/* ============================================================
   3DPrintPoint — Redesign 2026 "Apple-Grade"
   Dark/Gold Brand · Inter · Vanilla CSS, keine Frameworks
   Tokens: 4px-Raster, eine Akzentfarbe (Gold), Pill-Buttons
   ============================================================ */

:root {
  /* Dark */
  --bg: #0a0908;
  --panel: #141210;
  --panel-2: #1a1714;
  --line-d: rgba(245, 242, 236, .10);
  --text-d: #f5f2ec;
  --muted-d: rgba(245, 242, 236, .60);
  --muted-d2: rgba(245, 242, 236, .38);
  /* Light */
  --off: #f4f1ec;
  --card: #fcfaf7;
  --ink: #17150f;
  --muted-l: #6a6460;
  --line-l: #e5dfd4;
  /* Akzent — Gold, sparsam */
  --gold: #c8a44b;
  --gold-strong: #b8952e;
  --gold-deep: #7a5f1c;
  --gold-grad: linear-gradient(100deg, #ecd28a 0%, #c8a44b 45%, #a37f22 100%);
  /* Radii & Motion */
  --r-lg: 24px;
  --r-md: 16px;
  --pill: 980px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --wide: 1152px;
  --narrow: 780px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text-d);
  line-height: 1.65;
  font-size: 1.0625rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: rgba(200, 164, 75, .32); }

.inner  { max-width: var(--wide); margin: 0 auto; padding: 0 max(24px, 5vw); }
.narrow { max-width: var(--narrow); margin: 0 auto; }

/* ── A11y ── */
.a11y-skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--gold-strong); color: #14120c; font-weight: 600;
  padding: 12px 20px; border-radius: 0 0 12px 0; text-decoration: none;
}
.a11y-skip-link:focus { left: 0; }

:is(a, button, input, [tabindex]):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Typografie ── */
.kicker {
  display: block;
  font-size: .75rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.display {
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 700; line-height: 1.04; letter-spacing: -.035em;
}
.h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 700; line-height: 1.06; letter-spacing: -.03em;
}
.grad {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lead {
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  line-height: 1.6; color: var(--muted-d);
  max-width: 34em;
}
.section-head { max-width: 720px; margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.section-head p { margin-top: 1.25rem; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: 1.0625rem; font-weight: 600; letter-spacing: -.01em;
  padding: .875rem 1.75rem; border-radius: var(--pill);
  text-decoration: none; border: 0; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.btn-gold { background: var(--gold-grad); color: #14120c; }
.btn-gold:hover { transform: scale(1.03); box-shadow: 0 12px 40px rgba(200, 164, 75, .28); }
.btn-gold:active { transform: scale(.99); }
.btn-quiet { color: var(--gold); padding: .875rem .5rem; }
.btn-quiet:hover { color: #ecd28a; }
.btn-quiet .chev { transition: transform .3s var(--ease); }
.btn-quiet:hover .chev { transform: translateX(4px); }
.btn-outline-d {
  border: 1px solid var(--line-d); color: var(--text-d); background: transparent;
}
.btn-outline-d:hover { border-color: var(--gold); color: var(--gold); }

/* ── Nav ── */
#nav {
  position: fixed; inset: 0 0 auto 0; z-index: 900;
  background: rgba(10, 9, 8, .68);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
#nav.scrolled { border-bottom-color: var(--line-d); background: rgba(10, 9, 8, .84); }
.nav-inner {
  max-width: var(--wide); margin: 0 auto; padding: 0 max(24px, 5vw);
  height: 56px; display: flex; align-items: center; gap: 2rem;
}
.nav-logo {
  display: flex; align-items: center; gap: .55rem;
  font-weight: 700; font-size: .9375rem; letter-spacing: -.02em;
  color: var(--text-d); text-decoration: none;
}
.nav-logo img { width: 19px; height: 23px; }
.nav-links { display: flex; gap: 1.75rem; margin-left: auto; align-items: center; }
.nav-link {
  font-size: .8125rem; font-weight: 500; color: var(--muted-d);
  text-decoration: none; transition: color .25s;
}
.nav-link:hover { color: var(--text-d); }
.nav-cta {
  font-size: .8125rem; font-weight: 600; color: #14120c;
  background: var(--gold-grad); text-decoration: none;
  padding: .45rem 1.05rem; border-radius: var(--pill);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.nav-cta:hover { transform: scale(1.04); box-shadow: 0 6px 24px rgba(200, 164, 75, .3); }
.nav-burger {
  display: none; margin-left: auto;
  background: none; border: 0; cursor: pointer; padding: 10px;
}
.nav-burger span {
  display: block; width: 20px; height: 1.5px; background: var(--text-d);
  margin: 5px 0; transition: transform .3s var(--ease), opacity .3s;
}
.nav-burger[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:last-child  { transform: translateY(-3.25px) rotate(-45deg); }

/* ── Hero ── */
.hero {
  padding: clamp(9rem, 16vh, 12rem) 0 0;
  text-align: center;
  position: relative;
  overflow: clip;
}
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto;
  height: 90%; pointer-events: none;
  background: radial-gradient(52% 42% at 50% 18%, rgba(200, 164, 75, .13) 0%, transparent 70%);
}
.hero-inner { position: relative; max-width: 1000px; margin: 0 auto; padding: 0 max(24px, 5vw); }
.hero .display { margin-bottom: 1.75rem; }
.hero .lead { margin: 0 auto 2.5rem; }
.hero-ctas { display: flex; gap: 1.25rem; justify-content: center; align-items: center; flex-wrap: wrap; }

.hero-figure {
  position: relative;
  max-width: var(--wide); margin: clamp(4rem, 8vw, 6rem) auto 0;
  padding: 0 max(24px, 5vw);
}
.hero-figure .frame {
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line-d);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55), 0 0 80px rgba(200, 164, 75, .07);
}
.hero-figure img {
  width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}
.hero-caption {
  font-size: .8125rem; color: var(--muted-d2);
  margin-top: 1.25rem; text-align: center;
}

/* ── Stat-Strip ── */
.stats { padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem); }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
  text-align: center;
}
.stat b {
  display: block; font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  font-weight: 700; letter-spacing: -.03em; line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.stat b small { font-size: .55em; font-weight: 600; color: var(--muted-d); margin-left: .1em; }
.stat span { display: block; font-size: .8125rem; color: var(--muted-d2); margin-top: .5rem; }

/* ── Bento ── */
.bento { padding: clamp(4rem, 8vw, 7rem) 0 clamp(6rem, 10vw, 9rem); }
.bento-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.tile {
  background: var(--panel);
  border: 1px solid var(--line-d);
  border-radius: var(--r-lg);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  position: relative; overflow: hidden;
  transition: border-color .4s var(--ease), transform .4s var(--ease);
}
.tile:hover { border-color: rgba(200, 164, 75, .35); transform: translateY(-3px); }
.tile h3 {
  font-size: 1.1875rem; font-weight: 600; letter-spacing: -.015em;
  margin-bottom: .625rem;
}
.tile p { font-size: .9375rem; color: var(--muted-d); line-height: 1.6; }
.tile-xl { grid-column: span 4; }
.tile-sm { grid-column: span 2; }
.tile-third { grid-column: span 2; }
.tile-wide { grid-column: span 6; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.tile-wide p { max-width: 52ch; }
.tile-num {
  font-size: clamp(4rem, 9vw, 7.5rem); font-weight: 700;
  letter-spacing: -.04em; line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-bottom: 1.25rem;
}
.tile-xl::after {
  content: ""; position: absolute; right: -30%; top: -40%;
  width: 80%; aspect-ratio: 1; pointer-events: none;
  background: radial-gradient(circle, rgba(200, 164, 75, .12) 0%, transparent 65%);
}
.tile-gold { background: linear-gradient(135deg, #1c1812, #14120c); }
.tile-gold h3 { color: var(--gold); }

/* ── Light Sections ── */
.light { background: var(--off); color: var(--ink); }
.light .kicker { color: var(--gold-deep); }
.light .lead, .light .muted { color: var(--muted-l); }
.section { padding: clamp(6rem, 10vw, 9rem) 0; }

/* Services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line-l);
  border-radius: var(--r-lg); padding: clamp(2rem, 3vw, 2.75rem);
  text-decoration: none; color: inherit;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.svc:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 149, 46, .45);
  box-shadow: 0 24px 64px rgba(23, 21, 15, .10);
}
.svc-num { font-size: .75rem; font-weight: 600; letter-spacing: .14em; color: var(--gold-deep); margin-bottom: 1.5rem; }
.svc h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .75rem; }
.svc p { font-size: .9375rem; color: var(--muted-l); line-height: 1.6; flex: 1; margin-bottom: 2rem; }
.svc-link { font-size: .9375rem; font-weight: 600; color: var(--gold-deep); display: inline-flex; gap: .4rem; align-items: center; }
.svc:hover .svc-link .chev { transform: translateX(4px); }
.svc-link .chev { transition: transform .3s var(--ease); }

/* Materialien */
.mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mat {
  background: var(--card); border: 1px solid var(--line-l);
  border-radius: var(--r-lg); padding: 2rem;
  position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.mat:hover { transform: translateY(-4px); box-shadow: 0 20px 56px rgba(23, 21, 15, .09); }
.mat-abbr {
  font-size: 2.25rem; font-weight: 700; letter-spacing: -.03em;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.mat-role { font-size: .8125rem; font-weight: 600; color: var(--ink); margin: .25rem 0 1.25rem; }
.mat ul { list-style: none; }
.mat li {
  font-size: .875rem; color: var(--muted-l); line-height: 1.5;
  padding: .5rem 0; border-top: 1px solid var(--line-l);
}
.mat-badge {
  position: absolute; top: 1.25rem; right: 1.25rem;
  font-size: .625rem; font-weight: 700; letter-spacing: .12em;
  color: #14120c; background: var(--gold-grad);
  padding: .25rem .6rem; border-radius: var(--pill);
}
.mat-more { margin-top: 2.5rem; text-align: center; }
.mat-more a { font-size: .9375rem; font-weight: 600; color: var(--gold-deep); text-decoration: none; }
.mat-more a:hover { text-decoration: underline; }

/* Prozess */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.step { border-top: 1px solid var(--line-l); padding-top: 1.5rem; }
.step-n {
  font-size: .8125rem; font-weight: 600; color: var(--gold-deep);
  font-variant-numeric: tabular-nums; margin-bottom: .875rem; display: block;
}
.step h3 { font-size: 1.125rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: .5rem; }
.step p { font-size: .9063rem; color: var(--muted-l); line-height: 1.6; }

/* ── Full-bleed Image ── */
.img-full { position: relative; overflow: clip; }
.img-full img { width: 100%; height: clamp(360px, 56vw, 620px); object-fit: cover; }
.img-full figcaption {
  position: absolute; left: max(24px, 5vw); bottom: 1.5rem;
  font-size: .8125rem; letter-spacing: .04em; color: rgba(255, 255, 255, .75);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .5);
}

/* ── Tech Specs (dark) ── */
.specs { padding: clamp(6rem, 10vw, 9rem) 0; }
.spec-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.spec-col {
  background: var(--panel); border: 1px solid var(--line-d);
  border-radius: var(--r-lg); padding: clamp(2rem, 3.5vw, 3rem);
}
.spec-col .cap {
  font-size: .75rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .875rem; display: block;
}
.spec-col h3 { font-size: 1.625rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .375rem; }
.spec-col .focus { font-size: .875rem; color: var(--muted-d2); margin-bottom: 2rem; }
.spec-row {
  display: flex; justify-content: space-between; gap: 1.5rem;
  padding: .875rem 0; border-top: 1px solid var(--line-d);
  font-size: .9063rem;
}
.spec-row span { color: var(--muted-d); }
.spec-row strong { font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }
.spec-row strong.hi { color: var(--gold); }

/* ── Qualität Split ── */
.quality { overflow: clip; }
.quality-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.quality-copy p { color: var(--muted-d); font-size: 1rem; line-height: 1.7; margin-top: 1.25rem; max-width: 42ch; }
.quality-img { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-d); }
.quality-img img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }

/* ── FAQ ── */
.faq-list { max-width: var(--narrow); margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line-l); }
.faq-h { margin: 0; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 1.0625rem; font-weight: 600; letter-spacing: -.01em;
  color: var(--ink); padding: 1.375rem 0;
}
.faq-ico { position: relative; flex: 0 0 14px; height: 14px; }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--gold-deep);
  transition: transform .35s var(--ease);
}
.faq-ico::before { left: 0; right: 0; top: 6px; height: 1.5px; }
.faq-ico::after  { top: 0; bottom: 0; left: 6px; width: 1.5px; }
.faq-q[aria-expanded="true"] .faq-ico::after { transform: scaleY(0); }
.faq-a {
  font-size: .9688rem; color: var(--muted-l); line-height: 1.7;
  padding: 0 2.5rem 1.5rem 0; max-width: 62ch;
}

/* ── Finale CTA ── */
.cta-final {
  text-align: center;
  padding: clamp(7rem, 13vw, 11rem) 0;
  position: relative; overflow: clip;
}
.cta-final::before {
  content: ""; position: absolute; inset: auto -10% -60%;
  height: 120%; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 100%, rgba(200, 164, 75, .14) 0%, transparent 70%);
}
.cta-final .h2 { margin-bottom: 1.25rem; }
.cta-final .lead { margin: 0 auto 2.5rem; }
.cta-fine { display: block; margin-top: 1.75rem; font-size: .8125rem; color: var(--muted-d2); }

/* ── Newsletter ── */
.nl { border-top: 1px solid var(--line-l); }
.nl-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.nl h2 { font-size: 1.75rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .75rem; }
.nl p { font-size: .9375rem; color: var(--muted-l); max-width: 40ch; }
.nl form { display: flex; flex-direction: column; gap: .75rem; }
.nl-row { display: flex; gap: .75rem; }
.nl input {
  flex: 1; min-width: 0;
  font: inherit; font-size: .9375rem; color: var(--ink);
  background: var(--card); border: 1px solid var(--line-l);
  border-radius: 14px; padding: .875rem 1.125rem;
  transition: border-color .25s;
}
.nl input:focus { border-color: var(--gold-strong); outline: none; }
.nl input::placeholder { color: #a39d92; }
.nl button {
  font: inherit; font-size: .9375rem; font-weight: 600;
  background: var(--ink); color: var(--off);
  border: 0; border-radius: var(--pill); padding: .875rem 1.75rem;
  cursor: pointer; align-self: flex-start;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.nl button:hover { background: var(--gold-deep); transform: scale(1.02); }
.nl-fine { font-size: .75rem; color: #a39d92; }
.nl-fine a { color: inherit; }
.nl-msg { display: none; font-size: .875rem; border-radius: 12px; padding: .75rem 1rem; }
.nl-msg.success { display: block; background: rgba(27, 94, 32, .10); color: #1b5e20; }
.nl-msg.error   { display: block; background: rgba(176, 42, 55, .08); color: #b02a37; }

/* ── Footer ── */
footer { border-top: 1px solid var(--line-d); padding: clamp(3.5rem, 6vw, 5rem) 0 3rem; }
.f-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem;
  margin-bottom: 3.5rem;
}
.f-brand { display: flex; align-items: center; gap: .55rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 1rem; }
.f-brand img { width: 19px; height: 23px; }
.f-desc { font-size: .875rem; color: var(--muted-d2); max-width: 30ch; }
.f-col h4 {
  font-size: .75rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted-d2); margin-bottom: 1.125rem;
}
.f-col ul { list-style: none; }
.f-col li { margin-bottom: .625rem; }
.f-col a { font-size: .875rem; color: var(--muted-d); text-decoration: none; transition: color .25s; }
.f-col a:hover { color: var(--gold); }
.f-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--line-d); padding-top: 2rem;
  font-size: .8125rem; color: var(--muted-d2);
}

/* ── Reveal Motion ── */
.rv { opacity: 0; transform: translateY(24px); }
.rv.in {
  opacity: 1; transform: none;
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--d, 0s);
}
/* Hero-Intro (beim Laden, kein Preloader) */
.hi { opacity: 0; transform: translateY(18px); animation: heroIn .9s var(--ease) forwards; }
.hi-1 { animation-delay: .05s; }
.hi-2 { animation-delay: .15s; }
.hi-3 { animation-delay: .28s; }
.hi-4 { animation-delay: .4s; }
.hi-5 { animation-delay: .55s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv, .hi { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .hero-figure img { transform: none !important; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ── Responsive ── */
@media (max-width: 1020px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .tile-xl, .tile-sm, .tile-third { grid-column: span 2; }
  .tile-wide { grid-column: span 2; }
  .svc-grid { grid-template-columns: 1fr; }
  .mat-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .spec-cols { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
    position: fixed; top: 56px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: rgba(10, 9, 8, .96);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line-d);
    padding: .75rem max(24px, 5vw) 1.5rem;
  }
  .nav-links.open { display: flex; }
  .nav-links .nav-link { padding: .875rem 0; font-size: 1rem; width: 100%; }
  .nav-links .nav-cta { margin-top: 1rem; font-size: .9375rem; padding: .7rem 1.5rem; }
  .nav-burger { display: block; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
  .mat-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .hero-figure img { aspect-ratio: 4 / 3; }
  .nl-grid { grid-template-columns: 1fr; }
  .nl-row { flex-direction: column; }
  .f-grid { grid-template-columns: 1fr; gap: 2rem; }
  .faq-a { padding-right: 0; }
}

/* ── Maschinen-Foto (Redesign 2026, Foto-Update) ── */
.machine-figure {
  max-width: 420px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}
.machine-figure img {
  width: 100%; height: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-d);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.machine-figure figcaption {
  margin-top: 1rem; text-align: center;
  font-size: .8125rem; color: var(--muted-d2); line-height: 1.5;
}
@media (max-width: 720px) {
  .machine-figure { max-width: 320px; }
}
