:root {
  --paper: #fbf7ee;
  --card: #fffdf9;
  --ink: #20332d;
  --sage: #506e5d;
  --terracotta: #bd5136;
  --sand: #e4dac7;
  --line: #d7cbb3;
  --muted: #74807b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; padding: 0 32px; margin: auto; }
.brand img, .footer-logo img { display: block; object-fit: contain; }
.brand img { width: 91px; height: 34px; }
nav { display: flex; gap: 27px; font-size: .88rem; font-weight: 650; }
nav a { color: #4f5e58; transition: color .2s; }
nav a:hover { color: var(--terracotta); }
.header-cta { color: var(--terracotta); font-size: .82rem; font-weight: 750; letter-spacing: .03em; border: 1px solid var(--terracotta); padding: 10px 14px; border-radius: 100px; }

.hero { min-height: calc(100vh - 78px); max-width: 1240px; margin: auto; padding: 78px 32px 62px; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; overflow: hidden; }
.eyebrow { color: var(--terracotta); letter-spacing: .17em; font-size: .72rem; font-weight: 800; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.05em; line-height: .96; }
h1 { font-size: clamp(3.8rem, 7vw, 6.7rem); margin-bottom: 30px; }
.lead { max-width: 520px; color: #56625e; font-size: 1.16rem; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.app-store-coming { display: flex; align-items: center; gap: 10px; border-radius: 13px; background: var(--ink); color: white; padding: 8px 15px 8px 9px; min-width: 190px; }
.app-store-coming img { width: 38px; height: 38px; border-radius: 9px; }
.app-store-coming span { display: flex; flex-direction: column; line-height: 1.05; }
.app-store-coming small { font-size: .48rem; letter-spacing: .1em; opacity: .75; }
.app-store-coming strong { font-weight: 500; font-size: 1rem; }
.text-link { font-size: .88rem; font-weight: 700; color: var(--terracotta); }
.text-link span { margin-left: 5px; font-size: 1.15rem; }

.phone-wrap { display: flex; justify-content: center; }
.phone { width: min(100%, 353px); aspect-ratio: .49; border: 9px solid #1a211f; border-radius: 44px; background: #fcfaf5; position: relative; box-shadow: 0 28px 55px #4a453a33; overflow: hidden; }
.dynamic-island { background: #141a18; width: 104px; height: 25px; border-radius: 99px; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); }
.phone-content { padding: 63px 18px 69px; }
.phone-kicker { color: var(--terracotta); font-size: .55rem; letter-spacing: .13em; font-weight: 800; }
.phone-kicker span { color: var(--sage); }
.phone h2 { font-family: var(--serif); font-size: 1.48rem; line-height: 1.03; margin: 16px 0 18px; }
.vote-card { border: 1px solid var(--line); border-radius: 17px; background: white; padding: 14px; }
.vote-card p { color: var(--ink); font-size: .68rem; font-weight: 800; margin-bottom: 10px; }
.vote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.vote { border: 1px solid var(--line); border-radius: 10px; padding: 8px; font-size: .66rem; font-weight: 700; }
.vote b { display: inline-grid; place-items: center; width: 15px; height: 15px; border-radius: 4px; margin-right: 3px; }
.vote.yes { color: var(--sage); }.vote.yes b { background: #dce9e1; }.vote.no { color: var(--terracotta); }.vote.no b { background: #f9e5df; }.vote.neutral { grid-column: span 2; color: #7c705c; }.vote.neutral b { background: #eee8dd; }
.vote-card small { display: block; margin-top: 10px; color: var(--muted); font-size: .5rem; }
.read-row { display: grid; grid-template-columns: 30px 1fr auto 10px; align-items: center; gap: 6px; margin-top: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; font-size: .63rem; }
.read-row span { color: var(--terracotta); font-weight: 800; }.read-row em { color: var(--muted); font-style: normal; }.read-row i { color: var(--muted); font-size: 1.1rem; }
.tab-preview { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid var(--line); background: #fffdf9e8; padding: 10px 16px; display: flex; justify-content: space-around; }
.tab-preview b { display: grid; place-items: center; gap: 2px; font-size: .92rem; color: var(--ink); }.tab-preview b:first-child { color: var(--terracotta); }.tab-preview small { font-size: .43rem; font-weight: 600; }

.statement { margin: 0 auto; max-width: 1240px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 66px 32px; }
.statement p { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.045em; line-height: 1.05; }
.section { max-width: 1240px; margin: auto; padding: 128px 32px; }
.section-intro h2, .assembly h2, .privacy h2 { font-size: clamp(2.7rem, 5vw, 5rem); margin-bottom: 0; }
.principle { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-self: end; }.principle-grid article { min-height: 234px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fffdfa77; }.principle-grid span { color: var(--terracotta); font-size: .8rem; font-weight: 800; }.principle-grid h3 { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.03em; margin: 46px 0 10px; }.principle-grid p { color: var(--muted); line-height: 1.5; font-size: .9rem; }

.assembly { display: grid; grid-template-columns: .9fr 1.1fr; gap: 94px; align-items: center; background: var(--ink); color: white; max-width: none; padding-left: max(32px, calc((100vw - 1176px)/2)); padding-right: max(32px, calc((100vw - 1176px)/2)); }.assembly .eyebrow { color: #e8a28e; }.assembly h2 { max-width: 560px; }.assembly-copy > p:not(.eyebrow):not(.source-note) { color: #dae2dc; max-width: 550px; line-height: 1.62; font-size: 1.08rem; }.assembly ul { list-style: none; padding: 0; margin: 28px 0; }.assembly li { padding: 12px 0; border-top: 1px solid #ffffff25; color: #eff3ef; font-size: .93rem; }.assembly li::before { content: "↗"; color: #e8a28e; margin-right: 10px; }.source-note { color: #aebeb4; font-size: .75rem; }
.assembly-visual { border: 1px solid #ffffff28; background: #ffffff09; border-radius: 24px; padding: 48px 24px 24px; }.hemicycle { display: grid; grid-template-columns: repeat(7, 1fr); gap: 15px 16px; padding: 16px; transform: perspective(500px) rotateX(20deg); }.dot { width: 22px; height: 22px; border-radius: 50%; background: #d6d2c6; }.dot.for { background: #7fa58d; }.dot.against { background: #de755d; }.dot.empty { background: #d9d5c9; }

.privacy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }.privacy-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; line-height: 1.62; max-width: 460px; margin-top: 27px; }.outline-button { display: inline-flex; gap: 10px; align-items: center; border: 1px solid var(--ink); border-radius: 999px; padding: 13px 16px; margin-top: 13px; font-size: .88rem; font-weight: 750; }.outline-button span { color: var(--terracotta); font-size: 1.1rem; }.privacy-points { display: grid; gap: 12px; }.privacy-points article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px; background: #fffdfa8a; border-bottom: 1px solid var(--line); }.privacy-points article:first-child { border-radius: 18px 18px 0 0; }.privacy-points article:last-child { border-radius: 0 0 18px 18px; }.symbol { color: var(--sage); font-size: 1.5rem; }.privacy-points h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.35rem; letter-spacing: -.03em; }.privacy-points p { color: var(--muted); line-height: 1.48; font-size: .9rem; margin-bottom: 0; }
.method-note { max-width: 1176px; margin: 0 auto 128px; padding: 21px 26px; border: 1px solid var(--line); border-left: 4px solid var(--terracotta); border-radius: 12px; display: flex; gap: 24px; align-items: baseline; }.method-note strong { color: var(--terracotta); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; white-space: nowrap; }.method-note p { color: var(--muted); margin: 0; font-size: .89rem; line-height: 1.5; }

.final-cta { padding: 100px 32px; text-align: center; background: var(--terracotta); color: white; }.final-cta img { width: 130px; height: 48px; object-fit: contain; filter: invert(1); margin-bottom: 35px; }.final-cta h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); margin-bottom: 20px; }.final-cta p { color: #ffe5dc; }.light-button { display: inline-flex; gap: 10px; padding: 14px 18px; margin-top: 16px; border-radius: 99px; background: white; color: var(--terracotta); font-size: .9rem; font-weight: 750; }.light-button span { font-size: 1.1rem; }
footer { max-width: 1240px; min-height: 120px; padding: 32px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: var(--muted); font-size: .78rem; }footer .footer-logo img { width: 70px; height: 26px; }footer p { margin: 0; }footer div { justify-self: end; display: flex; gap: 18px; }footer a:hover { color: var(--terracotta); }

@media (max-width: 800px) { .site-header { height: 70px; padding: 0 20px; }.brand img { width: 76px; }nav { display: none; }.header-cta { font-size: .72rem; padding: 8px 10px; }.hero { min-height: auto; padding: 58px 20px 70px; display: flex; flex-direction: column; gap: 52px; }.hero-copy { width: 100%; }.hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }.lead { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.phone { width: min(82vw, 350px); }.statement, .section { padding-left: 20px; padding-right: 20px; }.statement { padding-top: 54px; padding-bottom: 54px; }.statement p { font-size: 2.2rem; }.section { padding-top: 76px; padding-bottom: 76px; }.principle, .assembly, .privacy { display: flex; flex-direction: column; gap: 40px; }.principle-grid { grid-template-columns: 1fr; width: 100%; }.principle-grid article { min-height: 0; }.principle-grid h3 { margin-top: 24px; }.assembly { padding: 76px 20px; }.assembly-visual { width: 100%; order: 2; }.hemicycle { gap: 10px; }.dot { width: 17px; height: 17px; }.privacy-points { width: 100%; }.method-note { margin: 0 20px 76px; display: block; }.method-note strong { display: block; margin-bottom: 8px; }.final-cta { padding: 75px 20px; }footer { grid-template-columns: 1fr; padding: 34px 20px; }footer p, footer div { justify-self: start; } }
