:root {
  --navy: #00183f;
  --navy-deep: #00122f;
  --navy-soft: #06265c;
  --blue: #0648c7;
  --yellow: #f8b918;
  --ink: #111827;
  --muted: #5b6678;
  --line: #d8e0eb;
  --panel: #f4f7fb;
  --white: #ffffff;
  --green: #0f766e;
  --shadow: 0 20px 60px rgba(0, 18, 48, 0.14);
  --radius: 8px;
  --container: 1180px;
}

/* product-catalog-navigation-20260711 */
.selection-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.selection-path-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  border: 1px solid #d9e0e9;
  border-radius: 18px;
  background: #fff;
  color: #152033;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(8, 31, 65, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.selection-path-card:hover {
  transform: translateY(-4px);
  border-color: #f2b600;
  box-shadow: 0 18px 40px rgba(8, 31, 65, 0.11);
}

.selection-path-number {
  display: block;
  margin-bottom: 42px;
  color: #d7a000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.selection-path-card h3 {
  margin: 8px 0 14px;
  font-size: 24px;
}

.selection-path-card > p:not(.section-kicker) {
  min-height: 74px;
  margin: 0 0 20px;
  color: #5b6678;
  line-height: 1.72;
}

.quick-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quick-guide-card {
  display: grid;
  min-height: 190px;
  padding: 26px;
  border: 1px solid #dce3ec;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f7f9fc 100%);
  color: #14213a;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.quick-guide-card:hover {
  transform: translateY(-3px);
  border-color: #e7ae00;
}

.quick-guide-card span {
  color: #9a6e00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.quick-guide-card strong {
  margin: 20px 0 10px;
  font-size: 21px;
  line-height: 1.35;
}

.quick-guide-card small {
  color: #687386;
  font-size: 14px;
  line-height: 1.55;
}

.catalog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.catalog-section-head > div {
  max-width: 820px;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.catalog-filter-panel {
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 30, 62, 0.06);
}

.catalog-filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid #e5eaf0;
  color: #0e1e39;
  font-size: 18px;
}

.catalog-filter-panel-head button {
  display: none;
  border: 0;
  background: transparent;
  color: #15223a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.catalog-filter-group {
  margin: 0;
  padding: 21px 22px;
  border: 0;
  border-bottom: 1px solid #edf0f4;
}

.catalog-filter-group legend {
  width: 100%;
  margin-bottom: 13px;
  color: #12213b;
  font-size: 15px;
  font-weight: 800;
}

.catalog-filter-options {
  display: grid;
  gap: 9px;
}

.catalog-filter-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #4e5b6f;
  font-size: 14px;
  cursor: pointer;
}

.catalog-filter-option input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #d9a300;
}

.catalog-filter-count {
  color: #8c96a6;
  font-size: 12px;
}

.catalog-filter-panel-actions {
  display: flex;
  gap: 10px;
  padding: 18px 22px 22px;
}

.catalog-filter-panel-actions [data-catalog-filter-apply] {
  display: none;
}

.catalog-filter-panel-actions .btn {
  width: 100%;
  min-width: 0;
}

.catalog-filter-toggle {
  display: none;
  flex: 0 0 auto;
}

.catalog-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  margin-bottom: 14px;
}

.catalog-result-head strong {
  color: #0c1d39;
  font-size: 20px;
}

.catalog-result-head p {
  margin: 7px 0 0;
  color: #697588;
  font-size: 14px;
  line-height: 1.55;
}

.catalog-clear-link {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #846100;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.catalog-clear-link:disabled {
  opacity: 0.4;
  cursor: default;
}

.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 14px;
}

.catalog-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #e6c34f;
  border-radius: 999px;
  background: #fff8d8;
  color: #624900;
  font-size: 13px;
  cursor: pointer;
}

.catalog-chip::after {
  content: "×";
  font-size: 16px;
  line-height: 1;
}

.catalog-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-result-card,
.catalog-result-fallback {
  overflow: hidden;
  border: 1px solid #dbe2eb;
  border-radius: 14px;
  background: #fff;
  color: #13213a;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(10, 31, 63, 0.05);
}

.catalog-result-fallback {
  display: flex;
  min-height: 150px;
  padding: 24px;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 800;
}

.catalog-result-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9edf3;
}

.catalog-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.catalog-result-card:hover .catalog-result-media img {
  transform: scale(1.035);
}

.catalog-result-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 22px;
  place-content: center;
  background: linear-gradient(145deg, #071c3f, #174a87);
  color: #fff;
  text-align: center;
}

.catalog-result-placeholder strong {
  font-size: 18px;
  line-height: 1.4;
}

.catalog-result-placeholder small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.catalog-result-body {
  padding: 20px;
}

.catalog-result-layer {
  margin: 0 0 8px;
  color: #9a6e00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.catalog-result-body h3 {
  margin: 0 0 11px;
  font-size: 19px;
  line-height: 1.4;
}

.catalog-result-body > p:not(.catalog-result-layer) {
  min-height: 68px;
  margin: 0 0 16px;
  color: #667286;
  font-size: 14px;
  line-height: 1.62;
}

.catalog-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.catalog-result-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0f3f7;
  color: #536075;
  font-size: 12px;
}

.catalog-card-link {
  color: #765800;
  font-size: 14px;
  font-weight: 800;
}

.catalog-empty-state {
  grid-column: 1 / -1;
  padding: 50px 28px;
  border: 1px dashed #bdc7d3;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.catalog-empty-state h3 {
  margin: 0 0 10px;
  color: #14213a;
}

.catalog-empty-state p,
.catalog-status,
.catalog-loading {
  color: #697588;
  line-height: 1.6;
}

.catalog-status {
  min-height: 24px;
  margin: 14px 0 0;
  font-size: 13px;
}

@media (max-width: 1020px) {
  .selection-path-grid,
  .quick-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-shell {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 20px;
  }

  .catalog-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .selection-path-grid,
  .quick-guide-grid,
  .catalog-result-grid {
    grid-template-columns: 1fr;
  }

  .selection-path-card {
    min-height: 0;
    padding: 25px;
  }

  .selection-path-number {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .selection-path-card > p:not(.section-kicker) {
    min-height: 0;
  }

  .quick-guide-card {
    min-height: 164px;
  }

  .catalog-section-head {
    display: block;
  }

  .catalog-filter-toggle {
    display: inline-flex;
    width: 100%;
    margin-top: 18px;
  }

  .catalog-shell {
    display: block;
  }

  .catalog-filter-panel {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: none;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    padding-bottom: 92px;
    box-shadow: none;
  }

  .catalog-filter-panel.is-open {
    display: block;
  }

  body.catalog-filter-open {
    overflow: hidden;
  }

  .catalog-filter-panel-head {
    position: sticky;
    z-index: 2;
    top: 0;
    background: #fff;
  }

  .catalog-filter-panel-head button {
    display: block;
  }

  .catalog-filter-panel-actions {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13px 14px calc(13px + env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 0 -8px 24px rgba(8, 29, 60, 0.12);
  }

  .catalog-filter-panel-actions [data-catalog-filter-apply] {
    display: inline-flex;
  }

  .catalog-result-head {
    min-height: 0;
  }

  .catalog-result-head .catalog-clear-link {
    display: none;
  }

  .catalog-result-body > p:not(.catalog-result-layer) {
    min-height: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 24, 63, 0.97);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: min(100% - 40px, var(--container));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  min-width: 178px;
}

.brand-mark {
  width: 42px;
  height: 34px;
  border: 2px solid var(--yellow);
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(248, 185, 24, 0.16), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brand-mark span {
  width: 18px;
  height: 14px;
  display: block;
  border-left: 4px solid var(--yellow);
  border-right: 4px solid var(--yellow);
  position: relative;
}

.brand-mark span::before {
  position: absolute;
  left: -4px;
  right: -4px;
  top: 5px;
  height: 4px;
  background: var(--yellow);
  content: "";
}

.site-header .brand-mark {
  width: 48px;
  height: 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .brand-mark span {
  width: 48px;
  height: 42px;
  display: block;
  border: 0;
  background: url("/assets/brand/standard-logo/hohank-mark-white-transparent.png") center / contain no-repeat;
}

.site-header .brand-mark span::before {
  display: none;
}

.brand-copy strong,
.brand-text strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand-copy small,
.brand-text span {
  display: block;
  margin-top: 1px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.brand-text em {
  color: var(--yellow);
  font-style: normal;
}

.main-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}

.main-nav a {
  flex: 0 0 auto;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  border-color: var(--yellow);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: var(--radius);
  font-weight: 700;
}

.brand-proof-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.brand-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
}

.brand-proof-item {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 132px;
  padding: 24px;
  background: var(--white);
}

.brand-proof-item strong {
  display: block;
  color: var(--blue);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.brand-proof-item span {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.brand-proof-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hohank-mission-section {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.96)),
    var(--white);
}

.hohank-mission-grid,
.brand-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 44px;
  align-items: start;
}

.mission-statement {
  max-width: 760px;
  margin: 24px 0 0;
  padding: 22px 26px;
  color: rgba(255, 255, 255, 0.9);
  background: var(--navy);
  border-left: 6px solid var(--yellow);
  border-radius: var(--radius);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.55;
}

.brand-lead-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-lead-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 22px;
}

.brand-lead-panel p {
  margin: 0;
  color: var(--muted);
}

.mission-leadership-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(4, 28, 64, 0.08);
}

.mission-leadership-item {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: var(--white);
}

.mission-leadership-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-size: 18px;
}

.mission-leadership-item p {
  margin: 0;
  color: var(--muted);
}

.brand-role-grid,
.supplier-brand-grid,
.brand-process-grid,
.brand-advantage-list {
  display: grid;
  gap: 18px;
}

.brand-role-grid,
.supplier-brand-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-role-grid.is-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-role-card,
.supplier-brand-card,
.brand-process-step,
.brand-advantage-item {
  min-width: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.07);
}

.brand-role-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 360px;
}

.brand-role-card.is-primary {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 24, 63, 0.98), rgba(3, 27, 62, 0.96)),
    var(--navy);
  border-color: rgba(248, 185, 24, 0.72);
}

.brand-role-card.is-primary .section-kicker {
  color: var(--yellow);
}

.brand-role-card.is-primary h3 {
  color: var(--white);
}

.brand-role-card.is-primary p,
.brand-role-card.is-primary .scenario-products span {
  color: rgba(255, 255, 255, 0.78);
}

.brand-role-card.is-primary .scenario-products span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.brand-role-card h3,
.supplier-brand-card h3,
.brand-process-step h3,
.brand-advantage-item h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
}

.supplier-brand-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.supplier-brand-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  font-weight: 900;
}

.supplier-brand-card.is-yuchai .supplier-brand-mark {
  background: #c8102e;
}

.supplier-brand-card.is-weichai .supplier-brand-mark {
  background: #0a5d73;
}

.supplier-brand-card.is-cummins .supplier-brand-mark {
  background: #da291c;
}

.supplier-brand-latin {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.supplier-brand-head span:not(.supplier-brand-mark) {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.supplier-brand-media {
  overflow: hidden;
  margin: 0 0 16px;
  background: #f3f6fb;
  border-radius: var(--radius);
  aspect-ratio: 16 / 10;
}

.supplier-brand-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-image-stack {
  position: relative;
  display: grid;
  gap: 14px;
}

.media-panel {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-panel img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.brand-caption {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-caption strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
}

.brand-caption p {
  margin: 0;
  color: var(--muted);
}

.brand-caption.is-hohank {
  color: var(--white);
  background: var(--navy);
}

.brand-caption.is-hohank strong {
  color: var(--yellow);
}

.brand-caption.is-hohank p {
  color: rgba(255, 255, 255, 0.78);
}

.trust-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.trust-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.trust-step span,
.brand-process-step span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 900;
}

.trust-step h3 {
  margin-bottom: 6px;
  color: var(--navy-deep);
}

.brand-advantage-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section.navy .brand-advantage-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.section.navy .brand-advantage-item h3 {
  color: var(--white);
}

.section.navy .brand-advantage-item p {
  color: rgba(255, 255, 255, 0.74);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  border-radius: var(--radius);
  color: var(--white);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-6px);
}

.nav-toggle span::after {
  transform: translateY(4px);
}

.hero {
  min-height: 680px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.99) 0 40%, rgba(0, 24, 63, 0.9) 56%, rgba(0, 24, 63, 0.2) 78%, rgba(0, 24, 63, 0) 100%),
    var(--hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.hero-home {
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.99) 0 38%, rgba(0, 24, 63, 0.88) 54%, rgba(0, 24, 63, 0.2) 78%, rgba(0, 24, 63, 0.04) 100%),
    var(--hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
}

.hero-inner {
  width: min(100% - 40px, var(--container));
  min-height: 680px;
  margin: 0 auto;
  padding: 96px 0 0;
  display: grid;
  align-content: end;
}

.hero-content {
  max-width: 700px;
  padding-bottom: 48px;
}

.yellow-rule {
  width: 56px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--yellow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--yellow);
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  cursor: pointer;
}

.btn.primary {
  color: var(--navy-deep);
  background: var(--yellow);
}

.btn.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.btn.dark {
  color: var(--white);
  background: var(--navy);
}

.btn.light {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

/* Compact contextual links used to keep product, industry, evidence and service
   pages connected without adding another large card section. */
.seo-context-strip {
  padding: 0 0 clamp(20px, 2.8vw, 36px);
}

.seo-context-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f9fc;
}

.seo-context-links strong {
  margin-right: 4px;
  color: var(--navy);
  font-size: 14px;
}

.seo-context-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #cad6e7;
  border-radius: 999px;
  color: #0a4ca3;
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.seo-context-links a:hover,
.seo-context-links a:focus-visible {
  border-color: var(--yellow-dark);
  color: var(--navy-deep);
  background: #fff8df;
}

@media (max-width: 700px) {
  .seo-context-links {
    align-items: stretch;
  }

  .seo-context-links strong {
    width: 100%;
  }

  .seo-context-links a {
    flex: 1 1 145px;
    justify-content: center;
    text-align: center;
  }
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(0, 18, 48, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-item {
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-item strong {
  display: block;
  color: var(--yellow);
  font-size: 18px;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.section {
  padding: 88px 0;
}

.section.tight {
  padding: 56px 0;
}

.section.alt {
  background: var(--panel);
}

.section.navy {
  color: var(--white);
  background: var(--navy);
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--blue);
  font-weight: 800;
}

.section.navy .section-kicker,
.section.navy .section-title span,
.section-title span {
  color: var(--yellow);
}

.section-title {
  margin-bottom: 12px;
  color: var(--navy-deep);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

.section.navy .section-title,
.section.navy .section-lede {
  color: var(--white);
}

.section-lede {
  color: var(--muted);
  font-size: 17px;
}

/* Product-series detail pages should use the available content width before wrapping. */
.open-series-page .section-head {
  max-width: none;
}

.open-series-page .section-head .section-title {
  width: 100%;
  max-width: none !important;
  text-wrap: wrap !important;
}

.open-series-page .section-head .section-lede {
  width: 100%;
  max-width: 1180px !important;
  text-wrap: wrap !important;
}

.text-muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-height: 100%;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.card h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.25;
}

.card p {
  color: var(--muted);
}

.card .meta {
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
}

.card-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--navy);
  font-weight: 800;
  border-bottom: 2px solid var(--yellow);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--yellow);
  content: "";
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.image-panel {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--navy-deep);
}

.image-panel img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.image-credit {
  display: block;
  padding: 9px 12px;
  background: rgba(3, 27, 62, 0.9);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.35;
}

.image-credit a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.image-panel.small img {
  height: 320px;
}

.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--yellow);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  content: "\2713";
}

.plain-list li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  background: var(--yellow);
  content: "";
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stat strong {
  display: block;
  color: var(--yellow);
  font-size: 28px;
  line-height: 1.1;
}

.stat span {
  color: rgba(255, 255, 255, 0.72);
}

/* Keep evidence/stat cards readable when the shared component is used on a light section. */
.section.alt .stat-band {
  border-color: var(--line);
  background: var(--white);
}

.section.alt .stat {
  background: var(--white);
  border-right-color: var(--line);
}

.section.alt .stat:last-child {
  border-right: 0;
}

.section.alt .stat strong {
  color: var(--blue-strong);
}

.section.alt .stat span {
  color: var(--muted);
}

.timeline {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.timeline-item {
  position: relative;
  padding: 20px 20px 20px 68px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline-item::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 800;
}

.timeline-item h3 {
  margin-bottom: 4px;
  color: var(--navy-deep);
  font-size: 19px;
}

.timeline-item p {
  color: var(--muted);
}

.module-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
}

.module-index {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.mini-actions a,
.mini-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  color: var(--navy);
  background: #edf3fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.media-card {
  overflow: hidden;
  padding: 0;
}

.media-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.media-card .media-card-body {
  padding: 22px;
}

.industry-grid,
.pain-grid,
.advantage-grid {
  display: grid;
  gap: 18px;
}

.industry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.industry-grid-head {
  max-width: 960px;
}

.industry-six-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 18px;
}

.industry-slide {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px;
  padding-top: 150px;
  color: var(--white);
  background: var(--navy-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 18, 48, 0.18);
}

.industry-slide::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--card-image);
  background-position: var(--card-position, center);
  background-size: cover;
  content: "";
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.01);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.industry-slide::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 18, 48, 0.1) 0, rgba(0, 18, 48, 0.52) 48%, rgba(0, 18, 48, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 24, 63, 0.72), rgba(0, 24, 63, 0.12));
  content: "";
}

.industry-slide:hover::before {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.045);
}

.scene-index {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.industry-slide .meta {
  position: absolute;
  top: 78px;
  left: 26px;
  right: 26px;
  width: fit-content;
  max-width: calc(100% - 52px);
  margin: 0;
  padding: 0 0 8px;
  color: var(--white);
  border-bottom: 4px solid var(--yellow);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 4px 18px rgba(0, 18, 48, 0.72);
}

.industry-slide h3 {
  max-width: 620px;
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.18;
}

.industry-slide p {
  max-width: 620px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.industry-slide strong {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 4px;
  color: var(--white);
  border-bottom: 2px solid var(--yellow);
  font-size: 15px;
}

.pain-grid,
.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-card,
.pain-card,
.advantage-card {
  position: relative;
  min-height: 100%;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.industry-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
}

.industry-card::before,
.pain-card::before,
.advantage-card::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--yellow);
  content: "";
}

.industry-card h3,
.pain-card h3,
.advantage-card h3 {
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-size: 20px;
  line-height: 1.28;
}

.industry-card p,
.pain-card p,
.advantage-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.industry-card .meta,
.pain-card .meta,
.advantage-card .meta {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.product-tier-stack {
  display: grid;
  gap: 24px;
}

.product-tier {
  padding: 22px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-tier-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.product-tier-kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.product-tier-head h3 {
  margin-bottom: 0;
  color: var(--navy-deep);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}

.product-tier-head p {
  max-width: 980px;
  margin-bottom: 0;
  color: var(--muted);
}

.product-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-tier-grid.main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.category-card-media {
  height: 220px;
  overflow: hidden;
  background: var(--navy-deep);
}

.product-tier-grid.main .category-card-media {
  height: 270px;
}

.category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-card-placeholder {
  display: flex;
  min-height: 220px;
  padding: 28px;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 208, 0, 0.34), transparent 24%),
    linear-gradient(135deg, #002a6a 0%, #00122f 70%);
}

.series-card-placeholder span {
  color: var(--white);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.16;
}

.series-card-placeholder small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 800;
}

.category-card-body {
  display: flex;
  min-height: 240px;
  padding: 22px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.category-card-body h3 {
  margin-bottom: 8px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.24;
}

.category-card-body p {
  color: var(--muted);
}

.category-card-range {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.industry-fit {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.industry-fit strong {
  color: var(--navy-deep);
}

.product-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-index-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  overflow: hidden;
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.07);
}

.product-index-media {
  min-height: 100%;
  overflow: hidden;
  background: var(--navy-deep);
}

.product-index-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.product-index-body {
  display: flex;
  min-height: 300px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
}

.product-index-body h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 24px;
  line-height: 1.2;
}

.product-index-body p {
  color: var(--muted);
}

.product-card-footer {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.product-card-footer .card-link {
  display: inline-flex;
  min-height: 48px;
  width: 100%;
  margin-top: 4px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--navy);
  border: 2px solid var(--navy);
  border-bottom: 4px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.16);
  font-weight: 900;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card-footer .card-link:hover {
  color: var(--navy-deep);
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow: 0 16px 30px rgba(248, 185, 24, 0.22);
  transform: translateY(-1px);
}

.product-card-footer .card-link:focus-visible {
  outline: 3px solid rgba(248, 185, 24, 0.45);
  outline-offset: 3px;
}

.product-line-card .meta {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.product-breadcrumb {
  margin-bottom: 28px;
}

.product-breadcrumb span {
  color: var(--muted);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.28fr) minmax(0, 0.72fr);
  gap: 24px;
  align-items: start;
}

.product-detail-sidebar,
.product-detail-main {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.07);
}

.product-detail-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.product-detail-sidebar h2 {
  color: var(--navy-deep);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.product-detail-sidebar dl,
.product-detail-sidebar dd {
  margin: 0;
}

.product-detail-sidebar dl {
  display: grid;
  gap: 12px;
}

.product-detail-sidebar dt {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.product-detail-sidebar dd {
  color: var(--navy-deep);
  font-weight: 900;
}

.product-detail-main {
  padding: 24px;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: 14px;
  margin-bottom: 18px;
}

.product-detail-main-image,
.product-detail-thumbs a {
  overflow: hidden;
  display: block;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-detail-main-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.product-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 540px;
  overflow: auto;
  padding-right: 4px;
}

.product-detail-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-source-note {
  margin-bottom: 18px;
  padding: 12px 14px;
  color: var(--muted);
  background: #fff8dc;
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  font-size: 14px;
}

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-spec-panel {
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-spec-panel h2,
.product-spec-panel h3 {
  margin-bottom: 12px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.2;
}

.product-spec-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-spec-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.product-spec-panel .section-actions {
  margin-top: 16px;
}

.solution-issue-nav {
  margin-top: -24px;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

.solution-issue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solution-issue-card {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.08);
}

.solution-issue-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-deep);
  line-height: 1.3;
}

.solution-issue-card a {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.solution-issue-card span {
  color: var(--blue);
}

.solution-scenario-grid {
  display: grid;
  gap: 24px;
}

.solution-scenario-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 18, 48, 0.08);
}

.solution-scenario-media {
  position: relative;
  display: block;
  min-height: 320px;
  background: var(--navy-deep);
}

.solution-scenario-media img {
  width: 100%;
  height: clamp(320px, 30vw, 430px);
  object-fit: cover;
  opacity: 0.92;
}

.scenario-media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(0, 31, 68, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
}

.scenario-media-note span {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.scenario-media-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.solution-scenario-head,
.solution-scenario-copy {
  padding: 24px 28px 0;
}

.solution-scenario-copy {
  padding-top: 16px;
  padding-bottom: 28px;
}

.solution-scenario-number {
  margin-bottom: 8px;
  color: var(--blue);
  font-weight: 900;
}

.solution-scenario-number span {
  color: var(--muted);
  font-weight: 800;
}

.solution-scenario-head h3 {
  margin-bottom: 0;
  color: var(--navy-deep);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.22;
}

.scenario-diagnosis-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.scenario-diagnosis-list div {
  padding: 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.scenario-diagnosis-list dt {
  margin-bottom: 5px;
  color: var(--blue);
  font-weight: 900;
}

.scenario-diagnosis-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.scenario-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.scenario-products span {
  display: inline-flex;
  padding: 6px 9px;
  color: var(--navy);
  background: #edf3fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.scenario-contact-hint {
  margin-top: 16px;
  padding: 16px;
  background: #fbfdff;
  border: 1px dashed #c9d4e5;
  border-radius: var(--radius);
}

.scenario-contact-hint strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
}

.scenario-contact-hint p {
  margin-bottom: 0;
  color: var(--muted);
}

.scenario-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scenario-cell {
  display: block;
  min-height: 100%;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.scenario-cell:hover {
  border-color: #c4d0df;
  box-shadow: 0 18px 42px rgba(0, 18, 48, 0.11);
  transform: translateY(-2px);
}

.scenario-cell h3 {
  margin-bottom: 14px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.25;
}

.scenario-cell dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.scenario-cell dt {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.scenario-cell dd {
  margin: 2px 0 0;
  color: var(--muted);
}

.scenario-cell .card-link {
  display: inline-flex;
  min-height: 48px;
  min-width: 180px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--navy);
  border: 2px solid var(--navy);
  border-bottom: 4px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.16);
  font-weight: 900;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.scenario-cell .card-link:hover {
  color: var(--navy-deep);
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow: 0 16px 30px rgba(248, 185, 24, 0.22);
  transform: translateY(-1px);
}

.scenario-cell .card-link:focus-visible {
  outline: 3px solid rgba(248, 185, 24, 0.45);
  outline-offset: 3px;
}

.country-link-hub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.country-link-group {
  display: flex;
  min-height: 100%;
  padding: 24px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.08);
}

.country-link-group h3 {
  margin-bottom: 8px;
  color: var(--navy-deep);
  font-size: 24px;
  line-height: 1.2;
}

.country-link-group p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
}

.country-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.country-link-list a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  color: var(--blue);
  background: #f4f8ff;
  border: 1px solid #d8e7ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.country-link-list a:hover,
.country-link-list a:focus-visible {
  color: var(--navy-deep);
  background: var(--yellow);
  border-color: var(--yellow);
}

.load-priority-grid,
.industry-rfq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.priority-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.priority-card strong {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 9px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 13px;
}

.priority-card h3 {
  margin-bottom: 8px;
  color: var(--navy-deep);
  font-size: 22px;
}

.priority-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.rfq-check-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.rfq-check-card h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 21px;
}

.field-hint {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 12px;
  color: var(--muted);
  background: #f8fafc;
  border: 1px dashed #c9d4e5;
  border-radius: var(--radius);
  font-size: 13px;
}

.field-hint strong {
  color: var(--navy-deep);
}

.section-inline-actions {
  margin-top: 22px;
}

.article-inline-cta {
  margin: 20px 0 30px;
}

.article-inline-cta .btn {
  min-height: 42px;
}

.contact-page {
  background: #f4f8ff;
}

.contact-main {
  background:
    radial-gradient(circle at 15% 8%, rgba(191, 219, 254, 0.48), transparent 32%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 62%, #ffffff 100%);
}

.contact-engineer-section {
  padding: 42px 0 66px;
  color: #102033;
}

.contact-kicker {
  margin: 0 0 12px;
  color: #0042a8;
  font-size: 14px;
  font-weight: 900;
}

.contact-engineer-section h1 {
  max-width: 1120px;
  margin: 0 0 8px;
  color: #101827;
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: 1.14;
}

.contact-lead {
  max-width: 1160px;
  margin: 0;
  color: #465a78;
  font-size: 18px;
  line-height: 1.78;
}

.contact-engineer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  width: min(100% - 140px, 980px);
  margin: 24px auto 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(23, 61, 120, 0.12);
}

.contact-panel-card {
  min-height: 400px;
  padding: 26px 32px;
  background: rgba(247, 250, 255, 0.96);
  border: 1px solid #cbd8ea;
  border-radius: 8px;
}

.contact-panel-card h2 {
  margin: 0 0 8px;
  color: #07162e;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
}

.contact-panel-card p {
  margin: 0;
  color: #526681;
  font-size: 16px;
}

.contact-qr-card {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.contact-qr-card h2 {
  max-width: 420px;
  margin-bottom: 0;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
}

.contact-qr-card p {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.65;
}

.contact-qr-card img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.contact-qr-link {
  display: grid;
  place-items: center;
  width: min(72%, 330px);
  aspect-ratio: 1;
  margin: 4px auto;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d4dfed;
  border-radius: 8px;
}

.contact-direct-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 0;
  padding: 0 18px;
  color: #0042a8;
  background: #ffffff;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.contact-form-card {
  display: grid;
  align-content: start;
  background: #ffffff;
}

.contact-form-card h2,
.contact-form-card > p {
  text-align: center;
}

.contact-lite-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-lite-form label {
  display: grid;
  gap: 6px;
  color: #263a58;
  font-size: 14px;
  font-weight: 900;
}

.contact-lite-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: #101827;
  background: #f8fbff;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  outline: none;
}

.contact-lite-form input::placeholder {
  color: #8a98ad;
}

.contact-lite-form input:focus {
  background: #ffffff;
  border-color: #0042a8;
  box-shadow: 0 0 0 3px rgba(0, 66, 168, 0.12);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.contact-form-submit .btn {
  min-width: 136px;
}

.contact-form-submit .btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 24px;
  text-align: center;
  color: #526681;
  font-size: 14px;
  line-height: 1.55;
}

.form-status.is-success {
  color: #0f766e;
}

.form-status.is-warning,
.form-status.is-error {
  color: #9a5b00;
}

.contact-email-link {
  text-align: center;
  color: #526681;
  font-size: 14px;
}

.contact-email-link a {
  color: #0042a8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-prep-card {
  display: grid;
  align-content: start;
  gap: 18px;
}

.contact-prep-card > p {
  text-align: center;
}

.contact-prep-card h2 {
  text-align: center;
}

.contact-prep-list {
  display: grid;
  gap: 12px;
}

.contact-prep-list article {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #d7e1ee;
  border-radius: 8px;
}

.contact-prep-list span {
  color: #40536f;
  font-size: 14px;
  font-weight: 900;
}

.contact-prep-list strong {
  color: #18243a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.62;
}

.contact-why-section {
  padding: 58px 0 86px;
}

.contact-why-section h2 {
  max-width: 1120px;
  margin: 0 0 24px;
  color: #101827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.18;
}

.contact-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-value-card {
  min-height: 150px;
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid #d3deec;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 40, 80, 0.06);
}

.contact-value-card h3 {
  margin: 0 0 10px;
  color: #07162e;
  font-size: 23px;
}

.contact-value-card p {
  margin: 0;
  color: #465a78;
  font-size: 16px;
}

.quick-contact-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px minmax(300px, 0.86fr);
  gap: 24px;
  align-items: center;
}

.quick-contact-copy h2 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
}

.quick-contact-copy p {
  color: var(--muted);
}

.quick-contact-qr {
  padding: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.quick-contact-qr img {
  width: min(100%, 190px);
  margin: 0 auto 10px;
  border-radius: var(--radius);
}

.quick-contact-qr strong {
  display: block;
  color: var(--navy-deep);
}

.quick-contact-qr span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.quick-contact-form {
  display: grid;
  gap: 12px;
}

.quick-contact-form .field {
  margin: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--yellow);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}

.article-content {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 18, 48, 0.08);
}

.article-content h2 {
  margin: 34px 0 12px;
  color: var(--navy-deep);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.2;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content p {
  color: var(--muted);
  font-size: 17px;
}

.article-content .check-list {
  margin: 12px 0 22px;
}

.article-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.article-side-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.article-side-card h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 21px;
}

.article-side-card p,
.article-side-card li {
  color: var(--muted);
  font-size: 14px;
}

.article-side-card .btn {
  width: 100%;
  margin-top: 12px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  display: flex;
  min-height: 100%;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 18, 48, 0.06);
}

.related-card h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 22px;
  line-height: 1.25;
}

.related-card p {
  color: var(--muted);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  color: var(--navy-deep);
  background: #eef3fa;
}

td {
  color: var(--muted);
}

.cta-strip {
  padding: 30px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-strip h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 28px;
}

.cta-strip p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-quick-panel {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-quick-panel h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 26px;
  line-height: 1.2;
}

.contact-quick-panel p {
  margin-bottom: 20px;
  color: var(--muted);
}

.contact-quick-panel .btn.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.brand-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.98) 0 42%, rgba(0, 24, 63, 0.82) 56%, rgba(0, 24, 63, 0.12) 76%, rgba(0, 24, 63, 0) 100%),
    var(--brand-hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.brand-page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: var(--yellow);
  content: "";
}

.brand-page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 44px;
  align-items: center;
  min-height: 680px;
  padding: 36px 0 118px;
}

.brand-page-hero-copy {
  max-width: 760px;
  min-width: 0;
}

.brand-page-hero-copy .hero-brand-lockup {
  margin-bottom: 34px;
}

.brand-page-hero-rule {
  width: 92px;
  height: 6px;
  margin-bottom: 32px;
  background: var(--yellow);
}

.brand-page-hero-copy .section-kicker {
  color: var(--yellow);
}

.brand-page-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(38px, 4.2vw, 70px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.brand-page-hero-copy h1 strong {
  color: var(--yellow);
  font-style: normal;
}

.hero-title-line {
  display: block;
}

.brand-page-hero-copy .lead {
  max-width: 640px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.brand-page-hero-proof {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 0 22px;
  background: rgba(0, 24, 63, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-page-hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: clamp(18px, 4.8vw, 64px);
  justify-content: end;
  padding-left: min(20vw, 260px);
}

.brand-page-hero-proof-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  color: rgba(255, 255, 255, 0.9);
}

.brand-page-hero-proof-item span {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
}

.brand-page-hero-proof-item span::before {
  position: absolute;
  inset: 9px;
  border: 1.5px solid var(--yellow);
  border-radius: 999px;
  content: "";
}

.brand-page-hero-proof-item strong {
  font-size: 15px;
  line-height: 1.18;
  white-space: nowrap;
  word-break: keep-all;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.98) 0 48%, rgba(0, 24, 63, 0.72) 66%, rgba(0, 24, 63, 0.12) 100%),
    var(--hero-image),
    linear-gradient(110deg, #00122f, #00183f);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.page-hero .container {
  min-height: 430px;
  padding: 88px 0 58px;
  display: grid;
  align-content: end;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.hero-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--yellow);
  border-radius: 50%;
}

.hero-brand-mark span {
  display: block;
  width: 14px;
  height: 14px;
  background: var(--navy-deep);
  border-radius: 50%;
}

.hero-brand-name,
.hero-brand-latam {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.hero-brand-name strong,
.hero-brand-latam strong {
  letter-spacing: 0;
  font-size: 15px;
}

.hero-brand-name small,
.hero-brand-latam small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
}

.hero-brand-latam strong {
  color: var(--yellow);
}

.hero-brand-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.22);
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.12;
}

.page-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--navy-deep);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.rfq-form {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid #cfd8e6;
  border-radius: var(--radius);
  background: var(--white);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.side-panel {
  padding: 24px;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
}

.side-panel h3 {
  color: var(--white);
}

.side-panel p,
.side-panel li {
  color: rgba(255, 255, 255, 0.78);
}

.qr {
  margin: 18px 0;
  padding: 12px;
  background: var(--white);
  border-radius: var(--radius);
}

.summary-box {
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed #c9d4e5;
  border-radius: var(--radius);
  background: #fbfdff;
  white-space: pre-wrap;
  color: var(--ink);
  font-size: 14px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy-deep);
}

.footer-inner {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  padding: 42px 0 84px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 36px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-links h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 16px;
}

.footer-links a {
  display: block;
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.disclaimer {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.site-footer .brand {
  width: 220px;
  height: 87px;
  min-width: 220px;
  background: url("/assets/brand/standard-logo/hohank-gen-latam-horizontal-navy-00122f.png") left center / contain no-repeat;
}

.site-footer .brand .brand-mark,
.site-footer .brand .brand-copy {
  display: none;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-cta a {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 800;
}

.mobile-cta a:first-child {
  color: var(--navy-deep);
  background: var(--yellow);
}

.hero.hero-image-only {
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero.hero-image-only .home-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.home-hero-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 1020px) {
  .contact-engineer-panel {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .contact-panel-card {
    min-height: 0;
  }

  .contact-value-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    padding: 18px 20px 24px;
    flex-direction: column;
    align-items: stretch;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 10px 0;
  }

  .nav-cta {
    width: 100%;
  }

  .hero,
  .page-hero {
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.66) 0 28%, rgba(0, 18, 48, 0.98) 52% 100%),
      var(--hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, center top, center;
    background-size: cover, auto 42%, cover;
  }

  .brand-page-hero {
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.72) 0 26%, rgba(0, 18, 48, 0.98) 48% 100%),
      var(--brand-hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, 72% top, center;
    background-size: cover, auto 46%, cover;
  }

  .brand-page-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 64px 0 196px;
  }

  .brand-page-hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    padding-left: 0;
  }

  .brand-page-hero-proof-item strong {
    white-space: normal;
  }

  .hero-home {
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.48) 0 24%, rgba(0, 18, 48, 0.96) 50% 100%),
      var(--hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, 60% top, center;
    background-size: cover, cover, cover;
  }

  .hero.hero-image-only {
    min-height: 0;
    background: var(--navy-deep);
  }

  .hero,
  .hero-inner {
    min-height: 740px;
  }

  .hero-content {
    padding-top: 260px;
  }

  .proof-row,
  .brand-proof-grid,
  .brand-role-grid,
  .supplier-brand-grid,
  .brand-process-grid,
  .brand-advantage-list,
  .stat-band,
  .grid-4,
  .industry-grid,
  .industry-showcase,
  .pain-grid,
  .advantage-grid,
  .product-tier-grid,
  .product-tier-grid.main,
  .solution-issue-grid,
  .scenario-diagnosis-list,
  .load-priority-grid,
  .industry-rfq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-showcase {
    grid-template-columns: 1fr;
  }

  .industry-scene-large {
    min-height: 420px;
  }

  .industry-six-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3,
  .grid-2,
  .split,
  .split.reverse,
  .hohank-mission-grid,
  .brand-story-grid,
  .product-index-grid,
  .product-detail-layout,
  .product-detail-gallery,
  .quick-contact-grid,
  .article-layout,
  .form-shell,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .article-side {
    position: static;
  }

  .product-detail-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .contact-engineer-section {
    padding: 30px 0 44px;
  }

  .contact-engineer-section h1 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .contact-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .contact-engineer-panel {
    margin-top: 20px;
    padding: 8px;
  }

  .contact-panel-card {
    padding: 22px 18px;
  }

  .contact-qr-card {
    gap: 14px;
  }

  .contact-qr-card h2 {
    font-size: 22px;
  }

  .contact-qr-link {
    width: min(72%, 220px);
    padding: 12px;
  }

  .contact-direct-link {
    width: min(100%, 260px);
    padding: 0 12px;
  }

  .contact-prep-list article {
    padding: 12px 14px;
  }

  .contact-why-section {
    padding: 46px 0 72px;
  }

  .contact-why-section h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .contact-value-card {
    min-height: 0;
    padding: 20px;
  }

  .nav-inner,
  .container,
  .hero-inner,
  .footer-inner {
    width: min(100% - 28px, var(--container));
  }

  .brand {
    min-width: 0;
  }

  .site-footer .brand {
    width: 190px;
    height: 75px;
    min-width: 0;
  }

  .brand-text span {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .brand-page-hero {
    padding-top: 72px;
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.7) 0 24%, rgba(0, 18, 48, 0.98) 48% 100%),
      var(--brand-hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, 72% top, center;
    background-size: cover, auto 42%, cover;
  }

  .brand-page-hero-grid {
    padding: 230px 0 250px;
  }

  .brand-page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.12;
  }

  .brand-page-hero-copy .lead {
    font-size: 16px;
  }

  .brand-page-hero-proof {
    padding: 14px 0 18px;
  }

  .brand-page-hero-proof-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brand-page-hero-proof-item {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 42px;
  }

  .brand-page-hero-proof-item span {
    width: 28px;
    height: 28px;
  }

  .brand-page-hero-proof-item span::before {
    inset: 7px;
  }

  .brand-page-hero-proof-item strong {
    font-size: 13px;
  }

  .hero-inner {
    padding-top: 74px;
  }

  .hero-content {
    padding-top: 250px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .hero-copy,
  .page-hero p {
    font-size: 16px;
  }

  .hero-brand-lockup {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
  }

  .hero-brand-divider {
    display: none;
  }

  .proof-row,
  .brand-proof-grid,
  .brand-role-grid,
  .supplier-brand-grid,
  .brand-process-grid,
  .brand-advantage-list,
  .grid-4,
  .stat-band,
  .form-grid,
  .footer-links,
  .industry-grid,
  .industry-showcase,
  .industry-scene-grid,
  .pain-grid,
  .advantage-grid,
  .product-tier-grid,
  .product-tier-grid.main,
  .solution-issue-grid,
  .scenario-diagnosis-list,
  .scenario-matrix,
  .country-link-hub,
  .load-priority-grid,
  .industry-rfq-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .product-index-card,
  .product-spec-grid {
    grid-template-columns: 1fr;
  }

  .industry-scene,
  .industry-scene-large {
    min-height: 360px;
    padding: 22px;
  }

  .industry-six-grid {
    grid-template-columns: 1fr;
  }

  .industry-slide {
    min-height: 440px;
    padding: 92px 22px 22px;
  }

  /* Copy tone v1: long translated category labels stay in flow. */
  .industry-slide .meta {
    position: static;
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 25px;
  }

  .section {
    padding: 64px 0;
  }

  .brand-story-grid {
    grid-template-columns: 1fr;
  }

  .mission-statement {
    padding: 18px 20px;
    font-size: 17px;
  }

  .media-panel img {
    min-height: 280px;
  }

  .brand-caption {
    padding: 18px;
  }

  .contact-quick-panel {
    padding: 22px;
  }

  .product-index-media img {
    min-height: 230px;
  }

  .product-index-body {
    min-height: 0;
    padding: 20px;
  }

  .product-detail-main,
  .product-detail-sidebar,
  .product-spec-panel {
    padding: 18px;
  }

  .product-detail-main-image img {
    min-height: 260px;
  }

  .card,
  .article-content,
  .rfq-form,
  .side-panel {
    padding: 20px;
  }

  .image-panel img {
    height: 260px;
  }

  .cta-strip {
    display: block;
  }

  .cta-strip .section-actions {
    margin-top: 18px;
  }

  .product-tier,
  .solution-scenario-head,
  .solution-scenario-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-card-media,
  .product-tier-grid.main .category-card-media,
  .solution-scenario-media img {
    height: 230px;
  }

  .mobile-cta {
    display: grid;
  }
}

/* hero-layout-unify-20260709 */
.page-hero,
.brand-page-hero {
  --hero-block-height: clamp(600px, 58vh, 680px);
  --hero-copy-top: clamp(96px, 10vh, 124px);
  --hero-copy-bottom: clamp(82px, 9vh, 104px);
  position: relative;
  overflow: hidden;
  min-height: var(--hero-block-height);
  color: var(--white);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.99) 0 42%, rgba(0, 24, 63, 0.84) 56%, rgba(0, 24, 63, 0.16) 78%, rgba(0, 24, 63, 0) 100%),
    var(--hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.brand-page-hero {
  padding-top: 72px;
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.99) 0 42%, rgba(0, 24, 63, 0.84) 56%, rgba(0, 24, 63, 0.16) 78%, rgba(0, 24, 63, 0) 100%),
    var(--brand-hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.page-hero .container,
.brand-page-hero-grid {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  min-height: var(--hero-block-height);
  padding-top: var(--hero-copy-top);
  padding-bottom: var(--hero-copy-bottom);
  display: grid;
  align-content: center;
  justify-items: start;
}

.brand-page-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: 44px;
  min-height: calc(var(--hero-block-height) - 72px);
}

.page-hero .container > * {
  max-width: 760px;
}

.page-hero .yellow-rule,
.brand-page-hero-rule {
  width: 92px;
  height: 6px;
  margin-bottom: 28px;
  background: var(--yellow);
}

.page-hero .breadcrumb {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.page-hero .eyebrow,
.brand-page-hero-copy .eyebrow,
.brand-page-hero-copy .section-kicker {
  margin-bottom: 14px;
  color: var(--yellow);
}

.page-hero h1,
.brand-page-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow),
.brand-page-hero-copy .lead {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.page-hero .tag-row,
.brand-page-hero-copy .button-row {
  margin-top: 28px;
}

.page-hero .section-actions {
  margin-top: 30px;
}

@media (max-width: 1020px) {
  .page-hero,
  .brand-page-hero {
    --hero-block-height: auto;
    --hero-copy-top: clamp(240px, 48vw, 330px);
    --hero-copy-bottom: 58px;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.66) 0 26%, rgba(0, 18, 48, 0.98) 50% 100%),
      var(--hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, center top, center;
    background-size: cover, auto 44%, cover;
    background-repeat: no-repeat;
  }

  .brand-page-hero {
    padding-top: 72px;
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.66) 0 26%, rgba(0, 18, 48, 0.98) 50% 100%),
      var(--brand-hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, 72% top, center;
    background-size: cover, auto 44%, cover;
  }

  .page-hero .container,
  .brand-page-hero-grid {
    width: min(100% - 40px, var(--container));
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: var(--hero-copy-top);
    padding-bottom: var(--hero-copy-bottom);
    align-content: start;
  }

  .brand-page-hero-grid {
    gap: 0;
  }
}

@media (max-width: 700px) {
  .page-hero,
  .brand-page-hero {
    --hero-copy-top: clamp(218px, 58vw, 302px);
    --hero-copy-bottom: 48px;
  }

  .page-hero .container,
  .brand-page-hero-grid {
    width: min(100% - 28px, var(--container));
    padding-top: var(--hero-copy-top);
    padding-bottom: var(--hero-copy-bottom);
  }

  .page-hero .yellow-rule,
  .brand-page-hero-rule {
    width: 68px;
    height: 5px;
    margin-bottom: 22px;
  }

  .page-hero .breadcrumb {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .page-hero h1,
  .brand-page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 40px);
    line-height: 1.12;
  }

  .page-hero p:not(.eyebrow),
  .brand-page-hero-copy .lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.68;
  }
}

/* first-screen-proof-unify-20260709 */
.brand-proof-band,
.hero-proof-band {
  --proof-number-size: 42px;
  background: var(--white);
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.brand-proof-grid,
.hero-proof-grid {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  padding: 26px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
}

.brand-proof-item,
.hero-proof-card {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: var(--proof-number-size) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  align-items: center;
  padding: 18px 20px;
  color: var(--navy-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(0, 18, 48, 0.06);
}

.brand-proof-item::before,
.hero-proof-card span {
  grid-row: 1 / 3;
  display: grid;
  width: var(--proof-number-size);
  height: var(--proof-number-size);
  place-items: center;
  color: #e38a1d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.brand-proof-item:nth-child(1)::before { content: "01"; }
.brand-proof-item:nth-child(2)::before { content: "02"; }
.brand-proof-item:nth-child(3)::before { content: "03"; }
.brand-proof-item:nth-child(4)::before { content: "04"; }

.brand-proof-item strong,
.hero-proof-card strong {
  display: block;
  color: var(--navy-deep);
  font-size: 18px;
  line-height: 1.28;
  font-weight: 900;
}

.brand-proof-item p,
.hero-proof-card small {
  display: block;
  margin: 4px 0 0;
  color: var(--blue);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 800;
}

.hero-proof-card small {
  grid-column: 2;
}

@media (max-width: 1020px) {
  .brand-proof-grid,
  .hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .brand-proof-band,
  .hero-proof-band {
    --proof-number-size: 36px;
  }

  .brand-proof-grid,
  .hero-proof-grid {
    width: min(100% - 28px, var(--container));
    grid-template-columns: 1fr;
    padding: 18px 0 22px;
    gap: 10px;
  }

  .brand-proof-item,
  .hero-proof-card {
    min-height: 94px;
    padding: 16px;
  }

  .brand-proof-item strong,
  .hero-proof-card strong {
    font-size: 17px;
  }
}

/* first-screen-proof-tighten-20260709 */
.brand-proof-band,
.hero-proof-band {
  padding: 0;
}

.brand-proof-grid,
.hero-proof-grid {
  width: min(calc(100% - 40px), var(--container));
}

.brand-proof-item,
.hero-proof-card {
  min-height: 132px;
}

@media (max-width: 700px) {
  .brand-proof-grid,
  .hero-proof-grid {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-proof-item,
  .hero-proof-card {
    min-height: 104px;
  }
}

/* first-screen-final-unify-20260709 */
.page-hero,
.brand-page-hero {
  --hero-block-height: clamp(600px, 58vh, 680px);
  --hero-header-offset: var(--site-header-height, 72px);
  --hero-copy-top: clamp(96px, 10vh, 124px);
  --hero-copy-bottom: clamp(82px, 9vh, 104px);
  min-height: var(--hero-block-height) !important;
}

.brand-page-hero {
  padding-top: var(--hero-header-offset) !important;
}

.page-hero .container,
.brand-page-hero-grid {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  min-height: var(--hero-block-height) !important;
  margin-inline: auto !important;
  padding-top: var(--hero-copy-top) !important;
  padding-bottom: var(--hero-copy-bottom) !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
}

.brand-page-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr) !important;
  gap: 44px !important;
  min-height: calc(var(--hero-block-height) - var(--hero-header-offset)) !important;
}

.page-hero .container > *,
.brand-page-hero-copy,
.brand-page-hero-copy h1 {
  max-width: 760px !important;
}

.page-hero h1,
.brand-page-hero-copy h1 {
  margin-bottom: 22px !important;
  font-size: clamp(40px, 4.2vw, 64px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.page-hero p:not(.eyebrow),
.brand-page-hero-copy .lead {
  max-width: 700px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.brand-proof-band,
.hero-proof-band {
  --proof-number-size: 42px;
  padding: 0 !important;
  background: var(--white) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--line) !important;
}

.brand-proof-band > .container.brand-proof-grid,
.hero-proof-band > .container.hero-proof-grid,
.container.brand-proof-grid,
.container.hero-proof-grid {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 26px 0 30px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  background: transparent !important;
}

.brand-proof-item,
.hero-proof-card {
  position: relative !important;
  min-height: 132px !important;
  display: grid !important;
  grid-template-columns: var(--proof-number-size) minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 14px !important;
  align-content: center !important;
  align-items: center !important;
  padding: 18px 20px !important;
  color: var(--navy-deep, var(--navy)) !important;
  text-align: left !important;
  background: var(--white) !important;
  border: 1px solid var(--line) !important;
  border-left: 6px solid var(--yellow) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 16px 34px rgba(0, 18, 48, 0.06) !important;
}

.brand-proof-item::before,
.hero-proof-card span {
  grid-row: 1 / 3 !important;
  display: grid !important;
  width: var(--proof-number-size) !important;
  height: var(--proof-number-size) !important;
  place-items: center !important;
  color: var(--orange, #e38a1d) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.brand-proof-item strong,
.hero-proof-card strong {
  display: block !important;
  color: var(--navy-deep, var(--navy)) !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
}

.brand-proof-item p,
.hero-proof-card small {
  display: block !important;
  grid-column: 2 !important;
  margin: 4px 0 0 !important;
  color: var(--blue-strong, var(--blue)) !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  font-weight: 800 !important;
}

@media (max-width: 1020px) {
  .page-hero,
  .brand-page-hero {
    --hero-block-height: auto;
    --hero-copy-top: clamp(240px, 48vw, 330px);
    --hero-copy-bottom: 58px;
    min-height: 0 !important;
  }

  .page-hero .container,
  .brand-page-hero-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    align-content: start !important;
  }

  .brand-proof-band > .container.brand-proof-grid,
  .hero-proof-band > .container.hero-proof-grid,
  .container.brand-proof-grid,
  .container.hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* hero-fixed-height-final-20260709 */
@media (min-width: 1021px) {
  .page-hero,
  .brand-page-hero {
    --hero-block-height: 640px;
    height: 640px !important;
    min-height: 640px !important;
  }

  .page-hero .container {
    height: 640px !important;
    min-height: 640px !important;
  }

  .brand-page-hero-grid {
    height: calc(640px - var(--hero-header-offset, 75px)) !important;
    min-height: calc(640px - var(--hero-header-offset, 75px)) !important;
  }
}

/* hero-top-space-trim-20260709 */
@media (min-width: 1021px) {
  .brand-page-hero {
    padding-top: 0 !important;
  }

  .page-hero .container,
  .brand-page-hero-grid {
    height: 640px !important;
    min-height: 640px !important;
    padding-top: 96px !important;
    padding-bottom: 72px !important;
    align-content: start !important;
  }
}

/* page-hero-top-space-match-20260709 */
@media (min-width: 1021px) {
  .page-hero .container {
    padding-top: 24px !important;
  }
}

/* hero-auto-height-balance-20260709 */
@media (min-width: 1021px) {
  .page-hero,
  .brand-page-hero {
    --hero-block-height: 540px;
    height: auto !important;
    min-height: 540px !important;
  }

  .page-hero .container,
  .brand-page-hero-grid {
    height: auto !important;
    min-height: 540px !important;
    padding-bottom: 64px !important;
    align-content: start !important;
  }

  .brand-page-hero {
    padding-top: 0 !important;
  }

  .brand-page-hero-grid {
    padding-top: 96px !important;
  }

  .page-hero .container {
    padding-top: 24px !important;
  }
}

@media (max-width: 700px) {
  .page-hero,
  .brand-page-hero {
    --hero-copy-top: clamp(218px, 58vw, 302px);
    --hero-copy-bottom: 48px;
  }

  .page-hero .container,
  .brand-page-hero-grid,
  .brand-proof-band > .container.brand-proof-grid,
  .hero-proof-band > .container.hero-proof-grid,
  .container.brand-proof-grid,
  .container.hero-proof-grid {
    width: min(calc(100% - 28px), 1180px) !important;
  }

  .page-hero h1,
  .brand-page-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 8.2vw, 40px) !important;
    line-height: 1.12 !important;
  }

  .page-hero p:not(.eyebrow),
  .brand-page-hero-copy .lead {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  .brand-proof-band,
  .hero-proof-band {
    --proof-number-size: 36px;
  }

  .brand-proof-band > .container.brand-proof-grid,
  .hero-proof-band > .container.hero-proof-grid,
  .container.brand-proof-grid,
  .container.hero-proof-grid {
    grid-template-columns: 1fr !important;
    padding: 18px 0 22px !important;
    gap: 10px !important;
  }

  .brand-proof-item,
  .hero-proof-card {
    min-height: 104px !important;
    padding: 16px !important;
  }

  .brand-proof-item strong,
  .hero-proof-card strong {
    font-size: 17px !important;
  }
}

/* country-landmark-hero-visibility-20260710 */
.country-hero {
  background:
    linear-gradient(90deg, rgba(0, 18, 48, 0.99) 0 36%, rgba(0, 18, 48, 0.88) 50%, rgba(0, 18, 48, 0.42) 68%, rgba(0, 18, 48, 0.08) 100%),
    var(--country-hero-image),
    linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
  background-position: center, right center, center;
  background-size: cover, auto 100%, cover;
  background-repeat: no-repeat;
}

.country-hero--ecuador {
  --country-hero-image: url("../images/countries/ecuador-landmark-1600.jpg");
}

.country-hero--chile {
  --country-hero-image: url("../images/countries/chile-landmark-1600.jpg");
}

.country-hero--peru {
  --country-hero-image: url("../images/countries/peru-landmark-1600.jpg");
}

.country-hero--argentina {
  --country-hero-image: url("../images/countries/argentina-landmark-1600.jpg");
}

.country-hero--colombia {
  --country-hero-image: url("../images/countries/colombia-landmark-1600.jpg");
}

.country-hero--venezuela {
  --country-hero-image: url("../images/countries/venezuela-landmark-1600.jpg");
}

@media (max-width: 1020px) {
  .country-hero {
    background:
      linear-gradient(180deg, rgba(0, 18, 48, 0.42) 0 28%, rgba(0, 18, 48, 0.88) 48%, rgba(0, 18, 48, 0.99) 100%),
      var(--country-hero-image),
      linear-gradient(110deg, #00122f 0 46%, #00216a 46% 64%, #00183f 64% 100%);
    background-position: center, center top, center;
    background-size: cover, auto 46%, cover;
  }
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: clip;
  }

  .country-hero .container {
    width: min(calc(100% - 28px), 1180px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .country-hero .container > *,
  .country-hero h1,
  .country-hero p,
  .country-hero .tag-row,
  .country-hero .section-actions {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .country-hero h1 {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .country-hero .tag-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .country-hero .tag {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
    line-height: 1.35;
  }

  .country-hero .section-actions .btn {
    flex: 1 1 150px;
    min-width: 0;
    padding-inline: 14px;
    text-align: center;
  }

  .brand-proof-item,
  .hero-proof-card {
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }

  .brand-proof-item strong,
  .brand-proof-item p,
  .hero-proof-card strong,
  .hero-proof-card small {
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mobile-cta {
    max-width: 100vw;
    overflow: hidden;
  }

  .mobile-cta a {
    min-width: 0;
    padding-inline: 10px;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }
}

/* catalog-button-contrast-fix-20260711 */
.catalog-filter-toggle.btn,
.catalog-filter-panel-actions .btn.secondary {
  border-color: #c99500;
  background: #fff;
  color: #684d00;
}

.catalog-filter-toggle.btn:hover,
.catalog-filter-panel-actions .btn.secondary:hover {
  border-color: #9d7600;
  background: #fff8d8;
  color: #493700;
}

/* product-flow-and-dropdown-filter-20260711 disabled for rollback
#selection-paths,
#system-components,
#quick-guide,
#catalog-filter {
  padding-block: clamp(62px, 7vw, 84px);
}

.selection-path-card {
  min-height: 270px;
  padding: 28px;
  border-radius: 14px;
}

.selection-path-number {
  margin-bottom: 24px;
  font-size: 32px;
}

.selection-path-card h3 {
  margin-top: 7px;
  font-size: 22px;
}

.selection-path-card > p:not(.section-kicker) {
  min-height: 70px;
  margin-bottom: 18px;
}

.path-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 182px;
  padding: 11px 14px;
  border-radius: 7px;
  background: #f8b918;
  color: #071832;
  font-size: 14px;
  font-weight: 850;
}

.path-action b {
  font-size: 18px;
}

#system-components .product-index-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#system-components .product-index-card {
  min-height: 178px;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

#system-components .product-index-media,
#system-components .product-index-body > p:not(.section-kicker),
#system-components .mini-actions {
  display: none;
}

#system-components .product-index-body {
  display: flex;
  height: 100%;
  padding: 23px;
  flex-direction: column;
  align-items: flex-start;
}

#system-components .product-index-body h3 {
  margin: 12px 0 22px;
  font-size: 19px;
  line-height: 1.4;
}

#system-components .product-card-footer {
  width: 100%;
  margin-top: auto;
}

#system-components .card-link {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 6px;
  background: #eaf0f8;
  color: #183a6a;
  font-size: 13px;
  font-weight: 800;
}

.quick-guide-card {
  min-height: 214px;
}

.quick-guide-card strong {
  margin-top: 15px;
}

.quick-guide-card small {
  margin-bottom: 18px;
}

.quick-guide-card > b {
  align-self: end;
  color: #735600;
  font-size: 14px;
}

.catalog-section-head {
  margin-bottom: 24px;
}

.catalog-guidance {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px 18px;
  border-left: 4px solid #f8b918;
  border-radius: 0 8px 8px 0;
  background: #fff8d8;
  color: #5b4a18;
  font-size: 14px;
  line-height: 1.55;
}

.catalog-guidance strong {
  flex: 0 0 auto;
  color: #3f3000;
}

.catalog-filter-bar {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 28px;
}

.catalog-filter-dropdowns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
  flex: 1 1 auto;
}

.catalog-filter-dropdown {
  position: relative;
  min-width: 0;
}

.catalog-filter-dropdown summary {
  display: flex;
  min-height: 62px;
  padding: 10px 13px;
  border: 1px solid #cfd8e5;
  border-radius: 9px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.catalog-filter-dropdown summary::-webkit-details-marker {
  display: none;
}

.catalog-filter-dropdown summary::after {
  content: "⌄";
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #748196;
  font-size: 15px;
}

.catalog-filter-dropdown summary span {
  color: #667286;
  font-size: 11px;
  font-weight: 750;
}

.catalog-filter-dropdown summary b {
  overflow: hidden;
  margin-top: 4px;
  padding-right: 16px;
  color: #12213b;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-filter-dropdown[open] summary,
.catalog-filter-dropdown.has-selection summary {
  border-color: #d39e00;
  box-shadow: 0 0 0 2px rgba(248, 185, 24, 0.14);
}

.catalog-filter-dropdown.has-selection summary b {
  color: #755700;
}

.catalog-filter-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  width: max(250px, 100%);
  padding: 16px;
  border: 1px solid #d5deea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 25, 55, 0.18);
}

.catalog-filter-menu small {
  display: block;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #edf0f4;
  color: #7b8798;
  font-size: 11px;
}

.catalog-filter-option {
  min-height: 30px;
}

.catalog-filter-clear {
  flex: 0 0 80px;
  min-height: 62px;
  align-self: flex-start;
  border: 1px solid #cfd8e5;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.catalog-result-head {
  align-items: flex-end;
  padding-top: 24px;
  border-top: 1px solid #dbe2eb;
}

.catalog-result-head > div {
  display: grid;
}

.catalog-result-eyebrow {
  margin-bottom: 5px;
  color: #8b6800;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.catalog-result-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-result-body {
  display: flex;
  min-height: 286px;
  flex-direction: column;
}

.catalog-result-tags {
  margin-bottom: 18px;
}

.catalog-card-link {
  display: inline-flex;
  min-height: 40px;
  margin-top: auto;
  padding: 10px 13px;
  border-radius: 7px;
  background: #08264f;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 850;
}

.catalog-card-link:hover {
  background: #f8b918;
  color: #071832;
}

@media (max-width: 1020px) {
  #system-components .product-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-filter-dropdowns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  #selection-paths,
  #system-components,
  #quick-guide,
  #catalog-filter {
    padding-block: 54px;
  }

  .selection-path-card {
    min-height: 0;
  }

  .path-action {
    width: 100%;
  }

  #system-components .product-index-grid,
  .catalog-filter-dropdowns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #system-components .product-index-card {
    min-height: 154px;
  }

  #system-components .product-index-body {
    padding: 18px;
  }

  #system-components .product-index-body h3 {
    font-size: 17px;
  }

  .catalog-guidance {
    display: block;
  }

  .catalog-guidance strong {
    display: block;
    margin-bottom: 3px;
  }

  .catalog-filter-bar {
    display: block;
  }

  .catalog-filter-dropdown summary {
    min-height: 58px;
  }

  .catalog-filter-menu {
    position: fixed;
    z-index: 1300;
    top: auto;
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    left: 14px;
    width: auto;
    max-height: 56vh;
    overflow-y: auto;
  }

  .catalog-filter-clear {
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
  }

  .catalog-result-head {
    display: block;
  }

  .catalog-result-head > .catalog-clear-link {
    display: none;
  }

  .catalog-result-grid {
    grid-template-columns: 1fr;
  }

  .catalog-result-body {
    min-height: 0;
  }
}
product-flow-and-dropdown-filter-20260711 rollback end */

/* simple-product-entries-and-horizontal-filter-20260711 */
.catalog-priority-section {
  padding-block: clamp(28px, 3.4vw, 42px);
}

.catalog-filter-intro {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 10px;
}

.catalog-filter-title {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: #0b1f3d;
  font-size: 18px;
  line-height: 1.3;
}

.catalog-filter-icon {
  position: relative;
  width: 18px;
  height: 14px;
  color: #b78100;
  background:
    linear-gradient(currentColor, currentColor) 0 1px / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 6px / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 11px / 18px 2px no-repeat;
}

.catalog-filter-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 5px 0 currentColor, 2px 10px 0 currentColor;
}

.catalog-filter-intro p {
  margin: 0;
  color: #68758a;
  font-size: 13px;
  line-height: 1.5;
}

.catalog-horizontal-bar {
  position: relative;
  z-index: 30;
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(7, 28, 60, 0.06);
}

.catalog-horizontal-groups {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
  flex: 1 1 auto;
}

.catalog-horizontal-dropdown {
  position: relative;
  min-width: 0;
}

.catalog-horizontal-dropdown summary {
  position: relative;
  display: flex;
  min-height: 54px;
  padding: 8px 30px 8px 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f4f7fb;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.catalog-horizontal-dropdown summary:hover {
  border-color: #c4cfdd;
  background: #fff;
}

.catalog-horizontal-dropdown summary::-webkit-details-marker {
  display: none;
}

.catalog-horizontal-dropdown summary::after {
  content: "⌄";
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #748196;
}

.catalog-horizontal-dropdown summary span {
  color: #647188;
  font-size: 11px;
  font-weight: 750;
}

.catalog-horizontal-dropdown summary b {
  overflow: hidden;
  margin-top: 4px;
  color: #0d203f;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-horizontal-dropdown summary b:empty {
  display: none;
}

.catalog-horizontal-dropdown:not(.has-selection) summary span {
  color: #0d203f;
  font-size: 14px;
  font-weight: 800;
}

.catalog-horizontal-dropdown[open] summary,
.catalog-horizontal-dropdown.has-selection summary {
  border-color: #d09b00;
  background: #fffaf0;
  box-shadow: 0 0 0 2px rgba(248, 185, 24, 0.12);
}

.catalog-horizontal-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  width: max(250px, 100%);
  padding: 16px;
  border: 1px solid #d5deea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 25, 55, 0.18);
}

.catalog-horizontal-clear {
  flex: 0 0 86px;
  min-height: 54px;
  align-self: flex-start;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f4f7fb;
  color: #6d788a;
  font-weight: 750;
  text-align: center;
}

.catalog-horizontal-clear:not(:disabled):hover {
  border-color: #d8b13b;
  background: #fff8df;
  color: #725600;
}

.catalog-result-head--horizontal {
  min-height: 64px;
  padding-top: 14px;
  border-top: 1px solid #dbe2eb;
}

.catalog-active-filters:empty {
  display: none;
}

.catalog-result-grid--full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-entry-section {
  padding-block: 46px;
  border-bottom: 1px solid #e1e6ee;
}

.product-entry-inline {
  margin: 6px 0 18px;
  padding: 10px 0 18px;
  border-bottom: 1px solid #dbe2eb;
}

.product-entry-label {
  display: block;
  margin-bottom: 8px;
  color: #786000;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-entry-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 64px;
  padding: 13px 15px;
  border: 1px solid #d9e0e9;
  border-radius: 10px;
  background: #fff;
  color: #13213a;
  align-items: center;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.product-entry-link:hover {
  transform: translateY(-2px);
  border-color: #d4a000;
}

.product-entry-link span {
  color: #a27600;
  font-size: 12px;
  font-weight: 800;
}

.product-entry-link strong {
  font-size: 16px;
  line-height: 1.35;
}

.product-entry-link b {
  color: #a27600;
  font-size: 18px;
}

.quick-guide-card--fuel {
  border-color: #e2ba43;
  background: linear-gradient(145deg, #fffdf5 0%, #fff6cf 100%);
}

.quick-guide-compact {
  padding-block: 22px 24px;
  border-bottom: 1px solid #dfe5ed;
  background: #fff;
}

.quick-guide-compact-head {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.quick-guide-compact-head h2 {
  flex: 0 0 auto;
  margin: 0;
  color: #0b1f3d;
  font-size: 18px;
  line-height: 1.3;
}

.quick-guide-compact-head p {
  margin: 0;
  color: #6b7789;
  font-size: 13px;
}

.quick-guide-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.quick-guide-grid--compact .quick-guide-card {
  min-height: 112px;
  padding: 13px 14px;
  border-radius: 10px;
}

.quick-guide-grid--compact .quick-guide-card span {
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.quick-guide-grid--compact .quick-guide-card strong {
  margin: 7px 0 4px;
  font-size: 15px;
  line-height: 1.3;
}

.quick-guide-grid--compact .quick-guide-card small {
  display: -webkit-box;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1020px) {
  .quick-guide-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-horizontal-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-result-grid--full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* product-hierarchy-cleanup-20260712 */
.catalog-horizontal-groups {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-start-state {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px dashed #c9d3df;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
  text-align: center;
}

.catalog-start-state strong {
  color: #10213f;
  font-size: 18px;
}

.catalog-start-state p {
  margin: 6px 0 0;
  color: #6b7789;
  font-size: 13px;
}

.system-nav-compact,
.topic-nav-compact {
  padding-block: 38px;
}

.system-nav-compact .section-head,
.topic-nav-compact .section-head {
  max-width: none;
  margin-bottom: 18px;
}

.system-nav-compact .section-title,
.topic-nav-compact .section-title {
  margin-bottom: 6px;
  font-size: clamp(24px, 2.4vw, 32px);
}

.system-nav-compact .section-lede,
.topic-nav-compact .section-lede {
  max-width: 900px;
  font-size: 14px;
}

.system-nav-compact .product-index-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.topic-nav-compact .product-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.system-nav-compact .product-index-card:first-child {
  display: none;
}

.system-nav-compact .product-index-card,
.topic-nav-compact .product-index-card {
  min-height: 0;
  border-radius: 10px;
}

.system-nav-compact .product-index-media,
.topic-nav-compact .product-index-media,
.system-nav-compact .product-index-body > p:not(.section-kicker),
.topic-nav-compact .product-index-body > p:not(.section-kicker),
.system-nav-compact .mini-actions,
.topic-nav-compact .mini-actions {
  display: none;
}

.system-nav-compact .product-index-body,
.topic-nav-compact .product-index-body {
  display: grid;
  min-height: 112px;
  padding: 15px;
  align-content: space-between;
}

.system-nav-compact .product-index-body h3,
.topic-nav-compact .product-index-body h3 {
  margin: 4px 0 12px;
  font-size: 16px;
  line-height: 1.35;
}

.system-nav-compact .product-card-footer,
.topic-nav-compact .product-card-footer {
  margin-top: 0;
}

@media (max-width: 1020px) {
  .catalog-horizontal-groups,
  .system-nav-compact .product-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .catalog-horizontal-groups,
  .system-nav-compact .product-index-grid,
  .topic-nav-compact .product-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-nav-compact,
  .topic-nav-compact {
    padding-block: 28px;
  }
}

@media (max-width: 700px) {
  .quick-guide-compact {
    padding-block: 18px 20px;
  }

  .quick-guide-compact-head {
    display: block;
  }

  .quick-guide-compact-head p {
    margin-top: 4px;
  }

  .quick-guide-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-guide-grid--compact .quick-guide-card {
    min-height: 104px;
    padding: 12px;
  }

  .catalog-priority-section {
    padding-block: 32px;
  }

  .catalog-horizontal-bar {
    display: block;
    padding: 8px;
  }

  .catalog-filter-intro {
    display: block;
  }

  .catalog-filter-intro p {
    margin-top: 5px;
  }

  .catalog-horizontal-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-horizontal-dropdown[open] {
    grid-column: 1 / -1;
  }

  .catalog-horizontal-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: 0 10px 24px rgba(5, 25, 55, 0.12);
  }

  .catalog-horizontal-clear {
    width: 100%;
    min-height: 44px;
    margin-top: 10px;
  }

  .catalog-result-head--horizontal > .catalog-clear-link {
    display: none;
  }

  .catalog-result-grid--full {
    grid-template-columns: 1fr;
  }

  .product-entry-section {
    padding-block: 38px;
  }

  .product-entry-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-entry-link {
    min-height: 60px;
  }
}

/* product-display-rebuild-20260712 */
.product-family-showcase {
  padding-block: 54px 64px;
  scroll-margin-top: 72px;
  border-bottom: 1px solid #dde4ed;
  background: #fff;
}

.catalog-priority-section,
.system-module-section,
.product-topic-section {
  scroll-margin-top: 72px;
}

.product-family-head,
.system-module-head,
.product-topic-head {
  display: flex;
  gap: 36px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.product-family-head h2,
.system-module-head h2,
.product-topic-head h2 {
  margin: 4px 0 0;
  color: var(--navy-deep);
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.12;
}

.product-family-head > p,
.system-module-head > p,
.product-topic-head > p {
  max-width: 570px;
  margin: 0;
  color: #667286;
  font-size: 15px;
  line-height: 1.7;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.product-family-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(2, 24, 57, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-family-card:hover {
  transform: translateY(-3px);
  border-color: #d4aa31;
  box-shadow: 0 20px 42px rgba(2, 24, 57, 0.13);
}

.product-family-card--wide {
  display: grid;
  grid-column: span 3;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.product-family-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9eef4;
}

.product-family-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-family-card:hover .product-family-media img {
  transform: scale(1.035);
}

.product-family-card--wide .product-family-media {
  height: 100%;
  min-height: 286px;
  aspect-ratio: auto;
}

.product-family-media--diagram {
  display: grid;
  padding: 24px 24px 16px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(229, 236, 245, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(0, 24, 63, 0.04) 31px 32px);
}

.product-family-media--diagram svg {
  width: 100%;
  max-height: 220px;
}

.product-family-media--diagram > span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 24, 63, 0.82);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.product-family-body {
  display: flex;
  min-height: 240px;
  padding: 23px 24px 22px;
  flex-direction: column;
}

.product-family-card--wide .product-family-body {
  min-height: 286px;
  justify-content: center;
}

.product-family-use {
  color: #9a7000;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.product-family-body h3 {
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.product-family-body h3 a {
  color: var(--navy-deep);
  text-decoration: none;
}

.product-family-body p {
  margin: 0;
  color: #647084;
  font-size: 14px;
  line-height: 1.65;
}

.product-family-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.product-family-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef2f7;
  color: #526078;
  font-size: 11px;
  font-weight: 700;
}

.product-family-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: #765800;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.product-family-link b {
  font-size: 18px;
  transition: transform 160ms ease;
}

.product-family-link:hover b {
  transform: translateX(4px);
}

.catalog-priority-section:not(.catalog-is-active) .catalog-result-head,
.catalog-priority-section:not(.catalog-is-active) .catalog-result-grid,
.catalog-priority-section:not(.catalog-is-active) .catalog-status {
  display: none;
}

.catalog-priority-section:not(.catalog-is-active) .catalog-horizontal-bar {
  margin-bottom: 0;
}

.catalog-priority-section.catalog-is-active .catalog-result-head {
  margin-top: 18px;
}

.catalog-priority-section .catalog-result-grid--full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-priority-section .catalog-result-media {
  aspect-ratio: 16 / 9;
}

.catalog-priority-section .catalog-result-body {
  display: flex;
  min-height: 270px;
  padding: 22px;
  flex-direction: column;
}

.catalog-priority-section .catalog-result-body > p:not(.catalog-result-layer) {
  min-height: 0;
}

.catalog-priority-section .catalog-card-link {
  margin-top: auto;
  padding-top: 4px;
}

.product-brand-band {
  padding-block: 58px;
  border-top: 1px solid #dce3ec;
  background: #f8fafc;
}

.product-brand-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 52px;
  align-items: center;
}

.product-brand-copy h2 {
  margin: 6px 0 14px;
  color: var(--navy-deep);
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.16;
}

.product-brand-copy > p:not(.section-kicker) {
  margin: 0;
  color: #647084;
  font-size: 14px;
  line-height: 1.75;
}

.product-brand-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.product-brand-facts span {
  padding: 13px 12px;
  border-left: 3px solid var(--yellow);
  background: #fff;
  color: #687386;
  font-size: 11px;
  line-height: 1.45;
}

.product-brand-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
  font-size: 17px;
  line-height: 1.2;
}

.product-brand-copy .product-family-link {
  margin-top: 20px;
  padding-top: 0;
}

.product-brand-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-brand-logos span {
  display: grid;
  min-height: 116px;
  padding: 22px;
  border: 1px solid #dce3ec;
  border-radius: 12px;
  background: #fff;
  place-items: center;
  box-shadow: 0 10px 26px rgba(4, 27, 60, 0.05);
}

.product-brand-logos img {
  width: 100%;
  max-width: 145px;
  max-height: 52px;
  object-fit: contain;
}

.system-module-section {
  padding-block: 56px 62px;
  background: linear-gradient(135deg, #00122f 0%, #06265c 100%);
}

.system-module-head {
  align-items: flex-end;
}

.system-module-head .section-kicker {
  color: var(--yellow);
}

.system-module-head h2,
.system-module-head > p {
  color: #fff;
}

.system-module-head > p {
  color: rgba(255, 255, 255, 0.7);
}

.system-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.system-module-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  align-items: start;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.system-module-link:hover {
  transform: translateY(-2px);
  border-color: rgba(248, 185, 24, 0.72);
  background: rgba(255, 255, 255, 0.11);
}

.system-module-link > span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.system-module-link small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.system-module-link h3 {
  margin: 5px 0 8px;
  color: #fff;
  font-size: 19px;
}

.system-module-link p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.system-module-link > b {
  color: var(--yellow);
  font-size: 20px;
}

.product-topic-section {
  padding-block: 56px 62px;
  background: #fff;
}

.product-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-topic-card {
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 13px;
  background: #fff;
  color: var(--navy-deep);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-topic-card:hover {
  transform: translateY(-3px);
  border-color: #d4aa31;
  box-shadow: 0 16px 34px rgba(2, 24, 57, 0.1);
}

.product-topic-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background: #e9eef4;
}

.product-topic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-topic-card:hover img {
  transform: scale(1.035);
}

.product-topic-copy {
  display: flex;
  min-height: 205px;
  padding: 21px 22px;
  flex-direction: column;
}

.product-topic-copy small {
  color: #9a7000;
  font-size: 11px;
  font-weight: 850;
}

.product-topic-copy strong {
  margin-top: 7px;
  font-size: 21px;
  line-height: 1.3;
}

.product-topic-copy em {
  margin-top: 9px;
  color: #667286;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.product-topic-copy b {
  margin-top: auto;
  padding-top: 16px;
  color: #765800;
  font-size: 13px;
}

@media (max-width: 1020px) {
  .product-family-card {
    grid-column: span 3;
  }

  .product-family-card--wide {
    display: block;
  }

  .product-family-card--wide .product-family-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .product-family-card--wide .product-family-body {
    min-height: 240px;
  }

  .system-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-priority-section .catalog-result-grid--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-brand-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 700px) {
  .product-family-showcase,
  .system-module-section,
  .product-topic-section {
    padding-block: 38px 42px;
  }

  .product-family-head,
  .system-module-head,
  .product-topic-head {
    display: block;
    margin-bottom: 20px;
  }

  .product-family-head > p,
  .system-module-head > p,
  .product-topic-head > p {
    margin-top: 10px;
  }

  .product-family-grid,
  .system-module-grid,
  .product-topic-grid {
    grid-template-columns: 1fr;
  }

  .catalog-priority-section .catalog-result-grid--full,
  .product-brand-logos {
    grid-template-columns: 1fr;
  }

  .product-brand-band {
    padding-block: 40px;
  }

  .product-brand-facts {
    grid-template-columns: 1fr;
  }

  .product-brand-logos span {
    min-height: 96px;
  }

  .product-family-card,
  .product-family-card--wide {
    grid-column: 1;
  }

  .product-family-body,
  .product-family-card--wide .product-family-body {
    min-height: 220px;
    padding: 20px;
  }

  .product-family-media--diagram {
    min-height: 230px !important;
  }

  .system-module-link {
    min-height: 138px;
  }
}

/* six-category-product-center-20260712 */
.product-class-selector {
  padding-block: 46px 50px;
  scroll-margin-top: 72px;
  border-bottom: 1px solid #dce3ec;
  background: #fff;
}

.product-selector-head,
.product-library-head,
.quality-proof-head {
  display: flex;
  gap: 34px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-selector-head h2,
.product-library-head h2,
.quality-proof-head h2 {
  margin: 5px 0 0;
  color: var(--navy-deep);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.16;
}

.product-selector-head > p,
.product-library-head > p,
.quality-proof-head > p {
  max-width: 560px;
  margin: 0;
  color: #687386;
  font-size: 14px;
  line-height: 1.7;
}

.product-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-selector-grid a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 4px 15px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid #d9e1eb;
  border-radius: 12px;
  background: #fff;
  color: var(--navy-deep);
  align-items: center;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(3, 25, 58, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.product-selector-grid a:hover {
  transform: translateY(-2px);
  border-color: #d3a52b;
  box-shadow: 0 16px 30px rgba(3, 25, 58, 0.1);
}

.product-selector-grid a > span {
  grid-row: 1 / 3;
  color: #b88200;
  font-size: 13px;
  font-weight: 900;
}

.product-selector-grid strong { font-size: 19px; line-height: 1.3; }
.product-selector-grid small { color: #6c7789; font-size: 12px; }
.product-selector-grid b { grid-row: 1 / 3; color: #b88200; font-size: 20px; }

.product-category-library {
  padding-block: 56px 64px;
  background: #f3f6fa;
}

.product-category-group {
  scroll-margin-top: 82px;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid #d7e0ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(3, 25, 58, 0.06);
}

.product-category-group summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 102px;
  padding: 22px 24px;
  color: var(--navy-deep);
  align-items: center;
  cursor: pointer;
  list-style: none;
  transition: background 160ms ease, color 160ms ease;
}

.product-category-group summary::-webkit-details-marker { display: none; }

.product-category-group summary > span {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff5ce;
  color: #9b7000;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.product-category-group summary strong { display: block; font-size: 24px; line-height: 1.25; }
.product-category-group summary small { display: block; margin-top: 5px; color: #687386; font-size: 13px; }
.product-category-group summary > b { color: #8a6500; font-size: 12px; font-weight: 850; }
.product-category-group[open] summary { background: var(--navy-deep); color: #fff; }
.product-category-group[open] summary small { color: rgba(255, 255, 255, 0.68); }
.product-category-group[open] summary > b { color: var(--yellow); }

.product-category-content {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 26px;
  border-top: 1px solid #e1e7ef;
}

.product-category-toolbar {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.product-category-toolbar span { color: #6b7688; font-size: 12px; font-weight: 850; letter-spacing: 0.06em; }

.product-category-series-cta {
  order: -2;
  display: flex;
  width: 100%;
  min-height: 54px;
  margin: 0 0 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid var(--navy-deep);
  border-bottom: 4px solid var(--yellow);
  border-radius: 9px;
  background: var(--navy-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(3, 25, 58, 0.14);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.product-category-series-cta b { color: var(--yellow); font-size: 20px; line-height: 1; }
.product-category-series-cta:hover {
  transform: translateY(-2px);
  background: #092b59;
  box-shadow: 0 12px 26px rgba(3, 25, 58, 0.2);
}
.product-category-series-cta:focus-visible { outline: 3px solid rgba(248, 185, 24, 0.45); outline-offset: 3px; }

.product-series-overview {
  order: -2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(22px, 3vw, 46px);
  margin-bottom: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  align-items: center;
  border: 1px solid #cdd8e5;
  border-left: 6px solid var(--yellow);
  border-radius: 10px;
  background: linear-gradient(120deg, #fff 0%, #f5f8fc 100%);
}

.product-series-overview-copy > span {
  display: block;
  margin-bottom: 8px;
  color: #8a6500;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-series-overview-copy h3 {
  max-width: 900px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.3;
}

.product-series-overview-copy p {
  max-width: 980px;
  margin: 10px 0 0;
  color: #59677a;
  font-size: 14px;
  line-height: 1.75;
}

.product-series-overview .product-category-series-cta {
  order: 0;
  width: min(100%, 360px);
  min-height: 58px;
  margin: 0;
  justify-self: end;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-product-grid--system { row-gap: 18px; }

.category-product-card {
  overflow: hidden;
  border: 1px solid #dce3ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(3, 25, 58, 0.05);
}

.category-product-media { display: block; overflow: hidden; aspect-ratio: 16 / 8.5; background: #e9eef4; }
.category-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.category-product-card:hover .category-product-media img { transform: scale(1.035); }

.category-product-card > div {
  display: flex;
  min-height: 202px;
  padding: 19px 20px;
  flex-direction: column;
}

.category-product-card small { color: #9a7000; font-size: 11px; font-weight: 850; }
.product-config-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 9px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff3c4;
  color: #765800;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.category-product-card .product-config-badge + small,
.product-model-list-card .product-config-badge + small { display: block; }
.category-product-card h3 { margin: 7px 0 9px; color: var(--navy-deep); font-size: 20px; line-height: 1.3; }
.category-product-card p { margin: 0; color: #687386; font-size: 13px; line-height: 1.6; }
.category-product-card > div > a { margin-top: auto; padding-top: 14px; color: #765800; font-size: 13px; font-weight: 850; text-decoration: none; }

.category-product-card--diagram .category-product-media {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  background: linear-gradient(145deg, #f9fbfd, #dce6f1);
}

.category-mobile-visual {
  position: relative;
  display: grid;
  width: 72%;
  height: 86px;
  border: 4px solid #7e8da2;
  border-radius: 9px;
  background: #f8fafc;
  color: #6a7789;
  place-items: center;
  font-size: 12px;
  font-weight: 850;
}

.category-mobile-visual::before {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -20px;
  left: -22px;
  height: 15px;
  border-radius: 4px;
  background: var(--navy);
}

.category-mobile-visual::after {
  content: "●     ●";
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: -38px;
  left: 4px;
  color: #111827;
  font-size: 28px;
  letter-spacing: 42px;
  white-space: nowrap;
}

.category-mobile-visual--long { width: 82%; }
.category-mobile-visual--cable { border-color: #b88a12; }
.category-mobile-visual--truck,
.category-mobile-visual--truck-long { width: 58%; margin-left: -18%; }
.category-mobile-visual--truck::before,
.category-mobile-visual--truck-long::before { right: -76px; clip-path: polygon(0 0, 62% 0, 100% 58%, 100% 100%, 0 100%); }
.category-mobile-visual--truck-long { width: 70%; }

.catalog-priority-section { border-top: 1px solid #dce3ec; }

.product-quality-proof {
  padding-block: 60px 66px;
  background: linear-gradient(135deg, #00122f 0%, #06265c 100%);
}

.quality-proof-head h2,
.quality-proof-head > p { color: #fff; }
.quality-proof-head .section-kicker { color: var(--yellow); }
.quality-proof-head > p { color: rgba(255, 255, 255, 0.7); }

.quality-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quality-proof-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: #fff;
}

.quality-proof-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.quality-proof-card > div { min-height: 210px; padding: 22px; }
.quality-proof-card span { color: #9a7000; font-size: 11px; font-weight: 850; }
.quality-proof-card h3 { margin: 8px 0 10px; color: var(--navy-deep); font-size: 21px; }
.quality-proof-card p { margin: 0; color: #657185; font-size: 13px; line-height: 1.65; }

.quality-proof-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.quality-proof-checklist span {
  position: relative;
  padding: 13px 14px 13px 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.quality-proof-checklist span::before { content: "✓"; position: absolute; left: 14px; color: var(--yellow); font-weight: 900; }
.quality-proof-actions { display: flex; gap: 12px; margin-top: 22px; }

/* Product center: six verifiable quality standards, without image-led cards. */
.product-quality-proof {
  padding-block: 62px 58px;
  background: #eef4fb;
}

.product-quality-proof .quality-proof-head {
  display: block;
  margin-bottom: 28px;
}

.product-quality-proof .quality-proof-head h2 {
  color: var(--navy-deep);
}

.product-quality-proof .quality-proof-head .section-kicker {
  color: var(--blue);
}

.product-quality-proof .quality-proof-head > p {
  width: 100%;
  max-width: 1120px;
  margin: 14px 0 0;
  color: #5f6f84;
  font-size: 16px;
  line-height: 1.65;
}

.quality-standards-grid {
  gap: 16px;
}

.quality-standard-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 304px;
  padding: 26px 28px 22px;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d7e0eb;
  border-top: 4px solid #f8b918;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(3, 25, 58, 0.07);
}

.quality-standard-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.quality-standard-head span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  color: #061833;
  background: #f8b918;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.quality-standard-head small {
  color: #0757c9;
  font-size: 13px;
  font-weight: 900;
}

.quality-standard-card h3 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.3;
}

.quality-standard-card > p {
  margin: 0;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.65;
}

.quality-standard-card dl {
  margin: auto 0 0;
  padding-top: 14px;
}

.quality-standard-card dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #e3e9f1;
}

.quality-standard-card dt,
.quality-standard-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.quality-standard-card dt {
  color: #0757c9;
  font-weight: 900;
}

.quality-standard-card dd {
  color: #354863;
}

.product-quality-proof .quality-proof-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ccd7e5;
}

.quality-proof-action-copy {
  display: grid;
  gap: 5px;
}

.quality-proof-action-copy strong {
  color: var(--navy-deep);
  font-size: 18px;
}

.quality-proof-action-copy span {
  color: #607086;
  font-size: 14px;
}

.quality-proof-action-buttons {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

@media (max-width: 1020px) {
  .product-selector-grid,
  .category-product-grid,
  .quality-proof-grid,
  .quality-proof-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .product-class-selector,
  .product-category-library,
  .product-quality-proof { padding-block: 38px 42px; }

  .product-selector-head,
  .product-library-head,
  .quality-proof-head { display: block; margin-bottom: 20px; }

  .product-selector-head > p,
  .product-library-head > p,
  .quality-proof-head > p { margin-top: 10px; }

  .product-selector-grid,
  .category-product-grid,
  .quality-proof-grid,
  .quality-proof-checklist { grid-template-columns: 1fr; }

  .product-category-group summary { grid-template-columns: auto minmax(0, 1fr); gap: 13px; padding: 18px; }
  .product-category-group summary > b { display: none; }
  .product-category-group summary strong { font-size: 19px; }
  .product-category-content { padding: 16px; }
  .product-category-toolbar { display: block; }
  .product-category-series-cta { min-height: 50px; padding: 12px 16px; }
  .quality-proof-actions { display: grid; }

  .quality-standard-card {
    min-height: 0;
    padding: 22px;
  }

  .quality-standard-card dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .quality-proof-action-buttons {
    display: grid;
  }

  .product-quality-proof .quality-proof-actions {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 16px;
  }

  .product-quality-proof .quality-proof-action-copy,
  .product-quality-proof .quality-proof-action-buttons,
  .product-quality-proof .quality-proof-action-buttons .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .product-quality-proof .quality-proof-action-buttons .btn {
    white-space: normal;
  }
}

/* product-wide-layout-20260713 */
.product-class-selector > .container,
.product-category-library > .container,
.catalog-priority-section > .container,
.product-quality-proof > .container,
.product-topic-section > .container {
  width: min(calc(100% - 56px), 1760px);
}

.product-selector-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.product-selector-grid a {
  gap: 4px 11px;
  min-height: 104px;
  padding: 18px;
}

.product-category-group {
  overflow: visible;
  margin-top: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-category-group summary {
  min-height: 96px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(3, 25, 58, 0.05);
}

.product-category-group[open] summary {
  border-radius: 10px;
  box-shadow: none;
}

.product-category-content {
  padding: 22px 0 36px;
  border-top: 0;
  border-bottom: 1px solid #d4dde8;
  background: transparent;
}

.product-category-toolbar {
  padding-inline: 2px;
}

.category-product-grid {
  gap: 18px;
}

.category-product-card {
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(3, 25, 58, 0.045);
}

.category-product-card > div {
  min-height: 190px;
  padding: 20px 22px;
}

@media (max-width: 1350px) {
  .product-selector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .product-class-selector > .container,
  .product-category-library > .container,
  .catalog-priority-section > .container,
  .product-quality-proof > .container,
  .product-topic-section > .container {
    width: min(calc(100% - 32px), 1760px);
  }
}

@media (max-width: 700px) {
  .product-selector-grid {
    grid-template-columns: 1fr;
  }

  .product-category-group {
    margin-top: 18px;
  }

  .product-category-content {
    padding: 16px 0 26px;
  }
}

/* standalone-quality-proof-20260714 */
.quality-page {
  background: #f3f6fa;
}

.quality-page h1,
.quality-page h2,
.quality-page h3,
.quality-page .section-title {
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.quality-page .section-head {
  max-width: none;
  margin-bottom: 28px;
}

.quality-page .section-lede {
  max-width: 1120px;
  line-height: 1.75;
}

.quality-page .container,
.quality-hero > .container,
.quality-intro > .container,
.quality-checkpoints > .container,
.quality-evidence > .container {
  width: min(calc(100% - 56px), 1760px);
}

.quality-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 18, 47, 0.96) 0%, rgba(0, 24, 63, 0.9) 42%, rgba(0, 24, 63, 0.52) 100%),
    url("../images/product-gallery/open-800kw-cummins-leroy-somer/01-1600.webp") center / cover no-repeat;
}

.quality-hero__content {
  max-width: 980px;
}

.quality-hero h1 {
  max-width: 980px;
  margin: 16px 0 18px;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1.08;
}

.quality-hero p:not(.eyebrow) {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.quality-intro {
  padding: 56px 0 48px;
  background: #fff;
  border-bottom: 1px solid #dce3ec;
}

.quality-intro > .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 42px;
  align-items: start;
}

.quality-intro__lead h2,
.quality-evidence__copy h2 {
  margin: 6px 0 0;
  color: var(--navy-deep);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.18;
}

.quality-intro__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quality-intro__points article,
.quality-evidence__grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d8e1ec;
  border-left: 4px solid var(--yellow);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(3, 25, 58, 0.06);
}

.quality-intro__points span,
.quality-evidence__grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: #a27600;
  font-size: 12px;
  font-weight: 900;
}

.quality-intro__points h3,
.quality-evidence__grid h3 {
  margin: 0 0 9px;
  color: var(--navy-deep);
  font-size: 21px;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: anywhere;
}

.quality-intro__points p,
.quality-evidence__grid p,
.quality-evidence__copy p {
  margin: 0;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.7;
}

.quality-checkpoints {
  padding: 64px 0 70px;
  background: #eef4fb;
}

.quality-checkpoints .section-title {
  max-width: 1180px;
  font-size: clamp(32px, 3vw, 52px);
}

.quality-detail-list {
  display: grid;
  gap: 18px;
}

.quality-detail-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.8fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(3, 25, 58, 0.055);
}

.quality-detail-title {
  min-width: 0;
}

.quality-detail-title span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: var(--yellow);
  color: #061833;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.quality-detail-title small {
  display: block;
  margin-bottom: 8px;
  color: #0757c9;
  font-size: 13px;
  font-weight: 900;
}

.quality-detail-title h3 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.22;
}

.quality-detail-title p {
  margin: 0;
  color: #607086;
  font-size: 15px;
  line-height: 1.7;
}

.quality-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

.quality-detail-grid div {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e0e7f0;
  border-radius: 9px;
  background: #f8fafd;
}

.quality-detail-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #0a50bd;
  font-size: 14px;
}

.quality-detail-grid p {
  margin: 0;
  color: #354863;
  font-size: 14px;
  line-height: 1.72;
}

.quality-control-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.quality-control-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d8e1ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(3, 25, 58, 0.055);
}

.quality-control-card--primary {
  border-color: rgba(255, 183, 24, 0.7);
  background: linear-gradient(145deg, #061936 0%, #082650 100%);
  color: #fff;
}

.quality-control-head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.quality-control-head span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff2c7;
  color: #8a6100;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.quality-control-head small {
  color: #a27600;
  font-size: 12px;
  font-weight: 900;
}

.quality-control-card--primary .quality-control-head span {
  background: var(--yellow);
  color: #061833;
}

.quality-control-card--primary .quality-control-head small {
  color: var(--yellow);
}

.quality-control-card h3 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-size: 21px;
  line-height: 1.28;
}

.quality-control-card--primary h3 {
  color: #fff;
}

.quality-control-card p {
  margin: 0 0 15px;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.68;
}

.quality-control-card--primary p {
  color: rgba(255, 255, 255, 0.78);
}

.quality-control-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-control-card li {
  position: relative;
  padding-left: 18px;
  color: #263b58;
  font-size: 13px;
  line-height: 1.55;
}

.quality-control-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #a27600;
  font-weight: 900;
}

.quality-control-card--primary li {
  color: rgba(255, 255, 255, 0.86);
}

.quality-control-card--primary li::before {
  color: var(--yellow);
}

.quality-evidence {
  padding: 64px 0;
  background: #fff;
}

.quality-evidence > .container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: start;
}

.quality-evidence__copy p {
  max-width: 720px;
  margin-top: 16px;
  font-size: 16px;
}

.quality-evidence__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1180px) {
  .quality-intro > .container,
  .quality-evidence > .container,
  .quality-detail-block {
    grid-template-columns: 1fr;
  }

  .quality-intro__points,
  .quality-evidence__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quality-control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .quality-control-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .quality-page .container,
  .quality-hero > .container,
  .quality-intro > .container,
  .quality-checkpoints > .container,
  .quality-evidence > .container {
    width: min(calc(100% - 32px), 1760px);
  }

  .quality-hero {
    padding: 42px 0 56px;
  }

  .quality-intro__points,
  .quality-detail-grid,
  .quality-evidence__grid,
  .quality-control-grid {
    grid-template-columns: 1fr;
  }

  .quality-detail-block {
    padding: 22px;
  }
}

@media (max-width: 700px) {
  .quality-page h1,
  .quality-page h2,
  .quality-page h3,
  .quality-page .section-title {
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  .quality-hero h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .quality-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .quality-intro,
  .quality-checkpoints,
  .quality-evidence {
    padding-block: 42px;
  }
}

@media (max-width: 700px) {
  .product-series-overview {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .product-series-overview .product-category-series-cta {
    width: 100%;
    justify-self: stretch;
  }
}

/* global-section-spacing-system-20260731 */
:root {
  --site-section-space: 72px;
  --site-section-space-tight: 52px;
  --site-section-adjacent-start: 48px;
}

main > .section:not(.contact-landing-hero):not(.gallery-view),
main > .section-tight:not(.contact-landing-hero):not(.gallery-view) {
  padding-block: var(--site-section-space);
}

main > .section.tight:not(.contact-landing-hero):not(.gallery-view),
main > .section-tight:not(.contact-landing-hero):not(.gallery-view) {
  padding-block: var(--site-section-space-tight);
}

main > :is(.section, .section-tight):not(.contact-landing-hero):not(.gallery-view)
  + :is(.section, .section-tight):not(.contact-landing-hero):not(.gallery-view) {
  padding-top: var(--site-section-adjacent-start);
}

@media (max-width: 900px) {
  :root {
    --site-section-space: 56px;
    --site-section-space-tight: 44px;
    --site-section-adjacent-start: 36px;
  }
}

@media (max-width: 720px) {
  :root {
    --site-section-space: 48px;
    --site-section-space-tight: 40px;
    --site-section-adjacent-start: 32px;
  }
}
/* /global-section-spacing-system-20260731 */
