:root {
  --ink: #101713;
  --deep: #0d1512;
  --paper: #f1eee4;
  --paper-2: #e8e4d8;
  --acid: #cbff3d;
  --orange: #ff6a3d;
  --line: rgba(16, 23, 19, 0.18);
  --muted: #5d665f;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99; background: var(--acid); padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; text-decoration: none; letter-spacing: -0.01em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: var(--acid); font-weight: 900; }
.nav nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.nav nav a { text-decoration: none; }
.nav-cta { padding: 11px 15px; border: 1px solid var(--ink); }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  padding-block: 86px 96px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--orange); }
.hero h1, .section h2 { font-weight: 750; letter-spacing: -0.055em; line-height: 0.98; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 92px); }
.hero h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.lede { max-width: 650px; margin: 30px 0 0; font-size: 19px; line-height: 1.55; color: #38423c; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 52px; padding: 0 20px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-weight: 750; font-size: 13px; text-decoration: none; cursor: pointer; }
.button.primary { color: var(--paper); background: var(--ink); }
.button.ghost:hover, .nav-cta:hover { background: var(--paper-2); }
.button.primary:hover { color: var(--acid); }
.microcopy { margin-top: 16px; font-size: 12px; color: var(--muted); }

.proof-stage { position: relative; min-height: 470px; padding: 58px 28px 30px; overflow: hidden; color: var(--paper); background: var(--deep); box-shadow: 22px 22px 0 var(--orange); }
.proof-stage::before { content: ""; position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 34px 34px; }
.stage-top { position: absolute; left: 28px; right: 28px; top: 21px; display: flex; justify-content: space-between; color: #aeb7b0; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.12em; }
.frame { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; min-height: 106px; margin-bottom: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(13,21,18,.92); transform: translateX(0); transition: transform .25s ease, border-color .25s ease; }
.frame:hover { transform: translateX(-8px); border-color: var(--acid); }
.frame-b { margin-left: 30px; }
.frame-c { margin-left: 60px; }
.frame-index { color: var(--acid); font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.frame small { display: block; margin-bottom: 8px; color: #9ca69f; font-size: 9px; letter-spacing: .18em; }
.frame strong { font-size: 18px; letter-spacing: -0.02em; }
.timeline { position: absolute; left: 28px; right: 28px; bottom: 26px; display: flex; align-items: center; height: 7px; background: rgba(255,255,255,.12); }
.timeline b { width: 42%; height: 7px; background: var(--acid); }
.timeline i { flex: 1; height: 1px; }

.signal-strip { color: var(--paper); background: var(--ink); border-top: 1px solid var(--ink); }
.signal-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid span { padding: 10px 18px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.signal-grid span:first-child { border-left: 1px solid rgba(255,255,255,.18); }

.section { padding-block: 120px; }
.portfolio-video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #101713; border: 1px solid var(--line); }
.portfolio-description { max-width: 850px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.portfolio-section .section-heading > p:last-child { margin-top: 24px; }
.fit-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.fit-form fieldset:disabled { opacity: .55; }
.fit-form fieldset:disabled button { cursor: not-allowed; }
.contact-status { margin: 0 0 24px; font-size: 16px; line-height: 1.5; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 38px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1; align-self: start; }
.section-heading h2 { grid-column: 2; margin: 0; max-width: 760px; font-size: clamp(46px, 5vw, 72px); }
.section-heading > p:last-child { grid-column: 2; max-width: 610px; margin: -18px 0 0; color: var(--muted); line-height: 1.6; }
.section-heading.compact { display: block; }
.section-heading.compact h2 { max-width: 720px; }

.deliverable-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 52px 1fr; gap: 24px; align-items: start; }
.card-featured { background: var(--orange); }
.card-number { font: 750 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.card-kicker { margin: 0 0 42px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.035em; }
.card p:last-child { margin: 0; max-width: 430px; color: #4a544e; line-height: 1.55; }
.card-featured p:last-child { color: #2c241e; }

.process-section { color: var(--paper); background: var(--deep); }
.process-section .eyebrow span, .eyebrow.light span { background: var(--acid); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: 130px 1.2fr 1fr; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list span { color: var(--acid); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.process-list strong { font-size: 23px; }
.process-list p { margin: 0; color: #a9b2ac; line-height: 1.45; }

.honesty { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.honesty h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); }
.honesty-points { border-top: 1px solid var(--line); }
.honesty-points p { display: grid; grid-template-columns: 48px 1fr; margin: 0; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: 18px; line-height: 1.45; }
.honesty-points span { color: var(--orange); font: 750 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.price-section { padding-top: 0; }
.price-card { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; padding: 62px; color: var(--paper); background: var(--orange); }
.price-card h2 { margin: 0; font-size: clamp(54px, 5.5vw, 82px); }
.price-note { max-width: 440px; margin: 22px 0 0; color: #39251d; line-height: 1.5; }
.price-block { padding-left: 50px; border-left: 1px solid rgba(16,23,19,.35); }
.price { margin: 0; font-size: clamp(72px, 8vw, 112px); font-weight: 800; letter-spacing: -.07em; line-height: .8; }
.price sup { vertical-align: top; font-size: 12px; letter-spacing: .08em; }
.price-block > p:nth-child(2) { margin: 24px 0; font-size: 13px; }
.button.invert { background: var(--paper); }
.button.invert:hover { background: var(--acid); }

.fit-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.fit-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); }
.fit-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.6; }
.fit-copy ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.fit-form { padding: 34px; background: var(--paper-2); border: 1px solid var(--line); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fit-form label { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.fit-form input, .fit-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #aeb3aa; border-radius: 0; color: var(--ink); background: #faf8f1; outline: none; text-transform: none; letter-spacing: 0; }
.fit-form input:focus, .fit-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,106,61,.22); }
.fit-form textarea { resize: vertical; }
.submit { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-top: 20px; }
.faq-section .section-heading h2 { font-size: 56px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 24px 34px 24px 0; font-size: 17px; font-weight: 750; }
.faq-list details p { max-width: 700px; margin: -8px 0 24px; color: var(--muted); line-height: 1.55; }

footer { margin-top: 80px; color: var(--paper); background: var(--deep); }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-inner strong { font-size: 18px; }
.footer-inner p { color: #aab3ad; font-size: 12px; }
.footer-inner a { font-size: 12px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .nav nav a:not(.nav-cta):not(.language-toggle) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 64px 80px; }
  .proof-stage { min-height: 440px; }
  .section-heading, .honesty, .fit-section, .price-card, .faq-section { grid-template-columns: 1fr; gap: 42px; }
  .section-heading h2, .section-heading > p:last-child { grid-column: 1; }
  .section-heading > p:last-child { margin: -18px 0 0; }
  .process-list li { grid-template-columns: 100px 1fr; }
  .process-list p { grid-column: 2; }
  .price-block { padding: 40px 0 0; border-left: 0; border-top: 1px solid rgba(16,23,19,.35); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .nav { height: 70px; }
  .brand > span:last-child { display: none; }
  .hero { gap: 46px; padding-top: 52px; }
  .hero h1 { font-size: 52px; }
  .lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .proof-stage { min-height: 420px; padding-inline: 16px; box-shadow: 10px 10px 0 var(--orange); }
  .frame-b { margin-left: 12px; }
  .frame-c { margin-left: 24px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid span { min-height: 54px; display: grid; place-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
  .section { padding-block: 82px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .honesty h2, .fit-copy h2 { font-size: 45px; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .card { min-height: 220px; padding: 24px; }
  .process-list li { grid-template-columns: 1fr; gap: 10px; }
  .process-list p { grid-column: 1; }
  .price-card { padding: 34px 24px; }
  .price-card h2 { font-size: 49px; }
  .price { font-size: 78px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .fit-form { padding: 22px; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
