/* Kaminkompassen – designsystem (visual-direction: typografi, palett, L1–L8, C1–C26) */

@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/source-serif-4-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/source-serif-4-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts/schibsted-grotesk-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts/schibsted-grotesk-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/caveat-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+2000-206F; }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/caveat-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+1E00-1E9F; }

:root {
  --forest-900: #15241D; --forest-800: #1F332A; --forest-700: #2B463A; --forest-100: #E4EBE5;
  --bone: #FBF9F6; --linen: #F3EFE8; --sand: #EDE3D6; --paper: #FFFDFA;
  --copper: #AD6A34; --copper-700: #8A4F22; --copper-tint: #F6ECE1; --ember: #E7A158;
  --ink-900: #1B1A17; --ink-700: #37332E; --ink-500: #665F56; --line: #E4DBCF; --line-strong: #D6CABA;
  --danger: #A8321E; --ok: #2B6A45;
  --serif: 'Source Serif 4', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Schibsted Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --hand: 'Caveat', 'Segoe Print', 'Bradley Hand', cursive;
  --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-xl: 18px;
  --shadow: 0 18px 40px -24px rgba(27, 26, 23, .38), 0 2px 6px -2px rgba(27, 26, 23, .08);
  --shadow-soft: 0 10px 30px -22px rgba(27, 26, 23, .35);
  --container: 1240px; --gutter: 20px; --header-h: 64px;
  --section: clamp(52px, 6.2vw, 84px);
}
@media (min-width: 768px) { :root { --gutter: 32px; --header-h: 72px; } }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font: 400 1.0625rem/1.65 var(--sans); color: var(--ink-700); background: var(--bone); font-feature-settings: 'kern' 1; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; color: var(--ink-900); }
h1, h2 { font-family: var(--serif); font-weight: 600; font-optical-sizing: auto; letter-spacing: -.012em; }
h3 { font-family: var(--sans); font-weight: 650; letter-spacing: -.005em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; border-radius: 4px; }
main:focus { outline: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--forest-800); color: var(--bone); padding: 10px 16px; border-radius: var(--r-sm); text-decoration: none; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.container--wide { max-width: calc(1320px + 2 * var(--gutter)); }
.container--narrow { max-width: calc(860px + 2 * var(--gutter)); }
.container--prose { max-width: calc(880px + 2 * var(--gutter)); }
.container--tool { max-width: calc(980px + 2 * var(--gutter)); }

/* ---------- knappar och länkar ---------- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 8px; border: 1.5px solid transparent; font-weight: 600; font-size: .98rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button .icon { transition: transform .2s ease; }
.button:hover .icon { transform: translateX(3px); }
.button--primary { background: var(--forest-800); color: var(--bone); }
.button--primary:hover { background: var(--forest-700); }
.button--outline { border-color: rgba(27, 26, 23, .28); color: var(--ink-900); background: transparent; }
.button--outline:hover { border-color: var(--ink-900); }
.button--ghost { background: transparent; color: var(--ink-900); border-color: var(--line-strong); }
.button--ghost:hover { border-color: var(--ink-700); }
.button--small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button--large { min-height: 54px; padding: 14px 28px; font-size: 1.02rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--copper-700); text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.icon--flip { transform: rotate(180deg); }
.pill { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--paper); color: var(--ink-900); font-size: .76rem; font-weight: 600; letter-spacing: .01em; box-shadow: 0 4px 12px -6px rgba(27, 26, 23, .35); }
.pill--soft { background: var(--forest-100); color: var(--forest-800); box-shadow: none; }
.credit { font-size: .74rem; line-height: 1.4; color: var(--ink-500); }
.credit a { color: inherit; }
.hand-note { font-family: var(--hand); font-weight: 500; line-height: 1.05; }

/* ---------- header (C23) ---------- */
.header-sentinel { position: absolute; top: 0; left: 0; height: 24px; width: 1px; pointer-events: none; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--header-h); color: var(--ink-900); background: rgba(251, 249, 246, .97); border-bottom: 1px solid var(--line); transition: background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-solid { box-shadow: 0 6px 24px -18px rgba(27, 26, 23, .5); }
.site-header--overlay:not(.is-solid) { background: transparent; border-bottom-color: transparent; color: #fff; }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 10px; }
@media (min-width: 700px) { .site-header__inner { gap: 24px; } }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; flex-shrink: 0; }
.brand__name { font-family: var(--serif); font-weight: 600; font-size: 1.28rem; letter-spacing: -.01em; }
.logo-mark { color: currentColor; }
.site-header .logo-mark { --logo-flame: var(--copper); }
.site-header--overlay:not(.is-solid) .logo-mark { --logo-flame: var(--ember); }
.main-nav { display: none; margin-left: auto; }
.main-nav > ul { list-style: none; display: flex; align-items: center; gap: 18px; }
.main-nav a { display: inline-block; padding: 8px 0; font-size: .86rem; font-weight: 500; text-decoration: none; white-space: nowrap; border-bottom: 1.5px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current='page'] { border-bottom-color: currentColor; }
.has-menu { position: relative; display: flex; align-items: center; gap: 2px; }
.submenu-toggle { display: inline-grid; place-items: center; width: 24px; height: 28px; padding: 0; border: 0; background: none; cursor: pointer; color: inherit; border-radius: 4px; }
.submenu-toggle .icon { transition: transform .2s ease; }
.submenu-toggle[aria-expanded='true'] .icon { transform: rotate(180deg); }
.nav-menu { position: absolute; top: calc(100% + 14px); left: -24px; width: 560px; padding: 20px; background: var(--paper); color: var(--ink-900); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); }
.nav-menu ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.nav-menu ul a { display: flex; gap: 12px; align-items: flex-start; padding: 10px 12px; border-radius: var(--r-md); border: 0; white-space: normal; }
.nav-menu ul a:hover { background: var(--linen); }
.nav-menu ul .icon { color: var(--copper); flex-shrink: 0; margin-top: 2px; }
.nav-menu strong { display: block; font-size: .95rem; }
.nav-menu small { display: block; color: var(--ink-500); font-size: .82rem; font-weight: 400; }
.nav-menu__all { margin: 10px 12px 0; display: inline-flex !important; align-items: center; gap: 8px; font-weight: 600 !important; color: var(--copper-700); border: 0 !important; }
.site-header__actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.main-nav + .site-header__actions { margin-left: 18px; }
.icon-button { flex-shrink: 0; display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border-radius: 10px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--ink-900); cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.icon-button:hover { border-color: var(--ink-700); }
.site-header--overlay:not(.is-solid) .icon-button { background: rgba(255, 255, 255, .92); border-color: transparent; }
.header-cta { display: none; }
@media (min-width: 700px) { .header-cta { display: inline-flex; } }
@media (min-width: 1240px) {
  .main-nav { display: block; }
  .menu-open { display: none !important; }
}
.site-header--overlay:not(.is-solid) .header-cta { background: var(--forest-800); }

/* mobilmeny – syskon till headern så att den aldrig fångas av headerns stackningskontext */
.mobile-nav { position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; z-index: 45; background: var(--bone); color: var(--ink-900); display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line); }
.menu-open { order: 3; margin-left: 10px; }
.menu-open .icon--close { display: none; }
.menu-open[aria-expanded='true'] .icon--menu { display: none; }
.menu-open[aria-expanded='true'] .icon--close { display: block; }
html.nav-open .site-header { background: var(--bone) !important; color: var(--ink-900) !important; border-bottom-color: var(--line) !important; }
html.nav-open .site-header .icon-button { background: var(--paper); border-color: var(--line-strong); }

/* mobilheader – så länge huvudnavigationen är dold ska sök och meny alltid ligga längst till höger
   och rymmas i viewporten; varumärket krymper i steg i stället för att trycka ut knapparna. */
@media (max-width: 1239px) {
  .main-nav + .site-header__actions { margin-left: auto; }
}
@media (max-width: 399px) {
  .site-header__inner { gap: 8px; }
  .menu-open { margin-left: 0; }
  .brand__name { font-size: 1.12rem; }
}
/* köpresan på startsidan: behov → rätt guide. Textledd lista, inga bilder (ingen extra vikt ovanför vecket). */
.section--needs { padding-top: clamp(40px, 6vw, 72px); }
.needs { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
@media (min-width: 640px) { .needs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .needs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
.need { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; height: 100%; min-height: 112px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); color: var(--ink-900); text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.need:hover { border-color: var(--copper); background: var(--bone); }
.need:focus-visible { outline: 2px solid var(--copper-700); outline-offset: 3px; }
.need__label { font-family: var(--serif); font-weight: 600; font-size: 1.22rem; line-height: 1.25; }
.need__hint { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: var(--copper-700); }
.need:hover .need__hint .icon { transform: translateX(3px); }
.need__hint .icon { transition: transform .2s ease; }
@media (prefers-reduced-motion: reduce) { .need__hint .icon { transition: none; } .need:hover .need__hint .icon { transform: none; } }

/* smala skärmar: långa svenska sammansättningar i rubriker ("Brandskyddskontroll", "Kostnadskalkylator")
   får avstavas i stället för att tvinga fram horisontell scroll; desktop påverkas inte. */
@media (max-width: 479px) {
  h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
}
@media (max-width: 359px) {
  .site-header__inner { padding-left: 16px; padding-right: 16px; }
  .brand { gap: 8px; }
  .brand .logo-mark { width: 34px; height: 34px; }
  .brand__name { font-size: 1.02rem; }
}
.mobile-nav[hidden] { display: none; }
.mobile-nav__body { padding-top: 20px; padding-bottom: 40px; }
.mobile-nav__main { list-style: none; }
.mobile-nav__main a { display: block; padding: 12px 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-nav__main a[aria-current='page'] { color: var(--copper-700); }
.mobile-nav__label { margin: 28px 0 8px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); }
.mobile-nav__types { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.mobile-nav__types a { display: flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 500; text-decoration: none; }
.mobile-nav__types .icon { color: var(--copper); flex-shrink: 0; }
.mobile-nav__cta { display: grid; gap: 12px; margin-top: 28px; }
html.nav-open, html.dialog-open { overflow: hidden; }

/* ---------- sökdialog ---------- */
.search-dialog { position: fixed; inset: 0; z-index: 80; background: rgba(21, 36, 29, .55); display: flex; justify-content: center; align-items: flex-start; padding: 10vh var(--gutter) 24px; }
.search-dialog[hidden] { display: none; }
.search-dialog__panel { width: 100%; max-width: 640px; background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; }
.search-dialog__head { display: flex; align-items: center; gap: 12px; padding: 12px 12px 12px 20px; border-bottom: 1px solid var(--line); }
.search-dialog__head > .icon { color: var(--ink-500); flex-shrink: 0; }
.search-dialog input { flex: 1; min-width: 0; border: 0; background: transparent; font-size: 1.1rem; padding: 10px 0; }
.search-dialog input:focus { outline: none; }
.search-dialog input::-webkit-search-cancel-button { -webkit-appearance: none; display: none; }
.search-dialog__results { list-style: none; max-height: 52vh; overflow-y: auto; }
.search-dialog__results a { display: block; padding: 14px 20px; text-decoration: none; border-bottom: 1px solid var(--line); }
.search-dialog__results a:hover, .search-dialog__results a:focus-visible { background: var(--linen); outline: none; }
.search-dialog__results strong { display: block; color: var(--ink-900); }
.search-dialog__results span { display: block; font-size: .88rem; color: var(--ink-500); }
.search-dialog__results em { font-style: normal; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-700); }
.search-dialog__empty { padding: 16px 20px; color: var(--ink-500); }
.search-dialog__hint { margin: 0; padding: 14px 20px; font-size: .88rem; color: var(--ink-500); background: var(--linen); }
.search-dialog__hint a { color: var(--ink-900); }
html:not(.js) .search-open { display: none; }

/* ---------- startsidans hero (C1, C2, C7) ---------- */
/* ---------- hero (premium, referensstyrd: pipeline/reference/designreferens-startsida.png) ----------
   Mobil: fotot överst (kaminen i bild), sedan rubrik, ingress, trustpunkter och CTA-kortet på skogsgrönt.
   Desktop: fullbreddsfoto med varm ton och mörkare vänstersida; kortet ligger inne i herons nederdel. */
.hero { position: relative; color: #fff; background: var(--forest-900); }
.hero__media { position: relative; height: clamp(300px, 52svh, 470px); overflow: hidden; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media img { object-position: 56% 58% !important; }
.hero__shade { position: absolute; left: 0; right: 0; top: 0; height: clamp(300px, 52svh, 470px); pointer-events: none; background:
  linear-gradient(180deg, rgba(12, 14, 11, .55) 0%, rgba(12, 14, 11, 0) 30%),
  linear-gradient(0deg, var(--forest-900) 0%, rgba(21, 36, 29, .55) 16%, rgba(21, 36, 29, 0) 38%); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; margin-top: -64px; padding-bottom: 40px; }
.hero__copy { max-width: 700px; }
.hero__title { color: var(--bone); font-size: clamp(2.35rem, 9vw, 5rem); line-height: 1.03; font-weight: 600; letter-spacing: -.02em; text-wrap: balance; }
.hero__title span { display: block; }
.hero__lead { margin: 18px 0 0; max-width: 50ch; font-size: clamp(1.04rem, 2.1vw, 1.2rem); line-height: 1.55; color: rgba(251, 249, 246, .9); }
.trust-row { list-style: none; display: grid; grid-template-columns: repeat(2, auto); justify-content: start; gap: 10px 18px; margin-top: 22px; }
@media (max-width: 599px) { .trust-row li { font-size: .88rem; } }
.trust-row li { display: inline-flex; align-items: center; gap: 8px; font-size: .93rem; font-weight: 500; color: rgba(255, 255, 255, .95); }
.trust-row .icon { color: var(--ember); flex-shrink: 0; }
@media (min-width: 600px) { .trust-row { display: flex; flex-wrap: wrap; gap: 10px 28px; } }
@media (min-width: 1100px) { .trust-row { flex-wrap: nowrap; width: max-content; } }
.hero__note { display: none; }

/* CTA-kortet: riktig HTML. Mobil ordning: rubrik, text, produktbild, knapp, omdömen. */
.hero-card { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "title" "text" "media" "cta" "reviews";
  padding: 24px 22px 22px; background: var(--bone); color: var(--ink-700); border-radius: 16px;
  box-shadow: 0 1px 2px rgba(21, 36, 29, .08), 0 24px 60px -18px rgba(0, 0, 0, .45); }
.hero-card__title { grid-area: title; font-size: clamp(1.5rem, 5.4vw, 2rem); line-height: 1.14; margin: 0 0 8px; color: var(--ink-900); }
.hero-card__text { grid-area: text; margin: 0; color: var(--ink-500); max-width: 44ch; }
.hero-card__media { grid-area: media; justify-self: center; width: 150px; height: 186px; margin: 14px 0 6px; overflow: hidden;
  background: var(--bone); /* samma ton som kortet: multiply blandar mot den, så väggen försvinner */
  -webkit-mask-image: radial-gradient(ellipse 50% 54% at 50% 50%, #000 64%, transparent 98%);
          mask-image: radial-gradient(ellipse 50% 54% at 50% 50%, #000 64%, transparent 98%); }
.hero-card__media picture, .hero-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 44% 46% !important; }
/* Platshållarfotot (kaminen mot ljus vägg) smälter in i kortet: multiply lyfter väggen mot papperstonen
   och en mjuk mask tar bort kanterna, så att kaminen läses som en frilagd produktbild. */
.hero-card__media img { mix-blend-mode: multiply; transform: scale(1.34); transform-origin: 56% 42%;
  filter: brightness(1.24) contrast(1.2) saturate(1.08); }
.hero-card__cta { grid-area: cta; justify-self: stretch; min-height: 52px; padding: 14px 26px; border-radius: 10px; background: var(--forest-800); color: var(--bone); font-size: 1rem; letter-spacing: .005em; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hero-card__cta:hover { background: var(--forest-700); transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(21, 36, 29, .6); }
.hero-card__cta:focus-visible { outline: 2px solid var(--copper-700); outline-offset: 3px; }
.hero-card__cta .icon { transition: transform .2s ease; }
.hero-card__cta:hover .icon { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) { .hero-card__cta, .hero-card__cta .icon { transition: none; } .hero-card__cta:hover, .hero-card__cta:hover .icon { transform: none; } }

/* Social proof: tre överlappande porträtt (≈25 %), betyg med guldstjärnor, antal och – för exempeldata – en diskret rad. */
.hero-reviews { grid-area: reviews; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; column-gap: 12px; row-gap: 4px; margin-top: 18px; min-width: 0; }
.hero-reviews__avatars { display: flex; flex-shrink: 0; }
.hero-reviews .avatar { display: block; width: 34px; height: 34px; border-radius: 50%; overflow: hidden; border: 2px solid var(--bone); margin-left: -9px; background: var(--sand); box-shadow: 0 2px 6px -2px rgba(21, 36, 29, .28); }
.hero-reviews .avatar:first-child { margin-left: 0; }
.hero-reviews .avatar svg { display: block; width: 100%; height: 100%; max-width: none; }
.hero-reviews__text { display: grid; gap: 2px; line-height: 1.2; min-width: 0; }
.hero-reviews__score { display: inline-flex; align-items: center; gap: 8px; }
.hero-reviews__score strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; color: var(--ink-900); letter-spacing: -.01em; }
.hero-reviews__stars { display: inline-flex; gap: 2px; }
.hero-reviews__stars svg { flex: 0 0 14px; width: 14px; height: 14px; max-width: none; fill: #E3A247; }
.hero-reviews__count { font-size: .82rem; color: var(--ink-500); white-space: nowrap; }
.hero-reviews--facts .hero-reviews__score { gap: 6px; }
.hero-reviews__mark { flex: 0 0 15px; width: 15px; height: 15px; fill: #E3A247; margin-right: 1px; }
.hero-reviews__label { font-size: .88rem; font-weight: 600; color: var(--ink-900); white-space: nowrap; }
.hero-reviews--facts .hero-reviews__count { font-size: .8rem; }
@media (min-width: 760px) { .hero-card { column-gap: 26px; } .hero-reviews--facts { margin-left: 2px; column-gap: 10px; } }
.hero-reviews__note { grid-column: 2; font-size: .72rem; color: var(--ink-500); line-height: 1.3; }

.hero__credit { position: absolute; right: var(--gutter); bottom: 8px; z-index: 1; margin: 0; color: rgba(255, 255, 255, .62); display: none; }
.hero__credit a { color: inherit; }

@media (min-width: 760px) {
  .hero { display: flex; flex-direction: column; justify-content: flex-end; min-height: clamp(700px, 94svh, 900px); padding: calc(var(--header-h) + 64px) 0 44px; }
  .hero__media { position: absolute; inset: 0; height: auto; }
  .hero__media img { object-position: 74% 58% !important; }
  .hero__shade { inset: 0; height: auto; background:
    linear-gradient(180deg, rgba(10, 11, 9, .6) 0%, rgba(10, 11, 9, 0) 24%),
    linear-gradient(90deg, rgba(14, 12, 9, .84) 0%, rgba(14, 12, 9, .64) 34%, rgba(14, 12, 9, .2) 62%, rgba(14, 12, 9, 0) 80%),
    linear-gradient(0deg, rgba(14, 12, 9, .5) 0%, rgba(14, 12, 9, 0) 40%),
    radial-gradient(ellipse at 78% 58%, rgba(231, 161, 88, .12), rgba(231, 161, 88, 0) 55%); }
  .hero__inner { margin-top: 0; padding-bottom: 0; gap: 30px; }
  .hero__title { font-size: clamp(3.1rem, 5.1vw, 4.9rem); line-height: 1.02; }
  .trust-row { margin-top: 26px; }
  .hero-card { grid-template-columns: auto minmax(0, 1fr) 160px;
    grid-template-areas: "title title media" "text text media" "cta reviews media";
    column-gap: 22px; max-width: 740px; padding: 30px 28px 28px 36px; }
  .hero-card__title { font-size: clamp(1.7rem, 2.3vw, 2.05rem); }
  .hero-card__text { margin-bottom: 22px; }
  .hero-card__media { justify-self: end; align-self: stretch; width: 160px; height: auto; min-height: 200px; margin: -6px 0 -8px; }
  .hero-card__cta { justify-self: start; align-self: center; padding: 14px 22px; }
  .hero-reviews { justify-self: start; align-self: center; justify-content: flex-start; margin-top: 0; margin-left: 6px; }
  .hero-reviews .avatar { width: 32px; height: 32px; margin-left: -8px; }
  .hero-reviews .avatar:first-child { margin-left: 0; }
  .hero-reviews__note { grid-column: 1 / -1; font-size: .7rem; margin-top: 2px; }
  .hero__credit { display: block; }
}
@media (min-width: 1100px) { .hero-card { max-width: 780px; } .hero__copy { max-width: 800px; } }
@media (min-width: 760px) and (max-width: 1099px) {
  .hero-card { max-width: 660px; grid-template-columns: minmax(0, 1fr) 150px; grid-template-areas: "title media" "text media" "cta media" "reviews media"; padding: 26px 24px 24px 28px; }
  .hero-reviews { margin-top: 14px; }
  .hero-card__media { width: 150px; }
}
@media (min-width: 1200px) {
  /* Noten står i fönsterljuset till vänster om kaminen och pilen pekar ner mot elden (premiumbilden 2026-09-26). */
  .hero__note { display: block; position: absolute; right: 27%; top: -118px; margin: 0; font-size: 2.05rem; color: #fff; transform: rotate(-8deg); max-width: 9ch; text-align: center; text-shadow: 0 1px 12px rgba(0, 0, 0, .35); }
  .hero__note .hand-arrow { width: 70px; height: 62px; margin: 4px auto 0; transform: translateX(34px) scaleX(-1); }
}

/* ---------- band, sektioner ---------- */
.band--linen { background: var(--linen); }
.section { padding: var(--section) 0; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head > div { max-width: 720px; }
.section-title { font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.08; text-wrap: balance; }
.section-intro { margin: 12px 0 0; font-size: 1.08rem; color: var(--ink-500); max-width: 62ch; }
.prose > p, .prose > ul:not(.rail), .prose > ol:not(.steps):not(.step-cards), .prose > h3 { max-width: 68ch; }
/* flöde inom sektioner (CRIT-01): rubrik → innehåll och block → efterföljande text har alltid luft */
.prose > h3 { font-size: 1.25rem; line-height: 1.25; margin: 36px 0 12px; }
.prose > h3:first-child { margin-top: 0; }
.prose > :is(.paths, .cards, .table-block, .steps, .step-cards, .rail, .flow, .dealers-empty, .figure, .diagram) + :is(p, ul, ol, h3, .callout, .tool-cta) { margin-top: 32px; }
.related .section-title { margin-bottom: clamp(24px, 3vw, 36px); }

/* textband (C4-variant): rubrik och ingress vänster, text höger – rena textsektioner fyller bandet */
.text-band { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.text-band > * { min-width: 0; }
.text-band__head .section-intro { margin-top: 14px; }
.text-band__body > :last-child { margin-bottom: 0; }
.text-band__body > .callout:first-child, .text-band__body > .table-wrap:first-child { margin-top: 0; }
@media (min-width: 1000px) {
  .text-band { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; align-items: start; }
  .text-band__head { position: sticky; top: calc(var(--header-h) + 32px); }
  .text-band__body { padding-top: 6px; font-size: 1.08rem; }
}
.prose--narrow { max-width: 880px; }
.faq .faq__list, .sources-wrap .sources { max-width: 880px; }

/* kategorirad (C3) */
.categories { padding: 56px 0 36px; }
.rail { list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 44%); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 14px; margin: 0 calc(-1 * var(--gutter)); padding-left: var(--gutter); padding-right: var(--gutter); scroll-padding-left: var(--gutter); }
.rail li { scroll-snap-align: start; }
.rail__item { display: block; height: 100%; padding: 14px 12px; border-radius: var(--r-md); text-decoration: none; transition: background-color .2s ease; }
.rail__item:hover { background: rgba(255, 255, 255, .6); }
.rail__icon { display: block; margin-bottom: 14px; color: var(--copper); }
.rail__icon .icon { width: 40px; height: 40px; stroke-width: 1.3; }
.rail__label { display: block; margin: 0 0 2px; font-weight: 650; color: var(--ink-900); font-size: 1rem; }
.rail__text { display: block; font-size: .87rem; color: var(--ink-500); line-height: 1.4; }
@media (min-width: 900px) {
  .rail { grid-auto-flow: row; grid-template-columns: repeat(6, 1fr); overflow: visible; margin: 0; padding: 0; }
  .categories { padding: 104px 0 44px; }
}

/* editorial split (C4) */
.split { display: grid; gap: 36px; align-items: center; }
.split__media { position: relative; }
.split__media picture { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__credit { margin: 8px 0 0; }
.media-chip { position: absolute; left: 16px; bottom: 44px; display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: 999px; background: rgba(21, 36, 29, .78); color: #fff; font-size: .88rem; font-weight: 600; text-decoration: none; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); max-width: calc(100% - 32px); }
.media-chip .icon { flex-shrink: 0; width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: var(--ember); color: var(--forest-900); }
.media-chip:hover { background: rgba(21, 36, 29, .92); }
.split__title { font-size: clamp(2.1rem, 4.2vw, 3.4rem); line-height: 1.04; }
.split__title span { display: block; }
.split__lead { margin: 18px 0 28px; font-size: 1.12rem; color: var(--ink-500); max-width: 48ch; }
.benefits { list-style: none; display: grid; gap: 22px 28px; }
.benefit { display: flex; gap: 16px; align-items: flex-start; }
.benefit__icon { flex-shrink: 0; display: grid; place-items: center; width: 50px; height: 50px; border-radius: var(--r-md); background: var(--linen); color: var(--copper); }
.benefit strong { display: block; color: var(--ink-900); font-weight: 650; margin-bottom: 2px; }
.benefit span > strong + * { display: block; }
.benefit span { font-size: .93rem; color: var(--ink-500); line-height: 1.45; }
@media (min-width: 640px) { .benefits { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .split { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 72px; } }

/* kort (C5) */
.cards { display: grid; gap: 28px 24px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
/* två kolumner: ett udda sista kort tar hela bredden i stället för att lämna ett hål */
@media (min-width: 640px) and (max-width: 999px) {
  .cards:not(.cards--four) > .card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .cards:not(.cards--four) > .card:last-child:nth-child(odd) .card__media picture { aspect-ratio: 21 / 9; }
}
@media (min-width: 1000px) {
  .cards { grid-template-columns: repeat(3, 1fr); } .cards--four { grid-template-columns: repeat(4, 1fr); }
  /* fem kort (t.ex. regelguiderna): 3 + 2 i hela bredden */
  .cards:has(> .card:nth-child(5):last-child) { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .cards:has(> .card:nth-child(5):last-child) > .card { grid-column: span 2; }
  .cards:has(> .card:nth-child(5):last-child) > .card:nth-child(n+4) { grid-column: span 3; }
  .cards:has(> .card:nth-child(5):last-child) > .card:nth-child(n+4) .card__media picture { aspect-ratio: 16 / 9; }
}
.card { position: relative; display: flex; flex-direction: column; transition: transform .25s ease; }
.card:hover { transform: translateY(-3px); }
.card__media { position: relative; margin-bottom: 26px; }
.card__media picture { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.03); }
.card__media .pill { position: absolute; left: 14px; bottom: -13px; }
.card__title { font-size: 1.16rem; line-height: 1.3; margin: 0 0 8px; }
.card__link { text-decoration: none; }
.card__link::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-md); }
.card__link:focus-visible { outline: none; }
.card:focus-within { outline: 3px solid var(--ember); outline-offset: 6px; border-radius: var(--r-md); }
.card__text { color: var(--ink-500); font-size: .95rem; line-height: 1.5; margin: 0 0 14px; }
.card__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: .93rem; color: var(--ink-900); }
.card__more::before { content: attr(data-label); }
.card:hover .card__more .icon { transform: translateX(3px); }
.card__more .icon { transition: transform .2s ease; }
@media (max-width: 639px) {
  .section--guides .cards, .related .cards { grid-auto-flow: column; grid-auto-columns: 82%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(-1 * var(--gutter)); padding: 0 var(--gutter) 10px; scroll-padding-left: var(--gutter); }
  .section--guides .card, .related .card { scroll-snap-align: start; }
}

/* kostnadsband (C6) */
.cost-band { position: relative; overflow: hidden; background: linear-gradient(100deg, var(--sand) 0%, #F1E8DC 60%, #EFE5D8 100%); padding: var(--section) 0; }
.cost-band__media { position: absolute; inset: auto 0 0 auto; width: 100%; height: 38%; opacity: .9; }
.cost-band__media picture, .cost-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cost-band__media { -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 70%); mask-image: linear-gradient(180deg, transparent 0%, #000 70%); }
.cost-band__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; padding-bottom: 120px; }
.cost-band__copy p { font-size: 1.08rem; color: var(--ink-700); max-width: 44ch; margin: 16px 0 26px; }
.cost-band__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.cost-card { background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 24px 24px 20px; }
.cost-card__label { margin: 0 0 14px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-700); }
.cost-card dl { margin: 0; }
.cost-card dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.cost-card dt { display: flex; align-items: center; gap: 8px; color: var(--ink-700); }
.cost-card dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink-900); white-space: nowrap; }
.cost-card__dot { flex-shrink: 0; width: 7px; height: 11px; border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%; background: linear-gradient(180deg, var(--ember), var(--copper)); }
.cost-card__total { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; padding: 14px 0 6px; }
.cost-card__total span { font-weight: 650; color: var(--ink-900); white-space: nowrap; }
.cost-card__total strong { font-size: 1.2rem; color: var(--ink-900); font-variant-numeric: tabular-nums; white-space: nowrap; }
.cost-card__note { margin: 6px 0 0; font-size: .82rem; color: var(--ink-500); }
.cost-band__note { display: none; }
@media (min-width: 1000px) {
  .cost-band__media { inset: 0 0 0 auto; width: 30%; height: 100%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 45%, #000 85%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 45%, #000 85%); }
  .cost-band__inner { grid-template-columns: minmax(0, 4.6fr) minmax(360px, 4.4fr) minmax(0, 2.2fr); gap: 48px; align-items: center; padding-bottom: 0; }
  .cost-band__note { display: block; margin: 0; font-size: 1.7rem; color: var(--ink-700); transform: rotate(-6deg); max-width: 9ch; }
  .cost-band__note .hand-arrow { width: 64px; height: 56px; transform: scaleX(-1) rotate(10deg); margin-top: 4px; }
}

/* steg och tidslinjer (C12) */
.steps { list-style: none; display: grid; gap: 0; counter-reset: steg; }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding-bottom: 26px; }
.step::before { content: ''; position: absolute; left: 21px; top: 44px; bottom: 4px; width: 1.5px; background: var(--line-strong); }
.step:last-child::before { display: none; }
.step__num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--copper); color: var(--copper-700); font-weight: 700; font-variant-numeric: tabular-nums; }
.step__title { font-size: 1.08rem; margin: 9px 0 4px; }
.step__who { margin: 0 0 6px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-700); }
.step__body p { margin-bottom: 6px; color: var(--ink-700); }
.step__body { max-width: 72ch; }
.step__link { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 600; color: var(--copper-700); text-decoration: none; }
.step__link:hover { text-decoration: underline; }
/* horisontell tidslinje först när varje kolumn rymmer det längsta ordet (t.ex. "Brandskyddskontroll") */
@media (min-width: 1240px) {
  .steps--h { grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 24px; margin-bottom: 32px; }
  .steps--h .step__title { hyphens: auto; }
  .steps--h .step { grid-template-columns: 1fr; gap: 12px; padding-bottom: 0; align-content: start; }
  .steps--h .step::before { left: 52px; right: -20px; top: 21px; bottom: auto; width: auto; height: 1.5px; }
}

/* hopfälld tabell (kalkylatorns metod) */
.fold { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); }
.fold__summary { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 12px 18px; cursor: pointer; list-style: none; font-weight: 650; color: var(--ink-900); }
.fold__summary::-webkit-details-marker { display: none; }
.fold__icon { margin-left: auto; color: var(--copper-700); flex-shrink: 0; transition: transform .2s ease; }
.fold[open] .fold__icon { transform: rotate(45deg); }
.fold .table-block { margin: 0; padding: 0 12px 12px; }

/* checklistkort (C12-variant) */
.step-cards { list-style: none; display: grid; gap: 16px; counter-reset: none; }
@media (min-width: 700px) { .step-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 700px) and (max-width: 1099px) { .step-cards > :last-child:nth-child(odd) { grid-column: 1 / -1; } }
@media (min-width: 1100px) {
  .step-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  /* fem kort: 3 + 2 i hela bredden i stället för ett hål */
  .step-cards:has(> :nth-child(5):last-child) { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .step-cards:has(> :nth-child(5):last-child) > * { grid-column: span 2; }
  .step-cards:has(> :nth-child(5):last-child) > :nth-child(n+4) { grid-column: span 3; }
}
.step-card { padding: 22px 22px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.step-card__num { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-700); }
.step-card__num .icon { color: var(--forest-700); }
.step-card__title { font-size: 1.1rem; line-height: 1.3; margin: 0 0 8px; }
.step-card p { margin: 0; font-size: .96rem; color: var(--ink-700); }
.band--linen .step-card { border-color: transparent; }

/* flödesteaser (startsidan) */
.flow { display: grid; gap: 22px; }
.flow__steps { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 8px; }
.flow__steps li { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 600; color: var(--ink-900); }
.flow__num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--copper); color: var(--copper-700); font-size: .85rem; font-weight: 700; }
.flow__links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0; }
@media (min-width: 1000px) {
  .flow__steps { flex-wrap: nowrap; gap: 0; }
  .flow__steps li { flex: 1 1 0; padding: 10px 14px 10px 10px; }
  .flow__steps li + li { margin-left: 28px; }
  .flow__steps li + li::before { content: ''; position: absolute; left: -26px; top: 50%; width: 24px; height: 1.5px; background: var(--line-strong); }
}

/* tabeller (C11) */
.table-block { margin: 28px 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); }
.table-wrap:focus-visible { outline-offset: 2px; }
/* skuggkant i alla bredder när en tabell flödar över (täckgradienten följer innehållet och döljer skuggan när tabellen ryms) */
.table-wrap { background:
  linear-gradient(90deg, var(--paper) 30%, rgba(253, 252, 249, 0)) left center / 32px 100% no-repeat local,
  linear-gradient(270deg, var(--paper) 30%, rgba(253, 252, 249, 0)) right center / 32px 100% no-repeat local,
  radial-gradient(farthest-side at 100% 50%, rgba(21, 36, 29, .26), transparent) right center / 20px 100% no-repeat scroll,
  var(--paper); }
/* första kolumnen står kvar när tabellen scrollas, i alla bredder */
.table-wrap tbody th { position: sticky; left: 0; background: var(--paper); z-index: 1; }
@media (min-width: 768px) { thead th { white-space: normal; } }
/* tabeller med fem eller fler kolumner får tätare celler så att de ryms i läskolumnen */
table:has(tr > :nth-child(5)) :is(th, td) { padding-left: 12px; padding-right: 12px; }
/* bildtexten är lika bred som scrollytan och står kvar när en bred tabell scrollas i sidled */
.table-wrap { container-type: inline-size; }
.table-wrap caption { position: sticky; left: 0; box-sizing: border-box; width: 100cqw; }
table { width: 100%; border-collapse: collapse; font-size: .94rem; line-height: 1.45; }
caption { caption-side: top; text-align: left; padding: 16px 18px 4px; font-weight: 650; color: var(--ink-900); font-size: .98rem; }
th, td { padding: 12px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-500); border-bottom: 1.5px solid var(--line-strong); white-space: nowrap; }
tbody tr:last-child > * { border-bottom: 0; }
tbody th { font-weight: 600; color: var(--ink-900); }
td { color: var(--ink-700); }
td a, th a { color: var(--copper-700); }
.table-note { margin-top: 10px; font-size: .86rem; color: var(--ink-500); }
@media (max-width: 767px) {
  table { font-size: .9rem; min-width: 560px; }
  tbody th { position: sticky; left: 0; background: var(--paper); z-index: 1; box-shadow: 1px 0 0 var(--line); min-width: 130px; }
  thead th:first-child { position: sticky; left: 0; background: var(--paper); z-index: 2; }
  /* tabeller med högst tre kolumner ska rymmas utan sidscroll; det som ändå är bredare scrollar med skuggkant
     (skuggan döljs automatiskt när tabellen ryms, eftersom täckgradienten följer innehållet) */
  table:not(:has(tr > :nth-child(4))) { min-width: 0; font-size: .86rem; }
  table:not(:has(tr > :nth-child(4))) tbody th { min-width: 0; width: 36%; }
  table:not(:has(tr > :nth-child(4))) thead th { white-space: normal; }
  table:not(:has(tr > :nth-child(4))) :is(th, td) { padding: 10px 10px; hyphens: auto; -webkit-hyphens: auto; }
  table:not(:has(tr > :nth-child(4))) :is(th, td):first-child { padding-left: 14px; }

}

/* callout (C13) */
.callout { display: grid; grid-template-columns: 28px 1fr; gap: 14px; margin: 28px 0; padding: 20px 22px; border-radius: var(--r-md); background: var(--linen); border-left: 3px solid var(--copper); }
.callout__icon { color: var(--copper-700); padding-top: 2px; }
.callout__title { margin: 0 0 6px; font-weight: 700; color: var(--ink-900); }
.callout__body p:last-child { margin-bottom: 0; }
.callout--warn { background: #FBF0E4; border-left-color: #C66A1E; }
.callout--warn .callout__icon { color: #9A4D12; }
.callout--tip { background: var(--forest-100); border-left-color: var(--forest-700); }
.callout--tip .callout__icon { color: var(--forest-700); }
.callout a { color: var(--copper-700); }
.section--trust .callout { margin: 0; background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--copper); }
.trust-grid { display: grid; gap: 24px; align-items: start; }
@media (min-width: 1000px) { .trust-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; } }

/* verktygs-CTA i text */
.tool-cta { display: grid; gap: 16px; align-items: center; margin: 32px 0; padding: 22px 24px; border-radius: var(--r-lg); background: var(--forest-800); color: var(--bone); }
.tool-cta__title { margin: 0 0 4px; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: #fff; }
.tool-cta p { margin: 0; color: rgba(243, 239, 232, .85); }
.tool-cta .button--primary { background: var(--ember); color: var(--forest-900); }
.tool-cta .button--primary:hover { background: #EDB173; }
@media (min-width: 700px) { .tool-cta { grid-template-columns: 1fr auto; } }

/* vägar (C4 i hubbar) */
.paths { display: grid; gap: 24px; }
@media (min-width: 760px) { .paths--2 { grid-template-columns: 1fr 1fr; } .paths--3 { grid-template-columns: repeat(3, 1fr); } }
.path { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.path__media picture { aspect-ratio: 16 / 10; }
.path__media img { width: 100%; height: 100%; object-fit: cover; }
.path__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.path__title { font-size: 1.22rem; margin-bottom: 8px; }
.path__body p { color: var(--ink-700); font-size: .98rem; }
.path__body .text-link { margin-top: auto; }

/* figurer och måttskisser (C24, C25) */
.figure { margin: 32px 0; }
.figure picture { border-radius: var(--r-md); overflow: hidden; }
.figure img { width: 100%; }
.figure figcaption { margin-top: 10px; font-size: .9rem; color: var(--ink-500); }
.figure figcaption .credit { display: block; margin-top: 2px; }
.diagram { margin: 32px 0; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.diagram svg { width: 100%; max-width: 520px; height: auto; margin: 0 auto; }
.diagram figcaption { margin-top: 14px; font-size: .88rem; color: var(--ink-500); }
.dg-label { font: 500 13px var(--sans); fill: var(--ink-700); }
.dg-label--light { fill: #fff; font-weight: 600; }
.dg-measure { font: 700 14px var(--sans); fill: var(--copper-700); }

/* listor */
.list { padding-left: 1.3em; margin: 0 0 1.2em; }
.list li { margin-bottom: .45em; }
.list li::marker { color: var(--copper); }
.list--numbered li::marker { font-weight: 700; }
.checklist { list-style: none; display: grid; gap: 10px; margin: 18px 0; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist .icon { color: var(--forest-700); flex-shrink: 0; margin-top: 3px; }
.checklist--small li { font-size: .95rem; }

/* sidhuvud för hubbar och verktyg (C21) */
.page-hero { position: relative; }
.page-hero--photo { color: #fff; background: var(--forest-900); min-height: max(46vh, 380px); display: flex; align-items: flex-end; padding: calc(var(--header-h) + 48px) 0 48px; }
.page-hero__media { position: absolute; inset: 0; overflow: hidden; }
.page-hero__media picture, .page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 18, 14, .55) 0%, rgba(12, 18, 14, .2) 35%, rgba(12, 18, 14, .72) 100%), linear-gradient(90deg, rgba(12, 18, 14, .55) 0%, rgba(12, 18, 14, 0) 70%); }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__title { font-size: clamp(2.3rem, 5.2vw, 4.2rem); line-height: 1.04; max-width: 18ch; text-wrap: balance; }
.page-hero--photo .page-hero__title { color: #fff; }
.page-hero__title::after { content: ''; display: block; width: 56px; height: 2px; margin-top: 20px; background: var(--copper); }
.page-hero--photo .page-hero__title::after { background: var(--ember); }
.page-hero__lead { margin: 18px 0 0; max-width: 60ch; font-size: clamp(1.05rem, 2vw, 1.2rem); line-height: 1.55; }
.page-hero--photo .page-hero__lead { color: rgba(255, 255, 255, .92); }
.page-hero--plain { background: var(--linen); padding: calc(var(--header-h) + 44px) 0 48px; border-bottom: 1px solid var(--line); }
.page-hero--plain .page-hero__lead { color: var(--ink-500); }
.page-hero__limits { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0 0; max-width: 62ch; padding: 12px 16px; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); font-size: .93rem; color: var(--ink-700); }
.page-hero__limits .icon { color: var(--copper-700); flex-shrink: 0; margin-top: 2px; }
.page-hero__credit { position: absolute; right: var(--gutter); bottom: 8px; margin: 0; z-index: 1; color: rgba(255, 255, 255, .6); }
.page-hero__credit a { color: inherit; }
body:not(.has-overlay) main { padding-top: var(--header-h); }
body:not(.has-overlay) .page-hero--plain { padding-top: 44px; }

/* brödsmulor */
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 0; margin-bottom: 18px; font-size: .86rem; color: var(--ink-500); }
.breadcrumbs li + li::before { content: '/'; margin: 0 8px; opacity: .6; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs--light ol { color: rgba(255, 255, 255, .82); }

/* kort svar (C9) och typprofil (C22) */
.quick-wrap { margin-top: -28px; position: relative; z-index: 2; }
.quick-answer { margin: 0 0 40px; padding: 24px 26px; border-radius: var(--r-lg); background: var(--forest-100); border: 1px solid #D3DED5; }
.quick-wrap .quick-answer { background: var(--paper); border-color: var(--line); box-shadow: var(--shadow-soft); }
.quick-answer__label { margin: 0 0 8px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--forest-700); }
.quick-answer__text { font-size: 1.12rem; line-height: 1.55; color: var(--ink-900); font-weight: 500; }
.quick-answer ul { list-style: none; display: grid; gap: 8px; margin: 14px 0 0; }
.quick-answer li { display: flex; gap: 10px; align-items: flex-start; font-size: .98rem; }
.quick-answer li .icon { color: var(--forest-700); flex-shrink: 0; margin-top: 3px; }
.profile { margin: 0 0 40px; padding: 24px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper); }
.profile__title { font-family: var(--sans); font-size: .78rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-700); margin: 0 0 14px !important; }
.profile__grid { display: grid; gap: 0 28px; margin: 0; }
.profile__grid > div { padding: 12px 0; border-top: 1px solid var(--line); }
.profile__grid dt { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 4px; }
.profile__grid dd { margin: 0; color: var(--ink-900); font-size: .98rem; line-height: 1.5; }
@media (min-width: 640px) { .profile__grid { grid-template-columns: 1fr 1fr; } }

/* artiklar (C8, C10) */
.article-head { max-width: calc(900px + 2 * var(--gutter)); padding-top: clamp(28px, 5vw, 56px); }
.article--type .article-head { max-width: calc(720px + 2 * var(--gutter)); }
@media (min-width: 1100px) { .article--guide .article-head { max-width: calc(1042px + 2 * var(--gutter)); } }
.article-head__kicker { margin: 0 0 14px; }
.article-head__title { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.article-head__lead { margin: 20px 0 0; font-size: clamp(1.1rem, 2vw, 1.28rem); line-height: 1.55; color: var(--ink-500); max-width: 62ch; }
.article-meta { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 22px 0 0; font-size: .88rem; color: var(--ink-500); }
.article-meta li { display: inline-flex; align-items: center; gap: 7px; }
.article-meta .icon { color: var(--copper); }
.article-hero { margin: clamp(28px, 4vw, 44px) auto 0; }
.article-hero picture { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-hero figcaption { margin-top: 8px; }
@media (min-width: 768px) { .article-hero picture { aspect-ratio: 21 / 9; } }
/* källbilder under 1600 px visas i en smalare ram så att de inte skalas upp (t.ex. täljstensutsnittet) */
.article-hero--narrow { max-width: calc(1040px + 2 * var(--gutter)); }
.article-layout { display: grid; gap: 32px; padding-top: clamp(32px, 5vw, 56px); padding-bottom: var(--section); }
.article-body { min-width: 0; max-width: 720px; }
.article-type .article-layout, .article--type .article-layout { justify-items: center; }
.article--type .article-body { width: 100%; }
@media (min-width: 1100px) {
  .article-layout--toc { grid-template-columns: 250px minmax(0, 720px); gap: 72px; justify-content: center; }
}
.toc { font-size: .92rem; }
.toc__details summary { list-style: none; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 10px; }
.toc__details summary::-webkit-details-marker { display: none; }
.toc ol { list-style: none; border-left: 1.5px solid var(--line-strong); }
.toc a { display: block; padding: 7px 0 7px 16px; margin-left: -1.5px; border-left: 1.5px solid transparent; color: var(--ink-700); text-decoration: none; line-height: 1.35; }
.toc a:hover { color: var(--ink-900); border-left-color: var(--ink-500); }
.toc a[aria-current='true'] { color: var(--copper-700); border-left-color: var(--copper); font-weight: 600; }
@media (max-width: 1099px) { .toc { padding: 18px 20px; background: var(--linen); border-radius: var(--r-md); } }
@media (min-width: 1100px) { .toc { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; } }
.article-section { padding-top: 8px; }
.article-section + .article-section { margin-top: 40px; }
.article-body h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); line-height: 1.15; margin: 0 0 18px; }
.article-body h3 { font-size: 1.2rem; margin: 30px 0 10px; }
.article-body p a, .article-body li a, .prose p a, .prose li a { color: var(--copper-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body p a:hover, .prose p a:hover { text-decoration-thickness: 2px; }
.article-faq { margin-top: 56px; }
.article-faq h2 { margin-bottom: 8px; }

/* FAQ (C14) */
.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; cursor: pointer; list-style: none; font-weight: 650; color: var(--ink-900); font-size: 1.04rem; line-height: 1.4; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--copper-700); }
.faq__icon { flex-shrink: 0; color: var(--copper); transition: transform .25s ease; }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__answer { padding: 0 0 20px; color: var(--ink-700); max-width: 68ch; }
.faq__answer p:last-child { margin-bottom: 0; }
.faq__answer a { color: var(--copper-700); }
.faq .section-title { margin-bottom: 24px; }

/* källor (C15) */
.sources { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.sources__title { font-family: var(--sans) !important; font-size: .8rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); margin: 0 0 12px !important; }
.sources__checked { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; color: var(--ink-700); }
.sources__checked .icon { color: var(--copper); flex-shrink: 0; margin-top: 3px; }
/* källor grupperade (CRIT-09) */
.sources__groups { display: grid; gap: 22px; margin-top: 18px; }
.sources__label { margin: 0 0 8px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-700); }
.sources__group--fold { border-top: 1px solid var(--line); padding-top: 14px; }
.sources__group--fold > summary { display: flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; min-height: 32px; }
.sources__group--fold > summary::-webkit-details-marker { display: none; }
.sources__group--fold > summary span { font-weight: 600; letter-spacing: 0; color: var(--ink-500); }
.sources__icon { margin-left: auto; color: var(--ink-500); transition: transform .2s ease; }
.sources__group--fold[open] .sources__icon { transform: rotate(45deg); }
.sources__group--fold > summary:hover { color: var(--ink-900); }
.sources__list { padding-left: 1.4em; font-size: .86rem; color: var(--ink-500); line-height: 1.5; }
.sources__list li { margin-bottom: 6px; }
.sources__list a { color: var(--ink-700); overflow-wrap: anywhere; }
.sources-wrap { padding-bottom: var(--section); }
.sources-wrap .sources { margin-top: 0; }

/* relaterat (C16) */
.related { background: var(--linen); }

/* verktygsband (C26) */
.tools-band { position: relative; background: var(--forest-800); color: var(--bone); padding: clamp(48px, 7vw, 80px) 0; }
.tools-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--ember) 30%, var(--copper) 70%, transparent); opacity: .8; }
.tools-band__inner { display: grid; gap: 28px; align-items: center; }
.tools-band__title { color: #fff; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; }
.tools-band__intro p { margin: 10px 0 0; color: rgba(243, 239, 232, .78); max-width: 44ch; }
.tools-band__actions { display: grid; gap: 14px; }
.tool-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--r-lg); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: var(--bone); text-decoration: none; transition: background-color .2s ease, border-color .2s ease; }
.tool-link:hover { background: rgba(255, 255, 255, .1); border-color: rgba(231, 161, 88, .6); }
.tool-link__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: var(--r-md); background: var(--ember); color: var(--forest-900); }
.tool-link strong { display: block; font-size: 1.05rem; color: #fff; }
.tool-link small { display: block; color: rgba(243, 239, 232, .75); font-size: .88rem; }
.tool-link > .icon { color: var(--ember); }
/* Verktygslänkarna ligger sida vid sida när de får plats och staplas annars (t.ex. 1024 px) – "1fr 1fr" kunde
   inte krympa under länkarnas minsta innehållsbredd och gav horisontell scroll på surfplatta. */
@media (min-width: 900px) { .tools-band__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; } .tools-band__actions { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); } }

/* footer (C20) */
.site-footer { background: var(--forest-900); color: rgba(243, 239, 232, .78); padding: 64px 0 28px; font-size: .94rem; }
.site-footer a { color: rgba(243, 239, 232, .9); text-decoration: none; }
.site-footer a:hover { color: var(--ember); text-decoration: underline; text-underline-offset: 3px; }
.site-footer__top { display: grid; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.brand--light { color: var(--bone); --logo-flame: var(--ember); }
.site-footer__brand p { margin: 16px 0 0; max-width: 38ch; }
.site-footer__principle { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: rgba(243, 239, 232, .7); }
.site-footer__principle .icon { color: var(--ember); flex-shrink: 0; margin-top: 2px; }
.site-footer__title { font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ember); margin-bottom: 14px; }
.site-footer__col ul { list-style: none; display: grid; gap: 9px; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 22px; font-size: .84rem; color: rgba(243, 239, 232, .62); }
.site-footer__bottom p { margin: 0; }
@media (min-width: 700px) { .site-footer__top { grid-template-columns: repeat(3, 1fr); } .site-footer__brand { grid-column: 1 / -1; } }
@media (min-width: 1100px) { .site-footer__top { grid-template-columns: 1.4fr 1fr 1fr 1fr; } .site-footer__brand { grid-column: auto; } }

/* guidefilter (C23) */
.filter { display: none; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; }
.js .filter { display: flex; }
.filter__pill { min-height: 42px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--paper); font-weight: 600; font-size: .92rem; color: var(--ink-700); cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.filter__pill:hover { border-color: var(--ink-700); }
.filter__pill[aria-pressed='true'] { background: var(--forest-800); border-color: var(--forest-800); color: var(--bone); }
.card[hidden] { display: none; }

/* återförsäljare */
.dealers-empty { margin: 0 0 24px; padding: 22px 24px; border: 1.5px dashed var(--line-strong); border-radius: var(--r-lg); background: var(--paper); }
.dealers-empty__title { display: flex; gap: 10px; align-items: center; margin: 0 0 6px; font-weight: 700; color: var(--ink-900); }
.dealers-empty__title .icon { color: var(--copper-700); }
.dealers-empty p:last-child { margin: 0; color: var(--ink-700); }

/* formulär (C19) */
.lead-section { background: var(--linen); }
/* Kaminväljaren: formuläret visas med resultatet (utan JavaScript syns det alltid) */
.js .lead-section--after-result:not(.is-open) { display: none; }
.kv-direct { margin: 20px auto 0; max-width: 36ch; text-align: center; font-size: .95rem; }
.kv-direct .text-link { display: inline; }
.kv-direct .text-link .icon { display: inline-block; vertical-align: -3px; margin-left: 4px; }
html:not(.js) .kv-direct { display: none; }
.lead-panel { display: grid; gap: 32px; }
.lead-panel__intro .section-title { margin-bottom: 14px; }
.lead-panel__intro > p { color: var(--ink-700); max-width: 48ch; }
.lead-form { position: relative; padding: clamp(22px, 4vw, 36px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; gap: 18px 20px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field--full { grid-column: 1 / -1; } }
@media (min-width: 1000px) { .lead-panel { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 600; font-size: .92rem; color: var(--ink-900); }
.optional { font-weight: 400; color: var(--ink-500); }
.field-hint { font-size: .84rem; color: var(--ink-500); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1.5px solid var(--line-strong); border-radius: 8px; background: #fff; color: var(--ink-900); font-size: 1rem; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 120px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2337332E' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(43, 70, 58, .18); }
.field [aria-invalid='true'] { border-color: var(--danger); }
.field-error { font-size: .85rem; color: var(--danger); min-height: 0; }
.field-error:empty { display: none; }
.field--consent { margin: 22px 0 18px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; font-weight: 400 !important; color: var(--ink-700) !important; cursor: pointer; }
.consent input { flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; accent-color: var(--forest-800); }
.consent a { color: var(--copper-700); }
.lead-form [data-sending='true'] { opacity: .7; cursor: progress; }
.form-status { margin: 16px 0 0; padding: 12px 16px; border-radius: 8px; font-size: .95rem; }
.form-status--ok { background: #E6F1EA; color: var(--ok); }
.form-status--error { background: #F8E7E2; color: var(--danger); }
.form-status--info { background: var(--linen); color: var(--ink-700); }

/* Kaminväljaren (C17) */
.kv-section { padding-top: clamp(32px, 5vw, 56px); }
.kv { padding: clamp(22px, 4vw, 40px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow-soft); }
.kv__progress { height: 6px; border-radius: 999px; background: var(--linen); overflow: hidden; margin-bottom: 28px; display: none; }
.js .kv__progress { display: block; }
.kv__progress span { display: block; height: 100%; width: 14%; background: var(--copper); border-radius: inherit; transition: width .3s ease; }
.kv__step { border: 0; padding: 0; margin: 0 0 32px; min-width: 0; }
.js .kv__step[data-later] { display: none; }
.kv__step[hidden] { display: none; }
.kv__q { padding: 0; font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 1.9rem); font-weight: 600; line-height: 1.2; color: var(--ink-900); margin-bottom: 8px; }
.kv__qnum { display: block; font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-700); margin-bottom: 8px; }
.kv__help { color: var(--ink-500); margin: 0 0 6px; }
.kv__options { display: grid; gap: 12px; margin-top: 18px; }
@media (min-width: 640px) { .kv__options { grid-template-columns: 1fr 1fr; } }
.option { position: relative; display: flex; align-items: center; gap: 14px; min-height: 60px; padding: 14px 18px; border: 1.5px solid var(--line-strong); border-radius: 12px; background: #fff; cursor: pointer; font-weight: 550; color: var(--ink-900); transition: border-color .2s ease, background-color .2s ease; }
.option:hover { border-color: var(--ink-700); }
.option input { flex-shrink: 0; width: 20px; height: 20px; margin: 0; accent-color: var(--forest-800); }
.option:has(input:checked) { border-color: var(--forest-700); background: var(--forest-100); }
.option:has(input:focus-visible) { outline: 3px solid var(--ember); outline-offset: 2px; }
.kv__error { margin: -12px 0 18px; color: var(--danger); font-weight: 600; }
.kv__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
html:not(.js) .kv__nav { display: none; }
.kv__noscript { padding: 14px 16px; border-radius: 8px; background: var(--linen); }
.kv-result { margin-top: 32px; }
.kv-result:focus { outline: none; }
.kv-result__head { margin-bottom: 24px; }
.kv-result__head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.1; }
.kv-result__head p { margin: 10px 0 0; color: var(--ink-500); }
.kv-types { display: grid; gap: 20px; }
@media (min-width: 760px) { .kv-types { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
.kv-type { display: flex; flex-direction: column; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.kv-type--top { border-color: var(--forest-700); box-shadow: var(--shadow-soft); }
.kv-type__rank { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-700); margin: 0 0 6px; }
.kv-type h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; margin-bottom: 12px; }
.kv-type h4 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); margin: 12px 0 6px; }
.kv-type ul { list-style: none; display: grid; gap: 6px; }
.kv-type li { display: flex; gap: 8px; font-size: .95rem; }
.kv-type li .icon { color: var(--forest-700); flex-shrink: 0; margin-top: 3px; }
.kv-type p { font-size: .95rem; margin: 0 0 16px; }
.kv-type .text-link { margin-top: auto; }
.kv-extra { display: grid; gap: 20px; margin-top: 24px; }
@media (min-width: 900px) { .kv-extra { grid-template-columns: 1fr 1fr; } }
.kv-box { padding: 22px 24px; border-radius: var(--r-lg); background: var(--linen); }
.kv-box h3 { font-size: 1.1rem; margin-bottom: 10px; }
.kv-box ul { padding-left: 1.2em; }
.kv-box li { margin-bottom: 6px; }
.kv-effect { font-size: 1.35rem; font-weight: 650; color: var(--ink-900); margin: 0 0 6px; }
.kv-restart { margin-top: 20px; }

/* kalkylator (C18) */
.calc-section { padding-top: clamp(32px, 5vw, 56px); }
.calc { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.calc__title { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-bottom: 18px; }
.calc__group { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
.calc__group legend { padding: 0; margin-bottom: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); }
.calc__group .option { margin-bottom: 8px; min-height: 54px; }
.option--row { justify-content: space-between; }
.option__label { flex: 1; }
.option__range { font-variant-numeric: tabular-nums; font-size: .9rem; color: var(--ink-500); font-weight: 500; white-space: nowrap; }
.calc__result { position: relative; }
.cost-card--calc { padding: 26px; }
.calc__rows > div { font-size: .95rem; }
.calc__rot { margin: 8px 0 0; padding: 10px 12px; border-radius: 8px; background: var(--forest-100); color: var(--forest-800); font-size: .92rem; font-weight: 600; }
.calc__notice { margin: 10px 0 0; font-size: .86rem; color: #8A4F22; }
.calc__running { margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--line-strong); }
.calc__running > p { margin: 0 0 4px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); }
.calc__running dl > div { border-bottom: 0; padding: 5px 0; font-size: .9rem; }
.calc__hand { margin: 18px 0 0 12px; font-size: 1.7rem; color: var(--ink-700); transform: rotate(-4deg); }
/* mobil: summan följer med medan man väljer (sticky inom formuläret, aldrig över resten av sidan) */
.calc__sticky { position: sticky; bottom: 12px; z-index: 5; display: flex; align-items: center; gap: 10px; margin-top: 8px; padding: 12px 16px; border-radius: 999px; background: var(--forest-800); color: #fff; text-decoration: none; box-shadow: 0 10px 24px rgba(21, 36, 29, .22); font-size: .92rem; }
.calc__sticky span { color: rgba(255, 255, 255, .78); }
.calc__sticky strong { margin-left: auto; font-size: 1rem; white-space: nowrap; }
.calc__sticky .icon { flex-shrink: 0; color: var(--ember); transform: rotate(90deg); }
html:not(.js) .calc__sticky { display: none; }
@media (max-width: 999px) { html:has(.calc__sticky) { scroll-padding-bottom: 88px; } }
@media (min-width: 1000px) {
  .calc { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }
  .calc__result { position: sticky; top: calc(var(--header-h) + 24px); }
  .calc__sticky { display: none; }
}

/* om-sidan, policy */
.credits { padding-left: 1.2em; font-size: .9rem; color: var(--ink-500); }
.credits li { margin-bottom: 8px; }
.credits a { color: var(--ink-700); }
.policy h2 { font-size: 1.6rem; margin: 40px 0 12px; }
.policy h3 { margin: 24px 0 8px; font-size: 1.1rem; }
.policy__updated { color: var(--ink-500); font-size: .92rem; }
.facts { display: grid; gap: 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.facts > div { display: grid; grid-template-columns: 1fr; gap: 2px 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 560px) { .facts > div { grid-template-columns: minmax(200px, 1fr) 2fr; } }
.facts dt { font-weight: 600; color: var(--ink-900); }
.facts dd { margin: 0; }
.notfound__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ---------- katalog: märken, modeller, återförsäljare (C27) ---------- */
.catalog-hero { background: var(--linen); border-bottom: 1px solid var(--line); padding: 40px 0 44px; }
.catalog-hero__inner--aside { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .catalog-hero__inner--aside { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 56px; } }
.catalog-hero__kicker { margin: 0 0 14px; }
.catalog-hero__title { font-size: clamp(2.2rem, 4.8vw, 3.8rem); line-height: 1.05; text-wrap: balance; max-width: 20ch; }
.catalog-hero__title::after { content: ''; display: block; width: 56px; height: 2px; margin-top: 20px; background: var(--copper); }
.catalog-hero__lead { margin: 18px 0 0; max-width: 60ch; font-size: clamp(1.05rem, 2vw, 1.18rem); line-height: 1.55; color: var(--ink-700); }
.t-model .catalog-hero { padding-bottom: 64px; }

.brand-facts { margin: 0; padding: 8px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.brand-facts > div { display: grid; grid-template-columns: minmax(0, 8.5em) minmax(0, 1fr); gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.brand-facts > div:first-child { border-top: 0; }
.brand-facts dt { font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-500); padding-top: 3px; }
.brand-facts dd { margin: 0; color: var(--ink-900); font-size: .96rem; line-height: 1.45; overflow-wrap: anywhere; }
.brand-facts a { color: var(--copper-700); }

.model-art { margin: 0; padding: 20px 20px 14px; background: radial-gradient(120% 90% at 50% 100%, var(--sand) 0%, var(--paper) 70%); border: 1px solid var(--line); border-radius: var(--r-lg); }
.model-art .stove-art { width: 100%; max-width: 340px; height: auto; margin: 0 auto; }
.model-art figcaption { margin-top: 10px; font-size: .8rem; color: var(--ink-500); text-align: center; }
.model-art figcaption a { color: var(--copper-700); }

.keyfacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: -32px 0 0; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; position: relative; z-index: 1; box-shadow: var(--shadow-soft); }
@media (min-width: 760px) { .keyfacts { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.keyfacts > div { background: var(--paper); padding: 18px 20px; }
.keyfacts dt { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); }
.keyfacts dd { margin: 6px 0 0; font-family: var(--serif); font-weight: 600; font-size: clamp(1.35rem, 2.6vw, 1.8rem); line-height: 1.15; color: var(--ink-900); }
.keyfacts .spec-missing { font-family: var(--sans); font-size: .95rem; }
.spec-missing { color: var(--ink-500); font-style: italic; font-weight: 400; }

.model-layout { display: grid; gap: 40px; padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(40px, 5vw, 64px); }
@media (min-width: 1000px) { .model-layout { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 56px; align-items: start; } .model-side { position: sticky; top: calc(var(--header-h) + 20px); } }
.model-block + .model-block { margin-top: 44px; }
.model-block h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); line-height: 1.12; margin-bottom: 18px; }
.model-block p { max-width: 66ch; }
.model-block a { color: var(--copper-700); }
.model-block__small { font-size: .88rem; color: var(--ink-500); }
.model-block--verdict { padding: 26px 28px; background: var(--copper-tint); border-radius: var(--r-lg); }
.model-block--verdict h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.model-block--verdict p:first-of-type { font-size: 1.1rem; color: var(--ink-900); }
.model-block--verdict .model-block__small { margin: 0; }
.fit-list { list-style: none; display: grid; gap: 14px; }
.fit-list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); }
.fit-list .icon { color: var(--ok); flex-shrink: 0; margin-top: 2px; }
.fit-list strong { display: block; color: var(--ink-900); font-size: 1.02rem; }
.fit-list p { margin: 4px 0 0; color: var(--ink-700); font-size: .96rem; line-height: 1.5; }
.fit-list--compact { grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); margin-bottom: 20px; }
.fit-list--compact li { padding: 12px 14px; align-items: center; }
.think-list { list-style: none; display: grid; gap: 10px; margin: 0 0 18px; }
.think-list li { position: relative; padding-left: 22px; line-height: 1.55; }
.think-list li::before { content: ''; position: absolute; left: 4px; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }

.spec-card { padding: 24px 24px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.spec-card__title { font-family: var(--sans) !important; font-size: .8rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-700); margin: 0 0 8px !important; }
.spec-card__sub { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); margin: 22px 0 8px; }
.spec-list { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: minmax(0, 10.5em) minmax(0, 1fr); gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: .93rem; }
.spec-list dt { color: var(--ink-500); }
.spec-list dd { margin: 0; color: var(--ink-900); font-weight: 550; }
.spec-list dd small { display: block; margin-top: 2px; font-weight: 400; font-size: .8rem; color: var(--ink-500); line-height: 1.4; }
.doc-list { list-style: none; display: grid; gap: 6px; }
.doc-list a { display: inline-flex; gap: 8px; align-items: center; color: var(--copper-700); font-weight: 600; font-size: .93rem; text-decoration: none; min-height: 32px; }
.doc-list a:hover { text-decoration: underline; }
.spec-card__checked { display: flex; gap: 6px; align-items: center; margin: 16px 0 0; font-size: .8rem; color: var(--ink-500); }
.prep-list { list-style: none; counter-reset: prep; display: grid; gap: 12px; }
.prep-list li { counter-increment: prep; position: relative; padding-left: 34px; font-size: .95rem; line-height: 1.5; }
.prep-list li::before { content: counter(prep); position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--forest-100); color: var(--forest-800); font-size: .78rem; font-weight: 700; display: grid; place-items: center; }
.prep-list a { color: var(--copper-700); }

/* modellkort */
.mcards { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
@media (min-width: 1000px) { .mcards--four { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.mcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .25s ease, border-color .2s ease, box-shadow .25s ease; }
.mcard:hover { border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.mcard__art { position: relative; height: 190px; padding: 14px 16px 0; background: radial-gradient(110% 80% at 50% 100%, var(--sand) 0%, var(--linen) 75%); }
.mcard__art .stove-art { width: 100%; height: 100%; }
.mcard__art .pill { position: absolute; left: 14px; top: 14px; box-shadow: none; }
.mcard__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.mcard__brand { margin: 0 0 2px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-700); }
.mcard__title { font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; margin: 0 0 10px; }
.mcard__facts { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.mcard__facts span { padding: 3px 9px; border-radius: 999px; background: var(--linen); font-size: .8rem; font-weight: 600; color: var(--ink-700); }
.mcard__fit { list-style: none; display: grid; gap: 6px; margin: 0 0 14px; }
.mcard__fit li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; line-height: 1.4; color: var(--ink-700); }
.mcard__fit .icon { color: var(--ok); flex-shrink: 0; margin-top: 1px; }
.mcard__price { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin: auto 0 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--ink-500); }
.mcard__price strong { font-size: 1rem; color: var(--ink-900); }
.mcard__price .spec-missing { font-size: .9rem; }

/* märkeskort */
.bcards { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.bcard { position: relative; display: flex; flex-direction: column; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); transition: border-color .2s ease, transform .25s ease; }
.bcard:hover { border-color: var(--copper); transform: translateY(-3px); }
.bcard:focus-within { outline: 3px solid var(--ember); outline-offset: 4px; }
.bcard__origin { margin: 0 0 4px; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); }
.bcard__title { font-family: var(--serif); font-size: 1.7rem; margin: 0 0 10px; }
.bcard__text { font-size: .95rem; color: var(--ink-700); line-height: 1.5; }
.bcard__meta { font-size: .88rem; color: var(--ink-500); margin: 0 0 16px; }
.bcard__meta strong { color: var(--ink-900); }

/* återförsäljarkort */
.dcards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); }
.dcard { display: flex; flex-direction: column; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.dcard__head { display: flex; gap: 14px; align-items: center; margin-bottom: 12px; }
.dcard__title { font-size: 1.08rem; line-height: 1.3; margin: 0; }
.dcard__title a { text-decoration: none; color: var(--ink-900); }
.dcard__title a:hover { text-decoration: underline; text-underline-offset: 3px; }
.dcard__place { display: flex; gap: 5px; align-items: center; margin: 3px 0 0; font-size: .86rem; color: var(--ink-500); }
.dcard__place .icon { color: var(--copper); flex-shrink: 0; }
.dcard__text { font-size: .93rem; line-height: 1.5; color: var(--ink-700); margin: 0 0 12px; }
.dcard__services { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 0 0 10px; }
.dcard__services li { display: inline-flex; gap: 5px; align-items: center; font-size: .86rem; font-weight: 600; color: var(--ink-900); }
.dcard__services .icon { color: var(--ok); }
.dcard__brands { font-size: .86rem; color: var(--ink-700); margin: 0 0 14px; }
.dcard__brands span { color: var(--ink-500); }
.dcard__actions { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin: auto 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.dcard__actions .text-link { min-height: 32px; }
.dcard__ext { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 600; color: var(--ink-700); text-decoration: none; min-height: 32px; }
.dcard__ext:hover { text-decoration: underline; }
.dcards--compact .dcard { padding: 18px 20px; }
@media (min-width: 1000px) { .dcards--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.monogram { display: grid; place-items: center; flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--forest-800); color: var(--bone); font-family: var(--serif); font-weight: 600; font-size: 1.05rem; letter-spacing: .04em; }
.directory-region + .directory-region { margin-top: 44px; }
.directory-region__title { display: flex; align-items: baseline; gap: 12px; font-family: var(--serif); font-size: 1.7rem; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.directory-region__title span { font-family: var(--sans); font-size: .88rem; font-weight: 600; color: var(--ink-500); }

.contact-card { position: relative; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.contact-card .monogram { position: absolute; right: 22px; top: 20px; }
.contact-card__title { font-family: var(--sans) !important; font-size: .8rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-700); margin: 0 0 12px !important; }
.contact-list { margin: 0 0 18px; }
.contact-list > div { display: grid; grid-template-columns: minmax(0, 6em) minmax(0, 1fr); gap: 10px; padding: 9px 0; border-top: 1px solid var(--line); font-size: .95rem; }
.contact-list dt { color: var(--ink-500); }
.contact-list dd { margin: 0; color: var(--ink-900); overflow-wrap: anywhere; }
.contact-list a { color: var(--copper-700); font-weight: 600; }
.contact-card__cta { width: 100%; }
.contact-card__checked { display: flex; gap: 6px; align-items: center; margin: 12px 0 0; font-size: .8rem; color: var(--ink-500); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.chip { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--paper); font-size: .9rem; font-weight: 600; color: var(--ink-700); }
.chip--link { color: var(--forest-800); background: var(--forest-100); border-color: transparent; text-decoration: none; }
.chip--link:hover { background: var(--forest-800); color: var(--bone); }

.catalog-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 48px; padding: 16px 18px; border-radius: var(--r-md); background: var(--linen); font-size: .9rem; line-height: 1.55; color: var(--ink-700); }
.catalog-note .icon { color: var(--copper-700); flex-shrink: 0; margin-top: 2px; }
.catalog-note p { margin: 0; }
.catalog-note a { color: var(--copper-700); }
.catalog-more { margin: 20px 0 0; font-size: .95rem; }
.catalog-more a { color: var(--copper-700); font-weight: 600; }
.sources__list--plain { overflow-wrap: anywhere; }
.container--prose > .sources { margin-bottom: clamp(40px, 5vw, 64px); }

/* Kaminväljaren: modellförslag */
.kv-models { margin-top: 28px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.kv-models__head h3 { font-family: var(--serif); font-size: 1.5rem; margin: 0 0 6px; }
.kv-models__head p { color: var(--ink-500); font-size: .95rem; }
.kv-models__list { list-style: none; display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr)); margin: 16px 0; }
.kv-model { padding: 16px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--bone); }
.kv-model__brand { margin: 0; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-700); }
.kv-model__name { display: block; margin: 2px 0 6px; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink-900); }
.kv-model__facts { margin: 0 0 8px; font-size: .86rem; color: var(--ink-500); }
.kv-model__why { list-style: none; display: grid; gap: 4px; font-size: .84rem; color: var(--ok); font-weight: 600; }
.kv-models__budget { margin: 10px 0 0; padding: 10px 14px; border-radius: var(--r-md); background: var(--copper-tint); font-size: .9rem; color: var(--ink-700); }
.kv-models__next { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; }
.js .mcards .reveal:nth-child(2), .js .dcards .reveal:nth-child(2) { transition-delay: 60ms; }
.js .mcards .reveal:nth-child(3), .js .dcards .reveal:nth-child(3) { transition-delay: 120ms; }
.js .mcards .reveal:nth-child(4), .js .dcards .reveal:nth-child(4) { transition-delay: 180ms; }

/* ---------- rörelse (motion-quality): dolt startläge bara bakom .js, en gång, reduced motion ---------- */
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .4s ease, transform .4s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .cards .reveal:nth-child(2), .js .paths .reveal:nth-child(2) { transition-delay: 60ms; }
.js .cards .reveal:nth-child(3), .js .paths .reveal:nth-child(3) { transition-delay: 120ms; }
.js .cards .reveal:nth-child(4) { transition-delay: 180ms; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; }
  .card:hover, .card:hover .card__media img { transform: none; }
}

@media print {
  .site-header, .mobile-nav, .search-dialog, .tools-band, .site-footer, .lead-section { display: none !important; }
  body:not(.has-overlay) main { padding-top: 0; }
}
