:root {
  color-scheme: light;
  --ink: #17211f;
  --muted: #62706c;
  --paper: #f8f6ef;
  --surface: #ffffff;
  --line: #d9ded8;
  --teal: #0e6f66;
  --teal-dark: #094a46;
  --amber: #d79a2b;
  --clay: #a95f4d;
  --steel: #dfe8ed;
  --shadow: 0 24px 80px rgba(23, 33, 31, 0.14);
}

* {
  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.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 16, 15, 0.62), rgba(8, 16, 15, 0));
}

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

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

.brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.nav-links {
  gap: 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.nav-links a:hover,
.nav-cta:hover {
  color: #ffffff;
}

.nav-cta {
  justify-self: end;
  min-width: 92px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.hero {
  position: relative;
  min-height: 84svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 18, 17, 0.86) 0%, rgba(7, 18, 17, 0.58) 42%, rgba(7, 18, 17, 0.18) 100%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2400&q=86") center/cover;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(248, 246, 239, 0), var(--paper));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 92px;
  color: #ffffff;
}

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

.hero h1 {
  margin: 0;
  font-size: clamp(56px, 10vw, 116px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 2.2vw, 25px);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 760;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button-primary {
  background: var(--amber);
  color: #15120b;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.contact-section .button-secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 40px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 108px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 7px;
  font-size: 18px;
}

.trust-strip span {
  color: var(--muted);
}

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

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.workflow-copy h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-copy p:not(.eyebrow),
.contact-section p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.image-panel {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.feature-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

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

.feature-card {
  min-height: 244px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 860;
}

.feature-card h3 {
  margin: 0;
  font-size: 22px;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  min-height: 720px;
  background: var(--teal-dark);
  color: #ffffff;
}

.workflow-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.workflow-copy {
  align-self: center;
  padding: clamp(44px, 7vw, 88px);
}

.workflow-copy h2 {
  max-width: 620px;
}

.steps {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 18px;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
}

.quote-section {
  padding-top: clamp(80px, 10vw, 132px);
  padding-bottom: clamp(80px, 10vw, 132px);
}

.quote-section blockquote {
  max-width: 980px;
  margin: 0;
  color: var(--teal-dark);
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 760;
  line-height: 1.08;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: end;
  border-top: 1px solid var(--line);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-content {
    padding-bottom: 72px;
  }

  .trust-strip,
  .intro-section,
  .section-heading,
  .feature-grid,
  .workflow-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -20px;
  }

  .workflow-section {
    min-height: 0;
  }

  .workflow-image img {
    min-height: 320px;
  }

  .workflow-copy {
    padding: 46px 20px 58px;
  }

  .contact-actions {
    margin-top: 0;
  }

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

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

  .nav-cta {
    min-width: 78px;
    padding: 9px 11px;
  }

  .hero-content,
  .section,
  .trust-strip {
    width: calc(100% - 32px);
  }

  .trust-strip div,
  .feature-card {
    padding: 20px;
  }

  .button {
    width: 100%;
  }
}
