/* ==========================================================================
   ZIVAH · VISIT / FIND US
   --------------------------------------------------------------------------
   Loaded AFTER core.css. Inherits all `--zc-*` brand tokens.
   Class prefix per section: .zc-vfu-{section}__*
   --------------------------------------------------------------------------
   §0   Page reset
   §1   Hero — editorial intro + live status pill + quick-action card
   §2   Map — branded Google Maps embed + floating address card + pin
   §3   Hours — opening table + live status panel
   §4   How to reach — direction cards (airport / train / bus / landmark)
   §5   Closing CTA
   §6   Mobile / tablet responsive
   ========================================================================== */


/* §0  ==== PAGE RESET ============================================== */
body .content-wrap.my-wrap-no-padding { padding: 0 !important; }
body .content-wrap.my-wrap-no-padding > div + div,
body .content-wrap.my-wrap-no-padding section { margin: 0; }


/* ==========================================================================
   §1   HERO
   ========================================================================== */
.zc-vfu-hero {
    position: relative;
    padding: clamp(14px, 1.6vw, 22px) 0 clamp(28px, 3.5vw, 50px);
    background:
        radial-gradient(ellipse at 92% 6%, rgba(207, 138, 63, 0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 8% 92%, rgba(46, 75, 113, 0.08)  0%, transparent 50%),
        linear-gradient(180deg, var(--zc-snow) 0%, var(--zc-off-white) 100%);
    overflow: hidden;
}
.zc-vfu-hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--zc-amber-a25), var(--zc-navy-a15), transparent);
}

.zc-vfu-hero__topline {
    display: flex; align-items: center; gap: 14px;
    padding: 0 var(--zc-pad-x);
    margin-bottom: clamp(14px, 1.6vw, 20px);
}
.zc-vfu-hero__mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-charcoal), var(--zc-deep));
    border: 1px solid var(--zc-amber-a45);
    color: var(--zc-amber-lt);
    font-family: var(--zc-f-display); font-size: 18px; font-weight: 500;
    letter-spacing: -0.5px; flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(18, 12, 4, 0.18);
}
.zc-vfu-hero__topline-text {
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.4px; text-transform: uppercase;
    color: var(--zc-warm-dk); flex-shrink: 0;
}
.zc-vfu-hero__topline-rule {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, var(--zc-amber-a45), transparent);
}
.zc-vfu-hero__topline-stars {
    display: inline-flex; gap: 6px; color: var(--zc-amber);
    font-size: 8px; flex-shrink: 0; opacity: 0.6;
}

.zc-vfu-hero__inner {
    position: relative; z-index: 1;
    width: 100%;
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}

.zc-vfu-hero__crumb {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    margin: 0 0 clamp(20px, 2.5vw, 32px);
    font-family: var(--zc-f-heading); font-size: 11.5px;
    font-weight: 600; letter-spacing: 0.4px;
}
.zc-vfu-hero__crumb-link {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 999px;
    text-decoration: none; color: var(--zc-warm-dk);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--zc-linen);
    transition: all 0.3s var(--zc-ease);
}
.zc-vfu-hero__crumb-link:hover { color: var(--zc-amber-dk); border-color: var(--zc-amber-a35); background: rgba(255, 255, 255, 0.95); }
.zc-vfu-hero__crumb-sep { color: var(--zc-stone); font-size: 9px; }
.zc-vfu-hero__crumb-current {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 999px;
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    box-shadow: 0 6px 14px var(--zc-amber-a35);
}

/* Hero layout */
.zc-vfu-hero__layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}
.zc-vfu-hero__editorial { display: flex; flex-direction: column; }
.zc-vfu-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    margin-bottom: 12px;
}
.zc-vfu-hero__eyebrow-dot {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
    box-shadow: 0 0 10px var(--zc-amber-a45);
}
.zc-vfu-hero__title {
    font-family: var(--zc-f-display);
    font-size: clamp(28px, 2.6vw + 14px, 50px);
    font-weight: 300; line-height: 1.06; letter-spacing: -1.2px;
    color: var(--zc-charcoal); margin: 0 0 14px 0;
}
.zc-vfu-hero__title-accent {
    font-weight: 500; position: relative; display: inline-block;
    color: var(--zc-amber-dk);
}
.zc-vfu-hero__title-accent::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 8px;
    background: radial-gradient(ellipse at center, var(--zc-amber-a35) 0%, transparent 70%);
    z-index: -1;
}
.zc-vfu-hero__lead {
    font-family: var(--zc-f-body);
    font-size: 15px; line-height: 1.65; color: var(--zc-warm-dk);
    margin: 0 0 18px 0;
}

/* Live status pill in the hero */
.zc-vfu-hero__status {
    display: inline-flex; align-items: center; gap: 9px;
    align-self: flex-start;
    padding: 7px 14px; border-radius: 999px;
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    font-family: var(--zc-f-heading);
    font-size: 11px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-warm-dk);
    box-shadow: 0 6px 14px -4px rgba(106, 70, 24, 0.10);
    transition: background 0.4s var(--zc-ease), border-color 0.4s var(--zc-ease), color 0.4s var(--zc-ease);
}
.zc-vfu-hero__status-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--zc-warm-mid);
    box-shadow: 0 0 0 0 var(--zc-warm-mid);
    transition: background 0.4s var(--zc-ease), box-shadow 0.4s var(--zc-ease);
}
.zc-vfu-hero__status[data-state="open"] {
    background: rgba(34, 167, 92, 0.10);
    border-color: rgba(34, 167, 92, 0.32);
    color: #1c8c4d;
}
.zc-vfu-hero__status[data-state="open"] .zc-vfu-hero__status-dot {
    background: #22a75c;
    box-shadow: 0 0 12px rgba(34, 167, 92, 0.55);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-hero__status[data-state="soon"] {
    background: var(--zc-amber-a18);
    border-color: var(--zc-amber-a35);
    color: var(--zc-amber-dk);
}
.zc-vfu-hero__status[data-state="soon"] .zc-vfu-hero__status-dot {
    background: var(--zc-amber-dk);
    box-shadow: 0 0 12px var(--zc-amber-a45);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-hero__status[data-state="closed"] {
    background: rgba(155, 27, 27, 0.06);
    border-color: rgba(155, 27, 27, 0.24);
    color: #9b1b1b;
}
.zc-vfu-hero__status[data-state="closed"] .zc-vfu-hero__status-dot {
    background: #c0392b;
    box-shadow: 0 0 10px rgba(192, 57, 43, 0.40);
}
@keyframes zc-vfu-blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(1.25); }
}

/* Editorial "Reach us" ledger — magazine-grammar match.
   Frosted cream-amber card, gold-foil top hairline, bracket corners,
   monospace tag, three numbered rows with hover-slide. */
.zc-vfu-hero__reach {
    position: relative;
    padding: clamp(20px, 2.2vw, 30px);
    background:
        radial-gradient(ellipse at 100% 0%, rgba(207, 138, 63, 0.16) 0%, transparent 55%),
        radial-gradient(ellipse at 0% 100%, rgba(46, 75, 113, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #fbf7ee 0%, #f5efe1 100%);
    border: 1px solid var(--zc-amber-a25);
    border-radius: 6px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 46px -22px rgba(106, 70, 24, 0.32);
    overflow: hidden;
}
.zc-vfu-hero__reach-foil {
    position: absolute; top: 0; left: 22px; right: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-vfu-hero__reach-corner {
    position: absolute; width: 22px; height: 22px;
    pointer-events: none;
}
.zc-vfu-hero__reach-corner--tr {
    top: 10px; right: 10px;
    border-top: 1px solid var(--zc-amber-a45);
    border-right: 1px solid var(--zc-amber-a45);
}
.zc-vfu-hero__reach-corner--bl {
    bottom: 10px; left: 10px;
    border-bottom: 1px solid var(--zc-amber-a45);
    border-left: 1px solid var(--zc-amber-a45);
}

.zc-vfu-hero__reach-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--zc-amber-a25);
}
.zc-vfu-hero__reach-head-text { min-width: 0; }
.zc-vfu-hero__reach-tag {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 6px;
}
.zc-vfu-hero__reach-title {
    margin: 0;
    font-family: var(--zc-f-display);
    font-size: clamp(17px, 1vw + 10px, 21px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: var(--zc-charcoal);
}

.zc-vfu-hero__reach-list {
    list-style: none; margin: 0; padding: 0;
}
.zc-vfu-hero__reach-item {
    border-bottom: 1px dashed var(--zc-amber-a25);
}
.zc-vfu-hero__reach-item:last-child { border-bottom: none; }

.zc-vfu-hero__reach-link {
    position: relative;
    display: grid;
    grid-template-columns: auto 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 4px 12px 6px;
    text-decoration: none;
    color: inherit;
    transition:
        padding-left 0.35s var(--zc-ease),
        background 0.35s var(--zc-ease);
}
.zc-vfu-hero__reach-link::before {
    /* Active indicator bar on the left edge — appears on hover */
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 3px; height: 0;
    background: linear-gradient(180deg, var(--zc-amber-lt), var(--zc-amber-dk));
    border-radius: 2px;
    transform: translateY(-50%);
    transition: height 0.4s var(--zc-ease-spring, cubic-bezier(0.34, 1.56, 0.64, 1));
}
.zc-vfu-hero__reach-link:hover {
    padding-left: 14px;
    background: linear-gradient(90deg, var(--zc-amber-a18), transparent 70%);
    color: inherit;
}
.zc-vfu-hero__reach-link:hover::before { height: 60%; }

.zc-vfu-hero__reach-num {
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--zc-amber-dk);
    opacity: 0.65;
    transition: opacity 0.3s var(--zc-ease);
}
.zc-vfu-hero__reach-link:hover .zc-vfu-hero__reach-num { opacity: 1; }

.zc-vfu-hero__reach-ic {
    display: grid; place-items: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85) 0%, transparent 60%),
        linear-gradient(135deg, var(--zc-amber-a25), var(--zc-amber-a08));
    border: 1px solid var(--zc-amber-a35);
    color: var(--zc-amber-dk);
    font-size: 15px;
    transition: transform 0.35s var(--zc-ease-spring, cubic-bezier(0.34, 1.56, 0.64, 1)), background 0.35s var(--zc-ease);
}
.zc-vfu-hero__reach-link:hover .zc-vfu-hero__reach-ic {
    transform: rotate(-6deg) scale(1.06);
}

.zc-vfu-hero__reach-text {
    display: flex; flex-direction: column;
    line-height: 1.25;
    min-width: 0;
}
.zc-vfu-hero__reach-lbl {
    font-family: var(--zc-f-display);
    font-size: 14.5px; font-weight: 500;
    letter-spacing: -0.2px;
    color: var(--zc-charcoal);
    transition: color 0.3s var(--zc-ease);
}
.zc-vfu-hero__reach-link:hover .zc-vfu-hero__reach-lbl { color: var(--zc-amber-dk); }
.zc-vfu-hero__reach-sub {
    margin-top: 1px;
    font-family: var(--zc-f-body);
    font-size: 12px;
    color: var(--zc-warm-mid);
    letter-spacing: 0.05px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zc-vfu-hero__reach-arr {
    color: var(--zc-warm-mid);
    font-size: 13px;
    transition: color 0.3s var(--zc-ease), transform 0.35s var(--zc-ease);
}
.zc-vfu-hero__reach-link:hover .zc-vfu-hero__reach-arr {
    color: var(--zc-amber-dk);
    transform: translate(3px, -3px);
}

/* WhatsApp variant — green icon, the one brand exception */
.zc-vfu-hero__reach-item--wa .zc-vfu-hero__reach-ic {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.30) 0%, transparent 60%),
        linear-gradient(135deg, #25d366, #128c7e);
    border-color: transparent;
    color: var(--zc-white);
    box-shadow: 0 4px 10px -3px rgba(18, 140, 90, 0.40);
}


/* ==========================================================================
   §2   FIND US — combined map + hours + how-to-reach.
   --------------------------------------------------------------------------
   One warm-cream backdrop holds three blocks: the map (left), the hours
   table (right), and the directions grid below. Replaces the previous
   §3 "Hours" and §4 "How to Reach" sections.
   ========================================================================== */
.zc-vfu-map {
    position: relative;
    padding: clamp(44px, 4.6vw, 72px) 0;
    background:
        radial-gradient(ellipse at 8% 12%, rgba(207, 138, 63, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 88%, rgba(46, 75, 113, 0.06)  0%, transparent 55%),
        linear-gradient(180deg, var(--zc-snow) 0%, var(--zc-off-white) 100%);
    border-top: 1px solid var(--zc-linen);
    overflow: hidden;
}
.zc-vfu-map__inner {
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-vfu-map__head {
    margin-bottom: clamp(20px, 2.4vw, 32px);
    max-width: 60ch;
}
.zc-vfu-map__head-row {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 12px;
}
.zc-vfu-map__overline {
    font-family: var(--zc-f-heading);
    font-size: 11px; font-weight: 700; letter-spacing: 2.4px;
    text-transform: uppercase; color: var(--zc-amber-dk);
    flex-shrink: 0;
}
.zc-vfu-map__head-rule {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, var(--zc-amber-a45), transparent);
}
.zc-vfu-map__head-meta {
    font-family: var(--zc-f-body);
    font-size: 12px; color: var(--zc-warm-mid);
    letter-spacing: 0.3px; flex-shrink: 0;
}
.zc-vfu-map__title {
    margin: 0;
    font-family: var(--zc-f-display);
    font-size: clamp(26px, 2.2vw + 14px, 42px);
    font-weight: 300; line-height: 1.1; letter-spacing: -1px;
    color: var(--zc-charcoal);
}
.zc-vfu-map__title-accent {
    color: var(--zc-amber-dk); font-weight: 500; display: inline-block;
}

/* Map + Hours layout — left has the map frame, right has the hours panel */
.zc-vfu-map__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
    gap: clamp(18px, 2vw, 28px);
    align-items: stretch;
    margin-bottom: clamp(18px, 2vw, 26px);
}

/* Map frame — the iframe + overlays + corners */
.zc-vfu-map__frame {
    position: relative;
    aspect-ratio: 16 / 11;
    min-height: 380px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--zc-linen);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 28px 56px -26px rgba(106, 70, 24, 0.30);
}

/* L-bracket corner ornaments */
.zc-vfu-map__corner {
    position: absolute;
    width: 24px; height: 24px;
    pointer-events: none;
    z-index: 4;
    transition: width 0.4s var(--zc-ease), height 0.4s var(--zc-ease);
}
.zc-vfu-map__corner--tl { top: 12px; left: 12px;
    border-top: 2px solid var(--zc-amber-dk); border-left: 2px solid var(--zc-amber-dk); }
.zc-vfu-map__corner--tr { top: 12px; right: 12px;
    border-top: 2px solid var(--zc-amber-dk); border-right: 2px solid var(--zc-amber-dk); }
.zc-vfu-map__corner--bl { bottom: 12px; left: 12px;
    border-bottom: 2px solid var(--zc-amber-dk); border-left: 2px solid var(--zc-amber-dk); }
.zc-vfu-map__corner--br { bottom: 12px; right: 12px;
    border-bottom: 2px solid var(--zc-amber-dk); border-right: 2px solid var(--zc-amber-dk); }
.zc-vfu-map__frame:hover .zc-vfu-map__corner { width: 36px; height: 36px; }

/* Brand-tinted Google Maps iframe — sepia + hue-rotate gives it warm amber */
.zc-vfu-map__iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: 0;
    display: block;
    filter: sepia(0.28) saturate(1.18) hue-rotate(-12deg) brightness(1.04) contrast(1.02);
    transition: filter 0.5s var(--zc-ease);
}
.zc-vfu-map__frame:hover .zc-vfu-map__iframe {
    filter: sepia(0.18) saturate(1.10) hue-rotate(-8deg) brightness(1.06) contrast(1.0);
}

/* Decorative animated brand pin overlay (centred) */
.zc-vfu-map__pin {
    position: absolute;
    top: 48%; left: 52%;
    transform: translate(-50%, -100%);
    z-index: 3;
    pointer-events: none;
}
.zc-vfu-map__pin-pulse {
    position: absolute;
    top: 50%; left: 50%;
    width: 14px; height: 14px;
    margin-left: -7px; margin-top: -7px;
    border-radius: 50%;
    background: var(--zc-amber);
    box-shadow: 0 0 0 0 var(--zc-amber-a45);
    animation: zc-vfu-ping 2.4s ease-out infinite;
}
.zc-vfu-map__pin-pulse--2 { animation-delay: -1.2s; }
@keyframes zc-vfu-ping {
    0%   { transform: scale(1);   opacity: 0.8; }
    80%  { opacity: 0; }
    100% { transform: scale(4.5); opacity: 0; }
}
.zc-vfu-map__pin-mark {
    position: relative;
    display: grid; place-items: center;
    width: 38px; height: 38px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    box-shadow: 0 8px 18px rgba(106, 70, 24, 0.45);
    border: 2px solid var(--zc-white);
}
.zc-vfu-map__pin-mark i {
    transform: rotate(45deg);
    font-size: 16px;
}

/* Floating address card on the map */
.zc-vfu-map__card {
    position: absolute;
    left: clamp(16px, 2vw, 28px);
    bottom: clamp(16px, 2vw, 28px);
    z-index: 5;
    width: clamp(260px, 34%, 340px);
    padding: clamp(18px, 2vw, 24px);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid var(--zc-amber-a25);
    border-radius: 6px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 44px -18px rgba(106, 70, 24, 0.40);
    overflow: hidden;
}
.zc-vfu-map__card-foil {
    position: absolute; top: 0; left: 18px; right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-vfu-map__card-tag {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 8px;
}
.zc-vfu-map__card-name {
    margin: 0 0 8px;
    font-family: var(--zc-f-display);
    font-size: 16px; font-weight: 500;
    line-height: 1.25; letter-spacing: -0.3px;
    color: var(--zc-charcoal);
}
.zc-vfu-map__card-addr {
    margin: 0 0 14px;
    font-family: var(--zc-f-body);
    font-size: 13px; line-height: 1.55;
    color: var(--zc-warm-dk);
}
.zc-vfu-map__card-cta {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: var(--zc-f-heading);
    font-size: 11px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    text-decoration: none;
    transition: gap 0.25s var(--zc-ease);
}
.zc-vfu-map__card-cta i { transition: transform 0.25s var(--zc-ease); }
.zc-vfu-map__card-cta:hover { gap: 10px; color: var(--zc-amber-dk); }
.zc-vfu-map__card-cta:hover i { transform: translate(2px, -2px); }

/* Floating LIVE card overlay (top-right of the map frame) — compact,
   complements the right-column hours panel without duplicating its
   table. Shows status, countdown, and a phone CTA. */
.zc-vfu-map__live {
    position: absolute;
    top: clamp(14px, 1.6vw, 22px);
    right: clamp(14px, 1.6vw, 22px);
    z-index: 5;
    width: clamp(200px, 38%, 240px);
    padding: 14px 16px 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid var(--zc-amber-a25);
    border-radius: 6px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 44px -18px rgba(106, 70, 24, 0.40);
    overflow: hidden;
    display: flex; flex-direction: column;
    gap: 8px;
}
.zc-vfu-map__live-foil {
    position: absolute; top: 0; left: 14px; right: 14px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-vfu-map__live-tag {
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 9.5px; font-weight: 600;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
}
.zc-vfu-map__live-badge {
    display: inline-flex; align-items: center; gap: 8px;
    align-self: flex-start;
    padding: 5px 11px; border-radius: 999px;
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    font-family: var(--zc-f-heading);
    font-size: 10.5px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-warm-dk);
    transition: background 0.4s var(--zc-ease), border-color 0.4s var(--zc-ease), color 0.4s var(--zc-ease);
}
.zc-vfu-map__live-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--zc-warm-mid);
    transition: background 0.4s var(--zc-ease), box-shadow 0.4s var(--zc-ease);
}
.zc-vfu-map__live-badge[data-state="open"] {
    background: rgba(34, 167, 92, 0.10);
    border-color: rgba(34, 167, 92, 0.35);
    color: #1c8c4d;
}
.zc-vfu-map__live-badge[data-state="open"] .zc-vfu-map__live-dot {
    background: #22a75c;
    box-shadow: 0 0 12px rgba(34, 167, 92, 0.55);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-map__live-badge[data-state="soon"] {
    background: var(--zc-amber-a18);
    border-color: var(--zc-amber-a35);
    color: var(--zc-amber-dk);
}
.zc-vfu-map__live-badge[data-state="soon"] .zc-vfu-map__live-dot {
    background: var(--zc-amber-dk);
    box-shadow: 0 0 12px var(--zc-amber-a45);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-map__live-badge[data-state="closed"] {
    background: rgba(155, 27, 27, 0.06);
    border-color: rgba(155, 27, 27, 0.26);
    color: #9b1b1b;
}
.zc-vfu-map__live-badge[data-state="closed"] .zc-vfu-map__live-dot {
    background: #c0392b;
    box-shadow: 0 0 10px rgba(192, 57, 43, 0.40);
}
.zc-vfu-map__live-msg {
    margin: 0;
    font-family: var(--zc-f-body);
    font-size: 12px; line-height: 1.5;
    color: var(--zc-warm-dk);
}
.zc-vfu-map__live-cta {
    display: inline-flex; align-items: center; gap: 7px;
    align-self: flex-start;
    margin-top: 2px;
    padding: 6px 12px; border-radius: 999px;
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    font-family: var(--zc-f-heading);
    font-size: 10.5px; font-weight: 700;
    letter-spacing: 0.8px;
    text-decoration: none;
    box-shadow: 0 6px 14px -4px var(--zc-amber-a45);
    transition: transform 0.3s var(--zc-ease-spring), box-shadow 0.3s var(--zc-ease);
}
.zc-vfu-map__live-cta i { font-size: 11px; }
.zc-vfu-map__live-cta:hover {
    transform: translateY(-1px);
    color: var(--zc-white);
    box-shadow: 0 10px 20px -4px var(--zc-amber-a45);
}


/* Right-side hours panel — sits in the grid (not overlay), holds the
   7-day table, the live status pill, and a small countdown line. */
.zc-vfu-map__hours {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 2.2vw, 28px);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px) saturate(1.15);
    -webkit-backdrop-filter: blur(8px) saturate(1.15);
    border: 1px solid var(--zc-amber-a25);
    border-radius: 8px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 46px -22px rgba(106, 70, 24, 0.30);
    overflow: hidden;
    /* Match the map frame's height so the list can stretch and rows
       distribute equally — no empty space at the bottom of the panel. */
    align-self: stretch;
    min-height: 100%;
}
.zc-vfu-map__hours-foil {
    position: absolute; top: 0; left: 22px; right: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-vfu-map__hours-head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--zc-amber-a25);
}
.zc-vfu-map__hours-tag {
    grid-row: 1; grid-column: 1;
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
}
.zc-vfu-map__hours-title {
    grid-row: 2; grid-column: 1;
    margin: 0;
    font-family: var(--zc-f-display);
    font-size: 17px; font-weight: 500;
    line-height: 1.2; letter-spacing: -0.3px;
    color: var(--zc-charcoal);
}
.zc-vfu-map__hours-badge {
    grid-row: 1 / 3; grid-column: 2;
    justify-self: end;
    align-self: center;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 12px; border-radius: 999px;
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    font-family: var(--zc-f-heading);
    font-size: 10.5px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-warm-dk);
    transition: background 0.4s var(--zc-ease), border-color 0.4s var(--zc-ease), color 0.4s var(--zc-ease);
}
.zc-vfu-map__hours-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--zc-warm-mid);
    transition: background 0.4s var(--zc-ease), box-shadow 0.4s var(--zc-ease);
}
.zc-vfu-map__hours-badge[data-state="open"] {
    background: rgba(34, 167, 92, 0.10);
    border-color: rgba(34, 167, 92, 0.35);
    color: #1c8c4d;
}
.zc-vfu-map__hours-badge[data-state="open"] .zc-vfu-map__hours-dot {
    background: #22a75c;
    box-shadow: 0 0 12px rgba(34, 167, 92, 0.55);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-map__hours-badge[data-state="soon"] {
    background: var(--zc-amber-a18);
    border-color: var(--zc-amber-a35);
    color: var(--zc-amber-dk);
}
.zc-vfu-map__hours-badge[data-state="soon"] .zc-vfu-map__hours-dot {
    background: var(--zc-amber-dk);
    box-shadow: 0 0 12px var(--zc-amber-a45);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
}
.zc-vfu-map__hours-badge[data-state="closed"] {
    background: rgba(155, 27, 27, 0.06);
    border-color: rgba(155, 27, 27, 0.26);
    color: #9b1b1b;
}
.zc-vfu-map__hours-badge[data-state="closed"] .zc-vfu-map__hours-dot {
    background: #c0392b;
    box-shadow: 0 0 10px rgba(192, 57, 43, 0.40);
}

/* The 7-day list — flex column so rows distribute to fill the panel's
   full height (no negative space at the bottom). */
.zc-vfu-hours__list {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    border: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.zc-vfu-hours__row {
    position: relative;
    flex: 1 1 0;
    display: grid;
    grid-template-columns: auto auto minmax(20px, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 6px 6px 6px 10px;
    border-bottom: 1px dashed var(--zc-linen);
    transition:
        background 0.35s var(--zc-ease),
        padding-left 0.35s var(--zc-ease),
        box-shadow 0.35s var(--zc-ease);
}
.zc-vfu-hours__row:last-child { border-bottom: none; }

/* TODAY row — distinctive, premium */
.zc-vfu-hours__row.is-today {
    background:
        radial-gradient(ellipse at 0% 50%, var(--zc-amber-a25) 0%, transparent 65%),
        linear-gradient(90deg, var(--zc-amber-a18), transparent 75%);
    padding-left: 16px;
    border-radius: 6px;
    border-bottom-color: transparent;
    box-shadow:
        inset 3px 0 0 var(--zc-amber-dk),
        0 4px 12px -8px rgba(168, 104, 40, 0.40);
}
/* Animated pulsing dot before the day name on today's row */
.zc-vfu-hours__row.is-today::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 5px; height: 5px;
    margin-top: -2.5px;
    border-radius: 50%;
    background: var(--zc-amber-dk);
    box-shadow: 0 0 10px var(--zc-amber-a45);
    animation: zc-vfu-blink 1.6s ease-in-out infinite;
    pointer-events: none;
}
/* Floating "Today" pill on the right of the today row */
.zc-vfu-hours__row.is-today::after {
    content: 'Today';
    position: absolute;
    right: 8px;
    top: -7px;
    padding: 1px 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    font-family: var(--zc-f-heading);
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 4px 8px -2px var(--zc-amber-a45);
    pointer-events: none;
}

.zc-vfu-hours__row-num {
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--zc-amber-dk);
    opacity: 0.55;
    transition: opacity 0.3s var(--zc-ease);
}
.zc-vfu-hours__row.is-today .zc-vfu-hours__row-num {
    opacity: 1;
    color: var(--zc-amber-dk);
}
.zc-vfu-hours__row-day {
    font-family: var(--zc-f-display);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: var(--zc-charcoal);
    white-space: nowrap;
    transition: color 0.3s var(--zc-ease), font-weight 0.3s var(--zc-ease);
}
.zc-vfu-hours__row.is-today .zc-vfu-hours__row-day {
    color: var(--zc-amber-dk);
    font-weight: 600;
}
.zc-vfu-hours__row-rule {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--zc-linen) 30%, var(--zc-linen) 70%, transparent);
    transition: background 0.3s var(--zc-ease);
}
.zc-vfu-hours__row.is-today .zc-vfu-hours__row-rule {
    background: linear-gradient(90deg, transparent, var(--zc-amber-a35) 30%, var(--zc-amber-a35) 70%, transparent);
}
.zc-vfu-hours__row-time {
    font-family: var(--zc-f-body);
    font-size: 11.5px;
    font-weight: 500;
    color: var(--zc-warm-dk);
    white-space: nowrap;
    text-align: right;
}
.zc-vfu-hours__row.is-today .zc-vfu-hours__row-time {
    color: var(--zc-amber-dk);
    font-weight: 700;
}

/* Closing message + day-clock pill on the same row: message on the
   left, clock on the right. Frame is a single soft amber panel so
   both halves read as one status block. */
.zc-vfu-map__hours-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    margin: 0 0 10px;
    border-radius: 6px;
    background: var(--zc-amber-a08);
    border: 1px dashed var(--zc-amber-a25);
}
.zc-vfu-map__hours-msg {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    min-width: 0;
    flex: 1 1 auto;
    font-family: var(--zc-f-body);
    font-size: 12px; line-height: 1.5;
    color: var(--zc-warm-dk);
}
.zc-vfu-map__hours-clock {
    display: inline-flex; align-items: center; gap: 6px;
    flex-shrink: 0;
    padding: 4px 10px; border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--zc-linen);
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--zc-warm-dk);
}
.zc-vfu-map__hours-clock i { color: var(--zc-amber-dk); font-size: 12px; }


/* === Embedded "How to reach" block at the bottom of the same section === */
.zc-vfu-map__reach {
    margin-top: clamp(28px, 3vw, 44px);
    padding-top: clamp(20px, 2.4vw, 32px);
    border-top: 1px dashed var(--zc-amber-a25);
}
.zc-vfu-map__reach-head {
    margin-bottom: clamp(16px, 2vw, 24px);
    max-width: 60ch;
}
.zc-vfu-map__reach-head-row {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 10px;
}
.zc-vfu-map__reach-overline {
    font-family: var(--zc-f-heading);
    font-size: 11px; font-weight: 700; letter-spacing: 2.4px;
    text-transform: uppercase; color: var(--zc-amber-dk);
    flex-shrink: 0;
}
.zc-vfu-map__reach-head-rule {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, var(--zc-amber-a45), transparent);
}
.zc-vfu-map__reach-head-meta {
    font-family: var(--zc-f-body);
    font-size: 12px; color: var(--zc-warm-mid);
    letter-spacing: 0.3px; flex-shrink: 0;
}
.zc-vfu-map__reach-title {
    margin: 0;
    font-family: var(--zc-f-display);
    font-size: clamp(22px, 1.6vw + 12px, 32px);
    font-weight: 300; line-height: 1.15; letter-spacing: -0.8px;
    color: var(--zc-charcoal);
}
.zc-vfu-map__reach-title-accent {
    color: var(--zc-amber-dk); font-weight: 500; display: inline-block;
}


/* Nearby chips strip — "Nearby" label sits on the left and stays
   fixed; the chip track on the right scrolls horizontally when the
   chips overflow the available width. */
.zc-vfu-map__chips {
    display: flex; flex-wrap: nowrap; align-items: center; gap: 10px;
    margin-top: clamp(16px, 1.8vw, 24px);
    min-width: 0;
}
.zc-vfu-map__chips-label {
    flex-shrink: 0;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
}
.zc-vfu-map__chips-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0;
}
.zc-vfu-map__chips-track::-webkit-scrollbar { display: none; }
.zc-vfu-map__chips-track .zc-vfu-map__chip { flex-shrink: 0; }
.zc-vfu-map__chips-label::before { content: '·'; margin-right: 4px; }
.zc-vfu-map__chips-label::after  { content: '·'; margin-left: 4px; }
.zc-vfu-map__chip {
    padding: 5px 11px; border-radius: 999px;
    background: var(--zc-amber-a08);
    border: 1px solid var(--zc-amber-a25);
    font-family: var(--zc-f-heading);
    font-size: 11px; font-weight: 600;
    color: var(--zc-warm-dk);
    transition: all 0.3s var(--zc-ease-spring);
}
.zc-vfu-map__chip:hover {
    border-color: var(--zc-amber-a45);
    color: var(--zc-amber-dk);
    transform: translateY(-1px);
}




/* ==========================================================================
   §4   HOW TO REACH — directions cards
   ========================================================================== */
/* Explicit breakpoints (not auto-fill): mobile / small screen → 2
   per row, tablet / laptop / desktop → 4 per row. */
.zc-vfu-reach__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(12px, 1.8vw, 22px);
}
@media (max-width: 768px) {
    /* Phone → horizontal scroller, ~1.2 cards visible (one full +
       small peek). Cards keep their natural width via flex sizing
       so the scroller works regardless of card count. */
    .zc-vfu-reach__grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .zc-vfu-reach__grid::-webkit-scrollbar { display: none; }
    .zc-vfu-reach__card {
        flex: 0 0 83.33%;  /* ~1.2 cards visible */
        scroll-snap-align: start;
        padding: 14px 14px;
    }
    .zc-vfu-reach__card-num { font-size: 9.5px; letter-spacing: 1.1px; }
    .zc-vfu-reach__card-head { gap: 10px; margin-bottom: 8px; }
    .zc-vfu-reach__card-ic { width: 34px; height: 34px; font-size: 14px; }
    .zc-vfu-reach__card-tag { font-size: 9px; letter-spacing: 1.2px; }
    .zc-vfu-reach__card-name { font-size: 14px; line-height: 1.2; }
    .zc-vfu-reach__card-code { font-size: 10px; letter-spacing: 0.8px; padding: 1px 7px; }
    .zc-vfu-reach__card-stats { gap: 8px; }
    .zc-vfu-reach__card-stats li { font-size: 11.5px; }
    .zc-vfu-reach__card-stats li i { font-size: 12px; }
    .zc-vfu-reach__card-note { font-size: 11.5px; line-height: 1.45; }
}
/* Tablet → small laptop: still 4 per row, but with shrunk typography
   so the cards fit cleanly at 769–1199px viewports. */
@media (min-width: 769px) and (max-width: 1199px) {
    .zc-vfu-reach__card { padding: 14px 12px; }
    .zc-vfu-reach__card-ic { width: 32px; height: 32px; font-size: 14px; }
    .zc-vfu-reach__card-tag { font-size: 9px; letter-spacing: 1.2px; }
    .zc-vfu-reach__card-name { font-size: 13.5px; line-height: 1.2; }
    .zc-vfu-reach__card-code { font-size: 10px; padding: 1px 7px; }
    .zc-vfu-reach__card-stats li { font-size: 11px; }
    .zc-vfu-reach__card-stats li i { font-size: 12px; }
    .zc-vfu-reach__card-note { font-size: 11.5px; line-height: 1.45; }
}
.zc-vfu-reach__card {
    position: relative;
    display: flex; flex-direction: column;
    padding: clamp(18px, 2vw, 26px);
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 14px 30px -20px rgba(106, 70, 24, 0.20);
    transition: transform 0.4s var(--zc-ease-spring), border-color 0.4s var(--zc-ease), box-shadow 0.4s var(--zc-ease);
    animation: zc-vfu-card-in 0.55s var(--zc-ease) both;
    animation-delay: calc(0.06s * var(--zc-i, 0));
    overflow: hidden;
}
@keyframes zc-vfu-card-in {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.zc-vfu-reach__card:hover {
    transform: translateY(-4px);
    border-color: var(--zc-amber-a35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 22px 40px -20px rgba(207, 138, 63, 0.36);
}
.zc-vfu-reach__card-foil {
    position: absolute; top: 0; left: 18px; right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s var(--zc-ease);
}
.zc-vfu-reach__card:hover .zc-vfu-reach__card-foil { opacity: 0.95; }
.zc-vfu-reach__card-num {
    position: absolute;
    top: 14px; right: 18px;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 1.4px;
    color: var(--zc-amber-dk);
    opacity: 0.75;
}

.zc-vfu-reach__card-head {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 12px;
}
.zc-vfu-reach__card-ic {
    display: grid; place-items: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85) 0%, transparent 60%),
        linear-gradient(135deg, var(--zc-amber-a25), var(--zc-amber-a08));
    border: 1px solid var(--zc-amber-a35);
    color: var(--zc-amber-dk);
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.35s var(--zc-ease-spring);
}
.zc-vfu-reach__card:hover .zc-vfu-reach__card-ic { transform: rotate(-6deg) scale(1.06); }
.zc-vfu-reach__card-tag {
    padding: 3px 10px; border-radius: 999px;
    background: var(--zc-amber-a08);
    border: 1px solid var(--zc-amber-a25);
    font-family: var(--zc-f-heading);
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase;
    color: var(--zc-amber-dk);
}

.zc-vfu-reach__card-name {
    margin: 0 0 12px;
    font-family: var(--zc-f-display);
    font-size: 18px; font-weight: 500;
    line-height: 1.25; letter-spacing: -0.4px;
    color: var(--zc-charcoal);
    display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px;
}
.zc-vfu-reach__card-code {
    padding: 1px 7px; border-radius: 4px;
    background: var(--zc-charcoal);
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10.5px; font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--zc-amber-lt);
}

.zc-vfu-reach__card-stats {
    list-style: none; margin: 0 0 12px; padding: 12px 0;
    border-top: 1px dashed var(--zc-linen);
    border-bottom: 1px dashed var(--zc-linen);
    display: flex; flex-wrap: wrap; gap: 16px;
}
.zc-vfu-reach__card-stats li {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: var(--zc-f-body);
    font-size: 12.5px; font-weight: 500;
    color: var(--zc-warm-dk);
}
.zc-vfu-reach__card-stats li i {
    color: var(--zc-amber-dk);
    font-size: 13px;
}
.zc-vfu-reach__card-stats li span {
    font-family: var(--zc-f-display);
    font-weight: 500;
    color: var(--zc-charcoal);
}

.zc-vfu-reach__card-note {
    margin: 0;
    font-family: var(--zc-f-body);
    font-size: 13px; line-height: 1.55;
    color: var(--zc-warm-dk);
    flex: 1;
}


/* ==========================================================================
   §5   CLOSING CTA, dark navy band with amber accent
   ========================================================================== */
.zc-vfu-cta {
    position: relative;
    padding: clamp(48px, 5vw, 88px) 0;
    background:
        radial-gradient(ellipse at 8% 8%, rgba(207, 138, 63, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 92%, rgba(207, 138, 63, 0.10) 0%, transparent 55%),
        linear-gradient(160deg, var(--zc-charcoal) 0%, var(--zc-deep) 100%);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
}
.zc-vfu-cta::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent);
}
.zc-vfu-cta::after {
    content: '';
    position: absolute;
    top: -90px; right: -90px;
    width: 240px; height: 240px;
    border: 1px solid rgba(207, 138, 63, 0.20);
    border-radius: 50%;
    pointer-events: none;
}
.zc-vfu-cta__inner {
    position: relative; z-index: 1;
    text-align: center;
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-vfu-cta__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 12px; border-radius: 999px;
    background: rgba(207, 138, 63, 0.18);
    border: 1px solid rgba(207, 138, 63, 0.30);
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.4px; text-transform: uppercase;
    color: var(--zc-amber-lt);
    margin-bottom: 16px;
}
.zc-vfu-cta__eyebrow-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
    box-shadow: 0 0 8px var(--zc-amber-a45);
    animation: zc-vfu-blink 1.8s ease-in-out infinite;
}
.zc-vfu-cta__title {
    margin: 0 auto 12px; max-width: 24ch;
    font-family: var(--zc-f-display);
    font-size: clamp(26px, 2.4vw + 12px, 44px);
    font-weight: 300; line-height: 1.1; letter-spacing: -1.2px;
    color: var(--zc-white);
}
.zc-vfu-cta__title-accent {
    display: inline-block; font-weight: 500; color: var(--zc-amber-lt);
}
.zc-vfu-cta__sub {
    margin: 0 auto 24px; max-width: 56ch;
    font-family: var(--zc-f-body);
    font-size: 14.5px; line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}
.zc-vfu-cta__btns {
    display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.zc-vfu-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 24px; border-radius: 4px;
    font-family: var(--zc-f-heading); font-size: 11.5px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s var(--zc-ease-spring);
}
.zc-vfu-cta__btn i { font-size: 13px; }
.zc-vfu-cta__btn--primary {
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    box-shadow: 0 10px 24px var(--zc-amber-a45);
}
.zc-vfu-cta__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px var(--zc-amber-a45);
    color: var(--zc-white);
}
.zc-vfu-cta__btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: rgba(255, 255, 255, 0.92);
}
.zc-vfu-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(207, 138, 63, 0.40);
    color: var(--zc-amber-lt);
    transform: translateY(-2px);
}


/* ==========================================================================
   §6   MOBILE / TABLET responsive
   ========================================================================== */
@media (max-width: 991px) {
    .zc-vfu-hero__inner,
    .zc-vfu-hero__topline,
    .zc-vfu-map__inner,
    .zc-vfu-cta__inner {
        padding-left: var(--zc-pad-x-mb);
        padding-right: var(--zc-pad-x-mb);
    }
    .zc-vfu-hero__layout    { grid-template-columns: 1fr; gap: 24px; }
    /* Map | Hours stack vertically: map first, hours below */
    .zc-vfu-map__layout     { grid-template-columns: 1fr; gap: 16px; }
    .zc-vfu-map__frame      { aspect-ratio: 4 / 5; min-height: 480px; }
    /* Address card is hidden on mobile — same info already shows in
       the hours/contact panel below, and the live status pill in the
       top-right corner has the live "open now" cue. */
    .zc-vfu-map__card       { display: none; }
    /* Live status pill stays compact in the top-right corner of the
       map frame on mobile (not full-width). Address card uses the
       full width below the map. */
    .zc-vfu-map__live {
        left: auto;
        right: 10px;
        top: 10px;
        width: auto;
        max-width: 60%;
        padding: 8px 10px 10px;
        gap: 4px;
    }
    .zc-vfu-map__live-tag    { font-size: 8.5px; letter-spacing: 1.1px; }
    .zc-vfu-map__live-badge  { font-size: 9.5px; padding: 3px 8px; gap: 6px; }
    .zc-vfu-map__live-dot    { width: 6px; height: 6px; }
    .zc-vfu-map__live-msg    { font-size: 10.5px; line-height: 1.3; }
    .zc-vfu-map__live-cta    { font-size: 10px; padding: 6px 10px; gap: 6px; }
    .zc-vfu-map__live-cta i  { font-size: 11px; }

    /* Days list → horizontal scroller on mobile. Each day becomes a
       compact tile (day name on top, time below). Today's tile is
       highlighted and scroll-snapped to center via JS. */
    .zc-vfu-hours__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 0 calc(-1 * var(--zc-pad-x-mb)) 12px;
        padding: 4px var(--zc-pad-x-mb) 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .zc-vfu-hours__list::-webkit-scrollbar { display: none; }

    .zc-vfu-hours__row {
        flex: 0 0 28%;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 4px;
        padding: 10px 8px;
        border: 1px solid var(--zc-linen);
        border-bottom: 1px solid var(--zc-linen);
        border-radius: 6px;
        background: var(--zc-white);
        text-align: center;
        scroll-snap-align: center;
    }
    .zc-vfu-hours__row:last-child { border-bottom: 1px solid var(--zc-linen); }

    .zc-vfu-hours__row.is-today {
        padding: 10px 8px;
        background:
            radial-gradient(ellipse at 50% 0%, var(--zc-amber-a25) 0%, transparent 70%),
            linear-gradient(135deg, var(--zc-amber-a08), transparent 80%);
        border-color: var(--zc-amber-a45);
        box-shadow:
            inset 0 -3px 0 var(--zc-amber-dk),
            0 6px 14px -8px rgba(168, 104, 40, 0.40);
    }
    .zc-vfu-hours__row.is-today::before { display: none; }
    .zc-vfu-hours__row.is-today::after {
        content: 'Today';
        position: absolute;
        top: -7px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 1px 7px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
        color: var(--zc-white);
        font-family: var(--zc-f-heading);
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        box-shadow: 0 4px 8px -2px var(--zc-amber-a45);
    }

    .zc-vfu-hours__row-num,
    .zc-vfu-hours__row-rule { display: none; }
    .zc-vfu-hours__row-day {
        grid-row: 1; grid-column: 1;
        font-size: 11px;
        letter-spacing: 0.2px;
        white-space: nowrap;
    }
    .zc-vfu-hours__row-time {
        grid-row: 2; grid-column: 1;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
    }

@media (max-width: 600px) {
    .zc-vfu-hero__topline-text   { display: none; }
    .zc-vfu-map__head-row,
    .zc-vfu-map__reach-head-row  { flex-wrap: wrap; }
    .zc-vfu-map__head-rule,
    .zc-vfu-map__reach-head-rule { display: none; }
    /* Hours row redesigned as a horizontal-scroll tile above (768px
       block); leave row-num hidden but don't fight the new grid. */
    .zc-vfu-hours__row-num       { display: none; }
    /* Keep "Book a free visit" + "Chat first" side-by-side on phone. */
    .zc-vfu-cta__btns {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
    }
    .zc-vfu-cta__btn {
        justify-content: center;
        padding: 10px 8px;
        font-size: 9.5px;
        letter-spacing: 0.6px;
        gap: 5px;
        min-width: 0;
    }
    .zc-vfu-cta__btn i { font-size: 11px; }
}

/* ==========================================================================
   MOBILE — hero compact: smaller type + tighter gap to reach card
   ========================================================================== */
@media (max-width: 768px) {
    .zc-vfu-hero { padding-bottom: clamp(14px, 1.8vw, 24px); }
    .zc-vfu-hero__crumb { font-size: 10px; }
    .zc-vfu-hero__eyebrow { font-size: 9.5px; letter-spacing: 1.8px; margin-bottom: 10px; }
    .zc-vfu-hero__title {
        font-size: clamp(22px, 6vw, 28px);
        letter-spacing: -0.5px;
        line-height: 1.15;
        margin-bottom: 10px;
    }
    .zc-vfu-hero__lead {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 0;
    }
    /* Tighter gap between editorial column and reach-us card. */
    .zc-vfu-hero__layout { gap: 12px !important; }

    /* Reach us card: tighter padding and smaller header type so the
       open-now badge sits cleanly to the right of the title. */
    .zc-vfu-hero__reach { padding: 16px 14px; }
    .zc-vfu-hero__reach-head {
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .zc-vfu-hero__reach-tag { font-size: 9px; letter-spacing: 1.2px; margin-bottom: 3px; }
    .zc-vfu-hero__reach-title { font-size: 15px; letter-spacing: -0.3px; line-height: 1.2; }
    .zc-vfu-hero__status {
        flex-shrink: 0;
        padding: 5px 9px;
        font-size: 9.5px;
        letter-spacing: 0.6px;
        gap: 6px;
    }
    .zc-vfu-hero__status-text { font-size: 9.5px; }

    /* "Three ways, three taps" — 3 items in a single row on mobile,
       separated by soft vertical hairlines (no card backgrounds). */
    .zc-vfu-hero__reach-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
    }
    .zc-vfu-hero__reach-item {
        position: relative;
        border-bottom: 0;
        background: transparent;
    }
    /* Hairline divider between adjacent cells (skip first item). */
    .zc-vfu-hero__reach-item + .zc-vfu-hero__reach-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 14%;
        bottom: 14%;
        width: 1px;
        background: linear-gradient(180deg,
            transparent 0%,
            var(--zc-amber-a25) 20%,
            var(--zc-amber-a45) 50%,
            var(--zc-amber-a25) 80%,
            transparent 100%);
        pointer-events: none;
    }
    .zc-vfu-hero__reach-link {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        text-align: center;
        gap: 4px;
        padding: 8px 6px;
    }
    .zc-vfu-hero__reach-link:hover {
        padding-left: 6px;
        background: transparent;
    }
    .zc-vfu-hero__reach-link::before { display: none; }
    .zc-vfu-hero__reach-num { display: none; }
    .zc-vfu-hero__reach-arr { display: none; }
    .zc-vfu-hero__reach-ic {
        grid-row: 1; grid-column: 1;
        width: 30px; height: 30px;
        font-size: 13px;
    }
    .zc-vfu-hero__reach-text {
        grid-row: 2; grid-column: 1;
        display: flex; flex-direction: column;
        align-items: center;
        min-width: 0;
    }
    .zc-vfu-hero__reach-lbl {
        font-size: 10px;
        letter-spacing: 0.2px;
        line-height: 1.15;
    }
    .zc-vfu-hero__reach-sub { display: none; }
}
