:root {
  --w-ink: #241b14;
  --w-muted: #766b5f;
  --w-soft: #9a8d7d;
  --w-line: rgba(202, 178, 139, .34);
  --w-line-strong: rgba(178, 137, 71, .42);
  --w-ivory: #fff8ec;
  --w-warm: #f7efe2;
  --w-panel: rgba(255, 255, 255, .86);
  --w-panel-solid: #fffdf8;
  --w-champagne: #ead8b8;
  --w-gold: #b98a43;
  --w-gold-dark: #765325;
  --w-gold-soft: #f5ead6;
  --w-sage: #77846f;
  --w-shadow-soft: 0 18px 54px rgba(55, 38, 21, .075);
  --w-shadow-card: 0 10px 28px rgba(55, 38, 21, .058);
  --w-shadow-gold: 0 14px 30px rgba(149, 103, 38, .2);
}

.wedding-luxury-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .62), transparent 34%),
    linear-gradient(180deg, #fffbf4 0, var(--w-ivory) 46%, var(--w-warm) 100%);
  color: var(--w-ink);
  text-rendering: geometricPrecision;
}

.wedding-luxury-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(184, 138, 67, .045), transparent),
    radial-gradient(circle at 76% 12%, rgba(234, 216, 184, .32), transparent 30%);
}

.wedding-luxury-nav {
  border-bottom-color: rgba(184, 138, 67, .14);
  background: rgba(255, 250, 241, .88);
  color: var(--w-ink);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 26px rgba(55, 38, 21, .045);
}

.wedding-luxury-nav .home-brand span { background: linear-gradient(135deg, #cda564, #8c642f); color: #fff; }
.wedding-luxury-nav nav a { color: #6f6256; }
.wedding-luxury-nav nav a:hover { color: var(--w-gold-dark); }
.wedding-luxury-nav .home-nav__cta { border-color: var(--w-line); color: var(--w-ink); }
.wedding-luxury-nav .home-nav__cta:hover { background: var(--w-gold-dark); color: #fff; }

.wedding-venue-hero {
  border-color: var(--w-line);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .98), rgba(255, 250, 241, .76), rgba(255, 250, 241, .25)),
    url("/static/wedding-planner-hero.png") center/cover no-repeat;
  box-shadow: var(--w-shadow-soft);
}

.wedding-venue-hero .home-hero__shade { display: none; }
.wedding-venue-hero__content,
.wedding-venue-hero__content > p,
.wedding-venue-hero__support { color: var(--w-ink) !important; }
.wedding-venue-hero__content > p,
.wedding-venue-hero__support { color: var(--w-muted) !important; }
.wedding-venue-hero__content > h1 {
  color: var(--w-ink);
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: none;
}

.wedding-venue-form {
  border-color: var(--w-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--w-shadow-soft);
}

.wedding-venue-hero__actions .home-button--outline {
  border-color: var(--w-line);
  background: rgba(255, 255, 255, .84);
  color: var(--w-ink);
}

.wedding-wizard {
  width: min(1220px, calc(100% - 56px));
  margin: 22px auto 86px;
}

.wedding-wizard__hero {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--w-line);
  border-radius: 10px;
  background:
    linear-gradient(105deg, rgba(255, 250, 241, .98) 0, rgba(255, 250, 241, .86) 47%, rgba(255, 250, 241, .38) 100%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat;
  box-shadow: 0 24px 70px rgba(55, 38, 21, .09);
}

.wedding-wizard__hero::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 8px;
  pointer-events: none;
}

.wedding-wizard__hero::after {
  content: "";
  position: absolute;
  inset: auto 42px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 67, .42), transparent);
}

.wedding-wizard__hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 680px;
  padding: 48px 58px;
}

.wedding-wizard .home-kicker {
  color: var(--w-gold-dark);
  letter-spacing: .13em;
}

.wedding-wizard h1,
.wedding-wizard h2 {
  margin: 0;
  color: var(--w-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}

.wedding-wizard__hero h1 {
  max-width: 650px;
  font-size: 58px;
}

.wedding-wizard h2 { font-size: 38px; }
.wedding-wizard p { color: var(--w-muted); line-height: 1.62; }
.wedding-wizard__hero p {
  max-width: 590px;
  margin-top: 16px;
  font-size: 19px;
}

.wedding-experience {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 26px;
  margin-top: 26px;
}

.wedding-experience__rail {
  position: sticky;
  top: 88px;
  align-self: start;
  display: grid;
  gap: 10px;
}

.wedding-rail-card,
.wedding-wizard__panel {
  border: 1px solid var(--w-line);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 252, 247, .84));
  box-shadow: var(--w-shadow-soft);
}

.wedding-rail-card {
  padding: 18px 18px 16px;
}

.wedding-rail-card h2 {
  margin-top: 8px;
  font-size: 22px;
}

.wedding-progress {
  display: grid;
  gap: 7px;
}

.wedding-progress button {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 10px;
  border: 1px solid rgba(202, 178, 139, .3);
  border-radius: 9px;
  background: rgba(255, 255, 255, .68);
  color: var(--w-muted);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(55, 38, 21, .035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.wedding-progress button:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 138, 67, .42);
  box-shadow: 0 11px 24px rgba(55, 38, 21, .06);
}

.wedding-progress span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3eee5;
  color: #8b7e71;
  font-size: 12px;
  font-weight: 900;
}

.wedding-progress strong {
  color: var(--w-ink);
  font-size: 12px;
  line-height: 1.22;
}

.wedding-progress .is-active {
  border-color: rgba(184, 138, 67, .58);
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  box-shadow: 0 14px 32px rgba(149, 103, 38, .12);
}

.wedding-progress .is-active span {
  background: linear-gradient(135deg, #cfaa66, #8d642f);
  color: #fff;
}

.wedding-progress .is-complete {
  border-color: rgba(119, 132, 111, .36);
  background: linear-gradient(180deg, #fffdf8, #f5f7f0);
}

.wedding-progress .is-complete span {
  background: linear-gradient(135deg, #8a987f, #6d795f);
  color: #fff;
}

.wedding-wizard__panel {
  min-width: 0;
  padding: 42px;
}

.wedding-step {
  display: none;
  animation: weddingFade .24s ease both;
}

[hidden] { display: none !important; }
.wedding-step.is-active { display: block; }

@keyframes weddingFade {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.wedding-step__head {
  max-width: 720px;
  margin-bottom: 25px;
}

.wedding-step__head p { margin-bottom: 0; }

.wedding-field-grid,
.wedding-date-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 23px;
}

.wedding-field-grid--basic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wedding-date-details { max-width: 790px; }

.wedding-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.wedding-field > span,
.wedding-choice-block h3 {
  margin: 0;
  color: #594839;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.wedding-field input,
.wedding-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(202, 178, 139, .34);
  border-radius: 9px;
  background: rgba(255, 255, 255, .94);
  color: var(--w-ink);
  font: inherit;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
}

.wedding-field input:focus,
.wedding-field select:focus {
  border-color: rgba(184, 138, 67, .68);
  box-shadow: 0 0 0 4px rgba(184, 138, 67, .12);
}

.wedding-segmented,
.wedding-choice-grid,
.wedding-budget-grid,
.wedding-service-grid,
.wedding-venue-results {
  display: grid;
  gap: 12px;
}

.wedding-segmented { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wedding-choice-grid--venues,
.wedding-choice-grid--style { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wedding-budget-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wedding-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wedding-venue-results { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.wedding-segmented label,
.wedding-choice-card,
.wedding-service-card {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(202, 178, 139, .3);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 252, 246, .88));
  color: var(--w-ink);
  cursor: pointer;
  box-shadow: var(--w-shadow-card);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.wedding-segmented label {
  min-height: 70px;
  place-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.wedding-choice-card i,
.wedding-service-card i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff9ef, #f1e5cf);
  color: var(--w-gold-dark);
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
}

.wedding-choice-card span,
.wedding-service-card span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.wedding-choice-card--budget {
  min-height: 68px;
  place-items: center;
  text-align: center;
}

.wedding-choice-card input,
.wedding-service-card input,
.wedding-segmented input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wedding-segmented label:has(input:checked),
.wedding-choice-card:has(input:checked),
.wedding-service-card:has(input:checked) {
  border-color: rgba(184, 138, 67, .76);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 246, 229, .94));
  box-shadow: 0 16px 34px rgba(149, 103, 38, .13);
}

.wedding-segmented label:has(input:checked)::after,
.wedding-choice-card:has(input:checked)::after,
.wedding-service-card:has(input:checked)::after {
  content: "\2713";
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cda45e, #8e642f);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(149, 103, 38, .22);
}

.wedding-segmented label:hover,
.wedding-choice-card:hover,
.wedding-service-card:hover,
.wedding-venue-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(55, 38, 21, .09);
}

.wedding-choice-block { margin: 24px 0; }
.wedding-choice-block h3 { margin-bottom: 12px; }
.wedding-choice-block--optional { max-width: 410px; }

.wedding-step-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.wedding-step-actions--split { justify-content: space-between; }

.wedding-gold-button,
.wedding-secondary-button,
.wedding-venue-card button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}

.wedding-gold-button,
.wedding-venue-card button {
  border: 1px solid rgba(139, 94, 34, .2);
  background:
    linear-gradient(135deg, #dec286 0, #b7863f 48%, #7f5928 100%);
  color: #fff;
  box-shadow: var(--w-shadow-gold);
}

.wedding-gold-button::before,
.wedding-venue-card button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), transparent 46%);
  pointer-events: none;
}

.wedding-secondary-button {
  border: 1px solid rgba(184, 138, 67, .34);
  background: rgba(255, 255, 255, .78);
  color: var(--w-ink);
  box-shadow: 0 10px 22px rgba(55, 38, 21, .045);
}

.wedding-gold-button:hover,
.wedding-secondary-button:hover,
.wedding-venue-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(55, 38, 21, .12);
  filter: brightness(1.025);
}

.wedding-secondary-button:hover {
  border-color: rgba(184, 138, 67, .58);
  background: #fffaf1;
}

.wedding-loading {
  display: grid;
  min-height: 300px;
  place-items: center;
  text-align: center;
}

.wedding-loading span {
  width: 52px;
  height: 52px;
  border: 3px solid var(--w-champagne);
  border-top-color: var(--w-gold);
  border-radius: 50%;
  animation: weddingSpin .9s linear infinite;
}

@keyframes weddingSpin { to { transform: rotate(360deg); } }

.wedding-venue-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(202, 178, 139, .34);
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--w-shadow-card);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wedding-venue-card.is-selected {
  border-color: rgba(184, 138, 67, .82);
  box-shadow: 0 20px 46px rgba(149, 103, 38, .16);
}

.wedding-venue-card.is-selected::after {
  content: "\2713";
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cda45e, #8e642f);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(149, 103, 38, .24);
}

.wedding-venue-card__image {
  height: 190px;
  overflow: hidden;
  background: var(--w-champagne);
}

.wedding-venue-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-venue-card__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(234, 216, 184, .36)),
    linear-gradient(45deg, #f4eadb, #e4cfad);
  color: var(--w-gold-dark);
  font-family: Georgia, serif;
  font-size: 20px;
  text-align: center;
}

.wedding-venue-card__body {
  display: grid;
  gap: 13px;
  padding: 16px;
}

.wedding-venue-card__top {
  display: grid;
  gap: 5px;
}

.wedding-venue-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.wedding-venue-card p {
  margin: 0;
  color: var(--w-muted);
  font-size: 13px;
}

.wedding-venue-card dl,
.wedding-summary-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.wedding-venue-card dl div,
.wedding-summary-card div {
  padding: 10px;
  border: 1px solid rgba(202, 178, 139, .26);
  border-radius: 9px;
  background: rgba(255, 250, 243, .72);
}

.wedding-venue-card dt,
.wedding-summary-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--w-soft);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wedding-venue-card dd,
.wedding-summary-card strong {
  margin: 0;
  color: var(--w-ink);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.wedding-summary-card {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 26px;
}

.wedding-summary-card div {
  min-height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 250, 243, .8));
}

.wedding-empty-results {
  padding: 24px;
  border: 1px dashed rgba(184, 138, 67, .34);
  border-radius: 10px;
  background: rgba(255, 255, 255, .52);
  color: var(--w-muted);
  text-align: center;
}

@media (max-width: 1120px) {
  .wedding-wizard { width: min(calc(100% - 36px), 980px); }
  .wedding-experience {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wedding-experience__rail {
    position: static;
  }
  .wedding-rail-card {
    display: none;
  }
  .wedding-progress {
    grid-template-columns: repeat(7, minmax(112px, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
  }
  .wedding-progress button {
    min-height: 50px;
    white-space: normal;
  }
  .wedding-choice-grid--venues,
  .wedding-choice-grid--style,
  .wedding-service-grid,
  .wedding-venue-results,
  .wedding-summary-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wedding-field-grid,
  .wedding-date-details,
  .wedding-budget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wedding-wizard {
    width: calc(100% - 24px);
    margin-top: 12px;
    margin-bottom: 56px;
  }
  .wedding-wizard__hero {
    min-height: 255px;
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(255, 250, 241, .96), rgba(255, 250, 241, .82)),
      url("/static/wedding-planner-hero.png") 58% center/cover no-repeat;
  }
  .wedding-wizard__hero::before {
    inset: 10px;
  }
  .wedding-wizard__hero-content {
    align-self: end;
    padding: 28px 22px;
  }
  .wedding-wizard__hero h1 {
    font-size: 34px;
  }
  .wedding-wizard h2 {
    font-size: 29px;
  }
  .wedding-wizard__hero p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.52;
  }
  .wedding-experience {
    gap: 14px;
    margin-top: 14px;
  }
  .wedding-experience__rail {
    position: sticky;
    top: 64px;
    z-index: 5;
    margin-inline: -2px;
  }
  .wedding-progress {
    display: flex;
    gap: 7px;
    padding: 8px 2px 10px;
    border: 1px solid rgba(202, 178, 139, .22);
    border-radius: 10px;
    background: rgba(255, 250, 241, .9);
    box-shadow: 0 10px 28px rgba(55, 38, 21, .06);
    backdrop-filter: blur(14px);
  }
  .wedding-progress button {
    flex: 0 0 58px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    min-height: 42px;
    padding: 7px 6px;
    border-radius: 999px;
  }
  .wedding-progress span {
    width: 28px;
    height: 28px;
  }
  .wedding-progress strong {
    display: none;
  }
  .wedding-wizard__panel {
    padding: 22px 16px 18px;
    border-radius: 10px;
  }
  .wedding-step__head {
    margin-bottom: 18px;
  }
  .wedding-field-grid,
  .wedding-field-grid--basic,
  .wedding-date-details {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-bottom: 18px;
  }
  .wedding-field input,
  .wedding-field select {
    min-height: 46px;
  }
  .wedding-segmented {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .wedding-choice-grid--venues,
  .wedding-choice-grid--style,
  .wedding-budget-grid,
  .wedding-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .wedding-venue-results,
  .wedding-summary-card,
  .wedding-venue-card dl {
    grid-template-columns: 1fr;
  }
  .wedding-segmented label,
  .wedding-choice-card,
  .wedding-service-card {
    min-height: 68px;
    padding: 11px;
    border-radius: 9px;
  }
  .wedding-segmented label {
    min-height: 48px;
  }
  .wedding-choice-card i,
  .wedding-service-card i {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    border-radius: 8px;
    font-size: 15px;
  }
  .wedding-choice-card span,
  .wedding-service-card span {
    font-size: 12px;
  }
  .wedding-choice-card--budget {
    min-height: 54px;
  }
  .wedding-segmented label:has(input:checked)::after,
  .wedding-choice-card:has(input:checked)::after,
  .wedding-service-card:has(input:checked)::after {
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .wedding-choice-block {
    margin: 18px 0;
  }
  .wedding-step-actions,
  .wedding-step-actions--split {
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
  }
  .wedding-gold-button,
  .wedding-secondary-button,
  .wedding-venue-card button {
    width: 100%;
    min-height: 48px;
  }
  .wedding-venue-card__image {
    height: 205px;
  }
}

@media (max-width: 420px) {
  .wedding-choice-grid--venues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wedding-choice-card span,
  .wedding-service-card span {
    font-size: 11px;
  }
  .wedding-wizard__hero h1 {
    font-size: 31px;
  }
  .wedding-wizard h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

.wedding-journey-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 179, 106, .16), transparent 32%),
    linear-gradient(135deg, #11100e, #171511 46%, #0e0d0b);
  color: #fff8ea;
}

.wedding-journey {
  display: grid;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.wedding-journey__hero,
.wedding-journey-summary article,
.wedding-journey-step {
  border: 1px solid rgba(232, 210, 164, .18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 234, .08), rgba(255, 248, 234, .035));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.wedding-journey__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 22px;
  align-items: end;
  padding: 34px;
}

.wedding-journey__hero h1 {
  margin: 8px 0 10px;
  color: #fff8ea;
  font-size: clamp(38px, 6vw, 74px);
  line-height: .95;
  letter-spacing: 0;
}

.wedding-journey__hero p,
.wedding-journey-step p {
  max-width: 720px;
  margin: 0;
  color: #c9bdab;
}

.wedding-journey-score {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(214, 179, 106, .36);
  border-radius: 20px;
  background: rgba(214, 179, 106, .12);
}

.wedding-journey-score small,
.wedding-journey-summary small,
.wedding-journey-step small {
  color: #d6b36a;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wedding-journey-score strong {
  color: #fff8ea;
  font-size: 52px;
  line-height: 1;
}

.wedding-journey-score span {
  color: #c9bdab;
  font-weight: 800;
}

.wedding-journey-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wedding-journey-summary article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.wedding-journey-summary strong {
  color: #fff8ea;
  font-size: 16px;
}

.wedding-journey-steps {
  display: grid;
  gap: 14px;
}

.wedding-journey-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.wedding-journey-step:hover {
  border-color: rgba(232, 210, 164, .34);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .36);
  transform: translateY(-2px);
}

.wedding-journey-step__index {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(214, 179, 106, .34);
  border-radius: 18px;
  background: rgba(214, 179, 106, .13);
  color: #d6b36a;
  font-weight: 950;
}

.wedding-journey-step__body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.wedding-journey-step header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.wedding-journey-step h2 {
  margin: 4px 0 0;
  color: #fff8ea;
  font-size: 22px;
  letter-spacing: 0;
}

.wedding-journey-step header span,
.wedding-journey-note,
.wedding-journey-step__meta span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(232, 210, 164, .18);
  border-radius: 999px;
  background: rgba(255, 248, 234, .06);
  color: #d6b36a;
  font-size: 12px;
  font-weight: 850;
}

.wedding-journey-step__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wedding-journey-step .home-button {
  justify-self: start;
}

@media (max-width: 900px) {
  .wedding-journey__hero,
  .wedding-journey-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .wedding-journey {
    width: min(100% - 20px, 1180px);
    padding-top: 24px;
  }
  .wedding-journey__hero,
  .wedding-journey-step {
    padding: 16px;
  }
  .wedding-journey-step {
    grid-template-columns: 1fr;
  }
  .wedding-journey-step header {
    flex-direction: column;
  }
}

/* Emergency hard override: accepted dark luxury Wedding Planner */
html,
body.wedding-luxury-body {
  background: #050403 !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body {
  background:
    radial-gradient(circle at 18% 6%, rgba(208, 162, 76, .18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(242, 211, 139, .10), transparent 32%),
    linear-gradient(180deg, #030302 0%, #080604 42%, #0e0b08 100%) !important;
}

body.wedding-luxury-body::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45), transparent 42%, rgba(208, 162, 76, .05)),
    radial-gradient(circle at 50% 0, rgba(208, 162, 76, .12), transparent 34%) !important;
}

body.wedding-luxury-body .wedding-luxury-nav {
  background: rgba(5, 4, 3, .92) !important;
  border-bottom: 1px solid rgba(218, 178, 95, .28) !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-luxury-nav a,
body.wedding-luxury-body .wedding-luxury-nav nav a,
body.wedding-luxury-body .home-brand {
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-wizard,
body.wedding-luxury-body .wedding-wizard * {
  color-scheme: dark;
}

body.wedding-luxury-body .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(5, 4, 3, .88) 42%, rgba(5, 4, 3, .44) 100%),
    radial-gradient(circle at 72% 12%, rgba(218, 178, 95, .22), transparent 30%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
  border: 1px solid rgba(218, 178, 95, .42) !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 255, 255, .05) inset !important;
}

body.wedding-luxury-body .wedding-wizard__hero::before {
  border-color: rgba(218, 178, 95, .28) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, .18), transparent) !important;
}

body.wedding-luxury-body .wedding-wizard .home-kicker,
body.wedding-luxury-body .wedding-field > span,
body.wedding-luxury-body .wedding-choice-block h3,
body.wedding-luxury-body .wedding-venue-card dt,
body.wedding-luxury-body .wedding-summary-card span {
  color: #e9c679 !important;
}

body.wedding-luxury-body .wedding-wizard h1,
body.wedding-luxury-body .wedding-wizard h2,
body.wedding-luxury-body .wedding-rail-card h2,
body.wedding-luxury-body .wedding-venue-card h3 {
  color: #fff6e5 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .72) !important;
}

body.wedding-luxury-body .wedding-wizard p,
body.wedding-luxury-body .wedding-wizard__hero p,
body.wedding-luxury-body .wedding-step__head p,
body.wedding-luxury-body .wedding-venue-card p {
  color: rgba(255, 246, 229, .82) !important;
}

body.wedding-luxury-body .wedding-rail-card,
body.wedding-luxury-body .wedding-wizard__panel,
body.wedding-luxury-body .planner-card,
body.wedding-luxury-body .planner-sidebar {
  background:
    radial-gradient(circle at 14% 0%, rgba(218, 178, 95, .09), transparent 34%),
    linear-gradient(180deg, rgba(16, 13, 9, .94), rgba(8, 6, 3, .88)) !important;
  border: 1px solid rgba(218, 178, 95, .38) !important;
  box-shadow: 0 32px 96px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255, 255, 255, .04) inset !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-progress button {
  background: rgba(9, 7, 4, .86) !important;
  border: 1px solid rgba(218, 178, 95, .26) !important;
  color: rgba(255, 246, 229, .78) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .42) !important;
}

body.wedding-luxury-body .wedding-progress button strong {
  color: rgba(255, 246, 229, .9) !important;
}

body.wedding-luxury-body .wedding-progress button span {
  background: rgba(255, 246, 229, .09) !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-progress button.is-active {
  background: linear-gradient(180deg, rgba(51, 38, 19, .95), rgba(14, 10, 5, .92)) !important;
  border-color: rgba(233, 198, 121, .88) !important;
  box-shadow: 0 20px 58px rgba(218, 178, 95, .22), 0 0 34px rgba(218, 178, 95, .16) !important;
}

body.wedding-luxury-body .wedding-progress button.is-active span {
  background: linear-gradient(135deg, #f3d88f, #bd8832 58%, #704916) !important;
  color: #060403 !important;
}

body.wedding-luxury-body .wedding-progress button.is-complete {
  background: linear-gradient(180deg, rgba(23, 20, 16, .94), rgba(8, 7, 5, .9)) !important;
  border-color: rgba(255, 246, 229, .18) !important;
}

body.wedding-luxury-body .wedding-progress button.is-complete span {
  background: #050403 !important;
  color: #e9c679 !important;
  box-shadow: 0 0 0 1px rgba(218, 178, 95, .44) inset !important;
}

body.wedding-luxury-body .wedding-field input,
body.wedding-luxury-body .wedding-field select,
body.wedding-luxury-body input,
body.wedding-luxury-body select {
  background: linear-gradient(180deg, rgba(17, 14, 10, .96), rgba(7, 5, 3, .94)) !important;
  border: 1px solid rgba(218, 178, 95, .34) !important;
  color: #fff6e5 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .035) inset !important;
}

body.wedding-luxury-body select option,
body.wedding-luxury-body .wedding-field select option {
  background: #070503 !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body select option:checked,
body.wedding-luxury-body .wedding-field select option:checked {
  background: #2f2110 !important;
  color: #f6df9d !important;
}

body.wedding-luxury-body .wedding-field input::placeholder {
  color: rgba(255, 246, 229, .42) !important;
}

body.wedding-luxury-body .wedding-field input:focus,
body.wedding-luxury-body .wedding-field select:focus {
  border-color: rgba(233, 198, 121, .9) !important;
  box-shadow: 0 0 0 4px rgba(218, 178, 95, .16), 0 18px 48px rgba(0, 0, 0, .52) !important;
}

body.wedding-luxury-body .wedding-segmented label,
body.wedding-luxury-body .wedding-choice-card,
body.wedding-luxury-body .wedding-service-card,
body.wedding-luxury-body .wedding-venue-card,
body.wedding-luxury-body .wedding-summary-card div,
body.wedding-luxury-body .planner-option,
body.wedding-luxury-body .wedding-environment-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(218, 178, 95, .08), transparent 32%),
    linear-gradient(180deg, rgba(18, 15, 10, .9), rgba(7, 5, 3, .86)) !important;
  border: 1px solid rgba(218, 178, 95, .3) !important;
  color: #fff6e5 !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .035) inset !important;
}

body.wedding-luxury-body .wedding-choice-card i,
body.wedding-luxury-body .wedding-service-card i {
  display: none !important;
}

body.wedding-luxury-body .wedding-segmented label span,
body.wedding-luxury-body .wedding-choice-card span,
body.wedding-luxury-body .wedding-service-card span,
body.wedding-luxury-body .wedding-environment-card span,
body.wedding-luxury-body .wedding-venue-card dd,
body.wedding-luxury-body .wedding-summary-card strong {
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-segmented label:hover,
body.wedding-luxury-body .wedding-choice-card:hover,
body.wedding-luxury-body .wedding-service-card:hover,
body.wedding-luxury-body .wedding-environment-card:hover,
body.wedding-luxury-body .wedding-venue-card:hover {
  border-color: rgba(233, 198, 121, .66) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(218, 178, 95, .14), transparent 34%),
    linear-gradient(180deg, rgba(30, 24, 15, .95), rgba(9, 7, 4, .9)) !important;
  box-shadow: 0 26px 72px rgba(0, 0, 0, .52), 0 0 30px rgba(218, 178, 95, .13) !important;
}

body.wedding-luxury-body .wedding-segmented label:has(input:checked),
body.wedding-luxury-body .wedding-choice-card:has(input:checked),
body.wedding-luxury-body .wedding-service-card:has(input:checked),
body.wedding-luxury-body .wedding-environment-card:has(input:checked),
body.wedding-luxury-body .wedding-venue-card.is-selected {
  background:
    radial-gradient(circle at 14% 0%, rgba(233, 198, 121, .24), transparent 36%),
    linear-gradient(180deg, rgba(48, 35, 17, .96), rgba(10, 7, 4, .94)) !important;
  border-color: rgba(243, 216, 143, .96) !important;
  box-shadow: 0 28px 82px rgba(0, 0, 0, .58), 0 0 42px rgba(218, 178, 95, .26) !important;
}

body.wedding-luxury-body .wedding-segmented label:has(input:checked)::after,
body.wedding-luxury-body .wedding-choice-card:has(input:checked)::after,
body.wedding-luxury-body .wedding-service-card:has(input:checked)::after,
body.wedding-luxury-body .wedding-environment-card:has(input:checked)::after,
body.wedding-luxury-body .wedding-venue-card.is-selected::after {
  background: linear-gradient(135deg, #f6df9d, #bd8832 58%, #6c4512) !important;
  color: #050403 !important;
  box-shadow: 0 8px 26px rgba(218, 178, 95, .4) !important;
}

body.wedding-luxury-body .wedding-environment-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
}

body.wedding-luxury-body .wedding-environment-card {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  min-height: 62px !important;
  padding: 14px 16px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

body.wedding-luxury-body .wedding-environment-card input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.wedding-luxury-body .wedding-environment-card span {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
}

body.wedding-luxury-body .wedding-environment-card:has(input:checked)::after {
  content: "\2713" !important;
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  display: grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.wedding-luxury-body .wedding-gold-button,
body.wedding-luxury-body .wedding-venue-card button,
body.wedding-luxury-body button.wedding-gold-button {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .38), transparent 28%),
    linear-gradient(135deg, #f6df9d 0%, #c8953e 48%, #704916 100%) !important;
  border: 1px solid rgba(243, 216, 143, .66) !important;
  color: #050403 !important;
  box-shadow: 0 22px 64px rgba(218, 178, 95, .36), 0 0 34px rgba(218, 178, 95, .24) !important;
}

body.wedding-luxury-body .wedding-gold-button:hover,
body.wedding-luxury-body .wedding-venue-card button:hover {
  filter: brightness(1.08) !important;
  box-shadow: 0 30px 82px rgba(218, 178, 95, .48), 0 0 48px rgba(218, 178, 95, .34) !important;
}

body.wedding-luxury-body .wedding-secondary-button,
body.wedding-luxury-body button.wedding-secondary-button {
  background: rgba(7, 5, 3, .66) !important;
  border: 1px solid rgba(218, 178, 95, .48) !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body .wedding-secondary-button:hover {
  background: rgba(26, 20, 12, .9) !important;
  border-color: rgba(243, 216, 143, .8) !important;
}

body.wedding-luxury-body .wedding-venue-card__image {
  background: #050403 !important;
}

body.wedding-luxury-body .wedding-venue-card__image img {
  filter: brightness(.62) contrast(1.14) saturate(.9) !important;
}

body.wedding-luxury-body .wedding-venue-card__placeholder,
body.wedding-luxury-body .wedding-empty-results {
  background: linear-gradient(135deg, #16120c, #050403) !important;
  border-color: rgba(218, 178, 95, .36) !important;
  color: #e9c679 !important;
}

body.wedding-luxury-body .wedding-loading p {
  color: rgba(255, 246, 229, .78) !important;
}

@media (max-width: 768px) {
  body.wedding-luxury-body .wedding-wizard__hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(5, 4, 3, .76)),
      radial-gradient(circle at 72% 10%, rgba(218, 178, 95, .2), transparent 30%),
      url("/static/wedding-planner-hero.png") 56% center/cover no-repeat !important;
  }

  body.wedding-luxury-body .wedding-progress {
    background: rgba(5, 4, 3, .94) !important;
    border-color: rgba(218, 178, 95, .32) !important;
  }

  body.wedding-luxury-body .wedding-step-actions,
  body.wedding-luxury-body .wedding-step-actions--split {
    background: rgba(5, 4, 3, .96) !important;
    border-top-color: rgba(218, 178, 95, .32) !important;
  }

  body.wedding-luxury-body .wedding-environment-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body.wedding-luxury-body .wedding-environment-card {
    min-height: 48px !important;
    padding: 11px 40px 11px 14px !important;
  }

  body.wedding-luxury-body .wedding-environment-card span {
    font-size: 13px !important;
  }
}

/* Phase 1.5 cinematic concierge layer */
body.wedding-luxury-body .wedding-wizard__hero,
body.wedding-luxury-body .wedding-wizard__hero-content,
body.wedding-luxury-body .wedding-guidance-strip,
body.wedding-luxury-body .wedding-step,
body.wedding-luxury-body .wedding-progress button {
  transition:
    opacity .34s ease,
    transform .34s cubic-bezier(.2, .8, .2, 1),
    filter .34s ease,
    background .38s ease,
    border-color .28s ease,
    box-shadow .28s ease !important;
}

body.wedding-luxury-body .wedding-wizard.is-changing-step .wedding-wizard__hero-content,
body.wedding-luxury-body .wedding-wizard.is-changing-step .wedding-step.is-active,
body.wedding-luxury-body .wedding-wizard.is-changing-step .wedding-guidance-strip {
  opacity: .18 !important;
  transform: translateY(10px) !important;
  filter: blur(7px) !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="1"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(8, 6, 3, .86) 44%, rgba(8, 6, 3, .45) 100%),
    radial-gradient(circle at 70% 14%, rgba(218, 178, 95, .22), transparent 30%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="2"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(8, 6, 3, .84) 46%, rgba(56, 36, 13, .28) 100%),
    radial-gradient(circle at 80% 24%, rgba(233, 198, 121, .24), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="3"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(12, 9, 7, .86) 48%, rgba(39, 25, 18, .34) 100%),
    radial-gradient(circle at 74% 16%, rgba(168, 116, 68, .26), transparent 32%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="4"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(7, 6, 5, .88) 48%, rgba(27, 22, 15, .42) 100%),
    radial-gradient(circle at 76% 18%, rgba(214, 170, 85, .18), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="5"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .95) 0%, rgba(9, 7, 4, .84) 44%, rgba(83, 55, 18, .34) 100%),
    radial-gradient(circle at 82% 18%, rgba(243, 216, 143, .24), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="6"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(8, 6, 3, .86) 45%, rgba(46, 25, 13, .35) 100%),
    radial-gradient(circle at 76% 16%, rgba(214, 170, 85, .2), transparent 32%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-wizard[data-current-step="7"] .wedding-wizard__hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(6, 5, 4, .9) 48%, rgba(77, 51, 17, .32) 100%),
    radial-gradient(circle at 74% 12%, rgba(243, 216, 143, .26), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
}

body.wedding-luxury-body .wedding-guidance-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: 26px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(218, 178, 95, .28) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(218, 178, 95, .12), transparent 38%),
    linear-gradient(180deg, rgba(15, 12, 8, .9), rgba(6, 5, 3, .86)) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, .38), 0 0 0 1px rgba(255, 255, 255, .035) inset !important;
}

body.wedding-luxury-body .wedding-guidance-strip span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #e9c679 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

body.wedding-luxury-body .wedding-guidance-strip p {
  margin: 0 !important;
  color: rgba(255, 246, 229, .8) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.wedding-luxury-body .wedding-guidance-strip ul {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.wedding-luxury-body .wedding-guidance-strip li {
  padding: 7px 10px !important;
  border: 1px solid rgba(218, 178, 95, .3) !important;
  border-radius: 999px !important;
  background: rgba(255, 246, 229, .055) !important;
  color: rgba(255, 246, 229, .78) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.wedding-luxury-body .wedding-gold-button::after,
body.wedding-luxury-body .wedding-venue-card button::after {
  content: "" !important;
  position: absolute !important;
  inset: -40% -70% !important;
  background: linear-gradient(100deg, transparent 38%, rgba(255, 255, 255, .34) 50%, transparent 62%) !important;
  opacity: 0 !important;
  transform: translateX(-30%) !important;
  transition: opacity .24s ease, transform .72s ease !important;
  pointer-events: none !important;
}

body.wedding-luxury-body .wedding-gold-button:hover::after,
body.wedding-luxury-body .wedding-gold-button:focus-visible::after,
body.wedding-luxury-body .wedding-venue-card button:hover::after,
body.wedding-luxury-body .wedding-venue-card button:focus-visible::after {
  opacity: .82 !important;
  transform: translateX(42%) !important;
}

body.wedding-luxury-body button:focus-visible,
body.wedding-luxury-body input:focus-visible,
body.wedding-luxury-body select:focus-visible,
body.wedding-luxury-body .wedding-choice-card:focus-within,
body.wedding-luxury-body .wedding-service-card:focus-within,
body.wedding-luxury-body .wedding-environment-card:focus-within,
body.wedding-luxury-body .wedding-segmented label:focus-within {
  outline: 2px solid rgba(243, 216, 143, .9) !important;
  outline-offset: 3px !important;
}

@media (max-width: 768px) {
  body.wedding-luxury-body .wedding-guidance-strip {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 20px -4px 0 !important;
    padding: 14px !important;
  }

  body.wedding-luxury-body .wedding-guidance-strip ul {
    justify-content: flex-start !important;
  }
}

/* Dark luxury custom city selector and request handoff page */
body.wedding-luxury-body .wedding-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.wedding-luxury-body .wedding-city-select {
  position: relative !important;
  min-width: 0 !important;
}

body.wedding-luxury-body .wedding-city-select__button {
  position: relative !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 42px 0 14px !important;
  border: 1px solid rgba(218, 178, 95, .42) !important;
  border-radius: 13px !important;
  background:
    linear-gradient(180deg, rgba(17, 14, 10, .98), rgba(6, 5, 3, .96)) !important;
  color: #fff6e5 !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .035) inset, 0 18px 48px rgba(0, 0, 0, .34) !important;
}

body.wedding-luxury-body .wedding-city-select__button::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1px solid #e9c679 !important;
  border-bottom: 1px solid #e9c679 !important;
  transform: translateY(-65%) rotate(45deg) !important;
  transition: transform .2s ease !important;
}

body.wedding-luxury-body .wedding-city-select.is-open .wedding-city-select__button::after {
  transform: translateY(-30%) rotate(225deg) !important;
}

body.wedding-luxury-body .wedding-city-select__button:hover,
body.wedding-luxury-body .wedding-city-select__button:focus-visible {
  border-color: rgba(243, 216, 143, .88) !important;
  box-shadow: 0 0 0 4px rgba(218, 178, 95, .13), 0 20px 56px rgba(0, 0, 0, .46) !important;
  outline: none !important;
}

body.wedding-luxury-body .wedding-city-select__list {
  position: absolute !important;
  z-index: 30 !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  max-height: 260px !important;
  overflow: auto !important;
  padding: 6px !important;
  border: 1px solid rgba(218, 178, 95, .5) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(218, 178, 95, .14), transparent 38%),
    linear-gradient(180deg, rgba(15, 12, 8, .98), rgba(5, 4, 3, .98)) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 255, 255, .04) inset !important;
}

body.wedding-luxury-body .wedding-city-select__option {
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: rgba(255, 246, 229, .86) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

body.wedding-luxury-body .wedding-city-select__option:hover,
body.wedding-luxury-body .wedding-city-select__option:focus-visible,
body.wedding-luxury-body .wedding-city-select__option.is-selected {
  background: rgba(218, 178, 95, .16) !important;
  color: #fff6e5 !important;
  outline: none !important;
}

body.wedding-luxury-body.wedding-request-page .wedding-request-hero {
  min-height: calc(100vh - 96px) !important;
  border: 1px solid rgba(218, 178, 95, .36) !important;
  border-radius: 18px !important;
  margin: 24px auto 64px !important;
  width: min(1180px, calc(100% - 48px)) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(5, 4, 3, .84) 48%, rgba(5, 4, 3, .48) 100%),
    radial-gradient(circle at 76% 18%, rgba(218, 178, 95, .22), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
  box-shadow: 0 36px 110px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255, 255, 255, .05) inset !important;
}

body.wedding-luxury-body.wedding-request-page .home-hero__shade {
  display: none !important;
}

body.wedding-luxury-body.wedding-request-page .home-hero__content {
  color: #fff6e5 !important;
}

body.wedding-luxury-body.wedding-request-page .home-hero__content h1 {
  color: #fff6e5 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .72) !important;
}

body.wedding-luxury-body.wedding-request-page .home-hero__content p {
  color: rgba(255, 246, 229, .82) !important;
}

body.wedding-luxury-body.wedding-request-page .home-button--primary {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .38), transparent 28%),
    linear-gradient(135deg, #f6df9d 0%, #c8953e 48%, #704916 100%) !important;
  color: #050403 !important;
  box-shadow: 0 22px 64px rgba(218, 178, 95, .36), 0 0 34px rgba(218, 178, 95, .24) !important;
}

body.wedding-luxury-body.wedding-request-page .home-button--outline {
  border-color: rgba(218, 178, 95, .48) !important;
  background: rgba(7, 5, 3, .66) !important;
  color: #fff6e5 !important;
}

@media (max-width: 768px) {
  body.wedding-luxury-body.wedding-request-page .wedding-request-hero {
    width: calc(100% - 22px) !important;
    min-height: 70vh !important;
    margin-top: 12px !important;
  }
}

/* Strong city modal picker and homepage CTA replacement */
body.wedding-luxury-body .wedding-city-select__list {
  display: none !important;
}

body.wedding-luxury-body.wedding-city-modal-open {
  overflow: hidden !important;
}

body.wedding-luxury-body .wedding-city-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
  background: rgba(0, 0, 0, .72) !important;
  backdrop-filter: blur(12px) !important;
}

body.wedding-luxury-body .wedding-city-modal[hidden] {
  display: none !important;
}

body.wedding-luxury-body .wedding-city-modal__panel {
  width: min(520px, 100%) !important;
  max-height: min(680px, calc(100vh - 44px)) !important;
  display: grid !important;
  gap: 14px !important;
  padding: 22px !important;
  border: 1px solid rgba(243, 216, 143, .72) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(218, 178, 95, .18), transparent 38%),
    linear-gradient(180deg, rgba(16, 13, 9, .98), rgba(5, 4, 3, .98)) !important;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .8), 0 0 52px rgba(218, 178, 95, .22) !important;
}

body.wedding-luxury-body .wedding-city-modal__title {
  color: #fff6e5 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}

body.wedding-luxury-body .wedding-city-modal__search {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(218, 178, 95, .42) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(17, 14, 10, .98), rgba(7, 5, 3, .96)) !important;
  color: #fff6e5 !important;
  font: inherit !important;
}

body.wedding-luxury-body .wedding-city-modal__search::placeholder {
  color: rgba(255, 246, 229, .5) !important;
}

body.wedding-luxury-body .wedding-city-modal__search:focus-visible {
  outline: 2px solid rgba(243, 216, 143, .9) !important;
  outline-offset: 3px !important;
}

body.wedding-luxury-body .wedding-city-modal__list {
  display: grid !important;
  gap: 8px !important;
  max-height: min(420px, calc(100vh - 230px)) !important;
  overflow: auto !important;
  padding: 2px !important;
}

body.wedding-luxury-body .wedding-city-modal__option {
  width: 100% !important;
  min-height: 44px !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(218, 178, 95, .18) !important;
  border-radius: 13px !important;
  background: rgba(255, 246, 229, .045) !important;
  color: rgba(255, 246, 229, .86) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
}

body.wedding-luxury-body .wedding-city-modal__option:hover,
body.wedding-luxury-body .wedding-city-modal__option:focus-visible,
body.wedding-luxury-body .wedding-city-modal__option.is-selected {
  border-color: rgba(243, 216, 143, .72) !important;
  background: rgba(218, 178, 95, .18) !important;
  color: #fff6e5 !important;
  outline: none !important;
}

body.wedding-luxury-body.wedding-home-page .wedding-home-hero {
  min-height: calc(100vh - 96px) !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 24px auto 64px !important;
  border: 1px solid rgba(218, 178, 95, .36) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(5, 4, 3, .82) 48%, rgba(5, 4, 3, .42) 100%),
    radial-gradient(circle at 76% 18%, rgba(218, 178, 95, .24), transparent 34%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat !important;
  box-shadow: 0 36px 110px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255, 255, 255, .05) inset !important;
}

body.wedding-luxury-body.wedding-home-page .wedding-home-cta {
  max-width: 720px !important;
  color: #fff6e5 !important;
}

body.wedding-luxury-body.wedding-home-page .wedding-home-cta h1 {
  color: #fff6e5 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .72) !important;
}

body.wedding-luxury-body.wedding-home-page .wedding-home-cta p {
  color: rgba(255, 246, 229, .84) !important;
}

body.wedding-luxury-body.wedding-home-page .home-button--primary {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .38), transparent 28%),
    linear-gradient(135deg, #f6df9d 0%, #c8953e 48%, #704916 100%) !important;
  color: #050403 !important;
  box-shadow: 0 22px 64px rgba(218, 178, 95, .36), 0 0 34px rgba(218, 178, 95, .24) !important;
}

body.wedding-luxury-body.wedding-home-page .home-button--outline {
  border-color: rgba(218, 178, 95, .48) !important;
  background: rgba(7, 5, 3, .66) !important;
  color: #fff6e5 !important;
}

@media (max-width: 768px) {
  body.wedding-luxury-body .wedding-city-modal {
    align-items: end !important;
    padding: 12px !important;
  }

  body.wedding-luxury-body .wedding-city-modal__panel {
    max-height: calc(100vh - 24px) !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  body.wedding-luxury-body.wedding-home-page .wedding-home-hero {
    width: calc(100% - 22px) !important;
    min-height: 70vh !important;
    margin-top: 12px !important;
  }
}

/* Accepted dark luxury Wedding Planner design */
:root {
  --w-ink: #fff7e8;
  --w-muted: #c9bca8;
  --w-soft: #9b8b73;
  --w-line: rgba(209, 169, 94, .34);
  --w-line-strong: rgba(226, 186, 105, .68);
  --w-ivory: #fff7e8;
  --w-warm: #090806;
  --w-panel: rgba(18, 16, 13, .72);
  --w-panel-solid: #12100d;
  --w-champagne: #d8b76f;
  --w-gold: #d6aa55;
  --w-gold-dark: #91692d;
  --w-gold-soft: rgba(214, 170, 85, .18);
  --w-sage: #2a251c;
  --w-shadow-soft: 0 30px 90px rgba(0, 0, 0, .42);
  --w-shadow-card: 0 18px 52px rgba(0, 0, 0, .3);
  --w-shadow-gold: 0 20px 48px rgba(214, 170, 85, .26);
}

.wedding-luxury-body {
  background:
    radial-gradient(circle at 18% 8%, rgba(214, 170, 85, .16), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 242, 198, .08), transparent 30%),
    radial-gradient(circle at 48% 88%, rgba(143, 99, 40, .13), transparent 36%),
    linear-gradient(180deg, #050403 0, #0b0907 42%, #11100d 100%);
  color: #fff7e8;
}

.wedding-luxury-body::before {
  background:
    linear-gradient(90deg, transparent, rgba(214, 170, 85, .055), transparent),
    radial-gradient(circle at 50% 0, rgba(255, 231, 177, .08), transparent 36%);
}

.wedding-luxury-nav {
  border-bottom-color: rgba(214, 170, 85, .22);
  background: rgba(7, 6, 5, .78);
  color: #fff7e8;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .35);
}

.wedding-luxury-nav .home-brand,
.wedding-luxury-nav nav a,
.wedding-luxury-nav .home-nav__cta {
  color: #fff7e8;
}

.wedding-luxury-nav .home-brand span {
  background: linear-gradient(135deg, #f0d18a, #b98434 52%, #6f4b1c);
  color: #090806;
}

.wedding-luxury-nav nav a {
  color: rgba(255, 247, 232, .78);
}

.wedding-luxury-nav nav a:hover {
  color: #f0d18a;
}

.wedding-luxury-nav .home-nav__cta {
  border-color: rgba(214, 170, 85, .42);
  background: rgba(18, 16, 13, .7);
}

.wedding-luxury-nav .home-nav__cta:hover {
  background: linear-gradient(135deg, #e3bd70, #8e6428);
  color: #090806;
}

.wedding-wizard {
  color: #fff7e8;
}

.wedding-wizard__hero {
  min-height: 320px;
  border-color: rgba(214, 170, 85, .36);
  background:
    linear-gradient(90deg, rgba(5, 4, 3, .94) 0, rgba(8, 7, 6, .78) 42%, rgba(8, 7, 6, .36) 100%),
    radial-gradient(circle at 72% 12%, rgba(241, 200, 113, .22), transparent 28%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat;
  box-shadow:
    0 36px 100px rgba(0, 0, 0, .56),
    0 0 0 1px rgba(255, 255, 255, .05) inset;
}

.wedding-wizard__hero::before {
  border-color: rgba(214, 170, 85, .26);
  background: linear-gradient(90deg, rgba(214, 170, 85, .06), transparent 48%);
}

.wedding-wizard__hero::after,
.wedding-wizard__panel::before,
.wedding-step__head::after {
  background: linear-gradient(90deg, transparent, rgba(235, 198, 122, .72), transparent);
}

.wedding-wizard .home-kicker {
  color: #e7c477;
}

.wedding-wizard h1,
.wedding-wizard h2,
.wedding-rail-card h2,
.wedding-venue-card h3 {
  color: #fff7e8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.wedding-wizard__hero h1 {
  color: #fff7e8;
}

.wedding-wizard p,
.wedding-wizard__hero p,
.wedding-step__head p {
  color: rgba(255, 247, 232, .76);
}

.wedding-rail-card,
.wedding-wizard__panel {
  border-color: rgba(214, 170, 85, .32);
  background:
    linear-gradient(180deg, rgba(24, 21, 17, .82), rgba(10, 9, 7, .74)),
    radial-gradient(circle at 12% 0, rgba(214, 170, 85, .08), transparent 30%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .46),
    0 0 0 1px rgba(255, 255, 255, .04) inset;
  backdrop-filter: blur(20px);
}

.wedding-progress button {
  border-color: rgba(214, 170, 85, .22);
  background: rgba(18, 16, 13, .66);
  color: rgba(255, 247, 232, .68);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.wedding-progress button:hover {
  border-color: rgba(235, 198, 122, .5);
  background: rgba(28, 24, 18, .78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

.wedding-progress span {
  background: rgba(255, 247, 232, .08);
  color: rgba(255, 247, 232, .8);
}

.wedding-progress strong {
  color: rgba(255, 247, 232, .88);
}

.wedding-progress .is-active {
  border-color: rgba(235, 198, 122, .78);
  background:
    linear-gradient(180deg, rgba(48, 38, 24, .88), rgba(21, 18, 14, .78));
  box-shadow:
    0 20px 54px rgba(214, 170, 85, .16),
    0 0 30px rgba(214, 170, 85, .14);
}

.wedding-progress .is-active span {
  background: linear-gradient(135deg, #f0d18a, #b98434 58%, #744d1b);
  color: #070604;
}

.wedding-progress .is-complete {
  border-color: rgba(255, 247, 232, .18);
  background: linear-gradient(180deg, rgba(26, 24, 20, .84), rgba(13, 12, 10, .74));
}

.wedding-progress .is-complete span {
  background: linear-gradient(135deg, #15120e, #050403);
  color: #e7c477;
  box-shadow: 0 0 0 1px rgba(214, 170, 85, .32) inset;
}

.wedding-field > span,
.wedding-choice-block h3,
.wedding-venue-card dt,
.wedding-summary-card span {
  color: rgba(231, 196, 119, .86);
}

.wedding-field input,
.wedding-field select {
  border-color: rgba(214, 170, 85, .26);
  background:
    linear-gradient(180deg, rgba(19, 17, 14, .9), rgba(10, 9, 7, .86));
  color: #fff7e8;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset;
}

.wedding-field input::placeholder {
  color: rgba(255, 247, 232, .42);
}

.wedding-field input:hover,
.wedding-field select:hover {
  border-color: rgba(235, 198, 122, .48);
}

.wedding-field input:focus,
.wedding-field select:focus {
  border-color: rgba(235, 198, 122, .86);
  box-shadow:
    0 0 0 4px rgba(214, 170, 85, .14),
    0 18px 44px rgba(0, 0, 0, .35);
}

.wedding-segmented label,
.wedding-choice-card,
.wedding-service-card,
.wedding-venue-card,
.wedding-summary-card div {
  border-color: rgba(214, 170, 85, .24);
  background:
    linear-gradient(180deg, rgba(24, 21, 17, .76), rgba(9, 8, 7, .7));
  color: #fff7e8;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(255, 255, 255, .035) inset;
}

.wedding-choice-card i,
.wedding-service-card i {
  display: none;
}

.wedding-choice-card span,
.wedding-service-card span,
.wedding-segmented label span {
  color: #fff7e8;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .01em;
}

.wedding-segmented label:hover,
.wedding-choice-card:hover,
.wedding-service-card:hover,
.wedding-venue-card:hover {
  border-color: rgba(235, 198, 122, .58);
  background:
    linear-gradient(180deg, rgba(34, 29, 22, .86), rgba(13, 11, 9, .8));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, .36),
    0 0 26px rgba(214, 170, 85, .1);
}

.wedding-segmented label:has(input:checked),
.wedding-choice-card:has(input:checked),
.wedding-service-card:has(input:checked),
.wedding-venue-card.is-selected {
  border-color: rgba(235, 198, 122, .9);
  background:
    radial-gradient(circle at 12% 0, rgba(214, 170, 85, .18), transparent 34%),
    linear-gradient(180deg, rgba(40, 32, 21, .9), rgba(12, 10, 8, .86));
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .4),
    0 0 34px rgba(214, 170, 85, .2),
    0 0 0 1px rgba(255, 247, 232, .06) inset;
}

.wedding-segmented label:has(input:checked)::after,
.wedding-choice-card:has(input:checked)::after,
.wedding-service-card:has(input:checked)::after,
.wedding-venue-card.is-selected::after {
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .44), transparent 30%),
    linear-gradient(135deg, #f1d58d, #b98434 58%, #724b19);
  color: #080604;
  box-shadow: 0 8px 24px rgba(214, 170, 85, .34);
}

.wedding-gold-button,
.wedding-venue-card button {
  border-color: rgba(235, 198, 122, .52);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .34), transparent 26%),
    linear-gradient(135deg, #f1d58d 0, #c9953f 46%, #754d1a 100%);
  color: #080604;
  box-shadow:
    0 22px 58px rgba(214, 170, 85, .3),
    0 0 30px rgba(214, 170, 85, .16);
}

.wedding-gold-button:hover,
.wedding-venue-card button:hover {
  box-shadow:
    0 28px 74px rgba(214, 170, 85, .42),
    0 0 42px rgba(214, 170, 85, .26);
}

.wedding-secondary-button {
  border-color: rgba(214, 170, 85, .42);
  background: rgba(11, 10, 8, .48);
  color: #fff7e8;
}

.wedding-secondary-button:hover {
  border-color: rgba(235, 198, 122, .72);
  background: rgba(28, 24, 18, .76);
  color: #fff7e8;
}

.wedding-venue-card__placeholder {
  background:
    radial-gradient(circle at 40% 12%, rgba(214, 170, 85, .22), transparent 32%),
    linear-gradient(135deg, #18140f, #090806);
  color: #e7c477;
}

.wedding-venue-card__image {
  background: #080604;
}

.wedding-venue-card__image img {
  filter: saturate(.9) contrast(1.06) brightness(.76);
}

.wedding-venue-card p,
.wedding-venue-card dd,
.wedding-summary-card strong {
  color: rgba(255, 247, 232, .86);
}

.wedding-empty-results {
  border-color: rgba(214, 170, 85, .34);
  background: rgba(10, 9, 7, .58);
  color: rgba(255, 247, 232, .72);
}

.wedding-loading p {
  color: rgba(255, 247, 232, .72);
}

.wedding-loading span {
  border-color: rgba(214, 170, 85, .2);
  border-top-color: #e7c477;
}

@media (max-width: 768px) {
  .wedding-wizard__hero {
    background:
      linear-gradient(180deg, rgba(5, 4, 3, .86), rgba(5, 4, 3, .72)),
      radial-gradient(circle at 72% 8%, rgba(214, 170, 85, .18), transparent 30%),
      url("/static/wedding-planner-hero.png") 56% center/cover no-repeat;
  }
  .wedding-progress {
    border-color: rgba(214, 170, 85, .25);
    background: rgba(7, 6, 5, .88);
  }
  .wedding-step-actions,
  .wedding-step-actions--split {
    border-top-color: rgba(214, 170, 85, .26);
    background: rgba(7, 6, 5, .92);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

/* Final luxury polish layer */
:root {
  --w-ink: #21180f;
  --w-muted: #776a5b;
  --w-line: rgba(180, 138, 74, .24);
  --w-line-strong: rgba(180, 138, 74, .58);
  --w-ivory: #fff8eb;
  --w-warm: #f3e7d5;
  --w-gold: #bd8d42;
  --w-gold-dark: #6f4d20;
  --w-shadow-soft: 0 26px 80px rgba(44, 30, 16, .08);
  --w-shadow-card: 0 16px 46px rgba(44, 30, 16, .065);
  --w-shadow-gold: 0 18px 42px rgba(135, 91, 31, .24);
}

.wedding-luxury-body {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .72), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(226, 198, 151, .18), transparent 34%),
    radial-gradient(circle at 48% 92%, rgba(255, 255, 255, .54), transparent 32%),
    linear-gradient(180deg, #fffbf3 0, #fbf2e4 52%, #f2e5d2 100%);
}

.wedding-luxury-nav {
  background: rgba(255, 250, 241, .82);
  box-shadow: 0 12px 34px rgba(44, 30, 16, .045);
}

.wedding-wizard {
  margin-top: 18px;
}

.wedding-wizard__hero {
  min-height: 292px;
  border-radius: 16px;
  border-color: rgba(210, 184, 143, .34);
  background:
    linear-gradient(100deg, rgba(255, 250, 241, .97) 0, rgba(255, 250, 241, .84) 45%, rgba(255, 250, 241, .2) 100%),
    url("/static/wedding-planner-hero.png") center/cover no-repeat;
  box-shadow:
    0 28px 86px rgba(44, 30, 16, .1),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.wedding-wizard__hero::before {
  inset: 18px;
  border-color: rgba(255, 255, 255, .64);
  border-radius: 12px;
}

.wedding-wizard__hero-content {
  padding: 46px 62px;
}

.wedding-wizard .home-kicker {
  margin-bottom: 12px;
  color: #8b642e;
  font-size: 10px;
  letter-spacing: .18em;
}

.wedding-wizard h1,
.wedding-wizard h2 {
  font-weight: 500;
  letter-spacing: .01em;
}

.wedding-wizard__hero h1 {
  font-size: clamp(45px, 4.8vw, 62px);
  text-wrap: balance;
}

.wedding-wizard h2 {
  font-size: clamp(34px, 3vw, 42px);
  text-wrap: balance;
}

.wedding-wizard__hero p,
.wedding-step__head p {
  color: #6f6255;
}

.wedding-wizard__hero p {
  font-size: clamp(17px, 1.45vw, 20px);
}

.wedding-wizard__panel {
  position: relative;
  padding: 48px;
  border-radius: 16px;
  border-color: rgba(210, 184, 143, .34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 252, 247, .76)),
    linear-gradient(135deg, rgba(255, 255, 255, .38), rgba(232, 207, 166, .1));
  box-shadow:
    0 32px 90px rgba(44, 30, 16, .08),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px);
}

.wedding-wizard__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  right: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(189, 141, 66, .42), transparent);
}

.wedding-step {
  animation: weddingStepIn .34s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes weddingStepIn {
  from { opacity: 0; transform: translateY(12px); filter: blur(7px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

.wedding-step.is-active .wedding-field,
.wedding-step.is-active .wedding-choice-card,
.wedding-step.is-active .wedding-service-card,
.wedding-step.is-active .wedding-venue-card,
.wedding-step.is-active .wedding-summary-card div {
  animation: weddingCardIn .32s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes weddingCardIn {
  from { opacity: 0; transform: translateY(8px); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

.wedding-step__head {
  margin-bottom: 32px;
}

.wedding-step__head::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, rgba(189, 141, 66, .66), transparent);
}

.wedding-rail-card,
.wedding-progress button,
.wedding-field input,
.wedding-field select,
.wedding-segmented label,
.wedding-choice-card,
.wedding-service-card,
.wedding-venue-card,
.wedding-summary-card div {
  backdrop-filter: blur(16px);
}

.wedding-rail-card {
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 249, 239, .72));
  box-shadow: 0 18px 50px rgba(44, 30, 16, .065);
}

.wedding-progress {
  gap: 8px;
}

.wedding-progress button {
  border-radius: 14px;
  background: rgba(255, 255, 255, .62);
  transition:
    transform .24s cubic-bezier(.2, .8, .2, 1),
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.wedding-progress .is-active {
  border-color: rgba(189, 141, 66, .72);
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 246, 228, .78));
  box-shadow:
    0 18px 42px rgba(135, 91, 31, .14),
    0 0 0 1px rgba(255, 255, 255, .74) inset;
}

.wedding-progress .is-complete {
  border-color: rgba(46, 37, 29, .2);
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(239, 234, 223, .66));
}

.wedding-progress .is-complete span {
  background: linear-gradient(135deg, #3a3028, #22180f);
}

.wedding-field > span,
.wedding-choice-block h3 {
  color: #5d4936;
  letter-spacing: .12em;
}

.wedding-field input,
.wedding-field select {
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 251, 244, .84));
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.wedding-field input:hover,
.wedding-field select:hover {
  border-color: rgba(189, 141, 66, .48);
}

.wedding-field input:focus,
.wedding-field select:focus {
  border-color: rgba(189, 141, 66, .82);
  box-shadow:
    0 0 0 4px rgba(189, 141, 66, .12),
    0 12px 28px rgba(44, 30, 16, .06);
}

.wedding-segmented label,
.wedding-choice-card,
.wedding-service-card {
  min-height: 92px;
  padding: 17px;
  border-radius: 16px;
  border-color: rgba(210, 184, 143, .34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 250, 242, .72));
  box-shadow:
    0 16px 44px rgba(44, 30, 16, .055),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  transition:
    transform .26s cubic-bezier(.2, .8, .2, 1),
    box-shadow .26s ease,
    border-color .26s ease,
    background .26s ease;
}

.wedding-segmented label {
  min-height: 78px;
}

.wedding-choice-card i,
.wedding-service-card i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .95), rgba(235, 217, 184, .76));
}

.wedding-choice-card span,
.wedding-service-card span {
  color: #2b2118;
  font-weight: 750;
}

.wedding-segmented label:hover,
.wedding-choice-card:hover,
.wedding-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(189, 141, 66, .54);
  box-shadow:
    0 22px 52px rgba(44, 30, 16, .095),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.wedding-segmented label:has(input:checked),
.wedding-choice-card:has(input:checked),
.wedding-service-card:has(input:checked) {
  border-color: rgba(189, 141, 66, .88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 245, 225, .84));
  box-shadow:
    0 22px 54px rgba(135, 91, 31, .16),
    0 0 0 1px rgba(255, 255, 255, .78) inset,
    0 0 28px rgba(189, 141, 66, .16);
}

.wedding-segmented label:has(input:checked)::after,
.wedding-choice-card:has(input:checked)::after,
.wedding-service-card:has(input:checked)::after,
.wedding-venue-card.is-selected::after {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .42), transparent 30%),
    linear-gradient(135deg, #d8b46e, #946a31 58%, #694716);
}

.wedding-choice-card--budget {
  min-height: 76px;
}

.wedding-gold-button,
.wedding-secondary-button,
.wedding-venue-card button {
  min-height: 54px;
  border-radius: 14px;
  transition:
    transform .24s cubic-bezier(.2, .8, .2, 1),
    box-shadow .24s ease,
    filter .24s ease,
    background .24s ease,
    border-color .24s ease;
}

.wedding-gold-button,
.wedding-venue-card button {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .32), transparent 26%),
    linear-gradient(135deg, #e3c78c 0, #bd8d42 44%, #765020 100%);
  box-shadow:
    0 20px 42px rgba(135, 91, 31, .24),
    inset 0 1px 0 rgba(255, 255, 255, .36);
}

.wedding-gold-button:hover,
.wedding-venue-card button:hover {
  transform: translateY(-3px);
  filter: brightness(1.055);
  box-shadow:
    0 26px 54px rgba(135, 91, 31, .3),
    inset 0 1px 0 rgba(255, 255, 255, .42);
}

.wedding-gold-button:active,
.wedding-venue-card button:active,
.wedding-secondary-button:active {
  transform: translateY(0);
  filter: brightness(.98);
}

.wedding-secondary-button {
  border-color: rgba(189, 141, 66, .34);
  background: rgba(255, 255, 255, .62);
  box-shadow: none;
}

.wedding-secondary-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 241, .9);
  box-shadow: 0 14px 32px rgba(44, 30, 16, .07);
}

.wedding-venue-card {
  border-radius: 18px;
  border-color: rgba(210, 184, 143, .34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 250, 242, .78));
  box-shadow:
    0 20px 56px rgba(44, 30, 16, .07),
    inset 0 1px 0 rgba(255, 255, 255, .74);
  transition:
    transform .28s cubic-bezier(.2, .8, .2, 1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.wedding-venue-card:hover {
  transform: translateY(-4px);
  border-color: rgba(189, 141, 66, .52);
}

.wedding-venue-card.is-selected {
  border-color: rgba(189, 141, 66, .92);
  box-shadow:
    0 28px 68px rgba(135, 91, 31, .17),
    0 0 32px rgba(189, 141, 66, .14);
}

.wedding-venue-card__image {
  height: 204px;
}

.wedding-venue-card__body {
  padding: 20px;
  gap: 15px;
}

.wedding-venue-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .01em;
}

.wedding-venue-card dl div,
.wedding-summary-card div {
  border-color: rgba(210, 184, 143, .28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 248, 236, .62));
}

.wedding-summary-card div {
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.wedding-empty-results {
  border-radius: 16px;
  background: rgba(255, 255, 255, .58);
}

@media (max-width: 1120px) {
  .wedding-wizard__panel {
    padding: 38px;
  }
  .wedding-progress {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
  }
  .wedding-progress button {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .wedding-progress strong {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .wedding-wizard {
    width: calc(100% - 22px);
    overflow-x: clip;
  }
  .wedding-wizard__hero {
    min-height: 238px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 250, 241, .94) 0, rgba(255, 250, 241, .78) 58%, rgba(255, 250, 241, .58) 100%),
      url("/static/wedding-planner-hero.png") 56% center/cover no-repeat;
  }
  .wedding-wizard__hero-content {
    padding: 26px 22px;
  }
  .wedding-wizard__hero h1 {
    font-size: 32px;
  }
  .wedding-wizard h2 {
    font-size: 28px;
  }
  .wedding-experience__rail {
    top: 58px;
  }
  .wedding-progress {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    overflow: visible;
    padding: 8px;
  }
  .wedding-progress button {
    min-width: 0;
    min-height: 36px;
    padding: 4px;
    border-radius: 999px;
  }
  .wedding-progress span {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .wedding-wizard__panel {
    padding: 24px 15px 92px;
  }
  .wedding-step__head::after {
    margin-top: 14px;
  }
  .wedding-segmented label,
  .wedding-choice-card,
  .wedding-service-card {
    min-height: 70px;
    padding: 12px;
    border-radius: 14px;
  }
  .wedding-segmented {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wedding-segmented label {
    min-height: 52px;
    font-size: 12px;
  }
  .wedding-choice-card i,
  .wedding-service-card i {
    width: 27px;
    height: 27px;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .wedding-choice-card span,
  .wedding-service-card span {
    font-size: 11.5px;
  }
  .wedding-choice-card--budget {
    min-height: 58px;
  }
  .wedding-step-actions,
  .wedding-step-actions--split {
    position: sticky;
    bottom: 0;
    z-index: 6;
    margin: 24px -15px -92px;
    padding: 12px 15px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(210, 184, 143, .28);
    background: rgba(255, 250, 241, .92);
    box-shadow: 0 -18px 42px rgba(44, 30, 16, .08);
    backdrop-filter: blur(18px);
  }
  .wedding-secondary-button {
    min-height: 42px;
  }
  .wedding-gold-button,
  .wedding-venue-card button {
    min-height: 50px;
  }
  .wedding-venue-card {
    border-radius: 16px;
  }
  .wedding-venue-card__image {
    height: 190px;
  }
  .wedding-venue-card__body {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .wedding-segmented label {
    font-size: 11px;
  }
  .wedding-wizard__hero h1 {
    font-size: 30px;
  }
  .wedding-wizard h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
