:root {
  --ink: #171a18;
  --muted: #59615c;
  --paper: #fbfcfa;
  --surface: #ffffff;
  --mist: #edf5f1;
  --line: #d9e3dd;
  --teal: #006c5b;
  --teal-dark: #044b42;
  --coral: #d95f3d;
  --gold: #c9a044;
  --shadow: 0 24px 70px rgba(23, 26, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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, 5vw, 72px);
  border-bottom: 1px solid rgba(217, 227, 221, 0.84);
  background: rgba(251, 252, 250, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.brand-name {
  font-size: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--teal);
}

.hero {
  position: relative;
  min-height: min(760px, 82svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 96px clamp(20px, 5vw, 72px) 84px;
  background: #101311;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: url("assets/hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 14, 12, 0.88) 0%, rgba(10, 14, 12, 0.67) 42%, rgba(10, 14, 12, 0.16) 78%),
    linear-gradient(0deg, rgba(10, 14, 12, 0.56), rgba(10, 14, 12, 0.04) 42%);
}

.hero-content {
  width: min(680px, 100%);
  color: var(--surface);
}

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

.hero .eyebrow {
  color: #ffb092;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 10.5em;
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-copy {
  width: min(580px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 19px;
  font-weight: 800;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--teal);
  color: var(--surface);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--teal-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--surface);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.statement {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.statement-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 70px) 0;
}

.statement p {
  max-width: 960px;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 0;
}

.section-header {
  max-width: 820px;
  margin-bottom: 34px;
  text-align: left;
}

.section-header .eyebrow {
  margin-bottom: 12px;
}

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

.service-card {
  min-height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 42px rgba(23, 26, 24, 0.06);
}

.service-card:nth-child(2) {
  background: var(--mist);
}

.service-card:nth-child(3) {
  border-color: rgba(201, 160, 68, 0.38);
}

.card-kicker {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-card p,
.approach-copy p,
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.approach {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.72fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--surface);
}

.approach h2 {
  max-width: 780px;
}

.approach-copy p:last-child {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.step span {
  display: block;
  margin-bottom: 8px;
  color: #f0c36b;
  font-weight: 850;
}

.step p {
  color: rgba(255, 255, 255, 0.76);
}

.contact {
  width: min(1120px, calc(100% - 40px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 98px) 0;
}

.contact h2 {
  max-width: 820px;
}

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

.site-footer a {
  font-weight: 750;
}

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

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 76svh;
    padding-top: 66px;
    padding-bottom: 58px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(10, 14, 12, 0.9) 0%, rgba(10, 14, 12, 0.75) 62%, rgba(10, 14, 12, 0.32) 100%),
      linear-gradient(0deg, rgba(10, 14, 12, 0.62), rgba(10, 14, 12, 0.04) 42%);
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 3.8rem);
  }

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

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

  .service-card {
    min-height: 230px;
  }
}

@media (max-width: 520px) {
  .brand {
    width: 100%;
    justify-content: space-between;
  }

  .nav-links {
    gap: 8px;
    font-size: 0.86rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-inline: 14px;
  }
}
