/* Revelion 2027 — standalone page. Header and footer reuse the site stylesheet;
   everything below the header is scoped under .rv so nothing leaks into it. */
:root {
  --rv-ink: #0e0b0a;
  --rv-ink-2: #17130f;
  --rv-ink-3: #211b16;
  --rv-paper: #f4efe7;
  --rv-muted: rgba(244, 239, 231, 0.68);
  --rv-faint: rgba(244, 239, 231, 0.14);
  --rv-gold: #d6c3a4;
  --rv-gold-strong: #cdac72;
  --rv-gold-hover: #dcbd86;
  --rv-wine: #6f1d2b;
  --rv-display: "Cormorant Garamond", Georgia, serif;
  --rv-body: Manrope, system-ui, sans-serif;
  --rv-pad: clamp(1.25rem, 4vw, 3rem);
}

body.rv-body { background: var(--rv-ink); color: var(--rv-paper); font-family: var(--rv-body); }
.rv { overflow-x: clip; }
.rv img, .rv video { display: block; max-width: 100%; }
.rv a:not(.rv-btn) { color: inherit; }
.rv-wrap { max-width: 88rem; margin: 0 auto; padding: 0 var(--rv-pad); }
.rv-section { padding: clamp(4.5rem, 10vw, 8.5rem) 0; }
.rv-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--rv-gold); }
.rv-h2 { font-family: var(--rv-display); font-weight: 400; font-size: clamp(2.2rem, 4.6vw, 3.8rem); line-height: 1.05; margin: 1rem 0 0; }
.rv-h3 { font-family: var(--rv-display); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.1; margin: 0; }
.rv-lead { font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.75; color: var(--rv-muted); max-width: 38rem; margin: 1.5rem 0 0; }
.rv-rule { height: 1px; background: var(--rv-faint); border: 0; margin: 0; }

/* Buttons */
.rv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; min-height: 3.5rem; padding: 0 2rem;
  font: 600 0.72rem/1 var(--rv-body); letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s; }
.rv-btn svg { width: 1rem; height: 1rem; flex: none; }
.rv-btn--primary { background: var(--rv-gold-strong); color: #17130f; }
.rv-btn--primary:hover { background: var(--rv-gold-hover); }
.rv-btn--xl { min-height: 4.25rem; padding: 0 2.75rem; font-size: 0.8rem; }
.rv-btn--ghost { border-color: rgba(244, 239, 231, 0.55); color: var(--rv-paper); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(6px); }
.rv-btn--ghost:hover { background: var(--rv-paper); color: #17130f; }
.rv-btn:focus-visible, .rv button:focus-visible, .rv input:focus-visible, .rv select:focus-visible, .rv textarea:focus-visible { outline: 2px solid var(--rv-gold); outline-offset: 3px; }
.rv-btn[disabled] { opacity: 0.55; cursor: progress; }
.rv-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }

/* Hero */
.rv-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; }
.rv-hero__img { position: absolute; inset: 0; z-index: -2; }
.rv-hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.rv-hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(14, 11, 10, 0.55) 0%, rgba(14, 11, 10, 0.25) 35%, rgba(14, 11, 10, 0.88) 78%, var(--rv-ink) 100%); }
.rv-hero__inner { width: 100%; padding-top: 7rem; padding-bottom: clamp(3rem, 8vh, 6rem); }
.rv-hero h1 { font-family: var(--rv-display); font-weight: 400; line-height: 0.9; margin: 1.25rem 0 0; font-size: clamp(3.4rem, min(9vw, 11vh), 7.5rem); letter-spacing: 0.02em; }
.rv-hero h1 span { display: block; color: var(--rv-gold); font-style: italic; }
.rv-hero h1 small { display: block; margin-top: 1.1rem; font: 600 clamp(0.68rem, 1.1vw, 0.8rem)/1.5 var(--rv-body); letter-spacing: 0.3em; text-transform: uppercase; color: var(--rv-gold); }
.rv-hero__lead { font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.65; max-width: 40rem; margin: 1.25rem 0 0; color: rgba(244, 239, 231, 0.86); }
.rv-facts { display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; margin: 1.5rem 0 1.75rem; padding: 0; list-style: none; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rv-gold); }
.rv-facts li + li::before { content: "·"; margin-right: 2rem; color: var(--rv-faint); }
@media (max-width: 640px) { .rv-facts { flex-direction: column; } .rv-facts li + li::before { display: none; } }
.rv-call { margin-top: 1.25rem; font-size: 0.9rem; color: var(--rv-muted); }
.rv-call a { color: var(--rv-paper); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--rv-gold); }

/* Intro + arch video */
.rv-intro { display: grid; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
@media (min-width: 900px) { .rv-intro { grid-template-columns: 1.1fr 0.9fr; } }
.rv-arch { position: relative; width: min(100%, 26rem); margin: 0 auto; aspect-ratio: 9 / 15; }
.rv-arch__frame { position: absolute; inset: 0; border-radius: 999px 999px 0 0; overflow: hidden; background: var(--rv-ink-3); }
.rv-arch__frame video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.rv-arch::before { content: ""; position: absolute; inset: -0.9rem; border: 1px solid rgba(214, 195, 164, 0.55); border-radius: 999px 999px 0 0; border-bottom: 0; pointer-events: none; }
.rv-arch__sound { position: absolute; right: 1rem; bottom: 1rem; width: 2.9rem; height: 2.9rem; display: grid; place-items: center; border: 1px solid rgba(244, 239, 231, 0.5);
  background: rgba(14, 11, 10, 0.55); color: var(--rv-paper); backdrop-filter: blur(6px); cursor: pointer; }
.rv-arch__sound svg { width: 1.2rem; height: 1.2rem; }

/* Parties */
.rv-parties { display: grid; gap: 1.5rem; margin-top: 3.5rem; }
@media (min-width: 900px) { .rv-parties { grid-template-columns: 1fr 1fr; } }
.rv-party { display: flex; flex-direction: column; background: var(--rv-ink-2); border: 1px solid var(--rv-faint); }
.rv-party__img { aspect-ratio: 16 / 10; overflow: hidden; }
.rv-party__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.rv-party:hover .rv-party__img img { transform: scale(1.03); }
.rv-party__body { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.rv-party__body p { margin: 0; color: var(--rv-muted); line-height: 1.7; }
.rv-price { display: flex; align-items: baseline; gap: 0.75rem; margin-top: auto; padding-top: 1rem; }
.rv-price strong { font-family: var(--rv-display); font-weight: 400; font-size: clamp(3.2rem, 6vw, 4.6rem); line-height: 1; color: var(--rv-paper); }
.rv-price span { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rv-gold); }
.rv-kids { font-size: 0.86rem; color: var(--rv-muted); border-top: 1px solid var(--rv-faint); padding-top: 1rem; }
.rv-kids b { color: var(--rv-gold); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.7rem; margin-right: 0.5rem; }
.rv-party .rv-btn { align-self: flex-start; margin-top: 0.5rem; }

/* Split rows (menu, bars) */
.rv-split { display: grid; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
@media (min-width: 900px) { .rv-split { grid-template-columns: 1fr 1fr; } .rv-split--rev > :first-child { order: 2; } }
.rv-split__img { aspect-ratio: 4 / 5; overflow: hidden; }
.rv-split__img img { width: 100%; height: 100%; object-fit: cover; }
.rv-courses { list-style: none; margin: 2.25rem 0 0; padding: 0; }
.rv-courses li { display: flex; gap: 1.75rem; align-items: baseline; padding: 1.15rem 0; border-bottom: 1px solid var(--rv-faint); font-size: 1.08rem; }
.rv-courses li span:first-child { font-family: var(--rv-display); color: var(--rv-gold); font-size: 1.25rem; min-width: 2rem; }
.rv-bars { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.rv-bars li { font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rv-gold); }

/* Full-bleed story panels */
.rv-panel { position: relative; min-height: min(92svh, 52rem); display: flex; align-items: flex-end; isolation: isolate; }
.rv-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.rv-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14, 11, 10, 0.88) 0%, rgba(14, 11, 10, 0.45) 50%, rgba(14, 11, 10, 0.1) 100%), linear-gradient(0deg, rgba(14, 11, 10, 0.7), transparent 45%); }
.rv-panel .rv-wrap { width: 100%; padding-bottom: clamp(3rem, 8vw, 6rem); }
.rv-panel p { max-width: 34rem; }

/* Programme */
.rv-program { display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
@media (min-width: 1000px) { .rv-program { grid-template-columns: 1.3fr 0.7fr; align-items: stretch; } }
.rv-timeline { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.rv-timeline li { display: grid; gap: 0.4rem 2rem; padding: 1.4rem 0; border-top: 1px solid var(--rv-faint); }
.rv-timeline li:last-child { border-bottom: 1px solid var(--rv-faint); }
@media (min-width: 640px) { .rv-timeline li { grid-template-columns: 11rem 1fr; } }
.rv-timeline time { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rv-gold); padding-top: 0.3rem; }
.rv-timeline p { margin: 0; font-size: 1.08rem; line-height: 1.6; }
.rv-timeline small { display: block; color: var(--rv-muted); font-size: 0.88rem; margin-top: 0.2rem; }
.rv-figure { margin: 0; position: relative; min-height: 22rem; overflow: hidden; }
.rv-figure img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.rv-figure figcaption { position: absolute; left: 1.5rem; bottom: 1.25rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); }

/* Rates */
.rv-rates { display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
@media (min-width: 1000px) { .rv-rates { grid-template-columns: 0.8fr 1.2fr; align-items: start; } }
.rv-table { width: 100%; border-collapse: collapse; margin-top: 0.5rem; font-size: 1rem; }
.rv-table th { text-align: right; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rv-gold); padding: 0 0 1rem 1rem; vertical-align: bottom; }
.rv-table th:first-child { text-align: left; padding-left: 0; }
.rv-table td { padding: 1rem 0 1rem 1rem; border-top: 1px solid var(--rv-faint); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.rv-table td:first-child { text-align: left; padding-left: 0; white-space: normal; color: var(--rv-paper); }
.rv-table td:nth-child(2) { color: var(--rv-paper); font-weight: 600; }
.rv-table td:nth-child(3) { color: var(--rv-muted); }
.rv-note { font-size: 0.9rem; line-height: 1.7; color: var(--rv-muted); margin: 1.5rem 0 0; }

/* Gallery */
.rv-gallery { display: grid; gap: 0.75rem; grid-template-columns: repeat(2, 1fr); margin-top: 3rem; }
.rv-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
@media (min-width: 900px) { .rv-gallery { grid-template-columns: 2fr 1fr 1fr; } .rv-gallery img:first-child { grid-row: span 2; aspect-ratio: auto; } }
@media (max-width: 899px) { .rv-gallery img:first-child { grid-column: span 2; aspect-ratio: 16 / 9; } }

/* Booking */
.rv-book { background: var(--rv-ink-2); border-top: 1px solid var(--rv-faint); border-bottom: 1px solid var(--rv-faint); scroll-margin-top: 5rem; }
.rv-book__grid { display: grid; gap: 2rem; margin-top: 3rem; align-items: start; }
@media (min-width: 1000px) { .rv-book__grid { grid-template-columns: 1fr 22rem; gap: 3rem; } }
.rv-form { background: var(--rv-ink); border: 1px solid var(--rv-faint); padding: clamp(1.25rem, 3.5vw, 2.75rem); }
.rv-steps { display: flex; gap: 0.4rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.rv-steps li { flex: 1; height: 3px; background: var(--rv-faint); transition: background 0.3s; }
.rv-steps li.is-done, .rv-steps li.is-current { background: var(--rv-gold-strong); }
.rv-step-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rv-gold); margin: 0 0 0.6rem; }
.rv-step h3 { font-family: var(--rv-display); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 0.5rem; line-height: 1.1; }
.rv-step > p.rv-hint { margin: 0 0 1.75rem; color: var(--rv-muted); font-size: 0.92rem; line-height: 1.6; }
.rv-step[hidden] { display: none; }
.rv-choices { display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .rv-choices--2 { grid-template-columns: 1fr 1fr; } }
.rv-choice { position: relative; display: flex; gap: 1rem; align-items: flex-start; padding: 1.15rem 1.25rem; border: 1px solid var(--rv-faint); cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.rv-choice:hover { border-color: rgba(214, 195, 164, 0.5); }
.rv-choice input { position: absolute; opacity: 0; pointer-events: none; }
.rv-choice__mark { flex: none; width: 1.25rem; height: 1.25rem; margin-top: 0.15rem; border: 1px solid rgba(244, 239, 231, 0.5); display: grid; place-items: center; }
.rv-choice input[type="radio"] + .rv-choice__mark { border-radius: 50%; }
.rv-choice input:checked + .rv-choice__mark { background: var(--rv-gold-strong); border-color: var(--rv-gold-strong); }
.rv-choice input:checked + .rv-choice__mark::after { content: ""; width: 0.45rem; height: 0.45rem; background: #17130f; border-radius: inherit; }
.rv-choice:has(input:checked) { border-color: var(--rv-gold-strong); background: rgba(205, 172, 114, 0.08); }
.rv-choice:has(input:focus-visible) { outline: 2px solid var(--rv-gold); outline-offset: 2px; }
.rv-choice strong { display: block; font-weight: 600; font-size: 1rem; }
.rv-choice small { display: block; color: var(--rv-muted); font-size: 0.86rem; margin-top: 0.25rem; line-height: 1.5; }
.rv-choice em { font-style: normal; color: var(--rv-gold); }
.rv-counters { display: grid; gap: 0.75rem; margin-top: 1.75rem; }
.rv-counter { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--rv-faint); }
.rv-counter label { font-size: 1rem; }
.rv-counter label small { display: block; color: var(--rv-muted); font-size: 0.82rem; margin-top: 0.15rem; }
.rv-stepper { display: flex; align-items: center; border: 1px solid var(--rv-faint); }
.rv-stepper button { width: 2.75rem; height: 2.75rem; background: none; border: 0; color: var(--rv-paper); font-size: 1.2rem; cursor: pointer; }
.rv-stepper button:hover { background: rgba(244, 239, 231, 0.06); }
.rv-stepper button[disabled] { opacity: 0.3; cursor: default; }
.rv-stepper input { width: 3rem; height: 2.75rem; text-align: center; background: none; border: 0; border-inline: 1px solid var(--rv-faint); color: var(--rv-paper); font: 600 1rem var(--rv-body); -moz-appearance: textfield; }
.rv-stepper input::-webkit-inner-spin-button, .rv-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.rv-field { display: grid; gap: 0.5rem; }
.rv-field > span { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rv-gold); }
.rv-field input, .rv-field select, .rv-field textarea { width: 100%; min-height: 3.25rem; padding: 0.75rem 1rem; background: var(--rv-ink-2); border: 1px solid var(--rv-faint); color: var(--rv-paper); font: 1rem var(--rv-body); border-radius: 0; }
.rv-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--rv-gold) 50%), linear-gradient(135deg, var(--rv-gold) 50%, transparent 50%); background-position: calc(100% - 1.2rem) 55%, calc(100% - 0.85rem) 55%; background-size: 0.35rem 0.35rem; background-repeat: no-repeat; padding-right: 2.5rem; }
.rv-field select option { background: var(--rv-ink-2); }
.rv-field textarea { min-height: 7rem; resize: vertical; }
.rv-field.is-invalid input { border-color: #d0776b; }
.rv-field__err { font-size: 0.82rem; color: #e39a8f; display: none; }
.rv-field.is-invalid .rv-field__err { display: block; }
.rv-fields { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .rv-fields--2 { grid-template-columns: 1fr 1fr; } }
.rv-rooms { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
.rv-room { display: grid; grid-template-columns: 1fr auto auto; gap: 0.75rem; align-items: center; }
.rv-room .rv-field select { min-height: 2.9rem; }
.rv-room__remove { width: 2.75rem; height: 2.75rem; background: none; border: 1px solid var(--rv-faint); color: var(--rv-muted); cursor: pointer; font-size: 1.1rem; }
.rv-room__remove:hover { color: var(--rv-paper); border-color: rgba(244, 239, 231, 0.4); }
.rv-add { margin-top: 1rem; background: none; border: 0; color: var(--rv-gold); font: 600 0.72rem var(--rv-body); letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; padding: 0.5rem 0; }
.rv-add[hidden] { display: none; }
.rv-nights { margin: 1.25rem 0 0; font-size: 0.92rem; color: var(--rv-muted); line-height: 1.6; }
.rv-nights b { color: var(--rv-paper); font-weight: 600; }
.rv-check { display: flex; gap: 0.9rem; align-items: flex-start; margin-top: 1.75rem; cursor: pointer; }
.rv-check input { width: 1.2rem; height: 1.2rem; margin-top: 0.2rem; accent-color: var(--rv-gold-strong); flex: none; }
.rv-check span { line-height: 1.55; }
.rv-check small { display: block; color: var(--rv-muted); font-size: 0.86rem; }
.rv-form__nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--rv-faint); }
.rv-back { background: none; border: 0; color: var(--rv-muted); font: 600 0.72rem var(--rv-body); letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; padding: 0.75rem 0; }
.rv-back:hover { color: var(--rv-paper); }
.rv-back[hidden] { visibility: hidden; display: inline; }
.rv-form__error { margin: 1rem 0 0; color: #e39a8f; font-size: 0.92rem; line-height: 1.6; }
.rv-form__error:empty { display: none; }
.rv-legal { font-size: 0.82rem; color: var(--rv-muted); line-height: 1.6; margin: 1.5rem 0 0; }
.rv-legal a { text-decoration: underline; text-underline-offset: 3px; }
.rv-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.rv-summary { background: var(--rv-ink); border: 1px solid var(--rv-faint); padding: 1.75rem; }
@media (min-width: 1000px) { .rv-summary { position: sticky; top: 6.5rem; } }
.rv-summary h3 { font-family: var(--rv-display); font-weight: 400; font-size: 1.6rem; margin: 0 0 1.25rem; }
.rv-summary ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; font-size: 0.9rem; line-height: 1.5; }
.rv-summary li { display: flex; justify-content: space-between; gap: 1rem; }
.rv-summary li span:last-child { white-space: nowrap; font-variant-numeric: tabular-nums; }
.rv-summary li.is-muted { color: var(--rv-muted); }
.rv-summary__empty { color: var(--rv-muted); font-size: 0.9rem; line-height: 1.6; margin: 0; }
.rv-total { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--rv-faint); }
.rv-total span { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rv-gold); }
.rv-total strong { font-family: var(--rv-display); font-weight: 500; font-size: 2.3rem; line-height: 1; font-variant-numeric: tabular-nums; }
.rv-summary__note { font-size: 0.82rem; color: var(--rv-muted); line-height: 1.6; margin: 1.25rem 0 0; }
.rv-summary__call { display: block; margin-top: 1.25rem; font-size: 0.9rem; color: var(--rv-paper); }

.rv-done { text-align: center; padding: clamp(1rem, 4vw, 3rem) 0; }
.rv-done[hidden] { display: none; }
.rv-done__icon { width: 3.5rem; height: 3.5rem; margin: 0 auto 1.5rem; border: 1px solid var(--rv-gold); border-radius: 50%; display: grid; place-items: center; color: var(--rv-gold); }
.rv-done h3 { font-family: var(--rv-display); font-weight: 400; font-size: 2.2rem; margin: 0; }
.rv-done p { color: var(--rv-muted); line-height: 1.7; max-width: 30rem; margin: 1rem auto 0; }

/* Closing */
.rv-final { display: grid; gap: 0; }
@media (min-width: 1000px) { .rv-final { grid-template-columns: 1.4fr 1fr; min-height: 40rem; } }
.rv-final__img { min-height: 22rem; position: relative; }
.rv-final__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rv-final__text { padding: clamp(3rem, 7vw, 6rem) var(--rv-pad); display: flex; flex-direction: column; justify-content: center; }
.rv-final__quote { font-family: var(--rv-display); font-style: italic; font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.2; margin: 0; }
.rv-final__phone { font-family: var(--rv-display); font-size: clamp(2.2rem, 4vw, 3rem); text-decoration: none; margin: 1rem 0 0; display: inline-block; }
.rv-final__addr { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rv-muted); margin: 0.75rem 0 2.25rem; line-height: 1.9; }

/* Sticky mobile bar — same burgundy bar as the home page */
.rv-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1.4fr 1fr; height: 4rem; box-shadow: 0 -10px 30px rgba(38, 22, 20, 0.24);
  transform: translateY(100%); visibility: hidden; transition: transform 0.3s, visibility 0.3s; }
.rv-bar.is-visible { transform: none; visibility: visible; }
.rv-bar a { display: flex; align-items: center; justify-content: center; gap: 0.6rem; font: 600 0.7rem var(--rv-body); letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; }
.rv-bar a:first-child { background: var(--rv-gold-strong); color: #17130f; }
.rv-bar a:last-child { background: var(--rv-wine); color: #fff; }
.rv-bar svg { width: 1rem; height: 1rem; }
@media (min-width: 1024px) { .rv-bar { display: none; } }

/* Header states the React app normally drives */
header.rv-header { transition: background 0.3s; }
header.rv-header.is-solid { background: rgba(23, 19, 15, 0.96); backdrop-filter: blur(10px); }
.rv-menu { position: fixed; inset: 0; z-index: 60; background: var(--rv-ink-2); color: var(--rv-paper); padding: 6rem var(--rv-pad) 2rem; overflow-y: auto; }
.rv-menu[hidden] { display: none; }
.rv-menu a { display: block; font-family: var(--rv-display); font-size: 2rem; padding: 0.55rem 0; text-decoration: none; border-bottom: 1px solid var(--rv-faint); }
.rv-menu__close { position: absolute; top: 1.4rem; right: 1.25rem; width: 2.75rem; height: 2.75rem; background: none; border: 0; color: inherit; font-size: 1.75rem; cursor: pointer; }
.rv-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s, transform 0.9s; }
.rv-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv-reveal { opacity: 1; transform: none; transition: none; } .rv-party__img img { transition: none; } }

/* FAQ */
.rv-faq { max-width: 60rem; }
.rv-faq__list { margin-top: 2.5rem; border-top: 1px solid var(--rv-faint); }
.rv-faq__item { border-bottom: 1px solid var(--rv-faint); }
.rv-faq__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.4rem 0; font-size: clamp(1.02rem, 1.4vw, 1.15rem); font-weight: 500; }
.rv-faq__item summary::-webkit-details-marker { display: none; }
.rv-faq__item summary::after { content: "+"; color: var(--rv-gold); font-size: 1.4rem; line-height: 1; transition: transform 0.2s; }
.rv-faq__item[open] summary::after { transform: rotate(45deg); }
.rv-faq__item p { margin: 0 0 1.5rem; color: var(--rv-muted); line-height: 1.75; max-width: 48rem; }
.rv-faq__item a { text-decoration: underline; text-underline-offset: 3px; }
