:root {
  --ink: #11110f;
  --cream: #f5f0df;
  --paper: #fffdf5;
  --yellow: #f4c63d;
  --red: #da3d2f;
  --blue: #2f66e8;
  --muted: #6b685e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.site-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(22px, 5vw, 78px); border-bottom: 1.5px solid var(--ink); background: var(--cream); }
.wordmark { font-family: Impact, "Arial Black", sans-serif; font-size: 1.25rem; letter-spacing: .02em; }
.wordmark span { color: var(--red); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; border-bottom: 2px solid var(--ink); padding-bottom: 4px; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); border-bottom: 1.5px solid var(--ink); }
.hero-copy { padding: clamp(56px, 8vw, 116px) clamp(24px, 6vw, 92px); position: relative; overflow: hidden; }
.hero-copy::after { content: ""; position: absolute; width: 260px; height: 260px; border: 52px solid var(--yellow); border-radius: 50%; right: -150px; bottom: -140px; opacity: .8; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; background: var(--yellow); border: 1.5px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-size: .78rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
h1 { max-width: 830px; margin: 34px 0 24px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3.8rem, 7.4vw, 8.4rem); font-weight: 900; letter-spacing: -.035em; line-height: .88; text-transform: uppercase; }
h1 em { display: block; color: var(--red); font-style: normal; transform: rotate(-1deg); }
.hero-lede { max-width: 650px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.5; font-weight: 560; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1.5px solid var(--ink); border-radius: 8px; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-2px, -2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 6px 6px 0 var(--red); }
.button-primary:hover { box-shadow: 9px 9px 0 var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.fit-note { display: flex; align-items: center; gap: 8px; margin-top: 34px; color: var(--muted); font-size: .92rem; }
.fit-note span { color: var(--red); font-weight: 900; }

.hero-form { padding: clamp(38px, 5vw, 72px); background: var(--blue); color: white; border-left: 1.5px solid var(--ink); }
.form-kicker, .section-number { margin: 0 0 12px; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-form h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: .98; text-transform: uppercase; }
.hero-form > p:not(.form-kicker) { margin: 18px 0 26px; font-size: 1.05rem; line-height: 1.5; color: #e7ecff; }
.lead-form { display: grid; gap: 15px; }
.lead-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 750; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1.5px solid rgba(255,255,255,.72); border-radius: 7px; background: rgba(255,255,255,.10); color: white; box-shadow: none; font-size: 1rem; }
.lead-form select { appearance: auto; }
.lead-form select option { color: var(--ink); background: white; }
.lead-form textarea { min-height: 108px; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.64); }
.lead-form input:focus-visible, .lead-form textarea:focus-visible, .lead-form select:focus-visible { outline: 3px solid rgba(244,198,61,.5); border-color: var(--yellow); }
.submit-button { min-height: 53px; margin-top: 4px; border: 1.5px solid var(--ink); border-radius: 7px; color: var(--ink); background: var(--yellow); font-size: 1rem; font-weight: 900; box-shadow: 5px 5px 0 var(--ink); }
.submit-button:hover { background: #ffda63; transform: translate(-1px, -1px); box-shadow: 7px 7px 0 var(--ink); }
.submit-button:disabled { cursor: wait; opacity: .72; }
.privacy-note { margin: 2px 0 0; font-size: .72rem; color: #dce4ff; line-height: 1.45; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { margin: 0; padding: 10px 12px; background: #fff1ed; color: #8a1f17; border-radius: 7px; font-weight: 700; font-size: .84rem; }
.form-success { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 3px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 1.4rem; font-weight: 900; }
.form-success h3 { margin: 18px 0 5px; font-size: 1.75rem; }
.form-success p { margin: 0 0 24px; color: #e7ecff; line-height: 1.55; }
.success-reset { min-height: 44px; padding: 0 16px; border: 1.5px solid var(--ink); border-radius: 7px; background: var(--yellow); color: var(--ink); font-weight: 800; }

.proof-strip { display: grid; grid-template-columns: minmax(210px, .8fr) 2.2fr; background: var(--ink); color: white; border-bottom: 1.5px solid var(--ink); }
.proof-intro { position: relative; padding: 38px clamp(24px, 5vw, 72px); border-right: 1px solid #3f3f39; transition: background .18s ease; }
.proof-intro span { display: block; color: var(--yellow); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .9; }
.proof-intro p { max-width: 190px; margin: 10px 0 0; color: #c9c7bc; line-height: 1.35; }
.proof-intro > b, .platform-stat > b { position: absolute; top: 18px; right: 18px; color: #77766f; transition: color .18s ease, transform .18s ease; }
.proof-intro:hover, .platform-stat:hover { background: #20201c; }
.proof-intro:hover > b, .platform-stat:hover > b { color: var(--yellow); transform: translate(2px, -2px); }
.proof-intro:focus-visible, .platform-stat:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; }
.platform-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.platform-stat { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 7px; min-height: 180px; padding: 25px; border-right: 1px solid #3f3f39; transition: background .18s ease; }
.platform-stat strong { font-size: clamp(1.6rem, 3vw, 2.6rem); font-family: Impact, "Arial Black", sans-serif; }
.platform-stat span { color: #b9b7ac; font-size: .82rem; }

.section { padding: clamp(72px, 9vw, 132px) clamp(24px, 6vw, 92px); }
.section-heading { display: grid; grid-template-columns: .72fr 1.6fr; gap: 40px; align-items: start; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: .6fr 1.8fr; }
.section-number { color: var(--red); }
.section-heading h2, .closing h2 { max-width: 900px; margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.8rem, 5.6vw, 6.5rem); line-height: .95; letter-spacing: -.025em; text-transform: uppercase; }
.case-study { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(38px, 6vw, 88px); align-items: center; }
.video-card { position: relative; display: block; overflow: hidden; border: 1.5px solid var(--ink); box-shadow: 12px 12px 0 var(--yellow); background: #000; }
.video-card img { width: 100%; aspect-ratio: 16/9; display: block; object-fit: cover; opacity: .9; transition: transform .35s ease, opacity .35s ease; }
.video-card:hover img { transform: scale(1.025); opacity: .74; }
.play-button { position: absolute; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; background: var(--red); color: white; padding: 12px 15px; border: 1.5px solid var(--ink); font-weight: 850; }
.case-copy { font-size: 1.08rem; line-height: 1.65; }
.case-copy cite { font-style: italic; font-weight: 700; }
blockquote { margin: 34px 0 0; padding: 24px 0 0 24px; border-left: 6px solid var(--red); font-size: 1.35rem; line-height: 1.4; font-weight: 750; }

.method { background: var(--yellow); border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1.5px solid var(--ink); background: var(--cream); }
.method-grid article { min-height: 280px; padding: 28px; border-right: 1.5px solid var(--ink); }
.method-grid article:last-child { border-right: 0; }
.method-grid article > span, .service-list article > span { font-family: Impact, "Arial Black", sans-serif; color: var(--red); font-size: 1.25rem; }
.method-grid h3, .service-list h3 { margin: 48px 0 12px; font-size: 1.35rem; line-height: 1.08; }
.method-grid p, .service-list p { margin: 0; color: #57544c; line-height: 1.55; }

.services { background: var(--cream); }
.service-list { border-top: 1.5px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: .25fr .8fr 1.2fr; gap: 30px; align-items: center; padding: 26px 0; border-bottom: 1.5px solid var(--ink); }
.service-list h3 { margin: 0; font-size: clamp(1.3rem, 2.4vw, 2rem); }
.service-list p { max-width: 560px; }

.closing { text-align: center; background: var(--red); color: white; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.closing > p { font-size: 1rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.closing h2 { max-width: 1060px; margin: 20px auto 36px; }
.button-light { background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; padding: 28px clamp(24px, 5vw, 78px); background: var(--ink); color: white; }
footer p { margin: 0; color: #aaa89f; font-size: .8rem; text-align: center; }
.footer-mark { color: white; }
.social-links { display: flex; justify-content: flex-end; gap: 18px; font-size: .82rem; font-weight: 750; }
.social-links a:hover { color: var(--yellow); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-form { border-left: 0; border-top: 1.5px solid var(--ink); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-intro { border-right: 0; border-bottom: 1px solid #3f3f39; }
  .platform-grid { grid-template-columns: repeat(5, minmax(140px, 1fr)); overflow-x: auto; }
  .case-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .method-grid article:nth-child(2) { border-right: 0; }
  .method-grid article:nth-child(-n+2) { border-bottom: 1.5px solid var(--ink); }
}

@media (max-width: 680px) {
  .site-nav { min-height: 66px; }
  .nav-cta { font-size: .86rem; }
  .hero-copy { padding-top: 54px; }
  h1 { font-size: clamp(3.25rem, 17vw, 5.6rem); }
  .field-row { grid-template-columns: 1fr; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2, .closing h2 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 230px; border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .method-grid article:last-child { border-bottom: 0; }
  .service-list article { grid-template-columns: .2fr 1fr; gap: 18px; }
  .service-list article p { grid-column: 2; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  .social-links { justify-content: center; flex-wrap: wrap; }
}

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