:root {
  --paper: #f4efe7;
  --paper-deep: #e9e0d4;
  --card: rgba(253, 250, 245, .88);
  --ink: #20241f;
  --muted: #6f726c;
  --olive: #596653;
  --olive-dark: #3e493a;
  --brown: #846455;
  --gold: #b79664;
  --line: rgba(32, 36, 31, .15);
  --danger: #9a4037;
  --success: #4f684b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: radial-gradient(circle at 8% 6%, rgba(132,100,85,.11), transparent 27rem), radial-gradient(circle at 94% 28%, rgba(89,102,83,.09), transparent 30rem), var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, summary, label { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 16px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { width: min(1180px, calc(100% - 40px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand__mark { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: .8; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.03em; }
.brand small { margin-top: 4px; font-size: 7px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.hero { position: relative; isolation: isolate; width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: clamp(68px, 10vw, 122px) 0 clamp(58px, 8vw, 92px); text-align: center; }
.hero__ornament { position: absolute; z-index: -1; top: 40px; left: 50%; width: min(460px, 75vw); aspect-ratio: 1; border: 1px solid rgba(89,102,83,.12); border-radius: 50%; transform: translateX(-50%); }
.hero__ornament::before, .hero__ornament::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(132,100,85,.11); transform: rotate(45deg); }
.hero__ornament::after { inset: 29%; }
.eyebrow { margin: 0; color: var(--olive); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(58px, 9vw, 100px); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.hero h1 em { color: var(--brown); font-weight: 400; }
.hero__copy { max-width: 650px; margin: 32px auto 0; color: var(--muted); font-size: 14px; }
.hero__copy p { margin: 0 0 10px; }
.hero__copy p:first-child { color: var(--ink); font-family: var(--serif); font-size: 21px; }
.journey { max-width: 620px; margin: 43px auto 0; padding: 18px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); list-style: none; }
.journey li { position: relative; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journey li::before { content: ""; position: absolute; top: -22px; left: 50%; width: 7px; height: 7px; border: 4px solid var(--paper); border-radius: 50%; background: var(--olive); transform: translateX(-50%); }
.journey span { margin-right: 5px; color: var(--brown); font-weight: 500; }

.booking-shell { width: min(900px, calc(100% - 40px)); margin: 0 auto clamp(80px, 10vw, 140px); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
.notice { margin: 0 0 20px; border: 1px solid rgba(154,64,55,.3); padding: 15px 18px; background: #fff4f1; color: var(--danger); font-size: 13px; }
.notice[data-type="info"] { border-color: rgba(89,102,83,.28); background: rgba(89,102,83,.07); color: var(--olive-dark); }

.form-progress { display: none; }
.is-step-flow .form-progress { position: sticky; z-index: 20; top: 12px; margin: 0 0 18px; display: block; border: 1px solid rgba(32,36,31,.18); padding: 18px 22px 20px; background: rgba(253,250,245,.96); box-shadow: 0 14px 50px rgba(32,36,31,.09); backdrop-filter: blur(12px); }
.form-progress__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.form-progress__heading > div { min-width: 0; }
.form-progress__heading strong { display: block; overflow: hidden; margin-top: 3px; font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.02em; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.form-progress__heading > span { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-progress__heading > span b { color: var(--ink); font-size: 12px; }
.progress-track { height: 5px; margin-top: 14px; overflow: hidden; background: var(--paper-deep); }
.progress-track > span { width: 7.692%; height: 100%; display: block; background: linear-gradient(90deg, var(--olive), var(--gold)); transition: width .35s ease; }

.form-section { margin: 0 0 20px; overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: 0 18px 70px rgba(32,36,31,.035); }
.form-section > summary { min-height: 108px; margin: 0; padding: clamp(22px, 3.5vw, 36px) clamp(20px, 4vw, 46px); display: grid; grid-template-columns: 43px minmax(0,1fr) 22px; align-items: center; gap: 17px; cursor: pointer; list-style: none; }
.form-section > summary::-webkit-details-marker { display: none; }
.form-section > summary:hover { background: rgba(89,102,83,.035); }
.section-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(32,36,31,.34); border-radius: 50%; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.section-title { min-width: 0; display: block; }
.section-title small { display: block; margin-bottom: 5px; color: var(--olive); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title strong { display: block; font-family: var(--serif); font-size: clamp(29px, 3.6vw, 45px); font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.section-title em { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-style: normal; font-weight: 400; line-height: 1.5; }
.form-section > summary > i { position: relative; width: 20px; height: 20px; }
.form-section > summary > i::before, .form-section > summary > i::after { content: ""; position: absolute; top: 10px; left: 3px; width: 14px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.form-section > summary > i::after { transform: rotate(90deg); }
.form-section[open] > summary > i::after { transform: rotate(0); }
.section-body { border-top: 1px solid var(--line); padding: clamp(25px, 4vw, 46px); }
.is-step-flow .form-section { display: none; }
.is-step-flow .form-section.is-active { display: block; animation: step-in .34s ease both; }
.is-step-flow .form-section > summary { cursor: default; }
.is-step-flow .form-section > summary:hover { background: transparent; }
.is-step-flow .payment-section > summary:hover, .is-step-flow .payment-section[open] > summary { background: linear-gradient(115deg, rgba(89,102,83,.08), rgba(183,150,100,.06)); }
.is-step-flow .form-section > summary > i { display: none; }
@keyframes step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 18px; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label, .proof-block h3 { display: block; margin: 0 0 8px; color: #353a34; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field label b, legend b, .proof-block h3 b { color: var(--danger); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; border: 1px solid rgba(32,36,31,.2); border-radius: 0; padding: 13px 14px; background: rgba(255,253,249,.86); color: var(--ink); font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 104px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: #999b96; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); background: #fffefa; box-shadow: 0 0 0 3px rgba(89,102,83,.1); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.helper, .privacy-note { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.error { min-height: 16px; display: block; margin-top: 5px; color: var(--danger); font-size: 11px; line-height: 1.4; }

.choice-group { min-width: 0; margin: 0; border: 0; padding: 0; }
.choice-group legend { margin: 0 0 11px; color: #353a34; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.segmented { display: flex; flex-wrap: wrap; gap: 10px; }
.segmented label { position: relative; cursor: pointer; }
.segmented input, .option-list input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { min-height: 48px; display: flex; align-items: center; border: 1px solid rgba(32,36,31,.2); padding: 11px 21px; background: rgba(255,253,249,.86); color: #4d534d; font-size: 12px; transition: .2s; }
.segmented input:checked + span { border-color: var(--olive); background: var(--olive); color: white; }
.segmented input:focus-visible + span, .option-list input:focus-visible + span { outline: 3px solid rgba(89,102,83,.2); outline-offset: 2px; }
.segmented input[aria-invalid="true"] + span, .option-list input[aria-invalid="true"] + span { border-color: var(--danger); }
.option-list { display: grid; gap: 10px; }
.option-list label { position: relative; cursor: pointer; }
.option-list label > span { min-height: 62px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(32,36,31,.2); padding: 12px 16px 12px 47px; background: rgba(255,253,249,.86); transition: .2s; }
.option-list label > span::before { content: ""; position: absolute; top: 50%; left: 17px; width: 15px; height: 15px; border: 1px solid rgba(32,36,31,.4); border-radius: 50%; transform: translateY(-50%); }
.option-list input:checked + span { border-color: var(--olive); background: rgba(89,102,83,.07); }
.option-list input:checked + span::before { border: 5px solid var(--olive); background: white; }
.option-list strong { font-size: 12px; font-weight: 700; }
.option-list small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.conditional:not([hidden]) { animation: reveal .28s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.events-list { display: grid; gap: 16px; }
.event-card { border: 1px solid var(--line); padding: clamp(18px, 3vw, 28px); background: rgba(255,253,249,.6); }
.event-card__header { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.event-card h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.event-card__header button, .text-button { min-height: 44px; border: 0; padding: 8px 0; background: transparent; color: var(--brown); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.text-button { margin-top: 14px; color: var(--olive); }

.upload-card { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(32,36,31,.32); padding: 24px; background: rgba(255,253,249,.65); text-align: center; cursor: pointer; transition: border-color .2s, background .2s; }
.upload-card:hover { border-color: var(--olive); background: rgba(89,102,83,.05); }
.upload-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { width: 35px; height: 35px; margin-bottom: 8px; display: grid; place-items: center; border: 1px solid var(--olive); border-radius: 50%; color: var(--olive); font-size: 20px; font-weight: 300; }
.upload-card strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.upload-card small { margin: 3px 0 10px; color: var(--muted); font-size: 10px; }
.upload-card > span:last-of-type { color: var(--olive); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.upload-card.is-invalid { border-color: var(--danger); }
.previews { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 9px; }
.preview { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.preview img { width: 100%; height: 100%; object-fit: cover; }
.preview button { position: absolute; top: 5px; right: 5px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(32,36,31,.84); color: white; font-size: 19px; cursor: pointer; }
.previews--proof { grid-template-columns: minmax(0, 220px); }
.previews--proof .preview { aspect-ratio: 4 / 3; }

.payment-section[open] > summary { background: linear-gradient(115deg, rgba(89,102,83,.08), rgba(183,150,100,.06)); }
.payment-section .section-body { background: rgba(249,245,238,.56); }
.payment-overview { display: grid; grid-template-columns: minmax(245px,.82fr) minmax(0,1.18fr); border: 1px solid var(--olive-dark); background: #fffcf7; }
.payment-total { min-height: 280px; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 44px); background: var(--olive-dark); color: white; }
.payment-total .eyebrow { color: rgba(255,255,255,.68); }
.payment-total > strong { margin: 10px 0 12px; font-family: var(--serif); font-size: clamp(54px, 8vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.payment-total > p:last-child { max-width: 285px; margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.65; }
.payment-flow { margin: 0; padding: clamp(22px, 3.5vw, 34px); display: grid; align-content: center; list-style: none; }
.payment-flow li { min-width: 0; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.payment-flow li:last-child { border-bottom: 0; }
.payment-flow li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(89,102,83,.35); border-radius: 50%; color: var(--olive); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.payment-flow strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.15; }
.payment-flow p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.payment-flow b { color: var(--ink); font-weight: 700; }
.manual-payment { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(230px,.75fr); border: 1px solid var(--line); background: #fffcf7; }
.payment-details { padding: clamp(24px, 4vw, 42px); }
.payment-details h3 { margin: 7px 0 8px; font-family: var(--serif); font-size: clamp(35px, 5vw, 47px); font-weight: 400; letter-spacing: -.025em; }
.payment-details__lead { max-width: 430px; margin: 0 0 24px; color: var(--muted); font-size: 11px; }
.payment-details dl { margin: 0; }
.payment-details dl > div { margin-bottom: 13px; border-top: 1px solid var(--line); padding-top: 11px; }
.payment-details dt { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.payment-details dd { margin: 2px 0 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 650; }
.copy-button { min-height: 46px; border: 1px solid var(--olive); margin-top: 8px; padding: 10px 18px; background: transparent; color: var(--olive); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.copy-button:hover { background: var(--olive); color: white; }
.copy-status { display: inline-block; margin-left: 10px; color: var(--success); font-size: 11px; }
.qr-card { display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid var(--line); padding: 24px; text-align: center; }
.qr-frame { width: min(190px, 100%); aspect-ratio: 1; margin: 10px 0 8px; display: grid; place-items: center; border: 1px solid var(--line); padding: 8px; background: white; }
.qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.qr-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--paper); color: var(--muted); }
.qr-placeholder svg { width: 68px; fill: currentColor; opacity: .45; }
.qr-placeholder span { margin-top: 7px; font-family: var(--serif); font-size: 17px; }
.qr-card > small { max-width: 190px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.qr-card > small strong { color: var(--ink); }
.check-card { position: relative; display: block; margin-top: 22px; cursor: pointer; }
.check-card > input { position: absolute; opacity: 0; pointer-events: none; }
.check-card > span { min-height: 72px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); padding: 15px 17px; background: rgba(255,253,249,.75); transition: .2s; }
.check-card i { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(32,36,31,.35); }
.check-card i::after { content: "✓"; color: white; font-size: 14px; opacity: 0; }
.check-card strong { font-size: 12px; font-weight: 600; line-height: 1.55; }
.check-card strong a { position: relative; z-index: 1; color: var(--olive-dark); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.check-card strong em { color: var(--olive); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-card--optional > span { border-style: dashed; }
.consent-helper { display: block; margin: 7px 0 0 51px; color: var(--muted); font-size: 10px; }
.check-card input:checked + span { border-color: var(--olive); background: rgba(89,102,83,.07); }
.check-card input:checked + span i { border-color: var(--olive); background: var(--olive); }
.check-card input:checked + span i::after { opacity: 1; }
.check-card input:focus-visible + span { outline: 3px solid rgba(89,102,83,.2); outline-offset: 2px; }
.check-card input[aria-invalid="true"] + span { border-color: var(--danger); }
.proof-block { margin-top: 18px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(290px,1.08fr); border: 1px solid var(--line); background: #fffcf7; }
.proof-block__copy, .proof-block__upload { min-width: 0; padding: clamp(24px, 4vw, 38px); }
.proof-block__copy h3 { margin: 7px 0 10px; font-family: var(--serif); font-size: clamp(30px, 4vw, 39px); font-weight: 400; letter-spacing: -.025em; line-height: 1; text-transform: none; }
.proof-block__copy > p:not(.eyebrow) { margin: 0 0 15px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.proof-block__copy .check-card { margin-top: 20px; }
.proof-block__copy .check-card > span { background: rgba(89,102,83,.04); }
.proof-block__copy .payment-privacy-note { margin-top: 18px !important; border-left: 2px solid var(--gold); padding-left: 12px; color: #665b52 !important; font-size: 10px !important; }
.proof-block__upload { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); background: rgba(244,239,231,.45); }
.proof-block__upload .upload-card { min-height: 218px; background: rgba(255,253,249,.82); }

.submit-button { width: 100%; min-height: 62px; margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid var(--olive-dark); padding: 14px 20px; background: var(--olive-dark); color: white; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .2s; }
.submit-button:hover { background: var(--ink); transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.submit-button i { font-size: 18px; font-style: normal; font-weight: 400; }
.privacy-note { margin: 12px auto 0; text-align: center; }

.step-navigation { display: none; }
.is-step-flow .step-navigation { margin-top: 18px; display: grid; grid-template-columns: minmax(120px,1fr) auto minmax(120px,1fr); align-items: center; gap: 16px; }
.step-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--olive-dark); padding: 12px 20px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.step-button i { font-size: 17px; font-style: normal; font-weight: 400; }
.step-button--back { justify-self: start; background: transparent; color: var(--olive-dark); }
.step-button--back:hover { background: rgba(89,102,83,.07); }
.step-button--back:disabled { visibility: hidden; }
.step-button--next { justify-self: end; background: var(--olive-dark); color: white; }
.step-button--next:hover { background: var(--ink); transform: translateY(-1px); }
.step-navigation__status { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-align: center; text-transform: uppercase; }

.success-screen { border: 1px solid var(--line); padding: clamp(38px, 8vw, 80px) clamp(24px, 8vw, 80px); background: var(--card); text-align: center; box-shadow: 0 25px 90px rgba(32,36,31,.06); }
.success-mark { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--olive); color: white; font-family: var(--serif); font-size: 30px; }
.success-screen h2 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(42px, 7vw, 70px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.success-screen > p { max-width: 610px; margin: 9px auto; color: var(--muted); font-size: 13px; }
.booking-reference { max-width: 410px; margin: 25px auto; border: 1px solid var(--line); padding: 18px; background: #fffdf8; }
.booking-reference span { display: block; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.booking-reference strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: .04em; }
.success-actions { width: min(520px, 100%); margin: 28px auto 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.success-actions--single { width: min(300px, 100%); grid-template-columns: 1fr; }
.success-action { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--olive-dark); padding: 12px 17px; background: transparent; color: var(--olive-dark); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.success-action { text-decoration: none; }
.success-action span { font-size: 17px; font-weight: 400; }
.success-action:hover { background: rgba(89,102,83,.07); transform: translateY(-1px); }
.success-action--primary { background: var(--olive-dark); color: white; }
.success-action--primary:hover { background: var(--ink); }
.success-action:disabled { cursor: wait; opacity: .6; transform: none; }
.booking-image-status { min-height: 20px; margin: 9px auto 0 !important; color: var(--success) !important; font-size: 11px !important; }
.draft-status { min-height: 18px; margin: 9px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.draft-status[data-state="saved"] { color: var(--success); }
.draft-status[data-state="error"] { color: var(--danger); }
.booking-image-note { margin-top: 0 !important; font-size: 10px !important; }
.success-link { min-height: 50px; margin-top: 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--olive); padding: 11px 24px; color: var(--olive); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; border-top: 1px solid var(--line); padding: 28px 0 36px; color: var(--muted); font-size: 10px; text-align: center; }
.booking-footer { display: grid; justify-items: center; gap: 8px; }
.booking-footer p { margin: 0; }
.booking-footer a { color: inherit; text-underline-offset: 2px; }
.legal-links { margin-bottom: 7px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; }
.legal-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Razorpay checkout */
.hero--compact { padding-bottom: clamp(42px, 6vw, 68px); }
.hero--compact h1 { font-size: clamp(56px, 8.5vw, 92px); }
.journey--live li::before { background: var(--paper-deep); }
.journey--live li.is-active { color: var(--ink); }
.journey--live li.is-active::before { background: var(--olive); }
.checkout-shell { width: min(980px, calc(100% - 40px)); }
.checkout-card { border: 1px solid var(--line); padding: clamp(26px, 5vw, 58px); background: var(--card); box-shadow: 0 24px 90px rgba(32,36,31,.06); }
.checkout-card__heading { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 30px; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.checkout-card__heading h2 { max-width: 610px; margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(38px, 6vw, 62px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.checkout-card__heading > div:first-child > p:last-child { max-width: 550px; margin: 0; color: var(--muted); font-size: 12px; }
.price-lockup { min-width: 190px; text-align: right; }
.price-lockup span { display: block; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.price-lockup strong { display: block; margin-top: 3px; color: var(--olive-dark); font-family: var(--serif); font-size: 45px; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.checkout-summary { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); background: rgba(255,253,249,.6); }
.checkout-summary > div { min-width: 0; padding: 16px 18px; border-right: 1px solid var(--line); }
.checkout-summary > div:last-child { border-right: 0; }
.checkout-summary span { display: block; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.checkout-summary strong { display: block; overflow: hidden; margin-top: 4px; font-family: var(--serif); font-size: 18px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.checkout-consent { margin-top: 18px; }
.promo-panel { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 24px; }
.promo-optional { margin-left: 6px; color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.promo-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 480px; }
.promo-entry input { text-transform: uppercase; letter-spacing: .04em; }
.promo-entry input::placeholder { text-transform: none; letter-spacing: 0; }
.promo-button { min-width: 88px; border: 1px solid var(--olive-dark); padding: 12px 18px; color: var(--olive-dark); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.promo-button:hover { background: rgba(89,102,83,.07); }
.promo-button:disabled, .promo-remove:disabled { opacity: .55; cursor: default; }
.promo-button:focus-visible, .promo-remove:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }
.promo-feedback { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; }
.promo-feedback p { margin: 0; color: var(--success); font-size: 12px; overflow-wrap: anywhere; }
.promo-remove { min-height: 44px; border: 0; padding: 0; background: transparent; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.promo-totals { margin: 14px 0 0; padding: 16px 18px; border-left: 2px solid var(--olive); background: rgba(89,102,83,.05); }
.promo-totals > div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; font-size: 12px; }
.promo-totals dt { color: var(--muted); }
.promo-totals dd { margin: 0; font-variant-numeric: tabular-nums; }
.promo-totals .promo-saving dt, .promo-saving dd { color: var(--success); }
.promo-totals .promo-final { margin-top: 10px; border-top: 1px solid var(--line); padding-top: 12px; align-items: center; }
.promo-final dt { color: var(--ink); font-weight: 700; }
.promo-final dd { font-family: var(--serif); color: var(--olive-dark); font-size: 30px; line-height: 1; }
.promo-rounding { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
@media (max-width: 680px) { .promo-entry input { font-size: 16px; } }
.pay-button { margin-top: 18px; }
.secure-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.secure-note span { margin-right: 5px; color: var(--gold); }
.payment-success { scroll-margin-top: 20px; }
.paid-booking-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(89,102,83,.25); padding: 14px 16px; background: rgba(89,102,83,.07); }
.paid-booking-strip span { border-radius: 99px; padding: 4px 9px; background: var(--olive); color: white; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.paid-booking-strip strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.paid-booking-strip em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field input[readonly], .field select:disabled { background: rgba(233,224,212,.5); color: #51564f; cursor: not-allowed; }

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .brand strong { font-size: 22px; }
  .brand__mark { width: 30px; height: 30px; }
  .back-link { font-size: 9px; }
  .hero { width: min(100% - 28px, 850px); padding-top: 58px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero__copy { font-size: 13px; }
  .journey li { font-size: 7px; letter-spacing: .07em; }
  .booking-shell { width: min(100% - 24px, 900px); }
  .is-step-flow .form-progress { top: 8px; padding: 14px 16px 16px; }
  .form-progress__heading strong { font-size: 19px; }
  .form-section { margin-bottom: 13px; }
  .form-section > summary { min-height: 96px; grid-template-columns: 37px minmax(0,1fr) 18px; gap: 12px; padding: 20px 17px; }
  .section-number { width: 36px; height: 36px; }
  .section-title strong { font-size: 28px; }
  .section-title em { font-size: 10px; }
  .section-body { padding: 24px 17px 28px; }
  .form-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .field--wide { grid-column: auto; }
  .segmented { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .segmented label, .segmented span { width: 100%; }
  .segmented span { justify-content: center; padding-inline: 12px; }
  .event-card { padding: 18px 14px; }
  .event-card__header { align-items: flex-start; }
  .event-card h3 { font-size: 22px; }
  .previews { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .previews--proof { grid-template-columns: minmax(0,1fr); }
  .payment-overview { grid-template-columns: 1fr; }
  .payment-total { min-height: 235px; }
  .payment-flow { padding: 17px; }
  .manual-payment { grid-template-columns: 1fr; }
  .qr-card { border-top: 1px solid var(--line); border-left: 0; }
  .proof-block { grid-template-columns: 1fr; }
  .proof-block__upload { border-top: 1px solid var(--line); border-left: 0; }
  .proof-block__upload .upload-card { min-height: 180px; }
  .copy-status { display: block; min-height: 18px; margin: 7px 0 0; }
  .is-step-flow .step-navigation { grid-template-columns: 1fr 1fr; gap: 10px; }
  .step-navigation__status { grid-column: 1 / -1; grid-row: 1; }
  .step-button { width: 100%; min-height: 54px; padding-inline: 14px; }
  .step-button--back { grid-column: 1; grid-row: 2; }
  .step-button--next { grid-column: 2; grid-row: 2; }
  .success-actions { grid-template-columns: 1fr; }
  .checkout-shell { width: min(100% - 24px, 980px); }
  .checkout-card { padding: 25px 17px 30px; }
  .checkout-card__heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .price-lockup { text-align: left; }
  .checkout-summary { grid-template-columns: 1fr; }
  .checkout-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .checkout-summary > div:last-child { border-bottom: 0; }
  .paid-booking-strip { grid-template-columns: 1fr; justify-items: start; }
}

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



/* WEDSMINT PREVIEW MODAL & BADGE STYLING */

.wedsmint-demo-badge {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 9998;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.wedsmint-preview-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  border: none;
  border-radius: 999px;
  padding: 14px 21px;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wedsmint-preview-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
}

.wedsmint-cta-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wedsmint-cta-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.wedsmint-cta-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.wedsmint-cta-card {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  padding: 38px 28px 28px;
  border-radius: 22px;
  background: #f8f5ef;
  color: #171717;
  text-align: center;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
  transform: translateY(15px) scale(0.97);
  transition: transform 0.3s ease;
}

.wedsmint-cta-modal.is-open .wedsmint-cta-card {
  transform: translateY(0) scale(1);
}

.wedsmint-cta-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: #222;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.wedsmint-cta-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.wedsmint-cta-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
}

.wedsmint-cta-card p {
  margin: 0 auto 25px;
  max-width: 310px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
}

.wedsmint-instagram-btn {
  display: block;
  padding: 14px 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.wedsmint-instagram-btn:hover {
  transform: translateY(-1px);
}



/* MOBILE RESPONSIVENESS ENHANCEMENTS */

@media (max-width: 480px) {
  .theme-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  
  .theme-card h3 {
    font-size: 26px !important;
  }
  
  .hero h1 {
    font-size: clamp(42px, 14vw, 62px) !important;
  }
  
  .hero__actions {
    width: 100%;
  }

  .hero__actions .button {
    width: 100%;
    justify-content: center;
  }
  
  .wedsmint-preview-cta {
    bottom: 16px !important;
    right: 16px !important;
    padding: 12px 18px !important;
    font-size: 12px !important;
  }

  .wedsmint-cta-card {
    padding: 30px 20px 22px !important;
  }

  .wedsmint-cta-card h3 {
    font-size: 22px !important;
  }
}
