.home-page{min-height:100vh}.home-hero{position:relative;overflow:hidden;padding:clamp(5rem,10vw,8rem) 1.5rem clamp(4rem,8vw,7rem);display:flex;justify-content:center}.home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,var(--lab-border-warm) 1px,transparent 1px),linear-gradient(to bottom,var(--lab-border-warm) 1px,transparent 1px);background-size:3.5rem 3.5rem;opacity:.32;-webkit-mask-image:radial-gradient(120% 95% at 20% 100%,#000 10%,transparent 78%);mask-image:radial-gradient(120% 95% at 20% 100%,#000 10%,transparent 78%);pointer-events:none;z-index:0;transform:translateY(calc(var(--sy, 0) * .03px))}.home-hero:after{content:"";position:absolute;left:-10%;top:26vh;width:65%;height:88vh;background:radial-gradient(circle,rgba(232,166,52,.2),rgba(232,166,52,.06) 45%,transparent 72%);filter:blur(50px);pointer-events:none;z-index:0;transform:translateY(calc(var(--sy, 0) * -.06px))}.home-hero-cursor{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(200px circle at var(--mx, -300px) var(--my, -300px),rgba(232,166,52,.12),transparent 60%),linear-gradient(to right,var(--lab-amber-dim) 1px,transparent 1px),linear-gradient(to bottom,var(--lab-amber-dim) 1px,transparent 1px);background-size:100% 100%,3.5rem 3.5rem,3.5rem 3.5rem;-webkit-mask-image:radial-gradient(200px circle at var(--mx, -300px) var(--my, -300px),#000 0%,transparent 70%);mask-image:radial-gradient(200px circle at var(--mx, -300px) var(--my, -300px),#000 0%,transparent 70%)}.home-hero-inner{position:relative;z-index:1;max-width:920px;width:100%;text-align:left}.home-hero-marker{position:absolute;top:-.5rem;right:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-size:.72rem;letter-spacing:.12em;line-height:1.7;color:var(--lab-text-ghost);padding-top:.7rem;border-top:1px solid var(--lab-border-warm)}.home-hero-marker:before{content:"";position:absolute;top:-1px;right:0;width:28px;height:2px;background:var(--lab-amber)}.home-hero-marker span:first-child{color:var(--lab-amber-dim)}.home-eyebrow{display:inline-block;color:var(--lab-amber-text, #c08a4a);font-size:.85rem;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.home-hero h1{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.04;margin:0 0 1.6rem;font-weight:400;max-width:16ch}.home-hero h1 strong{font-weight:700;color:var(--lab-amber)}.home-hero h1 em{font-style:italic;font-weight:300}.home-hero-rule{display:block;width:120px;height:2px;margin:0 0 1.8rem;background:linear-gradient(90deg,var(--lab-amber),transparent)}.home-subtitle{font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.6;color:var(--lab-text-mid, #A69E8E);max-width:620px;margin:0 0 2.5rem}.home-cta-primary{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:500;background:var(--lab-amber, #c08a4a);color:#0b0b0b;border:none;border-radius:4px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit}.home-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c08a4a59}.home-microcopy{margin-top:1.2rem;font-size:.85rem;color:var(--lab-text-ghost, #5C5647);font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes heroRuleIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.home-hero-marker,.home-eyebrow,.home-hero h1,.home-subtitle,.home-cta-primary,.home-microcopy{opacity:0;animation:heroIn .7s cubic-bezier(.16,1,.3,1) forwards}.home-eyebrow{animation-delay:.05s}.home-hero h1{animation-delay:.18s}.home-subtitle{animation-delay:.6s}.home-cta-primary{animation-delay:.72s}.home-microcopy{animation-delay:.84s}.home-hero-marker{animation-delay:.95s}.home-hero-rule{transform-origin:left center;animation:heroRuleIn .6s cubic-bezier(.16,1,.3,1) .48s both}@media(max-width:640px){.home-hero-marker{display:none}.home-hero h1{max-width:none}}@media(prefers-reduced-motion:reduce){.home-hero-marker,.home-eyebrow,.home-hero h1,.home-hero-rule,.home-subtitle,.home-cta-primary,.home-microcopy{animation:none;opacity:1;transform:none}}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--reveal-i, 0) * .08s)}.js .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}}.home-section{position:relative}.home-section-head{max-width:720px;margin:0 0 clamp(2.2rem,4vw,3.2rem)}.home-section-index{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--lab-amber-dim);margin-bottom:.9rem}.home-section-head h2{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:clamp(1.9rem,3.4vw,2.8rem);line-height:1.1;margin:0 0 1.1rem;font-weight:400;text-align:left}.home-section-rule{display:block;width:80px;height:2px;background:linear-gradient(90deg,var(--lab-amber),transparent)}.home-audience{padding:clamp(3.5rem,8vw,6.5rem) 1.5rem;display:flex;justify-content:center}.home-audience-inner{max-width:1200px;width:100%}.home-audience-intro{text-align:left;color:var(--lab-text-mid, #A69E8E);max-width:620px;margin:0 0 2.5rem;line-height:1.6}.home-audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.home-audience-card{padding:1.8rem;border:1px solid var(--lab-border);border-left:2px solid var(--lab-amber-dim);background:var(--lab-surface);transition:border-color .25s ease,border-left-color .25s ease,transform .25s ease,background .25s ease}.home-audience-card:hover{border-color:var(--lab-border-warm);border-left-color:var(--lab-amber);background:var(--lab-surface-up);transform:translateY(-3px)}.home-audience-card h3{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:1.25rem;margin:0 0 .8rem;font-weight:500}.home-audience-card p{color:var(--lab-text-mid, #A69E8E);font-size:.95rem;line-height:1.6;margin:0}.home-offers{position:relative;overflow:hidden;padding:clamp(3.5rem,8vw,6.5rem) 1.5rem;display:flex;justify-content:center}.home-offers:before{content:"";position:absolute;right:-10%;top:10%;width:50%;height:70%;background:radial-gradient(circle,rgba(232,166,52,.1),transparent 70%);filter:blur(50px);pointer-events:none;z-index:0}.home-offers-inner{position:relative;z-index:1;max-width:1200px;width:100%}.home-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.home-offer-card{position:relative;overflow:hidden;padding:2rem;border:1px solid var(--lab-border);background:var(--lab-surface);transition:border-color .25s ease,transform .25s ease,background .25s ease}.home-offer-card:hover{border-color:var(--lab-border-warm);transform:translateY(-4px);background:var(--lab-surface-up)}.home-offer-card:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(220px circle at var(--cx, 50%) var(--cy, -150%),rgba(232,166,52,.1),transparent 70%);opacity:0;transition:opacity .3s ease}.home-offer-card:hover:before{opacity:1}.home-offer-number{position:absolute;right:-.5rem;bottom:-1.8rem;font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-weight:700;font-size:clamp(5rem,10vw,8rem);line-height:1;color:var(--lab-amber-micro);transition:color .3s ease;pointer-events:none;z-index:0}.home-offer-card:hover .home-offer-number{color:var(--lab-amber-glow)}.home-offer-body{position:relative;z-index:1}.home-offer-card h3{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:1.3rem;margin:0 0 .8rem;font-weight:500}.home-offer-card p{color:var(--lab-text-mid, #A69E8E);font-size:.95rem;line-height:1.55;margin:0 0 1.2rem}.home-offer-tags{display:flex;flex-wrap:wrap;gap:.4rem}.home-offer-tag{font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:.75rem;color:var(--lab-text-mid, #A69E8E);padding:.2rem .6rem;background:var(--lab-deep);border:1px solid var(--lab-border);border-radius:3px}.home-author{position:relative;overflow:hidden;padding:clamp(3.5rem,8vw,6.5rem) 1.5rem;display:flex;justify-content:center}.home-author:before{content:"";position:absolute;left:-8%;bottom:-20%;width:45%;height:80%;background:radial-gradient(circle,rgba(232,166,52,.08),transparent 70%);filter:blur(50px);pointer-events:none;z-index:0}.home-author-inner{position:relative;z-index:1;max-width:980px;width:100%;display:grid;grid-template-columns:auto 1fr;gap:clamp(2rem,5vw,3.5rem);align-items:center}.home-author-photo{position:relative}.home-author-photo img{width:clamp(170px,22vw,240px);height:clamp(170px,22vw,240px);object-fit:cover;border-radius:0;display:block;border:1px solid var(--lab-border-warm);filter:grayscale(.15)}.home-author-photo:after{content:"";position:absolute;left:-8px;bottom:-8px;width:56px;height:56px;border-left:2px solid var(--lab-amber);border-bottom:2px solid var(--lab-amber);pointer-events:none}.home-author-name{margin:1.1rem 0 0;display:flex;flex-direction:column;gap:.25rem;text-align:left}.home-author-name-main{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:1.05rem;font-weight:600;color:var(--lab-text, #F2EDE4);line-height:1.2}.home-author-name-role{font-size:.78rem;letter-spacing:.02em;color:var(--lab-amber-text, #c08a4a)}.home-author-text h2{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 1.1rem;font-weight:400}.home-author-text .home-section-rule{margin:0 0 1.4rem}.home-author-text p{color:var(--lab-text-mid, #A69E8E);line-height:1.65;margin:0 0 1rem;font-size:1rem}.home-author-text p strong{font-weight:600;color:var(--lab-text, #F2EDE4)}.home-author-text p.home-author-punch{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:400;font-style:italic;color:var(--lab-amber);line-height:1.4;margin:1.4rem 0 0;padding-left:1rem;border-left:2px solid var(--lab-border-warm)}.home-author-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;color:var(--lab-amber-text, #c08a4a);font-size:.9rem;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,gap .2s ease}.home-author-link:hover{border-bottom-color:var(--lab-amber-text, #c08a4a);gap:.7rem}@media(max-width:640px){.home-author-inner{grid-template-columns:1fr;justify-items:start}}.home-cta-section{position:relative;overflow:hidden;padding:clamp(5rem,10vw,9rem) 1.5rem;display:flex;justify-content:center}.home-cta-section:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:75%;height:150%;background:radial-gradient(circle,rgba(232,166,52,.16),transparent 62%);filter:blur(60px);pointer-events:none;z-index:0}.home-cta-card{position:relative;z-index:1;max-width:760px;width:100%;text-align:center;padding:clamp(2.6rem,5vw,4rem) 2rem;border:1px solid var(--lab-border-warm);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-cta-card .home-section-index{text-align:center}.home-cta-card h2{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:clamp(2.1rem,4.5vw,3.2rem);line-height:1.05;margin:0 0 1.1rem;font-weight:400}.home-cta-card p{color:var(--lab-text-mid, #A69E8E);max-width:540px;margin:0 auto 2rem;line-height:1.6}.home-publish{padding:clamp(3.5rem,8vw,6.5rem) 1.5rem;display:flex;justify-content:center}.home-publish-inner{max-width:1200px;width:100%}.home-publish-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.home-publish-card{display:flex;flex-direction:column;padding:2rem;border:1px solid var(--lab-border);border-top:2px solid var(--lab-amber-dim);background:var(--lab-surface);text-decoration:none;color:inherit;transition:border-color .25s ease,border-top-color .25s ease,transform .25s ease,background .25s ease}.home-publish-card:hover{border-color:var(--lab-border-warm);border-top-color:var(--lab-amber);background:var(--lab-surface-up);transform:translateY(-4px)}.home-publish-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--lab-amber);margin-bottom:.9rem}.home-publish-card h3{font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:1.4rem;font-weight:500;margin:0 0 .8rem}.home-publish-card p{color:var(--lab-text-mid, #A69E8E);font-size:.95rem;line-height:1.6;margin:0 0 1.5rem;flex-grow:1}.home-publish-link{font-size:.85rem;color:var(--lab-amber-text, #c08a4a);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s ease}.home-publish-card:hover .home-publish-link{gap:.7rem}
