:root {

            --page-text: #121417;
            --page-muted: #5c6570;
            --page-muted-2: #7a848f;
            --page-line: #e6e9ed;
            --page-surface: #f7f8fa;
            --page-surface-2: #f3f5f7;
            --page-dark: #0f1114;
            --page-dark-2: #171a1f;
            --accent: #ffffff;
            --max-width: 1200px;
            --content-width: 760px;
            --radius: 18px;
            --shadow: 0 20px 50px rgba(15, 17, 20, 0.08);
            --primary: #490656;
            --primary-light: #6b0d7c;
            --primary-soft: rgba(73, 6, 86, 0.08);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: var(--page-text);
            background: var(--color-bg);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
        }

        img,
        video {
            max-width: 100%;
            display: block;
        }

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

        .page {
            overflow: hidden;
        }

        .container {
            width: min(calc(100% - 48px), var(--max-width));
            margin: 0 auto;
        }

        .content-narrow {
            width: min(100%, var(--content-width));
        }

        .section {
            padding: 88px 0;
        }

        .section-tight {
            padding: 64px 0;
        }

        .section-tight .content-narrow {
            max-width: 900px;
            /* adjust: 850–1000px depending on taste */
        }

        .section-tight h2 {
            max-width: 22ch;
            /* allows longer, controlled lines */
        }


        .eyebrow {
            display: inline-block;
            font-size: 0.82rem;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.78);
            margin-bottom: 18px;
        }

        .section-label {

            display: inline-block;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--page-muted-2);
            margin-bottom: 16px;
        }


        .page h1,
        .page h2,
        .page h3 {
            margin: 0 0 18px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .page h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            max-width: 14ch;
        }

        .page h1 {
            font-size: clamp(2.6rem, 5.6vw, 4.4rem);
            max-width: 11ch;
        }



        .page h3 {
            font-size: 1.35rem;
            margin-bottom: 12px;
        }

        .page p {
            margin: 0 0 18px;
            color: var(--page-muted);
            font-size: 1.05rem;
        }

        .page .lead {
            font-size: 1.18rem;
            color: #ffffff;
            max-width: 38rem;
        }

        .hero {
            position: relative;
            min-height: 75vh;
            max-height: 800px;
            color: #ffffff;
            display: flex;
            align-items: center;
            isolation: isolate;
            background: var(--page-dark);
        }

        .hero-media {
            position: absolute;
            inset: 0;
            z-index: -2;
            overflow: hidden;
        }

        .hero-media video,
        .hero-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.03);
            filter: blur(2px);
        }

        .hero::before {
            content: "";

            position: absolute;

            inset: 0;

            z-index: -1;

            background:

                linear-gradient(180deg,

                    rgba(10, 8, 12, 0.85) 0%,

                    rgba(25, 10, 35, 0.75) 40%,

                    rgba(20, 8, 30, 0.88) 100%),

                linear-gradient(90deg,

                    rgba(73, 6, 86, 0.35) 0%,

                    rgba(10, 8, 12, 0.4) 50%,

                    rgba(73, 6, 86, 0.25) 100%);
        }

        .hero::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 120px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
            pointer-events: none;
        }

        .hero-inner {
            width: min(calc(100% - 48px), var(--max-width));
            margin: 0 auto;
            padding: 110px 0 120px;
        }

        .hero-copy {
            width: min(100%, 760px);
            animation: riseIn 0.9s ease-out both;
        }

        .hero-copy p:last-of-type {
            margin-bottom: 32px;
        }

        .cta-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            align-items: center;
        }


        .intro-grid {
            display: grid;
            grid-template-columns: 1.15fr 0.85fr;
            gap: 48px;
            align-items: start;
        }

        .intro-grid .content-narrow {
            max-width: 900px;
        }

        .intro-grid h2 {
            max-width: none;
        }

        .note-panel {
            background: var(--page-surface);
            border: 1px solid var(--page-line);
            border-radius: var(--radius);
            padding: 28px;
        }

        .note-panel h3 {
            margin-bottom: 10px;
        }

        .list-clean {
            list-style: none;
            padding: 0;
            margin: 22px 0 0;
        }

        .list-clean li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 12px;
            color: var(--page-muted);
        }

        .list-clean li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.72em;
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #1d242d;
            transform: translateY(-50%);
        }

        .statement {
            background: linear-gradient(180deg,
                    #0f1114 0%,
                    #1a0f1f 100%);
            color: #ffffff;
        }

        .statement p {
            color: rgba(255, 255, 255, 0.76);
            max-width: 760px;
        }

        .statement,

        .statement h2,

        .statement p,

        .statement .section-label {

            color: #ffffff !important;

        }

        .statement h2:hover,

        .statement p:hover,

        .statement .section-label:hover {

            color: #ffffff !important;

        }

        .framework {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 34px;
        }

        .framework-card {
            background: #ffffff;
            border: 1px solid var(--page-line);
            border-radius: 22px;
            padding: 28px;
            box-shadow: var(--shadow);
            position: relative;
        }

        .framework-card .step {
            display: inline-flex;
            width: 34px;
            height: 34px;
            border-radius: 999px;
            background: #490656;
            color: #ffffff;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.92rem;
            margin-bottom: 16px;
        }

        .framework-card p {
            font-size: 0.98rem;
            margin-bottom: 14px;
        }

        .framework-card ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border-top: 1px solid var(--page-line);
            padding-top: 14px;
        }

        .framework-card li {
            margin-bottom: 9px;
            color: var(--page-text);
            font-weight: 500;
        }

        .framework-card a {
            color: var(--page-text);
            text-decoration: none;
            transition:
                color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.25s ease;
        }

        .framework-card a:hover {
            color: #490656;
            /* your primary */
        }

        .framework-card a::after {
            content: "→";
            margin-left: 6px;
            color: var(--page-muted-2);
            transition: transform 0.3s ease, color 0.3s ease;
        }

        .framework-card a:hover::after {
            transform: translateX(4px);
            color: #490656;

        }

        .mid-cta {
            margin-top: 34px;
            padding: 28px;
            background: linear-gradient(180deg, var(--page-surface) 0%, var(--page-surface-2) 100%);
            border: 1px solid var(--page-line);
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .mid-cta p {
            margin: 8px 0 0;
            max-width: 42rem;
        }

        .domains-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: end;
            margin-bottom: 32px;
        }

        .domain-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 22px;
        }

        .domain-card {
            background: #ffffff;
            border: 1px solid var(--page-line);
            border-radius: 22px;
            padding: 30px;
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
            min-height: 250px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .domain-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow);
            border-color: #d9dfe5;
        }

        .domain-icon {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            background: var(--page-surface);
            border: 1px solid var(--page-line);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--page-dark);
            font-weight: 700;
        }

        .domain-card p {
            margin-bottom: 18px;
            font-size: 0.98rem;
        }

        .domain-links {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 9px;
        }

        .domain-links a {
            color: var(--page-text);
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .domain-links a::after {
            content: "→";
            color: var(--page-muted-2);
            transition: transform 0.2s ease;
        }

        .domain-links a:hover::after {
            transform: translateX(3px);
        }

        .signals {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 46px;
            align-items: start;
        }

        .pillars {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
            margin-top: 20px;
        }

        .pillar {
            background: var(--page-surface);
            border: 1px solid var(--page-line);
            border-radius: 18px;
            padding: 22px;
        }

        .pillar h3 {
            font-size: 1.05rem;
            margin-bottom: 10px;
        }

        .pillar p {
            font-size: 0.96rem;
            margin: 0;
        }

        .section .content-narrow h2 {
            max-width: none;
        }

        .section:last-of-type .content-narrow {
            max-width: 900px;
        }

        .final-cta {
            padding-top: 26px;
            border-top: 1px solid var(--page-line);
            margin-top: 28px;
            text-align: center;
            /* optional: gives more breathing space */
        }



        .final-cta .cta-row {
            justify-content: center;
        }

        .final-cta h2 {
            max-width: 32ch;
            /* adjust between 28–36 depending on taste */
        }

        .footer-space {
            height: 28px;
        }

        .site-footer .site-footer__heading {
            max-width: none !important;
            margin: 0 0 12px !important;
            font-size: 1rem !important;
            line-height: 1.3 !important;
            letter-spacing: 0 !important;

        }

        .site-footer .site-footer__heading--spaced {

            margin-top: 24px !important;

        }

        @keyframes riseIn {
            from {
                opacity: 0;
                transform: translateY(18px);
            }

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

        @media (max-width: 1080px) {

            .intro-grid,
            .domains-header,
            .signals {
                grid-template-columns: 1fr;
            }

            .framework,
            .domain-grid,
            .pillars {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 991px) {

            .final-section .content-narrow {

                text-align: center;

            }

            .final-section .cta-row {

                justify-content: center;

            }

            .final-section h2 {

                max-width: none;

                margin-left: auto;

                margin-right: auto;

            }

        }

        @media (max-width: 820px) {
            .hero {
                min-height: 62vh;
            }

            .hero-inner {
                padding: 92px 0 90px;
            }

            .section {
                padding: 72px 0;
            }

            .framework,
            .domain-grid,
            .pillars {
                grid-template-columns: 1fr;
            }

            .mid-cta {
                flex-direction: column;
                align-items: flex-start;
            }
        }



        @media (max-width: 560px) {

            .container,
            .hero-inner {
                width: min(calc(100% - 32px), var(--max-width));
            }

            .hero {
                min-height: 58vh;
            }

            .section {
                padding: 62px 0;
            }

            p {
                font-size: 1rem;
            }

            .lead {
                font-size: 1.06rem;
            }

            .note-panel,
            .framework-card,
            .domain-card,
            .mid-cta,
            .pillar {
                padding: 22px;
            }
        }

.section-label--on-dark {
    color: rgba(255, 255, 255, 0.58);
}

.text-strong {
    color: var(--page-text);
}

.btn--secondary-outline {
    border: 1px solid var(--page-line);
    background: #ffffff;
    color: var(--page-text);
}

