:root {
  --ink: #181719;
  --ink-soft: #484448;
  --paper: #f3f0ed;
  --white: #ffffff;
  --steel: #aaa4a1;
  --rule: #d2ccc8;
  --signal: #d52b20;
  --signal-dark: #aa1f17;
  --signal-pale: #f2d9d5;
  --contact-surface: #171524;
  --focus: #2457d6;
}

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

html {
  min-width: 320px;
  background: var(--ink);
  color-scheme: light;
  font-family: "Onest", "Segoe UI", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

::selection {
  background: var(--signal);
  color: var(--white);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--rule);
  background: rgba(243, 240, 237, 0.97);
}

.header-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0 3.5vw;
}

.logo {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: clamp(172px, 15vw, 214px);
  height: auto;
}

.header-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.header-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.15rem;
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.25;
}

.header-contacts a {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header-contacts a:hover {
  color: var(--signal-dark);
}

.hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) 110px;
  overflow: hidden;
  background: var(--paper);
}

.hero-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(430px, 42fr);
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.75rem clamp(2rem, 5.2vw, 5.6rem) clamp(1.7rem, 3vw, 3rem) 5.8vw;
}

.partnership {
  width: min(100%, 39rem);
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) minmax(132px, 180px);
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.15rem, 2vh, 1.75rem);
  font-size: 1rem;
  font-weight: 650;
}

.partnership-rule {
  height: 1px;
  background: var(--steel);
}

.partnership img {
  width: 100%;
  height: 58px;
  display: block;
  object-fit: contain;
}

.partnership img.partnership-mp {
  width: auto;
  max-width: min(220px, 100%);
  height: 2.5rem;
  object-fit: contain;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 13.4ch;
  margin-bottom: 0;
  font-size: clamp(3rem, 4.35vw, 5rem);
  font-weight: 740;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 53ch;
  margin: clamp(1rem, 2vh, 1.55rem) 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.hero-document {
  width: min(100%, 25rem);
  min-height: 104px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  margin-top: clamp(1rem, 2vh, 1.4rem);
  padding: 0.6rem 0.9rem 0.6rem 0.6rem;
  border-left: 5px solid var(--signal);
  background: var(--white);
  text-decoration: none;
  transition: background-color 160ms ease-out;
}

.hero-document:hover {
  background: #faf8f6;
}

.hero-document img {
  width: 62px;
  height: 84px;
  display: block;
  border: 1px solid var(--rule);
  object-fit: cover;
  object-position: top center;
}

.hero-document > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero-document strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-document small {
  color: var(--signal-dark);
  font-size: 1rem;
  font-weight: 650;
}

.factory-window {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.factory-window::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 0;
  width: clamp(10px, 1.2vw, 18px);
  background: var(--signal);
}

.factory-window > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% center;
}

.factory-shade {
  position: absolute;
  inset: 0;
  background: rgba(16, 12, 13, 0.14);
  box-shadow: inset 7rem 0 9rem rgba(16, 12, 13, 0.3);
  pointer-events: none;
}

.factory-window figcaption,
.factory-proof {
  position: absolute;
  z-index: 4;
  margin: 0;
  background: rgba(24, 23, 25, 0.92);
  color: var(--white);
}

.factory-window figcaption {
  top: 1.5rem;
  right: 1.5rem;
  min-width: 13rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
}

.factory-window figcaption span {
  color: #ddd7d3;
  font-size: 1rem;
}

.factory-window figcaption strong {
  font-size: 1rem;
}

.factory-proof {
  right: 1.5rem;
  bottom: 1.5rem;
  width: 12rem;
  padding: 1rem;
}

.factory-proof strong {
  display: block;
  color: #ff665b;
  font-size: 2rem;
  line-height: 1;
}

.factory-proof span {
  display: block;
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.35;
}

.proof-rail {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(560px, 3fr) minmax(250px, 1.2fr);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.proof-rail::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -14rem;
  width: 14rem;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.is-ready .proof-rail::after {
  animation: rail-sweep 1100ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.proof-intro,
.proof-status,
.proof-rail dl {
  margin: 0;
}

.proof-intro {
  display: flex;
  align-items: center;
  padding: 0 3.5vw;
  border-right: 1px solid #3f3b3d;
  color: #c9c2bf;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.proof-rail dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-rail dl > div {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 1.15rem clamp(1.2rem, 2.2vw, 2.2rem) 1rem;
  border-right: 1px solid #3f3b3d;
}

.proof-rail dt {
  color: #bdb6b2;
  font-size: 1rem;
}

.proof-rail dd {
  order: -1;
  margin: 0;
  font-size: clamp(1.9rem, 2.7vw, 2.9rem);
  font-weight: 730;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
}

.proof-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 clamp(1.25rem, 2.5vw, 2.8rem);
  color: #e0dbd8;
  font-size: 1rem;
  font-weight: 600;
}

.proof-status span {
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  background: var(--signal);
}

.section-shell {
  width: min(91vw, 1280px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--signal-dark);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(2.5rem, 5vw, 5.5rem);
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
  border-bottom: 1px solid var(--rule);
}

.section-heading h2,
.patents-heading h2,
.service-heading h2,
.showroom h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  font-weight: 740;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 44ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.manufacturer {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: var(--white);
}

.manufacturer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  border: 1px solid var(--rule);
}

.manufacturer-image {
  position: relative;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.manufacturer-image::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--signal);
}

.manufacturer-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.manufacturer-image figcaption,
.team-window figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: 22rem;
  padding: 0.85rem 1rem;
  background: rgba(24, 23, 25, 0.92);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.manufacturer-data {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  border-left: 1px solid var(--rule);
}

.manufacturer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 132px;
  padding: 1.25rem;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.manufacturer-brand img {
  width: 160px;
  height: 72px;
  object-fit: contain;
}

.manufacturer-brand p {
  max-width: 16ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  text-align: right;
}

.manufacturer-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid var(--rule);
}

.manufacturer-stats > div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border-right: 1px solid var(--rule);
}

.manufacturer-stats > div:last-child {
  border-right: 0;
}

.manufacturer-stats dt {
  color: var(--ink-soft);
  font-size: 1rem;
}

.manufacturer-stats dd {
  order: -1;
  margin: 0;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  font-weight: 740;
  line-height: 1;
  letter-spacing: -0.04em;
}

.manufacturer-capabilities {
  margin: 0;
  padding: 0;
  list-style: none;
}

.manufacturer-capabilities li {
  display: grid;
  grid-template-columns: minmax(8rem, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.45;
}

.manufacturer-capabilities li:last-child {
  border-bottom: 0;
}

.manufacturer-capabilities strong {
  color: var(--ink);
}

.patents {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--paper);
}

.patents-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
  border-bottom: 1px solid var(--rule);
}

.patents-heading h2 {
  grid-column: 1 / -1;
  max-width: 10ch;
}

.patents-slider {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 1px;
  background: var(--rule);
}

.patents-slider__viewport {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
}

.patents-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3px) / 4);
  gap: 1px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  background: var(--rule);
}

.patents-slider__track::-webkit-scrollbar {
  display: none;
}

.patents-slider__arrow {
  min-width: 52px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font: inherit;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 160ms ease-out;
}

.patents-slider__arrow:hover {
  background: var(--signal);
}

.patents-slider__arrow:disabled {
  background: #8d8886;
  cursor: default;
}

.patent-card {
  min-width: 0;
  min-height: 310px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.5rem;
  padding: 1.5rem;
  scroll-snap-align: start;
  background: var(--white);
}

.patent-card__num {
  margin: 0;
  color: var(--signal);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.patent-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.patent-card__text strong {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.25;
}

.patent-card__text span {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.45;
}

.patent-card__link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--signal-dark);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.patent-card__link span {
  font-size: 1rem;
}

.equipment {
  padding: clamp(6rem, 10vw, 10rem) 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.equipment .eyebrow {
  color: #ff665b;
}

.equipment-heading {
  border-color: #403b3d;
}

.equipment-heading > p {
  color: #c9c2bf;
}

.equipment-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.equipment-groups {
  border-top: 1px solid #403b3d;
}

.equipment-groups section {
  border-bottom: 1px solid #403b3d;
}

.equipment-groups h3 {
  margin: 0;
  padding: 1.2rem 0;
  color: #ff665b;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.equipment-groups ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: equipment;
}

.equipment-groups li {
  min-height: 58px;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid #403b3d;
  color: #e4dfdc;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.35;
  counter-increment: equipment;
}

.equipment-groups li::before {
  content: counter(equipment, decimal-leading-zero);
  color: #8f8784;
  font-size: 1rem;
}

.equipment-visuals {
  min-height: 720px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #403b3d;
}

.equipment-visuals figure {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  background: #211f21;
}

.equipment-visuals .equipment-main {
  grid-row: auto;
}

.equipment-visuals img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  padding: clamp(1rem, 2vw, 2rem);
  background: #f8f5f2;
  object-fit: contain;
}

.equipment-visuals figcaption {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.service {
  padding-top: clamp(6rem, 10vw, 10rem);
  background: var(--white);
}

.service-heading {
  display: block;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: clamp(1.5rem, 2vw, 2.25rem);
  border-bottom: 1px solid var(--rule);
}

.service-heading .eyebrow {
  margin-bottom: 1rem;
}

.service-heading h2 {
  max-width: 13ch;
  overflow-wrap: normal;
}

.nobr {
  white-space: nowrap;
}

.team-window {
  position: relative;
  min-height: 540px;
  margin: 0 0 clamp(5rem, 8vw, 8rem);
  overflow: hidden;
  background: var(--ink);
}

.team-window::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--signal);
}

.team-window img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.team-window figcaption {
  z-index: 3;
  max-width: 28rem;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 620px;
}

.service-row figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.service-row figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.parts-row figure {
  background: var(--paper);
}

.parts-row figure img {
  object-fit: contain;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.service-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 8rem);
}

.training-row .service-copy {
  background: var(--signal);
  color: var(--white);
}

.parts-row .service-copy {
  background: var(--paper);
}

.service-index {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.service-copy h3 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  font-weight: 740;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.service-copy > p:last-child {
  max-width: 41ch;
  margin: 2rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.service-copy ul {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rule);
}

.service-copy li {
  display: grid;
  grid-template-columns: 0.55rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-soft);
  line-height: 1.45;
}

.service-copy li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.38rem;
  background: var(--signal);
}

.showroom {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
  background: var(--ink);
  color: var(--white);
}

.showroom-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.showroom-media::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 10px;
  background: var(--signal);
}

.showroom-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.showroom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 7rem);
}

.showroom h2 {
  max-width: 8ch;
}

.showroom-lead {
  max-width: 41ch;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  color: #e0dbd8;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.showroom ul {
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  border-top: 1px solid #403b3d;
  list-style: none;
}

.showroom li {
  padding: 1rem 0;
  border-bottom: 1px solid #403b3d;
  color: #c9c2bf;
  font-size: 1rem;
  line-height: 1.4;
}

.showroom-copy > a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid var(--signal);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.showroom-copy > a:hover {
  color: #ff8178;
}

.contact-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--contact-surface);
}

.contact-card {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(3rem, 8vw, 9rem);
  background: var(--contact-surface);
  color: var(--white);
}

.contact-inner {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}

.contact-logo {
  width: min(100%, 263px);
  height: auto;
  display: block;
  margin-bottom: 2.5rem;
}

.contact-inner address {
  margin: 0;
  font-style: normal;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.45;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list img {
  width: auto;
  max-width: 17px;
  height: 16px;
  margin-top: 0.2rem;
}

.contact-list a {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
  color: var(--white);
  font-weight: 650;
  text-decoration: none;
}

.contact-list a:hover {
  color: #ff8178;
}

.contact-rating {
  display: block;
  margin-top: 2.25rem;
  border: 0;
  color-scheme: light;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.contact-socials a,
.contact-socials img {
  width: 50px;
  height: 50px;
  display: block;
}

.contact-socials a {
  transition: transform 160ms ease-out;
}

.contact-socials a:hover {
  transform: translateY(-2px);
}

.contact-map {
  position: relative;
  min-width: 0;
  height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.site-footer {
  background: var(--ink);
}

.contact-legal {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  padding: 1.5rem clamp(1.15rem, 4vw, 4rem);
  background: var(--ink);
  color: #c9c2bf;
}

.contact-legal p {
  margin: 0;
  font-size: 1rem;
}

.contact-legal-brand span {
  display: block;
  margin-top: 0.35rem;
  color: #929da1;
  font-size: 1rem;
  line-height: 1.35;
}

.contact-legal nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
}

.contact-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #e0dbd8;
  font-size: 1rem;
}

.legal-page {
  background: var(--paper);
}

.legal-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1.15rem, 4vw, 4rem);
  border-bottom: 1px solid var(--rule);
  background: rgba(243, 240, 237, 0.96);
}

.legal-header-logo {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.legal-header-logo img {
  width: clamp(172px, 15vw, 214px);
  height: auto;
  display: block;
}

.legal-header > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.legal-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-back-arrow {
  margin-right: 0.55rem;
  color: var(--signal);
  font-size: 1.35rem;
}

.legal-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  border-bottom: 1px solid var(--rule);
  background: var(--white);
}

.legal-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 6vw, 7rem);
}

.legal-kicker,
.legal-section-number {
  margin: 0 0 1.25rem;
  color: var(--signal-dark);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.legal-hero-copy > p:last-child {
  max-width: 660px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.legal-hero-mark {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--signal);
  color: var(--white);
}

.legal-hero-mark span {
  font-size: clamp(5rem, 12vw, 11rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.legal-hero-mark strong {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.legal-shell {
  width: min(1280px, calc(100% - 2 * clamp(1.15rem, 4vw, 4rem)));
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.legal-aside {
  align-self: start;
  position: sticky;
  top: 2rem;
}

.legal-aside > p {
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-aside nav {
  display: grid;
  border-top: 1px solid var(--rule);
}

.legal-aside nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none;
}

.legal-aside nav a::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-right: 0.75rem;
  background: var(--signal);
}

.legal-aside nav a:hover {
  color: var(--signal-dark);
}

.legal-contact-note {
  margin-top: 2.5rem;
  padding: 1.35rem;
  background: var(--ink);
  color: var(--white);
}

.legal-contact-note span,
.legal-contact-note a {
  display: block;
  font-size: 1rem;
}

.legal-contact-note span {
  margin-bottom: 0.55rem;
  color: #bdb6b2;
}

.legal-contact-note a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.legal-document {
  min-width: 0;
}

.legal-document section {
  scroll-margin-top: 2rem;
}

.legal-policy-section,
.legal-intro-card {
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-top: 1px solid var(--rule);
}

.legal-intro-card {
  margin-bottom: 4rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-top: 8px solid var(--signal);
  background: var(--white);
}

.legal-document h2 {
  max-width: 18ch;
  margin: 0 0 2.5rem;
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.legal-document h3 {
  margin: 3rem 0 1rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.legal-document p,
.legal-document li,
.legal-definitions dt,
.legal-definitions dd {
  font-size: 1rem;
  line-height: 1.7;
}

.legal-document p {
  max-width: 850px;
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

.legal-document a {
  font-weight: 700;
  text-decoration-color: var(--signal);
}

.legal-document p a {
  display: inline-block;
  min-height: 44px;
  padding: 0.55rem 0;
  margin: -0.55rem 0;
}

.legal-document ul {
  max-width: 820px;
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 1.75rem;
  padding-left: 1.35rem;
}

.legal-document li::marker {
  color: var(--signal);
}

.legal-definitions {
  margin: 1.5rem 0 0;
  border-top: 1px solid var(--rule);
}

.legal-definitions > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--rule);
}

.legal-definitions dt {
  color: var(--ink);
  font-weight: 750;
}

.legal-definitions dd {
  margin: 0;
  color: var(--ink-soft);
}

.legal-lead {
  color: var(--ink) !important;
  font-weight: 700;
}

.legal-cookie-section {
  margin-top: 3rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  border-top: 0;
  background: var(--ink);
  color: var(--white);
}

.legal-cookie-section h2,
.legal-cookie-section h3,
.legal-cookie-section .legal-lead,
.legal-cookie-section .legal-definitions dt {
  color: var(--white) !important;
}

.legal-cookie-section p,
.legal-cookie-section li,
.legal-cookie-section .legal-definitions dd {
  color: #c9c2bf;
}

.legal-cookie-section .legal-definitions,
.legal-cookie-section .legal-definitions > div {
  border-color: rgba(255, 255, 255, 0.16);
}

.legal-footer {
  background: var(--contact-surface);
  color: var(--white);
}

.legal-footer-main {
  width: min(1280px, calc(100% - 2 * clamp(1.15rem, 4vw, 4rem)));
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  margin: 0 auto;
  padding: 3rem 0;
}

.legal-footer-main > a {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}

.legal-footer-main img {
  width: min(100%, 263px);
  height: auto;
  display: block;
}

.legal-footer-main address {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  font-style: normal;
}

.legal-footer-main address span,
.legal-footer-main address a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}

.legal-footer-main address a {
  font-weight: 700;
}

body.is-lightbox {
  overflow: hidden;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 64px 24px;
  --lb-dim: 1;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 10, calc(0.9 * var(--lb-dim)));
}

.lightbox-stage {
  position: relative;
  z-index: 1;
  max-width: min(720px, 100%);
  touch-action: none;
}

.lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  margin-inline: auto;
  background: var(--white);
}

.lightbox-meta {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.lightbox-caption {
  margin: 0;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
}

@keyframes rail-sweep {
  0% { transform: translateX(0); }
  88% { opacity: 1; }
  100% { opacity: 0; transform: translateX(calc(100vw + 28rem)); }
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-note {
    display: none;
  }

  .hero {
    grid-template-rows: minmax(520px, 1fr) auto;
  }

  .hero-stage {
    grid-template-columns: minmax(0, 58fr) minmax(340px, 42fr);
  }

  .hero-copy {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  h1 {
    font-size: clamp(2.75rem, 6vw, 4.4rem);
  }

  .proof-rail {
    grid-template-columns: 140px 1fr;
  }

  .proof-status {
    display: none;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
    gap: 2.5rem;
  }

  .manufacturer-layout,
  .equipment-layout {
    grid-template-columns: 1fr;
  }

  .manufacturer-image {
    min-height: 540px;
  }

  .manufacturer-data {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .patents-slider__track {
    grid-auto-columns: calc((100% - 2px) / 3);
  }

  .equipment-visuals {
    min-height: 560px;
  }

  .service-row {
    min-height: 540px;
  }

  .showroom {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  }

  .showroom-copy {
    padding: 4rem;
  }

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

  .contact-card {
    padding: 4rem clamp(2rem, 8vw, 5rem);
  }

  .contact-map {
    height: 480px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 68px;
    gap: 0.75rem;
    padding: 0 1.15rem;
  }

  .logo,
  .logo img {
    width: 164px;
    min-width: 164px;
  }

  .header-contacts {
    font-size: 1rem;
    white-space: nowrap;
  }

  .hero {
    display: block;
    min-height: calc(100svh - 68px);
    overflow: visible;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    min-height: 0;
    justify-content: flex-start;
    padding: 1.5rem 1.15rem 3rem;
  }

  .partnership {
    width: 100%;
    grid-template-columns: auto minmax(1.25rem, 1fr) auto;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .partnership-rule {
    display: block;
    min-width: 1.25rem;
  }

  .partnership img,
  .partnership img.partnership-mp {
    grid-column: auto;
    width: auto;
    max-width: min(42vw, 160px);
    height: 1.7rem;
    margin-top: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 10.4vw, 3.1rem);
    line-height: 0.96;
    hyphens: auto;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-document {
    width: 100%;
  }

  .factory-window {
    min-height: 470px;
  }

  .factory-window::before {
    inset: 0 0 auto;
    width: auto;
    height: 10px;
  }

  .factory-window figcaption {
    top: 1.2rem;
    right: 1rem;
  }

  .factory-proof {
    right: auto;
    bottom: 0.75rem;
    left: 0.75rem;
    width: 10.75rem;
  }

  .proof-rail {
    display: block;
  }

  .proof-intro,
  .proof-status {
    display: none;
  }

  .proof-rail dl > div {
    min-height: 102px;
    padding: 1rem 0.8rem;
  }

  .proof-rail dt {
    font-size: 1rem;
  }

  .proof-rail dd {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .section-shell {
    width: calc(100% - 2.3rem);
  }

  .section-heading,
  .patents-heading,
  .service-heading {
    display: block;
    margin-bottom: 2.5rem;
  }

  .section-heading h2,
  .patents-heading h2,
  .service-heading h2,
  .showroom h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11.5vw, 3.5rem);
    overflow-wrap: anywhere;
  }

  .service-heading h2 {
    overflow-wrap: normal;
  }

  .section-heading > p {
    margin-top: 1.35rem;
  }

  .manufacturer,
  .patents,
  .equipment {
    padding: 5rem 0;
  }

  .manufacturer-image {
    min-height: 0;
    aspect-ratio: 975 / 645;
  }

  .manufacturer-image figcaption,
  .team-window figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    max-width: none;
  }

  .manufacturer-brand {
    min-height: 112px;
  }

  .manufacturer-stats > div {
    min-height: 120px;
    padding: 1rem;
  }

  .manufacturer-capabilities li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 1rem;
  }

  .patents-slider {
    display: block;
    background: transparent;
  }

  .patents-slider__arrow {
    display: none;
  }

  .patents-slider__track {
    grid-auto-columns: min(82vw, 290px);
  }

  .patent-card {
    min-height: 290px;
    padding: 1.25rem;
  }

  .equipment-layout {
    gap: 3rem;
  }

  .equipment-visuals {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .equipment-visuals .equipment-main {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }

  .equipment-visuals figure {
    min-height: 300px;
  }

  .equipment-visuals figcaption {
    min-height: 76px;
  }

  .service {
    padding-top: 5rem;
  }

  .service-heading .eyebrow {
    margin-bottom: 1rem;
  }

  .team-window {
    min-height: 420px;
    margin-bottom: 5rem;
  }

  .team-window img {
    min-height: 420px;
    object-position: 67% center;
  }

  .service-row {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .service-row figure {
    min-height: 0;
  }

  .service-row figure img {
    height: auto;
  }

  .parts-row figure img {
    padding: 1.25rem 1.15rem 0;
  }

  .service-copy {
    padding: 3.25rem 1.15rem 3.5rem;
  }

  .service-copy h3 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .parts-row .service-copy {
    order: 2;
    padding: 2rem 1.15rem;
  }

  .showroom {
    display: block;
    min-height: 0;
  }

  .showroom-media {
    min-height: 0;
  }

  .showroom-media img {
    height: auto;
  }

  .showroom-media::after {
    inset: auto 0 0;
    width: auto;
    height: 10px;
  }

  .showroom-copy {
    padding: 4.5rem 1.15rem 5rem;
  }

  .contact-section {
    display: block;
  }

  .contact-card {
    padding: 3.5rem 1.15rem;
  }

  .contact-map {
    height: 360px;
  }

  .contact-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .contact-legal nav {
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .logo,
  .logo img {
    width: 145px;
    min-width: 145px;
  }

  .header-contacts {
    font-size: 1rem;
  }

}

@media (max-width: 920px) {
  .legal-header {
    grid-template-columns: 1fr auto;
  }

  .legal-header > p {
    display: none;
  }

  .legal-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr);
  }

  .legal-shell {
    display: block;
  }

  .legal-aside {
    position: static;
    margin-bottom: 4rem;
  }

  .legal-aside nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-aside nav a:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .legal-footer-main {
    grid-template-columns: 1fr;
  }

  .legal-footer-main address {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .legal-header {
    min-height: 68px;
    gap: 1rem;
  }

  .legal-header-logo img {
    width: 164px;
  }

  .legal-back-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .legal-back-arrow {
    margin-right: 0;
    font-size: 1.75rem;
  }

  .legal-hero {
    display: block;
    min-height: 0;
  }

  .legal-hero-copy {
    padding: 4.5rem 1.15rem;
  }

  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(3.35rem, 18vw, 5.3rem);
  }

  .legal-hero-mark {
    min-height: 280px;
    padding: 2rem 1.15rem;
  }

  .legal-shell {
    width: calc(100% - 2.3rem);
    padding: 4.5rem 0;
  }

  .legal-aside nav {
    grid-template-columns: 1fr;
  }

  .legal-aside nav a:nth-child(odd) {
    padding-right: 0;
  }

  .legal-intro-card {
    margin-bottom: 3rem;
    padding: 2rem 1.15rem;
  }

  .legal-document h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .legal-definitions > div {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .legal-cookie-section {
    margin-right: -1.15rem;
    margin-left: -1.15rem;
    padding: 2.5rem 1.15rem;
  }

  .legal-footer-main {
    min-height: 0;
    padding: 3rem 0;
  }

  .legal-footer-main address {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .proof-rail::after {
    display: none;
  }
}
