:root {
  --smartline-blue: #174a9b;
  --deep-navy: #0e2b54;
  --signal-cyan: #2c8db4;
  --steel-teal: #3f5a5e;
  --graphite: #2f3437;
  --mist: #eef4f7;
  --paper: #ffffff;
  --line: rgba(14, 43, 84, 0.14);
  --shadow: 0 24px 70px rgba(14, 43, 84, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--graphite);
  background: var(--mist);
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 128px;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #ffffff 0 150px, rgba(255, 255, 255, 0.96) 210px, rgba(255, 255, 255, 0.58) 330px, rgba(255, 255, 255, 0) 470px),
    radial-gradient(circle at 45% 34%, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(115deg, #276f9e 0%, #1d5f91 34%, #174a9b 58%, #0e2b54 100%);
}

body.home-page {
  overflow: hidden;
}

body.inner-page {
  background: var(--mist);
}

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

.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;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: clamp(18px, 3vw, 30px) clamp(16px, 3vw, 34px);
  pointer-events: none;
}

.inner-page .topbar {
  position: sticky;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(18px, 3vw, 42px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.brand {
  grid-column: 2;
  display: block;
  pointer-events: auto;
}

.inner-page .brand {
  grid-column: 1;
  justify-self: start;
}

.brand img {
  display: block;
  width: clamp(210px, 24vw, 380px);
  height: auto;
  border-radius: 2px;
}

.inner-page .brand img {
  width: clamp(250px, 24vw, 390px);
}

.site-nav {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: center;
  pointer-events: auto;
}

.home-page .site-nav {
  display: none;
}

.site-nav a {
  border-radius: 6px;
  padding: 10px 12px;
  color: rgba(14, 43, 84, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
  transition:
    background-color 180ms ease-in-out,
    color 180ms ease-in-out,
    transform 180ms ease-in-out;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--deep-navy);
  background: rgba(44, 141, 180, 0.1);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a {
    transition: none;
  }
}

.language-control {
  justify-self: end;
  grid-column: 3;
  pointer-events: auto;
}

.inner-page .language-control {
  grid-column: 3;
}

.language-control select {
  min-width: 70px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--deep-navy);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: 0;
}

.screen {
  min-height: 100vh;
  min-height: 100svh;
}

.inner-screen {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 247, 0.7) 420px, var(--mist)),
    var(--mist);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--signal-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

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

h1 {
  margin-bottom: 0;
  color: var(--deep-navy);
  font-size: clamp(2.05rem, 5.2vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(47, 52, 55, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.division-picker,
.division-grid {
  min-height: 100vh;
  min-height: 100svh;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0 150px, rgba(255, 255, 255, 0.96) 210px, rgba(255, 255, 255, 0.58) 330px, rgba(255, 255, 255, 0) 470px),
    radial-gradient(circle at 45% 34%, rgba(255, 255, 255, 0.16), transparent 20%),
    linear-gradient(115deg, #276f9e 0%, #1d5f91 34%, #174a9b 58%, #0e2b54 100%);
}

.division-grid::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(ellipse at 50% 56%, rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(90deg, transparent 0 42%, rgba(255, 255, 255, 0.045) 50%, transparent 58%);
  pointer-events: none;
}

.division-grid::after {
  display: none;
}

.flow-divider {
  position: absolute;
  top: 128px;
  bottom: 0;
  left: 50%;
  z-index: 4;
  width: min(22vw, 340px);
  height: calc(100% - 128px);
  overflow: visible;
  transform: translateX(-50%);
  pointer-events: none;
}

.flow-divider path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 0.42;
  vector-effect: non-scaling-stroke;
}

.division-card {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(28px, 7vw, 92px);
  padding-top: clamp(130px, 18vh, 210px);
  padding-bottom: clamp(42px, 9vh, 110px);
  color: var(--paper);
  background: transparent;
  cursor: pointer;
  isolation: isolate;
  transition: filter 180ms ease, transform 180ms ease;
}

.division-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.division-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(14, 43, 84, 0), rgba(14, 43, 84, 0.22));
}

.division-card:hover,
.division-card:focus-visible {
  filter: brightness(1.08);
}

.division-card:focus-visible {
  outline: 3px solid var(--signal-cyan);
  outline-offset: 4px;
}

.packaging-card::before {
  background: transparent;
}

.recycling-card::before {
  background: transparent;
}

.division-card h2 {
  max-width: 460px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.96;
  letter-spacing: 0;
  white-space: pre-line;
}

.inner-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(40px, 7vw, 86px) 0 80px;
}

.detail-hero {
  display: grid;
  min-height: 430px;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(28px, 6vw, 70px);
  scroll-margin-top: 128px;
  color: var(--paper);
  background:
    linear-gradient(140deg, rgba(14, 43, 84, 0.72), rgba(23, 74, 155, 0.72)),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(115deg, #276f9e, #174a9b 56%, #0e2b54);
}

.packaging-hero {
  background:
    linear-gradient(140deg, rgba(14, 43, 84, 0.58), rgba(23, 74, 155, 0.78)),
    linear-gradient(100deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 58px),
    linear-gradient(115deg, #276f9e, #2c8db4 48%, #0e2b54);
}

.recycling-hero {
  background:
    linear-gradient(140deg, rgba(14, 43, 84, 0.5), rgba(23, 74, 155, 0.82)),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(125deg, #3f5a5e, #174a9b 48%, #0e2b54);
}

.compact-hero {
  min-height: 340px;
}

.detail-hero > div {
  max-width: 760px;
}

.detail-hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.detail-hero h1 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(2.5rem, 6vw, 5.6rem);
}

.detail-hero p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.section-block {
  margin-top: clamp(34px, 6vw, 70px);
  scroll-margin-top: 128px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.seo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 60px) 0;
}

.seo-panel h2 {
  max-width: 620px;
  color: var(--deep-navy);
  font-size: clamp(1.9rem, 3vw, 3.4rem);
  line-height: 1.05;
}

.seo-panel p {
  margin-bottom: 18px;
  color: rgba(47, 52, 55, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

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

.seo-panel li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--deep-navy);
  font-weight: 750;
  line-height: 1.35;
}

.section-block h2 {
  margin-bottom: 14px;
  color: var(--deep-navy);
  font-size: clamp(1.8rem, 3.8vw, 3.4rem);
  line-height: 1.05;
}

.section-block p {
  color: rgba(47, 52, 55, 0.78);
  font-size: 1.02rem;
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

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

.brand-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
}

.brand-card,
.info-grid article {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.brand-card h3,
.info-grid h2 {
  margin-bottom: 12px;
  color: var(--deep-navy);
  font-size: 1.45rem;
  line-height: 1.14;
}

.brand-logos {
  display: flex;
  min-height: 58px;
  margin-bottom: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.brand-logos img {
  display: block;
  width: auto;
  max-width: min(210px, 48%);
  max-height: 54px;
  object-fit: contain;
}

.brand-logos img:only-child {
  max-width: min(180px, 70%);
}

.brand-type {
  margin-bottom: 18px;
  color: var(--signal-cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.product-card a {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 16px;
  background: var(--paper);
}

.product-card img.is-fallback {
  padding: 24px;
}

.product-hero img[src$=".png"],
.product-gallery img[src$=".png"],
.product-hero img[src*="/dcm-"],
.product-gallery img[src*="/dcm-"],
.product-hero img[src*="/arjes-impaktor-"],
.product-gallery img[src*="/arjes-impaktor-"] {
  object-fit: contain;
  padding: 20px;
  background: var(--paper);
}

.product-card div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}

.product-card:hover {
  box-shadow: 0 18px 50px rgba(14, 43, 84, 0.12);
}

.product-card h3 {
  margin-bottom: 12px;
  color: var(--deep-navy);
  font-size: clamp(1.28rem, 1.8vw, 1.86rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.product-card p:not(.brand-type) {
  margin-bottom: 0;
  color: rgba(47, 52, 55, 0.76);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.product-detail {
  border-top: 1px solid var(--line);
  padding: 24px;
  background: rgba(238, 244, 247, 0.72);
}

.product-detail ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 18px;
}

.product-detail li {
  color: rgba(47, 52, 55, 0.78);
  line-height: 1.55;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 247, 0.78));
  border: 1px solid var(--line);
}

.product-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 5rem);
}

.product-hero p:not(.eyebrow) {
  margin-bottom: 24px;
  color: rgba(47, 52, 55, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.product-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  background: var(--paper);
}

.product-spec-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-spec-list li {
  border-left: 3px solid var(--signal-cyan);
  border-radius: 6px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(47, 52, 55, 0.78);
  font-weight: 750;
}

.product-narrative p {
  margin-bottom: 18px;
}

.product-narrative p:last-child {
  margin-bottom: 0;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-grid li {
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(47, 52, 55, 0.78);
  font-weight: 730;
  line-height: 1.55;
}

.official-data {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.78);
}

.official-data .section-heading {
  max-width: 900px;
}

.official-data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.official-data-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(238, 244, 247, 0.72);
}

.official-data-grid h3 {
  margin-bottom: 14px;
  color: var(--deep-navy);
  font-size: 1.08rem;
}

.official-data-grid ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.official-data-grid li {
  color: rgba(47, 52, 55, 0.84);
  line-height: 1.55;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 48px);
  background: rgba(255, 255, 255, 0.86);
}

.download-panel p {
  margin-bottom: 0;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.secondary-button {
  border: 1px solid rgba(14, 43, 84, 0.14);
  background: var(--paper);
  color: var(--deep-navy);
}

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

.product-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  background: var(--paper);
}

.feature-band,
.contact-band {
  border-radius: 8px;
  padding: clamp(26px, 5vw, 54px);
}

.feature-band {
  color: var(--paper);
  background: linear-gradient(120deg, var(--deep-navy), var(--smartline-blue));
}

.feature-band h2 {
  color: var(--paper);
}

.feature-band ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-band li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-band div {
  max-width: 720px;
}

.text-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 18px;
  background: var(--smartline-blue);
  color: var(--paper);
  font-weight: 850;
  white-space: nowrap;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

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

.contact-copy article,
.contact-details,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.contact-copy article,
.contact-details {
  padding: 22px;
}

.contact-copy h2,
.contact-details h2 {
  margin-bottom: 10px;
  color: var(--deep-navy);
  font-size: 1.2rem;
}

.contact-details dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 0;
}

.contact-details div {
  border-left: 1px solid rgba(14, 43, 84, 0.1);
  padding-left: 18px;
}

.contact-details div:first-child {
  border-left: 0;
  padding-left: 0;
}

.contact-details dt {
  margin-bottom: 4px;
  color: var(--deep-navy);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.contact-details dd {
  margin: 0;
  color: rgba(47, 52, 55, 0.52);
  font-weight: 750;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--deep-navy);
  font-size: 0.86rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(14, 43, 84, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--graphite);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--signal-cyan);
  outline: 3px solid rgba(44, 141, 180, 0.18);
}

.contact-form .text-button {
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: rgba(47, 52, 55, 0.72);
  font-weight: 750;
}

.form-status[data-state="success"] {
  color: #1f7a55;
}

.form-status[data-state="error"] {
  color: #a23b3b;
}

.card-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--deep-navy);
  font-weight: 800;
}

.packaging-card {
  border-right: 0;
}

@media (max-width: 820px) {
  .topbar {
    grid-template-columns: 1fr auto;
    padding: 16px 14px;
  }

  .inner-page .topbar {
    grid-template-columns: 1fr auto;
  }

  .brand {
    grid-column: 1;
  }

  .brand img {
    width: min(280px, 68vw);
  }

  .language-control {
    grid-column: 2;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 10px;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

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

  .division-grid::before {
    background:
      radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.12), transparent 16%),
      linear-gradient(180deg, transparent 0 42%, rgba(255, 255, 255, 0.045) 50%, transparent 58%);
  }

  .flow-divider {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: min(20vh, 190px);
    height: 96vw;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .division-card {
    min-height: 50vh;
    min-height: 50svh;
    padding: 28px;
    padding-top: 128px;
    padding-bottom: 42px;
  }

  .packaging-card {
    border-bottom: 0;
  }
}

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

  .inner-page .brand {
    grid-column: 1;
  }

  .inner-page .brand img {
    width: min(350px, 64vw);
  }

  .inner-page .language-control {
    grid-column: 2;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 10px;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

  .product-grid,
  .product-hero,
  .product-gallery,
  .product-detail-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .download-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .topbar {
    align-items: start;
  }

  .language-control select {
    min-width: 62px;
    height: 34px;
    padding: 0 8px;
  }

  .division-card {
    min-height: 50vh;
    min-height: 50svh;
    padding: 22px;
    padding-top: 118px;
    padding-bottom: 34px;
  }

  .division-card h2 {
    margin-bottom: 18px;
  }

  .inner-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 28px;
  }

  .detail-hero {
    min-height: 360px;
  }

  .split-section,
  .seo-panel,
  .brand-grid,
  .info-grid,
  .product-grid,
  .feature-band ul,
  .contact-layout,
  .contact-copy,
  .contact-details dl,
  .form-grid,
  .product-detail-grid,
  .official-data-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .contact-details div,
  .contact-details div:first-child {
    border-left: 0;
    border-top: 1px solid rgba(14, 43, 84, 0.1);
    padding-left: 0;
    padding-top: 14px;
  }

  .seo-panel ul {
    grid-template-columns: 1fr;
  }

  .product-detail-grid li {
    min-height: 0;
  }

  .product-card img {
    aspect-ratio: 16 / 9;
  }

  .product-card div {
    padding: 20px;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-footer {
  margin-top: 80px;
  padding: 48px 24px 32px;
  border-top: 1px solid rgba(14, 43, 84, 0.12);
  background: #f7f9fc;
  color: #0e2b54;
  font-size: 14px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand img {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}

.footer-brand p {
  margin: 0;
  line-height: 1.5;
  opacity: 0.78;
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer nav h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px 0;
  opacity: 0.6;
}

.site-footer nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
}

.site-footer nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-copy {
  text-align: center;
  margin: 32px 0 0 0;
  opacity: 0.55;
  font-size: 12px;
}

.legal-shell .legal-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 880px;
}

.legal-block {
  padding: 20px 24px;
  background: #fff;
  border: 1px solid rgba(14, 43, 84, 0.08);
  border-radius: 8px;
}

.legal-block h2 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #0e2b54;
}

.legal-block p {
  margin: 0;
  line-height: 1.6;
  color: #374151;
  white-space: normal;
}

.contact-form label.form-consent {
  display: flex;
  grid-template-columns: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

.contact-form label.form-consent input[type="checkbox"] {
  margin: 4px 0 0 0;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 0;
  border: 1px solid rgba(14, 43, 84, 0.4);
}

.contact-form label.form-consent > span {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 400;
}

.contact-form label.form-consent a {
  color: var(--deep-navy, #0e2b54);
  text-decoration: underline;
  font-weight: 600;
}

.hp-field {
  position: absolute;
  left: -10000px;
  top: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-note {
  margin: 4px 0 0 0;
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .footer-shell {
    grid-template-columns: 1fr;
  }
}

.nav-item-with-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-item-with-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dropdown-caret {
  font-size: 0.7em;
  margin-left: 2px;
  opacity: 0.7;
  transition: transform 180ms ease;
}

/* Close button shown only on mobile sheet */
.dropdown-close {
  display: none;
}

.nav-item-with-dropdown:hover .dropdown-caret,
.nav-item-with-dropdown.is-open .dropdown-caret {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 480px;
  max-width: 92vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 28px;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid rgba(14, 43, 84, 0.1);
  border-radius: 10px;
  box-shadow: 0 18px 40px -12px rgba(14, 43, 84, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
  z-index: 50;
}

.nav-item-with-dropdown:hover .dropdown-menu,
.nav-item-with-dropdown:focus-within .dropdown-menu,
.nav-item-with-dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.dropdown-group h4 {
  margin: 0 0 10px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(14, 43, 84, 0.08);
  color: var(--deep-navy, #0e2b54);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.dropdown-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-group li a {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding: 8px 10px !important;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600 !important;
  color: var(--deep-navy, #0e2b54) !important;
  background: transparent !important;
  text-decoration: none;
  white-space: normal;
  transition: background-color 140ms ease;
}

.dropdown-group li a:hover {
  background: rgba(44, 141, 180, 0.08) !important;
  transform: none !important;
}

.dropdown-group .product-cat {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(14, 43, 84, 0.55);
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  /* Backdrop-filter creates a containing block that traps fixed positioning */
  .topbar {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Disable hover-to-open on narrow viewports — force click-to-open with portal */
  .nav-item-with-dropdown:hover .dropdown-menu,
  .nav-item-with-dropdown:focus-within .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
  }
  /* Re-enable when actually opened via JS (.is-open) */
  .nav-item-with-dropdown.is-open .dropdown-menu,
  .dropdown-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .nav-item-with-dropdown {
    position: static;
  }

  .dropdown-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    min-width: 0;
    transform: translateY(100%);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: calc(48px + env(safe-area-inset-top)) 18px calc(20px + env(safe-area-inset-bottom));
    box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 240ms cubic-bezier(0.32, 0.72, 0, 1);
    z-index: 9999;
  }

  /* Open state via menu's own class (works whether menu is portal'd to <body> or not) */
  .dropdown-menu.is-open,
  .nav-item-with-dropdown.is-open .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .dropdown-close {
    position: absolute;
    top: calc(8px + env(safe-area-inset-top));
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 43, 84, 0.06);
    border: 0;
    border-radius: 999px;
    color: var(--deep-navy, #0e2b54);
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 2;
    transition: background-color 140ms ease;
  }

  .dropdown-close:hover,
  .dropdown-close:active {
    background: rgba(14, 43, 84, 0.12);
  }

  body.nav-dropdown-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 43, 84, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 49;
    animation: dropdownBackdropFadeIn 200ms ease;
  }

  body.nav-dropdown-open {
    overflow: hidden;
  }

  @keyframes dropdownBackdropFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .dropdown-group {
    padding: 14px 16px;
    background: #f7f9fc;
    border-radius: 12px;
  }

  .dropdown-group h4 {
    margin: 0 0 10px 0;
    padding: 0 0 8px 0;
    font-size: 0.72rem;
    color: var(--deep-navy, #0e2b54);
    background: transparent;
  }

  .dropdown-group li a {
    padding: 12px 12px !important;
    font-size: 0.92rem;
    background: #fff !important;
    border-radius: 8px;
    margin-bottom: 4px;
  }

  .dropdown-group li a:hover,
  .dropdown-group li a:active {
    background: rgba(44, 141, 180, 0.12) !important;
  }

  .dropdown-caret {
    font-size: 0.8em;
  }

  .nav-item-with-dropdown.is-open .dropdown-caret {
    transform: rotate(180deg);
  }
}

.products-section {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.products-section .section-heading {
  margin-bottom: 4px;
}

.brand-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0 12px 0;
  border-bottom: 2px solid rgba(14, 43, 84, 0.12);
}

.brand-section-head h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 800;
  color: var(--deep-navy, #0e2b54);
  letter-spacing: -0.01em;
}

.brand-section-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(14, 43, 84, 0.55);
  background: rgba(44, 141, 180, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
