:root {
  --ink: #11120f;
  --paper: #f7f4ee;
  --muted: #6d6a61;
  --line: rgba(17, 18, 15, 0.14);
  --charcoal: #1d201c;
  --cream: #fffaf0;
  --accent: #2f4b3f;
  --accent-2: #b9a36b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 48px);
  background: rgba(247, 244, 238, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-size: 0.95rem;
  font-weight: 700;
}

.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.nav-links {
  gap: clamp(14px, 2.5vw, 32px);
  color: #3d3b35;
  font-size: 0.92rem;
}

.nav-links a:not(.nav-cta):hover {
  color: var(--ink);
}

.nav-cta {
  padding: 11px 16px;
  color: var(--cream);
  background: var(--accent);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  min-height: calc(100vh - 73px);
  background: var(--charcoal);
  color: var(--cream);
}

.hero-copy {
  align-self: center;
  padding: clamp(44px, 6vw, 76px) clamp(24px, 6vw, 76px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--accent-2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 4.6vw, 4.95rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.hero-text {
  max-width: 570px;
  margin-bottom: 26px;
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.primary {
  color: var(--ink);
  background: var(--cream);
}

.secondary {
  color: var(--cream);
  border-color: rgba(255, 250, 240, 0.24);
}

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

.hero-stats {
  flex-wrap: wrap;
  gap: 22px;
  margin: 26px 0 0;
}

.hero-stats div {
  min-width: 126px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 250, 240, 0.22);
}

.hero-stats dt {
  margin-bottom: 4px;
  font-size: 1.55rem;
  font-weight: 800;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 250, 240, 0.62);
  font-size: 0.88rem;
}

.hero-media {
  min-height: 520px;
}

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

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
}

.intro {
  max-width: 940px;
  text-align: center;
}

.intro p:last-child,
.cta p,
.proof-panel,
.service-list p,
.feature-card p,
.process-steps p {
  color: var(--muted);
  line-height: 1.65;
}

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

.section-heading {
  grid-column: 1 / -1;
  max-width: 780px;
  margin-bottom: 18px;
}

.feature-card {
  min-height: 280px;
  padding: 28px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-card span,
.process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 38px;
  color: var(--cream);
  background: var(--accent);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 92px);
  border-top: 1px solid var(--line);
}

.service-list {
  display: grid;
  gap: 28px;
}

.service-list div {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.proof {
  width: 100%;
  max-width: none;
  padding: clamp(74px, 10vw, 130px) clamp(20px, 4vw, 48px);
  background: #e7e0d4;
}

.proof-panel {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: end;
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 18px 0;
  color: var(--ink);
  border-bottom: 1px solid rgba(17, 18, 15, 0.18);
  font-weight: 750;
}

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

.process-steps div {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.cta {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto clamp(64px, 8vw, 100px);
  padding: clamp(42px, 6vw, 76px);
  color: var(--cream);
  background: var(--charcoal);
  border-radius: 8px;
}

.cta h2,
.cta p {
  max-width: 720px;
}

.cta p {
  margin-bottom: 28px;
  color: rgba(255, 250, 240, 0.74);
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 48px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-logo {
  width: min(310px, 68vw);
  height: auto;
}

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

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 46px;
  }

  .hero-media {
    min-height: 420px;
  }

  .feature-grid,
  .split,
  .proof-panel,
  .process-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

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

  .nav-cta {
    padding: 10px 13px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 48px 20px 38px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-media {
    min-height: 330px;
  }

  .section,
  .cta {
    width: calc(100% - 32px);
  }

  .feature-card {
    min-height: auto;
  }

  .cta {
    padding: 34px 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
