/* ═══════════════════════════════════════════════════════════════════
   Folding Factory · Designsystem "Teilung"
   Die Walzenteilung ist Rasterprinzip, maßstabsgetreu: 1 mm = 1 px.
   Classic    Stahl 22 · PU 15  → Periode 37
   Extra Grip Stahl  9 · PU 15  → Periode 24
   ═══════════════════════════════════════════════════════════════════ */

:root{
  --paper:oklch(0.972 0.004 85);
  --paper-2:oklch(0.948 0.005 85);
  --white:oklch(1 0 0);
  --ink:oklch(0.185 0.014 250);
  --ink-2:oklch(0.44 0.014 250);
  --ink-3:oklch(0.60 0.012 250);
  --steel:oklch(0.735 0.010 250);
  --steel-dark:oklch(0.35 0.012 250);
  --pu:oklch(0.70 0.155 62);
  --pu-text:oklch(0.455 0.135 52);
  --line:oklch(0.875 0.006 85);
  --line-dark:oklch(0.285 0.014 250);
  --ok:oklch(0.52 0.11 155);
  --ok-bg:oklch(0.945 0.045 155);

  --gut:clamp(1rem,4vw,3.75rem);          /* Seitenrand */
  --measure:76ch;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:Archivo,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-variation-settings:"wdth" 100;
  font-size:16px;line-height:1.5;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

h1,h2,h3{margin:0;font-weight:700;letter-spacing:-0.018em;text-wrap:balance;line-height:1.06}
h1{font-variation-settings:"wdth" 116}
h2{font-variation-settings:"wdth" 114}
h3{font-variation-settings:"wdth" 110}
p{margin:0;text-wrap:pretty}
a{color:var(--pu-text);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
:focus-visible{outline:2px solid var(--pu-text);outline-offset:3px;border-radius:2px}

.mono{
  font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-variant-numeric:tabular-nums;font-feature-settings:"zero" 1;
}
.kicker{
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:.6875rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
}
.wrap{max-width:84rem;margin-inline:auto;padding-inline:var(--gut)}
.stack{display:flex;flex-direction:column}

/* ── Das Walzenprofil ──────────────────────────────────────────── */
.knurl{background:repeating-linear-gradient(90deg,var(--steel) 0 22px,var(--pu) 22px 37px)}
.knurl--eg{background:repeating-linear-gradient(90deg,var(--steel) 0 9px,var(--pu) 9px 24px)}
.knurl--dark{background:repeating-linear-gradient(90deg,var(--steel-dark) 0 22px,var(--pu) 22px 37px)}
/* Im Kopf nur als Signatur, nicht als Blickfang */
.rule-knurl--quiet{height:3px;
  background:repeating-linear-gradient(90deg,oklch(0.30 0.012 250) 0 22px,oklch(0.50 0.075 62) 22px 37px)}
.rule-knurl{height:5px;border:0;margin:0}

/* ── Bemaßung ──────────────────────────────────────────────────── */
.dim{position:relative;height:1px;background:currentColor;opacity:.55}
.dim::before,.dim::after{content:"";position:absolute;top:-4px;width:1px;height:9px;background:currentColor}
.dim::before{left:0}
.dim::after{right:0}
.dim-row{display:flex;color:var(--ink-3)}
.dim-label{font-size:.625rem;text-align:center;margin-top:.4rem;color:var(--ink-2)}

/* ── Kopfzeile ─────────────────────────────────────────────────── */
.masthead{background:var(--ink);color:oklch(0.955 0.004 85);position:relative;z-index:10}
.masthead a{color:inherit}
.masthead-bar{display:flex;align-items:center;justify-content:space-between;
  gap:1.75rem;min-height:4.5rem}
.masthead-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.wordmark{font-weight:700;font-size:1.0625rem;font-variation-settings:"wdth" 122;letter-spacing:.015em;white-space:nowrap}
/* Einzeilig bis 960px, danach in eine eigene Zeile */
.brand{flex-shrink:0}
.mainnav{display:flex;align-items:center;gap:1.25rem;font-size:.875rem;
  flex-wrap:nowrap;white-space:nowrap}
.mainnav a{color:oklch(0.80 0.010 250);padding-block:.35rem;border-bottom:1px solid transparent}
.mainnav a:hover{color:oklch(0.97 0.004 85);text-decoration:none;border-bottom-color:var(--pu)}
.mainnav a[aria-current]{color:oklch(0.97 0.004 85);border-bottom-color:var(--pu)}
.langswitch{display:flex;gap:.5rem;font-size:.75rem;color:oklch(0.58 0.012 250)}
.langswitch [aria-current]{color:oklch(0.97 0.004 85);font-weight:500}
/* Nur noch im Fuss und in Fliesstexten verwendet */
.tel{font-size:.8125rem;border:1px solid var(--line-dark);padding:.5rem .875rem;border-radius:2px;white-space:nowrap}
.tel:hover{border-color:var(--pu);text-decoration:none}

/* Kopfzeile: die Nummer steht ruhig daneben, der Button traegt die Handlung */
.headtel{font-size:.8125rem;color:oklch(0.78 0.010 250);white-space:nowrap;
  padding-block:.5rem}
.headtel:hover{color:oklch(0.97 0.004 85);text-decoration:none}

/* ── Buttons ───────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  font:inherit;font-weight:600;font-size:.9375rem;
  padding:.875rem 1.5rem;border-radius:2px;border:1px solid transparent;
  cursor:pointer;transition:background-color .14s,border-color .14s,color .14s;
  min-height:44px;
}
.btn--primary{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.btn--primary:hover{background:var(--pu-text);border-color:var(--pu-text);text-decoration:none}
.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--ink);text-decoration:none}
.btn--onDark{background:var(--pu);color:oklch(0.16 0.014 250);border-color:var(--pu)}
.btn--onDark:hover{background:oklch(0.78 0.14 62);text-decoration:none}
/* Kompakter Anker in der Kopfzeile */
.btn--head{background:var(--pu);color:oklch(0.16 0.014 250);border-color:var(--pu);
  font-size:.875rem;padding:.625rem 1.125rem;min-height:38px;white-space:nowrap}
.btn--head:hover{background:oklch(0.80 0.14 62);text-decoration:none}

/* ── Statusmarke ───────────────────────────────────────────────── */
.chip{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;
  padding:.25rem .5rem;border-radius:2px;white-space:nowrap;
}
.chip--stock{background:var(--ok-bg);color:oklch(0.36 0.10 155)}
.chip--refurb{background:oklch(0.945 0.03 90);color:oklch(0.42 0.06 90)}
.chip--deal{background:oklch(0.94 0.06 45);color:oklch(0.44 0.14 45)}
.chip--excl{background:transparent;border:1px solid var(--pu);color:var(--pu)}

/* ── Maschinenwähler ───────────────────────────────────────────── */
.picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.pick{
  appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;
  background:var(--white);border:1px solid var(--line);border-radius:2px;padding:0;
  overflow:hidden;display:block;width:100%;
  transition:border-color .14s,box-shadow .14s,transform .14s;
}
.pick:hover{border-color:var(--steel);transform:translateY(-2px);
  box-shadow:0 10px 26px -18px oklch(0.185 0.014 250 / .5)}
.pick[aria-pressed="true"]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
/* Die Teilung markiert die Auswahl: grau bei inaktiv, PU-farbig bei aktiv. */
.pick__sig{display:block;height:.75rem;border-bottom:1px solid var(--line);
  background:repeating-linear-gradient(90deg,oklch(0.90 0.004 85) 0 22px,oklch(0.83 0.006 85) 22px 37px);
  transition:background .18s}
.pick__sig--eg{background:repeating-linear-gradient(90deg,oklch(0.90 0.004 85) 0 9px,oklch(0.83 0.006 85) 9px 24px)}
.pick:hover .pick__sig{background:repeating-linear-gradient(90deg,oklch(0.88 0.004 85) 0 22px,oklch(0.79 0.010 70) 22px 37px)}
.pick:hover .pick__sig--eg{background:repeating-linear-gradient(90deg,oklch(0.88 0.004 85) 0 9px,oklch(0.79 0.010 70) 9px 24px)}
.pick[aria-pressed="true"] .pick__sig{height:1.125rem;
  background:repeating-linear-gradient(90deg,var(--steel) 0 22px,var(--pu) 22px 37px)}
.pick[aria-pressed="true"] .pick__sig--eg{
  background:repeating-linear-gradient(90deg,var(--steel) 0 9px,var(--pu) 9px 24px)}
.pick__body{display:block;padding:1.25rem 1.375rem 1.375rem}
.pick__name{display:block;font-size:1.1875rem;font-weight:600;font-variation-settings:"wdth" 110;line-height:1.15}
.pick__meta{display:flex;gap:1.25rem;margin-top:.875rem}
.pick__meta > span{display:block}
.pick__meta dt{font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--ink-3);margin:0}
.pick__meta dd{margin:.2rem 0 0;font-family:"IBM Plex Mono",monospace;font-size:.875rem}

/* ── Detailtafel ───────────────────────────────────────────────── */
.detail{border:1px solid var(--ink);border-radius:2px;background:var(--white);
  margin-top:1rem;overflow:hidden}
.detail__grid{display:grid;grid-template-columns:1.12fr 1fr}
.detail__main{padding:1.75rem 1.875rem 1.875rem;border-right:1px solid var(--line)}
.detail__side{padding:1.75rem 1.875rem 1.875rem;background:var(--paper-2)}

.dl{width:100%;border-collapse:collapse;margin-top:1.375rem}
.dl th,.dl td{padding:.5rem 0;border-bottom:1px solid var(--line);font-size:.875rem;text-align:left}
.dl th{font-weight:400;color:var(--ink-2)}
.dl td{text-align:right;font-family:"IBM Plex Mono",monospace}
.dl tr:last-child th,.dl tr:last-child td{border-bottom:0}

/* ── Datentabelle ──────────────────────────────────────────────── */
.data{width:100%;border-collapse:collapse}
.data caption{text-align:left;font-family:"IBM Plex Mono",monospace;font-size:.6875rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);padding-bottom:.75rem}
.data th{text-align:left;font-family:"IBM Plex Mono",monospace;font-size:.625rem;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);
  padding:.625rem .75rem;border-bottom:1px solid var(--ink);background:transparent}
.data td{padding:.6875rem .75rem;border-bottom:1px solid var(--line);font-size:.9375rem}
.data tbody tr:hover td{background:var(--paper-2)}
.data .num{font-family:"IBM Plex Mono",monospace;font-variant-numeric:tabular-nums}

/* ── Abschnitte ────────────────────────────────────────────────── */
.section{padding-block:clamp(3rem,7vw,5.5rem)}
.section--dark{background:var(--ink);color:oklch(0.955 0.004 85)}
.section--dark h2,.section--dark h3{color:inherit}
.section--tint{background:var(--paper-2);border-block:1px solid var(--line)}
.lede{font-size:1.0625rem;line-height:1.65;color:var(--ink-2);max-width:38em}
.section--dark .lede{color:oklch(0.76 0.012 250)}

/* ── Hinweisbaustein ───────────────────────────────────────────── */
.notice{border-top:1px solid var(--line);background:var(--paper-2)}
.notice__inner{display:flex;gap:1.25rem;align-items:baseline;padding-block:1.75rem}

/* ── Formular ──────────────────────────────────────────────────── */
.field{display:flex;flex-direction:column;gap:.4rem}
.field label{font-family:"IBM Plex Mono",monospace;font-size:.625rem;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
.field .req{color:var(--pu-text)}
.control{
  font:inherit;font-size:.9375rem;color:var(--ink);
  background:var(--white);border:1px solid oklch(0.82 0.008 85);border-radius:2px;
  padding:.6875rem .75rem;min-height:44px;width:100%;
}
.control::placeholder{color:var(--ink-3)}
.control:hover{border-color:var(--steel)}
.hint{font-size:.75rem;color:var(--ink-2);line-height:1.5}

.choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}
.choice__opt{
  appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;
  background:var(--white);border:1px solid oklch(0.82 0.008 85);border-radius:2px;
  padding:1rem;transition:border-color .14s,box-shadow .14s;
}
.choice__opt:hover{border-color:var(--steel)}
.choice__opt[aria-pressed="true"]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.choice__opt[aria-pressed="false"] .knurl,
.choice__opt[aria-pressed="false"] .knurl--eg{filter:saturate(.35) opacity(.75)}

.fieldset{border:1px solid var(--line);border-radius:2px;background:var(--white);padding:0;margin:0}
.fieldset__head{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;
  background:var(--paper-2);border-bottom:1px solid var(--line)}
.fieldset__no{font-family:"IBM Plex Mono",monospace;font-size:.6875rem;font-weight:600;
  color:var(--paper);background:var(--ink);width:1.375rem;height:1.375rem;
  display:grid;place-items:center;border-radius:2px}
.fieldset__body{padding:1.5rem}

.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}

/* ── Fuß ───────────────────────────────────────────────────────── */
.footer{background:var(--ink);color:oklch(0.78 0.010 250);padding-bottom:2rem}
.footer a{color:inherit}
.footer a:hover{color:oklch(0.97 0.004 85)}
.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem;padding-top:2.75rem}
.footer h2{font-family:"IBM Plex Mono",monospace;font-size:.6875rem;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:oklch(0.58 0.012 250)}
.footer ul{list-style:none;margin:.875rem 0 0;padding:0}
.footer li{padding-block:.3rem;font-size:.875rem}

.skip{position:absolute;left:.5rem;top:-4rem;z-index:100;background:var(--pu);
  color:oklch(0.16 0.014 250);padding:.75rem 1.25rem;border-radius:2px;font-weight:600;
  transition:top .15s}
.skip:focus{top:.5rem;text-decoration:none}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ── Reaktionsfähig ────────────────────────────────────────────── */
@media (max-width:1100px){
  .picker{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail__grid{grid-template-columns:1fr}
  .detail__main{border-right:0;border-bottom:1px solid var(--line)}
  .footer__grid{grid-template-columns:1fr 1fr}
}
/* Ab hier wird es einzeilig eng: erst der Zusatz am Logo, dann die Nummer */
/* Kopfzeile: was zuerst weicht, wenn der Platz knapp wird.
   1  ab 1280px die Telefonnummer (der Button traegt die Handlung)
   2  ab 1120px wandert die Navigation in eine eigene Zeile
   3  auf Handys steht der Button neben dem Logo, die Navigation darunter */
@media (max-width:1280px){
  .headtel{display:none}
  .mainnav{gap:1.125rem}
}
@media (max-width:1120px){
  .masthead-bar{flex-wrap:wrap;padding-block:.75rem;gap:.625rem 1rem;min-height:0}
  .brand{margin-right:auto}
  .mainnav{order:3;width:100%;flex-wrap:wrap;white-space:normal;
    gap:.5rem 1.125rem;padding-top:.25rem}
  .headtel{display:inline-flex}
}
@media (max-width:620px){
  .headtel{display:none}
  .masthead-actions{gap:.75rem}
  .mainnav{font-size:.8125rem;gap:.375rem .875rem}
  .btn--head{font-size:.8125rem;padding:.5rem .875rem;min-height:44px}
}
@media (max-width:820px){
  .grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mainnav{gap:1rem;font-size:.8125rem}
}
@media (max-width:620px){
  .picker,.grid-2,.grid-3,.grid-4,.choice{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  h1{font-size:clamp(2rem,9vw,2.75rem)}
}

/* Tabellen dürfen scrollen, die Seite nicht */
.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}

.pick__key{display:block;font-family:"IBM Plex Mono",monospace;font-size:.625rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}
.pick__val{display:block;margin-top:.2rem;font-size:.875rem}

/* ── Vergleichskarte ───────────────────────────────────────────── */
.compare{margin:0;border:1px solid var(--line);border-radius:2px;
  padding:clamp(1.25rem,2.5vw,1.875rem);background:var(--white)}
.compare__row{display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:.625rem}
.compare__val{font-size:.8125rem}
.compare__bar{height:2.375rem;border-radius:1px}

.ticks{list-style:none;margin:.875rem 0 0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.25rem}
.ticks li{position:relative;padding-left:1.375rem;font-size:.875rem;color:var(--ink-2)}
.ticks li::before{
  content:"";position:absolute;left:0;top:.42em;width:.5rem;height:.5rem;
  background:var(--pu);border-radius:1px;
}

/* ── Prozesskette ──────────────────────────────────────────────── */
.steps{list-style:none;margin:0 0 2.5rem;padding:0;
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;
  background:var(--line);border:1px solid var(--line)}
.steps li{background:var(--white);padding:1rem 1.125rem 1.125rem;
  display:flex;flex-direction:column;gap:.5rem}
.steps__no{font-size:.6875rem;letter-spacing:.1em;color:var(--pu-text);font-weight:600}
.steps__name{font-size:.9375rem;font-weight:600;font-variation-settings:"wdth" 108}

/* ── Kennzahlen ────────────────────────────────────────────────── */
.figures{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(1.25rem,3vw,2.5rem)}
.figures > div{border-top:2px solid var(--ink);padding-top:1rem}
.figures dt{font-size:clamp(2rem,3.6vw,2.875rem);font-weight:600;line-height:1;
  letter-spacing:-0.02em}
.figures__unit{font-size:.45em;color:var(--pu-text);font-weight:500}
.figures dd{margin:.75rem 0 0}
.figures dd b{display:block;font-size:.9375rem;font-weight:600}
.figures dd p{margin-top:.3rem;font-size:.84375rem;line-height:1.6;color:var(--ink-2)}

@media (max-width:1100px){
  .steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .figures{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .figures{grid-template-columns:1fr}
  .ticks{grid-template-columns:1fr}
}

/* ── Zweispalter (als Klasse, damit Medienabfragen greifen) ────── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.75rem,5vw,4.75rem)}
.split--center{align-items:center}
.split--wide{grid-template-columns:0.85fr 1.15fr;align-items:start}
.split--end{grid-template-columns:0.9fr 1.1fr;align-items:end;
  gap:clamp(1.75rem,5vw,4.5rem)}
.figure-lead{text-align:right}

/* ── Mobil ─────────────────────────────────────────────────────── */
@media (max-width:880px){
  .split,.split--wide,.split--end{grid-template-columns:1fr}
  .figure-lead{text-align:left}
}
@media (max-width:820px){
  /* Bedienbarkeit: Fingerziele mindestens 44 px */
  .mainnav a,.langswitch a{min-height:44px;display:inline-flex;align-items:center}
  .footer li a{min-height:44px;display:inline-flex;align-items:center}
  /* Kleinstschrift auf Handys anheben */
  .kicker,.pick__key,.field label,.data th{font-size:.75rem}
  .hint,.figures dd p,.dim-label{font-size:.8125rem}
  .mono{font-size:inherit}
}

/* ── Brotkrume ─────────────────────────────────────────────────── */
.crumbs{display:flex;gap:.5rem;align-items:center;font-size:.75rem;
  color:var(--ink-3);margin-bottom:1.5rem}
.crumbs a{color:var(--ink-2)}
.crumbs [aria-current]{color:var(--ink)}

/* ══ Startseite ═════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────────── */
.hero{background:var(--ink);color:oklch(0.955 0.004 85);padding-top:clamp(3rem,6vw,5rem);
  padding-bottom:clamp(2rem,4vw,3rem)}
.hero__grid{display:grid;grid-template-columns:1.08fr .92fr;
  gap:clamp(2rem,5vw,4.5rem);align-items:center}
.hero__title{font-size:clamp(2.125rem,4.4vw,3.375rem);max-width:15em;
  font-variation-settings:"wdth" 114}
.hero__star{font-size:.42em;font-weight:400;color:var(--pu);vertical-align:super}
.hero__lede{margin-top:1.5rem;color:oklch(0.76 0.012 250);max-width:34em}
.hero__note{margin-top:1.25rem;font-size:.6875rem;line-height:1.8;color:oklch(0.60 0.012 250)}

/* Walzenquerschnitt: Welle – bestückter Bereich – Welle */
.hero__fig{margin:0}
.hero__figcap{color:oklch(0.62 0.012 250);margin-bottom:1.125rem}
.hero__roller{display:flex;align-items:stretch;height:clamp(5rem,9vw,7rem);
  border-radius:2px;overflow:hidden;box-shadow:0 18px 46px -26px oklch(0 0 0 / .8)}
.hero__shaft{width:clamp(1.5rem,3vw,2.5rem);
  background:linear-gradient(180deg,oklch(0.58 0.010 250),oklch(0.40 0.010 250) 45%,oklch(0.30 0.010 250))}
.hero__rings{flex:1;
  box-shadow:inset 0 14px 26px -18px oklch(0 0 0 / .85), inset 0 -14px 26px -18px oklch(0 0 0 / .85)}
.hero__dims{margin-top:.625rem;color:oklch(0.60 0.012 250);
  padding-left:clamp(1.5rem,3vw,2.5rem)}
.hero__dims .dim-label{color:oklch(0.74 0.012 250)}
.hero__dimnote{font-size:.6875rem;color:oklch(0.60 0.012 250);margin-left:.875rem}

/* ── Maschinenwahl unter dem Hero ──────────────────────────────── */
.quickpick{margin-top:clamp(2rem,4vw,3rem);border:1px solid var(--line-dark);
  border-radius:2px;padding:1.125rem 1.375rem;display:flex;flex-wrap:wrap;
  align-items:center;gap:.75rem 1.25rem}
.quickpick__label{color:var(--pu);flex-shrink:0}
.quickpick__list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;flex:1}
.quickpick__list a{display:inline-flex;align-items:center;min-height:38px;
  font-size:.875rem;color:oklch(0.88 0.008 250);
  border:1px solid var(--line-dark);border-radius:2px;padding:.375rem .75rem;
  transition:border-color .14s,color .14s,background-color .14s}
.quickpick__list a:hover{border-color:var(--pu);color:oklch(0.98 0.004 85);
  background:oklch(0.24 0.014 250);text-decoration:none}
.quickpick__more{font-size:.6875rem;color:oklch(0.58 0.012 250);flex-shrink:0}

/* ── Geschäftsfelder ───────────────────────────────────────────── */
.fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.fieldcard{border:1px solid var(--line);border-radius:2px;background:var(--white);
  overflow:hidden;display:flex;flex-direction:column;
  transition:border-color .14s,box-shadow .14s}
.fieldcard:hover{border-color:var(--steel);
  box-shadow:0 14px 34px -24px oklch(0.185 0.014 250 / .55)}
.fieldcard__sig{height:.625rem}
.fieldcard__sig--refurb{
  background:repeating-linear-gradient(90deg,var(--steel) 0 22px,oklch(0.62 0.055 90) 22px 37px)}
.fieldcard__sig--glue{
  background:repeating-linear-gradient(90deg,var(--steel) 0 30px,var(--pu) 30px 45px)}
.fieldcard__body{padding:1.5rem 1.5rem 1.625rem;display:flex;flex-direction:column;
  flex:1;gap:.75rem}
.fieldcard__kick{color:var(--ink-3)}
.fieldcard__title{font-size:1.25rem;font-variation-settings:"wdth" 108;line-height:1.2}
.fieldcard__text{font-size:.9375rem;line-height:1.65;color:var(--ink-2)}
.fieldcard__facts{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}
.fieldcard__link{margin-top:auto;padding-top:.75rem;display:inline-flex;align-items:center;
  gap:.4rem;font-weight:600;font-size:.9375rem;min-height:44px}
.fieldcard__link svg{transition:transform .16s}
.fieldcard__link:hover svg{transform:translateX(3px)}

/* ── Knowhow-Anreißer ──────────────────────────────────────────── */
.teasers{list-style:none;margin:1.25rem 0 0;padding:0}
.teasers li{border-top:1px solid var(--line)}
.teasers li:last-child{border-bottom:1px solid var(--line)}
.teasers a{display:flex;flex-direction:column;gap:.3rem;padding:1rem 0;color:var(--ink)}
.teasers a:hover{text-decoration:none;color:var(--pu-text)}
.teasers__title{font-size:.9375rem;font-weight:600;line-height:1.45}
.teasers__meta{font-size:.75rem;color:var(--ink-3)}

/* ── Abschluss ─────────────────────────────────────────────────── */
.cta{background:var(--ink);color:oklch(0.955 0.004 85);
  padding-block:clamp(2.5rem,5vw,3.75rem)}
.cta__inner{display:grid;grid-template-columns:1.2fr auto;gap:2rem;align-items:center}
.cta__title{font-size:clamp(1.5rem,2.8vw,2rem);max-width:16em}
.cta__text{margin-top:.875rem;font-size:.9375rem;line-height:1.65;
  color:oklch(0.76 0.012 250);max-width:40em}
.cta__actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}
.cta__tel{font-size:1.0625rem;color:oklch(0.955 0.004 85);min-height:44px;
  display:inline-flex;align-items:center}

@media (max-width:1100px){
  .fields{grid-template-columns:1fr}
}
@media (max-width:880px){
  .hero__grid{grid-template-columns:1fr}
  .cta__inner{grid-template-columns:1fr}
}

/* ── Filter ────────────────────────────────────────────────────── */
.filters{display:flex;flex-wrap:wrap;gap:1.25rem}
.filters__set{display:flex;flex-wrap:wrap;gap:.375rem}
.fbtn{appearance:none;font:inherit;font-size:.8125rem;cursor:pointer;
  background:var(--white);color:var(--ink-2);
  border:1px solid var(--line);border-radius:2px;padding:.5rem .75rem;min-height:38px;
  transition:border-color .14s,background-color .14s,color .14s}
.fbtn:hover{border-color:var(--steel);color:var(--ink)}
.fbtn[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:var(--paper)}
@media (max-width:820px){ .fbtn{min-height:44px} }

/* ══ Herstellerseite ════════════════════════════════════════════ */
.prodhead{background:var(--ink);color:oklch(0.955 0.004 85);
  padding-top:1.5rem;padding-bottom:clamp(1.75rem,3vw,2.5rem)}
.crumbs--dark{color:oklch(0.58 0.012 250)}
.crumbs--dark a{color:oklch(0.78 0.010 250)}
.crumbs--dark [aria-current]{color:oklch(0.95 0.004 85)}
.prodhead__grid{display:grid;grid-template-columns:1.25fr 1fr;
  gap:clamp(1.5rem,4vw,3.5rem);align-items:end}
.prodhead__title{font-size:clamp(1.75rem,3.4vw,2.5rem);font-variation-settings:"wdth" 112}
.prodhead__lede{margin-top:.875rem;font-size:1rem;line-height:1.65;
  color:oklch(0.76 0.012 250);max-width:34em}
.prodhead__facts{display:grid;grid-template-columns:1fr 1fr;gap:.875rem 1.5rem;margin:0}
.prodhead__facts dt{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;
  color:oklch(0.58 0.012 250)}
.prodhead__facts dd{margin:.25rem 0 0;font-size:.875rem;color:oklch(0.92 0.006 250)}

.drawhead{display:flex;align-items:flex-end;justify-content:space-between;
  gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.drawhead__title{font-size:clamp(1.375rem,2.4vw,1.75rem);margin-top:.5rem}

.drawing{margin:0;border:1px solid var(--line);border-radius:2px;
  background:var(--white);padding:clamp(1rem,2.5vw,2rem)}
.drawing svg{display:block;width:100%;height:auto}
.drawing__cap{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;
  margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--line)}
.drawing__legend{display:inline-flex;align-items:center;gap:.5rem;
  font-size:.8125rem;color:var(--ink-2)}
.swatch{width:.875rem;height:.875rem;border-radius:1px;border:1px solid var(--steel-dark)}
.swatch--steel{background:var(--steel)}
.swatch--pu{background:var(--pu);border-color:oklch(0.45 0.12 55)}
.swatch--shaft{background:linear-gradient(180deg,oklch(0.86 0.008 250),oklch(0.52 0.010 250))}
.drawing__note{margin-left:auto;font-size:.75rem;color:var(--ink-3)}

.types{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.375rem}
.types li{font-family:"IBM Plex Mono",monospace;font-size:.8125rem;
  border:1px solid var(--line);background:var(--white);
  padding:.4rem .7rem;border-radius:2px}
.types__note{color:var(--ink-3);font-size:.75rem}

@media (max-width:880px){
  .prodhead__grid{grid-template-columns:1fr}
  .drawing__note{margin-left:0;width:100%}
}

/* Technische Zeichnung: lieber seitlich scrollen als unlesbar schrumpfen */
.drawing__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.drawing__scrollhint{display:none;margin-top:.625rem;font-size:.6875rem;color:var(--ink-3)}
@media (max-width:900px){
  .drawing__scroll svg{min-width:820px}
  .drawing__scrollhint{display:block}
}

/* ══ Anfrageformular ════════════════════════════════════════════ */
.formhead{display:flex;align-items:flex-end;justify-content:space-between;
  gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.formhead__sla{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-3);text-align:right;line-height:2}
.formhead__sla b{display:block;font-size:1.25rem;letter-spacing:0;
  text-transform:none;color:var(--ink);font-weight:600}

.formlayout{display:grid;grid-template-columns:1fr 20rem;
  gap:clamp(1.5rem,3vw,2.25rem);align-items:start}
#quoteform{display:flex;flex-direction:column;gap:1.25rem}
.fieldset{border:1px solid var(--line);border-radius:2px;background:var(--white);
  padding:0;margin:0;min-width:0}
.label-as-p{display:block;font-family:"IBM Plex Mono",monospace;font-size:.625rem;
  font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}

select.control{appearance:none;cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,var(--ink-2) 50%),
                   linear-gradient(135deg,var(--ink-2) 50%,transparent 50%);
  background-position:calc(100% - 18px) 52%, calc(100% - 13px) 52%;
  background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.5rem}
textarea.control{min-height:5.5rem;resize:vertical;font-family:inherit}
.control:focus-visible{border-color:var(--ink)}

/* Auswahl der Ausführung, mit maßstabsgetreuem Muster als Entscheidungshilfe */
.choice__opt{display:flex;flex-direction:column;gap:.625rem}
.choice__title{font-size:1rem;font-weight:600}
.choice__pat{display:block;height:1.75rem;border-radius:1px;
  border:1px solid oklch(0.82 0.008 85)}
.choice__pat--unknown{display:grid;place-items:center;background:var(--paper-2);
  color:var(--ink-3);font-family:"IBM Plex Mono",monospace;font-size:1rem}
.choice__spec{font-size:.6875rem;color:var(--ink-2)}
.choice__opt[aria-checked="true"]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.choice__opt[aria-checked="false"] .choice__pat{filter:saturate(.3) opacity(.7)}

.check{display:flex;gap:.75rem;align-items:center;font-size:.9375rem;
  color:var(--ink-2);cursor:pointer;min-height:44px}
.check input{width:1.0625rem;height:1.0625rem;accent-color:var(--pu-text);flex-shrink:0}

.inline-notice{margin-top:1.25rem;border-left:3px solid var(--pu);
  background:oklch(0.965 0.03 70);padding:.875rem 1.125rem;border-radius:0 2px 2px 0}
.inline-notice p{font-size:.875rem;line-height:1.6;color:var(--ink-2)}
.inline-notice p+p{margin-top:.35rem}
.inline-notice b{color:var(--ink)}

.upload{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;
  border:1px dashed oklch(0.80 0.008 85);border-radius:2px;padding:1.125rem;
  color:var(--ink-2)}
.upload__btn{margin-left:auto;cursor:pointer}

.submitrow{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:1.75rem}
#formstatus.is-error{color:var(--pu-text);font-weight:600}

/* Mitlaufende Zusammenfassung */
.summary{position:sticky;top:1.25rem;min-width:0}
.summary__inner{border:1px solid var(--line);border-radius:2px;background:var(--white);
  padding:1.25rem}
.summary__list{margin:.875rem 0 0;display:flex;flex-direction:column;gap:.5rem}
.summary__list > div{display:flex;justify-content:space-between;gap:.75rem;
  padding-bottom:.5rem;border-bottom:1px solid var(--line)}
.summary__list dt{font-size:.8125rem;color:var(--ink-2);flex-shrink:0}
.summary__list dd{margin:0;font-size:.8125rem;text-align:right;word-break:break-word}
.summary__meter{margin-top:1.125rem}
.summary__bar{height:4px;background:var(--paper-2);border-radius:2px;overflow:hidden}
.summary__bar span{display:block;height:100%;width:0;background:var(--pu);
  transition:width .25s ease}
.summary__meter .hint{margin-top:.5rem}
.summary__contact{margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid var(--line)}

@media (max-width:1000px){
  .formlayout{grid-template-columns:1fr}
  /* Die Zusammenfassung gehört hinter das Formular, davor wäre sie leer. */
  .summary{position:static}
  .summary__contact{border-top:0;padding-top:0;margin-top:0}
  .summary__inner{display:flex;flex-direction:column}
  /* Fingerziele */
  .check input{width:1.375rem;height:1.375rem}
  .fbtn,.choice__opt{min-height:44px}
}

/* ── Fallkarten ────────────────────────────────────────────────── */
.casecard{border-top:2px solid var(--ink);padding-top:1.125rem}
.casecard__no{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--pu-text);font-weight:600}
.casecard__title{margin-top:.625rem;font-size:1.25rem;font-variation-settings:"wdth" 108}
.casecard__text{margin-top:.75rem;font-size:.9375rem;line-height:1.7;color:var(--ink-2)}

/* Kennzahlen auf dunklem Grund */
.figures--dark > div{border-top-color:var(--pu)}
.figures--dark dt{color:oklch(0.96 0.004 85)}
.figures--dark dd b{color:oklch(0.96 0.004 85)}
.figures--dark dd p{color:oklch(0.74 0.012 250)}
.figures--dark .figures__unit{color:var(--pu)}

/* ── Spezifikationsliste ───────────────────────────────────────── */
.speclist{list-style:none;margin:0;padding:0}
.speclist li{display:flex;justify-content:space-between;gap:1rem;
  padding:.75rem 0;border-bottom:1px solid var(--line-dark);
  font-size:.9375rem;color:oklch(0.80 0.012 250)}
.speclist li:first-child{border-top:1px solid var(--line-dark)}
.speclist li .mono{font-size:.8125rem;color:var(--pu);text-align:right;flex-shrink:0}

/* ══ Über uns ═══════════════════════════════════════════════════ */
.orgsplit{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:stretch}
.orgcard{border:1px solid var(--line);border-radius:2px;background:var(--white);
  padding:1.5rem 1.625rem 1.75rem}
.orgcard--own{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.orgcard__kick{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.orgcard__name{margin-top:.5rem;font-size:1.5rem;font-variation-settings:"wdth" 110}
.orgcard__market{margin-top:.75rem;font-size:.8125rem;color:var(--ink-2)}
.orgcard__market b{color:var(--pu-text);font-weight:600}
.orgcard__text{margin-top:.875rem;font-size:.9375rem;line-height:1.65;color:var(--ink-2)}
.orgsplit__link{display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.625rem;padding-block:1.5rem}
.orgsplit__line{flex:1;width:1px;background:var(--line-strong,var(--line));
  border-left:1px dashed oklch(0.78 0.008 85)}
.orgsplit__year{font-size:.6875rem;letter-spacing:.12em;color:var(--ink-3);
  border:1px solid var(--line);border-radius:2px;padding:.25rem .5rem;background:var(--paper)}

.photoslot{margin:0}
.photoslot__frame{aspect-ratio:4/3;border:1px dashed oklch(0.80 0.008 85);border-radius:2px;
  background:var(--paper);display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:.625rem;color:var(--ink-3)}
.photoslot__label{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase}
.photoslot__note{margin-top:.625rem;font-size:.6875rem;color:var(--ink-3)}

.people{list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.person__photo{aspect-ratio:1;border:1px dashed oklch(0.80 0.008 85);border-radius:2px;
  background:var(--paper);display:grid;place-items:center;color:var(--ink-3);
  font-size:.625rem;letter-spacing:.14em}
.person__name{margin-top:.875rem;font-size:1.0625rem;font-weight:600}
.person__role{margin-top:.25rem;font-size:.75rem;color:var(--ink-2)}
.person__contact{margin-top:.4rem;font-size:.8125rem}
.people--rows{grid-template-columns:1fr;gap:1rem}
.person--row{display:grid;grid-template-columns:4.5rem 1fr;gap:1rem;align-items:center;
  border-top:1px solid var(--line);padding-top:1rem}
.person--row .person__name{margin-top:0}

/* ══ Kontakt ════════════════════════════════════════════════════ */
.ways{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.way{display:flex;flex-direction:column;gap:.5rem;padding:1.375rem 1.5rem;
  border:1px solid var(--line);border-radius:2px;background:var(--white);color:var(--ink);
  transition:border-color .14s,box-shadow .14s,transform .14s}
a.way:hover{border-color:var(--steel);transform:translateY(-2px);text-decoration:none;
  box-shadow:0 10px 26px -18px oklch(0.185 0.014 250 / .5)}
.way--primary{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.way--static{background:var(--paper-2);border-style:dashed}
.way__kick{color:var(--ink-3)}
.way__value{font-size:1.25rem;font-weight:600;font-variation-settings:"wdth" 106}
.way__note{font-size:.8125rem;line-height:1.55;color:var(--ink-2)}

.addr{font-style:normal;margin-top:1rem}
.addr__name{font-size:1.0625rem;font-weight:600}
.addr__lines{margin-top:.5rem;font-size:.9375rem;line-height:1.9;color:var(--ink-2)}
.mapnote{margin-top:1.75rem;border-left:3px solid var(--line);padding-left:1.125rem}

@media (max-width:900px){
  .orgsplit{grid-template-columns:1fr}
  .orgsplit__link{flex-direction:row;padding-block:0}
  .orgsplit__line{width:auto;height:1px;flex:1;border-left:0;
    border-top:1px dashed oklch(0.78 0.008 85)}
  .ways{grid-template-columns:1fr}
  .people{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){ .people{grid-template-columns:1fr} }

/* ══ Knowhow ════════════════════════════════════════════════════ */
.articles{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}
.article__link{display:grid;grid-template-columns:16rem 1fr;gap:0;
  border:1px solid var(--line);border-radius:2px;background:var(--white);color:var(--ink);
  overflow:hidden;transition:border-color .14s,box-shadow .14s}
.article__link:hover{border-color:var(--steel);text-decoration:none;
  box-shadow:0 12px 30px -22px oklch(0.185 0.014 250 / .55)}
.article__viz{background:var(--paper-2);border-right:1px solid var(--line);
  display:flex;flex-direction:column;justify-content:center;gap:.625rem;padding:1.5rem}
.article__bar{display:block;height:1.125rem;border-radius:1px}
.article__bar--pu{background:var(--pu)}
.article__bar--rubber{background:oklch(0.62 0.012 90)}
.article__viz--stages{flex-direction:row;align-items:center;gap:.5rem}
.article__stage{flex:1;height:2.5rem;border-radius:1px;border:1px solid oklch(0.80 0.008 85)}
.article__stage--worn{background:repeating-linear-gradient(90deg,oklch(0.72 0.010 90) 0 11px,oklch(0.62 0.04 70) 11px 18px)}
.article__stage--bare{background:oklch(0.76 0.008 250)}
.article__stage--fresh{background:repeating-linear-gradient(90deg,var(--steel) 0 11px,var(--pu) 11px 18px)}
.article__viz--warn{justify-content:center}
.article__wobble{display:block;height:2.25rem;border-radius:1px;
  transform:skewY(-1.5deg);filter:saturate(.5)}
.article__body{padding:1.5rem 1.625rem 1.625rem;display:flex;flex-direction:column;gap:.625rem}
.article__kick{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--pu-text)}
.article__title{font-size:1.25rem;font-variation-settings:"wdth" 108;line-height:1.25}
.article__text{font-size:.9375rem;line-height:1.65;color:var(--ink-2)}
.article__more{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;
  font-weight:600;font-size:.9375rem;color:var(--pu-text);min-height:32px}

/* ── Beitrag ───────────────────────────────────────────────────── */
.post__head{max-width:52rem}
.post__standfirst{margin-top:1.125rem;font-size:1.125rem;line-height:1.6;color:var(--ink-2)}
.post{max-width:38rem;margin-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}
.post p{font-size:1.0625rem;line-height:1.75;color:var(--ink-2)}
.post h2{margin-top:1.25rem;font-size:1.375rem}
.pullquote{margin:1rem 0;padding-left:1.25rem;border-left:3px solid var(--pu);
  font-size:1.1875rem;line-height:1.55;color:var(--ink);font-variation-settings:"wdth" 104}

.wearfig{margin:1rem 0;border:1px solid var(--line);border-radius:2px;
  background:var(--white);padding:1.5rem}
.wearfig__cap{color:var(--ink-3);margin-bottom:1.125rem}
.wearfig__row{display:grid;grid-template-columns:7rem 1fr 3rem;gap:.875rem;
  align-items:center;margin-bottom:.75rem}
.wearfig__label{font-size:.875rem;font-weight:600}
.wearfig__track{background:var(--paper-2);border-radius:1px;height:1.5rem}
.wearfig__bar{display:block;height:100%;border-radius:1px}
.wearfig__bar--pu{background:var(--pu)}
.wearfig__bar--rubber{background:oklch(0.62 0.012 90)}
.wearfig__value{font-size:.875rem;font-weight:600;text-align:right}
.wearfig__note{margin-top:.875rem;font-size:.6875rem;line-height:1.6;color:var(--ink-3)}

.post__aside{max-width:38rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line)}
.post__links{list-style:none;margin:.875rem 0 0;padding:0}
.post__links li{border-bottom:1px solid var(--line)}
.post__links a{display:block;padding:.75rem 0;font-size:.9375rem;color:var(--ink)}
.post__links a:hover{color:var(--pu-text)}

/* ══ Sonderangebote ═════════════════════════════════════════════ */
.offers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.offer{border:1px solid var(--line);border-radius:2px;background:var(--white);overflow:hidden}
.offer__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;
  padding:1.5rem 1.625rem 1.25rem}
.offer__kick{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--pu-text)}
.offer__title{margin-top:.5rem;font-size:1.375rem;font-variation-settings:"wdth" 108}
.offer__sub{margin-top:.4rem;font-size:.8125rem;color:var(--ink-2)}
.offer__sig{height:.5rem}
.offer__grid{display:grid;grid-template-columns:1fr 20rem;gap:1.5rem;
  padding:1.5rem 1.625rem 1.75rem}
.offer__facts{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}
.offer__facts dt{font-family:"IBM Plex Mono",monospace;font-size:.625rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}
.offer__facts dd{margin:.25rem 0 0;font-size:.9375rem}
.offer__action{border-left:1px solid var(--line);padding-left:1.5rem}
.offer__price{font-size:1.125rem;font-weight:600}

.tiers{width:100%;border-collapse:collapse}
.tiers th{text-align:left;font-family:"IBM Plex Mono",monospace;font-size:.625rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-weight:600;
  padding-bottom:.5rem;border-bottom:1px solid var(--ink)}
.tiers td{padding:.5rem 0;border-bottom:1px solid var(--line);font-size:.875rem}
.tiers__price{text-align:right;font-weight:600}

.offers__note{margin-top:2rem;border-left:3px solid var(--line);padding-left:1.25rem}

@media (max-width:900px){
  .article__link{grid-template-columns:1fr}
  .article__viz{border-right:0;border-bottom:1px solid var(--line);min-height:6rem}
  .offer__grid{grid-template-columns:1fr}
  .offer__action{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:1.25rem}
}
@media (max-width:560px){
  .wearfig__row{grid-template-columns:5.5rem 1fr 2.5rem;gap:.5rem}
  .offer__facts{grid-template-columns:1fr}
}

/* ══ Service ════════════════════════════════════════════════════ */
.services{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.service{display:grid;grid-template-columns:4rem 1fr;gap:1.5rem;
  padding:1.75rem 0;border-top:1px solid var(--line)}
.service:last-child{border-bottom:1px solid var(--line)}
.service__no{font-size:.8125rem;font-weight:600;color:var(--pu-text);padding-top:.2rem}
.service__title{font-size:1.375rem;font-variation-settings:"wdth" 108}
.service__text{margin-top:.625rem;font-size:.9375rem;line-height:1.7;
  color:var(--ink-2);max-width:46em}

.checklist{list-style:none;margin:0;padding:0}
.checklist li{position:relative;padding:.875rem 0 .875rem 2rem;
  border-bottom:1px solid var(--line);font-size:.9375rem;color:var(--ink-2)}
.checklist li:first-child{border-top:1px solid var(--line)}
.checklist li::before{content:"";position:absolute;left:0;top:1.2em;
  width:.625rem;height:.625rem;background:var(--pu);border-radius:1px}

.openpoint{margin-top:1.25rem;border-left:3px solid var(--pu);
  padding:.25rem 0 .25rem 1.125rem}
.openpoint__label{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--pu)}
.openpoint__text{margin-top:.5rem;font-size:.875rem;line-height:1.65;
  color:oklch(0.74 0.012 250)}

@media (max-width:620px){
  .service{grid-template-columns:1fr;gap:.5rem}
}

/* Praxis-Hinweis im Beitrag */
.tip{margin:1rem 0;border:1px solid var(--line);border-left:3px solid var(--pu);
  border-radius:0 2px 2px 0;background:var(--white);padding:1.25rem 1.375rem}
.tip__label{color:var(--pu-text)}
.tip__text{margin-top:.625rem;font-size:.9375rem;line-height:1.7;color:var(--ink-2)}
