:root {
  --ink: #050505;
  --muted: #6f6f6f;
  --line: #dedede;
  --paper: #f7f7f4;
  --white: #ffffff;
  --dark: #08080a;
  --dark-line: #242428;
  --accent: #53c7a8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 28px 4.5vw;
  background: rgba(247, 247, 244, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 18px;
  border-color: rgba(0, 0, 0, 0.08);
}

.brand {
  width: max-content;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}

.main-nav a,
.header-cta,
.button,
.section-label,
.availability,
.trusted span,
.ticker span,
.footer nav a {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 11px;
}

.main-nav a {
  color: #2e2e2e;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 28px;
  background: var(--ink);
  color: var(--white);
}

.section-light {
  background:
    linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 120px 120px;
}

.section-dark {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--dark);
  background-size: 120px 120px;
  color: var(--white);
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 112px 24px 0;
  text-align: center;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 22px;
  border: 1px solid var(--line);
  color: #4c4c4c;
  background: rgba(255, 255, 255, 0.45);
}

.availability span {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.hero h1 {
  width: min(980px, 100%);
  margin: 40px 0 22px;
  font-size: clamp(58px, 7.2vw, 104px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
}

.hero p,
.section-copy,
.apply > p {
  width: min(650px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 52px;
  padding: 0 30px;
  border: 1px solid var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-light {
  background: rgba(255, 255, 255, 0.4);
}

.trusted {
  width: min(980px, 100%);
  margin-top: auto;
  padding: 54px 0 24px;
}

.trusted span,
.section-label,
.section-kicker {
  display: block;
  margin-bottom: 22px;
  color: #626262;
  font-weight: 600;
}

.trusted-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.trusted-row strong {
  padding: 24px 12px;
  background: var(--paper);
  font-size: 14px;
  font-weight: 700;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric {
  min-height: 170px;
  padding: 36px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong,
.metric span {
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  font-weight: 900;
}

.metric p {
  margin: 16px 0 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.visual-band {
  padding: 104px 5vw;
  text-align: center;
  overflow: hidden;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 11px;
  color: #b8b8b8;
}

.visual-band h2,
.services h2,
.results h2,
.process h2,
.apply h2 {
  width: min(890px, 100%);
  margin: 0 auto;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.visual-band img {
  display: block;
  width: min(1040px, 100%);
  margin: 62px auto 0;
  border: 1px solid var(--dark-line);
  filter: grayscale(100%) contrast(1.04);
}

.services,
.results,
.process {
  padding: 118px 5vw;
}

.section-label {
  text-align: center;
}

.section-heading {
  margin-bottom: 72px;
  text-align: center;
}

.service-list {
  width: min(1080px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 96px 1fr 64px;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--line);
}

.service-row > span {
  color: var(--muted);
  font-size: 15px;
}

.service-row h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: 0;
}

.service-row p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-row a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  font-size: 24px;
  transition: background 160ms ease, color 160ms ease;
}

.service-row:hover a {
  background: var(--ink);
  color: var(--white);
}

.results {
  border-top: 1px solid var(--line);
  text-align: center;
}

.result-grid {
  width: min(1120px, 100%);
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  text-align: left;
}

.result-grid article {
  min-height: 270px;
  padding: 34px;
  background: var(--paper);
}

.result-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
}

.result-grid strong {
  display: block;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1.08;
}

.result-grid p,
.process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.process {
  border-top: 1px solid var(--line);
  text-align: center;
}

.process-grid {
  width: min(1120px, 100%);
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}

.process-grid article {
  min-height: 310px;
  padding: 34px;
  border: 1px solid var(--line);
}

.process-grid article > span {
  display: block;
  margin-bottom: 64px;
  font-size: 16px;
  color: var(--muted);
}

.process-grid small {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.process-grid h3 {
  margin: 0 0 16px;
  font-size: 34px;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker span {
  padding: 34px 38px;
  white-space: nowrap;
  font-weight: 800;
  color: var(--ink);
}

.ticker span::after {
  content: "•";
  margin-left: 38px;
}

.apply {
  padding: 118px 5vw 86px;
  text-align: center;
}

.apply .section-label {
  color: #b8b8b8;
}

.apply > p {
  margin-top: 30px;
  color: #bababa;
}

.consult-form {
  width: min(760px, 100%);
  margin: 60px auto 0;
  display: grid;
  gap: 16px;
  text-align: left;
}

.consult-form label {
  display: grid;
  gap: 10px;
  color: #ececec;
  font-size: 13px;
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  border: 1px solid var(--dark-line);
  background: #111115;
  color: var(--white);
  min-height: 54px;
  padding: 0 18px;
  font: inherit;
  border-radius: 0;
  outline: none;
}

.consult-form textarea {
  min-height: 144px;
  padding-block: 16px;
  resize: vertical;
}

.consult-form input:focus,
.consult-form textarea:focus {
  border-color: #6f6f77;
}

.consult-form button {
  min-height: 56px;
  margin-top: 10px;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.contact-strip {
  width: min(900px, 100%);
  margin: 46px auto 0;
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  color: #b8b8b8;
  font-size: 14px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 40px 5vw;
  background: var(--dark);
  color: var(--white);
  border-top: 1px solid var(--dark-line);
}

.footer nav {
  display: flex;
  gap: 28px;
}

.footer span {
  justify-self: end;
  color: #a6a6a6;
  font-size: 13px;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 20px;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 16px;
    letter-spacing: 0.2em;
    font-size: 10px;
  }

  .hero {
    min-height: 92svh;
    padding-inline: 18px;
  }

  .hero h1 {
    margin-top: 38px;
    font-size: clamp(44px, 12vw, 58px);
  }

  .hero p,
  .section-copy,
  .apply > p {
    font-size: 16px;
  }

  .button {
    min-width: min(100%, 180px);
  }

  .trusted {
    padding-top: 58px;
  }

  .trusted-row,
  .metrics,
  .result-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .visual-band,
  .services,
  .results,
  .process,
  .apply {
    padding: 82px 20px;
  }

  .service-row {
    grid-template-columns: 42px 1fr 42px;
    gap: 14px;
    min-height: 170px;
  }

  .service-row a {
    width: 40px;
    height: 40px;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer span {
    justify-self: center;
  }
}

@media (max-width: 520px) {
  .availability,
  .main-nav a,
  .header-cta,
  .button,
  .section-label,
  .ticker span,
  .footer nav a {
    letter-spacing: 0.18em;
  }

  .header-cta {
    max-width: 150px;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .visual-band h2,
  .services h2,
  .results h2,
  .process h2,
  .apply h2 {
    font-size: 42px;
  }

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

  .service-row > span {
    grid-column: 1 / -1;
  }
}
