@import"https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--c-paper: #FFFFFF;--c-porcelain: #F1F8FC;--c-mist: #E1F1FA;--c-line: #D2E6F1;--c-ink: #0F2C44;--c-ink-soft: #547088;--c-navy: #0E4D77;--c-navy-2: #1488C2;--c-amber: #18A8E8;--c-amber-deep: #1488C2;--c-steel: #43C0FF;--c-steel-deep: #1379AE;--c-coral: #EE5B4E;--font-head: "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(14,27,46,.06);--shadow-md: 0 14px 34px -14px rgba(14,27,46,.22);--shadow-lg: 0 30px 70px -28px rgba(14,27,46,.4);--wrap: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--c-ink);background:var(--c-porcelain);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.07;letter-spacing:-.02em;margin:0;color:var(--c-ink)}h1{font-size:clamp(2.3rem,5.2vw,3.9rem)}h2{font-size:clamp(1.8rem,3.6vw,2.7rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}p{margin:0 0 1rem}.lede{font-size:clamp(1.05rem,1.5vw,1.28rem);color:var(--c-ink-soft);line-height:1.65}strong{font-weight:700}em{font-style:italic}.eyebrow{font-family:var(--font-head);font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--c-amber-deep);display:inline-flex;align-items:center;gap:.6rem}.eyebrow:before{content:"";width:26px;height:2px;background:var(--c-amber);display:inline-block}.section--ink .eyebrow,.section--navy .eyebrow{color:#8fd6ff}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.1rem,4vw,2.2rem)}.section{padding:clamp(3rem,7vw,6rem) 0}.section--tight{padding:clamp(2.2rem,4vw,3.4rem) 0}.section--porcelain{background:var(--c-porcelain)}.section--mist{background:var(--c-mist)}.section--paper{background:var(--c-paper)}.section--navy{background:linear-gradient(160deg,var(--c-navy),var(--c-navy-2));color:#fff}.section--navy h1,.section--navy h2,.section--navy h3{color:#fff}.section--navy p,.section--navy .lede{color:#c6d2e4}.center{text-align:center}.center .eyebrow{justify-content:center}.grid{display:grid;gap:clamp(1.5rem,3vw,2.6rem)}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width: 900px){.grid-3.keep-2,.grid-4.keep-2{grid-template-columns:1fr 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-head);font-weight:700;font-size:.98rem;white-space:nowrap;padding:.82rem 1.5rem;border-radius:var(--radius-pill);border:2px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;line-height:1}.btn--primary{background:var(--c-amber);color:#fff;box-shadow:0 10px 24px -10px #18a8e8b3}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px -10px #18a8e8d9}.btn--dark{background:var(--c-ink);color:#fff}.btn--dark:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--ghost{background:transparent;color:var(--c-ink);border-color:var(--c-line)}.btn--ghost:hover{border-color:var(--c-ink)}.btn--light{background:#fff;color:var(--c-ink)}.btn--light:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.section--navy .btn--ghost{color:#fff;border-color:#fff6}.section--navy .btn--ghost:hover{border-color:#fff;background:#ffffff14}.link-arrow{font-family:var(--font-head);font-weight:700;color:var(--c-steel-deep);display:inline-flex;align-items:center;gap:.4rem}.link-arrow:hover{gap:.65rem}.card{background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:clamp(1.4rem,2.5vw,2rem);box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.card--lift:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.card .ic{width:48px;height:48px;border-radius:12px;background:var(--c-mist);color:var(--c-steel-deep);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.card .ic svg{width:24px;height:24px}.site-header{position:sticky;top:0;z-index:50;background:#f4f6fad9;backdrop-filter:blur(12px);border-bottom:1px solid var(--c-line)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:74px}.brand{display:inline-flex;align-items:center;gap:.65rem}.brand__logo{height:46px;width:auto;display:block}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{font-family:var(--font-head);font-weight:600;font-size:.95rem;color:var(--c-ink);transition:color .15s}.nav a:hover{color:var(--c-amber-deep)}.nav__cta{margin-left:.4rem}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--c-ink);margin:5px 0;transition:.2s}@media (max-width: 860px){.nav{position:fixed;inset:74px 0 auto;background:var(--c-paper);flex-direction:column;align-items:stretch;gap:0;padding:.6rem 1.1rem 1.4rem;border-bottom:1px solid var(--c-line);box-shadow:var(--shadow-md);transform:translateY(-120%);transition:transform .28s ease}.nav.open{transform:translateY(0)}.nav a{padding:.85rem .2rem;border-bottom:1px solid var(--c-line)}.nav__cta{margin:.8rem 0 0}.nav-toggle{display:block}}.hero{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--c-navy),var(--c-navy-2));color:#fff}.hero:after{content:"";position:absolute;right:-10%;top:-30%;width:60%;height:160%;background:radial-gradient(closest-side,rgba(67,192,255,.3),transparent 70%);pointer-events:none}.hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center;position:relative;z-index:1}.hero h1{color:#fff}.hero h1 .accent{color:#7fd6ff}.hero .lede{color:#c9d6e8;max-width:42ch}.hero__eyebrow{color:#8fd6ff}.hero__cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.hero__stats{display:flex;gap:2rem;margin-top:2.4rem;flex-wrap:wrap}.hero__stat b{font-family:var(--font-head);font-size:1.7rem;color:#fff;display:block}.hero__stat span{color:#9db0cc;font-size:.85rem}.hero__art{position:relative}.hero__art .stack{display:flex;justify-content:center;align-items:flex-end;gap:1rem}.hero__art img{border-radius:8px;box-shadow:var(--shadow-lg)}@media (max-width: 860px){.hero__grid{grid-template-columns:1fr}.hero__art{display:none}}.book{background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.book:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.book__cover{position:relative;aspect-ratio:2/3;overflow:hidden;background:linear-gradient(150deg,var(--c-navy),var(--c-navy-2))}.book__cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.book__cover .ph{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.1rem;color:#fff}.book__cover .ph small{font-family:var(--font-head);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-amber)}.book__cover .ph strong{font-family:var(--font-head);font-size:1.05rem;line-height:1.15;margin-top:.3rem}.book__body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.book__tag{font-family:var(--font-head);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-steel-deep)}.book__title{font-family:var(--font-head);font-weight:700;font-size:1.08rem;line-height:1.2}.book__desc{font-size:.9rem;color:var(--c-ink-soft);flex:1}.book__link{margin-top:.4rem;font-family:var(--font-head);font-weight:700;font-size:.85rem;color:var(--c-amber-deep);display:inline-flex;gap:.35rem}.book__link:hover{gap:.6rem}.feature{display:block}.feature .ic{width:46px;height:46px;border-radius:12px;background:var(--c-mist);color:var(--c-steel-deep);display:inline-flex;align-items:center;justify-content:center;margin-bottom:.9rem}.feature .ic svg{width:24px;height:24px}.feature h3{font-size:1.1rem;margin-bottom:.3rem}.feature p{font-size:.94rem;color:var(--c-ink-soft);margin:0}.statband{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.statband .s b{font-family:var(--font-head);font-size:clamp(2rem,4vw,2.8rem);color:var(--c-amber);display:block}.statband .s span{color:#c6d2e4;font-size:.92rem}@media (max-width: 700px){.statband{grid-template-columns:1fr;gap:1.2rem}}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.field label{font-family:var(--font-head);font-weight:600;font-size:.9rem}.field input,.field textarea{font-family:var(--font-body);font-size:1rem;padding:.8rem .95rem;border:1.5px solid var(--c-line);border-radius:var(--radius);background:#fff;color:var(--c-ink);transition:border-color .15s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--c-amber)}.field textarea{resize:vertical;min-height:130px}.hp{position:absolute;left:-9999px}.site-footer{background:var(--c-navy);color:#c6d2e4;padding:clamp(2.6rem,5vw,4rem) 0 1.6rem}.site-footer a{color:#c6d2e4}.site-footer a:hover{color:#fff}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer h4{color:#fff;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-weight:700}.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.94rem}.site-footer__brandmark{height:36px;margin-bottom:1rem}.site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.4rem;font-size:.82rem;color:#8094b4}.site-footer__bottom a{color:#8094b4}@media (max-width: 760px){.site-footer__top{grid-template-columns:1fr;gap:1.6rem}}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border-radius:var(--radius-pill);background:var(--c-mist);color:var(--c-steel-deep);font-family:var(--font-head);font-weight:600;font-size:.8rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.6rem 1rem;border-radius:8px;z-index:100}.stack-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.stack-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.98rem}.stack-list .chk{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--c-amber);color:var(--c-ink);display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;margin-top:.15rem}.section--navy .btn--primary,.hero .btn--primary{background:#fff;color:var(--c-ink);box-shadow:0 12px 26px -12px #00000059}.section--navy .btn--primary:hover,.hero .btn--primary:hover{transform:translateY(-2px);background:#fff;box-shadow:0 18px 32px -12px #0006}
