/* ============================================================
   Villanytt — redesign vocabulary (warm editorial)
   Port of Docs/designsystem/redesign/vn-redesign.css + the
   page-specific style blocks from the locked mockups
   (artikel, magasin, butik, fa-offert, proffs-bransch,
   startsida, bli-medlem). Locked 2026-06-18.

   Loads AFTER villanytt.css: unprefixed tokens/classes here are
   the source of truth for templates written in the redesign
   vocabulary (.wrap/.section/.art-head/.prose/…).
   ============================================================ */

:root {
  --green-900: #11352a;
  --green-800: #1a4837;
  --green-700: #1f5a44;
  --green-600: #2d6e54;
  --green-500: #3a8765;
  --green-100: #e8efe9;
  --green-50: #f3f6f2;
  --bg: #fbfaf6;
  --bg-tint: #f3f1ea;
  --paper: #fff;
  --ink: #14201a;
  --ink-2: #2c3933;
  --mute: #5f6b64; /* AA contrast: darkened from #6e7a73 */
  --line: #e3e1d8;
  --line-2: #d0cfc3;
  --copper: #c8632b;
  --copper-d: #b1551f;
  --gold: #b89352;
  --rose: #b65b5b;
  --display: "Fraunces", Georgia, serif;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Inter Tight", -apple-system, Arial, sans-serif;
}

/* Locked heading voice: Fraunces display across the site. */
.vn h1,
.vn h2,
.vn h3,
.vn h4 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

/* ---- layout primitives ---- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.wrap--narrow { max-width: 880px; }
.section { padding: 88px 0; }
.section--tint { background: var(--bg-tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rule { height: 1px; background: var(--line); border: 0; }

/* ---- editorial primitives ---- */
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--copper); }
.eyebrow--green { color: var(--green-600); }
.lede { font-family: var(--serif); font-size: 19px; line-height: 1.6; color: var(--ink-2); }
.mute { color: var(--mute); }
.serif { font-family: var(--serif); }

.head-center { text-align: center; max-width: 32em; margin: 0 auto 56px; }
.head-center h2 { font-size: clamp(32px, 4vw, 48px); margin: 14px 0 0; }
.head-center p { margin: 18px auto 0; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.head-row h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 12px 0 0; }
.head-row .more { font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--green-700); border-bottom: 1.5px solid transparent; padding-bottom: 2px; }
.head-row .more:hover { border-color: var(--copper); }

/* ---- buttons ---- */
.btn { font-family: var(--sans); font-weight: 500; border: 0; border-radius: 999px; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; text-align: center; }
.btn[hidden], .vn-btn[hidden] { display: none !important; }
.btn svg { flex-shrink: 0; }
.btn-pill { background: var(--green-800); color: #fff; padding: 12px 22px; font-size: 15px; }
.btn-pill:hover { background: var(--green-900); }
.btn-gold { background: var(--copper); color: #fff; padding: 16px 28px; font-size: 16px; }
.btn-gold:hover { background: var(--copper-d); }
.btn-green { background: var(--green-800); color: #fff; padding: 16px 28px; font-size: 16px; }
.btn-green:hover { background: var(--green-900); }
.btn-ghost { background: transparent; color: var(--green-800); padding: 16px 6px; font-size: 16px; border-radius: 0; border-bottom: 1.5px solid transparent; }
.btn-ghost:hover { border-color: var(--copper); }
.btn-outline { background: transparent; color: var(--green-800); padding: 15px 26px; font-size: 16px; border: 1.5px solid var(--line-2); }
.btn-outline:hover { border-color: var(--green-700); background: var(--green-50); }

/* ---- breadcrumb ---- */
.crumb { font-size: 13.5px; color: var(--mute); padding: 22px 0 0; }
.crumb a:hover { color: var(--green-700); }
.crumb span { color: var(--copper); }

/* ---- tags / chips ---- */
.tag { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--copper); background: rgba(200, 99, 43, .09); padding: 6px 11px; border-radius: 6px; display: inline-block; align-self: flex-start; }
.tag--green { color: var(--green-700); background: var(--green-50); }
.tag--gold { color: #8a6a2e; background: rgba(184, 147, 82, .14); }
.chip { font-family: var(--sans); font-size: 14px; color: var(--ink-2); border: 1px solid var(--line-2); background: var(--paper); padding: 9px 16px; border-radius: 999px; cursor: pointer; transition: background-color .16s ease, border-color .16s ease, color .16s ease; display: inline-flex; align-items: center; gap: 8px; }
.chip:hover { border-color: var(--green-600); color: var(--green-800); }
.chip:focus-visible { border-color: var(--green-600); color: var(--green-800); outline: 2px solid var(--green-600); outline-offset: 2px; }
.chip.is-active { background: var(--green-800); color: #fff; border-color: var(--green-800); }
/* 44px touch targets on touch devices only; desktop keeps the locked mockup metrics. */
@media (pointer: coarse) {
  .chip, .prod .foot .btn-outline { min-height: 44px; }
}

/* ---- numbered value list ---- */
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.value { background: var(--bg); padding: 38px 40px; display: flex; gap: 24px; transition: background .2s; }
.value:hover { background: var(--paper); }
.value .num { font-family: var(--display); font-size: 30px; color: var(--copper); font-weight: 500; line-height: 1; flex-shrink: 0; width: 42px; }
.value h3 { font-size: 23px; margin: 0 0 10px; }
.value p { font-family: var(--serif); font-size: 16.5px; line-height: 1.6; color: var(--mute); }

/* ---- article / content card ---- */
.acard { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .22s ease, box-shadow .22s ease; display: flex; flex-direction: column; }
.acard:hover { border-color: var(--line-2); box-shadow: 0 16px 36px -28px rgba(20, 32, 26, .4); }
.acard .ph { aspect-ratio: 16/10; overflow: hidden; }
.acard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.acard:hover .ph img { transform: scale(1.04); }
.acard .body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.acard h3 { font-size: 21px; line-height: 1.18; }
.acard .excerpt { font-family: var(--serif); font-size: 15px; color: var(--mute); line-height: 1.55; }
.acard .meta { font-size: 13px; color: var(--mute); margin-top: auto; padding-top: 6px; }
.acard .tag { align-self: flex-start; order: -1; }

/* ---- premium card (locked) ---- */
.pcard { position: relative; }
.pcard .ph { position: relative; }
.pcard .lockbar { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(17, 53, 42, .82)); color: #efe7d6; font-size: 12px; font-weight: 500; letter-spacing: .04em; padding: 26px 14px 11px; display: flex; align-items: center; gap: 7px; }
.pcard .ph .tag { position: absolute; top: 13px; left: 13px; background: rgba(251, 250, 246, .94); }

/* ---- pricing ---- */
.price-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 760px; margin: 0 auto; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 34px 34px 30px; position: relative; }
.plan--featured { border: 1.5px solid var(--green-700); background: var(--green-50); }
.plan .ribbon { position: absolute; top: -13px; left: 34px; background: var(--copper); color: #fff; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 6px 13px; border-radius: 7px; }
.plan .pname { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green-700); }
.plan .amount { font-family: var(--display); font-size: 52px; font-weight: 500; margin: 14px 0 2px; letter-spacing: -.03em; }
.plan .amount small { font-family: var(--serif); font-size: 17px; color: var(--mute); font-weight: 400; letter-spacing: 0; }
.plan .save { font-size: 13.5px; color: var(--copper); font-weight: 500; }
.plan ul { list-style: none; margin: 22px 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.plan li { font-family: var(--serif); font-size: 16px; color: var(--ink-2); display: flex; gap: 11px; align-items: flex-start; }
.plan li svg { flex-shrink: 0; margin-top: 3px; color: var(--green-600); }
.plan .btn { width: 100%; justify-content: center; padding: 14px 24px; font-size: 15.5px; }
.plan--featured .btn { background: var(--copper); color: #fff; }
.plan--featured .btn:hover { background: var(--copper-d); }
.plan--plain .btn { background: var(--green-800); color: #fff; }
.plan--plain .btn:hover { background: var(--green-900); }
.fineprint { text-align: center; font-size: 13.5px; color: var(--mute); margin: 26px auto 0; }

/* ---- FAQ ---- */
.faq { max-width: 780px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 4px; font-family: var(--display); font-size: 21px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pl { color: var(--copper); transition: transform .2s ease; font-family: var(--sans); font-weight: 400; }
.faq details[open] summary .pl { transform: rotate(45deg); }
.faq p { font-family: var(--serif); font-size: 16.5px; line-height: 1.65; color: var(--mute); padding: 0 4px 26px; max-width: 62ch; }

/* ---- closing band (the one intentional dark moment) ---- */
.band { background: var(--green-900); color: #eef3ee; text-align: center; padding: 86px 0; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% -10%, rgba(58, 135, 101, .28), transparent 60%); }
.band .wrap { position: relative; }
.band .eyebrow { color: var(--gold); }
.band h2 { color: #fff; font-size: clamp(34px, 4.4vw, 54px); margin: 16px auto 0; max-width: 18ch; }
.band p { font-family: var(--serif); font-size: 18px; color: #c3d2c6; margin: 20px auto 34px; max-width: 46ch; }
.band .btn-gold { background: var(--copper); }
.band .btn-gold:hover { background: #cf6c33; }

/* ---- entrance motion ---- */
.rise { opacity: 0; animation: rise .7s ease forwards; }
.rise-1 { animation-delay: .05s; }
.rise-2 { animation-delay: .15s; }
.rise-3 { animation-delay: .25s; }
.rise-4 { animation-delay: .35s; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .rise, .rise-1, .rise-2, .rise-3, .rise-4 { opacity: 1; animation: none; }
  .acard .ph img, .feature .ph img, .prod .ph img, .pcompany .pc-ph img { transition: none; }
  .acard:hover .ph img, .feature:hover .ph img, .prod:hover .ph img, .pcompany:hover .pc-ph img { transform: none; }
}

/* ============================================================
   HERO (startsida / bli-medlem shared)
   ============================================================ */
.hero { padding: 46px 0 78px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(46px, 5.4vw, 76px); margin: 22px 0 0; }
.hero h1 em { font-style: italic; color: var(--green-700); }
.hero .lede { margin: 26px 0 0; max-width: 34em; font-size: 20px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.hero .trust { display: flex; align-items: center; gap: 11px; margin-top: 30px; font-size: 14px; color: var(--mute); }
.hero .trust b { color: var(--ink); font-weight: 600; }
.avs { display: flex; }
.avs span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -9px; background-size: cover; background-position: center; }
.avs span:first-child { margin-left: 0; }

.hero-media { position: relative; }
.hero-media .frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/4.4; background: var(--bg-tint); }
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-tab { position: absolute; top: 20px; left: 20px; background: var(--green-900); color: #efe7d6; font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 8px 14px; border-radius: 7px; }
.hero-tab b { color: var(--gold); }

/* grounded price-guide inset (bli-medlem) */
.guide-inset { position: absolute; right: -26px; bottom: -26px; width: 270px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 18px 18px 16px; box-shadow: 0 18px 40px -24px rgba(20, 32, 26, .4); }
.guide-inset .gh { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 11px; }
.guide-inset .gh .eyebrow { font-size: 10.5px; color: var(--green-600); }
.guide-inset .gh .lock { font-size: 11px; color: var(--gold); font-weight: 600; }
.guide-row { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 14px; padding: 6px 0; color: var(--ink-2); }
.guide-row span:last-child { font-variant-numeric: tabular-nums; color: var(--green-800); font-weight: 500; }
.guide-row + .guide-row { border-top: 1px dashed var(--line); }

/* ============================================================
   STARTSIDA
   ============================================================ */
.acards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.guide-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.guide-panel .steps { list-style: none; display: flex; flex-direction: column; gap: 18px; margin: 8px 0 0; padding: 0; }
.guide-panel .steps li { display: flex; gap: 16px; align-items: flex-start; font-family: var(--serif); font-size: 16.5px; color: var(--ink-2); line-height: 1.5; }
.guide-panel .steps .gn { font-family: var(--display); font-size: 18px; font-weight: 500; color: var(--copper); width: 34px; height: 34px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: var(--paper); }
.guide-panel .steps b { color: var(--ink); font-weight: 600; font-family: var(--sans); font-size: 15.5px; display: block; margin-bottom: 2px; }
.guide-figure { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 5/4; }
.guide-figure img { width: 100%; height: 100%; object-fit: cover; }

.premium-strip { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 40px 44px; }
.premium-strip h2 { font-size: clamp(28px, 3.2vw, 38px); margin: 14px 0 12px; }
.premium-strip p { font-family: var(--serif); font-size: 17px; color: var(--mute); max-width: 42em; }
.premium-strip .pteaser { width: 300px; flex-shrink: 0; }
.premium-strip .pteaser .acard { margin: 0; }
.premium-strip .acard .ph .tag { position: absolute; top: 13px; left: 13px; }

.chips-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cat { display: flex; gap: 16px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: 20px 22px; transition: border-color .2s ease, box-shadow .2s ease; }
.cat:hover { border-color: var(--line-2); box-shadow: 0 12px 28px -24px rgba(20, 32, 26, .4); }
.cat .ic { width: 46px; height: 46px; border-radius: 11px; background: var(--green-50); color: var(--green-700); display: grid; place-items: center; flex-shrink: 0; }
.cat h3 { font-size: 19px; margin: 0 0 2px; }
.cat span { font-size: 13px; color: var(--mute); font-variant-numeric: tabular-nums; }

.proffs-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; background: var(--green-50); border: 1px solid var(--green-100); border-radius: 16px; padding: 36px 44px; }
.proffs-strip .pfig { width: 120px; height: 120px; border-radius: 14px; overflow: hidden; flex-shrink: 0; }
.proffs-strip .pfig img { width: 100%; height: 100%; object-fit: cover; }
.proffs-strip h2 { font-size: clamp(26px, 3vw, 34px); margin: 12px 0 10px; }
.proffs-strip p { font-family: var(--serif); font-size: 16.5px; color: var(--ink-2); max-width: 44em; }
.proffs-strip .pstats { display: flex; gap: 8px; margin-top: 14px; font-size: 13.5px; color: var(--green-700); font-weight: 500; font-variant-numeric: tabular-nums; }
.proffs-strip .pstats span::after { content: "·"; margin-left: 8px; color: var(--line-2); }
.proffs-strip .pstats span:last-child::after { content: ""; }

/* ============================================================
   ARTIKEL (single article / guide / premium)
   ============================================================ */
.art-head { max-width: 760px; margin: 0 auto; text-align: center; padding: 14px 0 6px; }
.art-head .tag { margin-bottom: 20px; align-self: auto; }
.art-head h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.04; margin: 0 auto; max-width: 15ch; }
.art-head .standfirst { font-family: var(--serif); font-size: 21px; line-height: 1.6; color: var(--ink-2); margin: 26px auto 0; max-width: 34em; }
.art-meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; font-size: 14px; color: var(--mute); }
.art-meta b { color: var(--ink); font-weight: 600; }
.art-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); display: inline-block; }

.art-hero { max-width: 1040px; margin: 48px auto 0; }
.art-hero figure { margin: 0; }
.art-hero .frame { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/8.4; background: var(--bg-tint); }
.art-hero .frame img { width: 100%; height: 100%; object-fit: cover; }
.art-hero figcaption { font-family: var(--serif); font-size: 14px; font-style: italic; color: var(--mute); margin-top: 14px; text-align: center; max-width: 60ch; margin-left: auto; margin-right: auto; }

.prose { max-width: 680px; margin: 0 auto; font-family: var(--serif); font-size: 18px; line-height: 1.72; color: var(--ink-2); }
.prose > p { margin: 0 0 24px; }
.prose > p:first-of-type { font-size: 19.5px; }
.prose .dropcap::first-letter { font-family: var(--display); font-weight: 500; float: left; font-size: 64px; line-height: .78; padding: 6px 12px 0 0; color: var(--copper); }
.prose h2 { font-family: var(--display); font-weight: 500; font-size: clamp(27px, 3.2vw, 34px); line-height: 1.12; color: var(--ink); letter-spacing: -.02em; margin: 50px 0 16px; }
.prose h3 { font-family: var(--display); font-weight: 500; font-size: 23px; line-height: 1.2; color: var(--ink); letter-spacing: -.01em; margin: 36px 0 12px; }
.prose a.inline, .prose p a { color: var(--green-700); border-bottom: 1.5px solid var(--line-2); transition: border-color .16s ease, color .16s ease; }
.prose a.inline:hover, .prose p a:hover { border-color: var(--copper); color: var(--copper); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose img { border-radius: 12px; }
.prose figure { margin: 0 0 24px; }
.prose figcaption { font-family: var(--serif); font-size: 14px; font-style: italic; color: var(--mute); margin-top: 12px; }
.prose ul, .prose ol { margin: 0 0 26px; padding-left: 24px; display: flex; flex-direction: column; gap: 10px; }

.prose ul.bul { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.prose ul.bul li { position: relative; padding-left: 30px; font-size: 17.5px; line-height: 1.6; color: var(--ink-2); }
.prose ul.bul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 9px; height: 9px; border-radius: 50%; background: var(--copper); }
.prose ul.bul li b { color: var(--ink); font-weight: 600; }

.pquote { max-width: 760px; margin: 44px auto; padding: 6px 0 6px 30px; border-left: 3px solid var(--copper); }
.pquote p { font-family: var(--display); font-weight: 500; font-size: clamp(24px, 3vw, 31px); line-height: 1.28; letter-spacing: -.015em; color: var(--green-800); }
.pquote cite { display: block; margin-top: 16px; font-family: var(--sans); font-style: normal; font-size: 14px; letter-spacing: .02em; color: var(--mute); }

.offert-inline { max-width: 680px; margin: 44px auto; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 32px 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.offert-inline .oi-copy { flex: 1; min-width: 230px; }
.offert-inline .eyebrow { margin-bottom: 10px; }
.offert-inline h3 { font-family: var(--display); font-weight: 500; font-size: 24px; line-height: 1.15; color: var(--ink); letter-spacing: -.015em; margin: 0 0 8px; }
.offert-inline p { font-family: var(--serif); font-size: 15.5px; line-height: 1.55; color: var(--mute); margin: 0; }
.offert-inline .btn { flex-shrink: 0; }

/* premium teaser — locked-feeling panel */
.premium-teaser { max-width: 760px; margin: 0 auto; }
.pt-panel { position: relative; background: var(--green-50); border: 1px solid var(--green-100); border-radius: 18px; padding: 38px 40px 36px; overflow: hidden; }
.pt-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.pt-lock { width: 38px; height: 38px; border-radius: 10px; background: var(--paper); border: 1px solid var(--green-100); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.pt-panel h3 { font-family: var(--display); font-weight: 500; font-size: 27px; line-height: 1.1; letter-spacing: -.02em; color: var(--green-900); margin: 0; }
.pt-panel > p { font-family: var(--serif); font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 0 0 22px; max-width: 54ch; position: relative; z-index: 1; }
.pt-list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; position: relative; z-index: 1; }
.pt-list li { font-family: var(--serif); font-size: 15.5px; color: var(--ink-2); display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; }
.pt-list li svg { flex-shrink: 0; margin-top: 3px; color: var(--green-600); }
.pt-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; position: relative; z-index: 1; }
.pt-actions .note { font-size: 13.5px; color: var(--mute); }

.related:not(.products) { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.related .acard .tag { margin: 0 0 4px; align-self: flex-start; }

/* Woo related/upsell products — same rhythm as the shop grid. */
.vn-product-after .related.products > h2,
.vn-product-after .upsells.products > h2 { font-size: clamp(24px, 3vw, 32px); margin: 56px 0 24px; }
.vn-product-after ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.vn-product-after ul.products li.product { margin: 0; width: auto; float: none; }
@media (max-width: 1080px) { .vn-product-after ul.products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vn-product-after ul.products { grid-template-columns: 1fr; } }

/* ============================================================
   MAGASIN (archive)
   ============================================================ */
.mag-hero { padding: 34px 0 18px; }
.mag-hero h1 { font-size: clamp(40px, 5vw, 66px); margin: 18px 0 0; }
.mag-hero .lede { margin: 20px 0 0; max-width: 36em; font-size: 20px; }
.mag-hero-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.mag-hero-stats { display: flex; gap: 34px; flex-shrink: 0; padding-bottom: 6px; }
.mag-stat .n { font-family: var(--display); font-size: 34px; font-weight: 500; color: var(--green-800); line-height: 1; font-variant-numeric: tabular-nums; }
.mag-stat .l { font-size: 13px; color: var(--mute); margin-top: 7px; letter-spacing: .02em; }

.feature { display: grid; grid-template-columns: 55% 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color .22s ease, box-shadow .22s ease; }
.feature:hover { border-color: var(--line-2); box-shadow: 0 22px 50px -34px rgba(20, 32, 26, .45); }
.feature .ph { position: relative; overflow: hidden; }
.feature .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature:hover .ph img { transform: scale(1.03); }
.feature .ph .flag { position: absolute; top: 18px; left: 18px; background: var(--green-900); color: #efe7d6; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 7px 13px; border-radius: 7px; }
.feature .body { padding: 46px 48px; display: flex; flex-direction: column; justify-content: center; }
.feature .tag { align-self: flex-start; margin-bottom: 18px; }
.feature h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.08; margin: 0; }
.feature .excerpt { font-family: var(--serif); font-size: 18px; line-height: 1.62; color: var(--ink-2); margin: 18px 0 0; max-width: 40ch; }
.feature .meta { font-size: 13.5px; color: var(--mute); margin-top: 26px; display: flex; align-items: center; gap: 14px; }
.feature .meta .by { color: var(--ink-2); font-weight: 500; }
.feature .meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); }
.feature .read { margin-top: 26px; align-self: flex-start; font-family: var(--sans); font-weight: 500; font-size: 15px; color: var(--green-700); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1.5px solid transparent; padding-bottom: 2px; transition: border-color .16s ease; }
.feature:hover .read { border-color: var(--copper); }

.filters { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; }
.filters .lbl { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); margin-right: 6px; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.acard .meta { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.acard .meta .cat { color: var(--copper); font-weight: 600; }
.acard .meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); display: inline-block; }

.pager { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 58px; }
.pager .pg { min-width: 42px; height: 42px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; }
.pager .pg.is-active { background: var(--green-800); color: #fff; border-color: var(--green-800); }
.pager .gap { color: var(--mute); padding: 0 2px; letter-spacing: .1em; }
.pager .nav-pg { display: inline-flex; align-items: center; gap: 8px; }

/* ============================================================
   BUTIK (shop archive + cards)
   ============================================================ */
.shop-hero { padding: 40px 0 70px; }
.shop-hero .eyebrow { margin-bottom: 0; }
.shop-hero h1 { font-size: clamp(44px, 5.2vw, 74px); margin: 20px 0 0; max-width: 14ch; }
.shop-hero .lede { margin: 24px 0 0; max-width: 34em; font-size: 20px; }
.shop-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.shop-stat { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--mute); }
.shop-stat b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.shop-stat .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); display: inline-block; }

.chip-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 48px; align-items: center; }
.chip-row .lbl { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin-right: 6px; }

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.prod { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .22s ease, box-shadow .22s ease; }
.prod:hover { border-color: var(--line-2); box-shadow: 0 16px 36px -28px rgba(20, 32, 26, .4); }
.prod .ph { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.prod .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.prod:hover .ph img { transform: scale(1.04); }
.prod .ph .tag { position: absolute; top: 12px; left: 12px; background: rgba(251, 250, 246, .94); }
.prod .body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.prod .cat { font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--green-600); display: inline-block; background: transparent; border: 0; border-radius: 0; padding: 0; }
.prod h3 { font-size: 20px; line-height: 1.16; margin: 8px 0 0; }
.prod .desc { font-family: var(--serif); font-size: 14.5px; color: var(--mute); line-height: 1.5; margin: 9px 0 0; }
.prod .prod-rating { display: flex; align-items: center; gap: 7px; margin: 9px 0 0; font-size: 13px; color: var(--mute); font-variant-numeric: tabular-nums; }
.prod .prod-rating .stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.prod .foot { margin-top: auto; padding-top: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.prod .price { display: flex; flex-direction: column; line-height: 1.2; }
.prod .price .from { font-family: var(--sans); font-size: 11.5px; color: var(--mute); letter-spacing: .04em; }
.prod .price .amt { font-family: var(--display); font-size: 23px; font-weight: 500; color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.prod .price .amt small { font-family: var(--serif); font-size: 13px; color: var(--mute); font-weight: 400; letter-spacing: 0; }
.prod .foot .btn { padding: 10px 18px; font-size: 14px; }
.prod .foot .btn-outline { padding: 9px 17px; }

/* Catalog section hugs the hero (mockup: padding-top 8px). */
.vn-shop-catalog.section { padding-top: 8px; }

.trust-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 0; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 0 32px; font-family: var(--serif); font-size: 17px; color: var(--ink-2); }
.trust-item + .trust-item { border-left: 1px solid var(--line-2); }
.trust-item svg { color: var(--copper); flex-shrink: 0; }
.trust-item b { font-family: var(--sans); font-weight: 600; color: var(--ink); }

/* ============================================================
   FÅ OFFERT (step flow)
   ============================================================ */
.offert { padding: 64px 0 78px; }
.step-card { max-width: 760px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 40px 44px 38px; box-shadow: 0 24px 60px -40px rgba(20, 32, 26, .45); }

.step-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.step-head h2 { font-size: clamp(30px, 3.6vw, 40px); margin: 10px 0 0; }
.step-pill { font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--green-800); background: var(--green-50); border: 1px solid var(--green-100); padding: 8px 15px; border-radius: 999px; white-space: nowrap; flex-shrink: 0; font-variant-numeric: tabular-nums; }

.progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 24px 0 0; }
.progress span { height: 6px; border-radius: 999px; background: var(--line); transition: background .25s; }
.progress span.is-done { background: var(--copper); }

.step-body { min-height: 430px; padding: 30px 0 0; display: flex; flex-direction: column; }
.step-q { font-size: 25px; margin: 0; }
.step-help { font-family: var(--serif); font-size: 16.5px; color: var(--mute); margin: 9px 0 0; }

.opts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 26px 0 0; }
.opt { position: relative; display: flex; flex-direction: column; gap: 8px; text-align: left; min-height: 110px; width: 100%; background: var(--bg); border: 1.5px solid var(--line-2); border-radius: 14px; padding: 22px 22px 22px 56px; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease; color: var(--ink); font-family: var(--sans); }
.opt:hover { border-color: var(--green-600); background: var(--paper); box-shadow: 0 16px 34px -22px rgba(20, 32, 26, .5); }
.opt:has(input:focus-visible) { outline: 2px solid var(--green-600); outline-offset: 3px; }
/* no-:has fallback (mirrors the consent-checkbox pattern below) */
.opt input:focus-visible + .dot { outline: 2px solid var(--green-600); outline-offset: 4px; }
.opt .dot { position: absolute; left: 22px; top: 24px; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); background: var(--paper); transition: border-color .18s ease; }
.opt .dot::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--copper); transform: scale(0); transition: transform .18s ease; }
.opt .ot { font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.01em; line-height: 1.1; }
.opt .od { font-family: var(--serif); font-size: 15px; color: var(--mute); line-height: 1.5; }
.opt.is-selected { border-color: var(--green-700); background: var(--green-50); box-shadow: 0 16px 34px -24px rgba(26, 72, 55, .5); }
.opt.is-selected .dot { border-color: var(--copper); }
.opt.is-selected .dot::after { transform: scale(1); }

.consent { display: flex; align-items: flex-start; gap: 13px; margin-top: auto; padding: 18px 20px; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent .box { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--line-2); background: var(--paper); display: grid; place-items: center; color: #fff; transition: background-color .16s ease, border-color .16s ease; margin-top: 1px; }
.consent .box svg { opacity: 0; transform: scale(.6); transition: opacity .16s ease, transform .16s ease; }
.consent input:checked + .box { background: var(--green-700); border-color: var(--green-700); }
.consent input:checked + .box svg { opacity: 1; transform: scale(1); }
.consent input:focus-visible + .box { outline: 2px solid var(--green-600); outline-offset: 2px; }
.consent .ctxt { font-family: var(--serif); font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.consent .ctxt a { color: var(--green-700); border-bottom: 1px solid var(--line-2); }
.consent .ctxt a:hover { border-color: var(--green-700); }

.step-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 22px; }
.step-actions .btn-outline[disabled] { opacity: .45; cursor: not-allowed; pointer-events: none; }

.step-note { text-align: center; font-size: 13.5px; color: var(--mute); margin: 22px auto 0; display: flex; align-items: center; justify-content: center; gap: 9px; }
.step-note svg { color: var(--green-600); }

/* ============================================================
   PROFFS (directory archive + cards)
   ============================================================ */
.dir-hero { padding: 46px 0 70px; }
.dir-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.dir-hero h1 { font-size: clamp(46px, 5.4vw, 76px); margin: 20px 0 0; }
.dir-hero .lede { margin: 24px 0 0; max-width: 34em; font-size: 20px; }
.dir-stats { display: flex; align-items: center; gap: 0; margin-top: 34px; }
.dir-stat { display: flex; flex-direction: column; gap: 3px; padding-right: 30px; }
.dir-stat + .dir-stat { padding-left: 30px; border-left: 1px solid var(--line); }
.dir-stat b { font-family: var(--display); font-size: 30px; font-weight: 500; color: var(--green-800); letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.dir-stat span { font-size: 13.5px; color: var(--mute); letter-spacing: .01em; }
.dir-hero-media { position: relative; }
.dir-hero-media .frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 5/4.3; background: var(--bg-tint); }
.dir-hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.dir-hero-media .hero-tab { position: absolute; top: 20px; left: 20px; }

.review-inset { position: absolute; right: -24px; bottom: -24px; width: 248px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 18px 18px 16px; box-shadow: 0 18px 40px -24px rgba(20, 32, 26, .4); }
.review-inset .ri-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 11px; margin-bottom: 12px; }
.review-inset .ri-score { font-family: var(--display); font-size: 34px; font-weight: 500; color: var(--green-800); letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.review-inset .ri-stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.review-inset .ri-of { font-size: 12px; color: var(--mute); margin-top: 4px; }
.review-inset p { font-family: var(--serif); font-size: 13.5px; line-height: 1.55; color: var(--ink-2); }

.filterbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 18px 0 4px; }
.filter-chips { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-label { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-right: 4px; }
.sort { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-2); }
.sort .sort-ctl { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line-2); background: var(--paper); border-radius: 999px; padding: 9px 15px; font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink-2); cursor: pointer; transition: background-color .16s ease, border-color .16s ease, color .16s ease; }
.sort .sort-ctl:hover { border-color: var(--green-600); color: var(--green-800); }
.sort .sort-ctl svg { color: var(--mute); }
.result-count { font-size: 13.5px; color: var(--mute); padding: 18px 0 30px; }
.result-count b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }

.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pcompany { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .22s ease, box-shadow .22s ease; }
.pcompany:hover { border-color: var(--line-2); box-shadow: 0 16px 36px -28px rgba(20, 32, 26, .4); }
.pcompany .pc-ph { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.pcompany .pc-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pcompany:hover .pc-ph img { transform: scale(1.04); }
.pcompany .verified { position: absolute; top: 13px; left: 13px; display: inline-flex; align-items: center; gap: 6px; background: rgba(251, 250, 246, .94); color: var(--green-700); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 6px 11px 6px 9px; border-radius: 6px; }
.pcompany .verified svg { color: var(--green-600); }
.pcompany .pc-logo { position: absolute; left: 20px; bottom: -22px; width: 54px; height: 54px; border-radius: 12px; border: 2px solid var(--paper); background: var(--green-800); color: var(--gold); display: grid; place-items: center; font-family: var(--display); font-size: 22px; font-weight: 600; box-shadow: 0 8px 20px -12px rgba(20, 32, 26, .5); z-index: 1; }
.pcompany .pc-body { padding: 32px 22px 22px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pcompany .pc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.pcompany h3 { font-size: 21px; line-height: 1.16; }
.pcompany .pc-loc { font-size: 13.5px; color: var(--mute); display: inline-flex; align-items: center; gap: 5px; margin-top: 5px; }
.pcompany .pc-loc svg { color: var(--copper); flex-shrink: 0; }
.pcompany .rating { display: inline-flex; align-items: baseline; gap: 7px; flex-shrink: 0; text-align: right; }
.pcompany .rating .stars { color: var(--gold); font-size: 13px; letter-spacing: .5px; }
.pcompany .rating .score { font-family: var(--sans); font-size: 15px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.pcompany .rating .count { display: block; font-size: 12px; color: var(--mute); font-variant-numeric: tabular-nums; margin-top: 2px; }
.pcompany .pc-desc { font-family: var(--serif); font-size: 15px; line-height: 1.55; color: var(--mute); }
.pcompany .pc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 2px; }
.pcompany .pc-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 14px; }
.pcompany .pc-actions .btn { flex: 1; justify-content: center; padding: 12px 14px; font-size: 14.5px; }

.pro-cta { background: var(--green-50); border: 1.5px solid var(--green-700); border-radius: 16px; padding: 44px 48px; display: grid; grid-template-columns: 1.4fr auto; align-items: center; gap: 40px; }
.pro-cta .eyebrow { color: var(--green-600); }
.pro-cta h2 { font-size: clamp(28px, 3.2vw, 38px); margin: 12px 0 0; }
.pro-cta p { font-family: var(--serif); font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 14px 0 0; max-width: 46ch; }
.pro-cta .pro-cta-side { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.pro-cta .pro-cta-side .note { font-size: 13.5px; color: var(--mute); }

/* ============================================================
   Theme bridge — footer contact form on the dark green footer
   (visual-only form; submit wired in sub-project C)
   ============================================================ */
.vn-footer-form { max-width: 420px; }
.vn-footer-form h3 { color: #fff; font-family: var(--display); font-size: 22px; font-weight: 500; letter-spacing: -.01em; margin: 0 0 6px; }
.vn-footer-form__sub { color: #9fb3a4; font-size: 14px; margin: 0 0 14px; }
.vn-footer-form label { display: block; }
.vn-footer-form input {
  display: block;
  width: 100%;
  padding: 12px 14px;
  margin: 10px 0 0;
  font: inherit;
  font-size: 14.5px;
  color: #eef3ee;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 9px;
  transition: border-color .16s, background .16s;
}
.vn-footer-form input::placeholder { color: #8ea395; }
.vn-footer-form input:focus { border-color: var(--gold); background: rgba(255, 255, 255, .09); }
.vn-footer-form input:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.vn-footer-form .vn-honeypot { position: absolute; left: -9999px; }
.vn-footer-form button {
  margin-top: 16px;
  padding: 12px 24px;
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  background: var(--copper);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background .18s;
}
.vn-footer-form button:hover:not([disabled]) { background: var(--copper-d); }
.vn-footer-form button[disabled] { opacity: .55; cursor: not-allowed; }
.vn-footer-form__fallback { margin-top: 12px; font-size: 13px; color: #9fb3a4; }
.vn-footer-form__fallback a { color: #dce5dd; text-decoration: underline; }

/* Woo single product — native hooks, redesign voice. */
.vn-product-summary > .price {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 10px 0 0;
}
.vn-product-summary > .price del { color: var(--mute); font-size: 20px; margin-right: 10px; }
.vn-product-summary > .price ins { text-decoration: none; }
.vn-product-page form.cart { display: flex; align-items: stretch; gap: 12px; margin: 24px 0 18px; }
.vn-product-page form.cart .quantity .qty {
  width: 76px;
  height: 100%;
  padding: 13px 12px;
  border: 1.5px solid var(--line-2);
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  text-align: center;
  background: var(--paper);
  color: var(--ink);
}
.vn-product-page form.cart .quantity .qty:focus { border-color: var(--green-700); }
.vn-product-page form.cart .quantity .qty:focus-visible { outline: 2px solid var(--green-700); outline-offset: -1px; border-color: var(--green-700); }
.vn-product-page .single_add_to_cart_button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-800);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .18s ease;
}
.vn-product-page .single_add_to_cart_button:hover { background: var(--green-900); }

/* a11y: theme templates rely on this class; define it locally instead of
   depending on core block-library CSS (Woo default styles are dequeued). */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Legacy vn-tag inside flex/grid card bodies must never stretch. */
.vn-card .vn-tag,
.vn-tag { align-self: flex-start; justify-self: start; }

/* Guide FAQ — align with the locked .faq pattern (Fraunces summary,
   no native marker, copper "+" that rotates on open). */
.vn-guide-faq__item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.01em;
}
.vn-guide-faq__item summary::-webkit-details-marker { display: none; }
.vn-guide-faq__item summary::after {
  content: "+";
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--copper);
  transition: transform .2s;
  flex-shrink: 0;
}
.vn-guide-faq__item[open] summary::after { transform: rotate(45deg); }

/* ---- responsive ---- */
@media (max-width: 1100px) and (min-width: 921px) {
  .grid3, .pgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1080px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .wrap { padding: 0 22px; }
  .section { padding: 60px 0; }
  .values, .price-wrap, .cards { grid-template-columns: 1fr; }
  .head-row { align-items: flex-start; }
  .hero-grid, .dir-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .guide-inset, .review-inset { right: 14px; }
  .acards, .cat-grid, .grid3, .pgrid { grid-template-columns: 1fr; }
  .guide-panel { grid-template-columns: 1fr; gap: 36px; }
  .premium-strip { grid-template-columns: 1fr; gap: 30px; }
  .premium-strip .pteaser { width: 100%; }
  .proffs-strip { grid-template-columns: 1fr; gap: 24px; }
  .feature { grid-template-columns: 1fr; }
  .feature .ph { aspect-ratio: 16/10; }
  .feature .body { padding: 30px 26px; }
  .mag-hero-stats { gap: 26px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .trust-item { padding: 14px 0; border-left: 0 !important; width: 100%; justify-content: center; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); }
  .step-card { padding: 30px 24px 30px; }
  .step-head { flex-direction: column; gap: 14px; }
  .opts { grid-template-columns: 1fr; }
  .step-body { min-height: 0; }
  .related, .pt-list { grid-template-columns: 1fr; }
  .offert-inline { padding: 26px; }
  .prose { font-size: 17.5px; }
  .pro-cta { grid-template-columns: 1fr; gap: 24px; padding: 34px 26px; }
  .filterbar { align-items: flex-start; }
}
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; }
}
