:root {
  --bg: #f4f1e7; --bg-soft: #f7f5ea; --card: #fbf9f1; --ink: #3c4033;
  --accent: #6b7a52; --accent-deep: #5a6845; --on-accent: #f7f5ea;
  --muted: #7a7361; --muted-2: #8b8471; --line: #c9c2a6; --border: #d5cfb8;
  --dash: #b3ab90; --date-ink: #5c5747; --glow-a: rgba(180,196,160,.30);
  --glow-b: rgba(226,205,175,.40); --mote: rgba(139,132,113,.35);
  --petal: rgba(107,122,82,.35); --shadow: rgba(60,64,51,.12);
  --shadow-deep: rgba(60,64,51,.22); --frame: #33382c;
  --rail-hi: #e2e2e5; --rail-lo: #9a9ba1; --rail-edge: rgba(255,255,255,.55);
  --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Karla', -apple-system, sans-serif;
  --hand: 'Caveat', cursive; --spring: cubic-bezier(.32,.72,0,1); --header-h: 72px;
}
[data-theme="dark"] {
  --bg: #1c2620; --bg-soft: #202b24; --card: #232f28; --ink: #f0e9d8;
  --accent: #e1b46b; --accent-deep: #d3a55c; --on-accent: #1c2620;
  --muted: #b3ab97; --muted-2: #8f8a79; --line: #3a463c; --border: #3f4a40;
  --dash: #6a7466; --date-ink: #d9d2bf; --glow-a: rgba(225,180,107,.10);
  --glow-b: rgba(95,184,174,.06); --mote: rgba(240,233,216,.30);
  --petal: rgba(225,180,107,.30); --shadow: rgba(0,0,0,.45);
  --shadow-deep: rgba(0,0,0,.6); --frame: #141a15;
  --rail-hi: #6a6e72; --rail-lo: #232628; --rail-edge: rgba(255,255,255,.20);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 0; }
body { overflow-x: clip; background: var(--bg); color: var(--ink); font: 16.5px/1.6 var(--sans); -webkit-font-smoothing: antialiased; transition: background .35s ease,color .35s ease; }
img { display: block; max-width: 100%; }
button,input { font: inherit; }
.wrap { width: min(1180px,100%); margin-inline: auto; padding-inline: 24px; }
.grain { position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
h1,h2 { font-family: var(--serif); font-weight: 500; text-wrap: balance; }
h2 { font-size: clamp(36px,4vw,54px); line-height: 1.05; }
h2 em { color: var(--accent); font-style: italic; }
.eyebrow { color: var(--muted-2); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-head { max-width: 650px; margin-bottom: 46px; }
.section-head h2 { margin: 6px 0 12px; }
.section-head p,.sub { color: var(--muted); font-size: 17px; }
.section-head strong { color: var(--ink); }
.deco-leaf { width: auto; height: 40px; margin-bottom: 10px; }

.site-header { position: fixed; z-index: 60; top: 0; left: 0; right: 0; border-bottom: 1px solid transparent; background: color-mix(in srgb,var(--bg) 82%,transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.header-inner { width: min(1180px,100%); min-height: 70px; margin: auto; padding: 10px 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 600 22px var(--serif); text-decoration: none; justify-self: start; }
.brand-icon { width: 32px; height: 32px; object-fit: contain; }
.site-nav { display: flex; gap: clamp(18px,3vw,38px); }
.site-nav a { color: var(--ink); font-size: 15px; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-underline-offset: 7px; }
.site-nav a:hover,.site-nav a:focus-visible { color: var(--accent); text-decoration: underline; }
.theme-toggle { justify-self: end; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; background: var(--card); color: var(--accent); display: grid; place-items: center; cursor: pointer; transition: transform .3s ease,border-color .2s ease; }
.theme-toggle:hover { border-color: var(--accent); transform: rotate(30deg); }
.theme-toggle svg { width: 19px; height: 19px; }
.ic-sun { display: none; }.ic-moon { display: block; }[data-theme="dark"] .ic-sun { display: block; }[data-theme="dark"] .ic-moon { display: none; }

.intro { position: relative; min-height: 100svh; padding: 110px 7vw 70px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.intro::before { content: ''; position: absolute; z-index: -2; inset: 18% 22%; border-radius: 50%; background: radial-gradient(closest-side,var(--glow-b),transparent 72%); filter: blur(30px); }
.intro-title { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0 .18em; color: var(--ink); font-size: clamp(62px,9.2vw,124px); line-height: .86; letter-spacing: -.035em; text-align: center; }
.intro-title .grow-word { display: inline-flex; align-items: center; white-space: nowrap; }
.intro-title img { width: .76em; height: .76em; margin: .02em .025em 0; object-fit: contain; }
.botanical { position: absolute; z-index: -1; bottom: -5%; width: min(31vw,360px); height: 88%; color: var(--line); opacity: .62; }
.botanical-left { left: -2%; }.botanical-right { right: -2%; transform: scaleX(-1); }
.scroll-invite { position: absolute; bottom: 42px; color: var(--muted); font: 500 clamp(19px,2vw,24px) var(--hand); text-decoration: none; }
.js .scroll-invite { opacity: 0; animation: invite-in .3s ease-out .3s forwards; }
.js .scroll-invite span { display: inline-block; animation: arrow-bounce .7s ease-out .7s 1; }
@keyframes invite-in { to { opacity: 1; } } @keyframes arrow-bounce { 50% { transform: translateY(7px); } }

.about { padding: 130px 0; border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(520px,1.4fr); gap: clamp(36px,6vw,88px); align-items: center; }
.about-copy h2 { margin: 8px 0 20px; font-size: clamp(40px,4.4vw,60px); }.about-copy .sub { margin-bottom: 30px; }
.about,.features,.questions,.faq { position: relative; }
.section-tag { position: absolute; z-index: 2; top: clamp(16px,2vw,28px); left: clamp(16px,3vw,40px); right: auto; color: var(--accent); font: 700 13px/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.about>.wrap,.features>.wrap,.questions>.wrap:first-of-type,.faq>.wrap { padding-top: 28px; }
.phone-pair { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; }
/* ---------- iPhone frame ---------- */
.phone-shell { position: relative; container-type: inline-size; width: var(--pw); padding: calc(var(--pw) * .012); border-radius: calc(var(--pw) * .152); background: linear-gradient(135deg,var(--rail-hi) 0%,var(--rail-lo) 38%,var(--rail-hi) 68%,var(--rail-lo) 100%); box-shadow: 0 28px 65px var(--shadow-deep), inset 0 0 0 .5px var(--rail-edge); }
.phone-body { position: relative; padding: calc(var(--pw) * .025); border-radius: calc(var(--pw) * .14); background: #060606; box-shadow: inset 0 0 0 calc(var(--pw) * .006) #000; }
.phone-island { position: absolute; z-index: 5; top: calc(var(--pw) * .046); left: 50%; width: 31%; height: calc(var(--pw) * .085); transform: translateX(-50%); border-radius: calc(var(--pw) * .043); background: #000; }
.phone-screen { position: relative; overflow: hidden; border-radius: calc(var(--pw) * .119); aspect-ratio: 570/1240; background: var(--bg-soft); }
.phone-screen>img { width: 100%; height: 100%; object-fit: cover; }
/* Side buttons — right: Side/Power; left: Action + volume rocker */
.phone-shell::after { content: ''; position: absolute; z-index: -1; right: calc(var(--pw) * -.01); top: 33%; width: calc(var(--pw) * .015); height: 12%; border-radius: 0 2px 2px 0; background: linear-gradient(90deg,var(--rail-lo),var(--rail-hi)); }
.phone-shell::before { content: ''; position: absolute; z-index: -1; left: calc(var(--pw) * -.01); top: 33%; width: calc(var(--pw) * .015); height: 13%; border-radius: 2px 0 0 2px; background: linear-gradient(270deg,var(--rail-lo),var(--rail-hi)); box-shadow: 0 calc(var(--pw) * -.085) 0 calc(var(--pw) * -.0015) var(--rail-lo); }
.phone-large { --pw: 258px; position: relative; z-index: 2; transform: translateX(35px) rotate(2deg); }
.phone-small { --pw: 194px; position: absolute; z-index: 1; left: 0; transform: translateY(35px) rotate(-4deg); }
.phone-screen.mock-screen { container-type: inline-size; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 46px 7% 7%; }
.mock-screen.mock-dark { background: #1b2a23; color: #f0e9d8; }
.mock-screen.mock-light { background: linear-gradient(180deg,#f2eee0 0%,#eef0e3 55%,#e7eddd 100%); color: #4a4636; }
.mock-label { max-width: 92%; font: 600 4.6cqw/1.2 var(--sans); }
.mock-dark .mock-label { color: #b3ab97; }
.mock-light .mock-label { color: #8a8067; }
.mock-count { margin-top: 1%; font: 500 23cqw/.85 var(--serif); font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.02em; white-space: nowrap; }
.mock-dark .mock-count { color: #f0e9d8; }
.mock-light .mock-count { color: #5b4130; }
.mock-days { margin-top: 1%; font: 4.6cqw var(--sans); }
.mock-dark .mock-days { color: #b3ab97; }
.mock-light .mock-days { color: #8a8067; }
.mock-screen img.mock-art { flex: 1 1 auto; min-height: 0; height: auto; max-height: 100%; margin-top: 5%; object-fit: contain; object-position: center bottom; }
.mock-dark img.mock-art { width: 48%; }
.mock-light img.mock-art { width: 90%; }
/* Big mockup = real app Home screen, reacts to site theme */
.home-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-shot-dark { display: none; }
[data-theme="dark"] .home-shot-light { display: none; }
[data-theme="dark"] .home-shot-dark { display: block; }
.try-panel { position: relative; padding: 26px; border: 1px solid var(--border); border-radius: 22px; background: var(--card); box-shadow: 0 18px 45px var(--shadow); }
.counter { display: block; min-height: 1em; font: 500 clamp(64px,7vw,100px)/.9 var(--serif); font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.035em; transition: opacity .25s ease; }
.counter-label { margin: 8px 0 24px; color: var(--accent); font: italic 24px var(--serif); }
.date-edit { position: relative; }
.date-btn { width: 100%; min-height: 54px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; text-align: left; border: 1px solid var(--border); border-radius: 13px; background: var(--bg-soft); color: var(--date-ink); cursor: pointer; }
.date-btn:hover { border-color: var(--accent); }.date-btn svg { flex: 0 0 21px; width: 21px; color: var(--accent); }
.cal { position: absolute; z-index: 30; top: calc(100% + 10px); right: 0; width: 306px; padding: 16px 16px 10px; border: 1px solid var(--border); border-radius: 14px; background: var(--card); box-shadow: 0 14px 40px var(--shadow); }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }.cal-title { padding: 5px 9px; border: 0; border-radius: 8px; background: transparent; color: var(--ink); font: 600 19px var(--serif); cursor: pointer; }.cal-title:hover { background: var(--bg-soft); }.cal-nav { width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--accent); cursor: pointer; }.cal-nav:disabled { opacity: .3; }.cal-week,.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); }.cal-week { color: var(--muted-2); font-size: 11px; text-align: center; }.cal-grid button { min-height: 36px; padding: 3px; border: 0; border-radius: 18px; background: transparent; color: var(--ink); cursor: pointer; }.cal-grid button:hover { background: var(--bg-soft); }.cal-grid button.is-out { opacity: .45; }.cal-grid button.is-sel { background: var(--accent); color: var(--on-accent); }.cal-grid button:disabled { opacity: .25; cursor: default; }.cal-grid.is-years { grid-template-columns: repeat(5,1fr); gap: 4px; }.cal-grid.is-months { grid-template-columns: repeat(3,1fr); gap: 6px; }.cal-grid.is-years button,.cal-grid.is-months button { border: 1px solid var(--border); border-radius: 9px; font-size: 12px; }.cal-foot { padding-top: 7px; text-align: center; }.cal-hint { color: var(--muted-2); font: 16px var(--hand); }

.notify { max-width: 510px; }.notify-form { display: flex; gap: 10px; align-items: center; }.notify-form input[type="email"] { min-width: 0; flex: 1; padding: 14px 18px; border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--ink); }
.js .notify:not(.is-open) .notify-form input[type="email"] { flex: 0 0 0; width: 0; padding-inline: 0; border-width: 0; opacity: 0; pointer-events: none; }
.notify-form input[type="email"] { transition: flex-basis .25s ease,width .25s ease,padding .25s ease,opacity .2s ease,border-width .25s ease; }
.btn { min-height: 48px; padding: 12px 17px 12px 23px; border: 0; border-radius: 999px; background: var(--accent); color: var(--on-accent); font-weight: 700; cursor: pointer; }.btn:hover { background: var(--accent-deep); }.btn:disabled { opacity: .55; cursor: default; }.btn-nest { display: inline-flex; align-items: center; justify-content: center; gap: 12px; white-space: nowrap; }.btn-orb { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: color-mix(in srgb,var(--on-accent) 20%,transparent); }.notify-msg { min-height: 1.4em; margin-top: 9px; color: var(--muted); font-size: 14px; }.notify-msg.is-ok { color: var(--accent); }.notify-msg.is-err { color: var(--date-ink); }.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.features { padding: 130px 0; background: var(--bg); }.features-layout { display: grid; grid-template-columns: minmax(280px,370px) 1fr; align-items: start; gap: clamp(45px,7vw,100px); }.feature-device { position: sticky; top: 105px; display: flex; justify-content: center; }.phone-story { --pw: 238px; }.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.feature-card { min-height: 92px; padding: 18px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--border); border-radius: 18px; background: var(--card); color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease; }.feature-card:hover,.feature-card.is-active { border-color: var(--accent); box-shadow: 0 12px 30px var(--shadow); transform: translateY(-2px); }.feature-card>img { flex: 0 0 auto; width: 46px; height: 46px; object-fit: contain; }.feature-copy { display: block; }.feature-copy strong { display: block; font: 600 22px/1.15 var(--serif); }.feature-copy>span { display: grid; grid-template-rows: 0fr; color: var(--muted); font-size: 14px; line-height: 1.45; opacity: 0; transition: grid-template-rows .23s ease,opacity .2s ease,margin .23s ease; overflow: hidden; }.feature-card:hover .feature-copy>span,.feature-card:focus-visible .feature-copy>span,.feature-card.is-active .feature-copy>span { grid-template-rows: 1fr; opacity: 1; margin-top: 8px; }

.manifesto { position: relative; padding: 140px 0 120px; text-align: center; }.manifesto::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center,var(--glow-a),transparent 65%); pointer-events: none; }.manifesto .wrap { position: relative; }.manifesto-big { font: 500 clamp(38px,5vw,62px)/1.1 var(--serif); }.manifesto-sub { max-width: 58ch; margin: 16px auto 0; color: var(--muted); }
.questions { padding: 120px 0 100px; overflow: hidden; }.mq { display: flex; flex-direction: column; gap: 14px; }.mq-row { overflow: hidden; mask-image: linear-gradient(to right,transparent,#000 8%,#000 92%,transparent); }.mq-track { display: flex; gap: 13px; width: max-content; animation: drift 64s linear infinite; }.mq-row:hover .mq-track { animation-play-state: paused; }.mq-rev { animation-direction: reverse; animation-duration: 78s; }@keyframes drift { to { transform: translateX(-50%); } }.mq-chip { flex: 0 0 auto; padding: 9px 18px; border: 1px solid var(--border); border-radius: 999px; background: var(--card); font: 18px var(--serif); }.mq-chip em { margin-right: 8px; color: var(--accent); font: 17px var(--hand); }.qdraw { margin-top: 42px; display: flex; flex-direction: column; align-items: center; gap: 24px; }.qdraw-card { width: min(560px,100%); padding: 28px; border: 1px solid var(--border); border-radius: 22px; background: var(--card); text-align: center; }.qdraw-deck,.qdraw-hint { color: var(--accent); font: 18px var(--hand); }.qdraw-text { margin: 8px 0; font: 24px/1.35 var(--serif); }
.faq { padding: 110px 0; }.faq-list { max-width: 740px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 17px 2px; display: flex; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 600 22px var(--serif); }.faq-list summary::after { content: '+'; color: var(--accent); font-family: var(--sans); }.faq-list details[open] summary::after { transform: rotate(45deg); }.faq-list details p { max-width: 64ch; padding: 0 2px 20px; color: var(--muted); }
.closing { padding: 105px 0; border-top: 1px solid var(--line); text-align: center; background: radial-gradient(ellipse at bottom,var(--glow-a),transparent 62%); }.closing h2 { margin-bottom: 12px; }.closing-sub { max-width: 54ch; margin: auto; color: var(--muted); }.founder-line { margin: 10px auto 28px; color: var(--muted-2); font: 21px var(--hand); }.notify-center { margin: auto; }.notify-center .notify-form { justify-content: center; }.wl-count { color: var(--accent); }
.site-footer { padding: 30px 0 42px; border-top: 1px solid var(--line); }.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }.footer-links { display: flex; gap: 24px; }.footer-links a { color: var(--muted); text-decoration: none; }.footer-links a:hover { color: var(--accent); }.footer-note { color: var(--muted-2); font-size: 14px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease,transform .7s var(--spring); }.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Review refinements ---------- */
html { scroll-padding-top: 0; }
.site-nav { gap: 8px; }
.site-nav a { min-height: 38px; padding: 8px 15px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 999px; background: var(--card); font-size: 14px; font-weight: 700; text-underline-offset: initial; transition: color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease; }
.site-nav a:hover,.site-nav a:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--on-accent); text-decoration: none; transform: translateY(-1px); }

.intro-garden { position: absolute; z-index: -1; bottom: -3%; width: min(31vw,390px); height: 82%; opacity: .68; filter: saturate(.82); }
.intro-garden-left { left: -2%; }.intro-garden-right { right: -2%; transform: scaleX(-1); }
.intro-garden img { position: absolute; width: auto; object-fit: contain; filter: drop-shadow(0 18px 34px var(--shadow)); }
.intro-garden img:nth-child(1) { left: 5%; bottom: 8%; width: 62%; transform: rotate(-12deg); }
.intro-garden img:nth-child(2) { right: 0; bottom: 0; width: 72%; max-height: 66%; object-position: bottom; }
.intro-garden img:nth-child(3) { left: 22%; top: 13%; width: 38%; transform: rotate(15deg); }

.about { min-height: calc(100svh - 70px); padding: clamp(46px,6vh,82px) 0; display: flex; align-items: center; scroll-margin-top: 70px; }
.phone-pair { min-height: min(600px,74vh); }

.date-edit { padding-top: 28px; }
.date-nudge { position: absolute; top: -5px; right: 7px; color: var(--muted); font: 18px var(--hand); transform: rotate(-2deg); }
.date-nudge span { display: inline-block; color: var(--accent); font-size: 24px; transform: translateY(5px); }
.date-control { min-height: 56px; padding: 5px 6px 5px 15px; display: flex; align-items: center; gap: 6px; border: 1px solid var(--border); border-radius: 14px; background: var(--bg-soft); transition: border-color .2s ease,box-shadow .2s ease; }
.date-control:focus-within,.date-control:hover { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent); }
.date-control input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--date-ink); font-size: 15px; color-scheme: light; }
[data-theme="dark"] .date-control input { color-scheme: dark; }
.date-btn { flex: 0 0 44px; width: 44px; min-height: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 11px; background: var(--accent); color: var(--on-accent); }
.date-btn:hover { background: var(--accent-deep); }.date-btn svg { width: 21px; color: currentColor; }

.notify-form { width: fit-content; min-height: 58px; padding: 5px; gap: 5px; border: 1px solid transparent; border-radius: 999px; background: var(--accent); transition: width .25s ease,background .25s ease,border-color .25s ease; }
.notify.is-open .notify-form { width: min(100%,510px); border-color: var(--accent); background: var(--card); }
.notify-form input[type="email"] { padding: 10px 13px; border: 0; outline: 0; background: transparent; }
.js .notify:not(.is-open) .notify-form input[type="email"] { border-width: 0; }
.notify.is-success .notify-form { border-color: var(--accent); background: var(--accent); }
.notify.is-success .btn { width: 100%; }

.features { min-height: calc(100svh - 70px); padding: clamp(36px,5vh,64px) 0; display: flex; align-items: center; scroll-margin-top: 70px; }
.features .section-head { margin-bottom: clamp(20px,3vh,34px); }.features .section-head h2 { font-size: clamp(32px,3.4vw,48px); }
.features-layout { grid-template-columns: minmax(220px,300px) 1fr; align-items: center; gap: clamp(34px,5vw,72px); }
.feature-device { position: static; }.phone-story { --pw: min(187px,26vh); }
.feature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.feature-card { min-height: 68px; padding: 10px 12px; align-items: center; gap: 9px; border-radius: 14px; }
.feature-card:hover,.feature-card.is-active { box-shadow: 0 8px 20px var(--shadow); transform: translateY(-1px); }
.feature-card>img { width: 34px; height: 34px; }.feature-copy { min-width: 0; }.feature-copy strong { font-size: 17px; line-height: 1.1; }
.feature-copy>span { font-size: 12px; line-height: 1.3; }.feature-card:hover .feature-copy>span,.feature-card:focus-visible .feature-copy>span,.feature-card.is-active .feature-copy>span { margin-top: 5px; }

.questions { min-height: calc(100svh - 70px); padding: clamp(56px,8vh,100px) 0; display: flex; flex-direction: column; justify-content: center; scroll-margin-top: 70px; }
.qdraw-text { margin: 0; font-size: 26px; }.faq { scroll-margin-top: 70px; }
@media (max-width: 980px) { .about-grid { grid-template-columns: 1fr 1.1fr; }.try-panel { grid-column: 1/-1; width: min(520px,100%); justify-self: center; }.phone-pair { min-height: 580px; }.features-layout { grid-template-columns: 260px 1fr; }.feature-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { html { scroll-padding-top: 0; }.header-inner { min-height: 104px; grid-template-columns: 1fr auto; gap: 6px 16px; }.site-nav { grid-row: 2; grid-column: 1/-1; width: 100%; justify-content: space-between; gap: 10px; }.site-nav a { font-size: 14px; }.intro { padding-top: 140px; }.intro-title { max-width: 8ch; }.botanical { width: 48vw; opacity: .45; }.about { padding: 95px 0; }.about-grid { grid-template-columns: 1fr; }.phone-pair { min-height: 570px; width: min(420px,100%); margin: auto; }.phone-small { left: 3%; }.try-panel { grid-column: auto; }.features { padding: 95px 0; }.features-layout { grid-template-columns: 1fr; }.feature-device { position: static; }.phone-story { --pw: 196px; }.feature-grid { grid-template-columns: 1fr; }.manifesto { padding: 105px 0; } }
@media (max-width: 480px) { .wrap { padding-inline: 18px; }.site-nav a { font-size: 13px; }.intro-title { font-size: clamp(58px,22vw,90px); }.phone-pair { min-height: 500px; }.phone-large { transform: translateX(32px) rotate(2deg); }.notify-form { flex-direction: column; align-items: stretch; }.js .notify:not(.is-open) .notify-form { align-items: center; }.js .notify:not(.is-open) .notify-form input[type="email"] { height: 0; padding-block: 0; }.btn { width: 100%; }.cal { right: auto; left: 50%; width: min(306px,calc(100vw - 36px)); transform: translateX(-50%); }.calc-page .cal { left: auto; width: 100%; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.js .scroll-invite,.js .scroll-invite span,.mq-track { animation: none; opacity: 1; }.mq-row { overflow-x: auto; }.js .reveal { opacity: 1; transform: none; transition: none; }.counter,.notify-form input[type="email"],.feature-card,.feature-copy>span { transition: none; } }

@media (max-width: 480px) {
  .notify-form,.notify.is-open .notify-form { flex-direction: row; align-items: center; }
  .notify .btn { width: auto; }
  .notify.is-open .btn-label { display: none; }
  .notify.is-open .btn { padding-inline: 10px; }
  .intro-garden { width: 54vw; opacity: .52; }
}

/* ---------- Round 3 ---------- */
.intro-lineart { position: absolute; z-index: -1; bottom: -2%; width: min(24vw,280px); height: 84%; }
.intro-lineart-left { left: 0; }.intro-lineart-right { right: 0; transform: scaleX(-1); }
.intro-lineart .lineart-main { stroke: var(--dash); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: .55; }
.intro-lineart .lineart-accent { stroke: var(--accent); stroke-width: 1.2; stroke-linecap: round; opacity: .13; }
.intro-garden { display: none; }

#about,#features,#questions,#faq,#try { scroll-margin-top: calc(var(--header-h) + 12px); }
.about,.features,.questions { min-height: calc(100svh - var(--header-h)); }

.date-edit { padding-top: 58px; }
.date-nudge { top: 0; right: 4px; }
.date-arrow { position: absolute; top: 22px; right: 9px; width: 104px; height: 34px; object-fit: contain; object-position: right center; mix-blend-mode: multiply; pointer-events: none; }
[data-theme="dark"] .date-arrow { filter: invert(1); mix-blend-mode: screen; }
.date-control input { font-variant-numeric: tabular-nums; }
.date-hint { min-height: 1.35em; margin: 6px 3px 0; color: var(--muted); font-size: 13px; line-height: 1.35; }

.notify-form { width: min(100%,510px); }
.js .notify:not(.is-open):not(.is-success) .notify-form { width: fit-content; }
.js .notify:not(.is-open):not(.is-success) .notify-form input[type="email"] { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.notify .btn { transition: padding .25s ease,background .25s ease,color .25s ease; }
.notify.is-open .btn { min-width: 44px; padding: 9px; }
.notify.is-open .btn-label { display: none; }
.notify.is-success .notify-form input { display: none; }
.notify.is-success .btn-label { display: inline; }
.notify.is-success .btn-orb { display: none; }

.features .wrap { width: min(1120px,100%); }
.features-layout { grid-template-columns: minmax(190px,260px) 1fr; gap: clamp(28px,4vw,58px); }
.feature-grid { width: min(100%,540px); grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: auto; align-items: start; gap: 10px; }
.feature-card { min-height: 104px; height: 104px; padding: 12px; align-items: center; justify-content: flex-start; gap: 10px; overflow: hidden; transition: border-color .22s ease-out,transform .22s ease-out,box-shadow .22s ease-out,height .22s ease-out; }
.feature-card:hover,.feature-card:focus-visible { border-color: var(--accent); box-shadow: 0 8px 20px var(--shadow); transform: translateY(-2px); }
.feature-card.is-active { height: 116px; border-color: var(--accent); transform: none; }
.feature-card>img { width: 34px; height: 34px; }
.feature-copy strong { font: 700 14px/1.15 var(--sans); }
.feature-copy>span { display: block; max-height: 0; margin: 0; opacity: 0; font-size: 12px; line-height: 1.3; transition: max-height .22s ease-out,opacity .22s ease-out,margin .22s ease-out; }
.feature-card:hover .feature-copy>span,.feature-card:focus-visible .feature-copy>span { max-height: 0; margin: 0; opacity: 0; }
.feature-card.is-active .feature-copy>span { display: -webkit-box; max-height: 5.2em; margin-top: 5px; overflow: hidden; opacity: 1; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

@media (min-width: 721px) and (min-height: 760px) {
  .features { min-height: calc(100svh - var(--header-h) - 16px); padding-block: 16px; }
  .features .section-head { margin-bottom: 12px; }
  .features .section-head h2 { margin-block: 2px 6px; }
  .phone-story { --pw: min(166px,20vh); }
}
@media (max-width: 720px) {
  :root { --header-h: 106px; }
  .intro-title { max-width: none; font-size: clamp(52px,17vw,76px); gap: .12em .2em; }
  .intro-title .grow-word { flex-basis: 100%; justify-content: center; }
  .intro-lineart { width: 35vw; height: 68%; opacity: .62; }
  .intro-lineart-left { left: -12vw; }.intro-lineart-right { right: -12vw; }
  .features { padding-block: 64px; }
  .features-layout { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-card { aspect-ratio: 1/1; }
  .feature-card.is-active { aspect-ratio: auto; min-height: 120px; }
}
@media (max-width: 390px) {
  .intro-title { font-size: 51px; }
  .intro-lineart { opacity: .42; }
}
@media (prefers-reduced-motion: reduce) {
  .notify-form,.notify .btn,.feature-card,.feature-copy>span { transition: none; }
}

/* ---------- Round 4 ---------- */
.intro-title { column-gap: .34em; word-spacing: .16em; }
.intro-title .grow-word { word-spacing: 0; }

.about-grid { grid-template-columns: minmax(260px,.72fr) minmax(520px,1.45fr); gap: clamp(28px,5vw,72px); }
.about { padding-block: clamp(28px,3.5vh,38px); }
.phone-pair { min-height: min(760px,84vh); }
.phone-small { left: -1%; transform: translateY(42px) rotate(-4deg); }
.try-panel { padding: 22px; }

.features .wrap { width: min(1180px,100%); }
.features-layout { grid-template-columns: minmax(280px,360px) 1fr; gap: clamp(36px,5vw,76px); }
.phone-story { --pw: min(274px,27vh); }
.feature-grid { width: 382px; max-width: 100%; grid-template-columns: repeat(4,88px); grid-auto-rows: 88px; grid-auto-flow: dense; align-items: stretch; justify-content: center; gap: 10px; }
.js .feature-card { width: 88px; min-width: 0; height: 88px; min-height: 88px; padding: 10px; justify-content: center; overflow: hidden; border-radius: 17px; transition: border-color .24s ease-out,box-shadow .24s ease-out,background .24s ease-out; }
.js .feature-card>img { width: 54px; height: 54px; }
.js .feature-card .feature-copy { display: none; }
.js .feature-card.is-active { width: auto; height: 186px; min-height: 186px; grid-column: span 3; grid-row: span 2; padding: 22px; align-items: flex-start; justify-content: flex-start; gap: 16px; border-color: var(--accent); border-radius: 22px; box-shadow: 0 12px 30px var(--shadow); }
.js .feature-card.is-active>img { width: 58px; height: 58px; }
.js .feature-card.is-active .feature-copy { display: block; min-width: 0; }
.js .feature-card.is-active .feature-copy strong { display: block; font: 600 24px/1.1 var(--serif); }
.js .feature-card.is-active .feature-copy>span { display: -webkit-box; max-height: 4.5em; margin-top: 9px; overflow: hidden; opacity: 1; font-size: 14px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.js .feature-card:hover,.js .feature-card:focus-visible { border-color: var(--accent); box-shadow: 0 8px 20px var(--shadow); transform: none; }

.questions { padding-block: clamp(30px,4vh,44px); }
.questions .section-head { margin-bottom: 20px; }
.qdraw { margin-top: 20px; gap: 16px; }
.qdraw-card { padding: 20px 24px; }

@media (min-width: 721px) and (min-height: 760px) {
  .phone-story { --pw: min(274px,27vh); }
}
@media (max-width: 1100px) and (min-width: 721px) {
  .about-grid { grid-template-columns: minmax(190px,.8fr) minmax(390px,1.35fr); }
  .try-panel { grid-column: 1/-1; width: min(520px,100%); justify-self: center; }
}
@media (max-width: 720px) {
  .intro-title { row-gap: .24em; column-gap: .34em; line-height: 1.02; }
  .intro-title>span { flex-basis: 100%; justify-content: center; }
  .about { padding-block: 72px; }
  .about-grid { grid-template-columns: 1fr; }
  .phone-pair { width: min(100%,430px); min-height: min(690px,145vw); }
  .phone-large { transform: translateX(12%) rotate(2deg); }
  .phone-small { left: 0; transform: translateY(38px) rotate(-4deg); }
  .features-layout { grid-template-columns: 1fr; }
  .phone-story { --pw: min(255px,61vw); }
  .feature-grid { width: min(100%,382px); grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: auto; gap: 8px; }
  .js .feature-card { width: 100%; height: auto; min-height: 0; aspect-ratio: 1; padding: 8px; }
  .js .feature-card>img { width: min(54px,14vw); height: min(54px,14vw); }
  .js .feature-card.is-active { width: 100%; height: 176px; min-height: 176px; aspect-ratio: auto; grid-column: 1/-1; grid-row: span 2; padding: 20px; }
  .js .feature-card.is-active>img { width: 52px; height: 52px; }
}
@media (max-width: 390px) {
  .intro-title { line-height: 1.08; }
  .js .feature-card.is-active { height: 184px; min-height: 184px; }
}
@media (prefers-reduced-motion: reduce) {
  .feature-card { transition: none; }
}

/* ---------- Round 5 ---------- */
body {
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 18% 8%, var(--glow-b), transparent 34%),
    radial-gradient(circle at 84% 44%, var(--glow-a), transparent 38%);
  background-attachment: fixed;
}
[data-theme="dark"] body { background-image: none; }
.features { background-color: transparent; }
.btn,.theme-toggle { box-shadow: 0 7px 18px var(--shadow); }

.site-nav a.active,
.site-nav a[aria-current="location"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
  text-decoration: none;
}

@media (min-width: 1101px) {
  .about { align-items: stretch; }
  .about-grid { min-height: min(760px,calc(100svh - var(--header-h) - 56px)); align-items: stretch; }
  .about-copy { align-self: start; padding-top: 4px; }
  .phone-pair { align-self: center; min-height: 0; height: min(720px,78vh); }
  .phone-small { left: -2%; transform: translateY(54px) rotate(-4deg); }
  .try-panel { align-self: end; margin-bottom: 4px; }
}

.try-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.notify { width: min(100%,600px); max-width: 600px; }
.notify-form,.notify.is-open .notify-form { width: min(100%,600px); }
.notify-form input[type="email"] { min-width: 240px; }
.js .notify:not(.is-open):not(.is-success) .notify-form input[type="email"] { min-width: 0; }
.notify-center { margin-inline: auto; }
.notify-center .notify-form { margin-inline: auto; }

.features-layout { grid-template-columns: minmax(280px,360px) minmax(0,1fr); gap: clamp(34px,4vw,62px); }
.phone-story { --pw: min(221px,24vh); }
.feature-device #feature-screen { opacity: 1; transition: opacity .42s ease-out; }
.feature-device #feature-screen.is-switching { opacity: .18; }
.feature-page { display: contents; }
.feature-dots { display: none; }
.feature-grid {
  width: min(100%,570px);
  grid-template-columns: repeat(4,minmax(96px,1fr));
  grid-template-rows: repeat(4,clamp(112px,14vh,132px));
  grid-auto-flow: dense;
  align-self: stretch;
  justify-self: stretch;
}
.js .feature-card {
  width: 100%;
  height: 100%;
  min-height: 112px;
  padding: 12px 9px;
  flex-direction: column;
  gap: 7px;
  transition: border-color .42s ease-out,box-shadow .42s ease-out,background .42s ease-out;
}
.js .feature-card>img { width: 54px; height: 54px; }
.js .feature-card .feature-copy { display: block; width: 100%; text-align: center; }
.js .feature-card .feature-copy strong { display: block; font: 700 12px/1.15 var(--sans); }
.js .feature-card .feature-copy>span { display: none; }
.js .feature-card.is-active {
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-column: span 2;
  grid-row: span 4;
  padding: clamp(22px,3vw,34px);
  justify-content: center;
  gap: 18px;
}
.js .feature-card.is-active>img { width: 72px; height: 72px; }
.js .feature-card.is-active .feature-copy { text-align: left; }
.js .feature-card.is-active .feature-copy strong { font: 600 clamp(24px,2.4vw,32px)/1.08 var(--serif); }
.js .feature-card.is-active .feature-copy>span {
  display: block;
  max-height: none;
  margin-top: 12px;
  opacity: 1;
  font-size: 15px;
  line-height: 1.5;
  -webkit-line-clamp: unset;
}

.questions .section-head { width: min(1180px,100%); max-width: none; text-align: left; }
.questions .section-head h2 { white-space: nowrap; }
.qdraw { min-height: 190px; }
.qdraw-card { height: 118px; min-height: 118px; display: grid; place-items: center; }
.qdraw-card[hidden] { display: grid !important; visibility: hidden; }
.qdraw-text { margin: 0; }

@media (max-width: 1100px) and (min-width: 721px) {
  .feature-grid { grid-template-columns: repeat(4,minmax(76px,1fr)); grid-template-rows: repeat(4,clamp(104px,13vh,120px)); }
  .js .feature-card { min-height: 104px; }
  .js .feature-card>img { width: 44px; height: 44px; }
}
@media (max-width: 720px) {
  .feature-grid { width: min(100%,430px); grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; }
  .js .feature-card { min-height: 132px; aspect-ratio: auto; }
  .js .feature-card.is-active { height: auto; min-height: 240px; grid-column: 1/-1; grid-row: auto; }
  .questions .section-head h2 { white-space: normal; }
  .notify { margin-inline: auto; }
}
@media (max-width: 480px) {
  .notify-form input[type="email"] { min-width: 0; width: 100%; }
  .notify.is-open .notify-form { width: min(100%,420px); }
}
@media (prefers-reduced-motion: reduce) {
  .feature-card,.site-nav a,.feature-device #feature-screen { transition: none; }
}

/* ---------- Round 6 ---------- */
.counter-label {
  margin: 0 0 4px;
  color: var(--muted);
  font: 700 16px/1.2 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.counter-row { display: flex; align-items: baseline; justify-content: flex-start; gap: 12px; }
.counter-unit { color: var(--muted); font: 600 22px/1 var(--serif); }
.try-panel .counter { min-width: 2.4em; text-align: left; font-size: clamp(76px,7vw,108px); line-height: .9; font-variant-numeric: tabular-nums; }
.try-panel .date-nudge { font-size: 21px; }
.try-panel .date-control input { font-size: 17px; }

.about-copy { position: relative; z-index: 4; }
.about-copy .notify { width: 600px; max-width: min(600px,calc(100vw - 48px)); }
.about-copy .notify-form,
.about-copy .notify.is-open .notify-form { width: min(100%,600px); }

.features .section-head h2 { margin-top: 0; }

@media (min-width: 1101px) {
  .about-grid { grid-template-columns: minmax(260px,.72fr) minmax(560px,1.5fr); }
  .about-grid { min-height: calc(100svh - var(--header-h) - 20px); }
  .phone-pair { height: 92vh; min-height: 760px; }
  .phone-large { max-width: 410px; }
  .phone-small { max-width: 303px; left: -3%; transform: translateY(58px) rotate(-4deg); }
  .features { min-height: calc(100svh - var(--header-h)); padding-block: 24px; }
  .features .section-head { margin-bottom: 10px; }
  .features-layout { grid-template-columns: minmax(350px,430px) minmax(0,1fr); }
  .phone-story { --pw: min(31vh,298px); max-width: none; }
}

@media (max-width: 1100px) and (min-width: 721px) {
  .phone-story { --pw: min(280px,31vh); }
}

@media (max-width: 720px) {
  .about-copy .notify { width: 100%; max-width: 600px; }
  .phone-story { --pw: min(280px,66vw); }
  .try-panel .counter { font-size: clamp(70px,22vw,96px); }
}

@media (prefers-reduced-motion: reduce) {
  .notify-form,.notify .btn { transition: none; }
}

/* ---------- Round 7 ---------- */
body {
  background:
    radial-gradient(circle at 50% 5%,var(--card) 0,transparent 38%),
    radial-gradient(ellipse at 8% 42%,var(--glow-b) 0,transparent 48%),
    radial-gradient(ellipse at 94% 68%,var(--glow-a) 0,transparent 46%),
    linear-gradient(115deg,var(--bg-soft),var(--bg) 48%,color-mix(in srgb,var(--bg) 88%,var(--accent)));
  background-attachment: fixed;
}
[data-theme="dark"] body { background: var(--bg); }
.intro,.about,.features,.questions,.faq,.closing { background-color: transparent; }
.about,.questions,.closing { background-image: linear-gradient(135deg,color-mix(in srgb,var(--card) 44%,transparent),transparent 68%); }
[data-theme="dark"] .about,[data-theme="dark"] .questions,[data-theme="dark"] .closing { background-image: none; }
:root:not([data-theme="dark"]) .feature-card,:root:not([data-theme="dark"]) .qdraw-card,:root:not([data-theme="dark"]) .mq-chip,:root:not([data-theme="dark"]) .cal,:root:not([data-theme="dark"]) .theme-toggle,:root:not([data-theme="dark"]) .date-control { box-shadow: 0 12px 30px var(--shadow); }
:root:not([data-theme="dark"]) .phone-shell { box-shadow: 0 24px 54px var(--shadow-deep),0 6px 18px var(--shadow); }
:root:not([data-theme="dark"]) .btn {
  background: linear-gradient(145deg,var(--accent),var(--accent-deep));
  box-shadow: 0 9px 22px color-mix(in srgb,var(--accent) 34%,transparent);
}
:root:not([data-theme="dark"]) .site-nav a.active { color: var(--accent-deep); text-shadow: 0 3px 14px color-mix(in srgb,var(--accent) 35%,transparent); }

.js .notify:not(.is-modal-form) { width: fit-content; }
.js .notify:not(.is-modal-form) .notify-form { width: fit-content; padding: 0; border: 0; background: transparent; }
.js .notify:not(.is-modal-form) .notify-form input[type="email"] { position: absolute; width: 1px; height: 1px; min-width: 0; padding: 0; opacity: 0; pointer-events: none; }
.js .notify:not(.is-modal-form) .notify-msg { display: none; }
.js .notify:not(.is-modal-form) .btn { padding: 12px 17px 12px 23px; }
.js .notify:not(.is-modal-form) .btn-label { display: inline; }
.js .notify:not(.is-modal-form) .btn-orb { display: grid; }

.waitlist-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.waitlist-modal[hidden] { display: none; }
.waitlist-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(20,24,20,.55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); cursor: default; }
.waitlist-dialog { position: relative; width: min(520px,100%); padding: 36px; border: 1px solid var(--border); border-radius: 26px; background: var(--card); color: var(--ink); box-shadow: 0 30px 80px var(--shadow-deep); }
.waitlist-dialog h2 { margin: 3px 38px 7px 0; font-size: clamp(36px,5vw,48px); }
.waitlist-intro { max-width: 42ch; margin-bottom: 22px; color: var(--muted); }
.waitlist-close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: var(--bg-soft); color: var(--ink); font: 30px/1 var(--serif); cursor: pointer; }
.waitlist-slot .notify,.waitlist-slot .notify-form { width: 100%; max-width: none; }
.js .waitlist-slot .notify.is-modal-form:not(.is-open):not(.is-success) .notify-form { width: 100%; }
.waitlist-slot .notify-form { padding: 5px; border-color: var(--border); background: var(--bg-soft); box-shadow: inset 0 1px 0 color-mix(in srgb,var(--card) 70%,transparent); }
.js .waitlist-slot .notify.is-modal-form:not(.is-open) .notify-form input[type="email"] { position: static; flex: 1 1 auto; width: auto; height: auto; min-width: 0; padding: 10px 13px; border-width: 0; opacity: 1; pointer-events: auto; }
.waitlist-slot .notify .btn { min-width: 44px; padding: 9px; box-shadow: none; }
.waitlist-slot .notify .btn-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.waitlist-slot .notify.is-success .btn { width: 100%; padding-inline: 18px; }
.waitlist-slot .notify.is-success .btn-label { position: static; width: auto; height: auto; overflow: visible; clip-path: none; }
.waitlist-slot .notify-msg { display: block; }
.js.modal-open { overflow: hidden; }
.js .waitlist-backdrop { animation: backdrop-in .5s ease both; }
.js .waitlist-dialog { animation: modal-in .5s cubic-bezier(.2,.85,.25,1) both; }
@keyframes backdrop-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.96); } }

@media (min-width: 1101px) {
  .about { min-height: calc(100svh - var(--header-h)); padding: 18px 0; display: flex; align-items: center; }
  .about-grid { min-height: 0; height: min(780px,calc(100svh - var(--header-h) - 36px)); grid-template-columns: minmax(270px,.76fr) minmax(560px,1.5fr); align-items: stretch; }
  .about-copy { align-self: start; padding-top: 5vh; }
  .phone-pair { align-self: center; height: 70vh; min-height: 0; transform: translateY(2vh); }
  .phone-large { max-width: 310px; transform: translateX(46px) rotate(2deg); }
  .phone-small { max-width: 288px; left: 2%; transform: translate(26px,40px) rotate(-4deg); }
  .try-panel { align-self: end; margin-bottom: 3vh; }
}
@media (max-width: 600px) {
  .waitlist-dialog { padding: 30px 20px 24px; }
  .waitlist-slot .notify-form { flex-direction: row; }
  .waitlist-slot .notify .btn { width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .js .waitlist-dialog,.js .waitlist-backdrop { animation: none; }
}

/* ---------- Round 8 ---------- */
.try-panel { min-height: 580px; display: flex; flex-direction: column; justify-content: flex-end; }
.try-panel .date-edit { order: 1; }
.try-panel .counter-label { order: 2; margin: 18px 0 4px; }
.try-panel .counter-row { order: 3; }
.try-panel .date-arrow { transform: rotate(180deg); }
.try-panel .cal { top: auto; bottom: calc(100% + 10px); }

/* ---------- Round 9: responsive consolidation ---------- */
@media (min-width: 721px) and (max-width: 1100px) {
  .about {
    min-height: auto;
    padding-block: clamp(64px,8vw,88px);
    align-items: initial;
  }
  .about-grid {
    grid-template-columns: minmax(220px,.82fr) minmax(360px,1.18fr);
    gap: clamp(28px,5vw,54px);
    align-items: center;
  }
  .about-copy { align-self: start; }
  .phone-pair {
    width: min(100%,520px);
    min-height: 0;
    margin-inline: auto;
  }
  .phone-large {
    transform: translateX(11%) rotate(2deg);
  }
  .phone-small {
    left: 2%;
    transform: translateY(38px) rotate(-4deg);
  }
  .try-panel {
    grid-column: 1 / -1;
    width: min(520px,100%);
    min-height: 580px;
    justify-self: center;
  }
  .features { min-height: auto; padding-block: clamp(72px,9vw,96px); }
  .features-layout {
    grid-template-columns: minmax(220px,32vw) minmax(0,1fr);
    gap: clamp(28px,5vw,56px);
  }
  .feature-device { position: static; }
  .phone-story { --pw: min(238px,26vw); }
  .feature-grid {
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: none;
    gap: 10px;
  }
  .js .feature-card { min-height: 116px; }
  .js .feature-card.is-active {
    min-height: 236px;
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  :root { --header-h: 106px; }
  .wrap { width: 100%; padding-inline: 18px; }
  .header-inner {
    min-height: var(--header-h);
    grid-template-columns: minmax(0,1fr) auto;
    gap: 6px 12px;
    padding-inline: 18px;
  }
  .site-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    gap: 4px;
  }
  .site-nav a { min-width: 0; padding-inline: clamp(8px,2.8vw,13px); font-size: clamp(12px,3.2vw,14px); }
  .intro { padding: 140px 18px 70px; }
  .intro-title { max-width: none; row-gap: .24em; column-gap: .34em; font-size: clamp(51px,17vw,76px); line-height: 1.04; }
  .intro-title>span,.intro-title .grow-word { flex-basis: 100%; justify-content: center; }
  .botanical { width: min(42vw,180px); }
  .botanical-left { left: 0; }
  .botanical-right { right: 0; }
  .intro-lineart { width: min(34vw,150px); height: 64%; opacity: .48; }
  .intro-lineart-left { left: 0; transform: translateX(-42%); }
  .intro-lineart-right { right: 0; transform: translateX(42%) scaleX(-1); }

  .about {
    min-height: auto;
    padding-block: 64px;
    display: block;
  }
  .about-grid { grid-template-columns: minmax(0,1fr); gap: 42px; }
  .about-copy .sub { margin-bottom: 24px; }
  .about-copy .notify { max-width: 100%; }
  .phone-pair {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding-block: 12px;
  }
  .phone-large {
    max-width: 276px;
    transform: translateX(8%) rotate(2deg);
  }
  .phone-small {
    max-width: 206px;
    left: 3%;
    transform: translateY(32px) rotate(-4deg);
  }
  .try-panel {
    grid-column: auto;
    width: 100%;
    min-height: 500px;
  }
  .try-panel .counter { font-size: clamp(68px,22vw,94px); }
  .cal {
    right: auto;
    left: 50%;
    width: min(306px,calc(100vw - 36px));
    transform: translateX(-50%);
  }

  .features { min-height: auto; padding-block: 64px; }
  .features .section-head { margin-bottom: 34px; }
  .features-layout { grid-template-columns: minmax(0,1fr); gap: 38px; }
  .feature-device { position: static; justify-self: center; }
  .phone-story { --pw: min(53vw,196px); }
  .feature-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 10px;
  }
  .feature-card,
  .js .feature-card {
    width: 100%;
    height: auto;
    min-height: 84px;
    aspect-ratio: auto;
    padding: 14px 16px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .feature-card>img,
  .js .feature-card>img { width: 48px; height: 48px; }
  .feature-card .feature-copy,
  .js .feature-card .feature-copy { display: block; text-align: left; }
  .feature-card .feature-copy strong,
  .js .feature-card .feature-copy strong { font-size: 14px; }
  .js .feature-card.is-active {
    width: 100%;
    height: auto;
    min-height: 164px;
    grid-column: auto;
    grid-row: auto;
    padding: 20px;
    justify-content: center;
  }
  .js .feature-card.is-active>img { width: 56px; height: 56px; }
  .js .feature-card.is-active .feature-copy strong { font-size: 25px; }

  .manifesto { padding-block: 82px; }
  .questions { min-height: auto; padding-block: 72px; }
  .mq,.mq-row { max-width: 100%; }
  .mq-row { contain: inline-size; }
  .qdraw { min-height: 0; }
  .faq { padding-block: 76px; }
  .closing { padding-block: 78px; }
  .footer-row { align-items: flex-start; }
  .footer-links { gap: 18px; flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .waitlist-modal { padding: 18px; }
  .waitlist-dialog { padding: 30px 20px 24px; }
  .waitlist-slot .notify-form { flex-direction: row; }
  .waitlist-slot .notify .btn { width: auto; }
}

/* ---------- Round 10: phone feature carousel ---------- */
@media (max-width: 600px) {
  .features-layout { min-width: 0; }
  .feature-grid {
    position: relative;
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .feature-grid::-webkit-scrollbar { display: none; }
  .feature-page {
    flex: 0 0 calc(100% - 26px);
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: repeat(2,minmax(0,1fr));
    gap: 12px;
    scroll-snap-align: start;
  }
  .feature-card,
  .js .feature-card,
  .js .feature-card.is-active {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    grid-column: auto;
    grid-row: auto;
    padding: 14px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
  .feature-card>img,
  .js .feature-card>img,
  .js .feature-card.is-active>img { width: 40px; height: 40px; }
  .feature-card .feature-copy,
  .js .feature-card .feature-copy,
  .js .feature-card.is-active .feature-copy { display: block; width: 100%; text-align: center; }
  .feature-card .feature-copy strong,
  .js .feature-card .feature-copy strong,
  .js .feature-card.is-active .feature-copy strong { font-size: 16px; line-height: 1.1; }
  .feature-card .feature-copy>span,
  .js .feature-card .feature-copy>span,
  .js .feature-card.is-active .feature-copy>span { display: none; }
  .feature-dots { display: flex; grid-column: 1 / -1; justify-content: center; gap: 8px; margin-top: -22px; }
  .feature-dots button { width: 8px; height: 8px; border: 0; border-radius: 50%; background: var(--border); cursor: pointer; }
  .feature-dots button.is-active { background: var(--accent); }
  .feature-dots button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
}

/* ---------- About mockups: split layout on phones (Round 11) ---------- */
@media (max-width: 600px) {
  .about-grid .phone-pair { position: relative; display: block; width: 100%; min-height: 130vw; margin: 4% 0 2%; overflow: visible; }
  .about-grid .phone-large { position: absolute; z-index: 2; top: 0; right: -30%; left: auto; max-width: none; transform: rotate(2deg); }
  .about-grid .phone-small { position: absolute; z-index: 1; top: 6%; left: -30%; right: auto; max-width: none; transform: rotate(-3deg); }
}

/* ---------- Round 12: static desktop feature cards ---------- */
@media (min-width: 601px) {
  .features-layout {
    grid-template-columns: minmax(280px,330px) minmax(0,1fr);
    align-items: center;
    gap: clamp(40px,4.5vw,74px);
  }
  .feature-device { align-self: center; }
  .phone-story { --pw: min(238px,31vh); }
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    grid-template-rows: repeat(2,138px);
    grid-auto-rows: 138px;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: none;
    gap: 12px;
    align-self: center;
    overflow: visible;
  }
  .js .feature-card,
  .js .feature-card.is-active {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 138px;
    min-height: 138px;
    grid-column: auto;
    grid-row: auto;
    padding: 14px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    border-radius: 16px;
    transform: none;
    cursor: default;
    transition: border-color .22s ease-out,box-shadow .22s ease-out,transform .22s ease-out;
  }
  .js .feature-card>img,
  .js .feature-card.is-active>img { width: 70px; height: 70px; }
  .js .feature-card .feature-copy,
  .js .feature-card.is-active .feature-copy { display: block; width: 100%; text-align: center; }
  .js .feature-card .feature-copy strong,
  .js .feature-card.is-active .feature-copy strong { font: 700 16px/1.1 var(--sans); }
  .js .feature-card .feature-copy>span,
  .js .feature-card.is-active .feature-copy>span {
    display: block;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 10px;
    line-height: 1.35;
    transition: max-height .22s ease-out,opacity .18s ease-out,margin .22s ease-out;
  }
  .feature-page:first-child .feature-card:first-child,
  .feature-page:nth-child(2) .feature-card:nth-child(2) { transform-origin: left center; }
  .feature-page:nth-child(2) .feature-card:first-child,
  .feature-page:last-child .feature-card:last-child { transform-origin: right center; }
  .feature-page:first-child .feature-card { transform-origin: center top; }
  .feature-page:first-child .feature-card:first-child { transform-origin: left top; }
  .feature-page:nth-child(2) .feature-card:first-child { transform-origin: right top; }
  .feature-page:nth-child(2) .feature-card:not(:first-child),
  .feature-page:last-child .feature-card { transform-origin: center bottom; }
  .feature-page:nth-child(2) .feature-card:nth-child(2) { transform-origin: left bottom; }
  .feature-page:last-child .feature-card:last-child { transform-origin: right bottom; }
  .js .feature-card:hover,
  .js .feature-card:focus-visible {
    z-index: 3;
    padding: 8px;
    gap: 6px;
    border-color: var(--accent);
    box-shadow: 0 14px 34px var(--shadow);
    transform: scale(1.9);
  }
  .js .feature-card:hover>img,
  .js .feature-card:focus-visible>img { width: 38px; height: 38px; }
  .js .feature-card:hover .feature-copy strong,
  .js .feature-card:focus-visible .feature-copy strong { font-size: 13px; }
  .js .feature-card:hover .feature-copy>span,
  .js .feature-card:focus-visible .feature-copy>span {
    max-height: 5.4em;
    margin-top: 4px;
    opacity: 1;
  }
  /* Theme-reactive widget icon on the Widgets card */
  .feat-wid-dark { display: none; }
  :root[data-theme="dark"] .feat-wid-light { display: none; }
  :root[data-theme="dark"] .feat-wid-dark { display: block; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .features-layout { grid-template-columns: minmax(220px,260px) minmax(0,1fr); gap: 24px; }
  .phone-story { --pw: min(180px,22vh); }
  .feature-grid { grid-template-columns: repeat(5,minmax(0,1fr)); grid-template-rows: repeat(2,118px); grid-auto-rows: 118px; gap: 8px; }
  .js .feature-card,
  .js .feature-card.is-active { height: 118px; min-height: 118px; padding: 10px 6px; }
  .js .feature-card>img,
  .js .feature-card.is-active>img { width: 38px; height: 38px; }
  .js .feature-card .feature-copy strong,
  .js .feature-card.is-active .feature-copy strong { font-size: 11px; }
  .js .feature-card .feature-copy>span,
  .js .feature-card.is-active .feature-copy>span { font-size: 11px; }
}

@media (min-width: 601px) and (prefers-reduced-motion: reduce) {
  .js .feature-card,
  .js .feature-card .feature-copy>span { transition: none; }
}

/* ---------- Theme switch: circular reveal from the toggle (View Transitions API) ---------- */
::view-transition-old(root),
::view-transition-new(root) { animation: none; mix-blend-mode: normal; }
::view-transition-new(root) { z-index: 1; }
::view-transition-old(root) { z-index: 0; }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none !important; }
}

/* ---------- Round 16: viewport-independent iPhone frame sizing ---------- */
@media (min-width: 1101px) {
  .phone-large { --pw: min(37.4vh,341px); max-width: none; }
  .phone-small { --pw: min(34.1vh,317px); max-width: none; }
}
@media (min-width: 721px) and (max-width: 1100px) {
  .phone-large { --pw: min(352px,37.4vw); }
  .phone-small { --pw: min(259px,27.5vw); }
}
@media (min-width: 601px) and (max-width: 720px) {
  .phone-large { --pw: min(64vw,276px); }
  .phone-small { --pw: min(48vw,206px); }
}
@media (max-width: 600px) {
  .about-grid .phone-large,
  .about-grid .phone-small { --pw: 58vw; }
}

/* ---------- Round 19: calculator page ---------- */
.site-nav { align-items: center; }
.site-nav .nav-sep {
  align-self: stretch;
  width: 1px;
  min-height: 30px;
  margin-inline: 2px;
  background: var(--border);
}
.site-nav .nav-cta {
  border-color: var(--border);
  background: var(--card);
  color: var(--ink);
  box-shadow: none;
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}
.site-nav .nav-cta[aria-current="page"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}

@media (min-width: 981px) {
  .about-grid .phone-pair {
    width: max-content;
    justify-self: end;
    margin-left: auto;
  }
  .about .phone-small { left: -25%; }
}

@media (min-width: 1101px) {
  .about-grid .phone-pair {
    justify-content: flex-end;
    padding-right: clamp(72px,9vw,150px);
  }
  .about-copy h2 {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
  .about-copy .sub {
    width: min(31rem,calc(100vw - 48px));
    max-width: none;
  }
}

.site-nav { position: relative; }
.calc-hint {
  position: absolute;
  z-index: 4;
  top: calc(100% + 15px);
  right: -8px;
  min-width: 186px;
  padding: 13px 38px 13px 18px;
  border: 1px solid var(--border);
  border-radius: 48% 52% 44% 56% / 58% 46% 54% 42%;
  background: var(--card);
  color: var(--ink);
  box-shadow: 0 12px 30px var(--shadow);
  font: 600 17px/1.15 var(--serif);
  letter-spacing: .01em;
  opacity: 0;
  transform: translateY(-7px) scale(.94);
  filter: blur(4px);
  pointer-events: none;
}
.calc-hint::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: var(--card);
  transform: rotate(45deg);
}
.calc-hint.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
  transition: opacity .42s ease,transform .42s var(--spring),filter .42s ease;
}
.calc-hint.is-dismissing {
  opacity: 0;
  transform: translateY(-13px) scale(.88);
  filter: blur(7px);
  pointer-events: none;
  transition: opacity .5s ease,transform .5s ease,filter .5s ease;
}
.calc-hint-copy { display: block; }
.calc-hint-close {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font: 22px/1 var(--sans);
  cursor: pointer;
}
.calc-hint-close:hover { color: var(--accent); }
.calc-hint-close:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }

.calculator-page { min-height: 100svh; display: flex; flex-direction: column; }
.calculator-back {
  justify-self: center;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 5px;
}
.calculator-back:hover,
.calculator-back:focus-visible { color: var(--accent); text-decoration: underline; }
.calculator-main {
  flex: 1;
  padding: calc(var(--header-h) + 56px) 24px 72px;
  display: grid;
  place-items: center;
}
.calculator-shell { width: min(520px,100%); }
.calculator-heading { margin-bottom: 28px; text-align: center; }
.calculator-heading h1 {
  margin-top: 8px;
  font: 500 clamp(42px,6vw,62px)/1 var(--serif);
  text-wrap: balance;
}
.calculator-page .try-panel { width: 100%; }

@media (max-width: 720px) {
  .site-nav .nav-sep { display: none; }
  .calculator-header .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .calculator-header .calculator-back {
    grid-row: 2;
    grid-column: 1 / -1;
    padding-block: 6px;
  }
  .calculator-main { padding: 142px 18px 56px; }
}

@media (max-width: 480px) {
  :root { --header-h: 154px; }
  .site-nav { flex-wrap: wrap; }
  .site-nav .nav-cta { flex-basis: 100%; min-height: 34px; }
  .calc-hint {
    top: calc(100% + 8px);
    right: 0;
    min-width: 170px;
    padding: 11px 35px 11px 16px;
    font-size: 16px;
  }
  .calc-hint::before { right: 34px; }
  .calculator-header .header-inner { min-height: 104px; }
  .calculator-main { padding-top: 148px; }
  .calculator-heading h1 { font-size: clamp(38px,12vw,50px); }
  .calculator-page .try-panel { min-height: 520px; padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav .nav-cta { transition: none; }
  .calc-hint,
  .calc-hint.is-visible,
  .calc-hint.is-dismissing { transition: none; filter: none; transform: none; }
}

/* === Audit round fixes 2026-07-24 === */
/* Append-only override layer. Dark theme is left untouched except where an item
   explicitly calls for a dark treatment (the Ask-it chips, item 10). */

/* --- Item 4: skip-to-content link (visually hidden until focused) --- */
.skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: 0 0 12px 0;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px var(--shadow-deep);
}
.skip-link:focus,
.skip-link:focus-visible { left: 0; outline-offset: -3px; }

/* --- Item 8: light-theme contrast (AA) — darken muted tokens.
   Scoped so it can never leak into dark theme. --- */
:root:not([data-theme="dark"]) {
  --muted: #6c6552;
  --muted-2: #726b4a;
}

/* --- Item 9: light-theme warm depth + softened hero->about seam.
   Section tops stay transparent so they blend into the section (and hero) above with
   no hard line; a gentle warm grounding deepens toward the bottom so light mode never
   reads flat-white. Kept subtle on purpose. --- */
:root:not([data-theme="dark"]) .about,
:root:not([data-theme="dark"]) .features,
:root:not([data-theme="dark"]) .questions,
:root:not([data-theme="dark"]) .faq,
:root:not([data-theme="dark"]) .closing {
  background-color: transparent;
  background-image: linear-gradient(180deg,
    transparent 0%,
    transparent 32%,
    color-mix(in srgb, var(--bg) 74%, #dbcfae) 100%);
}
/* Dissolve the hard 1px rule where the hero meets the story. */
:root:not([data-theme="dark"]) .about { border-top-color: transparent; }

/* --- Item 10: Ask-it question chips as filled chips + larger question text.
   Marquee edge fade re-declared with -webkit- prefix so the cut reads intentional
   in Safari too. --- */
.mq-row {
  mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.mq-chip {
  padding: 11px 22px;
  border-color: transparent;
  border-radius: 18px;
  font-size: 20px;
}
.mq-chip em { font-size: 18px; }
:root:not([data-theme="dark"]) .mq-chip {
  background: color-mix(in srgb, var(--card) 86%, #efe4cf);
  box-shadow: 0 8px 22px var(--shadow), inset 0 1px 0 color-mix(in srgb, #ffffff 55%, transparent);
}
[data-theme="dark"] .mq-chip {
  background: color-mix(in srgb, var(--card) 78%, #47554b);
  box-shadow: 0 6px 18px var(--shadow-deep);
}

/* --- Item 11: Calculator page — center the split block in the viewport on desktop,
   trim the empty bottom, pull the bottom up on mobile, and match the main content's
   warm depth. Markup for the split is owned by another agent. --- */
:root:not([data-theme="dark"]) .calculator-page {
  background-image: linear-gradient(180deg,
    transparent 0%,
    transparent 32%,
    color-mix(in srgb, var(--bg) 74%, #dbcfae) 100%);
}
@media (min-width: 601px) {
  .calculator-main {
    min-height: 100svh;
    align-items: center;
    padding-block: calc(var(--header-h) + 20px) 40px;
  }
}
@media (max-width: 600px) {
  .calculator-main { padding-bottom: 20px; }
  .calculator-page .try-panel { min-height: 0; }
}

/* --- Item 12: compact mobile header, hide the promo chip, free vertical space --- */
@media (max-width: 600px) {
  .calc-hint { display: none !important; }
  .site-nav { gap: 4px; }
  .site-nav a { padding-inline: clamp(7px, 2.4vw, 11px); font-size: clamp(11px, 3vw, 13px); }
}

/* --- Item 13: desktop promo chip aligned flush to the navbar's right edge
   (removes the -8px overhang that read as "crookedly stuck") --- */
@media (min-width: 601px) {
  .calc-hint { right: 0; }
}

/* --- Item 14: enlarge the feature-dot tap target to >=24px while keeping the 8px dot.
   The transparent ::before extends the clickable area without changing the visual. --- */
.feature-dots button { position: relative; }
.feature-dots button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}

/* === French developer review 2026-07-30 === */
:root { --blossom: #d66f8a; }
[data-theme="dark"] { --blossom: #f19ab2; }

/* A small blossom note in the hero line art echoes the pink heart in the wordmark. */
.intro-lineart .lineart-accent {
  stroke: var(--blossom);
  stroke-width: 1.65;
  opacity: .66;
}

.theme-toggle:disabled { cursor: wait; opacity: .72; }

/* Calculator invitation: stable, centred and readable instead of a random blob. */
.calc-hint {
  min-width: 196px;
  padding: 12px 38px 12px 13px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border-color: color-mix(in srgb,var(--blossom) 42%,var(--border));
  border-radius: 22px;
  text-align: center;
}
.calc-hint-heart {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb,var(--blossom) 18%,var(--card));
  color: var(--blossom);
  font: 18px/1 var(--sans);
}
.calc-hint-copy { line-height: 1.05; }
.calc-hint-copy span,
.calc-hint-copy strong { display: block; }
.calc-hint-copy span { color: var(--muted); font: 700 11px/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.calc-hint-copy strong { margin-top: 3px; color: var(--ink); font: 600 18px/1.05 var(--serif); }

/* Desktop feature tiles no longer resize and repaint unpredictably on hover. */
@media (min-width: 601px) {
  .js .feature-card,
  .js .feature-card.is-active { cursor: pointer; }
  .js .feature-card:hover,
  .js .feature-card:focus-visible {
    z-index: 2;
    padding: 14px 10px;
    gap: 8px;
    transform: translateY(-4px);
  }
  .js .feature-card:hover>img,
  .js .feature-card:focus-visible>img { width: 70px; height: 70px; }
  .js .feature-card:hover .feature-copy strong,
  .js .feature-card:focus-visible .feature-copy strong { font-size: 16px; }
  .js .feature-card:hover .feature-copy>span,
  .js .feature-card:focus-visible .feature-copy>span {
    max-height: 0;
    margin: 0;
    opacity: 0;
  }
  .js .feature-card.is-active {
    border-color: var(--accent);
    box-shadow: 0 10px 26px var(--shadow);
  }
}

/* Privacy page now uses the same visual system and header as the rest of the site. */
.privacy-page { min-height: 100svh; }
.privacy-main {
  min-height: 100svh;
  padding: calc(var(--header-h) + 64px) 24px 88px;
  background:
    radial-gradient(60% 32% at 80% 4%,var(--glow-b),transparent 72%),
    linear-gradient(180deg,var(--bg),var(--bg-soft));
}
.privacy-doc {
  width: min(760px,100%);
  margin-inline: auto;
  padding: clamp(28px,5vw,58px);
  border: 1px solid var(--border);
  border-radius: 30px;
  background: color-mix(in srgb,var(--card) 94%,transparent);
  box-shadow: 0 24px 70px var(--shadow);
}
.privacy-back {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}
.privacy-back:hover,
.privacy-back:focus-visible { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.privacy-doc h1 { margin: 4px 0 4px; font: 500 clamp(48px,8vw,76px)/1 var(--serif); }
.privacy-updated { color: var(--muted-2); font-size: 14px; }
.privacy-lede { margin: 28px 0 40px; color: var(--ink); font: 500 clamp(21px,3vw,27px)/1.35 var(--serif); }
.privacy-doc h2 { margin: 38px 0 10px; font-size: clamp(28px,4vw,36px); }
.privacy-doc p,
.privacy-doc li { color: var(--muted); }
.privacy-doc p + p { margin-top: 12px; }
.privacy-doc ul { margin: 12px 0 0 1.25rem; }
.privacy-doc li + li { margin-top: 7px; }
.privacy-doc a { color: var(--accent-deep); font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 600px) {
  /* Preserve the view-transition snapshot but use a short crossfade on phones. */
  ::view-transition-old(root) { z-index: 0; }
  ::view-transition-new(root) { z-index: 1; }

  /* The invitation remains useful on mobile and disappears once the hero is passed. */
  .calc-hint {
    display: grid !important;
    top: calc(100% + 9px);
    right: auto;
    left: 50%;
    min-width: 190px;
    transform: translate(-50%,-7px) scale(.94);
  }
  .calc-hint::before { right: 50%; margin-right: -7px; }
  .calc-hint.is-visible { transform: translate(-50%,0) scale(1); }
  .calc-hint.is-dismissing { transform: translate(-50%,-13px) scale(.88); }

  /* The two app screens now overlap deliberately instead of sitting outside the viewport. */
  .about-grid .phone-pair {
    min-height: 112vw;
    margin-block: 8px 18px;
  }
  .about-grid .phone-large {
    top: 0;
    right: 4%;
    left: auto;
  }
  .about-grid .phone-small {
    top: 7%;
    left: 4%;
    right: auto;
  }

  /* One calm, readable feature per snap point; all ten cards participate equally. */
  .feature-grid {
    gap: 14px;
    padding: 6px 9vw 12px;
    scroll-padding-inline: 9vw;
    overscroll-behavior-inline: contain;
  }
  .feature-page { display: contents; }
  .feature-card,
  .js .feature-card,
  .js .feature-card.is-active {
    flex: 0 0 82%;
    width: 82%;
    min-height: 260px;
    padding: 26px 24px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 24px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .feature-card>img,
  .js .feature-card>img,
  .js .feature-card.is-active>img { width: 74px; height: 74px; }
  .feature-card .feature-copy,
  .js .feature-card .feature-copy,
  .js .feature-card.is-active .feature-copy { text-align: center; }
  .feature-card .feature-copy strong,
  .js .feature-card .feature-copy strong,
  .js .feature-card.is-active .feature-copy strong { font: 600 27px/1.05 var(--serif); }
  .feature-card .feature-copy>span,
  .js .feature-card .feature-copy>span,
  .js .feature-card.is-active .feature-copy>span {
    display: block;
    max-height: none;
    margin-top: 12px;
    overflow: visible;
    opacity: 1;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: unset;
  }
  .feature-dots {
    gap: 0;
    margin-top: -20px;
  }
  .feature-dots button,
  .feature-dots button.is-active {
    width: 24px;
    height: 24px;
    background: transparent;
  }
  .feature-dots button::before {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--border);
    transition: width .24s var(--spring),background .24s ease;
  }
  .feature-dots button.is-active::before {
    width: 18px;
    background: var(--accent);
  }

  /* Long drawn questions wrap inside the card at every phone width. */
  .qdraw { width: 100%; }
  .qdraw-card {
    height: auto;
    min-height: 132px;
    padding: 22px 20px;
    overflow: hidden;
  }
  .qdraw-text {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(21px,6.2vw,26px);
    line-height: 1.28;
  }

  .privacy-main { padding: calc(var(--header-h) + 26px) 14px 54px; }
  .privacy-doc { padding: 28px 20px 36px; border-radius: 22px; }
  .privacy-back { margin-bottom: 26px; }
  .privacy-lede { margin-bottom: 32px; }
  .privacy-doc h2 { margin-top: 32px; }
}

@media (max-width: 360px) {
  .feature-card,
  .js .feature-card,
  .js .feature-card.is-active { flex-basis: 88%; width: 88%; }
  .qdraw-card { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-dots button.is-active { transition: none; }
}
