:root {
  --ink: #171613;
  --paper: #f7f4ed;
  --white: #fffdf8;
  --orange: #f26430;
  --orange-dark: #c83f14;
  --line: #d9d3c6;
  --muted: #eee9df;
  --radius: 22px;
}

* { 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;
  line-height: 1.55;
}

a { color: inherit; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 850; letter-spacing: .18em; text-decoration: none; }

.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 3px solid var(--orange); color: var(--orange); letter-spacing: 0; }

.nav-link { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--orange); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; padding: 80px 0 110px; }
.hero-copy, .offer-card { min-width: 0; }

.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

h1, h2, h3 { line-height: 1.04; letter-spacing: -.04em; }

h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 7.2vw, 92px); }

h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); }

h3 { margin: 0 0 12px; font-size: 23px; }

.lead { max-width: 760px; margin: 30px 0 0; color: #504c44; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.4; }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: #fff; background: var(--orange); }
.primary:hover { background: var(--orange-dark); }
.secondary { border: 1px solid var(--ink); }
.light { color: var(--ink); background: var(--white); }

.micro { color: #6d685f; font-size: 14px; }

.offer-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 80px rgba(45, 36, 22, .09); transform: rotate(1deg); }
.card-kicker { margin-top: 0; font-weight: 800; }
.offer-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.offer-card li { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); font-weight: 700; }
.offer-card li span { color: var(--orange); font-size: 12px; letter-spacing: .08em; }

.signal-strip { color: var(--white); background: var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { padding: 28px 24px; border-left: 1px solid #45423d; }
.signal-grid div:last-child { border-right: 1px solid #45423d; }
.signal-grid strong { display: block; color: var(--orange); font-size: 34px; }
.signal-grid span { color: #d0cbc1; font-size: 14px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; align-items: start; margin-bottom: 65px; }
.section-heading.narrow { max-width: 980px; }
.section-heading .eyebrow { padding-top: 10px; }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.problem-grid article { min-height: 220px; padding: 35px; background: var(--white); }
.problem-grid p { max-width: 480px; color: #5f5a51; font-size: 18px; }

.muted { background: var(--muted); }
.deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.deliverables div { min-height: 140px; padding: 26px; border-radius: 16px; background: var(--white); font-size: 18px; font-weight: 750; }

.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--orange); font-size: 22px; font-weight: 850; }
.steps p { max-width: 700px; margin: 8px 0 0; color: #625d54; font-size: 18px; }

.dark { color: var(--white); background: var(--ink); }
.dark .eyebrow { color: #ff8b61; }
.ownership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.ownership-copy { color: #d4cfc6; font-size: 20px; }

.about { display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: center; }
.portrait { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 48px; font-weight: 850; }
.about p:not(.eyebrow) { max-width: 780px; color: #5a554d; font-size: 19px; }

.cta { padding: 90px 0; color: var(--white); background: var(--orange); }
.cta .eyebrow { color: #ffe4da; }
.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.cta .actions { justify-content: flex-end; }
.text-link { color: var(--white); font-weight: 800; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 40px; padding: 54px 0 70px; color: #655f56; font-size: 13px; }
.footer div:last-child { text-align: right; }

@media (max-width: 820px) {
  .hero, .ownership-grid, .cta-inner { grid-template-columns: 1fr; }
  .hero { gap: 45px; padding: 60px 0 80px; }
  .offer-card { transform: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .problem-grid, .deliverables { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 130px 1fr; gap: 35px; }
  .cta .actions { justify-content: flex-start; }
  .footer { grid-template-columns: 1fr; }
  .footer div:last-child { text-align: left; }
}

@media (max-width: 540px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { height: 70px; }
  .nav-link { font-size: 14px; }
  h1 { font-size: 43px; overflow-wrap: anywhere; }
  .lead { font-size: 20px; }
  .hero .actions { align-items: stretch; flex-direction: column; }
  .hero .button { width: 100%; }
  .offer-card { padding: 24px; }
  .problem-grid, .deliverables { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .portrait { width: 112px; }
  .steps li { grid-template-columns: 44px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
