/* =====================================================================
   PAGE HERO (INNER PAGES) — 4 variants on the shared gold + pink + dark
   theme. Complete, framed, ornamental look that matches the home page.
   Home page hero is untouched. SEO: schema.org BreadcrumbList microdata.
   ===================================================================== */

main#main:has(section.page-hero)::after { display: none !important; }

/* ---------- SHARED BASE ---------- */
section.page-hero {
    position: relative;
    /* break out of .container / #content-wrap so the hero covers the full
       viewport width regardless of any parent max-width / side padding */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    /* extra top space so the floating NB heart in the header never clips */
    padding: 200px 20px 110px !important;
    text-align: center;
    z-index: 2;
    isolation: isolate;
    overflow: hidden;
    border-top: 1px solid rgba(252, 211, 77, 0.22);
    border-bottom: 1px solid rgba(252, 211, 77, 0.22);
    animation: phFadeIn .9s ease-out both;
    /* rich layered gold/pink/black background — theme carries all the way
       to the left and right edges with full-width side glows and stripes */
    background:
        /* centre glow */
        radial-gradient(ellipse 65% 50% at 50% 30%, rgba(252, 211, 77, 0.3) 0%, transparent 65%),
        radial-gradient(ellipse 55% 40% at 50% 80%, rgba(214, 40, 117, 0.25) 0%, transparent 70%),
        /* edge glows (left + right) reach the borders */
        radial-gradient(ellipse 28% 70% at 0% 50%, rgba(252, 211, 77, 0.22) 0%, transparent 70%),
        radial-gradient(ellipse 28% 70% at 100% 50%, rgba(252, 211, 77, 0.22) 0%, transparent 70%),
        radial-gradient(ellipse 22% 40% at 0% 100%, rgba(214, 40, 117, 0.2) 0%, transparent 70%),
        radial-gradient(ellipse 22% 40% at 100% 0%, rgba(214, 40, 117, 0.2) 0%, transparent 70%),
        /* base vertical gradient */
        linear-gradient(180deg, #050300 0%, #120a00 40%, #180c03 70%, #070500 100%);
}

@keyframes phFadeIn {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

section.page-hero > * { position: relative; z-index: 5; }

/* ---------- Subtle base texture (shared) — extends edge-to-edge ----- */
section.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(rgba(234, 179, 8, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(234, 179, 8, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    /* gentle top/bottom fade only — full horizontal coverage, no side fade */
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

/* ---------- Ornamental gold frame (shared, variant-overridable) ----
   Drawn via ::after as one cohesive SVG so the 4 corners + side flourishes
   always line up and never look disconnected. */
section.page-hero::after {
    content: "";
    position: absolute;
    inset: 18px;
    pointer-events: none;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1400 600' preserveAspectRatio='none'>\
<defs>\
<linearGradient id='gf' x1='0' x2='1' y1='0' y2='0'>\
<stop offset='0' stop-color='%23fcd34d' stop-opacity='0'/>\
<stop offset='0.25' stop-color='%23fcd34d' stop-opacity='0.55'/>\
<stop offset='0.75' stop-color='%23fcd34d' stop-opacity='0.55'/>\
<stop offset='1' stop-color='%23fcd34d' stop-opacity='0'/>\
</linearGradient>\
<linearGradient id='gv' x1='0' x2='0' y1='0' y2='1'>\
<stop offset='0' stop-color='%23fcd34d' stop-opacity='0'/>\
<stop offset='0.25' stop-color='%23fcd34d' stop-opacity='0.5'/>\
<stop offset='0.75' stop-color='%23fcd34d' stop-opacity='0.5'/>\
<stop offset='1' stop-color='%23fcd34d' stop-opacity='0'/>\
</linearGradient>\
</defs>\
<line x1='0' y1='6' x2='1400' y2='6' stroke='url(%23gf)' stroke-width='1'/>\
<line x1='0' y1='594' x2='1400' y2='594' stroke='url(%23gf)' stroke-width='1'/>\
<line x1='6' y1='0' x2='6' y2='600' stroke='url(%23gv)' stroke-width='1'/>\
<line x1='1394' y1='0' x2='1394' y2='600' stroke='url(%23gv)' stroke-width='1'/>\
<g fill='none' stroke='%23fcd34d' stroke-width='1.1' stroke-opacity='0.85'>\
<path d='M6 40 L6 10 Q6 6 10 6 L40 6'/>\
<path d='M1360 6 L1390 6 Q1394 6 1394 10 L1394 40'/>\
<path d='M6 560 L6 590 Q6 594 10 594 L40 594'/>\
<path d='M1360 594 L1390 594 Q1394 594 1394 590 L1394 560'/>\
</g>\
<g fill='%23fcd34d' fill-opacity='0.9'>\
<circle cx='6' cy='6' r='3'/><circle cx='1394' cy='6' r='3'/>\
<circle cx='6' cy='594' r='3'/><circle cx='1394' cy='594' r='3'/>\
</g>\
<g fill='none' stroke='%23fcd34d' stroke-width='0.9' stroke-opacity='0.5'>\
<path d='M40 18 Q55 6 70 18'/><path d='M1330 18 Q1345 6 1360 18'/>\
<path d='M40 582 Q55 594 70 582'/><path d='M1330 582 Q1345 594 1360 582'/>\
</g>\
<g fill='%23ff6fb1' fill-opacity='0.85'>\
<circle cx='55' cy='12' r='1.4'/><circle cx='1345' cy='12' r='1.4'/>\
<circle cx='55' cy='588' r='1.4'/><circle cx='1345' cy='588' r='1.4'/>\
</g>\
</svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(252, 211, 77, 0.35));
}

/* ---------- Breadcrumb (gold pill) ---------- */
.page-hero .ph-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 22px;
    padding: 7px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(214, 40, 117, 0.14));
    border: 1px solid rgba(252, 211, 77, 0.42);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1;
    max-width: 94%;
}

.page-hero .ph-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
}

.page-hero .ph-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f2d596;
}

.page-hero .ph-breadcrumb li + li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fcd34d;
    border-top: 1.5px solid #fcd34d;
    transform: rotate(45deg);
    opacity: 0.8;
}

.page-hero .ph-breadcrumb a {
    color: #f5e6c2;
    text-decoration: none;
    transition: color .2s ease;
    font-weight: 500;
}

.page-hero .ph-breadcrumb a:hover,
.page-hero .ph-breadcrumb a:focus-visible {
    color: #ff6fb1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-hero .ph-breadcrumb [aria-current="page"] {
    color: #fcd34d;
    font-weight: 700;
    letter-spacing: 0.6px;
}

/* ---------- Eyebrow chip ---------- */
.page-hero .ph-eyebrow {
    display: inline-block;
    padding: 6px 22px;
    margin: 0 0 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.25), rgba(234, 179, 8, 0.06)) padding-box,
                linear-gradient(135deg, #fcd34d, #78350f) border-box;
    color: #fef3c7 !important;
    -webkit-text-fill-color: #fef3c7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 22px rgba(252, 211, 77, 0.45);
}

/* ---------- H1 (shared gold gradient) ---------- */
.page-hero h1 {
    margin: 0 auto 10px !important;
    padding: 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(32px, 5.8vw, 68px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: 0.3px !important;
    max-width: 1100px;
    display: block;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.55);
    background: linear-gradient(180deg, #fff7e6 0%, #fcd34d 55%, #b45309 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-hero h1 .ph-title-sub {
    display: block;
    margin-top: 8px;
    font-size: clamp(14px, 2.1vw, 23px);
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff6fb1, #fcd34d, #ff6fb1);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- Divider flourish (shared, variants can re-skin) ---------- */
.page-hero .ph-divider {
    display: block;
    width: 180px;
    height: 14px;
    margin: 22px auto 18px;
    background:
        radial-gradient(circle at 50% 50%, #fcd34d 0, #fcd34d 3.5px, transparent 4px) center / 12px 12px no-repeat,
        linear-gradient(90deg, transparent 0%, rgba(214, 40, 117, 0.7) 20%, #fcd34d 50%, rgba(214, 40, 117, 0.7) 80%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(252, 211, 77, 0.55));
}

/* ---------- Lead paragraph ---------- */
.page-hero p.ph-lead {
    font-family: 'Playfair Display', Georgia, serif !important;
    max-width: 780px;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: clamp(14.5px, 1.35vw, 17px) !important;
    line-height: 1.75 !important;
    letter-spacing: 0.2px;
    color: #ecd7a7 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center !important;
}

.page-hero p.ph-lead::first-letter,
.page-hero p.ph-lead::before,
.page-hero p.ph-lead::after { all: unset; }

/* ---------- Meta pills ---------- */
.page-hero .ph-meta {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin: 22px auto 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.page-hero .ph-meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 9, 4, 0.82);
    border: 1px solid rgba(252, 211, 77, 0.34);
    color: #fef3c7;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.page-hero .ph-meta li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fcd34d;
    box-shadow: 0 0 9px rgba(252, 211, 77, 0.9);
}

/* =====================================================================
   VARIANT 1 · CATEGORY  — accent dots inside the frame
   ===================================================================== */
section.page-hero--cat {
    background:
        radial-gradient(ellipse 60% 45% at 50% 30%, rgba(252, 211, 77, 0.3) 0%, transparent 65%),
        radial-gradient(ellipse 75% 50% at 50% 100%, rgba(214, 40, 117, 0.25) 0%, transparent 70%),
        linear-gradient(180deg, #060300 0%, #1a0a06 50%, #080300 100%);
}
section.page-hero--cat > .ph-accent {
    display: none;
}

/* =====================================================================
   VARIANT 2 · LOCATION  — map grid + gold city skyline silhouette
   ===================================================================== */
section.page-hero--loc {
    background:
        radial-gradient(ellipse 60% 45% at 50% 28%, rgba(252, 211, 77, 0.28) 0%, transparent 65%),
        radial-gradient(ellipse 80% 40% at 50% 100%, rgba(214, 40, 117, 0.2) 0%, transparent 70%),
        linear-gradient(180deg, #050200 0%, #150a04 50%, #060200 100%);
}
section.page-hero--loc::before {
    background-image:
        repeating-linear-gradient(45deg, rgba(252, 211, 77, 0.08) 0, rgba(252, 211, 77, 0.08) 1px, transparent 1px, transparent 42px),
        repeating-linear-gradient(-45deg, rgba(214, 40, 117, 0.07) 0, rgba(214, 40, 117, 0.07) 1px, transparent 1px, transparent 42px);
    mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
/* skyline lives inside the gold frame */
section.page-hero--loc .ph-skyline {
    position: absolute;
    left: 30px; right: 30px; bottom: 22px;
    height: 80px;
    z-index: 2;
    pointer-events: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 90' preserveAspectRatio='none'><defs><linearGradient id='sl' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23120906'/><stop offset='1' stop-color='%23050301'/></linearGradient></defs><path fill='url(%23sl)' stroke='rgba(252,211,77,0.55)' stroke-width='1' d='M0 90 V40 h40 v-8 h20 v-18 h16 v-8 h28 v34 h24 v-22 h36 v22 h40 v-40 h30 v40 h24 v-28 h38 v28 h28 v-50 h18 v50 h30 v-18 h40 v18 h24 v-30 h42 v30 h30 v-14 h34 v-22 h24 v36 h40 v-24 h30 v24 h26 v-44 h22 v44 h34 v-20 h42 v20 h28 v-30 h20 v-12 h24 v42 h28 v-20 h42 v20 h22 v-36 h20 v36 h30 v-26 h26 v26 h24 v-18 h34 v18 h40 v-32 h18 v32 h36 v-16 h40 v16 h30 v-40 h20 v40 h30 v-20 h22 v20 h18 V90 Z'/><g fill='%23fcd34d'><rect x='180' y='34' width='2.5' height='2.5'/><rect x='262' y='46' width='2.5' height='2.5'/><rect x='400' y='26' width='2.5' height='2.5'/><rect x='540' y='42' width='2.5' height='2.5'/><rect x='720' y='32' width='2.5' height='2.5'/><rect x='860' y='24' width='2.5' height='2.5'/><rect x='980' y='38' width='2.5' height='2.5'/><rect x='1120' y='30' width='2.5' height='2.5'/><rect x='1260' y='42' width='2.5' height='2.5'/></g></svg>") center bottom / 100% 100% no-repeat;
}
.page-hero--loc .ph-divider {
    width: 220px;
    height: 14px;
    background:
        radial-gradient(circle at 50% 50%, #ff6fb1 0, #ff6fb1 3.5px, transparent 4px) center / 14px 14px no-repeat,
        linear-gradient(90deg, transparent 0%, rgba(252, 211, 77, 0.9) 15%, #ff6fb1 50%, rgba(252, 211, 77, 0.9) 85%, transparent 100%) center / 100% 1.3px no-repeat;
    filter: drop-shadow(0 0 8px rgba(252, 211, 77, 0.5));
}

/* =====================================================================
   VARIANT 3 · PROFILE  — spotlight ring + gold heart pattern, italic H1
   ===================================================================== */
section.page-hero--profile {
    padding: 180px 20px 96px !important;
    background:
        radial-gradient(ellipse 55% 65% at 50% 50%, rgba(252, 211, 77, 0.28) 0%, transparent 65%),
        radial-gradient(ellipse 85% 45% at 50% 100%, rgba(214, 40, 117, 0.24) 0%, transparent 70%),
        linear-gradient(180deg, #060300 0%, #180906 50%, #080300 100%);
}
section.page-hero--profile::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'><g fill='rgba(252,211,77,0.14)' stroke='rgba(252,211,77,0.22)' stroke-width='0.6'><path d='M22 34 C22 26 30 22 34 26 C38 22 46 26 46 34 C46 42 34 50 34 50 C34 50 22 42 22 34Z'/></g><g fill='rgba(255,111,177,0.12)'><path d='M92 92 C92 86 98 83 101 86 C104 83 110 86 110 92 C110 98 101 104 101 104 C101 104 92 98 92 92Z'/></g></svg>");
    background-size: 170px 170px;
    opacity: 0.85;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
section.page-hero--profile .ph-spotlight {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 640px;
    max-width: 92%;
    aspect-ratio: 1.6 / 1;
    pointer-events: none;
    z-index: 2;
    background:
        conic-gradient(from 210deg at 50% 50%, transparent 0deg, rgba(252, 211, 77, 0.2) 40deg, transparent 90deg, rgba(214, 40, 117, 0.18) 180deg, transparent 230deg, rgba(252, 211, 77, 0.2) 310deg, transparent 360deg);
    filter: blur(22px);
}
.page-hero--profile h1 {
    font-size: clamp(30px, 5.2vw, 60px) !important;
    font-style: italic;
}
.page-hero--profile h1 .ph-title-sub {
    font-style: normal;
}
.page-hero--profile .ph-divider {
    width: 150px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 20'><line x1='0' y1='10' x2='56' y2='10' stroke='%23fcd34d' stroke-width='1.2' opacity='0.85'/><line x1='94' y1='10' x2='150' y2='10' stroke='%23fcd34d' stroke-width='1.2' opacity='0.85'/><path d='M68 6 C68 3 70 2 72 4 C74 2 76 3 76 6 C76 11 72 15 72 15 C72 15 68 11 68 6Z' fill='%23ff6fb1' stroke='%23fcd34d' stroke-width='0.6'/></svg>") center / contain no-repeat;
    filter: drop-shadow(0 0 8px rgba(252, 211, 77, 0.55));
}
.page-hero--profile p.ph-lead { font-style: italic; }

/* =====================================================================
   VARIANT 4 · TOP-LEVEL BANNER  — diagonal stripe texture + larger caps
   ===================================================================== */
section.page-hero--banner {
    background:
        radial-gradient(ellipse 60% 45% at 50% 30%, rgba(252, 211, 77, 0.32) 0%, transparent 65%),
        radial-gradient(ellipse 85% 50% at 50% 100%, rgba(214, 40, 117, 0.24) 0%, transparent 70%),
        linear-gradient(180deg, #060300 0%, #1a0c03 50%, #070300 100%);
}
section.page-hero--banner::before {
    background-image:
        repeating-linear-gradient(-22deg, transparent 0 110px, rgba(252, 211, 77, 0.08) 110px 112px, transparent 112px 220px),
        repeating-linear-gradient(22deg, transparent 0 160px, rgba(214, 40, 117, 0.08) 160px 162px, transparent 162px 320px),
        linear-gradient(rgba(234, 179, 8, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(234, 179, 8, 0.06) 1px, transparent 1px);
    background-size: auto, auto, 60px 60px, 60px 60px;
    /* keep stripes+grid full-width, only soften top/bottom edges */
    mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.page-hero--banner h1 {
    font-size: clamp(36px, 6.4vw, 78px) !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
.page-hero--banner h1 .ph-title-sub {
    text-transform: uppercase;
}
.page-hero--banner .ph-divider {
    width: 240px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 16'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='0'><stop offset='0' stop-color='%23fcd34d' stop-opacity='0'/><stop offset='0.5' stop-color='%23fcd34d'/><stop offset='1' stop-color='%23fcd34d' stop-opacity='0'/></linearGradient></defs><line x1='0' y1='8' x2='240' y2='8' stroke='url(%23g)' stroke-width='1.2'/><path d='M120 0 L128 8 L120 16 L112 8 Z' fill='%23fcd34d'/><circle cx='90' cy='8' r='2' fill='%23ff6fb1'/><circle cx='150' cy='8' r='2' fill='%23ff6fb1'/></svg>") center / contain no-repeat;
    filter: drop-shadow(0 0 10px rgba(252, 211, 77, 0.65));
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    section.page-hero { padding: 180px 18px 96px !important; }
    section.page-hero--profile { padding: 160px 18px 84px !important; }
    section.page-hero::after { inset: 14px; }
}

@media (max-width: 820px) {
    section.page-hero { padding: 150px 16px 78px !important; }
    section.page-hero--profile { padding: 140px 16px 72px !important; }
    .page-hero .ph-eyebrow { letter-spacing: 4px; font-size: 11.5px; }
    section.page-hero--loc .ph-skyline { left: 20px; right: 20px; height: 62px; }
    section.page-hero::after { inset: 10px; }
}

@media (max-width: 640px) {
    section.page-hero { padding: 130px 14px 66px !important; }
    section.page-hero--profile { padding: 124px 14px 58px !important; }
    .page-hero .ph-breadcrumb { font-size: 12px; padding: 6px 14px; }
    .page-hero .ph-breadcrumb li + li::before { width: 5px; height: 5px; }
    .page-hero h1 { letter-spacing: 0.3px !important; }
    .page-hero h1 .ph-title-sub { letter-spacing: 2px; }
    .page-hero .ph-divider { width: 130px; margin: 16px auto 14px; }
    .page-hero p.ph-lead { font-size: 14px !important; line-height: 1.7 !important; }
    .page-hero .ph-meta li { font-size: 11.5px; padding: 5px 11px; }
    section.page-hero--loc .ph-skyline { height: 48px; left: 14px; right: 14px; bottom: 14px; }
    .page-hero--banner h1 { letter-spacing: 1px !important; }
    section.page-hero::after { inset: 8px; }
}

@media (max-width: 420px) {
    section.page-hero { padding: 120px 12px 58px !important; }
    section.page-hero--profile { padding: 114px 12px 54px !important; }
    .page-hero .ph-eyebrow { padding: 5px 16px; font-size: 10.5px; letter-spacing: 3px; }
    .page-hero .ph-breadcrumb { gap: 4px 7px; padding: 5px 12px; }
    .page-hero .ph-divider { width: 110px; }
    section.page-hero::after { inset: 6px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    section.page-hero { animation: none; }
}
