:root {
  --ink: #080706;
  --surface: #100f0d;
  --surface-2: #171512;
  --white: #f7f4ed;
  --muted: #b8b1a7;
  --faint: #7f786f;
  --gold: #d4af37;
  --gold-bright: #edd069;
  --line: rgba(255, 255, 255, .11);
  --line-gold: rgba(212, 175, 55, .34);
  --error: #ff8a80;
  --success: #75d6a0;
  --display: "Playfair Display", Georgia, serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { position: relative; isolation: isolate; min-height: 100vh; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }

.booking-atmosphere { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 50% -18%, #2b2417 0, #11100d 38%, #070706 72%); }
.booking-atmosphere::after { content: ""; position: absolute; inset: 0; opacity: .32; background: conic-gradient(from 210deg at 52% 42%, transparent 0 27%, rgba(212,175,55,.08) 33%, transparent 42% 77%, rgba(120,91,23,.07) 84%, transparent 92%); filter: blur(32px); }
.booking-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.booking-particles { position: fixed; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; }
.booking-orb { position: absolute; width: 38rem; height: 38rem; border-radius: 50%; filter: blur(100px); opacity: .12; }
.booking-orb-one { background: var(--gold); left: -20rem; top: 18rem; }
.booking-orb-two { background: #76520d; right: -24rem; top: 52rem; }

.booking-header { width: min(1440px, calc(100% - 48px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.booking-logo img { width: 181px; height: auto; }
.booking-header-actions { display: flex; align-items: center; gap: 18px; }
.booking-language { min-height: 34px; padding: 0 9px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 999px; color: var(--faint); }
.booking-language button { min-width: 28px; min-height: 28px; border-radius: 999px; background: transparent; color: var(--faint); cursor: pointer; font-size: .65rem; font-weight: 800; letter-spacing: .08em; transition: color .2s ease, background .2s ease; }
.booking-language button:hover { color: var(--white); }
.booking-language button[aria-pressed="true"] { color: #0a0907; background: var(--gold-bright); }
.booking-language button:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 2px; }
.booking-language > span { font-size: .58rem; opacity: .45; }
.booking-header-note { color: var(--faint); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.booking-phone { font-size: .82rem; font-weight: 700; letter-spacing: .04em; transition: color .2s ease; }
.booking-phone:hover { color: var(--gold-bright); }
.booking-back { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.booking-back svg { width: 16px; height: 16px; order: -1; }
.booking-back:hover { color: var(--white); border-color: var(--line-gold); transform: translateX(-2px); }

.booking-hero { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 10vw, 132px) 0 clamp(58px, 8vw, 94px); text-align: center; }
.booking-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-bright); font-size: clamp(.65rem, 1vw, .76rem); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.booking-eyebrow > span:first-child { width: 38px; height: 1px; flex: 0 0 auto; background: linear-gradient(90deg, transparent, var(--gold)); }
.booking-hero h1 { margin-top: 16px; font-family: var(--display); font-size: clamp(5rem, 14vw, 10.5rem); font-weight: 500; line-height: .84; letter-spacing: -.055em; text-shadow: 0 0 70px rgba(212,175,55,.12); }
.booking-intro { width: min(680px, 100%); margin: 30px auto 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.75; }
.booking-promises { margin-top: 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; }
.booking-promises span { display: inline-flex; align-items: center; gap: 8px; color: #d8d2c8; font-size: .78rem; }
.booking-promises svg { width: 17px; height: 17px; color: var(--gold); }

.booking-shell { width: min(1220px, calc(100% - 48px)); min-height: 720px; margin: 0 auto 96px; display: grid; grid-template-columns: 310px 1fr; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: rgba(12,11,9,.84); box-shadow: 0 36px 100px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(24px); }
.booking-rail { padding: 42px 34px; display: flex; flex-direction: column; background: linear-gradient(160deg, rgba(212,175,55,.09), rgba(255,255,255,.02) 44%, transparent); border-right: 1px solid var(--line); }
.rail-label { color: var(--gold-bright); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.booking-steps { list-style: none; margin-top: 30px; display: grid; gap: 7px; }
.booking-steps li { position: relative; min-height: 76px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid transparent; border-radius: 14px; color: var(--faint); transition: background .3s ease, border-color .3s ease, color .3s ease; }
.booking-steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .68rem; font-weight: 700; }
.booking-steps strong { display: block; color: inherit; font-size: .84rem; }
.booking-steps small { display: block; margin-top: 3px; color: var(--faint); font-size: .68rem; line-height: 1.35; }
.booking-steps li.is-active { background: rgba(212,175,55,.08); border-color: rgba(212,175,55,.2); color: var(--white); }
.booking-steps li.is-active > span { background: var(--gold); border-color: var(--gold); color: #0a0907; }
.booking-steps li.is-complete { color: #c9c1b6; }
.booking-steps li.is-complete > span { border-color: var(--gold); color: var(--gold-bright); }
.rail-assurance { margin-top: auto; padding-top: 34px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.rail-assurance svg { width: 24px; height: 24px; color: var(--gold); }
.rail-assurance strong { font-family: var(--display); font-size: .98rem; font-weight: 500; }
.rail-assurance p { margin-top: 5px; color: var(--faint); font-size: .7rem; line-height: 1.55; }

.booking-panel { position: relative; min-width: 0; padding: 42px clamp(28px, 5vw, 74px) 48px; }
.booking-progress { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.05); }
.booking-progress span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); box-shadow: 0 0 18px rgba(212,175,55,.52); transition: width .45s cubic-bezier(.16,1,.3,1); }
.booking-panel-topline { display: flex; justify-content: space-between; color: var(--faint); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-step { padding-top: 46px; animation: stepIn .45s cubic-bezier(.16,1,.3,1); }
.form-step[hidden] { display: none; }
@keyframes stepIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.step-kicker { color: var(--gold-bright); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.step-heading h2, .booking-success h2 { max-width: 690px; margin-top: 10px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.step-heading > p:last-child, .booking-success > p { margin-top: 13px; max-width: 620px; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.form-grid { margin-top: 34px; display: grid; gap: 22px; }
.two-col, .event-details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 9px; }
.field > span, .choice-fieldset legend { color: #c9c3b9; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field b, .choice-fieldset b, .agreement b { color: var(--gold-bright); }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: rgba(255,255,255,.035); padding: 0 16px; color: var(--white); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 120px; padding-top: 14px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #6f6962; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 19px) 23px, calc(100% - 14px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { color: #12110f; background: #f7f4ed; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(212,175,55,.65); background-color: rgba(212,175,55,.04); box-shadow: 0 0 0 3px rgba(212,175,55,.08); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field:has([aria-invalid="true"])::after { content: "Please complete this field."; color: var(--error); font-size: .68rem; }
.lang-es .field:has([aria-invalid="true"])::after { content: "Completa este campo."; }
.choice-fieldset { margin-top: 32px; border: 0; }
.event-choice-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.event-choice { position: relative; min-height: 128px; padding: 18px 12px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); cursor: pointer; overflow: hidden; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.event-choice::after { content: ""; position: absolute; width: 90px; height: 90px; top: -50px; right: -45px; border: 1px solid rgba(212,175,55,.16); border-radius: 50%; transition: transform .3s ease; }
.event-choice:hover { transform: translateY(-3px); border-color: var(--line-gold); background: rgba(212,175,55,.045); }
.event-choice:hover::after { transform: scale(1.2); }
.event-choice input, .select-chip input, .guest-choice input, .segmented-options input { position: absolute; opacity: 0; pointer-events: none; }
.event-choice-icon { width: 34px; height: 34px; margin-bottom: auto; display: grid; place-items: center; border: 1px solid rgba(212,175,55,.28); border-radius: 10px; color: var(--gold-bright); background: rgba(212,175,55,.07); }
.event-choice-icon svg { width: 19px; height: 19px; }
.event-choice strong { font-size: .76rem; line-height: 1.25; }
.event-choice small { margin-top: 4px; color: var(--faint); font-size: .6rem; line-height: 1.3; }
.event-choice:has(input:checked) { border-color: var(--gold); background: linear-gradient(145deg, rgba(212,175,55,.16), rgba(212,175,55,.045)); box-shadow: inset 0 0 0 1px rgba(212,175,55,.18); }
.event-choice:has(input:focus-visible), .select-chip:has(input:focus-visible), .guest-choice:has(input:focus-visible), .segmented-options label:has(input:focus-visible), .agreement:has(input:focus-visible) { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.group-error { min-height: 18px; margin-top: 7px; color: var(--error); font-size: .68rem; }
.choice-fieldset.is-invalid .event-choice, .choice-fieldset.is-invalid .guest-choice > span { border-color: rgba(255,138,128,.55); }
.event-details-grid { margin-top: 24px; }
.compact-fieldset { margin-top: 28px; }
.segmented-field { display: grid; align-content: end; gap: 9px; border: 0; }
.segmented-field legend { color: #c9c3b9; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.segmented-options { min-height: 54px; padding: 4px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); }
.segmented-options label { position: relative; display: flex; border-radius: 7px; cursor: pointer; }
.segmented-options span { width: 100%; display: grid; place-items: center; border-radius: 7px; color: var(--faint); font-size: .7rem; font-weight: 700; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.segmented-options label:hover span { color: var(--white); }
.segmented-options input:checked + span { color: #0a0907; background: var(--gold-bright); box-shadow: 0 6px 16px rgba(212,175,55,.15); }
.guest-choice-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.guest-choice { position: relative; min-height: 78px; display: flex; cursor: pointer; }
.guest-choice > span { width: 100%; padding: 13px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.guest-choice strong { color: #d9d3ca; font-size: .75rem; }
.guest-choice small { margin-top: 3px; color: var(--faint); font-size: .59rem; }
.guest-choice:hover > span { transform: translateY(-2px); border-color: var(--line-gold); }
.guest-choice input:checked + span { border-color: var(--gold); background: linear-gradient(145deg, rgba(212,175,55,.18), rgba(212,175,55,.055)); box-shadow: inset 0 0 0 1px rgba(212,175,55,.16); }
.guest-choice input:checked + span strong { color: var(--gold-bright); }
.source-choice-grid { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 9px; }
.chip-grid { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 9px; }
.select-chip { position: relative; display: inline-flex; cursor: pointer; }
.select-chip span { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .75rem; font-weight: 600; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.select-chip:hover span { color: var(--white); border-color: var(--line-gold); transform: translateY(-1px); }
.select-chip input:checked + span { color: #0a0907; border-color: var(--gold); background: var(--gold-bright); }
.budget-card { margin-top: 30px; padding: 22px 24px 18px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(135deg, rgba(212,175,55,.07), rgba(255,255,255,.02)); }
.budget-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.budget-heading > div > span { display: block; color: #c9c3b9; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.budget-heading small { display: block; margin-top: 5px; color: var(--faint); font-size: .65rem; }
.budget-heading output { color: var(--gold-bright); font-family: var(--display); font-size: clamp(1.75rem, 3.2vw, 2.65rem); font-weight: 500; line-height: 1; }
.budget-card.is-discuss .budget-heading output { font-size: clamp(1.35rem, 2.5vw, 2rem); font-style: italic; }
.budget-slider { --budget-fill: 10.26%; width: 100%; height: 20px; margin-top: 22px; appearance: none; background: transparent; cursor: pointer; }
.budget-slider::-webkit-slider-runnable-track { height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--gold) 0 var(--budget-fill), rgba(255,255,255,.14) var(--budget-fill) 100%); }
.budget-slider::-moz-range-track { height: 3px; border-radius: 999px; background: rgba(255,255,255,.14); }
.budget-slider::-moz-range-progress { height: 3px; border-radius: 999px; background: var(--gold); }
.budget-slider::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8.5px; appearance: none; border: 4px solid var(--gold-bright); border-radius: 50%; background: #0d0c0a; box-shadow: 0 0 0 5px rgba(212,175,55,.12), 0 0 18px rgba(212,175,55,.36); }
.budget-slider::-moz-range-thumb { width: 13px; height: 13px; border: 4px solid var(--gold-bright); border-radius: 50%; background: #0d0c0a; box-shadow: 0 0 0 5px rgba(212,175,55,.12); }
.budget-slider:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 6px; border-radius: 999px; }
.budget-slider:disabled { opacity: .22; cursor: not-allowed; }
.budget-scale { margin-top: 4px; display: flex; justify-content: space-between; color: var(--faint); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.budget-discuss { position: relative; margin-top: 17px; padding-top: 16px; display: grid; grid-template-columns: 27px 1fr; gap: 11px; align-items: center; border-top: 1px solid var(--line); cursor: pointer; }
.budget-discuss > input { position: absolute; opacity: 0; pointer-events: none; }
.budget-discuss-mark { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(212,175,55,.46); border-radius: 8px; color: transparent; background: rgba(212,175,55,.04); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.budget-discuss-mark svg { width: 16px; height: 16px; }
.budget-discuss-copy strong, .budget-discuss-copy small { display: block; }
.budget-discuss-copy strong { color: #ddd7cd; font-size: .75rem; line-height: 1.4; }
.budget-discuss-copy small { margin-top: 3px; color: var(--faint); font-size: .61rem; line-height: 1.45; }
.budget-discuss:hover .budget-discuss-mark { transform: translateY(-1px); border-color: var(--gold-bright); }
.budget-discuss:has(input:checked) .budget-discuss-mark { color: #0a0907; border-color: var(--gold-bright); background: var(--gold-bright); }
.budget-discuss:has(input:focus-visible) { outline: 2px solid var(--gold-bright); outline-offset: 5px; border-radius: 6px; }
.field-notes { margin-top: 28px; }
.review-card { margin-top: 32px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.025); }
.review-row { min-height: 66px; padding: 16px 20px; display: grid; grid-template-columns: 145px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.review-row:last-child { border-bottom: 0; }
.review-row span { color: var(--faint); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-row strong { font-size: .8rem; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; }
.consent-heading { margin-top: 26px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.consent-heading span { color: #c9c3b9; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.consent-heading small { color: var(--faint); font-size: .62rem; }
.agreement { position: relative; margin-top: 11px; padding: 17px 18px; display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: .73rem; line-height: 1.6; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.agreement input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.agreement a { color: var(--gold-bright); text-decoration: underline; text-decoration-color: rgba(237,208,105,.45); text-underline-offset: 3px; }
.agreement a:hover { text-decoration-color: currentColor; }
.agreement strong { color: #ded8ce; font-weight: 700; }
.agreement-required { border-color: rgba(212,175,55,.25); background: rgba(212,175,55,.035); }
.agreement-optional { color: #928b82; background: rgba(255,255,255,.015); }
.agreement:hover { border-color: var(--line-gold); }
.agreement:has(input[aria-invalid="true"]) { border-color: var(--error); }
.human-verification { margin-top: 12px; min-height: 78px; padding: 13px 14px 13px 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.022); transition: border-color .25s ease, background .25s ease; }
.human-verification.is-invalid { border-color: var(--error); }
.human-verification.is-verified { border-color: rgba(117,214,160,.48); background: rgba(117,214,160,.045); }
.human-copy { display: flex; align-items: center; gap: 12px; min-width: 0; }
.human-shield { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line-gold); border-radius: 10px; color: var(--gold-bright); background: rgba(212,175,55,.06); }
.human-shield svg { width: 19px; height: 19px; }
.human-copy strong, .human-copy small { display: block; }
.human-copy strong { color: #d8d2c8; font-size: .74rem; }
.human-copy small { margin-top: 3px; color: var(--faint); font-size: .62rem; line-height: 1.4; }
.human-button { --hold-progress: 0%; position: relative; width: 145px; min-height: 44px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 9px; background: rgba(212,175,55,.055); color: var(--gold-bright); cursor: pointer; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.human-button .human-progress { position: absolute; inset: 0 auto 0 0; width: var(--hold-progress); background: linear-gradient(90deg, rgba(212,175,55,.18), rgba(237,208,105,.46)); transition: width .12s linear; }
.human-button-label { position: relative; z-index: 1; }
.human-button.is-holding .human-progress { width: 100%; transition-duration: 1.2s; }
.human-button.is-verified { border-color: var(--success); color: #0b120e; background: var(--success); cursor: default; }
.delivery-note { margin-top: 16px; display: flex; align-items: center; gap: 9px; color: var(--faint); font-size: .69rem; }
.delivery-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px rgba(117,214,160,.6); }
.delivery-note strong { color: #cfc9bf; font-weight: 600; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 22px; margin-top: 17px; color: var(--error); font-size: .76rem; }
.form-status.is-success { color: var(--success); }
.form-status.is-preview { color: var(--gold-bright); line-height: 1.55; }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.button { position: relative; min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; overflow: hidden; border-radius: 10px; cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.22) 48%, transparent 66%); transform: translateX(-130%); transition: transform .6s ease; pointer-events: none; }
.button:hover::after { transform: translateX(130%); }
.button svg { width: 18px; height: 18px; }
.button-primary { min-width: 170px; color: #090806; background: linear-gradient(110deg, var(--gold-bright), var(--gold)); box-shadow: 0 12px 30px rgba(212,175,55,.14); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(212,175,55,.22); }
.button-secondary { color: var(--muted); background: transparent; border: 1px solid var(--line); }
.button-secondary:hover { color: var(--white); border-color: var(--line-gold); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.booking-success { min-height: 590px; padding: 80px 0 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; animation: stepIn .5s ease; }
.booking-success[hidden] { display: none; }
.success-mark { width: 66px; height: 66px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); box-shadow: 0 0 38px rgba(212,175,55,.13); }
.success-mark svg { width: 30px; height: 30px; }
.booking-success h2 em { color: var(--gold-bright); font-style: italic; }
.success-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }

.booking-footer { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 40px; display: flex; align-items: center; justify-content: space-between; color: var(--faint); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.booking-footer a { color: #c8c1b7; transition: color .2s ease; }
.booking-footer a:hover { color: var(--gold-bright); }
.booking-footer-legal { display: flex; align-items: center; gap: 14px; }

@media (max-width: 1040px) {
  .booking-shell { grid-template-columns: 250px 1fr; }
  .booking-rail { padding: 34px 22px; }
  .event-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guest-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .booking-header { width: calc(100% - 30px); height: 72px; }
  .booking-logo img { width: 145px; }
  .booking-header-note, .booking-phone { display: none; }
  .booking-back { min-height: 38px; padding: 0 13px; }
  .booking-back span { display: none; }
  .booking-back svg { width: 18px; height: 18px; }
  .booking-hero { width: calc(100% - 30px); padding: 64px 0 48px; }
  .booking-hero h1 { margin-top: 20px; font-size: clamp(4.1rem, 22vw, 6.4rem); }
  .booking-intro { margin-top: 24px; font-size: .94rem; }
  .booking-promises { align-items: flex-start; flex-direction: column; width: max-content; max-width: 100%; margin: 28px auto 0; text-align: left; }
  .booking-shell { width: calc(100% - 20px); min-height: 0; margin-bottom: 58px; display: block; border-radius: 20px; }
  .booking-rail { padding: 18px 18px 0; border: 0; border-bottom: 1px solid var(--line); }
  .rail-label, .rail-assurance { display: none; }
  .booking-steps { margin: 0; grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .booking-steps li { min-height: 66px; padding: 9px 3px; display: flex; justify-content: center; border-radius: 10px 10px 0 0; }
  .booking-steps li > span { width: 31px; height: 31px; }
  .booking-steps li div { display: none; }
  .booking-panel { padding: 28px 18px 28px; }
  .booking-panel-topline { letter-spacing: .08em; font-size: .58rem; }
  .booking-panel-topline span:last-child { display: none; }
  .form-step { padding-top: 34px; }
  .step-heading h2, .booking-success h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .step-heading > p:last-child { font-size: .84rem; }
  .two-col, .event-details-grid { grid-template-columns: 1fr; gap: 17px; }
  .form-grid { margin-top: 27px; }
  .event-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-choice { min-height: 118px; }
  .event-choice:last-child { grid-column: 1 / -1; min-height: 100px; }
  .guest-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guest-choice:last-child { grid-column: 1 / -1; }
  .budget-card { padding: 19px 16px 15px; }
  .budget-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .budget-discuss { grid-template-columns: 25px 1fr; }
  .consent-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .agreement { padding: 15px 14px; font-size: .7rem; }
  .human-verification { align-items: stretch; flex-direction: column; }
  .human-button { width: 100%; }
  .review-row { grid-template-columns: 100px 1fr; padding: 15px 14px; gap: 12px; }
  .form-actions { position: sticky; bottom: 0; z-index: 2; margin: 0 -18px -28px; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); background: linear-gradient(to top, #0d0c0a 76%, rgba(13,12,10,.95)); }
  .button { padding: 0 19px; }
  .button-primary { flex: 1; min-width: 0; }
  .booking-success { min-height: 520px; padding: 54px 0; }
  .success-actions { width: 100%; flex-direction: column; }
  .success-actions .button { width: 100%; }
  .booking-footer { width: calc(100% - 30px); padding-bottom: 28px; flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (max-width: 390px) {
  .booking-eyebrow { letter-spacing: .14em; }
  .event-choice-grid { grid-template-columns: 1fr; }
  .event-choice, .event-choice:last-child { grid-column: auto; min-height: 94px; }
  .event-choice-icon { position: absolute; right: 16px; top: 15px; }
  .review-row { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
