/* ═══════════════════════════════════════════════════════════
   HERO — Joshua Home Health Care · Editorial Split
   Reference-matched · Light luxury · Clean & clear
   ═══════════════════════════════════════════════════════════ */

:root {
    --hero-topbar: 0px;
    --hero-nav:    5rem;
    --hero-nav-lg: 6rem;

    /* Colour system */
    --hc-dark:     #1A3228;   /* deep forest green */
    --hc-mid:      #2D4F3A;   /* medium green */
    --hc-soft:     #5A7060;   /* muted green  */
    --hc-gold:     #C4975A;   /* warm amber   */
    --hc-gold-lt:  #DDB878;   /* light gold   */
    --hc-gold-dk:  #A67840;   /* dark gold    */
    --hc-cream:    #FAF8F4;   /* main bg      */
    --hc-card:     #F2E9D5;   /* service card */
    --hc-border:   rgba(196,151,90,0.22);
}

/* ── Header positioning (unchanged logic) ── */
@media (min-width: 768px) {
    body.page-home { --hero-topbar: 2.5rem; }
    body.page-home .top-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
}
body.page-home .site-header.is-hero,
body.page-home .site-header.is-fixed,
body.page-home .site-header.scrolled { position: fixed; left: 0; right: 0; z-index: 55; }
body.page-home .site-header.is-hero { top: 0; }
@media (min-width: 768px) {
    body.page-home .site-header.is-hero { top: var(--hero-topbar); }
}
body.page-home .site-header.is-fixed,
body.page-home .site-header.scrolled { top: 0; }
body:not(.page-home) .site-header.is-hero { position: fixed; top: 2rem; left: 0; right: 0; }
@media (min-width: 768px) {
    body:not(.page-home) .site-header.is-hero { top: 2.5rem; }
}
body:not(.page-home) .site-header.is-fixed,
body:not(.page-home) .site-header.scrolled { position: fixed; top: 0; }

/* ── Light frosted header ── */
body.page-home .site-header.is-hero {
    background: rgba(250, 248, 244, 0.92);
    backdrop-filter: blur(20px) saturate(1.5);
    border-bottom: 1px solid var(--hc-border);
    box-shadow: 0 1px 18px rgba(26, 50, 40, 0.07);
}
body.page-home .site-header.is-hero .nav-link,
body.page-home .site-header.is-hero .brand-name { color: var(--hc-dark); }
body.page-home .site-header.is-hero .brand-tagline { color: var(--hc-gold); }
body.page-home .site-header.is-hero .nav-link:hover { color: var(--hc-gold-dk); }

/* ═══════════════════════════════════════════
   HERO SHELL
═══════════════════════════════════════════ */
.hero-film {
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--hc-cream);
}

/* ── Full-bleed photo ── */
.hero-film-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-film-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 15%;
    display: block;
    filter: brightness(0.95) saturate(0.88);
    animation: heroZoom 2.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes heroZoom {
    from { transform: scale(1.05); }
    to   { transform: scale(1.0); }
}

/* ── White veil: solid left → transparent right ── */
.hero-film-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(108deg,
        var(--hc-cream)             0%,
        var(--hc-cream)            34%,
        rgba(250,248,244,0.92)     44%,
        rgba(250,248,244,0.65)     55%,
        rgba(250,248,244,0.22)     70%,
        rgba(250,248,244,0.04)     82%,
        transparent               100%
    );
}

/* ── Suppress old unused elements ── */
.hero-film-grain, .hero-film-aurora, .hero-film-rail,
.hero-film-bg, .hero-film-grid, .hero-film-orb,
.hero-film-deco-ring-1, .hero-film-deco-ring-2,
.hero-film-particles { display: none; }

/* ── Thin gold top hairline ── */
.hero-film::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%, var(--hc-gold) 20%, var(--hc-gold-lt) 50%, var(--hc-gold) 80%, transparent 100%);
    z-index: 25;
}

/* ═══════════════════════════════════════════
   CONTENT GRID
═══════════════════════════════════════════ */
.hero-film-inner {
    position: relative;
    z-index: 10;
    flex: 1;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding:
        calc(var(--hero-topbar) + var(--hero-nav) + 3.5rem)
        clamp(1.5rem, 4vw, 3.5rem)
        3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .hero-film-inner {
        grid-template-columns: 1.1fr 0.78fr;
        gap: 2.5rem;
        padding-top: calc(var(--hero-topbar) + var(--hero-nav-lg) + 4.5rem);
        padding-bottom: 5rem;
    }
}

/* ═══════════════════════════════════════════
   COPY — LEFT
═══════════════════════════════════════════ */
.hero-film-copy { max-width: 36rem; }

/* Eyebrow — leaf icon + label */
.hero-film-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.65rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--hc-soft);
    opacity: 0;
    animation: hReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
@keyframes hReveal {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* Leaf SVG icon */
.hero-film-eyebrow-dot {
    display: inline-flex;
    align-items: center;
    color: var(--hc-gold);
    flex-shrink: 0;
}
.hero-film-eyebrow-dot::before {
    content: '';
    display: block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--hc-gold);
    box-shadow: 0 0 0 3px rgba(196,151,90,0.15);
    animation: dotBreathe 3s ease-in-out infinite;
}
@keyframes dotBreathe {
    0%,100% { box-shadow: 0 0 0 3px rgba(196,151,90,0.15); }
    50%      { box-shadow: 0 0 0 8px rgba(196,151,90,0); }
}

/* Headline: two-line, "at Home" is inline italic gold */
.hero-film-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.8rem, 8vw, 6.8rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.022em;
    margin: 0 0 1.65rem;
    color: var(--hc-dark);
    opacity: 0;
    animation: hReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}
.hero-film-title-top  { display: block; }
.hero-film-title-line2 { display: block; }
/* Only "at Home" gets gold italic — no gradient, just pure warm gold */
.hero-film-title-italic {
    font-style: italic;
    font-weight: 400;
    color: var(--hc-gold);
    /* Override previous gradient text */
    background: none;
    -webkit-text-fill-color: var(--hc-gold);
    animation: none;
}

/* Rule with centered heart */
.hero-film-rule {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.65rem;
    color: var(--hc-gold);
    opacity: 0;
    animation: hReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.44s forwards;
}
.hero-film-rule-bar {
    display: block;
    width: 52px; height: 1px;
    background: var(--hc-gold);
    opacity: 0.55;
}
.hero-film-rule-heart {
    font-size: 0.65rem;
    color: var(--hc-gold);
    flex-shrink: 0;
    line-height: 1;
}

/* Lead */
.hero-film-lead {
    font-size: clamp(0.93rem, 1.5vw, 1.06rem);
    line-height: 1.88;
    color: var(--hc-soft);
    max-width: 32rem;
    margin: 0 0 2.2rem;
    opacity: 0;
    animation: hReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.56s forwards;
}
.hero-film-lead strong { color: var(--hc-dark); font-weight: 600; }

/* Buttons row */
.hero-film-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: hReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.68s forwards;
}

/* Primary — solid dark green, rectangular */
.hero-film-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 2.1rem;
    background: var(--hc-dark);
    color: #FAF8F4;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    position: relative; overflow: hidden;
    box-shadow: 0 4px 18px rgba(26, 50, 40, 0.25);
    transition: background 0.28s ease, transform 0.32s cubic-bezier(0.22,1,0.36,1), box-shadow 0.32s ease;
}
.hero-film-btn-primary::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.09), transparent);
    transform: translateX(-100%);
    transition: transform 0.52s ease;
}
.hero-film-btn-primary:hover::after { transform: translateX(100%); }
.hero-film-btn-primary:hover {
    background: var(--hc-mid);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(26, 50, 40, 0.32);
    color: #FAF8F4;
    text-decoration: none;
}
.hero-film-btn-primary svg { flex-shrink: 0; transition: transform 0.28s; }
.hero-film-btn-primary:hover svg { transform: translateX(4px); }

/* Ghost — pill shaped, outlined */
.hero-film-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.8rem;
    background: transparent;
    color: var(--hc-dark);
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid rgba(26, 50, 40, 0.28);
    border-radius: 50px;
    transition: all 0.32s ease;
}
.hero-film-btn-ghost:hover {
    border-color: var(--hc-gold);
    color: var(--hc-gold-dk);
    transform: translateY(-2px);
    box-shadow: 0 5px 16px rgba(196,151,90,0.18);
    text-decoration: none;
}
.hero-film-ghost-ring { display: none; }

/* Trust — icon + two-line text */
.hero-film-trust {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 0.5rem 1.75rem;
    opacity: 0;
    animation: hReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
.hero-film-trust li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.hero-film-trust-ico {
    width: 1.65rem; height: 1.65rem;
    flex-shrink: 0;
    color: var(--hc-gold);
    margin-top: 0.05rem;
}
.hero-film-trust-ico svg { width: 100%; height: 100%; }
.hero-film-trust-txt {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
}
.hero-film-trust-sub {
    font-size: 0.58rem;
    font-weight: 400;
    color: var(--hc-soft);
    letter-spacing: 0.04em;
    line-height: 1.3;
}
.hero-film-trust-str {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--hc-dark);
    letter-spacing: 0.03em;
    line-height: 1.3;
}

/* ═══════════════════════════════════════════
   SERVICE CARD — RIGHT
   Beige background, lotus icon, filled green circles
═══════════════════════════════════════════ */
.hero-film-3d-wrapper { position: relative; }

.hero-film-panel {
    position: relative;
    background: var(--hc-card);
    border-radius: 14px;
    padding: 2.25rem 2rem 1.85rem;
    box-shadow:
        0 4px 12px rgba(26, 50, 40, 0.08),
        0 16px 44px rgba(26, 50, 40, 0.13),
        0 40px 72px rgba(26, 50, 40, 0.09);
    border: 1px solid rgba(196,151,90,0.14);
    opacity: 0;
    transform: translateY(22px);
    animation: hCardIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.52s forwards;
    transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.48s ease;
}
@keyframes hCardIn {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-film-panel:hover {
    transform: translateY(-5px);
    box-shadow:
        0 6px 16px rgba(26, 50, 40, 0.1),
        0 22px 56px rgba(26, 50, 40, 0.16),
        0 52px 88px rgba(26, 50, 40, 0.1);
}

/* Lotus icon centered at top */
.hero-film-panel-lotus {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--hc-gold);
}
.hero-film-panel-lotus svg { width: 2rem; height: 2rem; }

/* "WHAT WE OFFER" label */
.hero-film-panel-label {
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--hc-dark);
    margin: 0 0 0.65rem;
    text-align: center;
}

/* Thin gold rule below label */
.hero-film-panel-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hc-gold) 30%, var(--hc-gold) 70%, transparent);
    margin-bottom: 1.4rem;
    opacity: 0.45;
}

/* Suppress old ::before accent line */
.hero-film-panel::before { display: none; }
/* Suppress badge */
.hero-film-panel-badge { display: none; }

.hero-film-panel-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }

.hero-film-panel-item {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(26, 50, 40, 0.07);
    transition: padding-left 0.24s ease;
}
.hero-film-panel-item:last-child { border-bottom: none; }
.hero-film-panel-item:hover { padding-left: 0.3rem; }

/* Filled dark green circle icons */
.hero-film-panel-ico {
    width: 2.5rem; height: 2.5rem;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: var(--hc-dark);
    border-radius: 50%;
    color: var(--hc-gold-lt);
    border: none;
    transition: background 0.26s ease;
    box-shadow: 0 2px 8px rgba(26,50,40,0.22);
}
.hero-film-panel-item:hover .hero-film-panel-ico {
    background: var(--hc-mid);
}
.hero-film-panel-ico svg { width: 1.05rem; height: 1.05rem; }

.hero-film-panel-item strong {
    display: block;
    font-size: 0.87rem;
    font-weight: 700;
    color: var(--hc-dark);
    line-height: 1.3;
    margin-bottom: 0.1rem;
}
.hero-film-panel-item small {
    font-size: 0.64rem;
    color: var(--hc-soft);
    font-weight: 400;
}

/* Full-width dark green CTA button */
.hero-film-panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1.3rem;
    background: var(--hc-dark);
    color: #FAF8F4;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    border: none;
    transition: background 0.26s ease;
}
.hero-film-panel-link:hover {
    background: var(--hc-mid);
    color: #FAF8F4;
    text-decoration: none;
}
.hero-film-panel-link svg { transition: transform 0.28s; }
.hero-film-panel-link:hover svg { transform: translateX(4px); }

/* ═══════════════════════════════════════════
   STATS BAR — with brand section + circle icons
═══════════════════════════════════════════ */
.hero-film-stats {
    position: relative;
    z-index: 10;
    background: var(--hc-cream);
    border-top: 1px solid rgba(196,151,90,0.2);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5rem clamp(1.5rem, 4vw, 3.5rem);
    gap: 0;
}

/* Brand section (left) */
.hstat-brand {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding-right: 2.2rem;
    flex-shrink: 0;
}
.hstat-brand-emblem {
    width: 4rem; height: 4rem;
    border-radius: 50%;
    border: 1.5px solid var(--hc-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-gold);
    flex-shrink: 0;
}
.hstat-brand-emblem svg { width: 2rem; height: 2rem; }
.hstat-brand-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--hc-dark);
    margin: 0 0 0.25rem;
}
.hstat-brand-title em {
    font-style: italic;
    color: var(--hc-gold);
    font-weight: 400;
}
.hstat-brand-desc {
    font-size: 0.67rem;
    color: var(--hc-soft);
    line-height: 1.55;
    margin: 0;
    max-width: 15rem;
}

/* Vertical divider */
.hero-film-stat-sep,
.hstat-sep {
    width: 1px;
    align-self: stretch;
    background: rgba(196,151,90,0.2);
    margin: 0 2rem;
    flex-shrink: 0;
}
@media (max-width: 639px) {
    .hero-film-stat-sep,
    .hstat-sep { display: none; }
}

/* Stat item with circular icon */
.hero-film-stat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex: 1;
    min-width: 130px;
    padding: 0.4rem 0.5rem;
}
.hstat-ico {
    width: 3.2rem; height: 3.2rem;
    border-radius: 50%;
    background: var(--hc-dark);
    display: flex; align-items: center; justify-content: center;
    color: var(--hc-gold-lt);
    flex-shrink: 0;
    box-shadow: 0 3px 12px rgba(26,50,40,0.22);
}
.hstat-ico svg { width: 1.3rem; height: 1.3rem; }
.hstat-data { display: flex; flex-direction: column; }

.hero-film-stat-n {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 600;
    color: var(--hc-dark);
    line-height: 1;
    margin: 0;
}
.hero-film-stat-n em {
    font-style: normal;
    color: var(--hc-gold);
    font-size: 0.75em;
    font-weight: 600;
}
.hero-film-stat-l {
    font-size: 0.57rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--hc-soft);
    margin: 0.3rem 0 0;
    font-weight: 700;
}

/* Wave */
.hero-film-curve {
    position: absolute;
    bottom: -1px; left: 0;
    width: 100%; height: 72px;
    z-index: 15; line-height: 0;
    color: #F4FAF6; pointer-events: none;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1023px) {
    .hero-film-veil {
        background: linear-gradient(180deg,
            rgba(250,248,244,0.97) 0%,
            rgba(250,248,244,0.95) 50%,
            rgba(250,248,244,0.6) 72%,
            rgba(250,248,244,0.2) 100%);
    }
    .hero-film-panel { padding: 2rem 1.75rem 1.6rem; border-radius: 12px; }
    .hero-film-title { font-size: clamp(3.2rem, 11vw, 4.8rem); }
    .hstat-brand { display: none; }
}
@media (max-width: 767px) {
    .hero-film-stats { gap: 0.5rem; }
    .hero-film-stat { min-width: 40%; }
}
@media (max-width: 639px) {
    .hero-film-photo { object-position: center 15%; }
    .hero-film-veil { background: rgba(250, 248, 244, 0.94); }
    .hero-film-actions { flex-direction: column; align-items: stretch; }
    .hero-film-btn-primary,
    .hero-film-btn-ghost { width: 100%; justify-content: center; }
    .hero-film-stat { min-width: calc(50% - 1rem); }
    .hero-film-stats { padding: 1.25rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════
   3D ROTATING SERVICE CAROUSEL
═══════════════════════════════════════════════════════════ */
.hero-3d-scene {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

/* Soft cream glow behind carousel */
.hero-3d-glow {
    position: absolute;
    inset: -10%;
    background: radial-gradient(ellipse 75% 70% at 50% 50%,
        rgba(250,248,244,0.72) 0%,
        rgba(250,248,244,0.3) 45%,
        transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Decorative rotating rings around carousel */
.hero-3d-ring-outer {
    position: absolute;
    width: 380px; height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(196,151,90,0.18);
    animation: ringRotate 30s linear infinite;
    pointer-events: none;
    z-index: 0;
}
.hero-3d-ring-outer::after {
    content: '';
    position: absolute;
    top: -5px; left: 50%;
    width: 10px; height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: var(--hc-gold);
    box-shadow: 0 0 10px rgba(196,151,90,0.7);
}
.hero-3d-ring-inner {
    position: absolute;
    width: 290px; height: 290px;
    border-radius: 50%;
    border: 1px dashed rgba(196,151,90,0.14);
    animation: ringRotate 22s linear infinite reverse;
    pointer-events: none;
    z-index: 0;
}
@keyframes ringRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* 3D perspective stage */
.hero-3d-stage {
    perspective: 1000px;
    perspective-origin: 50% 44%;
    width: 240px;
    height: 300px;
    position: relative;
    z-index: 1;
}

/* Rotating container */
.hero-3d-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: carouselSpin 18s linear infinite;
}
.hero-3d-scene:hover .hero-3d-carousel {
    animation-play-state: paused;
}
@keyframes carouselSpin {
    from { transform: rotateX(-7deg) rotateY(0deg); }
    to   { transform: rotateX(-7deg) rotateY(-360deg); }
}

/* Individual cards */
.hero-3d-card {
    position: absolute;
    width: 220px;
    height: 285px;
    left: 50%; top: 50%;
    margin-left: -110px;
    margin-top: -142px;
    background: rgba(242, 233, 213, 0.45);
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.55);
    padding: 2rem 1.6rem 1.6rem;
    box-shadow:
        0 8px 32px rgba(26,50,40,0.18),
        0 2px 8px rgba(26,50,40,0.08),
        inset 0 1px 0 rgba(255,255,255,0.75),
        inset 0 -1px 0 rgba(196,151,90,0.12);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Gold top accent per card */
.hero-3d-card::before {
    content: '';
    position: absolute;
    top: 0; left: 1.4rem; right: 1.4rem;
    height: 2px;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg,
        transparent, var(--hc-gold) 28%, var(--hc-gold-lt) 50%, var(--hc-gold) 72%, transparent);
}

/* Place each card around the circle */
.hero-3d-card:nth-child(1) { transform: rotateY(  0deg) translateZ(210px); }
.hero-3d-card:nth-child(2) { transform: rotateY( 90deg) translateZ(210px); }
.hero-3d-card:nth-child(3) { transform: rotateY(180deg) translateZ(210px); }
.hero-3d-card:nth-child(4) { transform: rotateY(270deg) translateZ(210px); }

/* Dark green circle icon */
.hero-3d-ico {
    width: 3rem; height: 3rem;
    border-radius: 50%;
    background: var(--hc-dark);
    display: flex; align-items: center; justify-content: center;
    color: var(--hc-gold-lt);
    margin-bottom: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(26,50,40,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
}
.hero-3d-ico svg { width: 1.25rem; height: 1.25rem; }

/* Service name in display serif */
.hero-3d-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--hc-dark);
    line-height: 1.2;
    margin: 0 0 0.6rem;
}

/* Short description */
.hero-3d-desc {
    font-size: 0.71rem;
    color: var(--hc-soft);
    line-height: 1.65;
    margin: 0 0 auto;
    flex: 1;
}

/* Gold pill tag */
.hero-3d-tag {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--hc-gold-dk);
    border: 1px solid rgba(196,151,90,0.3);
    padding: 0.28rem 0.8rem;
    border-radius: 2px;
}

/* Mobile: hide carousel, grid becomes single column */
@media (max-width: 1023px) {
    .hero-3d-scene { display: none; }
    .hero-film-inner { grid-template-columns: 1fr !important; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .hero-film-photo { animation: none; }
    .hero-film-eyebrow,
    .hero-film-title,
    .hero-film-rule,
    .hero-film-lead,
    .hero-film-actions,
    .hero-film-trust { opacity: 1 !important; transform: none !important; animation: none !important; }
    .hero-film-panel { opacity: 1 !important; transform: none !important; animation: none !important; }
}
