:root {
  color-scheme: light;
  --ink: #293129;
  --muted: #657065;
  --paper: #f8f7f2;
  --white: #fff;
  --sage: #667968;
  --sage-soft: #e8ede7;
  --brown: #8b705e;
  --line: #d9ddd6;
  --sans: "Segoe UI", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #395f42;
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 221, 214, 0.8);
  background: rgba(248, 247, 242, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 22px;
  font-weight: 750;
  text-decoration: none;
}

.header-actions,
.main-nav,
.language-switch {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 22px;
}

.main-nav {
  gap: 24px;
}

.main-nav a {
  color: #4d584e;
  font-size: 14px;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--ink);
}

.language-switch {
  min-width: 104px;
  border: 1px solid var(--line);
  background: var(--white);
}

.language-switch button {
  min-width: 51px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: 700 12px/1 var(--sans);
}

.language-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.release-label {
  color: var(--sage);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  background: #e8e3dc;
  isolation: isolate;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(248, 247, 242, 0.7);
}

.hero-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100svh - 64px);
  margin: 0 auto;
  padding: clamp(70px, 12vh, 132px) 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 24px;
  color: #526553;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

h1,
h2,
.legal-title {
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 1.14;
}

.hero-lede {
  max-width: 590px;
  margin: 28px 0 0;
  color: #4f5a50;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.9;
}

.coming-state {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: #405243;
  font-size: 14px;
  font-weight: 750;
}

.coming-state::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6d846f;
  content: "";
}

.phone {
  width: min(315px, 100%);
  margin-left: auto;
  border: 8px solid #2c312d;
  border-radius: 42px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 30px 70px rgba(37, 42, 38, 0.24);
}

.phone-top {
  height: 22px;
  background: #2c312d;
}

.phone-screen {
  padding: 16px;
}

.phone-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.phone-screen img {
  aspect-ratio: 1;
  object-fit: cover;
}

.pick-label {
  margin: 18px 0 6px;
  color: var(--sage);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.pick-copy {
  min-height: 54px;
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
}

.section {
  padding: clamp(86px, 11vw, 150px) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.35;
}

.section-lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.truth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.time-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
}

.time-pair figure,
.steps figure {
  margin: 0;
}

.time-pair img {
  aspect-ratio: 1;
  object-fit: cover;
}

.time-pair figure:last-child {
  transform: translateY(42px);
}

figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.flow-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.steps {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.steps img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.step-number {
  margin: 22px 0 10px;
  color: var(--brown);
  font-size: 12px;
  font-weight: 800;
}

.steps h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.steps p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.record-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(46px, 8vw, 100px);
  align-items: center;
}

.growth-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.growth-crop {
  aspect-ratio: 3 / 5;
  overflow: hidden;
}

.growth-crop img {
  height: 100%;
  object-fit: cover;
}

.feature-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border-top: 1px solid var(--line);
  padding: 17px 0;
  color: #4e5a50;
}

.feature-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.privacy-cta {
  background: #e7ece6;
}

.privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 70px;
  align-items: end;
}

.privacy-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.privacy-point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #435046;
}

.privacy-point::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.final-question {
  border-left: 1px solid #bcc7bc;
  padding-left: 42px;
}

.final-question h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.45;
}

.text-link {
  display: inline-block;
  margin-top: 24px;
  color: #3f5543;
  font-weight: 750;
  text-underline-offset: 5px;
}

.site-footer {
  padding: 46px 0;
  background: #2b312c;
  color: #edf0eb;
}

.footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}

.footer-brand {
  font-size: 16px;
  font-weight: 750;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 28px;
}

.footer-links a {
  color: #d5dbd3;
  font-size: 13px;
  text-decoration: none;
}

.footer-tagline {
  margin: 50px 0 0;
  color: #aeb9ae;
  font-family: var(--serif);
  font-size: 16px;
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  padding: clamp(70px, 10vw, 120px) 0 58px;
  background: var(--white);
}

.legal-wrap {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-title {
  margin: 0;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.2;
}

.legal-lede {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.legal-content {
  padding: 64px 0 100px;
}

.legal-content section + section {
  margin-top: 44px;
}

.legal-content h2 {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.5;
}

.legal-content p,
.legal-content li {
  color: #4f5950;
  line-height: 1.9;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-note {
  border-left: 3px solid var(--sage);
  margin: 38px 0 0;
  padding: 2px 0 2px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.legal-date {
  margin-top: 52px;
  color: var(--muted);
  font-size: 13px;
}

.contact-email {
  display: inline-block;
  margin-top: 24px;
  color: #3d5541;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-underline-offset: 6px;
}

.utility-page {
  width: min(680px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  place-items: center;
}

.utility-panel {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(28px, 6vw, 52px);
}

.utility-panel h1 {
  margin: 0;
  font-size: clamp(32px, 7vw, 50px);
}

.utility-panel p {
  color: var(--muted);
  line-height: 1.8;
}

.action-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  padding: 10px 18px;
  font-weight: 750;
  text-decoration: none;
}

.action-link:hover {
  background: #3d473e;
}

.faq {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 750;
  line-height: 1.6;
}

.faq p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .main-nav,
  .header-release {
    display: none;
  }

  .hero-inner,
  .truth-layout,
  .record-layout,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 70px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .phone {
    width: 280px;
    margin: 0 6vw 0 auto;
  }

  .truth-layout {
    gap: 60px;
  }

  .time-pair {
    max-width: 620px;
  }

  .steps {
    gap: 16px;
  }

  .privacy-grid {
    gap: 48px;
  }

  .final-question {
    border-top: 1px solid #bcc7bc;
    border-left: 0;
    padding-top: 38px;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .hero-inner,
  .section-inner,
  .footer-inner,
  .legal-wrap {
    width: min(100% - 28px, 1120px);
  }

  .header-actions {
    gap: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-photo {
    object-position: 58% center;
  }

  .hero-wash {
    background: rgba(248, 247, 242, 0.78);
  }

  .hero-inner {
    min-height: auto;
    padding: 72px 0 50px;
    gap: 48px;
  }

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

  .hero-lede {
    max-width: 330px;
    font-size: 16px;
  }

  .phone {
    width: min(270px, 82vw);
    margin: 0 auto;
  }

  .section {
    padding: 82px 0;
  }

  h2 {
    font-size: 34px;
  }

  .time-pair figure:last-child {
    transform: translateY(24px);
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .steps img {
    aspect-ratio: 4 / 3;
  }

  .record-layout {
    gap: 52px;
  }

  .growth-strip {
    gap: 6px;
  }

  .footer-top {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .footer-tagline {
    margin-top: 42px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
