/* =====================================================================
   gardn.world — shared marketing site styles
   Built on the Gardn design system (tokens.css). No literal hex except
   where a token does not exist; brand palette only.

   SIGNATURE DEVICE (applied site-wide):
   Seasonal colour drift — section backgrounds shift cool→warm down
   each page (winter forest near the hero → sage/warm tones lower),
   mirroring "a garden that grows with you."
   (The .bloom-rule sprig divider was removed 2026-06-12 — not in the
   brand design, per Richard.)
   ===================================================================== */

/* muted-sub resolved to 0.68 per the marketing brief (passes AA at 14px) */
:root {
  --muted-sub: rgba(26, 61, 39, 0.68);
  --shell: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
  --hero-gradient: linear-gradient(180deg,
      rgba(15,38,24,0.50) 0%, rgba(15,38,24,0.40) 50%, rgba(15,38,24,0.85) 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--paper); color: var(--forest);
  font-family: var(--font-sans); font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: var(--fern); text-underline-offset: 2px; }

/* Heading-ends-in-a-full-stop voice; headings never carry default link colour */
h1, h2, h3 { color: var(--forest); margin: 0; text-wrap: balance; }
p { text-wrap: pretty; }

/* ── Accessibility: skip link + focus ring ──────────────────────────── */
.skip {
  position: absolute; left: 16px; top: -60px; z-index: 1000;
  background: var(--forest); color: var(--paper); padding: 12px 18px;
  border-radius: 12px; font-weight: 600; text-decoration: none;
  transition: top 160ms var(--ease-standard);
}
.skip:focus { top: 16px; }
:focus-visible {
  outline: 2.5px solid var(--fern); outline-offset: 3px; border-radius: 4px;
}
.on-dark :focus-visible { outline-color: var(--sage); }

/* ── Shell ──────────────────────────────────────────────────────────── */
.shell { max-width: var(--shell); margin: 0 auto; padding-inline: var(--gutter); }
.eyebrow {
  font-weight: 700; font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fern); margin: 0 0 18px;
}
.on-dark .eyebrow { color: var(--sage); }

/* ── Wordmark + lockup ──────────────────────────────────────────────── */
.wm {
  font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  padding-left: 0.09em; line-height: 1;
}
.lockup { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.lockup img { width: 26px; height: 26px; }
header.site .lockup img { width: 39px; height: 39px; }
.lockup .wm { font-size: 18px; color: var(--forest); }
.on-dark .lockup .wm { color: var(--paper); }
footer.site .lockup .wm { color: var(--paper); }

/* ── Header / nav ───────────────────────────────────────────────────── */
header.site {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--paper) 86%, transparent);
  backdrop-filter: saturate(1.1) blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .bar {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
nav.primary { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
nav.primary a {
  position: relative; display: inline-block;
  color: var(--forest); opacity: 0.7; text-decoration: none;
  font-weight: 600; font-size: 14.5px; transition: opacity 200ms var(--ease-standard);
}
nav.primary a:hover { opacity: 1; }
nav.primary a[aria-current="page"] { opacity: 1; }
nav.primary a[aria-current="page"]::after {
  content: ""; position: absolute; left: 1px; right: 1px; bottom: -9px;
  height: 1.5px; border-radius: 1px; background: var(--fern);
}
nav.primary a.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  height: 42px; padding: 0 20px; border-radius: var(--r-pill);
  background: var(--forest); color: var(--paper); opacity: 1; font-weight: 600;
  font-size: 14.5px; text-decoration: none; white-space: nowrap;
  transition: transform 80ms var(--ease-standard), background 200ms var(--ease-standard);
}
nav.primary a.nav-cta:hover { background: var(--forest-deep); opacity: 1; }
.nav-cta:active { transform: scale(0.98); }
.nav-toggle { display: none; }

@media (max-width: 860px) {
  nav.primary { gap: 20px; }
  nav.primary .nav-links { display: none; }
  nav.primary .nav-links.open { display: flex; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line);
    background: transparent; color: var(--forest); cursor: pointer;
  }
  .nav-toggle svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; }
  nav.primary .nav-links {
    position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 12px var(--gutter) 20px;
  }
  nav.primary .nav-links a { padding: 12px 0; font-size: 17px; width: 100%; }
  nav.primary a[aria-current="page"]::after { display: none; }
}

/* ── Buttons ────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 56px; padding: 0 26px; border-radius: var(--r-pill);
  font-weight: 600; font-size: 16px; letter-spacing: -0.005em;
  text-decoration: none; border: none; cursor: pointer;
  font-family: inherit;
  transition: transform 80ms var(--ease-standard), background 200ms var(--ease-standard);
}
.btn:active { transform: scale(0.98); }
.btn--fern { background: var(--fern); color: var(--paper); }
.btn--fern:hover { background: var(--forest); }
.btn--paper { background: var(--paper); color: var(--forest); }
.btn--paper:hover { background: #fff; }
.btn--forest { background: var(--forest); color: var(--paper); }
.btn--forest:hover { background: var(--forest-deep); }
.btn--ghost { background: transparent; color: var(--forest); border: 1px solid var(--line-strong); }
.on-dark .btn--ghost { color: var(--paper); border-color: rgba(245,242,234,0.3); }

/* ── Sections + seasonal drift ──────────────────────────────────────── */
section { position: relative; }
.band { padding-block: clamp(64px, 9vw, 116px); }
.band--tight { padding-block: clamp(48px, 6vw, 72px); }

/* The drift: cool paper near the top, warming subtly toward the foot. */
.sec-paper   { background: var(--paper); }
.sec-cream   { background: var(--cream); }
.sec-spring  { background: color-mix(in oklab, var(--cream) 90%, var(--sage)); }
.sec-summer  { background: color-mix(in oklab, var(--cream) 88%, var(--fern) 10%); }
.sec-autumn  { background: color-mix(in oklab, var(--cream) 86%, var(--warm)); }
.sec-sand    { background: var(--sand); }
.sec-forest  { background: var(--forest); color: var(--paper); }
.sec-forest-deep { background: var(--forest-deep); color: var(--paper); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--paper); }
.on-dark p { color: rgba(245,242,234,0.85); }

/* ── Section header block ───────────────────────────────────────────── */
.sec-head { max-width: 640px; }
.sec-head h2 {
  font-weight: 700; font-size: clamp(28px, 3.6vw, 40px); line-height: 1.08;
  letter-spacing: -0.025em;
}
.sec-head p {
  font-size: 18px; line-height: 1.55; color: var(--muted); margin: 18px 0 0;
  max-width: 40ch;
}
.on-dark .sec-head p { color: rgba(245,242,234,0.85); }

/* ── Hero ───────────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: min(92vh, 860px);
  display: flex; align-items: flex-end;
  color: var(--paper); overflow: hidden;
  background: var(--forest-deep);
}
.hero .photo {
  position: absolute; inset: 0; background-size: cover; background-position: center 38%;
}
.hero .photo::after { content: ""; position: absolute; inset: 0; background: var(--hero-gradient); }
.hero .inner { position: relative; width: 100%; padding-bottom: clamp(48px, 7vw, 88px);
  padding-top: 120px; }
.hero .col { max-width: 600px; }
.hero h1 {
  color: var(--paper); font-weight: 700;
  font-size: clamp(40px, 7.2vw, 68px); line-height: 1.02; letter-spacing: -0.035em;
}
.hero .sub {
  font-size: clamp(17px, 2vw, 20px); line-height: 1.5; color: rgba(245,242,234,0.9);
  margin: 22px 0 0; max-width: 46ch; text-wrap: pretty;
}
.hero .credit {
  position: absolute; right: var(--gutter); bottom: 20px; z-index: 2;
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245,242,234,0.8);
}

/* ── Newsletter form ────────────────────────────────────────────────── */
.news { margin-top: 28px; max-width: 460px; }
.news--center { margin-inline: auto; }
.news form { display: flex; gap: 10px; }
.news input[type="email"] {
  flex: 1; min-width: 0; height: 56px; padding: 0 18px;
  border-radius: var(--r-pill); border: 1px solid var(--line);
  background: var(--paper); color: var(--forest);
  font-family: inherit; font-size: 16px;
  transition: border-color 160ms var(--ease-standard);
}
.news input[type="email"]::placeholder { color: var(--muted-soft); }
.news input[type="email"]:focus { outline: none; border-color: var(--forest); }
.on-dark .news input[type="email"] { border-color: rgba(245,242,234,0.28); }
.news .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.news .reassure {
  font-size: 13px; line-height: 1.5; color: var(--muted-sub); margin: 12px 2px 0;
}
.on-dark .news .reassure { color: rgba(245,242,234,0.7); }
.news .status { font-size: 14px; margin: 10px 2px 0; min-height: 0; }
.news .status[data-state="error"] { color: var(--terracotta); }
.on-dark .news .status[data-state="error"] { color: #E89B8C; }

/* Inline success / share state */
.news .thanks { display: none; }
.news.is-success form { display: none; }
.news.is-success .reassure { display: none; }
.news.is-success .thanks { display: block; }
.thanks .t-head { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.on-dark .thanks .t-head { color: var(--paper); }
.thanks .t-body { font-size: 15px; color: var(--muted); margin: 8px 0 16px; line-height: 1.5; }
.on-dark .thanks .t-body { color: rgba(245,242,234,0.85); }
.share-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 18px;
  border-radius: var(--r-pill); border: 1px solid var(--line-strong);
  background: transparent; color: var(--forest); font-weight: 600; font-size: 14.5px;
  font-family: inherit; cursor: pointer;
}
.on-dark .share-btn { color: var(--paper); border-color: rgba(245,242,234,0.3); }
.share-btn svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 520px) {
  .news form { flex-direction: column; }
  .news .btn { width: 100%; }
}

/* ── Feature block (alternating) ────────────────────────────────────── */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.feature .copy { max-width: 460px; }
.feature .copy h2 {
  font-weight: 700; font-size: clamp(26px, 3.2vw, 36px); line-height: 1.1;
  letter-spacing: -0.025em;
}
.feature .copy p { font-size: 17px; line-height: 1.58; color: var(--muted); margin: 16px 0 0; }
.on-dark .feature .copy p { color: rgba(245,242,234,0.85); }
.feature .copy .lead { font-size: 19px; color: var(--forest); font-weight: 600; }
.on-dark .feature .copy .lead { color: var(--paper); }
.feature .visual { display: flex; justify-content: center; }
.feature.flip .visual { order: -1; }
@media (max-width: 820px) {
  .feature { grid-template-columns: 1fr; gap: 32px; }
  .feature.flip .visual { order: 0; }
  .feature .visual { order: -1; }
}

/* premium marker — unmissable warm treatment */
.premium-tag {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 16px;
  height: 28px; padding: 0 12px 0 10px; border-radius: var(--r-full);
  background: color-mix(in oklab, var(--warm) 22%, var(--paper));
  border: 1px solid color-mix(in oklab, var(--warm) 60%, transparent);
  color: #8A6A2E; font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.premium-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--warm); }
.premium-note { font-size: 13.5px; color: #8A6A2E; font-weight: 600; margin-top: 14px; }
.on-dark .premium-note { color: var(--warm); }

/* ── Phone frame + in-app skeletons ─────────────────────────────────── */
.phone {
  position: relative; width: 300px; max-width: 78vw; aspect-ratio: 9 / 19.5;
  background: var(--forest-deep); border-radius: 46px; padding: 11px;
  box-shadow: 0 24px 60px rgba(15,38,24,0.28), 0 6px 18px rgba(15,38,24,0.16);
}
.phone .screen {
  position: relative; width: 100%; height: 100%; border-radius: 36px; overflow: hidden;
  background: var(--paper); display: flex; flex-direction: column;
}
.phone .notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 26px; background: var(--forest-deep); border-radius: 14px; z-index: 5;
}
.statusbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px 6px; font-size: 12px; font-weight: 700; color: var(--forest); flex: none;
}
.statusbar .icons { display: flex; align-items: center; gap: 5px; }
.statusbar .icons span { display: inline-block; width: 16px; height: 10px; }
.statusbar .icons .sig { width: 16px; height: 10px;
  background: linear-gradient(90deg, var(--forest) 0 3px, transparent 3px 4px, var(--forest) 4px 7px,
    transparent 7px 8px, var(--forest) 8px 11px, transparent 11px 12px, var(--forest) 12px 16px); opacity: 0.85; }
.statusbar .icons .bat { border: 1.4px solid var(--forest); border-radius: 3px; opacity: 0.85; position: relative; }
.statusbar .icons .bat::after { content: ""; position: absolute; left: 1px; top: 1px; bottom: 1px; width: 70%;
  background: var(--forest); border-radius: 1px; }
.appscreen { flex: 1; overflow: hidden; padding: 4px 16px 16px; }
.appscreen .app-h {
  display: flex; align-items: center; justify-content: space-between; padding: 8px 2px 14px;
}
.appscreen .app-h .title { font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.appscreen .app-h .sub { font-size: 12px; color: var(--muted-sub); font-weight: 600; }
.appscreen .app-h .av { width: 30px; height: 30px; border-radius: 50%; background: var(--sand); }

/* app skeleton primitives */
.sk { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-card); }
.sk-pill { height: 30px; border-radius: 999px; background: var(--cream); border: 1px solid var(--line);
  display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; font-size: 11.5px; font-weight: 600; color: var(--forest); }
.sk-bar { height: 9px; border-radius: 5px; background: color-mix(in oklab, var(--sand) 80%, var(--paper)); }
.sk-bar.w70 { width: 70%; } .sk-bar.w50 { width: 50%; } .sk-bar.w40 { width: 40%; } .sk-bar.w85 { width: 85%; }
.sk-photo { background: linear-gradient(135deg,
    color-mix(in oklab, var(--sage) 55%, var(--cream)),
    color-mix(in oklab, var(--fern) 30%, var(--cream)));
  border-radius: 12px; }
.sk-img { display: block; width: 100%; object-fit: cover; border-radius: 12px; }
.sk-row { display: flex; align-items: center; gap: 10px; }
.app-card { padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--paper); }
.dot-status { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.dot-status.heal { background: var(--sage); } .dot-status.att { background: var(--warm); } .dot-status.urg { background: var(--terracotta); }
.appscreen svg.ico { width: 18px; height: 18px; stroke: var(--forest); fill: none; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round; }

/* small phone caption */
.phone-cap { text-align: center; font-size: 12px; color: var(--muted-sub); margin-top: 16px; font-weight: 600;
  letter-spacing: 0.04em; }

/* ── Trust strip ────────────────────────────────────────────────────── */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-tile); overflow: hidden; }
.trust .cell { background: var(--paper); padding: 26px 24px; }
.trust .cell .k { font-weight: 700; font-size: 17px; letter-spacing: -0.02em; display: flex; align-items: center; gap: 9px; }
.trust .cell .k svg { width: 19px; height: 19px; stroke: var(--fern); fill: none; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; flex: none; }
.trust .cell p { font-size: 14px; color: var(--muted); margin: 8px 0 0; line-height: 1.5; }
.trust-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 22px; }
.trust-meta span { font-size: 13.5px; color: var(--muted); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.trust-meta span svg { width: 16px; height: 16px; stroke: var(--fern); fill: none; stroke-width: 1.6; }
@media (max-width: 720px) { .trust { grid-template-columns: 1fr; } }

/* ── Intent cards ───────────────────────────────────────────────────── */
.intent { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.intent a {
  display: flex; flex-direction: column; justify-content: space-between; gap: 40px;
  padding: 28px 26px; min-height: 200px; border-radius: var(--r-large);
  background: var(--paper); border: 1px solid var(--line); text-decoration: none;
  color: var(--forest); transition: transform 500ms var(--ease-standard), border-color 500ms var(--ease-standard);
}
.intent a:hover { transform: translateY(-4px); border-color: var(--sage); }
.intent .ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: color-mix(in oklab, var(--sage) 30%, var(--paper)); }
.intent .ic svg { width: 23px; height: 23px; stroke: var(--forest); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.intent h3 { font-weight: 700; font-size: 21px; letter-spacing: -0.02em; }
.intent .go { font-size: 14px; font-weight: 600; color: var(--fern); }
@media (max-width: 760px) { .intent { grid-template-columns: 1fr; } }

/* ── More-in-the-app grid ───────────────────────────────────────────── */
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mini {
  padding: 24px 22px; border-radius: var(--r-tile); background: var(--paper);
  border: 1px solid var(--line);
}
.mini .ic { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: var(--cream); margin-bottom: 16px; }
.mini .ic svg { width: 20px; height: 20px; stroke: var(--forest); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.mini h3 { font-weight: 700; font-size: 16.5px; letter-spacing: -0.015em; }
.mini p { font-size: 13.5px; color: var(--muted); margin: 6px 0 0; line-height: 1.5; }
@media (max-width: 760px) { .mini-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .mini-grid { grid-template-columns: 1fr; } }

/* ── CTA band ───────────────────────────────────────────────────────── */
.ctaband { position: relative; overflow: hidden; text-align: center; }
.ctaband .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.16; }
.ctaband .inner { position: relative; max-width: 680px; margin: 0 auto; }
.ctaband h2 { color: var(--paper); font-weight: 700; font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.04; letter-spacing: -0.03em; }
.ctaband p { color: rgba(245,242,234,0.85); font-size: 18px; margin: 18px auto 0; max-width: 48ch; line-height: 1.5; }

/* ── Pricing ────────────────────────────────────────────────────────── */
.price-card {
  max-width: 540px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-modal); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-card-soft);
}
.price-rows { display: flex; gap: 14px; margin: 6px 0 4px; flex-wrap: wrap; }
.price-rows .p {
  flex: 1; min-width: 180px; border: 1px solid var(--line); border-radius: var(--r-tile); padding: 22px 22px;
}
.price-rows .p.feat { border-color: var(--sage); background: color-mix(in oklab, var(--sage) 14%, var(--paper)); }
.price-rows .p .amt { font-weight: 700; font-size: 34px; letter-spacing: -0.03em; }
.price-rows .p .per { font-size: 15px; color: var(--muted); font-weight: 600; }
.price-rows .p .note { font-size: 13.5px; color: var(--fern); font-weight: 600; margin-top: 8px; }
.trial-line { font-size: 15px; color: var(--muted); margin: 18px 0 24px; display: flex; align-items: center; gap: 9px; }
.trial-line svg { width: 18px; height: 18px; stroke: var(--fern); fill: none; stroke-width: 1.6; }
.incl { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.incl li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--forest); line-height: 1.45; }
.incl li svg { width: 19px; height: 19px; flex: none; margin-top: 1px; stroke: var(--fern); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.incl li .pill {
  margin-left: auto; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.incl li .pill.free { background: color-mix(in oklab, var(--sage) 30%, var(--paper)); color: var(--forest); }
.incl li .pill.prem { background: color-mix(in oklab, var(--warm) 26%, var(--paper)); color: #8A6A2E; }

/* ── FAQ ────────────────────────────────────────────────────────────── */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 22px 4px;
}
.faq summary {
  list-style: none; cursor: pointer; font-weight: 700; font-size: 18px; letter-spacing: -0.015em;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--forest);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 22px; height: 22px; position: relative; }
.faq summary .pm::before, .faq summary .pm::after {
  content: ""; position: absolute; background: var(--fern); border-radius: 2px; transition: opacity 240ms var(--ease-standard); }
.faq summary .pm::before { left: 0; right: 0; top: 10px; height: 2px; }
.faq summary .pm::after { top: 0; bottom: 0; left: 10px; width: 2px; }
.faq details[open] summary .pm::after { opacity: 0; }
.faq details p { font-size: 15.5px; color: var(--muted); line-height: 1.6; margin: 14px 0 0; max-width: 60ch; }

/* ── Notes / blog ───────────────────────────────────────────────────── */
.note-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.note-card {
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-large);
  overflow: hidden; background: var(--paper); text-decoration: none; color: var(--forest);
  transition: transform 500ms var(--ease-standard);
}
.note-card:hover { transform: translateY(-4px); }
.note-card .img { aspect-ratio: 16 / 10; background-size: cover; background-position: center; }
.note-card .body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.note-card .kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fern); }
.note-card h3 { font-weight: 700; font-size: 20px; line-height: 1.18; letter-spacing: -0.02em; }
.note-card p { font-size: 14px; color: var(--muted); line-height: 1.5; margin: 0; }
.note-card .date { font-size: 12.5px; color: var(--muted-sub); margin-top: auto; font-weight: 600; }
@media (max-width: 860px) { .note-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .note-list { grid-template-columns: 1fr; } }

/* article */
.article { max-width: 680px; margin: 0 auto; }
.article .lede { font-size: 21px; line-height: 1.5; color: var(--forest); font-weight: 400; margin: 0 0 28px; }
.article h2 { font-weight: 700; font-size: 26px; letter-spacing: -0.02em; margin: 40px 0 14px; }
.article p { font-size: 18px; line-height: 1.65; color: var(--muted); margin: 0 0 20px; }
.article .figure { border-radius: var(--r-large); overflow: hidden; border: 1px solid var(--line); margin: 28px 0; aspect-ratio: 1 / 1; }
.article .figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article blockquote {
  margin: 28px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--fern);
  font-size: 20px; line-height: 1.45; color: var(--forest); font-style: italic;
}

/* ── Footer ─────────────────────────────────────────────────────────── */
footer.site { background: var(--forest-deep); color: var(--paper); padding-top: 64px; }
footer.site .grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
footer.site .tag { font-size: 17px; color: rgba(245,242,234,0.8); margin: 16px 0 0; max-width: 30ch; line-height: 1.5; }
footer.site h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(245,242,234,0.6); margin: 0 0 16px; }
footer.site .col a, footer.site .col span { display: block; font-size: 14.5px; color: rgba(245,242,234,0.85);
  text-decoration: none; margin-bottom: 11px; }
footer.site .col a:hover { color: var(--sage); }
footer.site .social { display: flex; gap: 10px; margin-top: 22px; }
footer.site .social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; margin-bottom: 0; border-radius: 50%;
  border: 1px solid rgba(245,242,234,0.2); color: rgba(245,242,234,0.8);
  transition: color 200ms var(--ease-standard), border-color 200ms var(--ease-standard);
}
footer.site .social a:hover { color: var(--sage); border-color: var(--sage); }
footer.site .social svg { width: 17px; height: 17px; flex: none; }
.storebadges { display: flex; gap: 10px; margin-top: 18px; }
.storebadge {
  display: inline-flex; align-items: center; gap: 11px; padding: 9px 15px;
  border-radius: 12px; border: 1px solid rgba(245,242,234,0.2); color: rgba(245,242,234,0.6);
  cursor: default; background: rgba(245,242,234,0.05);
}
.storebadge svg { width: 22px; height: 22px; fill: rgba(245,242,234,0.6); flex: none; }
.storebadge .lab { display: flex; flex-direction: column; line-height: 1.1; }
.storebadge .lab .name { font-size: 14px; font-weight: 600; color: rgba(245,242,234,0.8); }
.storebadge .lab .cs { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.7; margin-top: 3px; white-space: nowrap; }
footer.site .bar {
  margin-top: 56px; border-top: 1px solid rgba(245,242,234,0.14); padding: 22px 0 32px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px; color: rgba(245,242,234,0.6);
}
@media (max-width: 820px) {
  footer.site .grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  footer.site .col--brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) { footer.site .grid { grid-template-columns: 1fr; } }

/* reduced motion: kill transforms on hover */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .intent a:hover, .note-card:hover { transform: none; }
}

/* entrance reveal (progressive; visible by default if no JS) */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 800ms var(--ease-standard), transform 800ms var(--ease-standard); }
  .js .reveal.in { opacity: 1; transform: none; }
}

.phone-shot{display:block;width:100%;height:100%;object-fit:cover;border-radius:36px}

/* nature section: two phones side by side, stacked on small screens */
.nature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 820px) { .nature-pair { grid-template-columns: 1fr; gap: 48px; } }

.article table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.article th, .article td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; vertical-align: top; }
.article th { background: var(--cream); font-weight: 700; }
.article h3 { font-weight: 700; font-size: 19px; margin: 26px 0 10px; }

.article h2 { scroll-margin-top: 90px; }
.legal-summary { background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; margin: 28px 0; }
.legal-summary .sum-title { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fern); margin: 0 0 12px; }
.legal-summary ul { margin: 0; padding-left: 20px; }
.legal-summary li { font-size: 15.5px; line-height: 1.55; color: var(--forest); margin: 9px 0; }
.legal-governs { font-size: 13px; color: var(--muted-sub); margin: 14px 0 0; }
.legal-toc { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; margin: 24px 0 32px; }
.legal-toc .toc-title { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-sub); margin: 0 0 10px; }
.legal-toc ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 28px; }
.legal-toc li { margin: 0; break-inside: avoid; }
.legal-toc a { display: block; padding: 4px 0; font-size: 14px; color: var(--fern); text-decoration: none; }
.legal-toc a:hover { text-decoration: underline; }
@media (max-width: 600px) { .legal-toc ul { columns: 1; } }
