/* =========================================================
   Mark — landing (identiteetti 4.0, editoriaalinen, kortiton)
   Yksi typografinen läpileikkaava motiivi (isot ääriviivanumerot +
   hiusviivat + orb sävelvalona) korvaa korttiruudukot. Ei em-viivoja.
   ========================================================= */

:root {
  --bg:    #100D0A;
  --bg-2:  #17120E;
  --ink:   #F5F0E8;
  --ink-2: #BCB4A7;
  --ink-3: #837B6E;

  --amber:  #F6A961;
  --rose:   #EC6FA0;
  --violet: #9B7CF0;
  --teal:   #34C2AE;

  --line:   rgba(245,240,232,0.10);
  --line-2: rgba(245,240,232,0.22);

  --panel:    rgba(20,15,11,0.66);
  --panel-2:  rgba(22,16,12,0.80);

  --display: "Newsreader", Georgia, serif;
  --body:    "Inter", system-ui, sans-serif;

  --maxw: 1200px;
  --grad: linear-gradient(118deg, #F7B36B 0%, #EC7FA2 42%, #B98BE6 74%, #46C6B4 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); color: var(--ink-2); background: var(--bg);
  line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 30px; }
::selection { background: rgba(155,124,240,0.32); color: #fff; }

/* ---------- Video-tausta (orb sävelvalo, koko ajan näkyvissä) ---------- */
.bg { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: var(--bg); }
.bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
#bgLoop { opacity: 0; transition: opacity .55s ease; will-change: opacity; }
#bgLoop.on { opacity: 1; }
.bg-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(97deg, rgba(16,13,10,0.86) 0%, rgba(16,13,10,0.64) 40%, rgba(16,13,10,0.30) 66%, rgba(16,13,10,0.14) 82%, rgba(16,13,10,0.40) 100%),
    radial-gradient(46% 54% at 84% 66%, rgba(16,13,10,0) 0%, rgba(16,13,10,0) 46%, rgba(16,13,10,0.34) 88%),
    linear-gradient(180deg, rgba(16,13,10,0.40) 0%, rgba(16,13,10,0.06) 24%, rgba(16,13,10,0.18) 76%, var(--bg) 100%);
}
.bg-grain {
  position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.nav, main, .footer { position: relative; z-index: 2; }

/* ---------- Orb (SVG-lasiorb, brändimerkki) ---------- */
.orb { display: inline-block; width: 15px; height: 15px; border-radius: 50%; flex: none; background: url("orb.svg") center / cover no-repeat; box-shadow: 0 2px 6px rgba(0,0,0,0.45), 0 0 15px rgba(155,124,240,0.42); }
.orb i { display: none; }
.orb-sm { width: 13px; height: 13px; }
.orb-lg { width: 66px; height: 66px; box-shadow: 0 16px 34px -8px rgba(0,0,0,0.6), 0 0 64px rgba(155,124,240,0.5); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* ---------- Napit ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 600; font-size: 15px; line-height: 1;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease; will-change: transform;
}
.btn-primary { color: #1a1109; background: var(--grad); background-size: 160% 160%; box-shadow: 0 14px 34px -14px rgba(236,127,162,0.7); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -14px rgba(155,124,240,0.75); background-position: 100% 50%; }
.btn-ghost { color: var(--ink); background: rgba(245,240,232,0.04); border-color: var(--line-2); }
.btn-ghost:hover { transform: translateY(-2px); background: rgba(245,240,232,0.08); border-color: rgba(246,169,97,0.55); }
.btn-lg { font-size: 16px; padding: 16px 30px; }
.btn-block { width: 100%; }

/* ---------- Eyebrow ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-family: var(--body); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 26px; height: 1.5px; border-radius: 2px; background: var(--grad); }

/* ---------- Preload ---------- */
.preload { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; gap: 13px; background: var(--bg); color: var(--ink-3); font-family: var(--body); font-size: 13px; letter-spacing: 0.05em; transition: opacity .6s ease, visibility .6s ease; }
.preload.hidden { opacity: 0; visibility: hidden; }
.preload-bar { width: 150px; height: 3px; border-radius: 3px; background: rgba(245,240,232,0.12); overflow: hidden; }
.preload-bar i { display: block; height: 100%; width: 0; background: var(--grad); transition: width .2s ease; }

/* ---------- Nav ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 20; transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(16,13,10,0.72); border-bottom-color: var(--line); box-shadow: 0 16px 40px -26px rgba(0,0,0,0.9); }
.nav-in { display: flex; align-items: center; gap: 22px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 24px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); text-decoration: none; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; color: var(--ink-2); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1.5px; background: var(--grad); transition: right .28s cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 14px 30px 24px; background: rgba(16,13,10,0.96); border-bottom: 1px solid var(--line); position: fixed; left: 0; right: 0; top: 74px; z-index: 19; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 500; padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-menu a.btn { border-bottom: none; margin-top: 12px; color: #1a1109; }

/* ---------- Reveal (vain merkityksellisiin hetkiin) ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
.ledger .led-row.reveal:nth-child(2) { transition-delay: .05s; } .ledger .led-row.reveal:nth-child(3) { transition-delay: .1s; }
.ledger .led-row.reveal:nth-child(4) { transition-delay: .15s; } .ledger .led-row.reveal:nth-child(5) { transition-delay: .2s; } .ledger .led-row.reveal:nth-child(6) { transition-delay: .25s; }
.voices .voice.reveal:nth-child(2) { transition-delay: .09s; } .voices .voice.reveal:nth-child(3) { transition-delay: .18s; } .voices .voice.reveal:nth-child(4) { transition-delay: .27s; }
@media (prefers-reduced-motion: reduce) { .reveal { transition: none; opacity: 1; transform: none; } }

/* ---------- Otsikot, osiorytmi (vaihteleva) ---------- */
h1, h2, h3 { color: var(--ink); }
section { position: relative; }
.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-tag { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.sec-tag .eyebrow { margin-bottom: 0; }
h2 { font-family: var(--display); font-weight: 500; letter-spacing: -0.025em; line-height: 1.06; font-size: clamp(30px, 4.6vw, 54px); }
h2 em, .hero h1 em { font-style: italic; background: var(--grad); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; }
.sec-lead { margin-top: 18px; color: var(--ink-2); font-size: clamp(16px, 1.6vw, 19px); max-width: 560px; }
.badge { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; }
.badge-live { color: #8fe3d4; background: rgba(52,194,174,0.12); border: 1px solid rgba(52,194,174,0.4); }
.badge-live::before { background: #34C2AE; box-shadow: 0 0 9px rgba(52,194,174,0.95); }
.badge-soon { color: #cbb9f5; background: rgba(155,124,240,0.12); border: 1px solid rgba(155,124,240,0.36); }
.badge-soon::before { background: #9B7CF0; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; }
.hero-in { position: relative; width: 100%; }
.hero-content { max-width: 690px; padding: 132px 0 96px; }
.hero h1 { font-family: var(--display); font-weight: 500; font-size: clamp(44px, 7.2vw, 88px); line-height: 1.0; letter-spacing: -0.028em; }
.hero h1 .line { display: block; }
.hero h1 em { animation: shimmer 9s ease-in-out infinite; }
@keyframes shimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { .hero h1 em { animation: none; } }
.hero-sub { margin-top: 30px; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; color: var(--ink-2); max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-note { margin-top: 24px; font-size: 14px; color: var(--ink-3); }
.hero-scroll { position: absolute; left: 30px; bottom: 32px; display: inline-flex; align-items: center; gap: 12px; font-family: var(--body); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); text-decoration: none; }
.hero-scroll:hover { color: var(--ink-2); }
.scroll-arrow { width: 15px; height: 15px; border-right: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(45deg); animation: bob 1.9s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: rotate(45deg) translate(0,0); opacity: .6; } 50% { transform: rotate(45deg) translate(3px,3px); opacity: 1; } }

/* ---------- EI BOTTI (täysleveä statement, toinen typografinen huippu) ---------- */
.statement { padding: clamp(130px, 20vh, 220px) 0; background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.52) 100%); }
.statement-h { font-family: var(--display); font-weight: 500; font-size: clamp(48px, 8.6vw, 112px); line-height: 0.98; letter-spacing: -0.035em; max-width: 15ch; }
.statement-lead { margin-top: 36px; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.5; color: var(--ink-2); max-width: 600px; }
.statement-list { list-style: none; margin-top: 44px; max-width: 660px; }
.statement-list li { padding: 19px 0; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 16.5px; }
.statement-list li:last-child { border-bottom: 1px solid var(--line); }
.statement-list b { color: var(--ink); font-weight: 600; }

/* ---------- KÄYTÖSSÄ NYT (numeroitu ledger, ei kortteja) ---------- */
.ledger-sec { padding: clamp(96px, 13vh, 150px) 0; }
.ledger-sec .wrap { padding-right: clamp(30px, 15vw, 230px); }
.ledger { list-style: none; }
.led-row { display: grid; grid-template-columns: 108px 1fr; gap: 30px; align-items: baseline; padding: 34px 0; border-top: 1px solid var(--line); }
.led-row:last-child { border-bottom: 1px solid var(--line); }
.led-n { font-family: var(--display); font-weight: 500; font-size: clamp(38px, 4.8vw, 66px); line-height: 1.1; color: transparent; -webkit-text-stroke: 1px var(--line-2); }
.led-row:hover .led-n { -webkit-text-stroke-color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.led-body h3 { font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.01em; margin-bottom: 9px; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.led-row:hover .led-body h3 { transform: translateX(9px); }
.led-body p { color: var(--ink-2); font-size: 16px; max-width: 62ch; }

/* ---------- ESIMERKKI (ainoa lasikortti, oikea interaktio) ---------- */
.example { padding: clamp(96px, 13vh, 150px) 0; }
.example-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.example-copy p { color: var(--ink-2); font-size: 17px; margin-top: 18px; }
.example-fine { font-size: 13px !important; color: var(--ink-3) !important; margin-top: 20px !important; }
.mail { border-radius: 20px; overflow: hidden; background: var(--panel-2); border: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 30px 60px -30px rgba(0,0,0,0.85); }
.mail-head { display: flex; align-items: center; gap: 12px; padding: 17px 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.mail-who { display: flex; flex-direction: column; line-height: 1.35; }
.mail-who b { color: var(--ink); font-size: 15px; }
.mail-who span { color: var(--ink-3); font-size: 12.5px; }
.mail-body { padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.mail-label { display: block; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px; }
.mail-in { padding: 15px 17px; border-radius: 12px; background: rgba(245,240,232,0.05); border: 1px solid var(--line); }
.mail-in p { color: var(--ink); font-size: 15px; }
.mail-draft { padding: 15px 17px; border-radius: 12px; background: rgba(246,169,97,0.1); border: 1px solid rgba(246,169,97,0.3); }
.mail-draft p { color: var(--ink); font-size: 15px; }
.mail-flag { display: flex; gap: 11px; padding: 14px 16px; border-radius: 12px; background: rgba(155,124,240,0.11); border: 1px solid rgba(155,124,240,0.32); }
.mail-flag p { color: var(--ink-2); font-size: 13.5px; }
.mail-flag b { color: var(--ink); }
.flag-ico { flex: none; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 3px rgba(155,124,240,0.22); }
.mail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 2px; }
.chip { font-size: 13px; font-weight: 500; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--ink-2); }
.chip-yes { color: #1a1109; background: var(--grad); border-color: transparent; font-weight: 600; }
.mail-note { margin-top: 4px; font-size: 12.5px; color: var(--ink-3); }

/* Markin havainto: parikortti sähköpostiesimerkille, omistajan puoli (violetti) */
.example-artifacts { display: flex; flex-direction: column; gap: 20px; }
.insight {
  border-radius: 20px; overflow: hidden; background: var(--panel-2);
  border: 1px solid rgba(155,124,240,0.30);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 26px 54px -32px rgba(0,0,0,0.85);
}
.insight-head { display: flex; align-items: center; gap: 12px; padding: 15px 22px; border-bottom: 1px solid var(--line); background: rgba(155,124,240,0.08); }
.insight-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 16px; }
.insight-body p { color: var(--ink); font-size: 15.5px; }

/* ---------- NEUVOSTO (neljä ääntä -näyttämö) ---------- */
.council { padding: clamp(100px, 14vh, 160px) 0; }
.council-stage { display: grid; grid-template-columns: 0.98fr 1.02fr; gap: 48px; align-items: start; padding-right: clamp(0px, 30vw, 470px); }
.council-lead h2 { font-size: clamp(30px, 4vw, 48px); }
.council-lead p { margin-top: 20px; color: var(--ink-2); font-size: 17px; max-width: 40ch; }
.voices { list-style: none; display: flex; flex-direction: column; }
.voice { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: baseline; padding: 24px 0; border-top: 1px solid var(--line); }
.voice:last-child { border-bottom: 1px solid var(--line); }
.voice-2 { margin-left: clamp(0px, 2.4vw, 30px); } .voice-3 { margin-left: clamp(0px, 4.8vw, 60px); } .voice-4 { margin-left: clamp(0px, 7.2vw, 90px); }
.voice > div { max-width: 40ch; }
.voice-n { font-family: var(--display); font-weight: 500; font-size: 40px; line-height: 1; }
.voice-1 .voice-n { color: var(--amber); } .voice-2 .voice-n { color: var(--rose); } .voice-3 .voice-n { color: var(--violet); } .voice-4 .voice-n { color: var(--teal); }
.voice h3 { font-family: var(--display); font-weight: 500; font-size: 21px; margin-bottom: 6px; letter-spacing: -0.01em; }
.voice p { color: var(--ink-2); font-size: 15.5px; }
.council-verdict { max-width: 860px; margin-top: 60px; padding-top: 28px; border-top: 1px solid var(--line); font-family: var(--display); font-style: italic; font-size: clamp(20px, 2.6vw, 30px); line-height: 1.3; color: var(--ink); }
.council-verdict b { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- MIHIN KASVAA (aikajanan selkäranka) ---------- */
.roadmap { padding: clamp(96px, 13vh, 150px) 0; }
.roadmap-split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 60px; align-items: start; padding-right: clamp(0px, 15vw, 240px); }
.roadmap-head { position: sticky; top: 110px; }
.timeline { list-style: none; position: relative; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, var(--violet), var(--line)); opacity: 0.55; }
.tl { position: relative; padding: 22px 0; border-bottom: 1px dashed var(--line); }
.tl:last-child { border-bottom: none; }
.tl::before { content: ""; position: absolute; left: -29px; top: 29px; width: 9px; height: 9px; border-radius: 50%; background: var(--bg); border: 1px solid var(--violet); }
.tl b { display: block; color: var(--ink); font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -0.01em; margin-bottom: 5px; }
.tl span { color: var(--ink-2); font-size: 15.5px; }

/* ---------- SINÄ PÄÄTÄT (eskalaatioasteikko, ei kortteja) ---------- */
.control { padding: clamp(96px, 13vh, 150px) 0; }
.control .wrap { padding-right: clamp(30px, 23vw, 380px); }
.escalation { margin-top: 8px; }
.scale-rule { position: relative; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--teal) 0%, var(--amber) 50%, var(--rose) 100%); margin: 20px 0 40px; }
.node { position: absolute; top: 50%; width: 16px; height: 16px; border-radius: 50%; transform: translate(-50%, -50%); border: 4px solid var(--bg); }
.node-1 { left: 16.66%; background: var(--teal); box-shadow: 0 0 14px rgba(52,194,174,0.85); }
.node-2 { left: 50%; background: var(--amber); box-shadow: 0 0 14px rgba(246,169,97,0.8); }
.node-3 { left: 83.33%; background: var(--rose); box-shadow: 0 0 14px rgba(236,111,160,0.8); }
.scale-zones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.zone h3 { font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.2vw, 24px); margin-bottom: 10px; letter-spacing: -0.01em; }
.zone p { color: var(--ink-2); font-size: 15.5px; }
.zone-do h3 { color: #8fe3d4; } .zone-ask h3 { color: var(--amber); } .zone-never h3 { color: #f4a2c4; }

/* ---------- PAPERIT (hiusviivalista, ei kortteja) ---------- */
.papers { padding: clamp(96px, 13vh, 150px) 0; }
.papers .wrap { padding-right: clamp(30px, 20vw, 300px); }
.papers-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.papers-lead p { color: var(--ink-2); font-size: 17px; margin-top: 16px; }
.fact-list { list-style: none; }
.fact-list li { position: relative; padding: 20px 4px 20px 42px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 16.5px; }
.fact-list li:last-child { border-bottom: 1px solid var(--line); }
.fact-list li b { color: var(--ink); font-weight: 600; }
.fact-list li::before { content: ""; position: absolute; left: 12px; top: 24px; width: 15px; height: 9px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); }

/* ---------- LOPPU (orb protagonistina, ei erillistä orbia) ---------- */
.closing { padding: clamp(120px, 18vh, 190px) 0; text-align: center; background: radial-gradient(58% 56% at 50% 34%, rgba(155,124,240,0.13), transparent 68%), var(--bg); }
.closing .wrap { max-width: 720px; }
.closing .orb-lg { display: block; margin: 0 auto 34px; }
.closing h2 { font-family: var(--display); font-weight: 500; font-size: clamp(38px, 6vw, 76px); letter-spacing: -0.03em; line-height: 1.0; }
.closing p { margin: 26px auto 34px; color: var(--ink-2); font-size: 19px; line-height: 1.6; max-width: 560px; }
.closing .hero-actions { justify-content: center; }
.closing-fine { font-size: 14px !important; color: var(--ink-3) !important; margin-top: 28px !important; }

/* ---------- FOOTER ---------- */
.footer { background: rgba(8,6,4,0.9); border-top: 1px solid var(--line); padding: 46px 0 34px; }
.footer-in { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ink); }
.footer-tag { color: var(--ink-3); font-size: 14px; }
.footer-links { margin-left: auto; display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { color: var(--ink-2); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.footer-links a:hover { color: var(--amber); }
.footer-fine { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }

/* ---------- RESPONSIIVISUUS ---------- */
@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .ledger-sec .wrap, .control .wrap, .papers .wrap { padding-right: 30px; }
  .example-grid, .council-stage, .roadmap-split, .papers-grid { grid-template-columns: 1fr; gap: 40px; }
  .council-stage { padding-right: 0; }
  .roadmap-split { padding-right: 0; }
  .roadmap-head { position: static; }
  .voice-2, .voice-3, .voice-4 { margin-left: 0; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .hero-content { padding: 112px 0 96px; }
  .scale-zones { grid-template-columns: 1fr; gap: 26px; }
  .scale-rule { display: none; }
  .led-row { grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 0; }
  .hero-scroll { left: 20px; }
  .footer-links { margin-left: 0; width: 100%; }
}
