/* ─────────────────────────────────────────────────────────────
   Tillor — Editorial redesign
   ───────────────────────────────────────────────────────────── */

:root {
  /* Brand palette (kept from current site, tuned for contrast) */
  --sage: #7c9a96;
  --sage-deep: #5d7e7a;
  --sage-tint: #c8d4d2;
  --sage-wash: #e8efed;

  --navy: #3d3d56;
  --navy-deep: #2a2a3d;
  --navy-soft: #6a6a82;

  --cream: #f7f4ea;
  --cream-2: #efeada;
  --cream-3: #e3dcc6;

  --ink: #1c1c28;
  --ink-2: #4a4a5a;
  --ink-3: #8a8a98;
  --line: rgba(28, 28, 40, 0.10);
  --line-2: rgba(28, 28, 40, 0.06);

  --paper: #fbfaf4;          /* slightly warmer than cream for full-bleed page */
  --paper-elev: #ffffff;

  --alarm: #c9624a;
  --alarm-soft: #f0dfd9;
  --ok: #4a8a6a;

  /* Type */
  --display: "Instrument Serif", "Times New Roman", serif;
  --sans: "Geist", ui-sans-serif, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* Layout */
  --container: 1280px;
  --gutter: 32px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-sm: 8px;

  /* Shadows — feather-light, editorial */
  --shadow-1: 0 1px 0 rgba(28,28,40,.04), 0 1px 2px rgba(28,28,40,.04);
  --shadow-2: 0 1px 0 rgba(28,28,40,.04), 0 6px 24px -8px rgba(28,28,40,.10);
  --shadow-3: 0 20px 60px -20px rgba(28,28,40,.22);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* ───── Typography ───── */
.serif-italic { font-family: var(--display); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.mono { font-family: var(--mono); font-feature-settings: "ss01"; }
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.eyebrow .num { color: var(--sage-deep); }

h1, h2, h3, h4 { margin: 0; font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; }
h1 { font-size: clamp(40px, 5.6vw, 84px); letter-spacing: -0.035em; }
h2 { font-size: clamp(32px, 3.6vw, 56px); letter-spacing: -0.03em; }
h3 { font-size: clamp(20px, 1.6vw, 24px); letter-spacing: -0.015em; }

p { margin: 0; }

/* ───── Container ───── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ───── Announce bar ───── */
.announce {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 12px;
  letter-spacing: 0.01em;
}
.announce-track {
  display: flex; align-items: center; justify-content: center; gap: 36px;
  height: 38px;
}
.announce-item { display: inline-flex; align-items: center; gap: 8px; }
.announce-item svg { opacity: .85; }
@media (max-width: 760px) {
  .announce-track { gap: 18px; justify-content: flex-start; overflow-x: auto; padding: 0 16px; }
  .announce-item { white-space: nowrap; flex: 0 0 auto; }
}

/* ───── Header ───── */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 244, 0.82);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid var(--line-2);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 76px;
  gap: 28px;
}
.logo img { height: 36px; width: auto; }
.nav {
  display: flex; align-items: center; gap: 28px;
  justify-self: center;
  font-size: 14px;
  color: var(--ink-2);
}
.nav a { padding: 8px 0; transition: color .15s ease; }
.nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-btn {
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  position: relative; color: var(--ink);
  transition: background .15s ease, border-color .15s ease;
}
.icon-btn:hover { background: rgba(28,28,40,.04); border-color: rgba(28,28,40,.18); }
.cart-badge {
  position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px;
  padding: 0 5px; border-radius: 999px; background: var(--sage-deep); color: white;
  font-size: 10px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--paper);
}

/* ───── Buttons ───── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans);
  font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
  padding: 0 22px; height: 46px;
  border-radius: 999px; border: 1px solid transparent;
  transition: transform .12s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--navy); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: white; }
.btn-ghost { background: transparent; color: var(--ink-2); padding: 0 14px; }
.btn-ghost:hover { color: var(--ink); }
.btn-sage { background: var(--sage-deep); color: white; }
.btn-sage:hover { background: var(--navy); }
.btn-arrow svg { transition: transform .18s ease; }
.btn-arrow:hover svg { transform: translateX(3px); }
.btn-sm { height: 36px; font-size: 13px; padding: 0 16px; }

/* ───── Section scaffolding (editorial grid) ───── */
.section { padding: 120px 0; }
.section-tight { padding: 80px 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.section-head .right { color: var(--ink-2); max-width: 460px; justify-self: end; }
.section-head .left .eyebrow { margin-bottom: 18px; display: block; }
.section-head h2 .accent { color: var(--sage-deep); }
@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .section-head .right { justify-self: start; }
}

/* ─────────────────────────────────────────────────────────────
   HERO
   ───────────────────────────────────────────────────────────── */
.hero { position: relative; padding: 56px 0 120px; overflow: hidden; }
.hero .container { position: relative; }

/* ── Hero variant 1: Editorial dashboard ── */
.hero-v1 .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}
.hero-v1 .copy h1 { margin-bottom: 28px; }
.hero-v1 .copy h1 .em { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--sage-deep); }
.hero-v1 .copy .lead { font-size: 19px; line-height: 1.55; color: var(--ink-2); max-width: 460px; margin-bottom: 36px; }
.hero-v1 .copy .ctas { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-v1 .copy .meta { display: flex; gap: 28px; flex-wrap: wrap; color: var(--ink-3); font-size: 13px; }
.hero-v1 .copy .meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage-deep); display: inline-block; margin-right: 8px; vertical-align: middle; }

.hero-v1 .dash { position: relative; height: 580px; }
@media (max-width: 960px) {
  .hero-v1 .grid { grid-template-columns: 1fr; }
  .hero-v1 .dash { height: 520px; margin-top: 24px; }
}

/* Dashboard cards (floating editorial tiles) */
.tile {
  position: absolute;
  background: var(--paper-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-2);
  padding: 18px 20px;
  font-size: 13px;
}
.tile-temp { top: 0; left: 0; width: 280px; }
.tile-graph { top: 70px; right: 0; width: 340px; padding: 20px; }
.tile-alarm { bottom: 60px; left: 40px; width: 320px; }
.tile-status { bottom: 0; right: 40px; width: 220px; }
.tile-sensor { top: 230px; left: 240px; width: 160px; padding: 14px; text-align: center; }

@media (max-width: 960px) {
  .tile-temp { width: 240px; }
  .tile-graph { width: 280px; }
  .tile-alarm { width: 260px; }
  .tile-sensor { display: none; }
}

.tile-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tile-label { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.tile-big {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 56px; line-height: 1; letter-spacing: -0.02em; color: var(--ink);
  margin: 8px 0 6px;
}
.tile-trend { font-size: 12px; color: var(--ok); display: inline-flex; gap: 4px; align-items: center; }
.tile-trend.down { color: var(--alarm); }
.tile-divider { height: 1px; background: var(--line-2); margin: 12px 0; }
.tile-row-mini { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-2); padding: 4px 0; }
.tile-row-mini .val { color: var(--ink); font-variant-numeric: tabular-nums; }

/* sparkline / graph */
.graph-svg { width: 100%; height: 92px; display: block; margin-top: 10px; }
.graph-axis { font-family: var(--mono); font-size: 9px; fill: var(--ink-3); }

/* alarm card */
.alarm-card { border-left: 3px solid var(--alarm); }
.alarm-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--alarm-soft); color: var(--alarm); display: inline-flex; align-items: center; justify-content: center; }
.alarm-title { font-weight: 500; font-size: 14px; color: var(--ink); margin-bottom: 2px; }
.alarm-sub { color: var(--ink-3); font-size: 12px; }

/* status pill */
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 500; }
.pill-ok { background: rgba(74,138,106,.10); color: var(--ok); }
.pill-warn { background: var(--alarm-soft); color: var(--alarm); }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* tile-sensor floating sensor */
.sensor-glyph {
  width: 92px; height: 92px; margin: 0 auto 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--cream-2));
  border: 1px solid var(--line);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 -8px 16px rgba(0,0,0,0.06);
}
.sensor-glyph::before {
  content: ""; position: absolute; inset: 22%; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, var(--sage-tint), var(--sage));
}
.sensor-glyph::after {
  content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: var(--ok); box-shadow: 0 0 0 4px rgba(74,138,106,.15);
  top: 30%; right: 26%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity:1; transform: scale(1);} 50% { opacity: .6; transform: scale(0.85);} }

/* ── Hero variant 2: Centered big statement ── */
.hero-v2 { text-align: center; }
.hero-v2 .eyebrow { display: block; margin-bottom: 28px; }
.hero-v2 h1 { font-size: clamp(48px, 7vw, 110px); max-width: 1100px; margin: 0 auto 32px; }
.hero-v2 h1 .em { font-family: var(--display); font-style: italic; color: var(--sage-deep); }
.hero-v2 .lead { font-size: 19px; color: var(--ink-2); max-width: 580px; margin: 0 auto 40px; }
.hero-v2 .ctas { display: flex; gap: 12px; justify-content: center; margin-bottom: 64px; flex-wrap: wrap; }
.hero-v2 .dash-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1100px; margin: 0 auto;
}
.dash-mini {
  background: var(--paper-elev); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; text-align: left; box-shadow: var(--shadow-1);
}
.dash-mini .tile-big { font-size: 36px; margin: 4px 0; }
@media (max-width: 760px) {
  .hero-v2 .dash-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ── Hero variant 3: Full-bleed dark dashboard ── */
.hero-v3 {
  background: var(--navy-deep);
  color: white;
  padding: 0;
  margin: 0;
}
.hero-v3 .inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px var(--gutter) 72px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
  min-height: 640px;
}
.hero-v3 .eyebrow { color: var(--sage-tint); }
.hero-v3 .eyebrow .num { color: var(--sage); }
.hero-v3 h1 { color: white; margin-bottom: 24px; }
.hero-v3 h1 .em { font-family: var(--display); font-style: italic; color: var(--sage); }
.hero-v3 .lead { color: rgba(255,255,255,.72); font-size: 19px; max-width: 460px; margin-bottom: 36px; }
.hero-v3 .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-v3 .btn-secondary { color: white; border-color: rgba(255,255,255,.4); }
.hero-v3 .btn-secondary:hover { background: white; color: var(--ink); }
.hero-v3 .btn-primary { background: var(--sage); color: var(--ink); }
.hero-v3 .btn-primary:hover { background: var(--sage-tint); }
.hero-v3 .meta { display: flex; gap: 28px; flex-wrap: wrap; color: rgba(255,255,255,.55); font-size: 13px; }

.hero-v3 .dash3 {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
}
.hero-v3 .dash3 .tile { background: rgba(255,255,255,.04); color: white; border-color: rgba(255,255,255,.08); position: static; width: auto; box-shadow: none; }
.hero-v3 .dash3 .tile-big { color: white; }
.hero-v3 .dash3 .tile-label { color: rgba(255,255,255,.5); }
.hero-v3 .dash3 .tile-row-mini { color: rgba(255,255,255,.65); }
.hero-v3 .dash3 .tile-row-mini .val { color: white; }
.hero-v3 .dash3 .tile-divider { background: rgba(255,255,255,.08); }
.hero-v3 .dash3 .alarm-card { border-left-color: var(--alarm); }
.hero-v3 .dash3 .alarm-title { color: white; }
.hero-v3 .dash3 .grid-row-1 { grid-column: 1; grid-row: 1 / span 2; }
.hero-v3 .dash3 .grid-row-2 { grid-column: 2; grid-row: 1; }
.hero-v3 .dash3 .grid-row-3 { grid-column: 2; grid-row: 2; }
.hero-v3 .dash3 .grid-row-4 { grid-column: 1 / span 2; grid-row: 3; }
@media (max-width: 960px) {
  .hero-v3 .inner { grid-template-columns: 1fr; padding: 56px 24px; }
  .hero-v3 .dash3 { grid-template-columns: 1fr; }
  .hero-v3 .dash3 .grid-row-1, .hero-v3 .dash3 .grid-row-2,
  .hero-v3 .dash3 .grid-row-3, .hero-v3 .dash3 .grid-row-4 { grid-column: 1; grid-row: auto; }
}

/* ── Trust strip (under hero) ── */
.trust-strip {
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  padding: 22px 0;
  background: var(--cream);
}
.trust-strip .container {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
  font-size: 13px; color: var(--ink-2);
}
.trust-strip .ts-item { display: inline-flex; align-items: center; gap: 10px; }
.trust-strip .ts-item .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sage-deep); }

/* ─────────────────────────────────────────────────────────────
   PRODUCTS
   ───────────────────────────────────────────────────────────── */
.products-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pill {
  padding: 8px 16px; height: 36px;
  border: 1px solid var(--line);
  background: transparent; color: var(--ink-2);
  border-radius: 999px; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all .15s ease;
}
.filter-pill:hover { border-color: var(--ink); color: var(--ink); }
.filter-pill.active { background: var(--ink); color: white; border-color: var(--ink); }
.filter-pill .count { font-size: 11px; opacity: .55; }
.filter-pill.active .count { opacity: .7; }

.sort-by { font-size: 13px; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; }

/* product grid */
.products-grid { display: grid; gap: 24px; }
.products-grid.cards-stor { grid-template-columns: repeat(3, 1fr); }
.products-grid.cards-kompakt { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.products-grid.cards-minimal { grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); padding: 1px; border-radius: var(--radius); overflow: hidden; }
@media (max-width: 1080px) {
  .products-grid.cards-stor { grid-template-columns: repeat(2, 1fr); }
  .products-grid.cards-kompakt { grid-template-columns: repeat(2, 1fr); }
  .products-grid.cards-minimal { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .products-grid.cards-stor,
  .products-grid.cards-kompakt,
  .products-grid.cards-minimal { grid-template-columns: 1fr; }
}

/* Card — stor (large editorial) */
.card-stor {
  background: var(--paper-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.card-stor:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); border-color: rgba(28,28,40,.16); }
.card-stor .media {
  aspect-ratio: 1 / 1;
  background: var(--cream);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-2);
}
.card-stor .media .dotgrid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(28,28,40,.06) 1px, transparent 1px);
  background-size: 14px 14px;
}
.card-stor .badge-series {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--mono);
  font-size: 11px; font-weight: 500; letter-spacing: .04em;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(251,250,244,.9); backdrop-filter: blur(8px);
  color: var(--ink);
  border: 1px solid var(--line);
}
.card-stor .stock {
  position: absolute; top: 16px; right: 16px;
  font-size: 11px; color: var(--ok);
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(251,250,244,.9); padding: 5px 10px; border-radius: 999px;
  border: 1px solid var(--line);
}
.card-stor .stock .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.card-stor .body { padding: 22px 22px 18px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.card-stor .name {
  display: flex; align-items: baseline; gap: 8px;
  font-size: 24px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink);
}
.card-stor .name .prefix { font-family: var(--mono); font-size: 13px; color: var(--ink-3); font-weight: 400; letter-spacing: 0; }
.card-stor .desc { color: var(--ink-2); font-size: 14px; line-height: 1.55; flex: 1; }
.card-stor .foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px 22px;
  border-top: 1px solid var(--line-2);
  margin-top: 4px;
}
.card-stor .price { font-size: 20px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; }
.card-stor .price .currency { font-size: 13px; color: var(--ink-3); font-weight: 400; margin-left: 2px; }
.card-stor .add { 
  background: var(--ink); color: white; border-radius: 999px; padding: 0 14px; height: 36px;
  font-size: 13px; font-weight: 500;
  border: none; display: inline-flex; align-items: center; gap: 6px;
  transition: background .15s ease, transform .12s ease;
}
.card-stor .add:hover { background: var(--sage-deep); }
.card-stor .add.added { background: var(--ok); }
.card-stor .add:active { transform: scale(0.97); }

/* Card — kompakt */
.card-kompakt {
  background: var(--paper-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.card-kompakt:hover { border-color: rgba(28,28,40,.18); box-shadow: var(--shadow-1); }
.card-kompakt .media {
  aspect-ratio: 1 / 1; background: var(--cream); border-radius: var(--radius-sm);
  position: relative; overflow: hidden;
}
.card-kompakt .media .dotgrid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(28,28,40,.06) 1px, transparent 1px);
  background-size: 12px 12px;
}
.card-kompakt .top-row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.card-kompakt .badge-series { font-family: var(--mono); color: var(--ink-3); font-weight: 500; letter-spacing: .04em; }
.card-kompakt .stock { color: var(--ok); display: inline-flex; align-items: center; gap: 4px; }
.card-kompakt .stock .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ok); }
.card-kompakt .name { font-size: 18px; font-weight: 500; letter-spacing: -0.015em; }
.card-kompakt .desc { color: var(--ink-2); font-size: 13px; line-height: 1.5; flex: 1; }
.card-kompakt .foot { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.card-kompakt .price { font-weight: 500; font-size: 16px; }
.card-kompakt .add {
  background: transparent; border: 1px solid var(--ink); color: var(--ink);
  border-radius: 999px; height: 32px; padding: 0 12px;
  font-size: 12px; font-weight: 500;
}
.card-kompakt .add:hover { background: var(--ink); color: white; }
.card-kompakt .add.added { background: var(--ok); border-color: var(--ok); color: white; }

/* Card — minimal (list/row style w/ no gap) */
.card-minimal {
  background: var(--paper-elev);
  padding: 28px 24px;
  display: grid; grid-template-columns: 64px 1fr auto; gap: 20px;
  align-items: center;
  transition: background .15s ease;
}
.card-minimal:hover { background: var(--cream); }
.card-minimal .media-thumb {
  width: 64px; height: 64px; border-radius: 10px;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2);
}
.card-minimal .center { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.card-minimal .meta-row { display: flex; gap: 10px; align-items: center; font-family: var(--mono); font-size: 11px; color: var(--ink-3); }
.card-minimal .meta-row .stock { color: var(--ok); }
.card-minimal .name { font-size: 20px; font-weight: 500; letter-spacing: -0.015em; }
.card-minimal .desc { color: var(--ink-2); font-size: 13px; }
.card-minimal .right { display: flex; align-items: center; gap: 16px; }
.card-minimal .price { font-weight: 500; font-size: 18px; }
.card-minimal .add {
  background: var(--ink); color: white; border: none; border-radius: 999px;
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.card-minimal .add:hover { background: var(--sage-deep); }
.card-minimal .add.added { background: var(--ok); }

/* ─────────────────────────────────────────────────────────────
   HEXAGON (raffinerad)
   ───────────────────────────────────────────────────────────── */
.hex-mark {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.hex-mark svg { width: 62%; height: auto; }
.hex-mark .hex-outer { fill: none; stroke: var(--sage); stroke-width: 1.5; opacity: .55; }
.hex-mark .hex-inner { fill: var(--sage); opacity: .9; }
.hex-mark .hex-glyph { fill: var(--cream); }
.hex-mark .hex-dot { fill: var(--sage-deep); }

.media-thumb .hex-mark { position: relative; inset: auto; width: 36px; height: 36px; }
.media-thumb .hex-mark svg { width: 100%; }

/* ─────────────────────────────────────────────────────────────
   SERIES (te:/va:)
   ───────────────────────────────────────────────────────────── */
.series-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.serie-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 48px;
  min-height: 360px;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: white;
  transition: transform .25s ease;
}
.serie-card:hover { transform: translateY(-2px); }
.serie-card.te { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); }
.serie-card.va { background: linear-gradient(160deg, var(--sage-deep) 0%, #4a6a66 100%); }
.serie-card .huge {
  position: absolute;
  top: -20px;
  right: -10px;
  font-family: var(--display);
  font-style: italic;
  font-size: 320px;
  line-height: 1;
  color: rgba(255,255,255,.08);
  font-weight: 400;
  pointer-events: none;
}
.serie-card .eyebrow { color: rgba(255,255,255,.55); }
.serie-card .eyebrow .num { color: rgba(255,255,255,.85); }
.serie-card h3 { font-size: 32px; margin: 12px 0 16px; color: white; font-weight: 400; }
.serie-card p { color: rgba(255,255,255,.72); max-width: 460px; margin-bottom: 28px; font-size: 15px; }
.serie-card .serie-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: white; font-size: 14px; font-weight: 500;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.5); width: max-content;
  transition: border-color .15s ease;
}
.serie-card .serie-link:hover { border-color: white; }
.serie-card .serie-link svg { transition: transform .15s ease; }
.serie-card .serie-link:hover svg { transform: translateX(4px); }
.serie-card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.serie-card .tag {
  padding: 4px 10px; border-radius: 999px; font-size: 11px;
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.9);
  font-family: var(--mono); letter-spacing: .02em;
}
@media (max-width: 860px) {
  .series-grid { grid-template-columns: 1fr; }
  .serie-card { padding: 36px; min-height: 280px; }
  .serie-card .huge { font-size: 220px; }
}

/* ─────────────────────────────────────────────────────────────
   SÅ FUNKAR DET (steps)
   ───────────────────────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.step {
  padding: 40px 32px 40px 0;
  border-right: 1px solid var(--line);
  position: relative;
}
.step:nth-child(3) { border-right: none; padding-right: 0; }
.step:nth-child(n+2) { padding-left: 40px; }
.step .num {
  font-family: var(--display); font-style: italic;
  font-size: 64px; color: var(--sage); margin-bottom: 24px; line-height: 1;
}
.step h3 { font-size: 22px; font-weight: 500; margin-bottom: 10px; }
.step p { color: var(--ink-2); font-size: 15px; max-width: 340px; }
.step .arrow {
  position: absolute; top: 64px; right: -8px;
  color: var(--sage); opacity: .6;
}
.step:nth-child(3) .arrow { display: none; }
@media (max-width: 860px) {
  .steps-grid { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line); padding: 32px 0; }
  .step:nth-child(3) { border-bottom: none; }
  .step:nth-child(n+2) { padding-left: 0; }
  .step .arrow { display: none; }
}

/* ─────────────────────────────────────────────────────────────
   TRUST (Därför tillor)
   ───────────────────────────────────────────────────────────── */
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.trust-cell {
  background: var(--paper-elev);
  padding: 32px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 220px;
}
.trust-cell .ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--cream);
  border: 1px solid var(--line-2);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sage-deep);
}
.trust-cell h3 { font-size: 18px; font-weight: 500; }
.trust-cell p { color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.trust-cell .stat {
  margin-top: auto;
  font-family: var(--display); font-style: italic; font-size: 32px;
  color: var(--sage-deep); line-height: 1;
}
@media (max-width: 860px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .trust-grid { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────────────────────
   B2B section
   ───────────────────────────────────────────────────────────── */
.b2b {
  background: var(--navy);
  color: white;
  border-radius: var(--radius-lg);
  padding: 80px 64px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center;
  position: relative; overflow: hidden;
}
.b2b .pattern {
  position: absolute; inset: 0; opacity: .07;
  background-image: radial-gradient(circle, white 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.b2b .b-eyebrow { color: var(--sage-tint); display: block; margin-bottom: 18px; }
.b2b .b-eyebrow .num { color: var(--sage); }
.b2b h2 { color: white; max-width: 540px; margin-bottom: 24px; }
.b2b p { color: rgba(255,255,255,.72); max-width: 460px; margin-bottom: 32px; font-size: 16px; }
.b2b .btn-primary { background: var(--sage); color: var(--ink); }
.b2b .btn-primary:hover { background: var(--sage-tint); }
.b2b .b-secondary { color: white; padding-left: 12px; font-size: 14px; opacity: .8; }
.b2b .b-secondary:hover { opacity: 1; }
.b2b .right { position: relative; z-index: 1; }
.b2b .stat-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 14px;
}
.b2b .stat-card .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.b2b .stat-card .val { font-family: var(--display); font-style: italic; font-size: 48px; line-height: 1.05; margin: 4px 0; color: white; }
.b2b .stat-card .sub { font-size: 13px; color: rgba(255,255,255,.6); }
@media (max-width: 860px) {
  .b2b { grid-template-columns: 1fr; padding: 48px 32px; gap: 32px; }
}

/* ─────────────────────────────────────────────────────────────
   FOOTER
   ───────────────────────────────────────────────────────────── */
.footer {
  padding: 80px 0 40px;
  border-top: 1px solid var(--line-2);
  background: var(--cream);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}
.footer .brand-col img { height: 40px; margin-bottom: 18px; }
.footer .brand-col p { color: var(--ink-2); font-size: 14px; max-width: 320px; margin-bottom: 24px; }
.footer .social { display: flex; gap: 10px; }
.footer .social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  transition: all .15s ease;
}
.footer .social a:hover { background: var(--ink); color: white; border-color: var(--ink); }
.footer .col h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 16px; font-weight: 500;
}
.footer .col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer .col li a { color: var(--ink-2); font-size: 14px; transition: color .15s ease; }
.footer .col li a:hover { color: var(--ink); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid var(--line-2);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: var(--ink-3);
}
.footer-bottom .pay { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.footer-bottom .pay .chip {
  background: white; border: 1px solid var(--line); border-radius: 6px;
  height: 22px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--ink-2);
  letter-spacing: 0.02em;
}
@media (max-width: 960px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer .brand-col { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
}

/* ─────────────────────────────────────────────────────────────
   Floating cart drawer (interactive)
   ───────────────────────────────────────────────────────────── */
.cart-toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%);
  background: var(--ink); color: white; padding: 12px 20px; border-radius: 999px;
  font-size: 13px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
  z-index: 100; transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.cart-toast.show { transform: translateX(-50%) translateY(0); }
.cart-toast .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }

/* ─────────────────────────────────────────────────────────────
   Utility
   ───────────────────────────────────────────────────────────── */
.flex { display: flex; }
.gap-8 { gap: 8px; }
.muted { color: var(--ink-3); }
