:root {
  --canvas: #f6f3ec;
  --surface: #fffdf8;
  --warm: #fbf8f1;
  --ink: #232323;
  --muted: #716f69;
  --line: #ded9ce;
  --accent: #5967a8;
  --accent-dark: #46538e;
  --dark: #1d1e1e;
  --dark-surface: #252627;
  --dark-line: #3b3c3d;
  --dark-ink: #f6f2e9;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: 8px; z-index: 10; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1120px, calc(100% - 3rem)); margin: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 720; letter-spacing: -.03em; font-size: 1.05rem; }
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.nav { display: flex; align-items: center; gap: 1.4rem; font-size: .94rem; }
.nav a { text-decoration: none; color: #54524d; }
.nav a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.05rem; border-radius: 9px; background: var(--accent); color: white; font-weight: 650; text-decoration: none; border: 1px solid var(--accent); cursor: pointer; transition: background .16s ease, transform .16s ease; }
.button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button.quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.button.quiet:hover { background: var(--surface); }
.hero { padding: clamp(4.5rem, 9vw, 8.5rem) 0 4rem; text-align: center; }
.eyebrow { display: inline-flex; gap: .5rem; align-items: center; color: var(--accent-dark); font-size: .82rem; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
h1, h2, h3 { letter-spacing: -.052em; line-height: 1.04; margin: 0; font-weight: 720; }
h1 { font-size: clamp(3.25rem, 7.1vw, 6.4rem); max-width: 950px; margin: 1.1rem auto 1.5rem; }
h2 { font-size: clamp(2.1rem, 4.5vw, 3.85rem); max-width: 720px; }
h3 { font-size: 1.13rem; letter-spacing: -.025em; }
.hero .lead { font-size: clamp(1.05rem, 1.65vw, 1.25rem); color: #55534e; max-width: 660px; margin: 0 auto 1.1rem; }
.hero .body-copy { max-width: 680px; margin: 0 auto; color: var(--muted); }
.hero-actions { display: flex; justify-content: center; gap: .75rem; margin: 2rem 0 1.3rem; }
.trial-points { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem 1.15rem; color: #585650; font-size: .88rem; }
.trial-points span::before { content: "·"; color: var(--accent); font-weight: 900; margin-right: .35rem; }
.product-shot { margin: 0 auto; padding-bottom: clamp(4rem, 8vw, 7.5rem); }
.shot-window { padding: clamp(.35rem, 1vw, .7rem); border-radius: 15px; background: #282929; box-shadow: 0 30px 70px rgba(43, 39, 29, .18), 0 2px 0 rgba(255,255,255,.7) inset; border: 1px solid #414242; }
.shot-window img { border-radius: 9px; width: 100%; }
.section { padding: clamp(4.5rem, 10vw, 8rem) 0; border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(250px, .75fr); align-items: end; gap: 2rem; margin-bottom: 4.3rem; }
.section-intro p, .prose { color: var(--muted); margin: 0; max-width: 490px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { padding: 1.8rem; min-height: 190px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.feature .number { color: var(--accent); display: block; margin-bottom: 2.9rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .77rem; }
.feature p { color: var(--muted); font-size: .94rem; margin: .65rem 0 0; }
.local { background: var(--dark); color: var(--dark-ink); border-top: 0; }
.local-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.local-copy h2 { margin: .8rem 0 1.7rem; }
.local p { color: #c6c3bb; max-width: 550px; font-size: 1.08rem; }
.local .fine { color: #9b9992; font-size: .94rem; }
.local h2 { color: var(--dark-ink); }
.marketing-art, .print-art, .theme-visuals figure { margin: 0; }
.marketing-art { overflow: hidden; border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.marketing-art img, .print-art img { width: 100%; height: auto; }
.theme-block { display: grid; grid-template-columns: .82fr 1.18fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.theme-copy { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.theme-copy h2 { margin-bottom: 1.2rem; }
.theme-copy p { color: var(--muted); max-width: 350px; }
.theme-selector { display: inline-flex; align-self: flex-start; margin-top: 1.75rem; padding: .25rem; border: 1px solid var(--line); border-radius: 9px; background: var(--warm); }
.theme-selector button { border: 0; border-radius: 6px; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: .9rem; font-weight: 650; padding: .45rem .8rem; }
.theme-selector button[aria-selected="true"] { color: var(--ink); background: var(--surface); box-shadow: 0 1px 2px rgba(35,35,35,.11); }
.theme-visuals { background: var(--warm); padding: clamp(.85rem, 2vw, 1.35rem); display: grid; align-content: center; }
.theme-visuals figure { margin: 0; border-radius: 8px; box-shadow: 0 10px 25px rgba(36,31,23,.15); }
.theme-visuals img { width: 100%; height: auto; object-fit: contain; }
.theme-visuals figure:first-child { background: var(--dark); }
.print-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.print-art { border-radius: var(--radius); overflow: hidden; box-shadow: 17px 17px 0 var(--warm); }
.paper { aspect-ratio: 1.2; background: var(--surface); border: 1px solid var(--line); box-shadow: 17px 17px 0 var(--warm); padding: 1.5rem; }
.paper-top { display: flex; justify-content: space-between; font-size: .78rem; color: var(--muted); padding-bottom: .85rem; border-bottom: 1px solid var(--line); }
.paper-grid { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: .8rem; height: calc(100% - 2.4rem); }
.paper-grid i { border-right: 1px solid #ede9e1; border-bottom: 1px solid #ede9e1; position: relative; }
.paper-grid i:nth-child(7n) { border-right: 0; }
.paper-grid i:nth-child(6)::after, .paper-grid i:nth-child(18)::after, .paper-grid i:nth-child(26)::after { content: ""; position: absolute; left: 12%; right: 14%; top: 38%; height: 3px; border-radius: 2px; background: #b6bdd8; }
.pricing { background: var(--warm); }
.pricing-card { max-width: 510px; margin: 0 auto; text-align: center; padding: clamp(2rem, 6vw, 4rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.price { font-size: clamp(3.5rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -.07em; margin: 1.4rem 0 .25rem; font-weight: 720; }
.subline { color: var(--muted); margin: 0 0 2rem; }
.included { margin: 0 auto 2rem; padding: 0; list-style: none; text-align: left; max-width: 280px; color: #514f49; font-size: .94rem; }
.included li { padding: .42rem 0 .42rem 1.4rem; position: relative; }
.included li::before { content: "✓"; color: var(--accent); position: absolute; left: 0; font-weight: 800; }
.purchase-note { min-height: 1.45rem; color: var(--muted); margin: .7rem 0 0; font-size: .86rem; }
.faq { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.faq details:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
.faq details:nth-child(even) { padding-left: 2rem; }
summary { cursor: pointer; font-weight: 650; list-style: none; padding-right: 1.3rem; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; color: var(--accent); font-size: 1.25rem; font-weight: 400; top: -.17rem; }
details[open] summary::after { content: "–"; }
details p { margin: .7rem 1.4rem 0 0; color: var(--muted); font-size: .94rem; }
.lab-note { padding: 2rem 0; border-top: 1px solid var(--line); display: flex; gap: 1rem; align-items: baseline; }
.lab-note strong { font-size: .9rem; }
.lab-note p { margin: 0; color: var(--muted); font-size: .9rem; }
.site-footer { padding: 2.2rem 0 3.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: var(--muted); font-size: .86rem; }
.footer-links { display: flex; gap: 1.2rem; }
.legal-main { padding: 5.4rem 0 7rem; max-width: 760px; }
.legal-main h1 { text-align: left; font-size: clamp(3rem, 7vw, 5.25rem); margin: 0 0 1rem; }
.legal-main .updated { color: var(--muted); margin-bottom: 3.8rem; }
.legal-main section { border-top: 1px solid var(--line); padding: 2rem 0; }
.legal-main h2 { font-size: 1.55rem; margin-bottom: .9rem; }
.legal-main p, .legal-main li { color: #5f5c56; }
.legal-main ul { padding-left: 1.2rem; }
.support-list { padding: 0; margin: 2.2rem 0 2rem; list-style: none; border-top: 1px solid var(--line); }
.support-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); color: #56534d; }
.support-list b { display: block; color: var(--ink); margin-bottom: .15rem; }
@media (max-width: 720px) {
  .wrap { width: min(100% - 2rem, 1120px); }
  .site-header { padding: 1rem 0; }
  .nav { gap: .85rem; font-size: .84rem; }
  .nav .desktop-only { display: none; }
  .nav .button { padding: .58rem .72rem; }
  .hero { text-align: left; padding-top: 4rem; }
  .hero h1, .hero .lead, .hero .body-copy { margin-left: 0; }
  .hero-actions, .trial-points { justify-content: flex-start; }
  .section-intro, .local-layout, .print-section { grid-template-columns: 1fr; }
  .section-intro { gap: 1rem; margin-bottom: 3rem; }
  .features { grid-template-columns: 1fr; }
  .feature { min-height: auto; padding: 1.5rem; }
  .feature .number { margin-bottom: 1.8rem; }
  .theme-block { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq details:nth-child(odd), .faq details:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .site-footer, .lab-note { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
