:root {
  color-scheme: light;
  --paper: #f4f1e8;
  --paper-2: #e8dfcf;
  --ink: #171a15;
  --muted: #5a675f;
  --forest: #1d372e;
  --forest-2: #2f5748;
  --brass: #c99a43;
  --rust: #98563f;
  --line: #c8bda7;
  --shadow: rgba(29, 55, 46, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--forest), transparent 93%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--forest), transparent 95%) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header,
footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px clamp(18px, 4vw, 40px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  height: 44px;
  width: 44px;
}

nav {
  display: flex;
  gap: 24px;
}

nav a,
footer a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

nav a:hover,
footer a:hover {
  color: var(--forest);
}

main {
  overflow: hidden;
}

.hero,
.section,
.privacy-section,
.launch-box,
.policy {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 72px);
  grid-template-columns: 0.9fr 1.1fr;
  min-height: calc(100vh - 96px);
  padding-bottom: 62px;
  padding-top: 42px;
}

.hero-copy,
.section-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.eyebrow {
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

h1 {
  font-size: clamp(3.05rem, 8vw, 7.4rem);
  max-width: 760px;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  max-width: 760px;
}

p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
}

.lede {
  max-width: 650px;
}

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

.button {
  border: 1px solid var(--forest);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  text-decoration: none;
}

.button.primary {
  background: var(--forest);
  color: var(--paper);
}

.button.secondary {
  color: var(--forest);
}

.hero-media,
.product-shot {
  background: var(--paper-2);
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px var(--shadow);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.hero-media {
  transform: rotate(-0.6deg);
}

.intro-band {
  background: var(--forest);
  color: var(--paper);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.intro-band div {
  background: color-mix(in srgb, var(--forest), white 4%);
  display: grid;
  gap: 8px;
  min-height: 210px;
  padding: clamp(24px, 5vw, 48px);
}

.intro-band p {
  color: #d8c9ad;
  max-width: 320px;
}

.stat {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.82;
}

.section {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 86px);
  grid-template-columns: 0.86fr 1.14fr;
  padding-bottom: clamp(72px, 11vw, 132px);
  padding-top: clamp(72px, 11vw, 132px);
}

.split-feature {
  grid-template-columns: 1.12fr 0.88fr;
  padding-top: 0;
}

.privacy-section {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 34px;
  grid-template-columns: 0.85fr 1.15fr;
  padding-bottom: clamp(78px, 11vw, 140px);
  padding-top: clamp(64px, 10vw, 118px);
}

.privacy-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-list li {
  background: var(--paper-2);
  border-left: 8px solid var(--forest);
  color: var(--forest);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 900;
  padding: 22px 24px;
}

.launch-box {
  background: var(--forest);
  margin-bottom: clamp(48px, 8vw, 86px);
  padding-bottom: clamp(34px, 6vw, 58px);
  padding-top: clamp(34px, 6vw, 58px);
}

.launch-box h2 {
  color: var(--paper);
  margin: 10px 0 18px;
}

.launch-box p:not(.eyebrow) {
  color: #d8c9ad;
  max-width: 840px;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.policy {
  max-width: 820px;
  min-height: calc(100vh - 170px);
  padding-bottom: clamp(78px, 12vw, 132px);
  padding-top: clamp(62px, 10vw, 110px);
}

.policy h1 {
  margin: 12px 0 28px;
}

.policy h2 {
  border-top: 1px solid var(--line);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-top: 42px;
  padding-top: 30px;
}

.policy p,
.policy li {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.58;
}

.hero > *,
.section > *,
.privacy-section > * {
  min-width: 0;
}

.policy p + p {
  margin-top: 18px;
}

.policy code {
  color: var(--forest);
  font-weight: 900;
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    gap: 18px;
  }

  nav {
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: flex-end;
  }

  .hero,
  .section,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

  .split-feature .product-shot {
    order: 2;
  }
}

@media (max-width: 560px) {
  body {
    background-size: 54px 54px;
  }

  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .brand img {
    height: 38px;
    width: 38px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 3.7rem);
    line-height: 0.98;
    max-width: 350px;
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
  }

  .hero,
  .section,
  .privacy-section,
  .launch-box,
  .policy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    gap: 34px;
    padding-top: 34px;
  }

  .lede {
    max-width: 320px;
  }

  .actions {
    max-width: 350px;
  }

  .hero-media,
  .product-shot {
    max-width: 350px;
  }

  .button {
    width: 100%;
  }
}
