.hero{padding:var(--space-2xl) 0;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr auto;gap:var(--space-xl);align-items:start}.hero h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.05;margin:var(--space-sm) 0 var(--space-md)}.hero h1 em{font-style:normal;color:var(--red)}.hero-sub{font-size:1.125rem;color:var(--gray-mid);max-width:52ch;line-height:1.7;margin-bottom:var(--space-lg);font-weight:400}.hero-meta{font-size:.9375rem;color:var(--gray-dark);font-weight:700;margin-bottom:var(--space-lg)}.hero-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.hero-mark{width:400px;flex-shrink:0;opacity:.75}.proof-strip{background:var(--cream);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:var(--space-xl) 0}.proof-items{display:flex;align-items:center;justify-content:center;gap:var(--space-2xl)}.proof-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem}.proof-stat{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--red);letter-spacing:-.03em;line-height:1}.proof-label{font-size:.875rem;color:var(--gray-mid);max-width:160px;line-height:1.4}.proof-divider{width:1px;height:48px;background:var(--gray-light);flex-shrink:0}.services-lines{border-top:1px solid rgba(0,0,0,.08)}.service-line{display:grid;grid-template-columns:2.75rem 13rem 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08);text-decoration:none;color:var(--black);transition:color var(--transition),transform var(--transition)}.service-line:hover{color:var(--red);transform:translate(6px)}.service-line:hover .service-line-icon{background:var(--red);color:var(--white)}.service-line:hover .service-line-tagline{color:var(--gray-dark)}.service-line-icon{width:2.75rem;height:2.75rem;background:var(--red-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--red);flex-shrink:0;transition:background var(--transition),color var(--transition)}.service-line-title{font-size:1.125rem;font-weight:900;flex-shrink:0}.service-line-tagline{font-size:1rem;color:var(--gray-mid);font-weight:400;line-height:1.5;transition:color var(--transition)}.service-line-arrow{font-size:1.25rem;color:var(--red);opacity:0;transition:opacity var(--transition);flex-shrink:0}.service-line:hover .service-line-arrow{opacity:1}.sprint-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start}.sprint-card{background:var(--black);color:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.sprint-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--red);background:#aa2c3126;border-radius:100px;padding:.25rem .75rem;align-self:flex-start}.sprint-card h3{font-size:1.5rem;color:var(--white)}.sprint-price{color:var(--white);font-size:1.4rem;font-weight:900;letter-spacing:-.03em;line-height:1.2}.sprint-card>p:not(.sprint-price){font-size:.9375rem;color:#ffffffb3;line-height:1.65;font-weight:400}.sprint-includes{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:var(--space-md) 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.sprint-includes li{font-size:.9375rem;font-weight:400;color:#ffffffd9;padding-left:1.25rem;position:relative}.sprint-includes li:before{content:"→";position:absolute;left:0;color:var(--red)}.sprint-pricing-link{color:#ffffffb8;font-size:.875rem;font-weight:700;text-decoration-color:#ffffff59;text-underline-offset:.2em}.sprint-pricing-link:hover{color:var(--white);text-decoration-color:var(--white)}.process-overview{display:flex;flex-direction:column;gap:0}.process-overview .section-label{margin-bottom:var(--space-md)}.process-timeline{display:flex;flex-direction:column}.process-step-simple{display:flex;gap:var(--space-md);padding-bottom:var(--space-md)}.process-timeline-node{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.process-timeline-line{width:1px;flex:1;min-height:1.5rem;background:var(--gray-light);margin-top:.35rem}.process-num{width:2rem;height:2rem;border-radius:50%;background:var(--red-light);border:1.5px solid var(--red);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;color:var(--red);letter-spacing:.04em;flex-shrink:0}.process-step-simple h4{font-size:1rem;font-weight:900;margin-bottom:.35rem;padding-top:.25rem}.process-step-simple p{font-size:.9375rem;color:var(--gray-mid);line-height:1.6;font-weight:400}.home-founder{display:grid;grid-template-columns:240px minmax(0,1fr);gap:var(--space-xl);align-items:center;max-width:920px}.home-founder-photo-wrap{aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--radius-lg);background:var(--gray-light)}.home-founder-photo{width:100%;height:100%;object-fit:cover}.home-founder-copy h2{font-size:clamp(2rem,4vw,3rem);max-width:16ch;margin-bottom:var(--space-sm)}.home-founder-copy p:not(.section-label){color:var(--gray-mid);font-size:1.0625rem;line-height:1.7;margin-bottom:var(--space-lg);max-width:58ch;font-weight:400}@media(max-width:1024px){.why-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero .container{grid-template-columns:1fr}.hero-mark{display:none}.proof-items{flex-direction:column;gap:var(--space-md)}.proof-divider{width:80px;height:1px}.service-line{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem var(--space-sm)}.service-line:hover{transform:none}.service-line-icon{margin-bottom:.25rem}.service-line-title{font-size:1rem}.service-line-tagline{font-size:.9375rem}.service-line-arrow{display:none}.sprint-layout,.cases-grid,.case-split{grid-template-columns:1fr}.case-half--before{border-right:none;border-bottom:1px solid var(--gray-light)}.home-founder{grid-template-columns:1fr}.home-founder-photo-wrap{max-width:220px}}
