:root {
  --ink: #061420;
  --muted: #52677a;
  --line: #d7e3ec;
  --soft: #f3f8fc;
  --white: #ffffff;
  --blue: #2b78be;
  --blue-dark: #0f4f86;
  --teal: #2b78be;
  --gold: #2b78be;
  --shadow: 0 18px 44px rgba(17, 24, 32, 0.14);
  --radius: 8px;
  --max: 1180px;
}

/* Project case detail pages */
.case-detail-page {
  background: var(--white);
}

.case-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  min-height: calc(100vh - 76px);
  background: #f3f7fa;
}

.case-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.case-detail-copy {
  align-self: center;
  padding: clamp(64px, 7vw, 112px) clamp(28px, 6vw, 86px);
}

.case-detail-copy h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.case-detail-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.case-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.case-detail-fact {
  border: 1px solid rgba(17, 24, 32, 0.11);
  background: #fff;
  padding: 18px;
}

.case-detail-fact span {
  display: block;
  color: #c48733;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-detail-fact strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.case-detail-section {
  padding: clamp(72px, 8vw, 116px) clamp(28px, 6vw, 88px);
}

.case-detail-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.case-detail-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.case-detail-story-grid h2 {
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1;
  margin: 0;
}

.case-detail-body p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.case-detail-gallery-section {
  background: #f3f7fa;
}

.case-detail-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.case-detail-heading-row h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
}

.case-detail-heading-row a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

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

.case-detail-gallery-card {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  display: block;
}

.case-detail-gallery-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

.case-detail-gallery-card div {
  padding: 16px;
}

.case-detail-gallery-card span {
  color: #c48733;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-detail-gallery-card h3 {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.15;
}

.case-detail-cta {
  background: #0f1923;
  color: #fff;
}

.case-detail-cta .case-detail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.case-detail-cta h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1;
}

.case-detail-cta p {
  color: rgba(255, 255, 255, 0.72);
  margin: 14px 0 0;
  max-width: 680px;
}

.case-detail-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.case-detail-cta .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 1100px) {
  .case-detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .case-detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .case-detail-media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .case-detail-copy {
    padding: 44px clamp(20px, 6vw, 40px);
  }

  .case-detail-copy h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .case-detail-facts,
  .case-detail-story-grid {
    grid-template-columns: 1fr;
  }

  .case-detail-cta .case-detail-inner,
  .case-detail-heading-row {
    display: grid;
  }
}

@media (max-width: 640px) {
  .case-detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .case-detail-section {
    padding: 64px 20px;
  }

  .case-detail-facts {
    gap: 10px;
  }
}

/* First project case preview layout */
.case-detail-preview-layout .case-preview-shell {
  padding: calc(76px + clamp(26px, 4vw, 54px)) clamp(20px, 4vw, 58px) clamp(34px, 5vw, 64px);
  background: #fff;
}

.case-detail-preview-layout .case-preview-grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  background: transparent;
}

.case-detail-preview-layout .case-preview-media {
  min-width: 0;
  border: 1px solid var(--line);
  background: #eef3f7;
}

.case-detail-preview-layout .case-preview-media > img {
  width: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #eef3f7;
}

.case-detail-preview-layout .case-preview-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: #fff;
}

.case-detail-preview-layout .case-preview-thumbs button {
  position: relative;
  height: 96px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.case-detail-preview-layout .case-preview-thumbs button:last-child {
  border-right: 0;
}

.case-detail-preview-layout .case-preview-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.66;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.case-detail-preview-layout .case-preview-thumbs span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.55);
}

.case-detail-preview-layout .case-preview-thumbs button:hover img,
.case-detail-preview-layout .case-preview-thumbs button.is-active img {
  opacity: 1;
  transform: scale(1.03);
}

.case-detail-preview-layout .case-preview-thumbs button.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--blue);
  pointer-events: none;
}

.case-detail-preview-layout .case-preview-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  column-gap: clamp(22px, 4vw, 72px);
  row-gap: 10px;
  align-items: start;
  padding: clamp(34px, 4vw, 58px) 0 0;
}

.case-detail-preview-layout .case-preview-copy h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.case-detail-preview-layout .case-preview-copy p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.case-detail-preview-layout .case-preview-copy .eyebrow,
.case-detail-preview-layout .case-preview-copy h1 {
  grid-column: 1;
}

.case-detail-preview-layout .case-preview-copy p:not(.eyebrow) {
  grid-column: 2;
  margin: 0;
}

.case-detail-preview-layout .case-preview-copy p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 10px;
}

.case-detail-preview-layout .case-preview-inquiry {
  padding: clamp(54px, 7vw, 96px) clamp(20px, 4vw, 58px);
  background: #f4f7f9;
}

.case-detail-preview-layout .case-preview-inquiry-inner {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
}

.case-detail-preview-layout .case-preview-inquiry-copy h2 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.case-detail-preview-layout .case-preview-inquiry-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: clamp(18px, 1.8vw, 26px) 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.case-detail-preview-layout .case-preview-form {
  box-shadow: 0 24px 55px rgba(17, 24, 32, 0.16);
}

@media (max-width: 1000px) {
  .case-detail-preview-layout .case-preview-grid {
    grid-template-columns: 1fr;
  }

  .case-detail-preview-layout .case-preview-copy {
    grid-template-columns: 1fr;
  }

  .case-detail-preview-layout .case-preview-copy .eyebrow,
  .case-detail-preview-layout .case-preview-copy h1,
  .case-detail-preview-layout .case-preview-copy p:not(.eyebrow) {
    grid-column: 1;
  }

  .case-detail-preview-layout .case-preview-inquiry-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .case-detail-preview-layout .case-preview-shell {
    padding: 96px 20px 36px;
  }

  .case-detail-preview-layout .case-preview-grid {
    border: 0;
  }

  .case-detail-preview-layout .case-preview-media > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .case-detail-preview-layout .case-preview-thumbs {
    grid-template-columns: repeat(5, 92px);
    overflow-x: auto;
  }

  .case-detail-preview-layout .case-preview-thumbs button {
    height: 74px;
  }

  .case-detail-preview-layout .case-preview-copy {
    padding: 28px 0 0;
  }

  .case-detail-preview-layout .case-preview-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .case-detail-preview-layout .case-preview-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .case-detail-preview-layout .case-preview-inquiry {
    padding: 52px 20px;
  }

  .case-detail-preview-layout .case-preview-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(20px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 8px 28px rgba(17, 24, 32, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 190px;
}

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

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
  color: rgba(17, 24, 32, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav > a,
.nav-parent {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  transition: color 160ms ease;
}

.main-nav > a:hover,
.main-nav > a:focus-visible,
.nav-parent:hover,
.nav-parent:focus-visible {
  color: var(--blue);
}

.nav-dropdown {
  display: inline-flex;
  align-items: center;
}

.contact-dropdown,
.news-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  width: min(980px, calc(100vw - 72px));
  padding: 32px 34px 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 24, 32, 0.1);
  box-shadow: 0 22px 60px rgba(17, 24, 32, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
  visibility: hidden;
}

.mega-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 48px;
}

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

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

.mega-group {
  min-width: 0;
  padding-right: 22px;
  border-right: 1px solid rgba(17, 24, 32, 0.1);
}

.mega-group:nth-child(4n),
.mega-group:last-child {
  border-right: 0;
}

.mega-group h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-item {
  margin-bottom: 15px;
}

.mega-item > span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.mega-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.mega-menu a {
  display: inline;
  min-height: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  color: var(--blue);
}

.mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 32, 0.1);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.contact-menu {
  left: 50%;
  width: min(280px, calc(100vw - 40px));
  padding: 24px 28px;
  z-index: 70;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) translateY(8px);
}

.nav-dropdown:hover .contact-menu,
.nav-dropdown.is-open .contact-menu,
.nav-dropdown:focus-within .contact-menu {
  transform: translateX(-50%) translateY(0);
}

.contact-menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.contact-menu-grid > a {
  display: block;
  min-height: 0;
  padding: 0 0 16px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 0;
  background: transparent;
}

.contact-menu-grid > a + a {
  padding-top: 16px;
}

.contact-menu-grid > a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-menu-grid > a:hover,
.contact-menu-grid > a:focus-visible {
  color: var(--blue);
}

.contact-menu-grid > a[aria-current="page"] span {
  color: var(--blue);
}

.contact-menu-grid > a span {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-menu {
  left: 50%;
  width: min(220px, calc(100vw - 40px));
  padding: 22px 24px;
  z-index: 70;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) translateY(8px);
}

.nav-dropdown:hover .news-menu,
.nav-dropdown.is-open .news-menu,
.nav-dropdown:focus-within .news-menu {
  transform: translateX(-50%) translateY(0);
}

.news-menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.news-menu-grid > a {
  display: block;
  min-height: 0;
  padding: 0 0 16px;
  color: var(--ink);
  border-bottom: 1px solid rgba(17, 24, 32, 0.1);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-menu-grid > a + a {
  padding-top: 16px;
}

.news-menu-grid > a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-menu-grid > a:hover,
.news-menu-grid > a:focus-visible,
.news-menu-grid > a[aria-current="page"] {
  color: var(--blue);
}

.header-actions {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.language-select {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-select::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  pointer-events: none;
  transform: translateY(-2px) rotate(45deg);
}

.language-select select {
  min-width: 82px;
  min-height: 54px;
  padding: 0 30px 0 14px;
  color: rgba(17, 24, 32, 0.78);
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
}

.language-select select:hover,
.language-select select:focus-visible {
  color: var(--blue);
  outline: 0;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
}

.primary-button {
  color: var(--white);
  background: var(--blue);
}

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

.header-cta {
  min-height: 54px;
  padding: 0 28px;
  color: var(--white);
  background: #020b0c;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-cta:hover,
.header-cta:focus-visible,
.header-cta:active {
  background: var(--blue);
}

.secondary-button {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(17, 24, 32, 0.34);
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  position: absolute;
  left: 9px;
  width: 26px;
  height: 3px;
  margin: 0;
  background: currentColor;
}

.nav-toggle span:first-child {
  top: 17px;
}

.nav-toggle span:last-child {
  top: 25px;
}

.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 140px clamp(20px, 6vw, 72px) 120px;
}

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

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

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 13, 18, 0.82) 0%, rgba(7, 13, 18, 0.56) 42%, rgba(7, 13, 18, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 13, 18, 0.46), rgba(7, 13, 18, 0.05));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9dd0ff;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
}

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

.metrics {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: -62px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.metrics div {
  min-height: 124px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1;
  white-space: nowrap;
}

.metrics span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
  scroll-margin-top: 88px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading.compact {
  display: block;
  max-width: 820px;
}

.section-heading p:not(.eyebrow),
.why-copy > p,
.contact-intro p {
  color: var(--muted);
  font-size: 17px;
}

.video-grid,
.product-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.video-card,
.product-card,
.news-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #101820;
}

.video-card div,
.product-card div,
.news-grid article {
  padding: 22px;
}

.video-card span,
.product-card p,
.news-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-card h3,
.product-card h3,
.news-grid h3 {
  margin-bottom: 0;
}

.immersive-showcase {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin-top: 0;
  padding: clamp(92px, 9vw, 132px) max(20px, calc((100vw - var(--max)) / 2)) 64px;
  overflow: hidden;
  color: var(--white);
  border-radius: 0;
  background-image: url("assets/home-real-project-showcase-background.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.showcase-backdrop,
.showcase-overlay {
  position: absolute;
  inset: 0;
}

.showcase-backdrop {
  display: none;
}

.showcase-overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 10, 0.86) 0%, rgba(2, 8, 10, 0.64) 42%, rgba(2, 8, 10, 0.3) 100%),
    linear-gradient(0deg, rgba(2, 8, 10, 0.82) 0%, rgba(2, 8, 10, 0.18) 72%);
}

.showcase-content,
.showcase-video-grid {
  position: relative;
  z-index: 1;
}

.showcase-content {
  max-width: 840px;
}

.showcase-content h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.6vw, 64px);
}

.showcase-content p:not(.eyebrow) {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
}

.showcase-link {
  display: inline-flex;
  margin-top: 14px;
  color: #9dd0ff;
  font-size: 17px;
  font-weight: 900;
}

.showcase-link:hover,
.showcase-link:focus-visible {
  color: var(--white);
}

.showcase-video-grid {
  margin-top: clamp(34px, 5vw, 62px);
  gap: 28px;
}

.showcase-video-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.showcase-video-card video {
  aspect-ratio: 16 / 9;
  filter: saturate(1.08) contrast(1.04);
}

.showcase-video-card div {
  padding: 18px 20px 20px;
  background: linear-gradient(0deg, rgba(2, 8, 10, 0.58), rgba(2, 8, 10, 0.22));
}

.showcase-video-card span {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.showcase-video-card h3 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
}

.split-band {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.product-solutions-showcase {
  padding-top: 96px;
  padding-bottom: 108px;
  background: var(--white);
}

.product-solutions-head {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}

.product-solutions-head h2 {
  max-width: 980px;
  margin: 0;
  font-family: inherit;
  font-size: clamp(36px, 4.8vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
}

.product-view-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-view-link:hover,
.product-view-link:focus-visible {
  color: var(--blue);
}

.product-solution-grid {
  gap: 30px;
}

.product-solution-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dce2e8;
}

.product-card.product-solution-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 500ms ease;
}

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

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(2, 8, 10, 0.58), rgba(2, 8, 10, 0));
  pointer-events: none;
}

.product-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 16px;
  left: 22px;
  z-index: 1;
  color: var(--white);
  font-family: inherit;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-solution-card .product-copy {
  padding: 22px 0 0;
}

.product-solution-card .product-copy p {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.product-solution-card .product-copy h3 {
  max-width: 94%;
  color: rgba(17, 24, 32, 0.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: rgba(17, 24, 32, 0.52);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-specs span {
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

.product-specs span:last-child {
  border-right: 0;
}

.product-system {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--white);
}

.product-system .section-heading {
  margin-bottom: 48px;
}

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

.product-system-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-system-card:hover,
.product-system-card:focus-visible {
  color: var(--ink);
  border-color: rgba(35, 121, 189, 0.42);
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.12);
  transform: translateY(-3px);
}

.product-system-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.product-system-card span,
.home-news-modules span {
  display: block;
  margin: 20px 20px 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-system-card h3 {
  margin: 0 20px 10px;
  font-size: 20px;
  line-height: 1.22;
}

.product-system-card p {
  margin: 0 20px 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card a,
.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue-dark);
  font-weight: 800;
}

.main-nav a[aria-current="page"] {
  color: var(--blue);
  font-weight: 800;
}

.secondary-button.dark {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.secondary-button.dark:hover {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 150px clamp(20px, 6vw, 72px) 88px;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  color: var(--white);
}

.page-hero-content h1 {
  max-width: 860px;
  font-size: clamp(42px, 5.5vw, 72px);
}

.page-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

.page-hero-content p:not(.eyebrow) strong,
.page-hero-content p:not(.eyebrow) span {
  display: block;
}

.page-hero-content p:not(.eyebrow) strong {
  color: var(--white);
  font-weight: 800;
}

.page-hero-content p:not(.eyebrow) span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.about-hero-actions {
  margin-top: 26px;
}

.secondary-button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

.secondary-button.light:hover,
.secondary-button.light:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.2);
}

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

.page-metrics {
  margin-top: -46px;
}

.media-story,
.factory-proof,
.product-engineering,
.case-feature,
.project-path,
.contact-brief {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.media-story video,
.factory-proof img,
.case-feature img,
.project-path img,
.contact-brief img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
}

.media-story p:not(.eyebrow),
.factory-proof p,
.product-engineering p,
.case-feature p,
.project-path p,
.contact-brief p,
.featured-news p,
.article-list p,
.solution-grid p,
.catalog-card p,
.capability-grid p,
.sustainability-grid p,
.contact-note span,
.compact-steps span {
  color: var(--muted);
}

.about-split {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 6vw, 72px);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  background: var(--white);
  scroll-margin-top: 78px;
}

.timeline-section {
  scroll-margin-top: 88px;
}

.about-split > video,
.about-split > img {
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 78vh, 760px);
  aspect-ratio: auto;
  border-radius: var(--radius);
  object-fit: cover;
}

.about-split > div {
  display: flex;
  min-height: clamp(560px, 78vh, 760px);
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(44px, 6vw, 86px);
}

.about-company > div {
  padding-left: clamp(24px, 3vw, 44px);
  padding-right: clamp(24px, 3vw, 44px);
}

.about-manufacturing > div {
  padding-left: clamp(24px, 3vw, 44px);
  padding-right: clamp(24px, 3vw, 44px);
}

.about-split h2,
.about-split p,
.about-split .text-link,
.about-split .check-list {
  max-width: 620px;
}

.capability-band,
.category-news {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.capability-grid,
.solution-grid,
.sustainability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.capability-grid article,
.solution-grid article,
.sustainability-grid article,
.catalog-card,
.article-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.capability-grid article,
.solution-grid article,
.sustainability-grid article {
  padding: 24px;
}

.capability-grid span,
.solution-grid span,
.article-list span,
.catalog-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  background: var(--soft);
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline li {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 900;
}

.timeline strong {
  display: block;
  margin-bottom: 10px;
}

.timeline p {
  color: var(--muted);
}

.certificate-layout {
  display: grid;
  grid-template-columns: 0.9fr 0.75fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.certificate-layout img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.certificate-layout div {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.sustainability {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

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

.final-cta {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}

.final-cta .eyebrow {
  color: #9dd0ff;
}

.final-cta h2 {
  max-width: 860px;
}

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

.solution-grid article:nth-child(7) {
  grid-column: span 3;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-library {
  padding-top: 88px;
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-list-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.product-list-card.is-hidden {
  display: none;
}

.product-list-media {
  display: block;
  overflow: hidden;
  background: var(--soft);
}

.product-list-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.product-list-media:hover img,
.product-list-media:focus-visible img {
  transform: scale(1.03);
}

.product-list-card div {
  display: flex;
  min-height: 104px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-top: 1px solid var(--line);
}

.product-list-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-list-card div > a {
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 850;
  line-height: 1;
  transition: color 160ms ease;
}

.product-list-card div > a:hover,
.product-list-card div > a:focus-visible {
  color: var(--blue);
}

.product-direction-section,
.application-map-section {
  padding-top: clamp(58px, 6vw, 88px);
}

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

.model-card,
.application-card {
  display: grid;
  min-width: 0;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
}

.model-card img,
.application-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.model-card-media {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.model-card-media img {
  display: block;
  transition: transform 180ms ease;
}

.model-card-media:hover img,
.model-card-media:focus-visible img {
  transform: scale(1.03);
}

.model-card div,
.application-card div {
  padding: 24px;
}

.model-card span,
.application-card span {
  display: block;
  margin-bottom: 12px;
  color: #7b8793;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.model-card h2,
.application-card h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.12;
}

.model-card p,
.application-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.model-card a,
.application-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 850;
}

.product-category-menu-grid .mega-group h3 {
  margin-bottom: 12px;
  line-height: 1.35;
}

.product-category-menu {
  width: min(1080px, calc(100vw - 72px));
  padding: 30px 34px 22px;
}

.product-category-menu .mega-grid {
  gap: 24px 30px;
}

.product-category-menu-grid .mega-item {
  margin-bottom: 11px;
}

.product-category-menu-grid .mega-item:last-child {
  margin-bottom: 0;
}

.product-category-menu-grid .mega-item > span {
  margin-bottom: 3px;
}

.product-category-menu-grid .mega-item p {
  font-weight: 750;
  line-height: 1.36;
}

.mega-menu .mega-image-slot {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 4px;
  background: #eef3f7;
}

.mega-image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-model-links a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}

.menu-model-links a:hover,
.menu-model-links a:focus-visible {
  color: var(--blue);
  text-decoration: underline;
}

.menu-model-unlinked {
  color: inherit;
  cursor: default;
  display: inline;
  margin: 0;
}

.product-category-hero .page-hero-content {
  max-width: 820px;
}

.product-category-section {
  padding-top: clamp(58px, 6vw, 88px);
}

.product-category-section .section-heading {
  margin-bottom: 42px;
}

.category-scenario-list {
  display: grid;
  gap: 28px;
}

.category-scenario {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.category-scenario-copy {
  min-width: 0;
}

.category-scenario-copy span,
.custom-process-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.category-scenario-copy h2 {
  max-width: 320px;
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.category-scenario-copy p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.recommended-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.recommended-model-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 116px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.recommended-model-card:hover,
.recommended-model-card:focus-visible {
  border-color: rgba(35, 121, 189, 0.45);
  box-shadow: 0 16px 36px rgba(17, 24, 32, 0.12);
  transform: translateY(-2px);
}

.recommended-model-card img,
.model-placeholder {
  width: 100%;
  height: 100%;
  min-height: 116px;
}

.recommended-model-card img {
  object-fit: cover;
}

.recommended-model-card div:last-child {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 14px 16px;
}

.recommended-model-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.recommended-model-card strong {
  display: block;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1;
}

.recommended-model-card small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.recommended-model-card.is-unavailable {
  pointer-events: none;
}

.model-placeholder {
  display: grid;
  place-items: center;
  color: rgba(17, 24, 32, 0.42);
  background:
    linear-gradient(135deg, rgba(43, 120, 190, 0.12), rgba(15, 79, 134, 0.08)),
    var(--white);
  font-size: 20px;
  font-weight: 900;
}

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

.custom-process-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.custom-process-grid h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.1;
}

.custom-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.custom-process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 24px 26px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--ink);
}

.custom-process-cta strong {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.1;
}

.custom-process-cta .primary-button {
  flex: 0 0 auto;
  background: var(--blue);
}

.mobile-title {
  display: none;
}

.application-case-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.case-copy dl {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.case-copy dl div {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.case-copy dt {
  color: #7b8793;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-copy dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.case-media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 18px;
  align-items: end;
}

.case-media img {
  width: 100%;
  object-fit: cover;
}

.case-media img:first-child {
  height: min(620px, 58vw);
}

.case-media img:last-child {
  height: min(430px, 42vw);
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-top: 150px;
}

.product-detail-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.95;
}

.product-detail-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.product-detail-facts {
  margin-bottom: 28px;
}

.product-case-spotlight {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
  scroll-margin-top: 88px;
}

.product-case-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.product-case-hero {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.product-case-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}

.product-case-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.02;
}

.product-case-copy > p:not(.eyebrow) {
  color: var(--muted);
}

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

.product-case-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.product-case-media figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.product-case-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-case-media figcaption {
  padding: 16px;
}

.product-case-media figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-case-media figcaption strong {
  display: block;
  line-height: 1.25;
}

.catalog-card {
  overflow: hidden;
}

.catalog-card.is-hidden {
  display: none;
}

.catalog-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.catalog-card div,
.article-list article div,
.featured-news article div {
  padding: 22px;
}

.product-engineering {
  align-items: start;
}

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

.case-feature {
  align-items: stretch;
}

.case-feature-copy {
  align-self: center;
}

.case-facts,
.contact-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 26px 0 0;
}

.case-facts div,
.contact-facts div,
.contact-note {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.case-facts dt,
.contact-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-facts dd,
.contact-facts strong {
  margin: 0;
}

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

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

.compact-steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.compact-steps li {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.featured-news article {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.featured-news img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-list article {
  display: grid;
  grid-template-columns: 260px 1fr;
  overflow: hidden;
}

.article-list img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.contact-brief {
  align-items: stretch;
}

.contact-brief img {
  height: 100%;
}

.contact-note {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.applications {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.application-grid article {
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-grid span,
.process-list span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 900;
}

.application-grid p,
.process-list p,
.news-grid p {
  color: var(--muted);
}

.why {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.why-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}

.advantage-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.advantage-list div {
  padding: 22px 0;
  border-top: 2px solid var(--line);
}

.advantage-list strong,
.advantage-list span {
  display: block;
}

.advantage-list span {
  margin-top: 8px;
  color: var(--muted);
}

.process {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: #101820;
  color: var(--white);
}

.process .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.process-list li {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.process-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.process-list p {
  color: rgba(255, 255, 255, 0.68);
}

.why-modular {
  --why-progress: 0;
  position: relative;
  width: 100%;
  min-height: 620vh;
  color: #111;
  background: #fff;
}

.why-scroll-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.why-scroll-meter {
  position: absolute;
  right: clamp(24px, 4vw, 68px);
  bottom: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 68px);
  z-index: 4;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
}

.why-scroll-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(var(--why-progress));
  transform-origin: left;
  transition: transform 120ms linear;
}

.why-scroll-screen {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: clamp(118px, 13vh, 150px) clamp(24px, 6vw, 96px) clamp(84px, 9vh, 112px);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(52px) scale(0.985);
  transition:
    opacity 420ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.why-scroll-screen.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.why-scroll-screen.has-why-bg {
  isolation: isolate;
  color: #fff;
  background: #111;
}

.why-scroll-screen.has-why-bg::before,
.why-scroll-screen.has-why-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.why-scroll-screen.has-why-bg::before {
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(5, 9, 13, 0.52) 0%, rgba(5, 9, 13, 0.36) 46%, rgba(5, 9, 13, 0.16) 100%),
    var(--why-bg);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.why-scroll-screen.has-why-bg::after {
  z-index: -1;
  background:
    radial-gradient(circle at 18% 52%, rgba(0, 0, 0, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.14));
}

.why-scroll-screen.has-why-bg.is-active::before {
  transform: scale(1);
}

.why-scroll-screen.has-why-bg .why-screen-block,
.why-scroll-screen.has-why-bg .why-screen-kicker {
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.38);
}

.why-scroll-screen.has-why-bg .why-screen-kicker,
.why-scroll-screen.has-why-bg h2,
.why-scroll-screen.has-why-bg h3,
.why-scroll-screen.has-why-bg strong {
  color: #fff;
}

.why-scroll-screen.has-why-bg p,
.why-scroll-screen.has-why-bg li {
  color: rgba(255, 255, 255, 0.92);
}

.why-screen-block {
  width: min(1080px, 100%);
  max-height: calc(100svh - 230px);
}

.why-kicker-screen {
  justify-content: flex-start;
  padding-top: max(136px, 18vh);
}

.why-screen-kicker {
  margin: 0;
  color: #111;
  font-size: clamp(42px, 9vw, 112px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.why-heading-screen h2,
.why-final-screen h3 {
  max-width: 980px;
  margin: 0;
  color: #111;
  font-size: clamp(50px, 9vw, 116px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 0.9;
}

.why-heading-screen p,
.why-final-screen p {
  max-width: 820px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  color: #111;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 620;
  line-height: 1.08;
}

.why-image-screen figure {
  width: 100%;
  height: 100svh;
  margin: 0;
}

.why-image-screen {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: #111;
}

.why-image-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.why-stat-screen strong,
.why-list-screen strong {
  display: block;
  margin-bottom: clamp(14px, 2vh, 24px);
  color: #111;
  font-size: clamp(58px, 8.2vw, 118px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 0.9;
}

.why-stat-screen h3,
.why-list-screen h3 {
  max-width: 900px;
  margin: 0 0 clamp(20px, 3vh, 36px);
  color: #111;
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.why-list-screen strong + h3 {
  font-size: clamp(30px, 3.6vw, 50px);
}

.why-stat-screen p,
.why-stat-screen li,
.why-list-screen p,
.why-list-screen li {
  max-width: 760px;
  color: #111;
  font-size: clamp(22px, 2.55vw, 34px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.14;
}

.why-stat-screen p {
  margin: 0;
}

.why-list-screen p {
  margin: 0 0 clamp(16px, 2.6vw, 28px);
}

.why-list-screen ul,
.why-stat-screen ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.why-turnkey-screen strong {
  font-size: clamp(54px, 7.4vw, 104px);
}

.why-turnkey-screen li {
  font-size: clamp(22px, 2.3vw, 30px);
}

.why-final-screen .why-screen-block {
  text-transform: uppercase;
}

.process-flow {
  background:
    radial-gradient(circle at 18% 20%, rgba(35, 121, 189, 0.2), transparent 28%),
    #101820;
}

.process-flow .section-heading h2 {
  max-width: 900px;
}

.process-scroll-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
  margin-top: clamp(56px, 7vw, 92px);
}

.process-step-list {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0;
  list-style: none;
}

.process-step-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(157, 208, 255, 0.16), rgba(157, 208, 255, 0.72), rgba(157, 208, 255, 0.16));
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 46vh;
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.48);
  outline: 0;
  transition:
    color 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(157, 208, 255, 0.34);
  border-radius: 50%;
  background: #101820;
  transform: translateY(-50%);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.process-step.is-active {
  color: var(--white);
  transform: translateX(4px);
}

.process-step.is-active::before {
  border-color: #9dd0ff;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(35, 121, 189, 0.18);
}

.process-step-number {
  color: inherit;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.process-step h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: 0;
  line-height: 1.04;
}

.process-step p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.62;
}

.process-step.is-active p {
  color: rgba(255, 255, 255, 0.78);
}

.process-step small {
  display: inline-block;
  margin-top: 18px;
  color: #9dd0ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-step-media {
  display: none;
}

.process-media-panel {
  position: sticky;
  top: 112px;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(157, 208, 255, 0.22);
  border-radius: 8px;
  background: #17222d;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.process-media-panel figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 320ms ease,
    transform 620ms ease;
}

.process-media-panel figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 13, 18, 0.76) 100%);
}

.process-media-panel figure.is-active {
  opacity: 1;
  transform: scale(1);
}

.process-media-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #17222d;
}

.process-image-crop-logo {
  object-position: center bottom;
  transform: scale(1.22);
  transform-origin: center bottom;
}

.process-media-panel figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  color: var(--white);
}

.process-media-panel figcaption span {
  display: block;
  margin-bottom: 10px;
  color: #9dd0ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-media-panel figcaption strong {
  display: block;
  max-width: 34rem;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.06;
}

.home-news {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
}

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

.home-news-modules a {
  display: grid;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-news-modules a:hover,
.home-news-modules a:focus-visible {
  color: var(--ink);
  border-color: rgba(35, 121, 189, 0.42);
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.12);
  transform: translateY(-3px);
}

.home-news-modules img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.home-news-modules h3 {
  margin: 0 22px 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.home-news-modules p {
  margin: 0 22px 24px;
  color: var(--muted);
  font-size: 16px;
}

.contact {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: 56px;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.company-details {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.company-details span {
  color: var(--muted);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.social-row a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--blue-dark);
  font-weight: 800;
  background: var(--white);
}

.social-icon-row {
  gap: 12px;
}

.social-icon-row a {
  display: inline-grid;
  width: 48px;
  height: 48px;
  min-height: 0;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-dark);
}

.social-icon-row a:hover,
.social-icon-row a:focus-visible {
  color: var(--white);
  background: var(--blue);
  border-color: rgba(35, 121, 189, 0.42);
  transform: translateY(-2px);
}

.social-icon-row span {
  display: inline-grid;
  width: auto;
  height: auto;
  place-items: center;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.social-icon-row svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon-row svg rect,
.social-icon-row svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.contact-info-panel {
  padding-bottom: clamp(36px, 5vw, 76px);
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.contact-detail-grid article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-detail-grid span,
.factory-map-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-detail-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.38;
}

.contact-social-map {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  margin-top: 28px;
}

.contact-social-map > div,
.factory-map-card {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.contact-social-map > div {
  padding: 26px;
}

.contact-social-map h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.factory-map-card img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.factory-map-card figcaption {
  padding: 20px 22px 22px;
}

.factory-map-card strong {
  display: block;
  font-size: 18px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #c9d2dc;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
}

.inquiry-form textarea {
  resize: vertical;
}

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

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-weight: 700;
}

.contact-inquiry {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: start;
  padding-top: clamp(86px, 9vw, 130px);
}

.contact-side,
.line-form {
  min-width: 0;
}

.contact-side h2 {
  margin: 0 0 28px;
  max-width: 380px;
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 350;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-kicker {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 22px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-side > p:not(.contact-kicker) {
  max-width: 430px;
  color: var(--muted);
  font-size: 17px;
}

.contact-side-details {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contact-side-details div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-side-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-side-details strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.line-form {
  width: 100%;
  gap: 34px 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.line-form label {
  gap: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
}

.line-form label > span {
  color: rgba(17, 24, 32, 0.76);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.line-form input,
.line-form select,
.line-form textarea {
  border: 0;
  border-bottom: 1px solid #d2d7dd;
  border-radius: 0;
  padding: 13px 0 14px;
  color: var(--ink);
  background: transparent;
  outline: 0;
}

.line-form textarea {
  min-height: 128px;
}

.line-form input:focus,
.line-form select:focus,
.line-form textarea:focus {
  border-bottom-color: var(--blue);
}

.line-form input::placeholder,
.line-form textarea::placeholder {
  color: rgba(94, 104, 117, 0.62);
}

.line-form .primary-button {
  justify-self: start;
  min-width: 240px;
  color: var(--white);
  background: #020b0c;
  border: 0;
  cursor: pointer;
}

.line-form .primary-button:hover,
.line-form .primary-button:focus-visible {
  background: var(--blue);
}

.contact-simple-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(24px, 3vw, 42px) clamp(42px, 5vw, 76px);
  align-items: start;
  padding-top: clamp(72px, 7vw, 108px);
}

.contact-hero-map {
  grid-column: 1 / -1;
  margin: 0;
}

.contact-hero-map img {
  width: 100%;
  min-height: clamp(280px, 30vw, 430px);
  aspect-ratio: 16 / 5.7;
  object-fit: cover;
}

.contact-hero-map figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.contact-simple-copy {
  min-width: 0;
}

.contact-simple-copy h2 {
  max-width: 480px;
  margin: 0 0 20px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
}

.contact-simple-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.contact-light-facts {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.contact-light-facts div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-light-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-light-facts strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.38;
}

.contact-map-card {
  margin-top: 34px;
}

.contact-map-card img {
  min-height: 240px;
}

.contact-social-icons {
  margin-top: 22px;
}

.contact-social-icons a {
  width: 44px;
  height: 44px;
}

.contact-dark-form {
  gap: 18px 22px;
  align-content: start;
  padding: clamp(28px, 3.5vw, 42px);
  color: var(--white);
  border: 0;
  border-radius: 0;
  background: #12181e;
}

.contact-dark-form label {
  min-width: 0;
  gap: 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.contact-dark-form label > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.contact-dark-form input,
.contact-dark-form select,
.contact-dark-form textarea {
  min-height: 62px;
  padding: 14px 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.contact-dark-form select {
  color: var(--white);
}

.contact-dark-form option {
  color: var(--ink);
}

.contact-dark-form textarea {
  min-height: 170px;
  resize: vertical;
}

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

.contact-dark-form input:focus,
.contact-dark-form select:focus,
.contact-dark-form textarea:focus {
  border-color: #90c8ff;
  box-shadow: 0 0 0 3px rgba(35, 121, 189, 0.26);
}

.contact-dark-form .primary-button {
  width: 100%;
  min-height: 62px;
  color: var(--white);
  border: 0;
  border-radius: 0;
  background: var(--blue);
  cursor: pointer;
}

.contact-dark-form .primary-button:hover,
.contact-dark-form .primary-button:focus-visible {
  background: #176cad;
}

.contact-dark-form .form-status {
  color: #bcdfff;
}

.agency-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.agency-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.agency-benefits {
  display: grid;
  gap: 16px;
  margin: 34px 0 28px;
}

.agency-benefits div,
.policy-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.agency-benefits div {
  padding: 20px;
}

.agency-benefits span,
.policy-grid span,
.policy-steps span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 900;
}

.agency-benefits strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.agency-benefits p,
.policy-grid p,
.policy-steps p {
  margin: 0;
  color: var(--muted);
}

.agency-form {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.08);
}

.faq-section {
  padding-top: clamp(86px, 8vw, 116px);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 16px;
}

.policy-section.soft-band {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

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

.policy-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.policy-grid article {
  padding: 24px;
}

.policy-process .hero-actions {
  margin-top: 32px;
}

.policy-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.policy-steps li {
  min-height: 230px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.product-hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 120px clamp(20px, 5vw, 64px) 42px;
  background: #020b0c;
}

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

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

.product-hero-overlay {
  background:
    linear-gradient(180deg, rgba(2, 8, 10, 0.62), rgba(2, 8, 10, 0.06) 38%, rgba(2, 8, 10, 0.42)),
    linear-gradient(90deg, rgba(2, 8, 10, 0.38), rgba(2, 8, 10, 0.04) 52%, rgba(2, 8, 10, 0.22));
}

.product-hero h1 {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(118px, 22vw, 340px);
  font-weight: 450;
  line-height: 0.78;
}

.product-advantages {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  padding: 56px 0 86px;
}

.advantage-card {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 12px;
  padding: 24px 18px;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.08);
  text-align: center;
}

.advantage-card strong {
  color: var(--ink);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1;
}

.advantage-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.advantage-card.lead-time {
  color: var(--white);
  border-color: transparent;
  background: var(--ink);
}

.advantage-card.lead-time strong,
.advantage-card.lead-time span {
  color: var(--white);
}

.advantage-card.lead-time strong {
  color: #9dd0ff;
}

.product-vr {
  padding-top: 28px;
}

.vr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 20px;
  align-items: stretch;
}

.vr-main,
.vr-thumbs {
  margin: 0;
}

.vr-main {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: var(--radius);
  background: var(--soft);
}

.vr-main img,
.vr-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-main figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
}

.vr-main figcaption span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(2, 8, 10, 0.5);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vr-main figcaption strong {
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
}

.vr-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.vr-thumbs img {
  min-height: 0;
  border-radius: var(--radius);
  background: var(--soft);
}

.floor-plan-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.floor-plan-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.spec-table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  border-top: 1px solid var(--ink);
  font-size: 15px;
}

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

.spec-table th {
  width: 38%;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.floor-plan-media {
  display: grid;
  min-height: 520px;
  place-items: center;
  margin: 0;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.floor-plan-media img {
  width: 100%;
  object-fit: contain;
}

.product-quote {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.quote-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
}

.quote-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.quote-content > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}

.product-quote-form {
  margin-top: 28px;
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.08);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.95fr) minmax(150px, 0.55fr) minmax(260px, 0.9fr);
  gap: clamp(28px, 4.8vw, 76px);
  padding: clamp(54px, 6vw, 84px) clamp(24px, 6vw, 96px) 44px;
}

.footer-brand {
  display: inline-flex;
  width: min(210px, 100%);
}

.footer-brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.45;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
  border-color: rgba(35, 121, 189, 0.72);
  background: var(--blue);
  transform: translateY(-2px);
}

.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-nav h2,
.footer-contact h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
}

.footer-contact {
  font-style: normal;
}

.footer-contact strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.35;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.footer-contact .footer-inquiry {
  margin-top: 8px;
  color: var(--white);
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 6vw, 96px);
  color: rgba(255, 255, 255, 0.56);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 700;
}

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

@media (max-width: 1180px) {
  .site-header {
    gap: 16px;
  }

  .brand {
    width: 168px;
  }

  .main-nav {
    gap: 14px;
    font-size: 12px;
  }

  .language-select select {
    min-width: 74px;
    padding-left: 12px;
  }

  .header-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

  .footer-brand-block,
  .footer-contact {
    grid-column: span 2;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .brand {
    width: 162px;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 32, 0.1);
    border-radius: var(--radius);
    box-shadow: 0 18px 44px rgba(17, 24, 32, 0.16);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 12px;
  }

  .main-nav > a,
  .nav-parent {
    min-height: auto;
  }

  .nav-dropdown {
    display: block;
  }

  .contact-dropdown,
  .news-dropdown {
    position: static;
  }

  .nav-parent {
    padding: 14px 12px;
  }

  .mega-menu {
    position: static;
    width: 100%;
    max-height: 52vh;
    overflow-y: auto;
    padding: 16px 14px 14px;
    border-color: rgba(17, 24, 32, 0.08);
    border-radius: 6px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .contact-menu,
  .news-menu {
    right: auto;
    left: auto;
    width: 100%;
    max-height: none;
    padding: 12px;
    transform: none;
  }

  .nav-dropdown:hover .contact-menu,
  .nav-dropdown:focus-within .contact-menu,
  .nav-dropdown:hover .news-menu,
  .nav-dropdown:focus-within .news-menu {
    transform: none;
  }

  .contact-menu-grid,
  .news-menu-grid {
    grid-template-columns: 1fr;
  }

  .contact-menu-grid > a,
  .news-menu-grid > a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 24, 32, 0.1);
  }

  .contact-menu-grid > a + a,
  .news-menu-grid > a + a {
    padding-top: 12px;
  }

  .contact-menu-grid > a:last-child,
  .news-menu-grid > a:last-child {
    border-bottom: 0;
  }

  .mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .mega-group {
    padding-right: 0;
    border-right: 0;
  }

  .mega-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .immersive-showcase {
    min-height: auto;
    padding-top: 76px;
    background-attachment: scroll;
  }

  .showcase-video-grid {
    margin-top: 52px;
  }

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

  .header-actions,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding-top: 118px;
  }

  .metrics,
  .video-grid,
  .product-grid,
  .news-grid,
  .product-detail-shell,
  .contact-detail-grid,
  .contact-social-map,
  .contact-simple-section,
  .why,
  .contact,
  .contact-inquiry,
  .agency-section {
    grid-template-columns: 1fr;
  }

  .metrics {
    margin-top: 0;
  }

  .metrics div {
    min-height: 106px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

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

  .why-scroll-screen {
    padding: 112px 32px 82px;
  }

  .why-image-screen {
    padding-right: 0;
    padding-left: 0;
  }

  .why-screen-kicker {
    font-size: clamp(42px, 12vw, 86px);
  }

  .why-heading-screen h2,
  .why-final-screen h3 {
    font-size: clamp(46px, 11vw, 86px);
  }

  .why-heading-screen p,
  .why-final-screen p,
  .why-stat-screen p,
  .why-stat-screen li,
  .why-list-screen p,
  .why-list-screen li {
    font-size: clamp(24px, 5vw, 38px);
  }

  .why-stat-screen strong,
  .why-list-screen strong {
    font-size: clamp(58px, 13vw, 112px);
  }

  .why-stat-screen h3,
  .why-list-screen h3,
  .why-list-screen strong + h3 {
    font-size: clamp(34px, 7vw, 58px);
  }

  .why-image-screen img {
    height: 100%;
  }

  .process-scroll-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-media-panel {
    position: relative;
    top: auto;
    order: -1;
    height: auto;
    min-height: 0;
  }

  .process-step {
    min-height: 34vh;
  }

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

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

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

  .policy-grid,
  .policy-grid.four,
  .policy-steps {
    grid-template-columns: 1fr 1fr;
  }

  .product-detail-shell {
    padding-top: 120px;
  }

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

  .vr-layout,
  .floor-plan-section,
  .product-quote {
    grid-template-columns: 1fr;
  }

  .vr-main {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .vr-thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .vr-thumbs img {
    aspect-ratio: 1 / 1;
  }

  .floor-plan-media {
    min-height: auto;
  }

  .quote-media img {
    aspect-ratio: 16 / 10;
  }

  .product-case-hero {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .media-story,
  .factory-proof,
  .product-engineering,
  .case-feature,
  .project-path,
  .contact-brief,
  .sustainability,
  .featured-news article {
    grid-template-columns: 1fr;
  }

  .section.about-split {
    width: 100%;
    padding: 56px 24px;
    gap: 24px;
  }

  .about-split > video,
  .about-split > img {
    min-height: 420px;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .about-split > div,
  .about-company > div,
  .about-manufacturing > div {
    min-height: auto;
    padding: 18px 0 0;
  }

  .capability-grid,
  .solution-grid,
  .sustainability-grid,
  .catalog-grid,
  .gallery-grid,
  .timeline,
  .certificate-layout {
    grid-template-columns: 1fr 1fr;
  }

  .solution-grid article:nth-child(7) {
    grid-column: auto;
  }

  .article-list article {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 640px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 42px 18px 32px;
  }

  .footer-brand-block,
  .footer-contact {
    grid-column: auto;
  }

  .footer-nav a,
  .footer-contact strong,
  .footer-contact span {
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .site-header {
    padding: 14px 16px;
    grid-template-columns: 1fr auto;
    width: 100vw;
    max-width: 100vw;
    justify-content: space-between;
  }

  .brand {
    width: 138px;
  }

  .nav-toggle {
    position: relative;
    top: auto;
    right: auto;
    z-index: 80;
    display: inline-block;
    justify-self: end;
    color: var(--ink);
  }

  .hero {
    min-height: 690px;
    padding: 108px 18px 70px;
  }

  .hero-media {
    top: -16%;
    bottom: auto;
    height: 116%;
    object-position: 58% 100%;
  }

  .hero-content {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .hero .eyebrow {
    max-width: 19rem;
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  h1 {
    max-width: 11ch;
    font-size: 39px;
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 19rem;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .hero-scrim {
    background: linear-gradient(0deg, rgba(7, 13, 18, 0.84), rgba(7, 13, 18, 0.34));
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .section {
    width: min(100% - 32px, var(--max));
    padding: 72px 0;
  }

  .section.about-split {
    width: 100%;
    padding: 48px 18px;
    gap: 22px;
  }

  .about-split > video,
  .about-split > img {
    min-height: 300px;
  }

  .about-split > div,
  .about-company > div,
  .about-manufacturing > div {
    padding: 0;
  }

  .split-band,
  .product-system,
  .applications,
  .process,
  .home-news,
  .contact,
  .agency-section {
    padding: 72px 16px;
  }

  .immersive-showcase {
    width: 100%;
    padding: 64px 18px 26px;
  }

  .showcase-content h2,
  .product-solutions-head h2 {
    font-size: 42px;
  }

  .showcase-content p:not(.eyebrow) {
    font-size: 17px;
  }

  .product-solutions-showcase {
    padding-top: 72px;
  }

  .product-system-grid,
  .home-news-modules {
    grid-template-columns: 1fr;
  }

  .why-modular {
    min-height: 620vh;
  }

  .why-scroll-stage {
    min-height: 100svh;
  }

  .why-scroll-meter {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .why-scroll-screen {
    align-items: flex-start;
    padding: 102px 18px 56px;
  }

  .why-image-screen {
    padding-right: 0;
    padding-left: 0;
  }

  .why-kicker-screen {
    justify-content: center;
    padding-top: 102px;
  }

  .why-screen-kicker {
    font-size: clamp(42px, 15vw, 64px);
  }

  .why-heading-screen h2,
  .why-final-screen h3 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.94;
  }

  .why-heading-screen p,
  .why-final-screen p {
    margin-top: 22px;
    font-size: clamp(24px, 8vw, 34px);
  }

  .why-image-screen {
    align-items: stretch;
  }

  .why-image-screen img {
    height: 100%;
  }

  .why-stat-screen strong,
  .why-list-screen strong {
    margin-bottom: 16px;
    font-size: clamp(48px, 16vw, 70px);
  }

  .why-stat-screen h3,
  .why-list-screen h3,
  .why-list-screen strong + h3 {
    margin-bottom: 22px;
    font-size: clamp(28px, 10vw, 42px);
    line-height: 1;
  }

  .why-stat-screen p,
  .why-stat-screen li,
  .why-list-screen p,
  .why-list-screen li {
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1.16;
  }

  .why-list-screen ul,
  .why-stat-screen ul {
    gap: 6px;
  }

  .why-list-screen:nth-of-type(8) h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .why-list-screen:nth-of-type(9) li {
    font-size: clamp(20px, 5.4vw, 24px);
  }

  .process-scroll-layout {
    margin-top: 42px;
  }

  .process-media-panel {
    display: none;
  }

  .process-step-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(157, 208, 255, 0.2);
    border-radius: 6px;
    background: #17222d;
  }

  .process-step-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #17222d;
  }

  .process-step-list {
    padding-left: 26px;
  }

  .process-step-list::before {
    left: 6px;
  }

  .process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    align-items: start;
    padding: 30px 0 44px;
  }

  .process-step::before {
    left: -28px;
    width: 15px;
    height: 15px;
  }

  .process-step-number {
    font-size: 32px;
  }

  .process-step h3 {
    font-size: 25px;
  }

  .process-step p {
    font-size: 15px;
  }

  .product-view-link {
    margin-top: 0;
    font-size: 15px;
    white-space: normal;
  }

  .product-media figcaption {
    font-size: 36px;
  }

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

  .product-case-spotlight {
    padding-inline: 16px;
  }

  .product-case-copy {
    padding: 24px;
  }

  .product-case-copy h3 {
    font-size: 30px;
  }

  .application-grid,
  .process-list,
  .advantage-list,
  .inquiry-form,
  .line-form,
  .product-case-media,
  .product-list-grid,
  .capability-grid,
  .solution-grid,
  .sustainability-grid,
  .catalog-grid,
  .gallery-grid,
  .timeline,
  .certificate-layout,
  .policy-grid,
  .policy-grid.four,
  .policy-steps,
  .case-facts,
  .contact-facts,
  .article-list article {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 560px;
    padding: 116px 18px 66px;
  }

  .page-hero-content h1 {
    max-width: 11ch;
    font-size: 39px;
    line-height: 1.02;
  }

  .page-hero-content p:not(.eyebrow) {
    max-width: 19rem;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .capability-grid article,
  .solution-grid article,
  .sustainability-grid article {
    padding: 20px;
  }

  .timeline li {
    min-height: auto;
    padding: 22px;
  }

  .certificate-layout img {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .article-list img,
  .featured-news img {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .product-library {
    padding-top: 72px;
  }

  .product-list-card div {
    min-height: 94px;
    padding: 16px;
  }

  .product-detail-shell {
    gap: 24px;
    padding-top: 106px;
  }

  .product-detail-copy h1 {
    font-size: 52px;
  }

  .product-hero {
    min-height: 660px;
    padding: 110px 18px 30px;
  }

  .product-hero h1 {
    font-size: clamp(78px, 30vw, 150px);
    line-height: 0.88;
  }

  .product-advantages {
    grid-template-columns: 1fr;
    width: min(100% - 32px, var(--max));
    padding: 40px 0 66px;
  }

  .advantage-card {
    min-height: 126px;
  }

  .product-vr {
    padding-top: 8px;
  }

  .vr-layout {
    gap: 12px;
  }

  .vr-main {
    aspect-ratio: 4 / 5;
  }

  .vr-main figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .vr-main figcaption strong {
    align-self: flex-start;
    font-size: 34px;
  }

  .vr-thumbs {
    gap: 10px;
  }

  .floor-plan-section {
    gap: 26px;
  }

  .spec-table th,
  .spec-table td {
    padding: 13px 10px;
    font-size: 13px;
  }

  .spec-table th {
    width: 42%;
  }

  .product-quote {
    padding-inline: 16px;
  }

  .application-grid article,
  .process-list li {
    min-height: auto;
  }

  .video-card div,
  .product-card div,
  .news-grid article {
    padding: 18px;
  }

  .video-card h3,
  .product-card h3,
  .news-grid h3 {
    font-size: 18px;
    line-height: 1.28;
    overflow-wrap: break-word;
  }

  .product-card a,
  .text-link {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .contact-inquiry {
    gap: 36px;
    padding-top: 72px;
  }

  .contact-simple-section {
    gap: 36px;
    padding-top: 58px;
  }

  .contact-dark-form {
    padding: 24px;
  }

  .contact-dark-form input,
  .contact-dark-form select {
    min-height: 56px;
  }

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

  .mega-menu {
    max-height: 58vh;
  }

  .contact-menu {
    max-height: none;
  }

  .contact-menu-grid > a {
    padding: 12px 0;
  }

  .contact-side h2 {
    font-size: 54px;
  }

  .contact-kicker {
    font-size: 18px;
  }

  .line-form {
    gap: 26px;
  }

  .line-form label > span {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .line-form .primary-button {
    width: 100%;
    min-width: 0;
  }

  .agency-form {
    padding: 22px;
  }

  .faq-list summary {
    padding: 18px 48px 18px 18px;
    font-size: 17px;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .policy-steps li {
    min-height: auto;
  }

  .full-span {
    grid-column: auto;
  }
}

.about-scale {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: -52px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-scale article {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 14px;
  padding: 28px 30px;
  border: 1px solid rgba(17, 24, 32, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(17, 24, 32, 0.08);
}

.about-scale article:nth-child(5) {
  grid-column: span 2;
}

.about-scale strong {
  display: block;
  color: var(--blue);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
}

.about-scale span {
  max-width: 320px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-top: clamp(48px, 6vw, 88px);
}

.mission-vision article {
  min-height: 210px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mission-vision span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mission-vision p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 760;
  line-height: 1.06;
}

.milestone-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: #f5f3f0;
}

.milestone-heading h2,
.evidence-heading h2,
.sustainability-heading h2 {
  max-width: 1380px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 820;
  line-height: 0.98;
}

.milestone-heading p,
.evidence-heading p,
.sustainability-heading p {
  max-width: 1180px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.16;
}

.milestone-labels {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.milestone-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
  min-width: 980px;
  min-height: 296px;
  padding: 0;
  margin: 42px 0 56px;
  list-style: none;
}

.milestone-roadmap::before {
  content: "";
  position: absolute;
  top: 154px;
  right: 18px;
  left: 18px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue);
}

.milestone-point {
  position: relative;
  display: grid;
  grid-template-rows: 128px 48px 104px;
  min-height: 280px;
  justify-items: center;
  text-align: center;
}

.milestone-point::before {
  content: "";
  position: relative;
  z-index: 1;
  grid-row: 2;
  width: 28px;
  height: 28px;
  align-self: center;
  border-radius: 50%;
  background: var(--blue);
}

.milestone-point.is-current::before {
  background: var(--blue);
}

.milestone-point > div {
  width: min(142px, 100%);
}

.milestone-point.is-current > div {
  width: min(158px, 100%);
}

.milestone-point.is-top > div {
  grid-row: 1;
  align-self: end;
}

.milestone-point.is-bottom > div {
  grid-row: 3;
  align-self: start;
}

.milestone-point time {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.milestone-point.is-current time {
  color: var(--blue);
}

.milestone-point p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.04;
}

.milestone-note,
.evidence-note {
  margin: 0;
  padding: 14px 18px;
  border-radius: 6px;
  color: #005f96;
  background: #e2f4ff;
  font-size: 16px;
  font-weight: 700;
}

.milestone-note strong,
.evidence-note strong {
  text-transform: uppercase;
}

.about-evidence {
  width: 100%;
  max-width: none;
  padding-inline: clamp(42px, 4.2vw, 82px);
  background: #f5f3f0;
}

.evidence-heading h2 {
  max-width: none;
  font-size: clamp(40px, 3.4vw, 64px);
}

.certificate-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 52px;
}

.certificate-card {
  display: grid;
  align-content: start;
  gap: 18px;
}

.certificate-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  background: var(--white);
}

.certificate-card h3 {
  position: relative;
  margin: 4px 0 0;
  padding-left: 66px;
  color: var(--blue);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.certificate-card h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 5px;
  border-radius: 999px;
  background: var(--blue);
  transform: translateY(-50%);
}

.certificate-card strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.certificate-card p {
  min-height: 72px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 32, 0.18);
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.certificate-card small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.evidence-note {
  margin-top: 48px;
  font-size: 20px;
  line-height: 1.22;
}

.about-sustainability {
  display: block;
  width: 100%;
  max-width: none;
  padding-inline: clamp(42px, 4.2vw, 82px);
  background: #f5f3f0;
}

.sustainability-heading h2,
.sustainability-heading p {
  max-width: none;
}

.sustainability-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 78px;
}

.sustainability-card-grid article {
  display: grid;
  min-height: 240px;
  align-content: start;
  gap: 18px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(17, 24, 32, 0.18);
  border-radius: 8px;
  background: var(--white);
}

.sustainability-card-grid span {
  color: rgba(35, 121, 189, 0.7);
  font-size: 18px;
  font-weight: 900;
}

.sustainability-card-grid h3 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.08;
}

.sustainability-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 650;
  line-height: 1.2;
}

.sustainability-footer {
  margin: clamp(80px, 11vw, 160px) 0 0;
  padding: 24px 34px;
  border-radius: 8px;
  color: var(--white);
  background: #075d94;
  font-size: clamp(24px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .about-scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .milestone-section,
  .about-evidence,
  .about-sustainability {
    padding-inline: 24px;
  }

  .about-scale article:nth-child(5) {
    grid-column: span 2;
  }

  .mission-vision,
  .certificate-evidence-grid,
  .sustainability-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .milestone-labels {
    display: none;
  }

  .milestone-roadmap {
    grid-template-columns: 1fr;
    min-width: 0;
    min-height: auto;
    gap: 0;
    padding-left: 34px;
    margin: 42px 0;
  }

  .milestone-roadmap::before {
    top: 0;
    bottom: 0;
    left: 9px;
    width: 5px;
    height: auto;
    right: auto;
  }

  .milestone-point {
    display: block;
    min-height: auto;
    padding: 0 0 28px;
    text-align: left;
  }

  .milestone-point::before {
    position: absolute;
    top: 0;
    left: -36px;
    width: 23px;
    height: 23px;
  }

  .milestone-point > div {
    width: 100%;
  }

  .milestone-point p {
    max-width: 420px;
    font-size: 17px;
    line-height: 1.22;
  }
}

@media (max-width: 640px) {
  .about-scale,
  .mission-vision,
  .certificate-evidence-grid,
  .sustainability-card-grid {
    grid-template-columns: 1fr;
  }

  .about-scale {
    width: min(100% - 32px, var(--max));
    gap: 14px;
  }

  .milestone-section,
  .about-evidence,
  .about-sustainability {
    padding-inline: 18px;
  }

  .about-scale article,
  .about-scale article:nth-child(5) {
    grid-column: auto;
  }

  .about-scale article {
    min-height: 118px;
    padding: 22px;
  }

  .about-scale strong {
    font-size: 34px;
  }

  .about-scale span {
    font-size: 16px;
  }

  .mission-vision article {
    min-height: auto;
    padding: 24px;
  }

  .mission-vision p {
    font-size: 28px;
  }

  .milestone-heading h2,
  .evidence-heading h2,
  .sustainability-heading h2 {
    font-size: 40px;
  }

  .milestone-heading p,
  .evidence-heading p,
  .sustainability-heading p {
    font-size: 19px;
  }

  .certificate-card strong {
    font-size: 20px;
  }

  .certificate-card p,
  .evidence-note {
    font-size: 16px;
  }

  .sustainability-card-grid {
    margin-top: 42px;
  }

  .sustainability-card-grid article {
    min-height: auto;
  }

  .sustainability-footer {
    margin-top: 58px;
    padding: 20px;
    font-size: 24px;
  }

  .final-cta {
    padding-inline: 18px;
  }

  .final-cta h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }
}

@media (max-width: 980px) {
  .product-direction-grid,
  .application-card-grid,
  .recommended-model-grid,
  .custom-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-scenario {
    grid-template-columns: 1fr;
  }

  .category-scenario-copy h2,
  .category-scenario-copy p {
    max-width: 100%;
  }

  .application-case-section {
    grid-template-columns: 1fr;
  }

  .case-media img:first-child,
  .case-media img:last-child {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .product-direction-grid,
  .application-card-grid,
  .recommended-model-grid,
  .custom-process-grid,
  .case-media {
    grid-template-columns: 1fr;
  }

  .application-map-section .section-heading,
  .application-map-section .section-heading.compact,
  .product-direction-section,
  .application-map-section {
    max-width: 100%;
  }

  .application-map-section .section-heading h2,
  .model-card h2,
  .application-card h2,
  .category-scenario-copy h2 {
    max-width: 100%;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
  }

  .model-card div,
  .application-card div {
    padding: 20px;
  }

  .category-scenario {
    padding: 20px;
  }

  .recommended-model-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

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

  .custom-process-cta .primary-button {
    width: 100%;
  }

  .case-copy dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .case-media img:first-child,
  .case-media img:last-child {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* About page refinements: keep the updated content inside the site's existing visual system. */
.mission-vision {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: clamp(560px, 72vh, 760px);
  margin: 0;
  padding-right: clamp(28px, 6vw, 96px);
  padding-left: clamp(28px, 6vw, 96px);
  padding-top: clamp(78px, 8vw, 126px);
  padding-bottom: clamp(78px, 8vw, 126px);
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 47%, rgba(255, 255, 255, 0.94) 58%, rgba(255, 255, 255, 0.62) 76%, rgba(255, 255, 255, 0.24) 100%),
    url("assets/product-list-a38a.webp") right center / 52% 100% no-repeat;
}

.mission-vision::after {
  content: "";
  position: absolute;
  inset: auto 0 0 46%;
  z-index: -1;
  height: 38%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.mission-vision-copy {
  max-width: 620px;
}

.mission-vision .eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.mission-vision-copy h2 {
  margin-bottom: clamp(30px, 5vw, 68px);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}

.mission-vision-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.52;
}

.mission-vision-grid {
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  padding-left: clamp(30px, 4vw, 58px);
  border-left: 1px solid rgba(17, 24, 32, 0.14);
}

.mission-vision article {
  min-height: auto;
  padding: 0 0 clamp(34px, 4vw, 54px);
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 0;
  background: transparent;
}

.mission-vision article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mission-vision span {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mission-vision span::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
}

.mission-vision h3 {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1.12;
}

.capability-band.capability-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(360px, 0.4fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(76px, 8vw, 126px);
  padding-right: clamp(28px, 6vw, 96px);
  padding-bottom: clamp(78px, 8vw, 132px);
  padding-left: clamp(28px, 6vw, 96px);
  background: var(--soft);
}

.capability-flow-heading {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.capability-flow-heading h2 {
  max-width: 620px;
}

.capability-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.capability-flow .capability-grid article {
  display: grid;
  grid-template-columns: 88px 62px minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
  min-height: 170px;
  padding: clamp(26px, 3.2vw, 40px) 0;
  border: 0;
  border-top: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 0;
  background: transparent;
}

.capability-flow .capability-grid article:last-child {
  border-bottom: 1px solid rgba(17, 24, 32, 0.14);
}

.capability-flow .capability-grid span {
  margin: 0;
  color: var(--blue);
  font-size: clamp(48px, 4.8vw, 76px);
  font-weight: 820;
  line-height: 0.9;
  text-transform: none;
}

.capability-flow-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--blue);
  border-left: 1px solid rgba(17, 24, 32, 0.14);
}

.capability-flow-icon svg,
.sustainability-icon svg {
  display: block;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.capability-flow .capability-grid h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1.12;
}

.capability-flow .capability-grid p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.about-manufacturing .eyebrow {
  color: var(--blue);
}

.milestone-section,
.about-evidence {
  background: var(--white);
}

.milestone-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: clamp(28px, 6vw, 96px);
  padding-left: clamp(28px, 6vw, 96px);
}

.about-evidence {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: clamp(28px, 6vw, 96px);
  padding-left: clamp(28px, 6vw, 96px);
}

.milestone-section .section-heading,
.about-evidence .section-heading {
  margin-bottom: 38px;
}

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

.milestone-timeline li {
  min-height: 220px;
  background: var(--white);
}

.milestone-timeline li.is-current {
  background: var(--soft);
  box-shadow: inset 0 4px 0 var(--blue);
}

.milestone-timeline span {
  margin-bottom: 18px;
  font-size: 16px;
}

.milestone-note,
.evidence-note {
  margin-top: 24px;
  padding: 16px 18px;
  color: var(--muted);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--soft);
  font-size: 15px;
  font-weight: 700;
}

.milestone-track-labels {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.milestone-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  min-height: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.milestone-track::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--blue);
}

.milestone-track li {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 34px 1fr;
  min-width: 0;
  text-align: center;
}

.milestone-track li::before {
  content: "";
  position: relative;
  z-index: 1;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--blue);
}

.milestone-track li.is-current::before {
  background: var(--blue);
}

.milestone-track li > div {
  width: min(155px, calc(100% + 42px));
  justify-self: center;
}

.milestone-track li.is-top > div {
  grid-row: 1;
  align-self: end;
  padding-bottom: 22px;
}

.milestone-track li.is-bottom > div {
  grid-row: 3;
  align-self: start;
  padding-top: 22px;
}

.milestone-track time {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.milestone-track .is-current time {
  color: var(--blue);
}

.milestone-track strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.14;
}

.certificate-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
}

.certificate-card {
  display: grid;
  align-content: start;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.certificate-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
  background: var(--soft);
}

.certificate-card > div {
  padding: 22px;
}

.certificate-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.certificate-card h3 {
  margin: 0 0 12px;
  padding-left: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.16;
  white-space: normal;
}

.certificate-card h3::before {
  display: none;
}

.certificate-card strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.32;
}

.certificate-card p {
  min-height: 0;
  margin: 14px 0 0;
  padding-top: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}

.certificate-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.certificate-carousel {
  position: relative;
  margin-top: 0;
  padding: clamp(26px, 4vw, 48px) clamp(22px, 4vw, 54px) clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.06);
}

.certificate-carousel-viewport {
  overflow: hidden;
}

.certificate-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 420ms ease;
  will-change: transform;
}

.certificate-slide {
  display: grid;
  flex: 0 0 calc((100% - 72px) / 4);
  align-content: start;
  gap: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.certificate-slide.is-active {
  border-color: rgba(35, 121, 189, 0.45);
  box-shadow: 0 18px 38px rgba(17, 24, 32, 0.12);
  transform: translateY(-2px);
}

.certificate-slide-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 3 / 4;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
}

.certificate-slide-media img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 2px;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(17, 24, 32, 0.1);
}

.certificate-slide-copy {
  max-width: none;
  padding: 18px 20px 22px;
}

.certificate-slide-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.certificate-slide-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.14;
}

.certificate-slide-copy strong {
  display: block;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.25;
}

.certificate-slide-copy p {
  margin: 22px 0 0;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid rgba(17, 24, 32, 0.12);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.certificate-slide-copy small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.certificate-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 14px 28px rgba(17, 24, 32, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
}

.certificate-carousel-button:hover,
.certificate-carousel-button:focus-visible {
  background: var(--blue);
}

.certificate-carousel-button-prev {
  left: clamp(10px, 1.6vw, 22px);
}

.certificate-carousel-button-next {
  right: clamp(10px, 1.6vw, 22px);
}

.certificate-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.certificate-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 32, 0.22);
  cursor: pointer;
}

.certificate-carousel-dots button.is-active {
  width: 28px;
  background: var(--blue);
}

.about-sustainability {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: clamp(72px, 7vw, 116px);
  padding-right: clamp(28px, 6vw, 96px);
  padding-bottom: clamp(72px, 7vw, 116px);
  padding-left: clamp(28px, 6vw, 96px);
  background: var(--soft);
}

.about-sustainability > div:first-child > p:not(.eyebrow):not(.sustainability-footer) {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.sustainability-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(17, 24, 32, 0.14);
}

.sustainability-card-grid article {
  display: grid;
  grid-template-columns: 64px 82px minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 32px);
  align-items: center;
  min-height: 136px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 0;
  background: transparent;
}

.sustainability-icon {
  grid-row: 1 / span 3;
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--blue);
  border: 1px solid rgba(35, 121, 189, 0.22);
  border-radius: var(--radius);
  background: var(--white);
}

.sustainability-icon svg {
  width: 38px;
  height: 38px;
}

.sustainability-card-grid span {
  grid-column: 2;
  grid-row: 1 / span 3;
  color: rgba(35, 121, 189, 0.22);
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 820;
  line-height: 0.9;
  text-transform: none;
}

.sustainability-card-grid h3 {
  grid-column: 3;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.16;
}

.sustainability-card-grid p {
  grid-column: 3;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.sustainability-footer {
  grid-column: 1 / -1;
  margin: clamp(28px, 4vw, 46px) 0 0;
  padding: 20px 24px;
  color: var(--white);
  border-radius: var(--radius);
  background: var(--ink);
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 800;
}

.why-different {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(94px, 9vw, 150px) clamp(28px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.98) 0%, rgba(247, 249, 251, 0.95) 40%, rgba(247, 249, 251, 0.82) 72%, rgba(247, 249, 251, 0.68) 100%),
    url("assets/transport-bright-delivery.jpg") center center / cover no-repeat,
    var(--soft);
}

.why-different-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(640px, 1fr);
  gap: clamp(34px, 4.5vw, 72px);
  width: min(100%, 1540px);
  margin: 0 auto;
  align-items: center;
}

.why-different-copy {
  position: relative;
  min-height: auto;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 3vw, 52px);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.42));
}

.why-different-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.why-different-copy .eyebrow::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 2px;
  background: var(--blue);
}

.why-different-copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 4.3vw, 68px);
  line-height: 0.96;
  letter-spacing: 0;
}

.why-different-copy p:not(.eyebrow) {
  max-width: 360px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  color: rgba(17, 24, 32, 0.72);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.55;
}

.comparison-showcase {
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(240px, 1fr) minmax(240px, 0.96fr);
  align-items: stretch;
  min-height: 620px;
}

.comparison-axis,
.comparison-brand-panel,
.comparison-traditional-panel {
  display: grid;
  grid-template-rows: 112px repeat(6, 70px);
}

.comparison-axis {
  padding-top: 0;
}

.comparison-axis-head {
  opacity: 0;
}

.comparison-factor,
.comparison-brand-panel > div[role="cell"],
.comparison-traditional-panel > div[role="cell"] {
  display: flex;
  align-items: center;
  min-width: 0;
  border-top: 1px solid rgba(17, 24, 32, 0.12);
}

.comparison-factor {
  gap: 14px;
  padding-right: 22px;
  color: rgba(17, 24, 32, 0.86);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 760;
}

.comparison-factor-icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid rgba(35, 121, 189, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.comparison-brand-panel {
  position: relative;
  z-index: 2;
  color: var(--white);
  background: linear-gradient(180deg, #101b26 0%, #07111b 100%);
  box-shadow: 0 30px 80px rgba(17, 24, 32, 0.26);
}

.comparison-brand-head,
.comparison-traditional-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 clamp(22px, 2.4vw, 38px);
}

.comparison-brand-head strong,
.comparison-traditional-head strong {
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 900;
  line-height: 1.1;
}

.comparison-brand-head span,
.comparison-traditional-head span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.35;
}

.comparison-traditional-head span {
  color: rgba(17, 24, 32, 0.58);
}

.comparison-brand-panel > div[role="cell"],
.comparison-traditional-panel > div[role="cell"] {
  justify-content: center;
  padding: 0 20px;
  font-weight: 760;
}

.comparison-brand-panel > div[role="cell"] {
  color: #86cfff;
  border-top-color: rgba(255, 255, 255, 0.14);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.comparison-traditional-panel {
  background: rgba(255, 255, 255, 0.52);
}

.comparison-traditional-panel > div[role="cell"] {
  color: var(--ink);
  font-size: clamp(18px, 1.45vw, 23px);
}

.capability-flow-intro {
  position: sticky;
  top: 110px;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-self: start;
}

.capability-flow-intro .capability-flow-heading {
  position: static;
}

.capability-flow-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(17, 24, 32, 0.08);
}

.capability-flow-image img {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.about-manufacturing-immersive {
  position: relative;
  isolation: isolate;
  display: block;
  grid-template-columns: none;
  gap: 0;
  width: 100%;
  max-width: none;
  min-height: clamp(720px, 82vh, 920px);
  margin: 0;
  padding: clamp(84px, 8vw, 132px) clamp(28px, 6vw, 96px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 16, 22, 0.9) 0%, rgba(8, 16, 22, 0.76) 42%, rgba(8, 16, 22, 0.48) 100%),
    url("assets/manufacturing-base.png") center center / cover no-repeat;
  color: var(--white);
}

.manufacturing-base-content {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-manufacturing-immersive .eyebrow {
  color: #8ec9ff;
}

.about-manufacturing-immersive h2 {
  max-width: 720px;
  color: var(--white);
}

.about-manufacturing-immersive p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.62;
}

.manufacturing-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(42px, 5vw, 72px);
}

.manufacturing-process-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.manufacturing-process-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.manufacturing-process-grid h3 {
  margin: 0;
  padding: 16px 14px 18px;
  color: var(--white);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.18;
}

.about-sustainability {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.98) 0%, rgba(247, 249, 251, 0.94) 43%, rgba(247, 249, 251, 0.76) 67%, rgba(247, 249, 251, 0.56) 100%),
    url("assets/about-sustainability-ap12d.jpg") center center / cover no-repeat,
    var(--soft);
}

.about-sustainability::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, rgba(247, 249, 251, 0) 65%, var(--soft) 100%);
}

.about-sustainability .sustainability-card-grid article {
  background: rgba(255, 255, 255, 0.72);
}

.global-project-map {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(90px, 9vw, 142px) clamp(24px, 4vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 12, 18, 0.98), rgba(7, 16, 24, 0.94)),
    #071018;
}

.global-map-shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(680px, 1.36fr) minmax(240px, 0.38fr);
  gap: clamp(24px, 3.4vw, 56px);
  width: min(100%, 1780px);
  margin: 0 auto;
  align-items: center;
}

.global-map-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #8ec9ff;
}

.global-map-copy .eyebrow::after {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--blue);
}

.global-map-copy h2 {
  max-width: 420px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.06;
}

.global-map-copy p {
  max-width: 350px;
  margin: clamp(26px, 3vw, 42px) 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.65;
}

.global-map-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 3.5vw, 52px);
  padding: 0 24px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.global-map-cta::after {
  content: ">";
  margin-left: 18px;
  color: #8ec9ff;
}

.global-map-cta:hover,
.global-map-cta:focus-visible {
  border-color: #8ec9ff;
  color: #8ec9ff;
}

.global-map-visual {
  position: relative;
  aspect-ratio: 16 / 8;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.global-map-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.map-graticule {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1.2;
}

.world-continents path {
  fill: rgba(255, 255, 255, 0.12);
  stroke: rgba(116, 187, 236, 0.35);
  stroke-width: 2.2;
  stroke-linejoin: round;
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 850;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.map-pin::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(35, 121, 189, 0.24);
}

.map-pin-australia {
  right: 14%;
  bottom: 16%;
}

.map-pin-usa {
  left: 18%;
  top: 40%;
}

.map-pin-canada {
  left: 19%;
  top: 22%;
}

.map-pin-europe {
  left: 51%;
  top: 32%;
}

.map-pin-middle-east {
  right: 29%;
  top: 47%;
}

.map-pin-africa {
  left: 54%;
  bottom: 25%;
}

.global-region-list {
  display: grid;
  gap: 0;
}

.global-region-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 16px;
  align-items: center;
  min-height: 68px;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 760;
}

.global-region-list a:hover,
.global-region-list a:focus-visible {
  color: #8ec9ff;
}

.region-symbol {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #8ec9ff;
  border: 1px solid rgba(142, 201, 255, 0.5);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

@media (max-width: 980px) {
  .certificate-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mission-vision,
  .capability-band.capability-flow {
    grid-template-columns: 1fr;
  }

  .mission-vision {
    min-height: auto;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.92) 54%, rgba(255, 255, 255, 0.72) 100%),
      url("assets/product-list-a38a.webp") center bottom / cover no-repeat;
  }

  .mission-vision-grid {
    padding-left: 0;
    padding-top: 34px;
    border-top: 1px solid rgba(17, 24, 32, 0.14);
    border-left: 0;
  }

  .capability-flow-heading {
    position: static;
  }

  .capability-flow-intro {
    position: static;
  }

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

  .why-different-copy {
    min-height: auto;
    padding-bottom: clamp(34px, 4vw, 58px);
  }

  .comparison-showcase {
    grid-template-columns: 220px 260px 240px;
    width: 100%;
    min-height: auto;
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .comparison-axis,
  .comparison-brand-panel,
  .comparison-traditional-panel {
    grid-template-rows: 108px repeat(6, 68px);
  }

  .comparison-row {
    grid-template-columns: 0.9fr 1fr 1fr;
  }

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

  .about-sustainability {
    background:
      linear-gradient(180deg, rgba(247, 249, 251, 0.97) 0%, rgba(247, 249, 251, 0.92) 100%),
      url("assets/about-sustainability-ap12d.jpg") center bottom / cover no-repeat,
      var(--soft);
  }

  .global-map-shell,
  .global-map-layout {
    grid-template-columns: 1fr;
  }

  .global-map-copy h2,
  .global-map-copy p {
    max-width: 620px;
  }

  .global-map-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .global-region-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

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

  .certificate-slide {
    flex-basis: calc((100% - 36px) / 3);
    grid-template-columns: 1fr;
  }

  .certificate-slide-copy {
    max-width: 100%;
  }

  .milestone-track-labels {
    display: none;
  }

  .milestone-track {
    display: block;
    min-height: auto;
    padding-left: 34px;
  }

  .milestone-track::before {
    top: 0;
    bottom: 0;
    left: 9px;
    width: 4px;
    height: auto;
    transform: none;
  }

  .milestone-track li {
    display: block;
    min-height: auto;
    padding: 0 0 26px;
    text-align: left;
  }

  .milestone-track li:last-child {
    padding-bottom: 0;
  }

  .milestone-track li::before {
    position: absolute;
    top: 1px;
    left: -34px;
    width: 18px;
    height: 18px;
  }

  .milestone-track li > div {
    width: 100%;
    justify-self: stretch;
    padding: 0 !important;
  }

  .milestone-track time {
    font-size: 17px;
  }

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

@media (max-width: 640px) {
  .mission-vision-grid,
  .milestone-timeline,
  .certificate-evidence-grid,
  .sustainability-card-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision {
    width: min(100% - 32px, var(--max));
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .mission-vision-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(30px, 9vw, 42px);
  }

  .mission-vision-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .mission-vision h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .certificate-carousel {
    padding: 16px 14px 58px;
  }

  .certificate-carousel-track {
    gap: 14px;
  }

  .certificate-slide {
    flex-basis: min(86vw, 320px);
  }

  .certificate-slide-media {
    padding: 10px;
  }

  .certificate-slide-media img {
    max-height: 68vh;
  }

  .certificate-carousel-button {
    top: auto;
    bottom: 12px;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .certificate-carousel-button-prev {
    left: 18px;
  }

  .certificate-carousel-button-next {
    right: 18px;
  }

  .capability-band.capability-flow {
    padding-top: 72px;
    padding-bottom: 74px;
  }

  .about-hero-actions {
    align-items: stretch;
  }

  .about-hero-actions a {
    width: 100%;
  }

  .why-different,
  .global-project-map {
    padding-right: 16px;
    padding-left: 16px;
  }

  .why-different {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .why-different-copy {
    padding-bottom: 34px;
  }

  .why-different-copy h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .comparison-showcase {
    grid-template-columns: 154px 184px 176px;
  }

  .comparison-axis,
  .comparison-brand-panel,
  .comparison-traditional-panel {
    grid-template-rows: 96px repeat(6, 64px);
  }

  .comparison-factor {
    gap: 10px;
    padding-right: 12px;
    font-size: 13px;
  }

  .comparison-factor-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .comparison-brand-head,
  .comparison-traditional-head {
    padding: 0 16px;
  }

  .comparison-brand-head strong,
  .comparison-traditional-head strong {
    font-size: 18px;
  }

  .comparison-brand-head span,
  .comparison-traditional-head span {
    font-size: 12px;
  }

  .comparison-table {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
  }

  .comparison-row > div {
    min-height: 48px;
    padding: 12px 14px;
    border-left: 0;
    border-top: 1px solid var(--line);
    font-size: 16px;
  }

  .comparison-row > div:first-child {
    border-top: 0;
    background: var(--soft);
  }

  .comparison-row > div:nth-child(2)::before,
  .comparison-row > div:nth-child(3)::before {
    display: inline-block;
    width: 120px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .comparison-row > div:nth-child(2)::before {
    content: "Alumodular";
  }

  .comparison-row > div:nth-child(3)::before {
    content: "Traditional";
  }

  .capability-flow .capability-grid article {
    grid-template-columns: 68px 52px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 28px 0;
  }

  .capability-flow .capability-grid span {
    font-size: 46px;
  }

  .capability-flow-icon {
    width: 44px;
    height: 44px;
  }

  .capability-flow-icon svg {
    width: 38px;
    height: 38px;
  }

  .capability-flow .capability-grid p {
    font-size: 16px;
  }

  .capability-flow-image img {
    max-height: none;
  }

  .about-manufacturing-immersive {
    min-height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .global-project-map {
    padding-top: 76px;
    padding-bottom: 78px;
  }

  .global-map-copy h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .global-map-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .global-project-map .map-pin {
    padding: 0;
    font-size: 11px;
  }

  .global-region-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .map-pin-canada {
    left: 10%;
    top: 16%;
  }

  .map-pin-usa {
    left: 12%;
    top: 38%;
  }

  .map-pin-europe {
    left: 43%;
    top: 26%;
  }

  .map-pin-middle-east {
    right: 10%;
    top: 43%;
  }

  .map-pin-africa {
    left: 42%;
    bottom: 28%;
  }

  .map-pin-australia {
    right: 8%;
    bottom: 15%;
  }

  .sustainability-card-grid article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    padding: 24px 0;
  }

  .sustainability-icon {
    width: 46px;
    height: 46px;
  }

  .sustainability-icon svg {
    width: 30px;
    height: 30px;
  }

  .sustainability-card-grid span,
  .sustainability-card-grid h3,
  .sustainability-card-grid p {
    grid-column: 2;
  }

  .sustainability-card-grid span {
    grid-row: auto;
    color: var(--gold);
    font-size: 12px;
    text-transform: uppercase;
  }

  .about-split,
  .about-split > *,
  .mission-vision,
  .mission-vision *,
  .milestone-section,
  .milestone-section *,
  .about-evidence,
  .about-evidence *,
  .about-sustainability,
  .about-sustainability * {
    min-width: 0;
  }

  .about-split h2,
  .about-split p,
  .mission-vision .section-heading h2,
  .mission-vision h3,
  .milestone-section h2,
  .milestone-timeline strong,
  .milestone-track strong,
  .about-evidence h2,
  .certificate-card h3,
  .certificate-card strong,
  .about-sustainability h2,
  .sustainability-card-grid h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .milestone-section,
  .about-evidence,
  .about-sustainability {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mission-vision,
  .milestone-section {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mission-vision h3 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .sustainability-footer {
    font-size: 17px;
  }
}

/* Honomobo-inspired visual skin. Keep source HTML, copy, menu, sections, and image references unchanged. */
:root {
  --ink: #061420;
  --muted: #52677a;
  --line: #d7e3ec;
  --soft: #f3f8fc;
  --white: #ffffff;
  --blue: #2b78be;
  --blue-dark: #0f4f86;
  --teal: #2b78be;
  --gold: #2b78be;
  --shadow: none;
  --radius: 0;
  --max: 1320px;
  --hm-top: 34px;
  --hm-head: 86px;
  --hm-ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  letter-spacing: 0 !important;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: "Century Gothic", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

a,
button,
select,
input,
textarea {
  font-family: inherit;
}

img {
  transition: transform .72s var(--hm-ease), filter .32s var(--hm-ease);
}

.site-header {
  min-height: calc(var(--hm-top) + var(--hm-head));
  padding: calc(var(--hm-top) + 12px) clamp(18px, 4vw, 44px) 12px;
  grid-template-columns: minmax(154px, 220px) minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 30px);
  border: 0;
  border-bottom: 1px solid rgba(6, 20, 32, .08);
  background: linear-gradient(var(--ink) 0 var(--hm-top), rgba(255, 255, 255, .97) var(--hm-top) 100%);
  box-shadow: none;
  backdrop-filter: none;
  transition: background .28s var(--hm-ease), border-color .28s var(--hm-ease), color .28s var(--hm-ease);
}

.site-header::before {
  content: "Alumodular Configurator    BUILD PROJECT BRIEF  \2192";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: var(--hm-top);
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  white-space: pre;
  pointer-events: none;
}

body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) {
  color: var(--white);
  border-bottom-color: rgba(255, 255, 255, .16);
  background: linear-gradient(var(--ink) 0 var(--hm-top), rgba(6, 20, 32, 0) var(--hm-top) 100%);
}

.site-header.is-scrolled,
body.nav-open .site-header {
  color: var(--ink);
  background: linear-gradient(var(--ink) 0 var(--hm-top), rgba(255, 255, 255, .98) var(--hm-top) 100%);
  border-bottom-color: rgba(6, 20, 32, .1);
}

.brand {
  width: clamp(154px, 14vw, 204px);
}

body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}

.main-nav {
  gap: clamp(18px, 2vw, 34px);
  color: currentColor;
  font-size: 14px;
  font-weight: 400;
}

.main-nav > a,
.nav-parent {
  min-height: 52px;
  font-weight: 400;
}

.nav-dropdown > .nav-parent::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.main-nav > a:hover,
.main-nav > a:focus-visible,
.nav-parent:hover,
.nav-parent:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--teal);
}

body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) .main-nav a[aria-current="page"],
body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) .main-nav > a:hover,
body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) .nav-parent:hover {
  color: var(--white);
}

.language-select select {
  min-height: 52px;
  color: currentColor;
  font-size: 13px;
  font-weight: 400;
}

.header-cta,
.primary-button,
.secondary-button,
.filter-button,
.footer-inquiry {
  min-height: 50px;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.header-cta,
.primary-button {
  color: var(--white);
  background: var(--ink);
}

body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) .header-cta {
  color: var(--ink);
  background: var(--white);
}

.header-cta:hover,
.header-cta:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.filter-button.is-active,
.filter-button:hover {
  color: var(--white);
  background: var(--teal);
}

.secondary-button,
.secondary-button.dark,
.filter-button {
  color: var(--ink);
  border: 1px solid var(--line);
  background: transparent;
}

.secondary-button:hover,
.secondary-button:focus-visible,
.secondary-button.dark:hover,
.secondary-button.dark:focus-visible {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.hero .secondary-button,
.page-hero .secondary-button,
.product-hero .secondary-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .08);
}

.hero .secondary-button:hover,
.hero .secondary-button:focus-visible,
.page-hero .secondary-button:hover,
.page-hero .secondary-button:focus-visible {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.mega-menu {
  top: 100%;
  color: rgba(255, 255, 255, .78);
  background: rgba(6, 20, 32, .97);
  border: 0;
  box-shadow: 0 24px 80px rgba(6, 20, 32, .26);
  transform: translateX(-50%) translateY(18px);
  transition: opacity .24s var(--hm-ease), transform .24s var(--hm-ease), visibility .24s var(--hm-ease);
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown.is-open .mega-menu,
.nav-dropdown:focus-within .mega-menu {
  transform: translateX(-50%) translateY(0);
}

.mega-group {
  border-right-color: rgba(255, 255, 255, .14);
}

.mega-group h3,
.mega-item > span,
.mega-footer a,
.contact-menu-grid > a,
.news-menu-grid > a {
  color: var(--white);
  font-weight: 400;
}

.mega-item p,
.mega-footer {
  color: rgba(255, 255, 255, .6);
  font-weight: 400;
}

.mega-menu a:hover,
.mega-menu a:focus-visible,
.contact-menu-grid > a:hover,
.news-menu-grid > a:hover {
  color: #9cc7c1;
}

.mega-footer {
  border-top-color: rgba(255, 255, 255, .16);
}

.mega-image-slot,
.mega-menu .mega-image-slot {
  border: 0;
  border-radius: 0;
}

h1,
h2,
h3,
.product-hero h1,
.page-hero h1,
.case-preview-copy h1,
.contact-side h2 {
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

h1 {
  max-width: 1120px;
  font-size: clamp(48px, 7.6vw, 116px);
}

.hero h1 {
  font-size: clamp(44px, 6.6vw, 98px);
}

h2 {
  font-size: clamp(34px, 5.2vw, 78px);
}

h3 {
  font-size: clamp(22px, 2.2vw, 34px);
}

.eyebrow,
.product-system-card span,
.home-news-modules span,
.product-list-card span,
.model-card span,
.application-card span,
.case-facts dt,
.contact-facts span,
.contact-light-facts span,
.category-scenario-copy span,
.recommended-model-card span {
  color: var(--teal);
  font-weight: 400;
}

.hero,
.page-hero,
.product-hero {
  background: var(--ink);
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  padding: calc(var(--hm-top) + var(--hm-head) + 56px) clamp(20px, 5vw, 72px) clamp(48px, 7vw, 86px);
}

.hero-media,
.page-hero .hero-media,
.product-hero-media {
  transform-origin: center;
  will-change: transform;
}

.hero-scrim,
.product-hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 20, 32, .24), rgba(6, 20, 32, .04) 36%, rgba(6, 20, 32, .58)),
    linear-gradient(90deg, rgba(6, 20, 32, .55), rgba(6, 20, 32, .14) 52%, rgba(6, 20, 32, .22));
}

.hero-content {
  max-width: 1040px;
  text-shadow: 0 2px 18px rgba(6, 20, 32, .28);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, .78);
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 1.8vw, 23px);
}

.page-hero {
  min-height: min(680px, 68vh);
  margin: calc(var(--hm-top) + var(--hm-head)) clamp(16px, 3vw, 44px) 0;
  padding: clamp(80px, 10vw, 144px) clamp(24px, 5vw, 72px) clamp(38px, 6vw, 74px);
}

.page-hero-content {
  max-width: 1040px;
  text-shadow: 0 2px 18px rgba(6, 20, 32, .28);
}

.page-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.7vw, 22px);
}

.page-hero .eyebrow {
  color: rgba(255, 255, 255, .78);
}

.compact-hero {
  min-height: min(620px, 62vh);
}

.product-hero {
  min-height: 100svh;
  padding-top: calc(var(--hm-top) + var(--hm-head));
}

.product-hero h1 {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(86px, 22vw, 320px);
  line-height: .78;
  text-shadow: 0 2px 20px rgba(6, 20, 32, .3);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  padding-top: clamp(82px, 9vw, 142px);
  padding-bottom: clamp(82px, 9vw, 142px);
}

.section-heading {
  gap: clamp(28px, 5vw, 72px);
}

.section-heading p:not(.eyebrow),
.why-copy > p,
.contact-intro p,
.model-card p,
.application-card p,
.product-system-card p,
.product-detail-copy > p:not(.eyebrow),
.case-copy p,
.contact-simple-copy > p:not(.eyebrow),
.agency-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 400;
}

.metrics {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.metrics div {
  background: var(--white);
}

.metrics strong,
.advantage-card strong {
  font-weight: 400;
}

.video-card,
.product-card,
.news-grid article,
.product-system-card,
.product-list-card,
.model-card,
.application-card,
.recommended-model-card,
.category-scenario,
.custom-process-grid article,
.advantage-card,
.product-detail-media,
.product-case-layout,
.product-case-media figure,
.catalog-card,
.featured-news article,
.case-facts div,
.contact-facts div,
.contact-note,
.contact-social-map > div,
.factory-map-card,
.agency-benefits div,
.agency-form,
.faq-list details,
.policy-grid article,
.case-detail-gallery-card,
.case-detail-fact,
.case-preview-media,
.case-preview-thumbs button,
.inquiry-form {
  border-radius: 0;
  box-shadow: none;
}

.product-system-card,
.product-list-card,
.model-card,
.application-card,
.recommended-model-card,
.catalog-card,
.home-news-modules a,
.article-list article,
.featured-news article,
.case-detail-gallery-card,
.video-card,
.product-card {
  transition: color .22s var(--hm-ease), border-color .22s var(--hm-ease), transform .32s var(--hm-ease);
}

.product-system-card:hover,
.product-system-card:focus-visible,
.product-list-card:hover,
.model-card:hover,
.application-card:hover,
.recommended-model-card:hover,
.recommended-model-card:focus-visible,
.home-news-modules a:hover,
.home-news-modules a:focus-visible,
.case-detail-gallery-card:hover {
  border-color: var(--ink);
  box-shadow: none;
  transform: translateY(-2px);
}

.product-system-card,
.model-card,
.application-card,
.product-list-card,
.catalog-card {
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.product-system-card img,
.product-list-media img,
.model-card-media img,
.application-card img,
.recommended-model-card img,
.catalog-card img,
.home-news-modules img,
.case-media img,
.product-case-media img,
.gallery-grid img,
.case-detail-gallery-card img,
.case-preview-thumbs img,
.vr-main img,
.vr-thumbs img,
.featured-news img,
.article-list img,
.video-card video {
  transform-origin: center;
}

.product-system-card:hover img,
.product-system-card:focus-visible img,
.product-list-media:hover img,
.product-list-media:focus-visible img,
.model-card-media:hover img,
.model-card-media:focus-visible img,
.application-card:hover img,
.recommended-model-card:hover img,
.catalog-card:hover img,
.home-news-modules a:hover img,
.case-media:hover img,
.product-case-media figure:hover img,
.gallery-grid img:hover,
.case-detail-gallery-card:hover img,
.case-preview-thumbs button:hover img,
.vr-main:hover img,
.vr-thumbs img:hover,
.featured-news article:hover img,
.article-list article:hover img {
  transform: scale(1.06);
}

.video-card:hover video {
  transform: scale(1.04);
}

.product-media,
.product-list-media,
.model-card-media,
.case-media,
.product-case-media figure,
.gallery-grid,
.vr-main,
.vr-thumbs,
.home-news-modules a,
.featured-news article,
.article-list article,
.case-detail-gallery-card,
.case-preview-media {
  overflow: hidden;
}

.product-card.product-solution-card img {
  transition: transform .72s var(--hm-ease);
}

.product-card.product-solution-card:hover img {
  transform: scale(1.06);
}

.immersive-showcase,
.why-modular,
.product-case-spotlight,
.case-detail-cta,
.case-preview-inquiry,
.final-cta,
.site-footer {
  background-color: var(--ink);
}

.immersive-showcase {
  color: var(--white);
}

.showcase-overlay {
  background:
    linear-gradient(180deg, rgba(6, 20, 32, .18), rgba(6, 20, 32, .72)),
    linear-gradient(90deg, rgba(6, 20, 32, .72), rgba(6, 20, 32, .18));
}

.showcase-video-card {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: none;
}

.product-case-layout,
.case-preview-inquiry-inner,
.dark-section,
.contact-dark-form {
  background: var(--ink);
  color: var(--white);
}

.product-case-copy > p:not(.eyebrow),
.case-preview-inquiry-copy p,
.contact-dark-form label > span,
.contact-dark-form .form-status {
  color: rgba(255, 255, 255, .74);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea,
.line-form input,
.line-form select,
.line-form textarea {
  border-radius: 0;
}

.line-form input,
.line-form select,
.line-form textarea {
  border-bottom-color: var(--line);
}

.contact-dark-form input,
.contact-dark-form select,
.contact-dark-form textarea {
  border-color: rgba(255, 255, 255, .34);
  background: transparent;
}

.site-footer {
  color: rgba(255, 255, 255, .74);
}

.footer-nav a,
.footer-contact,
.footer-tagline {
  color: rgba(255, 255, 255, .68);
  font-weight: 400;
}

.footer-title,
.footer-contact span {
  color: rgba(255, 255, 255, .46);
}

.footer-brand img {
  filter: brightness(0) invert(1);
}

.hm-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .72s var(--hm-ease), transform .72s var(--hm-ease);
}

.hm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-detail-preview-layout .case-preview-shell {
  padding-top: calc(var(--hm-top) + var(--hm-head) + 34px);
}

.case-detail-preview-layout .case-preview-media > img {
  transition: transform .72s var(--hm-ease), opacity .22s var(--hm-ease);
}

.case-detail-preview-layout .case-preview-thumbs button.is-active {
  border-color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .hm-reveal,
  img,
  video,
  .site-header,
  .mega-menu {
    transition: none !important;
  }

  .hm-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(148px, 190px) minmax(0, 1fr) auto;
  }

  .site-header::before {
    content: "BUILD PROJECT BRIEF  \2192";
    font-size: 12px;
  }

  .main-nav {
    gap: 14px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  :root {
    --hm-top: 40px;
    --hm-head: 70px;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: calc(var(--hm-top) + var(--hm-head));
    padding: calc(var(--hm-top) + 10px) 16px 10px;
  }

  .brand {
    width: 164px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--white);
  }

  .nav-toggle span {
    left: auto;
    width: 24px;
    height: 2px;
  }

  body.nav-open .nav-toggle span:first-child {
    top: 21px;
    transform: rotate(45deg);
  }

  body.nav-open .nav-toggle span:last-child {
    top: 21px;
    transform: rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: calc(var(--hm-top) + var(--hm-head)) 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: calc(100dvh - var(--hm-top) - var(--hm-head));
    padding: 30px clamp(18px, 5vw, 44px) 44px;
    color: var(--ink);
    background: var(--white);
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .24s var(--hm-ease), transform .24s var(--hm-ease);
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav > a,
  .nav-parent {
    min-height: 62px;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    font-size: 20px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown > .nav-parent::after {
    float: right;
    margin-top: 7px;
  }

  .mega-menu,
  .contact-menu,
  .news-menu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    color: var(--muted);
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: none;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .28s var(--hm-ease), opacity .22s var(--hm-ease), padding .28s var(--hm-ease);
  }

  .nav-dropdown:hover .mega-menu,
  .nav-dropdown:focus-within .mega-menu,
  .nav-dropdown:hover .contact-menu,
  .nav-dropdown:focus-within .contact-menu,
  .nav-dropdown:hover .news-menu,
  .nav-dropdown:focus-within .news-menu {
    transform: none;
  }

  .nav-dropdown.is-open .mega-menu,
  .nav-dropdown.is-open .contact-menu,
  .nav-dropdown.is-open .news-menu {
    max-height: 58vh;
    padding: 18px 0 24px;
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    visibility: visible;
  }

  .nav-dropdown.is-open > .nav-parent::after {
    transform: translateY(2px) rotate(225deg);
  }

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

  .mega-group {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    padding-right: 0;
  }

  .mega-group h3,
  .mega-item > span,
  .mega-footer a,
  .contact-menu-grid > a,
  .news-menu-grid > a {
    color: var(--ink);
  }

  .mega-item p,
  .mega-footer {
    color: var(--muted);
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 840px;
    padding: calc(var(--hm-top) + var(--hm-head) + 42px) 18px 40px;
  }

  .page-hero {
    min-height: 500px;
    margin: calc(var(--hm-top) + var(--hm-head)) 12px 0;
    padding: 88px 18px 30px;
  }

  .product-hero {
    min-height: 760px;
  }

  .section {
    width: calc(100% - 36px);
    padding-top: 64px;
    padding-bottom: 64px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 66px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 54px);
  }

  .product-hero h1 {
    font-size: clamp(76px, 26vw, 142px);
  }
}

@media (max-width: 640px) {
  .hero-copy,
  .page-hero-content p:not(.eyebrow) {
    font-size: 17px;
  }

  .product-system-grid,
  .product-list-grid,
  .product-direction-grid,
  .application-card-grid,
  .recommended-model-grid,
  .catalog-grid,
  .application-grid,
  .policy-grid,
  .policy-grid.four {
    grid-template-columns: 1fr;
  }

  .case-detail-preview-layout .case-preview-shell {
    padding-top: calc(var(--hm-top) + var(--hm-head) + 18px);
  }
}

/* Full-width spacing correction across pages. */
:root {
  --hm-page-pad: clamp(28px, 5vw, 112px);
}

.section,
.split-band,
.product-system,
.product-solutions-showcase,
.product-library,
.product-direction-section,
.application-map-section,
.product-category-section,
.product-case-spotlight,
.applications,
.home-news,
.contact,
.contact-simple-section,
.contact-inquiry,
.agency-section,
.faq-section,
.policy-section.soft-band,
.media-story,
.factory-proof,
.capability-band,
.mission-vision,
.milestone-section,
.about-sustainability,
.global-project-map,
.final-cta,
.process-flow,
.case-detail-section,
.case-preview-inquiry,
.product-vr,
.floor-plan-section,
.product-quote {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: var(--hm-page-pad);
  padding-left: var(--hm-page-pad);
}

.page-hero {
  margin-right: 0;
  margin-left: 0;
}

.section-heading,
.section-heading.compact,
.product-solutions-head,
.product-system .section-heading,
.product-category-section .section-heading,
.milestone-section .section-heading,
.sustainability-heading,
.showcase-content,
.case-detail-inner,
.case-detail-preview-layout .case-preview-grid,
.case-detail-preview-layout .case-preview-inquiry-inner,
.why-scroll-stage,
.process-scroll-layout,
.product-detail-shell,
.vr-layout,
.floor-plan-section,
.product-quote,
.product-case-layout,
.contact-simple-section,
.contact-inquiry,
.agency-section,
.faq-list,
.policy-grid,
.policy-steps,
.featured-news article,
.article-list,
.global-project-map > div,
.final-cta > div {
  width: 100%;
  max-width: none;
}

.section-heading.compact,
.product-system .section-heading,
.home-news .section-heading,
.process-flow .section-heading,
.product-category-section .section-heading,
.faq-section .section-heading,
.policy-section .section-heading {
  display: block;
}

.section-heading.compact h2,
.product-system .section-heading h2,
.process-flow .section-heading h2,
.home-news .section-heading h2 {
  max-width: min(1180px, 100%);
}

.section-heading.compact > p:not(.eyebrow),
.product-system .section-heading > p:not(.eyebrow),
.process-flow .section-heading > p:not(.eyebrow),
.home-news .section-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 18px;
}

.metrics.page-metrics {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: var(--hm-page-pad);
  padding-left: var(--hm-page-pad);
}

.product-system-grid,
.product-solution-grid,
.product-list-grid,
.product-direction-grid,
.application-card-grid,
.catalog-grid,
.recommended-model-grid,
.application-grid,
.home-news-modules,
.policy-grid,
.process-image-grid,
.sustainability-card-grid,
.case-detail-gallery-grid {
  width: 100%;
  max-width: none;
}

.product-system-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}

.product-system-card img {
  aspect-ratio: 1.28 / 1;
}

.product-direction-grid,
.application-card-grid,
.catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

.process-flow {
  background: var(--ink);
  color: var(--white);
}

.process-flow .section-heading p:not(.eyebrow),
.process-flow .process-step p,
.process-flow .process-media-panel figcaption span {
  color: rgba(255, 255, 255, .68);
}

.process-scroll-layout {
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
  gap: clamp(36px, 5vw, 92px);
}

.case-detail-preview-layout .case-preview-shell {
  width: 100%;
  max-width: none;
  padding-right: var(--hm-page-pad);
  padding-left: var(--hm-page-pad);
}

.case-detail-preview-layout .case-preview-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
}

.case-detail-preview-layout .case-preview-media > img {
  min-height: clamp(520px, 48vw, 820px);
}

.contact-simple-section {
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
}

.contact-hero-map {
  width: 100%;
}

.contact-hero-map img,
.factory-map-card img {
  width: 100%;
}

.mission-vision,
.about-sustainability,
.global-project-map,
.final-cta {
  background-size: cover;
}

@media (max-width: 1280px) {
  .product-list-grid,
  .product-direction-grid,
  .application-card-grid,
  .catalog-grid,
  .recommended-model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  :root {
    --hm-page-pad: clamp(20px, 5vw, 36px);
  }

  .section,
  .split-band,
  .product-system,
  .product-solutions-showcase,
  .product-library,
  .product-direction-section,
  .application-map-section,
  .product-category-section,
  .product-case-spotlight,
  .applications,
  .home-news,
  .contact,
  .contact-simple-section,
  .contact-inquiry,
  .agency-section,
  .faq-section,
  .policy-section.soft-band,
  .media-story,
  .factory-proof,
  .capability-band,
  .mission-vision,
  .milestone-section,
  .about-sustainability,
  .global-project-map,
  .final-cta,
  .process-flow,
  .case-detail-section,
  .case-preview-inquiry,
  .product-vr,
  .floor-plan-section,
  .product-quote {
    width: 100%;
    padding-right: var(--hm-page-pad);
    padding-left: var(--hm-page-pad);
  }

  .section-heading,
  .section-heading.compact,
  .product-system .section-heading,
  .home-news .section-heading,
  .process-flow .section-heading,
  .product-category-section .section-heading,
  .faq-section .section-heading,
  .policy-section .section-heading,
  .process-scroll-layout,
  .product-detail-shell,
  .vr-layout,
  .floor-plan-section,
  .product-quote,
  .product-case-layout,
  .contact-simple-section,
  .contact-inquiry,
  .agency-section,
  .case-detail-preview-layout .case-preview-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.compact > p:not(.eyebrow),
  .product-system .section-heading > p:not(.eyebrow),
  .process-flow .section-heading > p:not(.eyebrow),
  .home-news .section-heading > p:not(.eyebrow) {
    justify-self: start;
  }

  .product-system-grid,
  .product-list-grid,
  .product-direction-grid,
  .application-card-grid,
  .catalog-grid,
  .recommended-model-grid,
  .application-grid,
  .home-news-modules,
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .product-system-grid,
  .product-list-grid,
  .product-direction-grid,
  .application-card-grid,
  .catalog-grid,
  .recommended-model-grid,
  .application-grid,
  .home-news-modules,
  .policy-grid,
  .policy-grid.four {
    grid-template-columns: 1fr;
  }
}

/* Products page category showcase: Honomobo-style full image panels with alternating copy. */
.products-page .product-category-showcase {
  --product-panel-edge: clamp(84px, 8vw, 160px);
  padding: 0;
  background: var(--ink);
}

.products-page .product-direction-grid {
  display: block;
  width: 100%;
  max-width: none;
}

.products-page .model-card {
  position: relative;
  display: grid;
  min-height: clamp(680px, 88vh, 920px);
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: var(--ink);
  isolation: isolate;
}

.products-page .model-card:first-child {
  border-top: 0;
}

.products-page .model-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 20, 32, .58), rgba(6, 20, 32, .12) 38%, rgba(6, 20, 32, .62)),
    linear-gradient(180deg, rgba(6, 20, 32, .04), rgba(6, 20, 32, .46));
  pointer-events: none;
}

.products-page .model-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.products-page .model-card-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transform: scale(1.01);
}

.products-page .model-card:hover .model-card-media img,
.products-page .model-card:focus-within .model-card-media img {
  transform: scale(1.06);
}

.products-page .model-card > div {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(560px, calc(100% - (var(--product-panel-edge) * 2)));
  margin: clamp(92px, 11vh, 128px) var(--product-panel-edge);
  padding: clamp(26px, 3vw, 44px);
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
}

.products-page .model-card:nth-child(odd) > div {
  justify-self: end;
}

.products-page .model-card:nth-child(even) > div {
  justify-self: start;
}

.products-page .model-card span {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-page .model-card h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.3vw, 54px);
  line-height: .96;
}

.products-page .model-card p {
  max-width: 440px;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.products-page .model-card div > a {
  margin-top: 26px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-page .model-card div > a::after {
  content: " \2192";
}

@media (max-width: 980px) {
  .products-page .model-card {
    min-height: 720px;
  }

  .products-page .model-card > div {
    align-self: end;
    justify-self: stretch;
    width: auto;
    margin: 0;
    padding: 28px 24px 34px;
    background: rgba(255, 255, 255, .96);
  }

  .products-page .model-card:nth-child(odd) > div,
  .products-page .model-card:nth-child(even) > div {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .products-page .model-card {
    min-height: 640px;
  }

  .products-page .model-card h2 {
    font-size: clamp(30px, 11vw, 46px);
  }
}

/* Explicit products page rebuild. Uses dedicated classes so legacy grids cannot apply. */
body.products-page .product-category-showcase {
  --product-panel-edge: clamp(92px, 8vw, 168px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  background: var(--ink);
}

body.products-page .product-advantage-section {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 6vw, 108px);
  width: 100%;
  padding: clamp(96px, 10vw, 154px) var(--hm-page-pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

body.products-page .product-advantage-heading {
  align-self: start;
  position: sticky;
  top: calc(var(--hm-top) + var(--hm-head) + 28px);
}

body.products-page .product-advantage-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 5vw, 86px);
  line-height: .98;
}

body.products-page .product-advantage-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}

body.products-page .product-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

body.products-page .product-advantage-grid article {
  min-height: 330px;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

body.products-page .product-advantage-grid span {
  display: block;
  margin-bottom: clamp(46px, 6vw, 92px);
  color: var(--blue);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: .9;
}

body.products-page .product-advantage-grid h3 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.06;
}

body.products-page .product-advantage-grid p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

body.products-page .product-showcase-list {
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.products-page .product-showcase-panel {
  position: relative;
  display: grid;
  min-height: clamp(760px, 88vh, 960px);
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: var(--ink);
  isolation: isolate;
}

body.products-page .product-showcase-panel:first-child {
  border-top: 0;
}

body.products-page .product-showcase-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 20, 32, .58), rgba(6, 20, 32, .12) 38%, rgba(6, 20, 32, .62)),
    linear-gradient(180deg, rgba(6, 20, 32, .02), rgba(6, 20, 32, .48));
  pointer-events: none;
}

body.products-page .product-showcase-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  overflow: hidden;
}

body.products-page .product-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transform: scale(1.01);
}

body.products-page .product-showcase-panel:hover .product-showcase-media img,
body.products-page .product-showcase-panel:focus-within .product-showcase-media img {
  transform: scale(1.06);
}

body.products-page .product-showcase-panel > div {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(600px, calc(100% - (var(--product-panel-edge) * 2)));
  margin: clamp(92px, 11vh, 132px) var(--product-panel-edge);
  padding: clamp(30px, 3.4vw, 50px);
  color: var(--ink);
  background: rgba(255, 255, 255, .95);
}

body.products-page .product-showcase-panel:nth-child(odd) > div {
  justify-self: end;
}

body.products-page .product-showcase-panel:nth-child(even) > div {
  justify-self: start;
}

body.products-page .product-showcase-panel span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.products-page .product-showcase-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 3.4vw, 58px);
  line-height: .96;
}

body.products-page .product-showcase-panel p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

body.products-page .product-showcase-panel div > a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

body.products-page .product-showcase-panel div > a::after {
  content: " \2192";
}

@media (max-width: 980px) {
  body.products-page .product-advantage-section {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  body.products-page .product-advantage-heading {
    position: static;
  }

  body.products-page .product-advantage-grid {
    grid-template-columns: 1fr;
  }

  body.products-page .product-advantage-grid article {
    min-height: auto;
  }

  body.products-page .product-advantage-grid span {
    margin-bottom: 34px;
  }

  body.products-page .product-showcase-panel {
    min-height: 720px;
  }

  body.products-page .product-showcase-panel > div {
    align-self: end;
    justify-self: stretch;
    width: auto;
    margin: 0;
    padding: 28px 24px 34px;
    background: rgba(255, 255, 255, .96);
  }

  body.products-page .product-showcase-panel:nth-child(odd) > div,
  body.products-page .product-showcase-panel:nth-child(even) > div {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  body.products-page .product-advantage-section {
    padding: 60px 20px;
  }

  body.products-page .product-advantage-heading h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  body.products-page .product-advantage-grid article {
    padding: 24px;
  }

  body.products-page .product-advantage-grid span {
    font-size: 42px;
  }

  body.products-page .product-showcase-panel {
    min-height: 640px;
  }

  body.products-page .product-showcase-panel h2 {
    font-size: clamp(30px, 11vw, 46px);
  }
}

/* A-18A product page: keep Indoor VR Display compact enough for one desktop viewport. */
body.product-a18a-page .product-vr {
  padding-top: clamp(22px, 2.4vh, 36px);
  padding-bottom: clamp(22px, 2.4vh, 36px);
}

body.product-a18a-page .product-vr .section-heading.compact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.42fr);
  gap: clamp(20px, 3.2vw, 58px);
  align-items: start;
  margin-bottom: clamp(16px, 2vh, 26px);
  max-width: none;
}

body.product-a18a-page .product-vr .section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

body.product-a18a-page .product-vr .section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 2.65vw, 48px);
  line-height: 1.03;
}

body.product-a18a-page .product-vr .section-heading > p:not(.eyebrow) {
  max-width: 500px;
  margin-top: clamp(24px, 5vh, 56px);
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.5;
}

body.product-a18a-page .product-vr .vr-layout {
  grid-template-columns: minmax(0, 1.34fr) minmax(220px, .46fr);
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
  height: clamp(300px, 42vh, 420px);
  min-height: 0;
}

body.product-a18a-page .product-vr .vr-main {
  min-height: 0 !important;
  height: 100% !important;
  max-height: 100%;
}

body.product-a18a-page .product-vr .vr-thumbs {
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
  min-height: 0;
  height: 100% !important;
  max-height: 100%;
}

body.product-a18a-page .product-vr.hm-reveal,
body.product-a18a-page .product-vr .hm-reveal {
  opacity: 1;
  transform: none;
}

body.product-a18a-page .product-vr .vr-main:hover img,
body.product-a18a-page .product-vr .vr-thumbs img.hm-reveal:hover {
  transform: scale(1.06);
}

body.product-a18a-page .product-vr .vr-main figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
}

body.product-a18a-page .product-vr .vr-main figcaption span {
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px;
}

body.product-a18a-page .product-vr .vr-main figcaption strong {
  font-size: clamp(26px, 3vw, 42px);
}

@media (max-width: 980px) {
  body.product-a18a-page .product-vr {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  body.product-a18a-page .product-vr .section-heading.compact {
    display: block;
    margin-bottom: 24px;
  }

  body.product-a18a-page .product-vr .section-heading > p:not(.eyebrow) {
    margin-top: 16px;
  }

  body.product-a18a-page .product-vr .vr-layout {
    grid-template-columns: 1fr;
  }

  body.product-a18a-page .product-vr .vr-main {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body.product-a18a-page .product-vr .vr-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
  }

  body.product-a18a-page .product-vr .vr-thumbs img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  body.product-a18a-page .product-vr .vr-main {
    aspect-ratio: 4 / 3;
  }

  body.product-a18a-page .product-vr .vr-thumbs {
    grid-template-columns: 1fr;
  }
}

/* Hide legacy home project showcase if a stale cached home document still contains it. */
body:not(.products-page):not(.product-a18a-page) .immersive-showcase {
  display: none !important;
}

/* A-18A VR split gallery: left 360 preview, right large preview with thumbnails. */
body.product-a18a-page .product-vr .vr-split-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  height: min(52vh, 800px);
  min-height: 520px;
  max-height: 800px;
}

body.product-a18a-page .product-vr .vr-360-panel,
body.product-a18a-page .product-vr .vr-preview-stack,
body.product-a18a-page .product-vr .vr-preview-main {
  min-height: 0;
  height: 100%;
}

body.product-a18a-page .product-vr .vr-preview-stack {
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(82px, 7.4vw, 118px);
  gap: clamp(12px, 1.2vw, 18px);
}

body.product-a18a-page .product-vr .vr-preview-main {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

body.product-a18a-page .product-vr .vr-preview-main img,
body.product-a18a-page .product-vr .vr-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--hm-ease);
}

body.product-a18a-page .product-vr .vr-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: none;
  gap: clamp(8px, .75vw, 12px);
  height: auto !important;
  max-height: none;
}

body.product-a18a-page .product-vr .vr-lightbox-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 10px;
  min-height: 0;
}

body.product-a18a-page .product-vr .vr-lightbox-nav {
  display: grid;
  min-width: 0;
  height: 100%;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  transition: border-color .22s var(--hm-ease), background .22s var(--hm-ease), color .22s var(--hm-ease);
}

body.product-a18a-page .product-vr .vr-lightbox-nav span {
  font-size: 30px;
  line-height: 1;
  transform: translateY(-1px);
}

body.product-a18a-page .product-vr .vr-lightbox-nav:hover,
body.product-a18a-page .product-vr .vr-lightbox-nav:focus-visible {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

body.product-a18a-page .product-vr .vr-thumb {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--soft);
  cursor: pointer;
}

body.product-a18a-page .product-vr .vr-thumb.is-active {
  border-color: var(--blue);
}

body.product-a18a-page .product-vr .vr-preview-main:hover img,
body.product-a18a-page .product-vr .vr-thumb:hover img,
body.product-a18a-page .product-vr .vr-thumb:focus-visible img {
  transform: scale(1.06);
}

@media (max-width: 980px) {
  body.product-a18a-page .product-vr .vr-split-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.product-a18a-page .product-vr .vr-360-panel {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }

  body.product-a18a-page .product-vr .vr-preview-stack {
    height: auto;
    grid-template-rows: auto auto;
  }

  body.product-a18a-page .product-vr .vr-preview-main {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  body.product-a18a-page .product-vr .vr-lightbox-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }
}

@media (max-width: 640px) {
  body.product-a18a-page .product-vr .vr-thumbs {
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    overflow-x: auto;
  }
}

/* Home Product System: two-column, four-row desktop rhythm. */
body:not(.products-page):not(.product-a18a-page) .product-system-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

body:not(.products-page):not(.product-a18a-page) .product-system-card {
  grid-template-columns: 1fr;
}

body:not(.products-page):not(.product-a18a-page) .product-system-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
}

@media (max-width: 980px) {
  body:not(.products-page):not(.product-a18a-page) .product-system-grid {
    grid-template-columns: 1fr;
  }

  body:not(.products-page):not(.product-a18a-page) .product-system-card {
    grid-template-columns: 1fr;
  }

  body:not(.products-page):not(.product-a18a-page) .product-system-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 11;
  }
}

/* Home process section: make the right lifecycle image fill the right viewport pane. */
body:not(.products-page):not(.product-a18a-page) .process-flow {
  --process-right-edge: var(--hm-page-pad);
}

body:not(.products-page):not(.product-a18a-page) .process-flow .section-heading {
  position: relative;
  z-index: 2;
}

body:not(.products-page):not(.product-a18a-page) .process-scroll-layout {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.32fr);
  gap: clamp(30px, 4vw, 70px);
  align-items: stretch;
  width: calc(100% + var(--process-right-edge));
  max-width: none;
  padding-right: 0;
  margin-right: calc(-1 * var(--process-right-edge));
}

body:not(.products-page):not(.product-a18a-page) .process-step-list {
  padding-top: clamp(12px, 2vh, 28px);
  padding-bottom: clamp(12px, 2vh, 28px);
}

body:not(.products-page):not(.product-a18a-page) .process-media-panel {
  top: calc(var(--hm-top) + var(--hm-head));
  height: calc(100vh - var(--hm-top) - var(--hm-head));
  min-height: 720px;
  max-height: none;
  align-self: start;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body:not(.products-page):not(.product-a18a-page) .process-media-panel img {
  object-fit: cover;
  background: transparent;
}

@media (max-width: 980px) {
  body:not(.products-page):not(.product-a18a-page) .process-scroll-layout {
    width: 100%;
    margin-right: 0;
  }

  body:not(.products-page):not(.product-a18a-page) .process-media-panel {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius);
  }
}

/* 2026-08-14 visual refinement pass. */
.site-header,
.site-header.is-scrolled,
body.nav-open .site-header,
body:not(.subpage):not(.nav-open) .site-header:not(.is-scrolled) {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body:not(.subpage) .hero {
  isolation: isolate;
}

.hero-logo-stage {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(42vh, 380px);
  place-items: center;
  transition: opacity .5s var(--hm-ease), transform .5s var(--hm-ease), visibility .5s var(--hm-ease);
}

.hero-logo-stage img {
  width: clamp(220px, 26vw, 460px);
  filter: brightness(0) invert(1);
}

body:not(.subpage) .hero-content {
  opacity: 0;
  transform: translateY(28px);
  visibility: hidden;
  transition: opacity .58s var(--hm-ease), transform .58s var(--hm-ease), visibility .58s var(--hm-ease);
}

body:not(.subpage) .site-header.is-scrolled + main .hero-logo-stage {
  opacity: 0;
  transform: translateY(-22px) scale(.96);
  visibility: hidden;
}

body:not(.subpage) .site-header.is-scrolled + main .hero-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

body.subpage .about-company h2 {
  max-width: 720px;
  font-size: clamp(34px, 3.35vw, 56px);
  line-height: 1.03;
}

body:not(.products-page):not(.product-a18a-page) .process-media-panel img {
  object-fit: contain;
  background: #fff;
}

body.products-page .product-category-showcase {
  padding: clamp(72px, 8vw, 128px) 0;
  background: #000;
}

body.products-page .product-category-showcase.hm-reveal,
body.product-category-page .product-category-section.hm-reveal {
  opacity: 1 !important;
  transform: none !important;
}

body.products-page .product-showcase-list {
  display: grid !important;
  gap: clamp(84px, 10vw, 156px);
  padding: 0;
  background: #000;
}

body.products-page .product-showcase-panel {
  position: relative;
  display: block;
  width: min(1680px, calc(100vw - 180px));
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  isolation: isolate;
}

body.products-page .product-showcase-panel:nth-child(odd) {
  margin-right: auto;
  margin-left: 0;
}

body.products-page .product-showcase-panel:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

body.products-page .product-showcase-panel::after {
  display: none;
}

body.products-page .product-showcase-media {
  position: relative;
  inset: auto;
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  background: #fff;
}

body.products-page .product-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  transform: none;
  background: #fff;
}

body.products-page .product-showcase-panel:hover .product-showcase-media img,
body.products-page .product-showcase-panel:focus-within .product-showcase-media img {
  transform: none;
}

body.products-page .product-showcase-panel > div {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: clamp(270px, 23vw, 430px);
  margin: 0;
  padding: clamp(24px, 2.5vw, 40px);
  color: var(--ink);
  background: #fff;
}

body.products-page .product-showcase-panel:nth-child(odd) > div {
  right: clamp(28px, 6vw, 140px);
  left: auto;
  justify-self: auto;
}

body.products-page .product-showcase-panel:nth-child(even) > div {
  right: auto;
  left: clamp(28px, 6vw, 140px);
  justify-self: auto;
}

body.products-page .product-showcase-panel h2 {
  font-size: clamp(30px, 2.8vw, 48px);
}

body.products-page .product-showcase-panel p {
  font-size: clamp(15px, 1.1vw, 18px);
}

body.product-category-page .product-category-section {
  width: 100%;
  max-width: none;
  padding: clamp(76px, 8vw, 132px) var(--hm-page-pad);
  background: #000;
  color: #fff;
}

body.product-category-page .product-category-section .section-heading {
  max-width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body.product-category-page .product-category-section .section-heading h2,
body.product-category-page .category-scenario-copy h2 {
  color: #fff;
}

body.product-category-page .product-category-section .section-heading > p:not(.eyebrow),
body.product-category-page .category-scenario-copy p {
  color: rgba(255, 255, 255, .66);
}

body.product-category-page .category-scenario-list {
  display: grid;
  gap: clamp(74px, 9vw, 132px);
  max-width: 1540px;
  margin: 0 auto;
}

body.product-category-page .category-scenario {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

body.product-category-page .category-scenario-copy {
  max-width: 760px;
  margin-bottom: clamp(22px, 3vw, 42px);
}

body.product-category-page .category-scenario-copy h2 {
  max-width: 720px;
  font-size: clamp(34px, 4.4vw, 68px);
}

body.product-category-page .recommended-model-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: stretch;
  gap: clamp(30px, 4vw, 70px);
}

body.product-category-page .recommended-model-card {
  position: relative;
  display: block;
  width: min(1320px, calc(100vw - (var(--hm-page-pad) * 2)));
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.product-category-page .recommended-model-card:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

body.product-category-page .recommended-model-card:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}

body.product-category-page .recommended-model-card img,
body.product-category-page .recommended-model-card .model-placeholder {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border-radius: 0;
  background: #fff;
}

body.product-category-page .recommended-model-card:hover img,
body.product-category-page .recommended-model-card:focus-visible img {
  transform: none;
}

body.product-category-page .recommended-model-card div:last-child {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5vw, 118px);
  bottom: 0;
  display: block;
  width: clamp(220px, 20vw, 360px);
  padding: clamp(22px, 2vw, 34px);
  background: #fff;
  color: var(--ink);
}

body.product-category-page .recommended-model-card:nth-child(even) div:last-child {
  right: auto;
  left: clamp(28px, 5vw, 118px);
}

body.product-category-page .recommended-model-card span {
  color: var(--blue);
  font-size: 12px;
}

body.product-category-page .recommended-model-card strong {
  color: var(--ink);
  font-size: clamp(30px, 3vw, 52px);
}

body.product-category-page .recommended-model-card small {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-logo-stage {
    min-height: min(34vh, 280px);
  }

  body:not(.subpage) .hero-content {
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  body:not(.subpage) .site-header.is-scrolled + main .hero-logo-stage {
    display: none;
  }

  body.products-page .product-showcase-panel,
  body.product-category-page .recommended-model-card {
    width: 100%;
  }

  body.products-page .product-showcase-panel > div,
  body.products-page .product-showcase-panel:nth-child(odd) > div,
  body.products-page .product-showcase-panel:nth-child(even) > div,
  body.product-category-page .recommended-model-card div:last-child,
  body.product-category-page .recommended-model-card:nth-child(even) div:last-child {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  body.product-category-page .recommended-model-card {
    aspect-ratio: auto;
  }

  body.product-category-page .recommended-model-card img,
  body.product-category-page .recommended-model-card .model-placeholder {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

/* 2026-08-15 requested refinement pass. */
body:not(.subpage) .hero {
  min-height: calc(100vh + 360px);
}

body:not(.subpage):not(.hero-copy-settled) .hero .hero-media,
body:not(.subpage):not(.hero-copy-settled) .hero .hero-scrim {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
}

body:not(.subpage) .hero .hero-media {
  transform: scale(calc(1.02 + (var(--home-hero-progress, 0) * .14))) !important;
}

body:not(.subpage).hero-copy-settled .hero .hero-media {
  position: absolute;
  transform: scale(1.16) !important;
}

body:not(.subpage) .hero-logo-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

body:not(.subpage) .hero-logo-stage img {
  width: clamp(420px, 48vw, 920px);
  max-width: calc(100vw - 48px);
}

body:not(.subpage) .hero-content {
  pointer-events: none;
  transform: translateY(44px);
  transition: opacity .72s var(--hm-ease), transform .72s var(--hm-ease), visibility .72s var(--hm-ease);
}

body:not(.subpage):not(.hero-copy-visible) .site-header.is-scrolled + main .hero-logo-stage,
body:not(.subpage):not(.hero-copy-visible) .hero-logo-stage {
  opacity: 1;
  transform: none;
  visibility: visible;
}

body:not(.subpage):not(.hero-copy-visible) .site-header.is-scrolled + main .hero-content,
body:not(.subpage):not(.hero-copy-visible) .hero-content {
  opacity: 0;
  transform: translateY(44px);
  visibility: hidden;
}

body:not(.subpage).hero-copy-visible .hero-logo-stage,
body:not(.subpage).hero-copy-visible .site-header.is-scrolled + main .hero-logo-stage {
  opacity: 0;
  transform: translateY(-34px) scale(.94);
  visibility: hidden;
}

body:not(.subpage).hero-copy-visible .hero-content,
body:not(.subpage).hero-copy-visible .site-header.is-scrolled + main .hero-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

body.products-page .product-category-showcase,
body.products-page .product-showcase-list,
body.product-category-page .product-category-section {
  background: #fff;
}

body.product-category-page .product-category-section {
  color: var(--ink);
}

body.product-category-page .product-category-section .section-heading h2,
body.product-category-page .category-scenario-copy h2 {
  color: var(--ink);
}

body.product-category-page .product-category-section .section-heading > p:not(.eyebrow),
body.product-category-page .category-scenario-copy p {
  color: var(--muted);
}

body.product-category-page .recommended-model-card div:last-child,
body.products-page .product-showcase-panel > div {
  border: 1px solid rgba(30, 71, 118, .12);
  box-shadow: 0 22px 60px rgba(6, 20, 32, .12);
}

@media (max-width: 980px) {
  body:not(.subpage) .hero {
    min-height: 100vh;
  }

  body:not(.subpage) .hero-logo-stage {
    position: relative;
    height: auto;
    min-height: min(34vh, 280px);
  }

  body:not(.subpage) .hero-logo-stage img {
    width: clamp(220px, 64vw, 420px);
  }

  body:not(.subpage):not(.hero-copy-settled) .hero .hero-media,
  body:not(.subpage):not(.hero-copy-settled) .hero .hero-scrim {
    position: absolute;
    height: 100%;
  }
}

/* 2026-08-15 home hero fixed-background scroll sequence. */
body:not(.subpage) .hero {
  min-height: calc(100vh + var(--home-hero-scroll-length, 900px));
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: #061420;
}

body:not(.subpage) .hero .hero-media,
body:not(.subpage) .hero .hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body:not(.subpage).hero-sequence-active .hero .hero-media,
body:not(.subpage).hero-sequence-active .hero .hero-scrim {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

body:not(.subpage).hero-sequence-active .hero .hero-media {
  transform: scale(calc(1.02 + (var(--home-hero-progress, 0) * .14))) !important;
}

body:not(.subpage):not(.hero-sequence-active) .hero .hero-media {
  position: absolute !important;
  top: var(--home-hero-release-y, 900px) !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  transform: scale(1.16) !important;
}

body:not(.subpage):not(.hero-sequence-active) .hero .hero-scrim {
  position: absolute !important;
  top: var(--home-hero-release-y, 900px) !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

body:not(.subpage) .hero-logo-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  min-height: 0;
  pointer-events: none;
}

body:not(.subpage).hero-sequence-active .hero-logo-stage {
  position: fixed;
  inset: 0;
}

body:not(.subpage) .hero-logo-stage img {
  width: clamp(420px, 48vw, 920px);
  max-width: calc(100vw - 48px);
}

body:not(.subpage) .hero-content {
  position: absolute;
  z-index: 3;
  top: calc(50vh + 60px);
  left: clamp(36px, 3.5vw, 72px);
  width: min(1040px, calc(100vw - 144px));
  max-width: 1040px;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(-50% + 44px));
  visibility: hidden;
  transition: opacity .72s var(--hm-ease), transform .72s var(--hm-ease), visibility .72s var(--hm-ease);
}

body:not(.subpage).hero-sequence-active .hero-content {
  position: fixed;
}

body:not(.subpage).hero-sequence-active:not(.hero-copy-visible) .hero-logo-stage {
  opacity: 1;
  transform: none;
  visibility: visible;
}

body:not(.subpage).hero-sequence-active:not(.hero-copy-visible) .hero-content,
body:not(.subpage):not(.hero-sequence-active):not(.hero-copy-visible) .hero-content {
  opacity: 0 !important;
  transform: translateY(calc(-50% + 44px));
  visibility: hidden !important;
  pointer-events: none;
}

body:not(.subpage).hero-sequence-active.hero-copy-visible .hero-logo-stage,
body:not(.subpage).hero-sequence-active.hero-copy-visible .site-header.is-scrolled + main .hero-logo-stage {
  opacity: 0;
  transform: translateY(-34px) scale(.94);
  visibility: hidden;
}

body:not(.subpage).hero-sequence-active.hero-copy-visible .hero-content,
body:not(.subpage).hero-sequence-active.hero-copy-visible .site-header.is-scrolled + main .hero-content {
  opacity: 1 !important;
  transform: translateY(-50%);
  visibility: visible !important;
  pointer-events: auto;
}

body:not(.subpage):not(.hero-sequence-active).hero-copy-visible .hero-content {
  position: absolute;
  top: calc(var(--home-hero-release-y, 900px) + 50vh + 60px);
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  visibility: visible !important;
  pointer-events: auto;
}

body:not(.subpage):not(.hero-sequence-active) .hero-logo-stage {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

@media (max-width: 980px) {
  body:not(.subpage) .hero {
    min-height: 100vh;
    padding: 140px 18px 80px;
    align-items: flex-end;
  }

  body:not(.subpage).hero-sequence-active .hero .hero-media,
  body:not(.subpage).hero-sequence-active .hero .hero-scrim {
    position: absolute !important;
    height: 100% !important;
  }

  body:not(.subpage) .hero-content,
  body:not(.subpage).hero-sequence-active .hero-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }
}

/* Global Agency Policy page */
.agency-policy-page {
  scroll-padding-top: calc(var(--hm-top) + var(--hm-head) + 24px);
}

.agency-policy-page main {
  background: var(--ink);
}

.agency-policy-page section {
  scroll-margin-top: calc(var(--hm-top) + var(--hm-head) + 24px);
}

.agency-policy-hero,
.agency-policy-intro,
.agency-apply-section {
  width: 100%;
  max-width: none;
  padding-right: var(--hm-page-pad);
  padding-left: var(--hm-page-pad);
}

.agency-policy-hero {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 5.6vw, 96px);
  align-items: center;
  min-height: calc(100vh - var(--hm-head));
  padding-top: calc(var(--hm-top) + var(--hm-head) + clamp(56px, 7vw, 96px));
  padding-bottom: clamp(68px, 8vw, 118px);
  color: var(--ink);
  background: linear-gradient(90deg, var(--blue) 0 14px, #f4f9fc 14px 100%);
}

.agency-hero-copy {
  min-width: 0;
}

.agency-cn {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.agency-hero-copy h1,
.agency-policy-intro h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 850;
  line-height: .94;
  text-transform: uppercase;
}

.agency-hero-copy h2,
.agency-policy-intro h3 {
  max-width: 560px;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
}

.agency-hero-copy > p:not(.agency-cn):not(.agency-small-note),
.agency-policy-intro p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.agency-partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 18px;
}

.agency-partner-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(43, 120, 190, .22);
  color: var(--blue-dark);
  background: rgba(43, 120, 190, .08);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.agency-small-note,
.agency-policy-intro span {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.agency-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(43, 120, 190, .16);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(6, 20, 32, .13);
}

.agency-hero-visual img {
  display: block;
  width: 100%;
  min-height: clamp(420px, 50vw, 720px);
  object-fit: cover;
  transition: transform .8s var(--hm-ease);
}

.agency-hero-visual:hover img {
  transform: scale(1.045);
}

.agency-hero-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 8px;
  max-width: min(360px, calc(100% - 44px));
  padding: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}

.agency-hero-visual figcaption strong {
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-hero-visual figcaption span {
  color: var(--muted);
  font-size: 13px;
}

.agency-dark-section {
  color: var(--white);
  background: var(--ink);
}

.agency-policy-heading {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.agency-policy-heading > span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.agency-policy-heading h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.agency-policy-heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.agency-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}

.agency-model-grid article,
.agency-custom-grid article,
.agency-partner-grid article,
.agency-apply-points article {
  border: 1px solid rgba(43, 120, 190, .15);
  background: var(--white);
}

.agency-model-grid article {
  min-height: 320px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 2.6vw, 38px);
}

.agency-model-grid article > span,
.agency-custom-grid article > span,
.agency-apply-points span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.agency-model-grid h3,
.agency-custom-grid h3,
.agency-apply-points h3 {
  margin: 18px 0 18px;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.12;
  text-transform: uppercase;
}

.agency-model-grid p,
.agency-custom-grid p,
.agency-apply-points p {
  color: var(--muted);
}

.agency-model-grid ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.agency-policy-intro {
  padding-top: clamp(70px, 8vw, 118px);
  padding-bottom: clamp(70px, 8vw, 118px);
  color: var(--ink);
  background: linear-gradient(90deg, var(--blue) 0 14px, #f4f9fc 14px 100%);
}

.agency-policy-intro > div {
  width: min(880px, 100%);
}

.agency-policy-intro h2 {
  margin-bottom: 20px;
}

.agency-custom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.agency-custom-grid article {
  min-height: 190px;
  display: grid;
  align-content: start;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
}

.agency-custom-grid article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(43, 120, 190, .12);
}

.agency-custom-grid h3,
.agency-custom-grid p,
.agency-custom-grid strong {
  grid-column: 2;
}

.agency-custom-grid h3 {
  margin: 2px 0 18px;
  font-size: 18px;
}

.agency-custom-grid p {
  margin: 0 0 24px;
  font-size: 14px;
}

.agency-custom-grid strong {
  color: var(--blue-dark);
  font-size: 13px;
  line-height: 1.35;
}

.agency-step-heading {
  margin-top: clamp(58px, 7vw, 96px);
}

.agency-delivery-steps,
.agency-process-strip {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(43, 120, 190, .18);
  background: var(--white);
}

.agency-delivery-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agency-delivery-steps li,
.agency-process-strip li {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 128px;
  padding: 22px;
  color: var(--ink);
  border-right: 1px solid var(--line);
}

.agency-delivery-steps li:last-child,
.agency-process-strip li:last-child {
  border-right: 0;
}

.agency-delivery-steps span,
.agency-process-strip span {
  color: var(--blue);
  font-weight: 950;
}

.agency-delivery-steps strong,
.agency-process-strip strong {
  font-size: 14px;
}

.agency-delivery-steps em,
.agency-process-strip em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.agency-benefit-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: var(--blue-dark);
}

.agency-benefit-strip div {
  min-height: 154px;
  display: grid;
  gap: 18px;
  place-items: center;
  padding: 24px 14px;
  text-align: center;
}

.agency-benefit-strip strong {
  color: var(--white);
  font-size: clamp(18px, 1.6vw, 28px);
  line-height: 1.1;
}

.agency-benefit-strip span {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.agency-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.agency-partner-grid article {
  display: grid;
  gap: 18px;
  min-height: 118px;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.agency-partner-grid strong {
  color: var(--ink);
  font-size: 16px;
  text-transform: uppercase;
}

.agency-partner-grid span {
  color: var(--muted);
  font-size: 13px;
}

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

.agency-process-strip span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
}

.agency-market-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(58px, 7vw, 92px);
  padding: clamp(30px, 4vw, 52px);
  color: var(--ink);
  background: #e5f5fb;
}

.agency-market-cta h2 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 950;
  text-transform: uppercase;
}

.agency-market-cta p,
.agency-market-cta span {
  margin: 0;
  color: var(--muted);
}

.agency-market-cta a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
}

.agency-apply-section {
  display: grid;
  grid-template-columns: minmax(340px, .95fr) minmax(500px, 1.05fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
  padding-top: clamp(76px, 8vw, 122px);
  padding-bottom: clamp(76px, 8vw, 122px);
  background: #f2f8fc;
}

.agency-apply-copy h2 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(48px, 6.4vw, 100px);
  line-height: .96;
  text-transform: uppercase;
}

.agency-apply-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.agency-apply-points {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.agency-apply-points article {
  padding: 26px;
}

.agency-apply-points h3 {
  margin: 14px 0 10px;
  font-size: 20px;
  text-transform: none;
}

.agency-policy-form {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid var(--line);
  background: var(--white);
}

.agency-policy-form .primary-button {
  background: var(--ink);
}

.agency-policy-form .primary-button:hover,
.agency-policy-form .primary-button:focus-visible {
  background: var(--blue);
}

@media (max-width: 1280px) {
  .agency-model-grid,
  .agency-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-benefit-strip,
  .agency-delivery-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agency-benefit-strip div,
  .agency-delivery-steps li {
    border-bottom: 1px solid rgba(43, 120, 190, .18);
  }
}

@media (max-width: 980px) {
  .agency-policy-hero,
  .agency-apply-section {
    grid-template-columns: 1fr;
  }

  .agency-policy-hero {
    min-height: auto;
  }

  .agency-hero-copy h1,
  .agency-policy-intro h2,
  .agency-apply-copy h2 {
    font-size: clamp(40px, 12vw, 68px);
  }

  .agency-hero-visual img {
    min-height: 360px;
  }

  .agency-delivery-steps,
  .agency-benefit-strip,
  .agency-partner-grid,
  .agency-process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-process-strip li:nth-child(2),
  .agency-delivery-steps li:nth-child(2n),
  .agency-benefit-strip div:nth-child(2n) {
    border-right: 0;
  }

  .agency-market-cta {
    display: grid;
  }
}

@media (max-width: 640px) {
  .agency-model-grid,
  .agency-custom-grid,
  .agency-delivery-steps,
  .agency-benefit-strip,
  .agency-partner-grid,
  .agency-process-strip,
  .agency-policy-form {
    grid-template-columns: 1fr;
  }

  .agency-custom-grid article {
    grid-template-columns: 1fr;
  }

  .agency-custom-grid h3,
  .agency-custom-grid p,
  .agency-custom-grid strong {
    grid-column: auto;
  }

  .agency-delivery-steps li,
  .agency-process-strip li,
  .agency-benefit-strip div {
    border-right: 0;
  }

  .agency-hero-visual figcaption {
    position: static;
    max-width: none;
  }
}

/* 2026-08-15 real product photo refresh. */
body.product-detail-single-page .product-hero {
  background: var(--white);
}

body.product-detail-single-page .product-hero-media {
  object-fit: contain;
  object-position: center;
  background: var(--white);
}

body.product-detail-single-page .product-hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 20, 32, 0.2), rgba(6, 20, 32, 0.02) 38%, rgba(6, 20, 32, 0.42)),
    linear-gradient(90deg, rgba(6, 20, 32, 0.28), rgba(6, 20, 32, 0.02) 52%, rgba(6, 20, 32, 0.2));
}

body.product-detail-single-page .product-vr {
  padding-top: clamp(42px, 5vw, 72px);
}

body.product-detail-single-page .product-vr .section-heading.compact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: end;
}

body.product-detail-single-page .product-vr .section-heading h2 {
  max-width: 920px;
}

body.product-detail-single-page .product-vr .section-heading > p:not(.eyebrow) {
  max-width: 560px;
}

body.product-detail-single-page .product-vr .vr-split-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  height: min(58vh, 800px);
  min-height: 520px;
  max-height: 800px;
}

body.product-detail-single-page .product-vr .vr-360-panel,
body.product-detail-single-page .product-vr .vr-preview-stack,
body.product-detail-single-page .product-vr .vr-preview-main {
  min-height: 0;
  height: 100%;
}

body.product-detail-single-page .product-vr .vr-preview-stack {
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(82px, 7.4vw, 118px);
  gap: clamp(12px, 1.2vw, 18px);
}

body.product-detail-single-page .product-vr .vr-main img,
body.product-detail-single-page .product-vr .vr-preview-main img {
  object-fit: contain;
  background: var(--white);
}

body.product-detail-single-page .product-vr .vr-preview-main {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

body.product-detail-single-page .product-vr .vr-preview-main img,
body.product-detail-single-page .product-vr .vr-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .55s var(--hm-ease);
}

body.product-detail-single-page .product-vr .vr-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: none;
  gap: clamp(8px, .75vw, 12px);
  height: auto !important;
  max-height: none;
}

body.product-detail-single-page .product-vr .vr-lightbox-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 10px;
  min-height: 0;
}

body.product-detail-single-page .product-vr .vr-lightbox-nav {
  display: grid;
  min-width: 0;
  height: 100%;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
}

body.product-detail-single-page .product-vr .vr-thumb {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

body.product-detail-single-page .product-vr .vr-thumb.is-active {
  border-color: var(--blue);
}

body.product-detail-single-page .product-vr .vr-thumb img {
  object-fit: cover;
}

.product-real-gallery-section {
  background: var(--soft);
}

.product-real-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
}

.product-real-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.product-real-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--white);
  transition: transform .55s var(--hm-ease);
}

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

.product-real-gallery-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: rgba(6, 20, 32, .78);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

body.product-detail-single-page .quote-media img {
  object-fit: contain;
  background: var(--white);
}

.case-detail-preview-layout .case-preview-thumbs {
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

@media (max-width: 980px) {
  body.product-detail-single-page .product-vr .section-heading.compact,
  body.product-detail-single-page .product-vr .vr-split-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.product-detail-single-page .product-vr .vr-360-panel,
  body.product-detail-single-page .product-vr .vr-preview-main {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  body.product-detail-single-page .product-vr .vr-lightbox-row {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  body.product-detail-single-page .product-vr .vr-thumbs {
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    overflow-x: auto;
  }

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

/* 2026-08-16 Global Agency Policy rebuild. */
.agency-policy-page {
  background: #020609;
}

.agency-policy-page .agency-policy-main {
  background: #020609;
}

.agency-policy-page .agency-cover-panel,
.agency-policy-page .agency-black-block,
.agency-policy-page .agency-apply-section {
  width: min(calc(100% - clamp(24px, 7vw, 188px)), 1720px);
  margin-inline: auto;
}

.agency-policy-page .agency-cover-panel {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(460px, 1.14fr);
  gap: clamp(32px, 5vw, 92px);
  align-items: center;
  min-height: clamp(340px, 36vw, 510px);
  margin-top: clamp(22px, 3vw, 44px);
  padding: clamp(42px, 5.4vw, 86px);
  overflow: hidden;
  border-left: 12px solid var(--blue);
  border-radius: 4px;
  background: #f5fbfd;
}

.agency-policy-page .agency-custom-cover {
  margin-top: clamp(54px, 6vw, 88px);
}

.agency-policy-page .agency-cover-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.agency-policy-page .agency-eyebrow,
.agency-policy-page .agency-block-heading h2,
.agency-policy-page .agency-route-line {
  color: var(--blue);
}

.agency-policy-page .agency-eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.agency-policy-page .agency-cover-copy h1,
.agency-policy-page .agency-custom-cover .agency-cover-copy h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(40px, 3.35vw, 58px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agency-policy-page .agency-cover-panel:not(.agency-custom-cover) .agency-cover-copy h2 {
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: var(--ink);
  font-size: clamp(17px, 1.1vw, 22px);
  font-weight: 950;
  line-height: 1.3;
  text-transform: none;
}

.agency-policy-page .agency-cover-copy h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 900;
  line-height: 1.24;
}

.agency-policy-page .agency-cover-copy h2 + h3,
.agency-policy-page .agency-cover-copy h1 + h2 {
  margin-top: clamp(22px, 2.5vw, 34px);
}

.agency-policy-page .agency-route-line {
  margin: clamp(22px, 2.8vw, 38px) 0 0;
  font-size: clamp(13px, .96vw, 16px);
  font-weight: 800;
  line-height: 1.7;
}

.agency-policy-page .agency-cover-media {
  position: relative;
  min-height: clamp(230px, 25vw, 360px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(43, 120, 190, .2);
  border-radius: 4px;
  background: #dfeaf2;
}

.agency-policy-page .agency-cover-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 120, 190, .12), rgba(6, 20, 32, .26));
  pointer-events: none;
}

.agency-policy-page .agency-cover-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .8s var(--hm-ease);
}

.agency-policy-page .agency-cover-media:hover img {
  transform: scale(1.04);
}

.agency-policy-page .agency-cover-media figcaption {
  position: absolute;
  right: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  z-index: 1;
  max-width: 320px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .9);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.agency-policy-page .agency-cover-media figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.agency-policy-page .agency-black-block {
  padding: clamp(42px, 6vw, 88px) 0 0;
  color: var(--white);
  background: #020609;
}

.agency-policy-page .agency-block-heading {
  max-width: 640px;
  margin: 0 0 clamp(28px, 3vw, 44px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .62);
}

.agency-policy-page .agency-block-heading.wide {
  max-width: 760px;
}

.agency-policy-page .agency-block-heading h2 {
  margin: 0;
  font-size: clamp(17px, 1.3vw, 24px);
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.agency-policy-page .agency-spaced-heading {
  margin-top: clamp(58px, 7vw, 96px);
}

.agency-policy-page .agency-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
}

.agency-policy-page .agency-info-card {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(43, 120, 190, .2);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

.agency-policy-page .agency-card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 96px;
  padding: 24px 28px;
  background: #dff2f7;
}

.agency-policy-page .agency-card-head span,
.agency-policy-page .agency-feature-card span,
.agency-policy-page .agency-timeline span,
.agency-policy-page .agency-apply-points span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.agency-policy-page .agency-card-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.agency-policy-page .agency-info-card ul {
  margin: 0;
  padding: 36px 34px 34px 46px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}

.agency-policy-page .agency-custom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.agency-policy-page .agency-feature-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0 20px;
  align-items: start;
  min-height: 170px;
  padding: 32px;
  border: 1px solid rgba(43, 120, 190, .2);
  border-radius: 6px;
  background: #f5fbfd;
  color: var(--ink);
}

.agency-policy-page .agency-feature-card span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: #d7f2f1;
}

.agency-policy-page .agency-feature-card h3 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.agency-policy-page .agency-feature-card p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.agency-policy-page .agency-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(43, 120, 190, .2);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

.agency-policy-page .agency-timeline.six-step {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agency-policy-page .agency-timeline.four-step {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agency-policy-page .agency-timeline li {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 140px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.agency-policy-page .agency-timeline li:last-child {
  border-right: 0;
}

.agency-policy-page .agency-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-top: 2px solid rgba(43, 120, 190, .38);
  border-right: 2px solid rgba(43, 120, 190, .38);
  transform: translateY(-50%) rotate(45deg);
  background: var(--white);
}

.agency-policy-page .agency-timeline strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.agency-policy-page .agency-benefit-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 6px;
  background: var(--blue-dark);
}

.agency-policy-page .agency-benefit-strip strong {
  display: grid;
  min-height: 154px;
  place-items: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .76);
  color: var(--white);
  font-size: clamp(17px, 1.45vw, 25px);
  font-weight: 650;
  line-height: 1.18;
  text-align: center;
}

.agency-policy-page .agency-benefit-strip strong:last-child {
  border-right: 0;
}

.agency-policy-page .agency-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 28px);
}

.agency-policy-page .agency-partner-grid article {
  display: grid;
  min-height: 112px;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(43, 120, 190, .2);
  border-radius: 6px;
  background: #f5fbfd;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.agency-policy-page .agency-process-strip li {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
}

.agency-policy-page .agency-process-strip span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
}

.agency-policy-page .agency-apply-section {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(560px, 1.05fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin-top: clamp(72px, 8vw, 120px);
  padding: clamp(70px, 7vw, 112px) clamp(30px, 7vw, 124px);
  background: #f2f8fc;
}

.agency-policy-page .agency-apply-copy {
  max-width: 760px;
}

.agency-policy-page .agency-apply-copy h2 {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(48px, 5.4vw, 92px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agency-policy-page .agency-apply-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.58;
}

.agency-policy-page .agency-apply-points {
  display: grid;
  gap: 18px;
  margin-top: clamp(34px, 4vw, 58px);
}

.agency-policy-page .agency-apply-points article {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.agency-policy-page .agency-apply-points h3 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.agency-policy-page .agency-apply-points p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.agency-policy-page .agency-policy-form {
  padding: clamp(32px, 4vw, 58px);
  border: 1px solid var(--line);
  background: var(--white);
}

.agency-policy-page .agency-policy-form .primary-button {
  background: var(--ink);
}

.agency-policy-page .agency-policy-form .primary-button:hover,
.agency-policy-page .agency-policy-form .primary-button:focus-visible {
  background: var(--blue);
}

@media (max-width: 1280px) {
  .agency-policy-page .agency-cover-panel {
    grid-template-columns: 1fr;
  }

  .agency-policy-page .agency-model-grid,
  .agency-policy-page .agency-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-policy-page .agency-benefit-strip,
  .agency-policy-page .agency-timeline.six-step {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agency-policy-page .agency-apply-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .agency-policy-page .agency-policy-main {
    padding-top: 72px;
  }

  .agency-policy-page .agency-cover-panel,
  .agency-policy-page .agency-black-block {
    width: min(calc(100% - 28px), 1720px);
  }

  .agency-policy-page .agency-cover-panel {
    padding: 34px 24px;
  }

  .agency-policy-page .agency-model-grid,
  .agency-policy-page .agency-custom-grid,
  .agency-policy-page .agency-benefit-strip,
  .agency-policy-page .agency-partner-grid,
  .agency-policy-page .agency-timeline.six-step,
  .agency-policy-page .agency-timeline.four-step {
    grid-template-columns: 1fr;
  }

  .agency-policy-page .agency-benefit-strip strong,
  .agency-policy-page .agency-timeline li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .agency-policy-page .agency-benefit-strip strong:last-child,
  .agency-policy-page .agency-timeline li:last-child {
    border-bottom: 0;
  }

  .agency-policy-page .agency-timeline li:not(:last-child)::after {
    display: none;
  }

  .agency-policy-page .agency-apply-section {
    padding-inline: 20px;
  }
}

@media (max-width: 560px) {
  .agency-policy-page .agency-cover-copy h1,
  .agency-policy-page .agency-custom-cover .agency-cover-copy h2,
  .agency-policy-page .agency-apply-copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .agency-policy-page .agency-cover-media figcaption {
    position: static;
    max-width: none;
    border: 0;
  }

  .agency-policy-page .agency-feature-card,
  .agency-policy-page .agency-process-strip li {
    grid-template-columns: 1fr;
  }

  .agency-policy-page .agency-feature-card p {
    grid-column: auto;
  }
}

/* 2026-08-16 product detail gallery refinement. */
body.product-detail-single-page .product-hero {
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--ink);
}

body.product-detail-single-page .product-hero-media {
  object-fit: cover;
  object-position: center;
  background: var(--ink);
}

body.product-detail-single-page .product-vr {
  width: min(1720px, calc(100% - clamp(32px, 7vw, 188px)));
  padding-top: clamp(86px, 7vw, 128px);
  scroll-margin-top: 142px;
}

body.product-detail-single-page .product-vr .section-heading.compact {
  display: block;
  max-width: 760px;
  margin-bottom: clamp(34px, 4vw, 64px);
}

body.product-detail-single-page .product-vr .section-heading h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(38px, 3.7vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

body.product-detail-single-page .product-vr .section-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
}

body.product-detail-single-page .product-vr .vr-split-layout {
  grid-template-columns: minmax(420px, .96fr) minmax(480px, 1.04fr);
  height: min(68vh, 860px);
  min-height: 600px;
  max-height: 860px;
  gap: clamp(28px, 3vw, 52px);
}

body.product-detail-single-page .product-vr .vr-main,
body.product-detail-single-page .product-vr .vr-preview-main {
  background: var(--ink);
}

body.product-detail-single-page .product-vr .vr-main img,
body.product-detail-single-page .product-vr .vr-preview-main img {
  object-fit: cover;
  background: var(--ink);
}

body.product-detail-single-page .product-vr .vr-preview-stack {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
}

body.product-detail-single-page .product-vr .vr-preview-main {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--ink);
}

body.product-detail-single-page .product-vr .vr-preview-main img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .28s ease,
    transform .62s var(--hm-ease);
}

body.product-detail-single-page .product-vr .vr-preview-main img.is-changing {
  opacity: .18;
  transform: scale(1.035);
}

body.product-detail-single-page .product-vr .vr-lightbox-row {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  min-height: 0;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(2, 6, 9, 0), rgba(2, 6, 9, .86) 22%),
    rgba(2, 6, 9, .82);
}

body.product-detail-single-page .product-vr .vr-thumbs {
  display: flex;
  grid-template-columns: none;
  gap: 12px;
  height: auto !important;
  max-height: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

body.product-detail-single-page .product-vr .vr-thumbs::-webkit-scrollbar {
  display: none;
}

body.product-detail-single-page .product-vr .vr-thumb {
  flex: 0 0 clamp(104px, 8.2vw, 158px);
  aspect-ratio: 4 / 3;
  border: 2px solid transparent;
  border-radius: 0;
  opacity: .56;
  scroll-snap-align: center;
  transition:
    opacity .28s ease,
    border-color .28s ease,
    transform .35s var(--hm-ease);
}

body.product-detail-single-page .product-vr .vr-thumb.is-active {
  border-color: var(--white);
  opacity: 1;
  transform: translateY(-2px);
}

body.product-detail-single-page .product-vr .vr-thumb:hover,
body.product-detail-single-page .product-vr .vr-thumb:focus-visible {
  opacity: 1;
}

body.product-detail-single-page .product-vr .vr-lightbox-nav {
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: rgba(2, 6, 9, .74);
  color: var(--white);
  transition:
    background .25s ease,
    border-color .25s ease;
}

body.product-detail-single-page .product-vr .vr-lightbox-nav:hover,
body.product-detail-single-page .product-vr .vr-lightbox-nav:focus-visible {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(43, 120, 190, .9);
}

body.product-detail-single-page .product-vr .vr-lightbox-nav span {
  font-size: 28px;
  line-height: 1;
}

body.product-detail-single-page .product-real-gallery-section {
  display: none;
}

@media (max-width: 1180px) {
  body.product-detail-single-page .product-vr .vr-split-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.product-detail-single-page .product-vr .vr-360-panel,
  body.product-detail-single-page .product-vr .vr-preview-stack {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  body.product-detail-single-page .product-vr {
    width: min(100% - 28px, 1720px);
  }

  body.product-detail-single-page .product-vr .section-heading h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  body.product-detail-single-page .product-vr .vr-lightbox-row {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
    padding: 10px;
  }

body.product-detail-single-page .product-vr .vr-thumb {
    flex-basis: 86px;
  }
}

/* 2026-08-16 project case detail gallery refinement. */
.case-detail-preview-layout .case-preview-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .82fr);
  gap: clamp(64px, 6.4vw, 132px);
  align-items: center;
}

.case-detail-preview-layout .case-preview-copy {
  display: block;
  max-width: 600px;
  padding: 0;
}

.case-detail-preview-layout .case-preview-copy h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(38px, 3.2vw, 56px);
  line-height: 1.04;
}

.case-detail-preview-layout .case-preview-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: clamp(22px, 2.1vw, 32px) 0 0;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.68;
}

.case-detail-preview-layout .case-preview-media > img {
  min-height: clamp(560px, 48vw, 820px);
}

@media (max-width: 1180px) {
  .case-detail-preview-layout .case-preview-grid {
    grid-template-columns: 1fr;
    gap: clamp(34px, 6vw, 62px);
    align-items: start;
  }

  .case-detail-preview-layout .case-preview-copy {
    max-width: 820px;
    padding: 0;
  }

  .case-detail-preview-layout .case-preview-media > img {
    min-height: clamp(420px, 58vw, 680px);
  }
}

@media (max-width: 640px) {
  .case-detail-preview-layout .case-preview-media > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

/* 2026-08-16 standard subpage section title system. */
:root {
  --section-title-font: "Century Gothic", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --section-title-size: clamp(38px, 3.2vw, 56px);
  --section-title-line: 1.03;
}

body.subpage :is(
  .section-heading h2,
  .about-split h2,
  .why-different-copy h2,
  .mission-vision-copy h2,
  .capability-flow-heading h2,
  .milestone-heading h2,
  .evidence-heading h2,
  .sustainability-heading h2,
  .global-map-copy h2,
  .product-advantage-heading h2,
  .product-showcase-panel h2,
  .product-category-section .section-heading h2,
  .category-scenario-copy h2,
  .product-vr .section-heading h2,
  .case-detail-story-grid h2,
  .case-detail-heading-row h2,
  .case-detail-cta h2,
  .case-preview-copy h1,
  .case-preview-inquiry-copy h2,
  .contact-simple-copy h2,
  .contact-side h2,
  .agency-policy-intro h2,
  .agency-block-heading h2,
  .agency-market-cta h2,
  .agency-apply-copy h2,
  .faq-section .section-heading h2,
  .policy-section .section-heading h2,
  .final-cta h2
) {
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  :root {
    --section-title-size: clamp(34px, 11vw, 48px);
  }
}

/* 2026-08-16 product detail photo preview alignment. */
body.product-detail-single-page .product-vr {
  width: min(1720px, calc(100% - clamp(32px, 7vw, 188px)));
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.product-detail-single-page .product-vr .vr-split-layout {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
}

body.product-detail-single-page .product-vr .vr-main,
body.product-detail-single-page .product-vr .vr-preview-stack,
body.product-detail-single-page .product-vr .vr-preview-main {
  margin: 0;
}

body.product-detail-single-page .product-vr .vr-main,
body.product-detail-single-page .product-vr .vr-preview-stack {
  align-self: stretch;
  transform: none !important;
}

@media (max-width: 640px) {
  body.product-detail-single-page .product-vr {
    width: min(100% - 28px, 1720px);
  }
}

/* 2026-08-16 agency policy white visual pass. */
body.agency-policy-page,
body.agency-policy-page .agency-policy-main {
  background: var(--white);
  color: var(--ink);
}

.agency-policy-page .agency-cover-panel,
.agency-policy-page .agency-black-block,
.agency-policy-page .agency-apply-section {
  width: min(calc(100% - clamp(32px, 7vw, 188px)), 1720px);
  margin-right: auto;
  margin-left: auto;
}

.agency-policy-page .agency-cover-panel {
  border-left: 8px solid var(--blue);
  background: var(--soft);
  box-shadow: none;
}

.agency-policy-page .agency-cover-copy h1,
.agency-policy-page .agency-custom-cover .agency-cover-copy h2 {
  color: var(--ink);
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
}

.agency-policy-page .agency-cover-panel:not(.agency-custom-cover) .agency-cover-copy h2,
.agency-policy-page .agency-cover-copy h3 {
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 800;
  line-height: 1.34;
}

.agency-policy-page .agency-eyebrow,
.agency-policy-page .agency-route-line,
.agency-policy-page .agency-card-head span,
.agency-policy-page .agency-feature-card span,
.agency-policy-page .agency-timeline span,
.agency-policy-page .agency-apply-points span {
  color: var(--blue);
}

.agency-policy-page .agency-route-line {
  font-weight: 700;
}

.agency-policy-page .agency-cover-media {
  border-color: var(--line);
  background: var(--white);
}

.agency-policy-page .agency-cover-media::after {
  background: linear-gradient(135deg, rgba(43, 120, 190, .06), rgba(6, 20, 32, .14));
}

.agency-policy-page .agency-cover-media figcaption {
  border-color: var(--line);
  background: rgba(255, 255, 255, .94);
  color: var(--muted);
  box-shadow: 0 18px 44px rgba(6, 20, 32, .1);
}

.agency-policy-page .agency-cover-media figcaption strong {
  color: var(--ink);
}

.agency-policy-page .agency-black-block {
  background: var(--white);
  color: var(--ink);
}

.agency-policy-page .agency-block-heading {
  border-bottom-color: var(--line);
}

.agency-policy-page .agency-block-heading h2 {
  color: var(--ink);
}

.agency-policy-page .agency-info-card,
.agency-policy-page .agency-feature-card,
.agency-policy-page .agency-timeline,
.agency-policy-page .agency-partner-grid article,
.agency-policy-page .agency-apply-points article,
.agency-policy-page .agency-policy-form {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.agency-policy-page .agency-card-head,
.agency-policy-page .agency-feature-card {
  background: var(--soft);
}

.agency-policy-page .agency-card-head h3,
.agency-policy-page .agency-feature-card h3,
.agency-policy-page .agency-info-card ul,
.agency-policy-page .agency-timeline strong,
.agency-policy-page .agency-partner-grid article,
.agency-policy-page .agency-apply-points h3 {
  color: var(--ink);
}

.agency-policy-page .agency-benefit-strip {
  background: var(--blue-dark);
}

.agency-policy-page .agency-benefit-strip strong {
  color: var(--white);
  font-weight: 700;
}

.agency-policy-page .agency-apply-section {
  max-width: none;
  background: var(--soft);
}

.agency-policy-page .agency-apply-copy h2 {
  color: var(--ink);
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
}

@media (max-width: 820px) {
  .agency-policy-page .agency-cover-panel,
  .agency-policy-page .agency-black-block,
  .agency-policy-page .agency-apply-section {
    width: min(calc(100% - 28px), 1720px);
  }
}

/* 2026-08-16 Agency Policy alternate Honomobo-style direction. */
body.agency-policy2-page {
  --agency2-edge: clamp(28px, 5vw, 102px);
  --agency2-wide: min(1720px, calc(100% - (var(--agency2-edge) * 2)));
  background: var(--white);
  color: var(--ink);
  scroll-padding-top: calc(var(--hm-top) + var(--hm-head) + 24px);
}

body.agency-policy2-page .agency-policy-main {
  padding-top: calc(var(--hm-top) + var(--hm-head));
  background: var(--white);
}

body.agency-policy2-page section {
  scroll-margin-top: calc(var(--hm-top) + var(--hm-head) + 24px);
}

body.agency-policy2-page .agency2-hero,
body.agency-policy2-page .agency2-custom-visual {
  position: relative;
  width: 100vw;
  min-height: calc(100svh - var(--hm-top) - var(--hm-head));
  margin: 0 0 0 calc(50% - 50vw);
  padding: clamp(62px, 8vw, 128px) var(--agency2-edge);
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
}

body.agency-policy2-page .agency2-hero {
  display: grid;
  align-items: end;
}

body.agency-policy2-page .agency2-hero::after,
body.agency-policy2-page .agency2-custom-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 20, 32, .82) 0%, rgba(6, 20, 32, .52) 42%, rgba(6, 20, 32, .08) 100%),
    linear-gradient(180deg, rgba(6, 20, 32, .16), rgba(6, 20, 32, .36));
  pointer-events: none;
}

body.agency-policy2-page .agency2-hero .agency-cover-media,
body.agency-policy2-page .agency2-custom-visual .agency-cover-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: var(--ink);
}

body.agency-policy2-page .agency2-hero .agency-cover-media img,
body.agency-policy2-page .agency2-custom-visual .agency-cover-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 1.1s var(--hm-ease), filter .42s var(--hm-ease);
}

body.agency-policy2-page .agency2-hero:hover .agency-cover-media img,
body.agency-policy2-page .agency2-custom-visual:hover .agency-cover-media img {
  transform: scale(1.055);
}

body.agency-policy2-page .agency2-hero .agency-cover-copy {
  position: relative;
  z-index: 1;
  max-width: min(880px, 58vw);
}

body.agency-policy2-page .agency-eyebrow {
  margin: 0 0 clamp(16px, 1.6vw, 24px);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body.agency-policy2-page .agency2-hero h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--section-title-font);
  font-size: clamp(58px, 7vw, 118px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

body.agency-policy2-page .agency2-hero .agency-cover-copy h2 {
  max-width: 690px;
  margin: clamp(24px, 2.8vw, 40px) 0 0;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 700;
  line-height: 1.35;
}

body.agency-policy2-page .agency-route-line {
  max-width: 740px;
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13px, .95vw, 16px);
  font-weight: 700;
  line-height: 1.7;
}

body.agency-policy2-page .agency-cover-media figcaption {
  position: absolute;
  right: var(--agency2-edge);
  bottom: clamp(44px, 5vw, 82px);
  display: grid;
  gap: 8px;
  width: min(360px, calc(100% - 48px));
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .94);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 28px 80px rgba(6, 20, 32, .2);
}

body.agency-policy2-page .agency-cover-media figcaption strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

body.agency-policy2-page .agency2-hero .agency-cover-media figcaption {
  display: none;
}

body.agency-policy2-page .agency2-models,
body.agency-policy2-page .agency2-custom,
body.agency-policy2-page .agency2-partners {
  width: var(--agency2-wide);
  margin: 0 auto;
  padding: clamp(86px, 9vw, 146px) 0 0;
  color: var(--ink);
  background: var(--white);
}

body.agency-policy2-page .agency-block-heading {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 0 clamp(34px, 4vw, 64px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

body.agency-policy2-page .agency-block-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  text-transform: uppercase;
}

body.agency-policy2-page .agency2-models .agency-block-heading h2::before,
body.agency-policy2-page .agency2-custom .agency-block-heading h2::before,
body.agency-policy2-page .agency2-partners .agency-block-heading h2::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--blue);
}

body.agency-policy2-page .agency-model-grid,
body.agency-policy2-page .agency-custom-grid,
body.agency-policy2-page .agency-partner-grid {
  display: grid;
  gap: clamp(20px, 2.2vw, 34px);
}

body.agency-policy2-page .agency-model-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.agency-policy2-page .agency-info-card {
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
  transition: transform .52s var(--hm-ease), border-color .32s ease, box-shadow .32s ease;
}

body.agency-policy2-page .agency-info-card:hover {
  border-color: rgba(43, 120, 190, .42);
  box-shadow: 0 28px 70px rgba(6, 20, 32, .1);
  transform: translateY(-8px);
}

body.agency-policy2-page .agency-card-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  min-height: 122px;
  padding: clamp(26px, 2.8vw, 42px);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

body.agency-policy2-page .agency-card-head span,
body.agency-policy2-page .agency-feature-card span,
body.agency-policy2-page .agency-timeline span,
body.agency-policy2-page .agency-apply-points span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

body.agency-policy2-page .agency-card-head h3,
body.agency-policy2-page .agency-feature-card h3,
body.agency-policy2-page .agency-apply-points h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

body.agency-policy2-page .agency-info-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: clamp(28px, 3vw, 42px) clamp(28px, 3vw, 42px) clamp(34px, 3.4vw, 48px) clamp(44px, 4vw, 58px);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

body.agency-policy2-page .agency2-custom-visual {
  display: grid;
  align-items: center;
  margin-top: clamp(90px, 10vw, 156px);
}

body.agency-policy2-page .agency2-custom-visual::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .72) 38%, rgba(255, 255, 255, .08) 78%),
    linear-gradient(180deg, rgba(6, 20, 32, .04), rgba(6, 20, 32, .22));
}

body.agency-policy2-page .agency2-custom-visual .agency-cover-copy {
  position: relative;
  z-index: 1;
  width: min(620px, 48vw);
  padding: clamp(34px, 4.2vw, 68px);
  background: var(--white);
  box-shadow: 0 30px 90px rgba(6, 20, 32, .12);
}

body.agency-policy2-page .agency2-custom-visual h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  text-transform: uppercase;
}

body.agency-policy2-page .agency2-custom-visual h3 {
  margin: clamp(22px, 2.2vw, 30px) 0 0;
  color: var(--ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 800;
  line-height: 1.35;
}

body.agency-policy2-page .agency2-custom-visual .agency-route-line {
  color: var(--blue-dark);
}

body.agency-policy2-page .agency2-custom-visual .agency-cover-media figcaption {
  display: none;
}

body.agency-policy2-page .agency-custom-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.agency-policy2-page .agency-feature-card {
  --agency2-card-pad: clamp(26px, 2.8vw, 42px);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0 20px;
  min-height: 300px;
  padding: var(--agency2-card-pad);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  transition: transform .42s var(--hm-ease), background .28s ease, border-color .28s ease;
}

body.agency-policy2-page .agency-feature-card:hover {
  border-color: rgba(43, 120, 190, .38);
  background: var(--soft);
  transform: translateY(-5px);
}

body.agency-policy2-page .agency-feature-card span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: rgba(43, 120, 190, .1);
}

body.agency-policy2-page .agency-feature-card p {
  grid-column: 2;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

body.agency-policy2-page .agency-feature-copy {
  min-width: 0;
}

body.agency-policy2-page .agency-feature-copy p {
  grid-column: auto;
}

body.agency-policy2-page .agency-feature-thumb {
  grid-column: 1 / -1;
  align-self: end;
  display: block;
  width: calc(100% + (var(--agency2-card-pad) * 2));
  height: clamp(118px, 12vw, 190px);
  margin: clamp(24px, 3vw, 44px) calc(var(--agency2-card-pad) * -1) calc(var(--agency2-card-pad) * -1);
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .75s var(--hm-ease), filter .38s var(--hm-ease);
}

body.agency-policy2-page .agency-feature-card:hover .agency-feature-thumb {
  filter: saturate(1.05);
  transform: scale(1.055);
}

body.agency-policy2-page .agency2-custom-media-row,
body.agency-policy2-page .agency2-benefit-visuals {
  display: grid;
  gap: clamp(18px, 2.4vw, 34px);
  margin-top: clamp(24px, 3vw, 48px);
}

body.agency-policy2-page .agency2-custom-media-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.agency-policy2-page .agency2-custom-media-row figure,
body.agency-policy2-page .agency2-benefit-visuals figure,
body.agency-policy2-page .agency2-process-media,
body.agency-policy2-page .agency2-cooperation-layout figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
}

body.agency-policy2-page .agency2-custom-media-row img,
body.agency-policy2-page .agency2-benefit-visuals img,
body.agency-policy2-page .agency2-process-media img,
body.agency-policy2-page .agency2-cooperation-layout img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .85s var(--hm-ease), filter .42s var(--hm-ease);
}

body.agency-policy2-page .agency2-custom-media-row figure {
  aspect-ratio: 16 / 9;
}

body.agency-policy2-page .agency2-custom-media-row figure:hover img,
body.agency-policy2-page .agency2-benefit-visuals figure:hover img,
body.agency-policy2-page .agency2-process-media:hover img,
body.agency-policy2-page .agency2-cooperation-layout figure:hover img,
body.agency-policy2-page .agency-partner-grid article:hover img {
  transform: scale(1.055);
}

body.agency-policy2-page .agency2-custom-media-row figcaption,
body.agency-policy2-page .agency2-benefit-visuals figcaption,
body.agency-policy2-page .agency2-process-media figcaption,
body.agency-policy2-page .agency2-cooperation-layout figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 22px;
  background: linear-gradient(180deg, rgba(6, 20, 32, 0), rgba(6, 20, 32, .76));
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

body.agency-policy2-page .agency-spaced-heading {
  margin-top: clamp(72px, 8vw, 118px);
}

body.agency-policy2-page .agency-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  list-style: none;
}

body.agency-policy2-page .agency-timeline.six-step {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.agency-policy2-page .agency-timeline.four-step {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.agency-policy2-page .agency-timeline li {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 150px;
  padding: clamp(22px, 2.4vw, 36px);
  border-right: 1px solid var(--line);
}

body.agency-policy2-page .agency-timeline li:last-child {
  border-right: 0;
}

body.agency-policy2-page .agency-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top: 2px solid rgba(43, 120, 190, .38);
  border-right: 2px solid rgba(43, 120, 190, .38);
  background: var(--white);
  transform: translateY(-50%) rotate(45deg);
}

body.agency-policy2-page .agency-timeline strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

body.agency-policy2-page .agency2-process-layout {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 3.2vw, 56px);
  align-items: stretch;
}

body.agency-policy2-page .agency2-process-media {
  min-height: 360px;
}

body.agency-policy2-page .agency2-process-layout .agency-timeline.six-step {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.agency-policy2-page .agency-benefit-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 0;
  background: var(--blue-dark);
}

body.agency-policy2-page .agency-benefit-strip strong {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 168px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .5);
  color: var(--white);
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 650;
  line-height: 1.18;
  text-align: center;
}

body.agency-policy2-page .agency-benefit-strip strong::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, .68) 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, rgba(255, 255, 255, .68) 46% 54%, transparent 54%);
}

body.agency-policy2-page .agency-benefit-strip strong:last-child {
  border-right: 0;
}

body.agency-policy2-page .agency2-benefit-visuals {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
}

body.agency-policy2-page .agency2-benefit-visuals figure {
  aspect-ratio: 16 / 7;
}

body.agency-policy2-page .agency-partner-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.agency-policy2-page .agency-partner-grid article {
  display: grid;
  grid-template-rows: minmax(128px, 1fr) auto;
  min-height: 236px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

body.agency-policy2-page .agency-partner-grid article img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .72s var(--hm-ease), filter .32s ease;
}

body.agency-policy2-page .agency-partner-grid article span {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

body.agency-policy2-page .agency-process-strip span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
}

body.agency-policy2-page .agency2-cooperation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: clamp(22px, 3vw, 52px);
  align-items: stretch;
}

body.agency-policy2-page .agency2-cooperation-layout .agency-timeline {
  min-height: 280px;
}

body.agency-policy2-page .agency2-cooperation-layout figure {
  min-height: 280px;
}

body.agency-policy2-page .agency-apply-section {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(48px, 6vw, 110px);
  width: 100%;
  max-width: none;
  margin-top: clamp(96px, 11vw, 170px);
  padding: clamp(84px, 8vw, 136px) var(--agency2-edge);
  background: var(--soft);
}

body.agency-policy2-page .agency-apply-copy {
  max-width: 760px;
}

body.agency-policy2-page .agency-apply-copy h2 {
  margin: 0 0 clamp(24px, 2.6vw, 36px);
  color: var(--ink);
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  text-transform: uppercase;
}

body.agency-policy2-page .agency-apply-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.6;
}

body.agency-policy2-page .agency-apply-points {
  display: grid;
  gap: 18px;
  margin-top: clamp(34px, 4vw, 58px);
}

body.agency-policy2-page .agency-apply-points article,
body.agency-policy2-page .agency-policy-form {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
}

body.agency-policy2-page .agency-apply-points article {
  padding: 28px;
}

body.agency-policy2-page .agency-apply-points h3 {
  margin: 14px 0 10px;
}

body.agency-policy2-page .agency-apply-points p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

body.agency-policy2-page .agency-policy-form {
  padding: clamp(34px, 4vw, 58px);
}

body.agency-policy2-page .agency-policy-form .primary-button {
  background: var(--ink);
}

body.agency-policy2-page .agency-policy-form .primary-button:hover,
body.agency-policy2-page .agency-policy-form .primary-button:focus-visible {
  background: var(--blue);
}

@media (max-width: 1280px) {
  body.agency-policy2-page .agency-model-grid,
  body.agency-policy2-page .agency-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.agency-policy2-page .agency2-custom-media-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.agency-policy2-page .agency-benefit-strip,
  body.agency-policy2-page .agency-timeline.six-step {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.agency-policy2-page .agency2-process-layout,
  body.agency-policy2-page .agency2-cooperation-layout {
    grid-template-columns: 1fr;
  }

  body.agency-policy2-page .agency-apply-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.agency-policy2-page {
    --agency2-edge: 18px;
  }

  body.agency-policy2-page .agency-policy-main {
    padding-top: calc(var(--hm-top) + var(--hm-head));
  }

  body.agency-policy2-page .agency2-hero,
  body.agency-policy2-page .agency2-custom-visual {
    min-height: auto;
    padding-top: clamp(74px, 18vw, 104px);
    padding-bottom: clamp(74px, 18vw, 104px);
  }

  body.agency-policy2-page .agency2-hero .agency-cover-copy,
  body.agency-policy2-page .agency2-custom-visual .agency-cover-copy {
    max-width: 100%;
    width: 100%;
  }

  body.agency-policy2-page .agency-cover-media figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
  }

  body.agency-policy2-page .agency-model-grid,
  body.agency-policy2-page .agency-custom-grid,
  body.agency-policy2-page .agency2-custom-media-row,
  body.agency-policy2-page .agency2-benefit-visuals,
  body.agency-policy2-page .agency2-process-layout,
  body.agency-policy2-page .agency2-cooperation-layout,
  body.agency-policy2-page .agency-benefit-strip,
  body.agency-policy2-page .agency-partner-grid,
  body.agency-policy2-page .agency-timeline.six-step,
  body.agency-policy2-page .agency-timeline.four-step {
    grid-template-columns: 1fr;
  }

  body.agency-policy2-page .agency2-process-media,
  body.agency-policy2-page .agency2-cooperation-layout figure {
    min-height: 260px;
  }

  body.agency-policy2-page .agency2-custom-media-row figure,
  body.agency-policy2-page .agency2-benefit-visuals figure {
    aspect-ratio: 16 / 10;
  }

  body.agency-policy2-page .agency-benefit-strip strong,
  body.agency-policy2-page .agency-timeline li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.agency-policy2-page .agency-benefit-strip strong:last-child,
  body.agency-policy2-page .agency-timeline li:last-child {
    border-bottom: 0;
  }

  body.agency-policy2-page .agency-timeline li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 560px) {
  body.agency-policy2-page .agency2-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  body.agency-policy2-page .agency2-custom-visual .agency-cover-copy {
    padding: 28px;
  }

  body.agency-policy2-page .agency-feature-card {
    grid-template-columns: 1fr;
  }

  body.agency-policy2-page .agency-feature-card span {
    margin-bottom: 18px;
  }

  body.agency-policy2-page .agency-feature-card p {
    grid-column: auto;
  }
}

/* 2026-08-18 laptop viewport and news section refinements. */
body.subpage .product-case-spotlight#project-cases {
  background: var(--soft) !important;
  color: var(--ink);
}

body.subpage .product-case-spotlight#project-cases .product-case-layout {
  border-color: var(--line);
  background: var(--white) !important;
  color: var(--ink);
}

body.subpage .product-case-spotlight#project-cases .product-case-copy > p:not(.eyebrow) {
  color: var(--muted) !important;
}

@media (min-width: 981px) and (max-height: 820px) {
  body:not(.subpage) .hero-content,
  body:not(.subpage).hero-sequence-active .hero-content {
    top: calc(var(--hm-top) + var(--hm-head) + clamp(14px, 2.6vh, 26px));
    left: clamp(28px, 3vw, 52px);
    width: min(930px, calc(100vw - 72px));
    max-width: 930px;
    transform: translateY(28px);
  }

  body:not(.subpage).hero-sequence-active.hero-copy-visible .hero-content,
  body:not(.subpage).hero-sequence-active.hero-copy-visible .site-header.is-scrolled + main .hero-content {
    transform: translateY(0);
  }

  body:not(.subpage):not(.hero-sequence-active).hero-copy-visible .hero-content {
    top: calc(var(--home-hero-release-y, 900px) + var(--hm-top) + var(--hm-head) + clamp(14px, 2.6vh, 26px));
    transform: translateY(0) !important;
  }

  body:not(.subpage).hero-sequence-active:not(.hero-copy-visible) .hero-content,
  body:not(.subpage):not(.hero-sequence-active):not(.hero-copy-visible) .hero-content {
    transform: translateY(28px);
  }

  body:not(.subpage) .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  body:not(.subpage) .hero h1 {
    max-width: 900px;
    margin-bottom: clamp(12px, 2vh, 18px);
    font-size: clamp(46px, 5vw, 68px);
    line-height: .98;
  }

  body:not(.subpage) .hero-copy {
    max-width: 690px;
    margin-bottom: clamp(16px, 2.6vh, 22px);
    font-size: clamp(16px, 1.65vw, 19px);
    line-height: 1.45;
  }

  body:not(.subpage) .hero-actions {
    gap: 10px;
  }

  body:not(.subpage) .hero-actions .primary-button,
  body:not(.subpage) .hero-actions .secondary-button {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 13px;
  }

  body:not(.products-page):not(.product-a18a-page) .process-scroll-layout {
    grid-template-columns: minmax(280px, .66fr) minmax(0, 1.34fr);
    gap: clamp(22px, 3vw, 44px);
  }

  body:not(.products-page):not(.product-a18a-page) .process-step-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  body:not(.products-page):not(.product-a18a-page) .process-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    min-height: clamp(250px, 38vh, 310px);
    padding: 14px 0;
  }

  body:not(.products-page):not(.product-a18a-page) .process-step-number {
    font-size: clamp(38px, 4.4vw, 58px);
  }

  body:not(.products-page):not(.product-a18a-page) .process-step h3 {
    margin-bottom: 10px;
    font-size: clamp(24px, 2.5vw, 34px);
  }

  body:not(.products-page):not(.product-a18a-page) .process-step p {
    max-width: 31rem;
    font-size: 15px;
    line-height: 1.48;
  }

  body:not(.products-page):not(.product-a18a-page) .process-step small {
    margin-top: 12px;
    font-size: 11px;
  }

  body:not(.products-page):not(.product-a18a-page) .process-media-panel {
    height: calc(100vh - var(--hm-top) - var(--hm-head));
    min-height: 0;
    max-height: calc(100vh - var(--hm-top) - var(--hm-head));
  }

  body:not(.products-page):not(.product-a18a-page) .process-media-panel figcaption {
    right: clamp(20px, 2.2vw, 28px);
    bottom: clamp(20px, 2.2vw, 28px);
    left: clamp(20px, 2.2vw, 28px);
  }

body:not(.products-page):not(.product-a18a-page) .process-media-panel figcaption strong {
    max-width: 29rem;
    font-size: clamp(21px, 2.35vw, 31px);
  }
}

/* 2026-08-18 product detail floor-plan and parameter sections. */
body.product-detail-single-page .product-floor-parameters {
  width: min(1720px, calc(100% - clamp(32px, 7vw, 188px)));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(56px, 6vw, 96px);
  padding-bottom: clamp(70px, 7vw, 112px);
  padding-right: 0;
  padding-left: 0;
}

body.product-detail-single-page .product-floor-parameters .floor-parameters-heading {
  max-width: 780px;
  margin-bottom: clamp(30px, 4vw, 58px);
}

body.product-detail-single-page .product-floor-parameters .floor-parameters-heading h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  letter-spacing: 0;
  text-transform: uppercase;
}

body.product-detail-single-page .product-floor-parameters .floor-parameters-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

body.product-detail-single-page .product-floor-layout {
  width: 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: stretch;
  padding-right: 0;
  padding-left: 0;
}

body.product-detail-single-page .product-floor-plan-media {
  min-height: 0;
  overflow: hidden;
  padding: clamp(12px, 1.2vw, 20px);
  border-radius: 0;
  box-shadow: none;
  cursor: zoom-in;
}

body.product-detail-single-page .product-floor-plan-media img {
  display: block;
  max-height: min(760px, 72vh);
  object-fit: contain;
  transition: transform 650ms cubic-bezier(.2, .75, .2, 1);
  transform-origin: center;
}

body.product-detail-single-page .product-floor-plan-media:hover img {
  transform: scale(1.06);
}

body.product-detail-single-page .product-parameter-copy {
  align-self: center;
}

body.product-detail-single-page .product-parameter-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.product-detail-single-page .product-parameter-table {
  margin-top: clamp(24px, 3vw, 38px);
}

body.product-detail-single-page .product-parameter-table th {
  color: var(--blue);
}

body.product-detail-single-page .product-parameter-table td {
  color: var(--muted);
  line-height: 1.55;
}

body.product-detail-single-page .product-quote .quote-content h2 {
  max-width: 820px;
  font-family: var(--section-title-font);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: var(--section-title-line);
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  body.product-detail-single-page .product-floor-parameters {
    width: min(100% - 32px, 1720px);
    padding-top: 56px;
    padding-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
  }

  body.product-detail-single-page .product-floor-layout {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-left: 0;
  }

  body.product-detail-single-page .product-floor-plan-media img {
    max-height: none;
  }
}

/* 2026-08-18 product photo logo overlay. */
:root {
  --product-photo-logo: url("assets/alumodular-logo-overlay.png");
  --product-logo-left: clamp(16px, 2.2vw, 40px);
  --product-logo-top: clamp(16px, 2vw, 36px);
  --product-logo-width: clamp(150px, 18vw, 360px);
  --product-logo-height: clamp(28px, 3.4vw, 66px);
  --product-logo-shadow: drop-shadow(0 1px 4px rgba(255, 255, 255, .64))
    drop-shadow(0 10px 24px rgba(255, 255, 255, .26));
}

.product-system-card,
body.products-page .product-showcase-media,
.catalog-card,
body.product-category-page .recommended-model-card,
body.product-detail-single-page .product-hero,
body.product-detail-single-page .product-vr .vr-main,
body.product-detail-single-page .product-vr .vr-preview-main,
body.product-detail-single-page .quote-media {
  position: relative;
}

.product-system-card::before,
body.products-page .product-showcase-media::before,
.catalog-card::before,
body.product-category-page .recommended-model-card::before,
body.product-detail-single-page .product-hero::before,
body.product-detail-single-page .product-vr .vr-main::before,
body.product-detail-single-page .product-vr .vr-preview-main::before,
body.product-detail-single-page .quote-media::before {
  content: "";
  position: absolute;
  top: var(--product-logo-top);
  left: var(--product-logo-left);
  z-index: 6;
  width: var(--product-logo-width);
  height: var(--product-logo-height);
  pointer-events: none;
  background: var(--product-photo-logo) left center / contain no-repeat;
  filter: var(--product-logo-shadow);
}

.product-system-card::before,
.catalog-card::before {
  --product-logo-left: clamp(12px, 1.2vw, 22px);
  --product-logo-top: clamp(12px, 1.2vw, 22px);
  --product-logo-width: clamp(116px, 10vw, 190px);
  --product-logo-height: clamp(22px, 2vw, 36px);
}

body.product-category-page .recommended-model-card::before {
  --product-logo-width: clamp(160px, 16vw, 330px);
}

body.product-category-page .recommended-model-card.is-unavailable::before,
body.product-category-page .recommended-model-card:has(.model-placeholder)::before {
  display: none;
}

body.products-page .product-showcase-media::before {
  --product-logo-left: calc(12.5% + clamp(16px, 2vw, 34px));
}

body.product-detail-single-page .product-hero::before {
  --product-logo-left: clamp(24px, 4vw, 76px);
  --product-logo-top: clamp(110px, 8vw, 154px);
  --product-logo-width: clamp(220px, 23vw, 520px);
  --product-logo-height: clamp(42px, 4.6vw, 96px);
}

body.product-detail-single-page .quote-media::before {
  --product-logo-width: clamp(140px, 13vw, 260px);
  --product-logo-height: clamp(26px, 2.6vw, 50px);
}

@media (max-width: 980px) {
  .product-system-card::before,
  body.products-page .product-showcase-media::before,
  .catalog-card::before,
  body.product-category-page .recommended-model-card::before,
  body.product-detail-single-page .product-vr .vr-main::before,
  body.product-detail-single-page .product-vr .vr-preview-main::before,
  body.product-detail-single-page .quote-media::before {
    --product-logo-left: 16px;
    --product-logo-top: 16px;
    --product-logo-width: clamp(112px, 34vw, 180px);
    --product-logo-height: clamp(22px, 6vw, 36px);
  }

  body.product-detail-single-page .product-hero::before {
    --product-logo-left: 20px;
    --product-logo-top: 92px;
    --product-logo-width: clamp(150px, 42vw, 240px);
    --product-logo-height: clamp(28px, 8vw, 48px);
  }
}
