:root{--font-display: "Fraunces", "Georgia", "Times New Roman", serif;--font-text: "Work Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-legal: var(--font-text);--font-sans: var(--font-text);--bg-dark: #000000;--bg-light: #f5f5f7;--bg-grey: #e8e8ed;--text-on-dark: #f5f5f7;--text-on-dark-muted: #a1a1a6;--text-on-light: #1d1d1f;--text-on-light-muted: #6e6e73;--accent: #2997ff;--accent-subtle: rgba(41, 151, 255, .15);--gradient-accent: linear-gradient( 90deg, #3ecf8e 0%, #f5a623 55%, #f5d623 100% );--accent-green: #34c759;--accent-yellow: #f5c518;--text-primary: #ffffff;--text-muted: #888888;--nav-height: 52px;--nav-height-scrolled: 44px;--max-width-prose: 980px;--max-width-wide: 1200px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 3rem;--space-xl: 5rem;--space-2xl: 8rem;--text-hero: clamp(3rem, 12vw, 7rem);--text-title: clamp(2rem, 5vw, 3.5rem);--text-title-large: clamp(2.25rem, 6vw, 4.5rem);--text-lead: clamp(1.125rem, 2.5vw, 1.3125rem);--text-body: 1.1875rem;--ease-out: cubic-bezier(.25, .1, .25, 1);--duration-reveal: .8s;--duration-nav: .3s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{font-family:var(--font-text);font-size:var(--text-body);font-weight:400;line-height:1.4;letter-spacing:0;font-feature-settings:"kern";font-synthesis:none;text-rendering:optimizeLegibility;background:var(--bg-light);color:var(--text-on-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.skip-link{position:absolute;top:-100%;left:var(--space-sm);z-index:1000;padding:var(--space-xs) var(--space-sm);background:var(--accent);color:#fff;border-radius:4px;font-size:.875rem}.skip-link:focus{top:var(--space-sm)}.site-header{position:sticky;top:0;z-index:100;width:100%;height:var(--nav-height);transition:height var(--duration-nav) var(--ease-out)}.site-header.is-scrolled{height:var(--nav-height-scrolled)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);width:100%;height:100%;padding:0 clamp(var(--space-md),4vw,5rem);background:#000000;border-bottom:1px solid rgba(255,255,255,.12)}.site-nav__brand{display:flex;flex-shrink:0;align-items:center;gap:.5rem;font-family:var(--font-text);font-size:1.3125rem;font-weight:500;letter-spacing:0;color:#fff}.site-nav__brand sup{font-size:.45em;font-weight:500;vertical-align:super}.site-nav__logo{flex-shrink:0;width:28px;height:28px;object-fit:contain}.site-nav__links{display:none}@media (max-width: 767px){.site-nav{justify-content:center}}@media (min-width: 768px){.site-nav__links{display:flex;flex:1;align-items:center;justify-content:flex-end;gap:var(--space-md);margin-left:auto}}@media (min-width: 1024px){.site-nav__links{gap:clamp(var(--space-md),3vw,3rem)}}.site-nav__links a{font-size:.875rem;font-weight:400;color:#fff;transition:opacity .2s var(--ease-out)}.site-nav__links a:hover,.site-nav__links a:focus-visible,.site-nav__links a.is-active{opacity:.72}.site-header.is-scrolled .site-nav{background:#000000}.site-nav__links a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}.site-footer{padding:var(--space-lg) var(--space-md);text-align:center;font-family:var(--font-legal);font-size:.75rem;font-weight:400;color:var(--text-on-dark-muted);background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.08)}.site-footer sup{font-size:.45em;font-weight:500;vertical-align:super}.reveal{opacity:0;transform:translateY(24px);transition:opacity var(--duration-reveal) var(--ease-out),transform var(--duration-reveal) var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:calc(100svh - var(--nav-height));padding:var(--space-xl) var(--space-md);background:#f5f5f7;color:var(--text-on-light);overflow:hidden;isolation:isolate}.hero__dots{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:var(--max-width-wide);margin:0 auto}.hero__brand{display:flex;align-items:center;justify-content:center;gap:.625rem}.brand-wordmark{font-family:var(--font-text);font-weight:600;letter-spacing:-.05em}.brand-wordmark sup{font-size:.45em;font-weight:500;vertical-align:super;letter-spacing:0}.hero__title{font-size:clamp(2.75rem,7vw,4.5rem);line-height:1.1;color:#000}.hero__logo{flex-shrink:0;height:1em;width:auto;aspect-ratio:1;font-size:clamp(2.75rem,7vw,4.5rem);object-fit:contain;filter:invert(1)}.hero__subtitle{margin-top:.75rem;font-family:var(--font-text);font-size:clamp(1.0625rem,2.5vw,1.3125rem);font-weight:400;line-height:1.381;letter-spacing:.011em;color:#1d1d1f;max-width:36ch}.hero__scroll{position:absolute;z-index:1;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#1d1d1f;border:1.5px solid rgba(0,0,0,.2);border-radius:50%;transition:border-color .2s var(--ease-out),opacity .2s var(--ease-out);animation:hero-scroll-bounce 2s var(--ease-out) infinite}.hero__scroll:hover,.hero__scroll:focus-visible{border-color:#00000073;opacity:.8}.hero__scroll:focus-visible{outline:2px solid #000000;outline-offset:4px}.hero__scroll-icon{display:flex;margin-top:2px}@keyframes hero-scroll-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@media (prefers-reduced-motion: reduce){.hero__scroll{animation:none}}.section{padding:var(--space-2xl) var(--space-md)}.section--light{background:var(--bg-light);color:var(--text-on-light)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--grey{background:var(--bg-grey);color:var(--text-on-light)}.section__inner{max-width:var(--max-width-prose);margin:0 auto}.section__inner--wide{max-width:var(--max-width-wide)}.section__eyebrow{font-family:var(--font-text);font-size:1.0625rem;font-weight:500;letter-spacing:.04em;line-height:1;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section--light .section__eyebrow{color:var(--text-on-light)}.section__title{font-family:var(--font-display);font-size:var(--text-title);font-weight:600;letter-spacing:0;line-height:1.1;margin-bottom:var(--space-md)}.section__title sup{font-family:var(--font-text);font-size:.45em;font-weight:500;vertical-align:super;letter-spacing:0}.section--light .section__title{font-size:clamp(2.5rem,5vw,3rem);font-weight:600;letter-spacing:0;line-height:1.1;color:var(--text-on-light);margin-bottom:1.25rem}.section__title--large{font-size:var(--text-title-large)}.section__lead{font-family:var(--font-text);font-size:var(--text-lead);font-weight:400;line-height:1.5;color:var(--text-on-light-muted);max-width:42ch}.section--light .section__lead{font-size:1.3125rem;line-height:1.381;letter-spacing:.011em;color:#6e6e73;max-width:50ch}.section--dark .section__lead{color:var(--text-on-dark-muted);max-width:48ch}.text-gradient{background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#problem{padding:var(--space-2xl) clamp(var(--space-md),4vw,5rem)}#problem .section__inner{max-width:var(--max-width-wide)}#problem .section__eyebrow{color:#a1a1a6;font-size:1.0625rem;font-weight:500;letter-spacing:.04em;line-height:1;text-transform:uppercase;margin-bottom:.75rem}#problem .section__title{font-size:clamp(2.5rem,5.5vw,3.5rem);font-weight:600;letter-spacing:-.03em;line-height:1;max-width:22ch;margin-bottom:1.5rem}#problem .section__lead{font-size:1.3125rem;font-weight:400;line-height:1.4;letter-spacing:-.01em;color:var(--text-muted);max-width:52ch;margin-bottom:var(--space-xl)}.text-primary{color:var(--text-primary)}.text-muted{color:var(--text-muted)}.problem-list{display:flex;flex-direction:column;gap:var(--space-lg)}.problem-list__stat{font-family:var(--font-display);font-size:clamp(2.75rem,7vw,4.5rem);font-weight:600;line-height:1;letter-spacing:0;color:var(--text-primary);margin-bottom:.5rem}.problem-list__text{font-size:1.3125rem;font-weight:400;line-height:1.4;letter-spacing:-.01em;color:var(--text-muted);max-width:48ch}#solution{text-align:center;padding:var(--space-2xl) var(--space-md)}#solution .section__inner{display:flex;flex-direction:column;align-items:center}#solution .section__eyebrow{color:#6e6e73;font-size:1.0625rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem}#solution .section__title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;letter-spacing:-.03em;line-height:1;color:var(--text-on-light);margin-bottom:1.5rem;max-width:20ch}#solution .section__lead{font-size:1.3125rem;font-weight:400;line-height:1.4;letter-spacing:-.01em;color:#6e6e73;max-width:54ch;margin-inline:auto}#solution .section__lead-em{color:var(--text-on-light);font-weight:500}.section__body{margin-top:var(--space-lg);font-size:var(--text-lead);line-height:1.6}.section__body p+p{margin-top:var(--space-sm)}.section--light .section__body{color:var(--text-on-light-muted)}.section--dark .section__body{color:var(--text-on-dark-muted)}.section--closing{text-align:center;padding:var(--space-2xl) var(--space-md) calc(var(--space-2xl) * 1.5)}.section--closing .section__inner{display:flex;flex-direction:column;align-items:center}.section--closing .section__title{max-width:20ch}.section__tagline{font-size:var(--text-lead);color:var(--text-on-dark-muted);margin-top:var(--space-md);max-width:36ch}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-md);margin-top:var(--space-xl)}.service-card{padding:var(--space-lg) var(--space-md);background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.06);transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.service-card__title{font-family:var(--font-text);font-size:1.3125rem;font-weight:500;letter-spacing:0;color:var(--text-on-light);margin-bottom:var(--space-xs)}.service-card__text{font-size:1rem;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--text-on-light-muted)}@media (max-width: 600px){.section{padding:var(--space-xl) var(--space-md)}.services-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.service-card{transition:none}.service-card:hover{transform:none}}
