/* =========================================================
   THE ZORA (clone) — Design tokens
   Palette:  charcoal #120F0D | ivory #F6F1E7 | brass #C6A15B
             deep brass #8C6D3F | wine #4E1B24 | muted #B9AFA0
   Type: Display = Cormorant Garamond | Body = Jost
   Signature: gold hairline + diamond divider, monogram watermark
   ========================================================= */

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Black.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-BlackItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Bold.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-BoldItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Light.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-LightItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Medium.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-MediumItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Regular.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial Regular';
    src: url('../fonts/RivieraNightsTrial-RegularItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-Ultralight.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riviera Nights Trial';
    src: url('../fonts/RivieraNightsTrial-UltralightItalic.woff2') format('woff2'),
        url('../fonts/RivieraNightsTrial-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


:root {
    --zora-black: #120F0D;
    --zora-black-soft: #1B1714;
    --zora-ivory: #F6F1E7;
    --zora-ivory-dim: #EDE5D4;
    --zora-gold: #FCDB79;
    --zora-gold-deep: #8C6D3F;
    --zora-wine: #4E1B24;
    --zora-muted: #B9AFA0;
    --zora-text-dark: #241F1B;
    --zora-bg-dark: #151515;

    --font-display: 'Riviera Nights Trial';
    --font-body: 'Riviera Nights Trial';

    --section-pad: 6.5rem;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--zora-text-dark);
    background: var(--zora-ivory);
    font-weight: 300;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, .display-font {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0.01em;
}

a { text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 2px solid var(--zora-gold);
    outline-offset: 2px;
}

.brand-block img {
    width: 6%;
    margin: auto;
}
.zora-navbar.scrolled .brand-block img {
    width: 4%;
    margin: auto;
}
.zora-navbar.scrolled .header-bottom-line {
    display: none;
}
.eyebrow {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--zora-gold);
    font-weight: 500;
}

/* ---------- Signature divider: hairline + diamond ---------- */
.zora-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin: 1.5rem 0 2.25rem;
}
.zora-divider .line {
    height: 1px;
    width: 64px;
    background: linear-gradient(90deg, transparent, var(--zora-gold));
}
.zora-divider .line.right { background: linear-gradient(90deg, var(--zora-gold), transparent); }
.zora-divider .diamond {
    width: 8px; height: 8px;
    background: var(--zora-gold);
    transform: rotate(45deg);
    flex: none;
}
.zora-divider.center-left { justify-content: flex-start; }

/* ---------- Navbar (sticky, split layout: menu | brand | enquire) ---------- */
.zora-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    padding: 0 40px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid transparent;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.zora-navbar.scrolled {
    background: rgb(5 5 5 / 51%);
    backdrop-filter: blur(0px);
    border-bottom: 1px solid rgba(245, 214, 159, 0.2);
    height: 90px;   
}
.zora-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.25rem;
}

.header-bottom-line {
    align-self: flex-start;
    background-color: #ddd;
    display: flex;
    grid-column: 1 / span 10;
    grid-row: 2 / span 1;
    height: 1px;
    position: relative;
    transform: translate(0px, 0px);
    opacity: 0.5;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
/* Menu trigger (left) */
.menu-trigger {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--zora-ivory);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.3rem 0;
}
.menu-trigger-icon { display: flex; flex-direction: column; gap: 5px; }
.menu-trigger-icon span { display: block; width: 24px; height: 1.5px; background: var(--zora-ivory); transition: all 0.3s ease; }
.menu-trigger:hover .menu-trigger-icon span { background: var(--zora-gold); }

/* Brand block (center) */
.brand-block {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: var(--zora-ivory);
}
.brand-mark { width: 34px; height: 34px; flex: none; }
.brand-mark .mark-line { stroke: var(--zora-gold); }
.brand-name {
    font-family: var(--font-display);
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
}
.brand-divider { width: 1px; height: 26px; background: rgba(246,241,231,0.3); margin: 0 0.15rem; }
.brand-sub {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--zora-muted);
    white-space: nowrap;
}
.brand-sub strong { color: var(--zora-ivory); display: block; font-weight: 500; }

/* Enquire (right) */
.enquire-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}
.enquire-link::after {
    content: "";
    position: absolute; left: 0; bottom: 0;
    width: 0%; height: 1px;
    background: #fff;
    transition: width 0.35s ease;
}
.enquire-link:hover::after { width: 100%; }

@media (max-width: 575px) {
    .brand-divider, .brand-sub { display: none; }
    .menu-trigger-label { display: none; }
    .brand-name { font-size: 1.15rem; }
}

/* ---------- Body/scroll lock + navbar state while menu is open ----------
   Header stays visible (dimmed) behind the overlay, like the reference
   site; only the hamburger trigger hides (the overlay has its own Close
   button). Brand + Enquire remain visible but non-interactive. */
html.menu-open,
body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
    height: 100dvh !important;
    touch-action: none;
}
body.menu-open .zora-navbar {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(18,15,13,.72) 0%, rgba(18,15,13,.18) 100%);
    border-bottom: 1px solid rgba(198,161,91,.18);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 2147482500;
}
body.menu-open .zora-navbar-inner {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}
body.menu-open .zora-navbar .brand-block,
body.menu-open .zora-navbar .enquire-link {
    visibility: visible;
    opacity: .92;
    pointer-events: none;
}
body.menu-open .zora-navbar .menu-trigger {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
body.menu-open .scroll-dots {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* ---------- Full-screen overlay menu ----------
   Left panel: translucent glass strip with menu links.
   Right side: the real page/hero stays visible, just dimmed + blurred,
   rather than a separate solid/animated background. */
.zora-menu-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 2147483000;
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    isolation: isolate;
    transform: translateZ(0);
    transition: opacity .45s cubic-bezier(.22,.61,.36,1), visibility .45s cubic-bezier(.22,.61,.36,1);
}
.zora-menu-overlay.open,
body.menu-open .zora-menu-overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* Dark, blurred film over the whole page so the current page/video still
   reads through instead of being fully hidden. */
.zora-menu-overlay::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    display: block;
    background:
        radial-gradient(circle at 15% 28%, rgba(198,161,91,.10), transparent 30%),
        linear-gradient(90deg, rgba(10,7,4,.66) 0%, rgba(10,7,4,.46) 38%, rgba(10,7,4,.28) 100%);
    backdrop-filter: blur(2.5px) saturate(.78) brightness(.82);
    -webkit-backdrop-filter: blur(2.5px) saturate(.78) brightness(.82);
    pointer-events: none;
}

/* Left menu panel */
.menu-overlay-inner {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    z-index: 3;
    width: clamp(360px, 24vw, 470px);
    max-width: none;
    min-width: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 6.1rem 3.05rem 2.4rem;
    background:
        linear-gradient(180deg, rgba(18,15,13,.84), rgba(18,15,13,.66)),
        radial-gradient(circle at 18% 18%, rgba(198,161,91,.12), transparent 42%);
    backdrop-filter: blur(22px) saturate(.86);
    -webkit-backdrop-filter: blur(22px) saturate(.86);
    box-shadow:
        inset -1px 0 0 rgba(198,161,91,.16),
        26px 0 70px rgba(0,0,0,.24);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    transform: translateX(-100%);
    opacity: 1;
    transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.zora-menu-overlay.open .menu-overlay-inner,
body.menu-open .zora-menu-overlay .menu-overlay-inner {
    transform: translateX(0);
}

/* Right side: real page shows through, just dimmed/blurred */
.menu-overlay-visual {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    left: clamp(360px, 24vw, 470px);
    z-index: 1;
    display: block;
    min-height: 100vh;
    min-height: 100dvh;
    background: transparent;
    backdrop-filter: blur(1.2px) brightness(.78);
    -webkit-backdrop-filter: blur(1.2px) brightness(.78);
    cursor: default;
}
.menu-overlay-visual::after { display: none; }

.menu-close {
    position: absolute;
    top: 1.75rem;
    left: 1.75rem;
    z-index: 5;
    color: rgba(246,241,231,.9);
    background: transparent;
    border: 0;
    padding: .2rem 0;
    font-size: .75rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: .52rem;
    pointer-events: auto;
    font-family: var(--font-body);
}
.menu-close span { font-size: 1.1rem; line-height: 1; }
.menu-close:hover { color: var(--zora-gold); }

.menu-links {
    position: relative;
    z-index: 4;
    list-style: none;
    margin: 0;
    margin-top: clamp(4rem, 10vh, 7rem);
    padding: 0;
    width: 100%;
}
.menu-links > li {
    position: relative;
    z-index: 1;
    display: block;
    border-bottom: 0;
    overflow: visible;
}
.menu-links > li > a,
.menu-sub-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 100%;
    min-height: 42px;
    padding: .35rem 0;
    background: transparent;
    border: 0;
    color: rgba(246,241,231,.48);
    font-family: var(--font-body);
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-align: left;
    opacity: 0;
    transform: translateX(-22px);
    transition: opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1), color .28s ease;
}
.zora-menu-overlay.open .menu-links > li > a,
.zora-menu-overlay.open .menu-sub-toggle,
body.menu-open .zora-menu-overlay .menu-links > li > a,
body.menu-open .zora-menu-overlay .menu-sub-toggle {
    opacity: 1;
    transform: translateX(0);
}
.menu-links > li:nth-child(1) a, .menu-links > li:nth-child(1) .menu-sub-toggle { transition-delay: 0.06s; }
.menu-links > li:nth-child(2) a, .menu-links > li:nth-child(2) .menu-sub-toggle { transition-delay: 0.11s; }
.menu-links > li:nth-child(3) a, .menu-links > li:nth-child(3) .menu-sub-toggle { transition-delay: 0.16s; }
.menu-links > li:nth-child(4) a, .menu-links > li:nth-child(4) .menu-sub-toggle { transition-delay: 0.21s; }
.menu-links > li:nth-child(5) a, .menu-links > li:nth-child(5) .menu-sub-toggle { transition-delay: 0.26s; }
.menu-links > li:nth-child(6) a, .menu-links > li:nth-child(6) .menu-sub-toggle { transition-delay: 0.31s; }
.menu-links > li:nth-child(7) a, .menu-links > li:nth-child(7) .menu-sub-toggle { transition-delay: 0.36s; }
.menu-links > li > a.active,
.menu-links > li > a:hover,
.menu-sub-toggle:hover,
.menu-links li.has-sub.open .menu-sub-toggle {
    color: var(--zora-gold);
}
.menu-sub-toggle i,
.menu-sub-toggle .bi,
.menu-sub-toggle svg {
    margin-left: .45rem;
    color: var(--zora-gold);
    font-size: .78rem;
    flex: 0 0 auto;
    transition: transform .32s ease;
}
.menu-links li.has-sub.open .menu-sub-toggle i,
.menu-links li.has-sub.open .menu-sub-toggle .bi,
.menu-links li.has-sub.open .menu-sub-toggle svg {
    transform: rotate(45deg);
}

.menu-sub {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transform: translateY(-8px);
    transition: max-height .42s cubic-bezier(.22,.61,.36,1), opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.menu-links li.has-sub.open .menu-sub {
    max-height: 260px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    padding: .35rem 0 .75rem;
}
.menu-sub li { display: block; margin: 0; padding: 0; border: 0; }
.menu-sub li a {
    display: block;
    padding: .42rem 0;
    color: rgba(246,241,231,.48);
    font-family: var(--font-body);
    font-size: .72rem;
    line-height: 1.35;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    transform: none;
    transition: color .25s ease;
}
.menu-sub li a:hover { color: var(--zora-gold); }

.menu-overlay-footer {
    position: relative;
    z-index: 4;
    margin-top: auto;
    padding-top: 2.2rem;
    color: rgba(185,175,160,.82);
    font-size: .76rem;
    line-height: 1.75;
    letter-spacing: .055em;
}
.menu-overlay-footer a { color: var(--zora-gold); }

@media (max-width: 1199.98px) {
    .menu-overlay-inner { width: clamp(390px, 42vw, 560px); }
    .menu-overlay-visual { left: clamp(390px, 42vw, 560px); }
}
@media (max-width: 767.98px) {
    body.menu-open .zora-navbar .brand-block,
    body.menu-open .zora-navbar .enquire-link {
        opacity: 0;
        visibility: hidden;
    }
    .zora-menu-overlay::before {
        background: rgba(10,7,4,.82);
        backdrop-filter: blur(8px) saturate(.78);
        -webkit-backdrop-filter: blur(8px) saturate(.78);
    }
    .menu-overlay-inner {
        width: 100vw;
        max-width: 100vw;
        padding: 5.2rem 1.6rem 2.15rem;
        box-shadow: none;
        background:
            linear-gradient(180deg, rgba(18,15,13,.90), rgba(18,15,13,.82)),
            radial-gradient(circle at 20% 20%, rgba(198,161,91,.10), transparent 45%);
        backdrop-filter: blur(18px) saturate(.86);
        -webkit-backdrop-filter: blur(18px) saturate(.86);
    }
    .menu-overlay-visual { display: none; }
    .menu-links { margin-top: 4.25rem; }
    .menu-links > li > a,
    .menu-sub-toggle {
        min-height: 50px;
        font-size: .92rem;
    }
    .menu-close { left: 1.6rem; }
    .menu-overlay-footer { padding-top: 1.7rem; }
}
/* ---------- Hero ---------- */
.zora-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('../img/about/about_bg.webp');
    overflow: hidden;
    color: var(--zora-ivory);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.zora-hero.page-hero { min-height: 52vh; }
.zora-hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.66), #000000a6 40%), radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.46), #0000007a 45%)
}
.zora-hero .monogram {
    position: absolute;
    font-family: var(--font-display);
    font-size: 46vw;
    color: rgba(198,161,91,0.045);
    line-height: 1;
    top: 50%; left: 50%;
    transform: translate(-50%, -55%);
    user-select: none;
    pointer-events: none;
}
.zora-hero .hero-content { position: relative; z-index: 2; padding: 0 1.25rem; }
.zora-hero h1 {
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    line-height: 1.05;
    margin-bottom: 0.5rem;
}
.zora-hero p.lead {
    color: var(--zora-muted);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
}
.zora-scroll-cue {
    position: absolute;
    bottom: 2.2rem; left: 50%;
    transform: translateX(-50%);
    color: var(--zora-gold);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}
.zora-scroll-cue .stem {
    width: 1px; height: 42px;
    background: linear-gradient(var(--zora-gold), transparent);
    animation: stemPulse 2.2s ease-in-out infinite;
}
@keyframes stemPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ---------- Sections ---------- */
.zora-section {
	padding: var(--section-pad) 0;
	background: #151515;
}
.zora-section.bg-dark { background: var(--zora-black); color: var(--zora-ivory); }
.zora-section.bg-wine { background: var(--zora-wine); color: var(--zora-ivory); }
.section-title { font-size: clamp(2rem, 3.4vw, 3rem); margin-bottom: 0.25rem; }

/* ---------- Cards: venues / events / blog ---------- */
.zora-card {
    position: relative;
    overflow: hidden;
    background: var(--zora-black);
    color: var(--zora-ivory);
    border: 1px solid rgba(198,161,91,0.25);
    transition: transform 0.5s ease, border-color 0.5s ease;
}
.zora-card:hover { transform: translateY(-6px); border-color: var(--zora-gold); }
.zora-card .card-media {
    height: 260px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #1B1714, #2A2119);
    font-family: var(--font-display);
    font-size: 3rem;
    color: rgba(198,161,91,0.35);
    border-bottom: 1px solid rgba(198,161,91,0.2);
}
.zora-card .card-body-custom { padding: 1.75rem; }
.zora-card h3 { font-size: 1.6rem; margin-bottom: 0.4rem; }
.zora-card p { color: var(--zora-muted); font-size: 0.92rem; margin-bottom: 1rem; }
.zora-card .card-link {
    font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--zora-gold); border-bottom: 1px solid transparent;
}
.zora-card .card-link:hover { border-color: var(--zora-gold); }

/* ---------- Buttons ---------- */
.btn-zora-gold {
    background: var(--zora-gold);
    color: var(--zora-black);
    border: 1px solid var(--zora-gold);
    padding: 0.85rem 2.2rem;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: all 0.35s ease;
    border-radius:var(--bs-btn-border-radius);
}
.btn-zora-gold:hover { background: var(--zora-gold); color: #27241f; }
.btn-zora-outline {
    background: transparent;
    color: var(--zora-ivory);
    border: 1px solid rgba(246,241,231,0.4);
    padding: 0.85rem 2.2rem;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: all 0.35s ease;
}
.btn-zora-outline:hover { border-color: var(--zora-gold); color: var(--zora-gold); }

/* ---------- Forms ---------- */
.zora-form .form-control, .zora-form .form-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(36,31,27,0.3);
    border-radius: 0;
    padding: 0.7rem 0.2rem;
    font-family: var(--font-body);
    color: #fff;
}
.zora-form.on-dark .form-control, .zora-form.on-dark .form-select {
    color: var(--zora-ivory);
    border-bottom: 1px solid rgba(246,241,231,0.3);
}
.zora-form.on-dark .form-control::placeholder { color: var(--zora-muted); }
.zora-form .form-control:focus, .zora-form .form-select:focus {
    box-shadow: none;
    border-bottom-color: var(--zora-gold);
}
.zora-form label {
    font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--zora-gold); margin-bottom: 0.4rem;
}

/* ---------- Footer ---------- */
.zora-footer {
    background: var(--zora-black);
    color: var(--zora-muted);
    padding: 4.5rem 0 1.75rem;
    border-top: 1px solid rgba(198,161,91,0.2);
}
.zora-footer h5 {
    color: var(--zora-ivory);
    font-family: var(--font-display);
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
}
.zora-footer a { color: var(--zora-muted); }
.zora-footer a:hover { color: var(--zora-gold); }
.zora-footer .social-icon {
    width: 36px; height: 36px;
    border: 1px solid rgba(198,161,91,0.35);
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}
.zora-footer .social-icon:hover { background: var(--zora-gold); border-color: var(--zora-gold); color: var(--zora-black); }
.zora-footer .bottom-bar {
    border-top: 1px solid rgba(198,161,91,0.15);
    margin-top: 3rem;
    padding-top: 1.5rem;
    font-size: 0.8rem;
}

/* ---------- Scroll reveal (AOS-lite, custom) ---------- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

/* ---------- Blog ---------- */
.blog-meta { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--zora-gold); }
.blog-post-body img { max-width: 100%; height: auto; }
.blog-post-body { font-size: 1.05rem; line-height: 1.85; }

/* ---------- Page header (interior pages) ---------- */
.page-hero .eyebrow { color: var(--zora-gold); }

/* ---------- Misc ---------- */
.ratio-venue { --bs-aspect-ratio: 75%; }
.small-caps { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; }

/* =========================================================
   VIDEO HERO + STACKED VIDEO VENUE SECTIONS
   Each section is position:sticky so the next one scrolls
   up and over the previous one, creating a layered reveal.
   ========================================================= */

.video-stack-wrap { position: relative; }

.video-stack-section {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--zora-ivory);
}

.video-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* Always-on animated gradient: paints instantly with zero network
       cost and doubles as the "poster" while the real video lazy-loads. */
    background:
        radial-gradient(circle at 30% 30%, rgba(0, 0, 0, 0.55), transparent 55%), radial-gradient(circle at 70% 60%, rgb(115, 64, 30), transparent 55%), radial-gradient(circle at 50% 85%, rgba(198,161,91,0.18), transparent 50%), #000;
    background-size: 220% 220%, 220% 220%, 220% 220%, 100% 100%;
    animation: smokeDrift 18s ease-in-out infinite alternate;
}
.bg-video {
    position: absolute;
    top: 50%; left: 50%;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* Visible immediately so the native poster attribute shows right away —
       this is what main.js's comments describe as "poster shows first".
       Previously this was opacity:0 by default, which hid the poster too,
       leaving only the .video-bg-wrap gradient visible until the real
       video file loaded. */
    opacity: 1;
}
/* Once actual video playback starts, video-playing is added (see main.js).
   No opacity change needed here anymore — the poster-to-video swap is
   the browser's native behavior once the video has a frame to show. */

/* Sections whose video failed to load (or hasn't loaded yet) keep showing
   the video element's own poster image — NOT the gradient. main.js's
   resetVideoToPoster() already strips the video src on error/fallback,
   which is exactly what makes the browser fall back to the poster. */
@keyframes smokeDrift {
    0%   { background-position: 0% 0%, 100% 100%, 50% 100%, 0 0; }
    100% { background-position: 60% 40%, 30% 60%, 60% 40%, 0 0; }
}

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18,15,13,0.55) 0%, rgba(18,15,13,0.35) 45%, rgba(18,15,13,0.75) 100%);
}
.video-content {
    position: relative;
    z-index: 2;
    padding: 0 1.25rem;
    max-width: 720px;
}
.video-content h1, .video-content h2 { font-size: clamp(2.4rem, 5.5vw, 4.5rem); line-height: 1.05; }
.video-content .lead { color: var(--zora-muted); max-width: 520px; margin: 0 auto; }

/* Give each stacked section an increasing stacking context so the
   next section reliably paints over the previous one while sticky. */
.video-stack-section[data-stack="1"] { z-index: 1; }
.video-stack-section[data-stack="2"] { z-index: 2; }
.video-stack-section[data-stack="3"] { z-index: 3; }
.video-stack-section[data-stack="4"] { z-index: 4; }

/* ---------- Side scroll-dot navigation ---------- */
.scroll-dots {
    position: fixed;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.scroll-dots .dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(246,241,231,0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.scroll-dots .dot:hover { background: rgba(246,241,231,0.7); }
.scroll-dots .dot.active {
    background: var(--zora-gold);
    box-shadow: 0 0 0 4px rgba(198,161,91,0.22);
    width: 12px; height: 12px;
}
@media (max-width: 767px) {
    .scroll-dots { display: none; }
}

/* =========================================================
   MOBILE RESPONSIVENESS PASS
   ========================================================= */

/* Use dynamic viewport height where supported so mobile browser
   address-bar chrome doesn't clip the hero/venue video sections. */
.zora-hero,
.video-stack-section {
    height: 100vh;
    min-height: 100vh;
}
@supports (height: 100svh) {
    .video-stack-section { height: 100svh; min-height: 100svh; }
}
@supports (height: 100dvh) {
    .zora-hero { min-height: 100dvh; }
}

@media (max-width: 767.98px) {
    :root { --section-pad: 3.75rem; }

    .zora-hero.page-hero { min-height: 42vh; }
    .zora-hero h1 { font-size: clamp(2.1rem, 8vw, 3rem); }
    .video-content h1, .video-content h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
    .video-content .lead, .zora-hero p.lead { font-size: 0.95rem; }

    .section-title { font-size: clamp(1.7rem, 6vw, 2.2rem); }
    .zora-card .card-media { height: 190px; font-size: 2.2rem; }
    .zora-card .card-body-custom { padding: 1.35rem; }
    .zora-card h3 { font-size: 1.35rem; }

    .btn-zora-gold, .btn-zora-outline { padding: 0.75rem 1.5rem; font-size: 0.75rem; }

    .zora-scroll-cue { bottom: 1.4rem; }
    .zora-footer { padding: 3rem 0 1.5rem; text-align: center; }
    .zora-footer .col-lg-4, .zora-footer .col-lg-2 { margin-bottom: 1.5rem; }
    .zora-footer .social-icon { margin: 0 0.35rem; }
}

@media (max-width: 380px) {
    .brand-name { font-size: 1.02rem; }
    .brand-mark { width: 28px; height: 28px; }
    .enquire-link { font-size: 0.68rem; }
    .zora-navbar-inner { padding: 0.9rem 0.85rem; }
}

/* Prevent any fixed-width element from forcing a horizontal scrollbar */
html, body { max-width: 100%; }
img, video { max-width: 100%; }


/* =========================================================
   ABOUT PAGE — VIDEO HERO SLIDER
   Crossfading full-bleed background videos behind the
   existing .zora-hero text content. Only the active slide
   is visible/playing; JS handles loading + play/pause.
   ========================================================= */
.hero-video-slider { background: var(--zora-black); }
.hero-video-slider .hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-video-slider .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.4s ease;
}
.hero-video-slider .hero-slide.active {
    opacity: 1;
    z-index: 1;
}
.hero-video-slider .hero-slide-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video-slider .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18,15,13,0.65) 0%, rgba(18,15,13,0.45) 45%, rgba(18,15,13,0.8) 100%);
}
.hero-video-slider .monogram,
.hero-video-slider .hero-content {
    z-index: 2;
}
.hero-slide-dots {
    position: absolute;
    bottom: 1.85rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.6rem;
}
.hero-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(246,241,231,0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hero-dot:hover { background: rgba(246,241,231,0.65); }
.hero-dot.active {
    background: var(--zora-gold);
    width: 22px;
    border-radius: 4px;
}

/* =========================================================
   ABOUT PAGE — FULL-WIDTH QUOTE SECTION, HOVER TO PLAY
   ========================================================= */
.hover-video-section-quote {
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zora-ivory);
    cursor: pointer;
}
.hover-video-section {
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zora-ivory);
    background: var(--zora-black);
    cursor: pointer;
}
.hover-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hover-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
    transform: scale(1.04);
    transition: opacity 0.8s ease, transform 1.4s ease;
}
.hover-video-section:hover .hover-video,
.hover-video-section.hover-active .hover-video {
    opacity: 0.85;
    transform: scale(1);
}
.hover-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18,15,13,0.55) 0%, rgba(18,15,13,0.78) 100%);
    transition: background 0.8s ease;
}
.hover-video-section:hover .hover-video-overlay,
.hover-video-section.hover-active .hover-video-overlay {
    background: linear-gradient(180deg, rgba(18,15,13,0.25) 0%, rgba(18,15,13,0.55) 100%);
}
.hover-video-content {
    position: relative;
    z-index: 2;
    padding: var(--section-pad) 1.25rem;
    max-width: 720px;
    margin: 0 auto;
}
.zora-quote {
    font-family: var(--font-display);
    margin: 0 0 1.25rem;
    width: 100%;
    color: #1f1f1f;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.quote-author {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--zora-gold);
    margin-bottom: 0.75rem;
}
.quote-bio {
    color: rgba(42, 42, 42, 0.86);
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto 1.5rem;
}
.hover-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--zora-muted);
    opacity: 0.75;
    transition: opacity 0.4s ease;
}
.hover-video-section:hover .hover-hint,
.hover-video-section.hover-active .hover-hint { opacity: 0; }

@media (max-width: 767.98px) {
    .hover-video-section { min-height: 56vh; }
}

/* =========================================================
   ABOUT PAGE — 3-UP VIDEO CAROUSEL (small | large | small)
   "The Art Of Considered Detail". Exactly three slides are
   ever on screen — a small preview left, the large active
   slide centered, a small preview right. JS moves slide
   nodes into these three fixed slots on every change, and
   only the active slide's video is ever loaded/playing.
   ========================================================= */
.video-carousel-section { overflow: hidden; }
.zora-video-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 1rem 2rem;
}
.carousel-viewport {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.carousel-slot {
    position: relative;
    overflow: hidden;
    background: var(--zora-black-soft);
    border: 1px solid rgba(198,161,91,0.18);
    flex: 0 0 auto;
    transition: opacity 0.35s ease, border-color 0.35s ease;
}
.carousel-slot.slot-prev,
.carousel-slot.slot-next {
    width: 21%;
    max-width: 260px;
    height: 320px;
    opacity: 0.68;
    cursor: pointer;
}
.carousel-slot.slot-prev:hover,
.carousel-slot.slot-next:hover {
    opacity: 1;
    border-color: rgba(198,161,91,0.4);
}
.carousel-slot.slot-active {
    width: 50%;
    max-width: 640px;
    height: 440px;
    border-color: rgba(198,161,91,0.4);
}
.carousel-slot .carousel-slide {
    width: 100%;
    height: 100%;
}
.carousel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.carousel-arrow {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    width: 46px; height: 46px;
    border-radius: 50%;
    background: rgba(18,15,13,0.55);
    border: 1px solid rgba(198,161,91,0.35);
    color: var(--zora-ivory);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.carousel-arrow:hover {
    background: var(--zora-gold);
    color: var(--zora-black);
    border-color: var(--zora-gold);
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.25rem;
}
.c-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(185,175,160,0.4);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.c-dot:hover { background: rgba(185,175,160,0.7); }
.c-dot.active {
    background: var(--zora-gold);
    width: 20px;
    border-radius: 4px;
}

/* Caption beneath the carousel swaps text per active slide with a
   quick fade so the change reads intentional rather than a jump-cut. */
.carousel-caption {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.carousel-caption.is-fading {
    opacity: 0;
    transform: translateY(6px);
}

@media (max-width: 991.98px) {
    .carousel-slot.slot-prev,
    .carousel-slot.slot-next { height: 280px; }
}
@media (max-width: 767.98px) {
    .zora-video-carousel { gap: 0.5rem; padding: 0.5rem 0.25rem 1.5rem; }
    .carousel-slot.slot-prev,
    .carousel-slot.slot-next { display: none; }
    .carousel-slot.slot-active {
        width: 100%;
        max-width: none;
        height: 260px;
    }
    .carousel-arrow { width: 38px; height: 38px; }
}

/* =========================================================
   ABOUT PAGE — "Crafted With Intention" image cards
   Reuses .zora-card; swaps the placeholder text block for
   a real cover image.
   ========================================================= */
.zora-card .card-media-img {
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid rgba(198,161,91,0.2);
}
.zora-card .card-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.zora-card:hover .card-media-img img { transform: scale(1.06); }

@media (max-width: 767.98px) {
    .zora-card .card-media-img { height: 190px; }
}

/* =========================================================
   ABOUT PAGE — EDITORIAL WHITE CAROUSEL FINAL
   Matches the reference layout: quote above, wide center video,
   portrait side previews, changing caption below.
   ========================================================= */
.about-editorial-carousel-section {
    position: relative;
    overflow: hidden;
    background: #fff !important;
    color: var(--zora-text-dark) !important;
    padding-top: 6.75rem;
    padding-bottom: 6.25rem;
}
.about-editorial-carousel-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(198,161,91,.18);
}
.about-editorial-intro {
    max-width: 760px;
    margin: 0 auto 5.2rem;
}
.about-editorial-intro .eyebrow {
    margin-bottom: 1.1rem;
}
.about-editorial-quote {
    margin: 0;
    color: #1f1c18;
    font-family: var(--font-body);
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.about-editorial-author {
    margin: 1rem 0 1.45rem;
    color: #1f1c18;
    font-size: .82rem;
    font-weight: 400;
}
.about-editorial-bio {
    max-width: 670px;
    margin: 0 auto;
    color: #3e3934;
    font-family: var(--font-body);
    font-size: .92rem;
    line-height: 1.95;
    letter-spacing: .01em;
}
.about-editorial-carousel-section .zora-video-carousel,
.about-editorial-carousel-section .editorial-video-carousel {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5.75rem;
}
.about-editorial-carousel-section .carousel-viewport {
    display: grid;
    grid-template-columns: minmax(150px, 250px) minmax(420px, 680px) minmax(150px, 250px);
    align-items: center;
    justify-content: center;
    gap: clamp(2.25rem, 4.8vw, 6.2rem);
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.about-editorial-carousel-section .carousel-slot {
    position: relative;
    flex: initial;
    overflow: hidden;
    background: #18130f;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: translateZ(0);
    transition: opacity .45s ease, transform .45s ease, filter .45s ease;
}
.about-editorial-carousel-section .carousel-slot.slot-prev,
.about-editorial-carousel-section .carousel-slot.slot-next {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 0.72 / 1;
    opacity: 1;
    cursor: pointer;
    filter: saturate(.92) contrast(.98);
}
.about-editorial-carousel-section .carousel-slot.slot-prev:hover,
.about-editorial-carousel-section .carousel-slot.slot-next:hover {
    opacity: .9;
    transform: translateY(-4px);
    border-color: transparent;
}
.about-editorial-carousel-section .carousel-slot.slot-active {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1.72 / 1;
    border: 0;
    opacity: 1;
    box-shadow: 0 22px 50px rgba(18,15,13,.08);
}
.about-editorial-carousel-section .carousel-slot .carousel-slide,
.about-editorial-carousel-section .carousel-video {
    width: 100%;
    height: 100%;
}
.about-editorial-carousel-section .carousel-video {
    display: block;
    object-fit: cover;
}
.about-editorial-carousel-section .slot-active .carousel-slide::after {
    content: "";
    position: absolute;
    right: clamp(1.25rem, 2.2vw, 2rem);
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border: 1px solid rgba(246,241,231,.45);
    border-radius: 50%;
    background: rgba(18,15,13,.18);
    backdrop-filter: blur(2px);
    pointer-events: none;
}
.about-editorial-carousel-section .slot-active .carousel-slide::before {
    content: "";
    position: absolute;
    right: calc(clamp(1.25rem, 2.2vw, 2rem) + 15px);
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid rgba(246,241,231,.78);
    pointer-events: none;
}
.about-editorial-carousel-section .carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(198,161,91,.65);
    color: var(--zora-gold);
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}
.about-editorial-carousel-section .carousel-arrow.prev { left: 1rem; }
.about-editorial-carousel-section .carousel-arrow.next { right: 1rem; }
.about-editorial-carousel-section .carousel-arrow:hover {
    background: var(--zora-gold);
    color: var(--zora-black);
    border-color: var(--zora-gold);
    transform: translateY(-50%) scale(1.06);
}
.about-editorial-carousel-section .carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .82rem;
    margin: 1.65rem 0 1.65rem;
}
.about-editorial-carousel-section .c-dot {
    position: relative;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(36,31,27,.22);
    cursor: pointer;
    transition: background .3s ease, box-shadow .3s ease;
}
.about-editorial-carousel-section .c-dot:hover {
    background: rgba(36,31,27,.45);
}
.about-editorial-carousel-section .c-dot.active {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 1px rgba(36,31,27,.68), inset 0 0 0 2px #fbf8f0;
}
.about-editorial-carousel-section .about-carousel-copy-wrap {
    margin-top: 0;
}
.about-editorial-carousel-section .carousel-caption {
    max-width: 690px;
    margin: 0 auto;
    color: var(--zora-text-dark);
    transition: opacity .32s ease, transform .32s ease;
    position: unset;
}
.about-editorial-carousel-section .carousel-caption .section-title,
.about-editorial-carousel-section #carouselTitle {
    margin: 0 0 1.1rem;
    color: #121212;
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.16vw, 1.28rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: .29em;
    text-transform: uppercase;
}
.about-editorial-carousel-section #carouselDesc {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(42, 42, 42, 0.82);
    font-size: 14px;
    line-height: 25px;
}
.about-editorial-carousel-section .carousel-caption.is-fading {
    opacity: 0;
    transform: translateY(9px);
}
.about-editorial-carousel-section .zora-video-carousel.is-changing .carousel-slot {
    transform: scale(.985);
}
.about-editorial-carousel-section .zora-video-carousel.is-changing .slot-active {
    transform: scale(.992);
}

@media (max-width: 1199.98px) {
    .about-editorial-carousel-section .zora-video-carousel,
    .about-editorial-carousel-section .editorial-video-carousel {
        padding: 0 4.4rem;
    }
    .about-editorial-carousel-section .carousel-viewport {
        grid-template-columns: minmax(120px, 210px) minmax(360px, 610px) minmax(120px, 210px);
        gap: clamp(1.6rem, 3.2vw, 3.8rem);
    }
}
@media (max-width: 991.98px) {
    .about-editorial-carousel-section {
        padding-top: 5rem;
        padding-bottom: 4.75rem;
    }
    .about-editorial-intro {
        margin-bottom: 3.25rem;
    }
    .about-editorial-carousel-section .carousel-viewport {
        grid-template-columns: minmax(90px, 150px) minmax(300px, 1fr) minmax(90px, 150px);
        gap: 1.2rem;
    }
    .about-editorial-carousel-section .zora-video-carousel,
    .about-editorial-carousel-section .editorial-video-carousel {
        padding: 0 3.2rem;
    }
}
@media (max-width: 767.98px) {
    .about-editorial-carousel-section {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }
    .about-editorial-intro {
        margin-bottom: 2.6rem;
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .about-editorial-quote {
        font-size: clamp(1.28rem, 6vw, 1.72rem);
    }
    .about-editorial-bio {
        font-size: .86rem;
        line-height: 1.75;
    }
    .about-editorial-carousel-section .zora-video-carousel,
    .about-editorial-carousel-section .editorial-video-carousel {
        padding: 0 1rem;
    }
    .about-editorial-carousel-section .carousel-viewport {
        display: block;
    }
    .about-editorial-carousel-section .carousel-slot.slot-prev,
    .about-editorial-carousel-section .carousel-slot.slot-next {
        display: none !important;
    }
    .about-editorial-carousel-section .carousel-slot.slot-active {
        width: 100%;
        aspect-ratio: 1.42 / 1;
        max-width: none;
    }
    .about-editorial-carousel-section .carousel-arrow {
        width: 36px;
        height: 36px;
        background: rgba(251,248,240,.9);
        color: var(--zora-black);
        border-color: rgba(198,161,91,.65);
    }
    .about-editorial-carousel-section .carousel-arrow.prev { left: .35rem; }
    .about-editorial-carousel-section .carousel-arrow.next { right: .35rem; }
    .about-editorial-carousel-section .carousel-dots {
        margin: 1.15rem 0 1.45rem;
    }
    .about-editorial-carousel-section .carousel-caption .section-title,
    .about-editorial-carousel-section #carouselTitle {
        letter-spacing: .2em;
        font-size: .92rem;
        margin-bottom: 1rem;
    }
    .about-editorial-carousel-section #carouselDesc {
        font-size: .84rem;
        line-height: 1.7;
        padding: 0 .5rem;
    }
}

/* =========================================================
   ABOUT CAROUSEL — HOVER NAV + ACTIVE SCALE POLISH
   Fixes: visible prev/next nav, side hover arrow icons, bigger
   active video, cleaner dots/caption spacing.
   ========================================================= */
.about-editorial-carousel-section .zora-video-carousel,
.about-editorial-carousel-section .editorial-video-carousel {
    max-width: 1480px !important;
    padding: 0 clamp(3.25rem, 5vw, 6.25rem) !important;
}
.about-editorial-carousel-section .carousel-viewport {
    grid-template-columns: minmax(150px, 230px) minmax(560px, 820px) minmax(150px, 230px) !important;
    gap: clamp(2.8rem, 5.2vw, 6.8rem) !important;
    align-items: center !important;
}
.about-editorial-carousel-section .carousel-slot {
    position: relative !important;
    overflow: hidden !important;
    background: #17120f !important;
}
.about-editorial-carousel-section .carousel-slot.slot-active {
    aspect-ratio: 1.85 / 1 !important;
    transform: scale(1) !important;
    z-index: 3 !important;
    box-shadow: 0 28px 64px rgba(18,15,13,.10) !important;
}
.about-editorial-carousel-section .carousel-slot.slot-prev,
.about-editorial-carousel-section .carousel-slot.slot-next {
    aspect-ratio: .70 / 1 !important;
    z-index: 2 !important;
    opacity: 1 !important;
    filter: saturate(.9) contrast(.98) brightness(.98) !important;
    transition: transform .45s cubic-bezier(.22,.61,.36,1), filter .45s ease, opacity .45s ease !important;
}
.about-editorial-carousel-section .carousel-slot.slot-prev {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='15' fill='%23120F0D' fill-opacity='.72' stroke='%23C6A15B'/%3E%3Cpath d='M19.5 11.5 14 17l5.5 5.5' fill='none' stroke='%23F6F1E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 17 17, w-resize !important;
}
.about-editorial-carousel-section .carousel-slot.slot-next {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='15' fill='%23120F0D' fill-opacity='.72' stroke='%23C6A15B'/%3E%3Cpath d='M14.5 11.5 20 17l-5.5 5.5' fill='none' stroke='%23F6F1E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 17 17, e-resize !important;
}
.about-editorial-carousel-section .carousel-slot.slot-prev:hover,
.about-editorial-carousel-section .carousel-slot.slot-next:hover {
    transform: translateY(-6px) scale(1.018) !important;
    filter: saturate(1) contrast(1.04) brightness(1.03) !important;
    opacity: 1 !important;
}
/* Remove the old arrow/play overlay from active center video. */
.about-editorial-carousel-section .slot-active .carousel-slide::before,
.about-editorial-carousel-section .slot-active .carousel-slide::after {
    display: none !important;
}
/* Hover icon on the side previews. */
.about-editorial-carousel-section .carousel-slot.slot-prev::before,
.about-editorial-carousel-section .carousel-slot.slot-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(246,241,231,.58);
    background: rgba(18,15,13,.46);
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(3px);
    transform: translate(-50%, -50%) scale(.86);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease, border-color .28s ease, background .28s ease;
}
.about-editorial-carousel-section .carousel-slot.slot-prev::after,
.about-editorial-carousel-section .carousel-slot.slot-next::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 7;
    width: 13px;
    height: 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
}
.about-editorial-carousel-section .carousel-slot.slot-prev::after {
    border-left: 2px solid rgba(246,241,231,.92);
    border-bottom: 2px solid rgba(246,241,231,.92);
    transform: translate(-42%, -50%) rotate(45deg) scale(.88);
}
.about-editorial-carousel-section .carousel-slot.slot-next::after {
    border-right: 2px solid rgba(246,241,231,.92);
    border-bottom: 2px solid rgba(246,241,231,.92);
    transform: translate(-58%, -50%) rotate(-45deg) scale(.88);
}
.about-editorial-carousel-section .carousel-slot.slot-prev:hover::before,
.about-editorial-carousel-section .carousel-slot.slot-next:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    border-color: rgba(198,161,91,.9);
    background: rgba(18,15,13,.58);
}
.about-editorial-carousel-section .carousel-slot.slot-prev:hover::after,
.about-editorial-carousel-section .carousel-slot.slot-next:hover::after {
    opacity: 1;
}
.about-editorial-carousel-section .carousel-slot.slot-prev:hover::after {
    transform: translate(-48%, -50%) rotate(45deg) scale(1);
}
.about-editorial-carousel-section .carousel-slot.slot-next:hover::after {
    transform: translate(-52%, -50%) rotate(-45deg) scale(1);
}
/* Always-visible outer navigation arrows, like the reference page. */
.about-editorial-carousel-section .carousel-arrow {
    width: 42px !important;
    height: 42px !important;
    z-index: 20 !important;
    border: 1px solid rgba(198,161,91,.7) !important;
    background: rgba(251,248,240,.92) !important;
    color: #120f0d !important;
    box-shadow: 0 10px 26px rgba(18,15,13,.10) !important;
    opacity: 1 !important;
}
.about-editorial-carousel-section .carousel-arrow i,
.about-editorial-carousel-section .carousel-arrow .bi {
    display: none !important;
}
.about-editorial-carousel-section .carousel-arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
}
.about-editorial-carousel-section .carousel-arrow.prev { left: clamp(.65rem, 1.4vw, 1.4rem) !important; }
.about-editorial-carousel-section .carousel-arrow.next { right: clamp(.65rem, 1.4vw, 1.4rem) !important; }
.about-editorial-carousel-section .carousel-arrow.prev::before {
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 4px;
}
.about-editorial-carousel-section .carousel-arrow.next::before {
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-right: 4px;
}
.about-editorial-carousel-section .carousel-arrow:hover {
    background: var(--zora-gold) !important;
    color: var(--zora-black) !important;
    border-color: var(--zora-gold) !important;
    transform: translateY(-50%) scale(1.08) !important;
}
.about-editorial-carousel-section .carousel-dots {
    margin-top: 1.45rem !important;
    margin-bottom: 1.65rem !important;
}
.about-editorial-carousel-section .c-dot {
    width: 7px !important;
    height: 7px !important;
    background: rgba(36,31,27,.24) !important;
}
.about-editorial-carousel-section .c-dot.active {
    background: #fbf8f0 !important;
    box-shadow: 0 0 0 1.2px rgba(36,31,27,.78), inset 0 0 0 2px #fbf8f0 !important;
}
.about-editorial-carousel-section .carousel-caption {
    transform-origin: center top;
}
.about-editorial-carousel-section .carousel-caption.is-fading {
    opacity: 0 !important;
    transform: translateY(10px) scale(.985) !important;
}
.about-editorial-carousel-section .zora-video-carousel.is-changing .carousel-slot.slot-active {
    transform: scale(.986) !important;
}
.about-editorial-carousel-section .zora-video-carousel.is-changing .carousel-slot.slot-prev,
.about-editorial-carousel-section .zora-video-carousel.is-changing .carousel-slot.slot-next {
    transform: scale(.975) !important;
}
@media (max-width: 1199.98px) {
    .about-editorial-carousel-section .carousel-viewport {
        grid-template-columns: minmax(120px, 190px) minmax(420px, 720px) minmax(120px, 190px) !important;
        gap: clamp(1.8rem, 4vw, 4rem) !important;
    }
}
@media (max-width: 991.98px) {
    .about-editorial-carousel-section .carousel-viewport {
        grid-template-columns: minmax(82px, 132px) minmax(300px, 1fr) minmax(82px, 132px) !important;
        gap: 1rem !important;
    }
    .about-editorial-carousel-section .zora-video-carousel,
    .about-editorial-carousel-section .editorial-video-carousel {
        padding: 0 2.75rem !important;
    }
    .about-editorial-carousel-section .carousel-arrow {
        width: 38px !important;
        height: 38px !important;
    }
}
@media (max-width: 767.98px) {
    .about-editorial-carousel-section .zora-video-carousel,
    .about-editorial-carousel-section .editorial-video-carousel {
        padding: 0 1rem !important;
    }
    .about-editorial-carousel-section .carousel-slot.slot-active {
        aspect-ratio: 1.45 / 1 !important;
    }
    .about-editorial-carousel-section .carousel-arrow.prev { left: .45rem !important; }
    .about-editorial-carousel-section .carousel-arrow.next { right: .45rem !important; }
}


/* =========================================================
   ABOUT PAGE FINAL STRUCTURE OVERRIDES
   Order: viewport hero, about content, full hover-video,
   carousel, crafted intention cards.
   ========================================================= */
.hero-video-slider.page-hero {
    min-height: 100vh !important;
}
@supports (min-height: 100dvh) {
    .hero-video-slider.page-hero { min-height: 100dvh !important; }
}
.hero-video-slider .hero-slide-video {
    background: var(--zora-black);
}
.hero-video-slider .lead {
    color: rgba(246,241,231,.76) !important;
    max-width: 760px;
    margin: 0 auto;
}
.about-story-section {
    background: #fff;
    color: var(--zora-text-dark);
}
.about-story-section p {
    max-width: 660px;
    margin-bottom: 22px;
    color: rgba(42, 42, 42, 0.86);
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 auto;
}
.about-story-media {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    background: linear-gradient(135deg, #1b1714, #2a2119);
    border: 1px solid rgba(198,161,91,.26);
    box-shadow: 0 26px 70px rgba(18,15,13,.12);
}
.about-story-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
    opacity: .96;
}
.about-story-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(246,241,231,.18);
    pointer-events: none;
}
.about-hover-video-section {
    min-height: 92vh !important;
    background: #120f0d;
}
/*.about-hover-video-section .hover-video {
    opacity: .16;
    filter: saturate(.88) contrast(1.05);
}
.about-hover-video-section:hover .hover-video,
.about-hover-video-section.hover-active .hover-video {
    opacity: .92;
    filter: saturate(1.02) contrast(1.04);
}
.about-hover-video-section .hover-video-overlay {
    background:
        radial-gradient(circle at 50% 50%, rgba(18,15,13,.20), rgba(18,15,13,.75) 72%),
        linear-gradient(180deg, rgba(18,15,13,.32), rgba(18,15,13,.78));
}
.about-hover-video-section:hover .hover-video-overlay,
.about-hover-video-section.hover-active .hover-video-overlay {
    background:
        radial-gradient(circle at 50% 50%, rgba(18,15,13,.05), rgba(18,15,13,.58) 74%),
        linear-gradient(180deg, rgba(18,15,13,.12), rgba(18,15,13,.55));
}*/
.about-hover-video-section .hover-video-content {
    max-width: 820px;
}
.about-hover-video-section .zora-quote {
    font-size: clamp(2rem, 4.3vw, 4.6rem);
    line-height: 1.08;
    font-style: normal;
    letter-spacing: .01em;
}
.about-hover-video-section .quote-bio {
    max-width: 680px;
    line-height: 1.85;
}
.about-spaces-carousel-section {
    padding-top: 6.4rem !important;
}
.about-spaces-heading {
    margin-bottom: 3.5rem;
}
.about-spaces-heading .eyebrow {
    margin-bottom: 0;
}
.crafted-intention-section {
    background: var(--zora-bg-dark);
}
.crafted-intention-section .intention-card {
    height: 100%;
    background: #120f0d;
}
.crafted-intention-section .intention-card h3 {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: var(--font-body);
    font-size: 1rem;
}
.crafted-intention-section .intention-card p {
    line-height: 1.7;
}
.crafted-intention-section {
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .hero-video-slider.page-hero { min-height: 78vh !important; }
    .about-story-media,
    .about-story-media img { min-height: 340px; }
    .about-hover-video-section { min-height: 70vh !important; }
    .about-spaces-heading { margin-bottom: 2rem; }
}
@media (max-width: 767.98px) {
    .hero-video-slider.page-hero { min-height: 72vh !important; }
    .about-hover-video-section .zora-quote { font-size: clamp(1.85rem, 9vw, 3rem); }
    .about-hover-video-section .quote-bio { font-size: .9rem; }
    .about-spaces-carousel-section { padding-top: 4.5rem !important; }
}


/* =========================================================
   ABOUT HERO VIDEO FIX — full background + viewport JS support
   ========================================================= */
.about-viewport-hero,
.hero-video-slider.page-hero {
    position: relative !important;
    overflow: hidden !important;
    background: #120F0D !important;
}
.hero-video-slider .hero-slides,
.hero-video-slider .hero-slide {
    position: absolute !important;
    inset: 0 !important;
}
.hero-video-slider .hero-slides { z-index: 0 !important; }
.hero-video-slider .hero-slide {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 1.1s ease, visibility 1.1s ease !important;
}
.hero-video-slider .hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
}
.hero-video-slider .hero-slide-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    background: #120F0D !important;
}
.hero-video-slider .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
.hero-video-slider .monogram,
.hero-video-slider .hero-content,
.hero-video-slider .hero-slide-dots {
    z-index: 3 !important;
}
.hero-video-slider .hero-slide-dots {
    position: absolute !important;
}
.about-editorial-carousel-section .carousel-caption {
    bottom: -1.75rem;
}


/* =========================================================
   ZORA FOOTER REVEAL — fixed footer behind the page
   The blank spacer before the footer lets the final footer slide
   up from behind the last section, matching the reference effect.
   ========================================================= */
:root {
    --zora-footer-reveal-height: 100vh;
}

body.footer-reveal-ready {
    background: #151515 !important;
}

body.footer-reveal-ready > :not(.zora-footer):not(.zora-footer-reveal-spacer):not(.zora-menu-overlay):not(.zora-navbar):not(.scroll-dots):not(script):not(style):not(link) {
    position: relative;
    z-index: 2;
}
.scroll-dots {
    position: fixed;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: opacity .4s ease, visibility .4s ease;   /* add this line */
}
.scroll-dots.is-hidden {   /* add this whole rule */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.zora-footer-reveal-spacer {
    height: var(--zora-footer-reveal-height, 100vh);
    min-height: 560px;
    position: relative;
    z-index: 1;
    background: transparent;
    pointer-events: none;
}

.zora-footer.zora-footer-reveal {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
    height: var(--zora-footer-reveal-height, 100vh);
    min-height: 560px;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    background:
        radial-gradient(circle at 18% 20%, rgba(198,161,91,.09), transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(78,27,36,.20), transparent 42%),
        linear-gradient(180deg, #151515 0%, #111 100%) !important;
    color: var(--zora-ivory);
}

.zora-footer-reveal .zora-footer-stage {
    position: relative;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: .74;
    transform: translateY(46px);
    transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1);
}

body.footer-reveal-in-view .zora-footer-reveal .zora-footer-stage {
    opacity: 1;
    transform: translateY(0);
}

.zora-footer-reveal .zora-footer-top-cta {
    text-align: center;
    padding-top: clamp(1.15rem, 2.4vh, 2.25rem);
}

.zora-footer-reveal .zora-footer-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 48px;
    padding: 0 2.25rem;
    border-radius: 999px;
    background: #f7f7f7;
    color: #171717 !important;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
    box-shadow: 0 14px 36px rgba(0,0,0,.20);
    transition: transform .35s ease, background .35s ease, color .35s ease;
}

.zora-footer-reveal .zora-footer-pill:hover {
    transform: translateY(-2px);
    background: var(--zora-gold);
    color: var(--zora-black) !important;
}

.zora-footer-main-cta {
    width: min(760px, calc(100% - 2rem));
    margin: auto auto 0;
    padding: clamp(3.5rem, 11vh, 8rem) 0 clamp(2rem, 6vh, 4rem);
}

.zora-footer-main-cta .eyebrow {
    margin-bottom: 1.1rem;
    color: rgba(198,161,91,.86);
}

.zora-footer-main-cta h2 {
    margin: 0;
    color: #f1c683;
    font-family: var(--font-body);
    font-size: clamp(1.65rem, 2.2vw, 2.7rem);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.zora-footer-mini-divider {
    width: 38px;
    height: 1px;
    margin: 2.2rem auto 1.65rem;
    background: rgba(198,161,91,.12);
    position: relative;
}

.zora-footer-mini-divider span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 18px;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(198,161,91,.46);
}

.zora-footer-choice-wrap {
    display: flex;
    justify-content: center;
    gap: 1.15rem;
    flex-wrap: wrap;
}

.zora-footer-choice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 46px;
    padding: 0 2rem;
    border-radius: 999px;
    background: #f7f7f7;
    color: #151515 !important;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .36em;
    text-transform: uppercase;
    transition: background .35s ease, color .35s ease, transform .35s ease;
}

.zora-footer-choice-btn:hover {
    background: var(--zora-gold);
    color: var(--zora-black) !important;
    transform: translateY(-2px);
}

.zora-footer-bottom-wrap {
    width: 100%;
    padding-bottom: clamp(1.15rem, 2.5vh, 2rem);
}

.zora-footer-links-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr 1fr;
    gap: clamp(1.5rem, 4vw, 5rem);
    align-items: start;
    padding: 2.8rem 0 2.2rem;
    border-top: 1px solid rgba(246,241,231,.08);
}

.zora-footer-links-grid h5,
.zora-footer-links-grid h6 {
    margin: 0 0 1rem;
    color: var(--zora-ivory);
    font-family: var(--font-display);
    font-size: 1.28rem;
    font-weight: 500;
    letter-spacing: .04em;
}

.zora-footer-links-grid h5 span {
    color: var(--zora-gold);
}

.zora-footer-links-grid h6 {
    font-family: var(--font-body);
    font-size: .7rem;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--zora-gold);
}

.zora-footer-links-grid p,
.zora-footer-links-grid li,
.zora-footer-links-grid a {
    color: rgba(246,241,231,.66) !important;
    font-size: .86rem;
    line-height: 1.8;
    letter-spacing: .035em;
}

.zora-footer-links-grid a:hover {
    color: var(--zora-gold) !important;
}

.zora-footer-links-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zora-footer-socials {
    display: flex;
    gap: .75rem;
    margin-top: 1.1rem;
}

.zora-footer-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(198,161,91,.34);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--zora-gold) !important;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.zora-footer-socials a:hover {
    background: var(--zora-gold);
    color: var(--zora-black) !important;
    border-color: var(--zora-gold);
}

.zora-footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(246,241,231,.10);
    text-align: center;
}

.zora-footer-bottom-bar p,
.zora-footer-bottom-bar a {
    margin: 0;
    color: rgba(246,241,231,.72) !important;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.zora-footer-bottom-bar a:hover {
    color: var(--zora-gold) !important;
}

@media (max-width: 991.98px) {
    .zora-footer-reveal-spacer,
    .zora-footer.zora-footer-reveal {
        min-height: 720px;
    }
    .zora-footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 3rem;
        padding-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .zora-footer-reveal-spacer,
    .zora-footer.zora-footer-reveal {
        min-height: 780px;
    }
    .zora-footer-main-cta {
        padding: 3.7rem 1rem 2.4rem;
    }
    .zora-footer-main-cta h2 {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
    }
    .zora-footer-reveal .zora-footer-pill,
    .zora-footer-choice-btn {
        min-width: min(280px, 86vw);
    }
    .zora-footer-choice-wrap {
        gap: .85rem;
    }
    .zora-footer-links-grid {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.7rem 0 1.35rem;
    }
    .zora-footer-socials {
        justify-content: center;
    }
    .zora-footer-bottom-bar {
        flex-direction: column;
        gap: .65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .zora-footer-reveal .zora-footer-stage {
        transform: none !important;
        opacity: 1 !important;
    }
}


/* =========================================================
   INDEX FINAL SECTIONS — Explore Further + Direct Enquiry
   These are page sections, not footer content.
   ========================================================= */
.zora-index-final-section {
    position: relative;
    z-index: 12;
    background: #151515;
    color: var(--zora-ivory);
    overflow: hidden;
}
.zora-explore-further-section {
    padding: clamp(5.2rem, 9vw, 8.25rem) 0 clamp(3.4rem, 6vw, 5.25rem);
    border-top: 1px solid rgba(246,241,231,.04);
}
.zora-explore-further-section .eyebrow,
.zora-direct-enquiry-section .eyebrow {
    color: rgba(246,241,231,.88);
    font-size: .68rem;
    letter-spacing: .22em;
    font-weight: 600;
}
.zora-final-kicker {
    margin: .8rem 0 3.55rem;
    color: rgba(246,241,231,.82);
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.zora-insta-reel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(.85rem, 1.3vw, 1.25rem);
    width: min(860px, calc(100% - 2rem));
    margin: 0 auto;
}
.zora-insta-reel-card {
    position: relative;
    min-width: 0;
    transform: translateZ(0);
}
.zora-insta-frame-wrap {
    position: relative;
    aspect-ratio: 9 / 16;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #0c0c0c;
    box-shadow: 0 24px 54px rgba(0,0,0,.26);
    isolation: isolate;
}
.zora-insta-frame-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(198,161,91,.14), inset 0 -70px 80px rgba(0,0,0,.22);
}
.zora-instagram-frame {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: transparent;
    opacity: 0;
    transition: opacity .55s ease;
}
.zora-insta-frame-wrap.is-loaded .zora-instagram-frame {
    opacity: 1;
}
.zora-insta-placeholder {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: rgba(246,241,231,.55);
    background:
        radial-gradient(circle at 20% 20%, rgba(198,161,91,.14), transparent 35%),
        linear-gradient(150deg, #211b17, #0f0f0f 65%);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}
.zora-mini-mark {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(198,161,91,.5);
    color: var(--zora-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0;
}
.zora-final-discover-wrap {
    margin-top: 2.65rem;
}
.zora-final-pill-btn,
.zora-final-choice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 34px;
    padding: 0 1.8rem;
    border-radius: 999px;
    background: #f7f7f7;
    color: #151515 !important;
    border: 1px solid #f7f7f7;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
    transition: transform .35s ease, background .35s ease, color .35s ease, border-color .35s ease;
}
.zora-final-pill-btn:hover,
.zora-final-choice-btn:hover {
    transform: translateY(-2px);
    background: var(--zora-gold);
    border-color: var(--zora-gold);
    color: var(--zora-black) !important;
}
.zora-direct-enquiry-section {
    padding: clamp(4.75rem, 8vw, 7.5rem) 0 clamp(5.2rem, 9vw, 8.4rem);
    border-top: 1px solid rgba(246,241,231,.04);
}
.zora-direct-enquiry-section h2 {
    margin: .85rem 0 0;
    color: #f1c683;
    font-family: var(--font-body);
    font-size: clamp(1.55rem, 2.15vw, 2.45rem);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.zora-final-divider {
    width: 38px;
    height: 1px;
    margin: 2.4rem auto 1.85rem;
    background: rgba(198,161,91,.12);
    position: relative;
}
.zora-final-divider span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 18px;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(198,161,91,.46);
}
.zora-direct-choice-wrap {
    display: flex;
    justify-content: center;
    gap: 1.05rem;
    flex-wrap: wrap;
}
.zora-final-choice-btn {
    min-width: 230px;
}

/* Footer is only footer now. The enquiry CTA was moved to index.php. */
.zora-footer-reveal .zora-footer-top-cta,
.zora-footer-reveal .zora-footer-main-cta {
    display: none !important;
}
.zora-footer-reveal .zora-footer-stage {
    justify-content: flex-end !important;
}
.zora-footer-reveal .zora-footer-bottom-wrap {
    margin-top: auto !important;
}

@media (max-width: 991.98px) {
    .zora-insta-reel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(560px, calc(100% - 2rem));
    }
}
@media (max-width: 575.98px) {
    .zora-explore-further-section {
        padding-top: 4.25rem;
    }
    .zora-insta-reel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .7rem;
        width: calc(100% - 1.4rem);
    }
    .zora-final-pill-btn,
    .zora-final-choice-btn {
        min-width: min(230px, 100%);
        height: 36px;
        font-size: .54rem;
        letter-spacing: .22em;
    }
    .zora-direct-choice-wrap {
        gap: .75rem;
    }
    .zora-direct-enquiry-section h2 {
        font-size: 1.45rem;
        padding: 0 1rem;
    }
}

/* =========================================================
   FINAL FIX — compact backend footer reveal + normal video grid
   ========================================================= */
:root {
    --zora-footer-reveal-height: 360px;
}

.zora-footer-reveal-spacer {
    height: var(--zora-footer-reveal-height, 360px) !important;
    min-height: 0 !important;
}

.zora-footer.zora-footer-reveal {
    height: var(--zora-footer-reveal-height, 360px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.zora-footer-reveal .zora-footer-stage {
    min-height: 100% !important;
    height: 100% !important;
    justify-content: flex-end !important;
    transform: translateY(20px);
}

.zora-footer-reveal .zora-footer-bottom-wrap {
    margin-top: auto !important;
    padding-bottom: clamp(.8rem, 1.7vh, 1.2rem) !important;
}

.zora-footer-reveal .zora-footer-links-grid {
    padding: clamp(1.35rem, 3vw, 2.05rem) 0 clamp(1rem, 2.2vw, 1.45rem) !important;
    gap: clamp(1.2rem, 3vw, 4rem) !important;
}

.zora-footer-reveal .zora-footer-bottom-bar {
    padding-top: .85rem !important;
}

.zora-direct-enquiry-section {
    padding: clamp(4.2rem, 7vw, 6rem) 0 clamp(4.2rem, 7vw, 6rem) !important;
    min-height: auto !important;
}

/* Normal local video cards: no iframe controls, viewport-played by JS. */
.zora-explore-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(.85rem, 1.3vw, 1.25rem);
    width: min(860px, calc(100% - 2rem));
    margin: 0 auto;
}

.zora-explore-video-card {
    min-width: 0;
    transform: translateZ(0);
}

.zora-explore-video-wrap {
    position: relative;
    aspect-ratio: 9 / 16;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #0c0c0c;
    box-shadow: 0 24px 54px rgba(0,0,0,.26);
    isolation: isolate;
}

.zora-explore-video-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(198,161,91,.14), inset 0 -70px 80px rgba(0,0,0,.18);
}

.zora-explore-video {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Visible immediately so the poster attribute shows right away instead
       of the gradient placeholder underneath it. */
    opacity: 1;
    transition: transform 1.2s ease;
    transform: scale(1.02);
    background: #0c0c0c;
}

.zora-explore-video.is-ready {
    transform: scale(1);
}

.zora-explore-video-placeholder {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: rgba(246,241,231,.55);
    background:
        radial-gradient(circle at 20% 20%, rgba(198,161,91,.14), transparent 35%),
        linear-gradient(150deg, #211b17, #0f0f0f 65%);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    :root { --zora-footer-reveal-height: 500px; }
    .zora-explore-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(560px, calc(100% - 2rem));
    }
    .zora-footer-reveal .zora-footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    :root { --zora-footer-reveal-height: 680px; }
    .zora-explore-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .7rem;
        width: calc(100% - 1.4rem);
    }
    .zora-footer-reveal .zora-footer-links-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 1.15rem !important;
    }
    .zora-footer-socials,
    .zora-footer-bottom-bar {
        justify-content: center !important;
    }
    .zora-footer-bottom-bar {
        flex-direction: column !important;
        gap: .55rem !important;
    }
}

/* =========================================================
   FOOTER — reference layout polish
   Matches the clean The Zora style: centered logo lockup,
   three link columns, social icons, and compact backend reveal.
   ========================================================= */
:root {
    --zora-footer-reveal-height: 430px;
}

.zora-footer.zora-footer-reveal.zora-footer-reference {
    background: #151515 !important;
    color: #f6f1e7 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.zora-footer-reference .zora-footer-stage {
    min-height: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    opacity: .92;
    transform: translateY(22px);
}

body.footer-reveal-in-view .zora-footer-reference .zora-footer-stage {
    opacity: 1;
    transform: translateY(0);
}

.zora-footer-reference .zora-footer-bottom-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.zora-footer-brand-lockup img {
    width: 10% !important;
}
.zora-footer-reference-container {
    width: min(100%, 1760px) !important;
    padding-left: clamp(2rem, 4.5vw, 5.5rem) !important;
    padding-right: clamp(2rem, 4.5vw, 5.5rem) !important;
}

.zora-footer-brand-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(1.55rem, 3.2vw, 2.35rem) 0 clamp(1.45rem, 2.7vw, 2rem);
    border-bottom: 1px solid rgba(246,241,231,.14);
}

.zora-footer-brand-lockup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    color: rgba(246,241,231,.88) !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s ease, opacity .3s ease;
}

.zora-footer-brand-lockup:hover {
    color: var(--zora-gold) !important;
}

.zora-footer-brand-mark {
    width: 64px;
    height: 44px;
    flex: 0 0 auto;
}

.zora-footer-brand-name {
    font-family: var(--font-body);
    font-size: clamp(1.35rem, 1.9vw, 2rem);
    line-height: .82;
    letter-spacing: .34em;
    font-weight: 300;
}

.zora-footer-brand-divider {
    width: 1px;
    height: 48px;
    background: rgba(246,241,231,.32);
    margin: 0 .15rem 0 .25rem;
}

.zora-footer-brand-sub {
    font-family: var(--font-body);
    font-size: .78rem;
    line-height: 1.05;
    letter-spacing: .06em;
    font-weight: 600;
    color: rgba(246,241,231,.86);
}

.zora-footer-ref-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 1.1fr 1fr .8fr;
    align-items: start;
    gap: clamp(1rem, 4vw, 5rem);
    padding: clamp(2.1rem, 4.3vw, 3.25rem) 0 clamp(2rem, 4.2vw, 3.05rem);
    border-bottom: 1px solid rgba(246,241,231,.14);
}

.zora-footer-ref-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.15rem, 2.35vw, 2rem);
    text-align: center;
}

.zora-footer-ref-col a,
.zora-footer-ref-socials a,
.zora-footer-ref-bottom p {
    font-family: var(--font-body);
    text-transform: uppercase;
}

.zora-footer-ref-col a {
    color: rgba(246,241,231,.96) !important;
    font-size: 11px;
    line-height: 1.1 !important;
    letter-spacing: .32em !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color .3s ease, transform .3s ease;
}

.zora-footer-ref-col a:hover {
    color: var(--zora-gold) !important;
    transform: translateY(-2px);
}

.zora-footer-ref-socials {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: clamp(1.15rem, 1.8vw, 1.65rem);
    padding-top: .1rem;
}

.zora-footer-ref-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: rgba(246,241,231,.55) !important;
    font-size: clamp(1.25rem, 1.55vw, 1.75rem) !important;
    line-height: 1 !important;
    transition: color .3s ease, transform .3s ease;
}

.zora-footer-ref-socials a:hover {
    color: var(--zora-gold) !important;
    transform: translateY(-3px);
}

.zora-footer-ref-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(1.05rem, 2vw, 1.55rem) 0 0;
}

.zora-footer-ref-bottom p {
    margin: 0 !important;
    color: rgba(246,241,231,.78) !important;
    font-size: clamp(.67rem, .78vw, .86rem) !important;
    letter-spacing: .31em !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

/* Hide any older footer blocks if old markup/css remains cached. */
.zora-footer-reference .zora-footer-links-grid,
.zora-footer-reference .zora-footer-top-cta,
.zora-footer-reference .zora-footer-main-cta,
.zora-footer-reference .zora-footer-bottom-bar {
    display: none !important;
}

@media (max-width: 991.98px) {
    :root { --zora-footer-reveal-height: 560px; }
    .zora-footer-ref-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem 2rem;
    }
    .zora-footer-ref-socials {
        grid-column: 1 / -1;
        justify-content: center;
        padding-top: .25rem;
    }
}

@media (max-width: 575.98px) {
    :root { --zora-footer-reveal-height: 720px; }
    .zora-footer-reference-container {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .zora-footer-brand-row {
        padding-top: 1.65rem;
    }
    .zora-footer-brand-lockup {
        gap: .65rem;
        transform: scale(.86);
        transform-origin: center;
    }
    .zora-footer-ref-grid {
        grid-template-columns: 1fr;
        padding: 1.7rem 0 1.6rem;
        gap: 1.45rem;
    }
    .zora-footer-ref-col {
        gap: .9rem;
    }
    .zora-footer-ref-col a {
        font-size: .78rem !important;
        letter-spacing: .24em !important;
    }
    .zora-footer-ref-bottom p {
        font-size: .66rem !important;
        letter-spacing: .22em !important;
    }
}


/* =========================================================
   GRAND BALLROOM VENUE PAGE — reference-style image page
   ========================================================= */
.zora-venue-page {
    background: #fff;
    color: var(--zora-ivory);
}

.zora-venue-hero {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #111;
    color: var(--zora-ivory);
}
.zora-venue-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.zora-venue-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}
.zora-venue-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(18,15,13,.18) 0%, rgba(18,15,13,.18) 42%, rgba(18,15,13,.88) 100%),
        linear-gradient(90deg, rgba(18,15,13,.55) 0%, transparent 35%, rgba(18,15,13,.28) 100%);
}
.zora-venue-hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 2.5rem));
    padding: 0 0 clamp(5rem, 11vh, 8.5rem);
    text-align: left;
}
.zora-venue-hero-content .eyebrow { color: var(--zora-gold); }
.zora-venue-hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 9.4vw, 9rem);
    line-height: .86;
    letter-spacing: -.03em;
    margin: 0 0 1.6rem;
    max-width: 980px;
    color: #fff;
}
.zora-venue-hero-content .lead {
    max-width: 620px;
    color: rgba(246,241,231,.78);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.75;
    margin: 0;
}
.zora-venue-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.1rem;
    margin-top: 1.6rem;
    color: rgba(246,241,231,.74);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.zora-venue-hero-meta span:not(:last-child)::after {
    content: "·";
    margin-left: 1.1rem;
    color: var(--zora-gold);
}

.zora-venue-intro-section {
    background: #111;
    color: var(--zora-ivory);
    padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
}
.zora-venue-intro-copy {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.zora-venue-intro-copy h2 {
    margin: 0 auto 1.5rem;
    font-family: var(--font-display);
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0.75px;
    font-weight: 400;
    text-transform: uppercase;
}
.zora-venue-intro-copy p:not(.eyebrow) {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(246,241,231,.67);
    font-size: 1rem;
    line-height: 1.95;
}
.zora-venue-line-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    margin-top: 2rem;
    color: rgba(198,161,91,.92);
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.venue-destination-hero {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    margin-top: 24px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    height: 900px;
}
.venue-destination-hero-image {
    object-fit: cover;
}
.venue-destination-hero-image, .venue-destination-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.zora-venue-detail-section {
    background: #f7f2e8;
    color: var(--zora-text-dark);
    padding: clamp(5rem, 9vw, 8rem) 0;
}
.zora-venue-detail-section .eyebrow { color: var(--zora-gold-deep); }
.zora-venue-detail-section .section-title {
    font-family: var(--font-display);
    font-size: clamp(48px, 7.2vw, 60px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3em;
}
.zora-venue-detail-section.event-section .section-title {
	font-family: var(--font-display);
	font-size: clamp(29px, 6.2vw, 42px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
}
.zora-venue-body-copy {
    color: #4e463e;
    font-size: 1rem;
    line-height: 1.95;
    max-width: 657px;
    margin: auto;
    margin-bottom: 15px;
}
.zora-venue-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    background: rgba(36,31,27,.14);
}
.zora-venue-stats-grid div {
    background: #f7f2e8;
    padding: 1.6rem 1.4rem;
}
.zora-venue-stats-grid strong {
    display: block;
    color: #151515;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: .9;
    margin-bottom: .8rem;
}
.zora-venue-stats-grid span {
    display: block;
    color: #75695e;
    font-size: .74rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}




.zora-venue-stats-grid.revert {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    background: transparent;
}
.zora-venue-stats-grid.revert div {
    background: transparent;
    padding: 1.6rem 1.4rem;
}
.zora-venue-stats-grid.revert strong {
    display: block;
    color: var(--zora-gold);
    font-family: initial;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: .9;
    margin-bottom: .8rem;
}
.zora-venue-stats-grid.revert span {
    display: block;
    color: #fff;
    font-size: .74rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.zora-venue-journey-section {
    background: #111;
    color: var(--zora-ivory);
    padding: clamp(5rem, 9vw, 8rem) 0;
}
.zora-venue-feature-card {
    height: 100%;
    background: #181613;
    border: 1px solid rgba(198,161,91,.18);
    overflow: hidden;
    transition: transform .45s ease, border-color .45s ease;
}
.zora-venue-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(198,161,91,.55);
}
.zora-venue-feature-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    filter: saturate(.95) contrast(1.02);
}
.zora-venue-feature-card h3 {
    margin: 1.35rem 1.25rem .65rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: .88rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.zora-venue-feature-card p {
    margin: 0 1.25rem 1.5rem;
    color: rgba(246,241,231,.62);
    line-height: 1.7;
    font-size: .88rem;
}

.zora-venue-final-cta {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 0%, rgba(198,161,91,.14), transparent 32%), #111;
    color: var(--zora-ivory);
    padding: clamp(5rem, 10vw, 8rem) 0;
}
.zora-venue-final-cta h2 {
    margin: 0 0 1rem;
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.8vw, 6rem);
    line-height: .96;
}
.zora-venue-final-cta p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 auto 2rem;
    color: rgba(246,241,231,.68);
    line-height: 1.85;
}
.zora-venue-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .9rem;
}

@media (max-width: 991.98px) {
    .zora-venue-hero-content { width: min(100% - 2rem, 760px); }
    .zora-venue-hero-content h1 { font-size: clamp(3rem, 14vw, 6.5rem); }
    .zora-venue-stats-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .zora-venue-hero { min-height: 86vh; height: 86vh; }
    .zora-venue-hero-content { padding-bottom: 4.25rem; }
    .zora-venue-hero-content h1 { font-size: clamp(2.8rem, 16vw, 4.8rem); }
    .zora-venue-hero-meta span { width: 100%; }
    .zora-venue-hero-meta span::after { display: none; }
    .zora-venue-intro-copy h2 { font-size: clamp(2rem, 12vw, 3.6rem); }
    .zora-venue-feature-card img { height: 220px; }
}
/* =========================================================
   SCROLL-ZOOM IMAGE EFFECT (zw-scrollzoom)
   Portable, uniquely-namespaced so it can't collide with the rest
   of this stylesheet. Every layout-critical property is !important
   deliberately: this survives being used across many pages without
   depending on cascade order elsewhere in this file.

   Markup:
     <div class="zw-zoom-stage" data-zw-stage data-zw-sticky-offset="0">
       <figure class="zw-zoom-figure zw-from-right" data-zw-figure
               data-zw-start-vw="72" data-zw-end-vw="100">
         <img src="..." alt="...">
       </figure>
     </div>

   IMPORTANT: this effect needs every ancestor between .zw-zoom-stage
   and <body> to NOT have overflow:hidden/auto/scroll or a transform
   set — either one silently breaks position:sticky. The matching JS
   (in main.js) includes a console warning that names the exact
   offending ancestor if this ever breaks again.
   ========================================================= */
.zw-zoom-stage{
  position:relative !important;
  height:230vh !important;
  display:flex !important;
  justify-content:center !important;
  overflow:visible !important;
  background:transparent !important;
}
.zw-zoom-figure{
  --zw-w: min(72vw,1180px);
  --zw-h: calc(min(72vw,1180px) * 10 / 16);
  --zw-radius: 16px;
  --zw-offset: 0px;
  position:sticky !important;
  top: var(--zw-sticky-top,0px) !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  flex:none !important;
  display:block !important;
  width: var(--zw-w) !important;
  height: var(--zw-h) !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  z-index:3 !important;
  /*transform: translateX(var(--zw-offset)) !important;*/
  border-radius: var(--zw-radius) !important;
  border:0 !important;
  box-shadow: 0 28px 85px rgba(18,15,13,.22) !important;
  will-change: width, height, transform, border-radius !important;
  transition: box-shadow .35s ease !important;
  background:transparent !important;
  aspect-ratio:auto !important;
}
.zw-zoom-figure img{
  position:absolute !important;
  inset:0 !important;
  top:0 !important; left:0 !important; right:0 !important; bottom:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  min-height:0 !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  transform:none !important;
}
.zw-zoom-figure.zw-expanded{
  border-radius:0 !important;
  box-shadow:none !important;
}
.zw-zoom-figure.zw-from-right{
  transform-origin: right center !important;
}
.zw-zoom-warning{
  position:sticky !important;
  top:0 !important;
  z-index:99999 !important;
  display:block !important;
  background:#4a1414 !important;
  color:#ffd7d7 !important;
  font:13px/1.5 monospace !important;
  padding:10px 14px !important;
  border-bottom:2px solid #ff5c5c !important;
  white-space:pre-wrap !important;
}

@media (max-width:991.98px){
  .zw-zoom-stage{ height:170vh !important; }
}
@media (max-width:767.98px){
  .zw-zoom-stage{ height:auto !important; padding-bottom:2.5rem !important; display:block !important; }
  .zw-zoom-figure{
    position:relative !important;
    top:auto !important;
    width:calc(100vw - 24px) !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    margin:0 auto !important;
    transform:none !important;
    border-radius:10px !important;
  }
}/* =========================================================
   BLOG / JOURNAL PAGE — zora-journal-* namespace
   All new class names, nothing here can collide with existing
   .zora-card / .card-media / .blog-meta rules used elsewhere.
   Append this whole block once at the end of style.css.
   ========================================================= */

.zora-journal-hero {
    background: var(--zora-black, #120F0D);
    color: var(--zora-ivory, #F6F1E7);
    padding: clamp(7rem, 14vw, 11rem) 0 clamp(3rem, 6vw, 4.5rem);
}
.zora-journal-hero .eyebrow {
    color: var(--zora-gold, #C6A15B);
    font-size: .72rem;
    letter-spacing: .32em;
    text-transform: uppercase;
}
.zora-journal-hero h1 {
    font-family: var(--font-display, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    line-height: 1.06;
    max-width: 900px;
    margin: .8rem 0 1.6rem;
}
.zora-journal-hero-lead {
    color: var(--zora-muted, #B9AFA0);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 520px;
}

.zora-journal-filter-bar {
    background: var(--zora-black, #120F0D);
    border-top: 1px solid rgba(198,161,91,.14);
    border-bottom: 1px solid rgba(198,161,91,.14);
    padding: 1.5rem 0;
}
.zora-journal-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}
.zora-journal-filter-pill {
    display: inline-block;
    padding: .5rem 1.2rem;
    border: 1px solid rgba(246,241,231,.22);
    border-radius: 999px;
    color: rgba(246,241,231,.7);
    font-size: .74rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.zora-journal-filter-pill:hover {
    border-color: var(--zora-gold, #C6A15B);
    color: var(--zora-ivory, #F6F1E7);
}
.zora-journal-filter-pill.active {
    background: var(--zora-gold, #C6A15B);
    border-color: var(--zora-gold, #C6A15B);
    color: var(--zora-black, #120F0D);
}

/* ---------- Featured (latest) post ---------- */
.zora-journal-featured {
    background: var(--zora-black, #120F0D);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.zora-journal-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}
.zora-journal-featured-media {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(150deg, #211b17, #0f0f0f 65%);
}
.zora-journal-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.zora-journal-featured-media:hover img { transform: scale(1.04); }

.zora-journal-featured-copy h2 {
    font-family: var(--font-display, 'Cormorant Garamond', serif);
    font-weight: 600;
    color: var(--zora-ivory, #F6F1E7);
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1.08;
    margin: .7rem 0 1.1rem;
    text-transform: uppercase;
}

/* ---------- Shared meta / excerpt / read-link ---------- */
.zora-journal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    color: var(--zora-muted, #B9AFA0);
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0;
}
.zora-journal-meta-cat { color: var(--zora-gold, #C6A15B); }
.zora-journal-meta-dot { color: rgba(246,241,231,.3); }

.zora-journal-excerpt {
    color: rgba(246,241,231,.62);
    font-size: .96rem;
    line-height: 1.7;
    max-width: 46em;
    margin: 0 0 1.25rem;
}
.zora-journal-read-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--zora-ivory, #F6F1E7);
    font-size: .74rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: color .25s ease, border-color .25s ease;
}
.zora-journal-read-link .arrow { transition: transform .25s ease; }
.zora-journal-read-link:hover {
    color: var(--zora-gold, #C6A15B);
    border-bottom-color: var(--zora-gold, #C6A15B);
}
.zora-journal-read-link:hover .arrow { transform: translateX(4px); }

/* ---------- Grid ---------- */
.zora-journal-grid-section {
    background: var(--zora-black, #120F0D);
    padding: 0 0 clamp(4rem, 8vw, 6rem);
}
.zora-journal-grid-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .5rem 1.5rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
.zora-journal-grid-head .eyebrow {
    color: var(--zora-gold, #C6A15B);
    font-size: .68rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin: 0;
}
.zora-journal-grid-head h2 {
    font-family: var(--font-display, 'Cormorant Garamond', serif);
    font-weight: 600;
    color: var(--zora-ivory, #F6F1E7);
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    margin: 0;
}

.zora-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}
.zora-journal-card {
    display: flex;
    flex-direction: column;
}
.zora-journal-card-media {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1.1rem;
    background: linear-gradient(150deg, #211b17, #0f0f0f 65%);
}
.zora-journal-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.zora-journal-card-media:hover img { transform: scale(1.05); }
.zora-journal-card-body h3 {
    font-family: var(--font-display, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: 1.35rem;
    line-height: 1.22;
    margin: .55rem 0 .7rem;
    text-transform: uppercase;
}
.zora-journal-card-body h3 a {
    color: var(--zora-ivory, #F6F1E7);
    text-decoration: none;
    transition: color .25s ease;
}
.zora-journal-card-body h3 a:hover { color: var(--zora-gold, #C6A15B); }

/* Fallback shown when a post has no featured_image */
.zora-journal-media-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
    color: rgba(246,241,231,.35);
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.zora-journal-empty {
    color: var(--zora-muted, #B9AFA0);
    text-align: center;
    padding: 3rem 0;
}

/* ---------- Pagination ---------- */
.zora-journal-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-top: clamp(2.5rem, 5vw, 4rem);
}
.zora-journal-page-num,
.zora-journal-page-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(246,241,231,.18);
    color: rgba(246,241,231,.7);
    font-size: .82rem;
    text-decoration: none;
    transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.zora-journal-page-num:hover,
.zora-journal-page-arrow:hover {
    border-color: var(--zora-gold, #C6A15B);
    color: var(--zora-ivory, #F6F1E7);
}
.zora-journal-page-num.active {
    background: var(--zora-gold, #C6A15B);
    border-color: var(--zora-gold, #C6A15B);
    color: var(--zora-black, #120F0D);
}
.zora-journal-page-arrow.disabled {
    opacity: .3;
    pointer-events: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .zora-journal-featured-grid { grid-template-columns: 1fr; }
    .zora-journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
    .zora-journal-grid { grid-template-columns: 1fr; }
    .zora-journal-filter-row { gap: .4rem; }
    .zora-journal-filter-pill { padding: .42rem .95rem; font-size: .68rem; }
}

/* ---------- Blog single/detail page — extends zora-journal-* ---------- */
.zora-journal-single-hero {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}
.zora-journal-back-link {
    display: inline-block;
    color: var(--zora-muted);
    font-size: .74rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: color .25s ease;
}
.zora-journal-back-link:hover { color: var(--zora-gold); }
.zora-journal-single-hero h1 {
    max-width: 900px;
}

.zora-journal-single-media {
    background: var(--zora-black);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}
.zora-journal-single-media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.zora-journal-single-body {
    background: var(--zora-ivory);
    color: var(--zora-text-dark);
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}
.zora-journal-single-content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #4e463e;
}
.zora-journal-single-content h2 {
    font-family: var(--font-display);
    color: var(--zora-text-dark);
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    margin: 2.4rem 0 1rem;
}
.zora-journal-single-content h3 {
    font-family: var(--font-display);
    color: var(--zora-text-dark);
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    margin: 2rem 0 .9rem;
}
.zora-journal-single-content p { margin: 0 0 1.4rem; }
.zora-journal-single-content img {
    width: 100%;
    border-radius: 4px;
    margin: 2rem 0;
}
.zora-journal-single-content a { color: var(--zora-gold-deep); text-decoration: underline; }
.zora-journal-single-content blockquote {
    border-left: 3px solid var(--zora-gold);
    margin: 2rem 0;
    padding: .25rem 0 .25rem 1.5rem;
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--zora-text-dark);
}
.zora-journal-single-content ul,
.zora-journal-single-content ol {
    margin: 0 0 1.4rem 1.4rem;
    padding: 0;
}
.zora-journal-single-content li { margin-bottom: .5rem; }

.zora-journal-related { padding-top: clamp(3.5rem, 7vw, 6rem); }

/* ---------- Extend existing carousel rules to cover <img> slides too ---------- */
.about-editorial-carousel-section .carousel-slot .carousel-slide,
.about-editorial-carousel-section .carousel-img {
    width: 100%;
    height: 100%;
}
.about-editorial-carousel-section .carousel-img {
    display: block;
    object-fit: cover;
}

/* =========================================================
   ZW HERO SLIDER + MARQUEE — self-contained, drop-in anywhere.
   Uses var(--zora-*, fallback) so it renders correctly even
   without your site's tokens in scope. Buttons use `all: unset`
   so Bootstrap/.btn resets elsewhere can't reach them.
   ========================================================= */

.zw-hero-slider {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    height: var(--zw-hs-height, 100vh);
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #F6F1E7;
    background: #111;
}

.zw-hs-slides { position: absolute; inset: 0; z-index: 0; }
.zw-hs-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #1b1714; /* visible tint if an image 404s, instead of solid black */
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.1s ease, transform 6s ease;
}
.zw-hs-slide.active { opacity: 1; z-index: 1; transform: scale(1); }

.zw-hs-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        linear-gradient(180deg, rgba(18,15,13,.18) 0%, rgba(18,15,13,.18) 42%, rgba(18,15,13,.88) 100%),
        linear-gradient(90deg, rgba(18,15,13,.55) 0%, transparent 35%, rgba(18,15,13,.28) 100%);
}

.zw-hs-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 2.5rem));
    padding: 0 0 clamp(5rem, 11vh, 8.5rem);
}
.zw-hs-eyebrow {
    margin: 0 0 .6rem;
    font-size: .72rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--zora-gold, #C6A15B) !important;
    font-weight: 600;
}
.zw-hs-content h1 {
    margin: 0 0 .5rem;
    font-family: var(--font-display, serif);
    font-weight: 600;
    font-size: clamp(2.6rem, 6vw, 5.5rem);
    line-height: 1.05;
    color: #fff !important;
}
.zw-hs-divider { display: flex; align-items: center; justify-content: center; gap: .9rem; margin: 1.2rem auto 1.6rem; }
.zw-hs-divider .line { height: 1px; width: 64px; background: linear-gradient(90deg, transparent, var(--zora-gold, #C6A15B)); }
.zw-hs-divider .line.right { background: linear-gradient(90deg, var(--zora-gold, #C6A15B), transparent); }
.zw-hs-divider .diamond { width: 8px; height: 8px; background: var(--zora-gold, #C6A15B); transform: rotate(45deg); flex: none; }
.zw-hs-lead {
    margin: 0 auto;
    max-width: 560px;
    color: rgba(246,241,231,.78) !important;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Arrows — reset to a blank slate, then style, so nothing else can leak in */
.zw-hs-arrow {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(18,15,13,.4);
    border: 1px solid rgba(246,241,231,.45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease, transform .3s ease, color .3s ease;
}
.zw-hs-arrow.prev { left: clamp(1rem, 3vw, 2.5rem); }
.zw-hs-arrow.next { right: clamp(1rem, 3vw, 2.5rem); }
.zw-hs-arrow svg { display: block; pointer-events: none; }
.zw-hs-arrow:hover { background: var(--zora-gold, #C6A15B); border-color: var(--zora-gold, #C6A15B); color: #120F0D; transform: translateY(-50%) scale(1.06); }
.zw-hs-arrow:focus-visible { outline: 2px solid var(--zora-gold, #C6A15B); outline-offset: 2px; }

/* Dots */
.zw-hs-dots {
    position: absolute;
    left: 50%;
    bottom: clamp(1.5rem, 4vh, 2.75rem);
    z-index: 3;
    display: flex;
    gap: .6rem;
    transform: translateX(-50%);
}
.zw-hs-dot { all: unset; box-sizing: border-box; width: 9px; height: 9px; border-radius: 50%; background: rgba(246,241,231,.4); cursor: pointer; transition: all .3s ease; }
.zw-hs-dot:hover { background: rgba(246,241,231,.7); }
.zw-hs-dot.active { background: var(--zora-gold, #C6A15B); box-shadow: 0 0 0 4px rgba(198,161,91,.22); width: 11px; height: 11px; }
.zw-hs-dot:focus-visible { outline: 2px solid var(--zora-gold, #C6A15B); outline-offset: 2px; }

@media (max-width: 767.98px) {
    .zw-hero-slider { min-height: 360px; }
    .zw-hs-content h1 { font-size: clamp(2.1rem, 8vw, 3rem); }
    .zw-hs-lead { font-size: .95rem; }
    .zw-hs-arrow { width: 38px; height: 38px; }
    .zw-hs-arrow svg { width: 15px; height: 15px; }
    .zw-hs-dots { bottom: 1.1rem; gap: .45rem; }
}
@media (max-width: 380px) {
    .zw-hs-arrow.prev { left: .6rem; }
    .zw-hs-arrow.next { right: .6rem; }
}

/* =========================================================
   ZW MARQUEE
   ========================================================= */
.zw-marquee {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    background: var(--zora-gold, #C6A15B);
    border-top: 1px solid rgba(18,15,13,.15);
}
.zw-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: .85rem 0;
    animation: zwMarqueeScroll var(--zw-mq-speed, 26s) linear infinite;
    will-change: transform;
}
.zw-marquee-track span {
    flex: 0 0 auto;
    color: var(--zora-black, #120F0D) !important;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    padding: 0 1.4rem;
    white-space: nowrap;
}
.zw-marquee-track span.dot { padding: 0; font-size: .6rem; opacity: .6; }
@keyframes zwMarqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.zw-marquee:hover .zw-marquee-track { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
    .zw-marquee-track { animation: none; }
    .zw-hs-slide { transition: opacity .01ms linear !important; transform: none !important; }
}
@media (max-width: 767.98px) {
    .zw-marquee-track { --zw-mq-speed: 18s; }
    .zw-marquee-track span { font-size: .68rem; letter-spacing: .16em; padding: 0 1rem; }
}
/* =========================================================
   ZW ENQUIRY FORM — boxed inputs, pill toggle, custom selects.
   Self-contained, assumes a dark section (matches .zora-section).
   ========================================================= */
.zw-enquiry-form { color: #F6F1E7; }

.zw-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.5rem;
    margin-top: 1.75rem;
}
.zw-field { display: flex; flex-direction: column; }
.zw-field-full { grid-column: 1 / -1; }

.zw-field label,
.zw-enquiry-form > .zw-field-full > label {
    margin-bottom: .55rem;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--zora-gold, #C6A15B);
}

.zw-field input,
.zw-field select,
.zw-field textarea {
    width: 100%;
    background: rgba(246,241,231,.04);
    border: 1px solid rgba(246,241,231,.18);
    border-radius: 4px;
    padding: .85rem 1rem;
    font-family: var(--font-body);
    font-size: .92rem;
    color: #F6F1E7;
    transition: border-color .25s ease, background .25s ease;
}
.zw-field textarea { resize: vertical; min-height: 110px; }
.zw-field input::placeholder,
.zw-field textarea::placeholder { color: rgba(246,241,231,.4); }

.zw-field input:focus,
.zw-field select:focus,
.zw-field textarea:focus {
    outline: none;
    border-color: var(--zora-gold, #C6A15B);
    background: rgba(246,241,231,.07);
}

/* Custom select arrow (native arrows look inconsistent across browsers) */
.zw-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C6A15B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
}
.zw-field select option { background: #1B1714; color: #F6F1E7; }

/* Pill toggle (Social / Corporate) */
.zw-pill-toggle { display: inline-flex; gap: .6rem; flex-wrap: wrap; }
.zw-pill-toggle input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px; height: 1px;
    pointer-events: none;
}
.zw-pill-toggle label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .65rem 1.6rem;
    border: 1px solid rgba(246,241,231,.28);
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(246,241,231,.75);
    cursor: pointer;
    transition: all .25s ease;
    margin: 0; /* overrides the gold uppercase label rule above for pills specifically */
}
.zw-pill-toggle input[type="radio"]:checked + label {
    background: var(--zora-gold, #C6A15B);
    border-color: var(--zora-gold, #C6A15B);
    color: #120F0D;
}
.zw-pill-toggle input[type="radio"]:focus-visible + label {
    outline: 2px solid var(--zora-gold, #C6A15B);
    outline-offset: 2px;
}

.zw-form-submit { margin-top: 2.25rem; text-align: center; }

@media (max-width: 767.98px) {
    .zw-field-grid { grid-template-columns: 1fr; gap: 1.15rem; }
    .zw-pill-toggle label { padding: .6rem 1.3rem; font-size: .7rem; }
}

/* =========================================================
   ZW ENQUIRY FORM — boxed inputs, pill toggle, custom selects.
   Hardened with !important + all:unset resets so it can't lose
   to Bootstrap .form-control defaults or browser UA styles.
   ========================================================= */
.zw-enquiry-form,
.zw-enquiry-form * {
    box-sizing: border-box !important;
}
.zw-enquiry-form { color: #F6F1E7 !important; }

.zw-enquiry-form .zw-field-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
    margin-top: 1.75rem !important;
}
.zw-enquiry-form .zw-field {
    display: flex !important;
    flex-direction: column !important;
}
.zw-enquiry-form .zw-field-full { grid-column: 1 / -1 !important; }

.zw-enquiry-form .zw-field > label {
    display: block !important;
    margin: 0 0 .55rem !important;
    font-family: var(--font-body) !important;
    font-size: .7rem !important;
    font-weight: 600 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: var(--zora-gold, #C6A15B) !important;
}

.zw-enquiry-form .zw-field input,
.zw-enquiry-form .zw-field select,
.zw-enquiry-form .zw-field textarea {
    all: unset;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    background: rgba(246,241,231,.06) !important;
    border: 1px solid rgba(246,241,231,.28) !important;
    border-radius: 4px !important;
    padding: .85rem 1rem !important;
    font-family: var(--font-body) !important;
    font-size: .92rem !important;
    line-height: 1.4 !important;
    color: #F6F1E7 !important;
    cursor: text;
    transition: border-color .25s ease, background .25s ease;
}
.zw-enquiry-form .zw-field textarea {
    resize: vertical !important;
    min-height: 110px !important;
    white-space: pre-wrap !important;
}
.zw-enquiry-form .zw-field input::placeholder,
.zw-enquiry-form .zw-field textarea::placeholder { color: rgba(246,241,231,.45) !important; }

.zw-enquiry-form .zw-field input:focus,
.zw-enquiry-form .zw-field select:focus,
.zw-enquiry-form .zw-field textarea:focus {
    border-color: var(--zora-gold, #C6A15B) !important;
    background: rgba(246,241,231,.1) !important;
}

/* date input's native calendar icon needs to stay visible against dark bg */
.zw-enquiry-form .zw-field input[type="date"] {
    color-scheme: dark;
}
.zw-enquiry-form .zw-field input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) brightness(1.6);
    cursor: pointer;
}

/* Custom select arrow */
.zw-enquiry-form .zw-field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C6A15B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
}
.zw-enquiry-form .zw-field select option {
    background: #1B1714 !important;
    color: #F6F1E7 !important;
}

/* Pill toggle (Social / Corporate) */
.zw-enquiry-form .zw-pill-toggle {
    display: inline-flex !important;
    gap: .6rem !important;
    flex-wrap: wrap !important;
}
.zw-enquiry-form .zw-pill-toggle input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important; height: 1px !important;
    pointer-events: none !important;
}
.zw-enquiry-form .zw-pill-toggle label {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .65rem 1.6rem !important;
    border: 1px solid rgba(246,241,231,.32) !important;
    border-radius: 999px !important;
    font-family: var(--font-body) !important;
    font-size: .75rem !important;
    font-weight: 500 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    color: rgba(246,241,231,.75) !important;
    cursor: pointer !important;
    transition: all .25s ease;
}
.zw-enquiry-form .zw-pill-toggle input[type="radio"]:checked + label {
    background: var(--zora-gold, #C6A15B) !important;
    border-color: var(--zora-gold, #C6A15B) !important;
    color: #120F0D !important;
}
.zw-enquiry-form .zw-pill-toggle input[type="radio"]:focus-visible + label {
    outline: 2px solid var(--zora-gold, #C6A15B) !important;
    outline-offset: 2px !important;
}

.zw-enquiry-form .zw-form-submit { margin-top: 2.25rem !important; text-align: center !important; }
.zw-enquiry-form .zw-form-submit .btn-zora-gold { border: none !important; cursor: pointer; }

@media (max-width: 767.98px) {
    .zw-enquiry-form .zw-field-grid { grid-template-columns: 1fr !important; gap: 1.15rem !important; }
    .zw-enquiry-form .zw-pill-toggle label { padding: .6rem 1.3rem !important; font-size: .7rem !important; }
}
/* =========================================================
   ZW CONTACT INFO PANEL — label/value blocks, matches the
   boxed-form aesthetic on the right without needing a card.
   ========================================================= */
.zw-contact-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.9rem !important;
}
.zw-contact-block {
    padding-bottom: 1.9rem !important;
    border-bottom: 1px solid rgba(246,241,231,.12) !important;
}
.zw-contact-block:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.zw-contact-label {
    margin: 0 0 .5rem !important;
    font-family: var(--font-body) !important;
    font-size: .7rem !important;
    font-weight: 600 !important;
    letter-spacing: .2em !important;
    text-transform: uppercase !important;
    color: var(--zora-gold, #C6A15B) !important;
}
.zw-contact-value {
    margin: 0 !important;
    font-family: var(--font-body) !important;
    font-size: .98rem !important;
    line-height: 1.65 !important;
    color: #F6F1E7 !important;
}
.zw-contact-value a {
    color: #F6F1E7 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(246,241,231,.3) !important;
    transition: color .25s ease, border-color .25s ease;
}
.zw-contact-value a:hover {
    color: var(--zora-gold, #C6A15B) !important;
    border-color: var(--zora-gold, #C6A15B) !important;
}

@media (max-width: 991.98px) {
    .zw-contact-info { margin-bottom: 2.5rem !important; }
}