:root {
  --ink: #0d0d0f;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --orange: #ff5a1f;
  --orange-deep: #d9430d;
  --lime: #e7ff57;
  --muted: #77746f;
  --line: rgba(13,13,15,.14);
  --radius: 28px;
  --shadow: 0 26px 80px rgba(0,0,0,.18);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip:focus { top: 16px; }

.header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.header.scrolled { background: rgba(13,13,15,.88); border-color: rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 13px; font-weight: 950; letter-spacing: -.06em; }
.brand-name { font-size: 14px; font-weight: 900; letter-spacing: .13em; }
.nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; }
.nav a { text-decoration: none; transition: color .2s; }
.nav a:hover, .nav a:focus-visible { color: var(--white); }
.nav-cta { padding: 11px 18px; color: var(--ink) !important; background: var(--lime); border-radius: 999px; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; background: white; }

.hero { min-height: 900px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 150px 0 92px; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-glow { position: absolute; width: 600px; height: 600px; right: 2%; top: 10%; border-radius: 50%; background: var(--orange); filter: blur(130px); opacity: .24; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(54px, 7.2vw, 104px); line-height: .93; letter-spacing: -.068em; font-weight: 850; }
h1 em { color: var(--orange); font-style: normal; }
h1 strong { display: block; color: var(--white); font-weight: 300; }
.hero-lead { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.68); font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.24); }
.hero-proof { display: flex; gap: clamp(25px, 4vw, 58px); margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { color: var(--white); font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.04em; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: 12px; }
.hero-visual { position: relative; }
.portrait-frame { position: relative; z-index: 2; overflow: hidden; min-height: 650px; border: 1px solid rgba(255,255,255,.18); border-radius: 220px 220px 34px 34px; background: #19191d; box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(13,13,15,.94)); }
.portrait-frame img { width: 100%; height: 650px; object-fit: cover; object-position: center 26%; filter: saturate(.86) contrast(1.02); }
.portrait-label { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.portrait-label span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(13,13,15,.45); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; }
.orbit { position: absolute; border: 1px solid rgba(231,255,87,.35); border-radius: 50%; }
.orbit-one { width: 124px; height: 124px; right: -34px; top: 80px; }
.orbit-two { width: 58px; height: 58px; left: -20px; bottom: 120px; background: var(--orange); border-color: var(--orange); }

.proof-strip { overflow: hidden; padding: 24px 0; color: var(--ink); background: var(--lime); }
.proof-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 22px; padding-inline: 20px; font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.proof-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { padding: 124px 0; }
.section-heading { max-width: 800px; }
.section-heading.center { margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin-bottom: 22px; font-size: clamp(42px, 5.5vw, 76px); line-height: 1; letter-spacing: -.06em; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 140px); }
.story-copy { padding-top: 12px; color: #3f3e3a; font-size: 18px; line-height: 1.76; }
.story-copy .lead { color: var(--ink); font-size: 26px; line-height: 1.42; letter-spacing: -.025em; }
.story-copy blockquote { margin: 40px 0 0; padding: 24px 0 0 26px; border-left: 4px solid var(--orange); color: var(--ink); font-size: 23px; font-weight: 800; line-height: 1.38; }

.stats { color: var(--white); background: var(--ink); }
.stats .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.stat strong { color: var(--lime); font-size: clamp(54px, 5vw, 78px); line-height: .9; letter-spacing: -.07em; }
.stat b { margin: 7px 0 28px; color: var(--white); font-size: 18px; }
.stat span { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.5; }

.cases .section-heading { margin-bottom: 55px; }
.cases-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.case { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.35); }
.case-feature { grid-row: span 2; min-height: 674px; color: var(--white); background: var(--orange); }
.case-index { align-self: flex-end; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 900; opacity: .58; }
.case-kicker { margin-bottom: 10px; color: var(--orange-deep); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.case-feature .case-kicker { color: var(--lime); }
.case h3 { margin-bottom: 14px; font-size: clamp(27px, 3vw, 42px); line-height: 1.02; letter-spacing: -.045em; }
.case p:last-child { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.case-feature p:last-child { color: rgba(255,255,255,.74); font-size: 18px; }

.companies { background: var(--white); }
.timeline { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 140px 1fr; gap: 40px; padding: 38px 8px; border-bottom: 1px solid var(--line); }
.timeline-item time { color: var(--orange); font-size: 16px; font-weight: 900; }
.timeline-item h3 { margin-bottom: 10px; font-size: 26px; letter-spacing: -.035em; }
.timeline-item p { max-width: 700px; margin-bottom: 0; color: var(--muted); line-height: 1.62; }

.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.principle-list h3 { margin-bottom: 8px; font-size: 22px; letter-spacing: -.03em; }
.principle-list p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }

.contact { padding: 120px 0; color: var(--white); background: var(--orange); }
.contact .eyebrow { color: var(--lime); }
.contact-inner { max-width: 980px; text-align: center; }
.contact h2 { margin-bottom: 24px; font-size: clamp(48px, 7vw, 92px); line-height: .96; letter-spacing: -.065em; }
.contact p:not(.eyebrow) { max-width: 650px; margin: 0 auto 35px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.6; }
.contact-actions { justify-content: center; }
.button-light { color: var(--ink); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.52); }

.footer { padding: 44px 0; color: rgba(255,255,255,.58); background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; }
.footer .brand { grid-row: span 2; }
.footer p { margin: 0; text-align: right; font-size: 13px; }
.footer-inner > div:last-child { display: flex; justify-content: flex-end; gap: 18px; font-size: 12px; }
.footer a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--paper); }
.legal-header { padding: 28px 0; background: var(--ink); }
.legal-main { max-width: 820px; margin: 0 auto; padding: 100px 20px; }
.legal-main h1 { font-size: clamp(44px, 7vw, 76px); }
.legal-main h2 { margin-top: 42px; font-size: 26px; }
.legal-main p, .legal-main li { color: #4b4945; line-height: 1.72; }

@media (max-width: 920px) {
  .header { background: rgba(13,13,15,.88); backdrop-filter: blur(18px); }
  .menu-button { display: block; }
  .nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #17171a; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 12px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .story-grid, .principles-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 540px; width: 100%; margin: 20px auto 0; }
  .portrait-frame, .portrait-frame img { min-height: 580px; height: 580px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .case-feature { grid-row: auto; min-height: 450px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 12px; }
  .hero { padding: 112px 0 64px; }
  h1 { max-width: 100%; font-size: clamp(44px, 13vw, 60px); overflow-wrap: normal; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 10px; }
  .portrait-frame, .portrait-frame img { min-height: 500px; height: 500px; }
  .proof-track { justify-content: flex-start; animation: marquee 18s linear infinite; }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 43px; }
  .story-copy .lead { font-size: 22px; }
  .stats-grid, .cases-grid { grid-template-columns: 1fr; }
  .stat { min-height: 240px; }
  .case, .case-feature { min-height: 370px; }
  .timeline-item { grid-template-columns: 1fr; gap: 10px; padding: 30px 0; }
  .contact { padding: 86px 0; }
  .contact h2 { font-size: 48px; }
  .contact-actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer .brand { grid-row: auto; }
  .footer p, .footer-inner > div:last-child { text-align: left; justify-content: flex-start; flex-wrap: wrap; }
}

@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .proof-track { animation: none; }
}
