/*
Theme Name: Intraweb
Theme URI: https://intraweb.ee
Author: Intraweb OÜ
Author URI: https://intraweb.ee
Description: Käsitsi kirjutatud tume modernistlik ühelehe-teema Intrawebi kodulehele. Space Grotesk + Archivo, aktsentvärv valitav kohandajas, hele/tume režiim.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intraweb
*/

/* ── Tokens ─────────────────────────────────────────────────────── */
:root {
  --acc: #ccff33; /* ülekirjutatav kohandajast (Välimus → Kohanda → Intraweb) */
  --bg: #0c0c0d;
  --fg: #f2f0ea;
  --muted: #a4a29b;
  --dim: #6b6a64;
  --dimmer: #8f8d84;
  --faint: #3a3a3f;
  --line: #26262a;
  --panel: #141417;
  --onacc: #0c0c0d;
  --grid: rgba(255, 255, 255, .035);
  --acc-text: var(--acc);
  --acc-fill: var(--acc);
  --display: "Space Grotesk", "Archivo", system-ui, sans-serif;
  --body: "Archivo", system-ui, sans-serif;
  --pad-x: clamp(20px, 4.2vw, 48px);
}
html[data-theme="light"] {
  --bg: #f4f3ee;
  --fg: #141313;
  --muted: #57554e;
  --dim: #8f8d84;
  --dimmer: #6b6a64;
  --faint: #cfcdc4;
  --line: #dcdad2;
  --panel: #eae8e1;
  --grid: rgba(0, 0, 0, .05);
  --acc-text: color-mix(in srgb, var(--acc) 55%, #141313);
  --acc-fill: color-mix(in srgb, var(--acc) 55%, #141313);
}

/* ── Base ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
::selection { background: color-mix(in srgb, var(--acc) 35%, transparent); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--acc-text); outline-offset: 2px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px;
  width: auto; height: auto; clip: auto;
  z-index: 100; padding: 10px 16px;
  background: var(--acc); color: var(--onacc);
  font-weight: 800; text-decoration: none;
}

.iw-wrap { max-width: 1276px; margin: 0 auto; padding-inline: var(--pad-x); }

/* ── Keyframes ──────────────────────────────────────────────────── */
@keyframes iwrise { from { transform: translateY(1.05em); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
/* Nihe = täpselt üks .iw-mgroup (front-page.php joonistab neid 8) → õmblusteta kordus. */
@keyframes iwmarquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% / 8)); } }
@keyframes iwblink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes iwbob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes iwdrift { 0%, 100% { transform: translate(-8%, 0) scale(1); } 50% { transform: translate(10%, 6%) scale(1.18); } }
@keyframes iwspin { to { transform: rotate(360deg); } }

/* ── Grain overlay ──────────────────────────────────────────────── */
.iw-grain {
  position: fixed; inset: 0;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: soft-light;
  z-index: 5;
  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.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Buttons ────────────────────────────────────────────────────── */
.iw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  cursor: pointer; text-decoration: none;
  font-family: var(--body); font-weight: 800;
  font-size: 14px; line-height: 1.2;
  background: var(--acc); color: var(--onacc);
  border: 1px solid transparent; border-radius: 0;
  padding: 9px 15px;
  transition: filter .15s;
}
.iw-btn:hover { filter: brightness(1.08); }
.iw-btn:active { filter: brightness(.94); }
.iw-btn--lg { font-size: 16px; padding: 14px 24px; }

.iw-theme-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid var(--line); border-radius: 0;
  background: transparent; cursor: pointer; color: var(--fg);
  padding: 0;
  transition: border-color .15s;
}
.iw-theme-btn:hover { border-color: var(--dim); }
.iw-theme-btn svg { display: block; }

/* ── Nav ────────────────────────────────────────────────────────── */
.iw-nav {
  border-bottom: 1px solid var(--line);
  position: relative; z-index: 6;
}
.iw-nav .iw-wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 22px;
}
.iw-logo {
  display: inline-flex; align-items: center;
  font-family: var(--display); font-weight: 700;
  font-size: 22px; letter-spacing: -.03em;
  color: var(--fg); text-decoration: none;
}
.iw-logo-sq {
  width: .16em; height: .16em;
  background: var(--acc-fill);
  margin: 0 .12em;
  transform: translateY(.02em);
}
.iw-nav-right { display: flex; align-items: center; gap: 18px; }

/* ── Hero ───────────────────────────────────────────────────────── */
.iw-hero {
  position: relative; z-index: 6;
  padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6.5vw, 76px);
  overflow: hidden;
}
.iw-hero-gridbg {
  position: absolute; inset: 0;
  pointer-events: none; opacity: .6;
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0, #000 30%, transparent 78%);
  mask-image: radial-gradient(120% 100% at 50% 0, #000 30%, transparent 78%);
}
.iw-hero-glow {
  position: absolute; top: -40%; left: 14%;
  width: 62%; height: 150%;
  pointer-events: none;
  filter: blur(90px); opacity: .55;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--acc) 26%, transparent), transparent);
  animation: iwdrift 15s ease-in-out infinite;
}
.iw-hero-mouse {
  position: absolute; inset: 0;
  pointer-events: none;
  background: radial-gradient(560px circle at var(--mx, 72%) var(--my, 26%), color-mix(in srgb, var(--acc) 16%, transparent), transparent 60%);
  transition: background .1s linear;
}
.iw-hero-spin {
  position: absolute; top: -56px; right: -56px;
  pointer-events: none; opacity: .07;
  animation: iwspin 44s linear infinite;
}
.iw-hero-inner { position: relative; z-index: 2; }
.iw-kicker {
  display: block;
  font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--dimmer);
}
.iw-h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(46px, 8.9vw, 108px);
  line-height: .92; letter-spacing: -.04em;
  margin: 34px 0 0 -.05em;
}
.iw-h1 > span { display: block; }
.iw-word { display: inline-block; color: var(--acc-text); }
.iw-word.is-in { animation: iwrise .6s cubic-bezier(.2, .7, .2, 1) both; }
.iw-hero-foot {
  display: grid; grid-template-columns: 1fr auto;
  align-items: end; gap: 40px;
  margin-top: 48px;
}
.iw-lede {
  font-size: clamp(16px, 1.7vw, 19px); line-height: 1.6;
  max-width: 52ch; margin: 0;
  color: var(--muted);
}
.iw-scroll {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--dim);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.iw-scroll-arrow { display: block; font-size: 20px; animation: iwbob 1.8s ease-in-out infinite; }

/* ── Marquee ────────────────────────────────────────────────────── */
.iw-marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative; z-index: 6;
  padding: 16px 0;
}
.iw-marquee {
  display: flex; width: max-content;
  animation: iwmarquee 22s linear infinite;
  font-family: var(--display); font-weight: 700;
  font-size: 22px; letter-spacing: -.01em;
  color: var(--faint);
}
.iw-mgroup { display: flex; gap: 40px; padding-right: 40px; white-space: nowrap; }
.iw-mgroup .iw-msep { color: var(--acc-text); }

/* ── Sections ───────────────────────────────────────────────────── */
.iw-section { position: relative; z-index: 6; }
.iw-label {
  display: block;
  font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--dim);
}
.iw-label-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.iw-label-note { font-size: 13px; color: var(--dim); }

/* Teenused */
.iw-services { padding: 64px 0 24px; }
.iw-services .iw-label { margin-bottom: 8px; }
.iw-srow {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1.1fr) 60px;
  gap: 32px; align-items: center;
  padding: 34px 20px; margin: 0 -20px;
  border-top: 1px solid var(--line);
  color: inherit; text-decoration: none;
  transition: background .25s, padding .25s;
}
.iw-srow:last-child { border-bottom: 1px solid var(--line); }
.iw-srow:hover { background: var(--panel); padding-left: 32px; padding-right: 32px; }
.iw-snum {
  font-family: var(--display); font-weight: 700;
  font-size: 15px; color: var(--acc-text);
}
.iw-stitle {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.02em;
  margin: 0;
}
.iw-sdesc { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }
.iw-sarrow { font-size: 26px; text-align: right; color: var(--acc-text); }

/* Protsess */
.iw-process { padding: 56px 0 24px; }
.iw-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.iw-step { padding: 32px 24px 40px; border-right: 1px solid var(--line); }
.iw-step:first-child { padding-left: 0; }
.iw-step:last-child { border-right: 0; padding-right: 0; }
.iw-step-num {
  font-family: var(--display); font-weight: 700;
  font-size: 15px; color: var(--acc-text);
}
.iw-step h3 {
  font-family: var(--display); font-weight: 700;
  font-size: 23px; letter-spacing: -.015em;
  margin: 18px 0 12px;
}
.iw-step p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

.iw-callout {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--panel);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.iw-callout p {
  font-size: 18px; line-height: 1.4; font-weight: 600;
  margin: 0; max-width: 56ch;
}
.iw-callout .iw-acc { color: var(--acc-text); }
.iw-callout .iw-btn { flex: none; }

/* Lubadus */
.iw-promise { padding: 72px 0; border-top: 1px solid var(--line); margin-top: 40px; }
.iw-promise .iw-label { margin-bottom: 28px; }
.iw-promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; }
.iw-promise-grid p {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(23px, 2.9vw, 34px); line-height: 1.18; letter-spacing: -.02em;
  margin: 0; padding: 26px 0;
  border-top: 1px solid var(--line);
}
.iw-promise-grid .iw-acc { color: var(--acc-text); }

/* Kontakt / CTA */
.iw-cta { padding: 76px 0 44px; border-top: 1px solid var(--line); }
.iw-cta-grid {
  display: grid; grid-template-columns: 1.45fr .85fr;
  gap: 56px; align-items: center;
}
.iw-h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: .98; letter-spacing: -.03em;
  margin: 0 0 0 -.04em;
}
.iw-h2 > span { display: block; }
.iw-h2 .iw-acc { display: inline; color: var(--acc-text); }
.iw-cta-actions {
  display: flex; gap: 16px; margin-top: 34px;
  align-items: center; flex-wrap: wrap;
}
.iw-cta-alt { font-size: 15px; color: var(--muted); }
.iw-cta-alt a { color: var(--fg); font-weight: 600; text-decoration: none; }
.iw-cta-alt a:hover { text-decoration: underline; text-underline-offset: 3px; }
.iw-cta-aside {
  border-left: 1px solid var(--line);
  padding-left: 40px;
  align-self: stretch;
  display: flex; flex-direction: column; justify-content: center; gap: 18px;
}
.iw-avail {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; color: var(--fg);
}
.iw-avail-dot {
  width: 8px; height: 8px; display: block;
  background: var(--acc-fill);
  animation: iwblink 1.8s ease-in-out infinite;
}
.iw-cta-aside p { font-size: 15px; line-height: 1.5; color: var(--muted); margin: 0; }
.iw-cta-meta {
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--dim);
}

/* ── Footer ─────────────────────────────────────────────────────── */
.iw-footer {
  position: relative; z-index: 6;
  overflow: hidden;
  padding: 24px 0 20px;
  border-top: 1px solid var(--line);
}
.iw-wordmark {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(64px, 16.5vw, 200px);
  line-height: .8; letter-spacing: -.045em;
  color: var(--panel);
  margin: 0 0 -.06em -.06em;
  user-select: none;
  display: inline-flex; align-items: center;
}
.iw-wordmark-sq {
  width: .13em; height: .13em;
  background: color-mix(in srgb, var(--acc) 55%, var(--panel));
  margin: 0 .1em;
  transform: translateY(.04em);
}
.iw-foot-row {
  display: flex; justify-content: space-between; gap: 12px 28px; flex-wrap: wrap;
  font-size: 12px; color: var(--dim);
  padding-top: 16px;
}
.iw-foot-link { color: var(--dim); text-decoration: none; }
.iw-foot-link:hover { color: var(--acc-text); }

/* ── Alamlehed ──────────────────────────────────────────────────── */
.iw-page-hero {
  position: relative; overflow: hidden; z-index: 6;
  padding: clamp(44px, 6.5vw, 76px) 0 clamp(30px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
}
.iw-page-hero .iw-hero-gridbg, .iw-page-hero .iw-hero-glow { z-index: 0; }
.iw-page-hero .iw-wrap { position: relative; z-index: 2; }
.iw-page-spin {
  position: absolute; top: -70px; right: -70px;
  pointer-events: none; opacity: .06;
  animation: iwspin 44s linear infinite;
}
.iw-crumb {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline;
  font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--dimmer);
}
.iw-crumb a { color: var(--dimmer); text-decoration: none; }
.iw-crumb a:hover { color: var(--acc-text); }
.iw-crumb .iw-crumb-sep { color: var(--acc-text); }
.iw-h1--page {
  font-size: clamp(40px, 6.6vw, 84px);
  margin: 24px 0 0 -.04em;
  line-height: .96;
}
.iw-h1--page > span { display: inline; }
.iw-h1--page .iw-acc { color: var(--acc-text); }

.iw-page-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px 64px; align-items: start;
  padding: clamp(36px, 5vw, 56px) var(--pad-x) 72px;
  position: relative; z-index: 6;
  max-width: 1276px; margin: 0 auto;
}
.iw-page-aside {
  position: sticky; top: 40px;
  border-left: 1px solid var(--line);
  padding-left: 36px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
}
.iw-page-aside .iw-btn { margin-top: 4px; }

/* Sisu tüpograafia */
.iw-prose { counter-reset: iwh2; max-width: 70ch; }
.iw-prose > p:first-child {
  font-size: clamp(17px, 1.6vw, 19px); line-height: 1.6;
  color: var(--fg);
}
.iw-prose p { color: var(--muted); line-height: 1.7; margin: 0 0 16px; font-size: 16px; }
.iw-prose strong, .iw-prose b { color: var(--fg); }
.iw-prose a { color: var(--acc-text); text-underline-offset: 3px; }
.iw-prose h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(24px, 2.4vw, 31px); letter-spacing: -.02em;
  line-height: 1.1;
  margin: 46px 0 16px; padding-top: 32px;
  border-top: 1px solid var(--line);
}
.iw-prose h2::before {
  counter-increment: iwh2;
  content: counter(iwh2, decimal-leading-zero);
  display: block;
  font-size: 14px; letter-spacing: .04em;
  color: var(--acc-text);
  margin-bottom: 14px;
}
.iw-prose h3 {
  font-family: var(--display); font-weight: 700;
  font-size: 21px; letter-spacing: -.015em;
  margin: 32px 0 12px;
}
.iw-prose ul { list-style: none; padding: 0; margin: 18px 0 26px; }
.iw-prose li {
  position: relative;
  padding: 11px 0 11px 26px;
  color: var(--muted); line-height: 1.55;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 65%, transparent);
}
.iw-prose li::before {
  content: '◆';
  position: absolute; left: 0; top: 13px;
  color: var(--acc-text); font-size: 10px;
}
.iw-prose li:last-child { border-bottom: 0; }
.iw-prose ol { padding-left: 22px; margin: 18px 0 26px; }
.iw-prose ol li { border: 0; padding: 6px 0; }
.iw-prose ol li::before { content: none; }
.iw-prose img { margin: 24px 0; }
.iw-prose blockquote {
  margin: 26px 0; padding: 4px 0 4px 22px;
  border-left: 2px solid var(--acc-fill);
  font-family: var(--display); font-weight: 700;
  font-size: 20px; letter-spacing: -.01em;
}

/* ── EL / EIS toetuse leht ──────────────────────────────────────── */
.iw-page-lede { margin-top: 24px; max-width: 60ch; }

.iw-eis { position: relative; z-index: 6; padding: clamp(36px, 5vw, 60px) 0 clamp(56px, 6vw, 80px); }
.iw-eis-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px 72px; align-items: start;
}
.iw-eis-main { max-width: 66ch; }
.iw-eis-main > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.iw-eis-main > p:last-child { margin-bottom: 0; }

.iw-eis-aside {
  position: sticky; top: 40px;
  display: flex; flex-direction: column; gap: 32px;
}
.iw-eis-logo {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 28px 20px;
}
.iw-eis-logo img { width: 100%; height: auto; }
.iw-eis-logo figcaption {
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid #e0ded6;
  font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: #6b6a64; text-align: center;
}

.iw-facts { margin: 0; border-top: 1px solid var(--line); }
.iw-fact { padding: 14px 0 15px; border-bottom: 1px solid var(--line); }
.iw-facts dt {
  font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 6px;
}
.iw-facts dd { margin: 0; font-size: 14px; line-height: 1.45; color: var(--fg); }

/* Blogi / arhiiv (varuvaade) */
.iw-content { padding: 64px 0 80px; position: relative; z-index: 6; }
.iw-content h1.iw-page-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 5.4vw, 56px);
  letter-spacing: -.03em; line-height: 1.02;
  margin: 0 0 32px;
}
.iw-entry { border-top: 1px solid var(--line); padding: 32px 0; }
.iw-entry h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.02em; margin: 0 0 10px; font-size: 28px; }
.iw-entry h2 a { color: var(--fg); text-decoration: none; }
.iw-entry h2 a:hover { color: var(--acc-text); }
.iw-entry-meta { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-bottom: 12px; }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .iw-eis-grid { grid-template-columns: 1fr; }
  .iw-eis-aside { position: static; max-width: 420px; }
  .iw-page-grid { grid-template-columns: 1fr; }
  .iw-page-aside {
    position: static;
    border-left: 0; border-top: 1px solid var(--line);
    padding-left: 0; padding-top: 28px;
  }
}
@media (max-width: 900px) {
  .iw-srow { grid-template-columns: 44px minmax(0, 1fr) 40px; gap: 12px 20px; }
  .iw-snum { grid-column: 1; grid-row: 1; }
  .iw-stitle { grid-column: 2; grid-row: 1; }
  .iw-sarrow { grid-column: 3; grid-row: 1; font-size: 22px; }
  .iw-sdesc { grid-column: 2 / 4; grid-row: 2; }
  .iw-steps { grid-template-columns: 1fr 1fr; }
  .iw-step { padding: 28px 24px 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .iw-step:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 24px; }
  .iw-step:nth-child(even) { padding-left: 24px; }
  .iw-step:nth-last-child(-n+2) { border-bottom: 0; }
  .iw-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .iw-cta-aside { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 28px; }
}
@media (max-width: 760px) {
  .iw-hero-foot { grid-template-columns: 1fr; gap: 28px; }
  .iw-scroll { display: none; }
  .iw-promise-grid { grid-template-columns: 1fr; }
  .iw-marquee { font-size: 18px; }
  .iw-nav .iw-wrap { padding-block: 14px; }
  .iw-callout { padding: 22px 20px; }
}
@media (max-width: 560px) {
  .iw-steps { grid-template-columns: 1fr; }
  .iw-step, .iw-step:nth-child(odd), .iw-step:nth-child(even) { border-right: 0; padding-left: 0; padding-right: 0; }
  .iw-step:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .iw-step:last-child { border-bottom: 0; }
  .iw-srow { grid-template-columns: 32px minmax(0, 1fr) 30px; }
}

/* ── Reduced motion ─────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .iw-marquee, .iw-hero-glow, .iw-hero-spin, .iw-scroll-arrow, .iw-avail-dot, .iw-word {
    animation: none !important;
  }
}
