:root{--black: #0a0a0a;--off-white: #f4f1ec;--warm-white: #faf8f4;--gold: #9a7340;--gold-light: #b8965a;--dark-gray: #1c1c1c;--mid-gray: #4a4a4a;--light-gray: #aaaaaa;--rule: #2a2a2a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--off-white);font-family:IBM Plex Sans,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}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;border-bottom:1px solid rgba(154,115,64,.15);background:#0a0a0aeb;backdrop-filter:blur(12px)}.nav-logo{font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;min-width:0;overflow-wrap:anywhere}.nav-logo-short{display:none}.nav-cta{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--black);background:var(--gold);padding:.6rem 1.4rem;text-decoration:none;transition:background .2s,color .2s}.nav-cta:hover{background:var(--gold-light)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:5rem}.hero-left{padding:8rem 4rem 6rem 6rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--rule)}.hero-eyebrow{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;margin-bottom:2rem;opacity:0;animation:fadeUp .8s ease forwards .2s}.hero-headline h1,.hero-headline{font-family:Playfair Display,serif;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:900;line-height:1.08;color:var(--off-white);margin-bottom:2rem;opacity:0;animation:fadeUp .8s ease forwards .4s}.hero-headline i,.hero-headline em{font-style:italic;color:var(--gold)}.hero-headline :where(p,ul,ol){margin:0 0 .45em}.hero-headline :where(p:last-child,ul:last-child,ol:last-child){margin-bottom:0}.hero-headline :where(h1,h2,h3,h4,h5,h6){margin:0 0 .4em;font-family:Playfair Display,serif;color:var(--off-white);line-height:1.12;font-weight:900}.hero-headline :where(h2,h3,h4,h5,h6){font-size:clamp(1.5rem,3.2vw,2.15rem);font-weight:700}.hero-headline :where(strong,b){font-weight:600;color:var(--off-white)}.hero-headline :where(a){color:var(--gold);text-decoration:underline;text-underline-offset:.15em}.hero-sub{font-size:1.05rem;color:#9a9a9a;max-width:480px;margin-bottom:3rem;line-height:1.8;opacity:0;animation:fadeUp .8s ease forwards .6s}.hero-cta-group{display:flex;flex-direction:column;gap:1rem;opacity:0;animation:fadeUp .8s ease forwards .8s}.btn-primary{display:inline-block;background:var(--gold);color:var(--black);font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;padding:1rem 2rem;text-decoration:none;transition:all .2s;width:fit-content}.btn-primary:hover{background:var(--gold-light);transform:translate(4px)}.hero-note{font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--light-gray);letter-spacing:.1em}.hero-right{padding:8rem 5rem 6rem;display:flex;flex-direction:column;justify-content:center;opacity:0;animation:fadeIn 1s ease forwards .9s}.stat-block{margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid var(--rule)}.hero-right>.stat-block:nth-child(3){border-bottom:none}.stat-number{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:.4rem}.stat-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--light-gray);margin-bottom:.8rem}.stat-desc{font-size:.9rem;color:#aaa;line-height:1.6}.hero-sub :where(p),.stat-desc :where(p),.value-item-desc :where(p),.value-scarcity :where(p),.cta-sub :where(p),.cta-fine :where(p){margin:0}.hero-sub :where(p+p),.stat-desc :where(p+p),.value-item-desc :where(p+p),.value-scarcity :where(p+p),.cta-sub :where(p+p),.cta-fine :where(p+p){margin-top:.65em}.section-rule{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0}section{padding:7rem 6rem}.section-label{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:3rem;display:flex;align-items:center;gap:1rem}.section-label:after{content:"";display:block;width:40px;height:1px;background:var(--gold);opacity:.5}.problem{background:var(--dark-gray);display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.problem-headline h2,.problem-headline h3,.problem-headline h4,.problem-headline{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15;color:var(--off-white);margin-bottom:2rem}.problem-headline i,.problem-headline em{font-style:italic;color:var(--gold)}.problem-body p{font-size:1rem;color:#aaa;margin-bottom:1.4rem;line-height:1.8}.problem-body p strong{color:var(--off-white);font-weight:500}.problem-copy b,.problem-copy{font-size:1rem;color:#aaa;line-height:1.85}.problem-copy :where(p){margin:0 0 1.4rem;line-height:1.8}.problem-copy :where(p:last-child){margin-bottom:0}.problem-copy :where(strong,b){color:var(--off-white);font-weight:500}.problem-copy :where(a){color:var(--gold);text-decoration:underline;text-underline-offset:.15em}.constraint-list{list-style:none;margin-top:2rem}.constraint-list li{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--rule);font-size:.95rem;color:#aaa}.constraint-list li:first-child{border-top:1px solid var(--rule)}.constraint-text :where(a){color:var(--gold);text-decoration:underline;text-underline-offset:.15em}.constraint-marker{font-family:IBM Plex Mono,monospace;font-size:.6rem;color:var(--gold);letter-spacing:.1em;padding-top:.2rem;flex-shrink:0;width:24px}.case-study{background:var(--black);padding:7rem 6rem}.case-grid{display:grid;grid-template-columns:1fr 2fr;gap:5rem;margin-top:3rem}.case-sidebar{border-top:2px solid var(--gold);padding-top:2rem}.case-client-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--light-gray);margin-bottom:.5rem}.case-client-name{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--off-white);margin-bottom:2rem}.case-detail{margin-bottom:1.5rem}.case-detail-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.case-detail-val{font-size:.9rem;color:#aaa;line-height:1.5}.case-detail-val :where(a){color:var(--gold);text-decoration:underline;text-underline-offset:.15em}.case-body :where(a){color:var(--gold);text-decoration:underline;text-underline-offset:.15em}.case-body p{font-size:1.05rem;color:#aaa;margin-bottom:1.6rem;line-height:1.85}.case-body p b,.case-body p strong{color:var(--off-white);font-weight:500}.case-body blockquote,.case-pullquote{border-left:2px solid var(--gold);padding:1.5rem 2rem;margin:2rem 0;background:#9a73400d}.case-body blockquote p,.case-pullquote p{font-family:Playfair Display,serif;font-size:1.3rem;font-style:italic;color:var(--off-white)!important;line-height:1.5;margin:0!important}.system{background:var(--dark-gray)}.system-intro{max-width:680px;margin-bottom:5rem}.system-intro h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;color:var(--off-white);margin-bottom:1.5rem;line-height:1.2}.system-intro p{font-size:1rem;color:#aaa;line-height:1.8}.phase-stack{display:grid;grid-template-columns:1fr;gap:2px}.phase{background:var(--black);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .3s;display:flex;flex-direction:column;justify-content:space-between}.phase:hover{background:#111}.phase:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.phase:hover:before{transform:scaleX(1)}.phase-number{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.2em;color:var(--gold);margin-bottom:1.5rem;opacity:.7}.phase-name{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--off-white);margin-bottom:1rem}.phase-body{font-size:.9rem;color:#aaa;line-height:1.7}.phase-note{margin-top:1.5rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;color:var(--gold);letter-spacing:.1em;opacity:.8}.process{background:var(--black)}.process-intro{max-width:600px;margin-bottom:5rem}.process-intro h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;color:var(--off-white);margin-bottom:1.5rem;line-height:1.2}.process-intro p{font-size:1rem;color:#aaa;line-height:1.8}.steps{display:grid;grid-template-columns:1fr;gap:0}.step{display:grid;grid-template-columns:80px 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--rule);align-items:start}.step:first-child{border-top:1px solid var(--rule)}.step-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:900;color:var(--rule);line-height:1;padding-top:.2rem;transition:color .3s}.step:hover .step-num{color:var(--gold)}.step-title{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.step-desc{font-size:.95rem;color:#aaa;line-height:1.7}.step-desc strong{color:var(--off-white);font-weight:500}.origin{background:var(--dark-gray);display:block;padding:7rem 6rem}.origin-full{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.origin h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--off-white);margin-bottom:2rem;line-height:1.15}.origin h2 em{font-style:italic;color:var(--gold)}.origin p{font-size:1rem;color:#aaa;line-height:1.85;margin-bottom:1.4rem}.origin p strong{color:var(--off-white);font-weight:500}.cred-list{list-style:none;margin-top:2rem}.cred-list li{padding:.9rem 0;border-bottom:1px solid var(--rule);font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.08em;color:#fff9;display:flex;align-items:center;gap:.8rem}.cred-list li:before{content:"—";color:var(--gold);opacity:.6}.origin-photo{width:100%;display:block;margin:3.5rem 0 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.origin-photo img{width:100%;display:block}.peer-review-block{margin-top:3.5rem;padding-top:3.5rem;border-top:1px solid var(--rule)}.peer-quote{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--rule)}.peer-quote:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.peer-quote p{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:var(--off-white);line-height:1.7;margin-bottom:.75rem}.peer-attr{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.testimonial-bridge{background:var(--dark-gray);padding:5rem 6rem}.bridge-line{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:3rem;display:flex;align-items:center;gap:1rem}.bridge-line:after{content:"";display:block;width:40px;height:1px;background:var(--gold);opacity:.5}.testimonial-pair{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.testimonial-card{border-top:2px solid var(--gold);padding-top:2rem}.testimonial-card p{font-family:Playfair Display,serif;font-style:italic;font-size:1.05rem;color:var(--off-white);line-height:1.75;margin-bottom:1.25rem}.testimonial-card .t-attr{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.system-testimonial{margin-top:0;border-left:2px solid var(--gold);padding:2rem 2.5rem;background:#9a73400a}.system-testimonial p{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:var(--off-white);line-height:1.8;margin-bottom:1rem}.system-testimonial .t-attr{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.value-stack{background:var(--dark-gray);padding:7rem 6rem}.value-stack h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15;color:var(--off-white);margin-bottom:1.5rem}.value-stack h2 em{font-style:italic;color:var(--gold)}.value-stack-intros{max-width:680px;margin-bottom:4rem}.value-intro{font-size:1rem;color:#aaa;line-height:1.85;margin-bottom:1rem}.value-stack-intros .value-intro+.value-intro{margin-top:-1rem}.value-items{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-bottom:4rem}.value-item{background:var(--black);padding:2.5rem;border-top:2px solid transparent;transition:border-color .3s}.value-item:hover{border-color:var(--gold)}.value-item-label{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.value-item-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--off-white);margin-bottom:.75rem}.value-item-desc p,.value-item-desc{font-size:.9rem;color:#aaa;line-height:1.75}.value-item-retail{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.12em;color:#555;margin-top:1rem;text-transform:uppercase}.value-price-block{border-top:1px solid var(--rule);padding-top:3rem;display:flex;align-items:flex-start;gap:4rem}.value-price{font-family:Playfair Display,serif;font-size:4rem;font-weight:900;color:var(--gold);line-height:1;flex-shrink:0}.value-price-note{font-size:.95rem;color:#aaa;line-height:1.85}.value-price-note strong{color:var(--off-white)}.value-scarcity{margin-top:1.5rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase;line-height:1.8}.social-proof{background:var(--black);padding:7rem 6rem}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.proof-card{border-top:1px solid var(--rule);padding-top:2rem;transition:border-color .3s}.proof-card:hover{border-color:var(--gold)}.proof-card p{font-size:.95rem;color:#aaa;line-height:1.8;margin-bottom:1.25rem;font-style:italic}.proof-card .t-attr{font-family:IBM Plex Mono,monospace;font-size:.58rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.dream-section{background:var(--black);padding:7rem 6rem;max-width:860px;margin:0 auto;text-align:center}.dream-section .section-label{justify-content:center}.dream-section .section-label:after{display:none}.dream-section h2 p,.dream-section h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--off-white);margin-bottom:3rem;line-height:1.15}.dream-section h2 em{font-style:italic;color:var(--gold)}.dream-body p{font-size:1.05rem;color:#aaa;line-height:1.9;margin-bottom:1.4rem}.dream-body p strong{color:var(--off-white);font-weight:500}.dream-close{margin-top:2.5rem;font-family:Playfair Display,serif;font-size:1.2rem;font-style:italic;color:var(--gold);line-height:1.6}.consequence-section{background:var(--dark-gray);padding:7rem 6rem;max-width:860px;margin:0 auto}.consequence-section h2{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--off-white);margin-bottom:3rem;line-height:1.15}.consequence-body p{font-size:1.05rem;color:#aaa;line-height:1.9;margin-bottom:1.4rem}.consequence-body p strong{color:var(--off-white);font-weight:500}.consequence-close{margin-top:2rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.fit-section{background:var(--black)}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.fit-col h3{font-family:IBM Plex Mono,monospace;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem}.fit-col.yes h3,.fit-col.no h3{color:var(--gold)}.fit-list{list-style:none}.fit-list li{padding:1rem 0;border-bottom:1px solid var(--rule);font-size:.95rem;color:#aaa;line-height:1.5;display:flex;gap:1rem}.fit-list li span.marker{flex-shrink:0;font-family:IBM Plex Mono,monospace;font-size:.6rem}.fit-list li .fit-item-text{flex:1;min-width:0}.fit-list li .fit-item-text :where(p){margin:0}.fit-list li .fit-item-text :where(p+p){margin-top:.5em}.fit-col.yes .marker,.fit-col.no .marker{color:var(--gold)}.cta-section{background:var(--off-white);padding:8rem 6rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"SBF";position:absolute;font-family:Playfair Display,serif;font-size:28rem;font-weight:900;color:#00000008;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;letter-spacing:-.05em}.cta-section .section-label{justify-content:center}.cta-section .section-label{color:var(--mid-gray)}.cta-section .section-label:after{background:var(--mid-gray)}.cta-headline h1,.cta-headline h2,.cta-headline h3,.cta-headline h4{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;color:var(--black);margin-bottom:1.5rem;line-height:1.1;position:relative}.cta-headline em{font-style:italic;color:var(--gold)}.cta-sub{font-size:1rem;color:var(--mid-gray);max-width:520px;margin:0 auto 3rem;line-height:1.8;position:relative}.btn-dark{display:inline-block;background:var(--black);color:var(--off-white);font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;padding:1.2rem 2.8rem;text-decoration:none;transition:all .2s;position:relative}.btn-dark:hover{background:var(--dark-gray);transform:translateY(-2px)}.cta-fine{margin-top:1.5rem;font-family:IBM Plex Mono,monospace;font-size:.62rem;letter-spacing:.12em;color:#999;position:relative}footer{background:var(--black);padding:3rem 6rem;border-top:1px solid var(--rule);display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:IBM Plex Mono,monospace;font-size:.7rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase}.footer-note{font-family:IBM Plex Mono,monospace;font-size:.6rem;letter-spacing:.1em;color:var(--gold);text-transform:uppercase}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:960px){nav{padding:1.2rem 2rem;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-start}.nav-cta{min-height:44px;padding:.75rem 1.4rem;display:inline-flex;align-items:center;justify-content:center}.btn-primary{min-height:44px;padding:1rem 2rem;display:inline-flex;align-items:center;justify-content:center}.btn-dark{min-height:44px;padding:1.2rem 2.8rem;display:inline-flex;align-items:center;justify-content:center}section{padding:5rem 2rem}.case-study{padding:5rem 2rem}.hero{grid-template-columns:1fr;min-height:100vh;min-height:100dvh}.hero-left{padding:7rem 2rem 3.5rem;border-right:none;border-bottom:1px solid var(--rule)}.hero-right{padding:2.75rem 2rem 4.5rem}.problem,.case-grid{grid-template-columns:1fr;gap:3rem}.phase-stack{grid-template-columns:1fr;gap:2px}.origin{padding:5rem 2rem}.origin-full{grid-template-columns:1fr;gap:3rem}.testimonial-pair,.proof-grid,.value-items{grid-template-columns:1fr}.value-price-block{flex-direction:column;gap:2rem}.testimonial-bridge,.social-proof,.dream-section,.consequence-section,.value-stack{padding:5rem 2rem}.fit-grid{grid-template-columns:1fr}.cta-section{padding:5rem 2rem}footer{flex-direction:column;gap:1rem;align-items:flex-start;padding:2.5rem 2rem}}@media(max-width:600px){nav{padding:1rem 1.25rem}.nav-logo{font-size:.62rem;letter-spacing:.14em}.nav-logo-full{display:none}.nav-logo-short{display:block}section{padding:3.75rem 1.25rem}.case-study,.testimonial-bridge,.social-proof,.dream-section,.consequence-section,.value-stack{padding:3.75rem 1.25rem}.hero-left{padding:6.75rem 1.25rem 3rem;border-right:none;border-bottom:1px solid var(--rule)}.hero-right{padding:2.5rem 1.25rem 3.75rem}.hero-sub{font-size:1rem}.stat-number{font-size:2.5rem}.problem-headline{font-size:clamp(1.65rem,7vw,2.35rem)}.phase{padding:2rem 1.25rem}.phase-name{font-size:1.35rem}.system-testimonial{padding:1.75rem 1.25rem}.case-body p{font-size:1rem}.case-pullquote{padding:1.25rem;margin:1.75rem 0}.case-pullquote p{font-size:1.05rem}.testimonial-card p{font-size:1rem}.proof-card p{font-size:.92rem;line-height:1.75}.value-item{padding:2rem 1.25rem}.value-price{font-size:clamp(2.35rem,11vw,3.25rem)}.value-item-title{font-size:1.1rem}.dream-body p,.consequence-body p{font-size:1rem}.dream-close{font-size:1.05rem}.step{grid-template-columns:1fr;gap:.75rem;padding:1.75rem 0}.step-num{padding-top:0}.step-desc{font-size:.92rem}.origin{padding:3.75rem 1.25rem}.cta-section{padding:4rem 1.25rem}.cta-headline{font-size:clamp(1.75rem,8vw,2.65rem)}.cta-sub{font-size:.95rem}.cta-section:before{font-size:11rem}footer{padding:2rem 1.25rem}.constraint-list li,.fit-list li{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-eyebrow,.hero-headline,.hero-sub,.hero-cta-group,.hero-right{animation:none;opacity:1}}
