:root {
  --ink: #15171a;
  --muted: #5d646f;
  --line: #d9ded8;
  --paper: #fbfaf5;
  --sage: #dfe9dd;
  --mint: #b8d8c5;
  --coral: #ed745f;
  --blue: #234f6d;
  --gold: #cda95b;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(21, 23, 26, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(251, 250, 245, 0.9);
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.proof-row,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.86rem;
}

.nav-links {
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--coral);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--paper);
  background: var(--blue);
}

.primary-button {
  padding: 0 22px;
  color: var(--paper);
  background: var(--coral);
  border: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(237, 116, 95, 0.24);
}

.secondary-button {
  padding: 0 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 130px clamp(18px, 5vw, 72px) 76px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(21, 23, 26, 0.86) 0%, rgba(21, 23, 26, 0.58) 43%, rgba(21, 23, 26, 0.12) 100%),
    linear-gradient(0deg, rgba(21, 23, 26, 0.42) 0%, rgba(21, 23, 26, 0) 45%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 730px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.proof-row {
  flex-wrap: wrap;
  gap: 10px;
}

.proof-row span {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 0;
}

.intro-band {
  background: var(--sage);
}

.split,
.fit-layout,
.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.split p,
.section-copy,
.step p,
.fit-item p,
.deliverables p,
.schedule-card p,
.schedule-list {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.process-section,
.schedule-section {
  background: var(--paper);
}

.process-grid,
.deliverables {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step,
.deliverables div,
.schedule-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(21, 23, 26, 0.06);
}

.step,
.deliverables div {
  padding: 24px;
}

.step-number {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-weight: 800;
}

.fit-section {
  background: var(--ink);
  color: var(--white);
}

.fit-section .section-kicker {
  color: var(--mint);
}

.fit-section .section-copy,
.fit-item p {
  color: rgba(255, 255, 255, 0.72);
}

.fit-list {
  display: grid;
  gap: 14px;
}

.fit-item {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.deliverables-section {
  background: #eef3ec;
}

.deliverables {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.schedule-card h3 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.schedule-card p {
  margin-bottom: 0;
}

.schedule-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 4vw, 52px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .split,
  .fit-layout,
  .schedule-layout,
  .process-grid,
  .deliverables {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 88vh;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 64px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    padding: 112px 18px 54px;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4.4rem);
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .proof-row span {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}
