:root {
  --background: #fbfaf7;
  --foreground: #190f0a;
  --muted-foreground: #6d625c;
  --border: #ded7cd;
  --accent: #078ca9;
  --accent-foreground: #f6feff;
  --ring: #078ca9;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-serif: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
}

video,
svg {
  display: block;
}

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

:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 4px;
}

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

h1,
h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(3.2rem, 6.6vw, 5.85rem);
  line-height: 0.95;
}

h2 {
  color: #0d0907;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
}

h3 {
  color: #21140d;
  font-family: var(--font-serif);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.14;
}

.wrap {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: min(720px, 84svh);
  overflow: hidden;
  background: #21140d;
  color: #fffaf2;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgb(18 9 4 / 86%) 0%,
      rgb(18 9 4 / 54%) 42%,
      rgb(18 9 4 / 12%) 76%
    ),
    linear-gradient(
      180deg,
      rgb(18 9 4 / 44%) 0%,
      rgb(18 9 4 / 12%) 45%,
      rgb(18 9 4 / 18%) 100%
    );
}

.site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  width: min(100% - 96px, 1120px);
  margin-inline: auto;
  padding-block: 28px;
}

.brand {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: rgb(255 250 242 / 86%);
  font-size: 0.84rem;
  font-weight: 500;
}

.nav a,
.footer a {
  text-underline-offset: 5px;
}

.nav a:hover,
.footer a:hover {
  text-decoration: underline;
}

.nav-cta {
  min-width: 110px;
  border: 1px solid rgb(255 250 242 / 88%);
  border-radius: 999px;
  padding: 11px 22px;
  color: #fffaf2;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
}

.hero__content {
  width: min(100% - 96px, 1120px);
  margin-inline: auto;
  padding-block: clamp(92px, 14vh, 156px) clamp(88px, 14vh, 150px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #5b5048;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.hero__lead {
  position: relative;
  max-width: 430px;
  margin-top: 34px;
  padding-left: 38px;
  color: rgb(255 250 242 / 88%);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.hero__lead::before {
  position: absolute;
  top: 0.32em;
  bottom: 0.38em;
  left: 0;
  width: 1px;
  background: rgb(255 250 242 / 82%);
  content: "";
}

.section {
  padding-block: clamp(72px, 8.5vw, 106px);
}

.section--light {
  background: linear-gradient(180deg, #fffefe 0%, #fbfaf7 100%);
}

.section--warm {
  background: linear-gradient(180deg, #f1ede6 0%, #f8f5ef 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-top: 42px;
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 86px;
  right: -36px;
  color: #321f14;
  font-size: 2rem;
  line-height: 1;
  content: "→";
}

.step-number {
  color: #321f14;
  font-size: 1.18rem;
  line-height: 1;
}

.icon-orb {
  display: grid;
  width: 116px;
  height: 116px;
  margin: 24px 0 20px;
  place-items: center;
  border-radius: 999px;
  background: #f0ece7;
  color: #321f14;
}

.icon-orb svg,
.audience-item svg,
.benefit-item svg,
.email-button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-orb svg,
.audience-item svg,
.benefit-item svg {
  width: 48px;
  height: 48px;
  color: #321f14;
  stroke-width: 1.8;
}

.process-step p {
  max-width: 245px;
  margin-top: 13px;
  color: #766d67;
  font-size: 0.96rem;
  line-height: 1.55;
}

.section-note {
  margin-top: 44px;
  color: #321f14;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.audience-item {
  min-height: 154px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 6px 28px;
  text-align: center;
}

.audience-item + .audience-item {
  border-left: 1px solid #d7cec4;
}

.audience-item p {
  color: #736963;
  font-size: 0.94rem;
  line-height: 1.45;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding-right: 34px;
}

.benefit-item + .benefit-item {
  border-left: 1px solid #d7cec4;
  padding-left: 34px;
}

.benefit-item h3 {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}

.cta-section {
  padding-block: clamp(68px, 8vw, 96px);
  background:
    radial-gradient(circle at 85% 20%, rgb(7 140 169 / 20%), transparent 32%),
    linear-gradient(105deg, #120a05 0%, #24140b 48%, #120a05 100%);
  color: #fffaf2;
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 8vw, 120px);
}

.cta-section .eyebrow {
  color: rgb(255 250 242 / 70%);
}

.cta-section h2 {
  color: #fffaf2;
}

.cta-section p {
  margin-top: 18px;
  color: rgb(255 250 242 / 86%);
  font-size: 1.08rem;
  line-height: 1.65;
}

.cta-actions {
  display: grid;
  gap: 16px;
}

.email-button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  border-radius: 12px;
  padding: 0 24px;
  background: var(--accent);
  color: var(--accent-foreground);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
}

.email-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.email-button span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cta-actions p {
  margin-top: 0;
  color: rgb(255 250 242 / 72%);
  font-size: 0.82rem;
  line-height: 1.55;
}

.footer {
  background: #fffefe;
  color: #736963;
  font-size: 0.82rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 92px;
}

.brand--footer {
  position: relative;
  color: #21140d;
  padding-right: 28px;
}

.brand--footer::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 1px;
  height: 22px;
  background: #cfc5ba;
  content: "";
}

.footer nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

@media (max-width: 900px) {
  .site-header {
    width: min(100% - 44px, 1120px);
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero__content {
    width: min(100% - 44px, 1120px);
    padding-top: 82px;
  }

  .wrap {
    width: min(100% - 44px, 1120px);
  }

  .process-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    content: none;
  }

  .audience-item {
    border-top: 1px solid #d7cec4;
  }

  .audience-item + .audience-item {
    border-left: 0;
  }

  .audience-item:nth-child(odd) {
    border-right: 1px solid #d7cec4;
  }

  .benefit-row,
  .cta-grid,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .benefit-item + .benefit-item {
    border-left: 0;
    border-top: 1px solid #d7cec4;
    padding-left: 0;
  }

  .footer__inner {
    padding-block: 30px;
  }

  .footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 86svh;
  }

  .site-header {
    gap: 16px;
    padding-block: 22px;
  }

  .brand {
    font-size: 0.78rem;
    letter-spacing: 0.26em;
  }

  .nav-cta {
    min-width: 94px;
    padding: 10px 16px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .hero__lead {
    padding-left: 24px;
    font-size: 0.78rem;
    letter-spacing: 0.26em;
  }

  .process-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-item {
    border-right: 0 !important;
  }

  .benefit-item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding-right: 0;
  }

  .benefit-item svg {
    width: 42px;
    height: 42px;
  }

  .email-button {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    padding-inline: 18px;
    font-size: 0.92rem;
  }
}
