:root {
  color-scheme: light;
  --paper: #fbfaf7;
  --ink: #172127;
  --muted: #606b70;
  --green: #356c47;
  --line: #d9deda;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: -0.04em; line-height: 1.12; }
h1 { font-size: clamp(2.75rem, 5.8vw, 5.5rem); font-weight: 680; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 650; }
h3 { font-size: 1.12rem; font-weight: 650; }
a { color: inherit; text-underline-offset: 0.24em; text-decoration-thickness: 1px; }
a:hover { color: var(--green); }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; border-radius: 2px; }
main:focus { outline: 0; }
.wrap { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: -100px; left: 20px; padding: 10px 14px; background: var(--paper); border: 1px solid var(--ink); }
.skip-link:focus { top: 20px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; border-bottom: 1px solid var(--line); }
.brand { font-size: 1.28rem; font-weight: 690; letter-spacing: -0.035em; text-decoration: none; white-space: nowrap; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: 0.88rem; }
.site-header nav a { text-decoration: none; color: #48545a; }
.site-header nav a:hover { color: var(--green); }
.eyebrow { color: var(--green); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 330px); align-items: center; gap: clamp(52px, 8vw, 118px); padding-block: clamp(68px, 9vw, 116px); }
.hero-copy { max-width: 660px; }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { max-width: 670px; }
.hero-summary { max-width: 590px; margin-top: 28px; color: var(--muted); font-size: clamp(1.06rem, 1.55vw, 1.27rem); line-height: 1.5; }
.availability { display: inline-flex; align-items: center; gap: 11px; margin-top: 34px; padding: 10px 14px; background: #eaf1e9; border: 1px solid #cfddcf; border-radius: 4px; color: #244d32; font-size: 0.89rem; font-weight: 650; }
.availability::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.product-figure { width: 100%; }
.product-figure img { width: 100%; border: 7px solid #111a1d; border-radius: 35px; background: #111a1d; box-shadow: 0 24px 60px rgb(16 30 22 / 13%); }
.product-figure figcaption { max-width: 310px; margin: 13px auto 0; color: var(--muted); font-size: 0.74rem; line-height: 1.45; text-align: center; }
.hero-figure { justify-self: center; max-width: 330px; }

.steps { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 68px 0; }
.section-heading { max-width: 620px; padding-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.step-grid article { padding: 30px 36px 42px 0; }
.step-grid article + article { border-left: 1px solid var(--line); padding-left: 36px; }
.step-number { display: block; margin-bottom: 24px; color: var(--green); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.12em; }
.step-grid h3 { margin-bottom: 12px; }
.step-grid p, .record-copy p:not(.eyebrow), .data-copy p { color: var(--muted); }

.record-story { display: grid; grid-template-columns: minmax(230px, 290px) minmax(0, 1fr); align-items: center; gap: clamp(54px, 11vw, 150px); padding-block: 100px; border-bottom: 1px solid var(--line); }
.record-figure { max-width: 290px; justify-self: center; }
.record-copy { max-width: 550px; }
.record-copy .eyebrow { margin-bottom: 18px; }
.record-copy h2 { margin-bottom: 24px; }
.record-copy p + p { margin-top: 20px; }
.data-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 60px; padding-block: 86px; border-bottom: 1px solid var(--line); }
.data-section .eyebrow { margin-bottom: 16px; }
.data-section h2 { max-width: 440px; }
.data-copy { max-width: 555px; }
.data-copy p + p { margin-top: 20px; }
.data-copy a { color: var(--green); }
.more-section { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding-block: 75px 90px; }
.more-section .eyebrow { margin-bottom: 15px; }
.text-link { color: var(--green); font-size: 0.96rem; font-weight: 650; white-space: nowrap; }
.text-link span { margin-left: 4px; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px 30px; padding-block: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
.site-footer nav { justify-content: flex-end; }
.site-footer small { grid-column: 1 / -1; font-size: 0.72rem; }
.not-found { min-height: 60vh; padding-block: 100px; }
.not-found .eyebrow { margin-bottom: 18px; }
.not-found h1 { margin-bottom: 18px; }
.not-found p:not(.eyebrow) { color: var(--muted); }
.not-found .text-link { display: inline-block; margin-top: 28px; }

@media (max-width: 780px) {
  .site-header { flex-wrap: wrap; align-content: center; padding-block: 20px; gap: 10px 24px; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-block: 68px 75px; }
  .hero-figure { max-width: 320px; }
  .steps { padding-top: 56px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { padding: 25px 0 28px; }
  .step-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .step-number { margin-bottom: 12px; }
  .record-story { grid-template-columns: 1fr; gap: 46px; padding-block: 70px; }
  .record-copy { grid-row: 1; }
  .record-figure { grid-row: 2; }
  .data-section { grid-template-columns: 1fr; gap: 24px; padding-block: 65px; }
  .more-section { align-items: start; flex-direction: column; gap: 25px; padding-block: 65px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .wrap { width: calc(100% - 32px); }
  h1 { font-size: clamp(2.5rem, 12vw, 3.1rem); }
  .site-header nav { gap: 10px 18px; }
  .hero { padding-top: 54px; }
  .hero-summary { margin-top: 22px; }
  .availability { margin-top: 28px; }
  .product-figure img { border-width: 5px; border-radius: 27px; }
  .text-link { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
