:root{--forest:#222e22;--forest-deep:#101710;--lime:#e2f486;--warm:#f8f7f2;--violet:#9a7bd8;--ink:#172019;--line:rgba(34,46,34,.18);--radius:28px;--shadow:0 18px 60px rgba(17,24,17,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--warm);color:var(--ink);font-family:"Satoshi","Avenir Next","Helvetica Neue",Arial,sans-serif;font-size:17px;line-height:1.55}img{display:block;max-width:100%}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:50;background:var(--lime);padding:.8rem 1rem;border-radius:99px}.skip-link:focus{top:1rem}.site-header{position:fixed;z-index:20;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 32px));height:68px;padding:8px 10px 8px 20px;border-radius:999px;background:rgba(248,247,242,.94);box-shadow:0 12px 44px rgba(11,18,11,.18);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between}.brand img{width:144px;height:auto}.nav-links{display:flex;gap:2rem;font-size:.85rem}.nav-links a{text-decoration:none}.header-actions,.language-switch{display:flex;align-items:center;gap:.7rem}.language-button{border:0;background:none;padding:.35rem;color:#657066;cursor:pointer}.language-button.is-active{color:var(--ink);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.8rem 1.4rem;background:var(--lime);color:var(--ink);border:1px solid var(--lime);border-radius:999px;font-weight:800;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 30px rgba(226,244,134,.22)}.button-small{min-height:44px;padding:.65rem 1.15rem;font-size:.88rem}section{padding:clamp(5rem,9vw,8.5rem) max(5vw,calc((100vw - 1240px)/2))}.section-dark{background:var(--forest);color:var(--warm)}.section-light{background:var(--warm)}.hero{min-height:850px;padding-top:145px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(2rem,5vw,6rem);overflow:hidden}.eyebrow,.section-index{font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.4rem,6vw,6.8rem);line-height:.93;letter-spacing:-.065em;margin:.8rem 0 1.8rem;max-width:790px}h2{font-size:clamp(2.5rem,4.7vw,5.3rem);line-height:1;letter-spacing:-.055em}h3{line-height:1.08;letter-spacing:-.025em}.hero-summary{max-width:660px;color:rgba(248,247,242,.78);font-size:1.05rem}.offer-row{display:flex;align-items:baseline;gap:1rem;margin:2rem 0 1.3rem}.offer-row strong{font-size:2rem}.offer-row strong span{font-size:1rem}.offer-row>span{color:rgba(248,247,242,.58);font-size:.85rem}.trust-line{font-size:.8rem;color:rgba(248,247,242,.55);margin-top:1rem}.hero-visual{position:relative}.hero-visual img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.signal-path{position:absolute;inset:auto 5% -20px 12%;height:6px;background:var(--lime);border-radius:99px;box-shadow:0 0 0 8px rgba(226,244,134,.12)}.signal-path span{position:absolute;width:18px;height:18px;border-radius:50%;background:var(--lime);top:50%;transform:translateY(-50%)}.signal-path span:nth-child(1){left:10%}.signal-path span:nth-child(2){left:52%}.signal-path span:nth-child(3){right:0}.problem{position:relative;overflow:hidden}.problem-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:8vw;align-items:end;margin-top:3rem}.problem-grid h2{max-width:850px}.problem-grid p{font-size:1.15rem}.accent-note{font-weight:800}.task-stack{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--line)}.task-stack span{padding:.7rem 1rem;background:white;border:1px solid var(--line);border-radius:999px;font-size:.72rem;letter-spacing:.12em}.task-stack span:nth-child(even){transform:rotate(-2deg)}.task-stack span:nth-child(3n){background:var(--forest);color:var(--warm);transform:rotate(2deg)}.worth-section{position:relative;background:var(--lime);padding-top:4rem;padding-bottom:4rem;overflow:hidden}.worth-section p{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.worth-section h2{max-width:1050px;margin:0}.orbit{position:absolute;width:310px;height:105px;border:2px solid var(--ink);border-radius:50%;right:8%;bottom:25%;transform:rotate(-8deg)}.section-heading{display:flex;justify-content:space-between;gap:3rem;align-items:end;margin-bottom:3.5rem}.section-heading h2{margin:.8rem 0 0}.section-heading>p{max-width:520px}.deliverables{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.deliverable{grid-column:span 4;min-height:290px;background:white;border:1px solid var(--line);border-radius:20px;padding:1.7rem;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .3s ease,box-shadow .3s ease}.deliverable:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.deliverable>span,.photo-card span{color:#748074;font-size:.75rem;letter-spacing:.15em}.deliverable h3{font-size:2rem;margin:.7rem 0}.featured{grid-column:span 5;background:var(--forest);color:var(--warm);min-height:360px}.photo-card{grid-column:span 7;padding:0;display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card div{padding:1.7rem;align-self:end}.dark-card{background:var(--forest);color:var(--warm)}.lime-card{background:var(--lime)}.process .section-index{color:var(--lime)}.process-list{position:relative;list-style:none;padding:3rem 0 0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.process-list:before{content:"";position:absolute;top:4.3rem;left:2%;right:2%;height:2px;background:linear-gradient(90deg,var(--lime),var(--violet),var(--lime))}.process-list li{position:relative}.process-list li>span{position:relative;z-index:1;display:grid;place-items:center;width:44px;height:44px;background:var(--forest);border:2px solid var(--lime);border-radius:50%;margin-bottom:2rem}.process-list h3{font-size:1.3rem}.process-list p{color:rgba(248,247,242,.68);font-size:.9rem}.timeline-note{margin-top:3rem;color:rgba(248,247,242,.62);font-size:.85rem}.crm-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:center}.crm-copy h2{margin:1rem 0 1.5rem}.pipeline{display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;align-items:center}.pipeline div{min-height:140px;display:grid;place-items:center;padding:1rem;border:1px solid var(--line);background:white;border-radius:20px;text-align:center;font-weight:800}.pipeline i{height:10px;background:var(--lime);border-radius:99px}.clarification{grid-column:1/-1;margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.85rem;color:#657066}.fit-section{padding:0;display:grid;grid-template-columns:1fr 1fr;background:white}.fit-image img{width:100%;height:100%;min-height:650px;object-fit:cover}.fit-copy{padding:clamp(4rem,8vw,8rem)}.fit-copy h2{font-size:clamp(2.5rem,4vw,4.5rem);margin:1rem 0 2rem}.fit-copy details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.3rem 0;margin-top:2rem}.fit-copy summary,.faq summary{cursor:pointer;font-weight:800}.pricing{margin:clamp(2rem,5vw,5rem);border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;gap:5vw;padding:clamp(3rem,7vw,7rem)}.pricing h2{color:var(--lime);margin:1rem 0}.pricing h2 span{font-size:1.5rem}.pricing ul{list-style:none;padding:0;margin:0;border-left:1px solid rgba(248,247,242,.22)}.pricing li{padding:1rem 0 1rem 2rem;border-bottom:1px solid rgba(248,247,242,.15)}.pricing li:before{content:"+";color:var(--lime);margin-right:1rem}.proof h2{max-width:1100px;margin:1rem 0 4rem}.quotes{display:grid;grid-template-columns:1.4fr .6fr;gap:1rem}.quotes blockquote{margin:0;padding:2.5rem;background:white;border:1px solid var(--line);border-radius:20px}.quotes blockquote:first-child{font-size:1.8rem}.quotes blockquote:last-child{background:var(--lime)}.quotes cite{display:block;margin-top:1.5rem;font-size:.75rem;font-style:normal;letter-spacing:.11em}.faq{padding-top:3rem}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:1.4rem 0}.faq-list summary{font-size:1.15rem;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";font-size:1.6rem}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:760px;margin:1rem 0 0;color:#5d685f}.final-cta{text-align:center}.final-cta h2{max-width:1050px;margin:1rem auto 2.5rem}.final-cta .button{min-width:290px}footer{display:flex;align-items:center;justify-content:space-between;padding:2rem 5vw;background:var(--forest-deep);color:rgba(248,247,242,.58);font-size:.8rem}footer img{width:150px;filter:brightness(0) invert(1)}.reveal{animation:reveal .9s cubic-bezier(.2,.8,.2,1) both}.hero-visual{animation-delay:.15s}@keyframes reveal{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(max-width:900px){body{font-size:16px}.site-header{height:60px;padding-left:14px}.brand img{width:118px}.nav-links{display:none}.button-small{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:125px}.hero-copy{order:1}.hero-visual{order:0}.hero-visual img{aspect-ratio:4/3}.problem-grid,.crm-section,.fit-section,.pricing{grid-template-columns:1fr}.deliverable,.featured,.photo-card{grid-column:span 6}.process-list{grid-template-columns:1fr}.process-list:before{top:3rem;bottom:2rem;left:21px;right:auto;width:2px;height:auto}.process-list li{padding-left:70px;min-height:120px}.process-list li>span{position:absolute;left:0;top:0}.pipeline{grid-template-columns:1fr}.pipeline i{width:10px;height:38px;justify-self:center}.fit-image img{min-height:420px}.pricing{margin:1rem}.quotes{grid-template-columns:1fr}}
@media(max-width:600px){section{padding:4.5rem 22px}h1{font-size:3.35rem}.hero-summary{font-size:1rem}.offer-row{align-items:flex-start;flex-direction:column;gap:.2rem}.section-heading{display:block}.section-heading>p{margin-top:1.5rem}.problem-grid{grid-template-columns:1fr;gap:1.5rem}.orbit{width:190px;height:74px;right:-30px;bottom:10%}.deliverables{display:block}.deliverable{margin-bottom:12px;min-height:240px}.featured{min-height:300px}.photo-card{display:block}.photo-card img{aspect-ratio:4/3}.pricing{padding:3rem 1.5rem}.pricing ul{border-left:0;border-top:1px solid rgba(248,247,242,.22);margin-top:2rem}.pricing li{padding-left:0}.quotes blockquote:first-child{font-size:1.35rem}footer{align-items:flex-start;flex-direction:column;gap:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{animation:none}.button,.deliverable{transition:none}}
.hero{position:relative;display:grid;grid-template-columns:1fr;place-items:center;text-align:center;isolation:isolate}.hero-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,18,11,.5),rgba(10,18,11,.8));z-index:-1}.hero-copy{max-width:920px;display:flex;flex-direction:column;align-items:center}.hero-summary{max-width:720px}.hero .offer-row{justify-content:center}.hero .trust-line{text-align:center}
.work-showcase{position:relative;overflow:hidden}.work-controls{display:flex;justify-content:flex-end;gap:.65rem;margin:-1.5rem 0 1.5rem}.work-controls button{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:1.2rem;cursor:pointer;transition:background .2s,transform .2s}.work-controls button:hover,.work-controls button:focus-visible{background:var(--lime);transform:translateY(-2px)}.work-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 20px}.work-track::-webkit-scrollbar{display:none}.work-video{flex:0 0 min(370px,31vw);aspect-ratio:9/16;border-radius:22px;overflow:hidden;background:var(--forest);box-shadow:var(--shadow);scroll-snap-align:start}.work-video iframe{display:block;width:100%;height:100%;border:0}@media(max-width:900px){.work-video{flex-basis:min(350px,70vw)}}@media(max-width:600px){.work-controls{margin-top:0}.work-video{flex-basis:82vw}}
