:root {
  --ink: #101316;
  --muted: #5c6670;
  --line: #d7dde2;
  --paper: #ffffff;
  --mist: #eef3f5;
  --teal: #00485a;
  --teal-dark: #023442;
  --orange: #f05a24;
  --gold: #f4a62a;
  --charcoal: #252525;
  --green: #47b867;
  --hero-accent: var(--gold);
  --hero-background: #17343b;
  --hero-text: #ffffff;
  --hero-text-muted: #dce5e7;
  --hero-overlay:
    linear-gradient(90deg, rgba(7, 28, 33, 0.92) 0%, rgba(7, 28, 33, 0.86) 38%, rgba(7, 28, 33, 0.68) 68%, rgba(7, 28, 33, 0.52) 100%),
    linear-gradient(180deg, rgba(7, 18, 21, 0.1) 0%, rgba(7, 18, 21, 0.26) 100%);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-packshots img,
.product-card img,
.product-family img,
.product-packshot img {
  object-fit: contain;
}

.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
}

.topbar-inner,
.nav-inner,
.section-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  align-items: center;
  min-height: 28px;
}

.phone {
  color: var(--gold);
  font-weight: 800;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #171717;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--orange);
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  border-radius: 10px 10px 10px 2px;
  background: #fff;
  left: 9px;
  top: 5px;
  transform: rotate(24deg);
}

.brand small {
  display: block;
  color: #bfc8ce;
  font-size: 10px;
  font-weight: 700;
}

.brand-reverse {
  min-width: 210px;
}

.brand-reverse .brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.brand-reverse .brand-mark::after {
  width: 14px;
  height: 25px;
  left: 14px;
  top: 8px;
}

.brand-word {
  color: #fff;
  font-size: 24px;
  line-height: 0.9;
}

.brand-word small {
  margin-top: 8px;
  color: #c7d0d5;
  font-size: 13px;
}

.brand-image {
  min-width: 260px;
  height: 58px;
}

.brand-image img {
  width: auto;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-white img {
  filter: none;
}

.main-menu {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-menu > a:not(.pill) {
  position: relative;
  padding: 10px 0;
  transition: color 0.16s ease;
}

.main-menu > a:not(.pill)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.main-menu > a:not(.pill):hover,
.main-menu > a:not(.pill):focus-visible,
.main-menu > a:not(.pill)[aria-current="page"] {
  color: var(--gold);
}

.main-menu > a:not(.pill):hover::after,
.main-menu > a:not(.pill):focus-visible::after,
.main-menu > a:not(.pill)[aria-current="page"]::after {
  transform: scaleX(1);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 20px;
  border-radius: 19px;
  background: #dce8ed;
  color: #111;
  transition: background-color 0.16s ease;
}

.pill:hover,
.pill:focus-visible,
.pill[aria-current="page"] {
  background: var(--gold);
}

.mega-wrap {
  position: relative;
}

.mega-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: auto;
  left: -165px;
  width: min(760px, calc(100vw - 44px));
  height: 10px;
  pointer-events: none;
}

.mega-wrap:hover::after,
.mega-wrap:focus-within::after {
  pointer-events: auto;
}

.mega {
  position: absolute;
  left: -165px;
  right: auto;
  top: calc(100% + 8px);
  width: min(760px, calc(100vw - 44px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 28px;
  background: rgba(245, 250, 252, 0.95);
  color: var(--ink);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: 0.16s ease;
}

.mega-wrap:hover .mega,
.mega-wrap:focus-within .mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega h3 {
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.mega a {
  display: block;
  margin: 0 -8px;
  padding: 7px 8px;
  border-radius: 4px;
  color: #39434b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background-color 0.14s ease, color 0.14s ease;
}

.mega a:hover,
.mega a:focus {
  background: rgba(0, 72, 90, 0.08);
  color: var(--teal);
}

.mobile-menu {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  min-height: 42px;
  border: 0;
  font-size: 12px;
  font-family: inherit;
  font-weight: 900;
  background: #dce8ed;
  color: #111;
  border-radius: 16px;
  padding: 7px 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu-icon {
  display: grid;
  gap: 3px;
  width: 17px;
}

.mobile-menu-icon span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.mobile-menu[aria-expanded="true"] .mobile-menu-icon span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.mobile-menu[aria-expanded="true"] .mobile-menu-icon span:nth-child(2) {
  opacity: 0;
}

.mobile-menu[aria-expanded="true"] .mobile-menu-icon span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 64px 0;
  color: var(--hero-text);
  background: var(--hero-background);
  display: flex;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hero-overlay);
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(0.78) contrast(1.03) brightness(0.78);
  opacity: 0.82;
}

.hero .section-inner {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(400px, 430px);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: start;
  justify-content: space-between;
  column-gap: clamp(64px, 6vw, 100px);
  row-gap: 22px;
}

.hero-heading,
.hero-support {
  position: relative;
  z-index: 2;
  grid-column: 1;
  min-width: 0;
  max-width: 660px;
}

.hero-heading {
  grid-row: 1;
}

.hero-support {
  grid-row: 2;
  max-width: 600px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.92;
  font-weight: 1000;
  text-transform: uppercase;
}

.hero-heading h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(52px, 4vw, 57px);
  line-height: 0.93;
  letter-spacing: -0.03em;
}

.hero-heading h1 span {
  display: block;
}

.hero .script-word {
  display: block;
  margin: 0;
  color: var(--hero-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-style: italic;
  line-height: 1.03;
  text-transform: none;
}

.hero-copy {
  max-width: 560px;
  color: #e4eef2;
  font-size: 17px;
}

.hero .hero-copy {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--hero-text-muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero .hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.hero .hero-actions .btn {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 700;
}

.hero .hero-actions .btn-fill {
  border-color: var(--hero-accent);
  background: var(--hero-accent);
  color: var(--ink);
}

.hero .hero-actions .btn:not(.btn-fill) {
  padding-inline: 20px;
  border-color: var(--hero-text);
  background: transparent;
  color: var(--hero-text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border: 2px solid currentColor;
  border-radius: 18px;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-fill {
  background: var(--orange);
  border-color: var(--orange);
  color: #111;
}

.hero-product {
  min-height: 390px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(240, 90, 36, 0.94), rgba(240, 90, 36, 0.94)),
    url("../brand-assets/applications/optimized/app-all-purpose-user.webp") center/cover;
  display: grid;
  place-items: center;
  padding: 34px;
}

.hero-packshots {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: end;
  background:
    linear-gradient(rgba(16, 19, 22, 0.82), rgba(0, 72, 90, 0.62)),
    url("../brand-assets/logo/vesta-logo-confirmed.png") center/cover;
}

.hero-packshots img {
  height: 335px;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.32));
}

.hero-proof-panel {
  background:
    linear-gradient(rgba(240, 90, 36, 0.88), rgba(0, 72, 90, 0.84)),
    url("../brand-assets/applications/windows-doors-siding-trim-us-scene.webp") center/cover;
}

.proof-card {
  width: min(100%, 360px);
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
}

.proof-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.proof-card strong {
  display: block;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.proof-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.proof-tags i {
  padding: 6px 9px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.hero-mission {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  border-left: 3px solid var(--hero-accent);
  color: var(--hero-text);
  z-index: 1;
}

.hero-mission-label {
  display: block;
  margin-bottom: 14px;
  color: var(--hero-accent);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-mission strong {
  display: block;
  max-width: 430px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-mission strong span {
  display: block;
  white-space: nowrap;
}

.hero-mission p {
  margin: 20px 0 0;
  color: var(--hero-text-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tube {
  width: min(130px, 40vw);
  height: 330px;
  background: #fff;
  border-radius: 8px 8px 22px 22px;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
}

.tube span {
  color: var(--orange);
  font-weight: 1000;
  font-size: 32px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
}

section {
  padding: 74px 0;
}

.explore {
  padding: 92px 0 110px;
}

.product-teaser {
  background: #f8fafb;
}

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

.product-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: 280px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dde5ea;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.product-card img {
  padding: 18px 20px 0;
}

.product-card div {
  padding: 20px;
  border-top: 8px solid var(--series, var(--orange));
}

.product-card b {
  display: block;
  color: var(--series, var(--orange));
  font-size: 38px;
  line-height: 0.9;
}

.product-card strong {
  display: block;
  margin: 9px 0;
  font-size: 17px;
}

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

.product-orange {
  --series: #e66712;
  --series-panel-start: #f07018;
  --series-panel-end: #7d350c;
}

.product-blue {
  --series: #005fba;
  --series-panel-start: #0068c9;
  --series-panel-end: #00485a;
}

.product-green {
  --series: #079934;
  --series-panel-start: #0a9d38;
  --series-panel-end: #034c2f;
}

.product-navy {
  --series: #0057b8;
  --series-panel-start: #0057b8;
  --series-panel-end: #00485a;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 1000;
}

.explore-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag {
  border: 0;
  padding: 4px 9px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.explore-tab {
  cursor: pointer;
  font-family: inherit;
  opacity: 0.72;
}

.explore-tab.is-active {
  opacity: 1;
  background: var(--ink);
}

.explore-panel {
  display: none;
}

.explore-panel.is-active {
  display: block;
}

.explore .section-inner {
  width: min(1840px, calc(100% - 88px));
}

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

.project-card {
  height: clamp(250px, 15.8vw, 310px);
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #ccc;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.project-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(1px);
}

.project-card strong {
  position: absolute;
  left: 22px;
  right: 76px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 28%;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.project-card b {
  position: absolute;
  right: 22px;
  bottom: calc(14% - 19px);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1.8px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.12);
}

.audience {
  background: var(--mist);
}

.resource-split {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.resource-item {
  padding: 44px 38px;
  border-right: 1px solid #c8d1d7;
}

.resource-item:last-child {
  border-right: 0;
}

.icon-spot {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dfe8ed;
  color: var(--teal);
  font-size: 40px;
}

.resource-item h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.resource-item p,
.copy {
  color: var(--muted);
}

.community {
  padding: 0;
  color: #fff;
  background: var(--teal-dark);
}

.community .section-inner,
.story .section-inner {
  width: min(1480px, 100%);
}

.manufacturing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.72fr);
  align-items: stretch;
}

.manufacturing-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #172126;
}

.manufacturing-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 28, 36, 0.06) 45%, rgba(2, 52, 66, 0.88) 100%),
    linear-gradient(0deg, rgba(9, 17, 21, 0.58) 0%, transparent 38%);
  pointer-events: none;
}

.manufacturing-media img {
  position: absolute;
  inset: 0;
  object-position: 40% center;
  filter: saturate(0.74) contrast(1.04);
}

.manufacturing-media figcaption {
  position: absolute;
  left: clamp(24px, 4vw, 58px);
  bottom: clamp(24px, 4vw, 52px);
  z-index: 1;
  max-width: 410px;
}

.manufacturing-media figcaption span,
.section-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.manufacturing-media figcaption strong {
  display: block;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
}

.manufacturing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 5vw, 84px);
  background: var(--teal-dark);
}

.manufacturing-copy h2 {
  margin-bottom: 22px;
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
}

.supply-copy h2 {
  margin-bottom: 22px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

.manufacturing-copy p {
  margin-bottom: 30px;
  color: #dce8ec;
  font-size: 17px;
}

.manufacturing-points {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.manufacturing-points li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.manufacturing-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  background: var(--orange);
}

.story {
  color: var(--ink);
  background: var(--mist);
}

.supply-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  padding-inline: 44px;
}

.story-copy {
  max-width: none;
}

.supply-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 34px 24px 0;
}

.supply-copy .section-kicker {
  color: #9b3414;
}

.supply-copy p {
  color: var(--muted);
  font-size: 16px;
}

.supply-copy .supply-note {
  margin: 6px 0 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.supply-copy .btn {
  align-self: flex-start;
  color: var(--ink);
}

.supply-figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #cbd3d8;
}

.supply-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 17, 21, 0.8) 0%, rgba(9, 17, 21, 0.08) 50%, transparent 72%);
  pointer-events: none;
}

.supply-figure img {
  position: absolute;
  inset: 0;
  object-position: center center;
  filter: saturate(0.78) contrast(1.02);
}

.supply-figure figcaption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
}

.supply-figure figcaption strong,
.supply-figure figcaption span {
  display: block;
}

.supply-figure figcaption strong {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.05;
}

.supply-figure figcaption span {
  color: #e3ecef;
  font-size: 13px;
}

.cta {
  background: #fff;
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 50px;
  align-items: center;
}

.call-box {
  padding: 34px;
  border-radius: 8px;
  background: var(--mist);
  text-align: center;
  font-weight: 1000;
}

.call-box span,
.call-box > a {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 13px;
  border-radius: 14px;
  background: var(--charcoal);
  color: var(--gold);
}

.product-page-hero {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  min-height: 740px;
}

.products-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 17, 20, 0.96) 0%, rgba(9, 26, 31, 0.86) 44%, rgba(0, 54, 68, 0.66) 100%),
    url("../brand-assets/factory/production-floor.jpg") center 56%/cover;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: center;
}

.product-family {
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  padding: 24px 18px 18px;
  border: 1px solid rgba(16, 19, 22, 0.12);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.product-family a {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-items: end;
  padding: 0 4px;
  color: var(--ink);
  text-align: center;
}

.product-family img {
  height: 330px;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.product-family strong {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.1;
}

.product-family span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.product-catalog {
  background: #fff;
}

.product-category-list {
  display: grid;
  gap: 76px;
}

.product-category-group {
  display: grid;
  gap: 30px;
  padding: 0;
}

.product-category-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.product-category-header .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.product-category-header h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.98;
}

.product-category-header p {
  max-width: 600px;
  margin: 0 0 2px auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.product-detail-list {
  display: grid;
  gap: 34px;
}

.product-detail {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dfe7ec;
  border-left: 10px solid var(--series, var(--orange));
  border-radius: 8px;
  scroll-margin-top: 82px;
}

.product-detail h2,
.product-detail h3 {
  margin: 14px 0 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.92;
  text-transform: uppercase;
}

.product-packshot {
  height: 380px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #eef3f5);
}

.product-packshot img {
  width: 100%;
  height: 340px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bullet-list {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.bullet-list li {
  margin: 7px 0;
}

.product-rail {
  background:
    linear-gradient(rgba(240, 90, 36, 0.95), rgba(240, 90, 36, 0.95)),
    url("../brand-assets/applications/optimized/app-all-purpose-user.webp") center/cover;
  padding: 90px 46px 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery-mini div {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
}

.product-main {
  padding: 90px min(8vw, 100px);
}

.product-main h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
}

.product-shot {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 26px 0 36px;
}

.swatch {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.swatch i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}

.single-product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 35vw) minmax(0, 1fr);
  min-height: 720px;
  padding: 0;
  color: var(--ink);
  background: #fff;
}

.single-product-main {
  padding: 58px min(7vw, 92px) 64px;
}

.single-product-topline {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: start;
  margin-bottom: 34px;
}

.single-product-topline h1 {
  margin: 0;
  max-width: 540px;
  color: var(--series, var(--teal));
  font-size: clamp(40px, 4.2vw, 70px);
  line-height: 0.92;
  text-transform: uppercase;
}

.product-top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 4px;
}

.single-product-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 38px;
  align-items: start;
}

.single-product-copy h2 {
  margin: 26px 0 12px;
  max-width: 620px;
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 0.98;
}

.single-product-copy .hero-copy {
  max-width: 610px;
  color: #252b30;
}

.product-msrp {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 800;
}

.single-product-packshot {
  display: grid;
  place-items: center;
  min-height: 720px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, var(--series-panel-start, rgba(0, 87, 184, 0.96)), var(--series-panel-end, rgba(0, 72, 90, 0.98)));
}

.single-product-packshot img {
  width: min(82%, 312px);
  max-width: 82%;
  height: 630px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.36));
}

.product-use-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.product-use-photo img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.application-callout {
  position: absolute;
  left: 36%;
  top: 56%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.application-callout::before {
  content: "";
  width: 54px;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.application-callout i {
  position: absolute;
  left: -8px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(240, 90, 36, 0.22);
}

.product-decision-strip {
  padding: 0;
  background: var(--ink);
  color: #fff;
}

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

.decision-grid div {
  min-height: 108px;
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.decision-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.decision-grid span {
  color: #e4eef2;
  font-weight: 800;
}

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

.product-fit-summary {
  padding: 54px 0 22px;
}

.spec-card {
  padding: 34px;
  border: 1px solid #dfe7ec;
  border-radius: 8px;
  background: #fff;
}

.fit-summary-card {
  min-height: 292px;
  padding: 28px 30px;
}

.spec-card h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1;
}

.single-product-band h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.fit-summary-card p {
  max-width: 430px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 700;
}

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

.fit-list li {
  position: relative;
  padding-left: 16px;
  color: #252b30;
  font-size: 15px;
  font-weight: 850;
}

.fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--series, var(--teal));
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 18px;
}

.performance-grid div {
  min-width: 0;
}

.performance-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--series, var(--teal));
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.performance-grid span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.single-product-band {
  background: var(--mist);
}

.product-guidance-section {
  padding: 58px 0;
}

.product-guidance-section .copy {
  max-width: 580px;
}

.application-cards-section {
  padding: 18px 0 64px;
  background: #fff;
}

.application-cards-section .section-title {
  justify-content: flex-start;
  margin-bottom: 24px;
  text-align: left;
}

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

.mini-application {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.mini-application::before,
.mini-application::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.mini-application::before {
  background-image: var(--app-image);
  background-position: var(--app-position, center);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.mini-application::after {
  background: linear-gradient(180deg, rgba(16, 19, 22, 0.06) 0%, rgba(16, 19, 22, 0.34) 42%, rgba(16, 19, 22, 0.84) 100%);
  transition: background 0.2s ease;
}

.mini-application:hover::before {
  transform: scale(1.03);
}

.mini-application:hover::after {
  background: linear-gradient(180deg, rgba(16, 19, 22, 0.04) 0%, rgba(16, 19, 22, 0.3) 42%, rgba(16, 19, 22, 0.78) 100%);
}

.mini-application strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.05;
}

.mini-application span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.38;
}

.spec-table {
  display: grid;
  gap: 12px;
}

.spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff;
}

.spec-table strong {
  min-width: 150px;
  font-weight: 1000;
}

.spec-table span {
  color: var(--muted);
  text-align: right;
}

.product-snapshot {
  gap: 10px;
}

.product-snapshot div {
  display: grid;
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 15px 18px;
  border: 1px solid rgba(215, 221, 226, 0.7);
}

.product-snapshot strong {
  min-width: 0;
}

.product-snapshot span {
  min-width: 0;
  text-align: right;
  line-height: 1.35;
}

@media (max-width: 1280px) {
  .manufacturing-copy {
    padding: 54px;
  }

  .manufacturing-copy h2 {
    font-size: 48px;
  }

  .supply-copy h2 {
    font-size: 42px;
  }

  .supply-layout {
    padding-inline: 34px;
  }

  .single-product-hero {
    grid-template-columns: minmax(300px, 34vw) minmax(0, 1fr);
  }

  .single-product-main {
    padding: 48px min(5vw, 64px) 56px;
  }

  .single-product-content {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 34px;
  }

  .single-product-packshot img {
    height: 560px;
  }

  .product-top-actions .btn {
    padding-inline: 17px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .hero .section-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    column-gap: clamp(48px, 5vw, 64px);
  }

  .hero-heading h1 {
    font-size: 55px;
  }

  .hero .script-word {
    font-size: 50px;
  }

  .hero-mission strong {
    font-size: 29px;
  }

  .manufacturing-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  }

  .manufacturing-copy {
    padding: 44px;
  }

  .manufacturing-copy h2 {
    font-size: 42px;
  }

  .supply-copy h2 {
    font-size: 38px;
  }

  .supply-layout {
    grid-template-columns: minmax(260px, 0.68fr) repeat(2, minmax(0, 1fr));
  }

  .supply-copy {
    padding-right: 16px;
  }

  .single-product-content {
    grid-template-columns: 1fr;
  }

  .product-use-photo {
    display: none;
  }

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

.documents-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.44fr) minmax(0, 1fr);
  gap: 52px;
  align-items: stretch;
}

.product-documents-section {
  padding: 42px 0 22px;
}

.download-card {
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 26px 28px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
}

.download-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(26px, 2.45vw, 40px);
  line-height: 0.98;
}

.download-card .copy {
  max-width: 310px;
  color: #d8e7ed;
}

.compact-doc-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(58px, 1fr));
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 700px;
}

.compact-doc-list .doc-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 16px;
  padding: 0 14px;
  color: inherit;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.compact-doc-list .doc-row span {
  display: inline-block;
  transition: transform 0.18s ease;
}

.compact-doc-list .doc-row:hover,
.compact-doc-list .doc-row:focus-visible {
  background: rgba(0, 72, 90, 0.04);
}

.compact-doc-list .doc-row:hover span,
.compact-doc-list .doc-row:focus-visible span {
  transform: translateX(2px);
}

.compact-doc-list .doc-row b {
  text-align: right;
}

.product-final-cta {
  padding: 46px 0 64px;
  background: var(--mist);
}

.product-final-cta .cta-grid {
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.55fr);
  gap: 56px;
  align-items: start;
}

.product-final-cta .copy {
  max-width: 660px;
}

.inquiry-checklist {
  display: grid;
  gap: 8px;
  padding: 26px;
  border: 1px solid rgba(215, 221, 226, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.inquiry-checklist strong {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 1000;
}

.inquiry-checklist span {
  padding: 9px 11px;
  border: 1px solid rgba(215, 221, 226, 0.72);
  border-radius: 3px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.inquiry-checklist span b {
  margin-right: 7px;
  color: var(--teal);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.accordion summary {
  cursor: pointer;
  font-weight: 1000;
}

.feature-band {
  background: var(--mist);
}

.feature-list {
  display: grid;
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
}

.feature-strip {
  min-height: 128px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 18px;
  color: #fff;
  font-weight: 1000;
  background:
    linear-gradient(transparent, rgba(0, 0, 0, 0.72)),
    var(--bg) center/cover;
}

.about-hero {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 88px 0 76px;
  background:
    linear-gradient(90deg, rgba(4, 22, 27, 0.94) 0%, rgba(4, 22, 27, 0.82) 48%, rgba(4, 22, 27, 0.38) 100%),
    linear-gradient(180deg, rgba(4, 17, 21, 0.08) 0%, rgba(4, 17, 21, 0.34) 100%),
    url("../brand-assets/factory/production-floor.jpg") center 54%/cover;
  color: #fff;
}

.about-hero-copy {
  max-width: 900px;
}

.about-hero .eyebrow,
.about-operations .eyebrow,
.about-partners .eyebrow {
  color: var(--gold);
}

.about-hero h1 {
  max-width: 900px;
  margin: 14px 0 24px;
  font-size: 68px;
  line-height: 0.94;
  letter-spacing: 0;
}

.about-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: #e2eaed;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
}

.about-hero .button-row {
  margin-top: 30px;
}

.about-hero .btn,
.about-cta .btn {
  min-height: 46px;
  padding: 0 21px;
  border-radius: 23px;
  font-size: 14px;
}

.about-hero .btn-fill,
.about-cta .btn-fill {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.about-hero .btn:not(.btn-fill) {
  border-color: #fff;
  color: #fff;
}

.about-intro {
  padding: 96px 0 104px;
  background: #fff;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 80px;
  align-items: start;
}

.about-intro h2,
.about-operations h2,
.about-clarity h2,
.about-partners h2,
.about-cta h2 {
  margin: 12px 0 0;
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-intro-copy {
  max-width: 620px;
  padding-top: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-intro-copy p:last-child {
  margin-bottom: 0;
}

.about-intro-copy .about-lead {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}

.about-company-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-company-pillar {
  min-width: 0;
  padding: 30px 30px 32px;
  border-right: 1px solid var(--line);
}

.about-company-pillar:last-child {
  border-right: 0;
}

.about-company-pillar span,
.about-company-pillar small {
  display: block;
}

.about-company-pillar span {
  min-height: 34px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-company-pillar strong {
  display: block;
  max-width: 340px;
  margin: 12px 0 12px;
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
}

.about-company-pillar small {
  max-width: 340px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.about-operations {
  padding: 0;
  background: var(--teal-dark);
  color: #fff;
}

.about-operations-grid {
  width: min(1480px, 100%);
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.85fr);
}

.about-operations-media {
  min-height: 660px;
  margin: 0;
  overflow: hidden;
}

.about-operations-media img {
  object-position: center 56%;
}

.about-operations-copy {
  align-self: center;
  padding: 72px;
}

.about-operations h2 {
  max-width: 560px;
}

.about-operations-copy > p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #d4e0e3;
  font-size: 17px;
  line-height: 1.68;
}

.about-operations-list {
  margin: 32px 0 26px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.about-operations-list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-operations-list strong {
  color: #fff;
  font-size: 14px;
}

.about-operations-list span {
  color: #c5d3d7;
  font-size: 13px;
  line-height: 1.5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link span {
  font-size: 22px;
  line-height: 1;
}

.about-clarity {
  padding: 96px 0;
  background: var(--mist);
}

.about-clarity-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 86px;
  align-items: start;
}

.about-clarity-heading {
  position: sticky;
  top: 112px;
}

.about-principles {
  border-top: 1px solid #c7d1d7;
}

.about-principle {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  padding: 27px 0 30px;
  border-bottom: 1px solid #c7d1d7;
}

.about-principle > span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.about-principle strong {
  display: block;
  margin-bottom: 8px;
  font-size: 23px;
}

.about-principle p {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-partners {
  padding: 104px 0 98px;
  background:
    linear-gradient(90deg, rgba(6, 24, 29, 0.94) 0%, rgba(6, 24, 29, 0.82) 58%, rgba(6, 24, 29, 0.68) 100%),
    url("../brand-assets/factory/warehouse-readiness.jpg") center 56%/cover;
  color: #fff;
}

.about-partners-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  gap: 80px;
  align-items: end;
}

.about-partners h2 {
  max-width: 720px;
}

.about-partners-heading > p {
  margin-bottom: 4px;
  color: #d7e2e5;
  font-size: 17px;
  line-height: 1.66;
}

.about-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.about-partner-grid a {
  min-width: 0;
  padding: 28px 30px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  transition: background-color 0.16s ease;
}

.about-partner-grid a:last-child {
  border-right: 0;
}

.about-partner-grid a:hover,
.about-partner-grid a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.about-partner-grid span,
.about-partner-grid strong,
.about-partner-grid small {
  display: block;
}

.about-partner-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.about-partner-grid strong {
  margin: 36px 0 12px;
  font-size: 24px;
  line-height: 1.12;
}

.about-partner-grid small {
  color: #d1dde0;
  font-size: 14px;
  line-height: 1.6;
}

.about-cta {
  padding: 86px 0 92px;
  background: #fff;
}

.about-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: 84px;
  align-items: center;
}

.about-cta h2 {
  max-width: 650px;
}

.about-cta-grid > div:last-child > p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-cta .btn:not(.btn-fill) {
  color: var(--ink);
}

.about-company-details {
  padding: 82px 0;
  background: var(--mist);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-company-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: start;
}

.about-company-details h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.about-company-contact {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.about-company-contact address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.65;
}

.about-company-contact a {
  width: fit-content;
  color: var(--teal);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resource-hero {
  min-height: 360px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(4, 25, 30, 0.9) 0%, rgba(4, 25, 30, 0.58) 100%),
    url("../brand-assets/factory/raw-material-storage.jpg") center 58%/cover;
  color: #fff;
  padding-bottom: 58px;
}

.application-hero,
.contact-hero {
  min-height: 420px;
  display: flex;
  align-items: end;
  color: #fff;
  padding-bottom: 62px;
}

.application-hero {
  background:
    linear-gradient(90deg, rgba(0, 54, 68, 0.94), rgba(0, 72, 90, 0.55)),
    var(--application-hero-image, url("../brand-assets/applications/optimized/app-curtain-wall-facade-user.webp")) center/cover;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(16, 19, 22, 0.92) 0%, rgba(16, 19, 22, 0.46) 100%),
    url("../brand-assets/factory/warehouse-readiness.jpg") center 56%/cover;
}

.application-list {
  display: grid;
  gap: 30px;
}

.application-row {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 86px;
}

.application-row img {
  min-height: 230px;
  border-radius: 8px;
}

.application-row h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.98;
  text-transform: uppercase;
}

/* Reusable SEO application, resource, support, and breadcrumb components. */
.vesta-breadcrumb {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.vesta-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.vesta-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.vesta-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #9aa5ad;
}

.vesta-breadcrumb a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.vesta-breadcrumb a:hover,
.vesta-breadcrumb a:focus-visible {
  text-decoration-color: currentColor;
}

.structured-hero .section-inner,
.resource-hero .section-inner {
  width: min(var(--max), calc(100% - 44px));
}

.structured-hero h1,
.resource-hero h1 {
  max-width: 920px;
}

.structured-hero .hero-copy,
.resource-hero .hero-copy {
  max-width: 860px;
  margin-bottom: 0;
  line-height: 1.65;
}

.structured-section h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}

.structured-section h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.08;
}

.structured-section p,
.structured-section li {
  line-height: 1.65;
}

.structured-muted {
  background: var(--mist);
}

.structured-two-column,
.structured-product-grid,
.structured-link-grid,
.application-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.application-directory {
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.structured-card,
.structured-product,
.structured-notice {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.structured-guidance {
  border-left: 8px solid var(--gold);
}

.structured-card .bullet-list,
.structured-section article .bullet-list {
  margin-bottom: 0;
}

.structured-product-grid {
  margin-top: 30px;
}

.structured-product {
  min-height: 215px;
}

.structured-product p,
.application-directory-card p,
.structured-link-grid span,
.structured-notice p {
  color: var(--muted);
}

.structured-text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--teal);
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.structured-notice {
  border-left: 8px solid var(--orange);
}

.structured-link-grid a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.structured-link-grid a:hover,
.structured-link-grid a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.structured-link-grid strong {
  color: var(--teal);
  font-size: 22px;
}

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

.resource-directory a {
  min-height: 230px;
}

.resource-product-shell {
  max-width: 1040px;
}

.resource-product-actions a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.resource-product-section {
  padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 9vw, 120px);
}

.resource-product-section h1 {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 44px);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.resource-product-list {
  border-top: 1px solid var(--line);
}

.resource-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.resource-product-name {
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.resource-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.application-directory-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.48fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.application-directory-card > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.application-directory-card > div {
  padding: 30px;
}

.application-directory-card h2 {
  margin-bottom: 12px;
  font-size: 30px;
}

.application-directory-card h2 a {
  color: var(--teal);
}

.structured-label {
  margin: 20px 0 5px;
  color: var(--ink) !important;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.structured-faq .accordion {
  max-width: 900px;
}

.structured-faq .accordion details {
  padding: 20px 0;
}

.structured-faq .accordion p {
  max-width: 800px;
  margin: 13px 0 0;
  color: var(--muted);
}

.structured-related .section-title {
  align-items: end;
  text-align: left;
}

/* Application detail pages: product first, visual use cases second, technical detail third. */
.application-detail .application-hero .hero-copy {
  max-width: 780px;
  text-wrap: pretty;
}

.application-detail .structured-notice {
  border-left-width: 1px;
  border-top: 6px solid var(--orange);
}

.application-product-section {
  background: #f5f8f9;
}

.application-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.application-section-heading h2 {
  max-width: 760px;
  margin: 0 0 12px;
  text-wrap: balance;
}

.application-section-heading p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  text-wrap: pretty;
}

.application-section-heading > .btn {
  min-height: 44px;
  padding-inline: 20px;
}

.application-product-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.application-product-showcase.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.application-product-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.application-product-showcase.is-single .application-product-feature {
  grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.24fr);
}

.application-product-media {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: radial-gradient(circle at 50% 42%, #fff 0%, #edf3f5 76%);
}

.application-product-media img {
  max-width: 220px;
  max-height: 350px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.application-product-showcase.is-single .application-product-media img {
  max-width: 260px;
}

@media (min-width: 910px) {
  .application-product-showcase:not(.is-single) .application-product-feature--cr210-acrylic-sealant .application-product-media img {
    transform: scale(1.35);
  }
}

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

.application-product-copy .application-product-role {
  margin: 0 0 10px;
  color: #b23a0e;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.application-product-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.02;
  text-wrap: balance;
}

.application-product-copy h3 a {
  color: var(--teal);
}

.application-product-copy > p:not(.application-product-role) {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  text-wrap: pretty;
}

.application-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.application-product-actions .btn {
  min-height: 44px;
  padding-inline: 22px;
}

.application-product-actions .structured-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.application-scenes {
  padding-top: clamp(72px, 8vw, 104px);
  padding-bottom: clamp(72px, 8vw, 104px);
}

.application-scene-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 16px;
  min-height: 560px;
  margin-top: 36px;
}

.application-scene {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--teal-dark);
}

.application-scene:first-child {
  grid-row: 1 / span 2;
}

.application-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 30, 0.02) 35%, rgba(4, 25, 30, 0.9) 100%);
}

.application-scene img {
  position: absolute;
  inset: 0;
}

.application-scene figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 56px 24px 24px;
  color: #fff;
}

.application-scene h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(21px, 2vw, 28px);
  text-wrap: balance;
}

.application-scene figcaption p {
  max-width: 58ch;
  margin: 0;
  color: #e6eef0;
  font-size: 14px;
  line-height: 1.5;
  text-wrap: pretty;
}

.application-use-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 28px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.application-use-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.application-use-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 0.62em;
  background: var(--orange);
}

.application-technical {
  padding-top: clamp(68px, 7vw, 92px);
  padding-bottom: clamp(68px, 7vw, 92px);
}

.application-technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-technical-grid > article {
  padding-right: clamp(24px, 4vw, 52px);
}

.application-technical-grid > article + article {
  padding-right: 0;
  padding-left: clamp(24px, 4vw, 52px);
  border-left: 1px solid var(--line);
}

.application-technical-grid h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  text-wrap: balance;
}

.application-guidance {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: 32px 54px;
  align-items: start;
  margin-top: 48px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 12px;
  background: var(--teal-dark);
  color: #fff;
}

.application-guidance > p {
  grid-column: 1;
  margin: 0 0 -22px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.application-guidance h2 {
  grid-column: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 48px);
  text-wrap: balance;
}

.application-guidance > div {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 68ch;
  color: #dbe8eb;
  line-height: 1.75;
  text-wrap: pretty;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .main-menu {
    gap: 15px;
    font-size: 12px;
  }

  .brand-image {
    min-width: 210px;
  }
}

@media (max-width: 900px) {
  .structured-two-column,
  .structured-product-grid,
  .structured-link-grid,
  .application-directory,
  .resource-directory {
    grid-template-columns: 1fr;
  }

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

  .application-directory-card > img {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
  }

  .resource-directory a {
    min-height: 150px;
  }

  .resource-product-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .application-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .application-product-showcase,
  .application-product-showcase.is-single {
    grid-template-columns: 1fr;
  }

  .application-product-feature,
  .application-product-showcase.is-single .application-product-feature {
    grid-template-columns: minmax(180px, 0.66fr) minmax(0, 1.34fr);
  }

  .application-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(360px, 1.25fr) minmax(250px, 0.75fr);
    min-height: 0;
  }

  .application-scene:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

  .application-guidance {
    grid-template-columns: 1fr;
  }

  .application-guidance > p,
  .application-guidance h2,
  .application-guidance > div {
    grid-column: 1;
    grid-row: auto;
  }

  .application-guidance > p {
    margin-bottom: -22px;
  }
}

@media (max-width: 640px) {
  .vesta-breadcrumb {
    padding: 11px 0;
    font-size: 11px;
  }

  .structured-card,
  .structured-product,
  .structured-notice,
  .application-directory-card > div,
  .structured-link-grid a {
    padding: 24px;
  }

  .structured-hero .hero-copy,
  .resource-hero .hero-copy {
    font-size: 15px;
  }

  .application-directory {
    gap: 24px;
  }

  .application-directory-card > img {
    aspect-ratio: 4 / 3;
  }

  .application-section-heading {
    gap: 22px;
  }

  .application-product-showcase {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 28px;
  }

  .application-product-feature,
  .application-product-showcase.is-single .application-product-feature {
    grid-template-columns: 1fr;
  }

  .application-product-media {
    min-height: 310px;
    padding: 24px;
  }

  .application-product-media img,
  .application-product-showcase.is-single .application-product-media img {
    max-width: 180px;
    max-height: 270px;
  }

  .application-product-copy {
    padding: 28px 24px 30px;
  }

  .application-scenes {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .application-scene-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
    margin-top: 28px;
  }

  .application-scene,
  .application-scene:first-child {
    min-height: 330px;
    grid-column: auto;
    grid-row: auto;
  }

  .application-scene figcaption {
    padding: 48px 20px 20px;
  }

  .application-use-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .application-technical-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .application-technical-grid > article,
  .application-technical-grid > article + article {
    padding: 0;
    border-left: 0;
  }

  .application-guidance {
    gap: 28px;
    margin-top: 42px;
    padding: 30px 24px;
  }

  .application-guidance > p {
    margin-bottom: -18px;
  }
}

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

.secondary-app {
  min-height: 160px;
  padding: 24px;
  border-radius: 8px;
  background: var(--mist);
  border: 1px solid #dbe3e8;
}

.secondary-app strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
}

.secondary-app span {
  color: var(--muted);
  font-size: 13px;
}

.recommended-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.recommended-products a {
  padding: 7px 10px;
  border-radius: 16px;
  background: var(--mist);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 38px;
  align-items: start;
}

.inquiry-form,
.contact-panel {
  padding: 34px;
  border-radius: 8px;
  background: var(--mist);
}

.inquiry-form {
  display: grid;
  gap: 18px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.inquiry-form textarea {
  min-height: 130px;
  resize: vertical;
}

.inquiry-form button {
  width: max-content;
  cursor: pointer;
}

.contact-method {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid #c8d1d7;
}

.contact-method:last-child {
  border-bottom: 0;
}

.contact-method span,
.contact-method a {
  color: var(--teal);
  font-weight: 900;
}

.contact-method address {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
}

.downloads {
  padding-top: 56px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}

.tabs span {
  padding: 0 0 10px;
  font-size: 12px;
  font-weight: 1000;
  color: var(--teal);
  text-transform: uppercase;
}

.doc-list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.documents-grid .compact-doc-list {
  max-width: 700px;
  margin: 0;
  justify-self: start;
}

.doc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-weight: 1000;
}

.doc-row span {
  color: var(--orange);
}

.color-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.color-block {
  min-height: 260px;
  display: flex;
  align-items: center;
  padding: 42px;
  color: #fff;
}

.color-block.dark { background: var(--charcoal); }
.color-block.orange { background: var(--gold); color: #111; }
.color-block.teal { background: var(--teal); }

footer {
  background: #111;
  color: #fff;
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  color: #cbd3d8;
  font-size: 13px;
}

.footer-brand,
.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-brand strong,
.footer-links strong {
  color: #fff;
  font-size: 15px;
}

.footer-company-name {
  margin-top: 8px;
  color: #fff;
  font-weight: 800;
}

.footer-company-address {
  max-width: 340px;
  color: #aeb9bf;
  font-style: normal;
  line-height: 1.6;
}

.footer-links a,
.footer-link-button {
  width: fit-content;
  color: #cbd3d8;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
}

.footer-links .footer-whatsapp {
  color: #fff;
  font-weight: 800;
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #aeb9bf;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .topbar,
  .main-menu:not(.is-open) {
    display: none;
  }

  .mobile-menu {
    display: inline-flex;
  }

  .main-menu.is-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 30;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 54px);
    margin: 0;
    overflow-y: auto;
    padding: 12px 14px 18px;
    background: #171717;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  }

  .main-menu.is-open > a,
  .main-menu.is-open .mega-wrap > a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-menu.is-open .pill {
    height: 46px;
    border-radius: 4px;
  }

  .main-menu.is-open > a:not(.pill)::after,
  .mega-wrap::after {
    display: none;
  }

  .main-menu.is-open .mega {
    display: none;
  }

  .vesta-menu-open {
    overflow: hidden;
  }

  .nav-inner {
    min-height: 54px;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 600px;
    padding: 60px 0;
  }

  .hero .section-inner {
    width: min(var(--max), calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr) 360px;
    column-gap: clamp(40px, 4vw, 52px);
  }

  .hero-heading h1 {
    font-size: 50px;
  }

  .hero-mission strong {
    font-size: 26px;
  }

  .hero-bg-video {
    filter: saturate(0.78) contrast(1.03) brightness(0.78);
    opacity: 0.82;
  }

  .community .section-inner,
  .cta-grid,
  .products-hero-grid,
  .single-product-hero,
  .single-product-content,
  .fit-grid,
  .spec-grid,
  .decision-grid,
  .application-card-grid,
  .documents-grid,
  .product-shot,
  .product-page-hero,
  .product-detail,
  .application-row,
  .secondary-apps,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links a,
  .footer-link-button {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .story .section-inner {
    grid-template-columns: 1fr;
  }

  .manufacturing-copy {
    order: -1;
    padding: 54px 28px 48px;
  }

  .manufacturing-copy h2,
  .supply-copy h2 {
    font-size: 42px;
  }

  .manufacturing-media {
    min-height: 430px;
  }

  .manufacturing-media figcaption strong {
    font-size: 28px;
  }

  .supply-layout {
    gap: 18px;
    padding-inline: 28px;
  }

  .supply-copy {
    padding: 0 0 18px;
  }

  .supply-figure {
    min-height: 360px;
  }

  .hero-product:not(.hero-packshots) {
    display: none;
  }

  .hero-packshots,
  .product-family {
    min-height: auto;
    grid-template-columns: repeat(4, minmax(56px, 1fr));
    padding: 18px;
  }

  .products-hero .products-hero-grid {
    width: min(var(--max), calc(100% - 48px));
  }

  .product-category-list {
    gap: 62px;
  }

  .product-category-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-category-header p {
    max-width: 680px;
    margin-left: 0;
  }

  .hero-packshots img,
  .product-family img {
    height: 210px;
  }

  .product-family img {
    object-fit: contain;
  }

  .project-grid,
  .resource-split,
  .product-card-grid,
  .color-blocks {
    grid-template-columns: 1fr;
  }

  .explore .section-inner {
    width: min(var(--max), calc(100% - 44px));
  }

  .explore {
    padding: 70px 0;
  }

  .project-card {
    height: 220px;
    min-height: 220px;
  }

  .project-card strong {
    left: 16px;
    right: 58px;
    bottom: 0;
    font-size: 16px;
  }

  .project-card b {
    right: 14px;
    bottom: calc(14% - 17px);
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .single-product-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
  }

  .single-product-main {
    padding: 34px 22px 46px;
  }

  .single-product-topline {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
  }

  .product-top-actions {
    flex-wrap: wrap;
  }

  .single-product-packshot {
    min-height: 340px;
    padding: 22px 0;
  }

  .single-product-packshot img {
    width: 148px;
    max-width: 70%;
    height: 300px;
  }

  .single-product-copy h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .single-product-copy .recommended-products {
    gap: 8px;
  }

  .single-product-copy .recommended-products a {
    padding: 6px 8px;
    font-size: 11px;
  }

  .product-fit-summary {
    padding: 42px 0 14px;
  }

  .fit-summary-card {
    min-height: auto;
    padding: 24px;
  }

  .fit-list,
  .performance-grid {
    grid-template-columns: 1fr;
  }

  .application-cards-section {
    padding: 14px 0 48px;
  }

  .application-cards-section .section-title {
    margin-bottom: 18px;
  }

  .product-guidance-section {
    padding: 42px 0;
  }

  .product-documents-section {
    padding: 42px 0 26px;
  }

  .compact-doc-list .doc-row {
    padding: 0 10px 0 14px;
  }

  .documents-grid .compact-doc-list {
    display: block;
    height: auto;
  }

  .product-final-cta {
    padding: 34px 0 52px;
  }

  .product-final-cta .cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .application-callout {
    display: none;
  }

  .decision-grid div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .mini-application {
    min-height: 210px;
  }

  .spec-table div {
    display: block;
  }

  .spec-table span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .product-card {
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 230px;
  }

  .product-card div {
    border-top: 0;
    border-left: 8px solid var(--series, var(--orange));
  }

  .product-packshot {
    height: 340px;
  }

  .product-packshot img {
    height: 300px;
  }

  .resource-item {
    border-right: 0;
    border-bottom: 1px solid #c8d1d7;
    padding: 34px 24px;
    text-align: center;
  }

  .icon-spot {
    margin-left: auto;
    margin-right: auto;
  }

  .product-rail {
    min-height: 420px;
    padding: 56px 34px;
  }

  .product-main {
    padding: 46px 24px;
  }

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

  .section-inner,
  .topbar-inner,
  .nav-inner {
    width: min(var(--max), calc(100% - 28px));
  }
}

@media (max-width: 980px) {
  .hero-heading h1 {
    font-size: 46px;
  }

  .hero .script-word {
    font-size: 46px;
  }
}

@media (max-width: 959px) {
  .hero {
    min-height: 0;
    padding: 64px 0 70px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(7, 28, 33, 0.92) 0%, rgba(7, 28, 33, 0.8) 62%, rgba(7, 28, 33, 0.7) 100%),
      linear-gradient(90deg, rgba(7, 18, 21, 0.2) 0%, rgba(7, 18, 21, 0.1) 100%);
  }

  .hero-bg-video {
    object-position: center 50%;
    filter: saturate(0.78) contrast(1.03) brightness(0.74);
    opacity: 0.78;
  }

  .hero .section-inner {
    width: min(var(--max), calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    align-content: start;
    column-gap: 0;
    row-gap: 0;
  }

  .hero-heading {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-support {
    grid-column: 1;
    grid-row: 2;
    margin-top: 20px;
  }

  .hero-mission {
    grid-column: 1;
    grid-row: 3;
    max-width: 430px;
    margin-top: 56px;
    padding-left: 22px;
    border-left-width: 4px;
  }

  .hero-heading h1 {
    font-size: 56px;
  }

  .hero .script-word {
    font-size: 46px;
  }

  .hero .hero-copy {
    font-size: 18px;
  }

  .hero-mission strong {
    font-size: 32px;
  }

  .hero-mission p {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .products-hero-grid {
    width: min(var(--max), calc(100% - 40px));
  }

  .product-family {
    padding: 14px 8px 12px;
  }

  .product-family img {
    height: 180px;
    object-fit: cover;
  }

  .product-family strong {
    font-size: 12px;
  }

  .product-family span {
    display: none;
  }

  .product-category-list {
    gap: 54px;
  }

  .product-category-group {
    gap: 22px;
  }

  .product-category-header {
    padding-bottom: 18px;
  }

  .product-category-header h2 {
    font-size: 32px;
  }

  .product-category-header p {
    font-size: 14px;
  }

  .product-packshot {
    height: 300px;
  }

  .product-packshot img {
    height: 260px;
  }

  .hero {
    padding: 54px 0 60px;
  }

  .hero .section-inner {
    width: min(var(--max), calc(100% - 40px));
  }

  .hero-heading h1 {
    font-size: 40px;
    line-height: 0.95;
  }

  .hero-support {
    margin-top: 18px;
  }

  .hero .script-word {
    font-size: 42px;
  }

  .hero .hero-copy {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero .hero-actions {
    margin-top: 28px;
  }

  .hero .hero-actions .btn {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .hero-mission {
    margin-top: 52px;
    padding-left: 20px;
    border-left-width: 3px;
  }

  .hero-mission-label {
    font-size: 18px;
  }

  .hero-mission strong {
    font-size: 32px;
  }

  .hero-mission p {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .hero-heading h1 {
    font-size: 37px;
  }

  .hero .script-word {
    font-size: 40px;
  }

  .hero-mission strong {
    font-size: 25px;
  }

  .resource-hero h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .contact-hero h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 0.96;
  }

  .contact-hero .hero-copy {
    max-width: 100%;
    font-size: 15px;
  }

  .inquiry-form,
  .contact-panel {
    min-width: 0;
    padding: 24px;
  }

  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    min-width: 0;
    max-width: 100%;
  }

  .manufacturing-copy {
    padding: 44px 20px 40px;
  }

  .manufacturing-copy h2,
  .supply-copy h2 {
    font-size: 34px;
  }

  .manufacturing-copy p,
  .supply-copy p {
    font-size: 15px;
  }

  .manufacturing-media {
    min-height: 320px;
  }

  .manufacturing-media figcaption {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .manufacturing-media figcaption strong {
    font-size: 22px;
  }

  .supply-proof {
    padding: 54px 0;
  }

  .supply-layout {
    padding-inline: 14px;
  }

  .supply-figure {
    min-height: 290px;
  }

  .supply-figure figcaption {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }

  .supply-figure figcaption strong {
    font-size: 20px;
  }

  .single-product-topline h1 {
    font-size: 36px;
  }

  .product-top-actions {
    display: none;
  }

  .product-top-actions,
  .hero-actions {
    gap: 9px;
  }

  .product-top-actions .btn,
  .hero-actions .btn {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .single-product-packshot {
    min-height: 310px;
  }

  .single-product-packshot img {
    width: 134px;
    height: 270px;
  }
}

/* WordPress integration: keep these styles scoped to CMS-only elements. */
.vesta-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.vesta-form-status {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--teal);
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.vesta-form-status.is-error {
  border-left-color: var(--orange);
}

.inquiry-form .privacy-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}

.inquiry-form .privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--teal);
}

.privacy-consent a,
.legal-content a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inquiry-form button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.legal-hero {
  padding: 82px 0 58px;
  background: var(--mist);
}

.legal-heading {
  max-width: 860px;
}

.legal-heading h1 {
  margin: 10px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
}

.legal-heading p {
  max-width: 720px;
  color: var(--muted);
}

.legal-section {
  padding: 64px 0 96px;
}

.legal-content {
  max-width: 820px;
  color: #2f383e;
  font-size: 17px;
  line-height: 1.75;
}

.legal-content h2 {
  margin: 42px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.legal-content ul {
  padding-left: 22px;
}

.vesta-consent {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 190;
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(247, 249, 250, 0.9);
  color: var(--ink);
  box-shadow: 0 20px 52px rgba(16, 19, 22, 0.2);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  transform: translateX(-50%);
}

.vesta-consent:focus {
  outline: 0;
}

.vesta-consent strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.vesta-consent p {
  max-width: 720px;
  margin: 8px 0 7px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.vesta-consent a {
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.vesta-consent-actions .btn {
  min-width: 118px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
}

.vesta-consent-actions .btn-fill {
  border-color: var(--gold);
  background: var(--gold);
}

.wp-article-shell {
  min-height: 58vh;
  padding: 72px 0 96px;
  background: #fff;
}

.wp-article {
  max-width: 860px;
}

.wp-article h1,
.wp-post-index h1 {
  margin: 12px 0 24px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
}

.wp-article-meta {
  color: var(--muted);
  font-size: 14px;
}

.wp-article-image {
  margin: 32px 0;
}

.wp-article-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.wp-article-content {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
}

.wp-article-content h2,
.wp-article-content h3 {
  margin-top: 1.8em;
  line-height: 1.1;
}

.wp-post-index-header {
  margin-bottom: 42px;
}

.wp-post-list {
  display: grid;
  gap: 0;
}

.wp-post-list article {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.wp-post-list h2 {
  margin: 6px 0 10px;
  font-size: clamp(26px, 3vw, 40px);
}

.wp-post-list p {
  max-width: 760px;
  color: var(--muted);
}

.wp-not-found {
  padding-top: 30px;
}

@media (max-width: 720px) {
  .wp-article-shell {
    padding: 48px 0 68px;
  }

  .wp-article-content {
    font-size: 16px;
  }

  .legal-hero {
    padding: 56px 0 40px;
  }

  .legal-section {
    padding: 42px 0 68px;
  }

  .legal-content {
    font-size: 16px;
  }

  .vesta-consent {
    bottom: calc(79px + env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    max-height: calc(100dvh - 110px - env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    overflow-y: auto;
  }

  .vesta-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vesta-consent-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .hero-heading h1 {
    font-size: 36px;
  }

  .hero .script-word {
    font-size: 38px;
  }

  .hero-mission strong {
    font-size: 23px;
  }
}

@media (max-width: 350px) {
  .hero-heading h1 {
    font-size: 33px;
  }

  .hero .script-word {
    font-size: 36px;
  }

  .hero-mission strong {
    font-size: 22px;
  }
}

@media (max-width: 330px) {
  .hero-heading h1 {
    font-size: 30px;
  }

  .hero .script-word {
    font-size: 34px;
  }

  .hero-mission strong {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .about-hero {
    min-height: 480px;
    padding: 72px 0 64px;
    background-position: 58% 54%;
  }

  .about-hero h1 {
    max-width: 680px;
    font-size: 64px;
  }

  .about-intro,
  .about-clarity {
    padding: 78px 0;
  }

	.about-intro-grid,
	.about-clarity-grid,
	.about-partners-heading,
	.about-cta-grid,
	.about-company-details-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

  .about-intro h2,
  .about-operations h2,
  .about-clarity h2,
  .about-partners h2,
  .about-cta h2 {
    max-width: 720px;
    font-size: 46px;
  }

  .about-intro-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .about-company-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 48px;
  }

  .about-company-pillar {
    padding: 26px 22px 28px;
  }

  .about-operations-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-operations-copy {
    order: -1;
    padding: 66px 32px 58px;
  }

  .about-operations-copy > p,
  .about-operations h2 {
    max-width: 720px;
  }

  .about-operations-list {
    max-width: 720px;
  }

  .about-operations-media {
    min-height: 440px;
  }

  .about-clarity-heading {
    position: static;
  }

  .about-principles {
    max-width: 760px;
  }

  .about-partners {
    padding: 82px 0 78px;
  }

  .about-partners-heading > p {
    max-width: 720px;
  }

  .about-partner-grid {
    margin-top: 44px;
  }

  .about-partner-grid a {
    padding: 26px 22px 30px;
  }

  .about-cta {
    padding: 72px 0 78px;
  }

  .about-cta-grid > div:last-child > p {
    max-width: 720px;
  }
}

@media (max-width: 599px) {
  .about-hero {
    min-height: 0;
    padding: 68px 0 58px;
    background-position: 62% 54%;
  }

  .about-hero h1 {
    margin: 12px 0 20px;
    font-size: 46px;
    line-height: 0.96;
  }

  .about-hero p {
    font-size: 17px;
    line-height: 1.58;
  }

  .about-hero .button-row,
  .about-cta .button-row {
    align-items: flex-start;
    margin-top: 26px;
  }

  .about-hero .btn,
  .about-cta .btn {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .about-intro,
  .about-clarity {
    padding: 64px 0;
  }

  .about-intro h2,
  .about-operations h2,
  .about-clarity h2,
  .about-partners h2,
  .about-cta h2 {
    font-size: 38px;
    line-height: 1;
  }

  .about-intro-copy .about-lead {
    font-size: 19px;
  }

  .about-intro-copy {
    font-size: 16px;
  }

  .about-company-pillars {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .about-company-pillar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-company-pillar:last-child {
    border-bottom: 0;
  }

  .about-company-pillar span {
    min-height: 0;
  }

  .about-company-pillar strong {
    font-size: 26px;
  }

  .about-operations-copy {
    padding: 58px 20px 50px;
  }

  .about-operations-copy > p {
    margin-top: 22px;
    font-size: 16px;
  }

  .about-operations-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-operations-media {
    min-height: 320px;
  }

  .about-principle {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0 24px;
  }

  .about-principle strong {
    font-size: 21px;
  }

  .about-principle p {
    font-size: 15px;
  }

  .about-partners {
    padding: 66px 0 62px;
    background-position: 64% 56%;
  }

  .about-partners-heading > p {
    font-size: 16px;
  }

  .about-partner-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .about-partner-grid a,
  .about-partner-grid a:last-child {
    padding: 24px 8px 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .about-partner-grid a:last-child {
    border-bottom: 0;
  }

  .about-partner-grid strong {
    margin-top: 22px;
  }

  .about-cta {
    padding: 62px 0 68px;
  }

  .about-cta-grid > div:last-child > p {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .about-hero h1 {
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .about-intro h2,
  .about-operations h2,
  .about-clarity h2,
  .about-partners h2,
  .about-cta h2 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 350px) {
  .about-hero h1 {
    font-size: 36px;
  }
}

/* Insights archive, homepage feed, and article details. */
.insights-hero {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  display: flex;
  align-items: center;
  padding: 84px 0;
  overflow: hidden;
  background: #17343b url("../brand-assets/factory/warehouse-readiness.jpg") center 48% / cover no-repeat;
  color: #fff;
}

.insights-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(4, 34, 42, 0.78);
}

.insights-hero-content {
  width: min(760px, calc(100% - 44px));
  margin-left: max(22px, calc((100% - var(--max)) / 2));
}

.insights-hero .eyebrow,
.latest-insights .eyebrow,
.related-insights .eyebrow,
.wp-article-cta .eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
}

.insights-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: 76px;
  line-height: 0.96;
}

.insights-hero-content > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #e4ebed;
  font-size: 21px;
  line-height: 1.55;
}

.insights-archive {
  padding: 84px 0 104px;
  background: #fff;
}

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

.insight-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.insight-card:hover,
.insight-card:focus-within {
  border-color: #aebbc2;
  transform: translateY(-3px);
}

.insight-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mist);
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.insight-card:hover .insight-card-media img,
.insight-card:focus-within .insight-card-media img {
  transform: scale(1.025);
}

.insight-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.insight-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-card-meta a,
.insight-card-meta span {
  color: var(--teal);
  font-weight: 900;
}

.insight-card h2,
.insight-card h3 {
  margin: 0 0 13px;
  font-size: 25px;
  line-height: 1.16;
  text-transform: none;
}

.insight-card h2 a,
.insight-card h3 a {
  overflow-wrap: anywhere;
}

.insight-card-body > p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.insight-card-link {
  width: fit-content;
  margin-top: auto;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.insight-card-link span {
  margin-left: 4px;
  font-size: 18px;
  line-height: 0;
}

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

.insight-row {
  display: grid;
  grid-template-areas: "meta content media";
  grid-template-columns: 150px minmax(0, 1fr) minmax(210px, 250px);
  gap: 32px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.insight-row-meta {
  grid-area: meta;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.insight-row-meta a,
.insight-row-meta > span {
  margin-bottom: 4px;
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.insight-row-meta time {
  color: var(--ink);
  font-weight: 700;
}

.insight-row-meta small {
  font-size: inherit;
}

.insight-row-content {
  grid-area: content;
  min-width: 0;
}

.insight-row-content h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(27px, 2.4vw, 31px);
  font-weight: 850;
  letter-spacing: -0.028em;
  line-height: 1.12;
  text-transform: none;
  text-wrap: balance;
}

.insight-row-content h2 a {
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.insight-row-content h2 a:hover,
.insight-row-content h2 a:focus-visible {
  color: var(--teal);
  text-decoration: underline;
}

.insight-row-content > p {
  max-width: 70ch;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}

.insight-row-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.insight-row-footer a {
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
}

.insight-row-footer a span {
  margin-left: 3px;
  font-size: 17px;
  line-height: 0;
}

.insight-row-media {
  grid-area: media;
  align-self: start;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--mist);
}

.insight-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.insight-row:hover .insight-row-media img,
.insight-row:focus-within .insight-row-media img {
  transform: scale(1.02);
}

.insights-empty {
  max-width: 800px;
  padding: 54px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insights-empty h2 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.05;
  text-transform: none;
}

.insights-empty > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.insights-pagination {
  margin-top: 52px;
}

.insights-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insights-pagination a,
.insights-pagination span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.insights-pagination a:hover,
.insights-pagination a:focus-visible,
.insights-pagination .current {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}

.latest-insights {
  padding: 82px 0 92px;
  background: var(--mist);
}

.latest-insights-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  margin-bottom: 40px;
}

.latest-insights-header > div {
  max-width: 760px;
}

.latest-insights-header h2 {
  margin-bottom: 16px;
  font-size: 46px;
  line-height: 1.02;
}

.latest-insights-header p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.latest-insights-header > .btn {
  margin-bottom: 4px;
  white-space: nowrap;
}

.latest-insights-empty {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #c7d2d7;
  border-bottom: 1px solid #c7d2d7;
}

.latest-insights-empty span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.latest-insights-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

body.single-post {
  scroll-padding-top: 110px;
}

body.single-post .wp-article-shell {
  padding: 0;
}

body.single-post .wp-article {
  width: 100%;
  max-width: none;
  padding-bottom: 112px;
}

.wp-article-hero,
.wp-article-featured,
.wp-article-layout {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}

.wp-article-hero {
  padding: 70px 0 46px;
}

.wp-article-hero .eyebrow {
  margin-bottom: 17px;
}

.wp-article-hero .eyebrow a {
  color: var(--teal);
}

.wp-article-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(52px, 6.3vw, 88px);
  font-weight: 850;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-transform: none;
  text-wrap: balance;
}

.wp-article-deck {
  max-width: 820px;
  margin: 30px 0 0;
  color: #3f4b52;
  font-size: 21px;
  line-height: 1.58;
}

.wp-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.wp-article-featured {
  margin-top: 12px;
  margin-bottom: 92px;
}

.wp-article-featured-image {
  height: clamp(390px, 52vw, 660px);
  overflow: hidden;
  background: var(--mist);
}

.wp-article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-article-featured figcaption {
  margin-top: 12px;
  color: #737d83;
  font-size: 11px;
  line-height: 1.5;
}

.wp-article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 820px);
  justify-content: space-between;
  gap: 74px;
  align-items: start;
}

.wp-article-main {
  min-width: 0;
}

.wp-article-rail {
  position: sticky;
  top: 116px;
}

.wp-article-rail-inner {
  max-height: calc(100vh - 142px);
  overflow-y: auto;
  padding-top: 6px;
  scrollbar-color: #b9c5ca transparent;
  scrollbar-width: thin;
}

.wp-article-position {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.wp-article-position > span {
  max-width: 80px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wp-article-position strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #97a2a7;
  font-size: 12px;
  font-weight: 750;
}

.wp-article-position b {
  color: var(--teal);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.85;
}

.wp-article-position i,
.wp-article-position em {
  font-style: normal;
}

.wp-article-rail-label {
  margin: 0 0 19px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wp-article-rail ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.wp-article-rail li {
  border-bottom: 1px solid var(--line);
}

.wp-article-rail a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #4e5960;
  font-size: 12px;
  font-weight: 690;
  line-height: 1.38;
  transition: background-color 0.15s ease, color 0.15s ease, padding 0.15s ease;
}

.wp-article-rail a:hover,
.wp-article-rail a:focus-visible {
  color: var(--teal);
}

.wp-article-rail a.is-active {
  margin: -1px -12px 0;
  padding: 13px 13px 13px 17px;
  background: var(--teal);
  color: #fff;
  font-weight: 820;
}

.wp-article-rail a.is-active::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gold);
}

.wp-article-rail a.is-active:hover,
.wp-article-rail a.is-active:focus-visible {
  color: #fff;
}

.wp-article-rail-note {
  margin-top: 30px;
  padding: 18px 0 0 17px;
  border-left: 3px solid var(--gold);
}

.wp-article-rail-note span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wp-article-rail-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.wp-article-content {
  color: #20272c;
  font-size: 17px;
  line-height: 1.82;
}

.wp-article-content > p:first-child {
  margin-top: 0;
  color: #283238;
  font-size: 21px;
  line-height: 1.62;
}

.wp-article-content p {
  margin: 0 0 23px;
}

.wp-article-content h2 {
  margin: 70px 0 24px;
  color: var(--ink);
  font-size: clamp(32px, 3.7vw, 45px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-transform: none;
  text-wrap: balance;
}

.wp-article-content h3 {
  margin: 46px 0 17px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.22;
  text-transform: none;
}

.wp-article-content ul,
.wp-article-content ol {
  margin: 0 0 28px;
  padding-left: 24px;
}

.wp-article-content li {
  margin-bottom: 9px;
  padding-left: 4px;
}

.wp-article-content a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wp-article-content img {
  height: auto;
  margin: 30px 0;
}

.wp-article-content blockquote {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid var(--gold);
  color: #344049;
  font-size: 21px;
}

.wp-article-content blockquote p:last-child {
  margin-bottom: 0;
}

.article-table-scroll {
  width: 100%;
  margin: 34px 0 42px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.article-table-scroll:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.wp-article-content table {
  width: 100%;
  min-width: 680px;
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
}

.wp-article-content th,
.wp-article-content td {
  padding: 15px 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.wp-article-content th:last-child,
.wp-article-content td:last-child {
  border-right: 0;
}

.wp-article-content tr:last-child td {
  border-bottom: 0;
}

.wp-article-content th {
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.025em;
}

.wp-article-content tbody tr:nth-child(even) {
  background: #f4f7f8;
}

.wp-article-cta {
  margin-top: 58px;
  padding: 36px 38px;
  background: var(--mist);
  border-left: 4px solid var(--gold);
}

.wp-article-cta h2 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: none;
}

.wp-article-cta > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.related-insights {
  padding: 76px 0 96px;
  background: var(--mist);
}

.related-insights-header {
  margin-bottom: 34px;
}

.related-insights-header h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.04;
}

@media (max-width: 900px) {
  .insights-hero {
    min-height: 330px;
    padding: 68px 0;
  }

  .insights-hero h1 {
    font-size: 58px;
  }

  .insights-hero-content > p:last-child {
    font-size: 19px;
  }

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

  .insight-row {
    grid-template-columns: 120px minmax(0, 1fr) 190px;
    gap: 24px;
  }

  .latest-insights-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .latest-insights-header > .btn {
    margin: 0;
  }

  .wp-article-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 46px;
  }

  .wp-article-hero h1 {
    font-size: clamp(48px, 8vw, 70px);
  }
}

@media (max-width: 760px) {
  .insight-row {
    grid-template-areas:
      "meta"
      "content"
      "media";
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0 30px;
  }

  .insight-row-meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
  }

  .insight-row-meta a,
  .insight-row-meta > span {
    margin: 0;
  }

  .insight-row-content h2 {
    max-width: 22ch;
    font-size: clamp(25px, 7vw, 31px);
  }

  .insight-row-media {
    width: min(220px, 72vw);
    aspect-ratio: 16 / 9;
  }

  .wp-article-hero,
  .wp-article-featured,
  .wp-article-layout {
    width: calc(100% - 36px);
  }

  .wp-article-hero {
    padding: 54px 0 36px;
  }

  .wp-article-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .wp-article-deck {
    margin-top: 24px;
    font-size: 18px;
  }

  .wp-article-featured {
    margin-bottom: 58px;
  }

  .wp-article-featured-image {
    height: clamp(250px, 68vw, 430px);
  }

  .wp-article-layout {
    display: block;
  }

  .wp-article-rail {
    position: static;
    margin-bottom: 48px;
  }

  .wp-article-rail-inner {
    max-height: none;
    overflow: visible;
    padding: 21px 22px 20px;
    background: #f5f8f9;
  }

  .wp-article-position {
    margin-bottom: 18px;
  }

  .wp-article-rail ol {
    columns: 2;
    column-gap: 24px;
  }

  .wp-article-rail li {
    break-inside: avoid;
  }

  .wp-article-rail a.is-active {
    margin-inline: 0;
  }

  .wp-article-rail-note {
    display: none;
  }

  .wp-article-content {
    font-size: 16px;
    line-height: 1.78;
  }

  .wp-article-content > p:first-child {
    font-size: 19px;
  }

  .wp-article-content h2 {
    margin-top: 58px;
    font-size: clamp(30px, 9vw, 39px);
  }

  .wp-article-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .insights-hero {
    min-height: 0;
    padding: 58px 0 64px;
    background-position: 58% center;
  }

  .insights-hero-content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .insights-hero h1 {
    font-size: 43px;
  }

  .insights-hero-content > p:last-child {
    font-size: 17px;
  }

  .insights-archive,
  .latest-insights,
  .related-insights {
    padding: 60px 0 68px;
  }

  .insights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .insight-card-body {
    padding: 21px;
  }

  .insights-empty {
    padding: 42px 0;
  }

  .insights-empty h2,
  .latest-insights-header h2,
  .related-insights-header h2 {
    font-size: 34px;
  }

  .latest-insights-header {
    gap: 24px;
    margin-bottom: 30px;
  }

  .latest-insights-header p:last-child {
    font-size: 16px;
  }

  .latest-insights-empty {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.single-post .wp-article {
    padding-bottom: 68px;
  }

  .insight-row-content > p {
    font-size: 15px;
  }

  .wp-article-cta {
    margin-top: 42px;
    padding: 28px 24px;
  }

  .wp-article-cta h2 {
    font-size: 29px;
  }
}

@media (max-width: 430px) {
  .wp-article-hero h1 {
    font-size: 43px;
  }

  .wp-article-meta {
    gap: 6px;
    font-size: 12px;
  }

  .wp-article-featured-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .wp-article-rail ol {
    columns: 1;
  }

  .wp-article-cta .button-row,
  .wp-article-cta .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-row-media img,
  .wp-article-rail a {
    transition-duration: 0.01ms !important;
  }
}

/* Vesta Assist */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vesta-assistant-dock {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  padding: 9px 20px;
  border-top: 1px solid #e2e6e8;
  background: #fff;
  box-shadow: 0 -6px 22px rgba(16, 19, 22, 0.07);
}

body.vesta-assistant-open .vesta-assistant-dock {
  display: none;
}

body.vesta-assistant-open .vesta-consent {
  display: none;
}

.vesta-assistant-launcher {
  position: relative;
  width: min(640px, 100%);
  min-height: 50px;
  display: grid;
  grid-template-columns: 28px auto minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: center;
  margin: 0 auto;
  padding: 5px 6px 5px 12px;
  border: 1px solid #cfd6da;
  border-radius: 6px;
  background: #f7f8f9;
  color: var(--ink);
  box-shadow: none;
  font: inherit;
  text-align: left;
  cursor: text;
}

.vesta-assistant-launcher:hover {
  border-color: #aeb8be;
  background: #f8fafb;
}

.vesta-assistant-launcher:focus-within {
  border-color: #aeb8be;
  box-shadow: 0 0 0 2px rgba(0, 72, 90, 0.07);
}

.vesta-assistant-launcher-icon {
  position: relative;
  width: 26px;
  height: 21px;
  border-radius: 5px;
  background: var(--teal);
}

.vesta-assistant-launcher-icon::after {
  position: absolute;
  left: 5px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: var(--teal);
  content: "";
  transform: skewY(-34deg);
}

.vesta-assistant-launcher-icon span,
.vesta-assistant-launcher-icon span::before,
.vesta-assistant-launcher-icon span::after {
  position: absolute;
  top: 9px;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.vesta-assistant-launcher-icon span {
  left: 13px;
}

.vesta-assistant-launcher-icon span::before {
  top: 0;
  left: -6px;
}

.vesta-assistant-launcher-icon span::after {
  top: 0;
  left: 6px;
}

.vesta-assistant-launcher-label {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: text;
}

.vesta-assistant-launcher-input-wrap {
  position: relative;
  min-width: 0;
  height: 36px;
  border-left: 1px solid var(--line);
}

.vesta-assistant-launcher-input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 36px;
  padding: 0 0 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4f5a61;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
}

.vesta-assistant-launcher-question {
  position: absolute;
  top: 50%;
  right: 0;
  left: 16px;
  color: #9a9fa3;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 140ms ease;
}

.vesta-assistant-launcher-input-wrap:focus-within .vesta-assistant-launcher-question,
.vesta-assistant-launcher.has-quick-value .vesta-assistant-launcher-question {
  opacity: 0;
}

.vesta-assistant-launcher-submit {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}

.vesta-assistant-launcher-submit:disabled {
  background: #dfe3e5;
  color: #a5aaad;
  cursor: default;
}

.vesta-assistant-panel {
  position: fixed;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 170;
  width: min(460px, calc(100% - 36px));
  display: grid;
  grid-template-rows: 70px minmax(0, 1fr) auto;
  padding: 0;
  border: 1px solid #d2d8dc;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 22px 64px rgba(16, 19, 22, 0.24);
  overflow: hidden;
}

body.logged-in .vesta-assistant-dock,
body.logged-in .vesta-assistant-panel {
  z-index: 100010;
}

body.logged-in .vesta-consent {
  z-index: 100020;
}

.vesta-assistant-header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.vesta-assistant-header strong {
  font-size: 18px;
}

.vesta-assistant-icon-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #3d454a;
  font: inherit;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

.vesta-assistant-icon-button:hover {
  background: var(--mist);
}

.vesta-assistant-conversation {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 20px 30px;
  scroll-behavior: smooth;
}

.vesta-assistant-messages {
  display: grid;
  gap: 18px;
}

.vesta-assistant-message {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.vesta-assistant-message.is-user {
  justify-content: flex-end;
}

.vesta-assistant-avatar {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 50%;
  background: var(--teal-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.vesta-assistant-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vesta-assistant-message-body {
  max-width: calc(100% - 42px);
}

.vesta-assistant-message.is-user .vesta-assistant-message-body {
  max-width: 84%;
}

.vesta-assistant-bubble {
  padding: 14px 16px;
  border-radius: 8px;
  background: #f1f3f4;
  color: #30373c;
  font-size: 15px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.vesta-assistant-message.is-user .vesta-assistant-bubble {
  background: var(--teal);
  color: #fff;
}

.vesta-assistant-message.is-warning .vesta-assistant-bubble {
  border-left: 3px solid var(--gold);
  background: #faf4e8;
}

.vesta-assistant-links {
  display: grid;
  gap: 7px;
  margin-top: 8px;
}

.vesta-assistant-links a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid #c9d2d7;
  border-radius: 6px;
  background: #fff;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.vesta-assistant-links a::after {
  color: var(--ink);
  content: "\2192";
  font-size: 17px;
}

.vesta-assistant-links a:hover {
  border-color: var(--gold);
  background: #fffaf1;
}

.vesta-assistant-suggestions {
  display: grid;
  gap: 8px;
  margin: 22px 0 0 42px;
}

.vesta-assistant-suggestions button {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid #cbd3d8;
  border-radius: 6px;
  background: #fff;
  color: #364047;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.vesta-assistant-suggestions button:hover {
  border-color: var(--teal);
  background: var(--mist);
  color: var(--teal);
}

.vesta-assistant-ended {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  margin: 26px 0 0 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.vesta-assistant-ended strong {
  color: var(--ink);
  font-size: 14px;
}

.vesta-assistant-ended button {
  grid-column: 1 / -1;
  width: fit-content;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 14px;
  border: 1px solid #aeb8be;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.vesta-assistant-ended button:hover {
  border-color: var(--teal);
  background: var(--mist);
}

.vesta-assistant-footer {
  padding: 12px 16px 16px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.vesta-assistant-footer > p {
  margin: 0 4px 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.vesta-assistant-footer > p a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vesta-assistant-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
  align-items: end;
  padding: 6px;
  border: 1px solid #aeb6bb;
  border-radius: 7px;
  background: #fff;
}

.vesta-assistant-form:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 2px rgba(0, 72, 90, 0.12);
}

.vesta-assistant-form textarea {
  width: 100%;
  min-height: 42px;
  max-height: 112px;
  padding: 10px 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  resize: none;
}

.vesta-assistant-form textarea::placeholder {
  color: #80888e;
}

.vesta-assistant-form button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: var(--teal);
  color: #fff;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.vesta-assistant-form button:disabled {
  background: #dfe3e5;
  color: #9da4a8;
  cursor: default;
}

.vesta-assistant-message.is-typing .vesta-assistant-bubble {
  display: flex;
  gap: 4px;
  min-width: 54px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
}

.vesta-assistant-message.is-typing .vesta-assistant-bubble span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #798187;
  animation: vesta-assistant-dot 1s infinite ease-in-out;
}

.vesta-assistant-message.is-typing .vesta-assistant-bubble span:nth-child(2) {
  animation-delay: 0.15s;
}

.vesta-assistant-message.is-typing .vesta-assistant-bubble span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes vesta-assistant-dot {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-4px); }
}

@media (max-width: 720px) {
  body.vesta-assistant-enabled:not(.vesta-assistant-open) {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  body.vesta-assistant-open {
    overflow: hidden;
  }

  .vesta-assistant-launcher {
    width: 100%;
    min-height: 50px;
    grid-template-columns: 28px minmax(0, 1fr) 36px;
    gap: 8px;
    padding-left: 12px;
  }

  .vesta-assistant-dock {
    padding: 8px 10px max(8px, env(safe-area-inset-bottom));
  }

  .vesta-assistant-launcher-label {
    display: none;
  }

  .vesta-assistant-launcher-input-wrap {
    border-left: 0;
  }

  .vesta-assistant-launcher-input {
    padding-left: 4px;
    font-size: 13px;
  }

  .vesta-assistant-launcher-question {
    left: 4px;
    font-size: 13px;
  }

  .vesta-assistant-panel {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    grid-template-rows: 64px minmax(0, 1fr) auto;
    border: 0;
    border-radius: 0;
  }

  .vesta-assistant-conversation {
    padding: 20px 16px 26px;
  }

  .vesta-assistant-footer {
    padding: 10px 12px max(12px, env(safe-area-inset-bottom));
  }

  .vesta-assistant-suggestions,
  .vesta-assistant-ended {
    margin-left: 42px;
  }
}

@media (max-width: 380px) {
  .vesta-assistant-launcher-input {
    font-size: 12px;
  }

  .vesta-assistant-launcher-question {
    font-size: 12px;
  }

  .vesta-assistant-message-body {
    max-width: calc(100% - 38px);
  }

  .vesta-assistant-avatar {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    padding: 5px;
  }

  .vesta-assistant-suggestions,
  .vesta-assistant-ended {
    margin-left: 38px;
  }
}

/* TDS-led product detail layer shared by WR550 and EX230. */
.wr550-overview-section {
  padding: 64px 0 46px;
}

.wr550-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

.wr550-overview-copy h2,
.wr550-section-heading h2,
.wr550-use-grid h2 {
  margin: 14px 0 18px;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.wr550-overview-copy > p {
  max-width: 680px;
  margin: 0;
  color: #3f4951;
  font-size: 17px;
  line-height: 1.68;
}

.wr550-overview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.wr550-overview-list li {
  position: relative;
  padding-left: 16px;
  color: #2e363d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.wr550-overview-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: var(--teal);
}

.wr550-evidence-ledger {
  border-top: 4px solid var(--ink);
  background: #f3f5f6;
}

.wr550-ledger-heading {
  margin: 0;
  padding: 18px 22px 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wr550-evidence-ledger > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 18px 22px;
  border-top: 1px solid #d5dadd;
}

.wr550-evidence-ledger strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.wr550-evidence-ledger span {
  color: #525d65;
  font-size: 13px;
  line-height: 1.5;
}

.wr550-substrate-note {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(190px, 0.36fr);
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wr550-substrate-note strong {
  color: var(--teal-dark);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wr550-substrate-note p {
  margin: 0;
  color: #505b63;
  font-size: 13px;
  line-height: 1.55;
}

.wr550-substrate-note a,
.wr550-tds-link {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wr550-technical-section {
  padding: 68px 0 72px;
  background: #f2f4f5;
}

.wr550-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 30px;
}

.wr550-section-heading h2 {
  margin-bottom: 0;
}

.wr550-section-heading > p {
  max-width: 480px;
  margin: 0 0 4px;
  color: #56616a;
  font-size: 14px;
  line-height: 1.6;
}

.wr550-technical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.31fr);
  gap: 34px;
  align-items: start;
}

.wr550-table-wrap {
  min-width: 0;
  overflow-x: auto;
  background: var(--paper);
  border: 1px solid #cfd5d9;
}

.wr550-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

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

.wr550-data-table th,
.wr550-data-table td {
  padding: 14px 16px;
  border-right: 1px solid #d8dde0;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}

.wr550-data-table tr > :last-child {
  border-right: 0;
}

.wr550-data-table tbody tr:last-child > * {
  border-bottom: 0;
}

.wr550-data-table thead th {
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.wr550-data-table tbody th {
  width: 26%;
  background: #f8f9f9;
  color: #252c31;
  font-weight: 850;
}

.wr550-data-table tbody td:nth-child(2) {
  width: 24%;
  color: var(--teal-dark);
  font-weight: 850;
}

.wr550-data-table tbody td:last-child {
  color: #59646c;
}

.wr550-ai-term {
  appearance: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
}

.wr550-ai-term:disabled {
  opacity: 1;
  cursor: inherit;
}

body.vesta-assistant-enabled .wr550-ai-term:not(:disabled) {
  color: #294b55;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #84969c;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.vesta-assistant-enabled .wr550-ai-term:not(:disabled)::after {
  content: "Click to check";
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: calc(100% + 8px);
  padding: 5px 7px;
  background: #303a40;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 3px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  pointer-events: none;
}

body.vesta-assistant-enabled .wr550-ai-term:not(:disabled):hover,
body.vesta-assistant-enabled .wr550-ai-term:not(:disabled):focus-visible {
  color: var(--teal-dark);
  text-decoration-color: var(--teal-dark);
}

body.vesta-assistant-enabled .wr550-ai-term:not(:disabled):hover::after,
body.vesta-assistant-enabled .wr550-ai-term:not(:disabled):focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body.vesta-assistant-enabled .wr550-ai-term:not(:disabled):focus-visible {
  outline: 1px solid #6f858d;
  outline-offset: 3px;
}

.wr550-data-note {
  margin: 0;
  padding: 15px 16px;
  border-top: 1px solid #cfd5d9;
  color: #5d6870;
  font-size: 12px;
  line-height: 1.55;
}

.wr550-supply-ledger {
  border-top: 4px solid var(--teal-dark);
  background: var(--paper);
}

.wr550-supply-ledger h3 {
  margin: 0;
  padding: 18px 20px 15px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.wr550-supply-ledger dl {
  margin: 0;
}

.wr550-supply-ledger dl > div {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.wr550-supply-ledger dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wr550-supply-ledger dd {
  margin: 0;
  color: #273037;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.wr550-color-swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.wr550-color-option {
  display: grid;
  justify-items: start;
  gap: 6px;
  min-width: 0;
  color: #273037;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.wr550-color-swatch {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
}

.wr550-color-swatch-black {
  background: #1d1d1b;
}

.wr550-color-swatch-white {
  background: #ffffff;
  border: 1px solid #c8cfd3;
}

.wr550-color-swatch-grey {
  background: #d9dde0;
}

.wr550-color-swatch-clear {
  border: 1px solid #8b969c;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #e5e8ea 25%, transparent 25%, transparent 75%, #e5e8ea 75%), linear-gradient(45deg, #e5e8ea 25%, transparent 25%, transparent 75%, #e5e8ea 75%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}

.wr550-custom-color {
  display: block;
  margin-top: 12px;
  color: #5d6870;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.wr550-custom-color a {
  color: var(--teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wr550-custom-color a:hover,
.wr550-custom-color a:focus-visible {
  color: #123e4a;
  text-decoration-thickness: 2px;
}

.wr550-use-section {
  padding: 70px 0 64px;
  background: var(--paper);
}

.wr550-use-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(44px, 6vw, 80px);
  align-items: start;
}

.wr550-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: wr550-step;
}

.wr550-steps li {
  display: grid;
  grid-template-columns: 38px minmax(155px, 0.36fr) minmax(0, 0.64fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  counter-increment: wr550-step;
}

.wr550-steps li::before {
  content: counter(wr550-step, decimal-leading-zero);
  color: var(--teal);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.04em;
}

.wr550-steps strong {
  color: #252c31;
  font-size: 14px;
  line-height: 1.45;
}

.wr550-steps span {
  color: #59636b;
  font-size: 13px;
  line-height: 1.55;
}

.wr550-limitations {
  padding: 30px 30px 32px;
  border-left: 4px solid var(--ink);
  background: #f2f4f5;
}

.wr550-limitations h2 {
  margin-top: 12px;
  font-size: clamp(27px, 2.5vw, 36px);
}

.wr550-limitations ul {
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.wr550-limitations li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-top: 1px solid #d4d9dc;
  color: #465159;
  font-size: 13px;
  line-height: 1.5;
}

.wr550-limitations li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4em;
  width: 7px;
  height: 2px;
  background: var(--ink);
}

@media (max-width: 900px) {
  .wr550-overview-grid,
  .wr550-section-heading,
  .wr550-technical-grid,
  .wr550-use-grid {
    grid-template-columns: 1fr;
  }

  .wr550-section-heading,
  .wr550-technical-grid {
    gap: 26px;
  }

  .wr550-substrate-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wr550-substrate-note a {
    max-width: 420px;
  }

  .wr550-supply-ledger {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .wr550-supply-ledger h3 {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .wr550-supply-ledger dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wr550-overview-section,
  .wr550-technical-section,
  .wr550-use-section {
    padding: 46px 0;
  }

  .wr550-overview-grid {
    gap: 34px;
  }

  .wr550-overview-list {
    grid-template-columns: 1fr;
  }

  .wr550-evidence-ledger > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .wr550-table-wrap {
    overflow: visible;
  }

  .wr550-data-table {
    display: block;
    min-width: 0;
  }

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

  .wr550-data-table tbody {
    display: block;
  }

  .wr550-data-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wr550-data-table tbody th,
  .wr550-data-table tbody td {
    display: block;
    width: auto;
  }

  .wr550-data-table tbody th,
  .wr550-data-table tbody td:nth-child(2) {
    border-bottom: 0;
    border-right: 0;
    background: #f8f9f9;
  }

  .wr550-data-table tbody th {
    padding-bottom: 4px;
  }

  .wr550-data-table tbody td:nth-child(2) {
    grid-column: 1 / -1;
    width: auto;
    padding-top: 0;
    padding-bottom: 14px;
  }

  .wr550-data-table tbody td:last-child {
    grid-column: 1 / -1;
    padding-top: 10px;
    background: #fff;
  }

  .wr550-data-table tbody td:last-child::before {
    content: "Basis / condition";
    display: block;
    margin-bottom: 4px;
    color: #7a848b;
    font-size: 9px;
    font-weight: 1000;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .wr550-supply-ledger {
    display: block;
  }

  .wr550-supply-ledger h3 {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .wr550-supply-ledger dl {
    display: block;
  }

  .wr550-steps li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px 12px;
  }

  .wr550-steps span {
    grid-column: 2;
  }

  .wr550-limitations {
    padding: 26px 22px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vesta-assistant-conversation {
    scroll-behavior: auto;
  }

  .vesta-assistant-message.is-typing .vesta-assistant-bubble span {
    animation: none;
  }
}

/* OEM & Private Label: restrained industrial authority with evidence-led hierarchy. */
.oem-page {
  --oem-rule: #cfd8dc;
  --oem-soft: #f4f7f8;
}

.oem-page *,
.oem-page h1,
.oem-page h2,
.oem-page h3,
.oem-page .eyebrow {
  letter-spacing: 0;
}

.oem-page h2,
.oem-page h3,
.oem-page p,
.oem-page figure {
  margin-top: 0;
}

.oem-page .btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 3px;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.oem-page .btn:hover,
.oem-page .btn:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.oem-page .btn-fill {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
}

.oem-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  padding: 0;
  overflow: hidden;
  background: var(--teal-dark);
  color: #fff;
  isolation: isolate;
}

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

.oem-hero-media {
  z-index: -2;
  object-position: center 56%;
}

.oem-hero-shade {
  z-index: -1;
  background: rgba(7, 18, 21, 0.76);
}

.oem-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 910px;
  padding: 92px 0 164px;
}

.oem-hero .eyebrow,
.oem-process .eyebrow,
.oem-inquiry-section .eyebrow {
  color: var(--gold);
}

.oem-hero h1 {
  max-width: 880px;
  margin: 10px 0 24px;
  color: #fff;
  font-size: 68px;
  line-height: 0.98;
  text-wrap: balance;
}

.oem-hero .hero-copy {
  max-width: 720px;
  margin: 0;
  color: #e3ecee;
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}

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

.oem-hero-actions .btn:not(.btn-fill) {
  border-color: #fff;
  color: #fff;
}

.oem-trust-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.oem-trust-strip span {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.oem-trust-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-section {
  padding: 96px 0;
}

.oem-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 50px;
}

.oem-section-heading h2,
.oem-customization h2,
.oem-commercial h2,
.oem-inquiry-aside h2 {
  max-width: 760px;
  margin: 9px 0 0;
  font-size: 46px;
  line-height: 1.02;
  text-wrap: balance;
}

.oem-section-heading > p,
.oem-lead,
.oem-inquiry-aside > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  text-wrap: pretty;
}

.oem-product-routes {
  scroll-margin-top: 110px;
}

.oem-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--oem-rule);
  border-bottom: 1px solid var(--oem-rule);
}

.oem-product-route {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 24px 32px;
}

.oem-product-route + .oem-product-route {
  border-left: 1px solid var(--oem-rule);
}

.oem-product-visual {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 24px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--oem-rule);
  background: #fff;
}

.oem-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.16s ease;
}

.oem-product-visual:hover img,
.oem-product-visual:focus-visible img {
  transform: translateY(-4px);
}

.oem-route-label {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.4;
  text-transform: uppercase;
}

.oem-product-route h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.08;
}

.oem-product-route h3 a:hover,
.oem-product-route h3 a:focus-visible {
  color: var(--teal);
}

.oem-product-route > p:not(.oem-route-label) {
  flex: 1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.oem-product-route .structured-text-link {
  margin-top: 24px;
  font-size: 13px;
}

.oem-inline-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 30px;
  color: var(--teal);
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.oem-route-scale {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 44px;
  align-items: stretch;
  margin-top: 46px;
  padding-top: 46px;
  border-top: 1px solid var(--oem-rule);
}

.oem-route-scale-copy {
  align-self: center;
}

.oem-route-scale-copy h3 {
  max-width: 540px;
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

.oem-route-scale-copy dl {
  margin: 30px 0 0;
  border-top: 1px solid var(--oem-rule);
}

.oem-route-scale-copy dl div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--oem-rule);
}

.oem-route-scale-copy dt {
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.45;
  text-transform: uppercase;
}

.oem-route-scale-copy dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.oem-route-scale-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.oem-route-scale-media figure {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  margin: 0;
}

.oem-route-scale-media img {
  aspect-ratio: 4 / 3;
  border-radius: 6px 6px 0 0;
}

.oem-route-scale-media figcaption {
  display: grid;
  gap: 5px;
  padding: 16px 18px 18px;
  background: var(--ink);
}

.oem-route-scale-media figcaption span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-route-scale-media figcaption strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.oem-customization {
  background: var(--mist);
}

.oem-configuration-intro {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(340px, 0.92fr);
  gap: 76px;
  align-items: center;
}

.oem-configuration-media {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 16px;
  align-items: end;
}

.oem-configuration-media .oem-editorial-media {
  min-width: 0;
  margin: 0;
}

.oem-configuration-media .oem-editorial-media > img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-position: center;
}

.oem-configuration-media .oem-editorial-media:nth-child(2) > img {
  aspect-ratio: 3 / 4;
}

.oem-configuration-media .oem-editorial-media figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 0 0;
  border-bottom: 1px solid var(--oem-rule);
}

.oem-configuration-media .oem-editorial-media figcaption span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-configuration-media .oem-editorial-media figcaption strong {
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1.45;
}

.oem-configuration-copy h2 {
  margin-bottom: 24px;
}

.oem-configuration-copy .oem-lead {
  margin-bottom: 0;
}

.oem-scope-note {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  margin: 30px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--oem-rule);
  border-bottom: 1px solid var(--oem-rule);
}

.oem-scope-note strong {
  color: var(--orange);
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.oem-scope-note span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.oem-configuration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid var(--oem-rule);
  border-bottom: 1px solid var(--oem-rule);
}

.oem-configuration-lane {
  min-width: 0;
  padding: 28px 30px 30px;
}

.oem-configuration-lane + .oem-configuration-lane {
  border-left: 1px solid var(--oem-rule);
}

.oem-config-label {
  margin: 0 0 26px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.4;
  text-transform: uppercase;
}

.oem-configuration-lane h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.oem-configuration-lane ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.oem-configuration-lane li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.oem-configuration-lane li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--teal);
  content: "";
}

.oem-configuration-lane dl {
  margin: 0;
  border-top: 1px solid var(--oem-rule);
}

.oem-configuration-lane dl div {
  padding: 16px 0;
  border-bottom: 1px solid var(--oem-rule);
}

.oem-configuration-lane dt {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-configuration-lane dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.oem-process {
  padding: 88px 0 94px;
  background: var(--ink);
  color: #fff;
}

.oem-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.oem-process-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.oem-process-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.oem-process-heading p:last-child {
  margin: 0;
  color: #bcc9cd;
  font-size: 15px;
  line-height: 1.7;
}

.oem-workflow {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  list-style: none;
}

.oem-workflow-row {
  display: grid;
  grid-template-columns: 48px minmax(250px, 0.82fr) minmax(230px, 0.78fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
  min-width: 0;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-workflow-number {
  align-self: start;
  padding-top: 3px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
}

.oem-workflow-visual {
  min-width: 0;
}

.oem-workflow-visual figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #182529;
}

.oem-workflow-visual figure > img {
  aspect-ratio: 16 / 10;
}

.oem-workflow-visual figure > figcaption {
  display: grid;
  gap: 4px;
  padding: 12px 14px 14px;
  background: #132126;
}

.oem-workflow-visual figure > figcaption:not(:has(strong)) {
  color: #aebdc1;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.oem-workflow-visual figcaption span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-workflow-visual figcaption strong {
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
}

.oem-workflow-artifact {
  min-height: 210px;
  padding: 22px;
  border-radius: 6px;
  background: #f2f6f6;
  color: var(--ink);
}

.oem-workflow-artifact > p {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-brief-artifact dl {
  margin: 0;
  border-top: 1px solid #cbd6d8;
}

.oem-brief-artifact dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #cbd6d8;
}

.oem-brief-artifact dt,
.oem-brief-artifact dd {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.oem-brief-artifact dt {
  font-weight: 1000;
}

.oem-brief-artifact dd {
  color: #5b686d;
}

.oem-route-artifact > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.oem-route-artifact span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid #c5d1d3;
  color: var(--ink);
  font-size: 11px;
  font-weight: 1000;
}

.oem-route-artifact strong,
.oem-spec-artifact strong {
  display: block;
  margin-top: 18px;
  color: var(--teal);
  font-size: 10px;
  line-height: 1.5;
}

.oem-spec-artifact ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oem-spec-artifact li {
  padding: 9px;
  border-left: 3px solid var(--orange);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
}

.oem-workflow-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.oem-workflow-photo-pair figure > img {
  aspect-ratio: 1 / 1;
}

.oem-workflow-action > p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-workflow-action h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.oem-workflow-action > span {
  display: block;
  margin: 0;
  color: #b9c5c9;
  font-size: 13px;
  line-height: 1.65;
}

.oem-workflow-handoff {
  margin: 0;
}

.oem-workflow-handoff div {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.oem-workflow-handoff div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.oem-workflow-handoff dt {
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-workflow-handoff dd {
  margin: 0;
  color: #c4cfd2;
  font-size: 11px;
  line-height: 1.55;
}

.oem-quality {
  background: #fff;
}

.oem-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.oem-quality-item {
  min-width: 0;
  border-bottom: 1px solid var(--oem-rule);
}

.oem-quality-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: var(--oem-soft);
}

.oem-quality-image img {
  object-position: center;
}

.oem-quality-item figcaption {
  min-height: 185px;
  padding: 22px 0 26px;
}

.oem-quality-item h3 {
  margin-bottom: 11px;
  font-size: 21px;
}

.oem-quality-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.oem-document-evidence {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 52px;
  margin-top: 58px;
  padding: 42px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
}

.oem-document-evidence-heading h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
}

.oem-document-evidence-heading > p:last-child {
  margin: 0;
  color: #b9c5c9;
  font-size: 13px;
  line-height: 1.65;
}

.oem-document-evidence-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.oem-document-evidence-links > * {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 7px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.oem-document-evidence-links > a:hover,
.oem-document-evidence-links > a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.oem-document-evidence-links span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 1000;
  text-transform: uppercase;
}

.oem-document-evidence-links strong {
  font-size: 14px;
  line-height: 1.4;
}

.oem-document-evidence-links small {
  color: #aebcc0;
  font-size: 10px;
  line-height: 1.45;
}

.oem-evidence-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--oem-rule);
}

.oem-evidence-chain > div {
  position: relative;
  display: grid;
  min-height: 146px;
  align-content: start;
  gap: 6px;
  padding: 22px 24px 26px;
}

.oem-evidence-chain > div + div {
  border-left: 1px solid var(--oem-rule);
}

.oem-evidence-chain > div:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 19px;
  right: -8px;
  z-index: 1;
  width: 16px;
  background: #fff;
  color: var(--orange);
  font-size: 19px;
  font-weight: 1000;
  text-align: center;
}

.oem-evidence-chain span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 1000;
}

.oem-evidence-chain strong {
  font-size: 18px;
}

.oem-evidence-chain small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.oem-quality-boundary {
  max-width: 930px;
  margin: 28px 0 0;
  padding: 3px 0 3px 18px;
  border-left: 4px solid var(--orange);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.oem-commercial {
  background: var(--mist);
}

.oem-commercial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  gap: 86px;
  align-items: start;
}

.oem-commercial .oem-lead {
  max-width: 700px;
  margin-top: 24px;
}

.oem-brief-checklist {
  padding: 32px;
  border: 1px solid var(--oem-rule);
  border-radius: 6px;
  background: #fff;
}

.oem-brief-checklist h3 {
  margin: 8px 0 22px;
  font-size: 25px;
  line-height: 1.15;
}

.oem-brief-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oem-brief-checklist li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-top: 1px solid var(--oem-rule);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.oem-brief-checklist li::before {
  content: "";
  position: absolute;
  top: 1.45em;
  left: 0;
  width: 8px;
  height: 3px;
  background: var(--orange);
}

.oem-page .structured-faq {
  padding: 96px 0;
  background: #fff;
}

.oem-page .structured-faq h2 {
  margin: 8px 0 34px;
  font-size: 46px;
  letter-spacing: 0;
}

.oem-page .structured-faq .accordion {
  max-width: none;
}

.oem-page .structured-faq .accordion details {
  padding: 0;
}

.oem-page .structured-faq .accordion summary {
  padding: 22px 48px 22px 0;
  font-size: 17px;
  line-height: 1.45;
}

.oem-page .structured-faq .accordion p {
  padding: 0 48px 23px 0;
}

.oem-inquiry-section {
  padding: 96px 0 112px;
  background: var(--teal-dark);
  color: #fff;
}

.oem-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 72px;
  align-items: start;
}

.oem-inquiry-form {
  scroll-margin-top: 112px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #f6f8f8;
  color: var(--ink);
}

.oem-form-heading {
  margin-bottom: 6px;
}

.oem-form-heading h2 {
  margin: 8px 0 14px;
  font-size: 38px;
  line-height: 1.05;
}

.oem-form-heading > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  text-transform: none;
}

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

.oem-form-grid label {
  min-width: 0;
}

.oem-form-wide {
  grid-column: 1 / -1;
}

.oem-inquiry-form input,
.oem-inquiry-form select,
.oem-inquiry-form textarea {
  min-height: 48px;
  border-radius: 4px;
}

.oem-inquiry-form textarea {
  min-height: 154px;
}

.oem-form-file-note {
  margin: -2px 0 0;
  padding-top: 15px;
  border-top: 1px solid var(--oem-rule);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.oem-inquiry-form .btn {
  min-width: 188px;
}

.oem-inquiry-aside {
  padding-top: 30px;
}

.oem-inquiry-aside h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 38px;
}

.oem-inquiry-aside > p {
  color: #cbd7da;
}

.oem-inquiry-aside > .btn {
  margin-top: 26px;
  border-color: #fff;
  color: #fff;
}

.oem-support-links {
  display: grid;
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.oem-support-links a {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.oem-support-links a:hover,
.oem-support-links a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1100px) {
  .oem-hero h1 {
    font-size: 58px;
  }

  .oem-section-heading {
    gap: 48px;
  }

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

  .oem-product-route:nth-child(3) {
    border-left: 0;
  }

  .oem-product-route:nth-child(n + 3) {
    border-top: 1px solid var(--oem-rule);
  }

  .oem-route-scale {
    grid-template-columns: 1fr;
  }

  .oem-configuration-intro {
    gap: 44px;
  }

  .oem-workflow-row {
    grid-template-columns: 42px minmax(240px, 0.72fr) minmax(0, 1fr);
    align-items: start;
  }

  .oem-workflow-number,
  .oem-workflow-visual {
    grid-row: 1 / span 2;
  }

  .oem-workflow-action,
  .oem-workflow-handoff {
    grid-column: 3;
  }

  .oem-inquiry-layout {
    gap: 46px;
  }
}

@media (max-width: 900px) {
  .oem-hero {
    min-height: 620px;
  }

  .oem-hero-content {
    padding-top: 74px;
  }

  .oem-hero h1 {
    font-size: 48px;
  }

  .oem-trust-strip span {
    min-height: 80px;
    padding: 16px;
    font-size: 11px;
  }

  .oem-section {
    padding: 76px 0;
  }

  .oem-section-heading,
  .oem-configuration-intro,
  .oem-commercial-grid,
  .oem-inquiry-layout,
  .oem-process-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .oem-section-heading {
    align-items: start;
    margin-bottom: 38px;
  }

  .oem-configuration-intro {
    align-items: start;
  }

  .oem-configuration-grid {
    grid-template-columns: 1fr;
  }

  .oem-configuration-lane {
    display: grid;
    grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
    gap: 0 30px;
  }

  .oem-configuration-lane + .oem-configuration-lane {
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem-configuration-lane .oem-config-label,
  .oem-configuration-lane h3,
  .oem-configuration-lane ul {
    grid-column: 1;
  }

  .oem-configuration-lane dl {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .oem-document-evidence {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .oem-process-heading .eyebrow {
    grid-column: auto;
    margin-bottom: -18px;
  }

  .oem-quality-grid {
    grid-template-columns: 1fr;
  }

  .oem-quality-item {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    padding-bottom: 28px;
  }

  .oem-quality-item figcaption {
    min-height: 0;
    padding: 0;
  }

  .oem-inquiry-aside {
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .oem-hero {
    min-height: 690px;
  }

  .oem-hero-media {
    object-position: 60% center;
  }

  .oem-hero-content {
    justify-content: flex-start;
    padding: 46px 0 180px;
  }

  .oem-hero h1 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 1.02;
  }

  .oem-hero .hero-copy {
    font-size: 15px;
  }

  .oem-hero-actions {
    display: grid;
    width: 100%;
    max-width: 360px;
  }

  .oem-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oem-trust-strip span {
    min-height: 72px;
    padding: 13px 12px;
  }

  .oem-trust-strip span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .oem-trust-strip span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .oem-section {
    padding: 60px 0;
  }

  .oem-section-heading h2,
  .oem-customization h2,
  .oem-commercial h2,
  .oem-page .structured-faq h2 {
    font-size: 34px;
  }

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

  .oem-product-route {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    column-gap: 20px;
    padding: 24px 0;
  }

  .oem-product-route + .oem-product-route,
  .oem-product-route:nth-child(3) {
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem-product-visual {
    grid-column: 1;
    grid-row: 1 / span 5;
    margin: 0;
  }

  .oem-route-label,
  .oem-product-route h3,
  .oem-product-route > p:not(.oem-route-label),
  .oem-product-route .structured-text-link {
    grid-column: 2;
  }

  .oem-product-route h3 {
    font-size: 20px;
  }

  .oem-product-route .structured-text-link {
    margin-top: 14px;
  }

  .oem-route-scale {
    gap: 30px;
    margin-top: 34px;
    padding-top: 34px;
  }

  .oem-route-scale-media {
    grid-template-columns: 1fr;
  }

  .oem-configuration-media {
    grid-template-columns: 1fr;
  }

  .oem-configuration-media .oem-editorial-media:nth-child(2) > img {
    aspect-ratio: 16 / 10;
  }

  .oem-configuration-grid {
    margin-top: 44px;
  }

  .oem-configuration-lane {
    display: block;
    padding: 26px 0;
  }

  .oem-process {
    padding: 62px 0 68px;
  }

  .oem-process-heading h2 {
    font-size: 36px;
  }

  .oem-workflow-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0;
  }

  .oem-workflow-number {
    grid-column: 1;
    grid-row: 1;
  }

  .oem-workflow-action {
    grid-column: 2;
    grid-row: 1;
  }

  .oem-workflow-visual {
    grid-column: 2;
    grid-row: 2;
  }

  .oem-workflow-handoff {
    grid-column: 2;
    grid-row: 3;
  }

  .oem-workflow-artifact {
    min-height: 0;
  }

  .oem-workflow-photo-pair {
    grid-template-columns: 1fr;
  }

  .oem-workflow-photo-pair figure > img {
    aspect-ratio: 16 / 10;
  }

  .oem-document-evidence {
    margin-top: 42px;
    padding: 28px 22px;
  }

  .oem-document-evidence-links {
    grid-template-columns: 1fr;
  }

  .oem-quality-item {
    display: block;
  }

  .oem-quality-item figcaption {
    padding-top: 20px;
  }

  .oem-evidence-chain {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .oem-evidence-chain > div {
    min-height: 0;
    padding: 17px 0;
  }

  .oem-evidence-chain > div + div {
    border-top: 1px solid var(--oem-rule);
    border-left: 0;
  }

  .oem-evidence-chain > div:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 0;
    bottom: -11px;
  }

  .oem-commercial-grid {
    gap: 40px;
  }

  .oem-brief-checklist {
    padding: 26px 22px;
  }

  .oem-page .structured-faq {
    padding: 60px 0;
  }

  .oem-page .structured-faq .accordion summary {
    padding-right: 30px;
    font-size: 15px;
  }

  .oem-page .structured-faq .accordion p {
    padding-right: 8px;
  }

  .oem-inquiry-section {
    padding: 60px 0 140px;
  }

  .oem-inquiry-form {
    padding: 28px 22px;
  }

  .oem-form-heading h2,
  .oem-inquiry-aside h2 {
    font-size: 32px;
  }

  .oem-form-grid {
    grid-template-columns: 1fr;
  }

  .oem-form-wide {
    grid-column: auto;
  }

  .oem-inquiry-form .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .oem-hero h1 {
    font-size: 36px;
  }

  .oem-product-route {
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oem-product-visual img {
    transition: none;
  }
}
