/* ─────────────────────────────────────────────────────────────
   YA-EVENT — Venue page (premium, mobile-first)
   Loaded on top of yae.css. Sections use full-bleed media,
   restrained typography, generous whitespace.
   ───────────────────────────────────────────────────────────── */

/* ── Trust band ───────────────────────────────────────────── */
.trust-band {
    border-bottom: 1px solid var(--color-line);
    padding: 18px 0;
    background: var(--color-bg);
}
.trust-band ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 36px;
    justify-content: center;
    align-items: baseline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-band li {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
    color: var(--color-text-mute);
}
.trust-band li strong {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: 18px;
    color: var(--color-text);
}

/* ── Hero pills (tags under tagline) ──────────────────────── */
.hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.hero__pills li {
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.22);
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* ── Hero: full-bleed photo, minimal copy ─────────────────── */
.v-hero {
    position: relative;
    height: 78svh;
    min-height: 520px;
    max-height: 760px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
.v-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transform: scale(1.04);
    transition: transform 12s ease-out;
    filter: var(--photo-preset);
}
.v-hero:hover .v-hero__media { transform: scale(1.0); }
.v-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.78) 100%);
}
.v-hero__inner {
    width: 100%;
    padding: 0 0 56px;
}
.v-hero__eyebrow {
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.22em;
    margin-bottom: 18px;
    display: inline-block;
}
.v-hero__title {
    color: #fff;
    margin: 0 0 14px;
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(40px, 6.6vw, 84px);
    line-height: 1.0;
    letter-spacing: -0.012em;
    text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.35);
}
.v-hero__sub {
    color: rgba(255,255,255,0.95);
    font-family: var(--font-sans);
    font-style: normal;
    font-size: clamp(16px, 1.55vw, 19px);
    line-height: 1.55;
    margin: 6px 0 0;
    max-width: 56ch;
    text-shadow: 0 1px 14px rgba(0,0,0,0.55);
}
.v-hero__scroll {
    display: none;
}

/* ── Meta strip: thin bar with key facts (no boxes) ─────── */
.v-meta {
    border-bottom: 1px solid var(--color-line);
    padding: 22px 0;
    background: var(--color-bg);
}
.v-meta__row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: baseline;
    justify-content: space-between;
}
.v-meta__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    align-items: baseline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.v-meta__facts li {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
    color: var(--color-text-mute);
}
.v-meta__facts li strong {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: 18px;
    color: var(--color-text);
}
.v-meta__cta {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.v-meta__cta a {
    font-size: 14px;
    color: var(--color-text);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    padding-bottom: 2px;
}
.v-meta__cta a + a { margin-left: 4px; }

/* ── Atmosphere: centered statement ─────────────────────── */
.v-atmosphere {
    padding: 72px 0;
    text-align: center;
}
.v-atmosphere__lead {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.18;
    color: var(--color-text);
    margin: 0 auto;
    max-width: 760px;
    letter-spacing: -0.008em;
}
.v-atmosphere__lead em {
    font-family: var(--font-script);
    font-style: normal;
    color: var(--color-accent);
    font-size: 1.1em;
    line-height: 1;
    padding: 0 0.05em;
}
.v-atmosphere__sub {
    margin: 22px auto 0;
    max-width: 560px;
    color: var(--color-text-mute);
    font-size: 15px;
    line-height: 1.65;
}

/* ── Gallery: even uniform grid ─────────────────────────── */
.v-gallery {
    padding: 0 0 8px;
}
.v-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.v-gallery__cell {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--color-bg-alt);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.v-gallery__cell img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: var(--photo-preset);
}

/* ── Gallery v2: full venue gallery — calm uniform grid ──────── */
.v-gallery2 {
    padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
}
.v-gallery2__head {
    text-align: center;
    margin: 0 auto clamp(28px, 3vw, 44px);
    max-width: 720px;
}
.v-gallery2__head .eyebrow { margin-bottom: 12px; display: inline-block; }
.v-gallery2__head h2 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}
.v-gallery2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.v-gallery2__cell {
    margin: 0;
    overflow: hidden;
    background: var(--color-bg-alt);
    border-radius: 2px;
    aspect-ratio: 4 / 3;
}
.v-gallery2__cell img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: var(--photo-preset);
    transition: transform .6s var(--ease);
}
.v-gallery2__cell:hover img { transform: scale(1.04); }

/* ── Video clip section: cinematic 16:9 with caption ───── */
.v-clip {
    padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
    background: var(--color-bg-alt);
}
.v-clip__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.v-clip__head {
    margin: 0 auto clamp(24px, 3vw, 36px);
    max-width: 640px;
}
.v-clip__head .eyebrow { margin-bottom: 10px; display: inline-block; }
.v-clip__head h2 {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    margin: 0 0 8px;
}
.v-clip__head p {
    color: var(--color-text-mute);
    margin: 0;
}
.v-clip__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.v-clip__frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}
.v-clip__frame[data-playing="false"]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    pointer-events: none;
    transition: opacity .3s var(--ease);
}
.v-clip__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-text);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    transition: transform .25s var(--ease), background .25s var(--ease);
    z-index: 2;
}
.v-clip__play:hover { transform: scale(1.06); background: #fff; }
.v-clip__frame[data-playing="true"] .v-clip__play { display: none; }

/* ── Index video strip: 3 clips in a row ─────────────────── */
.v-clip-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 24px);
}
.v-clip-strip__item {
    margin: 0;
    display: grid;
    gap: 12px;
}
.v-clip-strip__item .v-clip__frame {
    border-radius: 4px;
}
.v-clip-strip__item figcaption {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.06em;
    color: var(--color-text-mute);
    text-transform: uppercase;
}
.v-clip-strip__item .v-clip__play {
    width: 56px;
    height: 56px;
    font-size: 18px;
}

/* ── Split: image + restrained copy ─────────────────────── */
.v-split {
    padding: 72px 0;
}
.v-split__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
}
.v-split__media {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--color-bg-alt);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.v-split__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: var(--photo-preset);
}
.v-split__copy h2 {
    margin: 10px 0 18px;
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.18;
    letter-spacing: -0.003em;
}
.v-split__copy > p {
    color: var(--color-text-mute);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 480px;
}
.v-split__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0;
}
.v-split__bullets li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid var(--color-line);
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-text);
    align-items: baseline;
}
.v-split__bullets li:last-child {
    border-bottom: 1px solid var(--color-line);
}
.v-split__bullets li::before {
    content: '';
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-accent);
    margin-top: 9px;
}

/* ── Numbers band: light, restrained inline stats ───────── */
.v-numbers {
    background: var(--color-bg);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    padding: 48px 0;
}
.v-numbers__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
}
.v-numbers__cell {
    padding: 0 12px;
}
.v-numbers__value {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(34px, 4.4vw, 48px);
    line-height: 1;
    color: var(--color-text);
    letter-spacing: -0.005em;
    margin-bottom: 8px;
}
.v-numbers__value sup {
    font-size: 0.42em;
    vertical-align: super;
    color: var(--color-text-mute);
    margin-left: 3px;
    font-weight: 400;
}
.v-numbers__label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-text-mute);
}

/* ── Pricing: minimal cards + collapsible details ───────── */
.v-pricing {
    padding: 72px 0;
}
.v-pricing__head {
    margin-bottom: 32px;
    max-width: 640px;
}
.v-pricing__head h2 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.18;
    letter-spacing: -0.003em;
}
.v-pricing__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.v-pricing__cards--3 { /* 3-card layout: keep single column on mobile, jump to 3 on tablet+ */ }
.v-pricing__card {
    border: 1px solid var(--color-line);
    border-radius: 2px;
    padding: 24px 22px;
    background: var(--color-bg);
}
.v-pricing__card h4 {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 14px;
    color: var(--color-text-mute);
}
.v-pricing__card .v-pricing__amount {
    font-family: var(--font-serif);
    font-size: 30px;
    line-height: 1;
    color: var(--color-text);
    margin-bottom: 8px;
}
.v-pricing__card .v-pricing__amount small {
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--color-text-mute);
    letter-spacing: 0;
    margin-left: 6px;
    font-weight: 400;
}
.v-pricing__card .v-pricing__note {
    font-size: 13px;
    color: var(--color-text-mute);
    line-height: 1.6;
    margin: 0;
}
.v-pricing__details {
    border-top: 1px solid var(--color-line);
    padding-top: 24px;
}
.v-pricing__details summary {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-mute);
    padding: 6px 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.v-pricing__details summary::-webkit-details-marker { display: none; }
.v-pricing__details summary::after {
    content: '+';
    font-family: var(--font-serif);
    font-size: 22px;
    color: var(--color-accent);
    line-height: 1;
}
.v-pricing__details[open] summary::after { content: '−'; }
.v-pricing__schedule {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    font-size: 14px;
}
.v-pricing__schedule th,
.v-pricing__schedule td {
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid var(--color-line);
}
.v-pricing__schedule th {
    font-weight: 500;
    color: var(--color-text-mute);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.v-pricing__schedule td:nth-child(n+2),
.v-pricing__schedule th:nth-child(n+2) {
    text-align: right;
    white-space: nowrap;
}
.v-pricing__hint {
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-text-mute);
    line-height: 1.6;
}

/* ── Location: contained map + thin address row ─────────── */
.v-location {
    background: var(--color-bg-alt);
    padding: 64px 0;
}
.v-location__head {
    text-align: center;
    margin-bottom: 28px;
}
.v-location__head h2 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(22px, 2.6vw, 28px);
    margin: 6px 0 12px;
}
.v-location__head p {
    color: var(--color-text-mute);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.v-location__head a {
    color: var(--color-text);
    border-bottom: 1px solid var(--color-accent);
    text-decoration: none;
    padding-bottom: 2px;
}
.v-map {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 420px;
    border: none;
    border-radius: 2px;
    display: block;
    background: var(--color-bg);
}

/* ── Quiet CTA band before FAQ ──────────────────────────── */
.v-cta-band {
    padding: 72px 0;
    text-align: center;
    background: var(--color-bg);
    border-top: 1px solid var(--color-line);
}
.v-cta-band h2 {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 34px);
    margin: 0 0 14px;
    color: var(--color-text);
    line-height: 1.18;
}
.v-cta-band h2 em {
    font-family: var(--font-script);
    color: var(--color-accent);
    font-style: normal;
    font-size: 1.1em;
    padding: 0 0.05em;
}
.v-cta-band p {
    color: var(--color-text-mute);
    max-width: 540px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.65;
}
.v-cta-band__buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ── Breadcrumbs: tiny, restrained ──────────────────────── */
.v-breadcrumbs {
    padding: 18px 0;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-text-mute);
    background: var(--color-bg);
}
.v-breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    align-items: center;
}
.v-breadcrumbs li::after {
    content: '/';
    margin-left: 10px;
    color: var(--color-line);
}
.v-breadcrumbs li:last-child::after { display: none; }
.v-breadcrumbs a {
    color: var(--color-text-mute);
    text-decoration: none;
}
.v-breadcrumbs a:hover { color: var(--color-accent); }
.v-breadcrumbs li:last-child { color: var(--color-text); }

/* ───────────── Tablet (≥640px) ─────────────────────────── */
@media (min-width: 640px) {
    .v-hero__inner { padding-bottom: 56px; }
    .v-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .v-numbers__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .v-pricing__cards { grid-template-columns: 1fr 1fr; }
    .v-pricing__cards--3 { grid-template-columns: repeat(3, 1fr); }
}

/* ───────────── Desktop (≥980px) ────────────────────────── */
@media (min-width: 980px) {
    .v-hero { height: 72vh; max-height: 760px; }
    .v-hero__inner { padding-bottom: 72px; }

    .v-meta__facts li { font-size: 14px; }
    .v-meta__facts li strong { font-size: 17px; }

    .v-atmosphere { padding: 96px 0; }

    .v-split { padding: 96px 0; }
    .v-split__grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }

    .v-numbers { padding: 56px 0; }
    .v-pricing { padding: 96px 0; }
    .v-location { padding: 88px 0; }
    .v-cta-band { padding: 96px 0; }
}

/* ───────────── Safe-area for iPhone notch ──────────────── */
@supports (padding: max(0px)) {
    .sticky-cta { bottom: max(16px, env(safe-area-inset-bottom, 0px) + 8px); }
}

/* ───────────── Reduced motion ──────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .v-hero__media { transform: none; transition: none; }
}

/* ───────────── Video feature block ─────────────────────── */
.video-feature {
    padding: 80px 0 96px;
    background: var(--bg, #fff);
}
.video-feature__head {
    text-align: center;
    margin-bottom: 36px;
}
.video-feature__head .eyebrow { margin-bottom: 14px; }
.video-feature__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
.video-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0c0c0c;
    aspect-ratio: 16 / 9;
    box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-card__caption {
    position: absolute;
    left: 18px; right: 18px; bottom: 16px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
    pointer-events: none;
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 1.05rem;
}
.video-card__caption span {
    display: block;
    font-weight: 400;
    opacity: .85;
    font-size: .82rem;
    margin-top: 2px;
}
@media (min-width: 900px) {
    .video-feature__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.video-single {
    padding: 72px 0 88px;
}
.video-single .video-card {
    max-width: 1040px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════
   VENUE MOBILE OVERHAUL v2
   ══════════════════════════════════════════════════════════════ */

/* ── Tablet (≤900px) ─────────────────────────────────────────── */
@media (max-width: 900px) {
    .v-hero { height: auto; min-height: 340px; max-height: 480px; }
    .v-hero__title { font-size: clamp(34px, 6vw, 52px); }
    .v-split__grid { gap: 20px; }
    .v-split__body h2 { font-size: clamp(20px, 3vw, 26px); }
    .v-pricing__head h2 { font-size: clamp(20px, 3vw, 26px); }
    .v-numbers__grid { gap: 14px; }
    .v-numbers__value { font-size: clamp(28px, 5vw, 40px); }
    .v-location__head h2 { font-size: clamp(20px, 3vw, 26px); }
    .v-clip__play { width: 60px; height: 60px; font-size: 20px; }
    .v-clip-strip__grid { grid-template-columns: 1fr; gap: 16px; }
    .v-clip-strip__item .v-clip__play { width: 56px; height: 56px; font-size: 20px; }
    .v-gallery2__grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* ── Phone (≤560px) ──────────────────────────────────────────── */
@media (max-width: 560px) {
    /* Hero: short, cinematic crop */
    .v-hero { min-height: 260px; max-height: 360px; }
    .v-hero__inner { padding: 0 0 20px; }
    .v-hero__eyebrow { font-size: 9px; letter-spacing: 0.2em; margin-bottom: 8px; }
    .v-hero__title { font-size: clamp(28px, 8vw, 38px); margin-bottom: 6px; }
    .v-hero__sub { font-size: 13px; max-width: 100%; }
    .hero__pills { gap: 6px; margin-top: 12px; }
    .hero__pills li { padding: 4px 12px; font-size: 11px; }

    /* Meta strip: compact */
    .v-meta { padding: 14px 0; }
    .v-meta__row { gap: 10px 16px; }
    .v-meta__facts { gap: 8px 14px; }
    .v-meta__facts li { font-size: 12px; }
    .v-meta__facts li strong { font-size: 14px; }
    .v-meta__cta a { font-size: 13px; }

    /* Atmosphere */
    .v-atmosphere { padding: 36px 0; }
    .v-atmosphere__lead { font-size: clamp(20px, 5vw, 26px); }
    .v-atmosphere__sub { font-size: 13px; margin-top: 14px; }

    /* Gallery: 2-col square tiles */
    .v-gallery2 { padding: 28px 0 32px; }
    .v-gallery2__head { margin-bottom: 16px; }
    .v-gallery2__head h2 { font-size: clamp(20px, 5.5vw, 26px); }
    .v-gallery2__grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
    .v-gallery2__cell { aspect-ratio: 1 / 1; border-radius: 0; }

    /* Split section */
    .v-split { padding: 32px 0; }
    .v-split__media { aspect-ratio: 16 / 9; border-radius: 6px; }
    .v-split__body { padding: 0; }
    .v-split__body h2 { font-size: clamp(18px, 5vw, 24px); }
    .v-split__body p { font-size: 13px; line-height: 1.55; }
    .v-split__checklist li,
    .v-split__bullets li { font-size: 13px; padding: 10px 0; }

    /* Pricing */
    .v-pricing { padding: 32px 0; }
    .v-pricing__head h2 { font-size: clamp(18px, 5vw, 24px); }
    .v-pricing__head .lead { font-size: 13px; }
    .v-pricing__card { padding: 18px 16px; }
    .v-pricing__card .v-pricing__amount { font-size: 24px; }

    /* Numbers band */
    .v-numbers { padding: 28px 0; }
    .v-numbers__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .v-numbers__value { font-size: clamp(24px, 7vw, 34px); }
    .v-numbers__label { font-size: 10px; }

    /* Location */
    .v-location { padding: 32px 0; }
    .v-location__head h2 { font-size: clamp(18px, 5vw, 24px); }
    .v-location__head p { font-size: 13px; }
    .v-map { aspect-ratio: 4 / 3; border-radius: 6px; }

    /* CTA band */
    .v-cta-band { padding: 36px 0; }
    .v-cta-band h2 { font-size: clamp(18px, 5vw, 24px); }
    .v-cta-band p { font-size: 13px; }
    .v-cta-band__buttons { flex-direction: column; gap: 8px; }
    .v-cta-band__buttons .btn { width: 100%; text-align: center; padding: 12px 16px; font-size: 13px; }

    /* Video clip */
    .v-clip { padding: 32px 0; }
    .v-clip__head h2 { font-size: clamp(18px, 5vw, 24px); }
    .v-clip__play { width: 48px; height: 48px; font-size: 16px; }
    .v-clip-strip__grid { grid-template-columns: 1fr; gap: 14px; }
    .v-clip-strip__item .v-clip__play { width: 48px; height: 48px; font-size: 16px; }
    .v-clip-strip__item figcaption { font-size: 11px; }

    /* Trust band */
    .trust-band { padding: 12px 0; }
    .trust-band ul { gap: 8px 18px; }
    .trust-band li { font-size: 12px; }
    .trust-band li strong { font-size: 14px; }

    /* FAQ */
    .faq__q { font-size: 15px; padding: 14px 0; }
    .faq__a { font-size: 13px; }
}

/* ---------- SEO text block (bottom of venue/service pages) ---------- */
.seo-text { color: var(--color-text-soft, #6b6b6b); font-size: 15px; line-height: 1.7; max-width: 78ch; margin: 0 auto; }
.seo-text h2 { font-family: var(--font-display, "Cormorant Garamond", serif); font-size: 26px; font-weight: 500; color: var(--color-ink, #1a1a1a); margin: 0 0 16px; }
.seo-text p { margin: 0 0 12px; }
.seo-text p:last-child { margin-bottom: 0; }
.seo-text strong { color: var(--color-ink, #1a1a1a); font-weight: 500; }
@media (max-width: 560px) {
    .seo-text { font-size: 14px; }
    .seo-text h2 { font-size: 22px; }
}

/* ---------- Collapsed SEO block (visible to crawlers, neutral for users) ---------- */
.seo-collapse {
    max-width: 78ch; margin: 0 auto;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 18px;
}
.seo-collapse > summary {
    list-style: none; cursor: pointer;
    color: var(--color-text-soft, #8a8a82);
    font-size: 13px; font-weight: 400;
    text-align: center; padding: 4px 0;
    transition: color .2s ease;
}
.seo-collapse > summary::-webkit-details-marker { display: none; }
.seo-collapse > summary::after {
    content: " ↓"; opacity: 0.6; margin-left: 4px;
    display: inline-block; transition: transform .2s ease;
}
.seo-collapse[open] > summary::after { transform: rotate(180deg); }
.seo-collapse > summary:hover { color: var(--color-ink, #25251f); }
.seo-collapse .seo-text { margin-top: 14px; }

/* ---------- SEO editorial section (grid of fact-cards) ---------- */
.seo-section { /* uses section--bg-cream */ }
.seo-section__head { text-align: center; max-width: 720px; margin: 0 auto clamp(28px, 4vw, 48px); }
.seo-section__head .eyebrow { display: inline-block; margin-bottom: 14px; color: var(--color-accent); }
.seo-section__head .h-2 { color: var(--color-text); }

.seo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 24px);
}
.seo-card {
    position: relative;
    background: var(--color-bg);
    border: 1px solid var(--color-line-soft);
    border-radius: var(--radius-md);
    padding: clamp(20px, 2.4vw, 30px);
    color: var(--color-text-mute);
    font-size: 15px;
    line-height: 1.65;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.seo-card::before {
    content: "";
    position: absolute;
    left: clamp(20px, 2.4vw, 30px);
    top: -1px;
    width: 36px; height: 2px;
    background: var(--color-accent-2);
    border-radius: 2px;
}
.seo-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: var(--color-line); }
.seo-card p { margin: 0; }
.seo-card strong { color: var(--color-text); font-weight: 500; }

@media (max-width: 720px) {
    .seo-grid { grid-template-columns: 1fr; }
    .seo-card { font-size: 14px; }
}
