:root{--ink-navy: #0B1D33;--ink-navy-90: rgba(11,29,51,.9);--warm-white: #F6F4EF;--charcoal: #1A1A1A;--brass-gold: #D4AF37;--brass-gold-light: #E6C75A;--teal: #0F766E;--slate-blue: #334E68;--burgundy: #7A1E2E;--forest-green: #1F4038;--rust: #C25D3A;--purple: #5A3071}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--charcoal);background:var(--warm-white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:600}img{display:block;max-width:100%}.fade-up{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-d1{transition-delay:.1s}.fade-up-d2{transition-delay:.2s}.fade-up-d3{transition-delay:.3s}.fade-up-d4{transition-delay:.35s}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 4rem;background:#0b1d33f7;backdrop-filter:blur(14px);transition:padding .3s,box-shadow .3s}nav.scrolled{padding:.75rem 4rem;box-shadow:0 4px 30px #00000040}.nav-logo{display:inline-block;text-decoration:none;color:var(--warm-white);height:80px;transition:height .3s}.nav-logo img,.nav-logo svg{display:block;height:100%;width:auto}nav.scrolled .nav-logo{height:64px}nav ul{list-style:none;display:flex;gap:2.25rem;align-items:center}nav ul li a{color:#ffffffbf;text-decoration:none;font-size:.82rem;font-weight:400;letter-spacing:.04em;transition:color .2s}nav ul li a:hover{color:var(--brass-gold-light)}.nav-cta{background:var(--brass-gold);color:var(--ink-navy)!important;padding:.55rem 1.4rem;border-radius:4px;font-weight:600!important;transition:background .2s,transform .2s!important}.nav-cta:hover{background:var(--brass-gold-light);transform:translateY(-1px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:0}.hero-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#0b1d33eb,#102a4ad9 40%,#0b1d33e0)}.hero-bg img{position:absolute;top:75px;left:0;width:100%;height:calc(100% - 75px);object-fit:cover;object-position:center 25%;z-index:-1;filter:brightness(.45) contrast(1.1)}.hero-network{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.12;background-image:radial-gradient(2px 2px at 15% 25%,var(--brass-gold) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 25% 65%,var(--brass-gold) 50%,transparent 50%),radial-gradient(2px 2px at 45% 15%,var(--brass-gold) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 55% 50%,var(--brass-gold) 50%,transparent 50%),radial-gradient(2px 2px at 70% 30%,var(--brass-gold) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 80% 70%,var(--brass-gold) 50%,transparent 50%),radial-gradient(2px 2px at 90% 20%,var(--brass-gold) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 35% 85%,var(--brass-gold) 50%,transparent 50%),radial-gradient(2px 2px at 65% 75%,var(--brass-gold) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 10% 50%,var(--brass-gold) 50%,transparent 50%)}.hero-inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr;align-items:center;padding:8rem 4rem 6rem;max-width:1300px;margin:0 auto;gap:3rem}.hero-content{max-width:620px}.hero-tagline{font-family:Inter,sans-serif;font-weight:400;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brass-gold);margin-bottom:1.5rem}.hero h1{color:#fff;font-size:3.8rem;line-height:1.08;font-weight:700;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--brass-gold-light)}.hero-desc{color:#ffffffb8;font-size:1.1rem;line-height:1.75;max-width:480px;margin-bottom:2.5rem;font-weight:300}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--brass-gold);color:var(--ink-navy);padding:.85rem 2.2rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.92rem;letter-spacing:.02em;transition:background .2s,transform .2s,box-shadow .2s}.btn-primary:hover{background:var(--brass-gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #d4af374d}.btn-outline{display:inline-block;border:1.5px solid rgba(255,255,255,.25);color:#fff;padding:.85rem 2.2rem;border-radius:4px;text-decoration:none;font-weight:400;font-size:.92rem;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--brass-gold);color:var(--brass-gold-light)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.hero-book{position:absolute;width:200px;border-radius:6px;overflow:hidden;box-shadow:0 25px 60px #00000080,0 8px 20px #0000004d;transition:transform .5s ease}.hero-book:hover{transform:translateY(-8px) scale(1.02)!important}.hero-book-1{transform:rotate(-8deg) translate(-80px);z-index:3}.hero-book-2{transform:rotate(2deg) translate(30px) translateY(-20px);z-index:4}.hero-book-3{transform:rotate(12deg) translate(120px) translateY(20px);z-index:2}.book-cover{width:200px;height:290px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1.25rem;position:relative;overflow:hidden}.book-cover:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 40%,#00000026)}.book-cover .book-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#fff;line-height:1.25;position:relative;z-index:1;text-shadow:0 1px 4px rgba(0,0,0,.3)}.book-cover .book-subtitle{font-family:Inter,sans-serif;font-size:.6rem;color:#fffc;margin-top:.4rem;font-weight:300;position:relative;z-index:1;line-height:1.4}.book-cover .book-author{font-family:Inter,sans-serif;font-size:.65rem;color:#ffffffb3;position:relative;z-index:1;font-weight:400}.book-cover .book-logo{font-family:Playfair Display,serif;font-size:.7rem;color:#fff9;position:relative;z-index:1;margin-top:.4rem}.bc-teal{background:linear-gradient(145deg,var(--teal),#0a5c56)}.bc-burgundy{background:linear-gradient(145deg,var(--burgundy),#5a1420)}.bc-navy{background:linear-gradient(145deg,var(--slate-blue),var(--ink-navy))}.stats-bar{background:#fff;border-bottom:1px solid rgba(11,29,51,.06);padding:2.5rem 4rem}.stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item .stat-num{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:var(--ink-navy);line-height:1}.stat-item .stat-num span{color:var(--brass-gold)}.stat-item .stat-desc{font-size:.78rem;color:var(--slate-blue);margin-top:.35rem;font-weight:400;letter-spacing:.02em}section{padding:6rem 4rem}section[id]{scroll-margin-top:80px}.section-label{font-family:Inter,sans-serif;font-weight:500;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brass-gold);margin-bottom:1rem}.section-title{font-size:2.5rem;line-height:1.2;color:var(--ink-navy);margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:var(--slate-blue);max-width:580px;line-height:1.7;font-weight:300}.section-center{text-align:center}.section-center .section-subtitle{margin-left:auto;margin-right:auto}.featured-books{background:#fff;overflow:hidden}.books-scroll{display:flex;gap:1.5rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto;justify-content:center;flex-wrap:nowrap;overflow-x:auto;padding-bottom:1rem}.featured-book{flex:0 0 200px;transition:transform .3s ease}.featured-book:hover{transform:translateY(-8px)}.featured-book-cover{width:200px;height:295px;border-radius:6px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:1.75rem 1.4rem;box-shadow:0 12px 40px #00000026,0 4px 12px #00000014}.featured-book-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.2) 100%)}.featured-book-cover .book-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#fff;line-height:1.25;position:relative;z-index:1}.featured-book-cover .book-subtitle{font-family:Inter,sans-serif;font-size:.65rem;color:#ffffffbf;margin-top:.35rem;font-weight:300;position:relative;z-index:1;line-height:1.4}.featured-book-cover .book-bottom{position:relative;z-index:1}.featured-book-cover .book-author{font-family:Inter,sans-serif;font-size:.7rem;color:#ffffffb3;font-weight:400}.featured-book-cover .book-logo-sm{font-family:Playfair Display,serif;font-size:.65rem;color:#ffffff73;margin-top:.5rem;letter-spacing:.05em}.fb-teal{background:linear-gradient(155deg,#0f766e,#0a5c56 60%,#083d38)}.fb-burgundy{background:linear-gradient(155deg,#7a1e2e,#5a1420 60%,#3d0d16)}.fb-navy{background:linear-gradient(155deg,#334E68 0%,#1d3148 60%,var(--ink-navy) 100%)}.fb-forest{background:linear-gradient(155deg,#1f4038,#15302a 60%,#0b1e18)}.fb-rust{background:linear-gradient(155deg,#c25d3a,#a04b2e 60%,#7a3822)}.featured-book-meta{padding:.85rem 0 0}.featured-book-meta .fbm-title{font-family:Playfair Display,serif;font-size:.95rem;color:var(--ink-navy);font-weight:600;line-height:1.3}.featured-book-meta .fbm-author{font-size:.78rem;color:var(--slate-blue);margin-top:.2rem;font-weight:400}.pillars{background:var(--warm-white)}.pillars-inner{max-width:1100px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3.5rem}.pillar{background:#fff;border-radius:12px;padding:2.5rem 2rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(11,29,51,.04)}.pillar:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0b1d3314}.pillar-icon{width:60px;height:60px;margin:0 auto 1.25rem;background:linear-gradient(135deg,var(--ink-navy),#1a3a5c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brass-gold);font-size:1.25rem}.pillar h3{font-size:1.15rem;margin-bottom:.75rem;color:var(--ink-navy)}.pillar p{font-size:.9rem;color:var(--slate-blue);line-height:1.7;font-weight:300}.why-us{background:var(--ink-navy);color:#fff;position:relative;overflow:hidden}.why-us:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,rgba(212,175,55,.05) 0%,transparent 50%),radial-gradient(ellipse at 10% 80%,rgba(15,118,110,.04) 0%,transparent 50%);pointer-events:none}.why-us .section-label{color:var(--brass-gold)}.why-us .section-title{color:#fff}.why-us .section-subtitle{color:#fff9}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:3.5rem;max-width:1000px;margin-left:auto;margin-right:auto;border-radius:12px;overflow:hidden;position:relative}.comp-col{padding:3rem;display:flex;flex-direction:column}.comp-conventional{background:#ffffff08;border-right:1px solid rgba(255,255,255,.06)}.comp-6040{background:#d4af370d;position:relative}.comp-6040:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--brass-gold),var(--brass-gold-light))}.comp-header{font-family:Inter,sans-serif;font-weight:500;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.comp-conventional .comp-header{color:#fff6}.comp-6040 .comp-header{color:var(--brass-gold)}.comp-item{margin-bottom:2rem;flex:1;display:flex;flex-direction:column}.comp-item:last-child{margin-bottom:0}.comp-item .detail{flex:1}.comp-item .label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem;font-weight:500}.comp-conventional .label{color:#ffffff4d}.comp-6040 .label{color:var(--brass-gold)}.comp-item .value{font-family:Playfair Display,serif;font-size:1.65rem;font-weight:600;line-height:1.3}.comp-conventional .value{color:#ffffff73;text-decoration:line-through;text-decoration-color:#ffffff26}.comp-6040 .value{color:#fff}.comp-item .detail{font-size:.82rem;color:#ffffff59;margin-top:.3rem;font-weight:300}.comp-6040 .detail{color:#ffffff8c}.badge-better{display:inline-block;margin-top:.5rem;background:#d4af3726;color:var(--brass-gold);font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .7rem;border-radius:3px}.authors-section{background:#fff}.authors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3.5rem;max-width:1100px;margin-left:auto;margin-right:auto}.author-card{text-align:center;transition:transform .3s}.author-card:hover{transform:translateY(-4px)}.author-photo{width:160px;height:160px;border-radius:50%;margin:0 auto 1.25rem;overflow:hidden;border:3px solid var(--warm-white);box-shadow:0 8px 30px #0b1d331a;position:relative}.author-photo img{width:100%;height:100%;object-fit:cover}.author-card h3{font-size:1.05rem;color:var(--ink-navy);margin-bottom:.2rem}.author-card.placeholder .author-photo{border:2px dashed rgba(212,175,55,.55);background:transparent;box-shadow:none;display:flex;align-items:center;justify-content:center}.author-card.placeholder .placeholder-mark{font-family:Playfair Display,serif;font-size:3.2rem;color:var(--brass-gold);font-style:italic;line-height:1}.author-card.placeholder h3{color:var(--brass-gold);font-style:italic}.author-card.placeholder .author-title{color:var(--slate-blue)}.author-card.placeholder .author-book a{color:var(--brass-gold);text-decoration:none;font-style:normal;font-weight:500;border-bottom:1px solid rgba(212,175,55,.35);transition:color .2s,border-color .2s}.author-card.placeholder .author-book a:hover{color:var(--ink-navy);border-color:var(--ink-navy)}.author-card .author-title{font-size:.78rem;color:var(--brass-gold);font-weight:500;letter-spacing:.03em;margin-bottom:.6rem}.author-card .author-book{font-size:.82rem;color:var(--slate-blue);font-weight:300;font-style:italic}.testimonials{background:var(--warm-white);position:relative;border-top:1px solid rgba(11,29,51,.04)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.testimonial-card{background:#fff;border-radius:12px;padding:2.25rem 2rem;border:1px solid rgba(11,29,51,.04);transition:transform .3s,box-shadow .3s;position:relative}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0b1d3312}.testimonial-card:before{content:"“";position:absolute;top:1rem;right:1.5rem;font-family:Playfair Display,serif;font-size:4rem;color:var(--brass-gold);opacity:.15;line-height:1}.testimonial-quote{font-size:.92rem;color:var(--slate-blue);line-height:1.75;font-weight:300;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-name{font-size:.85rem;color:var(--ink-navy);font-weight:600}.testimonial-role{font-size:.72rem;color:var(--slate-blue);font-weight:400}.founder-section{background:var(--ink-navy);color:#fff;position:relative;overflow:hidden}.founder-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(212,175,55,.04) 0%,transparent 50%);pointer-events:none}.founder-inner{max-width:1000px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:center}.founder-photo-wrap{position:relative}.founder-photo{width:280px;height:340px;border-radius:10px;overflow:hidden;box-shadow:0 20px 50px #0000004d}.founder-photo img{width:100%;height:100%;object-fit:cover}.founder-photo-accent{position:absolute;inset:-12px 12px 12px -12px;border:1.5px solid var(--brass-gold);border-radius:10px;opacity:.25}.founder-content .section-label{color:var(--brass-gold)}.founder-name{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:.35rem}.founder-role{font-size:.82rem;color:var(--brass-gold);font-weight:500;letter-spacing:.05em;margin-bottom:1.5rem}.founder-bio{font-size:.95rem;color:#ffffffb3;line-height:1.8;font-weight:300;margin-bottom:1.5rem}.founder-credentials{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.founder-cred{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:.4rem .85rem;border-radius:5px;font-size:.72rem;color:#fff9;font-weight:400}.founder-cred .cred-icon{color:var(--brass-gold);font-size:.7rem}@media(max-width:900px){.founder-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.founder-photo-wrap{margin:0 auto}.founder-photo{width:220px;height:270px}.founder-credentials{justify-content:center}}.how-it-works{background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.5rem;max-width:1100px;margin-left:auto;margin-right:auto;position:relative}.steps:before{content:"";position:absolute;top:32px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,var(--brass-gold),rgba(212,175,55,.2));z-index:0}.step{position:relative;padding:0 1.5rem;text-align:center;z-index:1}.step-dot{width:64px;height:64px;border-radius:50%;margin:0 auto 1.25rem;background:var(--ink-navy);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0b1d3326}.step-number{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--brass-gold);line-height:1}.step h3{font-size:1.05rem;color:var(--ink-navy);margin-bottom:.5rem}.step p{font-size:.85rem;color:var(--slate-blue);line-height:1.65;font-weight:300}.pod-section{background:var(--warm-white);border-top:1px solid rgba(11,29,51,.04)}.pod-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pod-content .section-title{font-size:2rem}.pod-benefits{margin-top:1.5rem}.pod-benefit{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.pod-benefit-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--ink-navy);display:flex;align-items:center;justify-content:center;color:var(--brass-gold);font-size:.75rem;font-weight:700}.pod-benefit p{font-size:.9rem;color:var(--slate-blue);line-height:1.6;font-weight:300}.pod-benefit strong{font-weight:500;color:var(--ink-navy)}.pod-visual{border-radius:16px;overflow:hidden;position:relative;height:400px}.pod-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(.72) contrast(1.05) saturate(.95)}.pod-visual-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;padding:2rem;text-align:center;background:radial-gradient(ellipse at center,#0b1d3399,#0b1d3359 60%,#0b1d3340)}.pod-visual-overlay .big-stat-img{height:150px;width:auto;display:block;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.pod-visual-overlay .stat-label{font-size:1.1rem;color:#ffffffeb;margin-top:.9rem;font-weight:300;letter-spacing:.08em}.cta-band{position:relative;text-align:center;padding:6rem 4rem;overflow:hidden}.cta-band-bg{position:absolute;inset:0;z-index:0}.cta-band-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.25) contrast(1.1)}.cta-band-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0b1d33d9,#102a4ae6)}.cta-band-content{position:relative;z-index:1}.cta-band h2{color:#fff;font-size:2.6rem;margin-bottom:1rem}.cta-band p{color:#ffffffa6;font-size:1.05rem;max-width:520px;margin:0 auto 2.5rem;font-weight:300;line-height:1.7}.cta-band-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.newsletter-strip{background:var(--warm-white);border-bottom:1px solid rgba(11,29,51,.08);padding:2.5rem 4rem;margin:-4rem -4rem 3rem}.newsletter-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.newsletter-text{flex:1}.newsletter-label{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brass-gold);margin-bottom:.35rem;font-weight:500}.newsletter-headline{font-family:Playfair Display,serif;font-size:1.35rem;color:var(--ink-navy);font-weight:600;line-height:1.3}.newsletter-btn{display:inline-block;background:var(--brass-gold);color:var(--ink-navy);padding:.85rem 1.8rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.9rem;letter-spacing:.02em;transition:background .2s,transform .2s;flex-shrink:0}.newsletter-btn:hover{background:var(--brass-gold-light);transform:translateY(-1px)}#subscribe{scroll-margin-top:90px}.newsletter-form{display:flex;flex-wrap:wrap;gap:.6rem;flex-shrink:0;justify-content:flex-end}.newsletter-input{font-family:Inter,sans-serif;font-size:.9rem;color:var(--ink-navy);padding:.8rem 1rem;border:1px solid rgba(11,29,51,.18);border-radius:4px;background:#fff;min-width:230px;outline:none;transition:border-color .2s,box-shadow .2s}.newsletter-input.nl-name{min-width:140px;flex:1 1 140px}.newsletter-input::placeholder{color:#0b1d3366}.newsletter-input:focus{border-color:var(--brass-gold);box-shadow:0 0 0 3px #d4af3726}.newsletter-success{flex-shrink:0;font-family:Playfair Display,serif;font-style:italic;color:var(--ink-navy);font-size:1.05rem;display:inline-flex;align-items:center;gap:.5rem}.newsletter-success:before{content:"✓";color:var(--brass-gold);font-style:normal;font-weight:700}.newsletter-fallback{flex-shrink:0;font-size:.88rem;color:var(--ink-navy);font-weight:300}.newsletter-fallback a{color:var(--brass-gold);font-weight:500}.newsletter-form[hidden],.newsletter-success[hidden],.newsletter-fallback[hidden],.nl-sink{display:none}@media(max-width:800px){.newsletter-strip{padding:2rem;margin:-3rem -2rem 2rem}.newsletter-inner{flex-direction:column;align-items:stretch;gap:1.25rem;text-align:center}.newsletter-btn{text-align:center}.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-input.nl-name{min-width:0;width:100%;flex:1 1 auto}}footer{background:var(--ink-navy);color:#ffffff8c;padding:4rem;font-size:.82rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-brand .footer-logo{color:#fff;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.footer-brand .footer-logo span{color:var(--brass-gold);font-weight:400}.footer-brand .footer-tagline{color:var(--brass-gold);font-style:italic;font-family:Playfair Display,serif;font-size:.85rem;margin-top:.35rem}.footer-brand .footer-desc{color:#fff6;font-size:.82rem;margin-top:1rem;line-height:1.7;font-weight:300}.footer-brand .footer-email{margin-top:1rem;font-size:.85rem}.footer-brand .footer-email a{color:#fff9;text-decoration:none;border-bottom:1px solid rgba(184,134,43,.4);padding-bottom:1px;transition:color .2s,border-color .2s}.footer-brand .footer-email a:hover{color:var(--brass-gold-light);border-color:var(--brass-gold-light)}.footer-col h4{color:#ffffffb3;font-family:Inter,sans-serif;font-weight:600;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ffffff73;text-decoration:none;font-size:.82rem;transition:color .2s}.footer-col ul li a:hover{color:var(--brass-gold)}.footer-bottom{max-width:1100px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;color:#ffffff4d;font-size:.75rem}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.authors-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:900px){nav{padding:1rem 1.5rem}nav.scrolled{padding:.6rem 1.5rem}nav ul{gap:1rem}.hero-inner{padding:7rem 2rem 4rem}.hero h1{font-size:2.6rem}section{padding:4rem 2rem}.pillars-grid{grid-template-columns:1fr;gap:1.5rem}.comparison-grid{grid-template-columns:1fr}.comp-conventional{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.comp-6040:before{inset:0 0 auto;width:auto;height:3px}.steps{grid-template-columns:1fr 1fr;gap:2rem}.steps:before{display:none}.pod-inner{grid-template-columns:1fr;gap:2rem}.stats-inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.books-scroll{gap:1rem}.featured-book{flex:0 0 160px}.featured-book-cover{width:160px;height:235px}footer{padding:3rem 2rem}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:600px){.hero h1{font-size:2rem}.section-title{font-size:1.8rem}.steps{grid-template-columns:1fr}nav ul li:not(:last-child){display:none}.authors-grid{grid-template-columns:1fr}}
