/* lynu.app — Two Voices. Tokens derive from the Organic system; fonts are self-hosted (see assets/fonts/README.md). */
@font-face { font-family: "Caprasimo"; src: url("fonts/caprasimo-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Figtree"; src: url("fonts/figtree-variable.woff2") format("woff2"); font-weight: 300 900; font-style: normal; font-display: swap; }

:root {
  --bg: #f5ead8; --ink: #2e2b25; --ink-soft: #474238; --muted: #645c50; --line: #dcd3c4; --paper: #f9f4ed;
  --clay: #c67139; --clay-100: #fff2eb; --clay-200: #ffe1d0; --clay-300: #ffc6a5; --clay-400: #f6a06b; --clay-600: #b2622d; --clay-800: #643312; --clay-900: #402310;
  --sage: #7a8a5e; --sage-100: #f0fae1; --sage-200: #e1eecc; --sage-300: #ccdbb2; --sage-800: #3d472b; --sage-900: #272e1b;
  --heading: "Caprasimo", "Cooper Black", Georgia, serif; --body: "Figtree", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --r-pill: 999px; --r-lg: 40px; --r-xl: 48px; --r-md: 28px; --r-sm: 24px;
  --edge: clamp(20px, 5vw, 64px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.65; text-wrap: pretty; -webkit-font-smoothing: antialiased;
  background: radial-gradient(900px 600px at 12% 0%, var(--clay-100), transparent 70%), radial-gradient(800px 700px at 100% 40%, var(--sage-100), transparent 70%), radial-gradient(700px 500px at 0% 100%, var(--sage-100), transparent 70%), var(--bg);
}
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.07; mix-blend-mode: multiply; z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.3 0 0 0 0 0.2 0 0 0 0 0.1 0 0 0 1 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>"); }
h1, h2, h3, p, figure, blockquote, ul, ol { margin: 0; }
h1, h2, .display { font-family: var(--heading); font-weight: 400; }
a { color: var(--clay-800); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--clay-600); }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
::selection { background: var(--clay-300); }
img { display: block; max-width: 100%; height: auto; }
strong { font-weight: 700; }
.skip { position: absolute; left: 16px; top: -100px; padding: 10px 16px; background: var(--paper); border-radius: var(--r-pill); z-index: 20; }
.skip:focus { top: 16px; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 var(--edge); position: relative; z-index: 1; }

/* header */
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; gap: 16px; }
.wordmark { font-family: var(--heading); font-size: 30px; color: var(--ink); text-decoration: none; line-height: 1; }
.wordmark:hover { color: var(--ink); }
.badge { display: inline-flex; border-radius: 10px; transition: transform 250ms ease; }
.badge img { width: 156px; height: 52px; }
.badge:hover { transform: translateY(-2px); }
.badge-sm img { width: 120px; height: 40px; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: var(--r-pill); text-decoration: none; font-size: 16px; font-weight: 600; min-height: 44px; transition: background 250ms ease; }
.pill-ink { background: var(--ink); color: var(--bg); }
.pill-ink:hover { background: var(--ink-soft); color: var(--bg); }
.kicker { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.note { font-size: 14px; color: var(--muted); }
.tnum { font-variant-numeric: tabular-nums; }

/* hero */
.hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px clamp(32px, 5vw, 72px); align-items: center; padding: clamp(32px, 6vw, 88px) 0 clamp(40px, 6vw, 80px); }
.hero h1 { font-size: clamp(38px, 5vw, 68px); line-height: 1.04; max-width: 16ch; }
.hero .lede { margin-top: 28px; font-size: 20px; max-width: 42ch; color: var(--ink-soft); }
.hero .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 32px; }
.circles { position: relative; aspect-ratio: 1 / 0.86; max-width: 520px; width: 100%; justify-self: end; }
.circles .c1, .circles .c2 { position: absolute; width: 66%; aspect-ratio: 1; border-radius: 50%; mix-blend-mode: multiply; }
.circles .c1 { left: 0; top: 8%; background: var(--clay-300); }
.circles .c2 { right: 0; top: 0; background: var(--sage-300); }
.circles .dot { position: absolute; left: 50%; top: 86%; transform: translate(-50%, -50%); width: 22%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-family: var(--heading); font-size: clamp(14px, 1.8vw, 22px); }
.circles figcaption { position: absolute; font-size: 13px; line-height: 1.4; }
.circles .cap1 { left: 4%; top: 32%; width: 26%; color: var(--clay-900); }
.circles .cap2 { right: 4%; top: 26%; width: 26%; text-align: right; color: var(--sage-900); }
.circles .cap3 { left: 50%; top: 52%; transform: translateX(-50%); width: 30%; text-align: center; color: var(--ink); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise 480ms ease both; }
  .circles { animation: rise 480ms 120ms ease both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* sections */
.section { padding: clamp(40px, 6vw, 80px) 0; }
.two { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.voice { border-radius: var(--r-lg); padding: 36px 36px 40px; }
.voice.clay { background: var(--clay-100); }
.voice.sage { background: var(--sage-100); }
.voice .who { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.voice.clay .who, .voice.clay p { color: var(--clay-900); }
.voice.sage .who, .voice.sage p { color: var(--sage-900); }
.voice.clay .who { color: var(--clay-800); } .voice.sage .who { color: var(--sage-800); }
.voice p { font-size: 20px; }
.record { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; margin-top: 20px; padding: 36px; background: var(--paper); border-radius: var(--r-lg); max-width: 800px; }
.record .stamp { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.record .quote { font-family: var(--heading); font-size: clamp(22px, 2.6vw, 30px); line-height: 1.25; }
.record .note { margin-top: 14px; font-size: 16px; }

/* report */
.report-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px 48px; align-items: start; }
.report-intro { position: static; }
@media (min-width: 820px) { .report-intro { position: sticky; top: 32px; } }
.report-intro h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; margin-bottom: 16px; }
.report-intro p { color: var(--ink-soft); max-width: 40ch; margin-bottom: 12px; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.chip { padding: 8px 16px; border-radius: var(--r-pill); background: var(--sage-200); color: var(--sage-900); font-size: 14px; font-weight: 600; }
.report { background: var(--paper); border-radius: var(--r-lg); overflow: hidden; }
.report-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 28px; font-size: 13px; color: var(--muted); }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 20px 20px; }
.tabs button { font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; border: 1.5px solid var(--line); background: transparent; color: var(--ink-soft); border-radius: var(--r-pill); padding: 10px 18px; min-height: 44px; transition: background 250ms ease, color 250ms ease; }
.tabs button:hover { background: var(--bg); }
.tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.panels { background: var(--bg); border-radius: 36px 36px var(--r-lg) var(--r-lg); padding: clamp(24px, 3vw, 36px); font-size: 16px; display: grid; }
.panel { display: grid; gap: 26px; }
.panel + .panel { margin-top: 40px; padding-top: 40px; border-top: 1.5px solid var(--line); }
.is-enhanced .panel { grid-area: 1 / 1; margin: 0; padding: 0; border: 0; }
.is-enhanced .panel[hidden] { display: grid; visibility: hidden; pointer-events: none; }
.panel .lead { font-family: var(--heading); font-size: clamp(20px, 2.2vw, 26px); line-height: 1.3; margin-top: 8px; }
.panel .sub { margin-top: 10px; color: var(--ink-soft); }
.wave { display: flex; align-items: center; gap: 3px; height: 56px; margin-top: 10px; }
.wave span { flex: 1; border-radius: var(--r-pill); }
.wave .s { background: var(--clay); } .wave .p { background: var(--sage); }
.legend { margin-top: 10px; font-size: 14px; color: var(--muted); }
.legend i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; vertical-align: -1px; }
.legend .s { background: var(--clay); } .legend .p { background: var(--sage); }
.lines { display: grid; gap: 10px; margin-top: 10px; }
.line { display: flex; gap: 12px; align-items: baseline; }
.tag { flex: none; padding: 3px 12px; border-radius: var(--r-pill); font-size: 12px; font-weight: 700; }
.tag.s { background: var(--clay-200); color: var(--clay-900); } .tag.p { background: var(--sage-200); color: var(--sage-900); }
.line em { color: var(--muted); }
.pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.card { border-radius: var(--r-md); padding: 22px; }
.card.s { background: var(--clay-100); } .card.p { background: var(--sage-100); }
.card .who { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.card.s .who, .card.s .label { color: var(--clay-800); } .card.p .who, .card.p .label { color: var(--sage-800); }
.card .q { font-family: var(--heading); font-size: 19px; line-height: 1.3; }
.card.s .q, .card.s .need { color: var(--clay-900); } .card.p .q, .card.p .need { color: var(--sage-900); }
.card .label { margin-top: 14px; } .card .need { margin-top: 4px; }
.panel .foot { color: var(--muted); font-size: 15px; }
.report-caption { margin-top: 12px; font-size: 13px; color: var(--muted); }

/* consent */
.consent { background: var(--sage-100); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 56px); }
.consent-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px clamp(32px, 5vw, 72px); align-items: center; }
.consent .kicker { color: var(--sage-800); margin-bottom: 12px; display: block; }
.consent h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1.06; margin-bottom: 20px; max-width: 18ch; color: var(--sage-900); }
.consent p { color: var(--sage-900); max-width: 44ch; margin-bottom: 14px; }
.consent .more { font-size: 18px; font-weight: 600; margin: 0; }
.consent .more a { color: var(--sage-900); }
.phones { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; max-width: 460px; width: 100%; justify-self: center; }
.phone { border: 2px solid var(--ink); border-radius: 32px; padding: 14px 12px 18px; background: var(--bg); display: grid; gap: 10px; font-size: 13px; }
.phone.second { margin-bottom: 24px; }
.banner { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: var(--r-pill); background: var(--sage); color: var(--bg); font-weight: 700; font-size: 11px; }
.banner i { width: 8px; height: 8px; border-radius: 50%; background: var(--bg); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.phone .owner { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.confirmed { display: grid; place-items: center; height: 68px; border-radius: var(--r-sm); font-weight: 700; }
.phone.first .confirmed { background: var(--clay-100); color: var(--clay-900); }
.phone.second .confirmed { background: var(--sage-200); color: var(--sage-900); }
.stop { height: 34px; border-radius: var(--r-pill); border: 1.5px solid #c0b6a5; display: grid; place-items: center; color: var(--ink-soft); font-weight: 600; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; padding-top: 32px; border-top: 1.5px solid var(--sage-300); }
.step { display: flex; gap: 14px; align-items: start; }
.step p { margin: 0; }
.num { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--heading); font-size: 18px; }
.num.s { background: var(--clay-200); color: var(--clay-900); } .num.p { background: var(--sage-300); color: var(--sage-900); } .num.i { background: var(--ink); color: var(--bg); }

/* rules */
.rules { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; padding: clamp(32px, 5vw, 64px) 0; }
.rule { padding: 32px; border-radius: var(--r-lg); }
.rule i { display: block; width: 28px; height: 28px; border-radius: 50%; margin-bottom: 20px; }
.rule h3 { font-family: var(--heading); font-weight: 400; font-size: 24px; line-height: 1.2; margin-bottom: 8px; }
.rule p { font-size: 16px; }
.rule.s { background: var(--clay-100); } .rule.s i { background: var(--clay-300); } .rule.s h3, .rule.s p { color: var(--clay-900); }
.rule.p { background: var(--sage-100); } .rule.p i { background: var(--sage-300); } .rule.p h3, .rule.p p { color: var(--sage-900); }
.rule.n { background: var(--paper); } .rule.n i { background: var(--line); } .rule.n p { color: var(--ink-soft); }

/* close */
.close { padding: clamp(32px, 5vw, 64px) 0 clamp(48px, 7vw, 96px); }
.close-patch { position: relative; overflow: hidden; background: var(--clay); color: var(--bg); border-radius: var(--r-xl); padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; align-items: end; }
.close-patch i { position: absolute; left: -6%; bottom: -55%; width: 36%; aspect-ratio: 1; border-radius: 50%; background: var(--clay-400); opacity: 0.6; }
.close-patch h2 { position: relative; font-size: clamp(32px, 4.4vw, 58px); line-height: 1.05; }
.close-patch > div { position: relative; }
.close-patch .note { margin-top: 12px; font-size: 15px; font-weight: 600; color: var(--clay-900); }

/* footer */
.site-footer { padding: 0 0 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px 48px; font-size: 14px; color: var(--muted); }
.site-footer .wordmark { font-size: 22px; display: inline-block; margin-bottom: 6px; }
.site-footer p { margin: 0 0 6px; }

/* privacy */
.policy { max-width: 68ch; padding: clamp(24px, 4vw, 56px) 0 clamp(48px, 7vw, 96px); line-height: 1.7; }
.policy h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.05; margin-bottom: 28px; }
.meta { display: grid; gap: 6px; padding: 24px 28px; border-radius: 32px; background: var(--paper); font-size: 16px; margin-bottom: 40px; }
.toc { font-size: 15px; margin-bottom: 8px; }
.toc .kicker { display: block; margin-bottom: 8px; }
.toc ol { padding-left: 1.4em; columns: 2; column-gap: 32px; color: var(--ink-soft); }
.toc li { margin-bottom: 4px; }
.policy h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.15; margin: 56px 0 16px; }
.policy p { margin-bottom: 18px; }
.policy ul, .policy ol { margin-bottom: 18px; padding-left: 1.4em; }
.policy li { margin-bottom: 10px; }
.policy li ol { margin-top: 10px; }
.policy table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 16px; border: 1.5px solid var(--line); border-radius: 24px; overflow: hidden; }
.policy th, .policy td { text-align: left; vertical-align: top; padding: 16px 20px; }
.policy th { background: var(--paper); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.policy td { border-top: 1.5px solid var(--line); }
.policy td + td, .policy th + th { padding-left: 12px; }
.privacy-header nav { font-size: 14px; font-weight: 600; }
.site-footer.ruled { border-top: 1.5px solid var(--line); margin-top: 8px; padding-top: 28px; }

@media (max-width: 480px) {
  .toc ol { columns: 1; }
  .policy table, .policy thead, .policy tbody, .policy tr, .policy th, .policy td { display: block; width: 100%; }
  .policy thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .policy tr + tr { border-top: 1.5px solid var(--line); }
  .policy td { border: 0; padding: 8px 20px; }
  .policy td:first-child { padding-top: 16px; } .policy td:last-child { padding-bottom: 16px; }
  .policy td + td { padding-left: 20px; }
  .policy td::before { content: attr(data-label); display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-bottom: 2px; }
  .record { grid-template-columns: 1fr; }
  .phones { gap: 10px; } .phone.second { margin-bottom: 12px; }
  .badge img { width: 140px; height: 47px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media print { body { background: #fff; } body::after { display: none; } .badge, .tabs, .skip { display: none !important; } .is-enhanced .panel[hidden] { display: grid; visibility: visible; } .is-enhanced .panel { grid-area: auto; } .is-enhanced .panel + .panel { margin-top: 32px; } }
