:root {
  --black: #07090c;
  --black-2: #11161b;
  --ink: #172026;
  --text: #424a50;
  --muted: #737b82;
  --line: #d9dddf;
  --soft: #f3f3ee;
  --white: #ffffff;
  --red: #e3392f;
  --gold: #f2c230;
  --green: #205f49;
  --header-height: 78px;
  --container: min(1200px, calc(100% - 64px));
  --product-container: min(1120px, calc(100% - 48px));
  --product-container-wide: min(1180px, calc(100% - 48px));
  --product-readable: 720px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: geometricPrecision;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
figure {
  margin: 0;
}

p,
dd {
  color: var(--text);
  line-height: 1.72;
}

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(28px, calc((100% - 1360px) / 2));
  color: var(--white);
  background: rgba(7, 9, 12, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 176px;
  min-height: var(--header-height);
}

.logo img {
  width: 100%;
  height: auto;
}

.trademark {
  position: absolute;
  right: -13px;
  top: 18px;
  color: var(--red);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.home-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  margin-top: var(--header-height);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.home-hero > img,
.home-hero-shade {
  position: absolute;
  inset: 0;
}

.home-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.94) 0%, rgba(7, 9, 12, 0.7) 42%, rgba(7, 9, 12, 0.25) 100%),
    linear-gradient(0deg, rgba(7, 9, 12, 0.86), transparent 58%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  padding: 0 0 78px;
}

.home-hero h1 {
  max-width: 980px;
  color: var(--white);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.home-hero p:not(.kicker) {
  max-width: 700px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.page-header {
  margin-top: var(--header-height);
  padding: 76px max(32px, calc((100% - 1200px) / 2)) 54px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(242, 194, 48, 0.13), transparent 36%),
    var(--white);
  border-bottom: 1px solid var(--line);
}

.page-header > div {
  max-width: 920px;
}

.page-header .breadcrumbs {
  margin-bottom: 22px;
  color: var(--muted);
}

.page-header h1 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.page-header p:not(.kicker) {
  max-width: 680px;
  margin-top: 18px;
  font-size: 18px;
}

.product-hero {
  margin-top: var(--header-height);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 54px;
  align-items: center;
  padding: 96px max(32px, calc((100% - 1200px) / 2));
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.product-hero .breadcrumbs {
  color: var(--muted);
}

.product-hero h1 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(50px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.product-hero p:not(.kicker) {
  max-width: 620px;
  margin: 26px 0 32px;
  font-size: 19px;
}

.product-hero figure {
  display: grid;
  place-items: center;
  min-height: 430px;
  margin: 0;
  padding: 44px;
  background:
    radial-gradient(circle at 50% 45%, rgba(227, 57, 47, 0.11), transparent 50%),
    #f7f7f1;
  border: 1px solid var(--line);
}

.product-hero img {
  max-height: 390px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  height: 100%;
  font-size: 15px;
  font-weight: 800;
}

.main-nav > a,
.nav-item > a,
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  cursor: pointer;
}

.main-nav > a::after,
.nav-item > a::after,
.nav-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 2px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.main-nav > a:hover,
.nav-item > a:hover,
.nav-link:hover,
.has-mega.is-open .nav-link {
  color: var(--white);
}

.main-nav > a:hover::after,
.nav-item > a:hover::after,
.nav-link:hover::after,
.has-mega.is-open .nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-item {
  height: 100%;
}

.nav-link {
  gap: 10px;
}

.nav-arrow {
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 180ms ease;
}

.has-mega:hover .nav-arrow,
.has-mega.is-open .nav-arrow {
  transform: rotate(180deg);
}

.mega-menu,
.submenu {
  position: fixed;
  top: var(--header-height);
  z-index: 55;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.mega-menu {
  left: 0;
  right: 0;
}

.submenu {
  min-width: 260px;
  padding: 18px;
}

.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
}

.has-mega:hover .mega-menu,
.has-mega.is-open .mega-menu,
.has-submenu:hover .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 86px);
  padding: 52px 0 62px;
}

.mega-index {
  margin-bottom: 12px;
  color: var(--red);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mega-column h2 {
  min-height: 58px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 3px solid var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.1;
  font-weight: 900;
}

.mega-column a,
.submenu a {
  display: block;
  padding: 9px 0;
  color: #40474c;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.4;
  font-weight: 700;
  transition: color 140ms ease, transform 140ms ease;
}

.mega-column a:hover,
.submenu a:hover {
  color: var(--red);
  transform: translateX(4px);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  min-width: 138px;
  padding: 0 32px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.language-switcher::after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.82;
}

.language-globe {
  width: 15px;
  height: 15px;
  color: var(--gold);
}

.language-globe svg,
.social-links svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.language-flag {
  font-size: 16px;
  line-height: 1;
}

.language-code {
  color: var(--white);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.language-label {
  max-width: 70px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-switcher select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  background: transparent;
  cursor: pointer;
}

.language-switcher select option {
  color: var(--ink);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-open .menu-button span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.is-open .menu-button span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-button span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.page-hero {
  position: relative;
  min-height: 620px;
  margin-top: var(--header-height);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.page-hero > img,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.88), rgba(7, 9, 12, 0.42), rgba(7, 9, 12, 0.72)),
    linear-gradient(0deg, rgba(7, 9, 12, 0.86), transparent 52%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  padding: 0 0 94px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.kicker,
.section-label,
.product-type {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-hero h1,
.intro-grid h2,
.section-heading h2,
.content-card h2,
.product-card h2,
.notice-card h2,
.proof-grid h2,
.system-layout h2,
.cta-band h2,
.contact-layout h2,
.split-cta h2 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.96;
}

.page-hero-content > p:not(.kicker) {
  max-width: 740px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.section {
  padding: 98px max(32px, calc((100% - 1200px) / 2));
}

.intro-grid,
.system-layout,
.contact-layout,
.split-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
  background: var(--white);
}

.intro-grid h2,
.system-layout h2,
.contact-layout h2,
.split-cta h2 {
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.05;
}

.intro-grid p:not(.section-label),
.system-layout p,
.contact-layout p {
  font-size: 18px;
}

.system-hero-block {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  min-height: 560px;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.system-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(64px, 6vw, 96px) clamp(32px, 5vw, 82px);
  background:
    linear-gradient(135deg, rgba(242, 194, 48, 0.1), transparent 42%),
    var(--white);
}

.system-hero-copy h2,
.system-components h2,
.system-proof h2,
.system-usecases h2,
.system-gallery h2 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.032em;
}

.system-hero-copy h2 {
  max-width: 610px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
}

.system-hero-copy > p:not(.section-label) {
  max-width: 620px;
  margin-top: 24px;
  font-size: 18px;
}

.system-hero-media {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #dcead8;
}

.system-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(24px, 3vw, 54px);
}

.system-components figure img,
.system-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.system-gallery img {
  object-fit: contain;
  background: #fff;
}

.system-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-stats article {
  min-width: 0;
  padding: 22px;
  background: #fbfbf8;
}

.system-stats strong {
  display: block;
  color: var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.system-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.system-model {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin: 0 0 26px;
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.system-model span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-model strong {
  color: var(--red);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
}

.system-model em {
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

.system-components {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 64px;
  align-items: center;
  background: #fbfbf8;
}

.system-product-photos {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 44px;
  align-items: start;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.system-product-photos-heading {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.system-product-photos h2 {
  max-width: 420px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.system-product-photos-heading > p:not(.section-label) {
  margin-top: 16px;
  max-width: 420px;
  font-size: 16px;
}

.system-product-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

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

.system-product-photo-grid article {
  display: grid;
  grid-template-rows: 270px auto;
  min-width: 0;
  overflow: hidden;
  background: #fbfbf8;
}

.system-product-photo-grid article:first-child {
  grid-column: span 3;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  grid-template-rows: auto;
}

.system-product-photo-grid.count-3 article:first-child {
  grid-column: span 2;
}

.system-product-photo-grid figure {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 45% 50%, rgba(242, 194, 48, 0.12), transparent 44%),
    var(--white);
}

.system-product-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.system-product-photo-grid article > div {
  min-width: 0;
  padding: 24px;
  border-top: 1px solid var(--line);
}

.system-product-photo-grid article:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid var(--line);
}

.system-product-photo-grid h3 {
  color: var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.system-product-photo-grid p {
  margin-top: 10px;
  font-size: 14px;
}

.system-components figure {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e7efe5;
}

.system-components h2,
.system-proof h2,
.system-usecases h2 {
  max-width: 740px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.system-components p {
  margin-top: 20px;
  font-size: 18px;
}

.system-components ul,
.system-proof ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.system-components li,
.system-proof li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
}

.system-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.system-detail-heading {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.system-detail-heading h2,
.system-functions h2,
.system-chip-sections h2 {
  max-width: 620px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.system-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-detail-grid article {
  min-height: 190px;
  padding: 26px;
  background: #fbfbf8;
}

.system-detail-grid h3 {
  color: var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.system-detail-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.system-advantages .system-detail-grid article {
  min-height: 176px;
}

.system-functions {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
  color: var(--white);
  background: #0b1116;
}

.system-functions h2 {
  color: var(--white);
}

.system-functions-content {
  display: grid;
  gap: 22px;
}

.system-functions figure {
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #fff;
}

.system-functions figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.system-functions ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: function;
  background: rgba(255, 255, 255, 0.16);
}

.system-functions li {
  position: relative;
  min-height: 126px;
  padding: 26px 26px 26px 66px;
  color: rgba(255, 255, 255, 0.88);
  background: #0f171d;
  font-weight: 700;
  line-height: 1.45;
  counter-increment: function;
}

.system-functions li::before {
  position: absolute;
  top: 26px;
  left: 26px;
  color: var(--gold);
  content: counter(function, decimal-leading-zero);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.system-chip-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.system-chip-sections article {
  min-height: 390px;
  padding: 54px clamp(24px, 4vw, 56px);
  background: #fbfbf8;
}

.system-chip-sections figure {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.system-chip-sections figure img {
  display: block;
  width: 100%;
  height: auto;
}

.system-chip-sections div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.system-chip-sections span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.system-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.system-usecases {
  background: #0b1116;
  color: var(--white);
}

.system-usecases h2 {
  max-width: 860px;
  color: var(--white);
}

.system-usecases div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.system-usecases span {
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.system-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.system-gallery article {
  display: grid;
  grid-template-rows: 420px auto;
  background: var(--white);
}

.system-gallery article > div {
  padding: 34px;
}

.system-gallery h2 {
  font-size: 28px;
  line-height: 1.1;
}

.system-gallery p {
  margin-top: 12px;
}

.system-photo-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: 100%;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(242, 194, 48, 0.1), transparent 38%),
    #f7f7f1;
}

.system-photo-mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--white);
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.about-lead h2,
.sustainability-lead h2,
.sustainability-pillars h2 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.about-lead h2 {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.about-lead p {
  max-width: 720px;
  font-size: 18px;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-points span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fbfbf8;
  font-size: 13px;
  font-weight: 900;
}

.card-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--white);
}

.scene-panel {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 38px;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(23, 32, 38, 0.1);
}

.scene-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 420ms var(--ease), opacity 220ms ease;
}

.scene-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 9, 12, 0.92), rgba(7, 9, 12, 0.12) 62%);
  content: "";
}

.scene-panel span,
.scene-panel h2,
.scene-panel p {
  position: relative;
  z-index: 1;
}

.scene-panel span {
  margin-bottom: 24px;
  color: var(--gold);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.scene-panel h2 {
  max-width: 420px;
  color: var(--white);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.scene-panel p {
  max-width: 410px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.scene-panel:hover img {
  opacity: 0.9;
  transform: scale(1.04);
}

.home-support {
  background: var(--white);
}

.home-support h2 {
  max-width: 1060px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.032em;
}

.home-support p:not(.section-label) {
  max-width: 920px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.content-card {
  display: grid;
  grid-template-rows: 300px auto;
  min-height: 560px;
  background: var(--white);
}

.card-image {
  overflow: hidden;
  background: #e7e5dd;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms var(--ease);
}

.content-card:hover .card-image img {
  transform: scale(1.045);
}

.content-card > div {
  padding: 34px;
}

.content-card h2 {
  font-size: 35px;
  line-height: 1;
}

.content-card p {
  margin-top: 18px;
}

.text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.product-listing {
  display: grid;
  gap: 78px;
}

.product-listing-first {
  padding-top: 84px;
  background: #fbfbf8;
}

.series-block {
  display: grid;
  gap: 22px;
}

.series-block .section-heading {
  max-width: none;
  margin-bottom: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.series-block .section-heading h2 {
  max-width: 760px;
  color: var(--text);
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: var(--soft);
}

.product-card {
  display: grid;
  grid-template-rows: 260px auto;
  row-gap: 18px;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.product-card > a {
  display: block;
  min-height: 0;
}

.product-card figure {
  display: grid;
  place-items: center;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 44%, rgba(242, 194, 48, 0.15), transparent 48%),
    #f9f9f4;
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card > div {
  padding: 0 4px 8px;
  border-top: 0;
}

.product-card h2 {
  font-size: 28px;
  line-height: 1.08;
}

.detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: var(--white);
  border-top: 1px solid var(--line);
  padding-top: 58px;
  padding-bottom: 58px;
}

.detail-cta h2 {
  max-width: 760px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.specs-section {
  background: var(--white);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

.section-heading p:not(.section-label) {
  margin-top: 18px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
}

.spec-table th,
.spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.spec-table td {
  color: var(--text);
}

.variant-specs-section {
  padding-top: 34px;
}

.variant-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.variant-table {
  min-width: 920px;
  border: 0;
}

.variant-table thead th {
  background: var(--ink);
  color: var(--white);
}

.variant-table th:first-child {
  min-width: 220px;
}

.feature-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.notice-card {
  padding: 54px;
  background: var(--white);
  border: 1px solid var(--line);
}

.notice-card h2 {
  font-size: 42px;
  line-height: 1;
}

.notice-card p {
  margin-top: 18px;
  max-width: 680px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.proof-grid article {
  min-height: 300px;
  padding: 48px;
  background: var(--white);
}

.proof-grid h2 {
  font-size: 42px;
  line-height: 1;
}

.proof-grid p {
  margin-top: 18px;
}

.branches-section {
  background: var(--white);
  padding-bottom: 76px;
}

.office-map-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.world-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #e9f2f5;
}

.world-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 0 0 9px rgba(227, 57, 47, 0.14), 0 14px 28px rgba(7, 9, 12, 0.2);
  font-size: 12px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.map-legend {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 26px;
  background: var(--white);
}

.map-legend article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.map-legend article:last-child {
  border-bottom: 0;
}

.map-legend span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.map-legend strong,
.map-legend em {
  display: block;
  font-style: normal;
}

.map-legend strong {
  color: var(--ink);
  font-weight: 900;
}

.map-legend em {
  color: var(--muted);
  font-size: 13px;
}

.office-showcase {
  display: grid;
  margin-top: 20px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.office-showcase > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
  filter: saturate(1.04) contrast(1.03);
}

.office-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.office-strip p {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.office-strip p:last-child {
  border-right: 0;
}

.office-strip span {
  color: var(--red);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.office-strip strong {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.15;
}

.office-strip em {
  color: var(--muted);
  font-style: normal;
}

.about-panel {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.about-panel article {
  max-width: 960px;
}

.about-panel h2,
.brands-section h2,
.brand-grid h2 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.about-panel h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.about-panel p {
  margin-top: 20px;
  font-size: 18px;
}

.brands-section {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.brand-grid article {
  min-height: 320px;
  padding: 34px;
  background: #fbfbf8;
}

.brand-grid img {
  width: min(260px, 80%);
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.brand-grid h2 {
  margin-top: 34px;
  font-size: 36px;
  line-height: 1;
}

.brand-grid p {
  margin-top: 14px;
}

.dealer-cta {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.dealer-cta article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.dealer-copy {
  padding: 44px 52px;
}

.dealer-cta h2 {
  max-width: 520px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.dealer-cta p:not(.section-label) {
  max-width: 660px;
  margin-top: 18px;
  font-size: 16px;
}

.dealer-action {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 40px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(227, 57, 47, 0.2), transparent 45%),
    var(--black);
}

.dealer-action span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dealer-action strong {
  color: var(--white);
  font-size: 18px;
  line-height: 1.35;
}

.dealer-action .button {
  justify-self: start;
  color: var(--black);
  background: var(--white);
}

.dealer-action .button:hover {
  background: var(--gold);
}

.dealer-cta .button,
.contact-proof .button {
  margin-top: 10px;
}

.contact-social {
  margin-top: 28px;
  justify-content: flex-start;
}

.cta-band,
.split-cta {
  color: var(--white);
  background: var(--black);
}

.split-cta {
  align-items: center;
  gap: 34px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.cta-band h2 {
  max-width: 720px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.split-cta p,
.split-cta h2 {
  color: var(--white);
}

.split-cta h2 {
  max-width: 660px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}

.sustainability-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 68px;
  align-items: end;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.sustainability-lead h2 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.96;
}

.sustainability-lead > p {
  max-width: 680px;
  font-size: 19px;
}

.sustainability-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.sustainability-pillars article {
  min-height: 360px;
  padding: 40px;
  background: #fbfbf8;
}

.sustainability-pillars span {
  display: block;
  margin-bottom: 70px;
  color: var(--red);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.sustainability-pillars h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}

.sustainability-pillars p {
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform 160ms var(--ease), background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.button-light {
  color: var(--black);
  background: var(--white);
}

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

.button-dark {
  color: var(--white);
  background: var(--black);
}

.contact-layout {
  color: var(--white);
  background: var(--black);
}

.contact-layout p {
  color: rgba(255, 255, 255, 0.82);
}

.office-list {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.office-list p {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 17px;
  align-self: start;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 13px;
  color: var(--ink);
  background: #fbfbf8;
}

.contact-form input,
.contact-form select {
  height: 52px;
}

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

.form-status {
  min-height: 22px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 34px;
  align-items: center;
  padding: 34px max(32px, calc((100% - 1200px) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(227, 57, 47, 0.12), transparent 34%),
    var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.footer-logo {
  position: relative;
  display: inline-flex;
  width: 132px;
}

.footer-logo .trademark {
  right: -11px;
  top: -2px;
}

.footer-brand p {
  max-width: 390px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  line-height: 1.5;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.footer-legal a,
.footer-legal button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.footer-legal a:hover,
.footer-legal button:hover {
  color: var(--gold);
}

.footer-contact {
  display: grid;
  gap: 7px;
  min-width: 260px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact a {
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  justify-content: center;
}

.footer-links a {
  color: var(--ink);
  font-weight: 900;
}

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

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms var(--ease);
}

.social-links svg {
  width: 20px;
  height: 20px;
}

.social-links a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.privacy-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  gap: 72px;
  align-items: start;
  background: var(--white);
}

.privacy-intro h2,
.privacy-tools h2,
.privacy-control h2 {
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.privacy-intro h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
}

.privacy-intro > p {
  max-width: 650px;
  font-size: 18px;
}

.privacy-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  background: #f7f7f3;
}

.privacy-tools .section-heading {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-bottom: 16px;
}

.privacy-tools article {
  padding-top: 26px;
  border-top: 2px solid var(--ink);
}

.privacy-tools article h2 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.15;
}

.privacy-control {
  display: flex;
  gap: 54px;
  align-items: end;
  justify-content: space-between;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.privacy-control > div {
  max-width: 740px;
}

.privacy-control h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.cookie-consent {
  position: fixed;
  z-index: 120;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(360px, 540px) auto;
  gap: 32px;
  align-items: end;
  width: min(930px, calc(100% - 56px));
  padding: 30px 32px;
  color: var(--ink);
  background: var(--white);
  border-top: 3px solid var(--red);
  box-shadow: 0 22px 64px rgba(7, 9, 12, 0.2);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent h2 {
  margin-bottom: 12px;
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.cookie-consent-copy > p:not(.section-label) {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-consent-copy > a {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
}

.cookie-consent .button {
  min-height: 48px;
  padding: 14px 18px;
  white-space: nowrap;
}

.button-outline {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.button-outline:hover {
  border-color: var(--ink);
  background: var(--soft);
}

/* Product pages use a quieter, contained layout so content and imagery lead. */
body.product-page {
  background: #f7f7f3;
}

body.product-page .page-header {
  padding: 62px 0 44px;
  background:
    linear-gradient(135deg, rgba(242, 194, 48, 0.08), transparent 32%),
    #fbfbf8;
}

body.product-page .page-header > div {
  width: var(--product-container);
  max-width: var(--product-container);
  margin: 0 auto;
}

body.product-page .page-header h1,
body.product-detail-page .product-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.product-page .page-header p:not(.kicker),
body.product-detail-page .product-hero p:not(.kicker) {
  max-width: var(--product-readable);
  font-size: 17px;
  line-height: 1.72;
}

body.product-page .section {
  width: var(--product-container);
  max-width: var(--product-container);
  margin-right: auto;
  margin-left: auto;
  padding: 72px 0;
}

body.product-page .section-label,
body.product-page .product-type,
body.product-page .kicker {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

body.product-page .intro-grid,
body.product-page .system-layout,
body.product-page .contact-layout,
body.product-page .split-cta {
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 44px;
  background: transparent;
}

body.product-page .intro-grid h2,
body.product-page .system-layout h2,
body.product-page .section-heading h2,
body.product-page .detail-cta h2,
body.product-page .cta-band h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.028em;
}

body.product-page .section-heading {
  max-width: var(--product-readable);
  margin-bottom: 28px;
}

body.product-page .section-heading p:not(.section-label) {
  margin-top: 12px;
  font-size: 16px;
}

body.product-detail-page .product-hero {
  width: var(--product-container);
  max-width: var(--product-container);
  margin: calc(var(--header-height) + 56px) auto 0;
  padding: 0 0 64px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 48px;
  background: transparent;
  border-bottom: 1px solid var(--line);
}

body.product-detail-page .product-hero figure {
  min-height: 360px;
  padding: 36px;
  background:
    radial-gradient(circle at 50% 45%, rgba(242, 194, 48, 0.12), transparent 48%),
    #fbfbf8;
}

body.product-detail-page .product-hero img {
  max-height: 320px;
}

body.product-page .product-listing {
  gap: 64px;
  background: transparent;
}

body.product-page .product-listing-first {
  padding-top: 64px;
}

body.product-page .series-block {
  gap: 24px;
}

body.product-page .series-block .section-heading {
  margin-bottom: 2px;
  padding-bottom: 16px;
}

body.product-page .series-block .section-heading h2 {
  max-width: var(--product-readable);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.55;
}

body.product-page .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  background: transparent;
}

body.product-page .product-card {
  grid-template-rows: 238px auto;
}

body.product-page .product-card figure {
  padding: 28px;
  background: #f1f1ec;
}

body.product-page .product-card > div {
  padding: 0 2px 6px;
}

body.product-page .product-card h2 {
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.12;
}

body.product-page .specs-section {
  background: transparent;
}

body.product-page .spec-table {
  background: #fff;
}

body.product-page .spec-table th,
body.product-page .spec-table td {
  padding: 15px 18px;
  font-size: 15px;
  line-height: 1.6;
}

body.product-page .spec-table th {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

body.product-page .detail-cta {
  padding: 44px;
  background: #fff;
  border: 1px solid var(--line);
}

body.product-page .cta-band {
  padding: 44px;
  color: var(--white);
  background: #0b1116;
  border: 0;
}

body.product-page .cta-band h2 {
  color: var(--white);
}

body.system-product-page .system-hero-block {
  width: var(--product-container-wide);
  max-width: var(--product-container-wide);
  min-height: 0;
  margin: 56px auto 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
}

body.system-product-page .system-hero-copy {
  padding: 50px;
  background: #fff;
}

body.system-product-page .system-hero-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
}

body.system-product-page .system-hero-copy > p:not(.section-label) {
  max-width: 560px;
  font-size: 17px;
}

body.system-product-page .system-hero-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-self: stretch;
  min-height: 0;
  background: #fff;
  border-left: 1px solid var(--line);
}

body.system-product-page .system-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  padding: 28px;
  object-fit: contain;
  object-position: center center;
}

body.system-product-page .system-hero-media.has-photo img {
  padding: 0;
  object-fit: cover;
}

body.system-product-page .system-hero-media figcaption {
  padding: 15px 20px 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

body.system-product-page .system-hero-media figcaption a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.system-product-page .system-model {
  max-width: 460px;
  margin-bottom: 22px;
  padding: 18px 0 20px;
}

body.system-product-page .system-model strong {
  font-size: clamp(28px, 3vw, 40px);
}

body.system-product-page .system-stats {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  border-width: 1px 0 0;
}

body.system-product-page .system-stats article {
  padding: 18px;
}

body.system-product-page .system-stats strong {
  font-size: clamp(23px, 2vw, 30px);
}

body.system-product-page .system-product-photos,
body.system-product-page .system-components,
body.system-product-page .system-detail-section,
body.system-product-page .system-functions,
body.system-product-page .system-proof {
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 40px;
}

body.system-product-page .system-product-photos,
body.system-product-page .system-components,
body.system-product-page .system-detail-section,
body.system-product-page .system-proof {
  background: transparent;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

body.system-product-page .system-product-photos-heading,
body.system-product-page .system-detail-heading {
  top: calc(var(--header-height) + 24px);
}

body.system-product-page .system-product-photos h2,
body.system-product-page .system-components h2,
body.system-product-page .system-detail-heading h2,
body.system-product-page .system-functions h2,
body.system-product-page .system-chip-sections h2,
body.system-product-page .system-proof h2,
body.system-product-page .system-usecases h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.024em;
}

body.system-product-page .system-product-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: transparent;
  border: 0;
  gap: 18px;
}

body.system-product-page .system-product-photo-grid.count-2 article {
  grid-template-rows: 300px auto;
}

body.system-product-page .system-product-photo-grid.count-1 {
  grid-template-columns: 1fr;
}

body.system-product-page .system-product-photo-grid.count-1 article.is-featured {
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
  grid-template-rows: minmax(390px, auto);
}

body.system-product-page .system-product-photo-grid.count-1 article.is-featured > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid var(--line);
}

body.system-product-page .system-product-photos.has-component-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading {
  position: static;
  display: grid;
  grid-template-columns: minmax(300px, 0.43fr) minmax(360px, 0.57fr);
  gap: 58px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading .section-label,
body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading h2 {
  grid-column: 1;
}

body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading > p:not(.section-label) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 510px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured {
  grid-template-columns: minmax(390px, 0.48fr) minmax(430px, 0.52fr);
  grid-template-rows: auto;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}

body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured figure {
  min-height: 470px;
  padding: 46px;
}

body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured > div {
  justify-content: flex-start;
  padding: 40px 42px 38px;
  border-left: 1px solid var(--line);
}

body.system-product-page .system-component-label {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.system-product-page .system-product-photo-grid article,
body.system-product-page .system-product-photo-grid article:first-child,
body.system-product-page .system-product-photo-grid.count-3 article:first-child {
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 230px auto;
  gap: 16px;
  border: 0;
  background: transparent;
}

body.system-product-page .system-product-photo-grid article:first-child > div {
  border-top: 0;
  border-left: 0;
}

body.system-product-page .system-product-photo-grid.count-3 article.is-featured:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
  grid-template-rows: 330px;
}

body.system-product-page .system-product-photo-grid.count-3 article.is-featured:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-left: 0;
}

body.system-product-page .system-product-photo-grid figure {
  overflow: hidden;
  padding: 20px;
  background: #f1f1ec;
}

body.system-product-page .system-product-photo-grid img {
  display: block;
  min-height: 0;
  max-height: 100%;
}

body.system-product-page .system-product-photo-grid article > div {
  padding: 0 2px 8px;
}

body.system-product-page .system-product-photo-grid h3 {
  font-size: 20px;
}

body.system-product-page .system-hardware-details {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
}

body.system-product-page .system-hardware-details div {
  padding: 18px 0 19px;
  border-top: 1px solid var(--line);
}

body.system-product-page .system-hardware-details dt {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Barlow", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

body.system-product-page .system-hardware-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

body.system-product-page .system-product-photo-grid article.is-documentary-contained {
  grid-template-rows: 300px auto;
}

body.system-product-page .system-product-photo-grid article.is-documentary-contained figure {
  padding: 12px;
  background: #f2f0eb;
}

body.system-product-page .system-product-photo-grid article.is-documentary-contained img {
  object-fit: contain;
}

body.system-product-page .system-product-note {
  margin-top: 22px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px !important;
  line-height: 1.6;
}

body.system-product-page .system-components figure {
  min-height: 360px;
  background: #eef2e8;
}

body.system-product-page .system-components p,
body.system-product-page .system-components li,
body.system-product-page .system-proof li {
  font-size: 16px;
}

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

body.system-product-page .system-detail-grid article {
  min-height: 160px;
  padding: 22px;
}

body.system-product-page .system-detail-grid h3 {
  font-size: 19px;
}

body.system-product-page .system-functions {
  padding: 54px;
  background: #0b1116;
}

body.system-product-page .system-functions figure {
  min-height: 300px;
}

body.system-product-page .system-functions li {
  min-height: 108px;
  padding: 22px 22px 22px 58px;
}

body.system-product-page .system-functions li::before {
  top: 22px;
  left: 22px;
}

body.system-product-page .system-chip-sections,
body.system-product-page .system-gallery {
  gap: 24px;
  background: transparent;
}

body.system-product-page .system-chip-sections {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.system-product-page .system-chip-sections article {
  min-height: 0;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
}

body.system-product-page .system-chip-sections span {
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

body.system-product-page .system-proof {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

body.system-product-page .system-usecases {
  padding: 54px;
  background: #0b1116;
}

body.system-product-page .system-usecases span {
  padding: 11px 14px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

body.system-product-page .system-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 72px;
  padding-bottom: 72px;
}

body.system-product-page .system-gallery.is-single {
  grid-template-columns: 1fr;
  width: var(--product-container);
  max-width: var(--product-container);
  margin-right: auto;
  margin-left: auto;
}

body.system-product-page .system-gallery.is-single.has-media-feature {
  width: var(--product-container);
  max-width: var(--product-container);
  margin-right: auto;
  margin-left: auto;
}

body.system-product-page .system-gallery article {
  grid-template-rows: 320px auto;
  border: 1px solid var(--line);
}

body.system-product-page .system-gallery.is-single article {
  grid-template-rows: auto auto;
}

body.system-product-page .system-gallery.is-single article > img {
  height: auto;
  min-height: 0;
  object-fit: contain;
}

body.system-product-page .system-gallery.has-media-feature article.is-media-feature {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  grid-template-rows: auto;
  background: #fff;
}

body.system-product-page .system-gallery.has-media-feature article.is-media-feature > .system-gallery-media {
  align-self: center;
  overflow: hidden;
  margin: 0;
  background: #4ca695;
}

body.system-product-page .system-gallery.has-media-feature article.is-media-feature > .system-gallery-media img {
  display: block;
  align-self: center;
  width: calc(100% + 4px);
  height: auto;
  margin: -2px;
  object-fit: contain;
  background: #4ca695;
}

body.system-product-page .system-gallery.has-media-feature article.is-media-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
}

body.system-product-page .system-gallery article > div {
  padding: 26px;
}

body.system-product-page .system-gallery h2 {
  font-size: 24px;
}

body.system-product-page .system-photo-mosaic {
  gap: 8px;
  padding: 12px;
}

body.system-product-page .system-gallery article.is-photo-mosaic {
  gap: 22px;
  border: 0;
  background: transparent;
}

body.system-product-page .system-gallery article.is-photo-mosaic .system-photo-mosaic {
  gap: 10px;
  height: auto;
  padding: 0;
  background: transparent;
}

body.system-product-page .system-gallery article.is-photo-mosaic .system-photo-mosaic img {
  height: auto;
  aspect-ratio: 520 / 402;
  border: 0;
  border-radius: 4px;
  background: #f3f3ee;
}

body.system-product-page .system-gallery article.is-photo-mosaic > div:last-child {
  max-width: 760px;
  padding: 0;
}

body.system-product-page .system-gallery article.is-photo-mosaic > div:last-child p {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 22px;
    font-size: 14px;
  }

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

  .card-grid.three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  body.product-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.system-product-page .system-hero-block,
  body.product-page .section,
  body.product-detail-page .product-hero {
    width: min(1060px, calc(100% - 40px));
    max-width: min(1060px, calc(100% - 40px));
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
    --container: calc(100% - 32px);
  }

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

  .logo {
    width: 148px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: grid;
    height: auto;
    max-height: calc(100svh - var(--header-height));
    overflow: auto;
    gap: 0;
    padding: 0 16px 26px;
    color: var(--ink);
    background: var(--white);
    transform: translateY(-115%);
    transition: transform 180ms var(--ease);
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .main-nav > a,
  .nav-item > a,
  .nav-link,
  .language-switcher {
    min-height: 58px;
    height: auto;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }

  .main-nav > a::after,
  .nav-item > a::after,
  .nav-link::after {
    display: none;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
  }

  .has-mega.is-open .nav-link {
    color: var(--ink);
  }

  .nav-item {
    height: auto;
  }

  .mega-menu,
  .submenu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border-bottom: 0;
    box-shadow: none;
  }

  .has-mega:hover .mega-menu,
  .has-submenu:hover .submenu {
    display: none;
  }

  .has-mega.is-open .mega-menu,
  .has-submenu .submenu {
    position: static;
    top: auto;
    left: auto;
    display: block;
  }

  .mega-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px 0 26px;
  }

  .mega-column h2 {
    min-height: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 21px;
  }

  .mega-column a,
  .submenu a {
    padding: 7px 0;
    font-size: 16px;
  }

  .language-switcher {
    justify-content: flex-start;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
  }

  .language-code {
    color: var(--ink);
  }

  .page-hero {
    min-height: 620px;
  }

  .home-hero,
  .page-header,
  .product-hero {
    margin-top: var(--header-height);
  }

  .home-hero {
    min-height: 720px;
  }

  .home-hero-content {
    padding-bottom: 54px;
  }

  .home-hero h1 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .page-header {
    padding: 58px 16px 42px;
  }

  .page-header h1 {
    font-size: clamp(32px, 9.5vw, 48px);
    line-height: 1.06;
  }

  .product-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 74px 16px;
  }

  .product-hero figure {
    min-height: 310px;
    padding: 28px;
  }

  .page-hero-content {
    padding-bottom: 64px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .page-hero-content > p:not(.kicker) {
    font-size: 17px;
  }

  .section {
    padding: 74px 16px;
  }

  .home-scenes,
  .office-map-wrap,
  .brand-grid,
  .office-strip {
    grid-template-columns: 1fr;
  }

  .scene-panel {
    min-height: 460px;
    padding: 28px;
  }

  .intro-grid,
  .about-lead,
  .sustainability-lead,
  .system-layout,
  .system-hero-block,
  .system-product-photos,
  .system-components,
  .system-detail-section,
  .system-functions,
  .system-chip-sections,
  .system-proof,
  .system-gallery,
  .contact-layout,
  .detail-cta,
  .split-cta,
  .footer,
  .dealer-cta article {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dealer-copy,
  .dealer-action {
    padding: 26px;
  }

  .system-hero-block {
    min-height: 0;
  }

  .system-hero-copy {
    padding: 58px 16px;
  }

  .system-hero-copy h2 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.08;
  }

  .system-hero-media {
    min-height: 360px;
  }

  .system-hero-media img {
    padding: 18px;
  }

  .system-stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .system-stats article {
    padding: 18px;
  }

  .system-stats strong {
    font-size: 28px;
  }

  .system-components,
  .system-product-photos,
  .system-detail-section,
  .system-functions,
  .system-proof {
    gap: 34px;
  }

  .system-model {
    margin-bottom: 22px;
  }

  .system-model strong {
    font-size: clamp(28px, 9vw, 38px);
  }

  .system-components figure {
    min-height: 310px;
  }

  .system-product-photos-heading {
    position: static;
  }

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

  .system-product-photo-grid article,
  .system-product-photo-grid article:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto;
  }

  .system-product-photo-grid article:first-child > div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .system-components h2,
  .system-product-photos h2,
  .system-detail-heading h2,
  .system-functions h2,
  .system-chip-sections h2,
  .system-proof h2,
  .system-usecases h2 {
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.12;
  }

  .system-detail-heading {
    position: static;
  }

  .system-detail-grid,
  .system-functions ol {
    grid-template-columns: 1fr;
  }

  .system-detail-grid article,
  .system-functions li {
    min-height: 0;
  }

  .system-chip-sections {
    padding: 0;
  }

  .system-chip-sections article {
    min-height: 0;
    padding: 42px 16px;
  }

  .system-gallery article {
    grid-template-rows: 300px auto;
  }

  .system-photo-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }

  .system-functions figure {
    min-height: 0;
  }

  .system-gallery article > div {
    padding: 24px;
  }

  .system-usecases div {
    gap: 8px;
  }

  .system-usecases span {
    padding: 11px 12px;
    font-size: 12px;
  }

  .office-strip p {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .office-strip p:last-child {
    border-bottom: 0;
  }

  .footer-contact {
    min-width: 0;
    padding-left: 0;
    border-left: 0;
  }

  .card-grid.two,
  .proof-grid,
  .product-grid,
  .sustainability-pillars {
    grid-template-columns: 1fr;
  }

  .sustainability-pillars article {
    min-height: 0;
    padding: 28px;
  }

  .sustainability-pillars span {
    margin-bottom: 36px;
  }

  .content-card {
    min-height: 0;
    grid-template-rows: 250px auto;
  }

  .product-card {
    grid-template-rows: 260px auto;
  }

  .detail-cta {
    display: grid;
  }

  .language-switcher {
    min-width: 100%;
  }

  .language-label {
    max-width: none;
    color: var(--ink);
  }

  .world-map {
    min-height: 360px;
  }

  .cta-band {
    display: grid;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  :root {
    --product-container: calc(100% - 32px);
    --product-container-wide: calc(100% - 32px);
  }

  body.product-page .page-header {
    padding: 48px 0 36px;
  }

  body.product-page .page-header > div,
  body.product-page .section,
  body.system-product-page .system-hero-block,
  body.product-detail-page .product-hero {
    width: var(--product-container);
    max-width: var(--product-container);
  }

  body.product-page .section {
    padding: 56px 0;
  }

  body.product-page .page-header h1,
  body.product-detail-page .product-hero h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  body.product-page .page-header p:not(.kicker),
  body.product-detail-page .product-hero p:not(.kicker) {
    font-size: 16px;
  }

  body.product-detail-page .product-hero {
    margin: calc(var(--header-height) + 36px) auto 0;
    padding: 0 0 48px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.product-detail-page .product-hero figure {
    min-height: 300px;
    padding: 24px;
  }

  body.product-page .product-grid,
  body.system-product-page .system-product-photo-grid,
  body.system-product-page .system-detail-grid,
  body.system-product-page .system-functions ol,
  body.system-product-page .system-chip-sections,
  body.system-product-page .system-gallery {
    grid-template-columns: 1fr;
  }

  body.system-product-page .system-hero-block {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  body.system-product-page .system-hero-copy {
    padding: 32px 24px;
  }

  body.system-product-page .system-hero-copy h2,
  body.system-product-page .system-product-photos h2,
  body.system-product-page .system-components h2,
  body.system-product-page .system-detail-heading h2,
  body.system-product-page .system-functions h2,
  body.system-product-page .system-chip-sections h2,
  body.system-product-page .system-proof h2,
  body.system-product-page .system-usecases h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  body.system-product-page .system-hero-media {
    grid-template-rows: auto auto;
    align-self: start;
    min-height: 0;
    height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  body.system-product-page .system-hero-media img {
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 18px;
  }

  body.system-product-page .system-hero-media.has-photo img {
    padding: 0;
  }

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

  body.system-product-page .system-product-photos,
  body.system-product-page .system-components,
  body.system-product-page .system-detail-section,
  body.system-product-page .system-functions,
  body.system-product-page .system-proof,
  body.product-page .intro-grid,
  body.product-page .system-layout,
  body.product-page .split-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.system-product-page .system-product-photos-heading,
  body.system-product-page .system-detail-heading {
    position: static;
  }

  body.system-product-page .system-product-photo-grid article,
  body.system-product-page .system-product-photo-grid article:first-child,
  body.system-product-page .system-product-photo-grid.count-3 article:first-child {
    grid-template-rows: 220px auto;
  }

  body.system-product-page .system-product-photo-grid.count-3 article.is-featured:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 250px auto;
  }

body.system-product-page .system-product-photo-grid.count-3 article.is-featured:first-child > div {
    border-top: 0;
    border-left: 0;
  }

  body.system-product-page .system-product-photo-grid article.is-documentary-contained {
    grid-template-rows: 230px auto;
  }

  body.system-product-page .system-product-photo-grid.count-2 article {
    grid-template-rows: 230px auto;
  }

  body.system-product-page .system-product-photo-grid.count-1 article.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: 250px auto;
  }

  body.system-product-page .system-product-photo-grid.count-1 article.is-featured > div {
    border-top: 0;
    border-left: 0;
  }

  body.system-product-page .system-product-photos.has-component-details {
    gap: 28px;
  }

  body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 24px;
  }

  body.system-product-page .system-product-photos.has-component-details .system-product-photos-heading > p:not(.section-label) {
    grid-column: 1;
    grid-row: auto;
    font-size: 16px;
  }

  body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured {
    grid-template-columns: 1fr;
    grid-template-rows: 270px auto;
  }

  body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured figure {
    min-height: 0;
    padding: 24px;
  }

  body.system-product-page .system-product-photos.has-component-details .system-product-photo-grid.count-1 article.is-featured > div {
    padding: 26px 24px 18px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  body.system-product-page .system-hardware-details dt {
    font-size: 17px;
  }

  body.system-product-page .system-hardware-details dd {
    font-size: 14px;
  }

  body.system-product-page .system-components figure {
    min-height: 280px;
  }

  body.system-product-page .system-functions,
  body.system-product-page .system-usecases,
  body.product-page .detail-cta,
  body.product-page .cta-band {
    padding: 32px 24px;
  }

  body.system-product-page .system-functions figure {
    min-height: 220px;
  }

  body.system-product-page .system-chip-sections,
  body.system-product-page .system-gallery {
    gap: 18px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.system-product-page .system-chip-sections article,
  body.system-product-page .system-gallery article > div {
    padding: 24px;
  }

  body.system-product-page .system-gallery article {
    grid-template-rows: 260px auto;
  }

  body.system-product-page .system-gallery.is-single article {
    grid-template-rows: auto auto;
  }

  body.system-product-page .system-gallery.is-single.has-media-feature {
    width: var(--product-container);
    max-width: var(--product-container);
  }

  body.system-product-page .system-gallery.has-media-feature article.is-media-feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  body.system-product-page .system-gallery.has-media-feature article.is-media-feature > .system-gallery-media img {
    height: auto;
    min-height: 0;
  }

  body.system-product-page .system-gallery.has-media-feature article.is-media-feature > div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  body.system-product-page .system-photo-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.product-page .detail-cta {
    display: grid;
    justify-items: start;
  }

  body.product-page .spec-table th,
  body.product-page .spec-table td {
    padding: 13px 14px;
    font-size: 14px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
