/* ============================================================
   BhaviMinds — Production
   Editorial-educational aesthetic. Refined minimalism.
   ============================================================ */

:root {
    --navy: #0A1628;
    --navy-deep: #050C18;
    --navy-soft: #1A2842;
    /* Antique brass — institutional, less generic than pure gold.
       References: Oxford crests, Penguin Classics, Smithsonian. */
    --gold: #B88A3B;
    --gold-soft: #C9B07A;
    --gold-pale: #E5D5AE;
    --cream: #FAF8F3;
    --cream-warm: #F5F0E5;
    --ivory: #FDF9F0;
    --ivory-warm: #F8F1DF;
    --neutral-soft: #F2EFE9;
    --soft-white: #FBFAF7;
    --white: #FFFFFF;
    --text-dark: #1A2332;
    --text-mid: #4A5568;
    --text-light: #94A3B8;
    --line: rgba(10, 22, 40, 0.08);
    --line-strong: rgba(10, 22, 40, 0.18);

    /* Ecosystem zone colours (Phase 3 — approved).
       LEARN · TEACH · EXPLORE · PLAY · ASSESS.
       Used for per-section soft tint fields and duotone icons. */
    --zone-learn: #2D6CDF;
    --zone-teach: #B88A3B;
    --zone-explore: #1E9E8F;
    --zone-play: #F4A62A;
    --zone-assess: #2E8B57;

    --font-sans: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'Georgia', 'Times New Roman', serif;

    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
    /* Disciplined motion scale — fast interactions feel responsive, reveals calm & premium. */
    --dur-fast: 140ms;   /* taps, presses */
    --dur-quick: 220ms;  /* hovers, focus */
    --dur-base: 340ms;   /* icon/card motion */
    --dur-slow: 640ms;   /* section reveals */
    --reveal-y: 22px;    /* one reveal distance */

    --shadow-card: 0 1px 2px rgba(10, 22, 40, 0.04), 0 8px 24px rgba(10, 22, 40, 0.06);
    --shadow-lift: 0 12px 24px -8px rgba(10, 22, 40, 0.12), 0 30px 60px -20px rgba(10, 22, 40, 0.18);
    --shadow-book: 0 4px 8px rgba(10, 22, 40, 0.08), 0 24px 48px -12px rgba(10, 22, 40, 0.22), 0 40px 80px -20px rgba(10, 22, 40, 0.12);
    --shadow-book-hover: 0 8px 16px rgba(10, 22, 40, 0.12), 0 40px 80px -16px rgba(10, 22, 40, 0.32), 0 60px 120px -24px rgba(184, 138, 59, 0.18);
}

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
    /* scroll-behavior intentionally NOT 'smooth' — handled by custom easing JS for cinematic feel.
       scroll-padding-top offsets native hash landings + keyboard focus below the sticky nav
       (scrolled nav ≈ 87px). Matches the JS nav-click offset (~90px). */
    scroll-padding-top: 96px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* scroll-margin-top intentionally 0 — scroll-padding-top above is the single landing offset.
   Previously both were 110px and STACKED to a 220px drop, leaving a tall empty band under
   the nav on every anchored section (§6 laptop-framing fix). */
section[id], header[id] { scroll-margin-top: 0; }

/* Skip link — keyboard accessibility */
.skip-link {
    position: absolute;
    top: -40px; left: 0;
    background: var(--navy);
    color: var(--ivory);
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    text-decoration: none;
    z-index: 1000;
    border-radius: 0 0 6px 0;
    transition: top 0.25s var(--ease-smooth);
}
.skip-link:focus {
    top: 0;
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}

/* Focus-visible: clear keyboard focus indicators */
:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}
.btn:focus-visible {
    outline-offset: 4px;
}
body {
    font-family: var(--font-sans);
    font-weight: 400;
    color: var(--text-dark);
    background: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* TYPOGRAPHY SYSTEM — refined editorial rhythm */
.eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--gold);
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { width: 28px; }
.eyebrow.center::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--gold);
}

h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: var(--navy); }
h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); font-weight: 300; letter-spacing: -0.035em; line-height: 1.05; }
h1 strong { font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 300; letter-spacing: -0.028em; line-height: 1.1; }
h2 strong { font-weight: 800; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.55rem); font-weight: 700; letter-spacing: -0.01em; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { font-size: 1.0125rem; line-height: 1.72; color: var(--text-mid); }
.lead { font-size: clamp(1.05rem, 1.55vw, 1.18rem); line-height: 1.7; color: var(--text-mid); font-weight: 400; max-width: 62ch; }

/* SECTION SCAFFOLDING — tighter, smoother rhythm */
.section { padding: 7rem 0; position: relative; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--navy {
    background: var(--navy); color: var(--white);
    /* Cinematic seam — a faint gold hairline top & bottom marks entry into a Midnight
       Signature section, so the shift from warm-light feels intentional (no layout shift). */
    box-shadow: inset 0 1px 0 rgba(201,176,122,0.16), inset 0 -1px 0 rgba(201,176,122,0.10);
}
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }
.section--navy p { color: rgba(255,255,255,0.75); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.container--narrow { max-width: 880px; }
.container--wide { max-width: 1280px; }

.section-header { margin-bottom: 3.5rem; }
.section-header .eyebrow { margin-bottom: 1.25rem; }
.section-header h2 + .lead { margin-top: 1.25rem; max-width: 680px; }

/* SECTION INDEX NUMBERS */
.section-index {
    position: absolute;
    top: 4rem;
    right: 2rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--text-light);
    opacity: 0.5;
}
.section--navy .section-index { color: rgba(255,255,255,0.35); }

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.85rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.012em;
    transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), background 0.4s var(--ease-out), color 0.4s var(--ease-out);
    border: 1.5px solid transparent;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/* Subtle shine sweep on hover */
.btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
    transition: left 0.7s var(--ease-out);
}
.btn:hover::before { left: 100%; }
/* Tactile press — quick, restrained; ghost link doesn't lift so it stays flat */
.btn:active { transform: translateY(-1px) scale(0.985); transition-duration: var(--dur-fast); }
.btn--ghost:active { transform: none; }

.btn--primary {
    background: linear-gradient(135deg, var(--navy) 0%, #14213D 100%);
    color: var(--white);
    box-shadow:
        0 4px 12px rgba(10, 22, 40, 0.18),
        0 12px 32px rgba(10, 22, 40, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.btn--primary:hover {
    background: linear-gradient(135deg, var(--gold) 0%, #B89456 100%);
    color: var(--navy);
    transform: translateY(-3px);
    box-shadow:
        0 8px 16px rgba(184, 138, 59, 0.25),
        0 20px 48px rgba(184, 138, 59, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn--secondary {
    background: transparent;
    color: var(--navy);
    border-color: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(8px);
}
.btn--secondary:hover {
    background: var(--navy);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(10, 22, 40, 0.18);
}
.btn--ghost {
    color: var(--navy);
    padding-left: 0;
    overflow: visible;
}
.btn--ghost::before { display: none; }
.btn--ghost:hover { color: var(--gold); gap: 1rem; }
.btn--gold {
    background: linear-gradient(135deg, var(--gold) 0%, #B89456 100%);
    color: var(--navy);
    box-shadow:
        0 4px 12px rgba(184, 138, 59, 0.25),
        0 12px 32px rgba(184, 138, 59, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn--gold:hover {
    background: linear-gradient(135deg, #B89456 0%, var(--gold-soft) 100%);
    transform: translateY(-3px);
    box-shadow:
        0 8px 16px rgba(184, 138, 59, 0.3),
        0 20px 48px rgba(184, 138, 59, 0.4);
}
.btn--on-navy {
    background: var(--white);
    color: var(--navy);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.btn--on-navy:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-3px);
}
.btn .arrow {
    transition: transform 0.4s var(--ease-out);
    display: inline-block;
    position: relative;
    z-index: 1;
}
.btn:hover .arrow { transform: translateX(5px); }
.btn > * { position: relative; z-index: 1; }

/* ============================================================
   NAVIGATION — refined glass effect, active scrollspy, premium button
   ============================================================ */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 2rem 0;
    background: rgba(253, 249, 240, 0.65);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    transition: all 0.4s var(--ease-smooth);
    border-bottom: 1px solid transparent;
}
.nav.scrolled {
    padding: 1.25rem 0;
    background: rgba(253, 249, 240, 0.88);
    border-bottom-color: rgba(10, 22, 40, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 4px 30px rgba(10, 22, 40, 0.04);
}
.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.18rem;
    line-height: 1;
    text-decoration: none;
}
.nav-logo img {
    height: 38px;
    display: block;
    transition: height 0.4s var(--ease-smooth);
}
.nav.scrolled .nav-logo img { height: 32px; }
.nav-logo-wordmark {
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
}
.nav-logo-tm {
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--gold);
    margin-left: 2px;
    margin-top: 2px;
    line-height: 1;
    letter-spacing: 0;
    transition: font-size 0.4s var(--ease-smooth);
}
.nav.scrolled .nav-logo-tm { font-size: 0.56rem; }
.nav-logo-tagline {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--gold);
    text-transform: none;
    text-align: center;
    transition: font-size 0.4s var(--ease-smooth), opacity 0.4s var(--ease-smooth);
    white-space: nowrap;
}
.nav.scrolled .nav-logo-tagline { font-size: 0.6rem; }
.nav-menu {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    list-style: none;
}
.nav-menu a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-mid);
    position: relative;
    padding: 0.4rem 0;
    transition: color 0.3s, font-weight 0.3s;
    letter-spacing: 0.012em;
}
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 2px;
    background: var(--gold);
    transition: width 0.4s var(--ease-out);
}
.nav-menu a:hover { color: var(--navy); }
.nav-menu a:hover::after { width: 100%; }

/* Active state from scrollspy */
.nav-menu a.active {
    color: var(--navy);
    font-weight: 600;
}
.nav-menu a.active::after {
    width: 100%;
    background: var(--gold);
}

.nav-cta { margin-left: 1rem; }

/* Refined Partner with Us button — navy outline with gold hover fill */
.nav-cta .btn {
    background: transparent;
    color: var(--navy);
    border: 1.5px solid var(--navy);
    padding: 0.7rem 1.4rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    box-shadow: none;
}
.nav-cta .btn:hover {
    background: var(--navy);
    color: var(--gold);
    border-color: var(--navy);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.18);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
    transition: all 0.3s;
}

@media (max-width: 960px) {
    .nav-menu, .nav-cta { display: none; }
    .nav-toggle { display: flex; }
    .nav-menu.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: var(--white);
        padding: 2rem;
        gap: 1.5rem;
        border-top: 1px solid var(--line);
    }
}
@media (max-width: 640px) {
    .nav { padding: 1.25rem 0; }
    .nav.scrolled { padding: 0.85rem 0; }
    .nav-logo img { height: 30px; }
    .nav.scrolled .nav-logo img { height: 26px; }
    .nav-logo-tagline { font-size: 0.58rem; letter-spacing: 0.12em; }
    .nav.scrolled .nav-logo-tagline { font-size: 0.54rem; }
    .nav-inner { padding: 0 1.25rem; }
}

/* ============================================================
   SECTION 1 — HERO
   ============================================================ */
.hero {
    min-height: 100vh;
    padding: 8rem 0 5rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 75% 30%, rgba(184, 138, 59,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 15% 90%, rgba(10,22,40,0.05) 0%, transparent 50%),
        linear-gradient(180deg, #FDF9F0 0%, #F5EBD3 100%);
    display: flex;
    align-items: center;
}
.hero::before {
    content: '';
    position: absolute;
    top: -250px; right: -200px;
    width: 750px; height: 750px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.16) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-slow 18s ease-in-out infinite;
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -350px; left: -150px;
    width: 650px; height: 650px;
    background: radial-gradient(circle, rgba(10,22,40,0.07) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-slow 22s ease-in-out infinite reverse;
    pointer-events: none;
}
@keyframes float-slow {
    0%, 100% { transform: translate(0,0); }
    50% { transform: translate(-30px, 40px); }
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
}
.hero-text { max-width: 100%; }
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 640px) {
    .hero-visual { display: none; }
}

/* ============================================================
   HERO VISUAL — Future Learning System (refined v2)
   Pure SVG composition. Premium, scientific, cinematic.
   Inspiration: Apple / Linear / Stripe / institutional design.
   ============================================================ */
.hero-visual {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    opacity: 0;
    animation: fade-up 1.8s var(--ease-out) 0.5s forwards;
}

/* Soft ambient halo — sits behind everything */
.hero-visual::before {
    content: '';
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at 50% 50%, rgba(184, 138, 59, 0.07) 0%, transparent 55%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.5) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(20px);
    animation: hero-halo 14s ease-in-out infinite;
    z-index: 0;
}
@keyframes hero-halo {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}

/* The SVG canvas */
.hero-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}

/* Orbit ring strokes — varying opacity for hierarchy */
.hero-orbit-ring {
    fill: none;
    transform-origin: 200px 200px;
}
.hero-orbit-ring--outer {
    stroke: rgba(10, 22, 40, 0.16);
    stroke-width: 1;
    animation: orbit-spin 120s linear infinite;
}
.hero-orbit-ring--mid {
    stroke: rgba(184, 138, 59, 0.45);
    stroke-width: 1;
    stroke-dasharray: 2 4;
    animation: orbit-spin 90s linear infinite reverse;
}
.hero-orbit-ring--inner {
    stroke: rgba(10, 22, 40, 0.10);
    stroke-width: 1;
    animation: orbit-spin 180s linear infinite;
}
@keyframes orbit-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Orbital travelers — small dots riding each ring */
.hero-orbit-traveler {
    transform-origin: 200px 200px;
}
.hero-orbit-traveler--outer { animation: orbit-spin 120s linear infinite; }
.hero-orbit-traveler--mid { animation: orbit-spin 90s linear infinite reverse; }
.hero-orbit-traveler--inner { animation: orbit-spin 180s linear infinite; }

/* Connection lines — appear progressively on load */
.hero-link {
    fill: none;
    stroke: url(#linkGradient);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
    animation: link-draw 3.5s var(--ease-out) forwards;
    opacity: 0;
}
.hero-link:nth-of-type(1) { animation-delay: 1.4s; }
.hero-link:nth-of-type(2) { animation-delay: 1.6s; }
.hero-link:nth-of-type(3) { animation-delay: 1.8s; }
.hero-link:nth-of-type(4) { animation-delay: 2.0s; }
@keyframes link-draw {
    to {
        stroke-dashoffset: 0;
        opacity: 0.85;
    }
}

/* Knowledge nodes — refined intelligence points */
.hero-node-group {
    transform-origin: center;
    transform-box: fill-box;
    animation: node-breathe 5s ease-in-out infinite;
}
.hero-node-group--1 { animation-delay: 0s; }
.hero-node-group--2 { animation-delay: 1.2s; }
.hero-node-group--3 { animation-delay: 2.4s; }
.hero-node-group--4 { animation-delay: 3.6s; }
@keyframes node-breathe {
    0%, 100% { opacity: 0.85; }
    50% { opacity: 1; }
}

.hero-node-halo {
    fill: rgba(184, 138, 59, 0.08);
    transform-box: fill-box;
    transform-origin: center;
    animation: halo-pulse 5s ease-in-out infinite;
}
.hero-node-group--1 .hero-node-halo { animation-delay: 0s; }
.hero-node-group--2 .hero-node-halo { animation-delay: 1.2s; }
.hero-node-group--3 .hero-node-halo { animation-delay: 2.4s; }
.hero-node-group--4 .hero-node-halo { animation-delay: 3.6s; }
@keyframes halo-pulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.6); opacity: 0.2; }
}

.hero-node-core {
    fill: var(--gold);
    filter: url(#nodeGlow);
}

/* Central knowledge core — refined intelligence nucleus */
.hero-core-glow {
    fill: url(#coreGlow);
    transform-origin: center;
    transform-box: fill-box;
    animation: core-glow-pulse 7s ease-in-out infinite;
}
@keyframes core-glow-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.06); }
}
.hero-core-ring {
    fill: none;
    stroke: rgba(184, 138, 59, 0.65);
    stroke-width: 1;
    animation: core-ring-pulse 7s ease-in-out infinite;
}
@keyframes core-ring-pulse {
    0%, 100% { opacity: 0.75; }
    50% { opacity: 1; }
}
.hero-core-ring--inner {
    stroke: rgba(184, 138, 59, 0.85);
    stroke-width: 1;
    animation: core-ring-pulse-2 7s ease-in-out infinite 1.5s;
}
@keyframes core-ring-pulse-2 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.95; }
}
.hero-core-nucleus {
    fill: url(#nucleusGrad);
}

/* Ambient drifting dust particles */
.hero-particle {
    fill: rgba(184, 138, 59, 0.55);
}
.hero-particle--a { animation: particle-a 16s ease-in-out infinite; }
.hero-particle--b { animation: particle-b 19s ease-in-out infinite 2s; }
.hero-particle--c { animation: particle-c 22s ease-in-out infinite 4s; }
.hero-particle--d { animation: particle-a 18s ease-in-out infinite 6s; }
.hero-particle--e { animation: particle-b 21s ease-in-out infinite 1s; }
.hero-particle--f { animation: particle-c 17s ease-in-out infinite 3s; }
@keyframes particle-a {
    0%, 100% { transform: translate(0, 0); opacity: 0.3; }
    50% { transform: translate(6px, -8px); opacity: 0.8; }
}
@keyframes particle-b {
    0%, 100% { transform: translate(0, 0); opacity: 0.4; }
    50% { transform: translate(-8px, 4px); opacity: 0.7; }
}
@keyframes particle-c {
    0%, 100% { transform: translate(0, 0); opacity: 0.35; }
    50% { transform: translate(4px, 6px); opacity: 0.65; }
}

/* Floating concept labels — calm, restrained drift */
.hero-node {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(10, 22, 40, 0.06);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.04em;
    box-shadow:
        0 2px 8px rgba(10, 22, 40, 0.04),
        0 12px 32px rgba(10, 22, 40, 0.06);
    white-space: nowrap;
    z-index: 5;
    transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out);
    animation: label-drift 18s ease-in-out infinite;
}
.hero-node:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 20px rgba(10, 22, 40, 0.10),
        0 20px 48px rgba(184, 138, 59, 0.18);
}
.hero-node--1 { top: 12%; left: 4%; animation-delay: 0s; }
.hero-node--2 { top: 12%; right: 4%; animation-delay: 4.5s; }
.hero-node--3 { bottom: 12%; left: 4%; animation-delay: 9s; }
.hero-node--4 { bottom: 12%; right: 4%; animation-delay: 13.5s; }

.hero-node-dot {
    display: inline-block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--gold);
    margin-right: 0.5rem;
    vertical-align: middle;
    box-shadow: 0 0 6px rgba(184, 138, 59, 0.5);
    animation: dot-breathe 4s ease-in-out infinite;
}
.hero-node--1 .hero-node-dot { animation-delay: 0s; }
.hero-node--2 .hero-node-dot { animation-delay: 1s; }
.hero-node--3 .hero-node-dot { animation-delay: 2s; }
.hero-node--4 .hero-node-dot { animation-delay: 3s; }
@keyframes dot-breathe {
    0%, 100% { box-shadow: 0 0 6px rgba(184, 138, 59, 0.5); opacity: 0.8; }
    50% { box-shadow: 0 0 10px rgba(184, 138, 59, 0.8); opacity: 1; }
}
/* Refined micro-drift with opacity easing — 1-2px breathing motion */
@keyframes label-drift {
    0%, 100% { transform: translate(0, 0); opacity: 0.94; }
    25% { transform: translate(1.5px, -2px); opacity: 1; }
    50% { transform: translate(-1px, -0.5px); opacity: 0.97; }
    75% { transform: translate(-1.5px, 1.5px); opacity: 1; }
}

/* (Removed: legacy hero-visual-lines, monogram-related styles — replaced by hero-system above) */

.hero-eyebrow {
    opacity: 0;
    animation: fade-up 1s var(--ease-out) 0.2s forwards;
    margin-bottom: 2rem;
}
.hero h1 {
    max-width: 900px;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fade-up 1.1s var(--ease-out) 0.4s forwards;
}
.hero h1 .accent {
    color: var(--navy);
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.hero h1 .accent::after {
    content: '';
    position: absolute;
    bottom: 0.05em; left: 0; right: 0;
    height: 0.18em;
    background: rgba(184, 138, 59, 0.3);
    z-index: -1;
}
.hero-sub {
    max-width: 720px;
    font-size: 1.15rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fade-up 1.1s var(--ease-out) 0.6s forwards;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fade-up 1.1s var(--ease-out) 0.8s forwards;
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    font-size: 0.85rem;
    color: var(--text-mid);
    font-weight: 500;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    opacity: 0;
    animation: fade-up 1.1s var(--ease-out) 1s forwards;
}
.hero-trust span { display: flex; align-items: center; gap: 0.5rem; }
.hero-trust span::before {
    content: '';
    width: 5px; height: 5px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
}
.hero-anchor {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--line);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-dark);
    font-weight: 400;
    max-width: 680px;
    opacity: 0;
    animation: fade-up 1.2s var(--ease-out) 1.2s forwards;
    line-height: 1.6;
}
.hero-anchor::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1rem;
}

@keyframes fade-up {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hero brand mark in background */
.hero-mark {
    position: absolute;
    bottom: 3rem; right: 3rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--text-light);
    text-transform: uppercase;
    opacity: 0.5;
    z-index: 2;
}

/* Scroll cue — gentle invitation to scroll */
.hero-scroll-cue {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: fade-up 1.5s var(--ease-out) 2s forwards;
}
.hero-scroll-cue-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: var(--text-mid);
    text-transform: uppercase;
}
.hero-scroll-cue-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
    animation: scroll-line 2.4s ease-in-out infinite;
}
@keyframes scroll-line {
    0%, 100% { transform: scaleY(1); opacity: 0.8; }
    50% { transform: scaleY(0.4); opacity: 1; transform-origin: top; }
}
@media (max-width: 640px) {
    .hero-scroll-cue { display: none; }
}

/* ============================================================
   SECTION 2 — WHY BHAVIMINDS EXISTS
   (Continues the warm narrative arc from Hero)
   ============================================================ */
.why {
    /* Warm-porcelain canvas (hybrid direction): the warmth lives in the tone + gold accents,
       not in a busy gradient wash. */
    background: var(--cream);
    padding: 6rem 0 6rem;
    position: relative;
    overflow: hidden;
}
.why::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.8;
}
.why::after {
    content: '';
    position: absolute;
    top: 30%; right: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
}
.why-label .eyebrow { margin-bottom: 1.5rem; }
.why-label h2 {
    font-size: clamp(2rem, 3.5vw, 2.6rem);
    line-height: 1.15;
}
.why-content p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.why-content .pull {
    font-size: 1.25rem;
    font-style: italic;
    color: var(--navy);
    font-weight: 500;
    line-height: 1.5;
    padding: 2rem 0 0 0;
    margin-top: 1rem;
    border-top: 1px solid var(--line);
    position: relative;
}
.why-content .pull::before {
    content: '';
    position: absolute;
    top: -1px; left: 0;
    width: 60px; height: 2px;
    background: var(--gold);
}
.why-content .why-accent {
    font-size: 1.2rem;
    color: var(--navy);
    font-weight: 600;
    line-height: 1.6;
    margin: 1.75rem 0;
    padding-left: 1.25rem;
    border-left: 3px solid var(--gold);
}

@media (max-width: 880px) {
    .why-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* ============================================================
   SECTION 3 — ABOUT BHAVIMINDS
   (Completes the narrative arc; transitions to richer Author section)
   ============================================================ */
.about {
    /* Clean white surface — light rhythm against the porcelain neighbours. */
    background: var(--white);
    padding: 6rem 0 6.5rem;
    position: relative;
    overflow: hidden;
}
.about::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.7;
}
.about::after {
    content: '';
    position: absolute;
    bottom: 10%; left: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.about-content { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.about-content .eyebrow { justify-content: center; margin-bottom: 1.25rem; }
.about-content .eyebrow::before, .about-content .eyebrow::after {
    content: '';
    display: inline-block;
    width: 28px; height: 1px;
    background: var(--gold);
}
.about-content h2 { margin-bottom: 2rem; }
.about-content p {
    font-size: 1.0625rem;
    line-height: 1.78;
    text-align: left;
    margin-bottom: 1.1rem;
}
.about-content p:last-child { margin-bottom: 0; }
.about-content .about-closing {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--navy);
    font-weight: 600;
    margin-top: 1.9rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
}

.pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.pillar {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 8px;
    transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out), border-color 0.6s;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.pillar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s var(--ease-out);
}
.pillar:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lift);
    border-color: transparent;
}
.pillar:hover::before { transform: scaleX(1); }
.pillar-icon {
    width: 56px; height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(184, 138, 59,0.14), rgba(184, 138, 59,0.04));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    transition: transform 0.5s var(--ease-out);
}
.pillar:hover .pillar-icon {
    transform: scale(1.08) rotate(-3deg);
}
.pillar h3 {
    margin-bottom: 0.85rem;
    font-size: 1.25rem;
}
.pillar p { font-size: 0.97rem; line-height: 1.65; }

@media (max-width: 880px) {
    .pillars { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ============================================================
   SECTION 4 — AUTHOR (Dark contrast — dramatic narrative break)
   ============================================================ */
.author {
    background:
        radial-gradient(ellipse 80% 50% at 70% 20%, rgba(184, 138, 59,0.10) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 20% 90%, rgba(184, 138, 59,0.06) 0%, transparent 60%),
        linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}
.author::before {
    content: '';
    position: absolute;
    top: 50%; right: -300px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.08) 0%, transparent 60%);
    border-radius: 50%;
    transform: translateY(-50%);
}
/* Top divider — transitions FROM about cream INTO navy darkness */
.author::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(242, 234, 211, 0.4) 0%, transparent 100%);
    pointer-events: none;
}
.author-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}
.author-portrait {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(184, 138, 59,0.14) 0%, transparent 60%),
        linear-gradient(135deg, #1A2842 0%, #2A3958 100%);
    border: 1px solid rgba(184, 138, 59,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 2rem;
    box-shadow:
        0 30px 80px -20px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(184, 138, 59, 0.15) inset,
        0 60px 120px -40px rgba(184, 138, 59, 0.25);
    position: sticky;
    top: 110px;
}
.author-portrait::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(184, 138, 59,0.025) 2px,
            rgba(184, 138, 59,0.025) 4px
        );
    pointer-events: none;
}
.author-portrait::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(184, 138, 59, 0.18) 0%, transparent 50%);
    pointer-events: none;
}
.author-portrait-inner {
    position: relative;
    z-index: 1;
}
.author-portrait-mono {
    font-size: 3rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 24px rgba(184, 138, 59, 0.4);
}
.author-portrait-name {
    color: rgba(255,255,255,0.55);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 0.85rem;
    font-weight: 600;
}
.author-portrait-caption {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.4);
    margin-top: 0.85rem;
    letter-spacing: 0.08em;
    font-style: italic;
    line-height: 1.5;
}
.author-content {
    max-width: 640px;
}
.author-content .eyebrow { color: var(--gold-soft); }
.author-content .eyebrow::before { background: var(--gold-soft); }
.author-content h2 {
    margin-bottom: 2.25rem;
    color: var(--white);
    line-height: 1.12;
}
.author-content p {
    font-size: 1.025rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.78);
    margin-bottom: 1.4rem;
}
.author-content .question {
    font-style: italic;
    color: var(--gold-soft);
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(184, 138, 59,0.25);
    border-bottom: 1px solid rgba(184, 138, 59,0.25);
    margin: 2.25rem 0;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
.author-content .question::before,
.author-content .question::after {
    content: '';
    position: absolute;
    left: 50%; transform: translateX(-50%);
    width: 8px; height: 8px;
    background: var(--gold);
    border-radius: 50%;
}
.author-content .question::before { top: -4px; }
.author-content .question::after { bottom: -4px; }

/* DRAMATIC QUOTE — cinematic showcase block */
.author-quote {
    margin-top: 3.5rem;
    padding: 4.5rem 3rem 3rem;
    background:
        linear-gradient(135deg, rgba(184, 138, 59,0.14) 0%, rgba(255,255,255,0.03) 60%, rgba(184, 138, 59,0.06) 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(184, 138, 59,0.22);
    box-shadow:
        0 30px 80px -20px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}
.author-quote::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 100% at 0% 50%, rgba(184, 138, 59,0.14) 0%, transparent 50%),
        radial-gradient(ellipse 80% 70% at 100% 100%, rgba(184, 138, 59,0.10) 0%, transparent 50%);
    pointer-events: none;
}
/* Cinematic top border accent */
.author-quote::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 138, 59, 0.7), transparent);
    pointer-events: none;
}
.author-quote-mark {
    position: absolute;
    top: -2rem; left: 2.5rem;
    font-size: 11rem;
    color: var(--gold);
    line-height: 1;
    font-weight: 800;
    opacity: 0.5;
    font-family: Georgia, 'Times New Roman', serif;
    user-select: none;
    pointer-events: none;
}
.author-quote p {
    position: relative;
    z-index: 1;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-style: italic;
    line-height: 1.4;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 1.75rem;
    letter-spacing: -0.012em;
}
.author-quote .byline {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}
.author-quote .byline::before {
    content: '';
    width: 32px; height: 1px;
    background: var(--gold);
}

@media (max-width: 880px) {
    /* Stacked: lead with the heading + bio so a nav landing on #author opens on the
       section's purpose (portrait follows) instead of pushing the heading below the fold. */
    .author-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .author-content { order: 1; }
    .author-portrait { order: 2; max-width: 320px; margin: 0 auto; }
}

/* ============================================================
   SECTION 5 — BOOKS — Premium product showcase
   ============================================================ */
.books {
    /* Clean white gallery surface for the covers; zone-learn colour is used only as an accent. */
    background: var(--white);
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}
.books::before {
    content: '';
    position: absolute;
    top: 30%; right: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.books::after {
    content: '';
    position: absolute;
    bottom: 10%; left: -300px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(10,22,40,0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.books-intro { max-width: 800px; margin-bottom: 3.5rem; position: relative; z-index: 2; }
.books-intro .lead { margin-top: 1.5rem; }

/* Series block */
.series {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}
.series:last-of-type { margin-bottom: 0; }

.series-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--line);
    position: relative;
}
.series-header::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0;
    width: 80px; height: 2px;
    background: var(--gold);
}
.series-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}
.series-title {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    line-height: 1.1;
}
.series-tagline {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.series-track {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-mid);
    background: var(--cream);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}
.series-track strong {
    color: var(--navy);
    font-weight: 800;
}
.series-desc {
    font-size: 1.05rem;
    color: var(--text-mid);
    line-height: 1.75;
    max-width: 820px;
}

/* Book cards — PREMIUM 3D PRODUCT SHOWCASE */
.book-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    perspective: 1500px;
}
.book-grid--single {
    grid-template-columns: minmax(0, 420px);
    justify-content: start;
}

.book-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    box-shadow: var(--shadow-card);
    position: relative;
}
/* Gold top edge — appears on hover */
.book-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, rgba(184, 138, 59, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.5s var(--ease-out);
    z-index: 3;
}
/* Ambient gold glow reflection beneath the card */
.book-card::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 10%; right: 10%;
    height: 60px;
    background: radial-gradient(ellipse, rgba(184, 138, 59, 0.35) 0%, transparent 70%);
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.6s var(--ease-out);
    z-index: -1;
    pointer-events: none;
}
.book-card:hover {
    transform: translateY(-14px) rotateX(2deg);
    box-shadow: var(--shadow-book-hover);
    border-color: transparent;
}
.book-card:hover::before { opacity: 1; }
.book-card:hover::after { opacity: 1; }

.book-cover {
    aspect-ratio: 3 / 4.2;
    background: var(--navy);
    overflow: hidden;
    position: relative;
}
.book-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 70%, rgba(10, 22, 40, 0.18) 100%),
        linear-gradient(115deg, transparent 50%, rgba(255, 255, 255, 0.04) 50.5%, transparent 51%);
    z-index: 2;
    pointer-events: none;
    transition: background 0.6s;
}
.book-card:hover .book-cover::after {
    background:
        linear-gradient(180deg, transparent 70%, rgba(10, 22, 40, 0.18) 100%),
        linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.10) 50%, transparent 70%);
}
/* Subtle book spine shadow on left */
.book-cover::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 12px;
    background: linear-gradient(90deg, rgba(0,0,0,0.18) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.book-cover img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.9s var(--ease-out);
}
.book-card:hover .book-cover img { transform: scale(1.05); }
.book-body {
    padding: 1.5rem 1.75rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* Edition badge — small gold label above title */
.book-edition {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(184, 138, 59, 0.10);
    border: 1px solid rgba(184, 138, 59, 0.28);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}
/* Grade pill — LEARN-blue badge in the card body, below the cover and
   above the title (kept clear of the cover artwork). §4.4 */
.grade-pill {
    display: inline-block;
    align-self: flex-start;
    background: var(--zone-learn);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
    box-shadow: 0 2px 8px rgba(45, 108, 223, 0.22);
}
/* Edition demoted to small text beside the ISBN (§4.4) */
.book-edition-small {
    color: var(--text-light);
    font-weight: 700;
    white-space: nowrap;
}
.book-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.book-sub {
    font-size: 0.9rem;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 0.85rem;
    font-weight: 500;
}
.book-desc {
    font-size: 0.93rem;
    line-height: 1.6;
    color: var(--text-mid);
    margin-bottom: 1.5rem;
    /* Reserve consistent description height so CTAs align across cards */
    min-height: 4.5rem;
    flex: 1;
}
.book-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}
/* Refined CTA hierarchy: Request Preview = primary (filled brass button), Learn More = text link */
.book-link {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s var(--ease-smooth);
    text-decoration: none;
}
.book-link.secondary {
    color: var(--navy);
    padding: 0.5rem 0;
    border-bottom: 1.5px solid currentColor;
}
.book-link.secondary:hover {
    color: var(--gold);
}
.book-link.primary {
    background: var(--gold);
    color: var(--white);
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    border: 1.5px solid var(--gold);
    box-shadow: 0 4px 12px rgba(184, 138, 59, 0.22), 0 1px 0 rgba(255,255,255,0.2) inset;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.book-link.primary:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10, 22, 40, 0.25), 0 1px 0 rgba(255,255,255,0.08) inset;
}
.book-link.primary::after {
    content: '→';
    transition: transform 0.3s var(--ease-smooth);
    font-weight: 400;
}
.book-link.primary:hover::after { transform: translateX(3px); }
@media (max-width: 640px) {
    .book-actions { flex-direction: column-reverse; align-items: stretch; gap: 0.75rem; }
    .book-link.primary { justify-content: center; }
    .book-link.secondary { text-align: center; }
}
/* Book metadata: ISBN displayed like a professional catalogue */
.book-meta {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.book-meta-isbn {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 0.78rem;
    color: var(--text-mid);
    letter-spacing: 0.04em;
    font-feature-settings: "tnum";
}
.book-meta-isbn-label {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-light);
    margin-right: 0.45rem;
}
.book-meta-barcode {
    height: 28px;
    width: auto;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: opacity 0.3s, filter 0.3s;
}
.book-card:hover .book-meta-barcode {
    opacity: 1;
    filter: grayscale(0%);
}

/* Pillars strip for Future Skills Series */
.pillars-strip {
    margin-top: 2rem;
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    border-top: 1px solid var(--line);
}
.pillars-strip-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--cream);
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--navy);
    border: 1px solid var(--line);
}
.series-strapline {
    margin-top: 1.5rem;
    font-style: italic;
    color: var(--gold);
    font-weight: 600;
    font-size: 1rem;
}
.series-future-signal {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    font-style: italic;
    color: var(--text-mid);
    padding-left: 1rem;
    border-left: 2px solid var(--gold);
}

.books-closing {
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid var(--line);
    text-align: center;
}
.books-closing p {
    font-size: 1.05rem;
    font-style: italic;
    color: var(--navy);
    max-width: 760px;
    margin: 0 auto 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.books-closing p:last-child { color: var(--text-mid); font-weight: 400; font-size: 0.95rem; }

@media (max-width: 960px) {
    .book-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
}
@media (max-width: 640px) {
    .book-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
    .book-meta { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; }
    .book-meta-isbn { font-size: 0.72rem; }
    .book-meta-barcode { height: 24px; }
}

/* ============================================================
   ECOSYSTEM JOURNEY STRIP (#ecosystem) — §4.1
   Full-width band on white. Five zone-tinted stations linked by
   one continuous path that draws once on scroll. Establishes the
   LEARN / TEACH / EXPLORE / PLAY / ASSESS zone language.
   ============================================================ */

/* Zone tokens → local --zone. Shared by journey stations and by
   downstream section headers (zone-threading of the one story). */
.zone-learn   { --zone: var(--zone-learn); }
.zone-teach   { --zone: var(--zone-teach); }
.zone-explore { --zone: var(--zone-explore); }
.zone-play    { --zone: var(--zone-play); }
.zone-assess  { --zone: var(--zone-assess); }

/* Soft zone tint field + zone-coloured eyebrow for a threaded section */
.zone-tint { background: var(--white); background: color-mix(in srgb, var(--zone) 5%, var(--white)); }
.zone-head .eyebrow { color: var(--zone); }
.zone-head .eyebrow::before,
.zone-head .eyebrow::after { background: var(--zone); }

.ecosystem {
    /* Navy cinematic surface (section--navy) — the second intentional dark moment.
       Viewport-aware vertical padding so the whole experience fits a laptop viewport. */
    padding: clamp(3.25rem, 7vh, 6rem) 0;
    position: relative;
    overflow: hidden;
}

/* ---- ECOSYSTEM ORBIT — learner at centre, five experiences touring in sequence ----
   Mobile-first: single column, stacked in a natural reading order
   (intro → orbit → active-stage detail → sequence). */
.orbit {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "stage" "detail" "flow";
    gap: 1.4rem;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.eco-intro { grid-area: intro; }
.eco-intro .eyebrow { margin-bottom: 1.1rem; }
.eco-intro h2 { margin-bottom: 0; }
.eco-intro .lead { color: rgba(255,255,255,0.72); margin-top: 1rem; max-width: 44ch; }
.orbit-stage { grid-area: stage; position: relative; width: min(84vw, 440px); aspect-ratio: 1 / 1; }

/* Desktop / laptop: balanced two-column composition — copy + live detail on the
   left, the complete Orbit on the right, all within the first viewport. */
@media (min-width: 920px) {
    .orbit {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.05fr);
        grid-template-areas:
            "intro  stage"
            "detail stage"
            "flow   stage";
        column-gap: clamp(2rem, 5vw, 5rem);
        row-gap: 1.1rem;
        justify-items: start;
        text-align: left;
    }
    .eco-intro { align-self: end; }
    .orbit-stage {
        align-self: center;
        justify-self: center;
        width: auto;
        height: min(60vh, 540px);
        max-width: 100%;
    }
    .orbit-detail { align-self: start; }
    .orbit-flow { align-self: start; justify-content: flex-start; }
}
.orbit-svg { width: 100%; height: 100%; overflow: visible; -webkit-tap-highlight-color: transparent; }
.orbit-ring { fill: none; stroke: rgba(255,255,255,0.09); stroke-width: 1; }
.orbit-path {
    fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round;
    opacity: 0.5; stroke-dasharray: 1; stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.7s var(--ease-out);
}
.orbit.visible .orbit-path { stroke-dashoffset: 0; }

.orbit-node { cursor: pointer; }
.orbit-node-disc { fill: rgba(255,255,255,0.04); stroke: rgba(255,255,255,0.20); stroke-width: 1.5; transition: fill 0.35s, stroke 0.35s; }
.orbit-node:hover .orbit-node-disc,
.orbit-node.on .orbit-node-disc { fill: var(--zone); stroke: var(--zone); }
.orbit-node-ico { fill: none; stroke: rgba(255,255,255,0.78); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s; }
.orbit-node:hover .orbit-node-ico,
.orbit-node.on .orbit-node-ico { stroke: var(--navy); }
.orbit-node-lbl { fill: rgba(255,255,255,0.65); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-anchor: middle; text-transform: uppercase; transition: fill 0.3s; }
.orbit-node:hover .orbit-node-lbl,
.orbit-node.on .orbit-node-lbl { fill: var(--gold-soft); }
.orbit-node:focus { outline: none; }
.orbit-node:focus-visible .orbit-node-disc { stroke: var(--gold-soft); stroke-width: 2.5; }

.orbit-traveler { fill: var(--gold-soft); filter: drop-shadow(0 0 5px rgba(201,176,122,0.85)); transition: cx 0.85s var(--ease-out), cy 0.85s var(--ease-out); }

.orbit-center-glow { fill: var(--gold); opacity: 0.16; }
.orbit-center-disc { fill: url(#orbitCore); }
.orbit-center-ico { fill: none; stroke: var(--navy); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.orbit-center-label { fill: var(--gold-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-anchor: middle; text-transform: uppercase; }

.orbit-detail { grid-area: detail; margin: 0; min-height: 6rem; max-width: 46ch; }
.orbit-detail-stage { display: block; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-size: 0.82rem; margin-bottom: 0.4rem; }
.orbit-detail-product { display: inline-block; font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 800; color: #fff; letter-spacing: -0.01em; margin-bottom: 0.45rem; transition: color 0.3s; }
.orbit-detail-product:hover { color: var(--gold-soft); }
.orbit-detail-desc { color: rgba(255,255,255,0.72); font-size: 0.98rem; line-height: 1.6; }

.orbit-flow { grid-area: flow; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin: 0.35rem 0 0; padding: 0; }
.orbit-flow li { display: flex; align-items: center; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.orbit-flow li:not(:last-child)::after { content: "→"; margin-left: 0.6rem; color: var(--gold); opacity: 0.75; }

@media (max-width: 600px) {
    .orbit-node-lbl { font-size: 13px; }
    .orbit-flow { gap: 0.4rem; }
    .orbit-flow li { font-size: 0.62rem; letter-spacing: 0.12em; }
    .orbit-flow li:not(:last-child)::after { margin-left: 0.4rem; }
}
@media (prefers-reduced-motion: reduce) {
    .orbit-path { stroke-dashoffset: 0 !important; }
    .orbit-traveler { transition: none; }
}

.journey-stations {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}
/* Neutralised reveal — used only as the once-only draw trigger for the
   connecting path; the individual stations carry the visible fade. */
.journey-stations.reveal { opacity: 1; transform: none; }

/* Continuous horizontal path (desktop) */
.journey-line {
    position: absolute;
    top: 42px;
    left: 10%;
    right: 10%;
    height: 4px;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}
.journey-line path {
    fill: none;
    stroke: var(--gold);
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 0.45;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.5s var(--ease-out);
}
.journey-stations.visible .journey-line path { stroke-dashoffset: 0; }

/* Vertical rail (mobile timeline) — hidden on desktop */
.journey-rail { display: none; }

.journey-station {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 0.4rem;
    border-radius: 14px;
}
.journey-station:focus-visible {
    outline: 2px solid var(--zone);
    outline-offset: 6px;
}
.journey-disc {
    width: 84px; height: 84px;
    border-radius: 50%;
    margin: 0 auto 1.35rem;
    display: grid;
    place-items: center;
    background: var(--white);
    background: color-mix(in srgb, var(--zone) 12%, var(--white));
    border: 1px solid var(--line);
    border-color: color-mix(in srgb, var(--zone) 30%, var(--white));
    transition: transform 0.4s var(--ease-out), background 0.4s, border-color 0.4s;
}
.journey-station:hover .journey-disc {
    transform: translateY(-2px);
    background: color-mix(in srgb, var(--zone) 22%, var(--white));
    border-color: color-mix(in srgb, var(--zone) 45%, var(--white));
}
.journey-disc svg {
    width: 40px; height: 40px;
    fill: none;
    stroke: var(--navy);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.journey-disc svg .accent { stroke: var(--zone); }

.journey-stage {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--zone);
    margin-bottom: 0.5rem;
}
.journey-product {
    display: block;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 0.55rem;
    transition: color 0.3s;
}
.journey-station:hover .journey-product { color: var(--zone); }
.journey-desc {
    display: block;
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--text-mid);
}

.ecosystem-closing {
    text-align: center;
    max-width: 640px;
    margin: 3.75rem auto 0;
}
.ecosystem-closing p {
    font-size: 1.0125rem;
    line-height: 1.7;
    color: var(--text-mid);
    font-style: italic;
}

/* Tablet: 2 rows of stations, drop the horizontal path */
@media (max-width: 1024px) and (min-width: 721px) {
    .journey-stations { grid-template-columns: repeat(3, 1fr); gap: 2rem 1.5rem; }
    .journey-line { display: none; }
}

/* Mobile: vertical timeline — rail on the left, stations to the right */
@media (max-width: 720px) {
    .journey-line { display: none; }
    .journey-stations {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 460px;
        margin: 0 auto;
    }
    .journey-rail {
        display: block;
        position: absolute;
        left: 41px;
        top: 24px;
        bottom: 46px;
        width: 2px;
        z-index: 0;
        background: linear-gradient(180deg,
            rgba(184,138,59,0.10) 0%,
            rgba(184,138,59,0.45) 50%,
            rgba(184,138,59,0.10) 100%);
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform 1.4s var(--ease-out);
    }
    .journey-stations.visible .journey-rail { transform: scaleY(1); }
    .journey-station {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        column-gap: 1.1rem;
        text-align: left;
        padding: 0.85rem 0;
    }
    .journey-disc { grid-column: 1; grid-row: 1 / 4; margin: 0; }
    .journey-stage { grid-column: 2; grid-row: 1; align-self: center; margin-bottom: 0.3rem; }
    .journey-product { grid-column: 2; grid-row: 2; }
    .journey-desc { grid-column: 2; grid-row: 3; }
}

/* Reduced motion — show the path/rail fully drawn, never animate */
@media (prefers-reduced-motion: reduce) {
    .journey-line path { stroke-dashoffset: 0 !important; }
    .journey-rail { transform: scaleY(1) !important; }
}

/* ============================================================
   SECTION 6 — FOR SCHOOLS — Light ivory institutional feel
   ============================================================ */
.schools {
    /* Clean white surface — the authority here comes from structure + navy/gold, not a wash. */
    background: var(--white);
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}
.schools::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.7;
}
.schools::after {
    content: '';
    position: absolute;
    top: 40%; right: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(10,22,40,0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.schools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}
@media (max-width: 980px) {
    .schools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .schools-grid { grid-template-columns: 1fr; }
}
.programme {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out), border-color 0.6s;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
.programme::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, transparent 55%, rgba(184, 138, 59,0.07) 100%);
    opacity: 0;
    transition: opacity 0.5s var(--ease-out);
    pointer-events: none;
}
/* Gold corner accent — subtle premium touch */
.programme::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent var(--gold) transparent transparent;
    opacity: 0;
    transition: opacity 0.5s var(--ease-out);
}
.programme:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lift);
    border-color: rgba(184, 138, 59, 0.18);
}
.programme:hover::after { opacity: 1; }
.programme:hover::before { opacity: 1; }
.programme-icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--navy) 0%, #14213D 100%);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--gold);
    position: relative;
    z-index: 1;
    box-shadow:
        0 4px 12px rgba(10, 22, 40, 0.18),
        0 0 0 1px rgba(184, 138, 59, 0.15) inset;
    transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.programme:hover .programme-icon {
    transform: scale(1.08) rotate(-3deg);
    box-shadow:
        0 8px 24px rgba(10, 22, 40, 0.22),
        0 0 0 1px rgba(184, 138, 59, 0.3) inset,
        0 0 32px rgba(184, 138, 59, 0.2);
}
.programme h3 {
    margin-bottom: 0.85rem;
    font-size: 1.2rem;
}
.programme p {
    font-size: 0.97rem;
    line-height: 1.65;
}
.schools-reassurance {
    text-align: center;
    margin: 4rem auto 1rem;
    padding: 2rem;
    font-style: italic;
    color: var(--text-dark);
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.6;
}
.schools-strip {
    text-align: center;
    padding: 2.5rem 2rem;
    background: var(--navy);
    color: var(--white);
    border-radius: 6px;
    margin: 2rem 0 3rem;
    position: relative;
}
.schools-strip p {
    color: rgba(255,255,255,0.9);
    font-size: 0.97rem;
    letter-spacing: 0.02em;
    margin: 0;
}
.schools-strip::before {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 3px;
    background: var(--gold);
}
.schools-cta { text-align: center; }

/* ============================================================
   SECTION 7 — WHY AI LITERACY MATTERS — Clean editorial white
   ============================================================ */
.literacy {
    background:
        linear-gradient(180deg, #FDF9F0 0%, #FBFAF7 30%, #FFFFFF 100%);
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}
.literacy::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.7;
}
.literacy-header { text-align: center; margin-bottom: 3.5rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.literacy-header .eyebrow { justify-content: center; margin-bottom: 1.5rem; }
.literacy-header .eyebrow::before, .literacy-header .eyebrow::after {
    content: '';
    display: inline-block;
    width: 28px; height: 1px;
    background: var(--gold);
}

.points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 3.5rem;
}
.point {
    padding: 3rem;
    position: relative;
    transition: background 0.4s;
    background: var(--white);
}
.point:nth-child(1), .point:nth-child(2) { border-bottom: 1px solid var(--line); }
.point:nth-child(odd) { border-right: 1px solid var(--line); }
.point:hover { background: var(--cream); }
.point-num {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: 1.25rem;
    letter-spacing: 0.12em;
}
.point h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    font-weight: 800;
}
.point p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-mid);
}

.literacy-closing {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.literacy-closing::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--gold), transparent 60%);
    border-radius: 6px;
    z-index: -1;
}
.literacy-closing p {
    font-style: italic;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    color: var(--gold-soft);
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
}

@media (max-width: 880px) {
    .points { grid-template-columns: 1fr; }
    .point:nth-child(odd) { border-right: none; }
    .point:nth-child(1), .point:nth-child(2), .point:nth-child(3) { border-bottom: 1px solid var(--line); }
}

/* ============================================================
   FOCUS CARDS — shared .focus grid (used by §7 Our Approach)
   ============================================================ */
.focus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.focus {
    background: var(--white);
    padding: 2.25rem 1.75rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    transition: transform 0.6s var(--ease-out), box-shadow 0.6s var(--ease-out), border-color 0.6s;
    position: relative;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.focus::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(184, 138, 59, 0.4));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s var(--ease-out);
}
.focus:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lift);
    border-color: rgba(184, 138, 59, 0.2);
}
.focus:hover::before { transform: scaleX(1); }
.focus-icon {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(184, 138, 59,0.10), rgba(184, 138, 59,0.03));
    transition: transform 0.5s var(--ease-out), background 0.5s;
}
.focus:hover .focus-icon {
    transform: scale(1.08) rotate(-3deg);
    background: linear-gradient(135deg, rgba(184, 138, 59,0.18), rgba(184, 138, 59,0.06));
}
.focus h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    color: var(--navy);
}
.focus p {
    font-size: 0.91rem;
    line-height: 1.65;
    color: var(--text-mid);
}

@media (max-width: 1100px) { .focus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .focus-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SECTION 9 — CONTACT — Soft white with warmth
   ============================================================ */
.contact {
    background:
        linear-gradient(180deg, #FBF6E8 0%, #FBFAF7 30%, #FFFFFF 100%);
    padding: 6.5rem 0;
    position: relative;
    overflow: hidden;
}
.contact::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.7;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 4rem;
    align-items: start;
}
.contact-header { margin-bottom: 3rem; }
.contact-header .eyebrow { margin-bottom: 1.5rem; }
.contact-header h2 { margin-bottom: 0; }

.tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--line);
}
.tab {
    padding: 0.85rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-mid);
    background: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.3s;
    cursor: pointer;
}
.tab:hover { color: var(--navy); }
.tab.active {
    color: var(--navy);
    border-bottom-color: var(--gold);
}

.tab-content { display: none; }
.tab-content.active { display: block; animation: fade-in 0.4s; }
@keyframes fade-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.form-group { margin-bottom: 1.25rem; }
.form-group--full { grid-column: 1 / -1; }
.form-group label {
    display: block;
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}
.form-group label .optional {
    font-weight: 400;
    color: var(--text-light);
    font-size: 0.78rem;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem 1.15rem;
    background: var(--white);
    border: 1.5px solid rgba(10, 22, 40, 0.12);
    border-radius: 6px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--text-dark);
    transition: all 0.3s var(--ease-out);
    font-weight: 500;
}
.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {
    border-color: rgba(10, 22, 40, 0.25);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(184, 138, 59, 0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-light);
    font-weight: 400;
}
.form-group textarea { resize: vertical; min-height: 130px; }

.checkbox-group { display: flex; flex-direction: column; gap: 0.6rem; }
.checkbox-item {
    display: flex; align-items: center; gap: 0.7rem;
    font-size: 0.93rem;
    color: var(--text-dark);
    cursor: pointer;
}
.checkbox-item input[type="checkbox"] {
    width: 18px; height: 18px;
    accent-color: var(--navy);
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px; height: 1px;
    overflow: hidden;
}

.form-submit { margin-top: 1rem; }

.form-meta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}
.form-meta p {
    font-size: 0.875rem;
    color: var(--text-mid);
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0.75rem;
}
.form-meta p:last-child {
    font-style: normal;
    font-size: 0.8rem;
    color: var(--text-light);
}

/* Contact aside */
.contact-aside {
    background:
        linear-gradient(135deg, var(--white) 0%, var(--cream) 100%);
    padding: 2.75rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    position: sticky;
    top: 110px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.contact-aside::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60px; height: 3px;
    background: var(--gold);
}
.contact-aside h3 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.75rem;
}
.contact-aside-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    transition: padding 0.3s var(--ease-out);
}
.contact-aside-item:hover { padding-left: 0.25rem; }
.contact-aside-item:last-child { border-bottom: none; }
.contact-aside-icon {
    width: 38px; height: 38px;
    background: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: var(--gold);
    font-size: 1rem;
    border: 1px solid rgba(184, 138, 59, 0.25);
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(184, 138, 59, 0.08);
    transition: all 0.3s var(--ease-out);
}
.contact-aside-item:hover .contact-aside-icon {
    background: var(--gold);
    color: var(--white);
    transform: scale(1.05);
}
.contact-aside-text {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 600;
    padding-top: 0.45rem;
}
.contact-aside-text small {
    display: block;
    font-size: 0.78rem;
    color: var(--text-mid);
    margin-top: 0.2rem;
    font-weight: 400;
}

.newsletter {
    margin-top: 3rem;
    padding: 3rem;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
    border-radius: 6px;
    color: var(--white);
}
.newsletter h3 {
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    font-weight: 800;
}
.newsletter p {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}
.newsletter-form { display: flex; gap: 0.75rem; max-width: 480px; }
.newsletter-form input {
    flex: 1;
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.95rem;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255,255,255,0.12);
}

@media (max-width: 980px) {
    .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .contact-aside { position: static; }
    .form-grid { grid-template-columns: 1fr; }
    .newsletter-form { flex-direction: column; }
}

/* ============================================================
   FOOTER — Brand-completion experience
   ============================================================ */
.footer {
    background:
        radial-gradient(ellipse 70% 80% at 80% 0%, rgba(184, 138, 59,0.08) 0%, transparent 60%),
        linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: rgba(255,255,255,0.7);
    padding: 6rem 0 0;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 138, 59,0.4), transparent);
}
.footer::after {
    content: '';
    position: absolute;
    bottom: -200px; left: -150px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(184, 138, 59,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
/* ============================================================
   TRUST & RECOGNITION STRIP
   ============================================================ */
.trust-strip {
    background: linear-gradient(180deg, var(--ivory-warm) 0%, var(--cream) 100%);
    padding: 3.5rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.trust-strip-inner {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.trust-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.75rem;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.trust-eyebrow::before,
.trust-eyebrow::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--gold);
}
.trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
}
.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.01em;
}
.trust-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(184, 138, 59, 0.12);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .trust-strip { padding: 2.75rem 0; }
    .trust-items { flex-direction: column; gap: 1.25rem; align-items: flex-start; max-width: 480px; margin: 0 auto; }
    .trust-item { font-size: 0.88rem; }
}

/* World-class footer signature strip */
.footer-signature {
    text-align: center;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}
.footer-signature-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.footer-signature-eyebrow::before,
.footer-signature-eyebrow::after {
    content: '';
    display: inline-block;
    width: 32px; height: 1px;
    background: var(--gold);
}
.footer-signature-line {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 300;
    color: var(--white);
    letter-spacing: -0.02em;
    line-height: 1.25;
    max-width: 760px;
    margin: 0 auto;
}
.footer-signature-line strong {
    font-weight: 800;
    color: var(--gold);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand-logo {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.footer-brand-logo img {
    height: 40px;
    filter: brightness(1.1);
}
.footer-brand-tm {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--gold);
    margin-left: 3px;
    margin-top: 2px;
    line-height: 1;
}
.footer-tagline {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.875rem;
}
.footer-brand-line {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 1rem;
    line-height: 1.5;
}
.footer-human {
    font-style: italic;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    max-width: 320px;
}

.footer-col h4 {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.7rem; }
.footer-col a {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.65);
    transition: color 0.3s, padding 0.3s var(--ease-out);
    display: inline-block;
}
.footer-col a:hover {
    color: var(--gold);
    padding-left: 0.35rem;
}

.footer-connect-item {
    display: flex; align-items: flex-start; gap: 0.7rem;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.85rem;
    line-height: 1.5;
}
.footer-connect-item .ico {
    color: var(--gold);
    margin-top: 0.2rem;
    flex-shrink: 0;
    font-weight: 700;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.5rem;
}
.footer-social a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: all 0.4s var(--ease-out);
}
.footer-social a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: 0 12px 24px -8px rgba(184, 138, 59, 0.5);
}
.footer-social svg { width: 16px; height: 16px; }

.footer-bottom {
    padding: 1.75rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.5);
}
.footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-legal a { transition: color 0.3s; }
.footer-legal a:hover { color: var(--gold); }

@media (max-width: 880px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 540px) {
    .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-signature-line { font-size: 1.5rem; }
}

/* ============================================================
   REVEAL ANIMATIONS — softer, more cinematic
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(var(--reveal-y));
    transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Tight, disciplined stagger for eyebrow → headline → copy → cards choreography */
.reveal.delay-1 { transition-delay: 0.08s; }
.reveal.delay-2 { transition-delay: 0.16s; }
.reveal.delay-3 { transition-delay: 0.24s; }
.reveal.delay-4 { transition-delay: 0.32s; }

/* Scale-in variant for signature anchors */
.reveal-scale {
    opacity: 0;
    transform: scale(0.985);
    transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Subtle floating motion for accent elements */
.float-gentle {
    animation: float-gentle 6s ease-in-out infinite;
}
@keyframes float-gentle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ============================================================
   ACCESSIBILITY — reduced motion preference
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal, .reveal-scale {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ============================================================
   TOAST
   ============================================================ */
.toast {
    position: fixed;
    top: 30px; right: 30px;
    z-index: 200;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background: var(--navy);
    color: var(--white);
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transform: translateX(120%);
    transition: transform 0.4s var(--ease-out);
    border-left: 4px solid var(--gold);
    max-width: 360px;
}
.toast.show { transform: translateX(0); }
.toast.error { border-left-color: #E74C3C; }

/* MOBILE-FIRST RESPONSIVE TUNING */
@media (max-width: 880px) {
    .section { padding: 5rem 0; }
    .why { padding: 4.5rem 0 5rem; }
    .about { padding: 5rem 0 5.5rem; }
    .author { padding: 5rem 0; }
    .books, .schools, .literacy, .contact { padding: 5rem 0; }
    .container, .container--wide, .hero-inner { padding: 0 1.5rem; }
    h1 { font-size: clamp(2rem, 8vw, 3rem); }
    h2 { font-size: clamp(1.65rem, 5.5vw, 2.2rem); }
}

@media (max-width: 640px) {
    .section { padding: 4rem 0; }
    .container, .container--wide, .hero-inner { padding: 0 1.25rem; }
    .hero { padding: 6rem 0 4rem; min-height: auto; }
    .hero-ctas { flex-direction: column; align-items: stretch; gap: 0.6rem; }
    .hero-ctas .btn { justify-content: center; padding: 0.85rem 1.4rem; }
    .hero-trust { font-size: 0.78rem; gap: 0.3rem 1.25rem; }
    .hero-anchor { font-size: 0.95rem; margin-top: 2.25rem; padding-top: 1.75rem; }
    .section-index { display: none; }
    .why { padding: 4rem 0 4.5rem; }
    .about { padding: 4.5rem 0 5rem; }
    .author { padding: 4.5rem 0; }
    .author-quote { padding: 3.5rem 1.5rem 2rem; }
    .author-quote-mark { font-size: 7rem; top: -1rem; left: 1rem; }
    .pillar, .programme, .focus { padding: 1.75rem 1.5rem; }
    .book-body { padding: 1.5rem 1.25rem 1.75rem; }
    .nav { padding: 1rem 0; }
    .nav-inner { padding: 0 1.25rem; }
    .nav-logo img { height: 32px; }
    .nav.scrolled .nav-logo img { height: 28px; }
    .footer { padding: 4rem 0 0; }
    .footer-signature { padding-bottom: 3rem; margin-bottom: 3rem; }
}
/* ============================================================
   ISSUE #6 — LAPTOP VIEWPORT FRAMING
   Common laptop heights received the large-desktop vertical rhythm,
   which pushed section headings low and left a tall empty band under
   the sticky nav — so after an anchor jump the heading sat too high
   with content below the fold. Tighten vertical spacing at laptop
   heights ONLY. Large desktops (taller viewports) and the mobile
   stack (≤880px wide) are untouched; container width, gutters, grids,
   and text alignment are all preserved.
   ============================================================ */
@media (min-width: 881px) and (max-height: 900px) {
    .section { padding: 4.75rem 0; }
    .hero { padding: 7rem 0 4rem; }
    .about { padding: 4.5rem 0 5rem; }
    .why { padding: 5rem 0; }
    .author { padding: 5rem 0; }
    .section-header { margin-bottom: 2.5rem; }
    .ecosystem .section-header { margin-bottom: 2.75rem; }
    .literacy-header { margin-bottom: 2.5rem; }
    .contact-header { margin-bottom: 2.25rem; }
    .about-content { margin-bottom: 2.5rem; }
    .journey-stations { margin-bottom: 1rem; }
}
/* Shorter laptops (≈1366×768 and similar) — one more increment. */
@media (min-width: 881px) and (max-height: 800px) {
    .section { padding: 4rem 0; }
    .hero { padding: 6.5rem 0 3.5rem; }
    .about { padding: 4rem 0 4.5rem; }
    .why { padding: 4.5rem 0; }
    .author { padding: 4.5rem 0; }
    .section-header { margin-bottom: 2.25rem; }
    .ecosystem .section-header { margin-bottom: 2.5rem; }
}

/* ============================================================
   CONTENT PROTECTION
   ============================================================ */
img, svg, .hero-visual, .book-cover, .author-portrait {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}
/* Re-enable pointer events where interaction is needed */
.book-card, .book-cover, .nav-logo, .footer-brand-logo, .hero-node { pointer-events: auto; }
.nav-logo img, .footer-brand-logo img { pointer-events: auto; }

/* Block text selection sitewide */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Keep form fields selectable/usable */
input, textarea, select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* ============================================================
   LEARNING LAB SHOWCASE (#lab) — §4.2
   The one dark section: navy with a faint EXPLORE-teal glow.
   Browser-frame is three dots only — no address bar element.
   ============================================================ */
.lab {
    position: relative;
    overflow: hidden;
    --zone: var(--zone-explore);
    background: var(--navy);
}
.lab-glow {
    position: absolute;
    top: -20%; right: -12%;
    width: 60vw; height: 60vw;
    max-width: 720px; max-height: 720px;
    background: radial-gradient(circle, rgba(30,158,143,0.18), transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.lab .container { position: relative; z-index: 1; }
.lab-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3.5rem;
    align-items: center;
}
.lab-copy .eyebrow { color: var(--zone); margin-bottom: 1.5rem; }
.lab-copy .eyebrow::before { background: var(--zone); }
.lab-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    margin: 1.5rem 0 2rem;
    max-width: 30rem;
}
.lab-proof { list-style: none; display: grid; gap: 1rem; margin-bottom: 2.25rem; }
.lab-proof li {
    display: flex; align-items: flex-start; gap: 0.85rem;
    color: rgba(255,255,255,0.9); font-weight: 600;
    font-size: 0.95rem; line-height: 1.5;
}
.lab-proof svg {
    flex: none; width: 26px; height: 26px;
    fill: none; stroke: rgba(255,255,255,0.5);
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
    margin-top: 1px;
}
.lab-proof svg .accent { stroke: var(--zone); }
.lab-cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn--ghost-light { color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); }
.btn--ghost-light:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); }

/* Browser-frame — three dots, deliberately NO address bar */
.browser-frame {
    border-radius: 14px;
    overflow: hidden;
    background: #0E1B30;
    box-shadow: 0 30px 70px -25px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06);
}
.browser-bar {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.browser-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.browser-body { position: relative; aspect-ratio: 1528 / 864; background: #0A1424; }
.lab-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.lab-poster {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 1rem;
    background: radial-gradient(circle at 50% 50%, rgba(10,20,36,0.28), rgba(10,20,36,0.06));
    text-align: center; padding: 1rem;
    transition: opacity 0.3s var(--ease-smooth);
}
.lab-play {
    width: 74px; height: 74px; border-radius: 50%;
    display: grid; place-items: center;
    background: var(--gold);
    box-shadow: 0 0 0 8px rgba(184,138,59,0.18);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.lab-play svg { width: 30px; height: 30px; fill: var(--navy); stroke: none; margin-left: 3px; }
.lab-play:hover { transform: scale(1.06); box-shadow: 0 0 0 12px rgba(184,138,59,0.22); }
.lab-play[aria-disabled="true"] { opacity: 0.9; cursor: default; }

/* Screenshots — framed cards, slight tilt straightens on hover */
.lab-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; margin-top: 3.5rem; }
.lab-shot {
    margin: 0;
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 20px 50px -20px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06);
    transform: rotate(-0.6deg);
    transition: transform 0.5s var(--ease-out), box-shadow 0.5s;
}
.lab-shot:nth-child(2) { transform: rotate(0.6deg); }
.lab-shot:hover {
    transform: rotate(0deg) translateY(-4px);
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6), 0 0 0 1px rgba(30,158,143,0.35);
}
.lab-shot img { width: 100%; display: block; }

@media (max-width: 900px) {
    .lab-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .lab-shots { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
    .lab-shot, .lab-shot:nth-child(2) { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .lab-shot, .lab-shot:nth-child(2) { transform: none; }
}

/* ============================================================
   KINDLE-STYLE SAMPLE READER (#reader) — §4.3
   ============================================================ */
.reader[hidden] { display: none; }
.reader {
    position: fixed; inset: 0; z-index: 300;
    display: flex; align-items: center; justify-content: center;
}
.reader-backdrop {
    position: absolute; inset: 0;
    background: rgba(5, 12, 24, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.reader-shell {
    position: relative; z-index: 1;
    width: min(100%, 1120px); height: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-areas: "bar bar bar" "prev stage next" "foot foot foot";
    padding: 1rem; gap: 0.5rem; align-items: center;
}
.reader-bar {
    grid-area: bar;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; color: #fff; padding: 0.35rem 0.5rem;
}
.reader-title { font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em; }
.reader-close {
    flex: none; width: 42px; height: 42px; border-radius: 50%;
    display: grid; place-items: center; color: #fff;
    background: rgba(255,255,255,0.08); transition: background 0.2s;
}
.reader-close:hover { background: rgba(255,255,255,0.18); }
.reader-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.reader-arrow {
    width: 52px; height: 52px; border-radius: 50%;
    display: grid; place-items: center; color: #fff;
    background: rgba(255,255,255,0.08); transition: background 0.2s;
}
.reader-prev { grid-area: prev; }
.reader-next { grid-area: next; }
.reader-arrow:hover { background: rgba(255,255,255,0.18); }
.reader-arrow:disabled { opacity: 0.25; cursor: default; }
.reader-arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.reader-stage { grid-area: stage; position: relative; height: 100%; min-height: 0; display: flex; align-items: center; justify-content: center; }
/* Reader v2 gesture paper-turn (ported from the approved prototype, scoped to the modal). */
.reader .flip {
    position: relative;
    height: min(78vh, 760px); max-width: 92vw;
    aspect-ratio: 3 / 4.02;
    perspective: 2600px;
    touch-action: pan-y;
    user-select: none; -webkit-user-select: none;
    cursor: grab;
}
.reader .flip.dragging { cursor: grabbing; }
.reader .flip.single { cursor: default; }
.reader .layer { position: absolute; inset: 0; border-radius: 3px 8px 8px 3px; }
.reader .layer img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; -webkit-user-drag: none; border-radius: inherit; }
/* beneath is a flat layer -> safe to clip */
.reader .beneath { z-index: 1; overflow: hidden; background: #fff; box-shadow: 0 12px 34px -8px rgba(0,0,0,.55), 0 34px 70px -26px rgba(0,0,0,.4); }
.reader .beneath .spinefade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.16), transparent 9%); pointer-events: none; }
.reader .beneath .liftshadow { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,0) 34%); opacity: 0; pointer-events: none; }
/* leaf must NOT clip — overflow:hidden would flatten preserve-3d and break backface-visibility */
.reader .leaf { position: absolute; inset: 0; z-index: 2; transform-origin: left center; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; will-change: transform; overflow: visible; border-radius: 3px 8px 8px 3px; box-shadow: 0 12px 34px -8px rgba(0,0,0,.55), 0 34px 70px -26px rgba(0,0,0,.4); }
.reader .leaf .face { position: absolute; inset: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: inherit; }
.reader .leaf .front { z-index: 2; background: #fff; }
.reader .leaf .front .spinefade { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(0,0,0,.16), transparent 9%); pointer-events: none; }
/* curvature shading lives INSIDE the front face so it hides with it past 90deg */
.reader .leaf .front .shade { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: linear-gradient(90deg, rgba(0,0,0,0) 44%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.42)); }
.reader .leaf .front .gloss { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: linear-gradient(108deg, rgba(255,255,255,0) 32%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 68%); }
.reader .leaf .back { transform: rotateY(180deg); background: linear-gradient(115deg, #f2eee4, #e7e0d0 60%, #ded5c1); }
.reader .leaf .back::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 26%); }
.reader-foot {
    grid-area: foot;
    display: flex; flex-direction: column; align-items: center;
    gap: 0.6rem; color: rgba(255,255,255,0.8); padding-bottom: 0.35rem;
}
.reader-dots { display: flex; gap: 8px; }
.reader-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); transition: background 0.2s, transform 0.2s; }
.reader-dot.active { background: var(--gold); transform: scale(1.25); }
.reader-counter { font-size: 0.85rem; font-variant-numeric: tabular-nums; }
body.reader-open { overflow: hidden; }

@media (max-width: 700px) {
    .reader-shell {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0,1fr) auto;
        grid-template-areas: "bar" "stage" "foot";
        padding: 0.5rem;
    }
    .reader-prev, .reader-next { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    /* Page turns are snapped instantly by the reader JS (dur=0); nothing to animate here. */
    .reader-backdrop { -webkit-backdrop-filter: none; backdrop-filter: none; }
}

/* ============================================================
   AI & ROBOTICS — BHAVIMINDS EXPLORERS (#robotics) — §4.5
   Warm PLAY-amber band, asymmetric cover-left / copy-right.
   ============================================================ */
.robotics {
    --zone: var(--zone-play);
    /* Warm-porcelain surface; the PLAY amber is reserved for the eyebrow/tagline/accents. */
    background: var(--cream);
}
.robotics-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5rem;
    align-items: center;
}
.robotics-cover { position: relative; }
.robotics-cover img {
    width: 100%; height: auto;
    border-radius: 10px;
    box-shadow: var(--shadow-book);
    transition: transform 0.6s var(--ease-out);
}
.robotics-cover:hover img { transform: translateY(-6px); }
.robotics-copy .eyebrow { color: var(--zone); margin-bottom: 1rem; }
.robotics-copy .eyebrow::before { background: var(--zone); }
.robotics-level {
    font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-mid); margin-bottom: 0.75rem;
}
.robotics-copy h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; margin-bottom: 0.75rem; }
.robotics-tagline {
    font-size: 1.1rem; font-weight: 700; font-style: italic;
    color: var(--zone); margin-bottom: 1.25rem;
}
.robotics-desc { color: var(--text-mid); line-height: 1.7; margin-bottom: 1.75rem; max-width: 36rem; }
.robotics-pillars {
    list-style: none;
    display: flex; flex-wrap: wrap; gap: 0.6rem;
    margin-bottom: 1.9rem;
}
.pillar-chip {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--white); border: 1px solid var(--line);
    border-radius: 999px; padding: 0.5rem 0.95rem;
    font-size: 0.82rem; font-weight: 700; color: var(--navy);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.pillar-chip:hover {
    border-color: color-mix(in srgb, var(--zone) 45%, var(--white));
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
}
.pillar-chip svg { width: 18px; height: 18px; fill: none; stroke: var(--navy); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.pillar-chip svg .accent { stroke: var(--zone); }
.robotics-actions { margin-bottom: 1.6rem; }
.robotics-meta { max-width: 24rem; margin-bottom: 1.25rem; }
.robotics-future { font-size: 0.85rem; font-style: italic; color: var(--text-light); }

@media (max-width: 860px) {
    .robotics-grid { grid-template-columns: 1fr; gap: 2.25rem; }
    .robotics-cover { max-width: 320px; margin: 0 auto; }
    .robotics-pillars { gap: 0.55rem; }
}

/* ============================================================
   TEACHER ENABLEMENT (#teach) — §3.8 · TEACH brass
   ============================================================ */
.teach { --zone: var(--zone-teach); }
.teach .section-header { max-width: 720px; }
.teach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.teach-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 2rem 1.6rem;
    box-shadow: var(--shadow-card);
    transition: transform 0.5s var(--ease-out), box-shadow 0.5s, border-color 0.5s;
}
.teach-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lift);
    border-color: color-mix(in srgb, var(--zone) 30%, var(--white));
}
.teach-icon {
    width: 54px; height: 54px; border-radius: 12px;
    display: grid; place-items: center;
    background: color-mix(in srgb, var(--zone) 12%, var(--white));
    margin-bottom: 1.25rem;
}
.teach-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--navy); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.teach-icon svg .accent { stroke: var(--zone); }
/* Coherent icon-tile interaction (matches pillar/focus/programme): lift + tonal deepen + glyph nudge */
.teach-icon { transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.teach-icon svg { transition: transform var(--dur-base) var(--ease-out); }
.teach-card:hover .teach-icon {
    transform: translateY(-3px) scale(1.06);
    background: color-mix(in srgb, var(--zone) 20%, var(--white));
    box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--zone) 55%, transparent);
}
.teach-card:hover .teach-icon svg { transform: translateY(-1px); }
.teach-card h3 { font-size: 1.05rem; margin-bottom: 0.6rem; }
.teach-card p { font-size: 0.9rem; line-height: 1.6; color: var(--text-mid); }

/* ============================================================
   PLAY — CHALLENGE BOOK (#play) — §3.9 · PLAY amber
   ============================================================ */
.play { --zone: var(--zone-play); }
.play-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: center;
}
.play-cover { display: flex; align-items: center; justify-content: center; }
.play-cover img {
    width: auto; max-width: 100%; height: auto;
    max-height: 450px;
    border-radius: 10px;
    box-shadow: var(--shadow-book);
    transition: transform 0.6s var(--ease-out);
}
.play-cover:hover img { transform: translateY(-6px); }
.play-copy .eyebrow { color: var(--zone); margin-bottom: 1rem; }
.play-copy .eyebrow::before { background: var(--zone); }
.play-lead { font-size: 1.05rem; line-height: 1.7; color: var(--text-mid); margin: 1.25rem 0 1.75rem; max-width: 34rem; }
.play-stats {
    list-style: none;
    display: grid; grid-template-columns: repeat(4, auto);
    gap: 1.5rem; margin-bottom: 1.9rem;
    justify-content: start;
}
.play-stats li { display: flex; flex-direction: column; gap: 0.2rem; }
.play-stats strong { font-size: 1.9rem; font-weight: 800; color: var(--zone); line-height: 1; }
.play-stats span { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-mid); max-width: 7rem; }
.play-actions { margin-bottom: 1rem; }
.play-note { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-light); }

/* ============================================================
   ASSESS & CERTIFY (#assess) — §3.10 · ASSESS green
   ============================================================ */
.assess { --zone: var(--zone-assess); }
.assess-block { max-width: 720px; margin: 0 auto; text-align: center; }
.assess-block .lead { max-width: 40rem; margin: 1.25rem auto 0; }
.assess-intro { color: var(--text-mid); line-height: 1.7; margin: 2rem 0 1.2rem; }
.assess-levels {
    list-style: none;
    display: flex; flex-wrap: wrap; gap: 0.7rem;
    justify-content: center;
    margin-bottom: 1.6rem;
}
.assess-level {
    display: inline-flex; align-items: center;
    background: var(--white);
    border: 1px solid color-mix(in srgb, var(--zone) 32%, var(--white));
    color: var(--navy);
    font-weight: 800; font-size: 0.95rem;
    padding: 0.6rem 1.3rem; border-radius: 999px;
}
.assess-facts { font-size: 0.95rem; color: var(--text-mid); max-width: 40rem; margin: 0 auto; }

@media (max-width: 900px) {
    .teach-grid { grid-template-columns: 1fr 1fr; }
    .play-grid { grid-template-columns: 1fr; gap: 2rem; }
    .play-cover { max-width: 230px; margin: 0 auto 0.5rem; }
    .play-stats { grid-template-columns: repeat(2, auto); gap: 1.25rem; }
}
@media (max-width: 520px) {
    .teach-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   INLINE SVG ICON SET (§2, §11) — replaces all emoji.
   Stroke-based 2px, navy/zone duotone; light on navy tiles.
   ============================================================ */
.pillar-icon svg, .focus-icon svg {
    width: 28px; height: 28px; fill: none;
    stroke: var(--navy); stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.pillar-icon svg .accent, .focus-icon svg .accent { stroke: var(--gold); }
.programme-icon svg {
    width: 28px; height: 28px; fill: none;
    stroke: #fff; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.programme-icon svg .accent { stroke: var(--gold-soft); }
.contact-aside-icon svg {
    width: 18px; height: 18px; fill: none;
    stroke: var(--gold); stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
}
.contact-aside-icon svg .accent { stroke: var(--gold); }
.trust-check svg {
    width: 13px; height: 13px; fill: none;
    stroke: var(--gold); stroke-width: 2.6;
    stroke-linecap: round; stroke-linejoin: round;
}
.footer-connect-item .ico svg {
    width: 16px; height: 16px; fill: none;
    stroke: var(--gold); stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
    vertical-align: middle;
}
.footer-connect-item .ico svg .accent { stroke: var(--gold); }

/* ============================================================
   ACCESSIBILITY (§8) — PLAY-amber #F4A62A is too light for text on
   white (~1.9:1). Use a darker amber ink for amber TEXT (eyebrows,
   taglines, stat figures, the PLAY station word) while keeping bright
   amber for tint fields, discs, chips, and icon accents.
   ============================================================ */
:root { --amber-ink: #9E6206; }
.robotics-copy .eyebrow,
.play-copy .eyebrow { color: var(--amber-ink); }
.robotics-copy .eyebrow::before,
.play-copy .eyebrow::before { background: var(--amber-ink); }
.robotics-tagline { color: var(--amber-ink); }
.play-stats strong { color: var(--amber-ink); }
.journey-station.zone-play .journey-stage { color: var(--amber-ink); }
.journey-station.zone-play:hover .journey-product { color: var(--amber-ink); }

/* Print & no-JS: ensure reveal-animated content is always visible (§2) */
@media print {
    .reveal, .reveal-scale { opacity: 1 !important; transform: none !important; }
    .nav, .reader, .toast { display: none !important; }
}
