:root {
  color-scheme: light;
  --ink: #29231d;
  --muted: #75685b;
  --paper: #fffdf8;
  --cream: #f5efe4;
  --line: #dfd3c5;
  --terracotta: #a34f35;
  --terracotta-dark: #783723;
  --sage: #798775;
  --sun: #e8b760;
  --shadow: 0 24px 80px rgba(76, 54, 34, 0.12);
  font-family: ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Helvetica Neue", sans-serif;
  background: var(--cream);
  color: var(--ink);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(232, 183, 96, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 28%, rgba(121, 135, 117, 0.2), transparent 28rem),
    var(--cream);
  font-size: 17px;
  line-height: 1.6;
}

a { color: inherit; }

.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--terracotta);
  color: white;
  font-size: 18px;
}

.site-nav { display: flex; align-items: center; gap: 24px; font-size: 15px; }
.site-nav a { color: var(--muted); text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--terracotta);
  color: white;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(120, 55, 35, 0.2);
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover, .button:focus-visible { background: var(--terracotta-dark); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button.small { min-height: 42px; padding-inline: 18px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
  min-height: 690px;
  padding: 68px 0 94px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1, h2, h3 { line-height: 1.08; letter-spacing: -0.04em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 7vw, 82px); }
h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); }
h3 { margin: 0; font-size: 24px; }

.hero-copy {
  max-width: 650px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: clamp(19px, 2.4vw, 23px);
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.availability { margin: 16px 0 0; color: var(--muted); font-size: 14px; }

.phone-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.season-orbit { position: absolute; inset: 10%; border: 1px solid rgba(163, 79, 53, 0.2); border-radius: 50%; }
.season-orbit::before, .season-orbit::after { content: "✦"; position: absolute; color: var(--sun); font-size: 26px; }
.season-orbit::before { top: 3%; right: 14%; }
.season-orbit::after { bottom: 8%; left: 6%; color: var(--sage); }

.phone {
  position: relative;
  width: min(310px, 76vw);
  padding: 12px;
  border: 1px solid rgba(42, 34, 28, 0.3);
  border-radius: 48px;
  background: #27231f;
  box-shadow: 0 36px 90px rgba(55, 40, 27, 0.28);
  transform: rotate(2deg);
}

.phone-screen { min-height: 570px; overflow: hidden; border-radius: 38px; background: #faf6ee; padding: 30px 20px 22px; }
.phone-island { width: 88px; height: 24px; margin: -22px auto 26px; border-radius: 20px; background: #27231f; }
.phone-label { color: var(--muted); font-size: 13px; font-weight: 700; }
.phone-title { margin: 2px 0 24px; font-size: 32px; line-height: 1.05; letter-spacing: -0.04em; }
.today-card { margin-top: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.today-card strong { display: block; margin-bottom: 4px; }
.today-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.today-card.featured { color: white; border: 0; background: var(--terracotta); }
.today-card.featured p { color: rgba(255, 255, 255, 0.8); }
.progress-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 16px; }
.progress-dots span { height: 7px; border-radius: 6px; background: #e4dbd0; }
.progress-dots span.done { background: var(--sage); }
.tab-bar { display: flex; justify-content: space-around; margin: 28px -8px 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.band { padding: 104px 0; }
.band.paper { background: rgba(255, 253, 248, 0.78); border-block: 1px solid rgba(223, 211, 197, 0.8); }
.section-intro { max-width: 720px; margin-bottom: 50px; }
.section-intro p { color: var(--muted); font-size: 20px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: 0 10px 40px rgba(76, 54, 34, 0.05); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 50px; border-radius: 15px; background: #efe5d7; color: var(--terracotta); font-size: 22px; }
.feature-card p { color: var(--muted); }

.circle-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.circle-visual { padding: 34px; border-radius: 34px; background: #dfe5dc; }
.member { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; margin: 10px 0; padding: 15px; border-radius: 18px; background: rgba(255, 255, 255, 0.75); }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sun); font-weight: 800; }
.member:nth-child(2) .avatar { background: #cfa992; }
.member:nth-child(3) .avatar { background: #9cafa0; }
.member small { display: block; color: var(--muted); }
.presence { color: var(--sage); font-size: 13px; font-weight: 800; }
.circle-copy p { color: var(--muted); font-size: 19px; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 12px 0; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--terracotta); font-weight: 900; }

.privacy-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 46px; border-radius: 34px; background: var(--ink); color: white; }
.privacy-callout p { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, 0.7); }
.lock { font-size: 64px; }

.faq { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 60px; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 750; }
.faq-list p { color: var(--muted); }

.site-footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 14px; }
.footer-links a { text-decoration: none; }

.document { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 100px; }
.document h1 { font-size: clamp(44px, 7vw, 68px); }
.document h2 { margin-top: 48px; font-size: 28px; }
.document p, .document li { color: #51483f; }
.document .effective { color: var(--muted); }
.document-nav { width: min(920px, calc(100% - 40px)); }
.notice { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }

@media (max-width: 820px) {
  .site-nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 42px; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .actions { justify-content: center; }
  .phone-stage { min-height: 570px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-icon { margin-bottom: 28px; }
  .circle-layout, .faq { grid-template-columns: 1fr; }
  .privacy-callout { grid-template-columns: 1fr; }
  .lock { display: none; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 70px; }
  .brand-mark { width: 30px; height: 30px; }
  .site-nav .button { display: none; }
  .hero { min-height: auto; padding-bottom: 70px; }
  .band { padding: 74px 0; }
  .phone-screen { min-height: 530px; }
  .privacy-callout { padding: 30px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

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