@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/schibsted-grotesk.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/newsreader.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/newsreader-italic.woff2') format('woff2');
}

:root {
  --paper: #ffffff;
  --mist: #f2f5f9;
  --mist-2: #e9eef4;
  --ink: #0f1720;
  --ink-2: #4a5560;
  --line: #e0e6ee;
  --brand: #d51f33;
  --brand-deep: #a4121f;
  --sea: #0d4c58;
  --good: #0b7355;
  --shadow: 0 1px 2px rgba(15, 23, 32, .05), 0 12px 28px -18px rgba(15, 23, 32, .35);

  --sans: 'Schibsted Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;

  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --measure: 68ch;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #0e141b;
    --mist: #151d26;
    --mist-2: #1c2530;
    --ink: #eef2f6;
    --ink-2: #a3aeba;
    --line: #26313d;
    --brand: #ff4d5e;
    --brand-deep: #ff7d89;
    --sea: #7fd0dd;
    --good: #4ec49c;
    --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 14px 30px -20px rgba(0, 0, 0, .9);
  }
  .btn { color: #180508; }
  .review__rank { color: #0e141b; }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.72;
  overflow-wrap: break-word;
  font-synthesis-weight: none;
}

@media (min-width: 700px) { body { font-size: 1.125rem; } }

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }

h1, h2, h3, h4, .sans, nav, button, .btn, table, .chip, .meta, label {
  font-family: var(--sans);
}

h1, h2, h3, h4 {
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.022em;
  font-weight: 700;
  margin: 0 0 .5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2rem, 1.3rem + 3.2vw, 3.05rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.45rem, 1.15rem + 1.3vw, 1.95rem); margin-top: 2.2em; }
h3 { font-size: clamp(1.2rem, 1.05rem + .6vw, 1.4rem); margin-top: 1.8em; }
h4 { font-size: 1.05rem; margin-top: 1.5em; }

p { margin: 0 0 1.15em; }
a { color: inherit; text-decoration-color: color-mix(in srgb, var(--brand) 55%, transparent); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--brand); }

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: 3px;
}

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 900px) { .wrap { padding-inline: 32px; } }

.narrow { max-width: 760px; }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 18px;
  z-index: 60;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- allekirjoitus: mitta-asteikko ---------- */

.ruler {
  height: 9px;
  background:
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 11px) top left / 100% 5px no-repeat,
    linear-gradient(var(--line), var(--line)) bottom left / 100% 1px no-repeat;
}
.ruler--brand {
  background:
    repeating-linear-gradient(90deg, var(--brand) 0 1px, transparent 1px 11px) top left / 96px 5px no-repeat,
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 11px) top left / 100% 5px no-repeat,
    linear-gradient(var(--line), var(--line)) bottom left / 100% 1px no-repeat;
}

/* ---------- masthead ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.masthead__in {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 64px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-right: auto;
  font-family: var(--sans);
}
.brand svg { width: 30px; height: 30px; flex: none; }
.brand__name {
  font-weight: 800;
  font-size: 1.32rem;
  letter-spacing: -0.045em;
}
.brand__dot { color: var(--brand); }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  font-size: .95rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink-2);
}
.nav a:hover { background: var(--mist); color: var(--ink); }
.nav a[aria-current] { color: var(--ink); background: var(--mist); }

@media (max-width: 640px) {
  .nav a { padding: 8px 9px; font-size: .88rem; }
  .brand__name { font-size: 1.15rem; }
}

/* ---------- etusivun avaus ---------- */

.opening { padding-block: clamp(38px, 7vw, 76px) 0; }
.opening__lead {
  font-size: clamp(1.1rem, 1rem + .5vw, 1.32rem);
  color: var(--ink-2);
  max-width: 46ch;
  margin-bottom: 1.6rem;
}
.opening h1 { max-width: 18ch; }

.featured {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  align-items: center;
}
@media (min-width: 860px) {
  .featured { grid-template-columns: 1.05fr .95fr; gap: 44px; }
}
.featured__media {
  display: block;
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--mist);
  aspect-ratio: 16 / 10;
}
.featured__media img { width: 100%; height: 100%; object-fit: cover; }
.featured h2 { margin-top: 0; font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.15rem); }
.featured__body { min-width: 0; }
.featured p { color: var(--ink-2); }

/* ---------- lohkot ---------- */

.section { padding-block: clamp(42px, 6vw, 76px); }
.section--mist { background: var(--mist); }
.section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.section__head h2 { margin: 0; }
.section__head a { font-family: var(--sans); font-size: .95rem; font-weight: 500; }

/* ---------- korttiruudukko ---------- */

.grid {
  display: grid;
  gap: 26px 24px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
}
.card { min-width: 0; }
.card a { text-decoration: none; }
.card__media {
  display: block;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--mist-2);
  aspect-ratio: 16 / 10;
  margin-bottom: 14px;
}
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__media img { transform: scale(1.03); }
.card h3 { margin: 6px 0 8px; font-size: 1.12rem; line-height: 1.25; }
.card p { font-size: .97rem; color: var(--ink-2); margin: 0; }
.card__meta { font-family: var(--sans); font-size: .8rem; color: var(--ink-2); margin-top: 10px; }

.chip {
  display: inline-block;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--brand-deep);
  background: color-mix(in srgb, var(--brand) 10%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
  padding: 3px 10px;
  border-radius: 999px;
  text-decoration: none;
}
.chip--quiet {
  color: var(--ink-2);
  background: var(--mist);
  border-color: var(--line);
}

/* ---------- aiheiden hakemisto ---------- */

.index { border-top: 1px solid var(--line); }
.index a {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-family: var(--sans);
}
.index a:hover { background: color-mix(in srgb, var(--mist) 70%, transparent); }
.index__name { font-weight: 600; font-size: 1.02rem; }
.index__desc { color: var(--ink-2); font-size: .92rem; margin-left: auto; text-align: right; }
.index__count {
  font-size: .82rem;
  color: var(--ink-2);
  font-variant-numeric: tabular-nums;
  flex: none;
}
@media (max-width: 620px) { .index__desc { display: none; } }

@media (min-width: 760px) {
  .index--2col { columns: 2; column-gap: 46px; border-top: 0; }
  .index--2col a { break-inside: avoid; border-top: 1px solid var(--line); border-bottom: 0; }
}

/* ---------- artikkeli ---------- */

.article { padding-block: 26px 60px; }
.crumbs {
  font-family: var(--sans);
  font-size: .85rem;
  color: var(--ink-2);
  margin-bottom: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.byline {
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 26px;
}
.byline img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none; }
.byline strong { color: var(--ink); font-weight: 600; }
.byline span { display: block; }

.hero-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--mist);
  margin-bottom: 30px;
}
.hero-img img { width: 100%; }

.article-layout { display: grid; gap: 40px; }
@media (min-width: 1060px) {
  .article-layout { grid-template-columns: minmax(0, 1fr) 268px; gap: 56px; align-items: start; }
}
.article-body { min-width: 0; max-width: 764px; }
.article-body .prose > p,
.article-body .prose > ul,
.article-body .prose > ol,
.article-body .prose > blockquote,
.article-body > .lead { max-width: var(--measure); }
.article-body > h2:first-child { margin-top: 0; }

.lead {
  font-size: 1.16em;
  line-height: 1.6;
}

.aside { min-width: 0; display: none; }
@media (min-width: 1060px) { .aside { display: block; position: sticky; top: 88px; } }
.toc { border-top: 2px solid var(--ink); padding-top: 14px; font-family: var(--sans); }
.toc p { font-weight: 700; font-size: .82rem; margin: 0 0 10px; }
.toc ol { list-style: none; margin: 0; padding: 0; counter-reset: t; }
.toc li { margin-bottom: 2px; }
.toc a {
  display: block;
  font-size: .9rem;
  color: var(--ink-2);
  text-decoration: none;
  padding: 5px 0;
  line-height: 1.35;
}
.toc a:hover { color: var(--brand); }

/* ---------- nopeat valinnat ---------- */

.picks {
  display: grid;
  gap: 16px;
  margin: 30px 0 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}
.pick {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.pick--win { border-color: color-mix(in srgb, var(--brand) 45%, transparent); box-shadow: var(--shadow); }
.pick__badge {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 700;
  color: var(--brand-deep);
}
.pick--quiet .pick__badge { color: var(--ink-2); }
.pick__thumb {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mist);
  border-radius: var(--r-sm);
}
.pick__thumb img { max-height: 88px; width: auto; object-fit: contain; }
.pick__name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.25;
  text-decoration: none;
}
.pick__why { font-size: .92rem; color: var(--ink-2); margin: 0; line-height: 1.45; }
.pick__foot { margin-top: auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

/* ---------- pisteytys ---------- */

.score { display: inline-flex; flex-direction: column; gap: 4px; font-family: var(--sans); }
.score__num {
  font-weight: 700;
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.score__bar {
  width: 58px;
  height: 6px;
  background:
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 6px) left / 100% 100% no-repeat;
  position: relative;
}
.score__bar::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--v, 50%);
  background: repeating-linear-gradient(90deg, var(--brand) 0 1px, transparent 1px 6px);
}

/* ---------- painikkeet ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .93rem;
  line-height: 1;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.btn:hover { background: var(--brand-deep); }
.btn:active { transform: translateY(1px); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { background: var(--mist); }
.btn--sm { padding: 8px 13px; font-size: .85rem; }
.btn--wide { width: 100%; }

.price {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
}
.price small { display: block; font-weight: 400; font-size: .78rem; color: var(--ink-2); }

/* ---------- vertailutaulukko ---------- */

.ctable-wrap { margin: 28px 0 34px; }
.ctable {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: .89rem;
}
.ctable th, .ctable td { text-align: left; padding: 13px 10px; vertical-align: middle; }
.ctable th:first-child, .ctable td:first-child { padding-left: 0; }
.ctable th:last-child, .ctable td:last-child { padding-right: 0; }
.ctable thead th {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ink-2);
  border-bottom: 1px solid var(--ink);
  padding-block: 8px;
}
.ctable tbody tr { border-bottom: 1px solid var(--line); }
.ctable tbody tr:hover { background: color-mix(in srgb, var(--mist) 60%, transparent); }
.ctable__prod { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ctable__prod img {
  width: 54px; height: 54px; object-fit: contain; flex: none;
  background: var(--mist); border-radius: var(--r-sm); padding: 4px;
}
.ctable__name { font-weight: 600; text-decoration: none; line-height: 1.3; }
.ctable__name small { display: block; font-weight: 400; color: var(--ink-2); font-size: .8rem; margin-top: 2px; }

@media (max-width: 780px) {
  .ctable, .ctable tbody, .ctable tr, .ctable td { display: block; width: 100%; }
  .ctable thead { display: none; }
  .ctable tbody tr {
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 14px;
    margin-bottom: 12px;
  }
  .ctable td { padding: 6px 0; display: flex; align-items: center; gap: 12px; }
  .ctable td::before {
    content: attr(data-label);
    font-size: .78rem;
    color: var(--ink-2);
    flex: none;
    width: 30%;
    max-width: 130px;
  }
  .ctable td[data-label='']::before { display: none; }
  .ctable td:first-child { padding-top: 0; }
  .ctable td:last-child { padding-bottom: 0; }
  .ctable td .btn { margin-left: auto; }
}

/* ---------- tuotearvio ---------- */

.review { border-top: 1px solid var(--line); padding-top: 26px; margin-top: 40px; }
.review__head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 6px; }
.review__rank {
  font-family: var(--sans);
  font-weight: 700;
  font-size: .95rem;
  color: var(--paper);
  background: var(--ink);
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  margin-top: 4px;
}
.review h3 { margin: 0; }
.review__badge { font-family: var(--sans); font-size: .8rem; font-weight: 600; color: var(--brand-deep); margin-top: 4px; }

.review__top {
  display: grid;
  gap: 22px;
  margin: 20px 0 24px;
}
@media (min-width: 620px) { .review__top { grid-template-columns: 260px minmax(0, 1fr); } }
.review__media {
  background: var(--mist);
  border-radius: var(--r);
  display: grid;
  place-items: center;
  padding: 18px;
  min-height: 190px;
}
.review__media img { max-height: 220px; width: auto; object-fit: contain; }
.review__facts { min-width: 0; }

.specs { list-style: none; margin: 0 0 18px; padding: 0; font-family: var(--sans); font-size: .92rem; }
.specs li {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}
.specs span:first-child { color: var(--ink-2); }
.specs span:last-child { text-align: right; font-weight: 500; }

.buybox {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: var(--mist);
  border-radius: var(--r);
  margin-bottom: 18px;
}
.buybox .btn { margin-left: auto; }

.plusminus {
  display: grid;
  gap: 8px 26px;
  margin: 18px 0 4px;
  font-family: var(--sans);
  font-size: .94rem;
}
@media (min-width: 620px) { .plusminus { grid-template-columns: 1fr 1fr; } }
.plusminus ul { list-style: none; margin: 0; padding: 0; }
.plusminus > div { min-width: 0; }
.pm__h { font-size: .78rem; color: var(--ink-2); margin: 0 0 4px; font-weight: 600; }
.plusminus li { display: flex; gap: 9px; align-items: flex-start; padding: 4px 0; line-height: 1.45; }
.plusminus svg { flex: none; margin-top: 4px; }
.pl-good svg { color: var(--good); }
.pl-bad svg { color: var(--brand); }

/* ---------- mainosbanneri ---------- */

.promo { margin: 26px 0; }
.promo a { display: block; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.promo img { width: 100%; }
.promo__label {
  font-family: var(--sans);
  font-size: .7rem;
  color: var(--ink-2);
  margin: 6px 0 0;
  letter-spacing: .02em;
}

/* ---------- FAQ ---------- */

.faq { margin-top: 20px; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 2px 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.02rem;
  padding: 16px 34px 16px 0;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--ink-2);
  border-bottom: 2px solid var(--ink-2);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
.faq .faq__a { padding-bottom: 16px; }
.faq .faq__a > :last-child { margin-bottom: 0; }

/* ---------- kirjoittajalaatikko ---------- */

.authorbox {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px;
  margin-top: 46px;
  background: var(--mist);
}
.authorbox img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; flex: none; }
.authorbox h3 { margin: 0 0 2px; font-size: 1.08rem; }
.authorbox p { margin: 0; font-size: .96rem; color: var(--ink-2); }
.authorbox__role { font-family: var(--sans); font-size: .85rem; color: var(--brand-deep); margin-bottom: 8px !important; }
.authorbox a { font-family: var(--sans); font-size: .9rem; }

.disclosure {
  font-size: .88rem;
  color: var(--ink-2);
  border-left: 2px solid var(--line);
  padding-left: 14px;
  margin-top: 30px;
}
.disclosure p { margin-bottom: .5em; }
.disclosure p:last-child { margin-bottom: 0; }

/* ---------- artikkelin sisältötyylit ---------- */

.prose ul, .prose ol { padding-left: 1.25em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose blockquote {
  margin: 1.6em 0;
  padding: 2px 0 2px 20px;
  border-left: 3px solid var(--brand);
  font-style: italic;
  color: var(--ink-2);
}
.prose table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .93rem; margin: 1.4em 0; }
.prose th, .prose td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); }
.prose img { border-radius: var(--r); margin: 1.6em 0; }
.prose code {
  font-size: .9em;
  background: var(--mist);
  padding: 1px 5px;
  border-radius: 4px;
}

.callout {
  background: var(--mist);
  border-radius: var(--r);
  padding: 18px 20px;
  margin: 26px 0;
  font-size: .98rem;
}
.callout p:last-child { margin-bottom: 0; }
.callout strong { font-family: var(--sans); }

/* ---------- footer ---------- */

.foot {
  border-top: 1px solid var(--line);
  background: var(--mist);
  padding-block: 46px 34px;
  margin-top: 60px;
  font-size: .93rem;
}
.foot__grid { display: grid; gap: 30px; }
@media (min-width: 780px) { .foot__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; } }
.foot h4 { font-size: .88rem; margin: 0 0 12px; }
.foot ul { list-style: none; margin: 0; padding: 0; font-family: var(--sans); }
.foot li { margin-bottom: 8px; }
.foot a { color: var(--ink-2); text-decoration: none; }
.foot a:hover { color: var(--ink); text-decoration: underline; }
.foot__note { color: var(--ink-2); font-size: .88rem; max-width: 46ch; }
.foot__legal {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-2);
  font-size: .84rem;
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  font-family: var(--sans);
}

/* ---------- evästeilmoitus ---------- */

.cookiebar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: .84rem;
  color: var(--ink-2);
  max-width: 720px;
  margin-inline: auto;
}
.cookiebar p { margin: 0; flex: 1 1 260px; line-height: 1.45; }
.cookiebar a { color: var(--ink); }
.cookiebar .btn { flex: none; }
.cookiebar[hidden] { display: none; }

/* ---------- sivutus, 404, sekalaiset ---------- */

.pagehead { padding-block: 44px 10px; }
.pagehead p { color: var(--ink-2); max-width: 56ch; }

.empty { color: var(--ink-2); font-style: italic; }

.center-block { text-align: center; padding-block: 90px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .card:hover .card__media img { transform: none; }
}

@media print {
  .masthead, .cookiebar, .aside, .promo, .foot { display: none !important; }
}
