:root {
  color-scheme: light;
  --paper: #fffaf1;
  --white: #ffffff;
  --ink: #17324d;
  --muted: #64717e;
  --line: #d9d2c5;
  --orange: #e66a2c;
  --orange-dark: #b94715;
  --orange-hover: #8f310f;
  --teal: #0d7568;
  --teal-pale: #dceee9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif;
  margin: 0;
}

a {
  color: var(--teal);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 12px;
  padding: 8px 12px;
  position: fixed;
  top: -80px;
  z-index: 10;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 18px 28px;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.site-header nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--teal);
}

.hero {
  display: grid;
  gap: clamp(38px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(60px, 9vw, 122px) 28px 88px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(42px, 6.3vw, 76px);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 26px;
  max-width: 720px;
}

.lede {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 620px;
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.actions a {
  border-radius: 7px;
  font-size: 14px;
  font-weight: 750;
  padding: 11px 16px;
  text-decoration: none;
}

.primary {
  background: var(--orange-dark);
  color: var(--white);
}

.primary:hover {
  background: var(--orange-hover);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.secondary:hover {
  border-color: var(--teal);
}

.availability {
  color: var(--muted);
  font-size: 12px;
  max-width: 540px;
}

.result-sheet {
  align-self: center;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 12px 14px 0 var(--teal-pale);
  padding: clamp(24px, 4vw, 42px);
  position: relative;
  transform: rotate(1deg);
}

.sheet-rule {
  background: var(--orange);
  height: 6px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 34%;
}

.mock-result {
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.mock-url {
  color: var(--teal);
  font-size: 12px;
  margin-bottom: 3px;
}

.mock-result h2 {
  color: #244f76;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.mock-result > p:not(.mock-url) {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}

.mock-archive {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 5px 11px;
}

.mock-archive a {
  text-underline-offset: 3px;
}

.muted-result {
  opacity: 0.58;
}

.mock-button {
  background: var(--ink);
  border: 0;
  border-radius: 7px;
  color: var(--white);
  font: 700 13px/1 system-ui, sans-serif;
  opacity: 1;
  padding: 12px 16px;
}

.preview-note {
  color: var(--muted);
  font-size: 10.5px;
  margin: 14px 0 0;
}

.features {
  background: var(--ink);
  color: var(--paper);
  padding: 86px max(28px, calc((100vw - 1124px) / 2));
}

.features .eyebrow {
  color: #f4a77e;
}

.section-heading {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: 56px;
}

.section-heading h2 {
  font-size: clamp(34px, 4.5vw, 55px);
  line-height: 1.05;
  margin-bottom: 0;
  max-width: 760px;
}

.feature-grid {
  border-top: 1px solid rgb(255 250 241 / 25%);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feature-grid article {
  min-height: 250px;
  padding: 36px 42px 20px 0;
}

.feature-grid article + article {
  border-left: 1px solid rgb(255 250 241 / 25%);
  padding-left: 42px;
}

.number {
  color: #f4a77e;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 38px;
}

.feature-grid h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.feature-grid p {
  color: #c7d0da;
  max-width: 480px;
}

.privacy-strip {
  align-items: start;
  display: grid;
  gap: 28px 60px;
  grid-template-columns: 0.8fr 1.2fr auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: 82px 28px;
}

.privacy-strip h2 {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 0;
}

.privacy-strip > p {
  color: var(--muted);
  margin-bottom: 0;
}

.privacy-strip > a {
  border-bottom: 2px solid var(--teal);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

footer {
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  gap: 18px 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 26px 28px 40px;
}

footer p {
  color: var(--muted);
  margin-bottom: 0;
}

footer a {
  font-weight: 700;
  white-space: nowrap;
}

.legal {
  margin: 0 auto;
  max-width: 820px;
  min-height: calc(100vh - 180px);
  padding: clamp(54px, 9vw, 100px) 28px;
}

.legal h1 {
  font-size: clamp(42px, 7vw, 68px);
}

.legal h2 {
  font-size: 27px;
  margin: 42px 0 10px;
}

.legal p,
.legal li {
  color: #4f5e6c;
}

.legal .updated {
  font-size: 13px;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .result-sheet {
    transform: none;
  }

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

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article + article {
    border-left: 0;
    border-top: 1px solid rgb(255 250 241 / 25%);
    padding-left: 0;
  }

  .privacy-strip > a {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 16px 20px;
  }

  .site-header nav {
    gap: 8px 18px;
    width: 100%;
  }

  .hero {
    padding: 50px 20px 70px;
  }

  h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .result-sheet {
    box-shadow: 7px 8px 0 var(--teal-pale);
    padding: 24px 19px;
  }

  .features {
    padding: 68px 20px;
  }

  .privacy-strip {
    padding: 64px 20px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px 34px;
  }
}

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