/* =========================================================================
   Cykeldatorer.se — designsystem (custom, redaktionellt)
   Text/rubrik: Open Sans · Data: IBM Plex Mono — self-hostade woff2
   ========================================================================= */

/* ---- Self-hostade typsnitt (woff2, latin + latin-ext), font-display: swap ----
   Open Sans v44 är ett variabelt typsnitt: en fil per subset täcker 400–700. */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("../fonts/open-sans-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: "Open Sans";
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("../fonts/open-sans-latin-ext.woff2") format("woff2");
    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: "IBM Plex Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono-400-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, 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: "IBM Plex Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/ibm-plex-mono-500-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --paper: #ffffff;
    --paper-2: #f1f3f6;
    --card: #ffffff;
    --ink: #16171b;
    --ink-2: #33353c;
    --muted: #6c6f78;
    --line: #e2ded3;
    --line-2: #d6d1c4;

    --signal: #d64518;        /* rost/signal */
    --signal-ink: #a8360f;
    --steel: #1d2530;         /* mörka sektioner/footer */
    --pos: #1f7a4d;
    --green: #1f8a52;         /* piggare positiv-/statusaccent */
    --warn: #b5730b;
    --neg: #a23b1a;

    --serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --sans: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

    --wrap: 1140px;
    --r: 10px;
    --shadow: 0 1px 2px rgba(20,22,27,.05), 0 10px 30px rgba(20,22,27,.06);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--signal-ink); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--ink); letter-spacing: -.01em; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 1.5rem; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: .5rem; background: var(--ink); color: #fff; padding: .5rem .9rem; border-radius: 6px; z-index: 100; }
.mono { font-family: var(--mono); font-feature-settings: "tnum" 1; }
.muted { color: var(--muted); }

/* ---- Masthead ---- */
.masthead {
    position: sticky; top: 0; z-index: 40;
    background: rgba(247,246,242,.92);
    backdrop-filter: saturate(1.4) blur(8px);
    border-bottom: 1px solid var(--line);
}
.masthead__row { display: flex; align-items: center; gap: 1.5rem; height: 66px; }
.wordmark {
    display: inline-flex; align-items: center; gap: .55rem;
    font-family: var(--serif); font-weight: 700; font-size: 1.32rem; color: var(--ink);
    letter-spacing: -.02em;
}
.wordmark:hover { text-decoration: none; }
.wordmark__tld { color: var(--signal); }
.wordmark__mark { width: 24px; height: 24px; flex: none; display: block; }
.mainnav { display: flex; align-items: center; gap: 1.1rem; margin-left: auto; }
.mainnav a { color: var(--ink-2); font-weight: 600; font-size: .96rem; white-space: nowrap; }
.mainnav a:hover { color: var(--signal-ink); text-decoration: none; }
.mainnav__cta {
    background: var(--ink); color: #fff !important; padding: .5rem .95rem; border-radius: 999px;
    font-size: .9rem; white-space: nowrap; line-height: 1.1;
}
.mainnav__cta:hover { background: var(--signal); text-decoration: none; }
.navtoggle { display: none; }

/* ---- Masthead-sök (diskret, fungerar utan JS) ---- */
.mastsearch { display: flex; align-items: center; }
.mastsearch__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mastsearch__input {
    width: 128px; height: 40px; min-width: 0; font: inherit; font-size: .9rem;
    padding: 0 .7rem 0 .85rem; color: var(--ink); background: var(--card);
    border: 1px solid var(--line-2); border-right: 0; border-radius: 999px 0 0 999px;
}
.mastsearch__input::placeholder { color: var(--muted); }
.mastsearch__input:focus { outline: 2px solid var(--signal); outline-offset: 1px; border-color: var(--signal); }
.mastsearch__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
    height: 40px; min-width: 44px; padding: 0 .7rem; cursor: pointer;
    color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 0 999px 999px 0;
}
.mastsearch__btn:hover { background: var(--signal); border-color: var(--signal); }
.mastsearch__btntext { display: none; }

/* ---- Sökresultatsida (/sok/) ---- */
.searchbox { max-width: 560px; }
.searchbox__label { display: block; font-size: .9rem; color: var(--muted); margin-bottom: .45rem; }
.searchbox__row { display: flex; }
.searchbox__input {
    flex: 1; min-width: 0; height: 52px; font: inherit; font-size: 1.05rem; padding: 0 1rem;
    color: var(--ink); background: var(--card);
    border: 1px solid var(--line-2); border-right: 0; border-radius: 10px 0 0 10px;
}
.searchbox__input:focus { outline: 2px solid var(--signal); outline-offset: 1px; border-color: var(--signal); }
.searchbox__btn {
    height: 52px; padding: 0 1.4rem; font: inherit; font-weight: 700; font-size: 1rem; cursor: pointer;
    color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 0 10px 10px 0;
}
.searchbox__btn:hover { background: var(--signal); border-color: var(--signal); }
.search-count { font-size: 1.05rem; }
.searchsuggest { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.searchsuggest a {
    display: inline-flex; align-items: center; min-height: 44px; padding: .4rem 1rem;
    border: 1px solid var(--line-2); border-radius: 999px; background: var(--card);
    color: var(--ink-2); font-weight: 600; font-size: .95rem;
}
.searchsuggest a:hover { border-color: var(--signal); color: var(--signal-ink); text-decoration: none; }

@media (max-width: 820px) {
    /* I mobilmenyn: sökrutan överst och full bredd, stora tap-targets. */
    .mastsearch { order: -1; width: 100%; margin: .2rem 0 .6rem; }
    .mastsearch__input { flex: 1; width: auto; height: 48px; font-size: 1rem; border-radius: 8px 0 0 8px; }
    .mastsearch__btn { height: 48px; border-radius: 0 8px 8px 0; padding: 0 1rem; }
    .mastsearch__btntext { display: inline; font-weight: 600; }
}

/* ---- Sektioner ---- */
.section { padding: 3rem 0; }
.section--tight { padding: 2rem 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 2px solid var(--ink); padding-bottom: .6rem; }
.section-head h2 { font-size: 1.5rem; margin: 0; }
.section-head a { font-weight: 600; font-size: .95rem; white-space: nowrap; }
.kicker { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--signal-ink); font-weight: 500; }

/* ---- Hero (redaktionell, ej AI-kort) ---- */
.hero { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--card), var(--paper)); }
.hero__inner { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3rem; align-items: center; padding: 3.5rem 0; }
.hero__title { font-size: clamp(2.1rem, 1.3rem + 3.4vw, 3.6rem); margin: .4rem 0 .5rem; font-weight: 700; }
.hero__dek { font-size: 1.18rem; color: var(--ink-2); max-width: 40ch; }
.hero__meta { margin-top: 1.6rem; display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: .92rem; }
.hero__meta b { font-family: var(--mono); font-size: 1.25rem; display: block; color: var(--ink); }
.hero__trust { list-style: none; margin: 1.1rem 0 0; padding: 0; display: flex; gap: .5rem; flex-wrap: wrap; }
.hero__trust li { font-size: .78rem; color: var(--ink-2); background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: .22rem .7rem; }
.hero__trust li::before { content: "\2713"; color: var(--green, var(--ink)); font-weight: 700; margin-right: .35rem; }
.hero__aside { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.3rem; box-shadow: var(--shadow); }
.hero__aside .kicker { display: block; margin-bottom: .6rem; }

/* ---- Bäst i test: hero + rank-kontroller ---- */
.bast-hero { display: grid; grid-template-columns: 1.55fr 1fr; gap: 2.6rem; align-items: start; margin-bottom: .5rem; }
.bast-hero__title { font-size: clamp(2rem, 1.3rem + 2.4vw, 3rem); margin: .3rem 0 .9rem; font-weight: 700; }
.bast-hero__lead { max-width: none; }
.bast-hero__lead p:first-child { font-size: clamp(1.24rem, 1.05rem + .7vw, 1.5rem); line-height: 1.42; color: var(--ink); }
.bast-hero__lead p + p { color: var(--ink-2); font-size: 1.04rem; }
.bast-hero__method { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.4rem 1.5rem; box-shadow: var(--shadow); }
.bast-hero__method h2 { font-size: 1.02rem; margin: 0 0 .9rem; }
.bast-hero__method ul { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.bast-hero__method li { position: relative; padding-left: 1.6rem; margin-top: .6rem; font-size: .94rem; color: var(--ink-2); line-height: 1.45; }
.bast-hero__method li:first-child { margin-top: 0; }
.bast-hero__method li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--signal-ink); font-weight: 700; }
.bast-hero__method > a { font-weight: 600; font-size: .9rem; }
@media (max-width: 860px) { .bast-hero { grid-template-columns: 1fr; gap: 1.5rem; } }

.rank-controls { margin: 2.4rem 0 1.7rem; padding: 1.3rem 1.5rem; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: var(--r); }
.rank-controls h2 { font-size: 1.14rem; margin: 0 0 .3rem; }
.rank-controls p { color: var(--ink-2); margin: 0 0 1.05rem; font-size: .98rem; max-width: 64ch; }
.rank-controls .tagbar { margin: 0; }

/* ---- Fasettsidans stämningsbild ---- */
.facet-hero { margin: .9rem 0 1.4rem; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.facet-hero img { display: block; width: 100%; height: auto; aspect-ratio: 40 / 9; max-height: 260px; object-fit: cover; object-position: center 40%; }

/* ---- Produktkort ---- */
.cardgrid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }
.pcard {
    background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
    overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s;
}
.pcard:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.pcard__media { position: relative; aspect-ratio: 4/3; min-height: 0; overflow: hidden; background: #fff; display: grid; place-items: center; padding: 1rem; border-bottom: 1px solid var(--line); }
.award-badge { position: absolute; top: .6rem; left: .6rem; z-index: 1; background: var(--ink); color: var(--card); font-family: var(--mono); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: .28rem .5rem; border-radius: 999px; }
.chip--award { background: color-mix(in oklab, #caa53d 22%, transparent); border-color: color-mix(in oklab, #caa53d 45%, transparent); color: var(--ink); font-weight: 600; }
.pcard__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pcard__noimg { color: var(--line-2); font-family: var(--mono); font-size: .8rem; }
.pcard__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.pcard__brand { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.pcard__title { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; margin: 0; }
.pcard__title a { color: var(--ink); }
.pcard__title a:hover { color: var(--signal-ink); text-decoration: none; }
.pcard__one { color: var(--ink-2); font-size: .92rem; margin: 0; }
.pcard__chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .2rem; }
.chip { font-family: var(--mono); font-size: .72rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 5px; padding: .12rem .45rem; color: var(--ink-2); }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .7rem; border-top: 1px solid var(--line); }
.price { font-family: var(--mono); font-weight: 500; font-size: 1.05rem; }
.price small { color: var(--muted); font-size: .72rem; }

/* ---- Badges (status) ---- */
.badge { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; padding: .15rem .5rem; border-radius: 5px; font-weight: 500; white-space: nowrap; }
.badge--saljs { background: #e4f2ea; color: var(--pos); }
.badge--utgaende { background: #f8eeda; color: var(--warn); }
.badge--utgangen { background: var(--paper-2); color: var(--muted); }
.rating { font-family: var(--mono); font-weight: 500; }
.rating b { color: var(--ink); }

/* ---- Spec-tabell ---- */
.specs { width: 100%; border-collapse: collapse; font-size: .93rem; }
.specs caption { text-align: left; font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--signal-ink); padding-bottom: .5rem; }
.specs th, .specs td { text-align: left; padding: .5rem .2rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.specs th { font-weight: 500; color: var(--muted); font-family: var(--sans); width: 46%; }
.specs td { font-family: var(--mono); color: var(--ink); }
.yes { color: var(--pos); font-weight: 600; }
.no { color: var(--muted); }

/* ---- Buybox ---- */
.buybox { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); padding: 1.1rem; box-shadow: var(--shadow); }
.buybox h3 { font-size: 1.05rem; margin: 0 0 .3rem; }
.buybox__row { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .6rem 0; border-top: 1px solid var(--line); }
.btn { display: inline-block; font-weight: 600; font-size: .92rem; padding: .55rem 1rem; border-radius: 8px; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; }
.btn:hover { background: var(--signal); border-color: var(--signal); text-decoration: none; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--buy { background: var(--signal); border-color: var(--signal); }
.btn--buy:hover { background: var(--signal-ink); border-color: var(--signal-ink); }
.adnote { font-family: var(--mono); font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

/* ---- Produktsida-layout ---- */
.product { padding: 2rem 0 3.5rem; }
.product__top { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.product__gallery { min-width: 0; }
/* ---- Produktgalleri (huvudbild + klickbara thumbnails) ---- */
.gallery { margin: 0; }
.gallery__stage { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); padding: 2rem; display: grid; place-items: center; aspect-ratio: 4/3; }
.gallery__stage img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.gallery__thumbs { list-style: none; padding: 0; margin: .7rem 0 0; display: flex; gap: .55rem; flex-wrap: wrap; }
.gallery__thumb { display: grid; place-items: center; width: 74px; height: 74px; padding: .3rem; border: 1px solid var(--line-2); border-radius: 8px; background: var(--card); cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.gallery__thumb img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.gallery__thumb:hover { border-color: var(--signal); text-decoration: none; }
.gallery__thumb.is-active { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.gallery__thumb:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
.product__lead h1 { font-size: clamp(1.8rem, 1.2rem + 2vw, 2.7rem); margin: .4rem 0; }
.product__verdict { font-size: 1.12rem; color: var(--ink-2); border-left: 3px solid var(--signal); padding-left: 1rem; margin: 1.2rem 0; }
.product__metrics { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 1rem 0 1.4rem; }
.product__metrics div b { font-family: var(--mono); font-size: 1.3rem; display: block; }
.product__metrics div span { font-size: .82rem; color: var(--muted); }
.product__body { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; margin-top: 2.5rem; }
.product__section { margin-bottom: 2rem; }
.product__section h2 { font-size: 1.4rem; border-bottom: 1px solid var(--line); padding-bottom: .4rem; margin-bottom: .8rem; }
.vs-list { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; gap: .5rem; }
.vs-list a { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; padding: .7rem .9rem; border: 1px solid var(--line-2); border-radius: 8px; background: var(--card); text-decoration: none; color: var(--ink); font-weight: 600; transition: border-color .15s, transform .15s; }
.vs-list a:hover { border-color: var(--signal); transform: translateX(2px); }
.vs-list__vs { font-family: var(--mono, monospace); font-weight: 700; font-size: .8rem; color: var(--signal); text-transform: uppercase; letter-spacing: .04em; }
.quizform { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.4rem; margin: 1.6rem 0; padding: 1.4rem; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); box-shadow: var(--shadow); }
.quizform label { display: flex; flex-direction: column; gap: .35rem; font-weight: 600; font-size: .95rem; }
.quizform select { padding: .6rem .7rem; border: 1px solid var(--line-2); border-radius: 8px; background: var(--bg); color: var(--ink); font: inherit; font-weight: 400; }
.quizform button { grid-column: 1 / -1; justify-self: start; }
@media (max-width: 620px) { .quizform { grid-template-columns: 1fr; } }
.qresults { margin-top: 2rem; }
.qresult { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); margin-bottom: .8rem; }
.qresult__rank { flex: none; width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: #fff; font-weight: 700; }
.qresult__body { flex: 1 1 auto; min-width: 0; }
.qresult__name { font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--ink); }
.qresult__name:hover { color: var(--signal); }
.qresult__meta { display: flex; gap: .9rem; color: var(--muted); font-size: .9rem; margin: .15rem 0 .4rem; }
.qresult__why { display: flex; flex-wrap: wrap; gap: .35rem; }
.qresult__cta { flex: none; }
.chip--pos { background: color-mix(in oklab, var(--pos, #2e7d32) 14%, transparent); border-color: transparent; color: var(--ink); }
@media (max-width: 560px) { .qresult { flex-wrap: wrap; } .qresult__cta { width: 100%; text-align: center; } }
.scorecard { display: grid; gap: .55rem; margin-top: .9rem; }
.scorecard__row { display: grid; grid-template-columns: 9.5rem 1fr 2.2rem; align-items: center; gap: .8rem; }
.scorecard__label { font-weight: 600; font-size: .95rem; }
.scorecard__meter { height: .55rem; background: var(--line); border-radius: 999px; overflow: hidden; }
.scorecard__fill { display: block; height: 100%; background: linear-gradient(90deg, var(--signal), color-mix(in oklab, var(--signal) 65%, var(--pos, #2e7d32))); border-radius: 999px; }
.scorecard__val { text-align: right; font-weight: 700; color: var(--muted); font-size: .92rem; }
@media (max-width: 520px) { .scorecard__row { grid-template-columns: 6.5rem 1fr 1.9rem; gap: .5rem; } .scorecard__label { font-size: .82rem; } }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: .9rem; }
.proscons__col { border: 1px solid var(--line-2); border-radius: 10px; padding: 1rem 1.1rem; background: var(--card); }
.proscons__col h3 { font-size: 1rem; margin: 0 0 .55rem; display: flex; align-items: center; gap: .45rem; }
.proscons__col--pro { border-left: 3px solid var(--pos, #2e7d32); }
.proscons__col--con { border-left: 3px solid #c9772b; }
.proscons__col ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .45rem; }
.proscons__col li { font-size: .95rem; line-height: 1.45; }
.proscons__col--pro h3::before { content: "＋"; color: var(--pos, #2e7d32); font-weight: 700; }
.proscons__col--con h3::before { content: "−"; color: #c9772b; font-weight: 700; }
.aside-sticky { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 1.4rem; }

/* ---- Prose (artiklar) ---- */
.prose { max-width: 70ch; font-size: 1.06rem; }
.prose > * + * { margin-top: 1.1rem; }
.prose h2 { font-size: 1.55rem; margin-top: 2.4rem; padding-bottom: .35rem; border-bottom: 1px solid var(--line); }
.prose h3 { font-size: 1.22rem; margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li + li { margin-top: .4rem; }
.prose blockquote { border-left: 3px solid var(--signal); padding: .3rem 0 .3rem 1.1rem; color: var(--ink-2); font-style: italic; margin-left: 0; }
.prose code { font-family: var(--mono); font-size: .9em; background: var(--paper-2); padding: .1em .35em; border-radius: 4px; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 1.2rem 0; }
.prose th, .prose td { border: 1px solid var(--line); padding: .5rem .6rem; text-align: left; }
.prose th { background: var(--paper-2); font-weight: 600; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }

/* ---- Callout / pros-cons / keyfacts ---- */
.callout { background: var(--card); border: 1px solid var(--line-2); border-left: 3px solid var(--signal); border-radius: 8px; padding: 1rem 1.2rem; margin: 1.5rem 0; }
.callout--nordic { border-left-color: #2f6f9e; }
.callout__label { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--signal-ink); }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.5rem 0; }
.proscons ul { list-style: none; padding: 0; margin: .4rem 0 0; }
.proscons li { padding-left: 1.5rem; position: relative; margin-top: .4rem; }
.pros li::before { content: "+"; position: absolute; left: 0; color: var(--pos); font-weight: 700; }
.cons li::before { content: "–"; position: absolute; left: 0; color: var(--neg); font-weight: 700; }
.proscons h4 { margin: 0; font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

/* =========================================================================
   Content-rikedom: inline-produktbox, topp-3-widget, stylade listor/tabeller,
   märkes-badges. Renderas ur redaktionella tokens (cd_shortcodes) i brödtext.
   ========================================================================= */

/* ---- Inline mini-produktbox ([[produkt:slug]]) ---- */
.pbox {
    display: flex; gap: 1rem; align-items: center;
    background: var(--card); border: 1px solid var(--line-2);
    border-left: 3px solid var(--signal); border-radius: var(--r);
    padding: .85rem 1rem; margin: 1.5rem 0; box-shadow: var(--shadow);
}
.pbox__media { flex: none; width: 96px; height: 78px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.pbox__media img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pbox__media:hover { text-decoration: none; }
.pbox__noimg { font-family: var(--mono); font-size: .66rem; color: var(--line-2); }
.pbox__body { min-width: 0; display: flex; flex-direction: column; gap: .12rem; }
.pbox__brand { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.pbox__name { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; color: var(--ink); text-decoration: none; line-height: 1.15; }
.pbox__name:hover { color: var(--signal-ink); text-decoration: none; }
.pbox__rating, .top3__rating { font-family: var(--mono); font-size: .82rem; color: var(--ink-2); display: inline-flex; align-items: baseline; gap: .12rem; }
.pbox__rating b, .top3__rating b { color: var(--ink); }
.pbox__star { color: var(--warn); }
.pbox__of { color: var(--muted); font-size: .72rem; }
.pbox__specs { list-style: none; margin: .25rem 0 .1rem; padding: 0; display: flex; flex-wrap: wrap; gap: .3rem .4rem; }
.pbox__specs li { font-family: var(--mono); font-size: .7rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 5px; padding: .1rem .4rem; color: var(--ink-2); margin: 0; }
.pbox__more { align-self: start; margin-top: .3rem; font-size: .82rem; font-weight: 600; color: var(--signal-ink); text-decoration: none; }
.pbox__more::after { content: " \2192"; }
.pbox__more:hover { text-decoration: underline; }

/* ---- Topp-3-widget ([[topp3]] / [[topp3:kriterium]]) ---- */
.top3 { background: linear-gradient(180deg, var(--card), var(--paper-2)); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.1rem 1.2rem 1rem; margin: 1.8rem 0; box-shadow: var(--shadow); }
.top3__head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin: 0 0 .7rem; flex-wrap: wrap; }
.top3__title { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.top3__crit { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: #fff; background: var(--signal); padding: .2rem .55rem; border-radius: 999px; }
.top3__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.top3__item { display: flex; align-items: center; gap: .75rem; background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: .5rem .6rem; }
.top3__rank { flex: none; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--mono); font-weight: 700; font-size: .82rem; }
.top3__item:first-child .top3__rank { background: var(--signal); }
.top3__media { flex: none; width: 56px; height: 44px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.top3__media img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.top3__info { min-width: 0; display: flex; flex-direction: column; gap: .1rem; }
.top3__name { font-weight: 600; font-size: .98rem; color: var(--ink); text-decoration: none; line-height: 1.2; }
.top3__name:hover { color: var(--signal-ink); text-decoration: none; }
.top3__all { display: inline-block; margin-top: .8rem; font-size: .85rem; font-weight: 600; color: var(--signal-ink); text-decoration: none; }
.top3__all::after { content: " \2192"; }
.top3__all:hover { text-decoration: underline; }

/* ---- Stylade listor i brödtext (.list-check grön bock, .list-steps numrerad) ---- */
.prose ul.list-check { list-style: none; padding-left: 0; }
.prose ul.list-check li { position: relative; padding-left: 1.9rem; }
.prose ul.list-check li::before {
    content: "\2713"; position: absolute; left: 0; top: .05em;
    width: 1.25rem; height: 1.25rem; display: grid; place-items: center;
    background: color-mix(in oklab, var(--green) 15%, transparent);
    color: var(--green); border-radius: 50%; font-size: .78rem; font-weight: 700;
}
.prose ol.list-steps { list-style: none; padding-left: 0; counter-reset: step; }
.prose ol.list-steps li { position: relative; padding-left: 2.4rem; min-height: 1.7rem; margin-top: .7rem; }
.prose ol.list-steps li::before {
    counter-increment: step; content: counter(step);
    position: absolute; left: 0; top: 0;
    width: 1.7rem; height: 1.7rem; display: grid; place-items: center;
    background: var(--signal); color: #fff; border-radius: 50%;
    font-family: var(--mono); font-weight: 700; font-size: .86rem;
}
.prose ol.list-steps li strong { color: var(--ink); }

/* ---- Ren, färgsatt tabell (.table-clean) ---- */
.prose table.table-clean { border-collapse: separate; border-spacing: 0; border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.prose table.table-clean th, .prose table.table-clean td { border: none; border-bottom: 1px solid var(--line); }
.prose table.table-clean thead th { background: var(--steel); color: #fff; font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.prose table.table-clean tbody tr:nth-child(even) { background: var(--paper-2); }
.prose table.table-clean tbody tr:hover { background: color-mix(in oklab, var(--signal) 7%, transparent); }
.prose table.table-clean tbody tr:last-child td { border-bottom: none; }
.prose table.table-clean tr.is-highlight { background: color-mix(in oklab, var(--warn) 14%, transparent) !important; }
.prose table.table-clean tr.is-highlight td:first-child { box-shadow: inset 3px 0 0 var(--warn); font-weight: 600; }

/* ---- Husfärgad märkes-badge (wordmark, ingen extern logo) ---- */
.brand-badge {
    display: inline-flex; align-items: center;
    font-family: var(--serif); font-weight: 700; font-size: .92rem;
    line-height: 1; letter-spacing: -.01em;
    color: var(--ink); background: var(--card);
    border: 1px solid var(--line-2); border-radius: 7px;
    padding: .32rem .6rem; vertical-align: middle;
    box-shadow: inset 0 0 0 2px transparent;
}
.brand-badge::before { content: ""; width: .5rem; height: .5rem; margin-right: .45rem; border-radius: 2px; background: var(--signal); transform: rotate(45deg); }

/* ---- Breadcrumbs ---- */
.crumbs { font-size: .85rem; color: var(--muted); padding: 1.2rem 0 0; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--signal-ink); }

/* ---- Pelare / vinnare ---- */
.winners { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.winner { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; position: relative; }
.winner__cat { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; background: var(--ink); color: #fff; padding: .35rem .7rem; }
.winner__media { aspect-ratio: 16/10; background: #fff; display: grid; place-items: center; padding: 1rem; }
.winner__media img { max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.winner__body { padding: 1rem 1.1rem 1.2rem; }

/* ---- Jämför ---- */
.cmp { display: grid; grid-template-columns: 240px 1fr; gap: 1.8rem; align-items: start; padding: 1.5rem 0 3rem; }
.cmp > * { min-width: 0; }
.filters { position: sticky; top: 84px; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.1rem; font-size: .92rem; }
.filters h3 { font-size: .82rem; font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; margin: 1rem 0 .5rem; color: var(--muted); }
.filters h3:first-child { margin-top: 0; }
.filters label { display: flex; align-items: center; gap: .5rem; padding: .18rem 0; cursor: pointer; }
.cmp-scroll { overflow-x: auto; border: 1px solid var(--line-2); border-radius: var(--r); }
.cmp-table { border-collapse: collapse; width: 100%; font-size: .9rem; background: var(--card); }
.cmp-table th, .cmp-table td { padding: .55rem .7rem; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.cmp-table thead th { position: sticky; top: 0; background: var(--steel); color: #fff; font-family: var(--sans); font-weight: 600; font-size: .82rem; cursor: pointer; z-index: 1; }
.cmp-table tbody td { font-family: var(--mono); }
.cmp-table tbody td:first-child { font-family: var(--sans); font-weight: 600; white-space: normal; min-width: 160px; }
.cmp-award { display: block; margin-top: .2rem; font-family: var(--mono); font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: color-mix(in oklab, #a8801f 80%, var(--ink)); white-space: normal; }
.cmp-table tbody tr:hover { background: var(--paper-2); }
.cmp-count { font-family: var(--mono); font-size: .85rem; color: var(--muted); margin-bottom: .8rem; }

/* ---- Chips-lista (märken) ---- */
.brandbar { display: flex; flex-wrap: wrap; gap: .6rem; }
.brandbar a { background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; padding: .4rem .9rem; font-weight: 600; color: var(--ink-2); font-size: .9rem; }
.brandbar a:hover { border-color: var(--ink); color: var(--ink); text-decoration: none; }
.brandbar a small { color: var(--muted); font-family: var(--mono); }

/* ---- Listor ---- */
.artlist { display: grid; gap: 1rem; }
.artrow { display: block; padding: 1.1rem 1.2rem; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); }
.artrow:hover { border-color: var(--ink); text-decoration: none; box-shadow: var(--shadow); }
.artrow h3 { margin: 0 0 .2rem; font-size: 1.18rem; }
.artrow h3 { color: var(--ink); }
.artrow p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.artrow__meta { margin-top: .6rem; display: flex; gap: .55rem; align-items: center; flex-wrap: wrap; }
.artrow__meta span { font-size: .78rem; letter-spacing: .02em; color: var(--ink-2); }
.artrow__type { background: var(--line); color: var(--ink) !important; padding: .12rem .5rem; border-radius: 999px; font-weight: 600; }
.artrow__time { font-variant-numeric: tabular-nums; }
/* Listningskort med omslagsbild */
.artrow--media { display: grid; grid-template-columns: 168px 1fr; padding: 0; overflow: hidden; }
.artrow__media { overflow: hidden; background: var(--paper-2); border-right: 1px solid var(--line); }
.artrow__media img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; display: block; }
.artrow__text { padding: 1.1rem 1.2rem; min-width: 0; }
.artrow--media h3 { margin: 0 0 .2rem; }
@media (max-width: 520px) {
    .artrow--media { grid-template-columns: 104px 1fr; }
    .artrow__text { padding: .8rem .9rem; }
}

/* ---- Footer ---- */
.colophon { background: var(--steel); color: #c9cdd6; margin-top: 4rem; padding: 3rem 0 1.5rem; }
.colophon a { color: #eaecf1; }
.colophon__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.colophon__brand p { color: #9aa0ad; font-size: .92rem; max-width: 34ch; }
.wordmark--foot { color: #fff; font-size: 1.15rem; margin-bottom: .6rem; }
.colophon__col h3 { color: #fff; font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 .7rem; }
.colophon__col a { display: block; padding: .22rem 0; font-size: .93rem; color: #c9cdd6; }
.colophon__col a:hover { color: #fff; }
.colophon__legal { border-top: 1px solid #333c49; margin-top: 2rem; padding-top: 1.2rem; font-size: .82rem; color: #8b91a0; }
.colophon__legal a { color: #b9bfca; text-decoration: underline; }

/* ---- Mikrotypografi (designresearch 2026): mänsklig radbrytning + datasiffror ---- */
h1, h2, h3, h4, .hero__title, .pcard__title, figcaption { text-wrap: balance; }
p, .lead, .hero__dek, .pcard__one, .product__verdict, .artrow p { text-wrap: pretty; }
.price, .specs td, .cmp-table td, .product__metrics b, .hero__meta b, .rating { font-variant-numeric: tabular-nums; }

/* ---- Responsivt ---- */
@media (max-width: 900px) {
    .hero__inner { grid-template-columns: 1fr; gap: 1.8rem; padding: 2.5rem 0; }
    .product__top, .product__body, .proscons { grid-template-columns: 1fr; }
    .cmp { grid-template-columns: 1fr; }
    .filters { position: static; }
    .colophon__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
    .navtoggle {
        display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
        margin-left: auto; background: none; border: 0; padding: .4rem; cursor: pointer;
        min-width: 44px; min-height: 44px; align-items: center;
    }
    .navtoggle span { width: 24px; height: 2px; background: var(--ink); display: block; border-radius: 2px; transition: transform .2s, opacity .2s; }
    .navtoggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .navtoggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .navtoggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mainnav {
        position: fixed; inset: 66px 0 auto 0; background: var(--paper);
        flex-direction: column; align-items: stretch; gap: 0;
        padding: .5rem 1.5rem 1.5rem; border-bottom: 1px solid var(--line);
        box-shadow: 0 12px 24px rgba(20,22,27,.10);
        max-height: calc(100dvh - 66px); overflow-y: auto;
        transform: translateY(-120%); transition: transform .2s; will-change: transform;
    }
    .mainnav.open { transform: translateY(0); }
    .mainnav a { display: flex; align-items: center; min-height: 48px; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .mainnav__cta { justify-content: center; text-align: center; margin-top: .9rem; min-height: 48px; border-bottom: 0; }
}
@media (max-width: 680px) {
    .colophon__grid { grid-template-columns: 1fr; }
}

/* Ljust tema alltid (Fredrik: ljus design, vit bakgrund, klara färger). Inget mörkt läge. */

/* ---- Jämför: multi-select-tray + urvalskryss ---- */
.cmp-pick-col { width: 2.2rem; text-align: center; }
.cmp-table thead th.cmp-pick-col { cursor: default; }
.cmp-pick { display: inline-grid; place-items: center; cursor: pointer; padding: .2rem; margin: 0; }
.cmp-pick input { width: 1.05rem; height: 1.05rem; accent-color: var(--signal); cursor: pointer; }
.cmp-table tbody tr.is-picked { background: color-mix(in oklab, var(--signal) 8%, transparent); }
.cmp-filternote { font-family: var(--sans); color: var(--signal-ink); margin-left: .5rem; }
.cmp-tray { border: 1px solid var(--line-2); border-left: 3px solid var(--signal); border-radius: var(--r); background: var(--card); padding: 1rem 1.1rem 1.1rem; margin-bottom: 1.2rem; box-shadow: var(--shadow); }
.cmp-tray__head { display: flex; align-items: baseline; gap: .6rem 1rem; flex-wrap: wrap; margin-bottom: .7rem; }
.cmp-tray__head strong { font-family: var(--serif); font-size: 1.12rem; }
.cmp-tray__hint { font-size: .84rem; }
.cmp-tray__clear { margin-left: auto; background: none; border: 0; color: var(--signal-ink); font: inherit; font-weight: 600; font-size: .86rem; cursor: pointer; padding: .1rem .2rem; }
.cmp-tray__clear:hover { text-decoration: underline; }
.cmp-side { border-collapse: collapse; width: 100%; font-size: .9rem; background: var(--card); }
.cmp-side th, .cmp-side td { padding: .5rem .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cmp-side thead th { background: var(--steel); color: #fff; font-family: var(--sans); font-weight: 600; font-size: .84rem; white-space: nowrap; }
.cmp-side thead th:first-child { background: var(--steel); }
.cmp-side tbody th { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 500; white-space: nowrap; }
.cmp-side tbody td { font-family: var(--mono); }
.cmp-side td.is-best { color: var(--pos); font-weight: 600; }
.cmp-side .cmp-side__rm { background: none; border: 0; color: #fff; font-size: 1rem; line-height: 1; cursor: pointer; margin-left: .4rem; opacity: .75; }
.cmp-side .cmp-side__rm:hover { opacity: 1; }
.cmp-side__name a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cmp-tray__foot { margin: .8rem 0 0; font-size: .9rem; }

/* ---- Väljaren: stegvis wizard (progressiv förbättring, funkar utan JS) ---- */
.quizform.is-wizard .quizstep { display: none; }
.quizform.is-wizard .quizstep.is-active { display: flex; grid-column: 1 / -1; }
.quizform.is-wizard #quizsubmit { display: none; }
.quizform.is-wizard.is-last #quizsubmit { display: inline-block; }
.quizprogress { grid-column: 1 / -1; display: flex; flex-direction: column; gap: .5rem; margin-bottom: .3rem; }
.quizprogress__label { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--signal-ink); }
.quizprogress__track { height: 6px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.quizprogress__bar { height: 100%; background: var(--signal); border-radius: 999px; transition: width .2s ease; }
.quiznav { grid-column: 1 / -1; display: flex; gap: .7rem; }
.quiznav .btn { min-width: 7rem; text-align: center; }

/* FAQ-sektion (Vanliga frågor) — genuin Q&A, källa för FAQPage-schema */
.prose .faq { margin-top: 2rem; }
.prose .faq__item { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1rem; }
.prose .faq__q { margin: 0 0 .35rem; font-size: 1.1rem; }
.prose .faq__a { color: var(--ink-2); }
.prose .faq__a p:first-child { margin-top: 0; }

/* =========================================================================
   Artikel: layout + sticky innehållsförteckning (ToC) + relaterat
   ========================================================================= */
.article__title { font-size: clamp(1.9rem, 1.2rem + 2.2vw, 2.85rem); max-width: 22ch; margin: .3rem 0 .5rem; }
.article__cover { margin: 1.5rem 0 0; }
.article__cover img { border-radius: var(--r); border: 1px solid var(--line-2); width: 100%; height: auto; aspect-ratio: 3 / 1; max-height: 300px; object-fit: cover; object-position: center 40%; }
.article__editnote { margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.prose h2, .prose h3 { scroll-margin-top: 90px; }

/* Grid: brödtext + sticky sidokolumn (desktop). Mobil = en kolumn. */
.article__body { margin-top: 1.6rem; }
.article__main { min-width: 0; }
.article__aside { display: none; }

/* ToC — delad stil */
.toc__list { list-style: none; margin: 0; padding: 0; }
.toc__link { display: block; text-decoration: none; color: var(--ink-2); line-height: 1.4; }
.toc__link:hover { color: var(--signal-ink); text-decoration: none; }

/* ToC mobil: kollapsad accordion högst upp (funkar utan JS via <details>) */
.toc--mobile { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); margin: 0 0 1.8rem; box-shadow: var(--shadow); }
.toc__summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: .6rem; padding: .85rem 1.1rem; font-family: var(--serif); font-weight: 700; font-size: 1.04rem; color: var(--ink); }
.toc__summary::-webkit-details-marker { display: none; }
.toc__summary::after { content: ""; width: .6rem; height: .6rem; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s; margin-bottom: .2rem; }
.toc--mobile[open] .toc__summary::after { transform: rotate(-135deg); margin: .2rem 0 0; }
.toc__count { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 500; margin-left: auto; }
.toc--mobile .toc__list { padding: .2rem 1.1rem 1rem; border-top: 1px solid var(--line); }
.toc--mobile .toc__link { padding: .38rem 0; font-size: .95rem; }
.toc--mobile .toc__link--sub { padding-left: 1rem; font-size: .88rem; color: var(--muted); }

/* ToC desktop: sticky sidokolumn med aktiv-markering */
.toc--desktop .toc__title { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 500; margin: 0 0 .6rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.toc--desktop .toc__link { padding: .34rem 0 .34rem .8rem; font-size: .9rem; border-left: 2px solid var(--line); transition: color .15s, border-color .15s; }
.toc--desktop .toc__link--sub { padding-left: 1.55rem; font-size: .85rem; color: var(--muted); }
.toc--desktop .toc__link.is-active { color: var(--signal-ink); font-weight: 600; border-left-color: var(--signal); }

/* Relaterat / Läs vidare */
.related { margin-top: 3.2rem; }
.related__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .related__grid { grid-template-columns: 1fr; } }

@media (min-width: 1000px) {
    .article--toc .article__body { display: grid; grid-template-columns: minmax(0, 1fr) 248px; gap: 3rem; align-items: start; }
    .article--toc .article__aside { display: block; position: sticky; top: 88px; align-self: start; }
    .article--toc .toc--mobile { display: none; }
}

/* =========================================================================
   Enhetlig topplista: tagg-växlare (kriterie-bar) + rank-box
   ========================================================================= */
.tagbar { margin: 1.1rem 0 1.4rem; }
.tagbar__label { display: block; font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: .5rem; }
.tagbar__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.tagbar__tag { display: inline-block; padding: .4rem .85rem; border: 1px solid var(--line-2); border-radius: 999px; background: var(--card); color: var(--ink-2); font-weight: 600; font-size: .9rem; transition: border-color .15s, color .15s, background .15s; }
.tagbar__tag:hover { border-color: var(--ink); color: var(--ink); text-decoration: none; }
.tagbar__tag.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.tagbar__tag.is-active:hover { background: var(--signal); border-color: var(--signal); color: #fff; }

.ranking-intro { max-width: 74ch; font-size: 1.06rem; }
.ranking { margin-top: 1.4rem; }

/* ---- Intro-räls: lång pillar-prosa vänster (i linje med H1) + sticky TOC/kort
   till höger, så högerytan fylls i stället för att gapa. ---- */
.introrail { margin-top: 1.4rem; }
.introrail .prose { max-width: 74ch; }
.introrail__aside { display: none; }
.introrail--pick .introrail__aside { display: block; margin-top: 1.6rem; max-width: 340px; }
@media (min-width: 981px) {
    .introrail--toc, .introrail--pick { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 3rem; align-items: start; }
    .introrail--toc .introrail__aside, .introrail--pick .introrail__aside {
        display: block; position: sticky; top: 88px; align-self: start; margin-top: 0; max-width: none;
    }
    .introrail--toc .toc--mobile { display: none; }
}

/* Toppval-kort i sidorälsen */
.pickcard { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); box-shadow: var(--shadow); padding: 1.25rem 1.3rem; text-align: center; }
.pickcard__label { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--signal-ink); display: block; margin-bottom: .85rem; }
.pickcard__media { display: block; height: 150px; margin-bottom: .8rem; }
.pickcard__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pickcard__name { display: block; font-weight: 700; font-size: 1.06rem; line-height: 1.3; }
.pickcard__name:hover { color: var(--signal-ink); }
.pickcard__rating { display: inline-block; margin-top: .4rem; font-family: var(--mono); font-size: 1.05rem; }
.pickcard__rating b { color: var(--ink); }
.pickcard__of { color: var(--ink-2); font-size: .85em; }
.pickcard__cta { display: inline-block; margin-top: .95rem; font-weight: 600; font-size: .9rem; }

/* ---- Läskolumn: fristående text centreras så tomrummet blir symmetriskt,
   inte en lutande död yta till höger. Sidor med brett innehåll under intron
   behåller vänsterkant men centrerar själva introt. ---- */
.wrap--readable { max-width: 820px; }
.wrap--readable .prose { max-width: none; }
.article--readable { max-width: 780px; }
.article--readable .prose { max-width: none; }

/* Rank-box: en ren vertikal stapel av fullbredds-rader (huvudrad, text, labels, för/nackdelar, priser). */
.rankbox { scroll-margin-top: 92px; padding: 1.5rem 1.7rem; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); box-shadow: var(--shadow); margin-bottom: 1.5rem; }
.rankbox__main { display: flex; align-items: center; gap: 1.4rem; }
.rankbox__num { flex: none; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: #fff; font-family: var(--mono); font-weight: 700; font-size: 1.15rem; box-shadow: var(--shadow); }
.rankbox__media { flex: none; width: 200px; aspect-ratio: 4/3; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: .9rem; }
.rankbox__media img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.rankbox__ident { min-width: 0; }
.rankbox__nameline { display: flex; align-items: baseline; gap: .7rem; flex-wrap: wrap; margin-top: .15rem; }
.rankbox__title { font-size: 1.55rem; margin: 0; }
.rankbox__title a { color: var(--ink); }
.rankbox__title a:hover { color: var(--signal-ink); text-decoration: none; }
.rankbox__rating { font-family: var(--mono); font-size: 1.1rem; font-weight: 700; color: var(--signal-ink); }
.rankbox__rating .rankbox__of { color: var(--muted); font-weight: 400; font-size: .8em; }
.rankbox__metric { display: inline-block; font-family: var(--sans); font-size: .86rem; color: var(--ink-2); background: var(--paper-2); border: 1px solid var(--line); border-radius: 6px; padding: .18rem .6rem; margin: .55rem 0 0; }
.rankbox__metric b { color: var(--ink); }

/* Egna fullbredds-rader, avdelade med en tunn linje för tydlig rytm. */
.rankbox__row { margin-top: 1.15rem; padding-top: 1.15rem; border-top: 1px solid var(--line); }
.rankbox__reason { color: var(--ink-2); font-size: 1.06rem; line-height: 1.62; max-width: 74ch; }
.rankbox__chips { gap: .4rem; }
.rankbox__pc { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.15rem; }
.rankbox__pc .proscons__col { padding: .85rem 1rem; }
.rankbox__pc .proscons__col li { font-size: .92rem; }

/* Priser-rad: butiksrader i full bredd, "Till butik" till höger. */
.rankbox__prices { display: flex; flex-direction: column; }
.buylist__title { font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 .6rem; }
.buylist__rows { list-style: none; margin: 0 0 .5rem; padding: 0; display: grid; gap: .5rem; }
.buylist__row { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-2); }
.store-badge { font-weight: 700; font-size: .9rem; color: var(--ink); }
.buylist__price { margin-left: auto; font-size: .95rem; font-weight: 600; }
.buylist__stock { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.buylist__stock--in { color: var(--pos); }
.buylist__stock--out { color: var(--muted); }
/* Butiksknappen sist till höger; om pris saknas skjuter knappen själv ut åt höger. */
.buylist__btn { text-align: center; padding: .5rem 1.1rem; font-size: .88rem; }
.buylist__row > .store-badge + .buylist__btn { margin-left: auto; }
.rankbox__more { align-self: flex-start; margin-top: .5rem; font-weight: 600; font-size: .9rem; }

@media (max-width: 620px) {
    .rankbox { padding: 1.2rem 1.1rem; }
    .rankbox__main { flex-wrap: wrap; gap: .9rem 1rem; }
    .rankbox__media { width: 130px; }
    .rankbox__ident { flex: 1 1 60%; }
    .rankbox__pc { grid-template-columns: 1fr; }
    .buylist__row { gap: .5rem .7rem; }
    .buylist__price { margin-left: 0; }
    .buylist__btn { margin-left: auto; }
}

/* =========================================================================
   Interaktiv jämförelsetabell (produkter = kolumner, attribut = rader).
   Sticky förstakolumn + horisontell scroll, mobilanpassad. No-JS = statisk tabell.
   ========================================================================= */
.ctable-section { margin-top: 2.6rem; }
.ctable__lead { color: var(--ink-2); max-width: 66ch; margin: .2rem 0 1.1rem; }
.ctable__picker { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.1rem; }
.ctable__pill { font: inherit; font-size: .88rem; font-weight: 600; padding: .4rem .85rem; border-radius: 999px; border: 1px solid var(--line-2); background: var(--card); color: var(--ink-2); cursor: pointer; transition: background .12s, color .12s, border-color .12s; }
.ctable__pill:hover { border-color: var(--signal); color: var(--signal-ink); }
.ctable__pill.is-on { background: var(--signal); border-color: var(--signal); color: #fff; }
.ctable__pill.is-on::before { content: "✓ "; font-weight: 700; }
.ctable__pill:disabled { opacity: .45; cursor: not-allowed; }
.ctable__pill:disabled:hover { border-color: var(--line-2); color: var(--ink-2); }
.ctable__scroll { overflow-x: auto; border: 1px solid var(--line-2); border-radius: var(--r); -webkit-overflow-scrolling: touch; }
.ctable__table { border-collapse: separate; border-spacing: 0; width: 100%; font-size: .92rem; background: var(--card); }
.ctable__table th, .ctable__table td { padding: .6rem .85rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.ctable__table thead th { background: var(--steel); color: #fff; font-family: var(--sans); font-weight: 600; font-size: .9rem; white-space: normal; min-width: 130px; }
.ctable__table thead th a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.ctable__table tbody td { font-family: var(--mono); color: var(--ink); white-space: nowrap; }
.ctable__table tbody tr:last-child th, .ctable__table tbody tr:last-child td { border-bottom: 0; }
/* Sticky första kolumn (attribut-etiketterna), glider inte med i sidled. */
.ctable__rowhead { position: sticky; left: 0; z-index: 2; }
.ctable__table thead th.ctable__rowhead { background: var(--steel); z-index: 3; }
.ctable__table tbody th.ctable__rowhead { background: var(--paper-2); font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 600; white-space: nowrap; border-right: 1px solid var(--line-2); }
.ctable__table tbody td.is-best { color: var(--pos); font-weight: 700; }
.ctable__all { display: inline-block; margin-top: 1rem; font-weight: 600; font-size: .95rem; }

/* =======================================================================
   Ordlista (/ordlista/) — grupperade uppslagsord med ankare.
   ======================================================================= */
.ordlista-jump { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.6rem 0 .5rem; }
.ordlista-jump a { font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-2); background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: .34rem .7rem; text-decoration: none; }
.ordlista-jump a:hover { border-color: var(--signal); color: var(--signal-ink); }

.ordlista-group { margin-top: 2.6rem; scroll-margin-top: 1.2rem; }
.ordlista-group__h { font-size: 1.35rem; margin: 0 0 .2rem; border-top: 2px solid var(--ink); padding-top: 1rem; }
.ordlista-group__blurb { color: var(--muted); margin: .1rem 0 1rem; max-width: 60ch; }

.ordlista { margin: 0; }
.ordlista__row { border-top: 1px solid var(--line); padding: 1rem 0; scroll-margin-top: 1.2rem; }
.ordlista__row:first-child { border-top: none; }
.ordlista__row:target { background: #fff8f4; box-shadow: -1rem 0 0 #fff8f4, 1rem 0 0 #fff8f4; border-radius: 4px; }
.ordlista__term { font-weight: 700; font-size: 1.06rem; color: var(--ink); margin: 0 0 .3rem; }
.ordlista__full { font-family: var(--mono); font-size: .74rem; font-weight: 500; text-transform: uppercase; letter-spacing: .03em; color: var(--muted); margin-left: .5rem; }
.ordlista__def { margin: 0; color: var(--ink-2); line-height: 1.6; max-width: 66ch; }
.ordlista__see { display: inline-block; margin-top: .45rem; font-weight: 600; font-size: .92rem; color: var(--signal-ink); text-decoration: none; }
.ordlista__see:hover { text-decoration: underline; }
.ordlista-foot { margin-top: 2.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }

/* =======================================================================
   Spec-positionsmätare (produktsida) — "Så ligger den till i fältet".
   Datavisualisering: modellens faktiska värde positionerat i katalogens
   min–max, med diskret snitt-tick. Husfärger, en accent på neutralt spår.
   ======================================================================= */
.specpos { margin-top: .4rem; }
.specpos__row { margin: 0 0 1.25rem; }
.specpos__row:last-of-type { margin-bottom: .6rem; }
.specpos__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .5rem; }
.specpos__label { font-weight: 600; color: var(--ink); }
.specpos__val { font-weight: 700; color: var(--signal-ink); font-size: 1.02rem; }
.specpos__track { position: relative; height: 8px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; margin: .1rem 0; }
.specpos__avg { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--muted); opacity: .55; transform: translateX(-1px); border-radius: 2px; }
.specpos__marker { position: absolute; top: 50%; width: 15px; height: 15px; background: var(--signal); border: 2px solid var(--card); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px var(--line-2); z-index: 2; }
.specpos__scale { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; margin-top: .45rem; font-family: var(--mono); font-size: .72rem; color: var(--muted); }
.specpos__hint { text-align: center; font-family: var(--sans); font-style: italic; color: var(--muted); }
.specpos__note { margin-top: 1rem; font-size: .82rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 480px) { .specpos__hint { display: none; } }

/* =======================================================================
   Tillförlitlighetstabell (/tillforlitlighet/).
   ======================================================================= */
.reltable-wrap { margin: 1.6rem 0 .5rem; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
.reltable { width: 100%; border-collapse: collapse; min-width: 720px; font-size: .93rem; }
.reltable thead th { background: var(--steel); color: #fff; text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; padding: .7rem .9rem; }
.reltable tbody tr { border-top: 1px solid var(--line); }
.reltable tbody tr:nth-child(even) { background: var(--paper-2); }
.reltable td, .reltable th { padding: .85rem .9rem; vertical-align: top; line-height: 1.5; }
.reltable__issue { text-align: left; font-weight: 700; color: var(--ink); min-width: 170px; }
.reltable__src { display: inline-block; margin-top: .35rem; font-weight: 600; font-size: .82rem; color: var(--signal-ink); text-decoration: none; }
.reltable__src:hover { text-decoration: underline; }
.relsev { display: inline-block; font-family: var(--mono); font-size: .72rem; font-weight: 600; padding: .2rem .5rem; border-radius: 999px; white-space: nowrap; }
.relsev--låg { background: #e8f3ec; color: #1f7a4d; }
.relsev--medel { background: #fbf1e2; color: #9a6207; }
.relsev--hög { background: #fbe9e3; color: #a23b1a; }
.reltable-foot { margin-top: 1.6rem; }

/* Pelar-fördjupning (avslutande djuptext på bäst-i-test / billiga). */
.pillar-deep { padding-top: .5rem; }
.pillar-deep h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 1.9rem); margin: 1.5rem 0 .6rem; }
.pillar-deep h3 { font-size: 1.16rem; margin: 1.7rem 0 .4rem; color: var(--ink); }
.pillar-deep p { line-height: 1.7; color: var(--ink-2); max-width: 68ch; margin: 0 0 1rem; }
.pillar-deep__honest { border-top: 1px solid var(--line); padding-top: 1.1rem; margin-top: 1.6rem; font-size: .95rem; }

/* =======================================================================
   Artikel-hero med omslagsbild som bakgrund + overlagd text (guider m.fl.).
   Ersätter den separata, höga cover-bilden. Scrim för läsbarhet, höjdtak.
   ======================================================================= */
.article__head--hero { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--r); border: 1px solid var(--line-2); min-height: clamp(300px, 32vw, 400px); display: flex; align-items: flex-end; margin: 0 0 1.6rem; }
.article__herobg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: 0; }
.article__head--hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,11,14,.94) 0%, rgba(10,11,14,.78) 26%, rgba(10,11,14,.4) 52%, rgba(10,11,14,.08) 78%, rgba(10,11,14,0) 100%), linear-gradient(to right, rgba(10,11,14,.55) 0%, rgba(10,11,14,.15) 42%, transparent 66%); z-index: 1; }
.article__head--hero .article__heroinner { position: relative; z-index: 2; padding: clamp(1.3rem, 3vw, 2.4rem); max-width: 44rem; }
.article__head--hero .kicker { color: #fff; opacity: .92; }
.article__head--hero .article__title { color: #fff; max-width: 20ch; text-shadow: 0 1px 16px rgba(0,0,0,.28); }
.article__head--hero .article__herodek { color: rgba(255,255,255,.94); max-width: 58ch; font-size: 1.12rem; text-shadow: 0 1px 10px rgba(0,0,0,.35); margin: .1rem 0 0; }
.article__head--hero .article__herobyline { color: rgba(255,255,255,.82); margin-top: .9rem; }
@media (max-width: 640px) {
  .article__head--hero { min-height: 260px; }
  .article__head--hero .article__herodek { font-size: 1.02rem; }
}

/* Artikel-metarad under hero (byline + SVG-ikoner). */
.article__meta { display: flex; flex-wrap: wrap; gap: 1.3rem; align-items: center; margin: 0 0 1.4rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.article__metaitem { display: inline-flex; align-items: center; gap: .45rem; font-size: .86rem; color: var(--muted); font-weight: 500; }
.article__metaicon { width: 17px; height: 17px; color: var(--signal); flex: none; }

/* FAQ som accordion med boxar (progressiv förbättring: utan JS är svaren öppna). */
.faq { margin: 2.2rem 0 0; }
.faq > h2 { margin: 0 0 1rem; }
.faq__item { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); margin-bottom: .7rem; overflow: hidden; transition: border-color .15s; }
.faq__item:hover { border-color: var(--signal); }
.faq__q { margin: 0; font-size: 1.05rem; font-weight: 600; color: var(--ink); padding: 1.05rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq--js .faq__q { cursor: pointer; }
.faq--js .faq__q::after { content: ""; flex: none; width: 12px; height: 12px; position: relative; background:
  linear-gradient(var(--signal), var(--signal)) center/12px 2px no-repeat,
  linear-gradient(var(--signal), var(--signal)) center/2px 12px no-repeat; transition: transform .2s; }
.faq--js .faq__item.is-open .faq__q::after { transform: rotate(45deg); }
.faq__a { padding: 0 1.2rem 1.1rem; color: var(--ink-2); line-height: 1.6; }
.faq__a p { margin: 0; }
.faq--js .faq__a { display: none; }
.faq--js .faq__item.is-open .faq__a { display: block; animation: faqIn .18s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* Mindre luft ovanför artikel-hero (section-paddingen blir för stor med headerbild). */
.section.article { padding-top: 1.1rem; }

/* Startsidans "Så kommer du vidare"-block (guidande vägkort). */
.pathgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pathcard { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .15s, border-color .15s; }
.pathcard:hover { transform: translateY(-3px); border-color: var(--signal); }
.pathcard__ic { width: 30px; height: 30px; color: var(--signal); margin-bottom: .7rem; }
.pathcard h3 { margin: 0 0 .3rem; font-size: 1.1rem; }
.pathcard p { margin: 0; color: var(--ink-2); font-size: .95rem; line-height: 1.5; }
@media (max-width: 820px) { .pathgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .pathgrid { grid-template-columns: 1fr; } }

/* FAQ som native details-accordion (2026-standard) */
.prose .faq--acc { margin-top: 2.2rem; }
.prose .faq--acc > h2 { margin: 0 0 1rem; }
.faq--acc .faq__item { border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); margin: 0 0 .7rem; padding: 0; overflow: hidden; transition: border-color .15s; }
.faq--acc .faq__item[open] { border-color: var(--signal); }
.faq--acc summary.faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0; padding: 1.05rem 1.2rem; font-size: 1.05rem; font-weight: 600; color: var(--ink); }
.faq--acc summary.faq__q::-webkit-details-marker { display: none; }
.faq--acc summary.faq__q::marker { content: ""; }
.faq--acc details.faq__item { list-style: none; }
.faq--acc summary.faq__q:hover { color: var(--signal); }
.faq--acc .faq__chev { flex: none; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; opacity: .65; }
.faq--acc .faq__item[open] .faq__chev { transform: rotate(-135deg); }
.faq--acc .faq__a { padding: 0 1.2rem 1.15rem; color: var(--ink-2); line-height: 1.6; }
.faq--acc .faq__a p { margin: 0 0 .6rem; }
.faq--acc .faq__a p:last-child { margin-bottom: 0; }
