:root {
  --cream: #f8f2e7;
  --paper: #fffaf1;
  --ink: #19191b;
  --muted: #676765;
  --coral: #e79072;
  --coral-dark: #b85e43;
  --blue: #bfd9e3;
  --blue-deep: #79aebe;
  --sage: #cbd9c6;
  --line: rgba(25, 25, 27, 0.14);
  --shadow: 0 28px 80px rgba(25, 25, 27, 0.15);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wrap: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: var(--wrap); margin: 0 auto; }
.serif { font-family: var(--serif); }
.eyebrow {
  color: var(--coral-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 16px;
  border: 2px solid var(--ink);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--cream);
  background: rgba(25, 25, 27, 0.92);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.brand-word { font-size: 1.15rem; letter-spacing: -0.02em; }
.brand-word span { color: var(--coral); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); font-size: 0.9rem; color: rgba(248, 242, 231, 0.72); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--paper); }
.nav-cta {
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--ink) !important;
  background: var(--blue);
  font-weight: 750;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(248, 242, 231, 0.28);
  border-radius: 50%;
  color: var(--cream);
  background: transparent;
  cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; padding: 6px 20px 20px; }
.mobile-menu a { display: block; padding: 12px 0; color: rgba(248,242,231,.84); }
.mobile-menu.is-open { display: block; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  background: var(--ink);
  color: var(--cream);
}
.hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -210px;
  top: 80px;
  border: 88px solid rgba(231, 144, 114, 0.12);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .74fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) 0;
}
.hero-copy h1 {
  max-width: 780px;
  margin: 18px 0 28px;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.6vw, 8.4rem);
  font-weight: 400;
  line-height: .89;
  letter-spacing: -.045em;
}
.hero-copy h1 em { color: var(--coral); font-weight: 400; }
.hero-copy > p { max-width: 640px; color: rgba(248,242,231,.74); font-size: clamp(1.05rem,1.6vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--blue { color: var(--ink); background: var(--blue); box-shadow: 0 10px 32px rgba(121,174,190,.25); }
.button--cream { color: var(--ink); background: var(--paper); }
.button--ghost { color: var(--cream); border-color: rgba(248,242,231,.36); }
.release-note { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: rgba(248,242,231,.58); font-size: .84rem; }
.release-note::before { content:""; width: 8px; height: 8px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 6px rgba(203,217,198,.12); }

.hero-art {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}
.hero-blob {
  position: absolute;
  inset: 2% -8% 6% -12%;
  border-radius: 44% 56% 38% 62% / 54% 34% 66% 46%;
  background: var(--cream) url("./assets/illustrated-background.jpg") center / cover;
  transform: rotate(2deg);
}
.phone {
  position: relative;
  width: min(360px, 84vw);
  padding: 12px;
  border-radius: 58px;
  background: #0b0b0c;
  box-shadow: var(--shadow);
}
.phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 29%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0b0b0c;
}
.phone img { display: block; width: 100%; height: auto; border-radius: 47px; }
.hero-phone { transform: rotate(-2.2deg); }
.scribble {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: 68px;
  width: 140px;
  padding: 15px 17px;
  color: var(--ink);
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 18px 24px 16px 26px;
  box-shadow: 8px 8px 0 var(--ink);
  font-size: .82rem;
  font-weight: 800;
  transform: rotate(3deg);
}

.section { position: relative; padding: clamp(84px, 11vw, 150px) 0; overflow: hidden; }
.section--paper { background: var(--paper); }
.section--blue { background: var(--blue); }
.section--dark { background: var(--ink); color: var(--cream); }
.section-heading { max-width: 920px; margin: 14px 0 0; font-family: var(--serif); font-size: clamp(3rem, 6.5vw, 6.5rem); line-height: .96; font-weight: 400; letter-spacing: -.035em; }
.section-lead { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1rem,1.5vw,1.2rem); }
.section--dark .section-lead { color: rgba(248,242,231,.68); }

.personal-grid { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(50px,8vw,110px); align-items: center; margin-top: clamp(54px,7vw,92px); }
.criteria { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.criterion { min-height: 174px; padding: 24px; border: 1px solid rgba(25,25,27,.16); border-radius: 30px 22px 34px 18px; background: rgba(255,250,241,.58); }
.criterion:nth-child(2), .criterion:nth-child(3) { background: rgba(255,255,255,.38); }
.criterion-num { display:block; color: var(--coral-dark); font-size:.72rem; font-weight:800; letter-spacing:.14em; }
.criterion h3 { margin: 26px 0 6px; font-family: var(--serif); font-size:1.7rem; font-weight:400; }
.criterion p { margin:0; color:rgba(25,25,27,.62); font-size:.92rem; }
.phone-stage { position: relative; display: grid; place-items:center; min-height: 760px; }
.phone-stage::before { content:""; position:absolute; width:88%; aspect-ratio:1; border-radius: 58% 42% 47% 53% / 43% 61% 39% 57%; background: var(--coral); opacity:.78; }
.phone-stage .phone { width: min(390px, 82vw); transform: rotate(2deg); }

.showcase-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,3vw,40px); margin-top:70px; align-items:end; }
.showcase-item { text-align:center; }
.showcase-item:nth-child(2) { transform: translateY(-28px); }
.showcase-item .phone { width: 100%; max-width: 320px; margin: 0 auto; padding: 9px; border-radius: 48px; }
.showcase-item .phone::before { height:18px; top:16px; }
.showcase-item .phone img { border-radius:40px; }
.showcase-item h3 { margin: 25px 0 5px; font-family:var(--serif); font-size:clamp(1.6rem,2.5vw,2.2rem); font-weight:400; }
.showcase-item p { max-width:310px; margin:0 auto; color:var(--muted); font-size:.92rem; }

.progress-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.75fr); gap:clamp(46px,8vw,110px); align-items:center; }
.progress-points { display:grid; gap:18px; margin-top:40px; }
.progress-point { display:grid; grid-template-columns:48px 1fr; gap:16px; padding-top:18px; border-top:1px solid rgba(248,242,231,.16); }
.progress-point span { display:grid; place-items:center; width:42px; height:42px; border-radius:14px; color:var(--ink); background:var(--coral); font-weight:850; }
.progress-point h3 { margin:2px 0 4px; font-family:var(--serif); font-size:1.55rem; font-weight:400; }
.progress-point p { margin:0; color:rgba(248,242,231,.62); font-size:.92rem; }
.progress-visual { position:relative; display:grid; place-items:center; min-height:700px; }
.progress-visual::before { content:""; position:absolute; inset:4% 0; border-radius:45% 55% 58% 42% / 55% 42% 58% 45%; background:var(--blue); }
.progress-visual .phone { width:min(365px,82vw); transform:rotate(-2deg); }

.privacy-card { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr); gap:44px; align-items:center; padding:clamp(34px,6vw,74px); border:2px solid var(--ink); border-radius:42px 68px 40px 72px; background:var(--paper); box-shadow:12px 12px 0 var(--ink); }
.privacy-card h2 { margin:10px 0 18px; font-family:var(--serif); font-size:clamp(2.7rem,5vw,5.2rem); line-height:.98; font-weight:400; }
.privacy-card p { max-width:680px; margin:0; color:var(--muted); }
.privacy-list { display:grid; gap:12px; }
.privacy-list span { display:flex; align-items:center; gap:12px; padding:15px 18px; border-radius:18px; background:var(--cream); font-size:.92rem; font-weight:700; }
.privacy-list span::before { content:"✓"; display:grid; place-items:center; width:26px; height:26px; border-radius:50%; color:var(--ink); background:var(--sage); }

.faq-list { max-width:850px; margin:54px 0 0; border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px 0; cursor:pointer; list-style:none; font-family:var(--serif); font-size:clamp(1.35rem,2.3vw,1.8rem); }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--blue); font-family:var(--sans); font-size:1.2rem; }
.faq-list details[open] summary::after { content:"–"; }
.faq-list details p { max-width:700px; margin:-4px 0 24px; color:var(--muted); }

.cta-panel { position:relative; padding:clamp(52px,8vw,100px); overflow:hidden; border-radius:80px 34px 74px 42px; background:var(--coral); border:2px solid var(--ink); }
.cta-panel::after { content:""; position:absolute; width:280px; height:280px; right:-80px; bottom:-120px; border:54px solid rgba(255,250,241,.38); border-radius:50%; }
.cta-panel h2 { max-width:780px; margin:10px 0 20px; font-family:var(--serif); font-size:clamp(3rem,6vw,6rem); line-height:.94; font-weight:400; }
.cta-panel p { max-width:640px; margin:0 0 28px; }

.site-footer { padding:58px 0 32px; color:var(--cream); background:var(--ink); }
.footer-grid { display:grid; grid-template-columns:1.4fr .6fr .6fr; gap:40px; }
.footer-grid p { max-width:420px; color:rgba(248,242,231,.58); }
.footer-links { display:grid; align-content:start; gap:10px; }
.footer-links strong { margin-bottom:5px; color:var(--coral); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; }
.footer-links a { color:rgba(248,242,231,.72); }
.footer-links a:hover { color:var(--paper); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:42px; padding-top:22px; border-top:1px solid rgba(248,242,231,.12); color:rgba(248,242,231,.42); font-size:.8rem; }

.legal-hero { padding:clamp(72px,10vw,120px) 0 54px; color:var(--cream); background:var(--ink); }
.legal-hero h1 { max-width:900px; margin:16px 0; font-family:var(--serif); font-size:clamp(3.7rem,8vw,7rem); line-height:.92; font-weight:400; }
.legal-hero p { max-width:680px; margin:0; color:rgba(248,242,231,.65); }
.legal-layout { display:grid; grid-template-columns:230px minmax(0,760px); gap:clamp(40px,7vw,90px); align-items:start; padding:clamp(64px,9vw,110px) 0; }
.legal-nav { position:sticky; top:104px; display:grid; gap:9px; }
.legal-nav a { color:var(--muted); font-size:.88rem; }
.legal-nav a:hover { color:var(--coral-dark); }
.legal-content { min-width:0; }
.legal-content section { scroll-margin-top:100px; padding:0 0 38px; margin:0 0 38px; border-bottom:1px solid var(--line); }
.legal-content section:last-child { border-bottom:0; }
.legal-content h2 { margin:0 0 14px; font-family:var(--serif); font-size:clamp(1.9rem,3.5vw,2.7rem); font-weight:400; }
.legal-content h3 { margin:24px 0 8px; font-size:1rem; }
.legal-content p, .legal-content li { color:#4f4f4d; }
.legal-content ul { padding-left:1.2rem; }
.legal-content a { color:var(--coral-dark); text-decoration:underline; text-underline-offset:3px; }
.notice { padding:22px; border-left:5px solid var(--blue-deep); background:rgba(191,217,227,.34); }

.support-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:48px; }
.support-card { padding:28px; border:1px solid var(--line); border-radius:28px 20px 32px 18px; background:rgba(255,255,255,.45); }
.support-card h2 { margin:16px 0 7px; font-family:var(--serif); font-size:1.65rem; font-weight:400; }
.support-card p { margin:0; color:var(--muted); font-size:.92rem; }
.support-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:16px; background:var(--blue); font-weight:850; }
.contact-box { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; margin-top:48px; padding:clamp(30px,5vw,58px); color:var(--cream); background:var(--ink); border-radius:34px 54px 30px 58px; }
.contact-box h2 { margin:0 0 8px; font-family:var(--serif); font-size:clamp(2rem,4vw,3.5rem); font-weight:400; }
.contact-box p { margin:0; color:rgba(248,242,231,.62); }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .nav-links { display:none; }
  .menu-button { display:block; }
  .hero-grid, .personal-grid, .progress-grid, .privacy-card { grid-template-columns:1fr; }
  .hero-copy h1 { font-size:clamp(4rem,14vw,7rem); }
  .hero-art { min-height:650px; }
  .personal-grid { gap:30px; }
  .showcase-grid { grid-template-columns:1fr; gap:52px; }
  .showcase-item:nth-child(2) { transform:none; }
  .showcase-item .phone { max-width:360px; }
  .progress-grid { gap:30px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
  .legal-layout { grid-template-columns:1fr; }
  .legal-nav { display:none; }
  .support-grid { grid-template-columns:1fr; }
}

@media (max-width: 600px) {
  :root { --wrap:min(100% - 28px,1180px); }
  .hero-grid { padding-top:60px; }
  .hero-copy h1 { font-size:clamp(3.7rem,18vw,5.6rem); }
  .hero-art { min-height:590px; }
  .scribble { right:0; }
  .criteria { grid-template-columns:1fr; }
  .criterion { min-height:0; }
  .phone-stage { min-height:660px; }
  .privacy-card { border-radius:34px 46px 30px 48px; box-shadow:7px 7px 0 var(--ink); }
  .cta-panel { border-radius:46px 24px 44px 28px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > :first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .contact-box { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
