:root {
  --red: #c8102e;
  --red-dark: #9b0c23;
  --ink: #121417;
  --slate: #1c2128;
  --muted: #5c6570;
  --line: #e4e6ea;
  --paper: #f4f5f7;
  --white: #ffffff;
  --max: 1180px;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("fonts/barlow-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  font-family: Barlow, sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--red);
}
h1, h2, h3 { font-family: Barlow, sans-serif; line-height: 1.08; }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); font-weight: 800; letter-spacing: -.02em; }
h3 { font-size: 1.2rem; font-weight: 700; }
.lead { font-size: 1rem; color: var(--muted); max-width: none; }

header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
body.is-scrolled header { box-shadow: 0 8px 24px rgba(18,20,23,.08); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px; gap: 24px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img {
  height: 48px; width: auto; max-width: min(280px, 46vw);
  object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 1.02rem; }
.nav-links a { color: #3a4149; }
.nav-links a:hover { color: var(--red); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--red); color: #fff !important; font-family: Barlow, sans-serif;
  font-weight: 700; letter-spacing: .02em; padding: 12px 18px; border: 0; cursor: pointer;
}
.btn:hover { background: var(--red-dark); }
.btn.is-loading {
  pointer-events: none;
  min-width: 180px;
}
.btn.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: nt-spin .7s linear infinite;
}
.btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,.28); }
.btn-ghost:hover { background: #fff; color: var(--ink) !important; }
.btn-dark { background: var(--ink); }
.menu-btn { display: none; background: none; border: 0; color: var(--ink); font-size: 1.4rem; min-width: 44px; min-height: 44px; }
.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  background: var(--red);
  color: #fff !important;
  padding: 10px 14px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}
.skip:focus { top: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-links a[aria-current="page"] { color: var(--red); font-weight: 600; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

.hero {
  min-height: 58vh; color: #fff; position: relative;
  display: grid; align-items: end;
  background:
    linear-gradient(180deg, rgba(12,13,15,.18) 0%, rgba(12,13,15,.72) 78%),
    url("hero-bohren.jpg") center center / cover no-repeat;
}
.hero-inner { padding: 48px 0 36px; }
.hero .eyebrow,
.page-hero .eyebrow {
  display: inline-block;
  font-size: .95rem;
  letter-spacing: .12em;
  color: #fff;
  background: var(--red);
  padding: 6px 10px;
  margin-bottom: 14px;
}
.hero h1 { text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero p.kicker { margin: 16px 0 28px; max-width: none; font-size: 1.14rem; color: #f0f2f4; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.stats-bar { background: var(--ink); color: #fff; padding: 28px 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stats b { display: block; font-family: Barlow, sans-serif; font-size: 1.7rem; font-weight: 800; }
.stats span { font-size: .82rem; color: #c9ced4; }

section { padding: 48px 0; }
.sec-head { display: grid; gap: 14px; margin-bottom: 28px; }
#leistungen { background: var(--paper); }
#handel { background: #fff; }
#kontakt { background: var(--paper); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

.pill {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--red); margin-bottom: 8px;
}

.services { background: var(--paper); }
.svc {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 22px 20px;
  display: grid;
  gap: 8px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.svc:has(img) { padding: 0 0 20px; }
.svc img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  background: #ddd;
  display: block;
  transition: transform .5s ease;
}
.svc img.crop-down { object-position: center 22%; }
.svc img.crop-up { object-position: center 28%; }
.svc:has(img)::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 188px;
  background: linear-gradient(180deg, rgba(12,13,15,0) 50%, rgba(12,13,15,.2) 100%);
  pointer-events: none;
}
.svc:has(img) .ico {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 1;
  margin: 0;
  background: var(--red);
}
.svc:has(img) h3,
.svc:has(img) p { margin-left: 20px; margin-right: 20px; }
.svc:has(img) h3 { margin-top: 16px; }
.svc h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.12rem;
}
.svc h3::after {
  content: "→";
  color: var(--red);
  font-weight: 700;
  transition: transform .25s ease;
}
.svc p { color: var(--muted); font-size: .92rem; line-height: 1.45; }
.svc:hover,
.svc:focus-visible {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(18,20,23,.12);
}
.svc:hover img,
.svc:focus-visible img { transform: scale(1.06); }
.svc:hover h3::after { transform: translateX(4px); }
.svc-product img {
  object-fit: contain;
  background: #fff;
  padding: 16px;
  height: 168px;
}
.svc-product:has(img)::after { content: none; }
.svc-product:hover img { transform: scale(1.03); }
.svc-static { cursor: default; }
.svc-static h3::after { content: none; }
.svc-static:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: none;
}
.svc-static:hover img { transform: none; }
.home-more { margin: 28px 0 0; }
.ico {
  width: 36px; height: 36px;
  background: var(--ink); color: #fff;
  display: grid; place-items: center;
  font-size: .78rem; font-family: Barlow, sans-serif; font-weight: 800;
}

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split img { height: 420px; width: 100%; object-fit: cover; }
.split img.job-poster { height: auto; object-fit: contain; background: #d7d4d0; }
ul.check { list-style: none; display: grid; gap: 10px; margin-top: 18px; color: var(--muted); }
ul.check li::before { content: "▸"; color: var(--red); margin-right: 8px; font-weight: 700; }

.trust { background: #fff; color: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { border-left: 3px solid var(--red); padding-left: 14px; }
.trust-item b { display: block; font-family: Barlow, sans-serif; font-size: 1.05rem; margin-bottom: 4px; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.locations { background: var(--paper); }
.loc {
  background: var(--paper); padding: 28px; border-top: 4px solid var(--red);
}
.loc h3 { font-size: 1.45rem; margin: 6px 0 12px; }
.loc p { color: var(--muted); }
.loc a.phone { display: inline-block; margin-top: 14px; font-family: Barlow, sans-serif; font-weight: 700; color: var(--red); }

.jobs { background: var(--slate); color: #fff; }
.jobs .lead { color: #c5cbd3; }
.job-box { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); padding: 28px; }

form { display: grid; gap: 12px; }
.field { display: grid; gap: 6px; font-size: .82rem; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea { font-weight: 400; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); background: #fff; padding: 12px 12px;
  font: inherit; color: var(--ink);
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  border-color: var(--red);
}
button:disabled { opacity: .7; cursor: wait; }
textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.note { font-size: .8rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.45;
}
.consent input { width: auto; flex: 0 0 auto; margin-top: 3px; }
.consent a { text-decoration: underline; }
.anfrage-form { max-width: 640px; }

.site-footer,
footer {
  background: #0d0f12;
  color: #b8bec6;
  padding: 48px 0 24px;
  font-size: .9rem;
  margin-top: auto;
}
.footer-inner { display: flex; flex-direction: column; gap: 28px; }
.footer-grid,
.foot-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(140px, 1fr));
  gap: 28px 32px;
}
.footer-col h4,
.site-footer h4,
footer h4 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.footer-col p,
.site-footer p,
footer p { margin: 0; line-height: 1.55; color: #b8bec6; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-nav a,
.site-footer a,
footer a { color: #d5dae0; text-decoration: none; }
.footer-nav a:hover,
.site-footer a:hover,
footer a:hover { color: #fff; }
.footer-copy,
.copy {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: #8b929b;
}

.page-hero {
  color: #fff; padding: 48px 0 36px;
  background:
    linear-gradient(180deg, rgba(12,13,15,.35) 0%, rgba(12,13,15,.78) 100%),
    url("hero-bohren.jpg") center/cover no-repeat;
}
.page-hero h1 { max-width: none; }
.crumb { font-size: .88rem; color: #c9ced4; margin-bottom: 14px; }
.crumb a { color: #fff; }
.crumb a:hover { color: #ffd0d6; }
.page-main { padding: 36px 0 48px; }
.page-main > p { color: var(--muted); margin: 0 0 14px; }
.page-main .prose { max-width: none; }
.layout { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start; padding: 36px 0 48px; }
.side {
  position: sticky;
  top: 104px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0;
  overflow: hidden;
}
.side h4 { font-family: Barlow, sans-serif; font-size: .95rem; margin: 14px 0 8px; }
.side h4:first-child { margin-top: 0; }
.side a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 400;
  color: #3a4149;
  padding: 8px 16px;
  line-height: 1.35;
  border: 0;
  border-radius: 0;
  background: none;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.side-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 400;
  color: #3a4149;
  padding: 8px 16px;
  line-height: 1.35;
  border: 0;
  border-radius: 0;
  background: none;
  letter-spacing: 0;
  text-transform: none;
}
.side a:hover,
.side-group summary:hover { background: #fff; color: var(--red); }
.side a.active,
.side-group summary:has(> a.active) {
  background: #fff;
  color: var(--red);
  font-weight: 600;
  box-shadow: inset 3px 0 0 var(--red);
}
.side-group { margin: 0; border: 0; padding: 0; }
.side > .side-group + .side-group,
.side-mobile > .side-group + .side-group,
.side > .side-group + .side-heading,
.side-mobile > .side-group + .side-heading,
.side > .side-heading + .side-heading,
.side-mobile > .side-heading + .side-heading {
  margin-top: 0;
  border-top: 1px solid var(--line);
}
.side-group summary {
  cursor: pointer;
  list-style: none;
  gap: 8px;
}
.side-group summary::-webkit-details-marker { display: none; }
.side-group summary a {
  display: inline;
  width: auto;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  box-shadow: none;
  background: none;
}
.side-group summary a:hover { background: none; color: inherit; }
.side-group summary a.active {
  color: inherit;
  font-weight: inherit;
  background: none;
  box-shadow: none;
}
.side-group summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #8b939c;
  border-bottom: 1.5px solid #8b939c;
  transform: rotate(45deg);
  margin: 0;
  flex-shrink: 0;
  align-self: center;
}
.side-group[open] > summary::after {
  transform: rotate(-135deg);
  margin: 0;
  border-color: var(--red);
}
.side > .side-group > summary,
.side-mobile > .side-group > summary {
  font-family: Barlow, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--red);
  padding: 12px 16px;
  min-height: 44px;
  align-items: center;
}
.side > .side-group > summary a,
.side-mobile > .side-group > summary a {
  font-weight: 700;
  color: inherit;
}
.side > .side-group > summary:hover,
.side-mobile > .side-group > summary:hover {
  background: none;
  color: var(--red);
}
.side a.side-heading {
  font-family: Barlow, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  color: var(--red);
  padding: 12px 16px;
  min-height: 44px;
  align-items: center;
  background: none;
  box-shadow: none;
}
.side a.side-heading:hover {
  background: none;
  color: var(--red);
}
.side a.side-heading.active {
  background: #fff;
  color: var(--red);
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--red);
}
.side-sub {
  margin: 0;
  padding: 0;
  border: 0;
}
.side-sub a {
  font-size: .88rem;
  padding-left: 28px;
  color: #5c646c;
}
.side-sub .side-group,
.side-sub .side-group + .side-group {
  margin: 0;
  padding: 0;
  border: 0;
}
.side-sub .side-group summary {
  font-size: .9rem;
  font-weight: 400;
  padding: 8px 16px;
  color: #3a4149;
}
.side-sub .side-group:not(:has(> a)) > summary::after { content: none; }
.side-sub .side-group:not(:has(> a)) > summary { pointer-events: none; }
.side-sub .side-group:not(:has(> a)) > summary a { pointer-events: auto; }
.side-sub .side-group > a { padding-left: 28px; }
.side-mobile > summary { display: none; }
.layout .prose { max-width: none; }
.prose { max-width: none; }
.prose > p, .prose > ul { max-width: none; }
.prose p { color: var(--muted); margin: 0 0 14px; }
.prose .grid-3 { margin: 22px 0 28px; }
.prose .grid-2 { margin: 22px 0 28px; }
.prose h3 { margin: 28px 0 8px; }
.prose .cta-box h3 { margin: 0 0 4px; color: #fff; }
.brand-page-logo { margin: 0 0 22px; }
.brand-page-logo img {
  max-width: 280px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.prose ul { list-style: none; display: grid; gap: 10px; margin: 18px 0 24px; }
.prose li { color: var(--ink); padding-left: 18px; position: relative; }
.prose li::before { content: "▸"; color: var(--red); position: absolute; left: 0; font-weight: 700; }
.spec { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 28px; }
.spec div, .spec a { background: var(--paper); padding: 16px 18px; border-top: 3px solid var(--red); color: inherit; text-decoration: none; display: block; }
.spec a:hover { background: #fff; color: var(--red); }
.spec b { display: block; font-family: Barlow, sans-serif; }
.spec span { color: var(--muted); font-size: .9rem; }
.brands {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin: 8px 0 28px;
}
.brand-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 18px 16px 14px;
  display: grid;
  grid-template-rows: 88px 1.4em;
  gap: 10px;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  color: inherit;
}
.brand-card:hover { background: #fff; }
a.brand-card:hover b { color: var(--red); }
.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
}
.brand-logo img {
  max-height: 72px;
  max-width: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-card b {
  font-family: Barlow, sans-serif;
  font-size: .95rem;
  line-height: 1.3;
  text-align: center;
}
.catalog-cover {
  display: block;
  max-width: 280px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  margin: 8px 0 18px;
}
.catalog-cover img { width: 100%; height: auto; display: block; }
.catalog-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 240px));
  gap: 18px;
  margin: 12px 0 8px;
  max-width: none;
}
.catalog-item { display: grid; gap: 8px; align-content: start; }
.catalog-item .catalog-cover { max-width: none; margin: 0; }
.catalog-item p { margin: 0; font-size: .9rem; color: var(--ink); }
.catalog-item b { font-family: Barlow, sans-serif; }
.cta-box { margin-top: 32px; background: var(--ink); color: #fff; padding: 24px; }
.cta-box p { color: #c5cbd3; margin: 8px 0 16px; }
.cta-box .btn { margin: 0 10px 8px 0; }
.cta-box .btn-ghost { border-color: rgba(255,255,255,.35); }
.sheet {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 28px 36px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  margin-bottom: 18px;
}
.sheet-img { background: transparent; padding: 0; }
.sheet-img img { width: 100%; height: auto; display: block; }
.sheet .kicker { color: var(--red); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; margin: 0 0 8px; }
.sheet h2 { margin: 0 0 10px; font-size: 1.55rem; }
.sheet .line { color: var(--muted); font-size: .95rem; margin: 0 0 16px; }
.sheet h3 {
  margin: 22px 0 10px;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.sheet ul { list-style: none; display: grid; gap: 8px; margin: 0; }
.sheet ul li { color: var(--ink); font-size: .95rem; }
.sheet ul li::before { content: "▸ "; color: var(--red); font-weight: 700; }
.sheet .badges { margin: 0; }
.sheet table, .prose table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 8px 0 20px; }
.sheet th, .sheet td, .prose th, .prose td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.sheet th, .prose th { font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 6px; }
.badges span {
  border: 1px solid var(--line);
  background: #fff;
  padding: 7px 12px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink);
}
.dia-note { margin: 12px 0 0; color: var(--muted); font-size: .95rem; }
.prose > .cta-box { margin-top: 18px; }
@media (max-width: 900px) {
  .sheet { grid-template-columns: 1fr; padding: 20px; }
  .sheet-img { max-width: 280px; }
}

@media (max-width: 900px) {
  .nav { height: 70px; position: relative; }
  .nav-links { display: none; }
  .menu-btn { display: flex; align-items: center; justify-content: center; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 8px 16px 18px;
    align-items: stretch;
    gap: 2px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(18,20,23,.12);
  }
  .brand { flex-shrink: 1; min-width: 0; }
  .brand img {
    height: auto;
    max-height: 52px;
    max-width: calc(100vw - 96px);
  }
  .nav-links.open a {
    padding: 14px 12px;
    min-height: 48px;
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .nav-links.open a[aria-current="page"] {
    background: var(--paper);
    box-shadow: inset 3px 0 0 var(--red);
  }
  .nav-links.open a.btn {
    padding: 14px 22px;
    margin-top: 8px;
    justify-content: center;
    box-shadow: none;
  }
  body.nav-open { overflow: hidden; }
  body.nav-open::after {
    content: "";
    position: fixed;
    inset: 70px 0 0 0;
    background: rgba(12,13,15,.28);
    z-index: 30;
  }
  header { z-index: 50; }
  .stats { grid-template-columns: 1fr 1fr; }
  .grid-3, .trust-row, .grid-2, .split, .form-row, .layout, .spec, .job-intro { grid-template-columns: 1fr; }
  .job-intro > div { grid-column: auto; }
  .layout { display: flex; flex-direction: column; align-items: stretch; gap: 22px; padding: 16px 0 40px; }
  .layout .prose { order: 1; width: 100%; }
  .layout .side { order: 0; position: static; padding: 0; width: 100%; border-top: 3px solid var(--red); }
  .side:not(.is-ready) { min-height: 48px; }
  .side:not(.is-ready) .side-group { display: none; }
  .side-mobile > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 14px 16px;
    min-height: 48px;
    cursor: pointer;
    color: var(--ink);
    text-transform: none;
    letter-spacing: 0;
  }
  .side-mobile > summary::-webkit-details-marker { display: none; }
  .side-mobile > summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--red);
    border-bottom: 1.5px solid var(--red);
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .side-mobile[open] > summary::after {
    transform: rotate(-135deg);
    margin-top: 2px;
  }
  .side-mobile[open] {
    max-height: min(70vh, 560px);
    overflow: auto;
  }
  .side-mobile[open] > summary {
    position: sticky;
    top: 0;
    background: var(--paper);
    z-index: 1;
  }
  .side-mobile > .side-group { padding: 0; }
  .side-group.side-bare > summary { display: none; }
  .side a,
  .side-group summary,
  .side-sub .side-group summary { padding-left: 16px; padding-right: 16px; }
  .side-sub a,
  .side-sub .side-group > a { padding-left: 16px; }
  .footer-grid,
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .footer-col--brand { grid-column: 1 / -1; }
  .footer-copy, .copy { flex-direction: column; align-items: flex-start; }
  .hero { min-height: auto; }
  .hero-inner { padding: 48px 0 36px; }
  .page-hero { padding: 48px 0 36px; }
  h1 { font-size: clamp(1.8rem, 8vw, 2.6rem); }
  .split img { height: 260px; }
  .side { position: static; }
  .catalog-row { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}


.contact-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 0 48px;
}
.contact-card {
  background: var(--paper);
  padding: 28px;
  border-top: 4px solid var(--red);
}
.contact-label { font-family: Barlow, sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; color: var(--red); margin: 0 0 6px; }
.contact-card h2 { font-size: 1.45rem; margin: 0 0 14px; }
.contact-card p { color: var(--muted); margin: 0 0 12px; line-height: 1.55; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-card a { color: var(--ink); }
.contact-card a:hover { color: var(--red); }
.contact-card .btn { margin-top: 6px; padding: 10px 14px; font-size: .9rem; }
.contact-card .btn:hover { color: #fff; }
.contact-h { font-family: Barlow, sans-serif; font-size: 1.35rem; margin: 40px 0 16px; }
@media (max-width: 900px) {
  .contact-intro { grid-template-columns: 1fr; }
}

.hours { list-style: none; display: grid; gap: 6px; margin: 0 0 8px; color: var(--muted); }
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.people div { background: var(--paper); padding: 20px 20px 18px; border-top: 3px solid var(--red); }
.people b { display: block; font-family: Barlow, sans-serif; font-size: 1.05rem; margin-bottom: 10px; }
.people span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.people a { color: var(--ink); }
.people a:hover { color: var(--red); }
.contact-maps { display: flex; gap: 10px; flex-wrap: wrap; margin: 40px 0 0; }
@media (max-width: 900px) {
  .people { grid-template-columns: 1fr; }
}
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 8px; content-visibility: auto; contain-intrinsic-size: 500px; }
.gallery img { width: 100%; height: 160px; object-fit: cover; background: #ddd; cursor: zoom-in; }
.gallery img:focus-visible { outline-offset: -3px; }
.gallery.wide { margin-top: 36px; }
@media (max-width: 900px) {
  .gallery { grid-template-columns: 1fr 1fr; }
}

.lb {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(8,9,11,.92);
  display: none; place-items: center;
  padding: 48px 72px;
}
.lb.on { display: grid; }
.lb img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  width: auto; height: auto;
  object-fit: contain;
}
.lb-x, .lb-prev, .lb-next {
  position: absolute; background: transparent; border: 0;
  color: #fff; cursor: pointer; font-size: 2.2rem; line-height: 1;
  min-width: 44px; min-height: 44px;
}
.lb-x { top: 16px; right: 22px; font-size: 2.4rem; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lb-count {
  position: absolute; bottom: 16px; left: 0; right: 0;
  text-align: center; color: #c9ced4; font-size: .9rem;
}

.about-intro { background: #fff; }
.about-intro .split p { color: var(--muted); margin: 0 0 14px; }
.about-facts { background: var(--paper); }
.about-facts-grid { gap: 18px; }
.about-fact {
  background: #fff;
  padding: 24px 22px;
  border-top: 4px solid var(--red);
}
.about-fact b {
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 1.35rem;
  margin-bottom: 8px;
}
.about-fact span { color: var(--muted); }
.about-lead { background: #fff; }
.about-lead .people { grid-template-columns: 1fr 1fr; max-width: 760px; }
.about-legal { color: var(--muted); font-size: .9rem; margin: 22px 0 0; }

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-facade {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #111;
}
.video-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-facade span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--red);
  color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  padding: 12px 18px;
}
.doc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
.doc-card {
  display: block;
  background: var(--paper);
  border-top: 4px solid var(--red);
  padding: 22px 20px;
  color: inherit;
}
.doc-card:hover { background: #fff; }
.doc-card b { display: block; font-family: Barlow, sans-serif; font-size: 1.05rem; margin-bottom: 6px; }
.doc-card span { color: var(--muted); font-size: .9rem; }
@media (max-width: 900px) {
  .doc-list { grid-template-columns: 1fr; }
}

.video-start {
  position: absolute; inset: 0;
  border: 0; padding: 0; cursor: pointer;
  background: #111;
}
.video-start img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .88; }
.video-start span {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  background: var(--red); color: #fff;
  font-family: Barlow, sans-serif; font-weight: 700;
  padding: 12px 18px;
}
.video-fallback { margin-top: 10px; font-size: .92rem; }
.video-fallback a { color: var(--red); }
.doc-card img {
  width: calc(100% + 40px);
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1.414;
  object-fit: contain;
  object-position: center top;
  background: #fff;
  margin: -22px -20px 16px;
  border-bottom: 1px solid var(--line);
}

.about-intro .wrap { max-width: var(--max); }
.about-intro .eyebrow { color: var(--red); margin-bottom: 8px; }
.about-intro h2 { margin: 0 0 16px; }
.about-intro p { color: var(--muted); margin: 0 0 14px; max-width: none; font-size: 1rem; }
.about-page { padding: 32px 0 48px; }
.about-media { background: var(--paper); margin: 28px 0; padding: 24px 22px; }
.about-docs { margin-top: 8px; padding: 0; }
.video-wrap {
  box-shadow: 0 16px 40px rgba(18,20,23,.12);
}
.about-docs .sec-head { margin-top: 0; }
.doc-card {
  transition: background .2s ease, transform .2s ease;
}
.doc-card:hover { transform: translateY(-3px); }

.job-grid { align-items: stretch; margin: 8px 0 8px; }
.job-panel {
  background: var(--paper);
  padding: 26px 22px 22px;
  border-top: 4px solid var(--red);
}
.job-panel h3 { margin: 0 0 14px; }
.job-panel ul { list-style: none; display: grid; gap: 10px; color: var(--muted); font-size: .95rem; }
.job-panel li { padding-left: 0; }
.job-panel li::before { content: "▸ "; color: var(--red); font-weight: 700; }
.page-main .badges { margin: -20px 0 36px; }
.job-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
  margin: 0 0 22px;
}
.job-more { margin-top: 56px; }
.job-intro > div { grid-column: 2 / -1; }
.job-intro--text > div { grid-column: 1 / -1; }
.job-intro .sec-head { margin-bottom: 0; }
.job-intro .badges { margin: 8px 0 0; }
.job-flyer {
  margin: 0 0 28px;
}
.job-flyer img {
  display: block;
  width: 100%;
  height: auto;
}
.job-flyer-actions { margin: 0 0 8px; }
.job-poster {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.job-poster img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .job-intro {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .job-intro > div { grid-column: auto; }
}

html.nt-locked,
html.nt-locked body {
  background: #0d0f12;
  height: 100%;
}
html.nt-locked body > *:not(#nt-gate) {
  display: none !important;
}
#nt-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  background: #0d0f12;
  color: #fff;
}
.nt-gate-card {
  width: min(420px, 100%);
  text-align: center;
  background: #fff;
  color: var(--ink);
  padding: 36px 28px 28px;
  border: 1px solid var(--line);
}
.nt-gate-card img {
  height: 48px;
  width: auto;
  margin: 0 auto 24px;
}
.nt-gate-card h1 {
  color: var(--ink);
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.nt-gate-card p {
  color: var(--muted);
  margin-bottom: 22px;
}
#nt-gate-form {
  display: grid;
  gap: 12px;
}
#nt-gate-form input {
  text-align: center;
}
.nt-gate-err {
  color: #ff8a96 !important;
  font-size: .9rem;
  margin: 0 !important;
}
.nt-gate-legal {
  margin-top: 28px !important;
  font-size: .85rem;
}
.nt-gate-legal a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nt-gate-legal a:hover { color: var(--red); }

.to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 35;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  display: none;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(200,16,46,.28);
}
.to-top.on { display: grid; }
body.nav-open .to-top { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes nt-spin {
  to { transform: rotate(360deg); }
}
@keyframes nt-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.gallery img:not(.is-ready),
.split img:not(.is-ready),
.doc-card img:not(.is-ready) {
  background: linear-gradient(90deg, #e8eaed 20%, #f4f5f6 50%, #e8eaed 80%);
  background-size: 200% 100%;
  animation: nt-shimmer 1.1s linear infinite;
}
.lb.loading img { opacity: 0; }
.lb-spin {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: nt-spin .7s linear infinite;
  display: none;
}
.lb.loading .lb-spin { display: block; }
.video-wrap { position: relative; }
.video-wrap:has(iframe):not(.is-ready)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e8eaed 20%, #f4f5f6 50%, #e8eaed 80%);
  background-size: 200% 100%;
  animation: nt-shimmer 1.1s linear infinite;
}
