:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5f6b7a;
  --line: #d8dee7;
  --paper: #ffffff;
  --mist: #f2f5f8;
  --navy: #18314f;
  --green: #2e7d63;
  --gold: #c78d3b;
  --blue: #2d6cdf;
  --shadow: 0 18px 45px rgba(23, 32, 42, 0.12);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--navy);
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  min-height: calc(100vh - 79px);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--navy);
  color: white;
}

.button.secondary {
  background: transparent;
  color: var(--navy);
}

.hero-media {
  min-height: 520px;
  background:
    linear-gradient(rgba(24, 49, 79, 0.12), rgba(24, 49, 79, 0.12)),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1100&q=80") center / cover;
  box-shadow: var(--shadow);
}

.section {
  padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.company-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: var(--line);
}

.company-strip div {
  min-height: 130px;
  padding: 24px;
  background: var(--paper);
}

.company-strip span,
.process-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-strip strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

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

.section-heading p,
.copy-stack p,
.contact-section p,
.legal-page p {
  color: var(--muted);
}

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

.service-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.service-card p,
.highlight p {
  color: var(--muted);
}

.process-section {
  background: var(--mist);
}

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

.process-list article {
  min-height: 280px;
  padding: 28px;
  border-top: 4px solid var(--green);
  background: var(--paper);
}

.process-list p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  background: var(--mist);
}

.copy-stack {
  max-width: 780px;
  font-size: 18px;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.highlight {
  min-height: 260px;
  padding: 32px;
  background: var(--paper);
}

.highlight span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-weight: 800;
}

.highlight strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
}

.category-section {
  background: var(--paper);
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 960px;
}

.tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: var(--mist);
  color: var(--ink);
  font-weight: 750;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
  border-left: 4px solid var(--green);
  background: var(--mist);
  font-style: normal;
}

.contact-card span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.contact-card a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.contact-card small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.legal-page {
  max-width: 860px;
  min-height: calc(100vh - 152px);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

.legal-page h1 {
  font-size: clamp(42px, 6vw, 64px);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-page a {
  color: var(--blue);
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .split-section,
  .contact-section,
  .company-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .service-grid,
  .highlights,
  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header nav {
    gap: 12px;
  }

  .brand {
    align-items: flex-start;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
