:root {
  color-scheme: light dark;
  --canvas: #f7f4ec;
  --canvas-deep: #eee8dc;
  --card: rgba(255, 254, 250, .88);
  --card-solid: #fffefa;
  --ink: #20241f;
  --muted: #716f66;
  --stroke: #ded8ca;
  --sage: #477d62;
  --sage-dark: #315f49;
  --sage-soft: #dce9df;
  --gold: #a87417;
  --gold-soft: #f0e5ce;
  --apricot: #b9652b;
  --apricot-soft: #f3dfd1;
  --lavender: #7565a2;
  --lavender-soft: #e7e2ef;
  --shadow: 0 24px 70px rgba(67, 60, 42, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(231, 226, 239, .65), transparent 27rem),
    radial-gradient(circle at 8% 24%, rgba(220, 233, 223, .6), transparent 25rem),
    var(--canvas);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .7rem 1rem; border-radius: .7rem; background: var(--ink); color: white;
}
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 760; font-size: 1.2rem; text-decoration: none; letter-spacing: -.03em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 22px rgba(52, 74, 57, .15); }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; font-size: .92rem; font-weight: 650; }
.site-header nav a { text-decoration: none; color: var(--muted); }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--sage); }
.site-header .nav-cta { padding: .68rem 1.1rem; background: var(--ink); color: white; border-radius: 999px; }
.site-header .nav-cta:hover, .site-header .nav-cta:focus-visible { color: white; background: var(--sage-dark); }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: 710px;
  margin: 18px auto 70px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.eyebrow, .section-kicker {
  color: var(--sage); text-transform: uppercase; letter-spacing: .13em;
  font-size: .74rem; font-weight: 800;
}
.eyebrow span { font-size: .58rem; margin-right: .35rem; }
.hero h1, h2 {
  font-weight: 780;
  line-height: .98;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.hero h1 { font-size: clamp(4rem, 7vw, 6.8rem); margin: .22em 0 .28em; }
.hero h1 em { font-style: normal; color: var(--sage); }
.hero-lede { max-width: 35rem; font-size: clamp(1.1rem, 1.8vw, 1.34rem); color: var(--muted); line-height: 1.58; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.15rem; flex-wrap: wrap; }
.app-store-badge { display: inline-block; min-height: 56px; }
.app-store-badge img { width: 170px; height: auto; }
.app-store-badge:focus-visible { outline: 3px solid var(--sage); outline-offset: 6px; border-radius: 6px; }
.android-note { font-size: .85rem; color: var(--muted); font-weight: 650; }
.android-note span { color: var(--gold); margin-right: .25rem; }
.trust-line { margin-top: 1.35rem; color: var(--muted); font-size: .78rem; font-weight: 650; letter-spacing: .015em; }
.trust-line > span { margin: 0 .32rem; color: #aaa497; }

.hero-visual { min-height: 690px; position: relative; display: grid; place-items: center; isolation: isolate; }
.sun-orbit {
  position: absolute; width: min(620px, 110%); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 235, 190, .85) 0 26%, rgba(220, 233, 223, .7) 27% 54%, rgba(255,255,255,0) 55%);
  filter: blur(.2px); z-index: -2;
}
.leaf { position: absolute; width: 160px; height: 76px; border-radius: 100% 0 100% 0; background: rgba(72, 126, 99, .11); z-index: -1; }
.leaf-one { transform: rotate(-32deg); left: -10px; bottom: 88px; }
.leaf-two { transform: rotate(150deg); right: -20px; top: 80px; background: rgba(117, 101, 162, .1); }
.phone {
  position: relative; overflow: hidden; background: #111; border: 9px solid #222522;
  border-radius: 48px; box-shadow: 0 32px 65px rgba(51, 49, 40, .24), inset 0 0 0 1px rgba(255,255,255,.16);
}
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 38px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.phone-speaker { position: absolute; z-index: 3; top: 10px; left: 50%; transform: translateX(-50%); width: 30%; height: 20px; border-radius: 999px; background: #171917; }
.phone img { width: 100%; height: auto; }
.hero-phone { width: 338px; max-height: 690px; }
.floating-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: .7rem;
  background: rgba(255, 254, 250, .93); border: 1px solid rgba(222, 216, 202, .9); border-radius: 18px;
  padding: .78rem .95rem; box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .84rem; }
.floating-card small { color: var(--muted); font-size: .68rem; }
.days-card { left: -10px; top: 34%; }
.private-card { right: -18px; bottom: 18%; }
.mini-ring { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 5px solid var(--sage-soft); border-top-color: var(--sage); font-weight: 800; color: var(--sage); font-size: .8rem; }
.shield { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--sage-soft); color: var(--sage); font-weight: 900; }

.promise-strip {
  min-height: 118px; padding: 1.4rem 2rem; background: var(--sage-dark); color: #f8f6ef;
  display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 4vw, 3.5rem);
  font-size: clamp(1.15rem, 2.4vw, 1.75rem); font-weight: 710; letter-spacing: -.03em;
}
.promise-strip p { margin: 0; }
.promise-strip span { color: #e6b85e; font-size: .9rem; }

.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.intro { padding-block: 130px 90px; }
.intro > h2, .details > h2 { max-width: 850px; font-size: clamp(3rem, 5.7vw, 5.3rem); margin: .25em 0 .3em; }
.section-lede { max-width: 720px; color: var(--muted); font-size: 1.18rem; }
.feature-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.feature-card {
  min-height: 300px; background: var(--card); border: 1px solid var(--stroke); border-radius: 30px;
  padding: 2rem; box-shadow: 0 14px 44px rgba(65, 60, 46, .055);
}
.feature-card h3, .detail-grid h3, .privacy-points h3 { font-size: 1.26rem; margin: .9rem 0 .45rem; letter-spacing: -.03em; line-height: 1.15; }
.feature-card p, .detail-grid p, .privacy-points p { margin: 0; color: var(--muted); font-size: .94rem; }
.feature-wide { grid-column: span 3; min-height: 260px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 4rem; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; font-size: 1.35rem; font-weight: 800; }
.feature-icon.sage { background: var(--sage-soft); color: var(--sage); }
.feature-icon.gold { background: var(--gold-soft); color: var(--gold); }
.feature-icon.lavender { background: var(--lavender-soft); color: var(--lavender); }
.feature-icon.apricot { background: var(--apricot-soft); color: var(--apricot); }
.supply-demo { padding: 1.55rem; border-radius: 24px; background: #f9f7f1; border: 1px solid #e5dfd2; }
.supply-demo > div:first-child { display: flex; align-items: center; gap: .7rem; }
.supply-demo b { color: var(--sage); font-size: 1.7rem; margin-left: auto; }
.supply-demo small { color: var(--muted); margin-left: 2.25rem; }
.pill-dot { display: inline-block; width: 25px; height: 25px; border-radius: 50%; position: relative; background: #687ac2; }
.pill-dot::after { content: ""; position: absolute; width: 10px; height: 2px; background: rgba(255,255,255,.8); left: 7px; top: 12px; }
.supply-track { margin: .75rem 0 .4rem 2.25rem; height: 6px; background: #e7e2d8; border-radius: 999px; overflow: hidden; }
.supply-track i { display: block; height: 100%; background: var(--sage); border-radius: inherit; }
.supply-track .fill-72 { width: 72%; }

.showcase { padding-block: 100px 150px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; }
.showcase h2, .privacy-section h2, .closing h2 { font-size: clamp(3rem, 5.4vw, 5rem); margin: .25em 0 .35em; }
.showcase-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.check-list li { margin: .75rem 0; font-weight: 650; }
.check-list span { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--sage-soft); color: var(--sage); margin-right: .55rem; font-size: .75rem; }
.phone-pair { position: relative; min-height: 650px; }
.phone-pair .phone { position: absolute; width: 294px; }
.phone-back { left: 3%; top: 0; transform: rotate(-5deg); }
.phone-front { right: 2%; bottom: 0; transform: rotate(4deg); }

.privacy-section { background: var(--sage-dark); color: #f8f6ef; padding-block: 120px; position: relative; overflow: hidden; }
.privacy-section::before, .privacy-section::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.privacy-section::before { width: 500px; height: 500px; right: -180px; top: -260px; }
.privacy-section::after { width: 700px; height: 700px; left: -420px; bottom: -550px; }
.privacy-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; position: relative; z-index: 1; }
.section-kicker.light { color: #b7d9c5; }
.privacy-copy > p { color: #d2ddd5; max-width: 31rem; }
.text-link { display: inline-block; margin-top: 1.4rem; font-weight: 750; text-underline-offset: 5px; }
.light-link { color: #f7d58d; }
.privacy-points { display: grid; gap: .85rem; }
.privacy-points article { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.35rem; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.privacy-points article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(220,233,223,.13); color: #b7d9c5; font-size: 1.25rem; }
.privacy-points h3 { margin-top: .08rem; }
.privacy-points p { color: #dde6df; }

.details { padding-block: 130px; }
.detail-grid { margin-top: 3rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem; }
.detail-grid article > span { color: var(--sage); font-size: 1.65rem; }

.closing { margin-bottom: 110px; padding: 3rem 3.3rem; border-radius: 34px; background: linear-gradient(120deg, #e3ece4, #f3ead8 62%, #ebe5f1); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2.4rem; border: 1px solid rgba(134, 124, 103, .16); }
.closing img { border-radius: 25px; box-shadow: 0 16px 35px rgba(49, 68, 52, .18); }
.closing h2 { font-size: clamp(2.5rem, 4.5vw, 4.3rem); margin-bottom: .18em; }
.closing p { margin: 0; color: var(--muted); }
.closing-link { color: var(--sage-dark); font-weight: 760; text-decoration-thickness: .1em; text-underline-offset: .25em; white-space: nowrap; }

.site-footer {
  width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--stroke); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem;
  color: var(--muted); font-size: .82rem;
}
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.footer-brand img { border-radius: 10px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand small { color: var(--muted); }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { text-underline-offset: 4px; }
.site-footer p { margin: 0; }
.site-footer .disclaimer { grid-column: 1 / -1; max-width: 820px; font-size: .75rem; }
.site-footer .trademark { grid-column: 1 / -1; max-width: 820px; margin-top: -1rem; font-size: .68rem; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-wide { grid-column: span 2; }
  .feature-card:last-child { grid-column: span 2; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 680px; }
  .phone-pair { width: min(650px, 100%); margin-inline: auto; }
  .privacy-inner { grid-template-columns: 1fr; }
  .privacy-copy { max-width: 650px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .closing { grid-template-columns: auto 1fr; }
  .closing .closing-link { grid-column: 2; justify-self: start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p:not(.disclaimer, .trademark) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { width: min(calc(100% - 28px), var(--max)); min-height: 76px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header nav { gap: 0; }
  .hero, .section-shell, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { margin-top: 0; min-height: 0; gap: 1rem; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero-visual { min-height: 560px; transform: scale(.9); margin: -15px -7% -30px; }
  .hero-phone { width: 300px; }
  .floating-card { transform: scale(.88); }
  .days-card { left: 0; }
  .private-card { right: -4px; }
  .promise-strip { flex-direction: column; gap: .25rem; text-align: center; padding-block: 2rem; }
  .promise-strip span { display: none; }
  .intro, .details { padding-block: 90px 70px; }
  .intro > h2, .details > h2, .showcase h2, .privacy-section h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .feature-grid, .feature-wide { display: grid; grid-template-columns: 1fr; }
  .feature-wide, .feature-card:last-child { grid-column: span 1; }
  .feature-wide { gap: 2rem; }
  .showcase { padding-block: 70px 100px; gap: 2rem; }
  .phone-pair { min-height: 560px; }
  .phone-pair .phone { width: 238px; }
  .phone-back { left: 0; }
  .phone-front { right: 0; }
  .privacy-section { padding-block: 90px; }
  .detail-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .closing { padding: 2rem; grid-template-columns: 1fr; text-align: center; }
  .closing img { margin-inline: auto; }
  .closing .closing-link { grid-column: auto; justify-self: center; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-phone { animation: settle 7s ease-in-out infinite; }
  .floating-card { animation: float 6s ease-in-out infinite; }
  .private-card { animation-delay: -3s; }
  @keyframes settle { 0%,100% { transform: translateY(0) rotate(.4deg); } 50% { transform: translateY(-8px) rotate(-.3deg); } }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
}

@media (prefers-color-scheme: dark) {
  :root {
    --canvas: #171a17; --canvas-deep: #101310; --card: rgba(35, 40, 35, .9); --card-solid: #232823;
    --ink: #f1eee5; --muted: #aaa99f; --stroke: #394039; --sage: #8bbd9f; --sage-dark: #294d3b;
    --sage-soft: #293c30; --gold: #d6aa55; --gold-soft: #403623; --apricot: #df9265; --apricot-soft: #443128;
    --lavender: #b4a5d5; --lavender-soft: #383246; --shadow: 0 24px 70px rgba(0,0,0,.32);
  }
  body { background: radial-gradient(circle at 88% 8%, rgba(67, 57, 83, .45), transparent 27rem), radial-gradient(circle at 8% 24%, rgba(42, 74, 56, .42), transparent 25rem), var(--canvas); }
  .site-header .nav-cta { background: #f1eee5; color: #172019; }
  .site-header .nav-cta:hover { background: #cfe3d5; color: #172019; }
  .closing-link { color: var(--sage); }
  .sun-orbit { background: radial-gradient(circle, rgba(113, 89, 35, .28) 0 26%, rgba(45, 76, 58, .34) 27% 54%, transparent 55%); }
  .floating-card { background: rgba(35,40,35,.94); }
  .supply-demo { background: #1d211d; border-color: #394039; }
  .closing { background: linear-gradient(120deg, #26382c, #3a3224 62%, #342e40); }
}
