:root {
  --ink: #101418;
  --muted: #616b73;
  --paper: #f4f0e8;
  --card: #fffdf8;
  --red: #df3c2f;
  --red-dark: #aa2018;
  --gold: #f3b73b;
  --line: rgba(16, 20, 24, .14);
  --shadow: 0 20px 60px rgba(16, 20, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(244, 240, 232, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font: 20px/1 "Archivo Black", sans-serif;
  box-shadow: inset 0 0 0 5px var(--ink);
}
.brand strong { display: block; letter-spacing: .03em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.header-cta { padding: 9px 15px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; font-weight: 800; text-decoration: none; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 72px);
  overflow: hidden;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 9vw, 130px) clamp(24px, 6vw, 90px); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Archivo Black", sans-serif; line-height: .98; letter-spacing: -.04em; }
h1 { max-width: 740px; font-size: clamp(54px, 7.5vw, 118px); }
h1 span { color: var(--red); }
h1 > span { display: block; }
.hero-lede { max-width: 650px; margin: 28px 0; color: #41494f; font-size: clamp(18px, 2vw, 24px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 4px; font: 800 14px/1 Inter, sans-serif; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--red); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { background: var(--red-dark); transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button-secondary { border: 2px solid var(--ink); background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 34px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--red); }
.hero-media { position: relative; min-height: 560px; margin: 0; background: var(--ink); }
.hero-media img { height: 100%; object-fit: cover; object-position: center; filter: contrast(1.06) saturate(.92); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 50%, rgba(16,20,24,.55)); pointer-events: none; }
.hero-media figcaption { position: absolute; z-index: 1; right: 24px; bottom: 24px; padding: 12px 16px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero-media figcaption span { color: var(--gold); }

.services, .process { padding: clamp(76px, 10vw, 140px) clamp(20px, 6vw, 90px); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2, .proof h2, .quote h2 { font-size: clamp(40px, 5vw, 76px); }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 30px; overflow: hidden; background: var(--card); border: 1px solid var(--line); box-shadow: 6px 6px 0 var(--ink); }
.service-card.featured { color: white; background: var(--ink); }
.service-kicker { margin: 0 0 36px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured .service-kicker { color: var(--gold); }
.service-card h3 { margin: 0; font-size: 25px; }
.price { margin: 12px 0; font: 48px/1 "Archivo Black", sans-serif; letter-spacing: -.04em; }
.price span { font: 10px/1 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.service-card > p:not(.price):not(.service-kicker) { min-height: 76px; color: var(--muted); }
.featured > p:not(.price):not(.service-kicker) { color: #c7cbd0; }
.service-card a { color: var(--red); font-weight: 800; }
.featured a { color: var(--gold); }

.proof { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; }
.proof-image { min-height: 620px; overflow: hidden; }
.proof-image img { height: 100%; object-fit: cover; }
.proof-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 110px); }
.proof-copy > p:not(.eyebrow) { max-width: 630px; color: #c6cbd0; font-size: 18px; }
.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0 0; }
.proof-stats div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.proof-stats dt { color: var(--gold); font: 40px/1 "Archivo Black", sans-serif; }
.proof-stats dd { margin: 8px 0 0; color: #b8bec4; font-size: 12px; }

.section-heading.compact { max-width: 620px; }
.process ol { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.process li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--red); font: 28px/1 "Archivo Black", sans-serif; }
.process h3 { margin: 0; font-size: 21px; }
.process li p { margin: 6px 0 0; color: var(--muted); }

.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); padding: clamp(76px, 10vw, 140px) clamp(20px, 6vw, 90px); color: white; background: var(--red); }
.quote-intro p:last-child { max-width: 500px; }
.quote .eyebrow { color: var(--gold); }
form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 48px); color: var(--ink); background: var(--card); box-shadow: 8px 8px 0 var(--ink); }
label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #c7c3ba; border-radius: 2px; background: white; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(223, 60, 47, .22); border-color: var(--red); }
.form-row { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 12px; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); font-size: 13px; white-space: pre-wrap; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 38px clamp(20px, 6vw, 90px); color: #c3c8cd; background: #080a0c; font-size: 12px; }
footer strong { color: white; }

@media (max-width: 900px) {
  .hero, .proof, .quote { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-media { min-height: 52vh; }
  .service-grid { grid-template-columns: 1fr; }
  .proof-image { min-height: 420px; }
}
@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand { gap: 9px; }
  .brand-mark { width: 38px; }
  .brand strong { font-size: 13px; }
  .brand small { display: none; }
  .header-cta { padding: 9px 12px; font-size: 12px; }
  .hero-copy { padding-top: 54px; padding-bottom: 70px; }
  h1 { font-size: clamp(42px, 12vw, 50px); }
  .hero-media { min-height: 420px; }
  .hero-media figcaption { right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; font-size: 10px; text-align: center; }
  .trust-list { display: grid; gap: 10px; }
  .proof-stats { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process li { grid-template-columns: 62px 1fr; }
  footer { display: block; }
}
