/* Styrkelabbet · A9 poster-grid, MÖRK variant
   Svart #0e0e10 · celler #17171a · vit text · syragrön #c8f13d (enda accent)
   Anton (display, versal, 0.88 radavstånd) + Inter 400/600 med mono-känsla
   Signatur 1: pass-schemat som typografisk jättetabell, cell-invert på hover
   Signatur 2: räknarna som tickar upp (och en som tickar ner till noll)
   Rutnätet: allt ligger i celler, gap 2px mot vit botten = vita linjer överallt */

:root {
  --bg: #0e0e10;
  --cell: #17171a;
  --line: #ffffff;
  --acid: #c8f13d;
  --dim: #9d9da4;          /* 7.17:1 mot --bg, 6.63:1 mot --cell */
  --rule: 2px;
  --disp: "Anton", "Arial Narrow", "Haettenschweiler", Impact, sans-serif;
  --ui: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --pad: clamp(16px, 2.4vw, 34px);
  --padY: clamp(26px, 3.4vw, 46px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  background: var(--bg);
  color: var(--line);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, p, span, a, li, dt, dd, th, td { overflow-wrap: break-word; }
b, strong { font-weight: 600; }

::selection { background: var(--acid); color: var(--bg); }

:focus-visible { outline: 3px solid var(--acid); outline-offset: 2px; }
.price-inv :focus-visible,
.num-inv :focus-visible,
.ptp-inv :focus-visible,
.kon-cta :focus-visible,
.plate-acid :focus-visible,
.ticker :focus-visible { outline-color: var(--bg); }

.sr {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip {
  position: absolute;
  left: -9999px; top: 0; z-index: 99;
  background: var(--acid);
  color: var(--bg);
  padding: 15px 22px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.skip:focus { left: 0; }

/* ── Rutnätet ─────────────────────────────────────────── */

.rule {
  display: grid;
  gap: var(--rule);
  background: var(--line);
}
.cell {
  background: var(--bg);
  min-width: 0;
}

/* ── Etiketter, rubriker, knappar ─────────────────────── */

.lab {
  font-family: var(--ui);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-variant-numeric: tabular-nums;
  color: var(--acid);
}
.lab-row {
  padding: 15px var(--pad);
}

.h2 {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.6vw, 5rem);
  line-height: .93;
  letter-spacing: -.005em;
  text-transform: uppercase;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
}

.sec-say {
  color: var(--dim);
  max-width: 52ch;
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  font-family: var(--ui);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  border: var(--rule) solid transparent;
}
.btn-acid { background: var(--acid); color: var(--bg); border-color: var(--acid); }
.btn-acid:hover { background: transparent; color: var(--acid); }
.btn-dark { background: var(--bg); color: var(--acid); border-color: var(--bg); }
.btn-dark:hover { background: var(--line); color: var(--bg); border-color: var(--bg); }

/* ── Header ───────────────────────────────────────────── */

.head {
  position: sticky;
  top: 0; z-index: 40;
  background: var(--bg);
  border-bottom: var(--rule) solid var(--line);
}
.head-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 var(--pad);
  min-height: 72px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  font-family: var(--disp);
  font-size: 23px;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.logo-mark {
  width: 26px; height: 14px;
  flex: none;
  background:
    linear-gradient(var(--acid), var(--acid)) left center / 4px 14px no-repeat,
    linear-gradient(var(--acid), var(--acid)) right center / 4px 14px no-repeat,
    linear-gradient(var(--acid), var(--acid)) center / 26px 4px no-repeat;
}

.nav ul { display: flex; align-items: center; gap: 4px; }
.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.nav a:hover { color: var(--acid); }
.nav-tel a {
  margin-left: 8px;
  background: var(--acid);
  color: var(--bg);
  letter-spacing: .1em;
  font-variant-numeric: tabular-nums;
}
.nav-tel a:hover { background: var(--line); color: var(--bg); }

.burger {
  display: none;
  width: 48px; height: 48px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  background: none;
  border: 0;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 3px;
  background: var(--acid);
}

/* ── 01 Affischen ─────────────────────────────────────── */

.strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 18px;
  background: var(--bg);
  padding: 13px var(--pad);
}
.strip-r { color: var(--dim); }

.poster-cell {
  padding: clamp(22px, 3.2vw, 44px) var(--pad) clamp(22px, 3vw, 40px);
}
.poster {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(3.7rem, 16.4vw, 14.5rem);
  line-height: .89;
  letter-spacing: -.012em;
  text-transform: uppercase;
}
.pl { display: block; }
.ul {
  display: inline-block;
  border-bottom: .075em solid var(--acid);
  padding-bottom: .015em;
}

.poster-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
  margin-top: clamp(20px, 2.4vw, 32px);
  font-weight: 600;
  font-size: clamp(11px, 1.05vw, 14px);
  text-transform: uppercase;
  letter-spacing: .21em;
}
.poster-meta b {
  width: 6px; height: 6px;
  background: var(--acid);
  flex: none;
}

.hero-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.hero-left { grid-template-rows: auto 1fr; }

.hero-say { padding: var(--padY) var(--pad); }
.lead {
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  line-height: 1.5;
  max-width: 40ch;
}
.hero-sig {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--rule) solid var(--acid);
  color: var(--acid);
  font-weight: 600;
  font-size: 14px;
  max-width: 38ch;
}
.hero-act {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 26px;
  margin-top: 28px;
}
.hero-tel {
  display: block;
  min-height: 44px;
  padding: 2px 0;
}
.hero-tel-n {
  display: block;
  font-family: var(--disp);
  font-size: 27px;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}
.hero-tel:hover .hero-tel-n { color: var(--acid); }

.hero-plate {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 33vw, 460px);
}
.plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}
/* Fotot bar en syragron ljusstrimma i vanstra halvan och 20kg-etiketten ar
   syragron i samma horn. Toningen ger etiketten en egen mork botten. */
.hero-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(14, 14, 16, .94) 0%, rgba(14, 14, 16, .78) 24%, rgba(14, 14, 16, 0) 54%);
}
.plate-kg {
  position: absolute;
  z-index: 2;
  left: var(--pad);
  top: var(--pad);
  font-family: var(--disp);
  font-size: clamp(2.7rem, 4.6vw, 4.2rem);
  line-height: .9;
  color: var(--acid);
  text-transform: uppercase;
}
.plate-kg span {
  display: block;
  font-family: var(--ui);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .22em;
  margin-top: 4px;
}
.stamp {
  position: absolute;
  top: var(--pad);
  right: var(--pad);
  width: clamp(96px, 10.5vw, 142px);
  transform: rotate(-11deg);
  color: var(--acid);
}
.plate-acid .stamp { color: var(--bg); }
.stamp-ring { font-family: var(--ui); font-weight: 600; }
.stamp-big { font-family: var(--disp); font-size: 27px; letter-spacing: .02em; }
.stamp-sub { font-family: var(--ui); font-weight: 600; font-size: 9.5px; letter-spacing: .2em; }

/* ── Tickern ──────────────────────────────────────────── */

.ticker {
  background: var(--acid);
  color: var(--bg);
  overflow: hidden;
  padding: 12px 0;
}
.tick-track {
  display: flex;
  width: max-content;
  animation: tick 34s linear infinite;
}
.tick-set { display: flex; flex: none; }
.tick-i {
  display: flex;
  align-items: center;
  padding: 0 26px;
  font-family: var(--disp);
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .01em;
  white-space: nowrap;
}
.tick-i::after {
  content: "";
  width: 8px; height: 8px;
  background: var(--bg);
  margin-left: 26px;
  transform: rotate(45deg);
  flex: none;
}
@keyframes tick { to { transform: translateX(-33.3333%); } }

/* ── Sektionshuvuden ──────────────────────────────────── */

.sec-head {
  padding: var(--padY) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-areas: "lab lab" "h2 say" "hint hint";
  column-gap: clamp(24px, 4.5vw, 76px);
  align-items: end;
}
.sec-head .lab { grid-area: lab; }
.sec-head .h2 { grid-area: h2; }
.sec-head .sec-say { grid-area: say; margin-top: 0; padding-bottom: .18em; }
.sec-head .sched-hint { grid-area: hint; }

/* ── 02 Medlemskap ────────────────────────────────────── */

.prices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price {
  display: flex;
  flex-direction: column;
  padding: var(--padY) var(--pad);
}
.price-n {
  font-family: var(--disp);
  font-size: clamp(4.1rem, 11.4vw, 8.4rem);
  line-height: .82;
  letter-spacing: -.02em;
  margin-top: 14px;
  font-variant-numeric: tabular-nums;
}
.price-u {
  display: block;
  font-family: var(--ui);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 12px;
  color: var(--dim);
}
.price-say {
  margin-top: 20px;
  color: var(--dim);
  font-size: 15px;
}
.ticks {
  margin: 20px 0 26px;
  display: grid;
  gap: 9px;
  font-size: 14px;
}
.ticks li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
}
.ticks li::before {
  content: "";
  width: 13px; height: 7px;
  margin-top: 7px;
  border-left: 3px solid var(--acid);
  border-bottom: 3px solid var(--acid);
  transform: rotate(-45deg);
}
.price .btn { margin-top: auto; align-self: start; }

.price-inv { background: var(--acid); color: var(--bg); }
.price-inv .lab,
.price-inv .price-u,
.price-inv .price-say { color: var(--bg); }
.price-inv .ticks li::before { border-color: var(--bg); }

.fine {
  background: var(--cell);
  padding: 20px var(--pad);
  color: var(--dim);
  font-size: 14px;
  max-width: none;
}

/* ── 03 Siffrorna ─────────────────────────────────────── */

.nums { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.num-cell { padding: var(--padY) var(--pad) calc(var(--padY) + 4px); }
.num {
  font-family: var(--disp);
  font-size: clamp(3.3rem, 8.8vw, 6.8rem);
  line-height: .84;
  letter-spacing: -.02em;
  color: var(--acid);
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: baseline;
}
.num-dash { padding: 0 .04em; }
.num-lab {
  margin-top: 16px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .19em;
}
.num-say {
  margin-top: 12px;
  color: var(--dim);
  font-size: 15px;
  max-width: 34ch;
}
.num-inv { background: var(--cell); }

/* ── 04 Pass-schemat ──────────────────────────────────── */

.sched-hint {
  margin-top: 22px;
  color: var(--acid);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .17em;
  display: none;
}
.sched-cell { padding: 0; }
.sched-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  scrollbar-color: var(--acid) var(--cell);
}
.sched-scroll::-webkit-scrollbar { height: 10px; }
.sched-scroll::-webkit-scrollbar-track { background: var(--cell); }
.sched-scroll::-webkit-scrollbar-thumb { background: var(--acid); }
.sched-scroll:focus-visible { outline-offset: -3px; }

.sched {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 832px;
  table-layout: fixed;
}
.sched th, .sched td {
  border-right: var(--rule) solid var(--line);
  border-bottom: var(--rule) solid var(--line);
  padding: 16px 14px;
  text-align: left;
  vertical-align: middle;
}
.sched tr > *:last-child { border-right: 0; }
.sched tbody tr:last-child > * { border-bottom: 0; }

.sched thead th {
  background: var(--cell);
  font-family: var(--ui);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 11.7%;
}
.sched thead th.sched-corner {
  position: sticky;
  left: 0; z-index: 3;
  width: 18%;
  color: var(--acid);
}
.sched tbody th[scope="row"] {
  position: sticky;
  left: 0; z-index: 2;
  background: var(--cell);
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.05;
  letter-spacing: .005em;
  text-transform: uppercase;
}
.sched tbody td {
  background: var(--bg);
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1;
  letter-spacing: .005em;
  font-variant-numeric: tabular-nums;
}
.sched td.none { color: var(--dim); }
.row-open th[scope="row"], .row-open td { color: var(--acid); }

.sched tbody td:hover,
.sched tbody th[scope="row"]:hover {
  background: var(--acid);
  color: var(--bg);
}

.sched-notes { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.note {
  background: var(--cell);
  padding: 20px var(--pad);
  color: var(--dim);
  font-size: 14px;
}
.note b {
  display: block;
  color: var(--line);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .17em;
  margin-bottom: 7px;
}

/* ── 05 PT ────────────────────────────────────────────── */

.pts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pt-card {
  display: grid;
  grid-template-columns: minmax(0, 128px) minmax(0, 1fr);
  gap: 0;
}
.pt-shot {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  background: var(--cell);
}
.pt-body { padding: var(--padY) var(--pad); color: var(--dim); }
.pt-name {
  font-family: var(--disp);
  font-weight: 400;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: .95;
  text-transform: uppercase;
  color: var(--line);
}
.pt-role { margin: 10px 0 16px; }
.pt-body p { font-size: 15px; }
.pt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.pt-tags span {
  border: var(--rule) solid var(--acid);
  color: var(--acid);
  padding: 6px 11px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.ptprice { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ptp {
  background: var(--cell);
  padding: 26px var(--pad);
  display: flex;
  flex-direction: column;
}
.ptp-n {
  font-family: var(--disp);
  font-size: clamp(2.6rem, 4.4vw, 3.7rem);
  line-height: .9;
  margin-top: 12px;
  font-variant-numeric: tabular-nums;
}
.ptp-n span {
  font-family: var(--ui);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-left: 8px;
}
.ptp-say { margin-top: 12px; color: var(--dim); font-size: 14px; }
.ptp-inv { background: var(--acid); color: var(--bg); }
.ptp-inv .lab, .ptp-inv .ptp-say { color: var(--bg); }
.ptp-cta { justify-content: space-between; gap: 18px; }
.ptp-cta .ptp-say { margin-top: 0; }
.ptp-cta .btn { align-self: start; }

/* ── 06 Lokalen ───────────────────────────────────────── */

.plates { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plate-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(230px, 26vw, 340px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--padY) var(--pad);
}
.plate-acid { background: var(--acid); color: var(--bg); }
.plate-dark { background: var(--cell); }
.plate-big {
  position: relative;
  font-family: var(--disp);
  font-size: clamp(2.9rem, 7.6vw, 6rem);
  line-height: .84;
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.plate-dark .plate-big { color: var(--acid); }
.plate-spec {
  position: relative;
  margin-bottom: auto;
  padding-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .17em;
  color: var(--acid);
}
.plate-spec span { border: var(--rule) solid var(--acid); padding: 5px 9px; }

.plate-card figcaption {
  position: relative;
  font-size: 15px;
  max-width: 40ch;
}
.plate-dark figcaption { color: var(--dim); }

.golv { grid-template-columns: minmax(0, 1fr); }
.golv-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  object-position: 50% 52%;
}

.specs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.spec { padding: 24px var(--pad); }
.spec dt {
  font-family: var(--disp);
  font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 12px;
}
.spec dd { color: var(--dim); font-size: 14px; }

/* ── 07 Kontakt ───────────────────────────────────────── */

.kons { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kon { padding: var(--padY) var(--pad); display: flex; flex-direction: column; }
.kon-big {
  display: block;
  min-height: 44px;
  margin-top: 14px;
  font-family: var(--disp);
  font-size: clamp(1.35rem, 1.95vw, 1.75rem);
  line-height: 1.25;
  letter-spacing: .005em;
  font-variant-numeric: tabular-nums;
}
a.kon-big:hover { color: var(--acid); }
.kon-mail { text-transform: none; letter-spacing: 0; }
.kon-plain { min-height: 0; text-transform: uppercase; }
.kon-say { margin-top: 12px; color: var(--dim); font-size: 14px; }

.kon-cta { background: var(--acid); color: var(--bg); }
.kon-cta .lab { color: var(--bg); }
.kon-cta-h {
  font-family: var(--disp);
  font-size: clamp(2.2rem, 3.4vw, 2.9rem);
  line-height: .88;
  text-transform: uppercase;
  margin-top: 14px;
}
.kon-say-inv { color: var(--bg); }
.kon-cta .btn { margin-top: auto; align-self: start; }

/* ── Footer ───────────────────────────────────────────── */

.foot { border-top: var(--rule) solid var(--line); }
.foot-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.foot-c {
  padding: 30px var(--pad);
  color: var(--dim);
  font-size: 14px;
}
.foot-h {
  font-family: var(--disp);
  font-size: 19px;
  text-transform: uppercase;
  color: var(--line);
  margin-bottom: 12px;
}
.foot-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
}
.foot-links a:hover { color: var(--acid); }
.foot-demo { margin-top: 18px; font-size: 12px; }

.foot-crop {
  background: var(--bg);
  border-top: var(--rule) solid var(--line);
  overflow: hidden;
  height: clamp(44px, 8.8vw, 128px);
  display: flex;
  align-items: flex-start;
  padding: 0 var(--pad);
}
.wordmark {
  font-family: var(--disp);
  font-size: clamp(3.3rem, 16.8vw, 15rem);
  line-height: .74;
  letter-spacing: -.015em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: -.012em;
  color: #23232a;
}
@supports (-webkit-text-stroke: 2px #000) {
  .wordmark {
    color: transparent;
    -webkit-text-stroke: 2px var(--acid);
  }
}

/* ── Responsivt ───────────────────────────────────────── */

@media (max-width: 1180px) {
  .sched-notes, .ptprice, .specs, .kons, .foot-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  html { scroll-padding-top: 68px; }
  .head-in { min-height: 64px; }
  .burger { display: flex; }

  .nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--bg);
    border-bottom: var(--rule) solid var(--line);
    display: none;
  }
  body.menu-open .nav { display: block; }
  .nav ul { display: block; padding: 6px 0 14px; }
  .nav li { border-top: var(--rule) solid #2a2a31; }
  .nav a {
    display: flex;
    min-height: 54px;
    padding: 0 var(--pad);
    font-size: 14px;
  }
  .nav-tel a {
    margin: 12px var(--pad) 0;
    justify-content: center;
  }
  .nav li.nav-tel { border-top: 0; }

  .hero-row, .prices, .nums, .plates, .pts { grid-template-columns: minmax(0, 1fr); }
  .poster { font-size: 32vw; }
  .hero-plate { min-height: clamp(280px, 42vw, 340px); }
  .golv-img { aspect-ratio: 16 / 9; }
  .sec-head {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "lab" "h2" "say" "hint";
    align-items: start;
  }
  .sec-head .sec-say { margin-top: 16px; padding-bottom: 0; }
  .sched-hint { display: block; }
}

@media (max-width: 599px) {
  body { font-size: 15px; }
  .sched-notes, .ptprice, .specs, .kons, .foot-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .pt-card { grid-template-columns: minmax(0, 104px) minmax(0, 1fr); }
  .hero-act { gap: 16px; }
  .hero-act .btn { width: 100%; }
  .stamp { width: 96px; }
  .plate-kg { font-size: 2.3rem; }
  .sched th, .sched td { padding: 14px 12px; }
}

/* ── Rörelse av ───────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tick-track { animation: none; }
  * { transition: none !important; }
}
