:root{--home-paper:#fefdfb;--home-ink:#17114d;--home-muted:#676171;--home-violet:#7047e8;--home-purple:#7042b6;--home-blue:#2462bc;--home-teal:#078a9b;--home-green:#228b4e;--home-coral:#ef5148;--home-line:#e6e0eb}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-width:320px;margin:0;color:var(--home-ink);background:var(--home-paper);font-family:Inter,Arial,sans-serif;line-height:1.55}
button{font:inherit}
.home-container{width:min(1280px,calc(100% - 64px));margin:0 auto}
.home-skip{position:fixed;top:9px;left:9px;z-index:2000;padding:9px 13px;color:#fff;background:var(--home-ink);transform:translateY(-160%)}
.home-skip:focus{transform:none}
.home-eyebrow{margin:0 0 18px!important;color:var(--home-violet)!important;font-size:.68rem!important;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.home-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--home-line)}
.home-hero-grid{position:relative;min-height:calc(100svh - 88px);display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:center;gap:40px;padding-top:70px;padding-bottom:100px}
.home-hero-copy{position:relative;z-index:2}
.home-hero h1{max-width:950px;margin:0;font-family:"Bodoni Moda",Georgia,serif;font-size:clamp(4rem,7.6vw,8.8rem);font-weight:600;line-height:.84;letter-spacing:-.075em}
.home-hero-copy>p:last-child{max-width:670px;margin:34px 0 0;color:var(--home-muted);font-size:clamp(.96rem,1.4vw,1.16rem)}
.home-hero-art{position:relative;width:100%;aspect-ratio:1}
.home-hero-art svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;stroke:rgba(23,17,77,.52);stroke-width:1.25;stroke-linecap:round}
.hero-orbit{position:absolute;border:1px solid rgba(112,71,232,.13);border-radius:50%}
.hero-orbit--one{inset:5%}
.hero-orbit--two{inset:23%;border-style:dashed}
.hero-point{position:absolute;width:11px;height:11px;border:3px solid var(--home-paper);border-radius:50%;box-shadow:0 0 0 1px rgba(23,17,77,.18)}
.hero-point--one{left:17%;bottom:23%;background:var(--home-violet)}
.hero-point--two{top:22%;right:31%;background:var(--home-green)}
.hero-point--three{right:16%;bottom:31%;background:var(--home-coral)}
.section-explore{min-width:112px;display:inline-flex;align-items:center;justify-content:space-between;gap:15px;margin:38px 0 0 auto;padding:11px 15px;color:var(--home-ink);background:transparent;border:1px solid var(--home-line);border-radius:999px;cursor:pointer;font-size:.73rem;font-weight:750;transition:.2s ease}
.section-explore:hover,.section-explore:focus-visible,.section-explore[aria-expanded=true]{color:#fff;background:var(--home-ink);border-color:var(--home-ink)}
.section-explore span:last-child{transition:transform .2s ease}
.section-explore[aria-expanded=true] span:last-child{transform:rotate(180deg)}
.section-explore--hero{position:absolute;right:0;bottom:42px;z-index:3}
.home-section{position:relative;overflow:hidden;padding:clamp(84px,10vw,150px) 0 54px;border-bottom:1px solid var(--home-line)}
.home-section-layout{min-height:470px;display:grid;grid-template-columns:90px minmax(0,1fr) minmax(280px,.65fr);grid-template-rows:1fr auto;align-items:center;gap:30px 50px}
.home-section-number{align-self:start;color:#9d96aa;font-family:"Bodoni Moda",Georgia,serif;font-size:1.1rem}
.home-section-copy h2,.home-section-heading h2{max-width:830px;margin:0;font-family:"Bodoni Moda",Georgia,serif;font-size:clamp(3.3rem,6.5vw,7rem);font-weight:500;line-height:.91;letter-spacing:-.065em}
.home-section-copy>p:last-child,.home-section-heading .home-section-copy>p:last-child{max-width:720px;margin:28px 0 0;color:var(--home-muted);font-size:1rem}
.home-section-layout>.section-explore{grid-column:3;grid-row:2}
.home-section-detail{border-top:1px solid var(--home-line);background:rgba(247,244,250,.58)}
.home-section-detail[hidden]{display:none}
.home-section-detail>.home-container{padding-top:35px;padding-bottom:35px}
.home-section-detail.is-opening{animation:detailIn .22s ease both}
@keyframes detailIn{from{opacity:0;transform:translateY(-8px)}
to{opacity:1;transform:none}
}
.detail-three,.detail-four,.detail-two{display:grid;gap:12px}
.detail-three{grid-template-columns:repeat(3,1fr)}
.detail-four{grid-template-columns:repeat(4,1fr)}
.detail-two{grid-template-columns:repeat(2,1fr)}
.home-section-detail article{padding:20px;border:1px solid var(--home-line);border-radius:16px;background:#fff}
.home-section-detail article small{display:block;margin-bottom:8px;color:var(--home-violet);font-size:.62rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.home-section-detail article strong{font-family:"Bodoni Moda",Georgia,serif;font-size:1.2rem;font-weight:500;line-height:1.25}
.home-index-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.home-index-grid a{display:grid;gap:6px;padding:20px;color:var(--home-ink);border:1px solid var(--home-line);border-radius:16px;background:#fff;text-decoration:none}
.home-index-grid a:hover{border-color:var(--home-violet)}
.home-index-grid span{color:var(--home-violet);font-size:.62rem;font-weight:800}
.home-index-grid strong{font-family:"Bodoni Moda",Georgia,serif;font-size:1.25rem;font-weight:500}
.home-index-grid small{color:var(--home-muted);font-size:.7rem}
.nudge-visual,.people-visual,.system-visual{position:relative;width:min(100%,400px);aspect-ratio:1;justify-self:end}
.nudge-visual span{position:absolute;left:50%;width:16px;height:16px;border-radius:50%;transform:translateX(-50%)}
.nudge-visual span:nth-child(1){top:18%;background:#d5c9f5}
.nudge-visual span:nth-child(2){top:47%;background:var(--home-violet)}
.nudge-visual span:nth-child(3){top:78%;background:var(--home-green)}
.nudge-visual i{position:absolute;top:22%;bottom:18%;left:50%;width:1px;background:linear-gradient(#d5c9f5,var(--home-violet),var(--home-green))}
.people-visual span{position:absolute;width:86px;height:86px;border:1px solid rgba(23,17,77,.26);border-radius:50%}
.people-visual span:after{position:absolute;left:50%;top:26%;width:19px;height:19px;content:"";border:1px solid currentColor;border-radius:50%;transform:translateX(-50%)}
.people-visual span:before{position:absolute;left:50%;bottom:18%;width:38px;height:22px;content:"";border:1px solid currentColor;border-bottom:0;border-radius:24px 24px 0 0;transform:translateX(-50%)}
.people-visual span:nth-child(1){left:8%;top:14%;color:var(--home-violet)}
.people-visual span:nth-child(2){right:8%;top:14%;color:var(--home-blue)}
.people-visual span:nth-child(3){left:8%;bottom:14%;color:var(--home-green)}
.people-visual span:nth-child(4){right:8%;bottom:14%;color:var(--home-coral)}
.people-visual i{position:absolute;inset:30%;border:1px dashed rgba(112,71,232,.3);border-radius:50%}
.system-visual span{position:absolute;width:72px;height:72px;border:1px solid currentColor;border-radius:50%}
.system-visual span:nth-child(1){left:10%;top:12%;color:var(--home-violet)}
.system-visual span:nth-child(2){right:10%;top:12%;color:var(--home-green)}
.system-visual span:nth-child(3){left:10%;bottom:12%;color:var(--home-blue)}
.system-visual span:nth-child(4){right:10%;bottom:12%;color:var(--home-coral)}
.system-visual i{position:absolute;inset:23%;border:1px solid rgba(23,17,77,.19);transform:rotate(45deg)}
.home-section--levers{padding-bottom:52px}
.home-section-heading{display:grid;grid-template-columns:90px 1fr;gap:50px}
.lever-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:60px}
.lever-card{min-height:300px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--home-line);border-top:4px solid currentColor;border-radius:20px;background:#fff}
.lever-card>span{color:#8e8799;font-size:.65rem;font-weight:800}
.lever-card svg{width:55px;height:55px;margin:50px 0 25px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.lever-card h3{margin:0;font-family:"Bodoni Moda",Georgia,serif;font-size:1.7rem;font-weight:500}
.lever-card p{margin:8px 0 0;color:var(--home-muted);font-size:.78rem}
.lever-card--wellbeing{color:var(--home-blue)}
.lever-card--fulfillment{color:var(--home-purple)}
.lever-card--active{color:var(--home-green)}
.lever-card--belonging{color:var(--home-teal)}
.lever-card h3,.lever-card p{color:var(--home-ink)}
.home-section--levers>.home-container>.section-explore{display:flex}
.detail-statement{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}
.detail-statement strong{font-family:"Bodoni Moda",Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1}
.detail-statement p{color:var(--home-muted)}
.home-footer{padding:45px 0;color:rgba(255,255,255,.72);background:var(--home-ink)}
.home-footer .home-container{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:35px}
.home-footer a{color:#fff;text-decoration:none}
.home-footer>.home-container>a{font-family:"Bodoni Moda",Georgia,serif;font-size:1.45rem}
.home-footer p{margin:0;font-size:.7rem}
.home-footer nav{display:flex;gap:20px;font-size:.7rem}
@media(max-width:900px){.home-hero-grid{min-height:auto;grid-template-columns:1fr;padding-top:90px}
.home-hero-art{width:min(480px,80vw);margin:-30px auto 0}
.home-section-layout{grid-template-columns:55px 1fr}
.home-section-copy{grid-column:2}
.nudge-visual,.people-visual,.system-visual{width:min(340px,75vw);grid-column:2;justify-self:center}
.home-section-layout>.section-explore{grid-column:2;grid-row:auto}
.home-section-heading{grid-template-columns:55px 1fr;gap:25px}
.lever-grid{grid-template-columns:repeat(2,1fr)}
.home-index-grid,.detail-four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){.home-container{width:min(100% - 30px,1280px)}
.home-hero-grid{padding-top:65px;padding-bottom:92px}
.home-hero h1{font-size:clamp(3.5rem,17vw,5.8rem)}
.section-explore--hero{right:15px}
.home-section{padding-top:76px}
.home-section-layout,.home-section-heading{display:block}
.home-section-number{margin-bottom:42px}
.home-section-copy h2,.home-section-heading h2{font-size:clamp(3rem,14vw,4.6rem)}
.nudge-visual,.people-visual,.system-visual{width:min(290px,80vw);margin:38px auto 0}
.lever-grid,.home-index-grid,.detail-three,.detail-four,.detail-two,.detail-statement{grid-template-columns:1fr}
.lever-card{min-height:255px}
.home-footer .home-container{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}

/* Homepage hero v12: editorial four-pillar life compass */
.home-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.home-hero--compass {
    --home-hero-paper: #fefdfb;
    --home-hero-ink: #17114d;
    --home-hero-violet: #6a43dd;
    --home-hero-muted: #696477;
    --home-hero-line: #e6e0eb;
    --home-hero-soft: #f6f3f9;
    min-height: calc(100svh - var(--cpb-nav-height, 88px));
    display: grid;
    overflow: clip;
    color: var(--home-hero-ink);
    background: var(--home-hero-paper);
    border-bottom: 1px solid var(--home-hero-line);
}

.home-hero__inner {
    width: min(1400px, calc(100% - clamp(64px, 7vw, 120px)));
    min-height: calc(100svh - var(--cpb-nav-height, 88px));
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(430px, 1fr);
    align-items: center;
    gap: clamp(48px, 5vw, 72px);
    margin: 0 auto;
    padding-block: clamp(28px, 4.6vh, 54px);
}

.home-hero__content {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.home-hero__eyebrow {
    margin: 0 0 clamp(18px, 2.4vh, 26px);
    color: var(--home-hero-violet);
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(0.72rem, 0.75vw, 0.78rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    animation: home-hero-fade 520ms ease-out both;
}

.home-hero .home-hero__title {
    max-width: 820px;
    margin: 0;
    color: var(--home-hero-ink);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(4rem, 6.1vw, 6.5rem);
    font-weight: 550;
    line-height: 0.91;
    letter-spacing: -0.045em;
    text-wrap: balance;
    animation: home-hero-rise 680ms 60ms ease-out both;
}

.home-hero__title span {
    display: block;
    white-space: nowrap;
}

.home-hero__support {
    max-width: 620px;
    margin: clamp(24px, 3.2vh, 34px) 0 0;
    color: var(--home-hero-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    font-weight: 400;
    line-height: 1.62;
    animation: home-hero-fade 620ms 160ms ease-out both;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: clamp(28px, 3.4vh, 34px);
    animation: home-hero-fade 620ms 240ms ease-out both;
}

.home-hero__cta {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color 240ms ease-out, background-color 240ms ease-out,
        border-color 240ms ease-out, box-shadow 240ms ease-out, transform 240ms ease-out;
}

.home-hero__cta--primary {
    min-width: 212px;
    color: #fff;
    background: var(--home-hero-ink);
    border-color: var(--home-hero-ink);
    box-shadow: 0 12px 30px rgba(23, 17, 77, 0.15);
}

.home-hero__cta--primary:hover {
    background: #241b69;
    border-color: #241b69;
    transform: translateY(-1px);
}

.home-hero__cta-arrow {
    display: inline-block;
    font-size: 1rem;
    transition: transform 240ms ease-out;
}

.home-hero__cta--primary:hover .home-hero__cta-arrow,
.home-hero__cta--primary:focus-visible .home-hero__cta-arrow {
    transform: translateX(3px);
}

.home-hero__cta--secondary {
    color: var(--home-hero-ink);
    background: transparent;
    border-color: var(--home-hero-line);
}

.home-hero__cta--secondary:hover {
    background: var(--home-hero-soft);
    border-color: #d9d1e3;
}

.home-hero__cta:focus-visible {
    outline: 3px solid rgba(106, 67, 221, 0.42);
    outline-offset: 3px;
}

.life-compass {
    --active-theme-color: var(--home-hero-violet);
    width: 100%;
    min-width: 0;
    display: grid;
    place-items: center;
    margin: 0;
}

.life-compass__visual {
    width: min(100%, 530px);
    aspect-ratio: 1;
    position: relative;
    isolation: isolate;
}

.life-compass__geometry {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
}

.life-compass__ring,
.life-compass__hub-ring,
.life-compass__axis,
.life-compass__path {
    vector-effect: non-scaling-stroke;
}

.life-compass__ring {
    stroke: rgba(106, 67, 221, 0.14);
    stroke-width: 1;
    opacity: 0;
    animation: compass-ring-in 620ms 180ms ease-out forwards;
}

.life-compass__ring--inner {
    stroke: rgba(106, 67, 221, 0.18);
    stroke-dasharray: 3 7;
    animation-delay: 260ms;
}

.life-compass__hub-ring {
    fill: rgba(255, 255, 255, 0.58);
    stroke: rgba(23, 17, 77, 0.1);
    stroke-width: 1;
}

.life-compass__axis {
    stroke: rgba(23, 17, 77, 0.18);
    stroke-width: 1;
}

.life-compass__hub-dot {
    fill: var(--home-hero-violet);
}

.life-compass__path {
    stroke: var(--home-hero-line);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    opacity: 0.9;
    transition: stroke 280ms ease-out, stroke-width 280ms ease-out, opacity 280ms ease-out;
    animation: compass-path-draw 760ms ease-out forwards;
}

.life-compass__path--wellbeing {
    animation-delay: 260ms;
}

.life-compass__path--fulfillment {
    animation-delay: 340ms;
}

.life-compass__path--active-living {
    animation-delay: 420ms;
}

.life-compass__path--belonging {
    animation-delay: 500ms;
}

.life-compass__path.is-active {
    stroke: var(--pillar-color);
    stroke-width: 3.4;
    opacity: 1;
}

.life-compass__path.is-muted {
    opacity: 0.34;
}

.life-compass__content {
    width: 210px;
    min-height: 164px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 26px;
    color: var(--home-hero-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--home-hero-line);
    border-top: 3px solid var(--active-theme-color);
    border-radius: 50%;
    box-shadow: 0 24px 70px rgba(23, 17, 77, 0.09);
    text-align: center;
    transform: translate(-50%, -50%);
    transition: border-color 280ms ease-out, box-shadow 280ms ease-out;
}

.life-compass__content strong {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 1.36rem;
    font-weight: 550;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.life-compass__content span {
    color: var(--home-hero-muted);
    font-family: "Inter", Arial, sans-serif;
    font-size: 0.72rem;
    line-height: 1.48;
}

.life-compass__content span:empty {
    display: none;
}

.life-compass__content.is-updating {
    animation: compass-copy-in 260ms ease-out both;
}

.life-compass__node {
    width: clamp(112px, 25%, 138px);
    min-height: 76px;
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 9px;
    padding: 12px 13px;
    color: var(--home-hero-ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--home-hero-line);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(23, 17, 77, 0.07);
    cursor: pointer;
    font-family: "Inter", Arial, sans-serif;
    text-align: left;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 280ms ease-out, transform 280ms ease-out,
        border-color 280ms ease-out, border-width 280ms ease-out,
        background-color 280ms ease-out, box-shadow 280ms ease-out;
    animation: compass-node-in 440ms ease-out backwards;
    -webkit-tap-highlight-color: transparent;
}

.life-compass__node--wellbeing {
    top: 21%;
    left: 19%;
    animation-delay: 510ms;
}

.life-compass__node--fulfillment {
    top: 21%;
    left: 81%;
    animation-delay: 590ms;
}

.life-compass__node--active-living {
    top: 79%;
    left: 19%;
    animation-delay: 670ms;
}

.life-compass__node--belonging {
    top: 79%;
    left: 81%;
    animation-delay: 750ms;
}

.life-compass__node:hover,
.life-compass__node:focus-visible {
    border-color: var(--pillar-color);
    background: var(--pillar-soft);
}

.life-compass__node:focus-visible {
    outline: 3px solid rgba(23, 17, 77, 0.32);
    outline-offset: 4px;
}

.life-compass__node.is-active {
    background: var(--pillar-soft);
    border: 2px solid var(--pillar-color);
    box-shadow: 0 16px 42px rgba(23, 17, 77, 0.12), 0 0 0 5px rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%) scale(1.08);
}

.life-compass__node.is-muted {
    opacity: 0.52;
}

.life-compass__node-marker {
    width: 24px;
    height: 24px;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    border: 1px solid var(--pillar-color);
    border-radius: 50%;
}

.life-compass__node-marker span {
    width: 8px;
    height: 8px;
    display: block;
    background: var(--pillar-color);
    border-radius: 50%;
}

.life-compass__node-title {
    align-self: end;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
}

.life-compass__node-status {
    min-height: 0.58rem;
    align-self: start;
    color: var(--pillar-color);
    font-size: 0.48rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
}

.life-compass__node.is-active .life-compass__node-status {
    opacity: 1;
}

.life-compass__fallback {
    width: min(100%, 530px);
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid var(--home-hero-line);
    border-radius: 16px;
}

.life-compass__fallback p {
    width: 100%;
    margin: 0;
}

.life-compass__fallback a {
    color: var(--home-hero-ink);
}

@keyframes home-hero-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes home-hero-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes compass-ring-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes compass-path-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes compass-node-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes compass-copy-in {
    from {
        opacity: 0.45;
        transform: translate(-50%, calc(-50% + 5px));
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1120px) {
    .home-hero--compass,
    .home-hero__inner {
        min-height: auto;
    }

    .home-hero__inner {
        width: min(920px, calc(100% - 64px));
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: clamp(54px, 8vw, 86px);
    }

    .home-hero__content {
        max-width: 850px;
    }

    .home-hero .home-hero__title {
        font-size: clamp(4rem, 8.7vw, 6rem);
    }

    .life-compass__visual {
        width: min(100%, 500px);
    }
}

@media (max-width: 699px) {
    .home-hero__inner {
        width: min(100% - 30px, 640px);
        gap: 42px;
        padding-block: 48px 64px;
    }

    .home-hero__eyebrow {
        margin-bottom: 17px;
        font-size: 0.68rem;
        line-height: 1.5;
    }

    .home-hero .home-hero__title {
        max-width: 100%;
        font-size: clamp(3.2rem, 14vw, 4.6rem);
        line-height: 0.96;
        letter-spacing: -0.035em;
        text-wrap: pretty;
    }

    .home-hero__title span {
        display: inline;
        white-space: normal;
    }

    .home-hero__support {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .home-hero__actions {
        margin-top: 28px;
    }

    .life-compass__visual {
        width: 100%;
        aspect-ratio: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .life-compass__geometry {
        display: none;
    }

    .life-compass__node {
        width: auto;
        min-height: 84px;
        position: static;
        order: 1;
        padding: 13px 12px;
        opacity: 1;
        transform: none;
        animation: none;
    }

    .life-compass__node.is-active {
        transform: none;
    }

    .life-compass__node.is-muted {
        opacity: 0.58;
    }

    .life-compass__content {
        width: 100%;
        min-height: 116px;
        position: static;
        grid-column: 1 / -1;
        order: 2;
        align-items: flex-start;
        gap: 8px;
        padding: 22px;
        border-radius: 18px;
        text-align: left;
        transform: none;
    }

    .life-compass__content.is-updating {
        animation: compass-copy-mobile-in 260ms ease-out both;
    }

    .life-compass__content strong {
        font-size: 1.45rem;
    }

    .life-compass__content span {
        font-size: 0.78rem;
    }

    @keyframes compass-copy-mobile-in {
        from {
            opacity: 0.45;
            transform: translateY(5px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 480px) {
    .home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__cta {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .life-compass__visual {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero--compass {
        scroll-behavior: auto;
    }

    .home-hero__eyebrow,
    .home-hero__title,
    .home-hero__support,
    .home-hero__actions,
    .life-compass__ring,
    .life-compass__path,
    .life-compass__node,
    .life-compass__content {
        animation: none !important;
        opacity: 1;
        transition: none !important;
    }

    .life-compass__path {
        stroke-dashoffset: 0;
    }
}

/* Homepage v16: Section 01 — The Progress Gambit */
#philosophy.philosophy-section {
    --chess-ivory: #fbf8f1;
    --chess-mist: #eee9f3;
    --chess-violet: #21175f;
    --chess-purple: #6a43dd;
    --chess-gold: #b98b3f;
    min-height: min(920px, calc(100vh - var(--cpb-nav-height, 88px)));
    padding-block: clamp(58px, 6.5vw, 94px);
    background:
        linear-gradient(90deg, transparent 0 49.96%, rgba(33, 23, 95, 0.055) 50%, transparent 50.04%),
        radial-gradient(circle at 18% 20%, rgba(106, 67, 221, 0.055), transparent 29%),
        var(--story-paper);
}

#philosophy .philosophy-section__layout {
    grid-template-columns: 52px minmax(330px, 0.78fr) minmax(520px, 1.22fr);
    align-items: center;
    gap: clamp(34px, 4vw, 66px);
}

#philosophy .philosophy-section__intro {
    position: relative;
    z-index: 1;
    padding-block: clamp(26px, 4vw, 64px);
}

#philosophy .philosophy-section__intro::before {
    width: 74px;
    height: 74px;
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -28px;
    content: "♙";
    color: rgba(106, 67, 221, 0.1);
    font: 400 7.5rem/1 Georgia, serif;
}

#philosophy .home-story-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--chess-purple);
}

#philosophy .home-story-eyebrow::before {
    width: 40px;
    height: 1px;
    content: "";
    background: currentColor;
}

#philosophy .home-story-title {
    max-width: 620px;
    font-size: clamp(3.65rem, 5.25vw, 5.4rem);
    line-height: 0.92;
}

#philosophy .home-story-support {
    max-width: 560px;
    padding-left: 24px;
    border-left: 2px solid rgba(106, 67, 221, 0.28);
}

#philosophy .philosophy-chess {
    width: min(100%, 650px);
    position: relative;
    justify-self: end;
    padding: clamp(22px, 2.7vw, 32px);
    overflow: visible;
    background: #f7f4fa;
    border: 1px solid #dfd7e8;
    border-radius: 8px 40px 8px 40px;
    box-shadow: 0 28px 80px rgba(23, 17, 77, 0.11);
}

#philosophy .philosophy-chess::before,
#philosophy .philosophy-chess::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

#philosophy .philosophy-chess::before {
    inset: 10px;
    border: 1px solid rgba(33, 23, 95, 0.08);
    border-radius: 5px 31px 5px 31px;
}

#philosophy .philosophy-chess::after {
    width: 74px;
    height: 74px;
    right: -16px;
    bottom: -16px;
    border-right: 2px solid var(--chess-gold);
    border-bottom: 2px solid var(--chess-gold);
}

#philosophy .philosophy-chess__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

#philosophy .philosophy-chess__header span {
    color: var(--chess-purple);
    font: 800 0.64rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.18em;
}

#philosophy .philosophy-chess__header strong {
    max-width: 220px;
    color: var(--chess-violet);
    font: 400 1.16rem/1.05 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    text-align: right;
}

#philosophy .philosophy-chess__board {
    width: min(100%, 500px);
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-inline: auto;
    padding: 8px;
    background: var(--chess-violet);
    border: 1px solid #140d43;
    box-shadow: 0 18px 42px rgba(23, 17, 77, 0.18), inset 0 0 0 4px rgba(255, 255, 255, 0.08);
}

#philosophy .philosophy-chess__square {
    min-width: 0;
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    background: var(--chess-ivory);
}

#philosophy .philosophy-chess__square.is-dark {
    background: #d8cfe2;
}

#philosophy .philosophy-chess__square.has-move {
    box-shadow: inset 0 0 0 2px rgba(185, 139, 63, 0.72);
}

#philosophy .philosophy-chess__square.has-move::after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
    background: var(--stage-color, var(--chess-purple));
    border: 2px solid var(--chess-ivory);
    border-radius: 50%;
}

#philosophy .philosophy-chess .philosophy-stage-control {
    width: 100%;
    height: 100%;
    position: relative;
    inset: auto;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 3px;
    color: var(--chess-violet);
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transform: none;
}

#philosophy .philosophy-chess .philosophy-stage-control::after {
    inset: 4px;
    border: 2px solid var(--stage-color);
    border-radius: 2px;
}

#philosophy .philosophy-stage-control__piece {
    font: 400 clamp(1.5rem, 2.4vw, 2.25rem)/0.8 Georgia, serif;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

#philosophy .philosophy-stage-control:hover .philosophy-stage-control__piece,
#philosophy .philosophy-stage-control:focus-visible .philosophy-stage-control__piece,
#philosophy .philosophy-stage-control.is-active .philosophy-stage-control__piece {
    color: var(--stage-color);
    transform: translateY(-2px) scale(1.12);
}

#philosophy .philosophy-stage-control.is-complete .philosophy-stage-control__piece {
    color: var(--stage-color);
    opacity: 0.68;
}

#philosophy .philosophy-stage-control__move,
#philosophy .philosophy-stage-control__label {
    position: absolute;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

#philosophy .philosophy-stage-control__move {
    top: 5px;
    left: 5px;
    color: rgba(33, 23, 95, 0.56);
    font-size: 0.42rem;
    letter-spacing: 0.06em;
}

#philosophy .philosophy-stage-control__label {
    right: 4px;
    bottom: 5px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    color: var(--chess-violet);
    font-size: clamp(0.34rem, 0.55vw, 0.48rem);
    text-overflow: ellipsis;
    white-space: nowrap;
}

#philosophy .philosophy-chess__file-labels {
    position: absolute;
    right: 8px;
    bottom: -17px;
    left: 8px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    color: #716987;
    font: 700 0.48rem/1 "Inter", Arial, sans-serif;
    text-align: center;
}

#philosophy .philosophy-chess__ledger {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    margin: 28px 0 0;
    padding: 14px 0 0;
    list-style: none;
    border-top: 1px solid #dfd7e8;
}

#philosophy .philosophy-chess__ledger li {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 5px 0;
    color: #696077;
    font: 500 0.62rem/1.25 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-chess__ledger li span {
    flex: 0 0 auto;
    color: var(--chess-purple);
    font-weight: 800;
    letter-spacing: 0.08em;
}

#philosophy .philosophy-chess__ledger li.is-complete {
    color: #8b8296;
    text-decoration: line-through;
    text-decoration-color: rgba(106, 67, 221, 0.32);
}

#philosophy .philosophy-chess__ledger li.is-active {
    color: var(--chess-violet);
    font-weight: 750;
}

#philosophy .philosophy-chess__ledger li.is-active span {
    color: var(--chess-gold);
}

#philosophy .philosophy-chess .philosophy-callout {
    min-height: 122px;
    margin-top: 8px;
    padding: 18px 4px 0;
    border-top-color: #dfd7e8;
}

#philosophy .philosophy-chess .philosophy-callout__copy > strong {
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
}

@media (max-width: 1180px) {
    #philosophy .philosophy-section__layout {
        grid-template-columns: 44px minmax(290px, 0.72fr) minmax(480px, 1.28fr);
        gap: 30px;
    }
}

@media (max-width: 960px) {
    #philosophy.philosophy-section {
        min-height: 0;
    }

    #philosophy .philosophy-section__layout {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    #philosophy .philosophy-section__intro,
    #philosophy .philosophy-chess {
        grid-column: 2;
    }

    #philosophy .philosophy-chess {
        width: min(100%, 680px);
        justify-self: start;
    }
}

@media (max-width: 699px) {
    #philosophy.philosophy-section {
        padding-block: 48px 64px;
    }

    #philosophy .philosophy-section__layout {
        display: block;
    }

    #philosophy .philosophy-section__layout > .home-story-number {
        display: block;
        margin-bottom: 44px;
    }

    #philosophy .home-story-title {
        font-size: clamp(3rem, 15vw, 4.2rem);
    }

    #philosophy .philosophy-chess {
        margin-top: 42px;
        padding: 18px;
        border-radius: 6px 28px 6px 28px;
    }

    #philosophy .philosophy-chess__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    #philosophy .philosophy-chess__header strong {
        text-align: left;
    }

    #philosophy .philosophy-chess__board {
        padding: 5px;
    }

    #philosophy .philosophy-stage-control__label {
        display: none;
    }

    #philosophy .philosophy-chess__ledger {
        grid-template-columns: 1fr;
    }

    #philosophy .philosophy-chess .philosophy-callout {
        min-height: 150px;
    }
}

/* Homepage priority course: selection-led second section */
.priority-course[hidden] {
    display: none;
}

.priority-course {
    --priority-color: #6a43dd;
    min-height: calc(100svh - var(--cpb-nav-height, 88px));
    display: grid;
    align-items: center;
    overflow: clip;
    color: #17114d;
    background: #f8f5fa;
    border-bottom: 1px solid #e2dce9;
    scroll-margin-top: var(--cpb-nav-height, 88px);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 420ms ease-out, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.priority-course.is-visible {
    opacity: 1;
    transform: none;
}

.priority-course__inner {
    width: min(1400px, calc(100% - clamp(64px, 7vw, 120px)));
    display: grid;
    grid-template-columns: minmax(320px, 0.7fr) minmax(610px, 1.3fr);
    align-items: center;
    gap: clamp(52px, 6vw, 96px);
    margin: 0 auto;
    padding-block: clamp(54px, 7vh, 82px);
}

.priority-course__intro {
    max-width: 520px;
}

.priority-course__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 18px;
    color: var(--priority-color);
    font: 750 0.7rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.priority-course__eyebrow::before {
    width: 30px;
    height: 1px;
    content: "";
    background: currentColor;
}

.priority-course__intro h2 {
    max-width: 520px;
    margin: 0;
    color: #17114d;
    font: 400 clamp(3.2rem, 4.6vw, 5rem)/0.94 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.priority-course__intro > p:not(.priority-course__eyebrow):not(.priority-course__record) {
    max-width: 500px;
    margin: 25px 0 0;
    color: #696477;
    font: 400 1rem/1.62 "Inter", Arial, sans-serif;
}

.priority-course__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.priority-course__primary,
.priority-course__reassign {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 11px 19px;
    border-radius: 999px;
    cursor: pointer;
    font: 750 0.75rem/1.2 "Inter", Arial, sans-serif;
    text-decoration: none;
    transition: color 200ms ease-out, background-color 200ms ease-out,
        border-color 200ms ease-out, transform 200ms ease-out;
}

.priority-course__primary {
    min-width: 190px;
    color: #fff;
    background: var(--priority-color);
    border: 1px solid var(--priority-color);
}

.priority-course__reassign {
    color: #17114d;
    background: transparent;
    border: 1px solid #d8d1df;
}

.priority-course__primary:hover,
.priority-course__primary:focus-visible,
.priority-course__reassign:hover,
.priority-course__reassign:focus-visible {
    transform: translateY(-1px);
}

.priority-course__primary:focus-visible,
.priority-course__reassign:focus-visible,
.priority-course__manage:focus-visible,
.priority-course__stage a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--priority-color) 35%, transparent);
    outline-offset: 3px;
}

.priority-course__record {
    margin: 17px 0 0;
    color: #7b7585;
    font: 500 0.68rem/1.45 "Inter", Arial, sans-serif;
}

.priority-course__manage {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: var(--priority-color);
    font: 700 0.68rem/1.4 "Inter", Arial, sans-serif;
    text-underline-offset: 3px;
}

.priority-course__map {
    width: min(100%, 760px);
    min-height: min(600px, calc(100svh - var(--cpb-nav-height, 88px) - 80px));
    position: relative;
    justify-self: end;
    isolation: isolate;
}

.priority-course__map::before,
.priority-course__map::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.priority-course__map::before {
    inset: 13% 10%;
    border: 1px solid color-mix(in srgb, var(--priority-color) 25%, #ded8e5);
    border-radius: 50%;
}

.priority-course__map::after {
    top: 50%;
    right: 13%;
    left: 13%;
    height: 1px;
    background: color-mix(in srgb, var(--priority-color) 18%, #ded8e5);
}

.priority-course__core {
    width: clamp(185px, 28%, 220px);
    aspect-ratio: 1;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    padding: 26px;
    color: #17114d;
    background: #fffefa;
    border: 1px solid color-mix(in srgb, var(--priority-color) 30%, #d8d1df);
    border-top: 4px solid var(--priority-color);
    border-radius: 50%;
    box-shadow: 0 22px 58px rgba(23, 17, 77, 0.13), inset 0 0 0 7px #fff,
        inset 0 0 0 8px rgba(23, 17, 77, 0.06);
    text-align: center;
    transform: translate(-50%, -50%);
}

.priority-course__core > small {
    color: var(--priority-color);
    font: 750 0.55rem/1.2 "Inter", Arial, sans-serif;
    letter-spacing: 0.15em;
}

.priority-course__glyph {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--priority-color);
}

.priority-course__glyph img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.priority-course__glyph > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--priority-color);
    border-radius: 50%;
    font: 700 1.15rem/1 "Inter", Arial, sans-serif;
}

.priority-course__glyph > span[hidden] {
    display: none;
}

.priority-course__core strong,
.priority-course__core > span:last-child {
    display: block;
}

.priority-course__core strong {
    max-width: 150px;
    font: 400 1.55rem/1 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    text-wrap: balance;
}

.priority-course__core > span:last-child {
    max-width: 135px;
    color: #736d7c;
    font: 550 0.6rem/1.35 "Inter", Arial, sans-serif;
}

.priority-course__stages {
    position: absolute;
    z-index: 2;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.priority-course__stage {
    width: clamp(140px, 22%, 170px);
    position: absolute;
}

.priority-course__stage a {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    padding: 13px 14px;
    color: #17114d;
    background: #fffefa;
    border: 1px solid #ded8e5;
    border-left: 3px solid var(--priority-color);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(23, 17, 77, 0.08);
    text-decoration: none;
    transition: border-color 200ms ease-out, box-shadow 200ms ease-out,
        transform 200ms ease-out;
}

.priority-course__stage a:hover,
.priority-course__stage a:focus-visible {
    border-color: var(--priority-color);
    box-shadow: 0 16px 36px rgba(23, 17, 77, 0.13);
    transform: translateY(-2px);
}

.priority-course__stage small {
    grid-row: 1 / 3;
    color: var(--priority-color);
    font: 750 0.55rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.08em;
}

.priority-course__stage strong {
    font: 700 0.74rem/1.2 "Inter", Arial, sans-serif;
}

.priority-course__stage span {
    color: #716b79;
    font: 500 0.56rem/1.35 "Inter", Arial, sans-serif;
}

.priority-course__stage--learn { top: 12%; left: 2%; }
.priority-course__stage--reflect { top: 1%; left: 50%; transform: translateX(-50%); }
.priority-course__stage--choose { top: 12%; right: 2%; }
.priority-course__stage--try { right: 2%; bottom: 12%; }
.priority-course__stage--track { bottom: 1%; left: 50%; transform: translateX(-50%); }
.priority-course__stage--review { bottom: 12%; left: 2%; }

@media (max-width: 1180px) {
    .priority-course {
        min-height: auto;
    }

    .priority-course__inner {
        width: min(920px, calc(100% - 64px));
        grid-template-columns: 1fr;
        gap: 46px;
        padding-block: 72px;
    }

    .priority-course__intro {
        max-width: 720px;
    }

    .priority-course__intro h2,
    .priority-course__intro > p:not(.priority-course__eyebrow):not(.priority-course__record) {
        max-width: 700px;
    }

    .priority-course__map {
        width: min(100%, 760px);
        min-height: 570px;
        justify-self: center;
    }
}

@media (max-width: 760px) {
    .priority-course__inner {
        width: min(100% - 30px, 640px);
        gap: 38px;
        padding-block: 56px;
    }

    .priority-course__intro h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .priority-course__map {
        min-height: 0;
        display: grid;
        gap: 18px;
    }

    .priority-course__map::before,
    .priority-course__map::after {
        display: none;
    }

    .priority-course__core {
        width: min(230px, 72vw);
        position: static;
        justify-self: center;
        transform: none;
    }

    .priority-course__stages {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .priority-course__stage,
    .priority-course__stage--learn,
    .priority-course__stage--reflect,
    .priority-course__stage--choose,
    .priority-course__stage--try,
    .priority-course__stage--track,
    .priority-course__stage--review {
        width: auto;
        position: static;
        transform: none;
    }

    .priority-course__stage a {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .priority-course__stages {
        grid-template-columns: 1fr;
    }

    .priority-course__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .priority-course__primary,
    .priority-course__reassign {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .priority-course {
        transition: none;
    }
}

/* Homepage v13: Sections 01–04 */
.home-story-section,
.closing-loop-section {
    --story-paper: #fefdfb;
    --story-soft: #f6f3f9;
    --story-ink: #17114d;
    --story-violet: #6a43dd;
    --story-muted: #696477;
    --story-line: #e6e0eb;
    position: relative;
    scroll-margin-top: calc(var(--cpb-nav-height, 88px) + 20px);
}

.home-story-section {
    overflow: clip;
    padding-block: clamp(76px, 8.5vw, 124px);
    color: var(--story-ink);
    background: var(--story-paper);
    border-bottom: 1px solid var(--story-line);
}

.home-story-container {
    width: min(1360px, calc(100% - clamp(48px, 7vw, 112px)));
    margin-inline: auto;
}

.home-story-number {
    color: #8f879b;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.4rem, 1.7vw, 1.75rem);
    line-height: 1;
}

.home-story-eyebrow {
    margin: 0 0 clamp(22px, 2.5vw, 29px);
    color: var(--story-violet);
    font: 700 clamp(0.72rem, 0.78vw, 0.8rem)/1.35 "Inter", Arial, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-story-title {
    max-width: 850px;
    margin: 0;
    color: var(--story-ink);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(3.75rem, 5.7vw, 5.75rem);
    font-weight: 550;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.home-story-title span {
    display: block;
}

.home-story-support {
    max-width: 640px;
    margin: clamp(27px, 3vw, 36px) 0 0;
    color: var(--story-muted);
    font: 400 clamp(1rem, 1.15vw, 1.07rem)/1.68 "Inter", Arial, sans-serif;
}

.home-anchor-alias {
    position: absolute;
    inset: 0 auto auto 0;
    pointer-events: none;
}

.home-story-section.is-enhanced .home-story-number,
.home-story-section.is-enhanced .home-story-eyebrow,
.home-story-section.is-enhanced .home-story-title,
.home-story-section.is-enhanced .home-story-support,
.closing-loop-section.is-enhanced .home-story-number,
.closing-loop-section.is-enhanced .home-story-eyebrow,
.closing-loop-section.is-enhanced .home-story-title,
.closing-loop-section.is-enhanced .closing-loop-content__support,
.closing-loop-section.is-enhanced .closing-loop-content__urgency {
    opacity: 0;
    transform: translateY(15px);
}

.home-story-section.is-enhanced.is-revealed .home-story-number,
.home-story-section.is-enhanced.is-revealed .home-story-eyebrow,
.home-story-section.is-enhanced.is-revealed .home-story-title,
.home-story-section.is-enhanced.is-revealed .home-story-support,
.closing-loop-section.is-enhanced.is-revealed .home-story-number,
.closing-loop-section.is-enhanced.is-revealed .home-story-eyebrow,
.closing-loop-section.is-enhanced.is-revealed .home-story-title,
.closing-loop-section.is-enhanced.is-revealed .closing-loop-content__support,
.closing-loop-section.is-enhanced.is-revealed .closing-loop-content__urgency {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 560ms ease-out, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-story-section.is-revealed .home-story-title,
.closing-loop-section.is-revealed .home-story-title {
    transition-delay: 70ms;
}

.home-story-section.is-revealed .home-story-support,
.closing-loop-section.is-revealed .closing-loop-content__support {
    transition-delay: 145ms;
}

/* Section 01 — From Nudge to Momentum */
.philosophy-section__layout {
    display: grid;
    grid-template-columns: 64px minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: clamp(46px, 5vw, 76px);
}

.philosophy-section__layout > .home-story-number {
    align-self: start;
    padding-top: 4px;
}

.philosophy-journey {
    width: min(100%, 540px);
    justify-self: end;
    padding: clamp(27px, 3vw, 37px);
    border: 1px solid var(--story-line);
    border-radius: 32px;
    background: var(--story-soft);
}

.philosophy-section.is-enhanced:not(.is-revealed) .philosophy-journey {
    opacity: 0;
    transform: translateY(18px);
}

.philosophy-section.is-enhanced.is-revealed .philosophy-journey {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 620ms 180ms ease-out, transform 720ms 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.philosophy-journey__label {
    margin: 0;
    color: #7a7187;
    font: 700 0.7rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.17em;
}

.philosophy-progress {
    position: relative;
    min-height: 365px;
    margin-top: 8px;
}

.philosophy-progress__path {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
    stroke-linecap: round;
}

.philosophy-progress__base {
    stroke: #d9d1e2;
    stroke-width: 2;
}

.philosophy-progress__segment {
    stroke: var(--story-violet);
    stroke-width: 3;
    opacity: 0;
    transition: opacity 280ms ease-out, stroke-width 280ms ease-out;
}

.philosophy-progress__segment.is-complete,
.philosophy-progress__segment.is-active {
    opacity: 1;
}

.philosophy-progress__segment.is-active {
    stroke-width: 4;
}

.philosophy-progress__nodes {
    position: absolute;
    inset: 0;
}

.philosophy-node {
    width: 132px;
    min-height: 74px;
    position: absolute;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 4px 8px;
    padding: 10px 12px;
    color: var(--story-muted);
    background: rgba(254, 253, 251, 0.9);
    border: 1px solid var(--story-line);
    border-radius: 16px;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 10px 34px rgba(23, 17, 77, 0.04);
    transform: translate(-50%, -50%);
    transition: color 280ms ease-out, border-color 280ms ease-out,
        background-color 280ms ease-out, transform 280ms ease-out, box-shadow 280ms ease-out;
}

.philosophy-node--1 { left: 29%; top: 66%; }
.philosophy-node--2 { left: 61%; top: 41%; }
.philosophy-node--3 { left: 88%; top: 16%; }

.philosophy-node__marker {
    width: 18px;
    height: 18px;
    grid-row: 1 / span 2;
    border: 4px solid var(--story-soft);
    border-radius: 50%;
    background: #a39aaa;
    box-shadow: 0 0 0 1px #a39aaa;
}

.philosophy-node__number {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.philosophy-node strong {
    color: var(--story-ink);
    font-size: 0.92rem;
    line-height: 1.15;
}

.philosophy-node__statement,
.philosophy-node__explanation {
    grid-column: 1 / -1;
    display: block;
    color: var(--story-muted);
    font-size: 0.74rem;
    line-height: 1.45;
}

.philosophy-section.is-enhanced .philosophy-node__statement,
.philosophy-section.is-enhanced .philosophy-node__explanation {
    display: none;
}

.philosophy-node.is-active,
.philosophy-node:hover,
.philosophy-node:focus-visible {
    color: var(--story-violet);
    background: var(--story-paper);
    border-color: var(--story-violet);
    box-shadow: 0 15px 38px rgba(106, 67, 221, 0.12);
}

.philosophy-node.is-active {
    transform: translate(-50%, -50%) scale(1.07);
}

.philosophy-node.is-active .philosophy-node__marker {
    background: var(--story-violet);
    box-shadow: 0 0 0 1px var(--story-violet), 0 0 0 9px rgba(106, 67, 221, 0.1);
}

.philosophy-node.is-complete .philosophy-node__marker {
    background: var(--story-violet);
    box-shadow: 0 0 0 1px var(--story-violet);
}

.philosophy-detail {
    min-height: 156px;
    display: grid;
    align-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 22px 24px;
    border-top: 1px solid var(--story-line);
}

.philosophy-detail > span {
    color: var(--story-violet);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.philosophy-detail > strong {
    color: var(--story-ink);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 550;
    line-height: 1.15;
}

.philosophy-detail > p {
    margin: 0;
    color: var(--story-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.philosophy-detail.is-updating {
    animation: philosophy-detail-in 280ms ease-out both;
}

@keyframes philosophy-detail-in {
    from { opacity: 0.45; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Section 02 — Interactive Story Archetypes */
.story-archetypes-section {
    background: var(--story-soft);
}

.story-archetypes-section__layout {
    display: grid;
    grid-template-columns: 64px minmax(350px, 0.82fr) minmax(560px, 1.18fr);
    align-items: start;
    gap: clamp(45px, 5vw, 75px);
}

.story-archetypes-section__layout > .home-story-number {
    padding-top: 4px;
}

.story-archetypes-intro__closing {
    max-width: 450px;
    margin: 32px 0 0;
    padding-top: 22px;
    color: var(--story-ink);
    border-top: 2px solid rgba(106, 67, 221, 0.32);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.15rem, 1.45vw, 1.34rem);
    line-height: 1.45;
}

.story-archetypes__experience {
    min-width: 0;
}

.archetype-selector__prompt {
    margin: 0 0 16px;
    color: #766d82;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.archetype-selector {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.archetype-entry {
    grid-column: 1 / -1;
}

.story-archetypes-section.is-enhanced .archetype-entry {
    display: contents;
}

.archetype-character {
    min-width: 0;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 13px;
    color: var(--story-muted);
    background: rgba(254, 253, 251, 0.5);
    border: 1px solid var(--story-line);
    border-radius: 20px;
    cursor: pointer;
    text-align: left;
    transition: color 300ms ease-out, background-color 300ms ease-out,
        border-color 300ms ease-out, transform 300ms ease-out, box-shadow 300ms ease-out;
}

.archetype-illustration {
    width: 76px;
    height: 76px;
    align-self: center;
    margin-bottom: 2px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.archetype-illustration .motif--accent {
    stroke: var(--story-violet);
    transition: opacity 320ms ease-out, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center;
}

.archetype-character__number {
    color: var(--story-violet);
    font-size: 0.61rem;
    font-weight: 750;
    letter-spacing: 0.1em;
}

.archetype-character strong {
    color: var(--story-ink);
    font-size: 0.78rem;
    line-height: 1.2;
}

.archetype-character small {
    color: var(--story-muted);
    font-size: 0.58rem;
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.archetype-entry.is-active .archetype-character,
.archetype-character:hover,
.archetype-character:focus-visible {
    color: var(--story-ink);
    background: var(--story-paper);
    border-color: rgba(106, 67, 221, 0.72);
    box-shadow: 0 15px 36px rgba(23, 17, 77, 0.07);
}

.archetype-entry.is-active .archetype-character {
    transform: translateY(-2px) scale(1.04);
}

.archetype-entry.is-active .archetype-illustration .motif--accent {
    transform: scale(1.08);
}

.archetype-entry.is-active .archetype-illustration--open-tabber .motif--one {
    animation: archetype-tab-one 460ms ease-out both;
}

.archetype-entry.is-active .archetype-illustration--open-tabber .motif--two {
    animation: archetype-tab-two 460ms ease-out both;
}

.archetype-entry.is-active .archetype-illustration--rhythm-restarter .motif--loop {
    animation: archetype-loop-draw 520ms ease-out both;
}

.archetype-entry.is-active .archetype-illustration--milestone-collector .motif--accent {
    animation: archetype-milestone 480ms ease-out both;
}

.archetype-entry.is-active .archetype-illustration--plot-rewriter .motif--accent {
    animation: archetype-path-draw 520ms ease-out both;
}

@keyframes archetype-tab-one {
    from { transform: translate(5px, 3px); opacity: 0.55; }
    to { transform: translate(0); opacity: 1; }
}

@keyframes archetype-tab-two {
    from { transform: translate(-5px, 4px); opacity: 0.55; }
    to { transform: translate(0); opacity: 1; }
}

@keyframes archetype-loop-draw {
    from { stroke-dasharray: 8 18; stroke-dashoffset: 20; }
    to { stroke-dasharray: 86 10; stroke-dashoffset: 0; }
}

@keyframes archetype-milestone {
    from { opacity: 0.2; transform: scale(0.72); }
    to { opacity: 1; transform: scale(1.08); }
}

@keyframes archetype-path-draw {
    from { stroke-dasharray: 1 80; stroke-dashoffset: 30; opacity: 0.35; }
    to { stroke-dasharray: 80 1; stroke-dashoffset: 0; opacity: 1; }
}

.archetype-story-stage {
    min-height: 344px;
    position: relative;
    grid-column: 1 / -1;
    margin-top: 22px;
}

.archetype-story-stage[hidden] {
    display: none;
}

.archetype-story-stage__layer {
    position: absolute;
    inset: 8px 14px -8px;
    border: 1px solid var(--story-line);
    border-radius: 25px;
    background: #f8f5fa;
}

.archetype-story-stage__layer--one {
    transform: rotate(0.65deg) translateY(4px);
}

.archetype-story-stage__layer--two {
    transform: rotate(-0.65deg) translateY(9px);
}

.archetype-story-card {
    min-height: 334px;
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    padding: clamp(30px, 3vw, 42px);
    border: 1px solid var(--story-line);
    border-radius: 24px;
    background: var(--story-paper);
    box-shadow: 0 18px 50px rgba(23, 17, 77, 0.06);
}

.archetype-story-card__meta,
.archetype-story-card__need {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
}

.archetype-story-card__meta { color: var(--story-ink); }
.archetype-story-card__meta span { color: var(--story-violet); }
.archetype-story-card__need { margin-top: 6px; color: var(--story-muted); }

.archetype-story-card blockquote {
    max-width: 590px;
    margin: 21px 0 0;
    color: var(--story-ink);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.8rem, 2.7vw, 2.45rem);
    font-weight: 550;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.archetype-story-card__story {
    max-width: 580px;
    margin: 20px 0 0;
    color: var(--story-muted);
    font-size: 0.94rem;
    line-height: 1.64;
}

.archetype-starting-point {
    margin-top: 24px;
    padding-top: 19px;
    border-top: 1px solid var(--story-line);
}

.archetype-starting-point span {
    color: var(--story-violet);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.archetype-starting-point p {
    margin: 7px 0 0;
    color: var(--story-ink);
    font-size: 1rem;
    font-weight: 550;
    line-height: 1.5;
}

.archetype-story-stage.is-entering .archetype-story-card {
    animation: archetype-story-in 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes archetype-story-in {
    from { opacity: 0.3; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.story-archetypes__summary {
    max-width: 575px;
    margin: 25px 0 0;
    color: var(--story-muted);
    font-size: 0.92rem;
    line-height: 1.62;
}

.story-archetypes-section.is-enhanced:not(.is-revealed) .story-archetypes__experience,
.story-archetypes-section.is-enhanced:not(.is-revealed) .story-archetypes-intro__closing {
    opacity: 0;
    transform: translateY(17px);
}

.story-archetypes-section.is-enhanced.is-revealed .story-archetypes__experience,
.story-archetypes-section.is-enhanced.is-revealed .story-archetypes-intro__closing {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 620ms 190ms ease-out, transform 720ms 190ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Section 03 — The Fulfilled Life System */
.life-system-header {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: clamp(45px, 5vw, 72px);
}

.life-system-header .home-story-support {
    max-width: 750px;
}

.life-system__enhanced {
    display: none;
    grid-template-columns: minmax(600px, 1.65fr) minmax(310px, 0.78fr);
    align-items: center;
    gap: clamp(42px, 5vw, 68px);
    margin-top: clamp(58px, 6vw, 78px);
}

.life-system-section.is-enhanced .life-system__enhanced {
    display: grid;
}

.life-system-section.is-enhanced .life-system__fallback {
    display: none;
}

.life-system-section.is-enhanced:not(.is-revealed) .life-system__enhanced {
    opacity: 0;
    transform: translateY(18px);
}

.life-system-section.is-enhanced.is-revealed .life-system__enhanced {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 680ms 180ms ease-out, transform 760ms 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.life-system-section.is-enhanced:not(.is-revealed) .life-system-orbit {
    stroke-dasharray: 1 12;
    stroke-dashoffset: 40;
    opacity: 0;
}

.life-system-section.is-enhanced.is-revealed .life-system-orbit {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 850ms ease-out, opacity 420ms ease-out,
        stroke 300ms ease-out, stroke-width 300ms ease-out;
}

.life-system-stage {
    min-width: 0;
}

.life-system-stage__instruction {
    margin: 0 0 12px;
    color: var(--story-muted);
    font-size: 0.78rem;
}

.life-system-orbits {
    min-height: 560px;
    position: relative;
    overflow: clip;
    border: 1px solid var(--story-line);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(246, 243, 249, 0.6), rgba(254, 253, 251, 0.4));
}

.life-system-orbits__geometry {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
}

.life-system-orbit {
    stroke: #ddd6e5;
    stroke-width: 1.3;
    vector-effect: non-scaling-stroke;
    transition: stroke 300ms ease-out, stroke-width 300ms ease-out, opacity 300ms ease-out;
}

.life-system-orbit.is-active {
    stroke: var(--active-orbit-color, var(--story-violet));
    stroke-width: 2.2;
}

.life-system-orbit.is-muted {
    opacity: 0.48;
}

.life-system-core {
    width: clamp(128px, 14vw, 154px);
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    display: grid;
    place-content: center;
    gap: 4px;
    padding: 18px;
    color: var(--story-ink);
    background: rgba(254, 253, 251, 0.96);
    border: 1px solid rgba(106, 67, 221, 0.55);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 15px 44px rgba(23, 17, 77, 0.08);
    transform: translate(-50%, -50%);
    transition: border-color 260ms ease-out, transform 260ms ease-out, box-shadow 260ms ease-out;
}

.life-system-core::before {
    position: absolute;
    inset: -11px;
    content: "";
    border: 1px solid rgba(106, 67, 221, 0.19);
    border-radius: 50%;
}

.life-system-core:hover,
.life-system-core:focus-visible {
    border-color: var(--story-violet);
    box-shadow: 0 18px 48px rgba(106, 67, 221, 0.14);
    transform: translate(-50%, -50%) scale(1.03);
}

.life-system-core span {
    color: var(--story-violet);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.life-system-core strong {
    max-width: 92px;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.06;
}

.life-system-planet-shell {
    width: 142px;
    height: 142px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    will-change: transform;
}

.life-system-planet-shell--wellbeing { left: 27%; top: 69%; }
.life-system-planet-shell--fulfillment { left: 79%; top: 27%; }
.life-system-planet-shell--active-living { left: 72%; top: 76%; }
.life-system-planet-shell--belonging { left: 18%; top: 22%; }

.life-system-planet {
    width: 84px;
    min-height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 11px 8px;
    color: var(--pillar-color);
    background: var(--pillar-soft);
    background: color-mix(in srgb, var(--pillar-soft) 78%, #fff 22%);
    border: 1.5px solid var(--pillar-color);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(23, 17, 77, 0.06);
    transform: translate(-50%, -50%);
    transition: opacity 280ms ease-out, transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 280ms ease-out, border-width 280ms ease-out;
}

.life-system-planet svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.life-system-planet strong {
    position: absolute;
    left: 50%;
    top: calc(100% + 9px);
    width: 132px;
    color: var(--story-ink);
    font-size: 0.71rem;
    line-height: 1.15;
    text-align: center;
    transform: translateX(-50%);
}

.life-system-planet__state {
    position: absolute;
    left: 50%;
    top: calc(100% + 27px);
    color: var(--pillar-color);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    opacity: 0;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.life-system-planet-shell.is-active .life-system-planet {
    border-width: 2px;
    box-shadow: 0 16px 38px color-mix(in srgb, var(--pillar-color) 18%, transparent);
    transform: translate(-50%, -50%) scale(1.1);
}

.life-system-planet-shell.is-active .life-system-planet__state {
    opacity: 1;
}

.life-system-planet-shell.is-muted .life-system-planet {
    opacity: 0.56;
}

.life-system-moons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.life-system-moon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.4;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(calc(var(--moon-index) * 90deg)) translateX(49px) rotate(calc(var(--moon-index) * -90deg));
    transition: opacity 280ms ease-out, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.life-system-moon > span {
    width: 8px;
    height: 8px;
    border: 1px solid var(--pillar-color);
    border-radius: 50%;
    background: var(--story-paper);
}

.life-system-planet-shell.is-active .life-system-moons {
    transform: rotate(24deg);
}

.life-system-planet-shell.is-active .life-system-moon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(calc(var(--moon-index) * 90deg - 24deg)) translateX(62px) rotate(calc(var(--moon-index) * -90deg + 24deg));
}

.life-system-moon.is-active > span,
.life-system-moon:hover > span,
.life-system-moon:focus-visible > span {
    background: var(--pillar-color);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--pillar-color) 13%, transparent);
}

.life-system-motion-control {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 9px 15px;
    color: var(--story-ink);
    background: transparent;
    border: 1px solid var(--story-line);
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 650;
}

.life-system-motion-control:hover,
.life-system-motion-control:focus-visible,
.life-system-motion-control[aria-pressed="true"] {
    color: #fff;
    background: var(--story-ink);
    border-color: var(--story-ink);
}

.life-system-detail {
    min-height: 530px;
    padding: clamp(28px, 3vw, 39px);
    border: 1px solid var(--story-line);
    border-radius: 28px;
    background: var(--story-soft);
}

.life-system-detail__panel[hidden] {
    display: none;
}

.life-system-detail__panel > span {
    color: var(--story-violet);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.life-system-detail__panel h3 {
    margin: 15px 0 0;
    color: var(--story-ink);
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.85rem);
    font-weight: 550;
    line-height: 1;
}

.life-system-detail__panel > p {
    margin: 18px 0 0;
    color: var(--story-muted);
    font-size: 0.94rem;
    line-height: 1.63;
}

.life-system-detail__panel > small {
    display: block;
    margin-top: 25px;
    color: var(--story-ink);
    font-size: 0.79rem;
    font-weight: 650;
    line-height: 1.5;
}

.life-system-detail__moons {
    display: grid;
    gap: 8px;
    margin-top: 26px;
}

.life-system-detail__moons > small {
    margin-bottom: 3px;
    color: var(--story-muted);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.life-system-detail__moons button {
    display: grid;
    gap: 2px;
    padding: 9px 11px;
    color: var(--story-ink);
    background: rgba(254, 253, 251, 0.72);
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
}

.life-system-detail__moons button strong {
    font-size: 0.76rem;
}

.life-system-detail__moons button span {
    color: var(--story-muted);
    font-size: 0.68rem;
    line-height: 1.4;
}

.life-system-detail__moons button.is-active,
.life-system-detail__moons button:hover,
.life-system-detail__moons button:focus-visible {
    border-color: var(--active-pillar-color, var(--story-violet));
    background: var(--story-paper);
}

.life-system-detail__cta {
    display: inline-flex;
    gap: 9px;
    margin-top: 27px;
    color: var(--active-pillar-color, var(--story-violet));
    font-size: 0.9rem;
    font-weight: 650;
    text-underline-offset: 4px;
}

.life-system-detail__cta span {
    transition: transform 220ms ease-out;
}

.life-system-detail__cta:hover span,
.life-system-detail__cta:focus-visible span {
    transform: translateX(4px);
}

.life-system-detail__panel.is-entering {
    animation: life-system-detail-in 300ms ease-out both;
}

@keyframes life-system-detail-in {
    from { opacity: 0.35; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

.life-system__fallback {
    margin-top: clamp(55px, 6vw, 76px);
}

.life-system__fallback-core {
    width: 130px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    gap: 3px;
    margin: 0 auto 34px;
    border: 1px solid var(--story-violet);
    border-radius: 50%;
    text-align: center;
}

.life-system__fallback-core span {
    color: var(--story-violet);
    font-size: 0.62rem;
    letter-spacing: 0.15em;
}

.life-system__fallback-core strong {
    max-width: 90px;
    font-family: "Bodoni Moda", Georgia, serif;
    line-height: 1.05;
}

.life-system__fallback-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.life-system__fallback-grid article {
    padding: 24px;
    border: 1px solid var(--story-line);
    border-top: 3px solid var(--pillar-color);
    border-radius: 20px;
    background: #fff;
}

.life-system__fallback-grid article > span {
    color: var(--pillar-color);
    font-size: 0.65rem;
    font-weight: 700;
}

.life-system__fallback-grid h3 {
    margin: 8px 0 0;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 1.7rem;
}

.life-system__fallback-grid p,
.life-system__fallback-grid li {
    color: var(--story-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.life-system__fallback-grid a {
    color: var(--story-ink);
    text-underline-offset: 3px;
}

/* Section 04 — Close the Loop */
.closing-loop-section {
    overflow: clip;
    padding-block: clamp(88px, 8.5vw, 124px);
    color: #fefdfb;
    background: #17114d;
    border-bottom: 1px solid rgba(254, 253, 251, 0.14);
}

.closing-loop-section__layout {
    display: grid;
    grid-template-columns: 64px minmax(510px, 1.08fr) minmax(420px, 0.92fr);
    grid-template-areas:
        "number content visual"
        ". secondary visual";
    align-items: center;
    gap: 18px clamp(48px, 5.5vw, 82px);
}

.closing-loop-section .home-story-number {
    grid-area: number;
    align-self: start;
    padding-top: 4px;
    color: #b7acc8;
}

.closing-loop-content {
    grid-area: content;
}

.closing-loop-section .home-story-eyebrow {
    color: #a98cf8;
}

.closing-loop-section .home-story-title {
    color: #fefdfb;
    font-size: clamp(3.9rem, 5.7vw, 6.05rem);
}

.closing-loop-content__support {
    max-width: 620px;
    margin: clamp(28px, 3vw, 36px) 0 0;
    color: #d8d2e3;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.68;
}

.closing-loop-content__urgency {
    max-width: 530px;
    margin: 25px 0 0;
    padding-left: 18px;
    color: #fefdfb;
    border-left: 2px solid #8d70f2;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.25rem, 1.65vw, 1.48rem);
    line-height: 1.42;
}

.closing-loop-actions {
    margin-top: 31px;
}

.closing-loop-actions__context {
    display: block;
    margin-bottom: 10px;
    color: #bcaaf0;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.closing-loop-actions__context[hidden] {
    display: none;
}

.closing-loop-primary {
    min-width: 245px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 29px;
    color: #17114d;
    background: #fefdfb;
    border: 1px solid #fefdfb;
    border-radius: 18px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 240ms ease-out, background-color 240ms ease-out,
        transform 240ms ease-out, box-shadow 240ms ease-out;
}

.closing-loop-primary > span:last-child {
    transition: transform 240ms ease-out;
}

.closing-loop-primary:hover,
.closing-loop-primary:focus-visible {
    background: #f6f3f9;
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}

.closing-loop-primary:hover > span:last-child,
.closing-loop-primary:focus-visible > span:last-child {
    transform: translateX(4px);
}

.closing-loop-actions > p {
    margin: 12px 0 0;
    color: #c9c1d5;
    font-size: 0.82rem;
    line-height: 1.5;
}

.closing-loop-visual {
    width: min(100%, 520px);
    position: relative;
    grid-area: visual;
    justify-self: end;
    margin: 0;
    aspect-ratio: 1;
}

.closing-loop-ring {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    fill: none;
    transform: rotate(-90deg);
}

.closing-loop-ring__guide,
.closing-loop-ring__arc,
.closing-loop-gap {
    vector-effect: non-scaling-stroke;
}

.closing-loop-ring__guide {
    stroke: rgba(254, 253, 251, 0.13);
    stroke-width: 3;
}

.closing-loop-ring__arc {
    stroke: var(--arc-color);
    stroke-width: 7;
    stroke-linecap: round;
}

.closing-loop-gap {
    stroke: var(--closing-gap-color, #8d70f2);
    stroke-width: 8;
    stroke-linecap: round;
    opacity: 0;
    transition: opacity 280ms ease-out;
}

.closing-loop-marker {
    fill: #8d70f2;
    stroke: #17114d;
    stroke-width: 4;
    transform-origin: center;
}

.closing-loop-section.is-loop-complete .closing-loop-gap {
    opacity: 1;
}

.closing-loop-section.is-loop-complete .closing-loop-marker {
    opacity: 0.25;
}

.closing-loop-visual__centre {
    width: 205px;
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-content: center;
    gap: 4px;
    color: #fefdfb;
    border: 1px solid rgba(254, 253, 251, 0.16);
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: border-color 280ms ease-out, transform 280ms ease-out;
}

.closing-loop-visual__centre span,
.closing-loop-visual__centre small {
    color: #c7bdd6;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.closing-loop-visual__centre strong {
    max-width: 145px;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.7rem, 2.5vw, 2.3rem);
    font-weight: 550;
    line-height: 1.03;
}

.closing-loop-section.is-loop-complete .closing-loop-visual__centre {
    border-color: #8d70f2;
    transform: translate(-50%, -50%) scale(1.025);
}

.closing-loop-visual__marker-label {
    position: absolute;
    right: 4%;
    bottom: 25%;
    color: #bcaaf0;
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.closing-loop-legend {
    position: absolute;
    left: 50%;
    bottom: -2px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 7px 20px;
    color: #d8d2e3;
    font-size: 0.66rem;
    transform: translateX(-50%);
}

.closing-loop-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.closing-loop-legend span::before {
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: var(--legend-color);
}

.closing-loop-secondary {
    width: max-content;
    grid-area: secondary;
    color: #d8d2e3;
    font-size: 0.84rem;
    font-weight: 600;
    text-underline-offset: 5px;
}

.closing-loop-secondary span {
    display: inline-block;
    transition: transform 220ms ease-out;
}

.closing-loop-secondary:hover span,
.closing-loop-secondary:focus-visible span {
    transform: translateY(-3px);
}

.closing-loop-section.is-enhanced:not(.is-revealed) .closing-loop-ring__arc {
    stroke-dasharray: 0 100;
    opacity: 0;
}

.closing-loop-section.is-enhanced.is-revealed .closing-loop-ring__arc {
    opacity: 1;
    transition: stroke-dasharray 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease-out;
}

.closing-loop-section.is-revealed .closing-loop-ring__arc--fulfillment { transition-delay: 100ms; }
.closing-loop-section.is-revealed .closing-loop-ring__arc--active-living { transition-delay: 200ms; }
.closing-loop-section.is-revealed .closing-loop-ring__arc--belonging { transition-delay: 300ms; }

.closing-loop-section.is-enhanced:not(.is-revealed) .closing-loop-marker {
    opacity: 0;
}

.closing-loop-section.is-enhanced.is-revealed .closing-loop-marker {
    animation: closing-marker-in 520ms 650ms ease-out both;
}

@keyframes closing-marker-in {
    from { opacity: 0; transform: scale(0.55); }
    65% { opacity: 1; transform: scale(1.28); }
    to { opacity: 1; transform: scale(1); }
}

.philosophy-node:focus-visible,
.archetype-character:focus-visible,
.life-system-core:focus-visible,
.life-system-planet:focus-visible,
.life-system-moon:focus-visible,
.life-system-detail__moons button:focus-visible,
.life-system-motion-control:focus-visible,
.closing-loop-primary:focus-visible,
.closing-loop-secondary:focus-visible {
    outline: 3px solid #9a7ef0;
    outline-offset: 4px;
}

@media (max-width: 1120px) {
    .philosophy-section__layout,
    .story-archetypes-section__layout {
        grid-template-columns: 54px minmax(0, 0.95fr) minmax(410px, 1.05fr);
        gap: 36px;
    }

    .home-story-title {
        font-size: clamp(3.45rem, 5.8vw, 5.2rem);
    }

    .life-system__enhanced {
        grid-template-columns: minmax(540px, 1.45fr) minmax(285px, 0.75fr);
        gap: 32px;
    }

    .life-system-orbits {
        min-height: 520px;
    }

    .closing-loop-section__layout {
        grid-template-columns: 54px minmax(450px, 1.08fr) minmax(360px, 0.92fr);
        gap: 18px 40px;
    }
}

@media (max-width: 960px) {
    .home-story-container {
        width: min(920px, calc(100% - 64px));
    }

    .philosophy-section__layout,
    .story-archetypes-section__layout {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 28px 34px;
    }

    .philosophy-section__layout > .home-story-number,
    .story-archetypes-section__layout > .home-story-number {
        grid-row: 1 / span 2;
    }

    .philosophy-section__intro,
    .story-archetypes-intro,
    .philosophy-journey,
    .story-archetypes__experience {
        grid-column: 2;
    }

    .philosophy-journey {
        width: min(100%, 620px);
        justify-self: start;
        margin-top: 18px;
    }

    .story-archetypes__experience {
        margin-top: 22px;
    }

    .life-system__enhanced {
        grid-template-columns: 1fr;
    }

    .life-system-orbits {
        min-height: 560px;
    }

    .life-system-detail {
        min-height: 0;
    }

    .closing-loop-section__layout {
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-areas:
            "number content"
            ". visual"
            ". secondary";
        align-items: start;
    }

    .closing-loop-visual {
        justify-self: start;
        margin-top: 32px;
    }
}

@media (max-width: 699px) {
    .home-story-section {
        padding-block: 68px 74px;
    }

    .home-story-container {
        width: min(100% - 36px, 640px);
    }

    .home-story-title,
    .closing-loop-section .home-story-title {
        font-size: clamp(3rem, 13vw, 4.25rem);
        line-height: 0.97;
        letter-spacing: -0.038em;
    }

    .home-story-title span {
        display: inline;
    }

    .home-story-title span::after {
        content: " ";
    }

    .philosophy-section__layout,
    .story-archetypes-section__layout,
    .life-system-header {
        display: block;
    }

    .philosophy-section__layout > .home-story-number,
    .story-archetypes-section__layout > .home-story-number,
    .life-system-header > .home-story-number {
        display: block;
        margin-bottom: 30px;
    }

    .philosophy-journey {
        width: 100%;
        margin-top: 42px;
        padding: 22px;
        border-radius: 24px;
    }

    .philosophy-progress {
        min-height: 0;
        margin-top: 18px;
    }

    .philosophy-progress__path {
        display: none;
    }

    .philosophy-progress__nodes {
        position: static;
        display: grid;
        gap: 12px;
    }

    .philosophy-node,
    .philosophy-node.is-active {
        width: 100%;
        min-height: 0;
        position: static;
        display: grid;
        grid-template-columns: 24px 42px 1fr;
        gap: 5px 9px;
        padding: 18px;
        transform: none;
    }

    .philosophy-node__marker {
        grid-row: 1 / span 3;
    }

    .philosophy-node__number {
        grid-column: 2;
    }

    .philosophy-node strong {
        grid-column: 3;
        grid-row: 1;
        font-size: 1rem;
    }

    .philosophy-section.is-enhanced .philosophy-node__statement {
        grid-column: 2 / -1;
        display: block;
        color: var(--story-ink);
        font-size: 0.82rem;
    }

    .philosophy-section.is-enhanced .philosophy-node__explanation {
        grid-column: 2 / -1;
        display: none;
        font-size: 0.76rem;
    }

    .philosophy-section.is-enhanced .philosophy-node.is-active .philosophy-node__explanation {
        display: block;
    }

    .philosophy-detail {
        display: none;
    }

    .story-archetypes__experience {
        margin-top: 43px;
    }

    .archetype-selector {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .story-archetypes-section.is-enhanced .archetype-entry {
        display: block;
    }

    .archetype-character {
        width: 100%;
        min-height: 112px;
        display: grid;
        grid-template-columns: 72px 40px 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 3px 10px;
        padding: 16px;
    }

    .archetype-illustration {
        width: 66px;
        height: 66px;
        grid-row: 1 / span 2;
        margin: 0;
    }

    .archetype-character__number {
        grid-column: 2;
        grid-row: 1;
    }

    .archetype-character strong {
        grid-column: 3;
        grid-row: 1;
        font-size: 0.88rem;
    }

    .archetype-character small {
        grid-column: 2 / -1;
        grid-row: 2;
    }

    .archetype-entry.is-active .archetype-character {
        transform: none;
    }

    .archetype-story-stage {
        min-height: 0;
        margin: 9px 0 3px;
    }

    .archetype-story-card {
        min-height: 0;
        padding: 23px 21px;
        border-radius: 18px;
    }

    .archetype-story-stage__layer {
        display: none;
    }

    .archetype-story-card blockquote {
        font-size: clamp(1.65rem, 8vw, 2.05rem);
    }

    .life-system__enhanced {
        margin-top: 45px;
    }

    .life-system-stage__instruction {
        text-align: center;
    }

    .life-system-orbits {
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 158px 12px 12px;
        overflow: visible;
        border-radius: 24px;
    }

    .life-system-orbits__geometry {
        display: none;
    }

    .life-system-core {
        width: 112px;
        top: 75px;
    }

    .life-system-planet-shell,
    .life-system-planet-shell--wellbeing,
    .life-system-planet-shell--fulfillment,
    .life-system-planet-shell--active-living,
    .life-system-planet-shell--belonging {
        width: auto;
        height: 128px;
        position: relative;
        left: auto !important;
        top: auto !important;
        display: grid;
        place-items: center;
        border: 1px solid var(--story-line);
        border-radius: 18px;
        background: rgba(254, 253, 251, 0.74);
        transform: none !important;
    }

    .life-system-planet {
        width: 72px;
        min-height: 72px;
        top: 47%;
    }

    .life-system-planet strong {
        width: 120px;
        top: calc(100% + 5px);
        font-size: 0.66rem;
    }

    .life-system-planet__state {
        display: none;
    }

    .life-system-moons {
        inset: 50% auto auto 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%) !important;
    }

    .life-system-moon,
    .life-system-planet-shell.is-active .life-system-moon {
        transform: translate(-50%, -50%) rotate(calc(var(--moon-index) * 90deg)) translateX(46px) rotate(calc(var(--moon-index) * -90deg));
    }

    .life-system-motion-control {
        display: none;
    }

    .life-system-detail {
        padding: 25px 21px;
        border-radius: 22px;
    }

    .life-system__fallback-grid {
        grid-template-columns: 1fr;
    }

    .closing-loop-section {
        padding-block: 76px 84px;
    }

    .closing-loop-section__layout {
        width: min(100% - 36px, 640px);
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "number"
            "content"
            "visual"
            "secondary";
        gap: 0;
    }

    .closing-loop-section .home-story-number {
        margin-bottom: 30px;
    }

    .closing-loop-primary {
        width: 100%;
    }

    .closing-loop-visual {
        width: min(100%, 360px);
        justify-self: center;
        margin-top: 45px;
    }

    .closing-loop-visual__centre {
        width: 148px;
    }

    .closing-loop-visual__marker-label {
        right: 1%;
        bottom: 26%;
    }

    .closing-loop-legend {
        width: 100%;
        bottom: -18px;
        justify-content: center;
        gap: 6px 16px;
    }

    .closing-loop-secondary {
        margin-top: 40px;
    }
}

@media (max-width: 390px) {
    .life-system-orbits {
        grid-template-columns: 1fr;
        padding-top: 160px;
    }

    .life-system-planet-shell,
    .life-system-planet-shell--wellbeing,
    .life-system-planet-shell--fulfillment,
    .life-system-planet-shell--active-living,
    .life-system-planet-shell--belonging {
        height: 122px;
    }

    .closing-loop-legend {
        font-size: 0.61rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-story-section *,
    .home-story-section *::before,
    .home-story-section *::after,
    .closing-loop-section *,
    .closing-loop-section *::before,
    .closing-loop-section *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .home-story-section.is-enhanced .home-story-number,
    .home-story-section.is-enhanced .home-story-eyebrow,
    .home-story-section.is-enhanced .home-story-title,
    .home-story-section.is-enhanced .home-story-support,
    .closing-loop-section.is-enhanced .home-story-number,
    .closing-loop-section.is-enhanced .home-story-eyebrow,
    .closing-loop-section.is-enhanced .home-story-title,
    .closing-loop-section.is-enhanced .closing-loop-content__support,
    .closing-loop-section.is-enhanced .closing-loop-content__urgency {
        opacity: 1;
        transform: none;
    }

    .closing-loop-section.is-enhanced .closing-loop-ring__arc {
        stroke-dasharray: 19 81;
        opacity: 1;
    }
}

/* Homepage hero v14: locked approved SVG kit */
.home-hero--compass .home-hero__title {
    font-family: "Instrument Serif", "Bodoni Moda", Georgia, serif;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.035em;
}

.home-hero--compass .home-hero__inner {
    grid-template-columns: minmax(0, 1.22fr) minmax(520px, 0.9fr);
    gap: clamp(44px, 4.5vw, 72px);
}

.life-compass__desktop {
    width: min(100%, 620px);
    aspect-ratio: 1;
    position: relative;
    isolation: isolate;
}

.life-compass__base {
    width: 86%;
    height: 86%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    display: block;
    object-fit: contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
    user-select: none;
}

.life-compass__connectors {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: visible;
    fill: none;
    pointer-events: none;
}

.life-compass__needle {
    width: 92%;
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    color: var(--active-theme-color);
    opacity: 0.78;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(var(--needle-angle, 0deg));
    transform-origin: 50% 50%;
    transition: color 280ms ease-out, opacity 280ms ease-out,
        transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.life-compass:not(.has-active-theme) .life-compass__needle {
    color: var(--home-hero-ink);
    opacity: 0.5;
}

.life-compass__needle > img,
.life-compass__needle-tint {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
}

.life-compass__needle > img {
    object-fit: contain;
}

.life-compass__needle-tint {
    display: none;
}

@supports ((mask-image: url("")) or (-webkit-mask-image: url(""))) {
    .life-compass__needle > img {
        opacity: 0;
    }

    .life-compass__needle-tint {
        display: block;
        background: currentColor;
        -webkit-mask: url("../images/hero/desktop/key-compass-needle.svg") center / contain no-repeat;
        mask: url("../images/hero/desktop/key-compass-needle.svg") center / contain no-repeat;
    }
}

.life-compass__desktop .life-compass__content {
    width: 190px;
    min-height: 150px;
    z-index: 4;
    padding: 27px 24px;
    border-top-width: 2px;
    box-shadow: 0 18px 52px rgba(23, 17, 77, 0.1);
}

.life-compass__desktop .life-compass__content strong {
    font-family: "Instrument Serif", "Bodoni Moda", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.life-compass__desktop .life-compass__node {
    width: 116px;
    min-height: 116px;
    z-index: 5;
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 22px;
    box-shadow: none;
    text-align: center;
}

.life-compass__desktop .life-compass__node--wellbeing {
    top: 10%;
    left: 50%;
}

.life-compass__desktop .life-compass__node--fulfillment {
    top: 50%;
    left: 90%;
}

.life-compass__desktop .life-compass__node--active-living {
    top: 90%;
    left: 50%;
}

.life-compass__desktop .life-compass__node--belonging {
    top: 50%;
    left: 10%;
}

.life-compass__node-shell {
    width: 76px;
    height: 76px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    background: rgba(254, 253, 251, 0.98);
    border: 1px solid var(--home-hero-line);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(23, 17, 77, 0.07);
    transition: width 280ms ease-out, height 280ms ease-out,
        background-color 280ms ease-out, border-color 280ms ease-out,
        border-width 280ms ease-out, box-shadow 280ms ease-out;
}

.life-compass__node-shell img {
    width: 40px;
    height: 40px;
    display: block;
}

.life-compass__desktop .life-compass__node-title {
    max-width: 116px;
    align-self: auto;
    color: var(--home-hero-ink);
    font-size: 0.72rem;
    line-height: 1.2;
}

.life-compass__desktop .life-compass__node-status {
    min-height: 0.54rem;
    align-self: auto;
}

.life-compass__desktop .life-compass__node:hover,
.life-compass__desktop .life-compass__node:focus-visible,
.life-compass__desktop .life-compass__node.is-active {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.life-compass__desktop .life-compass__node:hover .life-compass__node-shell,
.life-compass__desktop .life-compass__node:focus-visible .life-compass__node-shell {
    background: var(--pillar-soft);
    border-color: var(--pillar-color);
}

.life-compass__desktop .life-compass__node:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--pillar-color) 38%, transparent);
    outline-offset: 2px;
}

.life-compass__desktop .life-compass__node.is-active {
    transform: translate(-50%, -50%) scale(1.04);
}

.life-compass__desktop .life-compass__node.is-active .life-compass__node-shell {
    width: 84px;
    height: 84px;
    background: var(--pillar-soft);
    border: 2px solid var(--pillar-color);
    box-shadow: 0 13px 34px color-mix(in srgb, var(--pillar-color) 16%, transparent);
}

.life-compass__desktop .life-compass__node.is-muted {
    opacity: 0.52;
}

.life-compass-mobile {
    display: none;
}

@media (max-width: 1180px) {
    .home-hero--compass .home-hero__inner {
        grid-template-columns: 1fr;
    }

    .life-compass__desktop {
        width: min(100%, 580px);
        margin-inline: auto;
    }
}

@media (max-width: 699px) {
    .life-compass__desktop {
        display: none;
    }

    .life-compass-mobile {
        width: 100%;
        display: grid;
        gap: 12px;
    }

    .life-compass-mobile__cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .life-compass-mobile__card {
        min-width: 0;
        min-height: 164px;
        display: grid;
        grid-template-rows: 50px auto 1fr auto;
        align-content: start;
        justify-items: start;
        gap: 7px;
        padding: 17px 15px 13px;
        color: var(--home-hero-ink);
        background: rgba(254, 253, 251, 0.98);
        border: 1px solid var(--home-hero-line);
        border-radius: 18px;
        cursor: pointer;
        text-align: left;
        transition: opacity 220ms ease-out, background-color 220ms ease-out,
            border-color 220ms ease-out, box-shadow 220ms ease-out,
            transform 220ms ease-out;
        -webkit-tap-highlight-color: transparent;
    }

    .life-compass-mobile__card > img {
        width: 46px;
        height: 46px;
        display: block;
    }

    .life-compass-mobile__card > strong {
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .life-compass-mobile__card > span {
        color: var(--home-hero-muted);
        font-size: 0.68rem;
        line-height: 1.42;
    }

    .life-compass-mobile__card > small {
        color: var(--pillar-color);
        font-size: 0.5rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        opacity: 0;
        text-transform: uppercase;
    }

    .life-compass-mobile__card:hover,
    .life-compass-mobile__card:focus-visible,
    .life-compass-mobile__card.is-active {
        background: var(--pillar-soft);
        border-color: var(--pillar-color);
    }

    .life-compass-mobile__card:focus-visible {
        outline: 3px solid color-mix(in srgb, var(--pillar-color) 38%, transparent);
        outline-offset: 2px;
    }

    .life-compass-mobile__card.is-active {
        border-width: 2px;
        box-shadow: 0 10px 26px color-mix(in srgb, var(--pillar-color) 12%, transparent);
        transform: translateY(-2px);
    }

    .life-compass-mobile__card.is-active > small {
        opacity: 1;
    }

    .life-compass-mobile__card.is-muted {
        opacity: 0.56;
    }

    .life-compass-mobile__detail {
        min-height: 154px;
        display: grid;
        justify-items: start;
        gap: 8px;
        padding: 21px;
        background: var(--home-hero-soft);
        border: 1px solid var(--home-hero-line);
        border-top: 3px solid var(--active-theme-color);
        border-radius: 18px;
    }

    .life-compass-mobile__detail.is-updating {
        animation: compass-copy-mobile-in 260ms ease-out both;
    }

    .life-compass-mobile__eyebrow {
        color: var(--active-theme-color);
        font-size: 0.56rem;
        font-weight: 800;
        letter-spacing: 0.14em;
    }

    .life-compass-mobile__detail > strong {
        font-family: "Instrument Serif", "Bodoni Moda", Georgia, serif;
        font-size: 1.65rem;
        font-weight: 400;
        line-height: 1;
    }

    .life-compass-mobile__detail > span[data-compass-description] {
        color: var(--home-hero-muted);
        font-size: 0.76rem;
        line-height: 1.5;
    }

    .life-compass-mobile__detail > a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-top: 3px;
        color: var(--active-theme-color);
        font-size: 0.76rem;
        font-weight: 700;
        text-underline-offset: 4px;
    }

    .life-compass-mobile__detail > a:focus-visible {
        outline: 3px solid rgba(106, 67, 221, 0.35);
        outline-offset: 3px;
        border-radius: 4px;
    }
}

@media (max-width: 380px) {
    .life-compass-mobile__cards {
        gap: 8px;
    }

    .life-compass-mobile__card {
        min-height: 154px;
        padding: 14px 12px 11px;
    }

    .life-compass-mobile__card > img {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .life-compass__needle,
    .life-compass__desktop .life-compass__node,
    .life-compass__node-shell,
    .life-compass-mobile__card,
    .life-compass-mobile__detail {
        animation: none !important;
        transition: none !important;
    }
}

/* Homepage v15: approved Section 01 kinetic-nudge sculpture */
#philosophy .philosophy-journey {
    width: min(100%, 540px);
    padding: clamp(24px, 2.8vw, 34px);
}

#philosophy .philosophy-sculpture__stage {
    width: 100%;
    position: relative;
    aspect-ratio: 1;
    margin-top: 8px;
}

#philosophy .philosophy-sculpture__svg,
#philosophy .philosophy-sculpture__controls {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

#philosophy .philosophy-sculpture__svg {
    display: grid;
    place-items: center;
    pointer-events: none;
}

#philosophy .philosophy-sculpture__svg > svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

#philosophy .philosophy-sculpture__svg--mobile {
    display: none;
}

#philosophy .philosophy-sculpture__svg [data-stage] {
    opacity: 1;
    transform-box: fill-box;
    transform-origin: center;
    transition: opacity 240ms ease-out, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

#philosophy .philosophy-sculpture__svg [data-stage].is-muted {
    opacity: 0.35;
}

#philosophy .philosophy-sculpture__svg [data-stage].is-active {
    opacity: 1;
    transform: scale(1.1);
}

#philosophy .philosophy-stage-control {
    width: 58px;
    height: 58px;
    position: absolute;
    left: var(--desktop-x);
    top: var(--desktop-y);
    z-index: 2;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

#philosophy .philosophy-stage-control::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 2px solid var(--stage-color);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.76);
    transition: opacity 180ms ease-out, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

#philosophy .philosophy-stage-control:hover::after,
#philosophy .philosophy-stage-control:focus-visible::after,
#philosophy .philosophy-stage-control.is-active::after {
    opacity: 1;
    transform: scale(1);
}

#philosophy .philosophy-stage-control:focus-visible {
    outline: 3px solid var(--stage-color);
    outline-offset: 3px;
}

#philosophy .philosophy-callout {
    --callout-colour: var(--story-violet);
    min-height: 148px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: 8px;
    padding: 22px 10px 2px;
    border-top: 1px solid var(--story-line);
}

#philosophy .philosophy-callout:not(.has-stage) {
    grid-template-columns: minmax(0, 1fr);
}

#philosophy .philosophy-callout__glyph {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
}

#philosophy .philosophy-callout__glyph[hidden] {
    display: none;
}

#philosophy .philosophy-callout__copy {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 7px;
}

#philosophy .philosophy-callout__copy > span {
    color: var(--callout-colour);
    font: 700 0.64rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.14em;
}

#philosophy .philosophy-callout__copy > strong {
    color: var(--story-ink);
    font-family: "Instrument Serif", "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.45rem, 2vw, 1.75rem);
    font-weight: 400;
    line-height: 1.04;
}

#philosophy .philosophy-callout__copy > p {
    min-height: 2.8em;
    margin: 0;
    color: var(--story-muted);
    font: 400 0.82rem/1.45 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-callout__copy > p[hidden] {
    display: none;
}

#philosophy .philosophy-callout.is-updating .philosophy-callout__copy {
    animation: philosophy-callout-in 260ms ease-out both;
}

@keyframes philosophy-callout-in {
    from { opacity: 0.48; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg #nudge-dot {
    animation: philosophy-nudge 1.4s ease-in-out both;
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-arm="top"] {
    animation: philosophy-arm-top 1.4s ease-in-out both;
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-arm="middle"] {
    animation: philosophy-arm-middle 1.4s ease-in-out both;
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-arm="bottom"] {
    animation: philosophy-arm-bottom 1.4s ease-in-out both;
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage] {
    animation: philosophy-stage-pulse 320ms ease-out both;
}

#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="learn"] { animation-delay: 180ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="reflect"] { animation-delay: 310ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="choose"] { animation-delay: 440ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="try"] { animation-delay: 570ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="track"] { animation-delay: 700ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="review"] { animation-delay: 830ms; }
#philosophy.is-philosophy-intro .philosophy-sculpture__svg [data-stage="support"] { animation-delay: 960ms; }

@keyframes philosophy-nudge {
    0%, 100% { transform: translateX(0); }
    22%, 70% { transform: translateX(12px); }
}

@keyframes philosophy-arm-top {
    0%, 100% { transform: rotate(0); }
    30% { transform: rotate(2.5deg); }
    72% { transform: rotate(-0.35deg); }
}

@keyframes philosophy-arm-middle {
    0%, 100% { transform: rotate(0); }
    37% { transform: rotate(-1.7deg); }
    75% { transform: rotate(0.25deg); }
}

@keyframes philosophy-arm-bottom {
    0%, 100% { transform: rotate(0); }
    44% { transform: rotate(1.25deg); }
    78% { transform: rotate(-0.2deg); }
}

@keyframes philosophy-stage-pulse {
    0%, 100% { transform: scale(1); }
    48% { transform: scale(1.1); }
}

@media (max-width: 960px) {
    #philosophy .philosophy-journey {
        width: min(100%, 620px);
    }
}

@media (max-width: 767px) {
    #philosophy .philosophy-sculpture__svg--desktop {
        display: none;
    }

    #philosophy .philosophy-sculpture__svg--mobile {
        display: grid;
    }

    #philosophy .philosophy-stage-control {
        width: 52px;
        height: 52px;
        left: var(--mobile-x);
        top: var(--mobile-y);
    }
}

@media (max-width: 699px) {
    #philosophy .philosophy-journey {
        width: 100%;
        margin-top: 42px;
        padding: 20px;
        border-radius: 24px;
    }

    #philosophy .philosophy-callout {
        min-height: 164px;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
        padding: 20px 2px 0;
    }

    #philosophy .philosophy-callout__glyph {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 390px) {
    #philosophy .philosophy-stage-control {
        width: 48px;
        height: 48px;
    }

    #philosophy .philosophy-callout {
        min-height: 174px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #philosophy .philosophy-sculpture__svg #nudge-dot,
    #philosophy .philosophy-sculpture__svg [data-arm],
    #philosophy .philosophy-sculpture__svg [data-stage],
    #philosophy .philosophy-stage-control::after,
    #philosophy .philosophy-callout__copy {
        animation: none !important;
        transition: none !important;
    }
}

/* Keep the chessboard surface authoritative over the retired sculpture rules. */
#philosophy .philosophy-journey.philosophy-chess {
    width: min(100%, 650px);
    padding: clamp(22px, 2.7vw, 32px);
}

@media (max-width: 960px) {
    #philosophy .philosophy-journey.philosophy-chess {
        width: min(100%, 680px);
    }
}

@media (max-width: 699px) {
    #philosophy .philosophy-journey.philosophy-chess {
        width: 100%;
        padding: 18px;
        border-radius: 6px 28px 6px 28px;
    }
}

/* Homepage v17: Roadmap and board share a single desktop viewport. */
@media (min-width: 961px) {
    #philosophy.philosophy-section {
        height: calc(100svh - var(--cpb-nav-height, 88px));
        min-height: 700px;
        max-height: 900px;
        padding-block: clamp(26px, 3.5vh, 42px);
        overflow: hidden;
    }

    #philosophy .philosophy-section__layout {
        height: 100%;
        grid-template-columns: 42px minmax(360px, 0.85fr) minmax(520px, 1.15fr);
        align-items: center;
        gap: clamp(30px, 3.6vw, 58px);
    }

    #philosophy .philosophy-roadmap,
    #philosophy .philosophy-chess {
        max-height: 100%;
    }
}

#philosophy .philosophy-roadmap {
    padding-block: 0;
}

#philosophy .philosophy-roadmap::before {
    display: none;
}

#philosophy .philosophy-roadmap .home-story-eyebrow {
    margin-bottom: 12px;
}

#philosophy .philosophy-roadmap__title {
    margin: 0;
    color: var(--chess-violet);
    font: 400 clamp(2.8rem, 4.4vw, 4.6rem)/0.95 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.035em;
}

#philosophy .philosophy-roadmap__lead {
    max-width: 540px;
    margin: 15px 0 20px;
    color: var(--story-muted);
    font: 400 clamp(0.84rem, 1vw, 0.96rem)/1.5 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-roadmap .philosophy-chess__ledger {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: 0;
}

#philosophy .philosophy-roadmap .philosophy-chess__ledger li {
    min-height: 48px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    padding: 7px 11px;
    color: var(--story-muted);
    background: rgba(247, 244, 250, 0.78);
    border: 1px solid #e4ddea;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#philosophy .philosophy-roadmap .philosophy-chess__ledger li.is-complete {
    color: #81788d;
    background: rgba(238, 233, 243, 0.62);
    text-decoration: none;
}

#philosophy .philosophy-roadmap .philosophy-chess__ledger li.is-active {
    color: var(--chess-violet);
    background: #fff;
    border-color: var(--chess-gold);
    box-shadow: 0 8px 24px rgba(23, 17, 77, 0.07);
    transform: translateX(5px);
}

#philosophy .philosophy-chess__ledger-number,
#philosophy .philosophy-chess__ledger-square {
    font: 800 0.61rem/1 "Inter", Arial, sans-serif;
    letter-spacing: 0.08em;
}

#philosophy .philosophy-chess__ledger-number {
    color: var(--chess-purple);
}

#philosophy .philosophy-chess__ledger-square {
    color: #8d8499;
    text-align: right;
}

#philosophy .philosophy-chess__ledger-copy {
    min-width: 0;
    display: block;
}

#philosophy .philosophy-chess__ledger-copy strong,
#philosophy .philosophy-chess__ledger-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#philosophy .philosophy-chess__ledger-copy strong {
    color: var(--chess-violet);
    font: 750 0.72rem/1.2 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-chess__ledger-copy small {
    margin-top: 3px;
    color: #777080;
    font: 500 0.6rem/1.2 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-roadmap .philosophy-callout {
    min-height: 92px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
    padding: 12px 2px 0;
}

#philosophy .philosophy-roadmap .philosophy-callout:not(.has-stage) {
    grid-template-columns: 1fr;
}

#philosophy .philosophy-roadmap .philosophy-callout__glyph {
    width: 44px;
    height: 44px;
}

#philosophy .philosophy-roadmap .philosophy-callout__copy {
    gap: 4px;
}

#philosophy .philosophy-roadmap .philosophy-callout__copy > strong {
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

#philosophy .philosophy-roadmap .philosophy-callout__copy > p {
    min-height: 0;
    font-size: 0.7rem;
    line-height: 1.35;
}

#philosophy .philosophy-chess {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
}

#philosophy .philosophy-chess__board {
    width: min(100%, 560px);
}

#philosophy .philosophy-chess .philosophy-stage-control {
    grid-template-rows: 12px minmax(0, 1fr) 12px;
    align-items: center;
    justify-items: stretch;
    padding: 3px 4px 4px;
    overflow: hidden;
}

#philosophy .philosophy-stage-control__move,
#philosophy .philosophy-stage-control__piece,
#philosophy .philosophy-stage-control__label {
    position: static;
    min-width: 0;
}

#philosophy .philosophy-stage-control__move {
    align-self: start;
    color: rgba(33, 23, 95, 0.58);
    font-size: clamp(0.34rem, 0.48vw, 0.43rem);
    text-align: left;
}

#philosophy .philosophy-stage-control__piece {
    align-self: center;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    text-align: center;
}

#philosophy .philosophy-stage-control__label {
    align-self: end;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: clamp(0.3rem, 0.46vw, 0.42rem);
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 960px) {
    #philosophy .philosophy-roadmap .philosophy-chess__ledger {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #philosophy .philosophy-roadmap .philosophy-callout {
        margin-bottom: 30px;
    }
}

@media (max-width: 620px) {
    #philosophy .philosophy-roadmap .philosophy-chess__ledger {
        grid-template-columns: 1fr;
    }

    #philosophy .philosophy-roadmap__title {
        font-size: clamp(2.8rem, 14vw, 3.8rem);
    }
}

/* Homepage v18: anchored move dialogs and viewport-locked game surface. */
@media (min-width: 961px) {
    #philosophy.philosophy-section {
        height: calc(100svh - var(--cpb-nav-height, 88px));
        min-height: 0;
        max-height: none;
    }

    #philosophy .philosophy-chess__board {
        width: min(100%, calc(100svh - var(--cpb-nav-height, 88px) - 126px), 560px);
    }

    #philosophy .philosophy-roadmap .philosophy-chess__ledger li {
        min-height: clamp(38px, 5.4vh, 48px);
    }
}

#philosophy .philosophy-roadmap .philosophy-callout {
    display: none;
}

#philosophy .philosophy-move-dialog {
    --dialog-arrow-x: 50%;
    width: min(370px, calc(100% - 16px));
    position: absolute;
    z-index: 30;
    padding: 17px;
    color: var(--chess-violet);
    background: rgba(255, 254, 250, 0.985);
    border: 1px solid rgba(33, 23, 95, 0.18);
    border-top: 3px solid var(--chess-gold);
    border-radius: 12px;
    box-shadow: 0 22px 58px rgba(18, 11, 62, 0.25), 0 3px 12px rgba(18, 11, 62, 0.12);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    animation: philosophy-dialog-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

#philosophy .philosophy-move-dialog[hidden] {
    display: none;
}

#philosophy .philosophy-move-dialog__close {
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #6e667a;
    background: #f3eff6;
    border: 1px solid #e0d9e6;
    border-radius: 50%;
    font: 400 1rem/1 "Inter", Arial, sans-serif;
    cursor: pointer;
}

#philosophy .philosophy-move-dialog__close:hover,
#philosophy .philosophy-move-dialog__close:focus-visible {
    color: #fff;
    background: var(--chess-violet);
    border-color: var(--chess-violet);
    outline: 0;
}

#philosophy .philosophy-move-dialog__panel {
    padding-right: 22px;
}

#philosophy .philosophy-move-dialog__panel[hidden] {
    display: none;
}

#philosophy .philosophy-move-dialog__kicker {
    display: block;
    padding-right: 20px;
    color: var(--chess-gold);
    font: 800 0.52rem/1.3 "Inter", Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#philosophy .philosophy-move-dialog h3 {
    margin: 5px 0 3px;
    color: var(--chess-violet);
    font: 400 clamp(1.3rem, 2vw, 1.65rem)/1 "Instrument Serif", "Bodoni Moda", Georgia, serif;
}

#philosophy .philosophy-move-dialog__panel > p {
    margin: 0 0 11px;
    color: #716979;
    font: 500 0.65rem/1.35 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

#philosophy .philosophy-move-dialog__choices a {
    min-width: 0;
    min-height: 54px;
    position: relative;
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    gap: 2px 7px;
    padding: 7px 8px;
    overflow: hidden;
    color: var(--chess-violet);
    background: #f7f4f9;
    border: 1px solid #e3dce9;
    border-radius: 7px;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#philosophy .philosophy-move-dialog__choices a::before {
    width: 3px;
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    background: var(--choice-colour);
}

#philosophy .philosophy-move-dialog__choices a > span {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--choice-colour);
    font: 800 0.52rem/1 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__choices strong,
#philosophy .philosophy-move-dialog__choices small {
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#philosophy .philosophy-move-dialog__choices strong {
    font: 750 0.62rem/1.15 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__choices small {
    color: #7c7486;
    font: 500 0.49rem/1.15 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__choices a:hover,
#philosophy .philosophy-move-dialog__choices a:focus-visible {
    color: #fff;
    background: var(--chess-violet);
    border-color: var(--chess-violet);
    outline: 0;
    transform: translateY(-1px);
}

#philosophy .philosophy-move-dialog__choices a:hover small,
#philosophy .philosophy-move-dialog__choices a:focus-visible small {
    color: rgba(255, 255, 255, 0.7);
}

#philosophy .philosophy-move-dialog__arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    left: var(--dialog-arrow-x);
    background: #fffefa;
    border: solid rgba(33, 23, 95, 0.18);
    transform: translateX(-50%) rotate(45deg);
}

#philosophy .philosophy-move-dialog[data-placement="above"] .philosophy-move-dialog__arrow {
    bottom: -8px;
    border-width: 0 1px 1px 0;
}

#philosophy .philosophy-move-dialog[data-placement="below"] .philosophy-move-dialog__arrow {
    top: -8px;
    border-width: 1px 0 0 1px;
}

@keyframes philosophy-dialog-in {
    from { opacity: 0; transform: translateY(6px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 520px) {
    #philosophy .philosophy-move-dialog {
        width: calc(100% - 10px);
        padding: 14px;
    }

    #philosophy .philosophy-move-dialog__choices {
        gap: 5px;
    }

    #philosophy .philosophy-move-dialog__choices a {
        min-height: 48px;
        grid-template-columns: 17px minmax(0, 1fr);
        gap: 1px 5px;
        padding: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #philosophy .philosophy-move-dialog {
        animation: none;
    }
}

/* Homepage v19: moving player piece and ethical engagement loop. */
#philosophy .philosophy-chess__header > span:first-child {
    min-width: 0;
    display: grid;
    gap: 4px;
}

#philosophy .philosophy-chess__header > span:first-child > small {
    color: var(--chess-purple);
    font: 800 0.58rem/1.2 "Inter", Arial, sans-serif;
    letter-spacing: 0.17em;
}

#philosophy .philosophy-chess__header > span:first-child > strong {
    max-width: 270px;
    color: var(--chess-violet);
    font: 400 clamp(0.96rem, 1.3vw, 1.12rem)/1.05 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    text-align: left;
}

#philosophy .philosophy-game-hud {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
}

#philosophy .philosophy-game-hud > span {
    min-width: 58px;
    display: grid;
    gap: 2px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e1dae8;
    border-radius: 7px;
    text-align: center;
}

#philosophy .philosophy-game-hud small,
#philosophy .philosophy-game-hud strong {
    display: block;
}

#philosophy .philosophy-game-hud small {
    color: #807788;
    font: 800 0.38rem/1 "Inter", Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#philosophy .philosophy-game-hud strong {
    color: var(--chess-violet);
    font: 800 0.62rem/1.1 "Inter", Arial, sans-serif;
    white-space: nowrap;
}

#philosophy .philosophy-player-piece {
    width: clamp(30px, 4vw, 42px);
    height: clamp(30px, 4vw, 42px);
    position: absolute;
    z-index: 14;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #c69a4b, #8e6425);
    border: 2px solid #fff7de;
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(57, 35, 9, 0.35), 0 0 0 3px rgba(185, 139, 63, 0.23);
    pointer-events: none;
    transform: translate(-50%, -53%);
    transition: left 680ms cubic-bezier(0.34, 1.56, 0.64, 1), top 680ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

#philosophy .philosophy-player-piece > span {
    font: 400 clamp(1.2rem, 2.25vw, 1.85rem)/1 Georgia, serif;
    transform: translateY(-1px);
}

#philosophy .philosophy-player-piece.is-moving {
    animation: philosophy-piece-hop 680ms ease-in-out both;
}

#philosophy .philosophy-stage-control.is-current .philosophy-stage-control__piece {
    opacity: 0.22;
}

#philosophy .philosophy-stage-control.is-locked {
    opacity: 0.46;
}

#philosophy .philosophy-stage-control.is-locked:hover .philosophy-stage-control__piece,
#philosophy .philosophy-stage-control.is-locked:focus-visible .philosophy-stage-control__piece {
    color: var(--chess-violet);
    transform: none;
}

@keyframes philosophy-piece-hop {
    0%, 100% { margin-top: 0; }
    48% { margin-top: -14px; }
}

#philosophy .philosophy-move-dialog__choices :is(a, button) {
    min-width: 0;
    min-height: 54px;
    position: relative;
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    gap: 2px 7px;
    padding: 7px 8px;
    overflow: hidden;
    color: var(--chess-violet);
    background: #f7f4f9;
    border: 1px solid #e3dce9;
    border-radius: 7px;
    font-family: "Inter", Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#philosophy .philosophy-move-dialog__choices :is(a, button)::before {
    width: 3px;
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    background: var(--choice-colour);
}

#philosophy .philosophy-move-dialog__choices :is(a, button) > span {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--choice-colour);
    font: 800 0.52rem/1 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__choices :is(a, button):hover,
#philosophy .philosophy-move-dialog__choices :is(a, button):focus-visible {
    color: #fff;
    background: var(--chess-violet);
    border-color: var(--chess-violet);
    outline: 0;
    transform: translateY(-1px);
}

#philosophy .philosophy-move-dialog__choices :is(a, button):hover small,
#philosophy .philosophy-move-dialog__choices :is(a, button):focus-visible small {
    color: rgba(255, 255, 255, 0.7);
}

#philosophy .philosophy-move-dialog__reward[hidden] {
    display: none;
}

#philosophy .philosophy-move-dialog__reward {
    padding-right: 22px;
}

#philosophy .philosophy-move-dialog__reward > p {
    margin: 4px 0 13px;
    color: #716979;
    font: 500 0.69rem/1.42 "Inter", Arial, sans-serif;
}

#philosophy .philosophy-move-dialog__reward-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

#philosophy .philosophy-move-dialog__reward-actions a,
#philosophy .philosophy-move-dialog__reward-actions button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 6px;
    font: 750 0.58rem/1.2 "Inter", Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

#philosophy .philosophy-move-dialog__reward-actions a {
    color: #fff;
    background: var(--chess-purple);
    border: 1px solid var(--chess-purple);
}

#philosophy .philosophy-move-dialog__reward-actions button {
    color: var(--chess-violet);
    background: #fff;
    border: 1px solid #dcd4e4;
}

#philosophy .philosophy-move-dialog__reward-actions a:hover,
#philosophy .philosophy-move-dialog__reward-actions a:focus-visible,
#philosophy .philosophy-move-dialog__reward-actions button:hover,
#philosophy .philosophy-move-dialog__reward-actions button:focus-visible {
    outline: 2px solid var(--chess-gold);
    outline-offset: 2px;
}

@media (max-width: 620px) {
    #philosophy .philosophy-chess__header {
        align-items: stretch;
        flex-direction: column;
    }

    #philosophy .philosophy-game-hud {
        grid-template-columns: repeat(3, 1fr);
    }

    #philosophy .philosophy-game-hud > span {
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    #philosophy .philosophy-player-piece {
        transition: none;
    }

    #philosophy .philosophy-player-piece.is-moving {
        animation: none;
    }
}

/* Priority course v2: one centered backpack of phase tools and skills */
.priority-course .priority-course__inner--backpack {
    width: min(1320px, calc(100% - clamp(40px, 6vw, 96px)));
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(20px, 3vh, 32px);
    padding-block: clamp(38px, 5vh, 60px);
}

.priority-course__header {
    width: min(100%, 780px);
    text-align: center;
}

.priority-course__header .priority-course__eyebrow {
    justify-content: center;
    margin-bottom: 10px;
}

.priority-course__header .priority-course__eyebrow::after {
    width: 30px;
    height: 1px;
    content: "";
    background: currentColor;
}

.priority-course__header h2 {
    margin: 0;
    color: #17114d;
    font: 400 clamp(2.7rem, 4vw, 4.4rem)/0.96 "Instrument Serif", "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.priority-course__header > p:not(.priority-course__eyebrow) {
    max-width: 650px;
    margin: 13px auto 0;
    color: #696477;
    font: 400 0.9rem/1.55 "Inter", Arial, sans-serif;
    text-wrap: balance;
}

.priority-course .priority-course__map--backpack {
    width: min(100%, 1040px);
    min-height: min(590px, calc(100svh - var(--cpb-nav-height, 88px) - 225px));
    justify-self: center;
}

.priority-course__map--backpack::before,
.priority-course__map--backpack::after {
    display: none;
}

.priority-course__backpack {
    width: min(36%, 360px);
    height: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    filter: drop-shadow(0 25px 35px rgba(23, 17, 77, 0.2));
    transform: translate(-50%, -50%);
    user-select: none;
}

.priority-course__map--backpack .priority-course__core {
    width: 164px;
    min-height: 126px;
    aspect-ratio: auto;
    top: 51%;
    gap: 5px;
    padding: 15px 16px;
    background: rgba(255, 254, 250, 0.94);
    border: 1px solid color-mix(in srgb, var(--priority-color) 40%, #d8d1df);
    border-top: 3px solid var(--priority-color);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(23, 17, 77, 0.2), inset 0 0 0 4px rgba(255, 255, 255, 0.72);
}

.priority-course__map--backpack .priority-course__core > small {
    font-size: 0.48rem;
}

.priority-course__map--backpack .priority-course__glyph {
    width: 38px;
    height: 38px;
}

.priority-course__map--backpack .priority-course__glyph img {
    width: 36px;
    height: 36px;
}

.priority-course__map--backpack .priority-course__glyph > span {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
}

.priority-course__map--backpack .priority-course__core strong {
    max-width: 128px;
    font-size: 1.3rem;
}

.priority-course__map--backpack .priority-course__core > span:last-child {
    font-size: 0.54rem;
}

.priority-course__map--backpack .priority-course__stage {
    width: clamp(185px, 23%, 225px);
    z-index: 3;
}

.priority-course__map--backpack .priority-course__stage::after {
    width: clamp(35px, 5vw, 64px);
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid color-mix(in srgb, var(--priority-color) 36%, #d8d1df);
    pointer-events: none;
}

.priority-course__map--backpack .priority-course__stage--learn::after,
.priority-course__map--backpack .priority-course__stage--reflect::after,
.priority-course__map--backpack .priority-course__stage--choose::after {
    right: clamp(-64px, -5vw, -35px);
}

.priority-course__map--backpack .priority-course__stage--try::after,
.priority-course__map--backpack .priority-course__stage--track::after,
.priority-course__map--backpack .priority-course__stage--review::after {
    left: clamp(-64px, -5vw, -35px);
}

.priority-course__map--backpack .priority-course__stage a {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 12px 14px;
    border-left-width: 3px;
    text-align: left;
}

.priority-course__map--backpack .priority-course__stage small {
    grid-row: auto;
    font-size: 0.48rem;
}

.priority-course__map--backpack .priority-course__stage strong {
    font: 400 1.18rem/1.05 "Instrument Serif", "Bodoni Moda", Georgia, serif;
}

.priority-course__map--backpack .priority-course__stage span {
    font-size: 0.55rem;
}

.priority-course__map--backpack .priority-course__stage span b {
    margin-right: 4px;
    color: var(--priority-color);
    font-size: 0.46rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.priority-course__map--backpack .priority-course__stage--learn { top: 7%; left: 1%; }
.priority-course__map--backpack .priority-course__stage--reflect { top: 39%; left: 0; transform: none; }
.priority-course__map--backpack .priority-course__stage--choose { top: auto; right: auto; bottom: 7%; left: 4%; }
.priority-course__map--backpack .priority-course__stage--try { right: 4%; bottom: 7%; }
.priority-course__map--backpack .priority-course__stage--track { top: 39%; right: 0; bottom: auto; left: auto; transform: none; }
.priority-course__map--backpack .priority-course__stage--review { top: 7%; right: 1%; bottom: auto; left: auto; }

.priority-course__footer {
    width: min(100%, 760px);
    display: grid;
    justify-items: center;
    text-align: center;
}

.priority-course__footer .priority-course__actions {
    justify-content: center;
    margin-top: 0;
}

.priority-course__footer .priority-course__record {
    margin-top: 12px;
}

.priority-course__footer .priority-course__manage {
    margin-top: 4px;
}

@media (max-width: 900px) {
    .priority-course .priority-course__map--backpack {
        min-height: 760px;
        display: grid;
        grid-template-rows: auto auto;
        justify-items: center;
        gap: 12px;
    }

    .priority-course__backpack {
        width: min(300px, 68vw);
        position: relative;
        top: auto;
        left: auto;
        grid-row: 1;
        transform: none;
    }

    .priority-course__map--backpack .priority-course__core {
        position: absolute;
        left: 50%;
        top: clamp(155px, 39vw, 205px);
        transform: translateX(-50%);
    }

    .priority-course__map--backpack .priority-course__stages {
        width: 100%;
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .priority-course__map--backpack .priority-course__stage,
    .priority-course__map--backpack .priority-course__stage--learn,
    .priority-course__map--backpack .priority-course__stage--reflect,
    .priority-course__map--backpack .priority-course__stage--choose,
    .priority-course__map--backpack .priority-course__stage--try,
    .priority-course__map--backpack .priority-course__stage--track,
    .priority-course__map--backpack .priority-course__stage--review {
        width: auto;
        position: static;
        transform: none;
    }

    .priority-course__map--backpack .priority-course__stage::after {
        display: none;
    }

    .priority-course__map--backpack .priority-course__stage a {
        height: 100%;
    }
}

@media (max-width: 560px) {
    .priority-course .priority-course__inner--backpack {
        width: min(100% - 30px, 520px);
        padding-block: 48px;
    }

    .priority-course__header h2 {
        font-size: clamp(2.7rem, 13vw, 3.7rem);
    }

    .priority-course .priority-course__map--backpack {
        min-height: 0;
    }

    .priority-course__map--backpack .priority-course__stages {
        grid-template-columns: 1fr;
    }
}

/* Keep the four-piece prototype authoritative over the earlier single-piece rules. */
#philosophy .philosophy-player-piece {
    width: clamp(22px, 3vw, 30px);
    height: clamp(22px, 3vw, 30px);
    border-width: 1px;
    box-shadow: 0 5px 13px rgba(18, 11, 62, 0.28), 0 0 0 2px rgba(255, 255, 255, 0.72);
}

#philosophy .philosophy-player-piece > span {
    font-size: clamp(0.9rem, 1.7vw, 1.3rem);
}

#philosophy .philosophy-player-piece--wellbeing { background: linear-gradient(145deg, #4f89da, #245ea8); }
#philosophy .philosophy-player-piece--fulfillment { background: linear-gradient(145deg, #8b68e9, #5f38bf); }
#philosophy .philosophy-player-piece--active-living { background: linear-gradient(145deg, #53ab79, #237a4c); }
#philosophy .philosophy-player-piece--belonging { background: linear-gradient(145deg, #f17c74, #c94741); }

#philosophy .philosophy-move-dialog {
    background: linear-gradient(145deg, rgba(255, 254, 250, 0.72), rgba(246, 241, 250, 0.58));
    border-color: rgba(255, 255, 255, 0.64);
    box-shadow: 0 22px 58px rgba(18, 11, 62, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
    backdrop-filter: blur(22px) saturate(135%);
}

#philosophy .philosophy-move-dialog__arrow { background: rgba(250, 247, 250, 0.68); }

#philosophy .philosophy-move-dialog__choices :is(a, button) {
    min-height: 61px;
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 5px 16px rgba(23, 17, 77, 0.055);
}

#philosophy .philosophy-move-dialog__choices :is(a, button) small {
    color: #5f576c;
    font-size: 0.48rem;
    white-space: normal;
}

#philosophy .philosophy-move-dialog__choices button.is-at-finish,
#philosophy .philosophy-move-dialog__choices button:disabled {
    color: #81798a;
    background: rgba(239, 235, 242, 0.54);
    cursor: default;
    opacity: 0.66;
    transform: none;
}

#philosophy .philosophy-move-dialog__reward { padding: 4px 4px 2px 0; }
#philosophy .philosophy-move-dialog__reward-actions a { background: rgba(33, 23, 95, 0.92); }
#philosophy .philosophy-move-dialog__reward-actions button { background: rgba(255, 255, 255, 0.64); }

/* Homepage hero v15: nautical compass refinement */
.home-hero--voyage {
    --home-hero-paper: #fffefa;
    --home-hero-ink: #17114d;
    --home-hero-violet: #6845dc;
    --home-hero-muted: #676274;
    --home-hero-line: #e1dbea;
    background-color: var(--home-hero-paper);
}

.home-hero--voyage .home-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
    gap: clamp(52px, 6vw, 96px);
    padding-block: clamp(20px, 3.2vh, 38px);
}

.home-hero--voyage .home-hero__content {
    max-width: 920px;
}

.home-hero--voyage .home-hero__title {
    max-width: 900px;
    font-size: clamp(3.15rem, 4.55vw, 5.25rem);
    line-height: 0.92;
}

.home-hero--voyage .home-hero__support {
    max-width: none;
    margin-top: clamp(24px, 3vh, 32px);
    font-size: clamp(0.7rem, 0.9vw, 0.95rem);
    line-height: 1.48;
    letter-spacing: -0.01em;
}

.home-hero--voyage .life-compass__desktop {
    width: min(100%, 620px, calc(100svh - var(--cpb-nav-height, 88px) - 52px));
    container-type: inline-size;
    border: 1px solid rgba(23, 17, 77, 0.08);
    border-radius: 50%;
    background: #fbfaf7;
    box-shadow: 0 30px 78px rgba(23, 17, 77, 0.09),
        inset 0 0 0 12px #fffefa,
        inset 0 0 0 13px rgba(23, 17, 77, 0.07);
}

.home-hero--voyage .life-compass__desktop::before,
.home-hero--voyage .life-compass__desktop::after {
    position: absolute;
    z-index: 0;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.home-hero--voyage .life-compass__desktop::before {
    inset: 5.5%;
    border: 1px solid rgba(106, 67, 221, 0.16);
}

.home-hero--voyage .life-compass__desktop::after {
    inset: 12.5%;
    border: 1px solid rgba(23, 17, 77, 0.08);
}

.home-hero--voyage .life-compass__base {
    width: 76%;
    height: 76%;
    opacity: 0.82;
}

.life-compass__bearings {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: visible;
    fill: none;
    pointer-events: none;
}

.life-compass__bearing-ring {
    vector-effect: non-scaling-stroke;
}

.life-compass__bearing-ring--outer {
    stroke: rgba(23, 17, 77, 0.15);
    stroke-width: 1;
}

.life-compass__bearing-ring--inner {
    stroke: rgba(106, 67, 221, 0.16);
    stroke-width: 1;
    stroke-dasharray: 2 7;
}

.life-compass__bearing-ticks {
    stroke: rgba(23, 17, 77, 0.32);
    stroke-width: 1.4;
    stroke-linecap: round;
}

.life-compass__cardinals {
    fill: rgba(23, 17, 77, 0.56);
    font: 700 10px/1 "Inter", Arial, sans-serif;
    letter-spacing: 0.12em;
}

.home-hero--voyage .life-compass__connectors {
    z-index: 2;
}

.home-hero--voyage .life-compass__needle {
    width: 84%;
    z-index: 3;
    opacity: 0.8;
}

.home-hero--voyage .life-compass:not(.has-active-theme) .life-compass__needle {
    opacity: 0.42;
}

.home-hero--voyage .life-compass__desktop .life-compass__content {
    width: 190px;
    width: clamp(148px, 30cqi, 190px);
    min-height: 190px;
    min-height: clamp(148px, 30cqi, 190px);
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: clamp(4px, 1.1cqi, 7px);
    padding: clamp(18px, 4cqi, 25px) clamp(14px, 3.5cqi, 22px);
    background: #fffefa;
    border: 1px solid rgba(23, 17, 77, 0.12);
    border-top: 3px solid var(--active-theme-color);
    box-shadow: 0 18px 48px rgba(23, 17, 77, 0.11),
        inset 0 0 0 6px #fff,
        inset 0 0 0 7px rgba(23, 17, 77, 0.06);
}

.home-hero--voyage .life-compass__content-kicker {
    width: 100%;
    color: var(--active-theme-color);
    font: 700 0.55rem/1.2 "Inter", Arial, sans-serif;
    letter-spacing: 0.16em;
    text-align: center;
    white-space: nowrap;
}

.home-hero--voyage .life-compass__balance {
    width: min(100%, 148px);
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 3px;
    margin: 3px 0 0;
    padding: 7px 10px 8px;
    color: var(--home-hero-muted);
    background: transparent;
    border: 1px solid rgba(23, 17, 77, 0.14);
    border-radius: 999px;
    cursor: pointer;
    font: 650 clamp(0.48rem, 1.45cqi, 0.56rem)/1.2 "Inter", Arial, sans-serif;
    text-align: center;
    transition: color 200ms ease-out, background-color 200ms ease-out,
        border-color 200ms ease-out, transform 200ms ease-out;
}

.home-hero--voyage .life-compass__balance span {
    display: block;
    min-width: 0;
    white-space: nowrap;
}

.home-hero--voyage .life-compass__balance span:first-child {
    color: var(--home-hero-violet);
}

.home-hero--voyage .life-compass__balance:hover,
.home-hero--voyage .life-compass__balance:focus-visible,
.home-hero--voyage .life-compass__balance[aria-pressed="true"] {
    color: var(--home-hero-ink);
    background: #f2eefb;
    border-color: rgba(106, 67, 221, 0.42);
}

.home-hero--voyage .life-compass__balance:focus-visible {
    outline: 2px solid rgba(106, 67, 221, 0.35);
    outline-offset: 2px;
}

.home-hero--voyage .life-compass__desktop .life-compass__content strong {
    width: 100%;
    max-width: 148px;
    font-size: 1.45rem;
    font-size: clamp(0.98rem, 3.7cqi, 1.45rem);
    line-height: 1.04;
    text-align: center;
    text-wrap: balance;
}

.home-hero--voyage .life-compass__desktop .life-compass__content > span {
    width: 100%;
    max-width: 142px;
    font-size: 0.65rem;
    line-height: 1.36;
    text-align: center;
    text-wrap: balance;
}

.home-hero--voyage .life-compass__desktop .life-compass__node {
    width: 108px;
    width: clamp(88px, 18cqi, 118px);
    min-height: 92px;
    min-height: clamp(82px, 17cqi, 110px);
    gap: 5px;
}

.home-hero--voyage .life-compass__node-shell {
    width: 64px;
    height: 64px;
    width: clamp(52px, 11cqi, 72px);
    height: clamp(52px, 11cqi, 72px);
    background: #fffefa;
    border: 1px solid rgba(23, 17, 77, 0.13);
    box-shadow: 0 10px 25px rgba(23, 17, 77, 0.09),
        inset 0 0 0 4px #fff;
}

.home-hero--voyage .life-compass__desktop .life-compass__node-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.home-hero--voyage .life-compass__desktop .life-compass__node.is-active .life-compass__node-shell {
    width: 72px;
    height: 72px;
    width: clamp(58px, 12.5cqi, 82px);
    height: clamp(58px, 12.5cqi, 82px);
    box-shadow: 0 14px 34px color-mix(in srgb, var(--pillar-color) 18%, transparent),
        inset 0 0 0 4px #fff;
}

.home-hero--voyage .life-compass.is-balanced .life-compass__needle {
    opacity: 0.12;
}

.home-hero--voyage .life-compass.is-balanced .life-compass__path {
    stroke: var(--pillar-color);
    stroke-width: 2.4;
    opacity: 0.82;
}

.home-hero--voyage .life-compass.is-balanced .life-compass__node-shell {
    background: var(--pillar-soft);
    border-color: var(--pillar-color);
}

@media (min-width: 1181px) {
    .home-hero--voyage .home-hero__support {
        white-space: nowrap;
    }
}

@media (min-width: 1181px) and (max-height: 820px) {
    .home-hero--voyage .life-compass__desktop {
        width: min(100%, 570px, calc(100svh - var(--cpb-nav-height, 88px) - 44px));
    }

    .home-hero--voyage .home-hero__title {
        font-size: clamp(3.15rem, 4.25vw, 4.8rem);
    }
}

@media (max-width: 1180px) {
    .home-hero--voyage .home-hero__inner {
        grid-template-columns: 1fr;
    }

    .home-hero--voyage .home-hero__content {
        max-width: 760px;
    }

    .home-hero--voyage .life-compass__desktop {
        width: min(100%, 520px, calc(100svh - var(--cpb-nav-height, 88px) - 300px));
        min-width: 390px;
    }
}

@media (max-width: 699px) {
    .home-hero--voyage .home-hero__title {
        font-size: clamp(3.25rem, 15vw, 4.85rem);
    }

    .home-hero--voyage .home-hero__support {
        font-size: 0.88rem;
    }
}
