/* =========================================================================
   Tandblekningar.net - eget tema (tb-). Open Sans rakt igenom, egen-hostad.
   Identitet: nyansskalan (åtta flikar från varm C4 till isvit B1) som märke,
   linjal under H1 och mätare. Vit grund för all text, isblå ton för block.
   Färgroller: lagunblå = interaktion. Djupblå = varumärke och grafik som inte
   klickas. Aprikos = utmärkelser. Semantiska färger bär aldrig ensamma info.
   ========================================================================= */
@font-face { font-family: "Open Sans"; src: url("../fonts/open-sans-latin-ext.woff2") format("woff2"); font-weight: 300 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Open Sans"; src: url("../fonts/open-sans-latin.woff2") format("woff2"); font-weight: 300 800; font-style: normal; font-display: swap;
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --tb-ink: #14232e;
  --tb-ink-soft: #3b4a56;
  --tb-muted: #66737d;
  --tb-bg: #ffffff;
  --tb-ice: #edf5f8;
  --tb-ice-deep: #dcebf1;
  --tb-line: #d9e4ea;
  --tb-line-soft: #e9f0f4;
  --tb-lagoon: #0b6e8f;
  --tb-lagoon-dk: #084f67;
  --tb-lagoon-soft: #e3f1f6;
  --tb-deep: #123c52;
  --tb-deep-2: #0e3040;
  --tb-deep-3: #0a2530;
  --tb-apricot: #d97a3c;
  --tb-apricot-soft: #fbeee4;
  --tb-ok: #2e7d5b;
  --tb-ok-soft: #e6f3ec;
  --tb-warn: #a9731a;
  --tb-warn-soft: #fbf3e2;
  --tb-bad: #b3413a;
  --tb-bad-soft: #f9e8e6;
  --tb-shell: 1160px;
  --tb-text: 760px;
  --tb-radius: 8px;
  --tb-shadow: 0 1px 2px rgba(20,35,46,.06), 0 10px 30px rgba(20,35,46,.07);
  --tb-font: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { max-width: 100%; overflow-x: clip; }
body { margin: 0; font-family: var(--tb-font); font-size: 17px; line-height: 1.65; color: var(--tb-ink); background: var(--tb-bg); }
h1, h2, h3, h4 { line-height: 1.2; color: var(--tb-ink); font-weight: 700; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 1.4rem + 2.2vw, 3rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.08; }
h2 { font-size: clamp(1.45rem, 1.2rem + .9vw, 1.9rem); letter-spacing: -.012em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1.1em; }
a { color: var(--tb-lagoon); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--tb-lagoon-dk); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--tb-lagoon); outline-offset: 2px; }
img { max-width: 100%; height: auto; display: block; }
strong, b { font-weight: 700; }
small { font-size: .85em; }
.tb-shell { max-width: var(--tb-shell); margin: 0 auto; padding: 0 22px; }
.tb-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tb-skip { position: absolute; left: -999px; top: 8px; background: var(--tb-deep); color: #fff; padding: 8px 14px; z-index: 100; border-radius: 6px; }
.tb-skip:focus { left: 12px; }
.tb-kicker { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--tb-deep); margin: 0 0 .55rem; }
.tb-kicker a { color: inherit; text-decoration: none; }
.tb-ico { width: 20px; height: 20px; flex: none; vertical-align: -4px; }
.tb-ico--sm { width: 16px; height: 16px; vertical-align: -3px; margin-left: 4px; }

/* ---- Nyansskalan: signaturmärket --------------------------------------- */
.tb-shade { display: inline-flex; gap: 2px; height: 10px; }
.tb-shade i { display: block; width: 12px; height: 100%; border-radius: 2px; border: 1px solid rgba(20,35,46,.16); }
.tb-shade--brand { height: 8px; }
.tb-shade--brand i { width: 9px; }
.tb-shade--rule { height: 14px; margin: 12px 0 22px; }
.tb-shade--rule i { width: 30px; border-radius: 3px; }
.tb-shade i.is-mark { outline: 2px solid var(--tb-deep); outline-offset: 2px; }

/* ---- Header ------------------------------------------------------------- */
.tb-head { background: #fff; border-bottom: 1px solid var(--tb-line); position: relative; z-index: 20; }
.tb-head__util { background: var(--tb-ice); border-bottom: 1px solid var(--tb-line-soft); font-size: .84rem; }
.tb-head__utilrow { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 16px; }
.tb-head__tag { color: var(--tb-ink-soft); }
.tb-head__quick { display: flex; gap: 18px; }
.tb-head__quick a { color: var(--tb-ink-soft); text-decoration: none; }
.tb-head__quick a:hover, .tb-head__quick a[aria-current] { color: var(--tb-lagoon); text-decoration: underline; }
.tb-head__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.tb-brand { display: inline-flex; flex-direction: column; gap: 5px; text-decoration: none; color: var(--tb-ink); }
.tb-brand__name { font-weight: 800; font-size: 1.42rem; letter-spacing: -.025em; line-height: 1; }
.tb-brand__tld { color: var(--tb-lagoon); font-weight: 600; }
.tb-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.tb-nav__item { position: relative; display: flex; align-items: center; }
.tb-nav__link { display: inline-block; padding: 10px 12px; color: var(--tb-ink); text-decoration: none; font-weight: 600; font-size: .98rem; border-radius: 6px; }
.tb-nav__link:hover { background: var(--tb-ice); color: var(--tb-ink); }
.tb-nav__link[aria-current] { box-shadow: inset 0 -3px 0 var(--tb-lagoon); border-radius: 6px 6px 0 0; }
.tb-nav__toggle { width: 22px; height: 22px; border: 0; background: transparent; cursor: pointer; padding: 0; margin-left: -6px; position: relative; }
.tb-nav__toggle::after { content: ""; position: absolute; left: 7px; top: 6px; width: 7px; height: 7px; border-right: 2px solid var(--tb-ink-soft); border-bottom: 2px solid var(--tb-ink-soft); transform: rotate(45deg); transition: transform .15s; }
.tb-nav__item.is-open .tb-nav__toggle::after { transform: rotate(225deg); top: 9px; }
.tb-mega { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--tb-line); box-shadow: 0 16px 36px rgba(20,35,46,.12); z-index: 30; }
.tb-nav__item.is-open .tb-mega { display: block; }
.tb-mega__grid { display: grid; grid-template-columns: 300px 1fr; gap: 40px; padding: 30px 22px 34px; }
.tb-mega__intro p { color: var(--tb-ink-soft); font-size: .95rem; }
.tb-mega__all { font-weight: 600; text-decoration: none; }
.tb-mega__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 26px; }
.tb-mega--narrow .tb-mega__list { grid-template-columns: repeat(2, 1fr); }
.tb-mega__list a { display: block; padding: 9px 10px; border-radius: 6px; text-decoration: none; color: var(--tb-ink); }
.tb-mega__list a:hover { background: var(--tb-ice); }
.tb-mega__t { display: block; font-weight: 600; font-size: .96rem; }
.tb-mega__s { display: block; color: var(--tb-muted); font-size: .84rem; line-height: 1.4; margin-top: 2px; }
.tb-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--tb-line); background: #fff; border-radius: 8px; cursor: pointer; padding: 10px; flex-direction: column; justify-content: space-between; }
.tb-burger span { display: block; height: 2px; background: var(--tb-ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.tb-nav__mobile-extra { display: none; }

/* ---- Fixed positioning för mega under hela headern --------------------- */
.tb-nav__item.has-mega { position: static; }
.tb-head__row { position: relative; }

/* ---- Brödsmulor --------------------------------------------------------- */
.tb-crumbs { padding-top: 14px; font-size: .86rem; }
.tb-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; color: var(--tb-muted); }
.tb-crumbs li + li::before { content: "›"; margin-right: 6px; color: var(--tb-muted); }
.tb-crumbs a { color: var(--tb-ink-soft); text-decoration: none; }
.tb-crumbs a:hover { text-decoration: underline; }

/* ---- Hero ---------------------------------------------------------------- */
.tb-hero { padding: 30px 0 26px; }
.tb-hero--home { padding: 44px 0 30px; }
.tb-hero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: center; }
.tb-hero__grid--single, .tb-hero--noimg .tb-hero__grid { grid-template-columns: minmax(0, var(--tb-text)); }
.tb-hero__text h1 { margin-bottom: 0; }
.tb-lede { font-size: 1.16rem; line-height: 1.55; color: var(--tb-ink-soft); max-width: 640px; }
.tb-lede p:last-child { margin-bottom: 0; }
.tb-hero__meta { font-size: .86rem; color: var(--tb-muted); margin: 14px 0 0; }
.tb-hero__actions { display: flex; align-items: center; gap: 20px; margin-top: 22px; flex-wrap: wrap; }
.tb-hero__link { font-weight: 600; }
.tb-hero__fig { margin: 0; }
.tb-hero__fig img { width: 100%; border-radius: 12px; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: var(--tb-shadow); }
.tb-hero__fig figcaption { font-size: .82rem; color: var(--tb-muted); margin-top: 8px; }
.tb-hero--home .tb-hero__fig img { aspect-ratio: 4 / 3; }

/* ---- Knappar ------------------------------------------------------------ */
.tb-btn { display: inline-flex; align-items: center; gap: 4px; padding: 11px 18px; border-radius: 8px; font-weight: 600; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-family: inherit; font-size: .97rem; line-height: 1.2; }
.tb-btn--primary { background: var(--tb-lagoon); color: #fff; }
.tb-btn--primary:hover { background: var(--tb-lagoon-dk); color: #fff; }
.tb-btn--ghost { background: #fff; color: var(--tb-lagoon); border-color: var(--tb-lagoon); }
.tb-btn--ghost:hover { background: var(--tb-lagoon-soft); }
.tb-btn--buy { background: #fff; color: var(--tb-lagoon); border-color: var(--tb-line); padding: 8px 14px; font-size: .9rem; }
.tb-btn--buy:hover { border-color: var(--tb-lagoon); background: var(--tb-lagoon-soft); }

/* ---- Layout: text + marginalspalt -------------------------------------- */
.tb-layout { display: grid; grid-template-columns: minmax(0, var(--tb-text)) minmax(260px, 320px); gap: 56px; padding: 22px 22px 56px; align-items: start; }
.tb-aside { position: sticky; top: 20px; display: grid; gap: 22px; }
.tb-aside__h { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tb-deep); margin: 0 0 10px; }
.tb-aside__box { padding: 18px 20px; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); font-size: .93rem; }
.tb-aside__box p:last-child { margin-bottom: 0; }
.tb-aside__box--method { background: var(--tb-ice); border-color: transparent; color: var(--tb-ink-soft); }
.tb-aside__box--shop { border-color: var(--tb-line); }
.tb-aside__more { display: inline-block; margin-top: 10px; font-weight: 600; text-decoration: none; font-size: .92rem; }
.tb-toc { padding: 18px 20px; border-left: 3px solid var(--tb-deep); background: var(--tb-ice); border-radius: 0 var(--tb-radius) var(--tb-radius) 0; }
.tb-toc ol { margin: 0; padding-left: 1.2em; font-size: .92rem; display: grid; gap: 6px; }
.tb-toc a { color: var(--tb-ink); text-decoration: none; }
.tb-toc a:hover { color: var(--tb-lagoon); text-decoration: underline; }
.tb-facts { padding: 18px 20px; border-radius: var(--tb-radius); background: #fff; border: 1px solid var(--tb-line); }
.tb-facts dl { margin: 0; display: grid; gap: 10px; }
.tb-facts__row { display: grid; grid-template-columns: 1fr; gap: 2px; padding-bottom: 10px; border-bottom: 1px solid var(--tb-line-soft); }
.tb-facts__row:last-child { border-bottom: 0; padding-bottom: 0; }
.tb-facts dt { font-size: .8rem; color: var(--tb-muted); }
.tb-facts dd { margin: 0; font-weight: 600; font-size: .98rem; }
.tb-facts dd small { display: block; font-weight: 400; color: var(--tb-muted); font-size: .78rem; margin-top: 2px; }
.tb-minilist { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.tb-minilist li { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.tb-minilist li span { color: var(--tb-muted); font-size: .88rem; white-space: nowrap; }
.tb-minilist--links a { text-decoration: none; }
.tb-minilist--links a:hover { text-decoration: underline; }

/* ---- Brödtext ------------------------------------------------------------ */
.tb-prose { min-width: 0; }
.tb-prose > :first-child { margin-top: 0; }
.tb-prose h2 { margin: 2.1em 0 .6em; padding-top: .2em; }
.tb-prose h3 { margin: 1.6em 0 .5em; }
.tb-prose p, .tb-prose li { color: var(--tb-ink); }
.tb-prose ul, .tb-prose ol { padding-left: 1.35em; margin: 0 0 1.2em; }
.tb-prose li { margin-bottom: .45em; }
.tb-prose li::marker { color: var(--tb-deep); font-weight: 600; }
.tb-prose blockquote { margin: 1.4em 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--tb-apricot); color: var(--tb-ink-soft); font-style: italic; }
.tb-prose blockquote cite, .tb-prose blockquote footer { display: block; font-style: normal; font-size: .86rem; color: var(--tb-muted); margin-top: 6px; }
.tb-prose q { quotes: "”" "”"; font-style: italic; }
.tb-prose figure { margin: 1.8em 0; }
.tb-prose figcaption { font-size: .84rem; color: var(--tb-muted); margin-top: 8px; }
.tb-figure img { border-radius: 10px; width: 100%; }
.tb-figure--wide { margin: 2em calc(-1 * (100vw - 100%) / 2); }
.tb-prose hr { border: 0; border-top: 1px solid var(--tb-line); margin: 2.2em 0; }
.tb-prose a[href^="http"]::after { content: ""; }

/* Callout (sparsamt) */
.tb-callout { display: grid; grid-template-columns: 24px 1fr; gap: 14px; padding: 18px 20px; border-radius: var(--tb-radius); margin: 1.6em 0; background: var(--tb-ice); border: 1px solid var(--tb-line-soft); }
.tb-callout .tb-ico { width: 24px; height: 24px; color: var(--tb-deep); margin-top: 2px; }
.tb-callout__title { font-weight: 700; margin: 0 0 .3em; }
.tb-callout p:last-child { margin-bottom: 0; }
.tb-callout--varning { background: var(--tb-warn-soft); border-color: #f0dfb8; }
.tb-callout--varning .tb-ico { color: var(--tb-warn); }
.tb-callout--fara { background: var(--tb-bad-soft); border-color: #efc9c5; }
.tb-callout--fara .tb-ico { color: var(--tb-bad); }
.tb-callout--tips { background: var(--tb-ok-soft); border-color: #cfe5d8; }
.tb-callout--tips .tb-ico { color: var(--tb-ok); }

/* Steg */
.tb-steps { list-style: none; counter-reset: steg; padding: 0; margin: 1.4em 0 1.8em; display: grid; gap: 14px; }
.tb-steps > li { counter-increment: steg; position: relative; padding-left: 54px; min-height: 40px; }
.tb-steps > li::before { content: counter(steg); position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--tb-deep); color: #fff; font-weight: 700; display: grid; place-items: center; font-size: .95rem; }
.tb-steps > li strong { display: block; margin-bottom: 2px; }

/* Tabeller */
.tb-table-wrap { overflow-x: auto; margin: 1.5em 0 .4em; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); }
.tb-table-wrap table, .tb-prose table { width: 100%; border-collapse: collapse; font-size: .94rem; font-variant-numeric: tabular-nums; }
.tb-prose table { margin: 0; }
table caption { text-align: left; caption-side: top; padding: 12px 14px; font-size: .86rem; color: var(--tb-ink-soft); background: var(--tb-ice); border-bottom: 1px solid var(--tb-line); }
th, td { padding: 10px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--tb-line-soft); }
thead th { background: #fff; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; color: var(--tb-deep); border-bottom: 2px solid var(--tb-line); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: #f7fafc; }
.tb-num { text-align: right; white-space: nowrap; }
.tb-swipe { display: none; font-size: .82rem; color: var(--tb-muted); margin: 0 0 1.4em; }

/* Räkneexempel */
.tb-example { margin: 1.6em 0; padding: 20px 22px; border: 1px dashed var(--tb-deep); border-radius: var(--tb-radius); background: #fff; }
.tb-example__title { font-weight: 700; color: var(--tb-deep); margin: 0 0 .5em; }
.tb-example .tb-total { font-weight: 700; font-size: 1.1rem; margin: .6em 0 0; }
.tb-example p:last-child { margin-bottom: 0; }

/* Nyckeltal (bara där de bär något tabellen inte har) */
.tb-keyfigs { list-style: none; margin: 1.6em 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.tb-keyfig { border-top: 3px solid var(--tb-deep); padding-top: 10px; }
.tb-keyfig__num { font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; color: var(--tb-ink); }
.tb-keyfig__num .tb-unit { font-size: .95rem; font-weight: 600; margin-left: 4px; color: var(--tb-ink-soft); }
.tb-keyfig__label { font-size: .9rem; color: var(--tb-ink-soft); margin-top: 4px; }
.tb-keyfig__src { font-size: .78rem; color: var(--tb-muted); margin-top: 4px; }

/* Nyansmätare */
.tb-shademeter { margin: 1.6em 0; padding: 18px 20px; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); }
.tb-shademeter__scale { display: grid; grid-template-columns: repeat(16, 1fr); gap: 3px; margin: 10px 0 6px; }
.tb-shademeter__scale i { display: block; height: 34px; border-radius: 3px; border: 1px solid rgba(20,35,46,.14); position: relative; }
.tb-shademeter__scale i.is-fore::after, .tb-shademeter__scale i.is-efter::after { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; margin-top: 6px; font-size: .74rem; font-weight: 700; white-space: nowrap; color: var(--tb-deep); }
.tb-shademeter__scale i.is-fore::after { content: "före"; }
.tb-shademeter__scale i.is-efter::after { content: "efter"; }
.tb-shademeter__labels { display: flex; justify-content: space-between; font-size: .8rem; color: var(--tb-muted); margin-top: 22px; }
.tb-shademeter__title { font-weight: 700; margin: 0; }
.tb-shademeter__note { font-size: .86rem; color: var(--tb-ink-soft); margin: 10px 0 0; }

/* Kalkylator */
.tb-calc { margin: 1.8em 0; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); overflow: hidden; }
.tb-calc__head { background: var(--tb-deep); color: #fff; padding: 12px 20px; font-weight: 700; }
.tb-calc__body { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 20px; }
.tb-calc__inputs { display: grid; gap: 12px; }
.tb-calc__inputs label { display: grid; gap: 4px; font-size: .9rem; font-weight: 600; }
.tb-calc__inputs input, .tb-calc__inputs select { font: inherit; padding: 8px 10px; border: 1px solid var(--tb-line); border-radius: 6px; width: 100%; }
.tb-calc__out { background: var(--tb-ice); border-radius: 6px; padding: 16px 18px; }
.tb-calc__total { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--tb-line); }
.tb-calc__total:last-of-type { border-bottom: 0; }
.tb-calc__total strong { font-size: 1.25rem; }
.tb-calc__note { font-size: .82rem; color: var(--tb-muted); margin: 10px 0 0; }

/* Källor */
.tb-sources { margin-top: 2.6em; padding-top: 1.4em; border-top: 1px solid var(--tb-line); }
.tb-sources h2 { margin-top: 0; font-size: 1.25rem; }
.tb-sources ol { font-size: .9rem; color: var(--tb-ink-soft); padding-left: 1.4em; display: grid; gap: 6px; }
.tb-sources li::marker { color: var(--tb-muted); }

/* FAQ */
.tb-faq { margin-top: 2.4em; }
.tb-faq__item { border-top: 1px solid var(--tb-line); }
.tb-faq__item:last-child { border-bottom: 1px solid var(--tb-line); }
.tb-faq__item summary { cursor: pointer; padding: 14px 34px 14px 0; font-weight: 600; list-style: none; position: relative; }
.tb-faq__item summary::-webkit-details-marker { display: none; }
.tb-faq__item summary::after { content: ""; position: absolute; right: 8px; top: 20px; width: 9px; height: 9px; border-right: 2px solid var(--tb-deep); border-bottom: 2px solid var(--tb-deep); transform: rotate(45deg); transition: transform .15s; }
.tb-faq__item[open] summary::after { transform: rotate(225deg); top: 24px; }
.tb-faq__a { padding: 0 0 16px; color: var(--tb-ink-soft); }
.tb-faq__a p:last-child { margin-bottom: 0; }

/* ---- Band och sektioner -------------------------------------------------- */
.tb-band { padding: 46px 0 50px; margin: 20px 0 0; }
.tb-band--ice { background: var(--tb-ice); }
.tb-band__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.tb-band__head h2 { margin: 0; }
.tb-band__head > a { font-weight: 600; text-decoration: none; white-space: nowrap; }
.tb-band__head > a:hover { text-decoration: underline; }
.tb-band__note { font-size: .84rem; color: var(--tb-muted); margin: 16px 0 0; }

/* Kort (olika vikt beroende på innehåll) */
.tb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tb-cards--hub { padding-top: 6px; padding-bottom: 30px; }
.tb-cards--row { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tb-cards--stack { grid-template-columns: 1fr; gap: 0; }
.tb-card { display: flex; flex-direction: column; text-decoration: none; color: var(--tb-ink); border: 1px solid var(--tb-line); border-radius: 10px; overflow: hidden; background: #fff; }
.tb-card:hover { border-color: var(--tb-lagoon); }
.tb-card:hover .tb-card__title { color: var(--tb-lagoon); text-decoration: underline; }
.tb-card--lg { grid-column: span 2; }
.tb-card--lg .tb-card__img img { aspect-ratio: 21 / 9; }
.tb-card--lg .tb-card__title { font-size: 1.45rem; }
.tb-card--sm { border: 0; border-top: 2px solid var(--tb-deep); border-radius: 0; }
.tb-card--sm .tb-card__body { padding: 12px 0 0; }
.tb-card--row { flex-direction: row; gap: 16px; border: 0; border-bottom: 1px solid var(--tb-line); border-radius: 0; padding: 14px 0; }
.tb-card--row .tb-card__body { padding: 0; }
.tb-card__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.tb-card--sm .tb-card__img img { border-radius: 6px; aspect-ratio: 16 / 10; }
.tb-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.tb-card__title { font-weight: 700; font-size: 1.08rem; line-height: 1.3; margin: 0; color: inherit; }
.tb-card__text { color: var(--tb-ink-soft); font-size: .93rem; line-height: 1.5; }

/* Metodlista (hubb + startsida): raden växlar med innehållet */
.tb-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 8px; padding-bottom: 40px; }
.tb-method { display: flex; flex-direction: column; text-decoration: none; color: var(--tb-ink); border: 1px solid var(--tb-line); border-radius: 10px; overflow: hidden; background: #fff; }
.tb-method:hover { border-color: var(--tb-lagoon); box-shadow: var(--tb-shadow); }
.tb-method--lead { grid-column: span 2; flex-direction: row; }
.tb-method--lead .tb-method__img { flex: 0 0 52%; }
.tb-method--lead .tb-method__img img { height: 100%; aspect-ratio: auto; }
.tb-method--lead .tb-method__title { font-size: 1.5rem; }
.tb-method__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.tb-method__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tb-method__title { font-weight: 700; font-size: 1.1rem; line-height: 1.3; margin: 0; color: inherit; }
.tb-method:hover .tb-method__title { color: var(--tb-lagoon); }
.tb-method__text { color: var(--tb-ink-soft); font-size: .93rem; line-height: 1.5; }
.tb-method__facts { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--tb-line-soft); font-size: .82rem; color: var(--tb-ink-soft); }
.tb-method__facts span { display: inline-flex; align-items: center; gap: 5px; }
.tb-method__facts .tb-ico { color: var(--tb-deep); margin: 0; }
.tb-method__facts b { font-weight: 600; color: var(--tb-muted); }
.tb-methods--home { padding-bottom: 10px; }

/* Frågelista */
.tb-qalist { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; padding-top: 6px; padding-bottom: 40px; }
.tb-qalist__item { display: block; padding: 16px 0; border-bottom: 1px solid var(--tb-line); text-decoration: none; color: var(--tb-ink); }
.tb-qalist__q { display: block; font-weight: 700; font-size: 1.04rem; margin: 0; color: inherit; }
.tb-qalist__item:hover .tb-qalist__q { color: var(--tb-lagoon); text-decoration: underline; }
.tb-qalist__a { display: block; font-size: .9rem; color: var(--tb-ink-soft); margin-top: 4px; }
.tb-qlinks { list-style: none; margin: 0; padding: 0; }
.tb-qlinks li { padding: 12px 0; border-bottom: 1px solid var(--tb-line); }
.tb-qlinks a { font-weight: 600; text-decoration: none; }
.tb-qlinks a:hover { text-decoration: underline; }
.tb-qlinks span { display: block; font-size: .88rem; color: var(--tb-ink-soft); margin-top: 2px; }
.tb-home-two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 44px; padding-bottom: 56px; }
.tb-home-methods { padding-top: 26px; }

/* FAQ-sida */
.tb-qa__short { margin-top: 14px; padding: 16px 20px; border-left: 4px solid var(--tb-deep); background: var(--tb-ice); border-radius: 0 var(--tb-radius) var(--tb-radius) 0; font-size: 1.08rem; }
.tb-qa__label { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tb-deep); margin: 0 0 4px; }
.tb-qa__short p:last-child { margin-bottom: 0; }

/* Produkter */
.tb-pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tb-pcard { background: #fff; border: 1px solid var(--tb-line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.tb-pcard__img { background: #fff; padding: 18px; border-bottom: 1px solid var(--tb-line-soft); }
.tb-pcard__img img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.tb-pcard__img--none { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: var(--tb-ice); color: var(--tb-deep); font-weight: 600; text-align: center; padding: 18px; }
.tb-pcard__img--none small { font-weight: 400; color: var(--tb-muted); }
.tb-pcard__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.tb-pcard__name { font-size: 1rem; margin: 0; line-height: 1.3; }
.tb-pcard__meta { font-size: .82rem; color: var(--tb-muted); margin: 0; }
.tb-pcard__price { font-weight: 700; font-size: 1.15rem; margin: 6px 0 10px; }
.tb-pcard__price span { display: block; font-weight: 400; font-size: .78rem; color: var(--tb-muted); }
.tb-pcard .tb-btn { margin-top: auto; align-self: flex-start; }
.tb-store__products { padding-top: 6px; padding-bottom: 20px; }
.tb-store__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px 20px; margin: 18px 0 20px; }
.tb-store__facts dt { font-size: .78rem; color: var(--tb-muted); }
.tb-store__facts dd { margin: 0; font-weight: 600; font-size: .95rem; }
.tb-storegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 40px; }
.tb-storecard { display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid var(--tb-line); border-radius: 10px; text-decoration: none; color: var(--tb-ink); }
.tb-storecard:hover { border-color: var(--tb-lagoon); }
.tb-storecard__logo img { max-height: 44px; width: auto; }
.tb-storecard__name { font-weight: 800; font-size: 1.3rem; margin: 0; color: inherit; }
.tb-storecard__tag { color: var(--tb-ink-soft); font-size: .93rem; }
.tb-storecard__facts { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .84rem; color: var(--tb-muted); margin-top: auto; padding-top: 8px; }

/* Jämförelse */
.tb-cmp { padding-bottom: 30px; }
.tb-filters { display: grid; gap: 14px; padding: 18px 20px; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); margin: 6px 0 14px; background: #fff; }
.tb-filters__group { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tb-filters__group legend { float: left; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tb-deep); margin-right: 10px; padding: 0; width: 64px; }
.tb-chip { display: inline-flex; align-items: center; cursor: pointer; }
.tb-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.tb-chip span { display: inline-block; padding: 6px 12px; border: 1px solid var(--tb-line); border-radius: 999px; font-size: .88rem; color: var(--tb-ink-soft); background: #fff; }
.tb-chip input:checked + span { background: var(--tb-deep); color: #fff; border-color: var(--tb-deep); }
.tb-chip input:focus-visible + span { outline: 3px solid var(--tb-lagoon); outline-offset: 2px; }
.tb-chip--toggle input:checked + span { background: var(--tb-lagoon); border-color: var(--tb-lagoon); }
.tb-filters__row { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; border-top: 1px solid var(--tb-line-soft); padding-top: 14px; }
.tb-filters__range { display: flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 600; }
.tb-filters__range output { min-width: 64px; font-weight: 400; color: var(--tb-ink-soft); }
.tb-filters__range input { width: 170px; accent-color: var(--tb-lagoon); }
.tb-filters__sort { font-size: .88rem; font-weight: 600; display: flex; align-items: center; gap: 8px; margin-left: auto; }
.tb-filters__sort select { font: inherit; padding: 6px 10px; border: 1px solid var(--tb-line); border-radius: 6px; background: #fff; }
.tb-cmp__count { font-size: .88rem; color: var(--tb-muted); margin: 0 0 8px; }
.tb-cmp__table th[data-sort] { cursor: pointer; }
.tb-cmp__table th[data-sort]:hover { color: var(--tb-lagoon); }
.tb-cmp__prod { display: flex; gap: 12px; align-items: center; min-width: 240px; }
.tb-cmp__prod img { width: 56px; height: 56px; object-fit: contain; border: 1px solid var(--tb-line-soft); border-radius: 6px; background: #fff; flex: none; }
.tb-cmp__name { font-weight: 600; display: block; }
.tb-cmp__store { font-size: .82rem; color: var(--tb-muted); display: block; }
.tb-cmp__store a { color: inherit; }
.tb-cmp__price { font-weight: 700; }
.tb-cmp__pdate { display: block; font-weight: 400; font-size: .76rem; color: var(--tb-muted); }
.tb-cmp__tag { display: inline-block; font-size: .74rem; padding: 2px 8px; border-radius: 999px; background: var(--tb-ice); color: var(--tb-deep); margin-top: 4px; }
.tb-cmp__empty td { padding: 26px 14px; color: var(--tb-ink-soft); }
.tb-cmp__note { font-size: .84rem; color: var(--tb-muted); }

/* 404 */
.tb-404 { padding: 60px 22px 80px; max-width: var(--tb-text); }
.tb-404__links { padding-left: 1.2em; }

/* ---- Sidfot: tre lager av samma blå, jämna steg ---------------------------- */
.tb-foot { color: #d6e4ec; margin-top: 30px; }
.tb-foot a { color: #fff; }
.tb-foot__top { background: var(--tb-deep); padding: 46px 0 40px; }
.tb-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.tb-foot__about p { font-size: .93rem; }
.tb-foot__note { font-size: .82rem; color: #b8cdd8; }
.tb-brand--foot { color: #fff; margin-bottom: 14px; }
.tb-brand--foot .tb-brand__tld { color: #9fd3e6; }
.tb-foot__h { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9fd3e6; margin: 0 0 12px; }
.tb-foot__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; font-size: .92rem; }
.tb-foot__col a { text-decoration: none; }
.tb-foot__col a:hover { text-decoration: underline; }
.tb-foot__base { background: var(--tb-deep-3); padding: 16px 0; font-size: .82rem; color: #9fb7c3; border-top: 1px solid var(--tb-deep-2); }
.tb-foot__baserow { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---- Responsivt ------------------------------------------------------------ */
@media (max-width: 1080px) {
  .tb-mega__list { grid-template-columns: repeat(2, 1fr); }
  .tb-pgrid, .tb-cards--row { grid-template-columns: repeat(2, 1fr); }
  .tb-foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .tb-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .tb-aside { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .tb-hero__grid { grid-template-columns: 1fr; gap: 26px; }
  .tb-hero--home .tb-hero__fig, .tb-hero--page .tb-hero__fig { order: -1; }
  .tb-methods, .tb-cards { grid-template-columns: repeat(2, 1fr); }
  .tb-method--lead { grid-column: span 2; flex-direction: column; }
  .tb-method--lead .tb-method__img { flex: none; }
  .tb-method--lead .tb-method__img img { aspect-ratio: 16 / 9; }
  .tb-card--lg { grid-column: span 2; grid-row: auto; }
  .tb-home-two, .tb-qalist { grid-template-columns: 1fr; gap: 30px; }
  .tb-storegrid { grid-template-columns: 1fr 1fr; }
  .tb-calc__body { grid-template-columns: 1fr; }
  .tb-swipe { display: block; }
  .tb-burger { display: flex; }
  .tb-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--tb-line); box-shadow: 0 16px 36px rgba(20,35,46,.12); }
  .tb-nav.is-open { display: block; }
  .tb-nav__list { flex-direction: column; gap: 0; padding: 6px 0; }
  .tb-nav__item { flex-wrap: wrap; border-bottom: 1px solid var(--tb-line-soft); padding: 0 12px; }
  .tb-nav__link { flex: 1; padding: 14px 10px; }
  .tb-nav__link[aria-current] { box-shadow: inset 3px 0 0 var(--tb-lagoon); border-radius: 0; }
  .tb-nav__toggle { width: 44px; height: 44px; margin: 0; }
  .tb-nav__toggle::after { left: 18px; top: 16px; }
  .tb-mega { position: static; box-shadow: none; border: 0; width: 100%; }
  .tb-mega__grid { grid-template-columns: 1fr; gap: 10px; padding: 0 0 14px; }
  .tb-mega__intro { display: none; }
  .tb-mega__list { grid-template-columns: 1fr; gap: 0; }
  .tb-mega__s { display: none; }
  .tb-nav__mobile-extra { display: flex; gap: 18px; padding: 14px 22px 18px; font-size: .9rem; }
  .tb-head__util { display: none; }
  .tb-head__row { min-height: 66px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .tb-shell { padding: 0 16px; }
  .tb-methods, .tb-cards, .tb-cards--row, .tb-pgrid, .tb-storegrid { grid-template-columns: 1fr; }
  .tb-method--lead, .tb-card--lg { grid-column: auto; }
  .tb-hero { padding: 22px 0 18px; }
  .tb-shade--rule i { width: 18px; }
  .tb-filters__group legend { width: auto; }
  .tb-filters__sort { margin-left: 0; }
  .tb-foot__grid { grid-template-columns: 1fr; gap: 26px; }
  .tb-band { padding: 34px 0 36px; }
  .tb-layout { padding-bottom: 36px; }
  .tb-keyfigs { grid-template-columns: 1fr 1fr; }
  .tb-shademeter__scale { grid-template-columns: repeat(8, 1fr); }
  .tb-shademeter__scale i:nth-child(n+9) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .tb-head, .tb-foot, .tb-aside, .tb-band { display: none; } }

/* ---- Förstora bilder (klick på figur) ---------------------------------------- */
.tb-figure img, .tb-hero__fig img { cursor: zoom-in; }
.tb-figure a img, .tb-nozoom { cursor: pointer; }
.tb-lightbox { position: fixed; inset: 0; background: rgba(10,25,35,.92); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; }
.tb-lightbox img { max-width: min(1600px, 96vw); max-height: 92vh; width: auto; height: auto; background: #fff; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.tb-lightbox__close { position: absolute; top: 16px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--tb-ink); font-size: 26px; line-height: 44px; cursor: pointer; }
.tb-lightbox figcaption { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; color: #d6e4ec; font-size: .9rem; padding: 0 24px; }

/* Annonslänk i löptext: alltid märkt, aldrig förväxlad med källänk */
.tb-prose a.tb-adlink:not(.tb-btn)::after { content: " (annonslänk)"; font-size: .8em; color: var(--tb-muted); }

/* ---- Sök ---------------------------------------------------------------- */
.tb-search { display: flex; gap: 6px; align-items: center; }
.tb-search input { font: inherit; font-size: .9rem; padding: 6px 10px; border: 1px solid var(--tb-line); border-radius: 6px; width: 190px; background: #fff; }
.tb-search button { border: 1px solid var(--tb-line); background: #fff; border-radius: 6px; width: 34px; height: 32px; cursor: pointer; color: var(--tb-deep); display: grid; place-items: center; }
.tb-search button:hover { border-color: var(--tb-lagoon); color: var(--tb-lagoon); }
.tb-search--page { margin: 8px 0 26px; }
.tb-search--page input { width: min(100%, 420px); font-size: 1rem; padding: 10px 12px; }
.tb-search--page button { width: 44px; height: 44px; }
.tb-hits { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.tb-hits li { padding-bottom: 18px; border-bottom: 1px solid var(--tb-line); }
.tb-hits h2 { font-size: 1.15rem; margin: 0 0 4px; }
.tb-hits p { margin: 0; color: var(--tb-ink-soft); font-size: .95rem; }
.tb-hits .tb-kicker { margin-bottom: 2px; }
.tb-nav__mobile-extra .tb-search { width: 100%; }
@media (max-width: 920px) { .tb-head__util .tb-search { display: none; } .tb-nav__mobile-extra { flex-wrap: wrap; } }
.tb-cmp__table th.tb-num { text-align: right; }

.tb-method__src { display: block; font-size: .72rem; color: var(--tb-muted); }
.tb-method__src a { color: inherit; }
.tb-method__facts span { flex-direction: column; align-items: flex-start; }
.tb-method__facts span > b, .tb-method__facts span > .tb-ico { display: inline; }

/* Jämförelsetabellen: sju kolumner ska rymmas i skalet på desktop */
.tb-cmp__table { font-size: .88rem; }
.tb-cmp__table th, .tb-cmp__table td { padding: 9px 9px; }
.tb-cmp__table .tb-btn--buy { padding: 6px 10px; font-size: .84rem; white-space: nowrap; }
.tb-cmp__prod { min-width: 200px; }
.tb-cmp__tag--kampanj { background: var(--tb-apricot-soft); color: #8a4a1f; }
.tb-shade--rule { position: relative; }
.tb-shade__label { display: block; font-size: .74rem; color: var(--tb-muted); margin: -14px 0 18px; }

/* =========================================================================
   Designrunda 2 (2026-09-05, Fredrik: "inte snygg"). Djup, rytm och signatur.
   Principer: lager i stället för gradienter, mjuka skuggor i stället för ramar,
   nyansskalan som ett verkligt grafiskt element, större luft mellan sektioner.
   ========================================================================= */
:root {
  --tb-ice:        #eef5f8;
  --tb-ice-2:      #e2eef3;
  --tb-shadow-sm:  0 1px 2px rgba(20,35,46,.05), 0 6px 18px rgba(20,35,46,.07);
  --tb-shadow:     0 2px 4px rgba(20,35,46,.05), 0 18px 40px rgba(20,35,46,.10);
  --tb-radius:     14px;
  /* Nyansskalan som flat segmentremsa: åtta hårda steg, ingen mjuk gradient */
  --tb-shadestrip: linear-gradient(90deg, #e2cd8f 0 12.5%, #e8d7a6 12.5% 25%, #eee0bc 25% 37.5%, #f2e7cb 37.5% 50%, #f6eedb 50% 62.5%, #f9f4e8 62.5% 75%, #fcf9f2 75% 87.5%, #fefdfa 87.5% 100%);
}
body { font-size: 17px; }
h1 { font-size: clamp(2.1rem, 1.3rem + 2.6vw, 3.4rem); letter-spacing: -.028em; line-height: 1.05; }
h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); letter-spacing: -.018em; }
.tb-kicker { color: var(--tb-lagoon); }

/* Header: tyngre varumärke, luftigare meny, tunn nyansremsa som underkant */
.tb-head { border-bottom: 0; box-shadow: 0 1px 0 var(--tb-line); }
.tb-head::after { content: ""; display: block; height: 5px; background: var(--tb-shadestrip); }
.tb-head__row { min-height: 84px; }
.tb-brand__name { font-size: 1.55rem; }
.tb-shade--brand { display: none; }
.tb-nav__link { font-size: 1rem; padding: 10px 14px; }
.tb-nav__link[aria-current] { box-shadow: inset 0 -3px 0 var(--tb-lagoon); }
.tb-head__util { background: #fff; border-bottom: 1px solid var(--tb-line-soft); }
.tb-search input { border-radius: 999px; padding: 6px 14px; }
.tb-search button { border-radius: 999px; }

/* Hero: isblå band med foto i pappersram, texten får plats att andas */
.tb-hero { background: var(--tb-ice); padding: 54px 0 58px; position: relative; }
.tb-hero--home { padding: 70px 0 76px; }
.tb-hero__grid { gap: 64px; }
.tb-hero__text h1 { margin-bottom: 18px; }
.tb-lede { font-size: 1.2rem; color: var(--tb-ink-soft); }
.tb-hero__meta { margin-top: 18px; }
.tb-hero__fig { position: relative; }
.tb-hero__fig img { border-radius: 22px; box-shadow: var(--tb-shadow); border: 8px solid #fff; aspect-ratio: 4 / 3; }
.tb-hero__fig::after { content: ""; position: absolute; left: 34px; right: 34px; bottom: -18px; height: 10px; background: var(--tb-shadestrip); border-radius: 999px; box-shadow: var(--tb-shadow-sm); }
.tb-hero--home .tb-hero__fig img { aspect-ratio: 4 / 3; }
.tb-hero--qa, .tb-hero--noimg { padding: 48px 0 52px; }
.tb-shade--rule { display: none; }
.tb-shade__label { display: none; }
.tb-hero--home .tb-shade--rule { display: inline-flex; height: 16px; margin: 14px 0 6px; }
.tb-hero--home .tb-shade--rule i { width: 34px; border-radius: 4px; }
.tb-hero--home .tb-shade__label { display: block; margin: 0 0 20px; }
.tb-hero__actions { margin-top: 26px; }
.tb-crumbs { padding-top: 0; position: relative; z-index: 1; }
.tb-crumbs ol { padding: 14px 0 0; }
.tb-hero .tb-crumbs { padding: 0; }
/* brödsmulor ligger före heron i DOM: lägg dem på isblått genom att ge main en isblå topp */
.tb-main > .tb-crumbs + * .tb-hero, .tb-page--metod .tb-crumbs, .tb-page--forskning .tb-crumbs, .tb-page--artikel .tb-crumbs, .tb-page--guide .tb-crumbs, .tb-page--statisk .tb-crumbs, .tb-page--faq .tb-crumbs, .tb-page--hub .tb-crumbs, .tb-page--compare .tb-crumbs, .tb-page--store .tb-crumbs, .tb-page--stores .tb-crumbs, .tb-page--search .tb-crumbs { background: var(--tb-ice); max-width: none; padding-left: 0; padding-right: 0; }
.tb-crumbs ol { max-width: var(--tb-shell); margin: 0 auto; padding: 16px 22px 0; }
.tb-hero { margin-top: 0; }

/* Knappar: piller */
.tb-btn { border-radius: 999px; padding: 13px 22px; font-size: 1rem; }
.tb-btn--primary { box-shadow: 0 6px 16px rgba(11,110,143,.28); }
.tb-btn--primary:hover { transform: translateY(-1px); }
.tb-btn--buy { padding: 9px 16px; border-color: var(--tb-lagoon); }

/* Kort: skugga i stället för ram, bild först, tydlig hover */
.tb-card, .tb-method, .tb-pcard, .tb-storecard, .tb-qalist__item { border: 0; border-radius: var(--tb-radius); background: #fff; box-shadow: var(--tb-shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.tb-card:hover, .tb-method:hover, .tb-pcard:hover, .tb-storecard:hover { transform: translateY(-3px); box-shadow: var(--tb-shadow); border-color: transparent; }
.tb-card--sm { border-radius: 0; box-shadow: none; border-top: 3px solid var(--tb-deep); }
.tb-card--sm:hover { transform: none; box-shadow: none; }
.tb-card--row { box-shadow: none; border-radius: 0; border-bottom: 1px solid var(--tb-line); }
.tb-card--row:hover { transform: none; box-shadow: none; }
.tb-card__body { padding: 20px 22px 22px; }
.tb-method__body { padding: 20px 22px 22px; gap: 10px; }
.tb-method__title { font-size: 1.22rem; }
.tb-method--lead .tb-method__title { font-size: 1.7rem; }
.tb-method__text { font-size: .96rem; }
.tb-method__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; border-top: 0; padding-top: 6px; }
.tb-method--lead .tb-method__facts { grid-template-columns: 1fr 1fr 1fr; }
.tb-method__facts span { background: var(--tb-ice); border-radius: 10px; padding: 9px 12px; gap: 2px; font-size: .84rem; }
.tb-method__facts span > b { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--tb-lagoon); display: flex; align-items: center; gap: 5px; }
.tb-method__facts .tb-ico { width: 14px; height: 14px; }
.tb-method__src { margin-top: 2px; }
.tb-methods { gap: 26px; padding-bottom: 56px; }
.tb-cards { gap: 26px; }
.tb-qalist { gap: 18px; padding-bottom: 56px; }
.tb-qalist__item { padding: 20px 22px; border-bottom: 0; }
.tb-qalist__q { font-size: 1.1rem; }
.tb-qalist__q::before { content: "?"; display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--tb-ice-2); color: var(--tb-deep); font-size: .9rem; font-weight: 800; margin-right: 10px; vertical-align: 1px; }

/* Sektioner: mer luft, tydliga band */
.tb-band { padding: 64px 0 70px; margin-top: 30px; }
.tb-band--ice { background: var(--tb-ice); }
.tb-band__head { margin-bottom: 28px; }
.tb-home-methods { padding-top: 60px; }
.tb-home-two { padding-top: 60px; padding-bottom: 70px; }
.tb-layout { padding-top: 44px; padding-bottom: 70px; }
.tb-layout--hub { padding-top: 10px; }

/* Brödtext: H2 med kort lagunlinje, luftigare */
.tb-prose h2 { margin-top: 2.4em; padding-bottom: 12px; position: relative; }
.tb-prose h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; background: var(--tb-lagoon); border-radius: 2px; }
.tb-prose > p:first-child { font-size: 1.05rem; }
.tb-prose blockquote { background: var(--tb-ice); border-left: 4px solid var(--tb-lagoon); border-radius: 0 12px 12px 0; padding: 14px 20px; }
.tb-figure img { border-radius: 16px; box-shadow: var(--tb-shadow-sm); }
.tb-figure figcaption { padding: 0 6px; }

/* Marginalspalt: tonade rutor utan ramar */
.tb-aside { gap: 18px; }
.tb-aside__box, .tb-facts { border: 0; background: var(--tb-ice); border-radius: var(--tb-radius); }
.tb-aside__box--method { background: #fff; box-shadow: var(--tb-shadow-sm); }
.tb-toc { border-left: 4px solid var(--tb-lagoon); background: #fff; box-shadow: var(--tb-shadow-sm); border-radius: 0 var(--tb-radius) var(--tb-radius) 0; }
.tb-facts__row { border-bottom-color: rgba(20,35,46,.08); }

/* Tabeller: kortkänsla, zebra, isblått huvud */
.tb-table-wrap { border: 0; border-radius: var(--tb-radius); box-shadow: var(--tb-shadow-sm); }
table caption { background: #fff; border-bottom: 1px solid var(--tb-line-soft); font-weight: 600; color: var(--tb-ink); }
thead th { background: var(--tb-ice); border-bottom: 0; }
tbody tr:nth-child(even) td { background: #fafcfd; }
tbody tr:hover td { background: var(--tb-ice); }

/* Callout, räkneexempel, kalkylator, steg */
.tb-callout { border: 0; border-radius: var(--tb-radius); box-shadow: var(--tb-shadow-sm); }
.tb-example { border: 0; background: var(--tb-ice); border-radius: var(--tb-radius); }
.tb-calc { border: 0; box-shadow: var(--tb-shadow); border-radius: var(--tb-radius); }
.tb-calc__head { background: var(--tb-deep); }
.tb-steps > li::before { background: var(--tb-lagoon); box-shadow: 0 4px 10px rgba(11,110,143,.28); }

/* Produkter */
.tb-pcard__img { background: var(--tb-ice); border-bottom: 0; padding: 22px; }
.tb-pcard__price { font-size: 1.3rem; color: var(--tb-deep); }
.tb-pgrid { gap: 22px; }
.tb-filters { border: 0; box-shadow: var(--tb-shadow-sm); border-radius: var(--tb-radius); padding: 22px 24px; }
.tb-chip span { border-radius: 999px; padding: 7px 14px; }
.tb-storecard { padding: 26px; }
.tb-storecard__name { font-size: 1.4rem; }

/* FAQ-accordion och kort svar */
.tb-faq__item { border: 0; background: #fff; box-shadow: var(--tb-shadow-sm); border-radius: 12px; margin-bottom: 10px; padding: 0 18px; }
.tb-faq__item:last-child { border-bottom: 0; }
.tb-faq__item summary { padding: 16px 34px 16px 0; }
.tb-faq__item summary::after { right: 4px; }
.tb-qa__short { background: #fff; box-shadow: var(--tb-shadow-sm); border-left: 4px solid var(--tb-lagoon); border-radius: 0 var(--tb-radius) var(--tb-radius) 0; }

/* Sidfot: nyansremsa som övergång, mer luft */
.tb-foot { margin-top: 60px; }
.tb-foot::before { content: ""; display: block; height: 8px; background: var(--tb-shadestrip); }
.tb-foot__top { padding: 58px 0 50px; }
.tb-foot__grid { gap: 48px; }
.tb-brand--foot .tb-shade--brand { display: none; }

/* Mobil */
@media (max-width: 920px) {
  .tb-hero { padding: 30px 0 40px; }
  .tb-hero--home { padding: 34px 0 44px; }
  .tb-hero__grid { gap: 34px; }
  .tb-hero__fig::after { display: none; }
  .tb-hero__fig img { border-width: 6px; border-radius: 18px; }
  .tb-method__facts { grid-template-columns: 1fr 1fr; }
  .tb-method--lead .tb-method__facts { grid-template-columns: 1fr 1fr; }
  .tb-band { padding: 46px 0 50px; }
  .tb-home-methods, .tb-home-two { padding-top: 40px; }
  .tb-head::after { height: 4px; }
}
@media (max-width: 600px) {
  .tb-method__facts { grid-template-columns: 1fr; }
  .tb-hero__fig img { border-width: 5px; }
  .tb-hero--home .tb-shade--rule i { width: 24px; }
  .tb-btn { padding: 12px 20px; }
}
/* Storkortet på hubben: bred banner med bild ovanpå och faktarad under */
.tb-method--lead { flex-direction: column; }
.tb-method--lead .tb-method__img { flex: none; }
.tb-method--lead .tb-method__img img { aspect-ratio: 21 / 9; height: auto; }
.tb-method--lead .tb-method__body { padding: 24px 28px 26px; }
.tb-method--lead .tb-method__text { font-size: 1.05rem; max-width: 640px; }
.tb-method--lead .tb-method__facts { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 920px) { .tb-method--lead .tb-method__facts { grid-template-columns: 1fr 1fr; } }
/* Kortens höjd följer innehållet i stället för radens högsta kort */
.tb-methods, .tb-cards { align-items: start; }

/* =========================================================================
   Designrunda 3 (Fredrik: nyansremsorna bort, dropdownen stängs för tidigt,
   smådetaljer i padding, marginaler, textlängder och stycken).
   ========================================================================= */
/* Nyansremsorna bort överallt utom där de bär innehåll (nyansmätaren i brödtext) */
.tb-head::after, .tb-foot::before, .tb-hero__fig::after { display: none; }
.tb-shade, .tb-shade__label { display: none !important; }
.tb-brand { gap: 0; }
.tb-head { box-shadow: 0 1px 0 var(--tb-line), 0 6px 20px rgba(20,35,46,.04); }

/* Dropdown: osynlig brygga mellan menylänk och panel, så musen hinner ner */
.tb-nav__item.has-mega .tb-mega::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 22px; }
.tb-nav__item.has-mega.is-open .tb-nav__link { background: var(--tb-ice); }
.tb-mega { top: calc(100% - 1px); }
.tb-mega__grid { padding: 34px 22px 38px; }
.tb-mega__list a { padding: 10px 12px; }

/* Typografi och textbredder */
h1 { font-size: clamp(1.9rem, 1.2rem + 2vw, 2.85rem); line-height: 1.08; }
h2 { font-size: clamp(1.4rem, 1.15rem + .8vw, 1.75rem); }
.tb-hero__text h1 { max-width: 20ch; margin-bottom: 16px; }
.tb-hero__text .tb-kicker { margin-bottom: 10px; }
.tb-lede { font-size: 1.12rem; line-height: 1.6; max-width: 56ch; }
.tb-lede p { margin: 0 0 .8em; }
.tb-hero__meta { margin-top: 14px; font-size: .84rem; }
.tb-prose { font-size: 1.02rem; }
.tb-prose p { margin: 0 0 1.15em; }

.tb-prose > p:first-child { font-size: 1.02rem; }
.tb-prose h2 { margin: 2.2em 0 .7em; }
.tb-prose h3 { margin: 1.7em 0 .55em; font-size: 1.15rem; }
.tb-prose ul, .tb-prose ol { margin-bottom: 1.3em; }

/* Hero: jämnare padding och mindre höjd */
.tb-hero { padding: 40px 0 48px; }
.tb-hero--home { padding: 52px 0 60px; }
.tb-hero--qa, .tb-hero--noimg { padding: 36px 0 44px; }
.tb-hero__grid { gap: 56px; align-items: center; }
.tb-hero__fig img { border-width: 6px; border-radius: 18px; }
.tb-crumbs ol { padding-top: 14px; }
.tb-hero__actions { margin-top: 22px; gap: 18px; }
.tb-qa__short { margin-top: 12px; font-size: 1.04rem; }


/* Kort: faktarader i stället för chips, jämn inre padding */
.tb-card__body, .tb-method__body { padding: 18px 20px 20px; gap: 8px; }
.tb-method--lead .tb-method__body { padding: 22px 26px 24px; }
.tb-method__text { max-width: 60ch; }
.tb-method__facts { display: flex; flex-direction: column; gap: 0; padding-top: 10px; margin-top: 4px; border-top: 1px solid var(--tb-line-soft); }
.tb-method--lead .tb-method__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 22px; }
.tb-method__facts span { background: none; border-radius: 0; padding: 7px 0; border-bottom: 1px solid var(--tb-line-soft); font-size: .88rem; line-height: 1.45; flex-direction: column; align-items: flex-start; gap: 1px; }
.tb-method__facts span:last-child { border-bottom: 0; }
.tb-method--lead .tb-method__facts span { border-bottom: 0; }
.tb-method__facts span > b { font-size: .7rem; letter-spacing: .08em; }
.tb-method__src { font-size: .72rem; }
.tb-methods, .tb-cards { gap: 22px; }
.tb-methods { padding-top: 34px; padding-bottom: 50px; }
.tb-cards--hub { padding-top: 34px; padding-bottom: 50px; }
.tb-qalist { padding-top: 34px; gap: 16px; }
.tb-qalist__item { padding: 18px 20px; }


/* Sektioner och band: en gemensam rytm */
.tb-band { padding: 56px 0 60px; margin-top: 24px; }
.tb-band__head { margin-bottom: 22px; }
.tb-band__head h2 { max-width: 30ch; }
.tb-home-methods { padding-top: 48px; }
.tb-home-two { padding-top: 48px; padding-bottom: 60px; gap: 48px; }
.tb-layout { padding-top: 40px; padding-bottom: 64px; gap: 52px; }
.tb-layout--hub { padding-top: 8px; }
.tb-store__products { padding-top: 34px; }
.tb-storegrid { padding-top: 34px; }

/* Marginalspalt och tabeller: tätare, jämnare */
.tb-aside { gap: 16px; }
.tb-aside__box, .tb-facts, .tb-toc { padding: 16px 18px; font-size: .92rem; }
.tb-aside__h { margin-bottom: 8px; }
.tb-facts dl { gap: 8px; }
.tb-facts__row { padding-bottom: 8px; }
.tb-minilist { gap: 6px; }
th, td { padding: 9px 12px; }
table caption { padding: 10px 12px; font-size: .84rem; }
.tb-table-wrap { margin: 1.3em 0 .3em; }
.tb-swipe { margin-bottom: 1.2em; }
.tb-example, .tb-callout { margin: 1.4em 0; padding: 16px 18px; }
.tb-example .tb-total { margin-top: .5em; }
.tb-steps { gap: 12px; }
.tb-steps > li { padding-left: 50px; }
.tb-steps > li::before { width: 34px; height: 34px; font-size: .9rem; }
.tb-figure { margin: 1.5em 0; }
.tb-faq__item summary { padding: 14px 32px 14px 0; }
.tb-faq__a { padding-bottom: 14px; }

.tb-sources ol { gap: 5px; }
.tb-btn { padding: 12px 20px; }
.tb-btn--primary { box-shadow: 0 4px 12px rgba(11,110,143,.22); }
.tb-pcard__body { padding: 14px 16px 16px; }
.tb-pcard__img { padding: 18px; }
.tb-filters { padding: 18px 20px; gap: 12px; }
.tb-cmp__count { margin: 0 0 10px; }

/* Sidfot */
.tb-foot { margin-top: 48px; }
.tb-foot__top { padding: 48px 0 42px; }
.tb-foot__about p { max-width: 42ch; }

@media (max-width: 920px) {
  .tb-hero { padding: 26px 0 34px; }
  .tb-hero--home { padding: 28px 0 38px; }
  .tb-hero__grid { gap: 26px; }
  .tb-hero__text h1 { max-width: none; }
  .tb-method--lead .tb-method__facts { grid-template-columns: 1fr; gap: 0; }
  .tb-method--lead .tb-method__facts span { border-bottom: 1px solid var(--tb-line-soft); }
  .tb-band { padding: 40px 0 44px; }
  .tb-home-methods, .tb-home-two { padding-top: 34px; }
  .tb-layout { padding-top: 28px; padding-bottom: 44px; gap: 26px; }
}
@media (max-width: 600px) {
  .tb-methods, .tb-cards { gap: 16px; }
  .tb-card__body, .tb-method__body { padding: 16px 16px 18px; }
}
/* FAQ: kontextbilden som lånas från en syskonsida ska vara ett komplement, inte en hero */
.tb-page--faq .tb-prose > .tb-figure:first-child img { aspect-ratio: 16 / 9; object-fit: cover; }
.tb-qa__short p { font-size: 1.02rem; }

/* Meny: hover och öppet läge = lagunblå text, aktuell sida = tunn underlinje. Inga lådor. */
.tb-nav__link { border-radius: 0; padding: 8px 2px; margin: 0 12px; position: relative; }
.tb-nav__link:hover, .tb-nav__item.has-mega.is-open .tb-nav__link, .tb-nav__item.is-open .tb-nav__link { background: transparent; color: var(--tb-lagoon); }
.tb-nav__link[aria-current] { box-shadow: none; }
.tb-nav__link[aria-current]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--tb-lagoon); border-radius: 2px; }
.tb-nav__toggle { margin-left: -10px; margin-right: 6px; }
.tb-nav__toggle::after { border-color: var(--tb-muted); }
.tb-nav__item.is-open .tb-nav__toggle::after { border-color: var(--tb-lagoon); }
.tb-nav__list { gap: 0; }
@media (max-width: 920px) {
  .tb-nav__link { margin: 0; padding: 14px 10px; }
  .tb-nav__link[aria-current]::after { display: none; }
  .tb-nav__link[aria-current] { color: var(--tb-lagoon); }
}

/* "Fler sidor i ...": riktiga småkort i stället för bild med kantlinje */
.tb-cards--row { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tb-card--sm { border: 0; border-radius: var(--tb-radius); box-shadow: var(--tb-shadow-sm); background: #fff; overflow: hidden; }
.tb-card--sm:hover { transform: translateY(-3px); box-shadow: var(--tb-shadow); }
.tb-card--sm .tb-card__img img { border-radius: 0; aspect-ratio: 16 / 10; }
.tb-card--sm .tb-card__body { padding: 14px 16px 16px; }
.tb-card--sm .tb-card__title { font-size: 1rem; }
.tb-band--ice .tb-band__head h2 { font-size: 1.5rem; }
@media (max-width: 920px) { .tb-cards--row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .tb-cards--row { grid-template-columns: 1fr 1fr; gap: 12px; } .tb-card--sm .tb-card__body { padding: 10px 12px 12px; } .tb-card--sm .tb-card__title { font-size: .92rem; } }

/* Metodikoner: märke på bild, i megameny och vid rubrikraden */
.tb-mico { width: 22px; height: 22px; display: block; }
.tb-mbadge { position: absolute; left: 14px; top: 14px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--tb-deep); display: grid; place-items: center; box-shadow: 0 2px 8px rgba(20,35,46,.16); }
.tb-method__img, .tb-card__img { position: relative; display: block; }
.tb-mega__link { display: flex !important; gap: 12px; align-items: flex-start; }
.tb-mega__ico { flex: none; width: 36px; height: 36px; border-radius: 10px; background: var(--tb-ice); color: var(--tb-deep); display: grid; place-items: center; margin-top: 2px; }
.tb-mega__ico .tb-mico { width: 20px; height: 20px; }
.tb-mega__link:hover .tb-mega__ico { background: var(--tb-lagoon); color: #fff; }
.tb-kicker__ico { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; color: var(--tb-deep); box-shadow: var(--tb-shadow-sm); margin-right: 10px; vertical-align: middle; }
.tb-kicker__ico .tb-mico { width: 20px; height: 20px; }
@media (max-width: 920px) { .tb-mega__ico { width: 30px; height: 30px; } .tb-mbadge { width: 38px; height: 38px; left: 10px; top: 10px; } .tb-mico { width: 19px; height: 19px; } }
.tb-mbadge .tb-mico { width: 24px; height: 24px; stroke-width: 1.9; }
.tb-mega__s { font-size: .82rem; }
@media (max-width: 920px) { .tb-hero--hub .tb-hero__fig { order: -1; } }

/* Jämförelsen: kryss, detaljrader, sida-vid-sida-panel, lagerstatus */
.tb-cmp__pick { width: 36px; text-align: center; }
.tb-cmp__check { width: 18px; height: 18px; accent-color: var(--tb-lagoon); cursor: pointer; }
.tb-cmp__act { white-space: nowrap; }
.tb-cmp__more { display: block; margin-top: 6px; background: none; border: 0; padding: 0; color: var(--tb-lagoon); font: inherit; font-size: .84rem; text-decoration: underline; cursor: pointer; }
.tb-cmp__drow td { background: var(--tb-ice) !important; padding: 14px 18px 18px; }
.tb-cmp__details dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 24px; }
.tb-cmp__details dt { font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--tb-lagoon); font-weight: 700; }
.tb-cmp__details dd { margin: 0; font-size: .9rem; }
.tb-cmp__na { color: var(--tb-muted); font-style: italic; }
.tb-cmp__tag--slut { background: var(--tb-bad-soft); color: var(--tb-bad); }
.tb-cmp__row.is-out .tb-cmp__name { color: var(--tb-muted); }
.tb-cmpbar { position: sticky; bottom: 12px; z-index: 30; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--tb-deep); color: #fff; padding: 12px 18px; border-radius: 12px; box-shadow: var(--tb-shadow); margin: 0 0 12px; font-size: .92rem; }
.tb-cmpbar__actions { display: flex; gap: 8px; flex: none; }
.tb-cmpbar .tb-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.tb-cmpbar .tb-btn--primary { background: #fff; color: var(--tb-deep); box-shadow: none; }
.tb-cmpbar .tb-btn--primary:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.tb-cmppanel { margin: 0 0 24px; }
.tb-cmppanel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.tb-cmppanel__head h2 { margin: 0; }
.tb-cmppanel__close { width: 40px; height: 40px; border: 1px solid var(--tb-line); background: #fff; border-radius: 50%; font-size: 22px; cursor: pointer; color: var(--tb-ink); }
.tb-cmppanel__table th[scope="col"] { text-align: center; vertical-align: bottom; text-transform: none; letter-spacing: 0; font-size: .95rem; }
.tb-cmppanel__table th[scope="col"] img { width: 96px; height: 96px; object-fit: contain; margin: 0 auto 6px; }
.tb-cmppanel__table th[scope="col"] span { display: block; }
.tb-cmppanel__table th[scope="col"] small { display: block; color: var(--tb-muted); font-weight: 400; }
.tb-cmppanel__table th[scope="row"] { width: 160px; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--tb-deep); background: var(--tb-ice); }
.tb-cmppanel__table td { text-align: center; vertical-align: top; }
@media (max-width: 920px) { .tb-cmp__details dl { grid-template-columns: 1fr 1fr; } .tb-cmpbar { flex-direction: column; align-items: stretch; bottom: 8px; } }
@media (max-width: 600px) { .tb-cmp__details dl { grid-template-columns: 1fr; } }

/* Sök i headern: kompakt fält på huvudraden, ikon inuti fältet */
.tb-head__utilrow { justify-content: space-between; }
.tb-search--head { position: relative; margin-left: 18px; }
.tb-search--head input { width: 150px; height: 38px; padding: 0 36px 0 14px; border: 1px solid var(--tb-line); border-radius: 999px; background: var(--tb-ice); font-size: .9rem; transition: width .2s, background .2s; }
.tb-search--head input:focus { width: 220px; background: #fff; border-color: var(--tb-lagoon); outline: none; box-shadow: 0 0 0 3px var(--tb-lagoon-soft); }
.tb-search--head button { position: absolute; right: 4px; top: 4px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--tb-deep); }
.tb-search--head button:hover { color: var(--tb-lagoon); }
.tb-search--head .tb-ico--sm { margin: 0; }
.tb-head__row { gap: 16px; }
.tb-nav { margin-left: auto; }
@media (max-width: 1080px) { .tb-search--head input { width: 120px; } }
@media (max-width: 920px) { .tb-search--head { display: none; } .tb-nav { margin-left: 0; } }
.tb-head__row > .tb-brand { order: 1; } .tb-head__row > .tb-nav { order: 2; } .tb-head__row > .tb-search--head { order: 3; margin-left: 6px; } .tb-head__row > .tb-burger { order: 4; }
.tb-pcard__contents { font-size: .82rem; color: var(--tb-ink-soft); margin: 2px 0 0; }
.tb-pcard__stock { font-size: .78rem; color: var(--tb-ok); margin: 4px 0 0; font-weight: 600; }
.tb-pcard__stock--slut { color: var(--tb-bad); }

/* Annonsmärkning på knappar (butiker med avtal) */
.tb-adtag { display: block; font-size: .72rem; color: var(--tb-muted); margin-top: 4px; letter-spacing: .01em; }
.tb-cmp__act .tb-adtag { margin: 2px 0 6px; }

/* Pristabell (kostnad): grupperade rader, tydlig priskolumn */
.tb-pricetable table { font-size: .93rem; }
.tb-pricetable tbody td:first-child { font-weight: 600; color: var(--tb-deep); white-space: nowrap; }
.tb-pricetable td.tb-num { font-weight: 700; color: var(--tb-lagoon); font-size: 1rem; }
.tb-pricetable td:nth-child(4) { color: var(--tb-muted); font-size: .88rem; }
.tb-pricetable__group th { background: var(--tb-ice); color: var(--tb-deep); text-align: left; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: 10px 14px; border-top: 1px solid var(--tb-line); }
.tb-pricetable thead th { white-space: nowrap; }
@media (max-width: 720px) { .tb-pricetable tbody td:first-child { white-space: normal; } }
.tb-pricetable thead th:nth-child(1) { width: 22%; } .tb-pricetable thead th:nth-child(2) { width: 30%; } .tb-pricetable thead th:nth-child(3) { width: 14%; }
@media (max-width: 720px) {
  .tb-pricetable { overflow: visible; }
  .tb-pricetable table, .tb-pricetable tbody, .tb-pricetable caption { display: block; }
  .tb-pricetable thead { display: none; }
  .tb-pricetable tbody tr { display: flex; flex-wrap: wrap; align-items: baseline; padding: 10px 14px; border-top: 1px solid var(--tb-line); }
  .tb-pricetable tbody tr.tb-pricetable__group { padding: 0; }
  .tb-pricetable tbody tr.tb-pricetable__group th { display: block; width: 100%; }
  .tb-pricetable tbody td { display: block; border: 0; padding: 0; }
  .tb-pricetable tbody td:first-child { flex: 1 1 55%; font-size: 1rem; }
  .tb-pricetable tbody td.tb-num { flex: 0 0 auto; margin-left: auto; text-align: right; }
  .tb-pricetable tbody td:nth-child(2) { flex: 1 1 100%; order: 3; margin-top: 4px; }
  .tb-pricetable tbody td:nth-child(4) { flex: 1 1 100%; order: 4; margin-top: 4px; }
}
