:root{--plum-deepest: #1a0f24;--plum-deep: #2d1b3d;--plum: #4a2c5e;--plum-mid: #6b3f8a;--plum-bright: #9b6dc7;--lavender: #d4c1e8;--lavender-pale: #ede5f5;--cream: #faf6f2;--cream-warm: #f3ecdf;--ink: #0f0817;--gold: #c9a961;--rule: rgba(74, 44, 94, .18)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter Tight,-apple-system,sans-serif;background:var(--cream);color:var(--ink);line-height:1.5;overflow-x:hidden}.display{font-family:Fraunces,Georgia,serif;font-weight:400;letter-spacing:-.02em;line-height:1.02}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#faf6f2d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--rule)}.logo{font-family:Fraunces,serif;font-weight:500;font-size:1.35rem;letter-spacing:-.01em;color:var(--plum-deepest);display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-img{height:32px;width:auto;display:block}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--plum-deep);text-decoration:none;font-size:.9rem;font-weight:500;position:relative;transition:color .2s}.nav-links a:not(.btn-nav):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--plum-mid);transition:width .3s ease}.nav-links a:not(.btn-nav):hover:after{width:100%}.btn-nav{background:var(--plum-deepest);color:var(--cream)!important;padding:.7rem 1.4rem;border-radius:100px;transition:transform .2s,background .2s}.btn-nav:hover{background:var(--plum-mid);transform:translateY(-1px)}.hero{min-height:auto;padding:9rem 3rem 5rem;position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;overflow:visible}.founder-badge{position:relative;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;z-index:201}.founder-avatar-wrap{width:88px;height:88px;border-radius:50%;overflow:hidden;border:2px solid var(--rule);flex-shrink:0}.founder-avatar{width:100%;height:100%;object-fit:cover;object-position:center 30%}.founder-info{display:flex;flex-direction:column;gap:.1rem}.founder-name{font-size:.88rem;font-weight:500;color:var(--plum-deepest);line-height:1.2}.founder-title{font-size:.78rem;color:var(--plum-mid);text-transform:uppercase;letter-spacing:.12em;line-height:1.2}.founder-backdrop{display:none;position:fixed;inset:0;z-index:199;background:#1a0f2466}.founder-backdrop.is-visible{display:block}.founder-card{position:fixed;width:320px;background:var(--cream);border:1px solid var(--rule);border-radius:12px;box-shadow:0 24px 60px -8px #1a0f242e;overflow:visible;opacity:0;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;z-index:500}.founder-badge:hover .founder-card,.founder-badge.is-open .founder-card{opacity:1;transform:translateY(0);pointer-events:auto}.founder-card-avatar-wrap{width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid var(--rule);margin:1.5rem auto 0;flex-shrink:0}.founder-card-photo{width:100%;height:100%;object-fit:cover;object-position:center 30%}.founder-card-body{padding:1rem 1.5rem 1.5rem;text-align:center}.founder-card-name{font-family:Fraunces,serif;font-size:1.2rem;color:var(--plum-deepest);font-weight:500;margin-bottom:.2rem}.founder-card-role{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--plum-mid);margin-bottom:.9rem}.founder-card-bio{font-size:.9rem;color:var(--plum-deep);line-height:1.65}.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-bg:before{content:"";position:absolute;top:-20%;right:-10%;width:70%;height:120%;background:radial-gradient(circle,var(--lavender-pale) 0%,transparent 60%);filter:blur(40px)}.hero-bg:after{content:"";position:absolute;bottom:-30%;left:-10%;width:60%;height:80%;background:radial-gradient(circle,rgba(155,109,199,.15) 0%,transparent 60%);filter:blur(60px)}.hero-content{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--plum-mid);font-weight:500;margin-bottom:2rem}.eyebrow:before{content:"";width:32px;height:1px;background:var(--plum-mid)}.hero h1{font-size:clamp(3rem,6vw,5.5rem);color:var(--plum-deepest);margin-bottom:2rem}.hero h1 em{font-style:italic;color:var(--plum-mid);font-weight:300}.hero h1 .accent{position:relative;display:inline-block}.hero h1 .accent:after{content:"";position:absolute;bottom:.08em;left:-.05em;right:-.05em;height:.12em;background:var(--gold);z-index:-1;opacity:.5}.hero-lead{font-size:1.15rem;color:var(--plum-deep);max-width:32rem;margin-bottom:2.5rem;line-height:1.55}.hero-cta{display:flex;gap:1rem;align-items:center}.btn-primary{background:var(--plum-deepest);color:var(--cream);padding:1.1rem 2rem;border-radius:100px;text-decoration:none;font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.6rem;transition:all .3s;position:relative;overflow:hidden}.btn-primary:after{content:"→";transition:transform .3s}.btn-primary:hover{background:var(--plum-mid);transform:translateY(-2px);box-shadow:0 10px 30px #4a2c5e40}.btn-primary:hover:after{transform:translate(4px)}.btn-ghost{color:var(--plum-deep);text-decoration:none;font-size:.95rem;font-weight:500;border-bottom:1px solid var(--plum-deep);padding-bottom:2px;transition:color .2s,border-color .2s}.btn-ghost:hover{color:var(--plum-mid);border-color:var(--plum-mid)}.hero-visual{position:relative;z-index:1;aspect-ratio:4/5;max-width:480px;margin-left:auto}.portrait-frame{position:relative;width:100%;height:100%;background:linear-gradient(135deg,var(--plum-deep),var(--plum-mid));border-radius:8px;overflow:hidden;box-shadow:0 30px 80px -20px #1a0f2466}.portrait-frame:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(212,193,232,.35),transparent 50%),radial-gradient(circle at 70% 80%,rgba(155,109,199,.4),transparent 50%)}.portrait-frame svg{position:absolute;inset:0;width:100%;height:100%}.portrait-tag{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--cream);padding:1rem 1.5rem;border-radius:4px;box-shadow:0 15px 40px -10px #1a0f2440;border:1px solid var(--rule)}.portrait-tag-name{font-family:Fraunces,serif;font-size:1.1rem;font-weight:500;color:var(--plum-deepest)}.portrait-tag-role{font-size:.78rem;color:var(--plum-mid);text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem}.portrait-circle{position:absolute;top:-2rem;right:-2rem;width:120px;height:120px;border-radius:50%;border:1px solid var(--plum-mid);display:flex;align-items:center;justify-content:center;background:var(--cream);transform:rotate(-15deg)}.portrait-circle span{font-family:Fraunces,serif;font-style:italic;font-size:.85rem;color:var(--plum-deep);text-align:center;line-height:1.2}.stats{background:var(--plum-deepest);color:var(--cream);padding:3rem 3rem 7rem;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(155,109,199,.18),transparent 50%),radial-gradient(circle at 80% 70%,rgba(212,193,232,.08),transparent 50%)}.stats-inner{max-width:1300px;margin:0 auto;position:relative}.stats-header{max-width:700px;margin-bottom:5rem}.stats-header .eyebrow{color:var(--lavender)}.stats-header .eyebrow:before{background:var(--lavender)}.stats-header h2{font-size:clamp(2rem,4vw,3.2rem);color:var(--cream)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.stat{border-top:1px solid rgba(212,193,232,.2);padding-top:2rem;position:relative}.stat-number{font-family:Fraunces,serif;font-size:clamp(3rem,5vw,4.5rem);color:var(--lavender);font-weight:300;line-height:1;margin-bottom:1rem;display:flex;align-items:baseline;gap:.2rem}.stat-number .unit{font-size:.4em;color:var(--plum-bright);font-style:italic}.stat-text{font-size:.98rem;color:#faf6f2bf;line-height:1.55;max-width:26rem}.stat-text strong{color:var(--cream);font-weight:500}.stat-trend{font-family:Inter Tight,sans-serif;font-size:.3em;font-weight:700;position:relative;top:-.9em;line-height:1}.stat-trend--up{color:#e05555}.stat-trend--down{color:#5aad7a}.why{padding:4rem 3rem;background:var(--cream);position:relative}.why-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.why-sticky{position:sticky;top:8rem}.why h2{font-size:clamp(2.2rem,4vw,3.5rem);color:var(--plum-deepest);margin-bottom:1.5rem}.why h2 em{font-style:italic;color:var(--plum-mid)}.why-intro{color:var(--plum-deep);font-size:1.05rem;line-height:1.6}.pillars{display:flex;flex-direction:column;gap:0}.pillar{padding:2.5rem 0;border-top:1px solid var(--rule);display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.pillar:last-child{border-bottom:1px solid var(--rule)}.pillar-num{font-family:Fraunces,serif;font-style:italic;font-size:1.1rem;color:var(--plum-mid);font-weight:400}.pillar h3{font-family:Fraunces,serif;font-size:1.5rem;color:var(--plum-deepest);margin-bottom:.7rem;font-weight:500}.pillar p{color:var(--plum-deep);line-height:1.6;font-size:1rem}.resources-hero{padding:8rem 3rem 3rem;background:var(--cream)}.resources-hero-inner{max-width:800px}.resources-hero .eyebrow{margin-bottom:1.5rem}.resources-hero h1{margin-bottom:1.25rem}.resources-hero-sub{font-family:Inter Tight,sans-serif;font-size:1.1rem;color:var(--plum-mid);line-height:1.6}.heading-newline{display:block;margin-top:1rem}.services{padding:4rem 3rem;background:var(--cream)}.services-inner{max-width:1300px;margin:0 auto}.services-header{text-align:center;margin-bottom:5rem;max-width:640px;margin-left:auto;margin-right:auto}.services-header h2{font-size:clamp(2.2rem,4vw,3.5rem);color:var(--plum-deepest);margin-top:.8rem}.services-header h2 em{color:var(--plum-mid);font-style:italic}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.service-card{background:#fff;border:1px solid var(--rule);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px -12px #1a0f2424}.service-card-header{background:var(--plum-deep);padding:2.2rem 2rem 2rem}.service-card--featured .service-card-header{background:var(--plum-deepest)}.service-card-name{font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;color:var(--cream);margin-bottom:.8rem;line-height:1.2}.service-card-price{font-family:Fraunces,serif;font-size:2rem;font-weight:300;color:var(--lavender);letter-spacing:-.02em;margin-bottom:1rem;line-height:1}.service-card--featured .service-card-price{color:var(--gold)}.service-card-audience{font-size:.88rem;color:#faf6f2ad;line-height:1.55;margin:0}.service-card-body{padding:2rem;display:flex;flex-direction:column;flex:1;gap:1.5rem}.service-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.service-bullets li{padding-left:1.6rem;position:relative;font-size:.95rem;color:var(--plum-deep);line-height:1.5}.service-bullets li:before{content:"✓";position:absolute;left:0;color:var(--plum-mid);font-size:.82rem;top:.1em}.service-card-tagline{font-size:.9rem;color:var(--plum-mid);font-style:italic;line-height:1.6;border-top:1px solid var(--rule);padding-top:1.25rem;margin:0}.service-card-cta{align-self:flex-start;font-size:.9rem;padding:.85rem 1.5rem}.testimonials{padding:4rem 3rem;background:linear-gradient(180deg,var(--cream) 0%,var(--lavender-pale) 100%)}.testimonials-inner{max-width:1100px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:1.5rem}.testimonials-header h2{font-size:clamp(2.2rem,4vw,3.5rem);color:var(--plum-deepest);margin-top:.8rem}.testimonial-card{background:var(--cream);border:1px solid var(--rule);border-radius:8px;padding:3rem;max-width:760px;margin:0 auto}.testimonial-text{font-family:Inter Tight,sans-serif;font-size:clamp(1rem,1.6vw,1.15rem);color:var(--plum-deepest);line-height:1.7;font-weight:400;margin-bottom:1.25rem}.testimonial-text:last-of-type{margin-bottom:2rem}.testimonial-byline{border-top:1px solid var(--rule);padding-top:1.25rem}.testimonial-name{font-family:Fraunces,serif;font-size:1rem;font-weight:500;color:var(--plum-deepest)}.testimonial-role{font-size:.82rem;color:var(--plum-mid);text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem}.cta{padding:4rem 3rem;background:var(--plum-deepest);color:var(--cream);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(155,109,199,.25),transparent 50%),radial-gradient(circle at 20% 80%,rgba(74,44,94,.4),transparent 50%)}.cta-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:start}.cta-left{display:flex;flex-direction:column;gap:2rem}.cta h2{font-size:clamp(2.2rem,4.5vw,4rem);color:var(--cream);margin-bottom:1.5rem}.cta h2 em{font-style:italic;color:var(--lavender)}.cta .cta-heading{font-family:Fraunces,serif;font-size:clamp(1.9rem,3.2vw,3.2rem);font-weight:400;color:var(--cream);line-height:1.15;letter-spacing:-.02em;margin-bottom:0}.cta .cta-heading em{font-style:italic;color:var(--lavender)}.cta p{color:#faf6f2bf;font-size:1.05rem;line-height:1.6;margin-bottom:2rem;max-width:32rem}.cta-action{background:#d4c1e812;border:1px solid rgba(212,193,232,.22);border-radius:12px;padding:2.5rem;backdrop-filter:blur(10px);display:flex;flex-direction:column}.cta-action-label{font-family:Inter Tight,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--lavender);opacity:.8;margin-bottom:.75rem}.cta-action p{max-width:none;margin-bottom:2rem}.cta-action-btn{width:100%;text-align:center;justify-content:center;font-size:1.05rem;padding:1.1rem 2rem}.cta-secondary{display:flex;flex-direction:column;gap:6px;margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid rgba(212,193,232,.15)}.cta-secondary span{font-family:Inter Tight,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#d4c1e88c}.cta-secondary a{font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:500;color:var(--lavender);text-decoration:none;transition:color .2s}.cta-secondary a:hover{color:var(--cream)}.cta .btn-primary{background:var(--cream);color:var(--plum-deepest)}.cta .btn-primary:hover{background:var(--lavender)}.waitlist-card{background:#faf6f20d;border:1px solid rgba(212,193,232,.2);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem}.waitlist-card h3{font-family:Fraunces,serif;font-size:1.6rem;color:var(--cream);margin-bottom:.7rem;font-weight:500}.waitlist-card p{font-size:.92rem;margin-bottom:1.5rem}.waitlist-form{display:flex;gap:.5rem;flex-direction:column}.waitlist-form input{background:transparent;border:1px solid rgba(212,193,232,.3);color:var(--cream);padding:1rem 1.2rem;border-radius:8px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.waitlist-form input:focus{outline:none;border-color:var(--lavender)}.waitlist-form input::placeholder{color:#d4c1e880}.waitlist-form button{background:var(--lavender);color:var(--plum-deepest);border:none;padding:1rem;border-radius:8px;font-family:inherit;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .2s,transform .2s}.waitlist-form button:hover{background:var(--cream);transform:translateY(-1px)}footer{background:var(--plum-deepest);color:#faf6f299;padding:3rem;border-top:1px solid rgba(212,193,232,.1)}.footer-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}footer a{color:var(--lavender);text-decoration:none;font-weight:500}footer a:hover{color:var(--cream)}.footer-right{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}@media(max-width:900px){nav{padding:1.2rem 1.5rem}.nav-links{gap:1.2rem}.nav-links a:not(.btn-nav){display:none}.hero{padding:7rem 1.5rem 3rem}.stats,.why,.services,.quote-section,.faq,.testimonials,.cta,footer{padding-left:1.5rem;padding-right:1.5rem}.why,.services{padding-top:2.5rem;padding-bottom:2.5rem}.stats-grid{grid-template-columns:1fr;gap:2.5rem}.why-inner{grid-template-columns:1fr;gap:3rem}.why-sticky{position:static}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card--featured{order:-1}.cta-inner{grid-template-columns:1fr;gap:3rem}.footer-inner{flex-direction:column;text-align:center}.founder-card{position:fixed;bottom:0;left:0;right:0;width:100%;border-radius:16px 16px 0 0;max-height:90vh;overflow-y:auto}}.fade-up{opacity:0;transform:translateY(20px);animation:fadeUp .9s cubic-bezier(.2,.6,.2,1) forwards}.fade-up:nth-child(1){animation-delay:.1s}.fade-up:nth-child(2){animation-delay:.25s}.fade-up:nth-child(3){animation-delay:.4s}.fade-up:nth-child(4){animation-delay:.55s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}a.logo{text-decoration:none}.page-hero{padding:10rem 3rem 6rem;background:var(--cream);border-bottom:1px solid var(--rule)}.page-hero-inner{max-width:1100px;margin:0 auto}.page-hero h1{font-size:clamp(2.8rem,5vw,4.5rem);color:var(--plum-deepest);margin-top:1rem;max-width:620px}.page-hero p{font-size:1.05rem;color:var(--plum-deep);max-width:480px;margin-top:1.5rem;line-height:1.6}.articles-section{padding:2rem 3rem 3rem;background:var(--cream)}.articles-section-inner{max-width:1100px;margin:0 auto}.section-heading{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--rule);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.section-heading h2{font-size:clamp(1.6rem,3vw,2rem);color:var(--plum-deepest)}.article-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{font-family:Inter Tight,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.06em;padding:.4rem 1rem;border-radius:100px;border:1px solid var(--rule);background:transparent;color:var(--plum-mid);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.filter-btn:hover{background:var(--lavender-pale);border-color:var(--lavender);color:var(--plum-deepest)}.filter-btn--active{background:var(--plum-deepest);border-color:var(--plum-deepest);color:var(--cream)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.article-card{border:1px solid var(--rule);border-radius:8px;padding:2rem;background:var(--cream);text-decoration:none;display:block;transition:border-color .2s,box-shadow .2s,transform .2s}.article-card:hover{border-color:var(--plum-mid);box-shadow:0 8px 30px -10px #4a2c5e26;transform:translateY(-2px)}.article-card-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--plum-mid);font-weight:500;margin-bottom:1rem}.article-card h3{font-family:Fraunces,serif;font-size:1.35rem;color:var(--plum-deepest);line-height:1.2;margin-bottom:.8rem;font-weight:500}.article-card p{font-size:.95rem;color:var(--plum-deep);line-height:1.6}.article-card-meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--rule);font-size:.82rem;color:var(--plum-mid)}.article-card--draft,.download-card--draft{opacity:.55;cursor:default}.article-card--draft:hover{border-color:var(--rule);box-shadow:none;transform:none}.draft-badge{display:inline-block;background:var(--lavender);color:var(--plum-deep);font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.15em .5em;border-radius:4px;margin-left:.4rem;vertical-align:middle}.downloads-section{padding:3rem 3rem 6rem;background:var(--cream)}.downloads-section-inner{max-width:1100px;margin:0 auto}.downloads-placeholder{border:1px dashed rgba(74,44,94,.25);border-radius:8px;padding:3rem;text-align:center;color:var(--plum-mid);background:var(--lavender-pale)}.downloads-placeholder p{font-size:.95rem}.downloads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.download-card{background:var(--cream-warm);border:1px solid var(--rule);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:.85rem}.download-card-tag{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--plum-mid)}.download-card h3{font-family:Fraunces,serif;font-size:1.25rem;font-weight:400;color:var(--plum-deep);line-height:1.25;letter-spacing:-.01em}.download-card p{font-size:.95rem;color:var(--plum);line-height:1.6}.download-btn{align-self:flex-start;margin-top:.5rem}.download-disclaimer{font-size:.75rem!important;color:#4a2c5e8c!important;line-height:1.5!important;margin-top:.25rem}.article-header{padding:10rem 3rem 4rem;background:var(--cream);border-bottom:1px solid var(--rule)}.article-header-inner{max-width:800px;margin:0 auto}.article-header h1{font-size:clamp(2.2rem,4.5vw,3.6rem);color:var(--plum-deepest);margin:1rem 0 0;line-height:1.1}.article-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.article-header-top .eyebrow{margin-bottom:0}.article-back{display:block;color:var(--plum-mid);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .2s}.article-back:hover{color:var(--plum-deepest)}.article-meta{display:flex;gap:2rem;align-items:center;font-size:.85rem;color:var(--plum-mid);margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--rule);flex-wrap:wrap}.article-body{padding:2rem 3rem 7rem;background:var(--cream)}.article-body-inner{max-width:800px;margin:0 auto}.article-body p{font-size:1.05rem;color:var(--plum-deep);line-height:1.8;margin-bottom:1.5rem}.article-body h2{font-family:Fraunces,serif;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--plum-deepest);margin:3.5rem 0 1rem;font-weight:500;line-height:1.15}.article-body h3{font-family:Fraunces,serif;font-size:1.25rem;color:var(--plum-deepest);margin:2.5rem 0 .75rem;font-weight:500}.article-body ul{margin:.5rem 0 1.5rem 1.5rem;color:var(--plum-deep)}.article-body li{font-size:1.05rem;line-height:1.75;margin-bottom:.5rem}.article-body strong{color:var(--plum-deepest);font-weight:600}.article-pullquote{margin:3rem 0;padding:1.75rem 2rem;border-left:3px solid var(--plum-mid);background:var(--lavender-pale);border-radius:0 8px 8px 0}.article-pullquote p{font-family:Fraunces,serif;font-size:1.2rem;color:var(--plum-deepest);font-style:italic;line-height:1.5;margin:0}.article-cta{margin-top:4rem;padding:1.5rem 2.5rem 2.5rem;background:var(--plum-deepest);border-radius:12px;color:var(--cream)}.article-cta h3{font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;color:var(--cream);margin-bottom:.8rem}.article-cta p{color:#faf6f2bf;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.article-cta .btn-primary{background:var(--lavender);color:var(--plum-deepest)}.article-cta .btn-primary:hover{background:var(--cream)}.legal-table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;font-size:.95rem}.legal-table th{background:var(--plum-deep);color:var(--lavender);font-family:Inter Tight,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;padding:12px 16px;text-align:left;border:1px solid rgba(74,44,94,.2)}.legal-table td{padding:12px 16px;border:1px solid var(--rule);vertical-align:top;line-height:1.6;color:var(--plum-deepest)}.legal-table tr:nth-child(2n) td{background:var(--cream-warm)}.resources-nudge{background:linear-gradient(180deg,var(--cream) 0%,var(--lavender-pale) 100%);padding:80px 0}.resources-nudge-inner{max-width:1100px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;gap:48px}.resources-nudge-intro{max-width:640px}.resources-nudge-intro p{color:var(--plum-deep);font-size:1.05rem;line-height:1.75;margin-top:16px}.resources-nudge-lanes{display:grid;grid-template-columns:1fr 1fr;gap:24px}.nudge-lane{display:flex;flex-direction:column;gap:14px;padding:32px;background:var(--cream);border:1.5px solid var(--rule);border-radius:4px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.nudge-lane:hover{border-color:var(--plum-mid);box-shadow:0 4px 24px #4a2c5e1a}.nudge-lane-tag{font-family:Inter Tight,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--plum-mid)}.nudge-lane h3{font-family:Fraunces,serif;font-size:1.2rem;font-weight:400;color:var(--ink);line-height:1.45;margin:0;flex:1}.nudge-lane-link{font-family:Inter Tight,sans-serif;font-size:.88rem;font-weight:500;color:var(--plum-mid);margin-top:4px}@media(max-width:900px){.page-hero,.articles-section,.downloads-section,.article-header,.article-body{padding-left:1.5rem;padding-right:1.5rem}.articles-grid{grid-template-columns:1fr}.resources-nudge-inner{padding:0 1.5rem}.resources-nudge-lanes{grid-template-columns:1fr}}
