:root {
  --bg: #cfd6dc;
  --bg-2: #dde3e8;
  --bg-3: #b8c1c9;
  --panel: #e1e6ea;
  --panel-2: #c7cfd6;
  --panel-3: #99a4ad;
  --panel-4: #67727b;
  --text: #0f1620;
  --muted: #5b6671;
  --secondary: #6b7580;
  --line: rgba(35, 45, 56, 0.16);
  --line-strong: rgba(35, 45, 56, 0.3);
  --accent: #f36b3d;
  --accent-hover: #ff8a4c;
  --blue: #5f87b3;
  --glow: rgba(243, 107, 61, 0.34);
  --shadow: 0 22px 50px rgba(19, 32, 46, 0.2);
  --max: 1240px;
  --main-max: 1776px;
  --panel-radius: 24px;
  --page-gutter: 1.2rem;
  --page-gutter-mobile: 0.8rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image: url("./background.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.55;
  position: relative;
  isolation: isolate;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
iframe,
video {
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.28), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(95, 135, 179, 0.08), transparent 22%),
    radial-gradient(circle at 16% 82%, rgba(255, 138, 76, 0.06), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(35, 45, 56, 0.08));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.045;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 12px);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.03;
  background-image:
    repeating-linear-gradient(90deg, rgba(19, 32, 46, 0.05) 0 1px, transparent 1px 7px),
    linear-gradient(to bottom, rgba(19, 32, 46, 0.03), transparent 22%);
  background-size: 100% 100%, 100% 100%;
  mask-image: radial-gradient(circle at 50% 0, black, transparent 74%);
}

html.is-mobile-device body {
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}

html.is-mobile-device main,
html.is-mobile-device .metal-panel,
html.is-mobile-device .site-footer {
  width: calc(100% - (var(--page-gutter-mobile) * 2));
}

html.is-mobile-device main,
html.is-mobile-device .metal-panel {
  margin-top: 0.75rem;
  padding: 0.7rem;
  border-radius: 18px;
}

html.is-mobile-device .header-card {
  padding: 0.7rem;
}

html.is-mobile-device .brand {
  max-width: 100%;
}

html.is-mobile-device .brand-sub {
  white-space: normal;
  line-height: 1.25;
}

html.is-mobile-device .menu {
  left: 0.7rem;
  right: 0.7rem;
  width: auto;
}

html.is-mobile-device .hero {
  grid-template-columns: 1fr;
}

html.is-mobile-device .hero-copy {
  padding: 1.25rem 1.15rem;
}

html.is-mobile-device .hero h1 {
  white-space: normal;
  font-size: clamp(2rem, 8.8vw, 3.1rem);
}

html.is-mobile-device .hero-copy > p {
  font-size: 1rem;
}

html.is-mobile-device .hero-media img {
  min-height: 220px;
  aspect-ratio: 16 / 11;
}

html.is-mobile-device .hero-cta .btn,
html.is-mobile-device .btn {
  width: 100%;
}

html.is-mobile-device .hero-cta {
  gap: 0.55rem;
}

html.is-mobile-device .facts {
  margin-top: 1rem;
  font-size: 0.96rem;
}

html.is-mobile-device .page-panel {
  padding: 1rem;
}

html.is-mobile-device .image-row,
html.is-mobile-device .gallery-grid,
html.is-mobile-device .cards,
html.is-mobile-device .spec-cards,
html.is-mobile-device .machine-grid,
html.is-mobile-device .process-facts,
html.is-mobile-device .table-wrap,
html.is-mobile-device .split,
html.is-mobile-device .contact-page .split {
  grid-template-columns: 1fr;
}

html.is-mobile-device .image-row,
html.is-mobile-device .gallery-grid {
  gap: 0.45rem;
}

html.is-mobile-device .bg-grid {
  opacity: 0.018;
}

html.is-mobile-device body::after {
  opacity: 0.02;
}

a {
  color: var(--accent-hover);
  text-decoration-color: rgba(243, 107, 61, 0.35);
  text-underline-offset: 0.12em;
}

a:hover,
a:focus-visible {
  color: #ffd0bf;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0;
}

.header-card {
  width: 100%;
  margin-inline: 0;
  border: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(214, 222, 229, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 28%, rgba(0, 0, 0, 0.05) 72%, rgba(255, 255, 255, 0.22));
  backdrop-filter: blur(10px);
  box-shadow:
    0 16px 38px rgba(19, 32, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -10px 18px rgba(35, 45, 56, 0.06);
  padding: 1.05rem 1.2rem 0.82rem;
  margin-bottom: 0.12rem;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
}

.header-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 26%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.14) 15%, transparent 35%, rgba(0, 0, 0, 0.035) 70%, rgba(255, 255, 255, 0.14) 100%);
  opacity: 0.94;
}

.header-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.9rem;
  flex: 0 0 auto;
  min-width: 0;
  padding-bottom: 0.1rem;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  margin-left: -0.3rem;
  text-decoration: none;
  color: inherit;
  line-height: 1.1;
  flex: 0 0 auto;
  min-width: 0;
  max-width: min(560px, 100%);
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  width: 100%;
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
}

.brand-d,
.brand-i,
.brand-rest {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.05rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-d,
.brand-rest {
  color: var(--blue);
}

.brand-i {
  color: var(--accent);
}

.brand-sub {
  font-size: 0.83rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  max-width: 100%;
}

.menu-toggle {
  display: none;
  background: linear-gradient(180deg, rgba(240, 243, 246, 0.96), rgba(212, 219, 226, 0.94));
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(60, 75, 88, 0.18);
  background: linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(226, 232, 237, 0.96));
  box-shadow: 0 10px 20px rgba(19, 32, 46, 0.08);
}

.menu,
.navbar-metal {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-left: 1rem;
  white-space: nowrap;
  padding-top: 0.14rem;
  padding-bottom: 0.35rem;
  flex: 0 1 auto;
}

html.is-desktop-device .menu,
html.is-desktop-device .navbar-metal {
  border-bottom: 1px solid rgba(60, 75, 88, 0.16);
}

.navbar-metal a,
.menu a {
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1;
  padding: 0.9rem 1.28rem 0.88rem;
  border: 1px solid rgba(60, 75, 88, 0.12);
  border-bottom-color: rgba(60, 75, 88, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(244, 247, 250, 0.99), rgba(215, 223, 230, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.04) 70%, rgba(255, 255, 255, 0.18));
  box-shadow: inset 0 -1px 0 rgba(60, 75, 88, 0.16);
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.navbar-metal a::after,
.menu a::after {
  content: none;
}

.navbar-metal a:hover,
.navbar-metal a:focus-visible,
.menu a:hover,
.menu a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
  border-color: rgba(60, 75, 88, 0.18);
  border-bottom-color: rgba(60, 75, 88, 0.26);
  background:
    linear-gradient(180deg, rgba(252, 253, 254, 1), rgba(231, 237, 242, 0.99)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 26%, rgba(0, 0, 0, 0.04) 74%, rgba(255, 255, 255, 0.22));
  box-shadow:
    inset 0 -1px 0 rgba(60, 75, 88, 0.18),
    0 10px 22px rgba(19, 32, 46, 0.06);
}

.navbar-metal a[aria-current="page"],
.menu a[aria-current="page"] {
  color: var(--text);
  border-color: rgba(60, 75, 88, 0.16);
  border-bottom-color: rgba(60, 75, 88, 0.28);
  background:
    linear-gradient(180deg, rgba(250, 252, 253, 0.99), rgba(228, 234, 239, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.03) 70%, rgba(255, 255, 255, 0.16));
  box-shadow:
    inset 0 -1px 0 rgba(60, 75, 88, 0.2),
    0 10px 22px rgba(19, 32, 46, 0.06);
}

main,
.metal-panel,
.site-footer {
  width: min(var(--max), calc(100% - (var(--page-gutter) * 2)));
  margin-inline: auto;
}

main,
.metal-panel {
  width: min(var(--main-max), calc(100% - (var(--page-gutter) * 2)));
  margin-top: 1rem;
  margin-inline: auto;
  padding: 1rem;
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(60, 75, 88, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.62), rgba(222, 229, 236, 0.42)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 22%, rgba(0, 0, 0, 0.025) 50%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.24));
  backdrop-filter: blur(10px);
  box-shadow:
    0 24px 56px rgba(19, 32, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -12px 24px rgba(35, 45, 56, 0.06);
  position: relative;
  overflow: hidden;
}

main.metal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.16));
  opacity: 0.9;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr);
  gap: 0.85rem;
  padding: 0;
}

.hero-copy,
.hero-media,
.card,
.map-wrap,
.iso-card,
.page-panel,
.metal-card {
  --mx: 0.5;
  --my: 0.5;
  border: 1px solid rgba(90, 100, 110, 0.82);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(253, 253, 253, 0.99) 0%, rgba(236, 240, 244, 0.99) 18%, rgba(219, 226, 231, 0.99) 38%, rgba(200, 208, 214, 0.99) 66%, rgba(182, 191, 199, 0.99) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.14) 58%, rgba(0, 0, 0, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(35, 45, 56, 0.16),
    inset 0 -18px 26px rgba(35, 45, 56, 0.11),
    0 18px 34px rgba(19, 32, 46, 0.16);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
}

.hero-copy::before,
.hero-media::before,
.card::before,
.map-wrap::before,
.iso-card::before,
.page-panel::before,
.metal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 14%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0.04) 70%, rgba(255, 255, 255, 0.1));
  opacity: 0.9;
}

.hero-copy::after,
.hero-media::after,
.card::after,
.map-wrap::after,
.iso-card::after,
.page-panel::after,
.metal-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(18px - 1px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 16%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(0, 0, 0, 0.06) 78%, rgba(255, 255, 255, 0.16));
  mix-blend-mode: screen;
  opacity: 0.42;
}

.hero-copy {
  padding: 1.8rem 2rem;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: var(--text);
}

.hero h1 {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: 0.98;
  max-width: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}

.hero-copy > p {
  font-size: 1.12rem;
  margin: 0.55rem 0 0;
}

.hero-cta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(60, 75, 88, 0.14);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(246, 249, 251, 0.98), rgba(220, 227, 234, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.03));
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(60, 75, 88, 0.2);
  box-shadow: 0 10px 24px rgba(19, 32, 46, 0.08);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 42%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: -10px;
  background:
    radial-gradient(circle at 78% 68%, rgba(255, 222, 172, 0.95) 0 1.5px, transparent 2px),
    radial-gradient(circle at 82% 62%, rgba(255, 191, 118, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 74%, rgba(255, 244, 210, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 56%, rgba(255, 157, 74, 0.9) 0 1px, transparent 2px),
    linear-gradient(135deg, transparent 44%, rgba(255, 138, 76, 0.48) 48%, transparent 52%);
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}

.btn-primary:hover::after,
.btn-primary:focus-visible::after {
  animation: spark-burst 0.75s ease-out 1;
  opacity: 1;
}

.btn-primary {
  background:
    linear-gradient(135deg, #ff8a4c, #cc4f22 58%, #a63d1c),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.08) 74%);
  border-color: rgba(243, 107, 61, 0.26);
  color: #fff;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 1px rgba(243, 107, 61, 0.06),
    0 10px 24px rgba(243, 107, 61, 0.16);
}

.btn-secondary {
  background:
    linear-gradient(180deg, rgba(243, 247, 250, 0.98), rgba(213, 221, 228, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.02));
}

@keyframes spark-burst {
  0% {
    opacity: 0;
    transform: scale(0.65);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.facts {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-media {
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.02) brightness(1.02);
}

.section {
  padding: 0;
}

.section-lead {
  max-width: 64ch;
  margin: 0 0 1rem;
  color: var(--muted);
}

.page-panel {
  margin-top: 1rem;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.84), rgba(227, 233, 239, 0.64)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0.04) 80%);
}

.page-panel > h2 {
  margin-bottom: 1rem;
}

.content-body {
  display: grid;
  gap: 1rem;
}

.page-panel .card {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.page-panel .map-wrap,
.page-panel .iso-card {
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(227, 233, 239, 0.74)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 28%, rgba(0, 0, 0, 0.04));
}

.page-panel .map-wrap {
  border: 1px solid rgba(60, 75, 88, 0.12);
}

.page-panel .table-wrap {
  margin-top: 0.6rem;
}

.spec-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.9rem;
}

.spec-cards-wide {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.spec-card {
  min-height: 100%;
}

.spec-card h3 {
  margin-bottom: 0.35rem;
}

.spec-card p {
  margin: 0;
  color: var(--muted);
}

.tech-card {
  padding: 1.2rem 1.3rem;
}

.tech-card h3 {
  margin: 0 0 1rem;
}

.tech-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.tech-grid div {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(221, 228, 234, 0.9));
  border: 1px solid rgba(60, 75, 88, 0.12);
}

.tech-grid dt {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.tech-grid dd {
  margin: 0;
  color: var(--muted);
}

.tech-note {
  margin: 1rem 0 0;
  color: var(--muted);
}

.tech-list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
  color: var(--secondary);
}

.policy-card {
  max-width: 912px;
}

.policy-list {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.section h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom: 0.8rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.card {
  padding: 1rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(250, 252, 253, 0.99), rgba(228, 235, 241, 0.9)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0.035));
}

.card img {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(60, 75, 88, 0.18);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02) brightness(1.02);
}

.card h3 {
  margin: 0 0 0.55rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card .btn {
  margin-top: auto;
  align-self: stretch;
}

.card:hover,
.card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(60, 75, 88, 0.18);
  box-shadow: 0 20px 40px rgba(19, 32, 46, 0.12);
}

.span-2 {
  grid-column: span 2;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 0.2rem 1rem;
}

.image-row {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem;
}

.image-row img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(60, 75, 88, 0.18);
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) contrast(1.02) brightness(1.01);
}

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

.machine-highlight {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(211, 218, 224, 0.1), rgba(121, 132, 143, 0.08)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0.08));
}

.machine-highlight img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(30, 38, 46, 0.95), rgba(20, 26, 32, 0.95));
  padding: 0.35rem;
  filter: saturate(0.88) contrast(0.98);
}

.machine-highlight h3 {
  margin: 0;
}

.machine-highlight p {
  margin: 0;
  color: var(--secondary);
}

.machine-highlight:hover,
.machine-highlight:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(19, 32, 46, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.process-intro {
  display: grid;
  gap: 1rem;
}

.process-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.process-facts p {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(211, 218, 224, 0.1), rgba(121, 132, 143, 0.08)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 22%, rgba(0, 0, 0, 0.06));
  color: var(--secondary);
}

.machine-list {
  margin: 0;
  padding-left: 1rem;
}

.rules {
  padding-left: 1rem;
}

.table-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.9rem;
  margin: 1rem 0;
}

.table-wrap.wide {
  grid-template-columns: 1fr;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(28, 36, 44, 0.96), rgba(20, 26, 32, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.08));
}

caption {
  caption-side: top;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--accent);
}

th,
td {
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.45rem;
  text-align: left;
  font-size: 0.92rem;
  color: var(--secondary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.6rem;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(60, 75, 88, 0.18);
  aspect-ratio: 4/3;
  display: block;
  filter: saturate(0.94) contrast(1.02) brightness(1.01);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 1rem;
  align-items: start;
}

.split > * {
  min-width: 0;
}

.contact-page .split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: 1.2rem;
  align-items: stretch;
}

.karriere-page .split {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.95fr);
  gap: 0.5rem;
  align-items: stretch;
}

.cut-spec {
  margin: 1.1rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cut-spec-block {
  background: #f4f7fa;
  border: 1px solid rgba(35, 45, 56, 0.18);
  border-radius: 12px;
  padding: 0.95rem 1.1rem 1rem;
  box-shadow: 0 2px 8px rgba(19, 32, 46, 0.08);
  color: #0f1620;
}

.cut-spec-block h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0f1620;
}

.cut-spec-list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.6;
  color: #0f1620;
}

.cut-spec-list li {
  margin-bottom: 0.25rem;
}

.cut-spec-block .cut-spec-headline {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f1620;
}

.cut-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  color: #0f1620;
  margin: 0;
  background: #ffffff;
  border: 1px solid rgba(35, 45, 56, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.cut-spec-table th,
.cut-spec-table td {
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid rgba(35, 45, 56, 0.1);
  text-align: left;
  vertical-align: middle;
  background: transparent;
}

.cut-spec-table thead th {
  background: #e3e8ee;
  color: #0f1620;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  border-bottom: 2px solid rgba(35, 45, 56, 0.22);
}

.cut-spec-table thead th:not(:first-child) {
  text-align: right;
}

.cut-spec-table tbody tr:last-child td {
  border-bottom: none;
}

.cut-spec-table tbody tr:nth-child(even) td {
  background: #f7f9fb;
}

.cut-spec-table tbody tr:hover td {
  background: rgba(243, 107, 61, 0.1);
}

.cut-spec-table td.numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 600;
  color: #0f1620;
}

.cut-spec-note {
  margin: 0;
  padding: 0.85rem 1rem;
  background: #ffeede;
  border-left: 4px solid #f36b3d;
  border-radius: 8px;
  font-size: 0.94rem;
  color: #0f1620;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(19, 32, 46, 0.06);
}

.cut-spec-details {
  margin: 0.4rem 0 0;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  box-shadow: 0 4px 12px rgba(19, 32, 46, 0.06);
}

.cut-spec-details[open] {
  padding-bottom: 1.2rem;
}

.cut-spec-details > summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  color: var(--text);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.cut-spec-details > summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
  transition: transform 0.15s ease;
}

.cut-spec-details[open] > summary::after {
  content: "−";
}

.cut-spec-details > summary::-webkit-details-marker {
  display: none;
}

.cut-spec-details > summary:hover {
  color: var(--accent);
}

.karriere-page .page-panel {
  padding: 1rem 1.1rem;
}

.karriere-page .form-grid {
  gap: 0.55rem;
}

.karriere-page .machine-list {
  margin: 0.4rem 0 0.6rem;
  padding-left: 1.1rem;
}

.karriere-page .machine-list li {
  margin-bottom: 0.2rem;
}

.karriere-page h2 {
  margin-bottom: 0.4rem;
}

.karriere-page h3 {
  margin: 0.7rem 0 0.3rem;
}

.karriere-page .content-body p {
  margin-bottom: 0.55rem;
}

.contact-page .content-body {
  align-content: start;
}

.iso-card {
  display: grid;
  place-items: center;
  padding: 1rem;
}

.iso-card img {
  width: min(100%, 280px);
  display: block;
}

.contact-media {
  max-width: 240px;
}

.contact-media img {
  width: 100%;
  display: block;
}

.map-wrap {
  overflow: hidden;
  padding: 0;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.map-wrap iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.2rem 0 2rem;
  color: var(--secondary);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (hover: hover) and (pointer: fine) {
  .hero-copy:hover,
  .hero-media:hover,
  .card:hover,
  .page-panel:hover,
  .map-wrap:hover,
  .iso-card:hover {
    transform:
      perspective(1200px)
      rotateX(calc((0.5 - var(--my)) * 5deg))
      rotateY(calc((var(--mx) - 0.5) * 7deg))
      translateY(-4px);
    box-shadow:
      0 26px 52px rgba(19, 32, 46, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    border-color: rgba(60, 75, 88, 0.2);
  }

  .btn:hover,
  .btn:focus-visible {
    transform: translateY(-2px) scale(1.01);
  }
}

@media (min-width: 981px) {
  html {
    zoom: 0.67;
  }
}

.btn-primary .spark-particle {
  position: absolute;
  left: 72%;
  top: 48%;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 244, 210, 1), rgba(255, 138, 76, 0));
  pointer-events: none;
  transform-origin: left center;
  opacity: 0;
  filter: drop-shadow(0 0 6px rgba(255, 167, 95, 0.58));
}

.btn-primary .spark-particle.is-active {
  animation: spark-flight 700ms ease-out forwards;
}

@keyframes spark-flight {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(var(--rot)) scale(0.35);
  }
  14% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(1.18);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    white-space: normal;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .contact-page .split {
    grid-template-columns: 1fr;
  }

  .karriere-page .split {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .machine-grid {
    grid-template-columns: 1fr;
  }

  .process-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding-inline: 0;
  }

  .header-card {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 0.8rem 0.9rem;
    gap: 0.7rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .header-top {
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 1 100%;
  }

  .brand {
    max-width: 100%;
  }

  .brand-sub {
    white-space: normal;
    line-height: 1.25;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu {
    display: grid;
    gap: 0.35rem;
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    top: calc(100% + 0.75rem);
    width: auto;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0.98), rgba(225, 232, 238, 0.96));
    border: 1px solid rgba(60, 75, 88, 0.14);
    border-radius: 16px;
    padding: 0.75rem;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 0.28s ease, opacity 0.18s ease, transform 0.18s ease;
    margin-left: 0;
  }

  main {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .hero {
    gap: 0.8rem;
  }

  .menu.open {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu a {
    width: 100%;
    text-align: left;
    padding: 0.9rem 0.95rem;
    border-bottom: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(244, 247, 250, 0.98), rgba(219, 227, 234, 0.94));
  }

  .menu a::after {
    display: none;
  }

  .brand-sub {
    display: block;
  }

  .hero-copy {
    padding: 1.25rem 1.15rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.8vw, 3.1rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .hero-media img {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  .hero-cta .btn {
    flex: 1 1 100%;
  }

  .facts {
    margin-top: 1rem;
    font-size: 0.96rem;
  }

  .page-panel {
    padding: 1rem;
  }

  .image-row {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }

  .contact-page .map-wrap,
  .contact-page .map-wrap iframe {
    min-height: 500px;
  }

  .site-footer {
    gap: 0.4rem;
  }

  .card .btn {
    align-self: stretch;
  }
}

@media (max-width: 600px) {
  :root {
    --page-gutter: var(--page-gutter-mobile);
  }

  main,
  .metal-panel,
  .site-footer {
    width: calc(100% - (var(--page-gutter) * 2));
  }

  main,
  .metal-panel {
    margin-top: 0.75rem;
    padding: 0.7rem;
    border-radius: 18px;
  }

  .header-card {
    padding: 0.7rem;
  }

  .menu {
    left: 0.7rem;
    right: 0.7rem;
  }

  .section-lead {
    margin-bottom: 0.85rem;
  }

  .cards,
  .spec-cards,
  .machine-grid,
  .process-facts,
  .table-wrap,
  .split,
  .contact-page .split,
  .karriere-page .split {
    grid-template-columns: 1fr;
  }

  .image-row,
  .gallery-grid {
    gap: 0.45rem;
  }

  .btn {
    width: 100%;
  }

  .hero-cta {
    gap: 0.55rem;
  }

  .site-footer {
    padding: 1rem 0 1.4rem;
  }
}
