/* SIERIPERCIGLIA.EU — design system.
   Concetto: "la scala". Il sito e uno strumento di misura, non una brochure.
   Il motivo della riga millimetrata ricorre a tre scale: grafico hero,
   divisori di sezione, indicatori di punteggio.
   Ink indigo + carta lilla fredda + ambra "siero". Nessun build step. */

/* ---------- token ---------- */
:root {
  --ink:        #151527;
  --ink-2:      #2c2c44;
  --ink-3:      #55556e;
  --ink-4:      #83839a;
  --mist:       #ecedf3;
  --mist-2:     #e2e3ec;
  --paper:      #ffffff;
  --serum:      #c9820f;
  --serum-2:    #8a5a06;
  --serum-pale: #fbf1dd;
  --plum:       #40284d;
  --sage:       #3f6b62;
  --line:       rgba(21,21,39,.14);
  --line-2:     rgba(21,21,39,.28);
  --line-light: rgba(255,255,255,.18);

  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Newsreader", Georgia, "Times New Roman", serif;
  --font-data:    "IBM Plex Mono", ui-monospace, "Cascadia Mono", monospace;

  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px;
  --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;

  --wrap: 1140px;
  --wrap-narrow: 720px;
  --r: 3px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--mist); color: var(--ink);
  font-family: var(--font-body); font-size: 17.5px; line-height: 1.62;
  font-weight: 400; -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
figure { margin: 0; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display); font-weight: 700;
  line-height: 1.06; letter-spacing: -.022em; margin: 0 0 var(--s3);
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.1rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); letter-spacing: -.028em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4 { font-size: 1.08rem; }
p  { margin: 0 0 var(--s4); }
ul, ol { margin: 0 0 var(--s4); padding-left: 1.15em; }
li { margin-bottom: var(--s2); }
a { color: var(--serum-2); text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 2.5px solid var(--serum); outline-offset: 3px; }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--s7) 0; }

/* ---------- elemento firma: la scala millimetrata ---------- */
.scale {
  --tick: 18px;
  height: 9px;
  background-image:
    repeating-linear-gradient(to right, var(--line-2) 0 1px, transparent 1px var(--tick));
  border-bottom: 1px solid var(--line-2);
}
.scale--light {
  background-image:
    repeating-linear-gradient(to right, var(--line-light) 0 1px, transparent 1px var(--tick));
  border-bottom-color: var(--line-light);
}
.scale--tall { height: 15px; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--s5); }
.wrap--narrow { max-width: var(--wrap-narrow); }
.section { padding: var(--s9) 0; }
.section--tight { padding: var(--s8) 0; }
.section--ink { background: var(--ink); color: var(--mist); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink a { color: #f0c67a; }
.section--plum { background: var(--plum); color: #efe6f3; }
.section--plum a { color: #f0c67a; }
.section--paper { background: var(--paper); }

.eyebrow {
  font-family: var(--font-data); font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--serum-2);
  margin: 0 0 var(--s3);
}
.section--ink .eyebrow, .section--plum .eyebrow { color: #e8ab3d; }
.lede { font-size: 1.22rem; line-height: 1.55; color: var(--ink-2); max-width: 62ch; }
.section--ink .lede, .section--plum .lede { color: #c8c9d8; }
.muted { color: var(--ink-3); }
.small { font-size: .92rem; }
.data { font-family: var(--font-data); font-variant-numeric: tabular-nums; }
.center { text-align: center; }

/* ---------- header ---------- */
.masthead { background: var(--ink); color: var(--mist); }
.masthead__bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s5); padding: var(--s4) var(--s5); max-width: var(--wrap);
  margin: 0 auto; flex-wrap: wrap;
}
.brand {
  font-family: var(--font-display); font-weight: 800; font-size: 1.02rem;
  letter-spacing: -.01em; color: #fff; text-decoration: none;
  display: inline-flex; align-items: baseline; gap: 7px;
}
.brand__dot { width: 7px; height: 7px; background: var(--serum); display: inline-block; }
.brand:hover { color: #fff; }
.nav { display: flex; flex-wrap: wrap; gap: var(--s5); align-items: center; }
.nav a {
  font-family: var(--font-data); font-size: .74rem; letter-spacing: .1em;
  text-transform: uppercase; color: #b9bacd; text-decoration: none;
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav a[aria-current="page"] { box-shadow: 0 3px 0 var(--serum); }

/* ---------- hero ---------- */
.hero { background: var(--ink); color: var(--mist); padding: var(--s8) 0 0; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: var(--s7); padding-bottom: var(--s8); }
@media (min-width: 900px) { .hero__grid { grid-template-columns: 0.92fr 1.08fr; gap: var(--s8); align-items: end; } }
.hero__lede { color: #c2c3d5; font-size: 1.18rem; max-width: 46ch; }
.hero__stamp {
  font-family: var(--font-data); font-size: .7rem; letter-spacing: .13em;
  text-transform: uppercase; color: #8f90a8; margin-bottom: var(--s5);
  display: flex; flex-wrap: wrap; gap: var(--s4);
}
.hero__stamp b { color: var(--serum); font-weight: 600; }

/* grafico a scala nell'hero */
.chart { margin: 0; }
.chart__row { margin-bottom: var(--s3); }
.chart__label {
  font-family: var(--font-data); font-size: .78rem; letter-spacing: .04em;
  color: #d3d4e2; display: flex; justify-content: space-between;
  align-items: baseline; margin-bottom: 5px; gap: var(--s3);
}
.chart__label b { color: #fff; font-weight: 600; }
.chart__label span { color: var(--serum); white-space: nowrap; }
.chart__track { height: 22px; background: rgba(255,255,255,.07); }
.chart__bar {
  height: 100%; background: var(--serum); width: var(--val);
  transform-origin: left center; animation: grow .9s cubic-bezier(.22,.7,.3,1) both;
  animation-delay: var(--delay, 0s);
}
.chart__row:nth-of-type(2) .chart__bar { background: #b98a3d; }
.chart__row:nth-of-type(3) .chart__bar { background: #8d7a6a; }
.chart__row:nth-of-type(4) .chart__bar { background: #6d6b7c; }
@keyframes grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .chart__bar { animation: none; } }
.chart__axis {
  display: flex; justify-content: space-between; margin-top: 6px;
  font-family: var(--font-data); font-size: .68rem; color: #8f90a8;
  letter-spacing: .06em;
}
.chart__caption { font-size: .78rem; color: #8f90a8; margin-top: var(--s3); font-family: var(--font-data); line-height: 1.5; }

/* ---------- bottoni ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; font-size: .96rem;
  letter-spacing: -.01em; padding: 13px 22px; border: 0; cursor: pointer;
  text-decoration: none; border-radius: var(--r); transition: transform .12s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--serum); color: #1a1205; }
.btn--primary:hover { background: #e29a1f; color: #1a1205; }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.35); }
.btn--ghost:hover { background: rgba(255,255,255,.09); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--plum); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s5); }

/* ---------- answer box (per motori di risposta) ---------- */
.answer {
  background: var(--serum-pale); border-left: 4px solid var(--serum);
  padding: var(--s5) var(--s6); margin: 0 0 var(--s6);
}
.answer p:last-child { margin-bottom: 0; }
.answer__q {
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  margin-bottom: var(--s3); letter-spacing: -.02em;
}

/* ---------- card classifica ---------- */
.ranking { display: grid; gap: var(--s5); }
.card {
  background: var(--paper); border: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr; border-radius: var(--r);
  overflow: hidden;
}
@media (min-width: 820px) { .card { grid-template-columns: 74px 1fr 242px; } }
.card--top { border: 2px solid var(--serum); }
.card__rank {
  background: var(--mist-2); display: flex; flex-direction: row; gap: 8px;
  align-items: baseline; justify-content: center; padding: var(--s3) 0;
  font-family: var(--font-data); font-weight: 600;
}
@media (min-width: 820px) { .card__rank { flex-direction: column; align-items: center; justify-content: flex-start; padding: var(--s4) 0; gap: 0; } }
.card--top .card__rank { background: var(--serum); color: #1a1205; }
.card__rank b { font-size: 1.9rem; line-height: 1; font-weight: 600; }
.card__rank span { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; opacity: .68; }
.card__body { padding: var(--s5) var(--s6); }
.card__body h3 { margin-bottom: 4px; }
.card__body h3 a { text-decoration: none; color: var(--ink); }
.card__body h3 a:hover { text-decoration: underline; text-decoration-color: var(--serum); }
.card__brand { font-family: var(--font-data); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: var(--s3); }
.card__verdict { margin-bottom: var(--s4); }
.card__side {
  border-top: 1px solid var(--line); padding: var(--s5) var(--s6);
  display: flex; flex-direction: column; gap: var(--s3);
}
@media (min-width: 820px) { .card__side { border-top: 0; border-left: 1px solid var(--line); } }
.card__score { display: flex; align-items: baseline; gap: 7px; }
.card__score b { font-family: var(--font-data); font-size: 2.1rem; font-weight: 600; line-height: 1; letter-spacing: -.03em; }
.card__score span { font-family: var(--font-data); font-size: .8rem; color: var(--ink-4); }
.card__price { font-family: var(--font-data); font-size: .95rem; }

/* pro / contro */
.pc { display: grid; gap: var(--s2) var(--s6); margin: 0 0 var(--s4); font-size: .97rem; }
@media (min-width: 600px) { .pc { grid-template-columns: 1fr 1fr; } }
.pc ul { list-style: none; padding: 0; margin: 0; }
.pc li { padding-left: 20px; position: relative; margin-bottom: 5px; }
.pc__pro li::before { content: "+"; position: absolute; left: 0; color: var(--sage); font-family: var(--font-data); font-weight: 600; }
.pc__con li::before { content: "\00b7"; position: absolute; left: 5px; color: var(--ink-4); font-family: var(--font-data); font-weight: 600; }
.pc h4 { font-family: var(--font-data); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: var(--s2); }

/* ---------- foto prodotto ---------- */
.media {
  position: relative; background: var(--mist); border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; border-radius: var(--r);
}
.media img {
  width: 100%; height: 100%; object-fit: contain;
  mix-blend-mode: multiply; /* le foto hanno fondo bianco: si fondono con la carta */
}
.media::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background-image: repeating-linear-gradient(to right, var(--line-2) 0 1px, transparent 1px 12px);
}
.media__ph {
  font-family: var(--font-display); font-weight: 800; font-size: 1.7rem;
  letter-spacing: -.04em; color: var(--ink-4); line-height: 1;
}
.media__note {
  font-family: var(--font-data); font-size: .58rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-4); margin-top: 6px; opacity: .8;
}
.media--card   { height: 132px; padding: 10px; margin-bottom: var(--s2); }
.media--review { height: 240px; padding: var(--s4); margin-bottom: var(--s5); }
.media--tile   { height: 108px; padding: 8px; margin-bottom: var(--s3); background: var(--mist-2); }

/* ---------- indicatore punteggio (scala, terza ricorrenza) ---------- */
.gauge { margin-bottom: var(--s3); }
.gauge__head { display: flex; justify-content: space-between; font-family: var(--font-data); font-size: .78rem; margin-bottom: 4px; gap: var(--s3); }
.gauge__head span { color: var(--ink-3); }
.gauge__head b { font-weight: 600; white-space: nowrap; }
.gauge__track { height: 8px; background: var(--mist-2); position: relative; }
.gauge__fill { height: 100%; background: var(--ink); width: var(--val); }
.gauge__track::after {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(to right, rgba(255,255,255,.6) 0 1px, transparent 1px 10%);
}

/* ---------- tabella ---------- */
.tablewrap { overflow-x: auto; border: 1px solid var(--line); background: var(--paper); border-radius: var(--r); }
table.data-table { width: 100%; min-width: 780px; font-size: .95rem; }
.data-table th, .data-table td { padding: 13px var(--s4); text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table thead th {
  font-family: var(--font-data); font-size: .66rem; letter-spacing: .13em;
  text-transform: uppercase; color: #fff; background: var(--ink);
  position: sticky; top: 0; z-index: 2; font-weight: 600;
}
.data-table tbody tr:hover { background: var(--serum-pale); }
.data-table tbody tr.is-top { background: var(--serum-pale); }
.data-table td.num { font-family: var(--font-data); font-variant-numeric: tabular-nums; white-space: nowrap; }
.data-table td b { font-weight: 600; }
.data-table a { text-decoration: none; }
.data-table a:hover { text-decoration: underline; }
.data-table caption { caption-side: bottom; padding: var(--s3) var(--s4); font-size: .85rem; color: var(--ink-3); text-align: left; }

/* ---------- comparatore (filtri) ---------- */
.filters {
  background: var(--paper); border: 1px solid var(--line); padding: var(--s5);
  display: grid; gap: var(--s4); margin-bottom: var(--s5); border-radius: var(--r);
}
@media (min-width: 760px) { .filters { grid-template-columns: 1.3fr 1fr 1fr; align-items: start; } }
.filters label { font-family: var(--font-data); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-4); display: block; margin-bottom: 6px; }
.filters select, .filters input[type="search"] {
  width: 100%; font-family: var(--font-body); font-size: 1rem; padding: 9px 11px;
  border: 1px solid var(--line-2); background: var(--mist); color: var(--ink); border-radius: var(--r);
}
.chipset { display: flex; flex-wrap: wrap; gap: var(--s2); }
.chip {
  font-family: var(--font-data); font-size: .72rem; letter-spacing: .06em;
  padding: 6px 11px; border: 1px solid var(--line-2); background: transparent;
  cursor: pointer; border-radius: 100px; color: var(--ink-2);
}
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.filters__count { font-family: var(--font-data); font-size: .8rem; color: var(--ink-3); margin-bottom: var(--s3); }
.tag {
  display: inline-block; font-family: var(--font-data); font-size: .64rem;
  letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px;
  background: var(--mist-2); color: var(--ink-2); border-radius: 100px; margin: 0 4px 4px 0;
}
.tag--pep { background: #e4efe9; color: #26503f; }
.tag--pro { background: #f5e4e4; color: #6a2a2a; }
.tag--bot { background: #eae4f2; color: #43285a; }

/* ---------- griglia generica ---------- */
.grid { display: grid; gap: var(--s5); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }
.tile {
  background: var(--paper); border: 1px solid var(--line); padding: var(--s5) var(--s5) var(--s4);
  border-radius: var(--r);
}
.tile h3 { font-size: 1.12rem; }
.tile p:last-child { margin-bottom: 0; }
.tile__link { font-family: var(--font-data); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; display: inline-block; margin-top: var(--s3); }
.tile__link:hover { text-decoration: underline; }
.section--ink .tile { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.section--ink .tile p { color: #c2c3d5; }
.tile__num { font-family: var(--font-data); font-size: 2rem; font-weight: 600; color: var(--serum-2); line-height: 1; display: block; margin-bottom: var(--s2); }
.section--ink .tile__num { color: #e8ab3d; }
.tile__num small { font-size: .9rem; color: var(--ink-4); }

/* ---------- passi numerati (sequenza reale) ---------- */
.steps { counter-reset: step; list-style: none; padding: 0; margin-left: 13px; }
.steps > li {
  counter-increment: step; position: relative; padding-left: 46px;
  margin-bottom: 0; border-left: 1px solid var(--line); padding-bottom: var(--s6);
}
.steps > li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps > li::before {
  content: counter(step, decimal-leading-zero); position: absolute; left: -13px; top: 0;
  width: 26px; height: 26px; background: var(--ink); color: #fff;
  font-family: var(--font-data); font-size: .7rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.steps h3 { margin-bottom: var(--s2); }
.steps p:last-child { margin-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: var(--s4) 34px var(--s4) 0; position: relative;
  font-family: var(--font-display); font-weight: 700; font-size: 1.06rem;
  letter-spacing: -.015em; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-data); color: var(--serum-2); font-size: 1.2rem;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 0 var(--s5); max-width: 72ch; }
.faq details > div p:last-child { margin-bottom: 0; }
.faq__group { margin-bottom: var(--s7); }
.faq__group > h2 { margin-bottom: var(--s4); }

/* ---------- prosa ---------- */
.prose { max-width: 70ch; }
.prose h2 { margin-top: var(--s8); }
.prose h3 { margin-top: var(--s6); }
.prose > h2:first-child, .prose > h3:first-child { margin-top: 0; }
.prose blockquote {
  margin: var(--s6) 0; padding: var(--s2) 0 var(--s2) var(--s5);
  border-left: 3px solid var(--serum); font-size: 1.14rem; color: var(--ink-2);
}
.prose blockquote p:last-child { margin-bottom: 0; }
.def {
  background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--ink);
  padding: var(--s5); margin: var(--s6) 0;
}
.def dt { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; margin-bottom: 6px; }
.def dd { margin: 0 0 var(--s3); }
.def dd:last-child { margin-bottom: 0; }
.note {
  background: var(--mist-2); border-left: 3px solid var(--ink-4);
  padding: var(--s4) var(--s5); font-size: .97rem; margin: var(--s5) 0;
}
.note p:last-child { margin-bottom: 0; }
.note--warn { background: var(--serum-pale); border-left-color: var(--serum); }

/* ---------- breadcrumb ---------- */
.crumbs { font-family: var(--font-data); font-size: .72rem; letter-spacing: .06em; padding: var(--s4) 0; color: var(--ink-4); }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-2); }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- intestazione pagina ---------- */
.pagehead { background: var(--paper); border-bottom: 1px solid var(--line); padding: var(--s5) 0 var(--s7); }
.pagehead h1 { max-width: 20ch; }
.byline {
  font-family: var(--font-data); font-size: .74rem; color: var(--ink-3);
  display: flex; flex-wrap: wrap; gap: var(--s4); margin-top: var(--s5);
  padding-top: var(--s4); border-top: 1px solid var(--line);
}
.byline b { color: var(--ink); font-weight: 600; }

/* ---------- indice pagina ---------- */
.toc { background: var(--paper); border: 1px solid var(--line); padding: var(--s5); margin-bottom: var(--s7); }
.toc h2 { font-family: var(--font-data); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); margin: 0 0 var(--s3); }
.toc ol { margin: 0; padding-left: 1.2em; font-size: .97rem; }
.toc li { margin-bottom: 5px; }

/* ---------- CTA prodotto ---------- */
.pick {
  background: var(--ink); color: #fff; padding: var(--s6); border-radius: var(--r);
  display: grid; gap: var(--s4); align-items: center; margin: var(--s6) 0;
}
@media (min-width: 760px) { .pick { grid-template-columns: 1fr auto; gap: var(--s7); } }
.pick h3 { color: #fff; margin-bottom: var(--s2); }
.pick p { color: #c2c3d5; margin: 0; font-size: 1rem; }

/* ---------- footer ---------- */
.foot { background: var(--ink); color: #9394ac; padding: var(--s8) 0 var(--s6); font-size: .93rem; }
.foot a { color: #c8c9d8; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot__grid { display: grid; gap: var(--s6); grid-template-columns: 1fr; margin-bottom: var(--s7); }
@media (min-width: 760px) { .foot__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.foot h4 { font-family: var(--font-data); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: var(--s3); font-weight: 600; }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li { margin-bottom: 7px; }
.foot__legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: var(--s5); font-size: .84rem; line-height: 1.6; }
.foot__legal p { margin-bottom: var(--s3); }
.foot__legal p:last-child { margin-bottom: 0; }

.skip {
  position: absolute; left: -9999px; background: var(--serum); color: #1a1205;
  padding: 10px 16px; z-index: 99; font-family: var(--font-data); font-size: .8rem;
}
.skip:focus { left: 12px; top: 12px; }

/* ---------- utility ---------- */
.stack > * + * { margin-top: var(--s5); }
.hide { display: none !important; }
@media print { .masthead, .foot, .btn { display: none; } body { background: #fff; } }
