:root {
  color-scheme: light dark;
  --page: #f4f1e9; --surface: #fbfaf6; --ink: #22313c; --muted: #5f6663; --line: #d6d0c4;
  --accent: #815d42; --accent-ink: #fffaf0; --focus: #246c62; --danger: #a84339;
  --font-display: "Iowan Old Style", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-body: "Avenir Next", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  --font-mono: "SFMono-Regular", "JetBrains Mono", monospace;
  --space-1: 8px; --space-2: 16px; --space-3: 24px; --space-4: 40px; --space-5: 72px; --space-6: 112px;
  --radius: 6px; --shadow: 0 12px 34px rgba(42, 40, 32, .11);
}
:root[data-theme="dark"] {
  --page: #111917; --surface: #17211f; --ink: #e7eee9; --muted: #acbcb4; --line: #384a44;
  --accent: #77aa99; --accent-ink: #10201a; --focus: #f2b948; --danger: #e87b6f; --shadow: 0 16px 46px rgba(0, 0, 0, .32);
}
@media (prefers-color-scheme: dark) { :root:not([data-theme]) { --page: #111917; --surface: #17211f; --ink: #e7eee9; --muted: #acbcb4; --line: #384a44; --accent: #77aa99; --accent-ink: #10201a; --focus: #f2b948; --danger: #e87b6f; --shadow: 0 16px 46px rgba(0, 0, 0, .32); } }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--page); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.85; text-spacing-trim: trim-start; }
a { color: inherit; text-decoration-color: color-mix(in oklch, currentColor 48%, transparent); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; transform: translateY(-160%); border-radius: var(--radius); padding: 8px 12px; background: var(--ink); color: var(--surface); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: var(--space-3); padding: 12px max(24px, calc((100% - 1160px) / 2)); border-bottom: 1px solid var(--line); background: color-mix(in oklch, var(--page) 94%, transparent); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--font-display); font-size: 18px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 13px; height: 13px; border: 2px solid var(--accent); border-radius: 50%; box-shadow: 4px -4px 0 -3px var(--accent); }
nav { display: flex; align-items: center; gap: 22px; font-size: 14px; }
nav a { text-decoration: none; }
.theme-toggle { min-height: 36px; border: 1px solid var(--line); border-radius: var(--radius); padding: 5px 10px; background: transparent; color: var(--ink); font-size: 13px; }
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
.hero { position: relative; isolation: isolate; min-height: min(730px, calc(100vh - 72px)); overflow: hidden; }
.hero-image, .hero-scrim { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { z-index: -1; background: rgba(16, 24, 21, .58); }
.hero-copy { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding-top: 142px; color: #fffdf7; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-family: var(--font-mono); font-size: 12px; line-height: 1.4; }
.hero .eyebrow { color: #f3d7a8; }
h1, h2 { margin: 0; font-family: var(--font-display); font-weight: 500; line-height: 1.28; text-wrap: balance; }
.hero h1 { max-width: 820px; font-size: 76px; }
.hero-lede { max-width: 36ch; margin: 24px 0 30px; font-size: 19px; line-height: 1.75; }
.hero-caption { position: absolute; right: max(24px, calc((100% - 1160px) / 2)); bottom: 18px; margin: 0; color: #f7f4ec; font-family: var(--font-mono); font-size: 12px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 9px 16px; text-decoration: none; transition: background 150ms cubic-bezier(.2,0,0,1), border-color 150ms cubic-bezier(.2,0,0,1), color 150ms cubic-bezier(.2,0,0,1); }
.button-primary { background: var(--accent); color: var(--accent-ink); }.button-primary:hover { background: color-mix(in oklch, var(--accent) 84%, var(--ink)); }
.button-secondary { border-color: var(--line); background: transparent; color: var(--ink); }.button-secondary:hover { border-color: var(--accent); color: var(--accent); }
.statement, .privacy-section, .entry-section, .how-section, .privacy-page { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.statement { display: grid; grid-template-columns: .42fr 1fr; gap: 10%; padding: var(--space-6) 0; }.statement h2, .privacy-section h2, .entry-section h2, .how-section h2 { font-size: 42px; }.statement p:last-child { max-width: 58ch; margin: 28px 0 0; color: var(--muted); }
.privacy-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.promise-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.promise-list li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }.promise-list li:first-child { border-top: 0; padding-top: 0; }.promise-list span { color: var(--accent); font-family: var(--font-mono); font-size: 12px; }.promise-list p { margin: 0; }.text-link { grid-column: 2; width: max-content; color: var(--accent); }
.entry-section { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 12vw; padding: var(--space-6) 0; }.entry-copy > p:not(.eyebrow):not(.interaction-status) { max-width: 42ch; margin: 24px 0; color: var(--muted); }.interaction-status { min-height: 1.85em; margin: 10px 0 0; color: var(--accent); font-size: 14px; }.qr-placeholder { position: relative; display: grid; aspect-ratio: 1; place-items: center; align-content: center; border: 1px dashed var(--accent); background: color-mix(in oklch, var(--surface) 90%, var(--accent)); padding: 30px; text-align: center; }.qr-placeholder strong { font-family: var(--font-display); font-size: 27px; font-weight: 500; line-height: 1.45; }.qr-placeholder small { margin-top: 9px; color: var(--muted); font-size: 13px; }.qr-corner { position: absolute; width: 31px; height: 31px; border-color: var(--accent); border-style: solid; }.corner-a { top: 16px; left: 16px; border-width: 2px 0 0 2px; }.corner-b { top: 16px; right: 16px; border-width: 2px 2px 0 0; }.corner-c { bottom: 16px; left: 16px; border-width: 0 0 2px 2px; }.corner-d { right: 16px; bottom: 16px; border-width: 0 2px 2px 0; }
.how-section { padding-bottom: var(--space-6); }.how-section ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.how-section li { display: grid; min-height: 150px; grid-template-columns: 36px 1fr; gap: 14px; padding: 20px 16px 20px 0; border-right: 1px solid var(--line); }.how-section li + li { padding-left: 16px; }.how-section li:last-child { border-right: 0; }.how-section li > span { color: var(--accent); font-family: var(--font-mono); font-size: 13px; }.how-section strong { display: block; font-size: 18px; font-weight: 500; }.how-section li p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px max(24px, calc((100% - 1160px) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.privacy-page { max-width: 900px; padding: 84px 0 96px; }.privacy-page h1 { max-width: 15ch; font-size: 58px; }.privacy-lede { max-width: 52ch; margin: 25px 0 60px; color: var(--muted); font-size: 18px; }.privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; border-top: 1px solid var(--line); }.privacy-grid section { padding: 28px 0 32px; border-bottom: 1px solid var(--line); }.privacy-grid h2 { font-family: var(--font-body); font-size: 19px; font-weight: 500; }.privacy-grid p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }.privacy-page code { border-radius: 3px; padding: 2px 5px; background: var(--surface); color: var(--ink); font-family: var(--font-mono); font-size: .88em; }.privacy-note { max-width: 60ch; margin: 34px 0 0; color: var(--muted); font-size: 14px; }
@media (prefers-color-scheme: dark) { :root:not([data-theme]) .site-header { background: rgba(17, 25, 23, .94); } }
:root[data-theme="dark"] .site-header { background: rgba(17, 25, 23, .94); }:root[data-theme="dark"] .hero-image { filter: saturate(.62) contrast(1.06); }:root[data-theme="dark"] .hero-scrim { background: rgba(8, 13, 12, .72); }:root[data-theme="dark"] .hero h1 { font-family: var(--font-body); }:root[data-theme="dark"] .hero-lede { border-left: 2px solid var(--accent); padding-left: 16px; }
@media (prefers-color-scheme: dark) { :root:not([data-theme]) .hero-image { filter: saturate(.62) contrast(1.06); }:root:not([data-theme]) .hero-scrim { background: rgba(8, 13, 12, .72); }:root:not([data-theme]) .hero h1 { font-family: var(--font-body); }:root:not([data-theme]) .hero-lede { border-left: 2px solid var(--accent); padding-left: 16px; } }
@media (max-width: 900px) { .hero h1 { font-size: 60px; }.entry-section { gap: 7vw; }.privacy-section { gap: 48px; }.privacy-page { max-width: 760px; } }
@media (max-width: 680px) { body { font-size: 15px; }.site-header { min-height: 64px; padding: 12px 20px; }.site-header nav a { display: none; }.brand { font-size: 16px; }.hero { min-height: 610px; }.hero-copy { width: calc(100% - 40px); padding-top: 86px; }.hero h1 { font-size: 43px; }.hero-lede { font-size: 16px; }.hero-caption { right: 20px; left: 20px; font-size: 11px; }.statement, .privacy-section, .entry-section, .how-section, .privacy-page { width: calc(100% - 40px); }.statement { display: block; padding: 72px 0; }.statement h2, .privacy-section h2, .entry-section h2, .how-section h2 { font-size: 32px; }.privacy-section { grid-template-columns: 1fr; gap: 34px; padding: 48px 0; }.text-link { grid-column: auto; }.entry-section { grid-template-columns: 1fr; gap: 34px; padding: 72px 0; }.qr-placeholder { width: min(100%, 360px); }.how-section { padding-bottom: 72px; }.how-section ol { grid-template-columns: 1fr; }.how-section li, .how-section li + li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 0; }.how-section li:last-child { border-bottom: 0; }.site-footer { display: grid; padding: 20px; }.privacy-page { padding: 62px 0 70px; }.privacy-page h1 { font-size: 42px; }.privacy-lede { margin-bottom: 40px; font-size: 16px; }.privacy-grid { grid-template-columns: 1fr; }.privacy-grid section { padding: 22px 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
