:root {
  --font-sans: "Manrope", sans-serif;
  --font-display: "Barlow Condensed", sans-serif;
  --radius: 0.625rem;
  --background: oklch(0.205 0.009 250);
  --foreground: oklch(0.93 0.008 245);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.129 0.042 264.695);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.129 0.042 264.695);
  --primary: oklch(0.208 0.042 265.755);
  --primary-foreground: oklch(0.984 0.003 247.858);
  --secondary: oklch(0.968 0.007 247.896);
  --secondary-foreground: oklch(0.208 0.042 265.755);
  --muted: oklch(0.968 0.007 247.896);
  --muted-foreground: oklch(0.554 0.046 257.417);
  --accent: oklch(0.968 0.007 247.896);
  --accent-foreground: oklch(0.208 0.042 265.755);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(0.63 0.012 245 / 22%);
  --input: oklch(0.63 0.012 245 / 32%);
  --ring: oklch(0.704 0.04 256.788);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.984 0.003 247.858);
  --sidebar-foreground: oklch(0.129 0.042 264.695);
  --sidebar-primary: oklch(0.208 0.042 265.755);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.968 0.007 247.896);
  --sidebar-accent-foreground: oklch(0.208 0.042 265.755);
  --sidebar-border: oklch(0.929 0.013 255.508);
  --sidebar-ring: oklch(0.704 0.04 256.788);
  --steel: oklch(0.46 0.012 245);
  --steel-light: oklch(0.7 0.012 240);
  --signal: oklch(0.82 0.015 235);
  --signal-foreground: oklch(0.19 0.008 250);
  --ink: oklch(0.155 0.008 250);
  --gunmetal: oklch(0.255 0.012 245);
  --titanium: oklch(0.58 0.014 240);
  --aluminium: oklch(0.86 0.012 230);
  --metal-shadow: oklch(0.275 0.01 250);
}

.dark {
  --background: oklch(0.129 0.042 264.695);
  --foreground: oklch(0.984 0.003 247.858);
  --card: oklch(0.208 0.042 265.755);
  --card-foreground: oklch(0.984 0.003 247.858);
  --popover: oklch(0.208 0.042 265.755);
  --popover-foreground: oklch(0.984 0.003 247.858);
  --primary: oklch(0.929 0.013 255.508);
  --primary-foreground: oklch(0.208 0.042 265.755);
  --secondary: oklch(0.279 0.041 260.031);
  --secondary-foreground: oklch(0.984 0.003 247.858);
  --muted: oklch(0.279 0.041 260.031);
  --muted-foreground: oklch(0.704 0.04 256.788);
  --accent: oklch(0.279 0.041 260.031);
  --accent-foreground: oklch(0.984 0.003 247.858);
  --destructive: oklch(0.704 0.191 22.216);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.551 0.027 264.364);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.208 0.042 265.755);
  --sidebar-foreground: oklch(0.984 0.003 247.858);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.279 0.041 260.031);
  --sidebar-accent-foreground: oklch(0.984 0.003 247.858);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.551 0.027 264.364);
}

@layer base {
  * {
    border-color: var(--border);
    box-sizing: border-box;
  }

body {
  background-color: var(--background);
  color: var(--foreground);
    font-family: var(--font-sans);
    letter-spacing: 0;
    margin: 0;
    overflow-x: hidden;
  }
}

html { scroll-behavior: smooth; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow-x: clip; background: var(--background); }
.site-header { position: sticky; top: 0; z-index: 50; height: 78px; display: grid; grid-template-columns: minmax(190px, 1fr) auto minmax(390px, auto); align-items: center; gap: 32px; padding: 0 4.5vw; border-bottom: 1px solid var(--border); background: color-mix(in oklab, var(--gunmetal) 78%, transparent); backdrop-filter: blur(18px) saturate(.7); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-family: var(--font-display); font-size: 21px; font-weight: 600; }
.brand-mark { position: relative; width: 28px; height: 24px; display: block; transform: skewX(-15deg); }
.brand-mark i { position: absolute; width: 3px; background: linear-gradient(90deg, var(--steel), var(--aluminium), var(--metal-shadow)); box-shadow: 0 0 12px color-mix(in oklab, var(--aluminium) 12%, transparent); }
.brand-mark i:nth-child(1) { height: 18px; left: 2px; bottom: 0; }.brand-mark i:nth-child(2) { height: 24px; left: 11px; }.brand-mark i:nth-child(3) { height: 15px; right: 2px; bottom: 0; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-family: var(--font-sans); font-size: 12px; color: var(--steel-light); text-transform: uppercase; }
.desktop-nav a { transition: color .25s ease; }.desktop-nav a:hover { color: var(--foreground); }
.header-actions { justify-self: end; display: inline-flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); min-width: 0; }
.header-contacts { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.header-contacts a { color: var(--steel-light); transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .25s ease; }
.header-contacts a:hover { color: var(--foreground); }
.header-phone { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid color-mix(in oklab, var(--steel) 75%, transparent); border-radius: 999px; font-size: 11px; white-space: nowrap; }
.header-phone:hover { border-color: var(--aluminium); transform: translateY(-1px); }
.header-phone svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.header-icon { width: 30px; height: 30px; display: inline-grid; place-items: center; border: 1px solid color-mix(in oklab, var(--steel) 75%, transparent); border-radius: 50%; font-family: var(--font-sans); font-size: 13px; font-weight: 700; }
.header-icon:hover { border-color: var(--aluminium); transform: translateY(-1px); }
.header-icon svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.header-max { font-size: 12px; }
.header-cta { position: relative; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; font-family: var(--font-sans); font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--foreground); white-space: nowrap; }
.header-cta::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--signal); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.header-cta:hover::after, .header-cta:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta span { transition: transform .25s ease; }.header-cta:hover span { transform: translate(3px, -3px); }
.menu-button, .mobile-nav { display: none; }
.opening-canvas { position: relative; overflow: hidden; background: var(--background); isolation: isolate; }
.opening-canvas::before, .opening-canvas::after { display: none; }
.hero { position: relative; min-height: calc(100svh - 78px); display: grid; grid-template-columns: minmax(0, 55%) minmax(0, 45%); overflow: hidden; border-bottom: 1px solid var(--border); }
.hero::after { display: none; }
.hero-copy { z-index: 2; min-width: 0; padding: clamp(76px, 10vh, 128px) 2vw 104px 4.5vw; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--steel-light); }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--aluminium); box-shadow: 0 0 0 4px color-mix(in oklab, var(--aluminium) 9%, transparent); }
.hero h1, h2 { margin: 0; font-family: var(--font-display); font-weight: 500; text-transform: uppercase; line-height: .91; }
.hero h1 { max-width: 1000px; margin-top: 34px; font-size: clamp(80px, 9vw, 148px); letter-spacing: 0; }
.hero h1 > span, .barrier-copy h2 > span, .principle-copy h2 > span { display: block; width: fit-content; clip-path: inset(0 100% 0 0); animation: title-wipe 1.25s cubic-bezier(.16,1,.3,1) forwards; }
.hero h1 > span:nth-child(2), .barrier-copy h2 > span:nth-child(2), .principle-copy h2 > span:nth-child(2) { animation-delay: .16s; }.hero h1 > span:nth-child(3), .barrier-copy h2 > span:nth-child(3), .principle-copy h2 > span:nth-child(3) { animation-delay: .3s; }
.metallic-word { color: transparent; background: linear-gradient(105deg, var(--steel) 4%, var(--aluminium) 38%, var(--foreground) 48%, var(--titanium) 60%, var(--steel) 95%); background-size: 240% 100%; background-position: 100% 50%; background-clip: text; -webkit-background-clip: text; animation: title-wipe 1.25s cubic-bezier(.16,1,.3,1) forwards, metal-text-pass 14s ease-in-out 0s infinite alternate !important; animation-play-state: running, paused !important; }
.metallic-word.ambient-active { animation-play-state: running, running !important; }
h1 em, h2 em { color: var(--aluminium); font-style: normal; }
.hero-intro { max-width: 640px; margin: 42px 0 0; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.6; color: color-mix(in oklab, var(--foreground) 76%, var(--steel)); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button-primary { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--steel-light); border-radius: 1px; background: linear-gradient(110deg, var(--metal-shadow), var(--aluminium) 48%, var(--titanium) 55%, var(--gunmetal)); background-size: 220% 100%; color: var(--signal-foreground); font-family: var(--font-sans); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: transform .3s ease, background-position .6s ease; }
.button-primary:hover { transform: translateY(-2px); background-position: 100% 0; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--steel); font-family: var(--font-sans); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; transform: none; }
.hero-visual-surface { position: absolute; inset: 0; overflow: hidden; background: var(--background); }
.hero-contacts { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 18px; color: var(--steel-light); font-size: 12px; }
.section-pad { scroll-margin-top: 78px; padding: 130px 4.5vw; border-bottom: 1px solid var(--border); }
.barrier-section { position: relative; min-height: 1040px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 6vw; padding-top: 160px; padding-bottom: 160px; }
.barrier-section::before { display: none; }
.barrier-copy { position: relative; z-index: 3; }.barrier-copy h2 { margin-top: 28px; font-size: clamp(64px, 7.4vw, 118px); }.barrier-copy h2 > span:nth-child(2) { animation-delay: .1s; }.barrier-copy h2 > span:nth-child(3) { animation-delay: .2s; }.thin-title { color: var(--steel-light); font-weight: 400; }.barrier-copy > p { max-width: 510px; margin: 38px 0 0; color: var(--steel-light); line-height: 1.75; }
.object-types { list-style: none; margin: 62px 0 0; padding: 0; border-top: 1px solid var(--border); }.object-types li { position: relative; display: block; padding: 20px 0 19px; border-bottom: 1px solid var(--border); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.25; text-transform: uppercase; transition: color .35s ease, padding-left .35s ease; }.object-types li::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--signal); transition: width .45s cubic-bezier(.2,.7,.2,1); }.object-types li:hover, .object-types li:focus-visible { color: var(--foreground); padding-left: 12px; }.object-types li:hover::after, .object-types li:focus-visible::after { width: 100%; }
.object-types li:nth-child(1) { animation-delay: .05s; }.object-types li:nth-child(2) { animation-delay: .14s; }.object-types li:nth-child(3) { animation-delay: .23s; }
.barrier-scene { position: relative; min-height: 700px; overflow: hidden; border: 0; background: transparent; }
.barrier-scene::before { display: none; }
.barrier-scene.visual-stage .visual-stage__sheen { display: none; }
.tension-scene.visual-stage .visual-stage__sheen { display: none; }
.section-head { display: block; margin-bottom: 80px; }.section-head h2 { margin-top: 18px; }
.section-head h2 { max-width: 980px; font-size: clamp(50px, 6.5vw, 105px); }
.principle { position: relative; min-height: 920px; display: grid; grid-template-columns: 40% 60%; align-items: center; padding-right: 0; background: var(--background); }
.principle-copy { align-self: center; padding-right: 6vw; }.principle-copy h2 { margin-top: 28px; font-size: clamp(62px, 6.2vw, 104px); }.principle-copy > p:last-child { max-width: 520px; margin-top: 38px; color: var(--steel-light); line-height: 1.7; }
.tension-scene { position: relative; min-height: 720px; overflow: hidden; border: 0; background: transparent; }.tension-scene::before { display: none; }.tension-steps { display: none; }
.product-list { border-top: 1px solid var(--border); }.product-row { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(110px, .42fr) minmax(135px, .55fr) minmax(176px, .58fr); gap: 24px; align-items: center; min-height: 164px; border-bottom: 1px solid var(--border); }.product-main { min-width: 0; display: block; }.product-row h3 { min-width: 0; margin: 0; font-family: var(--font-display); font-size: clamp(25px, 2.15vw, 36px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }.product-variant { margin: 7px 0 0; color: var(--foreground); font-family: var(--font-display); font-size: clamp(17px, 1.35vw, 23px); line-height: 1.05; text-transform: uppercase; }.product-material { margin: 7px 0 0; color: var(--steel-light); font-size: 12px; white-space: nowrap; }.product-row > strong { font-size: 14px; }.product-detail-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border: 1px solid var(--steel); color: var(--foreground); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: border-color .2s ease, background-color .2s ease; }.product-detail-link span { color: var(--signal); }.product-detail-link:hover { border-color: var(--signal); background: rgba(196,205,210,.04); }
.product-image { width: 112px; height: 112px; display: grid; place-items: center; }.product-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.availability-note { margin: 28px 0 0; font-size: 12px; color: var(--steel-light); }
.supply { background: var(--ink); }.supply-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 7vw; }.supply-point { display: block; padding: 30px 0; border-top: 1px solid var(--border); }.supply-point:last-child { border-bottom: 1px solid var(--border); }.supply-point h3 { margin: 0; font-family: var(--font-display); font-size: 26px; font-weight: 400; text-transform: uppercase; }.supply-point p { margin: 12px 0 0; color: var(--steel-light); font-size: 14px; line-height: 1.6; }
.factory-frame { border: 1px solid var(--steel); }.factory-art { position: relative; min-height: 390px; overflow: hidden; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 54px 54px; }.factory-art i { position: absolute; bottom: 45px; border: 1px solid var(--steel-light); }.factory-art i:nth-child(1) { left: 12%; width: 26%; height: 180px; }.factory-art i:nth-child(2) { left: 43%; width: 14%; height: 270px; border-radius: 60px 60px 0 0; }.factory-art i:nth-child(3) { right: 10%; width: 27%; height: 135px; }.factory-art b { position: absolute; display: block; height: 1px; background: var(--signal); transform-origin: left; }.factory-art b:nth-of-type(1) { width: 68%; left: 15%; top: 30%; transform: rotate(19deg); }.factory-art b:nth-of-type(2) { width: 60%; left: 22%; top: 70%; transform: rotate(-12deg); }
.play-ready { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 18px; padding: 20px; border-top: 1px solid var(--steel); }.play-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--signal); border-radius: 50%; color: var(--signal); font-size: 11px; }.play-ready strong { font-family: var(--font-display); font-size: 14px; font-weight: 400; }.play-ready p { margin: 4px 0 0; color: var(--steel-light); font-size: 11px; }
.logistics { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 6vw; align-items: center; }.logistics .section-head { min-width: 0; margin-bottom: 0; }.logistics .section-head h2 { max-width: 100%; overflow-wrap: normal; word-break: normal; font-size: clamp(50px, 5.2vw, 86px); }.route-map { position: relative; min-height: 560px; margin-top: 0; border-top: 0; border-bottom: 0; border-left: 1px solid var(--border); }.route-line { position: absolute; top: 9%; bottom: 9%; left: 50%; width: 1px; height: auto; background: var(--steel); }.route-line::after { content: ""; position: absolute; left: -1px; top: 0; width: 3px; height: 66%; background: var(--signal); transform-origin: top; animation: route-grow-y 2s ease-out both; }.route-line i { position: absolute; left: -7px; top: auto; width: 15px; height: 15px; border: 2px solid var(--signal); border-radius: 50%; background: var(--background); }.route-line i:nth-child(1) { top: 0; }.route-line i:nth-child(2) { top: 50%; }.route-line i:nth-child(3) { bottom: 0; }
.route-point { position: absolute; left: calc(50% + 30px); right: auto; top: auto; display: flex; flex-direction: column; }.route-point strong { margin-top: 8px; font-family: var(--font-display); font-size: 28px; font-weight: 400; }.route-point p { margin: 4px 0 0; color: var(--steel-light); font-size: 12px; }.point-cn { top: 7%; }.point-msk { top: 47%; }.point-ru { bottom: 7%; text-align: left; }
.process { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 6vw; align-items: center; }.process .section-head { min-width: 0; margin-bottom: 0; }.process .section-head h2 { white-space: nowrap; font-size: clamp(48px, 5.1vw, 82px); }.process-grid { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }.process-grid li { position: relative; min-height: 210px; padding: 25px 26px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }.process-grid h3 { margin: 0; max-width: 100%; font-family: var(--font-display); font-size: 17px; line-height: 1.15; font-weight: 400; text-transform: uppercase; }.process-grid b { position: absolute; right: 10px; top: 50%; color: var(--signal); font-size: 18px; font-weight: 400; transform: translateY(-50%); }.process-grid li:last-child b { display: none; }.process-grid svg { position: absolute; top: 25px; right: 20px; color: var(--steel-light); }
.company { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; background: var(--ink); }.company-title h2 { margin-top: 28px; font-size: clamp(55px, 6vw, 96px); }.company-details { align-self: end; }.company-details > p { max-width: 550px; font-size: 18px; line-height: 1.7; color: var(--steel-light); }.company-details dl { margin-top: 50px; border-top: 1px solid var(--border); }.company-details dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--border); }.company-details dt { font-size: 11px; text-transform: uppercase; color: var(--steel-light); }.company-details dd { margin: 0; font-size: 12px; text-transform: uppercase; }
.request { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--signal); color: var(--signal-foreground); }.request .eyebrow { color: color-mix(in oklab, var(--signal-foreground) 62%, transparent); }.request-intro h2 { margin-top: 28px; font-size: clamp(78px, 8vw, 130px); }.request-intro h2 em { color: var(--signal-foreground); -webkit-text-stroke: 1px var(--signal-foreground); -webkit-text-fill-color: transparent; }.request-intro > p:last-child { max-width: 520px; margin-top: 34px; line-height: 1.65; }
.request-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }.request-contact-button { min-height: 46px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid color-mix(in oklab, var(--signal-foreground) 46%, transparent); color: var(--signal-foreground); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }.request-contact-button:hover, .request-contact-button:focus-visible { border-color: var(--signal-foreground); background: var(--signal-foreground); color: var(--signal); transform: translateY(-2px); }.request-contact-button:active { transform: translateY(0); }
.lead-form label { display: block; padding: 20px 0 15px; border-bottom: 1px solid color-mix(in oklab, var(--signal-foreground) 35%, transparent); }.lead-form label span { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 700; text-transform: uppercase; }.lead-form input, .lead-form textarea { width: 100%; border: 0; outline: 0; resize: vertical; background: transparent; color: var(--signal-foreground); font-size: 18px; }.lead-form input::placeholder, .lead-form textarea::placeholder { color: color-mix(in oklab, var(--signal-foreground) 50%, transparent); }.form-submit { width: 100%; margin-top: 28px; border-color: var(--signal-foreground); background: var(--signal-foreground); color: var(--signal); }.form-note { margin: 12px 0 0; font-size: 10px; opacity: .72; }
.form-submit { position: relative; overflow: hidden; isolation: isolate; animation: submit-pulse 3.8s ease-in-out infinite; }.form-submit::after { content: ""; position: absolute; inset: 0 auto 0 -35%; width: 28%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-18deg); animation: submit-sheen 4.6s ease-in-out infinite; pointer-events: none; }.form-submit > * { position: relative; z-index: 1; }
.footer { min-height: 260px; display: grid; grid-template-columns: minmax(190px, 1.15fr) minmax(220px, .9fr) minmax(250px, 1.1fr) auto; align-items: start; gap: 34px 6vw; padding: 52px 4.5vw 28px; background: var(--ink); }.footer p { color: var(--steel-light); font-size: 12px; line-height: 1.6; }.footer-brand .brand { margin-bottom: 18px; }.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.footer-label { margin: 0 0 8px; color: var(--foreground) !important; font-size: 11px !important; font-weight: 700; text-transform: uppercase; }.footer-contact > a { color: var(--steel-light); font-size: 12px; transition: color .25s ease; }.footer-contact > a:hover, .footer-messengers a:hover { color: var(--foreground); }.footer-messengers { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }.footer-messengers a { color: var(--signal); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: color .25s ease; }.footer-requisites { align-self: start; border-top: 1px solid var(--border); min-width: 0; }.footer-requisites summary { display: none; }.footer-requisites:not([open]) > dl { display: block; }.footer-requisites dl { margin: 0 0 4px; }.footer-requisites dl div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 14px; padding: 8px 0; border-top: 1px solid var(--border); }.footer-requisites dt { color: var(--steel-light); font-size: 9px; text-transform: uppercase; }.footer-requisites dd { min-width: 0; margin: 0; color: var(--foreground); font-size: 11px; overflow-wrap: anywhere; }.footer-requisites a { color: inherit; }.footer-top { justify-self: end; display: inline-flex; align-items: center; gap: 10px; color: var(--signal); font-size: 11px; font-weight: 700; text-transform: uppercase; transition: color .25s ease, transform .25s ease; }.footer-top:hover { color: var(--foreground); transform: translateY(-2px); }.footer > span { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--border); color: var(--steel-light); font-size: 10px; }
.reveal { animation: reveal .7s cubic-bezier(.2,.75,.2,1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes route-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes route-grow-y { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes title-wipe { to { clip-path: inset(0 0 0 0); } }
@keyframes metal-text-pass { from { background-position: 100% 50%; } to { background-position: 0 50%; } }
@keyframes submit-pulse { 0%,72%,100% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--signal-foreground) 0%, transparent); } 82% { box-shadow: 0 0 0 6px color-mix(in oklab, var(--signal-foreground) 13%, transparent); } }
@keyframes submit-sheen { 0%,52% { transform: translateX(0) skewX(-18deg); opacity: 0; } 60% { opacity: .72; } 78%,100% { transform: translateX(520%) skewX(-18deg); opacity: 0; } }

.process-grid h3 { padding-right: 22px; overflow-wrap: anywhere; }

@media (max-width: 1100px) and (min-width: 801px) {
  .site-header { grid-template-columns: minmax(160px, 1fr) auto minmax(300px, auto); gap: 20px; }
  .desktop-nav { gap: 18px; font-size: 11px; }
  .header-phone span { display: none; }
  .header-phone { padding: 8px; }
  .process { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .process .section-head { margin-bottom: 0; }
  .process-grid li { min-height: 180px; padding: 22px 18px; }
  .process-grid h3 { font-size: clamp(15px, 1.55vw, 17px); overflow-wrap: anywhere; }
  .process-grid b { right: 8px; }
}

@media (max-width: 800px) {
  .site-header { height: 66px; grid-template-columns: minmax(0,1fr) auto; padding: 0 20px; gap: 16px; }.desktop-nav, .header-actions { display: none; }.menu-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--steel); background: transparent; color: var(--foreground); }.mobile-nav { position: absolute; display: none; flex-direction: column; top: 65px; left: 0; right: 0; padding: 8px 20px 26px; border-bottom: 1px solid var(--steel); background: var(--ink); }.mobile-nav.is-open { display: flex; }.mobile-nav a { min-height: 58px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--border); font-family: var(--font-sans); font-size: 22px; text-transform: uppercase; }.mobile-nav a span { font-size: 10px; color: var(--signal); }.mobile-nav svg { width: 18px; color: var(--signal); }
  .opening-canvas::after { left: 20px; opacity: .2; }
  .hero { min-height: calc(100svh - 66px); grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(285px, 35svh); }.hero-copy { padding: 46px 20px 40px; }.hero h1 { width: 100%; margin-top: 22px; font-size: clamp(38px, 11.5vw, 56px); line-height: .88; transform: none; }.hero-intro { max-width: 345px; margin-top: 27px; font-size: 14px; line-height: 1.58; }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 27px; }.button-primary { min-height: 56px; }.text-link { justify-content: space-between; }.hero-visual { min-width: 0; min-height: 285px; margin-left: 20px; border-left: 1px solid var(--border); border-top: 1px solid var(--border); transform: none; }.hero-contacts { flex-direction: column; gap: 6px; margin-top: 14px; }
  .section-pad { padding: 82px 20px; }.section-head { display: block; margin-bottom: 44px; }.section-head h2 { font-size: 48px; margin-top: 12px; }
  .section-pad { scroll-margin-top: 66px; }
  .barrier-section { min-height: auto; grid-template-columns: minmax(0,1fr); gap: 54px; padding-top: 108px; padding-bottom: 0; }.barrier-section::before { right: 20px; height: 110px; }.barrier-copy h2 { font-size: clamp(32px, 9.8vw, 52px); line-height: .9; }.barrier-copy > p { margin-top: 28px; font-size: 14px; }.object-types { margin-top: 42px; }.barrier-scene { min-height: 450px; margin: 0 -20px; }.barrier-scene::before { inset: 0; background-size: 42px 42px; }
  .principle { min-height: 0; grid-template-columns: minmax(0,1fr); padding: 104px 20px 0; }.principle-copy { padding-right: 0; }.principle-copy h2 { font-size: clamp(40px, 11.5vw, 54px); }.principle-copy > p:last-child { font-size: 14px; }.tension-scene { min-height: 470px; margin: 58px -20px 0; border: 0; }.tension-scene::before { display: none; }.tension-steps { display: none; }
  .product-row { grid-template-columns: 88px minmax(0,1fr); gap: 14px 16px; min-height: 0; padding: 26px 0; }.product-main { grid-column: 1 / -1; display: block; }.product-row h3 { font-size: clamp(22px, 6.2vw, 25px); overflow-wrap: anywhere; }.product-row > div:first-child { grid-column: 1 / -1; }.product-image { grid-column: 1; grid-row: 2 / span 2; width: 88px; height: 78px; }.product-variant { margin-top: 7px; font-size: 19px; white-space: normal; }.product-material { margin-top: 6px; white-space: normal; }.product-row > strong { grid-column: 2; align-self: end; }.product-detail-link { grid-column: 2; width: 100%; min-height: 44px; }
  .supply-layout { grid-template-columns: 1fr; gap: 48px; }.supply-point { grid-template-columns: 1fr; gap: 0; }.factory-art { min-height: 300px; }.play-ready { grid-template-columns: 52px 1fr; padding: 15px; }.play-icon { width: 46px; height: 46px; }
  .logistics, .process { display: block; }.logistics .section-head, .process .section-head { margin-bottom: 44px; }.route-map { min-height: 600px; margin-top: 30px; }.route-line { top: 9%; bottom: 9%; left: 24px; right: auto; width: 1px; height: auto; }.route-line::after { top: 0; left: -1px; width: 3px; height: 66%; transform-origin: top; animation-name: route-grow-y; }.route-line i { left: -7px !important; right: auto !important; top: auto; }.route-line i:nth-child(1) { top: 0; }.route-line i:nth-child(2) { top: 50%; }.route-line i:nth-child(3) { bottom: 0; }.route-point { left: 64px; right: auto; top: auto; transform: none; text-align: left; }.point-cn { top: 7%; }.point-msk { top: 48%; }.point-ru { bottom: 6%; }.route-point strong { font-size: 25px; }
  .process .section-head h2 { white-space: normal; font-size: 48px; }.process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 96px; display: flex; align-items: center; padding: 24px 56px 24px 20px; }.process-grid h3 { margin: 0; max-width: none; font-size: 20px; }.process-grid b { top: auto; right: auto; left: 50%; bottom: -14px; z-index: 2; transform: translateX(-50%) rotate(90deg); }.process-grid svg { position: static; transform: rotate(90deg); }
  .company { grid-template-columns: minmax(0, 1fr); gap: 54px; }.company-title, .company-details { min-width: 0; }.company-title h2 { overflow-wrap: normal; word-break: normal; font-size: clamp(34px, 10vw, 44px); }.company-details > p { font-size: 16px; }.company-details dl div { grid-template-columns: 1fr; gap: 6px; }
  .request { grid-template-columns: minmax(0,1fr); gap: 46px; }.request-intro, .lead-form { min-width: 0; }.request-intro h2 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(48px, 13.5vw, 64px); }.request-contact-actions { align-items: stretch; flex-direction: column; }.request-contact-button { width: 100%; justify-content: space-between; }.lead-form input, .lead-form textarea { min-width: 0; font-size: 16px; }
  .footer { grid-template-columns: minmax(0,1fr) auto; gap: 30px 24px; padding: 40px 20px 24px; }.footer-brand, .footer-contact, .footer-requisites { grid-column: 1/-1; }.footer-top { grid-column: 2; grid-row: 2; }.footer > span { grid-column: 1/-1; }
  @keyframes route-grow-y { from { transform: scaleY(0); } to { transform: scaleY(1); } }
}

@media (max-width: 800px) {
  .process-grid h3 { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal, .route-line::after { animation: none; }.button-primary { transition: none; }
  .hero h1 > span, .barrier-copy h2 > span, .principle-copy h2 > span { clip-path: none; animation: none !important; }
}

.skip-link { position: fixed; left: 12px; top: 10px; z-index: 100; padding: 8px 12px; background: var(--gunmetal); color: var(--foreground); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-shell { color: var(--foreground); }

.menu-button { position: relative; }
.menu-button > span { position: absolute; left: 50%; display: block; width: 18px; height: 1px; background: var(--foreground); transform: translateX(-50%); transition: transform .35s cubic-bezier(.2,.75,.2,1), opacity .22s ease; }
.menu-button > span:nth-child(1) { transform: translate(-50%, -6px); }
.menu-button > span:nth-child(2) { transform: translate(-50%, 0); }
.menu-button > span:nth-child(3) { transform: translate(-50%, 6px); }
.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; transform: translate(-50%, 0) scaleX(.35); }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translate(-50%, 0) rotate(-45deg); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; }
.form-message { min-height: 1.4em; margin: 0; font-size: 13px; }
.form-message.success { color: var(--aluminium); }
.form-message.error { color: #e2a39a; }

/* Observer-driven reveal states: elements animate when they enter the viewport. */
.reveal { opacity: 0; transform: translateY(22px); animation: none; }
.reveal.is-visible { opacity: 1; transform: translateY(0); animation: reveal .7s cubic-bezier(.2,.75,.2,1) both; }
.form-message { min-height: 1.4em; margin: 0; font-size: 13px; }
.form-message.success { color: var(--aluminium); }
.form-message.error { color: #e2a39a; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal.is-visible { opacity: 1; transform: none; animation: none !important; } }

/* Reusable lightweight visual stage for future 3D/media replacement. */
.visual-stage { --visual-rx: 0deg; --visual-ry: 0deg; --visual-tx: 0px; --visual-ty: 0px; --visual-tz: 24px; --visual-rz: 0deg; --visual-scale: 1; position: relative; overflow: hidden; isolation: isolate; perspective: 900px; transform-style: preserve-3d; }
.hero-visual-surface.visual-stage { position: absolute; inset: 0; border-left: 0; }
.visual-stage::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(196, 205, 210, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(196, 205, 210, .08) 1px, transparent 1px); background-size: 72px 72px; opacity: .45; mask-image: linear-gradient(90deg, transparent, black 16%, black 84%, transparent); }
.visual-stage__content { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 28px; transform: translate3d(var(--visual-tx), var(--visual-ty), var(--visual-tz)) rotateX(var(--visual-rx)) rotateY(var(--visual-ry)) rotateZ(var(--visual-rz)) scale(var(--visual-scale)); transform-style: preserve-3d; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.visual-stage__inner { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--foreground); font-family: var(--font-display); font-size: clamp(42px, 5.2vw, 88px); font-weight: 500; line-height: .86; letter-spacing: .035em; text-align: center; text-transform: uppercase; text-shadow: 0 10px 30px rgba(0,0,0,.32); animation: visual-float 9s ease-in-out infinite; animation-play-state: paused; }
.visual-stage__inner span:nth-child(2) { color: var(--signal); font-size: .72em; line-height: .8; }
.visual-stage__inner strong { color: var(--steel-light); font: inherit; font-weight: 600; }
.visual-stage__sheen { position: absolute; z-index: 1; inset: -65% -30%; pointer-events: none; background: linear-gradient(112deg, transparent 41%, rgba(227, 233, 235, .18) 49%, rgba(255,255,255,.05) 53%, transparent 62%); opacity: .32; transform: translate3d(-34%,0,0) rotate(14deg); animation: visual-sheen 14s ease-in-out infinite; animation-play-state: paused; }
.visual-stage.is-in-view .visual-stage__inner, .visual-stage.is-in-view .visual-stage__sheen { animation-play-state: running; }
.visual-stage.is-in-view .visual-stage__content { will-change: transform; }
.visual-stage--hero { --visual-tz: 34px; }
.visual-stage--barrier { --visual-tz: 20px; --visual-rz: -2deg; --visual-scale: .92; }
.visual-stage--tension { --visual-tz: 24px; --visual-rz: 2deg; --visual-scale: .88; }
.visual-stage--factory { --visual-tz: 18px; --visual-rz: -2deg; --visual-scale: .72; }
.visual-stage--factory .visual-stage__inner { font-size: clamp(28px, 3.3vw, 56px); }
.hero-visual-surface.visual-stage::before { display: none; }
.hero-visual-surface.visual-stage .visual-stage__sheen { display: none; }
@keyframes visual-float { 0% { transform: translate3d(-12px,0,0) rotateZ(-.8deg); } 20% { transform: translate3d(8px,-10px,0) rotateZ(.6deg); } 40% { transform: translate3d(14px,6px,0) rotateZ(1deg); } 60% { transform: translate3d(-2px,14px,0) rotateZ(-.3deg); } 80% { transform: translate3d(-14px,2px,0) rotateZ(-.9deg); } 100% { transform: translate3d(-12px,0,0) rotateZ(-.8deg); } }
@keyframes visual-sheen { 0%,18% { transform: translate3d(-38%,0,0) rotate(14deg); opacity: 0; } 32% { opacity: .34; } 58% { transform: translate3d(38%,0,0) rotate(14deg); opacity: .18; } 72%,100% { transform: translate3d(46%,0,0) rotate(14deg); opacity: 0; } }
@media (max-width: 800px) {
  .visual-stage::before { background-size: 48px 48px; opacity: .32; }
  .visual-stage__content { padding: 18px; }
  .visual-stage__inner { font-size: clamp(34px, 11vw, 58px); }
  .visual-stage--hero { --visual-tz: 20px; }
  .visual-stage--barrier, .visual-stage--tension { --visual-tz: 16px; }
  .visual-stage--factory { --visual-tz: 14px; --visual-scale: .78; }
}
@media (prefers-reduced-motion: reduce) {
  .visual-stage__content { transform: none !important; transition: none; }
  .visual-stage__inner, .visual-stage__sheen { animation: none !important; }
  .form-submit, .form-submit::after { animation: none !important; }
  .menu-button > span { transition: none; }
}

/* Hero remains one uninterrupted canvas; the visual stage supplies only its content. */

/* Supply visual stays part of the shared canvas; production media will be added later. */
.factory-frame { border: 0; }
.factory-art { min-height: 390px; background: transparent; background-image: none; }
.factory-art.visual-stage::before,
.factory-art .visual-stage__sheen { display: none; }
.factory-art > i,
.factory-art > b { display: none; }

/* Lightweight six-slot video gallery, ready for real videos/posters. */
.production-video { background: var(--background); }
.production-video .section-head > p:last-child { max-width: 560px; margin-top: 22px; color: var(--steel-light); line-height: 1.6; }
.video-gallery { max-width: 980px; margin-left: auto; }
.video-viewport { overflow: hidden; border: 1px solid var(--border); background: var(--ink); }
.video-track { display: flex; transform: translate3d(0,0,0); transition: transform 560ms cubic-bezier(.2,.7,.2,1); will-change: transform; }
.video-slide { flex: 0 0 100%; min-width: 0; }
.video-placeholder { position: relative; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 16 / 9; min-height: 320px; padding: clamp(24px, 4vw, 52px); overflow: hidden; background: radial-gradient(circle at 76% 24%, rgba(196,205,210,.12), transparent 34%), linear-gradient(135deg, #1b2226 0%, #0a0e10 72%); }
.video-placeholder::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(196,205,210,.15); transform: skewX(-10deg); pointer-events: none; }
.video-placeholder::after { content: "▶"; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--steel-light); border-radius: 50%; color: var(--foreground); font-size: 15px; transform: translate(-50%,-50%); opacity: .82; }
.video-placeholder__index { position: absolute; top: clamp(18px, 3vw, 36px); right: clamp(20px, 3vw, 38px); color: var(--signal); font-family: var(--font-display); font-size: clamp(42px, 7vw, 90px); line-height: .8; }
.video-placeholder__label { position: relative; z-index: 1; color: var(--steel-light); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.video-placeholder strong { position: relative; z-index: 1; margin-top: 8px; font-family: var(--font-display); font-size: clamp(28px, 4vw, 52px); font-weight: 400; text-transform: uppercase; }
.video-gallery__controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; }
.video-gallery__button { width: 44px; height: 44px; border: 1px solid var(--steel); background: transparent; color: var(--foreground); font: inherit; cursor: pointer; transition: border-color .25s ease, background-color .25s ease, transform .25s ease; }
.video-gallery__button:hover { border-color: var(--signal); background: color-mix(in oklab, var(--signal) 12%, transparent); transform: translateY(-1px); }
.video-gallery__button:active { transform: translateY(1px); }
.video-gallery__dots { display: flex; align-items: center; gap: 9px; }
.video-gallery__dot { width: 7px; height: 7px; padding: 0; border: 1px solid var(--steel-light); border-radius: 50%; background: transparent; cursor: pointer; transition: background-color .25s ease, border-color .25s ease, transform .25s ease; }
.video-gallery__dot.is-active { border-color: var(--signal); background: var(--signal); transform: scale(1.35); }
@media (max-width: 800px) {
  .factory-art { min-height: 300px; }
  .video-gallery { margin-left: 0; }
  .video-placeholder { min-height: 220px; padding: 24px; }
  .video-placeholder::after { width: 54px; height: 54px; }
  .video-gallery__controls { padding-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .video-track { transition: none; }
  .video-gallery__button, .video-gallery__dot { transition: none; }
}
@media (max-width: 800px) {
  .supply .section-head h2 { font-size: clamp(32px, 9.5vw, 44px); }
  .logistics .section-head h2 { max-width: 100%; overflow-wrap: normal; word-break: normal; font-size: clamp(32px, 9.5vw, 48px); }
  .production-video .section-head h2 { font-size: clamp(32px, 9.5vw, 44px); }
  .route-map { border-left: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
}
.hero-visual { border: 0 !important; }

/* Product detail pages reuse the Dominika palette and type system. */
.product-page-body { background: var(--background); }
.product-site-shell { min-height: 100vh; }
.product-header { position: relative; }
.product-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 32px; color: var(--steel-light); font-size: 12px; text-transform: uppercase; }
.product-nav a:hover { color: var(--foreground); }
.product-page { min-width: 0; }
.product-hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 7vw; align-items: center; padding: 92px 4.5vw 110px; border-bottom: 1px solid var(--border); }
.product-hero-copy { min-width: 0; }
.product-back-link { display: inline-flex; margin-bottom: 58px; color: var(--steel-light); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-hero h1 { max-width: 780px; margin: 24px 0 0; font-family: var(--font-display); font-size: clamp(52px, 5.6vw, 92px); font-weight: 400; line-height: .92; overflow-wrap: anywhere; text-transform: uppercase; }
.product-lead { max-width: 620px; margin: 30px 0 0; color: var(--steel-light); font-size: 17px; line-height: 1.65; }
.product-availability { display: flex; gap: 26px; margin: 30px 0; font-size: 13px; }.product-availability span { color: var(--steel-light); }
.product-hero-image { min-width: 0; margin: 0; display: grid; place-items: center; aspect-ratio: 1 / 1; border: 1px solid var(--border); background: radial-gradient(circle at 50% 50%, rgba(196,205,210,.09), transparent 66%); }
.product-hero-image img { display: block; width: 84%; height: 84%; object-fit: contain; }
.product-specs, .product-supply { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 7vw; padding: 110px 4.5vw; border-bottom: 1px solid var(--border); }
.product-specs h2, .product-supply h2, .related-products h2 { margin: 18px 0 0; font-family: var(--font-display); font-size: clamp(42px, 4.8vw, 72px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.product-specs dl { margin: 0; border-top: 1px solid var(--border); }
.product-specs dl div { display: grid; grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--border); }
.product-specs dt { color: var(--steel-light); font-size: 12px; text-transform: uppercase; }.product-specs dd { margin: 0; font-size: 15px; }
.product-supply > div:last-child { max-width: 620px; }.product-supply > div:last-child > p { margin: 0 0 28px; color: var(--steel-light); font-size: 17px; line-height: 1.65; }
.product-contact-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-bottom: 30px; font-size: 14px; }
.related-products { padding: 110px 4.5vw; border-bottom: 1px solid var(--border); }
.related-products > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 58px 0 34px; border-top: 1px solid var(--border); }
.related-products > div > a { min-height: 122px; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-family: var(--font-display); font-size: clamp(22px, 2.1vw, 34px); line-height: 1.05; text-transform: uppercase; }
.related-products b { color: var(--signal); font: inherit; }.product-footer { border-top: 0; }

@media (max-width: 800px) {
  .product-header { padding: 0 20px; }.product-header .brand { font-size: 21px; }.product-header .header-cta { min-height: 42px; font-size: 10px; }.product-nav { display: none; }
  .product-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 52px; padding: 66px 20px 78px; }.product-back-link { margin-bottom: 42px; }.product-hero h1 { font-size: clamp(42px, 12.4vw, 58px); }.product-lead { font-size: 15px; }.product-availability { flex-direction: column; gap: 5px; }.product-hero-image { aspect-ratio: 1 / .88; }.product-hero-image img { width: 88%; height: 88%; }
  .product-specs, .product-supply { grid-template-columns: minmax(0, 1fr); gap: 46px; padding: 78px 20px; }.product-specs h2, .product-supply h2, .related-products h2 { font-size: clamp(36px, 10.6vw, 48px); overflow-wrap: anywhere; }.product-specs dl div { grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr); gap: 16px; }.product-supply > div:last-child > p { font-size: 15px; }
  .related-products { padding: 78px 20px; }.related-products > div { grid-template-columns: minmax(0, 1fr); margin-top: 42px; }.related-products > div > a { min-height: 104px; border-right: 0; font-size: 24px; }.product-footer { padding-top: 50px; }
}
