:root {
  --bg: #f5f2ea;
  --bg-soft: #fbf8f2;
  --panel: #ffffff;
  --panel-alt: #0f2237;
  --panel-deep: #081321;
  --text: #18202b;
  --muted: #687384;
  --line: rgba(24, 32, 43, 0.12);
  --line-strong: rgba(255, 255, 255, 0.12);
  --brand: #c4321b;
  --brand-deep: #8e2314;
  --brand-soft: #f6ddd8;
  --gold: #d4aa54;
  --shadow: 0 24px 70px rgba(8, 19, 33, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shell: min(1200px, calc(100vw - 40px));
  --shell-gutter: 20px;
  --site-header-height: 116px;
  --heading: "Bahnschrift", "DIN Alternate", "Segoe UI", sans-serif;
  --body: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  padding-top: var(--site-header-height);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.11), transparent 24%),
    linear-gradient(180deg, #fbf8f2 0%, #f3eee5 34%, #f9f7f2 100%);
}

body:not(.site-ready) [data-site-header],
body:not(.site-ready) main,
body:not(.site-ready) [data-site-footer],
body:not(.site-ready) [data-site-float] {
  visibility: hidden;
}

.home-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 44%, #f5f6f8 100%);
}

.products-page {
  background: #fff;
}

.product-detail-page {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 120px, #ffffff 100%);
}

.product-detail-shell {
  width: 100%;
  padding: 24px var(--shell-gutter) 88px;
}

.product-detail-breadcrumb {
  width: 90%;
  margin: 0 auto 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7a8492;
  font-size: 0.9rem;
}

.product-detail-breadcrumb strong {
  color: #1a2434;
  font-weight: 700;
}

.product-detail-hero {
  width: 90%;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 606px minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 88px 500px;
  gap: 18px;
}

.product-detail-gallery__thumbs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-detail-gallery__thumb {
  padding: 0;
  border: 1px solid rgba(214, 220, 228, 0.92);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-detail-gallery__thumb.is-active,
.product-detail-gallery__thumb:hover {
  border-color: #d3a336;
  box-shadow: 0 10px 24px rgba(14, 23, 38, 0.08);
  transform: translateY(-2px);
}

.product-detail-gallery__thumb img {
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.product-detail-gallery__stage {
  border: 1px solid rgba(221, 226, 233, 0.96);
  background:
    linear-gradient(180deg, #ffffff, #f7f8fa);
  width: 500px;
  height: 500px;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-detail-gallery__stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 28px;
  box-sizing: border-box;
}

.product-detail-summary {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 10px;
}

.product-detail-summary__eyebrow {
  color: #7a8595;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-detail-summary h1 {
  margin: 0;
  color: #172235;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
}

.product-detail-summary p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
  font-size: 0.98rem;
}

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

.product-detail-summary__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #24324a;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-detail-summary__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(226, 230, 236, 0.96);
  border-bottom: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-summary__fact {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(240, 242, 245, 0.96);
}

.product-detail-summary__fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.product-detail-summary__fact span {
  color: #8a94a6;
  font-size: 0.84rem;
}

.product-detail-summary__fact strong {
  color: #172235;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 4px;
}

.product-detail-button {
  min-width: 158px;
  border-radius: 0;
  letter-spacing: 0.02em;
}

.product-detail-button--ghost {
  background: #fff;
}

.product-detail-content-shell {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-detail-anchor {
  position: sticky;
  top: calc(var(--site-header-height) + 26px);
  display: grid;
  gap: 8px;
}

.product-detail-anchor a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(226, 230, 236, 0.96);
  background: #fff;
  color: #24324a;
  font-size: 0.93rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-detail-anchor a::after {
  content: "›";
  color: #98a2b3;
  font-size: 1rem;
}

.product-detail-anchor a:hover {
  border-color: #caa13d;
  background: #fbf6e8;
  color: #111827;
}

.product-detail-content {
  display: grid;
  gap: 42px;
}

.product-detail-panel {
  display: grid;
  gap: 24px;
}

.product-detail-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-detail-panel__eyebrow,
.product-detail-section-head span {
  color: #808b9b;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-detail-panel__head h2,
.product-detail-section-head h2 {
  margin: 8px 0 0;
  color: #172235;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
}

.product-detail-tab-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 620px);
  border-bottom: 1px solid rgba(224, 229, 236, 0.96);
}

.product-detail-tab {
  min-width: 0;
  min-height: 62px;
  padding: 10px 20px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-detail-tab:hover,
.product-detail-tab:focus-visible {
  color: #24324a;
  background: #faf8f2;
  outline: none;
}

.product-detail-tab.is-active {
  color: #d0a036;
  border-bottom-color: #d0a036;
  background: #fbf8ef;
}

.product-detail-tab-panel {
  display: grid;
  gap: 20px;
}

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

.product-detail-gallery-card {
  overflow: hidden;
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
}

.product-detail-gallery-card__media {
  min-height: 220px;
  background: #f5f7fa;
}

.product-detail-gallery-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-detail-gallery-card__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 8px;
}

.product-detail-gallery-card__body strong {
  color: #172235;
  font-size: 0.98rem;
}

.product-detail-gallery-card__body span,
.product-detail-gallery-card__body p {
  margin: 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.8;
}

.product-detail-gallery-card--info {
  background: linear-gradient(180deg, #fcfcfd, #f5f7fa);
}

.product-detail-spec-table {
  border-top: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-spec-table__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-spec-table__row span {
  color: #8a94a6;
}

.product-detail-spec-table__row strong {
  color: #172235;
  font-weight: 700;
}

.product-detail-richtext {
  color: #5d6676;
  line-height: 1.95;
}

.product-detail-richtext p {
  margin: 0 0 16px;
}

.product-detail-richtext img {
  max-width: 100%;
  height: auto;
}

.product-detail-richtext p[style*="text-align:center"] img,
.product-detail-richtext p[style*="text-align: center"] img,
.product-detail-richtext div[style*="text-align:center"] img,
.product-detail-richtext div[style*="text-align: center"] img,
.product-detail-richtext td[style*="text-align:center"] img,
.product-detail-richtext td[style*="text-align: center"] img,
.product-detail-richtext [align="center"] img {
  margin-left: auto;
  margin-right: auto;
}

.product-detail-story,
.product-detail-scene,
.product-detail-related {
  display: grid;
  gap: 20px;
}

.product-detail-story-grid {
  display: grid;
  gap: 26px;
}

.product-detail-story-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 300px;
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
}

.product-detail-story-card.is-reverse .product-detail-story-card__media {
  order: 2;
}

.product-detail-story-card.is-reverse .product-detail-story-card__body {
  order: 1;
}

.product-detail-story-card__media {
  min-height: 300px;
  overflow: hidden;
  background: #edf1f5;
}

.product-detail-story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-story-card__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px 32px;
}

.product-detail-story-card__body strong {
  color: #172235;
  font-size: 1.3rem;
  font-weight: 800;
}

.product-detail-story-card__body p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
}

.product-detail-scene__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: stretch;
}

.product-detail-scene__media {
  min-height: 360px;
  background: #eef2f5;
  overflow: hidden;
}

.product-detail-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-scene__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 24px 0;
}

.product-detail-scene__body p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
}

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

.product-detail-related-card {
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
  overflow: hidden;
}

.product-detail-related-card__media {
  display: block;
  min-height: 260px;
  background: #f5f7fa;
}

.product-detail-related-card__media img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 20px;
}

.product-detail-related-card__body {
  display: grid;
  gap: 12px;
  padding: 18px 18px 22px;
}

.product-detail-related-card__body h3 {
  margin: 0;
  color: #172235;
  font-size: 1.1rem;
}

.product-detail-related-card__body p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
  font-size: 0.93rem;
}

.product-detail-related-card__link {
  color: #c28f20;
  font-weight: 700;
}

.product-detail-empty {
  width: 90%;
  margin: 0 auto;
}

.products-banner {
  position: relative;
  width: 100%;
  height: var(--products-banner-height, 480px);
  min-height: var(--products-banner-height, 480px);
  max-height: var(--products-banner-height, 480px);
  overflow: clip;
  margin-top: 0;
  background: #cfd7df;
}

.products-banner__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 33, 0.32), rgba(8, 19, 33, 0.04) 48%, rgba(8, 19, 33, 0.2) 100%),
    url("/assets/images/scene-factory.svg") center/cover no-repeat;
}

.products-banner__inner {
  position: relative;
  z-index: 1;
  min-height: var(--products-banner-height, 480px);
  display: block;
  padding: 0;
}

.products-banner__copy {
  inset: 0;
  max-width: none;
  pointer-events: none;
}

.products-banner__copy[hidden],
.products-banner__product[hidden] {
  display: none !important;
}

.products-banner__copy .home-banner__copy-field {
  pointer-events: auto;
}

.products-banner__copy .hero-kicker,
.products-banner__copy .hero-title,
.products-banner__copy .hero-summary {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.products-banner__product {
  left: 56%;
  top: 12%;
  width: 34%;
}

.products-banner__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(4, 12, 22, 0.28));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 34, 55, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 70%);
  z-index: -1;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-solid {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.header-shell {
  width: 100%;
  margin: 0;
  padding: 28px var(--shell-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid rgba(24, 32, 43, 0.12);
  background: #fff;
  flex-wrap: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 30, 48, 0.08);
}

.brand-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.brand-name {
  margin: 0;
  color: #1e2635;
  font-family: var(--heading);
  font-size: clamp(1.58rem, 3.1vw, 2.42rem);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-sub {
  margin: 4px 0 0;
  color: #4f5b6d;
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 1.8vw, 40px);
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  flex-wrap: nowrap;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2px;
  border-radius: 0;
  color: #1f2a3b;
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
  flex: 0 0 auto;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #111827;
  background: transparent;
  transform: none;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  height: 3px;
  background: #e21b1b;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  flex: 0 0 auto;
}

.header-lang {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 142px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.header-lang.is-readonly {
  min-width: 136px;
}

.header-lang__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px 10px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #cf1515 0%, #b90505 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(137, 8, 8, 0.22);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.header-lang__trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(137, 8, 8, 0.28);
}

.header-lang__trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 2px;
}

.header-lang__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.header-lang__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-lang__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-lang__caret {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.96);
  transition: transform 0.2s ease;
}

.header-lang.is-open .header-lang__caret {
  transform: rotate(180deg);
}

.header-lang__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 104px;
  padding: 6px 0;
  border: 0;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(18, 30, 48, 0.16);
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.header-lang.is-open .header-lang__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-lang__menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.header-lang__option {
  display: block;
  width: 100%;
  padding: 9px 18px;
  border: 0;
  background: #ffffff;
  color: #1c2738;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}

.header-lang__option:hover {
  background: #f4f6f9;
}

.header-lang__option.is-active {
  background: #b90505;
  color: #ffffff;
}

.header-lang__option:focus-visible {
  outline: 2px solid rgba(185, 5, 5, 0.34);
  outline-offset: -2px;
}

.nav-search {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7b8797;
}

.nav-search__icon {
  font-size: 1.3rem;
}

.header-search-panel {
  max-height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: max-height 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}

.site-header.is-search-open .header-search-panel {
  max-height: 300px;
  opacity: 1;
}

.header-search-panel__inner {
  position: relative;
  width: 100%;
  padding: 34px var(--shell-gutter) 34px;
}

.header-search-form {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 124px;
  align-items: center;
  gap: 0;
  min-height: 68px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(224, 228, 235, 0.9);
  box-shadow: 0 12px 30px rgba(18, 30, 48, 0.08);
  overflow: hidden;
}

.header-search-scope {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(224, 228, 235, 0.9);
}

.header-search-scope select {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 24px;
  border: 0;
  background: transparent;
  color: #505b6b;
  appearance: none;
  outline: none;
  font-size: 1rem;
}

.header-search-scope::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #b4bcc8;
  transform: translateY(-25%);
  pointer-events: none;
}

.header-search-input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 24px;
  border: 0;
  outline: none;
  background: transparent;
  color: #1f2a3b;
  font-size: 1.05rem;
}

.header-search-input::placeholder {
  color: #a4adbb;
}

.header-search-submit {
  height: 100%;
  border: 0;
  background: linear-gradient(135deg, #d71010, #b90d0d);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.header-search-close {
  position: absolute;
  right: var(--shell-gutter);
  top: 10px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #24324a;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span {
  margin-top: 6px;
  margin-bottom: 6px;
}

body.nav-open .menu-toggle span {
  opacity: 0;
}

body.nav-open .menu-toggle::before {
  transform: translateY(8px) rotate(45deg);
}

body.nav-open .menu-toggle::after {
  transform: translateY(-8px) rotate(-45deg);
}

.home-banner {
  position: relative;
  height: 800px;
  min-height: 800px;
  max-height: 800px;
  overflow: hidden;
  margin-top: calc(var(--site-header-height) * -1);
  background: #eae7e1;
}

.home-banner .hero-track {
  height: 800px;
  min-height: 800px;
  max-height: 800px;
}

.home-banner .hero-slide {
  background: #d9d3c6;
}

.home-banner__media,
.home-banner__veil {
  position: absolute;
  inset: 0;
}

.home-banner__media {
  background:
    linear-gradient(90deg, rgba(10, 22, 36, 0.34), rgba(10, 22, 36, 0.08) 34%, rgba(255, 255, 255, 0) 60%),
    url("/assets/images/scene-factory.svg") center/cover no-repeat;
  transform: scale(1.02);
}

.home-banner__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(4, 12, 22, 0.38) 0%, rgba(4, 12, 22, 0.2) 24%, rgba(4, 12, 22, 0) 54%);
}

.home-banner__content {
  left: clamp(12px, var(--hero-content-x, 8%), calc(100% - var(--hero-content-width, 38%) - 12px));
  top: var(--hero-content-y, 14%);
  width: min(var(--hero-content-width, 38%), calc(100% - 24px));
  max-width: none;
  min-height: 0;
  gap: 14px;
  color: #fff;
}

.home-banner__copy-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-banner__copy-field {
  position: absolute;
  left: clamp(12px, var(--hero-copy-x, 8%), calc(100% - var(--hero-copy-width, 38%) - 12px));
  top: var(--hero-copy-y, 14%);
  width: min(var(--hero-copy-width, 38%), calc(100% - 24px));
  max-width: calc(100% - 24px);
  margin: 0;
  pointer-events: auto;
}

.home-banner__product {
  left: clamp(12px, var(--hero-image-x, 56%), calc(100% - var(--hero-image-width, 34%) - 12px));
  top: clamp(calc(var(--site-header-height) + 8px), var(--hero-image-y, 12%), calc(100% - 160px));
  bottom: 60px;
  width: min(var(--hero-image-width, 34%), calc(100% - 24px));
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.home-banner .home-banner__product img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

.home-banner__eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.home-banner__title {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.08;
}

.home-banner__summary {
  color: rgba(255, 255, 255, 0.88);
}

.home-banner .hero-kicker,
.home-banner .hero-title,
.home-banner .hero-summary {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.home-banner__dots {
  bottom: 28px;
}

.home-banner .hero-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.home-banner .hero-dot.is-active {
  width: 28px;
  background: #f54e2d;
}

.home-overview-section,
.home-cases-section,
.home-group-section,
.home-products-section,
.home-news-section,
.home-certs-section {
  width: 100%;
}

.home-page > .section-shell {
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(15, 23, 42, 0.05),
    inset 0 -1px 0 rgba(15, 23, 42, 0.04);
}

.home-products-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.home-overview-section {
  background: linear-gradient(180deg, #f3f5f7 0%, #eef1f4 100%);
}

.home-cases-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.home-group-section {
  background: linear-gradient(180deg, #f4f6f8 0%, #edf1f5 100%);
}

.home-news-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.home-certs-section {
  background: linear-gradient(180deg, #f2f4f7 0%, #eceff3 100%);
}

.home-inquiry-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.home-overview-section {
  padding-top: 54px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  align-items: stretch;
}

.home-overview__media {
  display: flex;
  align-self: stretch;
}

.home-overview__media .showcase-panel {
  flex: 1;
  height: 100%;
  align-self: stretch;
  min-height: 620px;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, #d6d3cb, #bdb1a0);
  box-shadow: none;
}

.home-overview__content {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 12px 0;
  min-height: 620px;
}

.home-overview__eyebrow {
  color: #d70c0c;
  font-family: var(--heading);
  font-size: clamp(1rem, 3.9vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home-overview__title {
  margin: 0;
  color: #1d2535;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700;
}

.home-overview__lead,
.home-overview__body {
  margin: 0;
  color: #6d7583;
  line-height: 1.95;
  text-align: justify;
}

.home-overview__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
  padding-top: 12px;
}

.home-overview__metric {
  position: relative;
  padding-right: 14px;
}

.home-overview__metric:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  width: 1px;
  background: rgba(210, 74, 58, 0.28);
}

.home-overview__metric strong {
  display: block;
  color: #222b39;
  font-family: var(--heading);
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-overview__metric span {
  display: block;
  margin-top: 8px;
  color: #7a8290;
  font-size: 0.94rem;
  line-height: 1.7;
}

.home-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.home-overview__note {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 16px 18px;
  border-left: 4px solid var(--brand);
  background: #f8f5ef;
  color: #606a79;
}

.home-overview__note strong {
  color: #1f2734;
  font-size: 1rem;
}

.home-section-head {
  margin-bottom: 34px;
}

.home-section-title {
  margin: 0;
  color: #1f2835;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
}

.home-section-line {
  width: 62px;
  height: 3px;
  background: #d42020;
}

.home-group-section {
  padding-top: 30px;
  padding-bottom: 58px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-cases-section {
  padding-top: 18px;
  padding-bottom: 54px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-cases-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 26px;
  align-items: start;
}

.home-case-feature,
.home-case-card {
  overflow: hidden;
  border: 1px solid rgba(220, 225, 233, 0.9);
  background: linear-gradient(180deg, #fff, #fbfbfb);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-case-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 420px;
}

.home-case-feature__media,
.home-case-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #203247, #0d1724);
}

.home-case-feature__media img,
.home-case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-case-feature__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 38px 34px;
}

.home-case-feature__eyebrow {
  color: #d42020;
  font-family: var(--heading);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-case-feature__body h3,
.home-case-card__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.35;
}

.home-case-feature__body p,
.home-case-card__body p {
  margin: 0;
  color: #6f7886;
  line-height: 1.85;
}

.home-case-grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 26px;
}

@media (min-width: 961px) {
  .home-case-card {
    height: clamp(280px, 18vw, 340px);
  }
}

.home-case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 197px;
}

.home-case-card__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 26px;
}

.home-case-card__body span {
  color: #d42020;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-case-card__body h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

.home-case-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-case-card__body .home-inline-link {
  width: fit-content;
  color: #d42020;
  font-weight: 700;
}

.home-case-card__body .home-inline-link:hover,
.home-case-card__body .home-inline-link:focus-visible {
  color: #9f1515;
}

.home-group-stage {
  overflow: hidden;
  border: 1px solid rgba(24, 32, 43, 0.06);
  background: #fff;
  box-shadow: 0 20px 60px rgba(18, 30, 48, 0.08);
}

.home-group-stage__top {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(7, 12, 20, 0.92);
  color: #fff;
}

.home-group-stage__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-group-stage__mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3f5f9, #dadddf);
  box-shadow: inset 0 0 0 8px #1d2431;
}

.home-group-stage__nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.home-group-stage__nav-item {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.home-group-stage__nav-item:hover,
.home-group-stage__nav-item:focus-visible,
.home-group-stage__nav-item.is-active {
  color: #fff;
}

.home-group-stage__nav-item.is-active {
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.home-group-stage__nav-item.is-static {
  cursor: default;
}

.home-group-feature {
  min-height: 580px;
  padding: 84px 62px 220px;
  display: grid;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.22)),
    var(--home-advantage-bg, url("/assets/images/scene-factory.svg")) center/cover no-repeat;
  color: #fff;
  transition: background-image 0.28s ease;
}

.home-group-feature__copy {
  max-width: 620px;
  display: grid;
  gap: 16px;
}

.home-group-feature__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-group-feature__eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.home-group-feature__copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}

.home-group-feature__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.9;
}

.home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
}

.home-inline-link::after {
  content: "→";
}

.home-group-grid {
  margin-top: -105px;
  padding: 0 28px 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-group-card {
  min-height: 332px;
  display: grid;
  grid-template-rows: 220px 1fr;
  background: rgba(17, 22, 28, 0.85);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.home-group-card.is-active {
  background: #dc0000;
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(168, 10, 10, 0.28);
}

.home-group-card:hover,
.home-group-card:focus-visible {
  transform: translateY(-5px);
}

.home-group-card__media {
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.08), rgba(12, 18, 24, 0.48)),
    #203040 center/cover no-repeat;
}

.home-group-card__body {
  padding: 20px 18px 20px;
}

.home-group-card__icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--heading);
  font-size: 1.1rem;
}

.home-group-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.home-group-card p {
  margin: 0;
  color: inherit;
  line-height: 1.75;
  font-size: 0.92rem;
}

.home-products-section {
  padding-top: 34px;
  padding-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-category-browser {
  display: grid;
  gap: 28px;
  padding: 12px 0 0;
}

.home-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.home-category-tab {
  min-width: 150px;
  padding: 14px 20px;
  border: 1px solid rgba(24, 32, 43, 0.18);
  background: #fff;
  color: #444d5d;
  font-size: 0.98rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-category-tab.is-active {
  border-color: #d60000;
  background: #d60000;
  color: #fff;
}

.home-category-panel {
  display: grid;
  gap: 22px;
}

.home-category-panel__intro {
  text-align: center;
}

.home-category-panel__intro p {
  margin: 0;
  color: #6f7886;
  line-height: 1.85;
}

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

.home-product-card {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-product-card__media {
  display: block;
  aspect-ratio: 1.06 / 0.82;
  background: linear-gradient(180deg, #fbfbfb, #f3f5f8);
}

.home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
}

.home-product-card__body {
  padding: 18px 20px 20px;
}

.home-product-card__body h3 {
  margin: 0 0 10px;
  color: #1f2835;
  font-size: 1.12rem;
  font-weight: 600;
}

.home-product-card__body p {
  margin: 0;
  color: #7b8391;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-product-card__footer {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(213, 219, 228, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f8b9d;
}

.home-product-card__link {
  color: inherit;
}

.home-product-card__arrow {
  font-size: 1.2rem;
  line-height: 1;
}

.home-news-section {
  padding-top: 30px;
  padding-bottom: 92px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-certs-section {
  padding-top: 12px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-inquiry-section {
  padding-top: 0;
  padding-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-certs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home-cert-card {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-cert-card__frame {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, #1c2f45, #0d1724);
  color: rgba(255, 255, 255, 0.92);
}

.home-cert-card__frame span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  font-family: var(--heading);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-cert-card__frame.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cert-card__body {
  display: grid;
  gap: 12px;
  padding: 22px 22px 24px;
}

.home-cert-card__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: 1.12rem;
}

.home-cert-card__body p {
  margin: 0;
  color: #6f7886;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-inquiry-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.home-inquiry-copy,
.home-inquiry-form-panel {
  overflow: hidden;
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.08);
}

.home-inquiry-copy {
  padding: 38px 34px;
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.2), transparent 22%),
    linear-gradient(145deg, #132235, #0b1726 62%, #09111c);
  color: #fff;
}

.home-inquiry-copy .eyebrow,
.home-inquiry-copy .section-title {
  color: #fff;
}

.home-inquiry-copy .eyebrow::before {
  background: rgba(255, 255, 255, 0.62);
}

.home-inquiry-copy .section-intro {
  color: rgba(255, 255, 255, 0.76);
  max-width: 540px;
}

.home-inquiry-points {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.home-inquiry-point {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-inquiry-point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-family: var(--heading);
}

.home-inquiry-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 0.94rem;
}

.home-inquiry-form-panel {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
}

.home-inquiry-form .field-grid {
  gap: 16px;
}

.field--full {
  grid-column: 1 / -1;
}

.home-inquiry-form textarea {
  min-height: 180px;
}

.home-inquiry-form__actions {
  margin-top: 18px;
}

.home-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: stretch;
}

.home-news-spotlight {
  display: grid;
  gap: 0;
}

.home-news-spotlight__media {
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.18)),
    url("/assets/images/scene-export.svg") center/cover no-repeat,
    linear-gradient(140deg, #293748, #101824);
}

.home-news-spotlight__caption {
  padding: 18px 22px;
  background: #121a24;
  color: #fff;
  line-height: 1.7;
}

.home-news-list {
  display: grid;
  gap: 12px;
}

.home-news-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 24px 20px;
  background: #f3f4f6;
  border: 1px solid rgba(221, 226, 233, 0.88);
}

.home-news-item.is-featured {
  background: #eceff2;
}

.home-news-item__date {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  color: #d21b1b;
}

.home-news-item__date strong {
  font-family: var(--heading);
  font-size: 2rem;
  line-height: 1;
}

.home-news-item__date span {
  color: #b05f5f;
  font-size: 0.94rem;
}

.home-news-item__body h3 {
  margin: 0 0 8px;
  color: #232b38;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
}

.home-news-item__body p {
  margin: 0;
  color: #7a8392;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-news-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.news-hero {
  position: relative;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  overflow: clip;
  background: #cfd7df;
}

.news-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 20, 32, 0.08), rgba(12, 20, 32, 0.08)),
    url("/assets/images/scene-rv.svg") center 34%/cover no-repeat;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 480px;
  display: block;
  padding: 0;
}

.news-hero__copy {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 14%;
  max-width: 38%;
  display: grid;
  gap: 22px;
}

.news-hero__copy .news-hero__eyebrow,
.news-hero__copy h1,
.news-hero__copy p {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.news-hero__copy h1,
.news-hero__copy p {
  color: #fff;
}

.news-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
}

.news-hero__product {
  position: absolute;
  z-index: 2;
  left: 56%;
  top: 12%;
  width: 34%;
}

.news-hero__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(4, 12, 22, 0.28));
}

.news-hero__product[hidden],
.page-hero__product[hidden],
[data-news-hero-actions][hidden],
[data-page-hero-actions][hidden] {
  display: none !important;
}

.news-page-toolbar-band {
  width: 100%;
  background: #fff;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  margin: 0 0 30px;
}

.news-page-shell {
  width: 90%;
  margin: 0 auto 56px;
  padding: 0 32px 54px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.news-page-toolbar {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 14px 34px;
  background: transparent;
  border: 0;
}

.news-page-toolbar__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.news-page-tab {
  position: relative;
  padding: 0 58px;
  border: 0;
  background: transparent;
  color: #30343b;
  font-size: 1.05rem;
  line-height: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.news-page-tab + .news-page-tab {
  margin-left: 0;
}

.news-page-tab + .news-page-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background: #d3d7dd;
  transform: translateY(-50%);
}

.news-page-tab.is-active {
  color: #1f2430;
  font-weight: 500;
}

.news-page-tab.is-active::after {
  content: none;
}

.news-page-toolbar__crumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #6f7681;
  font-size: 0.98rem;
  white-space: nowrap;
}

.news-page-toolbar__crumb::before {
  content: "";
  width: 18px;
  height: 24px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpath fill='%23ff6b00' d='M9 0C4.03 0 0 4.03 0 9c0 6.55 9 15 9 15s9-8.45 9-15c0-4.97-4.03-9-9-9Z'/%3E%3Ccircle cx='9' cy='9' r='3' fill='%23fff'/%3E%3C/svg%3E");
  flex: 0 0 18px;
}

.news-page-panel {
  padding-top: 10px;
}

.news-page-feature {
  display: block;
  padding: 38px 44px;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  box-shadow: none;
}

.news-page-feature--empty {
  background: #fafafa;
}

.news-page-feature__body {
  display: grid;
  align-content: start;
  gap: 16px;
}

.news-page-feature__eyebrow {
  color: #d32121;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-page-feature__body h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.45;
  color: #2a2f36;
  font-weight: 700;
}

.news-page-feature__meta,
.news-page-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #a0a6b0;
  font-size: 0.92rem;
}

.news-page-meta-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.news-page-meta-chip::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d3d8df;
  border-radius: 50%;
  flex: 0 0 14px;
}

.news-page-feature__body p {
  margin: 0;
  color: #676f7b;
  line-height: 1.95;
  font-size: 1rem;
}

.news-page-feature__more {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 24px;
  border: 1px solid #d32121;
  color: #d32121;
  text-decoration: none;
  font-size: 0.98rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.news-page-feature__more:hover {
  background: #d32121;
  color: #fff;
}

.news-page-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.news-page-list--placeholder {
  opacity: 0.72;
}

.news-page-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 58px;
  gap: 28px;
  align-items: center;
  padding: 34px 20px;
  border-top: 0;
  border-bottom: 1px solid #eceef1;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-page-item.is-placeholder {
  pointer-events: none;
}

.news-page-item:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(24, 32, 43, 0.08);
  border-bottom-color: transparent;
}

.news-page-item__date {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px 16px;
  background: #f3f3f3;
  border: 0;
  color: #d32121;
  transition: transform 0.22s ease, background 0.22s ease;
}

.news-page-item:hover .news-page-item__date {
  transform: translateY(-2px);
  background: #fff5f5;
}

.news-page-item__date strong {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 500;
}

.news-page-item__date span {
  font-size: 0.9rem;
  color: inherit;
}

.news-page-item__body h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #252c35;
  font-weight: 700;
}

.news-page-item__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-page-item__link:hover {
  color: #d32121;
}

.news-page-item__body p {
  margin: 12px 0 0;
  color: #66707d;
  line-height: 1.95;
  font-size: 1rem;
}

.news-page-item:hover .news-page-item__link {
  color: #d32121;
}

.news-page-item__arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e6e8ed;
  border-radius: 50%;
  color: #c0c5cd;
  text-decoration: none;
  font-size: 1.45rem;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.news-page-item__arrow:hover {
  transform: translateX(3px);
  border-color: #d32121;
  color: #d32121;
  background: rgba(211, 33, 33, 0.04);
}

.news-page-item:hover .news-page-item__arrow {
  transform: translateX(6px);
  border-color: #d32121;
  color: #d32121;
  background: rgba(211, 33, 33, 0.04);
}

.news-page-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.news-page-pagination__btn {
  min-width: 34px;
  height: 34px;
  border: 1px solid #d8dbe2;
  background: #fff;
  color: #333;
}

.news-page-pagination__btn.is-active {
  border-color: #d32121;
  background: #d32121;
  color: #fff;
}

.news-detail-card {
  padding: 30px 34px 36px;
  background: #fff;
  border: 1px solid #eceff3;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.news-detail-card__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #7a828e;
  text-decoration: none;
  font-size: 0.92rem;
}

.news-detail-card__back:hover {
  color: #d32121;
}

.news-detail-card__head {
  display: grid;
  gap: 12px;
}

.news-detail-card__tag {
  color: #d32121;
  font-size: 0.92rem;
}

.news-detail-card__head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.3;
  color: #1f2937;
}

.news-detail-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #8b94a1;
  font-size: 0.9rem;
}

.news-detail-card__summary {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid #d32121;
  color: #5f6977;
  line-height: 1.9;
}

.news-detail-card__cover {
  margin-top: 24px;
  overflow: hidden;
  background: #edf1f6;
}

.news-detail-card__cover img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.news-detail-card__content {
  margin-top: 28px;
  color: #2f3845;
  line-height: 1.95;
  font-size: 1rem;
}

.news-detail-card__content img {
  max-width: 100%;
  height: auto;
}

.news-detail-card__actions {
  margin-top: 24px;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: 92vh;
  margin-top: calc(var(--site-header-height) * -1);
  background: #091321;
}

.home-banner.hero {
  height: 800px;
  min-height: 800px;
  max-height: 800px;
}

.hero-track {
  position: relative;
  min-height: 92vh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 19, 33, 0.9) 20%, rgba(8, 19, 33, 0.52) 52%, rgba(8, 19, 33, 0.72) 100%),
    linear-gradient(180deg, rgba(8, 19, 33, 0.18), rgba(8, 19, 33, 0.66));
  z-index: 1;
}

.home-banner .hero-slide::before {
  background: none;
}

.hero-background,
.hero-media {
  position: absolute;
  inset: 0;
}

.hero-background {
  background-color: #0e1724;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-media img,
.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 22px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--heading);
  font-size: 0.95rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.86));
}

.hero-title {
  margin: 0;
  color: #fff;
  font-family: var(--body);
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.hero-summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.06rem;
  line-height: 1.9;
}

.slide-configurable-copy {
  font-size: var(--slide-font-size) !important;
}

.slide-configurable-copy:is(h1, .hero-title, .section-title) {
  white-space: nowrap;
}

.slide-configurable-copy.button,
.slide-configurable-copy .button {
  font-size: inherit !important;
}

.hero-product {
  position: absolute;
  z-index: 2;
}

.hero-product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-controls {
  position: absolute;
  right: var(--shell-gutter);
  bottom: 58px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-banner .hero-controls {
  left: 50%;
  right: auto;
  bottom: 28px;
  transform: translateX(-50%);
  justify-content: center;
}

.hero-dot {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hero-dot.is-active {
  background: var(--brand);
}

.hero-stats-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(8, 19, 33, 0.78), rgba(8, 19, 33, 0.58));
  backdrop-filter: blur(14px);
}

.hero-stats-shell {
  width: 100%;
  margin: 0;
  padding: 22px var(--shell-gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hero-stat {
  display: grid;
  gap: 8px;
}

.hero-stat strong {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section-shell {
  width: 100%;
  margin: 0;
  padding: 96px var(--shell-gutter);
}

.section-shell.compact {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-head {
  margin-bottom: 36px;
  display: grid;
  gap: 12px;
}

.section-head.centered {
  text-align: center;
  justify-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-family: var(--heading);
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

.section-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.section-intro {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.sitemap-page {
  display: grid;
  gap: 24px;
}

.sitemap-mobile-switch {
  display: none;
}

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

.sitemap-card {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.14), transparent 26%),
    #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.sitemap-card__head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.sitemap-card__head h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 1.55rem;
  color: #142033;
}

.sitemap-card__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.sitemap-link-list,
.sitemap-tree__children {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sitemap-link,
.sitemap-chip,
.sitemap-tree__root {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sitemap-link,
.sitemap-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 51, 0.12);
  background: #fff;
  color: #22354d;
  font-weight: 600;
}

.sitemap-link:hover,
.sitemap-chip:hover,
.sitemap-tree__root:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 36, 33, 0.28);
  color: #bf2421;
  box-shadow: 0 12px 24px rgba(191, 36, 33, 0.12);
}

.sitemap-tree {
  display: grid;
  gap: 18px;
}

.sitemap-tree__group {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.sitemap-tree__group:first-child {
  padding-top: 0;
  border-top: 0;
}

.sitemap-tree__root {
  color: #0f2340;
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 16px 30px rgba(196, 50, 27, 0.25);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.button.ghost {
  border-color: rgba(24, 32, 43, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.home-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: stretch;
}

.showcase-panel,
.content-panel,
.contact-card,
.news-card,
.product-card,
.resource-card,
.value-card,
.feature-card,
.service-step,
.category-card,
.contact-form,
.office-card,
.list-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.showcase-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(160deg, rgba(8, 19, 33, 0.18), rgba(8, 19, 33, 0.02)),
    linear-gradient(180deg, #dfd6c5 0%, #c4b7a1 100%);
}

.showcase-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(196, 50, 27, 0.14), transparent 48%),
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.42), transparent 24%);
  z-index: 1;
}

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

.showcase-caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 320px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8, 19, 33, 0.78);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.showcase-caption strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--heading);
  font-size: 1.3rem;
}

.content-panel {
  padding: 40px;
}

.content-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.95;
}

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

.metric {
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 248, 242, 0.92)),
    var(--panel);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3rem);
}

.metric span {
  display: block;
  color: var(--muted);
  line-height: 1.7;
}

.switchboard {
  display: grid;
  gap: 24px;
}

.tab-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.tab-trigger {
  width: 100%;
  padding: 18px 18px 16px;
  text-align: left;
  border: 1px solid rgba(24, 32, 43, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tab-trigger strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.tab-trigger span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tab-trigger.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), #a82618);
  color: #fff;
  box-shadow: 0 18px 34px rgba(196, 50, 27, 0.22);
  transform: translateY(-2px);
}

.tab-trigger.is-active span {
  color: rgba(255, 255, 255, 0.76);
}

.tab-panel {
  display: grid;
  gap: 24px;
}

.sub-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
}

.sub-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #10263d, #06101a);
}

.sub-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-copy {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 245, 238, 0.92));
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.sub-copy h3,
.product-panel h3 {
  margin: 0 0 14px;
  font-family: var(--heading);
  font-size: 1.85rem;
}

.sub-copy p,
.product-panel p,
.service-step p,
.news-card p,
.resource-card p,
.feature-card p,
.value-card p,
.office-card p,
.list-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.85;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--panel-alt);
  font-size: 0.88rem;
  font-weight: 600;
}

.products-grid,
.news-grid,
.value-grid,
.feature-grid,
.resource-grid,
.contact-grid,
.office-grid,
.category-grid {
  display: grid;
  gap: 18px;
}

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

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

.value-grid,
.feature-grid,
.resource-grid,
.contact-grid,
.office-grid,
.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="contact"] .contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: 90%;
  margin: 0 auto;
  align-items: stretch;
}

.product-card,
.news-card,
.resource-card,
.value-card,
.feature-card,
.contact-card,
.office-card,
.list-card,
.category-card {
  overflow: hidden;
}

.card-visual {
  position: relative;
  min-height: 220px;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(140deg, var(--card-a, #11253c), var(--card-b, #1d456b));
  color: #fff;
}

.card-visual::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.card-visual strong {
  position: relative;
  z-index: 1;
  font-family: var(--heading);
  font-size: 1.5rem;
}

.card-body {
  padding: 24px;
}

.card-body h3,
.card-body h4 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

.card-body h3 a,
.card-body h4 a {
  color: inherit;
}

.meta-line {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.meta-line strong {
  color: var(--brand);
}

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

.list-line li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.list-line li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.product-panel {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(24, 32, 43, 0.12);
}

.timeline-item {
  position: relative;
  padding-left: 58px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(196, 50, 27, 0.12);
}

.timeline-card {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.timeline-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
  font-family: var(--heading);
  font-size: 1.2rem;
}

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

.service-step {
  padding: 24px;
}

.service-step strong {
  display: block;
  margin-bottom: 10px;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1.2rem;
}

.service-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand);
  font-family: var(--heading);
  font-weight: 700;
}

.service-cases-layout {
  margin-top: 8px;
}

.service-case-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.service-case-link {
  display: block;
  color: inherit;
}

.service-case-link .home-case-feature,
.service-case-link .home-case-card,
.service-case-link .service-case-tile {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-case-link:hover .home-case-feature,
.service-case-link:hover .home-case-card,
.service-case-link:hover .service-case-tile {
  transform: translateY(-6px);
  border-color: rgba(196, 50, 27, 0.22);
  box-shadow: 0 24px 56px rgba(18, 30, 48, 0.12);
}

.service-case-tile {
  overflow: hidden;
  padding: 10px 10px 0;
  border-radius: 14px;
  border: 1px solid rgba(220, 225, 233, 0.9);
  background: linear-gradient(180deg, #fff, #fcfcfc);
  box-shadow: 0 8px 22px rgba(18, 30, 48, 0.06);
}

.service-case-tile.is-active {
  box-shadow: 0 16px 32px rgba(18, 30, 48, 0.12);
}

.service-case-tile__media {
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  background: linear-gradient(140deg, #203247, #0d1724);
}

.service-case-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-case-tile__body {
  position: relative;
  padding: 20px 16px 18px;
  text-align: center;
}

.service-case-tile__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(220, 225, 233, 0.9);
}

.service-case-tile.is-active .service-case-tile__body::before {
  background: #d42020;
}

.service-case-tile__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.45;
}

.service-case-tile.is-active .service-case-tile__body h3 {
  color: #d42020;
}

.service-case-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.service-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(196, 50, 27, 0.08);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-case-meta strong {
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1rem;
}

.service-case-detail-shell {
  position: relative;
  padding-top: 0;
}

.service-case-detail {
  display: grid;
  gap: 28px;
}

.service-case-detail__back {
  position: absolute;
  top: 20px;
  left: calc(var(--shell-gutter) + 20px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(8, 19, 33, 0.78);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(8, 19, 33, 0.22);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.service-case-detail__back:hover {
  color: #fff;
  background: rgba(8, 19, 33, 0.92);
  transform: translateY(-1px);
}

.service-case-detail__back::before {
  content: "\2190";
  font-size: 1rem;
}

.service-case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.service-case-hero__media {
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, #203247, #0d1724);
  box-shadow: var(--shadow);
}

.service-case-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-case-hero__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.service-case-hero__body .section-title {
  margin: 0;
}

.service-case-detail__eyebrow {
  color: var(--brand);
}

.service-case-hero__summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.service-case-detail__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.service-case-detail__panel {
  display: grid;
  gap: 14px;
}

.service-case-detail__panel h3 {
  margin: 0;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1.45rem;
}

.service-case-facts {
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.16), transparent 24%),
    linear-gradient(145deg, #132235, #0b1726 62%, #09111c);
  color: #fff;
  box-shadow: var(--shadow);
}

.service-case-facts strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--heading);
  font-size: 1.16rem;
}

.service-case-facts .list-line {
  gap: 12px;
}

.service-case-facts .list-line li {
  color: rgba(255, 255, 255, 0.78);
}

.service-case-facts .list-line li::before {
  background: #fff;
}

.service-case-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-case-related__grid .home-case-card {
  min-height: 100%;
  grid-template-columns: 1fr;
}

.service-case-related__grid .home-case-card__media {
  min-height: 220px;
}

.service-case-related__grid .home-case-card__body h3 {
  font-size: 1.25rem;
}

.cta-band {
  width: var(--shell);
  margin: 0 auto 108px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(196, 50, 27, 0.92), rgba(143, 35, 20, 0.98)),
    var(--brand);
  color: #fff;
  box-shadow: 0 28px 60px rgba(143, 35, 20, 0.25);
}

.cta-band h2 {
  margin: 0 0 10px;
  font-family: var(--heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.cta-band p {
  margin: 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.page-hero {
  position: relative;
  margin-top: calc(var(--site-header-height) * -1);
  padding: 190px 0 110px;
  overflow: clip;
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.24), transparent 22%),
    linear-gradient(135deg, #0b1828, #102b43 55%, #163a57);
  color: #fff;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 19, 33, 0.28), rgba(8, 19, 33, 0.18)),
    var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.page-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 var(--shell-gutter);
  display: grid;
  gap: 22px;
}

.page-hero .section-title,
.page-hero .section-intro {
  color: #fff;
}

.page-hero .section-intro {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}

.page-hero.page-hero--slide {
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.page-hero.page-hero--slide::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

.page-hero.page-hero--slide .page-hero-shell {
  position: absolute;
  z-index: 2;
  left: 8%;
  top: 14%;
  width: auto;
  max-width: 38%;
  margin: 0;
  padding: 0;
}

.page-hero.page-hero--slide .eyebrow,
.page-hero.page-hero--slide .section-title,
.page-hero.page-hero--slide .section-intro {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.page-hero.page-hero--slide .section-intro {
  max-width: none;
}

.page-hero__product {
  position: absolute;
  z-index: 2;
  left: 56%;
  top: 12%;
  width: 34%;
}

.page-hero__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(4, 12, 22, 0.28));
}

body[data-page="cases"] .page-hero {
  height: 480px;
  min-height: 480px;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body[data-page="cases"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

.about-page {
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f3ec 0%, #fbfaf7 24%, #f5f1e9 100%);
}

body[data-page="about"] .page-hero {
  margin-top: 0;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  padding: 0 var(--shell-gutter);
  display: flex;
  align-items: center;
}

body[data-page="contact"] .page-hero {
  margin-top: 0;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  padding: 0 var(--shell-gutter);
  display: flex;
  align-items: center;
}

body[data-page="about"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

body[data-page="contact"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

body[data-page="about"] .page-hero-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0;
}

body[data-page="contact"] .page-hero-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0;
}

body[data-page="about"] .about-page > .section-shell {
  width: 90%;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.about-overview {
  padding-top: 82px;
}

.about-overview__metrics {
  margin-top: 16px;
}

.about-photo-layout,
.about-capacity__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 26px;
  align-items: stretch;
}

.about-photo-stage {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: #102033;
  box-shadow: var(--shadow);
}

.about-photo-stage img,
.about-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-stage__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8, 19, 33, 0.68);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.about-photo-stage__caption strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 1.28rem;
}

.about-photo-grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-photo-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.about-photo-card__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 24px;
}

.about-photo-card__body h3 {
  margin: 0;
  font-size: 1.22rem;
  color: var(--panel-deep);
}

.about-photo-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

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

.about-rd__visual img {
  object-position: center right;
}

.about-quality__flow .service-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 245, 238, 0.92)),
    var(--panel);
}

.about-honor__layout {
  align-items: stretch;
}

.about-honor__visual {
  min-height: 560px;
}

.about-honor__grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.contact-form {
  padding: 30px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.92rem;
  color: var(--muted);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(24, 32, 43, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-captcha {
  display: flex;
  align-items: stretch;
  gap: 10px;
  max-width: 420px;
}

.form-captcha > input {
  flex: 1;
  min-width: 0;
}

.form-captcha__refresh {
  width: 132px;
  min-height: 50px;
  flex: 0 0 132px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 43, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
}

.form-captcha__refresh:hover:not(:disabled) {
  border-color: rgba(181, 48, 25, 0.55);
}

.form-captcha__refresh:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-captcha__refresh img,
.form-captcha__refresh span {
  display: block;
  width: 100%;
  height: 50px;
}

.form-captcha__refresh img {
  object-fit: cover;
}

.form-captcha__refresh span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
}

.form-status {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.form-status.is-success {
  color: #1c7c45;
}

.form-status.is-error {
  color: #b02a1d;
}

@media (max-width: 480px) {
  .form-captcha__refresh {
    width: 118px;
    flex-basis: 118px;
  }
}

.map-panel {
  position: relative;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 24%, rgba(212, 170, 84, 0.22), transparent 20%),
    linear-gradient(145deg, #d9ceb9, #c4b39b);
}

.contact-map-frame,
.contact-map-fallback {
  width: 100%;
  min-height: 360px;
}

.contact-map-frame {
  display: block;
  border: 0;
  background: #d7cfbe;
}

.contact-map-fallback {
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 32px;
  text-align: center;
  background:
    linear-gradient(rgba(15, 34, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  color: var(--panel-deep);
}

.contact-map-fallback strong,
.contact-map-card strong {
  font-family: var(--heading);
}

.contact-map-fallback p,
.contact-map-card span,
.contact-map-fallback__meta {
  color: var(--muted);
  line-height: 1.7;
}

.contact-map-fallback__meta {
  display: block;
}

.contact-map-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: 0 18px 40px rgba(8, 19, 33, 0.18);
  backdrop-filter: blur(10px);
}

.contact-map-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 19, 33, 0.88);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(8, 19, 33, 0.2);
}

.contact-map-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.map-graphic {
  position: relative;
  min-height: 360px;
  padding: 28px;
  background-image:
    linear-gradient(rgba(15, 34, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.map-graphic::before,
.map-graphic::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(8, 19, 33, 0.12);
}

.map-graphic::before {
  left: 18%;
  top: 24%;
  width: 42%;
  height: 22%;
  transform: rotate(-18deg);
}

.map-graphic::after {
  right: 16%;
  bottom: 22%;
  width: 34%;
  height: 18%;
  transform: rotate(28deg);
}

.pin {
  position: absolute;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(8, 19, 33, 0.9);
  color: #fff;
  box-shadow: 0 18px 40px rgba(8, 19, 33, 0.26);
}

.pin::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  background: rgba(8, 19, 33, 0.9);
}

.pin strong {
  font-family: var(--heading);
}

.is-empty-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(24, 32, 43, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  text-align: center;
}

.category-card__media {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: linear-gradient(145deg, #162536, #2a4d70);
}

.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.category-card__links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--panel-alt);
  font-size: 0.86rem;
  font-weight: 600;
}

.category-card__actions,
.news-card__actions {
  margin-top: 18px;
}

.products-directory {
  width: 100%;
  margin: 0;
  padding: 42px var(--shell-gutter) 80px;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.products-directory__sidebar {
  position: sticky;
  top: calc(var(--site-header-height) + 22px);
}

.products-directory__side-card {
  overflow: hidden;
  border: 1px solid rgba(226, 229, 235, 0.96);
  border-radius: 6px;
  background: #fff;
}

.products-directory__side-title {
  margin: 0;
  padding: 24px 18px 18px;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
}

.products-directory__nav {
  display: grid;
}

.products-directory__item {
  border-top: 1px solid rgba(235, 238, 243, 0.96);
}

.products-directory__category {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 0.98rem;
  text-align: left;
  line-height: 1.45;
  transition: background 0.2s ease, color 0.2s ease;
}

.products-directory__category.is-active,
.products-directory__category:hover {
  background: #f2f3f5;
}

.products-directory__caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #7b8794;
  border-bottom: 2px solid #7b8794;
  transform: rotate(45deg);
  transition: transform 0.28s ease;
  flex: 0 0 auto;
}

.products-directory__item.is-expanded .products-directory__caret {
  transform: rotate(225deg);
}

.products-directory__submenu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.24s ease;
  background: #f8f9fb;
}

.products-directory__item.is-expanded .products-directory__submenu {
  max-height: 480px;
  opacity: 1;
  transform: translateY(0);
}

.products-directory__submenu-inner {
  padding: 6px 0 10px;
}

.products-directory__subcategory {
  width: 100%;
  padding: 12px 18px 12px 32px;
  border: 0;
  background: transparent;
  color: #475467;
  font-size: 0.93rem;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.products-directory__subcategory:hover,
.products-directory__subcategory.is-active {
  color: #111827;
  background: rgba(255, 255, 255, 0.72);
  padding-left: 38px;
}

.products-directory__content {
  display: grid;
  gap: 26px;
}

.products-directory__intro-card {
  display: grid;
  gap: 18px;
}

.products-directory__headline {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.68fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px 32px;
  border: 1px solid rgba(226, 229, 235, 0.96);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.products-directory__headline-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.products-directory__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b68109;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.products-directory__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.products-directory__headline-copy h2 {
  margin: 0;
  color: #10203a;
  font-family: var(--body);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.1;
}

.products-directory__headline-copy p {
  margin: 0;
  color: #5e6a7d;
  line-height: 1.85;
  font-size: 1rem;
  max-width: 640px;
}

.products-directory__headline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-directory__headline-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #24324a;
  font-size: 0.9rem;
  font-weight: 600;
}

.products-directory__headline-visual {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(232, 235, 240, 0.96);
  background:
    radial-gradient(circle at top right, rgba(245, 198, 71, 0.12), transparent 24%),
    linear-gradient(180deg, #fcfcfd, #f4f6f8);
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 20px;
}

.products-directory__headline-visual img {
  width: 100%;
  max-width: 320px;
  height: 200px;
  object-fit: contain;
}

.products-directory__children {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-directory__children-note {
  color: #667085;
  font-size: 0.96rem;
  line-height: 1.8;
}

.products-directory__children a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(224, 227, 233, 0.92);
  background: #fff;
  color: #1f2937;
  font-size: 0.9rem;
}

.products-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.products-directory__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 8px;
}

.products-directory__page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-directory__page-btn {
  min-width: 110px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(226, 229, 235, 0.96);
  background: #fff;
  color: #111827;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.products-directory__page-btn:hover:not(:disabled) {
  border-color: #efb40a;
  background: #fdf3cf;
}

.products-directory__page-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.products-directory__page-state {
  color: #667085;
  font-size: 0.94rem;
}

.product-card--featured {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(234, 237, 241, 0.96);
  border-radius: 30px;
  background:
    linear-gradient(180deg, #ffffff, #fcfcfd);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card--featured:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 177, 20, 0.4);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.product-card__media {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px 22px 8px;
  background:
    radial-gradient(circle at bottom center, rgba(15, 23, 42, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff, #f6f7f9);
  border-bottom: 1px solid rgba(236, 239, 243, 0.9);
}

.product-card__media img {
  width: 100%;
  max-width: 230px;
  height: 210px;
  object-fit: contain;
}

.product-card--featured .card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 22px 22px;
  text-align: center;
}

.product-card__code {
  color: #c48a10;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card--featured .card-body h3 {
  margin: 0;
  color: #1f2937;
  font-family: var(--body);
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-card--featured .card-body p {
  margin: 0;
  color: #667085;
  line-height: 1.78;
  font-size: 0.93rem;
}

.product-card__footer {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 108px);
  gap: 10px;
  background: transparent;
}

.product-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #eab308;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7c521, #eab308);
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-card__action--ghost {
  border-color: rgba(214, 220, 228, 0.96);
  background: #fff;
  color: #344054;
}

.news-card__date {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-card__date em {
  font-style: normal;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.72);
}

.pin-main {
  left: 18%;
  top: 28%;
}

.pin-export {
  right: 18%;
  bottom: 18%;
}

.floating-rail {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 18;
  display: grid;
  gap: 4px;
}

.floating-action {
  width: 74px;
  min-height: 72px;
  padding: 8px 8px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 0;
  background: #df0505;
  color: #fff;
  box-shadow: 0 16px 30px rgba(168, 20, 20, 0.16);
}

.floating-action__glyph {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.floating-action__glyph svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

.floating-action__text {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #ededed;
  color: #475467;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-shell {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 56px var(--shell-gutter) 0;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 40px;
  align-items: start;
  padding-bottom: 22px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.footer-group {
  min-width: 0;
}

.footer-group h4 {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 700;
}

.footer-group__caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transform: translateY(1px);
}

.footer-group a {
  display: block;
  margin-bottom: 10px;
  color: #475467;
  font-size: 0.96rem;
  line-height: 1.7;
}

.footer-group a:hover {
  color: #0f172a;
}

.footer-side {
  display: flex;
  justify-content: flex-end;
  align-self: start;
  padding-right: 88px;
}

.footer-side__panel {
  width: min(100%, 320px);
  padding: 0;
  display: grid;
  gap: 0;
}

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

.footer-qr-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 0;
  text-align: center;
}

.footer-qr-card img {
  width: 112px;
  height: 112px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.footer-qr-card span {
  display: block;
  color: #344054;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
}

.footer-extra {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: start;
  padding: 4px 88px 28px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.footer-extra-summary {
  flex: 1 1 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  align-self: center;
  min-width: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
}

.footer-social__item {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #243246;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.footer-social__item:hover {
  background: #1a2534;
  transform: translateY(-1px);
}

.footer-contact-lines {
  flex: 1 1 620px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-content: flex-start;
  align-self: center;
}

.footer-contact-lines span {
  display: block;
  min-width: 210px;
  padding: 0;
  color: #475467;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-note {
  margin: 0;
  flex: 1 1 320px;
  max-width: 520px;
  padding: 0;
  color: #475467;
  font-size: 0.88rem;
  line-height: 1.72;
  text-align: left;
}

.footer-bottom {
  margin: 0 calc(var(--shell-gutter) * -1);
  padding: 14px var(--shell-gutter);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #e4e4e4;
}

.footer-meta {
  text-align: center;
  color: #667085;
  font-size: 0.94rem;
  line-height: 1.7;
}

.site-header.is-solid .header-shell {
  background: transparent;
  border-bottom-color: transparent;
}

.site-header.is-solid .header-search-panel {
  background: rgba(255, 255, 255, 0.98);
}

.site-header.is-solid .brand-name,
.site-header.is-solid .brand-sub,
.site-header.is-solid .site-nav a,
.site-header.is-solid .nav-search {
  color: #fff;
}

.site-header.is-solid .site-nav a.is-active::after {
  background: #ff3030;
}

@media (min-width: 1281px) and (max-width: 1600px) {
  .header-shell {
    gap: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    max-width: 410px;
    gap: 12px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    font-size: 1.68rem;
  }

  .site-nav {
    gap: clamp(14px, 1.1vw, 20px);
    margin-left: 0;
    margin-right: 0;
  }

  .site-nav a {
    font-size: 0.86rem;
  }

  .header-actions {
    gap: 8px;
  }

  .header-lang {
    min-width: 122px;
  }

  .header-lang__trigger {
    padding-left: 12px;
    padding-right: 10px;
  }
}

@media (min-width: 1081px) and (max-width: 1280px) {
  .header-shell {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 12px);
    padding: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.88);
    box-shadow: 0 18px 40px rgba(8, 19, 33, 0.24);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
  }

  .site-nav a.is-active::after {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-search,
  .header-lang {
    display: none;
  }

  .header-search-panel {
    display: none;
  }
}

@media (max-width: 1080px) {
  .menu-toggle {
    color: #1f2a3b;
    background: rgba(24, 32, 43, 0.06);
    box-shadow: inset 0 0 0 1px rgba(24, 32, 43, 0.12);
  }

  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track {
    height: 720px;
    min-height: 720px;
    max-height: 720px;
  }

  .news-page-toolbar-band {
    margin: 0 0 24px;
  }

  .news-page-shell {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto 44px;
    padding: 0 18px 36px;
  }

  .news-page-toolbar {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
    padding: 16px 18px 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-page-feature,
  .news-detail-card {
    padding: 28px 24px;
  }

  .news-page-item {
    grid-template-columns: 92px minmax(0, 1fr) 46px;
    gap: 20px;
    padding: 26px 12px;
  }

  .product-detail-hero,
  .product-detail-content-shell,
  .product-detail-scene__panel {
    grid-template-columns: 1fr;
  }

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

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

  .product-detail-story-card {
    grid-template-columns: 1fr;
  }

  .product-detail-story-card.is-reverse .product-detail-story-card__media,
  .product-detail-story-card.is-reverse .product-detail-story-card__body {
    order: initial;
  }

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

  .products-directory__sidebar {
    position: static;
  }

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

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

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

  .products-directory__pagination {
    flex-wrap: wrap;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 12px);
    padding: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.88);
    box-shadow: 0 18px 40px rgba(8, 19, 33, 0.24);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
  }

  .site-nav a.is-active::after {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-search,
  .header-lang {
    display: none;
  }

  .header-search-panel {
    display: none;
  }

  .home-overview,
  .home-cases-layout,
  .home-inquiry-shell,
  .home-news-layout,
  .sub-grid,
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .home-group-grid,
  .home-product-grid,
  .products-grid,
  .home-case-card,
  .home-case-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-case-grid {
    grid-template-rows: none;
  }

  .home-overview__media {
    display: block;
  }

  .news-grid,
  .value-grid,
  .feature-grid,
  .resource-grid,
  .contact-grid,
  .office-grid,
  .category-grid,
  .service-flow,
  .metric-row,
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-side {
    justify-content: flex-start;
    padding-right: 0;
  }

  .footer-side__panel {
    width: min(100%, 320px);
  }

  .footer-extra {
    flex-direction: column;
    padding-right: 0;
    gap: 14px;
  }

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

  .home-group-stage__top,
  .home-group-stage__nav {
    flex-wrap: wrap;
  }

  .home-group-feature {
    min-height: 560px;
    padding: 64px 32px 205px;
  }

  .home-group-card {
    min-height: 300px;
    grid-template-rows: 200px 1fr;
  }

  .service-case-hero,
  .service-case-detail__body {
    grid-template-columns: 1fr;
  }

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

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

  .about-photo-layout,
  .about-capacity__layout,
  .about-honor__layout {
    grid-template-columns: 1fr;
  }

  .about-photo-grid {
    grid-template-rows: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell-gutter: 12px;
  }

  .sitemap-page {
    gap: 14px;
  }

  .sitemap-mobile-switch {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: none;
  }

  .sitemap-mobile-switch::-webkit-scrollbar {
    display: none;
  }

  .sitemap-mobile-switch__button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(18, 32, 51, 0.1);
    border-radius: 999px;
    background: #fff;
    color: #1f2f46;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  }

  .sitemap-mobile-switch__button.is-active {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    box-shadow: 0 14px 28px rgba(196, 50, 27, 0.22);
  }

  .sitemap-grid {
    display: block;
  }

  .slide-configurable-copy {
    font-size: min(var(--slide-font-size), var(--slide-mobile-font-cap)) !important;
  }

  body[data-page="about"] .about-page > .section-shell {
    width: 100%;
    padding-left: var(--shell-gutter);
    padding-right: var(--shell-gutter);
  }

  .news-hero {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
  }

  .news-hero__inner {
    min-height: 380px;
  }

  .news-hero__copy {
    left: 8% !important;
    top: 14% !important;
    max-width: 42% !important;
  }

  .news-hero__product,
  .page-hero__product {
    left: 56% !important;
    top: 14% !important;
    width: 36% !important;
  }

  .news-page-shell {
    width: calc(100% - 16px);
    margin: 0 auto 32px;
    padding: 0 12px 28px;
  }

  .news-page-toolbar {
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 12px 12px;
  }

  .news-page-toolbar__tabs {
    gap: 10px;
  }

  .news-page-tab {
    min-height: 38px;
    padding: 0 22px;
    font-size: 0.94rem;
  }

  .news-page-tab + .news-page-tab {
    margin-left: 0;
  }

  .news-page-tab + .news-page-tab::before {
    left: 0;
    height: 16px;
  }

  .news-page-tab.is-active::after {
    bottom: -11px;
    left: 10px;
    right: 10px;
  }

  .service-case-meta {
    gap: 10px;
  }

  .service-case-catalog {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-case-detail__back {
    top: 12px;
    left: calc(var(--shell-gutter) + 12px);
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.94rem;
  }

  .service-case-hero__media {
    min-height: 280px;
  }

  .service-case-hero__body,
  .service-case-facts {
    padding: 24px 20px;
  }

  .service-case-detail__panel h3 {
    font-size: 1.24rem;
  }

  .service-case-related__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sitemap-card {
    display: none;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .sitemap-card.is-active {
    display: block;
  }

  .sitemap-card__head {
    gap: 8px;
    margin-bottom: 16px;
  }

  .sitemap-card__head h2 {
    font-size: 1.3rem;
  }

  .sitemap-card__head p {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .sitemap-link-list,
  .sitemap-tree__children {
    gap: 10px;
  }

  .sitemap-link,
  .sitemap-chip {
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 16px;
    line-height: 1.5;
  }

  .sitemap-tree {
    gap: 14px;
  }

  .sitemap-tree__group {
    gap: 10px;
    padding-top: 14px;
  }

  .sitemap-tree__root {
    font-size: 1rem;
  }

  .news-page-toolbar__crumb {
    font-size: 0.9rem;
    white-space: normal;
  }

  .news-page-panel {
    padding-top: 8px;
  }

  .news-page-feature,
  .news-detail-card {
    padding: 22px 16px;
  }

  .news-page-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .news-page-item__date {
    justify-self: start;
    width: 96px;
  }

  .news-page-item__arrow {
    justify-self: end;
  }

  .news-page-item__date strong {
    font-size: 2.5rem;
  }

  .news-page-feature__more {
    gap: 12px;
    padding: 10px 18px;
  }

  .news-detail-card__head h2 {
    font-size: 1.5rem;
  }

  .product-detail-shell {
    padding: 18px 12px 64px;
  }

  .product-detail-breadcrumb {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .product-detail-hero {
    gap: 20px;
    margin-bottom: 26px;
  }

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

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

  .product-detail-gallery__thumb img {
    height: 68px;
  }

  .product-detail-gallery__stage {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }

  .product-detail-gallery__stage img {
    min-height: 0;
    padding: 18px;
  }

  .product-detail-summary h1 {
    font-size: 2rem;
  }

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

  .product-detail-summary__fact:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 242, 245, 0.96);
  }

  .product-detail-summary__fact:last-child {
    border-bottom: 0;
  }

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

  .product-detail-tab-rail,
  .product-detail-gallery-grid,
  .product-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-spec-table__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-detail-story-card__body {
    padding: 24px 20px;
  }

  .product-detail-scene__body {
    padding: 0;
  }

  .products-banner {
    height: min(var(--products-banner-height, 380px), 380px);
    min-height: min(var(--products-banner-height, 380px), 380px);
    max-height: min(var(--products-banner-height, 380px), 380px);
  }

  .products-banner__inner {
    min-height: min(var(--products-banner-height, 380px), 380px);
  }

  .products-banner__product {
    left: 56% !important;
    top: 14% !important;
    width: 36% !important;
  }

  body[data-page="about"] .page-hero {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body[data-page="contact"] .page-hero {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-photo-stage,
  .about-honor__visual {
    min-height: 320px;
  }

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

  .about-photo-card img {
    min-height: 220px;
  }

  .about-photo-stage__caption,
  .about-photo-card__body {
    padding: 18px 16px;
  }

  .header-shell {
    padding: 24px 6px;
    gap: 10px;
  }

  .brand {
    max-width: calc(100% - 58px);
    gap: 10px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .brand-name {
    display: -webkit-box;
    font-size: 0.95rem;
    line-height: 1.15;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .brand-sub {
    font-size: 0.76rem;
  }

  .brand-copy {
    display: block;
    min-width: 0;
  }

  .page-hero {
    padding-left: 0;
    padding-right: 0;
  }

  body[data-page="cases"] .page-hero {
    height: 380px;
    min-height: 380px;
    margin-top: 0;
    padding: 0;
  }

  .page-hero.page-hero--slide {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
  }

  .page-hero.page-hero--slide .page-hero-shell {
    left: 8% !important;
    top: 14% !important;
    max-width: 42% !important;
  }

  .home-banner__content,
  .page-hero-shell {
    width: 100%;
  }

  .home-overview-section,
  .home-cases-section,
  .home-group-section,
  .home-products-section,
  .home-news-section,
  .home-certs-section,
  .home-inquiry-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-category-tabs {
    gap: 10px;
  }

  .home-category-tab {
    min-width: calc(50% - 10px);
    padding: 12px 10px;
    font-size: 0.95rem;
  }

  .products-directory {
    padding: 26px 12px 56px;
    gap: 18px;
  }

  .products-directory__headline {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .products-directory__headline-copy h2 {
    font-size: 2rem;
  }

  .products-directory__headline-visual {
    min-height: 190px;
    padding: 16px;
  }

  .products-directory__headline-visual img {
    max-width: 240px;
    height: 160px;
  }

  .products-directory__side-title,
  .products-directory__category {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-card__media {
    min-height: 240px;
    padding: 12px 12px 0;
  }

  .product-card__media img {
    max-width: 190px;
    height: 190px;
  }

  .product-card__footer {
    grid-template-columns: 1fr 92px;
  }

  .products-directory__page-btn {
    min-width: 92px;
  }

  .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  .home-banner__content {
    min-height: 0;
    gap: 10px;
    left: 50%;
    top: 246px;
    width: min(84vw, 320px);
    transform: translateX(-50%);
    justify-items: center;
    text-align: center;
  }

  .home-banner__copy-layer {
    padding: 236px 20px 84px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .home-banner__copy-field {
    position: static;
    width: min(84vw, 320px);
    max-width: calc(100vw - 40px);
    text-align: center;
  }

  .home-banner__copy-layer .slide-configurable-copy,
  .home-banner__copy-layer .hero-title,
  .home-banner__copy-layer .hero-summary {
    white-space: normal !important;
  }

  .home-banner__copy-layer .hero-summary {
    line-height: 1.55;
    max-width: min(76vw, 270px);
  }

  .home-banner__eyebrow {
    font-size: 0.82rem;
  }

  .home-banner__title {
    font-size: 1.7rem;
  }

  .home-banner__product {
    left: 50% !important;
    right: auto !important;
    top: calc(var(--site-header-height) + 28px) !important;
    bottom: auto;
    width: min(54vw, 208px) !important;
    max-width: calc(100vw - 48px);
    transform: translateX(-50%);
    justify-content: center;
  }

  .home-banner .home-banner__product img {
    width: 100%;
    height: auto;
    max-height: 126px;
    object-fit: contain;
    object-position: center top;
    filter: drop-shadow(0 12px 24px rgba(18, 30, 48, 0.12));
  }

  .home-banner__copy-layer .hero-actions {
    margin-top: 6px;
    justify-content: center;
  }

  .home-banner__content .hero-actions,
  .home-banner__copy-layer .hero-actions {
    width: 100%;
    justify-content: center;
  }

  .home-banner__content .hero-actions .button,
  .home-banner__copy-layer .hero-actions .button {
    min-height: 50px;
    padding: 0 24px;
  }

  .hero-product:not(.home-banner__product) {
    left: 50% !important;
    top: auto !important;
    right: 12px;
    bottom: 92px;
    width: min(44vw, 220px) !important;
    transform: translateX(-8%);
  }

  .home-banner .hero-controls {
    bottom: 22px;
  }

  .home-banner__content .hero-title,
  .home-banner__copy-layer .hero-title {
    overflow-wrap: anywhere;
    max-width: min(82vw, 288px);
    line-height: 1.04;
  }

  .home-banner__content .hero-summary,
  .home-banner__copy-layer .hero-summary {
    max-width: min(76vw, 270px);
    line-height: 1.5;
  }

  .products-banner__copy .home-banner__copy-field {
    left: clamp(20px, var(--hero-copy-x, 8%), calc(100% - var(--hero-copy-width, 72%) - 20px));
    top: max(28px, var(--hero-copy-y, 14%));
    width: min(var(--hero-copy-width, 72%), calc(100% - 40px));
    max-width: calc(100% - 40px);
  }

  .news-hero__copy,
  .page-hero.page-hero--slide .page-hero-shell {
    left: 20px !important;
    right: 20px;
    top: 28px !important;
    max-width: min(72%, 320px) !important;
  }

  .home-group-stage__top {
    padding: 16px 18px;
  }

  .home-group-feature {
    min-height: 320px;
    padding: 34px 20px 124px;
  }

  .home-group-feature__copy h3 {
    font-size: 1.6rem;
  }

  .home-group-grid {
    margin-top: -74px;
    padding: 0 14px 18px;
  }

  .home-group-card {
    min-height: auto;
    grid-template-rows: 124px 1fr;
  }

  .home-group-card__body {
    padding: 18px 14px 16px;
  }

  .home-overview__media .showcase-panel {
    min-height: 460px;
  }

  .home-overview__metrics {
    grid-template-columns: 1fr;
  }

  .home-overview__metric {
    padding-bottom: 18px;
    padding-right: 0;
  }

  .home-overview__metric:not(:last-child)::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .content-panel,
  .sub-copy,
  .product-panel,
  .contact-form,
  .home-inquiry-copy,
  .home-inquiry-form-panel,
  .cta-band,
  .metric,
  .service-step,
  .timeline-card {
    padding: 24px;
  }

  .products-grid,
  .home-group-grid,
  .home-product-grid,
  .home-certs-grid,
  .home-case-feature,
  .home-case-card,
  .news-grid,
  .value-grid,
  .feature-grid,
  .resource-grid,
  .contact-grid,
  .office-grid,
  .category-grid,
  .service-flow,
  .metric-row,
  .field-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .tab-rail {
    grid-template-columns: 1fr;
  }

  .floating-rail {
    top: auto;
    right: 12px;
    bottom: 18px;
    left: auto;
    transform: none;
    grid-auto-flow: column;
  }

  .contact-map-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }

  .contact-map-link {
    top: 16px;
    right: 16px;
  }

  .home-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .floating-action {
    width: 64px;
    min-height: 60px;
    padding: 8px 4px;
  }

  .floating-action__text {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
  }

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

  .footer-side__panel {
    width: min(100%, 320px);
  }

  .footer-extra {
    padding-bottom: 22px;
  }

  .footer-contact-lines {
    gap: 10px 18px;
  }

  .footer-qr-card {
    gap: 10px;
  }

  .footer-qr-card img {
    width: min(100%, 118px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .footer-contact-lines span {
    min-width: 0;
  }

  .footer-bottom {
    margin: 0 -12px;
  }

  .home-case-feature__body,
  .home-case-card__body {
    padding: 22px 20px;
  }

  .home-case-grid {
    gap: 18px;
  }
}

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