
@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/cormorant-garamond-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/cormorant-garamond-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/fonts/cormorant-garamond-variable.ttf") format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/fonts/manrope-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/fonts/manrope-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-serif: "Cormorant Garamond", serif;
    --bg: #000000;
    --text: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.7);
    --text-faint: rgba(255, 255, 255, 0.5);
    --line-strong: rgba(255, 255, 255, 0.15);
    --ease: 240ms ease;
    --ease-out-grace: 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    background: #000000;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Cormorant Garamond", serif;
    background: #000000;
    position: relative;
}

.strategy-page {
    background: #000000 url("s.png") center/cover no-repeat fixed;
}

.framework-page {
    background: #050508;
}

/* Page shell matches strategy.html (.page + scrollable min-height) */
html:has(.framework-body) {
    min-height: 100%;
}

.framework-body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: #050508;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.framework-starfield {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 0;
    pointer-events: none;
}

.framework-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 0 clamp(16px, 4vw, 32px) 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* Framework topbar + back link: nav-topbar.css (shared with engagement.html) */

/* Matches strategy.html .content + .title-block */
.framework-content {
    flex: 1;
    width: 100%;
    max-width: 720px;
    min-width: 0;
    margin: 0 auto;
    /* Clear engagement-style topbar (32px + link height) */
    padding-top: clamp(72px, 10svh, 140px);
    padding-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.framework-header,
.framework-header.title-block {
    width: 100%;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 2.2rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.framework-wrapper .framework-headline {
    max-width: min(100%, 920px);
    margin-top: clamp(8px, 1.5vh, 20px);
}

.framework-wrapper .framework-map {
    position: relative;
    width: min(598px, 94vw);
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    flex: 0 0 auto;
    aspect-ratio: 1 / 1.12;
}

/* strategy.html responsive breakpoints */
@media (max-width: 575.98px) {
    .framework-wrapper {
        padding: 0 clamp(16px, 4vw, 32px) 32px;
    }

    .framework-content {
        padding-top: 60px;
    }

}

@media (min-width: 768px) {
    .framework-wrapper {
        padding: 0 clamp(16px, 4vw, 32px) 60px;
    }

    .framework-content {
        padding-top: 100px;
        max-width: 780px;
    }
}

@media (min-width: 1200px) {
    .framework-wrapper {
        padding: 0 clamp(16px, 4vw, 32px) 72px;
    }

    .framework-content {
        max-width: 860px;
        padding-top: 120px;
    }

    .framework-wrapper .framework-headline,
    .framework-headline {
        font-size: 3.4rem;
    }
}

@media (min-width: 1600px) {
    .framework-content {
        max-width: 960px;
    }
}

.framework-page.page {
    position: relative;
    z-index: 1;
}

/* body::before, */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* body::before {
    opacity: 0.72;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.55) 0 0.7px, transparent 0.9px),
        radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.45) 0 0.8px, transparent 1px),
        radial-gradient(circle at 34% 82%, rgba(255, 255, 255, 0.48) 0 0.7px, transparent 0.9px),
        radial-gradient(circle at 62% 63%, rgba(255, 255, 255, 0.38) 0 0.6px, transparent 0.8px),
        radial-gradient(circle at 89% 12%, rgba(255, 255, 255, 0.55) 0 0.7px, transparent 1px),
        radial-gradient(circle at 20% 52%, rgba(255, 255, 255, 0.36) 0 0.6px, transparent 0.8px),
        radial-gradient(circle at 44% 42%, rgba(255, 255, 255, 0.28) 0 0.6px, transparent 0.8px),
        radial-gradient(circle at 74% 88%, rgba(255, 255, 255, 0.42) 0 0.8px, transparent 1px);
    background-size: 160px 160px, 210px 210px, 180px 180px, 240px 240px, 260px 260px, 190px 190px, 140px 140px, 300px 300px;
} */

body::after {
    background: transparent;
    mix-blend-mode: screen;
}

a {
    color: inherit;
    text-decoration: none !important;
}

.page {
    width: 100%;
    /* max-width: 1400px; */
    min-height: 100vh;
    margin: 0 auto;
    padding: 40px 40px 100px;
    position: relative;
    z-index: 1;
}

.page--home,
.page--individual,
.page--institutional {
    padding-top: 26px;
}

.page--detail {
    padding-top: 22px;
}

.animate-on-load {
    animation: page-fade 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1), transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 100ms;
}

.reveal-delay-2 {
    transition-delay: 180ms;
}

.reveal-delay-3 {
    transition-delay: 260ms;
}

@keyframes page-fade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-star {
    0%,
    100% {
        opacity: 0.85;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.topbar .brand {
    margin-top: 8px;
    gap: 10px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 4px;
    transition: transform var(--ease-out-grace), opacity 200ms ease, filter 240ms ease;
    -webkit-tap-highlight-color: transparent;
}

.brand-lockup {
    display: block;
    width: 150px;
    height: 54px;
    max-width: 150px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: filter var(--ease-out-grace), transform var(--ease-out-grace), opacity 240ms ease;
}

@keyframes brand-lockup-breathe {
    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.16)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.1));
    }

    50% {
        filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.38)) drop-shadow(0 0 40px rgba(255, 255, 255, 0.22));
    }
}

.page--institutional .brand-lockup,
.page--individual .brand-lockup {
    animation: brand-lockup-breathe 5.5s ease-in-out infinite;
}

@media (hover: hover) {
    .brand:hover {
        transform: translateY(-1px);
    }

    .brand:hover .brand-lockup {
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35)) brightness(1.03);
        transform: translateZ(0) scale(1.01);
    }

    .page--institutional .brand:hover .brand-lockup,
    .page--individual .brand:hover .brand-lockup {
        animation: none;
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35)) brightness(1.03);
        transform: translateZ(0) scale(1.01);
    }
}

.brand:active {
    transform: translateY(0);
    opacity: 0.92;
    transition-duration: 120ms;
}

.brand:active .brand-lockup {
    filter: brightness(1.02);
    transform: translateZ(0) scale(1.005);
}

.brand:focus {
    outline: none;
}

.brand:focus-visible {
    outline: 2px solid rgba(232, 213, 201, 0.55);
    outline-offset: 4px;
}

.brand:focus-visible .brand-lockup {
    filter: brightness(1.03);
    transform: translateZ(0) scale(1.01);
}

@media (prefers-reduced-motion: reduce) {
    .brand,
    .brand-lockup {
        transition-duration: 0.01ms;
    }

    .page--institutional .brand-lockup,
    .page--individual .brand-lockup {
        animation: none;
    }

    .brand:hover .brand-lockup,
    .brand:focus-visible .brand-lockup,
    .brand:active .brand-lockup {
        transform: none;
        filter: none;
    }
}

.locale-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 0;
}

.locale-option {
    border: 0;
    padding: 0 8px;
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    font-family: "GFS Didot", serif;
}

.locale-option:hover {
    opacity: 1;
}

.locale-option[aria-pressed="true"] {
    opacity: 1;
}

.home-hero {
    padding-top: 34px;
}

.home-title {
    margin: 0;
    text-align: center;
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    color: #ffffff;
}

.path-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.path-card {
    min-height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    transition: border-color var(--ease);
    text-decoration: none !important;
}

.path-card * {
    text-decoration: none !important;
}

.path-card:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
    box-shadow: none;
}

.path-icon-svg { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 64px; 
    height: 64px; 
    margin-bottom: 40px; 
    color: #ffffff; 
}

.path-icon-svg:is(img) {
    display: block;
    object-fit: contain;
}

.path-card-title {
    text-align: center;
    font-family: "GFS Didot", serif;
    font-size: 42px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0;
}

.path-card-divider {
    display: block;
    width: 120px;
    height: 1px;
    margin: 18px auto 22px;
    border-radius: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.22) 22%,
        rgba(255, 255, 255, 0.22) 78%,
        transparent 100%
    );
    opacity: 0.9;
    pointer-events: none;
}

.path-card-desc {
    text-align: center;
    font-family: "Avenir", "Avenir Next", "Helvetica Neue",  sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
}


.page--individual .topbar,
.page--institutional .topbar {
    margin-bottom: 70px;
}

.page--individual .topbar {
    margin-bottom: 32px;
}

.page--individual {
    display: flex;
    flex-direction: column;
}

.individual-copy {
    text-align: center;
}

.page--individual .individual-copy {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-top: clamp(24px, 6vh, 72px);
    padding-bottom: clamp(32px, 8vh, 96px);
    box-sizing: border-box;
}

.individual-copy h1 {
    margin: 0 0 18px;
    font-family: "GFS Didot", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.individual-copy h1 .individual-heading-date {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: lining-nums tabular-nums;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.individual-copy p {
    margin: 0 0 10px;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.6;
    color: #ffffff;
}

.micro-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 140px;
    margin-bottom: 0px;
    font-family: "GFS Didot", serif;
    font-size: 22px;
    line-height: 1.2;
}

.micro-nav a {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}

.micro-nav a::after {
    display: none;
}

.micro-nav a + a::before {
    content: "·";
    margin-right: 16px;
    color: #ffffff;
    opacity: 0.8;
}

.page--institutional .micro-nav {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 10px;
}

.page--institutional .micro-nav a {
    text-align: center;
    white-space: nowrap;
}

.rule {
    position: relative;
    height: 48px;
}

.rule::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent 100%);
}

.rule::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.hero {
    text-align: center;
    padding-top: 120px;
}

.hero h1 {
    margin: 0;
    font-family: inherit;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.hero .statement {
    margin: 60px 0 0;
    font-family: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    opacity: 0.9;
}

.page--institutional .hero .statement {
    font-family: "GFS Didot", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.026em;
    line-height: 1.42;
    color: rgb(251 241 241 / 92%);
    text-shadow: none;
    opacity: 1;
}

.page--institutional .hero h1 {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    letter-spacing: 0.022em;
    color: rgba(252, 249, 246, 0.92);
}

.page--institutional .narrative {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    letter-spacing: 0.032em;
    line-height: 1.34;
    color: rgb(253 253 253 / 92%);
}

.page--institutional .section-kicker {
    font-family: "GFS Didot", serif;
    font-weight: 700;
    color: #e7dede;
    opacity: 1;
}

.hero .subcopy {
    margin: 40px 0 0;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    opacity: 0.7;
}

.page--institutional .hero .subcopy {
    font-family: "Avenir", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.045em;
    line-height: 1.5;
    color: rgba(232, 230, 226, 0.92);
    opacity: 1;
}

.narrative {
    margin: 180px 0 160px;
    text-align: center;
    font-family: inherit;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.section-kicker {
    margin: 0 0 12px;
    text-align: center;
    font-family: inherit;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.8;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-top: 100px;
}

.card {
    padding: 0;
    text-align: center;
}

.card h2 {
    margin: 0 0 14px;
    font-family: inherit;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}

.page--institutional .card h2 {
    font-family: "GFS Didot", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.042em;
    line-height: 1.14;
    color: rgba(255, 255, 255, 0.97);
}

.page--institutional .card h2 .card-title-dash {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 0.1em;
}

.page--institutional .card h2 .card-title-sub {
    font-size: 0.82em;
}

.page--institutional .card .price,
.page--institutional .card .detail {
    font-family: "Avenir", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.8;
}

.page--institutional .card-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 28px auto 0;
    padding: 18px 48px 18px 44px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 0;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 240ms ease, background 240ms ease;
}

.page--institutional .card-download-btn:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.page--institutional .card-download-btn__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.page--institutional .card-download-btn__icon .fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.page--institutional .card-download-btn__icon i {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.page--institutional .card-download-btn .card-download-btn__label {
    font-family: "GFS Didot", serif;
    font-size: clamp(1.05rem, 2.1vw, 1.22rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.015em;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.card .price {
    margin: 0 0 10px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    opacity: 0.6;
}

.card .detail {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #ffffff;
    opacity: 0.6;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1;
    color: rgba(232, 213, 201, 0.84);
    transition: color var(--ease), transform var(--ease);
}

.back-link:hover {
    color: rgba(247, 238, 233, 0.96);
    transform: translateX(-1px);
}

/* Shared “‹ Framework” back link (engagement, framework, strategy) */
.back-link.back-link--framework-nav {
    position: static;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-family: "GFS Didot", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-link.back-link--framework-nav:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: none;
}

.back-link.back-link--framework-nav .back-link__chev,
.back-link.back-link--framework-nav .chev {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    transform: none;
}

.back-link.back-link--framework-nav .back-link__label {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

@media (max-width: 768px) {
    .back-link.back-link--framework-nav {
        font-size: 1.25rem;
        font-size: 1.35rem;
        font-weight: 400;
    }
}

.detail-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 46px;
}

.detail-topbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    flex: 1;
    min-width: 0;
}

.detail-topbar-divider {
    width: 1px;
    height: 1.35em;
    align-self: center;
    background: rgba(255, 255, 255, 0.14);
    flex-shrink: 0;
}

.page--detail .detail-topbar .back-link {
    align-self: center;
}

.framework-page .detail-topbar {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.framework-page .detail-topbar-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
}

.framework-page .detail-topbar .locale-switcher {
    flex-shrink: 0;
    margin-left: auto;
}

.detail-heading {
    text-align: center;
}

.detail-title-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.detail-title-row::before,
.detail-title-row::after {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-strong));
}

.detail-title-row::after {
    background: linear-gradient(90deg, var(--line-strong), transparent);
}

.detail-title {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.08;
    color: rgba(232, 214, 203, 0.96);
}

.detail-rule {
    position: relative;
    margin: 12px auto 0;
    width: min(100%, 480px);
    height: 16px;
}

.detail-rule::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229, 207, 189, 0.32) 12%, rgba(229, 207, 189, 0.32) 88%, transparent);
}

.detail-rule::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background: rgba(255, 244, 232, 0.96);
    box-shadow: 0 0 16px 4px var(--glow-soft);
    animation: pulse-star 2.8s ease-in-out infinite;
}

.detail-subtitle {
    margin: 22px 0 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 1.16;
    color: rgba(228, 209, 196, 0.84);
}

.detail-description {
    width: min(100%, 470px);
    margin: 30px auto 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.42;
    color: rgba(225, 205, 194, 0.82);
}

.orbit-shell {
    display: none;
    position: relative;
    margin: 0 auto;
}

.orbit-shell svg {
    display: block;
    width: 100%;
    height: auto;
}

.orbit-shell .glow-star {
    animation: pulse-star 3.2s ease-in-out infinite;
    transform-origin: center;
}

.strategy-page {
    min-height: 1580px;
}

.strategy-page .detail-heading {
    margin-top: 22px;
}

.strategy-page .detail-description {
    width: 520px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.42;
}

.strategy-page .detail-description p {
    margin: 0;
}

.strategy-page .detail-lead {
    margin: 26px 0 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: rgba(228, 209, 196, 0.88);
}

.strategy-layout {
    position: relative;
    margin-top: 44px;
    min-height: 500px;
}

.strategy-list {
    position: relative;
    z-index: 2;
    width: 404px;
    padding-top: 26px;
}

.strategy-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 24px;
}

.strategy-icon {
    width: 34px;
    height: 34px;
    color: rgba(233, 214, 201, 0.84);
}

.strategy-copy {
    padding-top: 2px;
}

.strategy-copy strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 400;
    color: rgba(235, 218, 207, 0.96);
}

.strategy-copy .item-line {
    width: 176px;
    height: 1px;
    margin-top: 9px;
    background: linear-gradient(90deg, rgba(231, 208, 191, 0.28), transparent);
}

.strategy-orbit {
    position: absolute;
    right: -42px;
    top: 18px;
    width: 458px;
    opacity: 0.82;
}

.strategy-footer {
    margin-top: 24px;
    text-align: center;
}

.strategy-footer p {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    color: rgba(231, 211, 198, 0.84);
}

.strategy-footer p:first-child {
    font-size: 17px;
}

.strategy-footer p + p {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(216, 193, 181, 0.74);
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 44px;
    margin-top: 28px;
    border-radius: 4px;
    border: 1px solid rgba(231, 208, 191, 0.28);
    background: rgba(18, 12, 12, 0.5);
    box-shadow: 0 12px 28px -24px rgba(0, 0, 0, 0.72);
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: rgba(239, 224, 214, 0.92);
    transition: transform var(--ease), border-color var(--ease), background var(--ease);
}

.btn-contact:hover {
    transform: translateY(-1px);
    border-color: rgba(231, 208, 191, 0.5);
    background: rgba(30, 18, 18, 0.7);
}

.framework-page {
    min-height: 0;
}

.framework-wrapper .framework-header,
.framework-page .detail-heading {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.framework-label {
    margin-top: 0;
}

.framework-headline-primary {
    display: inline-block;
    white-space: nowrap;
}

html[lang="es"] .framework-page .framework-headline {
    max-width: min(100%, 640px);
}

html[lang="es"] .framework-page .framework-headline-primary {
    white-space: nowrap;
}

.framework-headline {
    margin-top: clamp(8px, 1.5vh, 20px);
    margin-bottom: 0;
    margin-inline: auto;
    width: 100%;
    max-width: min(100%, 640px);
    box-sizing: border-box;
    text-align: center;
    font-family: "GFS Didot", serif;
    font-weight: 400;
    color: #aaa29e;
    font-size: clamp(2rem, 6.2vw, 3rem);
    letter-spacing: 0.005em;
    line-height: 1.1;
    white-space: normal;
}

html[lang="es"] .framework-body .framework-headline,
html[lang="es"] .framework-wrapper .framework-headline {
    font-size: clamp(1.65rem, 5.4vw, 2.85rem);
}

@media (max-width: 575.98px) {
    html[lang="es"] .framework-body .framework-headline,
    html[lang="es"] .framework-wrapper .framework-headline {
        font-size: clamp(1.45rem, 5vw, 1.85rem);
    }
}

.framework-map {
    position: relative;
    width: min(598px, 94vw);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1 / 1.12;
}

.framework-map .orbit-shell {
    display: block;
    position: absolute;
    inset: 28px 26px 124px;
    transform: translateY(-48px);
}

.framework-map .orbit-shell .framework-orbit-img,
.framework-map .orbit-shell img {
    display: block;
    width:77%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 0 10px rgba(230, 200, 160, 0.15));
    margin-top: 12%;
    margin-right: 13%;
      
}

.framework-map .orbit-shell svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(230, 200, 160, 0.15));
}



















.framework-node--cta {
    transition: transform var(--ease), color var(--ease);
}

.framework-node--cta:hover {
    color: rgba(247, 238, 233, 0.98);
}

/* Keep the same centering transform as .framework-node--m4; only nudge Y on hover */
.framework-node--m4.framework-node--cta:hover {
    transform: translate(-50%, 8px);
}
.framework-node--m3.framework-node--cta:hover {
    transform: translate(-50%, -8px);
}

.engagement-page {
    min-height: 1340px;
    padding-bottom: 80px;
    background: #000000 url("e.png") center/cover no-repeat fixed;
}

.engagement-page .detail-heading {
    margin-top: 68px;
}

.engagement-page .detail-title {
    font-size: 28px;
}

.engagement-page .detail-subtitle {
    margin-top: 20px;
    font-size: 20px;
}

.engagement-orbit {
    width: min(100%, 590px);
    margin: 118px auto 0;
}

.email-cta-wrap {
    margin-top: 74px;
    display: flex;
    justify-content: center;
}

.engagement-page .email-cta-wrap {
    margin-top: 0;
}

.email-cta {
    margin-top: min(2700px, max(140px, 126vh));
    min-width: 500px;
    height: 60px;
    border: 1px solid rgba(230, 206, 187, 0.12);
    background: rgba(10, 8, 8, 0.48);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    color: rgba(236, 219, 208, 0.88);
    transition: transform var(--ease), border-color var(--ease), color var(--ease);
}

.email-cta:hover {
    transform: translateY(-1px);
    border-color: rgba(230, 206, 187, 0.28);
    color: rgba(247, 238, 233, 0.98);
}

.page--not-found {
    min-height: 100vh;
}

.not-found-shell {
    padding-top: 110px;
    text-align: center;
}

.not-found-code {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 88px;
    font-weight: 500;
    line-height: 0.92;
    color: rgba(247, 238, 233, 0.96);
}

.not-found-title {
    margin: 24px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
    color: rgba(235, 218, 207, 0.96);
}

.not-found-copy {
    width: min(100%, 420px);
    margin: 18px auto 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    line-height: 1.4;
    color: rgba(225, 205, 194, 0.84);
}

.not-found-shell .btn-contact {
    margin-top: 36px;
}

@media (max-width: 640px) {
    .page {
        padding: 26px 20px 44px;
    }

    .topbar,
    .detail-topbar {
        gap: 12px;
    }

    .locale-switcher {
        padding: 3px;
    }

    .locale-option {
        padding: 6px 10px;
        font-size: 13px;
    }

    .page--home,
    .page--individual,
    .page--institutional {
        padding-top: 22px;
    }

    .path-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page--individual .topbar,
    .page--institutional .topbar {
        margin-bottom: 58px;
    }

    .page--individual .topbar {
        margin-bottom: 24px;
    }

    .hero {
        padding-top: 70px;
    }

    .hero h1 {
        font-size: 72px;
    }

    .hero .statement {
        font-size: 26px;
        margin-top: 34px;
    }

    .hero .subcopy {
        margin-top: 62px;
        font-size: 16px;
    }

    .narrative {
        margin: 218px 0 198px;
        font-size: 28px;
    }

    .strategy-page {
        min-height: auto;
    }

    .strategy-page .detail-description,
    .strategy-list {
        width: 100%;
    }

    .strategy-layout {
        min-height: 520px;
    }

    .strategy-orbit {
        width: 430px;
        right: -110px;
        top: 150px;
        opacity: 0.8;
    }

    .framework-map {
        margin-top: 66px;
    }

    .framework-map .orbit-shell {
        inset: 24px 12px 134px;
        transform: translateY(-48px);
    }

    

    

    

    

    

    

    

    .email-cta {
        min-width: 100%;
        font-size: 24px;
    }

    .engagement-page .email-cta-wrap {
        margin-top: 0;
    }

    .not-found-shell {
        padding-top: 88px;
    }

    .not-found-code {
        font-size: 72px;
    }

    .not-found-title {
        font-size: 29px;
    }

    .not-found-copy {
        font-size: 17px;
    }
}
















@keyframes slowOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.orbit-shell svg {
    animation: slowOrbit 180s linear infinite;
    transform-origin: center;
}
.orbit-shell svg path, .orbit-shell svg circle {
    animation: slowOrbit 180s linear infinite reverse;
    transform-origin: center;
}















@keyframes slowOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.orbit-shell svg {
    animation: slowOrbit 180s linear infinite;
    transform-origin: center;
}
.orbit-shell svg path, .orbit-shell svg circle {
    animation: slowOrbit 180s linear infinite reverse;
    transform-origin: center;
}

.framework-node { position: absolute;
    width: 180px;
    text-align: center;
    font-family: "GFS Didot", serif;
    color: rgba(200, 190, 185, 0.85);  }









.framework-node strong {
    display: block;
    font-family: "GFS Didot", serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
    color: rgba(200, 190, 185, 0.92);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.16);
}

.framework-node span {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-family: "GFS Didot", serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(200, 190, 185, 0.85);
}

@keyframes slowOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.orbit-shell svg {
    animation: slowOrbit 180s linear infinite;
    transform-origin: center;
}
.orbit-shell svg path, .orbit-shell svg circle {
    animation: slowOrbit 180s linear infinite reverse;
    transform-origin: center;
}

/* FRAMEWORK ALIGNMENTS AND STYLING */
.framework-page {
    position: relative;
    overflow-x: hidden;
}

.framework-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 16px;
}
.framework-label::before,
.framework-label::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.framework-label .detail-title {
    font-size: 18px;
    font-family: "GFS Didot", serif;
    color: rgba(228, 209, 196, 0.9);
    letter-spacing: 0.05em;
    font-weight: 400;
}

/* Adjust framework map container */
.framework-map {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 1;
}

.framework-node { position: absolute;
    width: 200px;
    text-align: center;
    font-family: "GFS Didot", serif;
    color: rgba(200, 190, 185, 0.85); /* Slightly muted text */ z-index: 10;
 }

.framework-node strong {
    display: block;
    font-size: 29px;
    font-weight: 500;
    font-family: "GFS Didot", serif;
    color: rgba(200, 190, 185, 0.92);
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.16);
    letter-spacing: 0.02em;
}

.framework-node span {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-family: "GFS Didot", serif;
    font-weight: 600;
    color: rgba(200, 190, 185, 0.85);
    text-align: center;
}

html[lang="es"] .framework-page .framework-node span {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

@media (max-width: 640px) {
    .framework-label::before,
    .framework-label::after {
        width: 40px;
    }
    .framework-node {
        width: 120px;
    }
    .framework-node strong {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .framework-node span {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0.01em;
    }
}

/* Node specific offsets to avoid overlapping with stars */








/* Node specific offsets to avoid overlapping with stars */
.framework-node--m3 { left: 47%; top: 3%; transform: translate(-50%, 6px); }
.framework-node--m4 { left: 79.5%; top: 15.5%; transform: translate(-50%, 10px); }
.framework-node--m2 { left: 17.5%; top: 15.5%; transform: translate(-50%, 10px); }

.framework-node--m5 { left: 79.5%; top: 50.5%; transform: translate(-50%, 18px); }
.framework-node--m1 { left: 17.5%; top: 50.5%; transform: translate(-50%, 18px); }
.framework-node--m6 { left: 47%; top: 61%; transform: translate(-50%, 18px); }


/* PIXEL PERFECT STRATEGY PAGE FIXES */
.strategy-page .detail-title-row {
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
}
.strategy-page .detail-title {
    font-size: 26px;
    letter-spacing: 0.02em;
}
.strategy-page .detail-rule {
    margin: 4px auto 0;
    width: 100%;
}
.strategy-page .detail-rule::before {
    display: none; /* In screenshot there is NO long line through the dot */
}
.strategy-page .detail-description {
    width: min(100%, 540px);
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.45;
}
.strategy-page .detail-lead {
    margin-top: 24px;
    font-size: 18px;
}

.strategy-layout {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
}
.strategy-list {
    width: auto;
    padding-top: 0;
    max-width: 500px;
}
.strategy-item {
    gap: 18px;
    margin-bottom: 32px;
}
.strategy-icon {
    width: 28px;
    height: 28px;
    color: rgba(235, 218, 207, 0.95);
    margin-top: 2px;
}
.strategy-copy strong {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.strategy-copy .item-line {
    width: 100%;
    margin-top: 12px;
    height: 1px;
    background: rgba(231, 208, 191, 0.2);
}

.strategy-orbit {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 20px;
    width: 480px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .strategy-layout {
        flex-direction: column;
        align-items: center;
    }
    .strategy-orbit {
        margin-left: 0;
        margin-top: 20px;
        right: -80px;
    }
}
.strategy-footer {
    margin-top: 80px;
}


/* Pixel perfect overrides for strategy page */
.strategy-page .detail-title-row::before,
.strategy-page .detail-title-row::after {
    background: linear-gradient(90deg, transparent, rgba(235, 218, 207, 0.4));
    height: 1px;
}
.strategy-page .detail-title-row::after {
    background: linear-gradient(90deg, rgba(235, 218, 207, 0.4), transparent);
}
.strategy-page .detail-rule::before {
    display: none;
}
.strategy-page .detail-description {
    width: min(100%, 540px);
    margin: 24px auto 0;
    text-align: center;
    color: rgba(225, 205, 194, 0.85);
}
.strategy-page .detail-lead {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
    color: rgba(225, 205, 194, 0.85);
}

.strategy-page .strategy-layout {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.strategy-page .strategy-list {
    width: 380px;
    flex-shrink: 0;
    padding-top: 0;
    z-index: 2;
}

.strategy-page .strategy-orbit {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    z-index: 1;
    opacity: 0.9;
}

.strategy-page .strategy-item {
    gap: 16px;
    margin-bottom: 32px;
}

.strategy-page .strategy-icon {
    width: 30px;
    height: 30px;
    color: rgba(235, 218, 207, 0.85);
}

.strategy-page .strategy-copy {
    min-width: 0;
}

.strategy-page .strategy-copy strong {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
}

.strategy-page .strategy-copy .item-line {
    width: 100%;
    margin-top: 10px;
    height: 1px;
    background: linear-gradient(90deg, rgba(235, 218, 207, 0.3), transparent);
}

@media (max-width: 768px) {
    .strategy-page .strategy-layout {
        flex-direction: column;
        align-items: center;
    }
    .strategy-page .strategy-list {
        width: 100%;
        max-width: 400px;
        min-width: 0;
    }
    .strategy-page .strategy-copy strong {
        white-space: normal;
    }
    .strategy-page .strategy-orbit {
        position: relative;
        right: -60px;
        top: 0;
        transform: none;
        margin-top: 20px;
    }
}

@media screen and (max-width: 560px) {
    .page.page--home,
    .page.page--individual,
    .page.page--institutional {
        padding: 22px 20px 52px;
    }

    .page--institutional .topbar {
        margin-bottom: 36px;
    }

    .page--institutional .locale-option,
    .page--detail .locale-option {
        font-size: 14px;
        padding: 0;
    }

    .page--institutional .micro-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px 10px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: clamp(10px, 2.6vw, 12px);
        line-height: 1.15;
        letter-spacing: 0;
    }

    .page--institutional .micro-nav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: normal;
        font-size: inherit;
        line-height: inherit;
        text-align: center;
    }

    .page--institutional .micro-nav a + a::before {
        margin-right: 8px;
    }

    .page--institutional .rule.rule--hero {
        height: 28px;
    }

    .page--institutional .hero {
        padding-top: 46px;
    }

    .page--institutional .hero h1 {
        font-size: 35px;
        line-height: 1.08;
    }

    .page--institutional .hero .statement {
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.35;
    }

    .page--institutional .hero .subcopy {
        margin-top: 34px;
        font-size: 14px;
        line-height: 1.45;
    }

    .page--institutional .narrative {
        margin: 128px 0 112px;
        font-size: 22px;
    }

    .page--institutional .section-kicker {
        font-size: 15px;
        letter-spacing: 0.24em;
    }

    .page--institutional .cards {
        margin-top: 52px;
        gap: 54px;
    }

    .page--institutional .card h2 {
        font-size: 27px;
    }

    .page--institutional .card .price {
        font-size: 14px;
    }

    .page--institutional .card .detail {
        font-size: 14px;
    }

    .page--institutional .card-download-btn {
        gap: 12px;
        margin-top: 24px;
        padding: 16px 32px 16px 28px;
    }

    .page--institutional .card-download-btn__icon i {
        font-size: 20px;
    }

    .page--institutional .card-download-btn .card-download-btn__label {
        font-family: "GFS Didot", serif;
        font-size: 0.98rem;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .page--detail {
        padding: 22px 20px 56px;
    }

    .page--detail .detail-topbar {
        margin-bottom: 24px;
    }

    .page--detail .back-link:not(.back-link--framework-nav) {
        font-size: 17px;
    }

    .page--detail .detail-title {
        font-size: 19px;
    }

    .page--detail .detail-description {
        width: min(100%, 320px);
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.46;
    }

    .strategy-page .detail-lead {
        margin-top: 22px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .strategy-page .strategy-layout {
        margin-top: 24px;
        min-height: 420px;
    }

    .strategy-page .strategy-list {
        width: 100%;
        max-width: none;
    }

    .strategy-page .strategy-item {
        grid-template-columns: 28px 1fr;
        gap: 14px;
        margin-bottom: 24px;
    }

    .strategy-page .strategy-copy strong {
        font-size: 15px;
        line-height: 1.26;
    }

    .strategy-page .strategy-orbit {
        position: absolute;
        right: -90px;
        top: 120px;
        width: 360px;
        margin-top: 0;
    }

    .strategy-page .strategy-footer {
        margin-top: 10px;
    }

    .framework-wrapper .framework-header,
    .framework-page .detail-heading {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .framework-wrapper .framework-label,
    .framework-page .framework-label {
        gap: 12px;
        margin-bottom: 14px;
    }

    .framework-wrapper .framework-label::before,
    .framework-wrapper .framework-label::after,
    .framework-page .framework-label::before,
    .framework-page .framework-label::after {
        width: 42px;
    }

    .framework-wrapper .framework-label .detail-title,
    .framework-page .framework-label .detail-title {
        font-size: 18px;
    }

    .framework-page .framework-headline {
        width: 100%;
        max-width: min(100%, 20rem);
        margin-inline: auto;
        margin-bottom: 0;
        text-align: center;
        font-size: clamp(1.28rem, 4.8vw, 1.62rem);
        line-height: 1.14;
        white-space: normal;
    }

    html[lang="es"] .framework-page .framework-headline {
        max-width: min(100%, 21rem);
        font-size: clamp(1.22rem, 4.5vw, 1.52rem);
    }

    .framework-wrapper .framework-map,
    .framework-page .framework-map {
        position: relative;
        top: 0 !important;
        width: min(598px, 94vw);
        max-width: 100%;
        margin-top: 4px;
        aspect-ratio: 1 / 1.08;
    }

    .framework-wrapper .framework-map .orbit-shell,
    .framework-page .framework-map .orbit-shell {
        display: block;
        inset: 8px 6px 82px;
        transform: translateY(-40px);
    }

    .framework-page .framework-node {
        width: 110px;
    }

    .framework-page .framework-node strong {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .framework-page .framework-node span {
        font-size: 10px;
        line-height: 1.18;
        letter-spacing: 0.01em;
    }

    html[lang="es"] .framework-page .framework-node span {
        font-size: 10px;
        line-height: 1.18;
        letter-spacing: 0.005em;
    }

    .framework-page .framework-node--m3 {
        left: 47%;
        top: 3%;
        transform: translate(-50%, 6px);
    }

    .framework-page .framework-node--m2 {
        left: 17.5%;
        top: 12.5%;
        transform: translate(-50%, 10px);
    }

    .framework-page .framework-node--m4 {
        left: 79.5%;
        top: 15.5%;
        transform: translate(-50%, 10px);
    }

    .framework-page .framework-node--m4.framework-node--cta:hover {
        transform: translate(-50%, 6px);
    }
  .framework-page .framework-node--m3.framework-node--cta:hover {
        transform: translate(-50%, -6px);
    }

    .framework-page .framework-node--m1 {
        left: 19.5%;
        top: 50.5%;
        transform: translate(-50%, 18px);
    }

    .framework-page .framework-node--m5 {
        left: 78.5%;
        top: 50.5%;
        transform: translate(-50%, 18px);
    }

    .framework-page .framework-node--m6 {
        left: 47%;
        top: 61%;
        transform: translate(-50%, 18px);
    }
}

@media (max-width: 640px) {
    .page {
        padding: 22px 20px 52px;
    }

    .brand {
        gap: 10px;
    }

    .page--home .brand-lockup,
    .page--individual .brand-lockup,
    .page--institutional .brand-lockup,
    .brand-lockup {
        width: 150px;
        height: 54px;
        max-width: min(150px, 78vw);
    }

    .locale-switcher {
        gap: 8px;
    }

    .locale-option {
        padding: 0;
        font-size: 14px;
        line-height: 1;
    }

    .home-hero {
        padding-top: 48px;
    }

    .home-title {
        font-size: 32px;
        line-height: 1.12;
    }

    .path-grid {
        margin-top: 56px;
        gap: 20px;
    }

    .path-card {
        min-height: 308px;
        padding: 30px 24px;
    }

    .path-icon-svg {
        width: 54px;
        height: 54px;
        margin-bottom: 28px;
    }

    .path-card-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .path-card-desc {
        font-size: 16px;
    }

    .page--home,
    .page--individual,
    .page--institutional {
        padding-top: 22px;
    }

    .page--institutional .topbar {
        margin-bottom: 34px;
    }

    .micro-nav {
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 0;
        font-size: 13px;
        line-height: 1.2;
    }

    .micro-nav a {
        white-space: nowrap;
    }

    .micro-nav a + a::before {
        margin-right: 10px;
    }

    .rule,
    .rule.rule--hero {
        height: 30px;
    }

    .hero {
        padding-top: 56px;
    }

    .hero h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .hero .statement {
        margin-top: 26px;
        font-size: 18px;
        line-height: 1.35;
    }

    .hero .subcopy {
        margin-top: 42px;
        font-size: 16px;
        line-height: 1.45;
    }

    .narrative {
        margin: 150px 0 122px;
        font-size: 24px;
        line-height: 1.2;
    }

    .section-kicker {
        font-size: 15px;
        letter-spacing: 0.22em;
    }

    .cards {
        gap: 58px;
        margin-top: 58px;
    }

    .card h2 {
        font-size: 28px;
        line-height: 1.12;
    }

    .card .price {
        font-size: 14px;
        line-height: 1.5;
    }

    .card .detail {
        font-size: 14px;
        line-height: 1.45;
    }

    .detail-topbar {
        align-items: center;
        margin-bottom: 28px;
    }

    .framework-page .detail-topbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .framework-page .detail-topbar-nav {
        justify-content: flex-start;
    }

    .back-link:not(.back-link--framework-nav) {
        font-size: 17px;
    }

    .detail-title-row {
        gap: 12px;
    }

    .detail-title {
        font-size: 20px;
        line-height: 1.1;
    }

    .detail-rule {
        margin-top: 8px;
        height: 12px;
    }

    .detail-description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.5;
    }

    .strategy-page .detail-heading {
        margin-top: 4px;
    }

    .strategy-page .detail-description {
        width: min(100%, 320px);
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.45;
    }

    .strategy-page .detail-lead {
        margin-top: 22px;
        margin-bottom: 28px;
        font-size: 16px;
    }

    .strategy-page .strategy-layout {
        margin-top: 22px;
        align-items: stretch;
    }

    .strategy-page .strategy-list {
        max-width: none;
    }

    .strategy-page .strategy-item {
        grid-template-columns: 28px 1fr;
        gap: 14px;
        margin-bottom: 24px;
    }

    .strategy-page .strategy-icon {
        width: 26px;
        height: 26px;
    }

    .strategy-page .strategy-copy strong {
        font-size: 15px;
        line-height: 1.25;
    }

    .strategy-page .strategy-copy .item-line {
        margin-top: 8px;
    }

    .strategy-page .strategy-orbit {
        width: 360px;
        right: -92px;
        margin-top: 0;
        top: 116px;
        position: absolute;
        transform: none;
        opacity: 0.86;
    }

    .strategy-footer {
        margin-top: 16px;
    }

    .strategy-footer p:first-child {
        font-size: 16px;
    }

    .strategy-footer p + p {
        font-size: 13px;
    }

    .btn-contact {
        min-width: 180px;
        height: 42px;
        margin-top: 24px;
        font-size: 18px;
    }

    .framework-page {
        min-height: auto;
    }

    .framework-page .detail-heading {
        margin-top: 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .framework-label {
        gap: 12px;
        margin-bottom: 16px;
    }

    .framework-label::before,
    .framework-label::after {
        width: 42px;
    }

    .framework-label .detail-title {
        font-size: 18px;
    }

    .framework-page .framework-headline {
        width: 100%;
        max-width: min(100%, 18rem);
        margin-inline: auto;
        margin-bottom: 12px;
        text-align: center;
        font-size: clamp(1.16rem, 4.35vw, 1.4rem);
        line-height: 1.12;
        white-space: normal;
    }

    html[lang="es"] .framework-page .framework-headline {
        max-width: min(100%, 19rem);
        font-size: clamp(1.1rem, 4.1vw, 1.32rem);
    }

    .framework-wrapper .framework-map,
    .framework-map {
        top: 0 !important;
        width: min(598px, 94vw);
        max-width: 100%;
        margin-top: 12px;
        aspect-ratio: 1 / 1.08;
    }

    .framework-wrapper .framework-map .orbit-shell,
    .framework-map .orbit-shell {
        display: block;
        inset: 12px 8px 84px;
        transform: translateY(-38px);
    }

    .framework-node {
        width: 110px;
    }

    .framework-node strong {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .framework-node span {
        font-size: 10px;
        line-height: 1.18;
        letter-spacing: 0.01em;
    }

    .framework-node--m3 {
        left: 47%;
        top: 3%;
        transform: translate(-50%, 6px);
    }

    .framework-node--m2 {
        left: 17.5%;
        top: 12.5%;
        transform: translate(-50%, 10px);
    }

    .framework-node--m4 {
        left: 79.5%;
        top: 15.5%;
        transform: translate(-50%, 10px);
    }

    .framework-node--m1 {
        left: 19.5%;
        top: 50.5%;
        transform: translate(-50%, 18px);
    }

    .framework-node--m5 {
        left: 78.5%;
        top: 50.5%;
        transform: translate(-50%, 18px);
    }

    .framework-node--m6 {
        left: 47%;
        top: 61%;
        transform: translate(-50%, 18px);
    }
}


/* Pixel perfect overrides for strategy page */
.strategy-page .detail-title-row::before,
.strategy-page .detail-title-row::after {
    background: linear-gradient(90deg, transparent, rgba(235, 218, 207, 0.4));
    height: 1px;
}
.strategy-page .detail-title-row::after {
    background: linear-gradient(90deg, rgba(235, 218, 207, 0.4), transparent);
}
.strategy-page .detail-rule::before {
    display: none;
}
.strategy-page .detail-description {
    width: min(100%, 540px);
    margin: 24px auto 0;
    text-align: center;
    color: rgba(225, 205, 194, 0.85);
}
.strategy-page .detail-lead {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
    color: rgba(225, 205, 194, 0.85);
}

.strategy-page .strategy-layout {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.strategy-page .strategy-list {
    width: 380px;
    flex-shrink: 0;
    padding-top: 0;
    z-index: 2;
}

.strategy-page .strategy-orbit {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    z-index: 1;
    opacity: 0.9;
}

.strategy-page .strategy-item {
    gap: 16px;
    margin-bottom: 32px;
}

.strategy-page .strategy-icon {
    width: 30px;
    height: 30px;
    color: rgba(235, 218, 207, 0.85);
}

.strategy-page .strategy-copy {
    min-width: 0;
}

.strategy-page .strategy-copy strong {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
}

.strategy-page .strategy-copy .item-line {
    width: 100%;
    margin-top: 10px;
    height: 1px;
    background: linear-gradient(90deg, rgba(235, 218, 207, 0.3), transparent);
}

@media (max-width: 768px) {
    .strategy-page .strategy-layout {
        flex-direction: column;
        align-items: center;
    }
    .strategy-page .strategy-list {
        width: 100%;
        max-width: 400px;
        min-width: 0;
    }
    .strategy-page .strategy-copy strong {
        white-space: normal;
    }
    .strategy-page .strategy-orbit {
        position: relative;
        right: -60px;
        top: 0;
        transform: none;
        margin-top: 20px;
    }
}
