:root{--color-brand-primary:#f07c00;--color-brand-secondary:#170f0f;--color-brand-accent:#ff9a2e;--color-brand-bg:#fff;--color-brand-surface:#f8f8f8;--color-brand-text:#171515;--color-brand-muted:#6a6b6c;--font-heading:"DM Serif Display", Georgia, serif;--font-body:"DM Sans Variable", system-ui, sans-serif;--font-ui:"Sen Variable", system-ui, sans-serif;--shell:min(1180px, calc(100vw - 3rem));--border:1px solid #170f0f2b;--ease:cubic-bezier(.22, 1, .36, 1)}html,body{overflow-x:hidden}.section-shell{width:var(--shell);margin-inline:auto}.section-pad{padding-block:clamp(5rem,9vw,8.5rem)}.compact-pad{padding-block:clamp(4rem,7vw,6rem)}.dark-section{color:#fff;background:var(--color-brand-secondary)}.centered{text-align:center;max-width:800px;margin-inline:auto}.eyebrow{color:var(--color-brand-primary);font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem;font-weight:800;line-height:1.2}h1,h2,h3,p{margin-top:0}h2{letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.6rem,5.4vw,5.1rem);font-weight:400;line-height:.98}p{font-size:clamp(1rem,1.2vw,1.13rem);line-height:1.72}.button{border:0;border-left:4px solid var(--color-brand-primary);color:#fff;background:linear-gradient(to right,var(--color-brand-primary) 50%,#3b3a3e 50%) right bottom / 200% 100%;min-height:3rem;font-family:var(--font-ui);letter-spacing:.025em;text-transform:uppercase;transition:color .26s var(--ease), background-position .32s var(--ease), transform .26s var(--ease);justify-content:center;align-items:center;padding:.78rem 1.65rem;font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{color:#fff;background-position:0 100%;transform:translateY(-2px)}.button-primary,.button-outline,.button-dark{color:#fff}.site-header{z-index:100;color:#fff;background:#202024;transition:box-shadow .26s;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000001f}.site-header.is-scrolled{box-shadow:0 8px 30px #0000003d}.header-shell{width:var(--shell);grid-template-columns:150px 1fr auto;align-items:center;gap:2rem;min-height:88px;margin-inline:auto;transition:min-height .26s;display:grid}.is-scrolled .header-shell{min-height:70px}.brand-link img{width:120px;height:auto}.desktop-nav{font-family:var(--font-ui);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;gap:clamp(1rem,1.8vw,1.75rem);font-size:.92rem;font-weight:800;display:flex}.desktop-nav a,.desktop-nav button{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;padding:.65rem 0;text-decoration:none;position:relative}.desktop-nav>a:after,.desktop-nav button:after{background:var(--color-brand-primary);content:"";transform-origin:100%;height:2px;transition:transform .24s var(--ease);position:absolute;bottom:.25rem;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:hover:after,.desktop-nav button:hover:after{transform-origin:0;transform:scaleX(1)}.nav-group{position:relative}.nav-flyout{border-top:3px solid var(--color-brand-primary);color:#170f0f;opacity:0;pointer-events:none;width:270px;transition:opacity .2s ease, transform .2s var(--ease);background:#fff;padding:.75rem;display:grid;position:absolute;top:calc(100% + .6rem);left:50%;transform:translate(-50%,-8px);box-shadow:0 24px 50px #0000003d}.nav-flyout.is-open{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-flyout a{border-bottom:1px solid #eee;padding:.8rem .85rem}.nav-flyout a:hover{color:var(--color-brand-primary);background:#f8f8f8}.phone-link{border-left:4px solid var(--color-brand-primary);color:#fff;background:linear-gradient(to right,var(--color-brand-primary) 50%,#37363a 50%) right bottom / 200% 100%;min-height:58px;font-family:var(--font-ui);transition:color .26s var(--ease), background-position .32s var(--ease), transform .26s var(--ease);align-items:center;gap:.95rem;padding:.55rem 1.55rem .55rem 1rem;font-size:.9rem;font-weight:800;text-decoration:none;display:flex}.phone-link:hover{color:#fff;background-position:0 100%;transform:translateY(-2px)}.phone-icon{color:#fff;width:27px;height:27px;fill:var(--color-brand-primary);stroke:currentColor;stroke-width:1.7px;transition:fill .26s}.phone-link:hover .phone-icon{fill:#202024}.mobile-menu{display:none}.hero{min-height:820px;padding-top:88px;position:relative;overflow:hidden}.hero:before{opacity:.07;content:"";background-image:linear-gradient(#ffffff40 1px,#0000 1px),linear-gradient(90deg,#ffffff40 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;mask-image:linear-gradient(90deg,#000,#0000 72%)}.hero-grid{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(410px,.95fr);align-items:center;min-height:732px;display:grid;position:relative}.hero-copy{z-index:4;max-width:690px;padding:5rem 0 6rem;position:relative}.hero-title{letter-spacing:-.065em;max-width:700px;margin:0 0 1.5rem;font-size:clamp(5.3rem,9vw,9.5rem);font-weight:400;line-height:.79}.hero-title em{color:var(--color-brand-primary);font-style:italic;display:block}.hero-lede{color:#ffffffc7;max-width:650px;margin-bottom:0;font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.6}.hero-stagger{opacity:0;animation:hero-in .9s var(--ease) forwards}.hero-stagger:first-child{animation-delay:.1s}.hero-stagger:nth-child(2){animation-delay:.2s}.hero-stagger:nth-child(3){animation-delay:.34s}.hero-stagger:nth-child(4){animation-delay:.48s}.hero-stagger:nth-child(5){animation-delay:.61s}.hero-portrait{align-self:stretch;min-height:690px;position:relative}.hero-portrait img{z-index:4;object-fit:contain;object-position:bottom;filter:drop-shadow(0 24px 32px #00000057);width:min(560px,47vw);max-height:710px;animation:portrait-in 1.1s .22s var(--ease) both;position:absolute;bottom:0;right:-1%}.hero-wedge{z-index:1;background:var(--color-brand-primary);clip-path:polygon(52% 0,100% 0,100% 100%,10% 100%);position:absolute;inset:0 -45vw 0 -42%}.problem-section{background:linear-gradient(90deg,#fff 0 65%,#f4f4f2 65%)}.problem-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:center;gap:clamp(3rem,7vw,8rem);display:grid}.problem-copy h2{color:#090909;max-width:780px}.problem-copy>p:not(.eyebrow,.statement,.signature){color:#4d4b4b;max-width:760px}.statement{border-left:5px solid var(--color-brand-primary);font-family:var(--font-heading);background:#f6f3ef;margin:2rem 0;padding:1.2rem 1.4rem;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.35}.check-list{gap:.85rem;margin:2.1rem 0;padding:0;list-style:none;display:grid}.check-list li{color:#3b3939;padding-left:2.45rem;font-size:1rem;line-height:1.55;position:relative}.check-list li:before{color:#fff;background:var(--color-brand-primary);content:"✓";clip-path:polygon(50% 0,63% 31%,100% 50%,63% 69%,50% 100%,37% 69%,0 50%,37% 31%);place-items:center;width:1.55rem;height:1.55rem;font-size:.78rem;font-weight:900;display:grid;position:absolute;top:.05rem;left:0}.signature{font-family:var(--font-heading);align-items:baseline;gap:.75rem;margin:1rem 0 0;font-size:1.5rem;display:inline-flex}.signature span{color:var(--color-brand-primary);font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.problem-copy .signature{width:fit-content;display:flex}.problem-button{margin-top:1.5rem}.funnel-wrap{align-self:start;margin-top:1.5rem;position:relative}.funnel-frame{border:var(--border);max-width:460px;box-shadow:30px 30px 0 var(--color-brand-primary);background:#fff;margin-left:auto;padding:1.2rem;position:relative}.funnel-frame:before{content:"";border-top:2px solid #170f0f;border-right:2px solid #170f0f;width:60px;height:60px;position:absolute;top:-15px;right:-15px}.funnel-frame img{object-fit:contain;width:100%;height:auto;display:block}.frame-label{font-family:var(--font-ui);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.8rem;font-size:.69rem;font-weight:800;display:block}.engine-section{position:relative;overflow:hidden}.engine-section:after{content:"";border:42px solid #f07c001c;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-7rem;right:-5rem}.section-heading>p:last-child{color:#ffffffad}.proof-section{background:#f2f1ef}.proof-intro{grid-template-columns:1fr 1fr;align-items:end;gap:1rem 7rem;display:grid}.proof-intro .eyebrow{grid-column:1/-1}.proof-intro h2{margin-bottom:0}.proof-intro>p:last-child{color:#5f5d5d}.results-grid{background:#d7d5d2;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:4rem;display:grid}.result-card{background:#170f0f;min-height:390px;position:relative;overflow:hidden}.result-card img{object-fit:cover;opacity:.6;filter:grayscale();width:100%;height:100%;min-height:390px;transition:opacity .4s ease, filter .4s ease, transform .6s var(--ease)}.result-card:hover img{opacity:.85;filter:grayscale(.2);transform:scale(1.04)}.result-card:after{content:"";background:linear-gradient(#0000 35%,#170f0ff0);position:absolute;inset:0}.result-content{z-index:2;color:#fff;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.result-content strong{color:var(--color-brand-primary);font-family:var(--font-heading);font-size:clamp(3.7rem,6vw,6rem);font-weight:400;line-height:.9;display:block}.result-content>span{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.logo-wall-wrap{margin-top:6rem}.logo-wall-title{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;margin-bottom:2rem;display:grid}.logo-wall-title span{background:#c9c6c2;height:1px}.logo-wall-title p{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.logo-wall{border-top:var(--border);border-left:var(--border);background:#fff;grid-template-columns:repeat(4,1fr);display:grid}.logo-cell{border-right:var(--border);border-bottom:var(--border);place-items:center;height:125px;padding:1.6rem;display:grid}.logo-cell img{object-fit:contain;filter:grayscale();opacity:.68;width:100%;max-width:180px;max-height:60px;transition:filter .25s ease, opacity .25s ease, transform .25s var(--ease)}.logo-cell:hover img{filter:none;opacity:1;transform:scale(1.04)}.process-intro{padding-block:clamp(2.75rem,4.5vw,4rem);position:relative;overflow:hidden}.process-intro:before,.process-intro:after{content:"";border:1px solid #f07c0040;width:180px;height:180px;position:absolute;top:50%;transform:rotate(45deg)}.process-intro:before{left:-110px}.process-intro:after{right:-110px}.process-intro h2{margin-bottom:1rem;font-size:clamp(2.8rem,5vw,4.8rem)}.process-intro p:not(.eyebrow){color:#ffffffad;max-width:720px;margin:0 auto}.process-section{background:#fff;position:relative}.process-line{background:var(--color-brand-primary);width:2px;position:absolute;top:0;bottom:8rem;left:max(1.5rem,50vw + min(1180px,100vw - 3rem)/-2 + 42px)}.process-row{border-bottom:var(--border);background:#fff;transition:color .28s,background .28s,box-shadow .28s;box-shadow:inset 0 1px #ffffffe6}.process-row:nth-of-type(2n){background:#f5f3f0}.process-row:hover{color:#fff;background:var(--color-brand-primary)}.process-row-grid{grid-template-columns:84px minmax(210px,.75fr) minmax(0,1.4fr) 40px;align-items:center;gap:2rem;min-height:176px;display:grid;position:relative}.process-row-grid:after{background:var(--color-brand-primary);content:"";opacity:.85;width:70px;height:4px;transition:width .32s var(--ease);position:absolute;top:0;right:0}.process-row:hover .process-row-grid:after{background:#fff;width:150px}.process-number{z-index:2;border:2px solid var(--color-brand-primary);background:var(--color-brand-primary);color:#fff;width:52px;height:52px;font-family:var(--font-ui);transition:color .28s ease, background .28s ease, transform .28s var(--ease);border-radius:50%;place-items:center;font-size:.72rem;font-weight:800;display:grid;position:relative;box-shadow:0 8px 20px #f07c0040}.process-row:hover .process-number{color:var(--color-brand-primary);background:#fff;transform:scale(1.08)}.process-row h3{font-family:var(--font-ui);margin:0;font-size:clamp(1.2rem,2vw,1.7rem);font-weight:800}.process-row p{color:#625f5f;margin:0;font-size:.95rem;line-height:1.55;transition:color .28s}.process-row:hover p{color:#ffffffd9}.process-arrow{color:var(--color-brand-primary);transition:color .28s ease, transform .28s var(--ease);font-size:1.65rem}.process-row:hover .process-arrow{color:#fff;transform:translate(5px,-5px)}.process-cta{justify-content:center;padding:3.5rem 1rem 4.5rem;display:flex}.industries-section{background:#f2f1ef}.industries-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:1rem 7rem;margin-bottom:4rem;display:grid}.industries-heading .eyebrow{grid-column:1/-1}.industries-heading h2{margin:0}.industries-heading>p:last-child{color:#605e5e}.industry-grid{border-top:var(--border);border-left:var(--border);grid-template-columns:repeat(4,1fr);display:grid}.industry-card{border-right:var(--border);border-bottom:var(--border);background:#fff;min-height:300px;transition:background-color .35s;position:relative;overflow:hidden}.industry-card img{object-fit:cover;filter:grayscale(.05)saturate(1.15);opacity:.5;width:100%;height:100%;transition:filter .4s ease, opacity .4s ease, transform .6s var(--ease);position:absolute;inset:0;transform:scale(1.04)}.industry-card:after{content:"";background:linear-gradient(#0000,#ffffffed);transition:background .35s;position:absolute;inset:0}.industry-card>div{z-index:2;position:absolute;bottom:1.35rem;left:1.35rem;right:1.35rem}.industry-card span{color:var(--color-brand-primary);font-family:var(--font-ui);font-size:.67rem;font-weight:800}.industry-card h3{margin:.45rem 0 0;font-size:1.65rem;font-weight:400;transition:color .3s}.industry-card i{transition:color .3s ease, transform .3s var(--ease);font-style:normal;position:absolute;bottom:0;right:0}.industry-card:hover{background:#211b1b}.industry-card:hover img{filter:grayscale()brightness(2.6);opacity:.22;transform:scale(1.1)}.industry-card:hover:after{background:linear-gradient(#0000,#170f0ff0)}.industry-card:hover h3,.industry-card:hover i{color:#fff}.industry-card:hover i{transform:translate(4px,-4px)}.section-action{margin-top:3rem}.difference-section{position:relative}.difference-grid{grid-template-columns:.75fr 1.25fr;gap:clamp(4rem,8vw,9rem);display:grid}.difference-intro{align-self:start;position:sticky;top:120px}.difference-intro p:last-child{color:#ffffffad}.difference-list{border-top:1px solid #ffffff2e}.difference-item{border-bottom:1px solid #ffffff2e;grid-template-columns:54px 1fr;gap:1.6rem;padding:2rem 0;display:grid}.difference-item>span{color:var(--color-brand-primary);font-family:var(--font-ui);font-size:.7rem;font-weight:800}.difference-item h3{margin-bottom:.65rem;font-size:clamp(1.7rem,2.4vw,2.35rem);font-weight:400}.difference-item p{color:#ffffffa1;margin:0;font-size:.95rem}.testimonial-section{background:#fff}.testimonial-grid{border:var(--border);grid-template-columns:210px 1fr;align-items:center;gap:3rem;max-width:980px;padding:2.3rem;display:grid;position:relative;box-shadow:24px 24px #f2f1ef}.testimonial-grid:before{background:var(--color-brand-primary);content:"";width:7px;position:absolute;top:0;bottom:0;left:0}.testimonial-grid>img{aspect-ratio:1;object-fit:cover;width:210px}.testimonial-grid blockquote{margin:0}.testimonial-grid blockquote>p{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2.25rem);line-height:1.35}.testimonial-grid blockquote footer{align-items:baseline;gap:.8rem;display:flex}.testimonial-grid blockquote footer span{color:var(--color-brand-primary);font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.quote-mark{color:var(--color-brand-primary);font-family:var(--font-heading);font-size:10rem;line-height:1;position:absolute;top:-4rem;right:1.5rem}.closing-section{color:#fff;background:var(--color-brand-secondary);position:relative;overflow:hidden}.closing-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;display:grid}.closing-copy{z-index:2;position:relative}.closing-copy p:not(.eyebrow){color:#ffffffb8;max-width:700px}.closing-copy .button{margin-top:1.35rem}.closing-list{z-index:2;backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #fff3;padding:2.5rem;position:relative}.closing-list h3{margin-bottom:1.4rem;font-size:2.4rem;font-weight:400}.closing-list ul{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.closing-list li{color:#fffc;padding-left:1.8rem;position:relative}.closing-list li:before{background:var(--color-brand-primary);content:"";width:.55rem;height:.55rem;position:absolute;top:.55rem;left:0;transform:rotate(45deg)}.closing-spark{background:var(--color-brand-primary);opacity:.12;clip-path:polygon(44% 0,56% 0,59% 36%,86% 13%,94% 21%,69% 45%,100% 44%,100% 56%,66% 59%,90% 84%,82% 92%,57% 67%,56% 100%,44% 100%,41% 65%,15% 91%,7% 83%,33% 58%,0 56%,0 44%,36% 41%,11% 16%,19% 8%,43% 34%);position:absolute}.closing-spark-one{width:500px;height:500px;animation:40s linear infinite spark-turn;top:-180px;right:-80px}.closing-spark-two{width:240px;height:240px;animation:28s linear infinite reverse spark-turn;bottom:-100px;left:35%}.expect-section{background:#f2f1ef;position:relative;overflow:hidden}.expect-section:before{content:"";border:2.5rem solid #f07c0017;border-radius:50%;width:18rem;height:18rem;position:absolute;top:-7rem;left:-6rem}.expect-section .section-shell{z-index:2;grid-template-columns:.72fr 1.28fr;align-items:start;gap:clamp(4rem,8vw,8rem);display:grid;position:relative}.expect-section .section-heading{text-align:left;max-width:none;margin:0;position:sticky;top:120px}.expect-section .section-heading>p:last-child{color:inherit}.expect-grid{counter-reset:steps;background:0 0;grid-template-columns:1fr;margin:0;display:grid}.expect-card{background:0 0;border-top:1px solid #170f0f4d;grid-template-columns:92px 1fr;min-height:0;padding:2.3rem 0;display:grid;position:relative}.expect-card:last-child{border-bottom:1px solid #170f0f4d}.expect-card>span{width:auto;height:auto;color:var(--color-brand-primary);font-family:var(--font-heading);letter-spacing:-.06em;background:0 0;grid-row:1/3;margin:-.35rem 0 0;font-size:4.5rem;font-weight:400;line-height:1;display:block;transform:none}.expect-card h3{font-family:var(--font-ui);margin-bottom:.65rem;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2}.expect-card p{color:#666;margin:0;font-size:.98rem}.expect-card:after{color:var(--color-brand-primary);content:"↗";font-size:1.35rem;position:absolute;top:2.35rem;right:0}.site-footer{color:#ffffffb8;background:#0f0a0a;padding:5rem 0 1.5rem;position:relative;overflow:hidden}.footer-spark{background:var(--color-brand-primary);opacity:.08;clip-path:polygon(44% 0,56% 0,59% 36%,86% 13%,94% 21%,69% 45%,100% 44%,100% 56%,66% 59%,90% 84%,82% 92%,57% 67%,56% 100%,44% 100%,41% 65%,15% 91%,7% 83%,33% 58%,0 56%,0 44%,36% 41%,11% 16%,19% 8%,43% 34%);width:230px;height:230px;position:absolute;top:-95px;left:-60px}.footer-shell{width:var(--shell);grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-inline:auto;display:grid}.footer-brand img{width:140px;height:auto}.footer-brand p{max-width:260px;font-family:var(--font-heading);margin-top:1.25rem;font-size:1.35rem;line-height:1.3}.footer-column{flex-direction:column;align-items:flex-start;gap:.65rem;display:flex}.footer-column h2{color:#fff;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem;font-size:.72rem;font-weight:800}.footer-column a{font-size:.88rem;text-decoration:none;transition:color .18s,transform .18s}.footer-column a:hover{color:var(--color-brand-primary);transform:translate(3px)}.footer-contact p{margin:0;font-size:.88rem;line-height:1.6}.footer-bottom{width:var(--shell);border-top:1px solid #ffffff1f;justify-content:space-between;margin:4rem auto 0;padding-top:1.3rem;font-size:.75rem;display:flex}.footer-bottom p{font-size:inherit;margin:0}.footer-bottom a{text-decoration:none}.reveal-up,.reveal-left,.reveal-right,.reveal-side{opacity:0;transition:opacity .75s var(--ease) var(--delay,0s), transform .75s var(--ease) var(--delay,0s)}.reveal-up{transform:translateY(38px)}.reveal-left{transform:translate(-44px)}.reveal-right{transform:translate(44px)}.reveal-side{transform:translate(-30px)}.is-visible{opacity:1;transform:translate(0)}@keyframes hero-in{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes portrait-in{0%{opacity:0;transform:translate(50px,30px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes pulse-ring{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}@keyframes float-note{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spark-turn{to{transform:rotate(360deg)}}@media (width<=1040px){:root{--shell:min(920px, calc(100vw - 2.5rem))}.desktop-nav{display:none}.header-shell{grid-template-columns:1fr auto auto}.mobile-menu{display:block;position:relative}.mobile-menu summary{cursor:pointer;border:1px solid #ffffff4d;width:44px;height:44px;padding:12px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;width:100%;height:2px;margin:auto;transition:transform .22s,opacity .22s;display:block}.mobile-menu[open] summary span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu nav{border-top:4px solid var(--color-brand-primary);color:#170f0f;background:#fff;max-height:calc(100vh - 100px);padding:1.25rem;display:grid;position:fixed;top:78px;left:1rem;right:1rem;overflow-y:auto;box-shadow:0 24px 50px #0000004d}.mobile-menu nav a,.mobile-label{font-family:var(--font-ui);border-bottom:1px solid #eee;padding:.9rem;font-size:.85rem;font-weight:800;text-decoration:none}.mobile-label{color:var(--color-brand-primary);letter-spacing:.13em;text-transform:uppercase;border-bottom:0;padding-bottom:.3rem;font-size:.66rem}.mobile-menu nav .service-link{padding-left:1.6rem;font-weight:600}.mobile-menu nav .mobile-phone{color:#170f0f;background:var(--color-brand-primary);text-align:center;margin-top:.9rem}.hero-grid{grid-template-columns:1fr .8fr}.hero-title{font-size:clamp(5rem,10vw,7.3rem)}.hero-portrait img{width:55vw;right:-15%}.problem-grid{grid-template-columns:1fr .72fr;gap:4rem}.expect-section .section-shell{gap:3rem}.industry-grid{grid-template-columns:repeat(2,1fr)}.footer-shell{grid-template-columns:1.3fr repeat(2,1fr)}.footer-contact{grid-column:2/-1}}@media (width<=760px){:root{--shell:calc(100vw - 2rem)}.section-pad{padding-block:4.5rem}.phone-link{display:none}.header-shell{grid-template-columns:1fr auto;min-height:72px}.is-scrolled .header-shell{min-height:64px}.brand-link img{width:102px}.hero{min-height:auto;padding-top:72px}.hero-grid{flex-direction:column;min-height:0;display:flex}.hero-copy{padding:4.5rem 0 2.25rem}.hero-title{font-size:clamp(4.7rem,22vw,6.2rem)}.hero-lede{font-size:1.05rem}.hero-portrait{align-self:stretch;min-height:460px}.hero-portrait img{width:min(430px,95vw);max-height:485px;right:0}.hero-wedge{clip-path:polygon(42% 0,100% 0,100% 100%,0 100%);left:5%;right:-55%}.problem-section{background:#fff}.problem-grid{grid-template-columns:1fr}.funnel-wrap{margin-top:0;padding-right:1rem}.results-grid,.expect-grid{grid-template-columns:1fr}.proof-intro,.industries-heading{grid-template-columns:1fr;gap:1rem}.results-grid{background:0 0;gap:1rem}.result-card,.result-card img{min-height:320px}.logo-wall{grid-template-columns:repeat(2,1fr)}.logo-cell{height:105px;padding:1.2rem}.process-intro:before,.process-intro:after{display:none}.process-line{left:29px}.process-row-grid{grid-template-columns:58px 1fr 26px;gap:.8rem;padding-block:1.5rem}.process-row h3{grid-column:2}.process-row p{grid-column:2/-1}.process-arrow{grid-area:1/3}.process-number{grid-row:1;width:40px;height:40px}.industry-grid{grid-template-columns:1fr 1fr}.industry-card{min-height:245px}.difference-grid,.closing-grid{grid-template-columns:1fr;gap:3rem}.difference-intro{position:static}.testimonial-grid{grid-template-columns:90px 1fr;gap:1.2rem;padding:1.4rem;box-shadow:12px 12px #f2f1ef}.testimonial-grid>img{width:90px}.testimonial-grid blockquote{grid-column:1/-1}.quote-mark{font-size:7rem;top:-3rem}.closing-list{padding:1.6rem}.expect-section .section-shell{grid-template-columns:1fr;gap:2.5rem}.expect-section .section-heading{position:static}.expect-card{grid-template-columns:72px 1fr;min-height:0;padding:1.8rem 0}.expect-card>span{font-size:3.5rem}.expect-card:after{display:none}.footer-shell{grid-template-columns:1fr 1fr}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:.6rem}}@media (width<=430px){.industry-grid{grid-template-columns:1fr}.industry-card{min-height:230px}.footer-shell{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-stagger,.reveal-up,.reveal-left,.reveal-right,.reveal-side{opacity:1!important;transform:none!important}}
