:root {
  --paper: oklch(0.955 0.012 82);
  --paper-raised: oklch(0.985 0.007 82);
  --ink: oklch(0.205 0.018 58);
  --muted: oklch(0.48 0.018 62);
  --line: oklch(0.82 0.018 76);
  --accent: oklch(0.59 0.18 28);
  --accent-dark: oklch(0.44 0.14 28);
  --space-xs: .25rem;
  --space-sm: .5rem;
  --space-md: .75rem;
  --space-lg: 1rem;
  --space-xl: 1.5rem;
  --space-2xl: 2rem;
  --space-3xl: 3rem;
  --space-4xl: 4rem;
  --space-5xl: 6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }

.site-header, footer {
  width: min(100% - 2rem, 76rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header { min-height: 5rem; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 650; letter-spacing: -.02em; text-decoration: none; }
nav, footer div { display: flex; gap: var(--xl, 1.5rem); }
nav a, footer a { color: var(--muted); font-size: .875rem; text-decoration: none; }
nav a:hover, footer a:hover { color: var(--ink); }

main:not(.policy) { overflow: hidden; }
.hero {
  width: min(100% - 2rem, 76rem);
  margin-inline: auto;
  padding-block: clamp(5rem, 11vw, 9rem) clamp(4rem, 9vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .45fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}
.eyebrow, .section-kicker {
  color: var(--accent-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow { grid-column: 1 / -1; display: flex; align-items: center; gap: var(--space-md); }
.eyebrow span { width: 1.75rem; height: 1px; background: var(--accent); }
h1, h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .97;
}
.hero h1 { font-size: clamp(3.5rem, 8vw, 7.75rem); }
.lede { margin: 0; max-width: 34rem; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.55; }
.availability { margin-top: var(--space-2xl); padding-top: var(--space-lg); border-top: 1px solid var(--line); display: grid; gap: var(--space-xs); font-size: .85rem; }
.availability span { color: var(--muted); }

.product-story {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(4rem, 10vw, 9rem) max(1rem, calc((100vw - 76rem) / 2));
  display: grid;
  grid-template-columns: minmax(17rem, .9fr) minmax(18rem, 1.1fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}
.menu-demo { max-width: 31rem; background: oklch(0.29 0.017 58); border: 1px solid oklch(0.4 0.017 58); border-radius: 1rem; overflow: hidden; box-shadow: 0 2rem 5rem oklch(0.12 0.01 58 / .35); transform: rotate(-1.25deg); }
.mac-bar { height: 2.5rem; padding-inline: 1rem; display: flex; align-items: center; justify-content: space-between; color: oklch(0.78 0.01 72); font-size: .72rem; border-bottom: 1px solid oklch(0.4 0.017 58); }
.popover { margin: var(--space-lg); padding: clamp(1.5rem, 5vw, 2.5rem); background: var(--paper-raised); color: var(--ink); border-radius: .6rem; }
.popover-label { color: var(--accent-dark); font-size: .66rem; font-weight: 750; letter-spacing: .12em; }
.meeting-time { margin-top: var(--space-lg); font-family: "Iowan Old Style", serif; font-size: clamp(3rem, 8vw, 5.5rem); line-height: .9; letter-spacing: -.06em; }
.meeting-title { margin-top: var(--space-xl); font-size: 1.2rem; font-weight: 650; }
.meeting-meta { color: var(--muted); font-size: .84rem; }
.join-button { margin-block: var(--space-xl) var(--space-lg); padding: .75rem 1rem; background: var(--ink); color: var(--paper); display: flex; justify-content: space-between; font-size: .85rem; border-radius: .35rem; }
.later { display: grid; grid-template-columns: 4rem 1fr; gap: var(--space-lg); padding-block: var(--space-md); border-top: 1px solid var(--line); font-size: .82rem; }
.later span:first-child { color: var(--muted); }
.steps .section-kicker { color: oklch(0.74 0.13 32); }
.steps h2 { margin-block: var(--space-lg) var(--space-3xl); font-size: clamp(3rem, 6vw, 5.5rem); }
.steps ol { margin: 0; padding: 0; list-style: none; }
.steps li { padding-block: var(--space-xl); border-top: 1px solid oklch(0.38 0.015 58); display: grid; grid-template-columns: 3rem 1fr; gap: var(--space-lg); }
.steps li > span { color: oklch(0.67 0.02 68); font-size: .72rem; }
.steps strong { font-size: 1.05rem; }
.steps p { margin: var(--space-xs) 0 0; max-width: 35rem; color: oklch(0.75 0.02 72); font-size: .9rem; }

.privacy { width: min(100% - 2rem, 76rem); margin-inline: auto; padding-block: clamp(5rem, 12vw, 10rem); }
.privacy h2 { margin-block: var(--space-lg) var(--space-4xl); max-width: 50rem; font-size: clamp(3.25rem, 7vw, 7rem); }
.privacy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 10vw, 10rem); border-top: 1px solid var(--line); padding-top: var(--space-2xl); }
.privacy-grid > p { margin: 0; color: var(--muted); font-size: 1.15rem; max-width: 40rem; }
.privacy-grid ul { margin: 0; padding: 0; list-style: none; }
.privacy-grid li { padding-block: var(--space-md); border-bottom: 1px solid var(--line); font-size: .9rem; }
.text-link { display: inline-flex; gap: var(--space-sm); margin-top: var(--space-3xl); color: var(--accent-dark); font-weight: 650; text-decoration: none; }
.text-link:hover span { transform: translateX(.25rem); }
.text-link span { transition: transform .2s ease-out; }

.policy { width: min(100% - 2rem, 65rem); margin-inline: auto; padding-block: clamp(4rem, 9vw, 8rem); display: grid; grid-template-columns: minmax(14rem, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.policy-heading { position: sticky; top: 3rem; }
.policy-heading h1 { margin-block: var(--space-lg); font-size: clamp(3rem, 6vw, 5rem); }
.policy-heading > p:last-child { color: var(--muted); font-size: .85rem; }
article { max-width: 44rem; }
article h2 { margin: var(--space-3xl) 0 var(--space-lg); font-family: "Avenir Next", Avenir, sans-serif; font-size: 1.15rem; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
article h2:first-child { margin-top: 0; }
article p { color: var(--muted); }
article a { color: var(--accent-dark); }

footer { min-height: 7rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

@media (max-width: 720px) {
  .site-header { align-items: flex-start; padding-block: 1.25rem; }
  nav { flex-direction: column; gap: .25rem; align-items: flex-end; }
  .hero, .product-story, .privacy-grid, .policy { grid-template-columns: 1fr; }
  .hero { gap: var(--space-xl); }
  .product-story { padding-inline: 1rem; }
  .menu-demo { width: min(100%, 30rem); justify-self: center; }
  .policy-heading { position: static; }
  footer { align-items: flex-start; padding-block: var(--space-xl); }
  footer div { flex-direction: column; gap: .25rem; align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
