:root {
  --ink: #08080a;
  --ink-2: #0e0e12;
  --panel: #141419;
  --panel-2: #1b1b22;
  --red: #e1000f;
  --red-2: #ff2a1a;
  --paper: #f3f0e9;
  --paper-2: #e9e5dc;
  --white: #ffffff;
  --steel: #aeb5bc;
  --steel-light: #d7dce0;
  --muted: #9b9ba5;
  --line-dark: rgba(255, 255, 255, 0.12);
  --line-light: rgba(8, 8, 10, 0.14);
  --shadow-deep: 0 36px 90px rgba(0, 0, 0, 0.42);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1380px, calc(100vw - 64px));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
  scrollbar-color: var(--red) var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection,
::selection {
  background: var(--red);
  color: var(--white);
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
}

img {
  display: block;
  max-width: 100%;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red-2);
  outline-offset: 4px;
}

.site-shell {
  position: relative;
  overflow: clip;
  background: var(--ink);
}

.site-shell::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--red), #ff6b1a);
}

.section-light {
  position: relative;
  background: var(--paper);
  color: var(--ink);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    background-color 0.32s ease,
    color 0.32s ease,
    border-color 0.32s ease;
  overflow: hidden;
}

.button::before {
  position: absolute;
  inset: 0;
  content: "";
  transform: translateX(-105%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover::before {
  transform: translateX(105%) skewX(-18deg);
}

.button:hover {
  transform: translateY(-3px);
}

.button:active {
  transform: translateY(-1px) scale(0.99);
}

.button--primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(225, 0, 15, 0.26);
}

.button--primary:hover {
  background: var(--red-2);
  box-shadow: 0 20px 44px rgba(225, 0, 15, 0.36);
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.09);
}

.button--light {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.button--light:hover {
  background: var(--paper);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(8, 8, 10, 0.2);
}

.button--dark:hover {
  background: var(--red);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  transition:
    padding 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  padding: 8px 0;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 10, 0.79);
  backdrop-filter: blur(22px) saturate(140%);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  min-height: 62px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand img {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(225, 0, 15, 0.24);
}

.brand-wordmark {
  display: grid;
  font-family: var(--display);
  font-size: 0.86rem;
  line-height: 0.88;
  letter-spacing: 0.11em;
}

.brand-wordmark strong:last-child {
  color: var(--red-2);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.3vw, 38px);
  margin-left: auto;
  margin-right: clamp(24px, 3.5vw, 62px);
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: var(--red);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-nav a:hover {
  color: var(--white);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-search,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 42px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-search {
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.nav-search:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.nav-cta {
  padding: 0 17px;
  background: var(--red);
  color: var(--white);
  transition: transform 0.3s ease, background 0.3s ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--red-2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--white);
}

.mobile-menu {
  position: fixed;
  z-index: 170;
  top: 0;
  left: 0;
  width: 100%;
  padding: 106px 24px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 28px 28px;
  background: rgba(8, 8, 10, 0.98);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(24px);
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu nav a {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-family: var(--display);
  font-size: clamp(1.25rem, 5vw, 1.7rem);
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.mobile-menu nav a span {
  color: var(--red-2);
  font-family: var(--body);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.mobile-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-weight: 800;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 145px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(225, 0, 15, 0.11), transparent 28%),
    linear-gradient(180deg, #09090c 0%, #08080a 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::after {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.08);
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}

.hero-glow--one {
  top: 9%;
  right: 7%;
  width: 330px;
  height: 330px;
  background: rgba(225, 0, 15, 0.15);
}

.hero-glow--two {
  left: 18%;
  bottom: 14%;
  width: 230px;
  height: 230px;
  background: rgba(255, 76, 25, 0.08);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.82fr);
  gap: clamp(46px, 6vw, 100px);
  align-items: center;
  min-height: calc(100svh - 215px);
  padding-bottom: 84px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 14px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-badge__dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-2);
  box-shadow: 0 0 0 6px rgba(225, 0, 15, 0.13);
}

.hero-badge__dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(255, 42, 26, 0.35);
  border-radius: inherit;
  animation: pulse-dot 2.2s infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
  42% {
    transform: scale(1.25);
    opacity: 1;
  }
}

.hero-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.3rem, 7.6vw, 8.9rem);
  font-weight: 900;
  line-height: 0.79;
  text-transform: uppercase;
  letter-spacing: -0.073em;
}

.hero-title > span {
  display: block;
  overflow: hidden;
  padding: 0.06em 0.025em 0.1em 0;
}

.hero-title > span > span {
  display: block;
}

.hero-title .is-red {
  color: var(--red-2);
}

.hero-title .is-outline {
  color: transparent;
  -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.74);
  font-size: 0.72em;
  letter-spacing: -0.058em;
}

.hero-lede {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-stats div {
  min-width: 0;
  padding: 19px 20px 0 0;
}

.hero-stats div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-stats dt {
  margin-bottom: 4px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-stage {
  position: relative;
  width: min(100%, 570px);
  margin-left: auto;
  perspective: 1300px;
}

.hero-frame {
  position: relative;
  aspect-ratio: 0.82;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 32px;
  background: #111116;
  box-shadow:
    0 45px 100px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(225, 0, 15, 0.06) inset;
  transform-style: preserve-3d;
}

.hero-frame::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  content: "";
  background: var(--red);
  box-shadow: 8px 0 25px rgba(225, 0, 15, 0.25);
}

.hero-frame__image {
  position: absolute;
  inset: -5% 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.82);
  transform: scale(1.03);
}

.hero-frame__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 6, 0.08), transparent 38%, rgba(4, 4, 6, 0.72) 100%),
    linear-gradient(90deg, rgba(8, 8, 10, 0.28), transparent 50%);
}

.hero-frame__scan {
  position: absolute;
  z-index: 2;
  top: -10%;
  left: 0;
  width: 100%;
  height: 18%;
  opacity: 0.24;
  background: linear-gradient(180deg, transparent, rgba(225, 0, 15, 0.5), transparent);
  filter: blur(6px);
  animation: scan-line 6.2s ease-in-out infinite;
}

@keyframes scan-line {
  0%,
  14% {
    transform: translateY(-120%);
  }
  52% {
    transform: translateY(620%);
  }
  100% {
    transform: translateY(620%);
  }
}


.floating-card {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(22, 22, 27, 0.77);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(17px) saturate(150%);
}

.floating-card small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.floating-card strong {
  display: block;
  font-size: 0.83rem;
  line-height: 1.2;
}

.floating-card--spec {
  left: -66px;
  bottom: 18%;
  min-width: 268px;
  padding: 14px 15px;
  transform: rotate(-1.8deg);
}

.floating-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background: var(--red);
}

.floating-card--spec > svg:last-child {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.52);
}

.floating-card--quality {
  top: 19%;
  right: -49px;
  padding: 13px 16px;
  transform: rotate(1.6deg);
}

.floating-card--quality > svg {
  color: var(--red-2);
}

.hero-scroll-cue {
  position: absolute;
  right: -13px;
  bottom: -45px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-scroll-cue > span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.hero-ticker {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 55px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.018);
}

.hero-ticker__track {
  display: flex;
  width: max-content;
  height: 100%;
}

.hero-ticker__track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 0 34px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.hero-ticker__track svg {
  color: var(--red-2);
}

/* Section headings */
.section-heading {
  padding: 120px 0 70px;
}

.section-heading__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.section-index {
  display: inline-grid;
  width: 34px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.section-eyebrow {
  color: rgba(8, 8, 10, 0.55);
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.section-heading__main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.section-heading__aside {
  max-width: 500px;
  padding-bottom: 5px;
}

.section-heading__aside p {
  margin: 0;
  color: rgba(8, 8, 10, 0.62);
  font-size: 1rem;
  line-height: 1.72;
}

.section-heading--light .section-eyebrow {
  color: rgba(255, 255, 255, 0.48);
}

.section-heading--light h2 {
  color: var(--white);
}

.section-heading--light .section-heading__aside p {
  color: rgba(255, 255, 255, 0.58);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.text-link:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Product range */
.range-section {
  padding-bottom: 120px;
}

.range-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr);
  gap: 24px;
  align-items: start;
}

.range-preview-wrap {
  position: sticky;
  top: 94px;
}

.range-preview {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 40px 90px rgba(8, 8, 10, 0.23);
}

.range-preview__media {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.range-preview__media > img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) contrast(1.05);
}

.range-preview__media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.02), rgba(8, 8, 10, 0.62)),
    linear-gradient(90deg, rgba(8, 8, 10, 0.18), transparent 60%);
}


.range-preview__watermark {
  position: absolute;
  z-index: 1;
  left: -0.04em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: clamp(9rem, 19vw, 17rem);
  line-height: 0.75;
  letter-spacing: -0.08em;
}

.range-preview__code {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 2px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(10, 10, 13, 0.54);
  backdrop-filter: blur(12px);
}

.range-preview__code span {
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.range-preview__code strong {
  font-size: 0.82rem;
}

.range-preview__copy {
  position: relative;
  z-index: 4;
  padding: 38px 40px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.range-kicker,
.overline {
  color: var(--red-2);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.range-preview__copy h3 {
  max-width: 620px;
  margin: 9px 0 13px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.055em;
}

.range-preview__copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.72;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
}

.tag-row span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.65rem;
  font-weight: 800;
}

.range-products {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  margin: 28px 0 30px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.range-products > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.range-products ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.range-products li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
}

.range-products li svg {
  flex: 0 0 auto;
  color: var(--red-2);
}

.range-list {
  display: grid;
  gap: 10px;
}

.range-list__item {
  position: relative;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 86px 24px;
  gap: 15px;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 10px 15px 10px 18px;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 10, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
  text-align: left;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.35s ease;
}

.range-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  transform: scaleY(0);
  background: var(--red);
  transition: transform 0.35s ease;
}

.range-list__item:hover,
.range-list__item.is-active {
  transform: translateX(-7px);
  border-color: rgba(8, 8, 10, 0.2);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(8, 8, 10, 0.1);
}

.range-list__item:hover::before,
.range-list__item.is-active::before {
  transform: scaleY(1);
}

.range-list__number {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.range-list__text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.range-list__text strong {
  overflow: hidden;
  font-size: clamp(0.91rem, 1.2vw, 1.04rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.range-list__text small {
  color: rgba(8, 8, 10, 0.45);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.range-list__thumb {
  width: 86px;
  height: 66px;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
}

.range-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.22);
  transition: transform 0.45s ease, filter 0.35s ease;
}

.range-list__item:hover .range-list__thumb img,
.range-list__item.is-active .range-list__thumb img {
  transform: scale(1.08);
  filter: grayscale(0);
}

.range-list__arrow {
  color: rgba(8, 8, 10, 0.25);
  transition: transform 0.3s ease, color 0.3s ease;
}

.range-list__item:hover .range-list__arrow,
.range-list__item.is-active .range-list__arrow {
  transform: translateX(3px);
  color: var(--red);
}

/* Manufacturing */
.manufacturing-section {
  position: relative;
  padding-bottom: 140px;
  background:
    radial-gradient(circle at 72% 35%, rgba(225, 0, 15, 0.11), transparent 25%),
    #0a0a0d;
}

.manufacturing-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.07) 50%, transparent 50.1%);
  background-size: 12.5% 100%;
  pointer-events: none;
}

.manufacturing-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.manufacturing-copy h3 {
  max-width: 620px;
  margin: 12px 0 20px;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.3vw, 5.1rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.058em;
}

.manufacturing-copy > div > p,
.manufacturing-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.76;
}

.capability-list {
  display: grid;
  gap: 11px;
  margin-top: 38px;
}

.capability-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.capability-card:hover {
  transform: translateX(6px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.capability-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--red);
  color: var(--white);
}

.capability-card h4 {
  margin: 1px 0 5px;
  font-size: 0.95rem;
}

.capability-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  line-height: 1.55;
}

.factory-visual {
  position: relative;
  min-height: 770px;
}

.factory-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow-deep);
}

.factory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.factory-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.03);
}

.factory-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(8, 8, 10, 0.65);
  backdrop-filter: blur(14px);
}

.factory-card figcaption span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.factory-card figcaption strong {
  font-size: 0.82rem;
  text-align: right;
}

.factory-card--main {
  top: 40px;
  left: 0;
  width: 78%;
  aspect-ratio: 1.25;
}

.factory-card--secondary {
  right: 0;
  bottom: 20px;
  width: 64%;
  aspect-ratio: 1.15;
}

.factory-stamp {
  position: absolute;
  z-index: 5;
  top: 44%;
  left: 52%;
  display: grid;
  width: 130px;
  height: 130px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 20px 50px rgba(225, 0, 15, 0.34);
  text-align: center;
}

.factory-stamp::before,
.factory-stamp::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.52);
  border-radius: inherit;
}

.factory-stamp::after {
  inset: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.18);
}

.factory-stamp span,
.factory-stamp small {
  position: relative;
  z-index: 2;
}

.factory-stamp span {
  font-family: var(--display);
  font-size: 2.65rem;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.factory-stamp small {
  max-width: 78px;
  margin: 6px auto 0;
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Process */
.process-section {
  padding-bottom: 130px;
}

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

.process-card-wrap {
  min-width: 0;
}

.process-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 10, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.38);
  transition: background 0.3s ease, box-shadow 0.35s ease;
}

.process-card:hover {
  background: var(--white);
  box-shadow: 0 28px 60px rgba(8, 8, 10, 0.12);
}

.process-card__image {
  position: relative;
  aspect-ratio: 1.48;
  overflow: hidden;
  background: var(--ink);
}

.process-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 10, 0.48));
}

.process-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.process-card:hover .process-card__image img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.04);
}

.process-card__image span {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 14px;
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-card__copy {
  padding: 24px 24px 27px;
}

.process-card__copy h3 {
  margin: 0 0 9px;
  font-size: 1.02rem;
}

.process-card__copy p {
  margin: 0;
  color: rgba(8, 8, 10, 0.58);
  font-size: 0.78rem;
  line-height: 1.65;
}

/* Quality */
.quality-section {
  position: relative;
  min-height: 840px;
  padding: 140px 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(225, 0, 15, 0.96) 0%, #d60011 52%, #b9000d 100%);
}

.quality-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 70px 70px;
}

.quality-bg-number {
  position: absolute;
  right: -0.045em;
  bottom: -0.27em;
  color: rgba(255, 255, 255, 0.085);
  font-family: var(--display);
  font-size: min(33vw, 31rem);
  line-height: 0.8;
  letter-spacing: -0.12em;
  pointer-events: none;
}

.quality-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: center;
}

.quality-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.quality-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6.2vw, 7.7rem);
  line-height: 0.87;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.quality-copy h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.78);
}

.quality-copy > div > p,
.quality-copy > p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.quality-points {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.quality-points li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.83rem;
  font-weight: 700;
}

.quality-points li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
}

.quality-visual {
  position: relative;
  min-height: 680px;
}

.quality-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 38px 90px rgba(85, 0, 6, 0.32);
  transform: rotate(2.2deg);
}

.quality-photo > img {
  width: 100%;
  aspect-ratio: 0.79;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}

.quality-photo__label {
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 17px;
  border-radius: 14px;
  background: rgba(8, 8, 10, 0.78);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.quality-photo__label span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.quality-photo__label strong {
  font-size: 0.78rem;
  text-align: right;
}

.certificate-strip {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 12px;
  width: 70%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 28px 65px rgba(85, 0, 6, 0.26);
  transform: rotate(-3deg);
}

.certificate-strip img {
  width: 100%;
  border: 1px solid rgba(8, 8, 10, 0.1);
  border-radius: 10px;
}

.certificate-strip > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 12px 6px 1px;
}

.certificate-strip span {
  color: rgba(8, 8, 10, 0.46);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.certificate-strip strong {
  font-size: 0.78rem;
}

/* Partnership */
.partnership-section {
  padding: 140px 0;
}

.partnership-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.partnership-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: var(--ink);
  box-shadow: 0 38px 80px rgba(8, 8, 10, 0.18);
}

.partnership-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 10, 0.5));
}

.partnership-image > img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.partnership-image:hover > img {
  transform: scale(1.035);
  filter: saturate(1);
}

.partnership-image__chip {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.68);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.partnership-copy .section-index {
  margin-right: 12px;
}

.partnership-copy h2 {
  max-width: 650px;
  margin: 27px 0 22px;
  font-family: var(--display);
  font-size: clamp(3rem, 5.1vw, 6.4rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.065em;
}

.partnership-copy > div > p,
.partnership-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(8, 8, 10, 0.61);
  line-height: 1.75;
}

.partnership-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.partnership-features > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 11px;
  padding: 17px;
  border: 1px solid rgba(8, 8, 10, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.44);
}

.partnership-features svg {
  color: var(--red);
}

.partnership-features span {
  color: rgba(8, 8, 10, 0.55);
  font-size: 0.7rem;
  line-height: 1.48;
}

.partnership-features strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.8rem;
}

/* Catalogue */
.catalogue-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 36%, rgba(225, 0, 15, 0.14), transparent 27%),
    #09090c;
}

.catalogue-section::before {
  position: absolute;
  top: -30%;
  right: -12%;
  width: 58vw;
  height: 58vw;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.02),
    0 0 0 180px rgba(255, 255, 255, 0.015);
}

.catalogue-noise {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.04) 40.1%, transparent 40.4%);
  background-size: 34px 34px;
}

.catalogue-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.catalogue-kicker {
  color: var(--red-2);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.catalogue-copy h2 {
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6.3vw, 7.8rem);
  line-height: 0.87;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.catalogue-copy > div > p,
.catalogue-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  line-height: 1.75;
}

.catalogue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.catalogue-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.catalogue-meta span {
  display: grid;
  gap: 4px;
  padding: 18px 15px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.63rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.catalogue-meta span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.catalogue-meta strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.55rem;
  letter-spacing: -0.05em;
}

.catalogue-mockup {
  position: relative;
  min-height: 720px;
  perspective: 1300px;
}

.catalogue-book {
  position: absolute;
  top: 2%;
  left: 16%;
  width: min(58%, 430px);
  transform-style: preserve-3d;
  filter: drop-shadow(0 45px 52px rgba(0, 0, 0, 0.54));
}

.catalogue-book img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 6px 10px 10px 6px;
  box-shadow: inset 10px 0 16px rgba(0, 0, 0, 0.18);
}

.catalogue-book__pages {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -16px;
  bottom: 10px;
  width: 30px;
  border-radius: 0 8px 8px 0;
  background:
    repeating-linear-gradient(0deg, #f6f1e8 0 2px, #ded8ce 2px 3px);
  transform: translateZ(-5px) rotateY(5deg);
}

.catalogue-book::before {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  content: "";
  border-radius: 6px 0 0 6px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent);
}

.catalogue-book__shine {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.14) 48%, transparent 62%);
  pointer-events: none;
}

.catalogue-browser-card {
  position: absolute;
  z-index: 5;
  right: 3%;
  bottom: 11%;
  width: min(54%, 390px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(25, 25, 31, 0.86);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
}

.browser-dots {
  display: flex;
  gap: 5px;
  margin-bottom: 38px;
}

.browser-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}

.browser-dots i:first-child {
  background: var(--red-2);
}

.catalogue-browser-card > span {
  display: block;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.catalogue-browser-card > strong {
  display: block;
  margin: 5px 0 22px;
  font-family: var(--display);
  font-size: 2.1rem;
  letter-spacing: -0.05em;
}

.browser-search-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
}

/* Contact */
.contact-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.contact-section::before {
  position: absolute;
  top: -260px;
  left: -220px;
  width: 540px;
  height: 540px;
  content: "";
  border-radius: 50%;
  background: rgba(225, 0, 15, 0.08);
  filter: blur(2px);
}

.contact-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: center;
}

.contact-kicker {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-copy h2 {
  max-width: 700px;
  margin: 18px 0 22px;
  font-family: var(--display);
  font-size: clamp(3.4rem, 5.9vw, 7.2rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.contact-copy > div > p,
.contact-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(8, 8, 10, 0.61);
  line-height: 1.75;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-details > a,
.contact-details > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(8, 8, 10, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.42);
  transition: transform 0.3s ease, background 0.3s ease;
}

.contact-details > a:hover {
  transform: translateX(5px);
  background: var(--white);
}

.contact-details svg {
  color: var(--red);
}

.contact-details span {
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-details small {
  display: block;
  margin-bottom: 2px;
  color: rgba(8, 8, 10, 0.42);
  font-size: 0.56rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.contact-form-wrap {
  min-width: 0;
}

.contact-form {
  padding: clamp(24px, 3.3vw, 46px);
  border-radius: 30px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 42px 90px rgba(8, 8, 10, 0.25);
}

.form-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.form-heading span {
  color: var(--red-2);
  font-size: 0.63rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-heading strong {
  max-width: 240px;
  font-size: 0.78rem;
  text-align: right;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.contact-form label > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.59rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  font-size: 0.82rem;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form input,
.contact-form select {
  min-height: 50px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 42, 26, 0.72);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.contact-form select option {
  background: var(--ink);
  color: var(--white);
}

.button--submit {
  width: 100%;
  margin-top: 3px;
  background: var(--red);
  color: var(--white);
}

.button--submit:hover {
  background: var(--red-2);
}

.form-note {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.59rem;
  text-align: center;
}

/* Footer */
.site-footer {
  padding: 42px 0 28px;
  background: #060607;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand--footer img {
  width: 44px;
}

.footer-statement {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-align: center;
}

.footer-back {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
}

.footer-back:hover {
  color: var(--red-2);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 23px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 0.62rem;
}

.footer-bottom > div {
  display: flex;
  gap: 20px;
}

.footer-bottom a:hover {
  color: var(--white);
}

/* Finder */
.finder-overlay {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(8px);
}

.finder-panel {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  width: min(640px, 94vw);
  height: 100%;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  background: #0c0c0f;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.45);
}

.finder-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
}

.finder-header span {
  color: var(--red-2);
  font-size: 0.61rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.finder-header h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}

.finder-header button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.finder-header button:hover {
  transform: rotate(8deg);
  border-color: var(--red);
  color: var(--white);
}

.finder-search {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 16px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.finder-search svg {
  color: rgba(255, 255, 255, 0.46);
}

.finder-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-size: 0.86rem;
}

.finder-search input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.finder-search > span {
  display: grid;
  min-width: 34px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.64rem;
  font-weight: 800;
}

.finder-results {
  min-height: 0;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
}

.finder-results button {
  display: grid;
  grid-template-columns: 66px 1fr 24px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--white);
  text-align: left;
  transition: background 0.25s ease, padding-left 0.3s ease;
}

.finder-results button:hover {
  padding-left: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.finder-code {
  color: var(--red-2);
  font-family: var(--display);
  font-size: 0.8rem;
}

.finder-results button > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.finder-results strong {
  font-size: 0.82rem;
}

.finder-results small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.61rem;
}

.finder-results button > svg {
  color: rgba(255, 255, 255, 0.34);
  transition: color 0.25s ease, transform 0.25s ease;
}

.finder-results button:hover > svg {
  transform: translate(2px, -2px);
  color: var(--red-2);
}

.finder-empty {
  display: grid;
  place-items: center;
  min-height: 300px;
  text-align: center;
}

.finder-empty svg {
  margin-bottom: 12px;
  color: var(--red-2);
}

.finder-empty strong {
  font-size: 0.95rem;
}

.finder-empty p {
  max-width: 280px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.73rem;
}

.finder-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.41);
  font-size: 0.64rem;
}

.finder-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 800;
}

.finder-footer a:hover {
  color: var(--red-2);
}

.toast {
  position: fixed;
  z-index: 600;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(430px, calc(100vw - 48px));
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(16, 16, 20, 0.95);
  color: var(--white);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.45);
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.toast > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
}

/* Responsive */
@media (max-width: 1220px) {
  :root {
    --container: min(1180px, calc(100vw - 48px));
  }

  .desktop-nav {
    gap: 20px;
    margin-right: 24px;
  }

  .nav-search span {
    display: none;
  }

  .nav-search {
    width: 42px;
    padding: 0;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
    gap: 50px;
  }

  .hero-title {
    font-size: clamp(4.1rem, 7.5vw, 7.5rem);
  }

  .floating-card--quality {
    right: -20px;
  }

  .floating-card--spec {
    left: -38px;
  }

  .range-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  }

  .range-preview__media {
    min-height: 390px;
  }

  .quality-layout,
  .catalogue-layout,
  .contact-shell {
    gap: 70px;
  }
}

@media (max-width: 1020px) {
  :root {
    --container: min(960px, calc(100vw - 40px));
  }

  .desktop-nav,
  .nav-search,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    padding-top: 125px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-bottom: 110px;
  }

  .hero-copy {
    max-width: 880px;
  }

  .hero-title {
    font-size: clamp(4.6rem, 11.5vw, 8.3rem);
  }

  .hero-stage {
    width: min(80vw, 620px);
    margin-inline: auto;
  }

  .hero-frame {
    aspect-ratio: 1 / 1.12;
  }

  .section-heading {
    padding-top: 100px;
  }

  .section-heading__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading__aside {
    max-width: 680px;
  }

  .range-layout {
    grid-template-columns: 1fr;
  }

  .range-preview-wrap {
    position: static;
  }

  .range-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .range-list__item {
    grid-template-columns: 36px 1fr 74px;
    min-height: 90px;
  }

  .range-list__arrow {
    display: none;
  }

  .range-list__thumb {
    width: 74px;
  }

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

  .manufacturing-copy {
    max-width: 750px;
  }

  .factory-visual {
    width: min(100%, 800px);
    min-height: 680px;
    margin-inline: auto;
  }

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

  .quality-layout {
    grid-template-columns: 1fr;
  }

  .quality-copy {
    max-width: 900px;
  }

  .quality-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .partnership-layout {
    grid-template-columns: 1fr;
  }

  .partnership-image {
    max-width: 850px;
  }

  .partnership-copy {
    max-width: 760px;
  }

  .catalogue-layout {
    grid-template-columns: 1fr;
  }

  .catalogue-copy {
    max-width: 850px;
  }

  .catalogue-mockup {
    width: min(100%, 760px);
    margin-inline: auto;
  }

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

  .contact-copy {
    max-width: 850px;
  }
}

@media (max-width: 720px) {
  :root {
    --container: calc(100vw - 28px);
    --radius-lg: 25px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    padding: 10px 0;
  }

  .nav-container {
    min-height: 54px;
  }

  .brand img {
    width: 42px;
  }

  .brand-wordmark {
    font-size: 0.75rem;
  }

  .mobile-menu {
    padding-top: 88px;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-layout {
    gap: 48px;
    padding-bottom: 90px;
  }

  .hero-badge {
    margin-bottom: 20px;
    font-size: 0.61rem;
    letter-spacing: 0.095em;
  }

  .hero-title {
    font-size: clamp(3.45rem, 17vw, 5.5rem);
    line-height: 0.82;
  }

  .hero-title .is-outline {
    font-size: 0.68em;
    -webkit-text-stroke-width: 1px;
  }

  .hero-lede {
    margin-top: 21px;
    font-size: 0.92rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-stats div,
  .hero-stats div + div {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: baseline;
    gap: 15px;
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-stats dt {
    margin: 0;
    font-size: 1.1rem;
  }

  .hero-stage {
    width: calc(100% - 18px);
  }

  .hero-frame {
    border-radius: 24px;
  }

  .floating-card--spec {
    left: -9px;
    bottom: 12%;
    min-width: 230px;
  }

  .floating-card--quality {
    top: 11%;
    right: -8px;
  }

  .floating-card strong {
    font-size: 0.72rem;
  }

  .hero-scroll-cue {
    display: none;
  }

  .hero-ticker__track span {
    padding: 0 24px;
  }

  .section-heading {
    padding: 82px 0 48px;
  }

  .section-heading__meta {
    margin-bottom: 18px;
  }

  .section-heading h2 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
    line-height: 0.9;
  }

  .section-heading__aside p {
    font-size: 0.9rem;
  }

  .range-section {
    padding-bottom: 80px;
  }

  .range-preview__media {
    min-height: 330px;
  }

  .range-preview__copy {
    padding: 28px 23px 30px;
  }

  .range-preview__copy h3 {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
  }

  .range-products {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .range-products ul {
    grid-template-columns: 1fr;
  }

  .range-list {
    grid-template-columns: 1fr;
  }

  .range-list__item:hover,
  .range-list__item.is-active {
    transform: none;
  }

  .manufacturing-section {
    padding-bottom: 90px;
  }

  .manufacturing-copy h3 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .factory-visual {
    min-height: 550px;
  }

  .factory-card--main {
    width: 91%;
  }

  .factory-card--secondary {
    width: 76%;
  }

  .factory-stamp {
    left: 48%;
    width: 105px;
    height: 105px;
  }

  .factory-stamp span {
    font-size: 2.15rem;
  }

  .process-section {
    padding-bottom: 84px;
  }

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

  .quality-section {
    min-height: auto;
    padding: 88px 0;
  }

  .quality-copy h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .quality-visual {
    min-height: 560px;
  }

  .quality-photo {
    width: 82%;
    border-width: 5px;
  }

  .certificate-strip {
    width: 82%;
  }

  .quality-photo__label {
    display: grid;
  }

  .quality-photo__label strong {
    text-align: left;
  }

  .partnership-section {
    padding: 86px 0;
  }

  .partnership-image > img {
    aspect-ratio: 0.86;
  }

  .partnership-copy h2 {
    font-size: clamp(2.85rem, 13vw, 4.8rem);
  }

  .partnership-features {
    grid-template-columns: 1fr;
  }

  .catalogue-section {
    padding: 92px 0 60px;
  }

  .catalogue-copy h2 {
    font-size: clamp(3rem, 14vw, 5.25rem);
  }

  .catalogue-actions {
    display: grid;
  }

  .catalogue-actions .button {
    width: 100%;
  }

  .catalogue-meta {
    grid-template-columns: 1fr;
  }

  .catalogue-meta span,
  .catalogue-meta span + span {
    grid-template-columns: 64px 1fr;
    align-items: center;
    padding: 13px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .catalogue-meta strong {
    font-size: 1.35rem;
  }

  .catalogue-mockup {
    min-height: 570px;
  }

  .catalogue-book {
    top: 5%;
    left: 8%;
    width: 63%;
  }

  .catalogue-browser-card {
    right: 0;
    bottom: 12%;
    width: 64%;
  }

  .contact-section {
    padding: 88px 0;
  }

  .contact-copy h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .contact-form {
    border-radius: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-heading {
    display: grid;
    gap: 7px;
  }

  .form-heading strong {
    max-width: none;
    text-align: left;
  }

  .footer-top {
    grid-template-columns: 1fr auto;
  }

  .footer-statement {
    display: none;
  }

  .footer-bottom {
    display: grid;
    gap: 15px;
  }

  .finder-panel {
    width: 100%;
    padding: 20px 16px;
    border-left: 0;
  }

  .finder-results button {
    grid-template-columns: 60px 1fr 20px;
  }

  .finder-footer {
    display: grid;
    gap: 8px;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }
}

@media (max-width: 430px) {
  .hero-title {
    font-size: 3.25rem;
  }

  .hero-badge {
    max-width: 310px;
  }

  .floating-card--quality {
    display: none;
  }

  .floating-card--spec {
    min-width: 215px;
    padding: 12px;
  }

  .range-preview__media {
    min-height: 290px;
  }


  .factory-card figcaption {
    display: grid;
  }

  .factory-card figcaption strong {
    text-align: left;
  }

  .quality-visual {
    min-height: 480px;
  }

  .catalogue-mockup {
    min-height: 500px;
  }

  .catalogue-browser-card {
    width: 68%;
    padding: 16px;
  }

  .browser-dots {
    margin-bottom: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   2026 correction pass: About, certifications, contacts and
   dedicated products page
   ========================================================= */

.desktop-nav a.is-active {
  color: var(--white);
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

/* About Us */
.about-section {
  position: relative;
  padding: 132px 0;
  overflow: hidden;
}

.about-section::before {
  position: absolute;
  top: -210px;
  right: -170px;
  width: 500px;
  height: 500px;
  content: "";
  border: 1px solid rgba(225, 0, 15, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(225, 0, 15, 0.025), 0 0 0 180px rgba(225, 0, 15, 0.018);
}

.about-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(62px, 8vw, 128px);
  align-items: center;
}

.about-visual {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border-radius: 34px;
  background: var(--ink);
  box-shadow: 0 34px 90px rgba(8, 8, 10, 0.2);
}

.about-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(8, 8, 10, 0.78));
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-visual:hover img {
  transform: scale(1.035);
}

.about-visual__label {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 17px;
  background: rgba(8, 8, 10, 0.72);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  backdrop-filter: blur(15px);
}

.about-copy .section-index,
.about-copy .section-eyebrow {
  display: inline-block;
  vertical-align: middle;
}

.about-copy .section-index {
  margin-right: 13px;
}

.about-copy h2 {
  max-width: 800px;
  margin: 22px 0 28px;
  font-family: var(--display);
  font-size: clamp(3.3rem, 5.6vw, 6.8rem);
  line-height: 0.89;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.about-copy p {
  max-width: 690px;
  margin: 0;
  color: rgba(8, 8, 10, 0.62);
  line-height: 1.82;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0;
  border-block: 1px solid rgba(8, 8, 10, 0.12);
}

.about-facts > div {
  padding: 22px 17px 22px 0;
}

.about-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(8, 8, 10, 0.12);
}

.about-facts strong,
.about-facts span {
  display: block;
}

.about-facts strong {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.about-facts span {
  margin-top: 7px;
  color: rgba(8, 8, 10, 0.45);
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Product range teaser */
.range-teaser {
  position: relative;
  padding-bottom: 132px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(225, 0, 15, 0.15), transparent 25%),
    var(--ink-2);
}

.range-teaser::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.range-teaser > .container {
  position: relative;
  z-index: 1;
}

.text-link--light {
  color: var(--white);
}

.range-teaser__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.range-teaser__card {
  position: relative;
  display: block;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.range-teaser__card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.range-teaser__card:hover > img {
  transform: scale(1.07);
  filter: saturate(0.96) contrast(1.05);
}

.range-teaser__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.06), rgba(8, 8, 10, 0.94));
}

.range-teaser__number {
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(8, 8, 10, 0.45);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.64rem;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.range-teaser__card > div:last-of-type {
  position: absolute;
  right: 54px;
  bottom: 22px;
  left: 20px;
}

.range-teaser__card small,
.range-teaser__card strong {
  display: block;
}

.range-teaser__card small {
  margin-bottom: 5px;
  color: var(--red-2);
  font-size: 0.59rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.range-teaser__card strong {
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.045em;
}

.range-teaser__card > svg {
  position: absolute;
  right: 21px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease, transform 0.32s ease;
}

.range-teaser__card:hover > svg {
  color: var(--white);
  transform: translate(3px, -3px);
}

/* Quality and updated certificates */
.quality-section {
  min-height: auto;
  padding-bottom: 128px;
}

.quality-layout--revised {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.8fr);
  align-items: center;
}

.quality-photo--revised {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  transform: rotate(1.4deg);
}

.quality-photo--revised > img {
  aspect-ratio: 1.03;
}

.certification-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 80px;
  align-items: end;
  margin-top: 105px;
  padding-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.certification-heading h3 {
  max-width: 800px;
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.8vw, 4.5rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.055em;
}

.certification-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.certification-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.certification-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(84, 0, 6, 0.2);
}

.certification-card__visual {
  height: 290px;
  overflow: hidden;
  background: #fff;
}

.certification-card__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.55s ease;
}

.certification-card:hover .certification-card__visual > img {
  transform: scale(1.025);
}

.certification-card__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 30px;
  color: var(--red);
  background:
    linear-gradient(135deg, rgba(225, 0, 15, 0.08), rgba(8, 8, 10, 0.03)),
    #fff;
}

.certification-card__placeholder span {
  color: rgba(8, 8, 10, 0.58);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-align: center;
}

.certification-card__copy {
  padding: 25px 25px 27px;
}

.certification-card__copy > span {
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.certification-card__copy h3 {
  margin: 7px 0 20px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.certification-card__copy dl {
  display: grid;
  gap: 11px;
  margin: 0 0 22px;
}

.certification-card__copy dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(8, 8, 10, 0.1);
}

.certification-card__copy dt {
  color: rgba(8, 8, 10, 0.42);
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.certification-card__copy dd {
  margin: 0;
  font-size: 0.67rem;
  font-weight: 800;
  text-align: right;
}

.certification-card__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 0.69rem;
  font-weight: 900;
}

.certification-card__copy > a:hover {
  color: var(--ink);
}

.certification-card__copy > small {
  display: block;
  color: rgba(8, 8, 10, 0.48);
  font-size: 0.65rem;
  line-height: 1.6;
}

.certification-card.is-pending {
  border-style: dashed;
}

/* Contact additions */
.contact-shell {
  align-items: start;
}

.contact-details--expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-details--expanded > div:last-child {
  grid-column: 1 / -1;
}

.whatsapp-card {
  margin-top: 18px;
}

.whatsapp-card > a {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(8, 8, 10, 0.13);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(8, 8, 10, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.whatsapp-card > a:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(8, 8, 10, 0.13);
}

.whatsapp-card img {
  width: 86px;
  height: 86px;
  border-radius: 12px;
  object-fit: cover;
}

.whatsapp-card span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
}

.whatsapp-card span svg {
  grid-row: 1 / span 2;
  color: #1aa260;
}

.whatsapp-card small,
.whatsapp-card strong {
  display: block;
}

.whatsapp-card small {
  color: rgba(8, 8, 10, 0.42);
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.whatsapp-card strong {
  font-size: 0.76rem;
}

.catalogue-browser-card {
  transition: transform 0.32s ease, border-color 0.32s ease;
}

.catalogue-browser-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.34);
}

/* Dedicated products page */
.products-page {
  background: var(--ink);
}

.products-hero {
  position: relative;
  min-height: 830px;
  padding: 148px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 18%, rgba(225, 0, 15, 0.18), transparent 29%),
    linear-gradient(180deg, #09090c, #0d0d12);
}

.products-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.products-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(490px, 1.12fr);
  gap: clamp(55px, 7vw, 108px);
  align-items: center;
}

.products-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.products-back-link:hover {
  color: var(--white);
}

.products-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.products-hero__eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-2);
  box-shadow: 0 0 0 6px rgba(225, 0, 15, 0.13);
}

.products-hero__title {
  margin: 25px 0 27px;
  font-family: var(--display);
  font-size: clamp(5.3rem, 8vw, 10.4rem);
  line-height: 0.76;
  text-transform: uppercase;
  letter-spacing: -0.075em;
}

.products-hero__title > span {
  display: block;
  overflow: hidden;
  padding-right: 0.08em;
}

.products-hero__title > span > span {
  display: block;
}

.products-hero__title .is-red {
  color: var(--red-2);
}

.products-hero__copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.78;
}

.products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.products-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 39px 0 0;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
}

.products-hero__stats > div {
  padding: 19px 17px 19px 0;
}

.products-hero__stats > div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.products-hero__stats dt {
  font-family: var(--display);
  font-size: 1.65rem;
  line-height: 1;
}

.products-hero__stats dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.39);
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.products-hero__visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: var(--panel);
  box-shadow: var(--shadow-deep);
}

.products-hero__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.1);
}

.products-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.08), rgba(8, 8, 10, 0.78)),
    linear-gradient(90deg, transparent 55%, rgba(225, 0, 15, 0.2));
}

.products-hero__watermark {
  position: absolute;
  left: -0.07em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.075);
  font-family: var(--display);
  font-size: min(22vw, 21rem);
  line-height: 0.8;
  letter-spacing: -0.12em;
}

.products-hero__visual-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  min-width: 245px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(8, 8, 10, 0.72);
  backdrop-filter: blur(16px);
}

.products-hero__visual-card > svg {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 12px;
  background: var(--red);
}

.products-hero__visual-card small,
.products-hero__visual-card strong {
  display: block;
}

.products-hero__visual-card small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.products-hero__visual-card strong {
  margin-top: 2px;
  font-size: 0.84rem;
}

.products-hero__spark {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(8, 8, 10, 0.55);
  color: var(--red-2);
  backdrop-filter: blur(12px);
}

.products-catalogue {
  padding: 112px 0 130px;
  background: var(--paper);
  color: var(--ink);
}

.products-catalogue__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.55fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(8, 8, 10, 0.14);
}

.products-catalogue__heading span {
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.products-catalogue__heading h2 {
  max-width: 850px;
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5vw, 6.2rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.products-catalogue__heading > p {
  margin: 0;
  color: rgba(8, 8, 10, 0.58);
  line-height: 1.72;
}

.products-catalogue__layout {
  display: grid;
  grid-template-columns: minmax(245px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(28px, 4vw, 65px);
  align-items: start;
}

.products-catalogue__layout > aside {
  position: sticky;
  top: 92px;
}

.product-family-tabs {
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(8, 8, 10, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
}

.product-family-tabs > button {
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 9px 10px;
  border-radius: 15px;
  color: var(--ink);
  text-align: left;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.product-family-tabs > button:hover {
  transform: translateX(3px);
  background: rgba(8, 8, 10, 0.055);
}

.product-family-tabs > button.is-active {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(8, 8, 10, 0.16);
}

.product-family-tabs > button > span:first-child {
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 900;
}

.product-family-tabs strong,
.product-family-tabs small {
  display: block;
}

.product-family-tabs strong {
  font-size: 0.71rem;
  line-height: 1.2;
}

.product-family-tabs small {
  margin-top: 3px;
  color: currentColor;
  opacity: 0.45;
  font-size: 0.53rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-family-tabs svg {
  opacity: 0.34;
}

.product-family-tabs .is-active svg {
  opacity: 1;
}

.products-catalogue__main {
  min-width: 0;
}

.family-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 30px 70px rgba(8, 8, 10, 0.17);
}

.family-feature__image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.family-feature__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.08);
}

.family-feature__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.04), rgba(8, 8, 10, 0.76));
}

.family-feature__image > span {
  position: absolute;
  left: -0.05em;
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--display);
  font-size: 12rem;
  line-height: 0.8;
  letter-spacing: -0.12em;
}

.family-feature__image > small {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  background: rgba(8, 8, 10, 0.55);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.55rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(9px);
}

.family-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.2vw, 62px);
}

.family-feature__copy > span {
  color: var(--red-2);
  font-size: 0.61rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.family-feature__copy h2 {
  margin: 13px 0 20px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.9rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.06em;
}

.family-feature__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
  line-height: 1.72;
}

.family-feature__copy .tag-row {
  margin-top: 25px;
}

.product-results__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 47px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(8, 8, 10, 0.12);
}

.product-results__toolbar > div span,
.product-results__toolbar > div strong {
  display: block;
}

.product-results__toolbar > div span {
  color: rgba(8, 8, 10, 0.42);
  font-size: 0.57rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.product-results__toolbar > div strong {
  margin-top: 4px;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.product-search {
  display: grid;
  grid-template-columns: 20px minmax(190px, 280px) 22px;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(8, 8, 10, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.product-search:focus-within {
  border-color: var(--red);
  background: var(--white);
}

.product-search > svg {
  color: var(--red);
}

.product-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-search button {
  display: grid;
  place-items: center;
  color: rgba(8, 8, 10, 0.42);
}

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

.product-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 10, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(8, 8, 10, 0.07);
  text-align: left;
  transition: box-shadow 0.32s ease, border-color 0.32s ease;
}

.product-card:hover {
  border-color: rgba(225, 0, 15, 0.28);
  box-shadow: 0 25px 55px rgba(8, 8, 10, 0.12);
}

.product-card__image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(8, 8, 10, 0.09);
  background: #fff;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.035);
}

.product-card__image > span {
  position: absolute;
  right: 11px;
  bottom: 10px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(8, 8, 10, 0.78);
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.52rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  backdrop-filter: blur(8px);
}

.product-card__copy {
  display: flex;
  flex-direction: column;
  min-height: 195px;
  padding: 19px 18px 17px;
}

.product-card__code {
  color: var(--red);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-card h3 {
  margin: 8px 0 7px;
  font-family: var(--display);
  font-size: 1.23rem;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.product-card__copy > small {
  color: rgba(8, 8, 10, 0.44);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(8, 8, 10, 0.1);
  color: rgba(8, 8, 10, 0.65);
  font-size: 0.62rem;
  font-weight: 900;
}

.product-card:hover .product-card__action {
  color: var(--red);
}

.product-empty {
  padding: 72px 30px;
  border: 1px dashed rgba(8, 8, 10, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.36);
  text-align: center;
}

.product-empty > svg {
  color: var(--red);
}

.product-empty h3 {
  margin: 14px 0 8px;
  font-family: var(--display);
  font-size: 2rem;
  text-transform: uppercase;
}

.product-empty p {
  margin: 0 auto 24px;
  max-width: 470px;
  color: rgba(8, 8, 10, 0.54);
}

.product-detail-overlay {
  position: fixed;
  z-index: 650;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.product-detail-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.93fr) minmax(0, 1.07fr);
  width: min(1180px, 100%);
  max-height: calc(100svh - 56px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background: var(--ink-2);
  color: var(--white);
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.68);
}

.product-detail__close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(8, 8, 10, 0.74);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.product-detail__close:hover {
  background: var(--red);
}

.product-detail__sheet {
  position: relative;
  min-height: 690px;
  overflow: auto;
  background: #fff;
}

.product-detail__sheet img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: top center;
}

.product-detail__sheet > a {
  position: sticky;
  display: flex;
  right: 16px;
  bottom: 16px;
  width: max-content;
  margin: -62px 16px 16px auto;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.86);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.product-detail__copy {
  overflow: auto;
  padding: clamp(42px, 5vw, 76px);
}

.product-detail__eyebrow {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-detail__code {
  display: block;
  margin-top: 23px;
  color: var(--red-2);
  font-family: var(--display);
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.product-detail__copy h2 {
  margin: 10px 0 21px;
  font-family: var(--display);
  font-size: clamp(3rem, 4.7vw, 5.7rem);
  line-height: 0.87;
  text-transform: uppercase;
  letter-spacing: -0.067em;
}

.product-detail__copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.84rem;
  line-height: 1.75;
}

.product-detail__highlights {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.product-detail__highlights > span {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.73rem;
  font-weight: 700;
}

.product-detail__highlights svg {
  width: 26px;
  height: 26px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--red-2);
}

.product-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 30px;
}

.product-detail__facts > div {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.product-detail__facts svg {
  color: var(--red-2);
}

.product-detail__facts small,
.product-detail__facts strong {
  display: block;
}

.product-detail__facts small {
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.48rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-detail__facts strong {
  margin-top: 3px;
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail__actions .button--dark {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.product-detail__actions .button--dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

.products-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 0%, rgba(225, 0, 15, 0.22), transparent 28%),
    var(--ink);
}

.products-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 70px 70px;
}

.products-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 75px;
  align-items: end;
}

.products-cta__inner > div:first-child > span {
  color: var(--red-2);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.products-cta h2 {
  max-width: 920px;
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(3rem, 4.9vw, 6rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.065em;
}

.products-cta__inner > div:last-child {
  display: grid;
  gap: 11px;
  min-width: 230px;
}

@media (max-width: 1180px) {
  .about-layout {
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  }

  .range-teaser__grid,
  .certification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  }

  .products-catalogue__layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

  .family-feature {
    grid-template-columns: minmax(270px, 0.85fr) minmax(0, 1.15fr);
  }

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

  .product-detail-modal {
    grid-template-columns: minmax(370px, 0.86fr) minmax(0, 1.14fr);
  }
}

@media (max-width: 980px) {
  .about-layout,
  .quality-layout--revised,
  .products-hero__layout,
  .products-catalogue__heading,
  .certification-heading,
  .products-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 520px;
  }

  .about-visual img {
    min-height: 520px;
  }

  .quality-photo--revised {
    max-width: 700px;
    margin-inline: auto;
  }

  .certification-heading {
    gap: 22px;
    margin-top: 70px;
  }

  .products-hero__layout {
    gap: 58px;
  }

  .products-hero__copy {
    max-width: 780px;
  }

  .products-hero__visual {
    min-height: 560px;
  }

  .products-catalogue__heading {
    gap: 22px;
  }

  .products-catalogue__layout {
    grid-template-columns: 1fr;
  }

  .products-catalogue__layout > aside {
    position: static;
  }

  .product-family-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-feature {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  }

  .product-detail-overlay {
    padding: 16px;
  }

  .product-detail-modal {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
    max-height: calc(100svh - 32px);
  }

  .product-detail__copy {
    padding: 45px 34px;
  }

  .product-detail__facts {
    grid-template-columns: 1fr;
  }

  .products-cta__inner {
    align-items: start;
    gap: 36px;
  }

  .products-cta__inner > div:last-child {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .about-section {
    padding: 82px 0;
  }

  .about-visual,
  .about-visual img {
    min-height: 410px;
  }

  .about-copy h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

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

  .about-facts > div,
  .about-facts > div + div {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(8, 8, 10, 0.1);
  }

  .about-facts > div:last-child {
    border-bottom: 0;
  }

  .range-teaser {
    padding-bottom: 82px;
  }

  .range-teaser__grid,
  .certification-grid,
  .contact-details--expanded,
  .product-family-tabs,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .range-teaser__card {
    min-height: 270px;
  }

  .quality-layout--revised {
    gap: 45px;
  }

  .quality-photo--revised {
    width: 100%;
    border-width: 5px;
  }

  .certification-card__visual {
    height: 320px;
  }

  .contact-details--expanded > div:last-child {
    grid-column: auto;
  }

  .whatsapp-card > a {
    grid-template-columns: 76px 1fr auto;
  }

  .whatsapp-card img {
    width: 76px;
    height: 76px;
  }

  .products-hero {
    min-height: auto;
    padding: 112px 0 72px;
  }

  .products-back-link {
    margin-bottom: 23px;
  }

  .products-hero__title {
    font-size: clamp(4.2rem, 20vw, 7rem);
  }

  .products-hero__actions {
    display: grid;
  }

  .products-hero__actions .button {
    width: 100%;
  }

  .products-hero__stats {
    grid-template-columns: 1fr;
  }

  .products-hero__stats > div,
  .products-hero__stats > div + div {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    padding: 13px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .products-hero__visual {
    min-height: 430px;
    border-radius: 24px;
  }

  .products-hero__visual-card {
    right: 15px;
    bottom: 15px;
    left: 15px;
    min-width: 0;
  }

  .products-hero__watermark {
    font-size: 11rem;
  }

  .products-catalogue {
    padding: 82px 0 90px;
  }

  .products-catalogue__heading {
    margin-bottom: 38px;
  }

  .products-catalogue__heading h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .product-family-tabs {
    display: flex;
    gap: 8px;
    margin-inline: calc((100vw - var(--container)) / -2);
    padding: 8px calc((100vw - var(--container)) / 2);
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    scrollbar-width: none;
  }

  .product-family-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-family-tabs > button {
    grid-template-columns: 26px minmax(145px, 1fr) 17px;
    flex: 0 0 220px;
    border: 1px solid rgba(8, 8, 10, 0.11);
    background: rgba(255, 255, 255, 0.58);
  }

  .family-feature {
    grid-template-columns: 1fr;
  }

  .family-feature__image {
    min-height: 320px;
  }

  .family-feature__copy {
    padding: 31px 24px 35px;
  }

  .product-results__toolbar {
    display: grid;
    align-items: stretch;
  }

  .product-search {
    grid-template-columns: 20px 1fr 22px;
  }

  .product-card {
    grid-template-columns: 0.75fr 1.25fr;
    grid-template-rows: 1fr;
    min-height: 210px;
  }

  .product-card__image {
    border-right: 1px solid rgba(8, 8, 10, 0.09);
    border-bottom: 0;
  }

  .product-card__copy {
    min-height: 210px;
  }

  .product-detail-overlay {
    align-items: stretch;
    padding: 0;
  }

  .product-detail-modal {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
  }

  .product-detail__sheet {
    min-height: 0;
    height: min(72svh, 660px);
    overflow: auto;
  }

  .product-detail__sheet img {
    height: auto;
    object-fit: contain;
    object-position: top center;
  }

  .product-detail__copy {
    overflow: visible;
    padding: 42px 23px 60px;
  }

  .product-detail__copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .product-detail__actions {
    display: grid;
  }

  .product-detail__actions .button {
    width: 100%;
  }

  .products-cta {
    padding: 82px 0;
  }

  .products-cta h2 {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .products-cta__inner > div:last-child {
    display: grid;
  }
}

@media (max-width: 460px) {
  .range-teaser__card {
    min-height: 245px;
  }

  .certification-card__visual {
    height: 280px;
  }

  .certification-card__copy dl > div {
    grid-template-columns: 90px 1fr;
  }

  .whatsapp-card > a {
    grid-template-columns: 66px 1fr;
    gap: 12px;
  }

  .whatsapp-card img {
    width: 66px;
    height: 66px;
  }

  .whatsapp-card > a > svg {
    display: none;
  }

  .products-hero__visual {
    min-height: 360px;
  }

  .product-card {
    grid-template-columns: 0.68fr 1.32fr;
  }

  .product-card__copy {
    padding: 15px 14px;
  }

  .product-card h3 {
    font-size: 1.05rem;
  }
}

/* Static HTML/CSS conversion additions */
.hero-frame img { width:100%; height:100%; object-fit:cover; }
.range-teaser__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:50px; }
.range-teaser__card { position:relative; min-height:270px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:22px; background:#141419; display:flex; flex-direction:column; justify-content:flex-end; padding:24px; transition:transform .3s ease,border-color .3s ease; }
.range-teaser__card:hover { transform:translateY(-7px); border-color:rgba(255,255,255,.3); }
.range-teaser__card img,.range-teaser__shade { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.range-teaser__shade { background:linear-gradient(180deg,rgba(8,8,10,.05),rgba(8,8,10,.9)); }
.range-teaser__card > div:not(.range-teaser__shade) { position:relative; z-index:2; display:grid; gap:5px; }
.range-teaser__card small,.range-teaser__card strong,.range-teaser__number,.range-arrow { position:relative; z-index:2; }
.range-teaser__card small { color:var(--red-2); font-weight:800; }
.range-teaser__card strong { font-family:var(--display); font-size:1.25rem; text-transform:uppercase; line-height:1; }
.range-teaser__number { position:absolute; top:18px; left:20px; font-family:var(--display); font-size:2rem; opacity:.5; }
.range-arrow { position:absolute; right:20px; top:20px; font-size:1.4rem; }
.capability-list { display:grid; gap:12px; margin-top:28px; }
.capability-card { display:flex; gap:15px; padding:17px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(255,255,255,.035); }
.capability-card__icon { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--red); font-weight:800; }
.capability-card h4 { margin:0 0 3px; font-size:1rem; }
.capability-card p { margin:0; color:rgba(255,255,255,.56); font-size:.88rem; }
.certification-card { overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:22px; background:var(--panel); }
.certification-card img { width:100%; aspect-ratio:1.5; object-fit:cover; }
.certification-card > div { padding:22px; }
.certification-card strong { color:var(--red-2); }
.certification-card h4 { margin:5px 0 10px; font-size:1.2rem; }
.certification-card p { color:var(--muted); font-size:.84rem; }
.certification-card a { color:var(--white); font-weight:800; }
.certification-card--empty { padding:22px; display:flex; align-items:center; min-height:280px; }
.certification-card--empty > div { padding:0; }
.products-hero__visual img { width:100%; height:100%; object-fit:cover; }
.product-card { text-align:left; }
.static-family-title { color:var(--red-2); }
.product-detail-static { margin-top:20px; border-top:1px solid var(--line-light); padding-top:18px; }
.product-detail-static summary { cursor:pointer; font-weight:800; }
.product-detail-static p { color:var(--muted); }
@media (max-width:1100px){ .range-teaser__grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@media (max-width:760px){ .desktop-nav,.nav-actions{display:none}.range-teaser__grid{grid-template-columns:1fr}.hero-title{font-size:clamp(3.3rem,16vw,5.5rem)} .hero-layout{grid-template-columns:1fr}.hero-stage{max-width:520px;margin:0 auto}.hero-stats{grid-template-columns:1fr}.hero-stats div + div{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.13);padding-top:15px}.contact-shell,.manufacturing-grid,.partnership-layout{grid-template-columns:1fr!important}.catalogue-layout{grid-template-columns:1fr!important}.process-grid{grid-template-columns:1fr 1fr}.certification-grid{grid-template-columns:1fr!important} }
@media (max-width:520px){ .process-grid{grid-template-columns:1fr}.container{width:min(100% - 34px,1380px)} .button{width:100%} .hero-actions,.catalogue-actions{display:grid} }
