:root{--bg: #ffffff;--bg-muted: #fafafa;--bg-footer: #171717;--text: #171717;--muted: #525252;--black: #000000;--white: #ffffff;--border: rgba(0, 0, 0, .1);--shadow-soft: 0 18px 50px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;min-width:320px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{display:block}.container{width:min(100% - 4rem,1280px);margin:0 auto}h1,h2,h3,p{margin-top:0}h2{margin-bottom:1rem;font-size:clamp(2rem,2.8vw,3rem);font-weight:500;line-height:1.2;letter-spacing:-.04em}h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:500;line-height:1.3}p{margin-bottom:0;color:var(--muted);font-size:1.125rem;line-height:1.75}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:#0006;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;padding:1.5rem 0}.brand{display:inline-block;color:var(--white)}.brand-logo{display:block;width:auto;height:100%}.brand-small{height:2rem}.brand-large{height:clamp(4rem,7vw,5rem);margin-bottom:2rem}.brand-footer{height:1.5rem;color:#ffffffe6}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,#000000d1,#0000009e 48%,#0000006b)}.hero-inner{position:relative;z-index:1}.hero-copy{max-width:48rem;padding:10rem 0 5rem;color:var(--white)}.hero-copy .brand-large{display:inline-block}.hero-lead{margin-bottom:2rem;color:#ffffffeb;font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.5}.cta-button{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 2rem;background:var(--white);color:var(--black);font-size:1.125rem;font-weight:500;box-shadow:var(--shadow-soft);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.cta-button:hover{transform:scale(1.02);background:#fffffff2;box-shadow:0 22px 58px #00000024}.cta-button:active{transform:scale(.98)}.cta-arrow{transition:transform .18s ease}.cta-button:hover .cta-arrow{transform:translate(.25rem)}.section-light,.section-muted,.cta-section,.site-footer{padding:8rem 0}.section-light{background:var(--bg)}.section-muted{background:var(--bg-muted)}.section-intro{margin-bottom:5rem}.section-intro p{max-width:48rem;font-size:1.25rem}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem}.service-card{min-width:0}.service-icon{width:3rem;height:3rem;margin-bottom:1.5rem;color:var(--black)}.service-icon svg{width:100%;height:100%}.approach-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:5rem;align-items:center}.approach-list{display:grid;gap:2rem}.approach-media{height:37.5rem;overflow:hidden}.approach-media img{width:100%;height:100%;object-fit:cover}.cta-section{background:var(--black);color:var(--white)}.cta-inner{max-width:56rem;margin:0 auto;text-align:center}.cta-inner h2{color:var(--white)}.cta-inner p{max-width:44rem;margin:0 auto 2.5rem;color:#fffc;font-size:1.25rem}.site-footer{background:var(--bg-footer);color:#fff9;padding-top:4rem;padding-bottom:4rem}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.site-footer p{font-size:.875rem;color:#fff9}.animate-enter{opacity:0;animation:fade-up .8s ease-out forwards;animation-delay:var(--delay, 0ms)}.reveal{--reveal-x: 0px;--reveal-y: 20px;opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay, 0ms)}.reveal-left{--reveal-x: -20px;--reveal-y: 0px}.reveal-right{--reveal-x: 20px;--reveal-y: 0px}.reveal.is-visible{opacity:1;transform:translateZ(0)}@keyframes fade-up{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@media(max-width:960px){.service-grid,.approach-grid{grid-template-columns:1fr}.section-light,.section-muted,.cta-section{padding:6rem 0}.approach-media{height:28rem}}@media(max-width:640px){.container{width:min(100% - 2rem,1280px)}.header-inner{padding:1.1rem 0}.brand-small{height:1.55rem}.hero-copy{padding:8rem 0 4rem}.hero-lead,.section-intro p,.cta-inner p,p{font-size:1rem}h2{font-size:2rem}.service-grid{gap:3rem}.approach-media{height:22rem}.cta-button{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-enter{opacity:1;animation:none}.reveal,.reveal.is-visible,.cta-button,.cta-arrow{opacity:1;transform:none;transition:none}}
