:root {
  color-scheme: light;
  --ink: #111111;
  --secondary: #6f6f6f;
  --tertiary: #9a9a9a;
  --line: #e6e6e6;
  --surface: #f3f3f3;
  --white: #ffffff;
  --content: 1040px;
  --text: 640px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--white); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Hanken Grotesk", sans-serif; font-size: 18px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container, .header-inner { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-family: "Bodoni Moda", serif; font-weight: 500; font-size: 30px; line-height: 1; text-decoration: none; }
.header-store-badge { display: block; flex: 0 0 auto; min-height: 44px; text-decoration: none; }
.header-store-badge img { width: 120px; height: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 10px; font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; }
.button-primary { color: var(--white); background: var(--ink); }
.button-secondary { color: var(--ink); background: var(--surface); }
main { padding-top: var(--header-height); }
.section { padding-block: 96px; }
.section-rule { border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 18px; color: var(--secondary); font-size: 14px; line-height: 1.3; }
h1, h2, .step-number, .error-number { margin: 0; font-family: "Bodoni Moda", serif; font-weight: 500; }
h1 { max-width: 680px; font-size: 56px; line-height: 1.05; }
h2 { max-width: 680px; font-size: 34px; line-height: 1.12; }
h3 { margin: 0; font-size: 19px; line-height: 1.3; font-weight: 600; }
p { margin-top: 0; }
.lead { max-width: 600px; margin: 28px 0 30px; font-size: 18px; line-height: 1.5; }
.hero { min-height: calc(100svh - var(--header-height)); overflow: hidden; padding-top: 72px; padding-bottom: 64px; }
.hero-copy { max-width: 760px; }
.store-badge { display: inline-block; min-height: 44px; }
.store-badge img { width: 180px; height: auto; }
.availability { margin: 12px 0 0; color: var(--secondary); font-size: 14px; }
.showcase { display: flex; gap: 24px; width: 100%; margin-top: 48px; padding: 0 max(24px, calc((100vw - var(--content)) / 2)) 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--ink) var(--line); }
.showcase::-webkit-scrollbar { height: 4px; }
.showcase::-webkit-scrollbar-track { background: var(--line); }
.showcase::-webkit-scrollbar-thumb { background: var(--ink); }
.showcase-item { flex: 0 0 auto; margin: 0; scroll-snap-align: start; }
.showcase-item img { width: auto; max-width: none; height: clamp(500px, 43vw, 620px); }
.showcase-hint { margin-top: 8px; margin-bottom: 0; color: var(--secondary); font-size: 14px; }
.section-intro { margin-bottom: 54px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin: 0; padding: 0; list-style: none; }
.steps li { padding-top: 24px; border-top: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 34px; font-size: 44px; line-height: 1; }
.steps p, .feature-list p { margin: 14px 0 0; color: var(--secondary); font-size: 17px; }
.plus-copy h2 { margin-bottom: 52px; }
.feature-list article { display: grid; grid-template-columns: 122px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list p { margin: 0; }
.feature-list-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; }
.feature-list-columns article { display: block; padding: 24px 0 0; border-bottom: 0; }
.feature-list-columns article:last-child { border-bottom: 0; }
.feature-list-columns p { margin-top: 14px; }
.fine-print { margin: 24px 0 0; color: var(--secondary); font-size: 14px; line-height: 1.5; }
.privacy-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 100px; }
.privacy-grid h2 { margin-bottom: 28px; }
.privacy-grid p { max-width: var(--text); }
.text-link { display: inline-block; margin-top: 8px; font-size: 15px; font-weight: 600; }
.plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.final-cta { text-align: left; }
.final-cta h2 { max-width: 760px; margin-bottom: 32px; font-size: 50px; line-height: 1.05; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--secondary); font-size: 14px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; }
.wordmark-small { color: var(--ink); font-size: 23px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 28px; }
.footer-inner p { margin: 0; white-space: nowrap; }

.legal-page { padding-bottom: 96px; }
.legal-copy { width: min(calc(100% - 48px), var(--text)); margin-inline: auto; padding-top: 96px; }
.legal-copy h1 { font-size: 40px; }
.legal-copy .updated { margin: 20px 0 72px; color: var(--secondary); font-size: 14px; }
.legal-copy section { padding: 32px 0; border-top: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 16px; font-size: 24px; line-height: 1.2; }
.legal-copy p { margin-bottom: 16px; font-size: 17px; }
.legal-copy p:last-child { margin-bottom: 0; }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: calc(var(--header-height) + 48px) 24px 64px; text-align: center; }
.not-found > div { max-width: 640px; }
.error-number { color: var(--tertiary); font-size: 56px; }
.not-found h1 { margin: 8px auto 22px; font-size: 40px; }
.not-found p:not(.error-number) { color: var(--secondary); }
.not-found .button { margin-top: 12px; }

@media (max-width: 800px) {
  :root { --header-height: 68px; }
  body { font-size: 17px; }
  .section { padding-block: 64px; }
  h1 { font-size: 40px; }
  h2 { font-size: 28px; }
  .lead { font-size: 17px; }
  .hero { min-height: auto; padding-top: 64px; padding-bottom: 56px; }
  .showcase { gap: 14px; margin-top: 40px; }
  .showcase-item img { height: min(66svh, 560px); }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .step-number { margin-bottom: 22px; }
  .plus-copy h2 { margin-bottom: 36px; }
  .feature-list-columns { grid-template-columns: 1fr; gap: 34px; }
  .privacy-grid { grid-template-columns: 1fr; gap: 48px; }
  .final-cta h2 { font-size: 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .footer-links { flex-direction: column; gap: 12px; }
  .legal-copy { padding-top: 64px; }
  .legal-copy .updated { margin-bottom: 48px; }
}

@media (max-width: 480px) {
  .header-inner { width: min(calc(100% - 32px), var(--content)); }
  .wordmark { font-size: 27px; }
  .header-store-badge img { width: 108px; height: 36px; }
  .feature-list article { grid-template-columns: 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
