﻿:root {
  --ink: #101820;
  --muted: #5f6f77;
  --blue: #104c66;
  --teal: #c89212;
  --cyan: #f0c85a;
  --deep: #071b28;
  --coral: #f2a51a;
  --gold: #f2b51d;
  --gold-soft: #fff4cf;
  --sea: #0e6f7d;
  --foam: #f6f2e4;
  --line: #e1d8bf;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 27, 40, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  background: var(--white);
  line-height: 1.55;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(9, 34, 51, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: currentColor;
  font-size: 12px;
  opacity: 0.76;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 22, 34, 0.9) 0%, rgba(3, 22, 34, 0.58) 42%, rgba(3, 22, 34, 0.08) 100%),
    linear-gradient(0deg, rgba(3, 22, 34, 0.44), rgba(3, 22, 34, 0.04));
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(690px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 104px);
  padding-top: 88px;
  padding-bottom: 82px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15;
}

.hero-copy {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  cursor: pointer;
}

.button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.button.primary {
  color: #062231;
  background: var(--gold);
}

.button.compact-download {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
}

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

.compact-actions {
  margin-bottom: 0;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  width: min(650px, 100%);
}

.hero-metrics span {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-metrics strong {
  display: block;
  color: var(--white);
  font-size: 26px;
  line-height: 1.1;
}

.section,
.spec-band,
.contact,
.custom-band {
  padding: clamp(70px, 10vw, 118px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  background: var(--foam);
}

.intro p:last-child {
  color: var(--muted);
  font-size: 19px;
}

.about-strength {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  background: var(--white);
}

.about-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8f1f1;
  box-shadow: var(--shadow);
}

.about-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 34, 51, 0) 52%, rgba(9, 34, 51, 0.38) 100%),
    linear-gradient(90deg, rgba(0, 164, 166, 0.18), rgba(255, 125, 92, 0.08));
  content: "";
}

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

.about-content {
  min-width: 0;
}

.about-lead {
  color: var(--ink);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 760;
  line-height: 1.42;
}

.about-content > p:not(.eyebrow):not(.about-lead) {
  color: var(--muted);
  font-size: 17px;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
}

.strength-grid div {
  min-height: 154px;
  padding: 22px;
  background: #f8fbfb;
}

.strength-grid strong,
.strength-grid span {
  display: block;
}

.strength-grid strong {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 16px;
}

.strength-grid span {
  color: var(--muted);
  font-size: 14px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 36px;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.conversion-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.conversion-strip a {
  display: grid;
  min-height: 170px;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 3vw, 32px);
  background: #f8fbfb;
}

.conversion-strip strong {
  color: var(--blue);
  font-size: 18px;
}

.conversion-strip span {
  color: var(--muted);
  font-size: 14px;
}

.why-section {
  background: #f7faf9;
}

.why-grid,
.solution-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.compact-solution-links {
  margin-top: 18px;
}

/* Product detail visual refinement */
.product-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(40, 198, 215, 0.28), transparent 28%),
    linear-gradient(118deg, rgba(4, 24, 36, 0.98), rgba(7, 68, 86, 0.92) 48%, rgba(6, 40, 56, 0.98)),
    #062838;
}

.product-detail-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 243, 231, 0.8), transparent);
  content: "";
}

.product-detail-hero h1 {
  letter-spacing: 0;
}

.product-detail-layout {
  background:
    radial-gradient(circle at 16% 0, rgba(40, 198, 215, 0.12), transparent 24%),
    linear-gradient(180deg, #f4faf9 0, #ffffff 34%, #f5faf9 100%);
}

.catalog-item.detail-summary {
  position: relative;
  grid-template-columns: minmax(360px, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 4.8vw, 62px);
  overflow: hidden;
  padding: clamp(20px, 3.2vw, 42px);
  border-color: rgba(177, 213, 218, 0.86);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 252, 0.94)),
    var(--white);
  box-shadow: 0 34px 90px rgba(7, 36, 51, 0.14);
}

.catalog-item.detail-summary::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 3px solid rgba(40, 198, 215, 0.62);
  content: "";
}

.hero-product-gallery {
  min-height: clamp(500px, 48vw, 680px);
  border: 1px solid rgba(177, 213, 218, 0.86);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98) 0 34%, rgba(235, 249, 249, 0.96) 35% 62%, rgba(226, 242, 244, 0.92) 63%),
    linear-gradient(135deg, #ffffff, #eef8f8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 22px 54px rgba(7, 36, 51, 0.1);
}

.hero-product-gallery::before {
  display: none;
}

.media-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(0, 164, 166, 0.22);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-product-gallery .catalog-media-main {
  position: relative;
  z-index: 1;
  min-height: clamp(500px, 48vw, 680px);
  padding: clamp(34px, 5vw, 72px) clamp(28px, 4vw, 62px) 126px;
  filter: drop-shadow(0 28px 34px rgba(3, 22, 34, 0.18));
}

.hero-gallery-thumbs {
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border-color: rgba(177, 213, 218, 0.76);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(7, 36, 51, 0.1);
}

.hero-gallery-thumbs button {
  border-color: rgba(216, 231, 232, 0.96);
  background: linear-gradient(180deg, #ffffff, #f5fbfb);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hero-gallery-thumbs button:hover,
.hero-gallery-thumbs button.is-active {
  transform: translateY(-2px);
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(40, 198, 215, 0.2);
}

.hero-gallery-thumbs img {
  aspect-ratio: 1.32;
  padding: 6px;
}

.catalog-content {
  justify-content: start;
  padding-block: clamp(4px, 1.5vw, 16px);
}

.catalog-content .eyebrow {
  color: var(--teal);
}

.catalog-content h2 {
  max-width: 720px;
  margin-bottom: 14px;
  color: #082838;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
}

.catalog-content > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 18px;
  color: #4c6874;
  font-size: clamp(16px, 1.35vw, 19px);
}

.catalog-tags span {
  border-color: rgba(0, 107, 159, 0.14);
  color: #075d83;
  background: #eaf8f8;
}

.product-decision-grid {
  gap: 10px;
  background: transparent;
}

.product-decision-grid div {
  min-height: 104px;
  border: 1px solid rgba(216, 231, 232, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f1faf9);
  box-shadow: 0 12px 30px rgba(7, 36, 51, 0.05);
}

.mini-specs {
  gap: 10px;
  background: transparent;
}

.mini-specs div {
  border: 1px solid rgba(216, 231, 232, 0.9);
  border-radius: 8px;
  background: #ffffff;
}

.quote-snapshot {
  margin-top: 2px;
  border-color: rgba(255, 125, 92, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 125, 92, 0.12), rgba(40, 198, 215, 0.08)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(7, 36, 51, 0.08);
}

.quote-snapshot strong {
  color: #082838;
}

.quote-snapshot .button {
  box-shadow: 0 14px 28px rgba(255, 125, 92, 0.22);
}

.hero-download-note {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(235, 245, 247, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.detail-block {
  border-color: rgba(190, 219, 223, 0.88);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 60px rgba(7, 36, 51, 0.07);
}

.detail-block .section-heading h2 {
  font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
}

.product-rfq-builder {
  border-color: rgba(40, 198, 215, 0.24);
  background:
    linear-gradient(135deg, rgba(241, 251, 250, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.product-pdf-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-color: rgba(242, 181, 29, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 249, 232, 0.96), rgba(241, 251, 250, 0.92)),
    #ffffff;
}

.product-pdf-download .compact-download {
  flex: 0 0 auto;
}

.product-pdf-download h2,
.product-pdf-download p {
  max-width: 680px;
}

.key-specifications {
  border-color: rgba(14, 111, 125, 0.22);
}

.key-spec-grid,
.fit-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.key-spec-grid article,
.fit-decision-grid article {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(190, 219, 223, 0.7);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
}

.key-spec-grid strong,
.fit-decision-grid strong {
  color: #082838;
  font-size: 17px;
  line-height: 1.35;
}

.key-spec-grid span,
.fit-decision-grid span {
  color: #7b5608;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.key-spec-grid article > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-transform: none;
}

.fit-decision-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.decision-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rfq-prep-grid article,
.feature-grid article,
.faq-grid article,
.fit-check-grid article,
.light-specs div,
.rfq-checklist-grid span {
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
}

.detail-nav {
  box-shadow: 0 14px 34px rgba(7, 36, 51, 0.06);
}

.detail-nav a {
  background: #ffffff;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.why-grid article,
.solution-links a {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
}

.why-grid strong,
.solution-links strong {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.2;
}

.why-grid span,
.solution-links span {
  display: block;
  color: var(--muted);
  font-size: 15px;
}

.intent-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.intent-strip a {
  min-height: 150px;
  padding: 24px;
  background: #f8fbfb;
}

.intent-strip strong,
.intent-strip span {
  display: block;
}

.intent-strip strong {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 18px;
}

.intent-strip span {
  color: var(--muted);
  font-size: 14px;
}

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

.resource-intents a {
  min-height: 174px;
}

.buyer-resources {
  background:
    linear-gradient(180deg, #fffdf6, #f6f1df);
}

.buyer-resource-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.96);
  border-radius: 8px;
  background: rgba(225, 216, 191, 0.96);
  box-shadow: 0 24px 70px rgba(7, 27, 40, 0.08);
}

.buyer-resource-grid a {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #101820;
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 181, 29, 0.2), transparent 32%),
    linear-gradient(180deg, #fffdf7, #f7f1df);
}

.buyer-resource-grid span {
  width: fit-content;
  margin-bottom: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.36);
  border-radius: 999px;
  color: #765106;
  background: #fff3cc;
  font-size: 12px;
  font-weight: 950;
}

.buyer-resource-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #071b28;
  font-size: 21px;
  line-height: 1.18;
}

.buyer-resource-grid small {
  display: block;
  color: #61717a;
  font-size: 14px;
  line-height: 1.55;
}

.buyer-resource-grid a:hover {
  transform: translateY(-2px);
  color: #071b28;
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 181, 29, 0.34), transparent 34%),
    linear-gradient(180deg, #fff9e8, #f1e6c7);
}

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

.product-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(8, 50, 68, 0.06);
}

.product-card.featured {
  color: var(--white);
  background: #07374d;
  box-shadow: var(--shadow);
}

.product-card-image {
  width: 100%;
  aspect-ratio: 1.35;
  background: #e8f1f1;
  object-fit: cover;
}

.product-card-image.product-fit {
  padding: 22px;
  background: var(--white);
  object-fit: contain;
}

.product-card h3,
.product-card p,
.product-card ul,
.product-card .card-link,
.product-top {
  margin-right: 28px;
  margin-left: 28px;
}

.product-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card.featured .product-top {
  color: var(--gold);
}

.product-card p,
.application-list p,
.process-steps span,
.contact p {
  color: var(--muted);
}

.product-card.featured p,
.product-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.product-card ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  padding: 12px 0 0 22px;
  color: var(--muted);
  position: relative;
}

.product-card li::before {
  position: absolute;
  left: 0;
  content: "+";
  color: var(--coral);
  font-weight: 900;
}

.card-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 900;
}

.product-card.featured .card-link {
  color: var(--gold);
}

.products-page {
  background: #f7faf9;
}

.products-page .site-header {
  position: sticky;
}

.products-hero {
  padding: clamp(84px, 12vw, 140px) clamp(18px, 5vw, 72px) clamp(46px, 7vw, 78px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(5, 32, 47, 0.95), rgba(0, 107, 159, 0.84)),
    #082838;
}

.products-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 6vw, 78px);
}

.products-hero > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.products-hero .button {
  margin-top: 12px;
}

.product-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 5vw, 72px);
  background: var(--line);
}

.product-filter div {
  min-height: 126px;
  padding: 22px;
  background: var(--white);
}

.product-filter strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 15px;
}

.product-filter span {
  display: inline-flex;
  margin: 0 6px 8px 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--blue);
  background: var(--foam);
  font-size: 12px;
  font-weight: 850;
}

.product-directory {
  position: sticky;
  z-index: 10;
  top: 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.product-directory a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--blue);
  background: var(--white);
  font-size: 12px;
  font-weight: 850;
}

.comparison-section {
  padding-bottom: clamp(24px, 4vw, 54px);
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th,
.comparison-table tbody th {
  color: var(--ink);
  font-weight: 900;
}

.comparison-table a {
  color: var(--blue);
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.compact-table .comparison-table {
  min-width: 0;
}

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

.platform-compare-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 250, 249, 0.96)),
    #ffffff;
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.08);
}

.platform-compare-media {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.98) 0 28%, rgba(255, 244, 207, 0.9) 29% 58%, rgba(232, 243, 242, 0.96) 59%),
    linear-gradient(180deg, #fffdf6, #eef7f6);
}

.platform-compare-media img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(7, 27, 40, 0.16));
}

.platform-compare-media span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.34);
  border-radius: 999px;
  color: #7b5608;
  background: rgba(255, 249, 232, 0.9);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-compare-body {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: clamp(20px, 2.6vw, 28px);
}

.platform-compare-head > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #c89212;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-compare-head h3 {
  margin-bottom: 10px;
  color: #101820;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.1;
}

.platform-compare-head p {
  margin: 0;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.62;
}

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

.platform-field-grid div {
  min-height: 112px;
  padding: 13px;
  border: 1px solid rgba(225, 216, 191, 0.86);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fff9e8);
}

.platform-field-grid b,
.platform-field-grid span {
  display: block;
}

.platform-field-grid b {
  margin-bottom: 7px;
  color: #7b5608;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-field-grid span {
  color: #101820;
  font-size: 13px;
  line-height: 1.45;
}

.platform-compare-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.platform-compare-footer > span {
  flex: 1 1 180px;
  color: #5f6f77;
  font-size: 13px;
  font-weight: 850;
}

.platform-compare-footer .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
}

.platform-rfq-link {
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
}

.rov-selection-matrix {
  display: grid;
  gap: 10px;
}

.selection-matrix-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(420px, 1.45fr) minmax(160px, 0.48fr);
  gap: 12px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(246, 250, 249, 0.96)),
    #ffffff;
  box-shadow: 0 16px 42px rgba(7, 27, 40, 0.06);
}

.selection-model {
  min-width: 0;
  padding: 8px 4px 8px 8px;
}

.selection-model > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 11px;
  font-weight: 950;
}

.selection-model h3 {
  margin-bottom: 8px;
  color: #101820;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
}

.selection-model p {
  margin: 0;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.58;
}

.selection-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.selection-fields div {
  min-height: 124px;
  padding: 13px;
  border: 1px solid rgba(225, 216, 191, 0.86);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(242, 181, 29, 0.13), transparent 36%),
    linear-gradient(180deg, #ffffff, #fffaf0);
}

.selection-fields b,
.selection-fields span {
  display: block;
}

.selection-fields b {
  margin-bottom: 7px;
  color: #7b5608;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.selection-fields span {
  color: #101820;
  font-size: 13px;
  line-height: 1.45;
}

.selection-action {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
}

.selection-action small {
  color: #5f6f77;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.selection-detail-link,
.selection-rfq-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.selection-detail-link {
  border: 1px solid rgba(225, 216, 191, 0.9);
  color: #104c66;
  background: #ffffff;
}

.selection-rfq-link {
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
  box-shadow: 0 10px 22px rgba(209, 138, 5, 0.14);
}

.selection-detail-link:hover,
.selection-rfq-link:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0e6f7d, #199db7);
}

.product-list {
  display: grid;
  gap: 22px;
  padding: clamp(32px, 5vw, 72px) clamp(18px, 5vw, 72px) clamp(70px, 10vw, 118px);
}

.catalog-item {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(18px, 3.5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(8, 50, 68, 0.07);
}

.catalog-media {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 38%, #ffffff 0, #f0f7f7 70%);
}

.catalog-media > img,
.catalog-media-main {
  width: 100%;
  height: 100%;
  min-height: 440px;
  padding: clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px) 96px;
  object-fit: contain;
}

.hero-gallery-thumbs {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(220, 231, 231, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.hero-gallery-thumbs button {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fbfb;
  cursor: pointer;
}

.hero-gallery-thumbs button.is-active {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(25, 157, 183, 0.14);
}

.hero-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1.25;
  padding: 5px;
  object-fit: contain;
}

.catalog-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.catalog-content h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.catalog-content p {
  color: var(--muted);
  font-size: 17px;
}

.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 18px;
}

.catalog-tags span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--blue);
  background: var(--foam);
  font-size: 12px;
  font-weight: 850;
}

.product-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 18px;
  background: var(--line);
}

.product-decision-grid div {
  min-height: 86px;
  padding: 14px;
  background: linear-gradient(180deg, #f8fbfb, #eef7f6);
}

.product-decision-grid strong,
.product-decision-grid span {
  display: block;
}

.product-decision-grid strong {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-decision-grid span {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.quote-snapshot {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(25, 157, 183, 0.28);
  border-radius: 8px;
  background: #f4fbfb;
}

.quote-snapshot strong,
.quote-snapshot span {
  display: block;
}

.quote-snapshot strong {
  color: var(--blue);
  font-size: 18px;
}

.quote-snapshot span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.quote-snapshot .button {
  width: fit-content;
}

.catalog-points {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.catalog-points li {
  position: relative;
  padding-left: 21px;
}

.catalog-points li::before {
  position: absolute;
  left: 0;
  color: var(--coral);
  content: "+";
  font-weight: 900;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 22px;
  background: var(--line);
}

.mini-specs div {
  min-height: 82px;
  padding: 13px;
  background: #f8fbfb;
}

.mini-specs dt {
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.mini-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.thumb-row img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f1f5f5;
  object-fit: cover;
}

.applications {
  background: #f7faf9;
}

.solution-list article {
  display: flex;
  flex-direction: column;
}

.solution-list a {
  width: fit-content;
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.custom-band {
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(5, 32, 47, 0.96), rgba(0, 107, 159, 0.88)),
    #082838;
}

.custom-band .eyebrow {
  color: var(--gold);
}

.custom-band .section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.custom-grid article {
  min-height: 174px;
  padding: 26px;
  background: rgba(12, 53, 72, 0.92);
}

.custom-grid strong,
.custom-grid span {
  display: block;
}

.custom-grid strong {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 17px;
}

.custom-grid span {
  color: rgba(255, 255, 255, 0.78);
}

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

.application-list article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.application-list span {
  display: block;
  margin-bottom: 70px;
  color: var(--coral);
  font-weight: 900;
}

.spec-band {
  color: var(--white);
  background: #082838;
}

.spec-band .eyebrow {
  color: var(--gold);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.spec-grid div {
  min-height: 142px;
  padding: 26px;
  background: #0c3548;
}

.spec-grid strong,
.spec-grid span {
  display: block;
}

.spec-grid strong {
  margin-bottom: 16px;
  color: var(--gold);
}

.spec-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.light-specs {
  background: var(--line);
}

.light-specs div {
  background: #f8fbfb;
}

.light-specs strong {
  color: var(--blue);
}

.light-specs span {
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb strong {
  color: var(--blue);
}

.detail-nav {
  position: sticky;
  top: 76px;
  z-index: 6;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.detail-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.detail-nav a:hover {
  border-color: rgba(25, 157, 183, 0.42);
  color: var(--cyan);
}

.product-detail-layout {
  gap: 0;
}

.detail-summary {
  margin-bottom: 22px;
}

.detail-block {
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(8, 50, 68, 0.05);
}

.rich-content {
  max-width: 920px;
  color: var(--muted);
  font-size: 18px;
}

.rich-content p:last-child {
  margin-bottom: 0;
}

.feature-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.feature-grid article,
.faq-grid article {
  min-height: 180px;
  padding: 24px;
  background: #f8fbfb;
}

.feature-grid strong,
.feature-grid span {
  display: block;
}

.feature-grid strong {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 17px;
}

.feature-grid span,
.faq-grid p {
  color: var(--muted);
}

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

.custom-addon-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfb;
}

.custom-addon-card img {
  width: 100%;
  aspect-ratio: 1.35;
  background: var(--white);
  object-fit: cover;
}

.custom-addon-card div {
  padding: 18px;
}

.custom-addon-card strong,
.custom-addon-card span {
  display: block;
}

.custom-addon-card strong {
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 17px;
}

.custom-addon-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-section {
  background: var(--white);
}

.faq-grid h3 {
  font-size: 19px;
}

.product-faq {
  padding-top: clamp(32px, 5vw, 72px);
}

.detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.28fr);
  gap: 16px;
}

.gallery-main {
  display: grid;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 35%, #ffffff 0, #f0f7f7 68%);
}

.gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: clamp(18px, 4vw, 52px);
  object-fit: contain;
}

.gallery-main figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 3px;
}

.gallery-thumbs button {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfb;
  cursor: pointer;
}

.gallery-thumbs button.is-active {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(25, 157, 183, 0.14);
}

.gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1.2;
  padding: 8px;
  object-fit: contain;
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.2;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  object-fit: cover;
}

.fit-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.fit-check-grid article {
  padding: clamp(20px, 3vw, 30px);
  background: #f8fbfb;
}

.fit-check-grid strong {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 20px;
}

.fit-check-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.fit-check-grid li {
  position: relative;
  padding-left: 22px;
  line-height: 1.62;
}

.fit-check-grid li::before {
  position: absolute;
  left: 0;
  color: var(--coral);
  content: "+";
  font-weight: 900;
}

.rfq-checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.38fr);
  gap: 18px;
}

.rfq-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.rfq-checklist-grid span {
  min-height: 92px;
  padding: 18px;
  color: var(--blue);
  background: #f8fbfb;
  font-size: 15px;
  font-weight: 900;
}

.rfq-checklist-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #0a3143, #0d5667);
}

.rfq-checklist-action strong {
  font-size: 20px;
}

.rfq-checklist-action p {
  color: rgba(255, 255, 255, 0.78);
}

.rfq-checklist-action .button {
  width: fit-content;
  margin-top: 8px;
}

.application-index {
  background: #f7faf9;
}

.solution-cards {
  display: grid;
  gap: 18px;
}

.solution-cards article {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(8, 50, 68, 0.06);
}

.solution-cards img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 8px;
  object-fit: cover;
}

.solution-cards h2 {
  font-size: clamp(27px, 4vw, 46px);
}

.solution-cards p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 5vw, 52px);
}

.pagination-wrap .pages,
.pagination-wrap {
  gap: 8px;
}

.pagination-wrap a,
.pagination-wrap span,
.pagination-wrap .page-num,
.pagination-wrap .page-link,
.pagination-wrap .page-num-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.pagination-wrap a:hover,
.pagination-wrap .page-num-current {
  border-color: rgba(25, 157, 183, 0.48);
  color: var(--white);
  background: var(--blue);
}

.application-detail {
  background: #f7faf9;
}

.application-hero-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(18px, 3.5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(8, 50, 68, 0.06);
}

.application-hero-card img {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
}

.application-article-body {
  background: var(--white);
}

.application-article-body .rich-content {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ink);
}

.application-article-body .rich-content h2 {
  margin-top: 34px;
  color: var(--blue);
  font-size: clamp(28px, 4vw, 44px);
}

.application-article-body .rich-content h3 {
  margin-top: 28px;
  color: var(--blue);
  font-size: clamp(22px, 3vw, 30px);
}

.application-article-body .rich-content p,
.application-article-body .rich-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
}

.application-article-body .rich-content ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.content-figure {
  margin: clamp(28px, 5vw, 46px) 0;
}

.content-figure img {
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  object-fit: cover;
}

.content-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.compact-product-grid .product-card {
  min-height: 420px;
}

.slim-contact {
  align-items: center;
}

.slim-contact .button {
  width: fit-content;
  align-self: center;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-steps li {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  counter-increment: steps;
}

.process-steps li::before {
  display: block;
  margin-bottom: 48px;
  color: var(--coral);
  content: "0" counter(steps);
  font-weight: 900;
}

.process-steps strong,
.process-steps span {
  display: block;
}

.process-steps strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 43, 60, 0.96), rgba(0, 104, 143, 0.88)),
    #07374d;
}

.contact .eyebrow {
  color: var(--gold);
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.contact-details a,
.contact-details span {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 211, 93, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 41, 54, 0.96), rgba(3, 23, 34, 0.94)),
    #061d29;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.quote-form label,
.quote-form span {
  display: grid;
  gap: 8px;
}

.quote-form span {
  color: rgba(255, 248, 221, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: #f8fbfd;
  background: rgba(255, 255, 255, 0.075);
  font: inherit;
  padding: 11px 12px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.quote-form input:hover,
.quote-form select:hover,
.quote-form textarea:hover {
  border-color: rgba(255, 211, 93, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(255, 211, 93, 0.82);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(255, 211, 93, 0.16);
}

.quote-form textarea {
  resize: vertical;
}

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

.quote-form .form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form ::placeholder {
  color: rgba(220, 235, 241, 0.58);
}

.form-note {
  margin: 0;
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(260px, 1fr) minmax(260px, 0.9fr);
  gap: 24px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #051923;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer address {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.quick-contact {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
}

.quick-contact a {
  display: inline-flex;
  min-width: 58px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 6px;
  color: #062231;
  background: var(--gold);
  box-shadow: 0 14px 32px rgba(5, 31, 44, 0.18);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.quick-contact a:last-child {
  color: var(--white);
  background: #07374d;
}

.quote-snapshot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.thankyou-panel {
  background: #f7faf9;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
  }

  .product-grid,
  .application-list,
  .spec-grid,
  .custom-grid,
  .why-grid,
  .solution-links,
  .intent-strip,
  .process-steps,
  .catalog-item,
  .conversion-strip,
  .product-filter,
  .feature-grid,
  .faq-grid,
  .custom-addon-grid,
  .gallery-grid,
  .fit-check-grid,
  .buyer-resource-grid,
  .rfq-checklist-layout,
  .site-footer,
  .solution-cards article,
  .application-hero-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .about-strength,
  .contact {
    grid-template-columns: 1fr;
  }

  .about-media {
    min-height: 420px;
  }

  .catalog-item {
    grid-template-columns: 1fr;
  }

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

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }

  .catalog-media {
    min-height: 360px;
  }

  .product-directory {
    position: static;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 760px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 22, 34, 0.92), rgba(3, 22, 34, 0.48)),
      linear-gradient(0deg, rgba(3, 22, 34, 0.58), rgba(3, 22, 34, 0.06));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
  }

  .hero-metrics,
  .product-grid,
  .application-list,
  .spec-grid,
  .custom-grid,
  .why-grid,
  .solution-links,
  .intent-strip,
  .process-steps,
  .thumb-row,
  .conversion-strip,
  .product-filter,
  .feature-grid,
  .faq-grid,
  .custom-addon-grid,
  .gallery-grid,
  .fit-check-grid,
  .buyer-resource-grid,
  .rfq-checklist-layout,
  .rfq-checklist-grid,
  .site-footer,
  .solution-cards article,
  .application-hero-card {
    grid-template-columns: 1fr;
  }

  .solution-cards img,
  .application-hero-card img {
    min-height: 240px;
  }

  .catalog-media {
    min-height: 280px;
  }

  .catalog-media > img,
  .catalog-media-main {
    min-height: 280px;
    padding: 18px 18px 84px;
  }

  .hero-gallery-thumbs {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }

  .mini-specs,
  .product-decision-grid {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    min-height: 360px;
  }

  .gallery-main img {
    min-height: 300px;
  }

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

  .quote-snapshot .button,
  .rfq-checklist-action .button {
    width: 100%;
  }

  .about-media {
    min-height: 300px;
  }

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

  .hero-metrics span {
    min-height: 74px;
  }

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

  .product-card h3,
  .product-card p,
  .product-card ul,
  .product-card .card-link,
  .product-top {
    margin-right: 22px;
    margin-left: 22px;
  }

  .product-top,
  .application-list span,
  .process-steps li::before {
    margin-bottom: 30px;
  }

  .quick-contact {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: rgba(9, 34, 51, 0.16);
  }

  .quick-contact a {
    width: auto;
    height: 54px;
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-footer {
    padding-bottom: 86px;
  }
}

/* RFQ-focused homepage upgrade */
.quote-hero {
  min-height: 96vh;
}

.quote-hero .hero-content {
  width: min(760px, calc(100% - 36px));
}

.quote-hero h1 {
  max-width: 760px;
}

.hero-rfq-card {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(24px, 6vw, 86px);
  display: grid;
  width: min(430px, calc(100% - 36px));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(143, 243, 231, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(3, 22, 34, 0.72);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.hero-rfq-card strong {
  display: block;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.hero-rfq-card label {
  display: grid;
  gap: 7px;
}

.hero-rfq-card span,
.hero-recommendation span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-rfq-card input,
.hero-rfq-card select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(143, 243, 231, 0.25);
  border-radius: 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  font-weight: 750;
  outline: 0;
}

.hero-rfq-card input {
  padding: 10px 12px;
}

.hero-rfq-card select {
  padding: 10px 36px 10px 12px;
}

.hero-rfq-card option {
  color: var(--ink);
}

.hero-rfq-card input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.hero-recommendation {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(143, 243, 231, 0.22);
  border-radius: 6px;
  background: rgba(143, 243, 231, 0.1);
}

.hero-recommendation strong {
  color: var(--gold);
  font-size: 22px;
}

.hero-recommendation small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.38;
}

.hero-rfq-card a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 6px;
  color: #062231;
  background: var(--gold);
  text-align: center;
  font-weight: 900;
}

.parameter-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 5vw, 72px);
  background: rgba(143, 243, 231, 0.2);
  background-color: #062231;
}

.parameter-band div {
  min-height: 104px;
  padding: 22px 18px;
  color: var(--white);
  background: rgba(3, 22, 34, 0.88);
}

.parameter-band strong,
.parameter-band span {
  display: block;
}

.parameter-band strong {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 17px;
}

.parameter-band span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.decision-rail {
  position: sticky;
  z-index: 12;
  top: 76px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 5vw, 72px);
  background: rgba(0, 164, 166, 0.22);
  background-color: rgba(3, 22, 34, 0.94);
  backdrop-filter: blur(14px);
}

.decision-rail a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.decision-rail span {
  color: var(--gold);
  font-size: 12px;
}

.decision-rail strong {
  font-size: 14px;
}

.center-heading {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.application-navigator,
.rfq-readiness,
.recommendation-matrix,
.product-showcase,
.trust-section,
.faq-section {
  background: var(--white);
}

.rfq-readiness {
  background:
    linear-gradient(180deg, #ffffff, #f6faf9);
}

.manufacturer-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: var(--line);
}

.manufacturer-proof div {
  min-height: 150px;
  padding: 26px;
  background: #f8fbfb;
}

.manufacturer-proof strong,
.manufacturer-proof span {
  display: block;
}

.manufacturer-proof strong {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 20px;
}

.manufacturer-proof span {
  color: var(--muted);
  font-size: 14px;
}

.application-paths,
.configuration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.application-paths a,
.configuration-grid article {
  display: grid;
  min-height: 230px;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 3vw, 32px);
  background: #f8fbfb;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.application-paths a:hover,
.configuration-grid article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(7, 36, 51, 0.14);
}

.application-paths span {
  color: var(--teal);
  font-weight: 900;
}

.application-paths strong,
.configuration-grid strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.14;
}

.application-paths small,
.configuration-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.application-paths em {
  display: block;
  width: fit-content;
  margin-top: auto;
  padding: 8px 10px;
  border: 1px solid rgba(0, 164, 166, 0.22);
  border-radius: 6px;
  color: var(--blue);
  background: var(--foam);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.model-matrix {
  display: grid;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.matrix-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.05fr 1.35fr 0.65fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}

.matrix-head {
  min-height: 46px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.matrix-row span:first-child {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 15px;
  align-items: center;
  color: var(--ink);
  font-weight: 850;
}

.matrix-head span:first-child {
  display: block;
}

.matrix-row img {
  width: 88px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.matrix-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 112, 88, 0.28);
  border-radius: 6px;
  color: #8c2e1f;
  background: #fff3ee;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.matrix-row a:hover {
  color: #ffffff;
  background: var(--coral);
}

.rfq-decision-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rfq-decision-guide article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(242, 181, 29, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf8, #f7f0dc);
  box-shadow: 0 18px 48px rgba(7, 27, 40, 0.07);
}

.rfq-decision-guide span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.34);
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
}

.rfq-decision-guide strong {
  display: block;
  margin-bottom: 12px;
  color: #101820;
  font-size: 22px;
  line-height: 1.16;
}

.rfq-decision-guide p {
  margin: 0;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.65;
}

.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.uncertain-rfq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(34px, 5vw, 56px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(3, 22, 34, 0.96), rgba(0, 107, 159, 0.82)),
    #082838;
}

.uncertain-rfq h2 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(27px, 3.6vw, 46px);
}

.uncertain-rfq p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.package-presets {
  background: #f7faf9;
}

.preset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.preset-grid article {
  display: grid;
  min-height: 270px;
  align-content: start;
  gap: 13px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.preset-grid span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(0, 164, 166, 0.22);
  border-radius: 6px;
  color: var(--blue);
  background: var(--foam);
  font-size: 12px;
  font-weight: 900;
}

.preset-grid strong {
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.preset-grid p {
  color: var(--muted);
  font-size: 15px;
}

.preset-grid a {
  width: fit-content;
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.package-presets-dark {
  margin-bottom: clamp(28px, 5vw, 48px);
  background: rgba(143, 243, 231, 0.2);
  box-shadow: none;
}

.package-presets-dark article {
  border: 1px solid rgba(143, 243, 231, 0.18);
  color: var(--white);
  background: rgba(3, 22, 34, 0.42);
}

.package-presets-dark span {
  border-color: rgba(143, 243, 231, 0.26);
  color: var(--gold);
  background: rgba(143, 243, 231, 0.1);
}

.package-presets-dark strong {
  color: #ffffff;
}

.package-presets-dark p {
  color: rgba(255, 255, 255, 0.74);
}

.package-presets-dark a {
  color: var(--gold);
}

.custom-config {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 22, 34, 0.98), rgba(0, 84, 104, 0.86)),
    #062231;
}

.custom-config .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.module-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.module-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 42px);
}

.module-heading .eyebrow {
  margin: 0;
  color: var(--gold);
}

.configuration-grid {
  background: rgba(143, 243, 231, 0.2);
}

.configuration-grid article {
  min-height: 310px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
}

.configuration-grid img {
  width: 100%;
  aspect-ratio: 1.7 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: #e8f1f1;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.quote-builder .quote-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-form.is-highlighted {
  animation: quotePulse 900ms ease 2;
}

@keyframes quotePulse {
  0%,
  100% {
    box-shadow: var(--shadow);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(143, 243, 231, 0.26), var(--shadow);
  }
}

.quote-builder .wide-field,
.quote-builder .form-note,
.quote-builder .form-completeness,
.quote-builder button {
  grid-column: 1 / -1;
}

.quote-builder button {
  width: 100%;
}

.form-completeness {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 211, 93, 0.32);
  border-radius: 6px;
  color: #fff4c2;
  background: rgba(255, 211, 93, 0.1);
  font-size: 14px;
  font-weight: 850;
}

.rfq-completion {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.rfq-completion span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(224, 238, 244, 0.72);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.rfq-completion span.is-complete {
  border-color: rgba(255, 211, 93, 0.72);
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
}

.product-showcase .product-card {
  min-height: 430px;
}

.product-showcase .product-card p {
  display: none;
}

.product-showcase .product-card ul {
  min-height: 92px;
}

.product-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: auto;
  border-top: 1px solid var(--line);
}

.product-card-actions .card-link {
  margin: 0;
  padding: 16px;
  text-align: center;
}

.product-card-actions .quote-link {
  color: #062231;
  background: var(--gold);
}

.best-for {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.38) !important;
  border-radius: 999px;
  color: #7b5608 !important;
  background:
    linear-gradient(135deg, rgba(255, 217, 95, 0.95), rgba(242, 181, 29, 0.82)) !important;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(122, 85, 4, 0.12);
}

.rfq-prep {
  background: #f7faf9;
}

.rfq-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.rfq-prep-grid article {
  min-height: 154px;
  padding: 24px;
  background: var(--white);
}

.rfq-prep-grid strong,
.rfq-prep-grid span {
  display: block;
}

.rfq-prep-grid strong {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 17px;
}

.rfq-prep-grid span {
  color: var(--muted);
  font-size: 14px;
}

.product-rfq-builder {
  background: #f7faf9;
}

.compact-rfq-grid article {
  min-height: 128px;
}

@media (max-width: 1120px) {
  .hero-rfq-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(760px, calc(100% - 36px));
    margin: -56px auto 34px clamp(18px, 7vw, 104px);
  }

  .parameter-band,
  .decision-rail,
  .application-paths,
  .configuration-grid,
  .rfq-prep-grid,
  .key-spec-grid,
  .fit-decision-grid,
  .manufacturer-proof,
  .rfq-decision-guide,
  .preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .matrix-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .matrix-head {
    display: none;
  }

  .trust-section,
  .uncertain-rfq,
  .quote-builder .quote-form {
    grid-template-columns: 1fr;
  }

  .uncertain-rfq .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .quote-hero {
    min-height: 820px;
  }

  .hero-rfq-card {
    width: calc(100% - 36px);
    margin: -34px auto 28px;
  }

  .parameter-band,
  .decision-rail,
  .application-paths,
  .configuration-grid,
  .rfq-prep-grid,
  .manufacturer-proof,
  .rfq-decision-guide,
  .product-card-actions,
  .preset-grid {
    grid-template-columns: 1fr;
  }

  .decision-rail {
    position: static;
  }

  .application-paths a,
  .configuration-grid article,
  .rfq-prep-grid article,
  .preset-grid article {
    min-height: auto;
  }
}

/* Homepage layout refinement */
.quote-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 110px clamp(18px, 5vw, 72px) clamp(54px, 7vw, 86px);
}

.quote-hero .hero-content {
  align-self: center;
  width: min(780px, 100%);
  margin-left: 0;
}

.quote-hero .hero-rfq-card {
  position: relative;
  right: auto;
  bottom: auto;
  align-self: center;
  width: 100%;
}

.quote-hero .hero-image,
.quote-hero .hero-shade {
  z-index: 0;
}

.quote-hero .hero-content,
.quote-hero .hero-rfq-card {
  z-index: 1;
}

.application-paths {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.application-paths .app-featured {
  grid-column: span 2;
  min-height: 300px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(3, 22, 34, 0.94), rgba(0, 107, 159, 0.78)),
    #082838;
}

.application-paths .app-featured span,
.application-paths .app-featured strong {
  color: var(--white);
}

.application-paths .app-featured small {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.application-paths .app-featured em {
  color: #062231;
  border-color: transparent;
  background: var(--gold);
}

.recommendation-matrix {
  padding-top: clamp(54px, 7vw, 86px);
}

.rfq-readiness + .recommendation-matrix {
  padding-top: clamp(42px, 6vw, 72px);
}

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

.featured-products {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4faf9 100%);
}

.featured-products::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 164, 166, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 164, 166, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 76%, transparent);
}

.featured-products > * {
  position: relative;
  z-index: 1;
}

.platform-compare-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1080px;
  margin: 0 auto clamp(22px, 4vw, 34px);
  padding: 1px;
  border: 1px solid rgba(190, 219, 223, 0.78);
  border-radius: 8px;
  background: rgba(190, 219, 223, 0.72);
  box-shadow: 0 18px 50px rgba(7, 36, 51, 0.07);
}

.platform-compare-strip span {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: #21475a;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
}

.platform-compare-strip span:first-child {
  border-radius: 7px 0 0 7px;
}

.platform-compare-strip span:last-child {
  border-radius: 0 7px 7px 0;
}

.platform-compare-strip b {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(0, 164, 166, 0.25);
  border-radius: 50%;
  color: var(--teal);
  background: #effafa;
  font-size: 11px;
}

.featured-products .product-card {
  position: relative;
  min-height: 590px;
  border-color: rgba(190, 219, 223, 0.86);
  background:
    linear-gradient(180deg, #ffffff, #f7fbfb);
  box-shadow: 0 22px 58px rgba(7, 36, 51, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.featured-products .product-card::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--coral));
}

.featured-products .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 164, 166, 0.34);
  box-shadow: 0 30px 72px rgba(7, 36, 51, 0.14);
}

.product-media {
  position: relative;
  display: block;
  margin: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(216, 231, 232, 0.95);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(143, 243, 231, 0.18), transparent 42%),
    linear-gradient(180deg, #ffffff, #eef7f7);
}

.product-media::after {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 64px;
  height: 64px;
  border-right: 1px solid rgba(0, 164, 166, 0.22);
  border-bottom: 1px solid rgba(0, 164, 166, 0.22);
  content: "";
}

.product-media span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(0, 164, 166, 0.22);
  border-radius: 6px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-products .product-card-image.product-fit {
  aspect-ratio: 1.42;
  padding: 30px 24px 24px;
  background: transparent;
  transition: transform 180ms ease;
}

.featured-products .product-card:hover .product-card-image {
  transform: scale(1.035);
}

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

.featured-products .product-card h3,
.featured-products .product-card ul,
.featured-products .product-card .card-link,
.featured-products .product-top {
  margin-right: 0;
  margin-left: 0;
}

.featured-products .product-top {
  align-items: center;
  margin-top: 0;
  margin-bottom: 18px;
}

.featured-products .best-for {
  max-width: 78%;
  color: #7b5608;
}

.featured-products .product-code {
  padding: 6px 8px;
  border: 1px solid rgba(255, 125, 92, 0.24);
  border-radius: 6px;
  color: #b45138;
  background: rgba(255, 125, 92, 0.08);
}

.featured-products .product-card h3 {
  margin-bottom: 16px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.12;
}

.featured-products .product-card h3 a {
  color: var(--ink);
}

.product-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.product-spec-pills span {
  padding: 8px 10px;
  border: 1px solid rgba(0, 164, 166, 0.18);
  border-radius: 999px;
  color: #21475a;
  background: rgba(239, 250, 250, 0.92);
  font-size: 12px;
  font-weight: 800;
}

.featured-products .product-card ul {
  margin-top: auto;
  padding-top: 4px;
}

.featured-products .product-card li {
  padding-top: 10px;
  color: #5d7480;
  font-size: 14px;
}

.featured-products .product-card-actions {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(216, 231, 232, 0.92);
}

.featured-products .product-card-actions .card-link {
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  border-color: rgba(0, 107, 159, 0.18);
  background: #ffffff;
}

.featured-products .product-card-actions .quote-link {
  color: #062231;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), #f0c85a);
}

.module-config .configuration-grid {
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  overflow-x: auto;
  padding-bottom: 4px;
  box-shadow: none;
}

.module-config .configuration-grid article {
  min-width: 190px;
  min-height: 340px;
}

.module-config .configuration-grid img {
  aspect-ratio: 1.18 / 1;
}

.module-config .configuration-grid b {
  display: block;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(0, 164, 166, 0.24);
  border-radius: 6px;
  color: var(--blue);
  background: var(--foam);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.custom-module-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  margin-top: clamp(24px, 5vw, 46px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(143, 243, 231, 0.28);
  border-radius: 8px;
  background: rgba(3, 22, 34, 0.42);
}

.custom-module-cta strong,
.custom-module-cta span {
  display: block;
}

.custom-module-cta strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 32px);
}

.custom-module-cta span {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.custom-module-cta .button {
  white-space: nowrap;
}

.quote-builder {
  align-items: start;
}

.quote-builder > div:first-child {
  position: sticky;
  top: 104px;
}

@media (max-width: 1120px) {
  .platform-compare-strip,
  .featured-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-compare-strip span:first-child,
  .platform-compare-strip span:last-child {
    border-radius: 0;
  }
}

@media (max-width: 640px) {
  .platform-compare-strip,
  .featured-products .product-grid,
  .featured-products .product-card-actions {
    grid-template-columns: 1fr;
  }

  .platform-compare-strip span {
    min-height: auto;
  }

  .featured-products .product-card {
    min-height: auto;
  }

  .product-media {
    margin: 12px 12px 0;
  }

  .product-card-body {
    padding: 22px;
  }
}

@media (max-width: 1120px) {
  .quote-hero {
    grid-template-columns: 1fr;
  }

  .quote-hero .hero-rfq-card {
    width: min(760px, 100%);
    margin: 0;
  }

  .application-paths,
  .featured-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-paths .app-featured {
    grid-column: span 1;
  }

  .quote-builder > div:first-child {
    position: static;
  }
}

@media (max-width: 640px) {
  .quote-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .application-paths,
  .featured-products .product-grid {
    grid-template-columns: 1fr;
  }

  .custom-module-cta {
    grid-template-columns: 1fr;
  }

  .module-heading {
    display: block;
  }

  .module-heading .eyebrow {
    margin-bottom: 8px;
  }
}

/* Final product detail polish overrides */
.product-detail-layout {
  background:
    radial-gradient(circle at 16% 0, rgba(40, 198, 215, 0.12), transparent 24%),
    linear-gradient(180deg, #f4faf9 0, #ffffff 34%, #f5faf9 100%);
}

.catalog-item.detail-summary {
  position: relative;
  grid-template-columns: minmax(360px, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 4.8vw, 62px);
  overflow: hidden;
  padding: clamp(20px, 3.2vw, 42px);
  border-color: rgba(177, 213, 218, 0.86);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 252, 0.94));
  box-shadow: 0 34px 90px rgba(7, 36, 51, 0.14);
}

.hero-product-gallery {
  min-height: clamp(500px, 48vw, 680px);
  border: 1px solid rgba(177, 213, 218, 0.86);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98) 0 34%, rgba(235, 249, 249, 0.96) 35% 62%, rgba(226, 242, 244, 0.92) 63%),
    linear-gradient(135deg, #ffffff, #eef8f8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 22px 54px rgba(7, 36, 51, 0.1);
}

.hero-product-gallery .catalog-media-main {
  position: relative;
  z-index: 1;
  min-height: clamp(500px, 48vw, 680px);
  padding: clamp(34px, 5vw, 72px) clamp(28px, 4vw, 62px) 126px;
  filter: drop-shadow(0 28px 34px rgba(3, 22, 34, 0.18));
}

.hero-gallery-thumbs {
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  gap: 10px;
  padding: 10px;
  border-color: rgba(177, 213, 218, 0.76);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(7, 36, 51, 0.1);
}

.hero-gallery-thumbs button {
  border-color: rgba(216, 231, 232, 0.96);
  background: linear-gradient(180deg, #ffffff, #f5fbfb);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hero-gallery-thumbs button:hover,
.hero-gallery-thumbs button.is-active {
  transform: translateY(-2px);
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(40, 198, 215, 0.16), 0 10px 22px rgba(7, 36, 51, 0.08);
}

.catalog-content h2 {
  color: #082838;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
}

.product-decision-grid,
.mini-specs {
  gap: 10px;
  background: transparent;
}

.product-decision-grid div,
.mini-specs div {
  border: 1px solid rgba(216, 231, 232, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
  box-shadow: 0 12px 30px rgba(7, 36, 51, 0.05);
}

.quote-snapshot {
  border-color: rgba(255, 125, 92, 0.24);
  background: linear-gradient(135deg, rgba(255, 125, 92, 0.12), rgba(40, 198, 215, 0.08)), #ffffff;
  box-shadow: 0 18px 44px rgba(7, 36, 51, 0.08);
}

@media (max-width: 1120px) {
  .catalog-item.detail-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-product-gallery,
  .hero-product-gallery .catalog-media-main {
    min-height: 360px;
  }

  .hero-product-gallery .catalog-media-main {
    padding: 24px 18px 104px;
  }

  .hero-gallery-thumbs {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }

  .catalog-content h2 {
    font-size: clamp(30px, 9vw, 42px);
  }
}

/* Gallery harmony refinement */
.hero-product-gallery {
  isolation: isolate;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(500px, 46vw, 640px);
  border-color: rgba(174, 211, 217, 0.9);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(7, 36, 51, 0.1);
}

.hero-product-gallery::before,
.hero-product-gallery::after {
  display: none;
}

.hero-product-gallery .catalog-media-main {
  min-height: clamp(500px, 46vw, 640px);
  padding: clamp(34px, 4.8vw, 68px) clamp(28px, 4vw, 62px) 20px;
}

.media-badge {
  top: 18px;
  left: 18px;
  border-color: rgba(40, 198, 215, 0.28);
  color: #075d83;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(7, 36, 51, 0.08);
}

.hero-gallery-thumbs {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: stretch;
  overflow-y: visible;
  gap: 8px;
  margin: 0;
  padding: 10px 12px 12px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(216, 231, 232, 0.96);
  background: #f8fbfb;
  box-shadow: none;
}

.hero-gallery-thumbs button {
  border-radius: 8px;
  background: #ffffff;
}

.hero-gallery-thumbs img {
  aspect-ratio: 1.65;
  padding: 4px;
}

.catalog-media-main {
  transition: opacity 160ms ease, transform 220ms ease;
}

.hero-product-gallery:hover .catalog-media-main {
  transform: scale(1.012);
}

.detail-summary .quote-snapshot {
  position: relative;
  overflow: hidden;
}

.detail-summary .quote-snapshot::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--coral), var(--cyan));
  content: "";
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
}

.custom-addon-card,
.feature-grid article,
.faq-grid article,
.fit-check-grid article,
.light-specs div {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.custom-addon-card:hover,
.feature-grid article:hover,
.fit-check-grid article:hover,
.light-specs div:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(7, 36, 51, 0.08);
}

.comparison-table th {
  width: 260px;
}

/* Product list procurement refinement */
.product-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(216, 231, 232, 0.95);
  border-radius: 6px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 850;
}

.product-filter a:hover {
  border-color: rgba(25, 157, 183, 0.42);
  color: #06384f;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 36, 51, 0.06);
}

.product-filter-panel {
  align-content: start;
}

.product-filter-panel:first-of-type {
  grid-column: span 2;
}

.product-filter-panel:first-of-type a:first-of-type {
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
  border-color: rgba(242, 181, 29, 0.65);
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  width: 150px;
  text-align: center;
}

.table-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 112, 88, 0.32);
  border-radius: 6px;
  color: #8c2e1f;
  background: #fff3ee;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.table-quote-link:hover {
  color: #ffffff;
  background: var(--coral);
}

.comparison-table .table-quote-link {
  border-color: rgba(242, 181, 29, 0.46);
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
  box-shadow: 0 10px 22px rgba(209, 138, 5, 0.16);
}

.comparison-table .table-quote-link:hover {
  border-color: rgba(14, 111, 125, 0.42);
  color: #ffffff;
  background: linear-gradient(135deg, #0e6f7d, #199db7);
  box-shadow: 0 12px 28px rgba(14, 111, 125, 0.2);
}

.product-list {
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 0.58), rgba(255, 255, 255, 0.98) 26%),
    #ffffff;
}

.product-list .catalog-item {
  position: relative;
  align-items: stretch;
}

.product-list .catalog-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), rgba(255, 112, 88, 0.78));
  content: "";
}

.product-list .catalog-media {
  min-height: 420px;
  background: linear-gradient(180deg, #ffffff, #eef7f7);
}

.product-list .catalog-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding: clamp(24px, 4vw, 52px);
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-list .catalog-item:hover .catalog-media img {
  transform: scale(1.025);
}

.product-list .catalog-content {
  padding: clamp(2px, 1vw, 10px) 0;
}

.product-list .catalog-content > p:not(.eyebrow) {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.product-list .product-decision-grid {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.product-list .mini-specs {
  display: none;
}

.catalog-quote-snapshot {
  margin: 0 0 18px;
  padding: 16px 18px;
}

.catalog-quote-snapshot strong {
  font-size: 17px;
}

.list-choice-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(36px, 6vw, 70px) auto 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(25, 157, 183, 0.24);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(6, 42, 58, 0.96), rgba(12, 86, 103, 0.9)),
    #082838;
  box-shadow: 0 24px 60px rgba(7, 36, 51, 0.16);
}

.list-choice-cta .eyebrow {
  color: var(--gold);
}

.list-choice-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
}

.list-choice-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.choice-rfq-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.choice-rfq-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 211, 93, 0.36);
  border-radius: 999px;
  color: #fff4c2;
  background: rgba(255, 211, 93, 0.1);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.list-choice-cta .button {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .hero-product-gallery .catalog-media-main {
    padding-right: clamp(28px, 4vw, 62px);
  }

  .list-choice-cta {
    grid-template-columns: 1fr;
  }

  .product-filter-panel:first-of-type {
    grid-column: 1 / -1;
  }

  .product-application-nav .product-filter-panel:first-of-type {
    grid-column: 1 / -1;
  }

  .product-list .catalog-item {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-product-gallery {
    min-height: 390px;
  }

  .hero-product-gallery .catalog-media-main {
    min-height: 390px;
    padding: 34px 18px 16px;
  }

  .hero-gallery-thumbs {
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-y: visible;
    gap: 6px;
    padding: 8px;
  }

  .product-list .catalog-media,
  .product-list .catalog-media img {
    min-height: 300px;
  }

  .product-list .product-decision-grid {
    grid-template-columns: 1fr;
  }

  .list-choice-cta {
    width: min(100% - 28px, 1180px);
    padding: 24px;
  }

  .product-application-nav > .product-filter-panel {
    min-height: auto;
    padding: 18px;
  }

  .product-list .catalog-item {
    grid-template-columns: 1fr;
  }

  .product-list .catalog-media,
  .product-list .catalog-media img {
    min-height: 260px;
  }

  .product-list .product-decision-grid {
    display: none;
  }

  .product-list .catalog-tags {
    margin-bottom: 12px;
  }

  .catalog-quote-snapshot {
    grid-template-columns: 1fr;
  }
}

/* Yellow Marine Theme */
body {
  background: #fbfaf4;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-bottom: 1px solid rgba(225, 216, 191, 0.72);
  background: rgba(255, 252, 242, 0.94);
  box-shadow: 0 16px 40px rgba(7, 27, 40, 0.12);
}

.brand-mark {
  border-color: rgba(242, 181, 29, 0.72);
  color: var(--gold);
  background: rgba(7, 27, 40, 0.14);
}

.site-header.is-scrolled .brand-mark,
.site-header.is-open .brand-mark {
  color: #101820;
  background: var(--gold);
}

.nav-cta,
.button.primary,
.hero-rfq-card a,
.featured-products .product-card-actions .quote-link,
.application-paths .app-featured em {
  color: #111820;
  border-color: transparent;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 56%, #d18a05);
  box-shadow: 0 14px 32px rgba(209, 138, 5, 0.24);
}

.button.secondary,
.card-link,
.table-quote-link,
.application-paths em,
.product-spec-pills span,
.module-config .configuration-grid b {
  color: #7b5608;
  border-color: rgba(200, 146, 18, 0.26);
  background: linear-gradient(180deg, #fffaf0, #fff3ce);
}

.eyebrow,
.application-paths span,
.catalog-content .eyebrow,
.featured-products .best-for,
.platform-compare-strip b,
.decision-rail span,
.hero-recommendation strong,
.parameter-band strong,
.list-choice-cta .eyebrow {
  color: var(--gold);
}

.hero .eyebrow {
  color: #ffd95f;
}

.hero-shade,
.quote-hero,
.products-hero {
  background:
    linear-gradient(110deg, rgba(7, 27, 40, 0.96), rgba(10, 63, 79, 0.82) 54%, rgba(200, 146, 18, 0.22)),
    #071b28;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 27, 40, 0.94) 0%, rgba(7, 27, 40, 0.62) 42%, rgba(7, 27, 40, 0.1) 100%),
    linear-gradient(0deg, rgba(7, 27, 40, 0.5), rgba(200, 146, 18, 0.05));
}

.hero-rfq-card,
.detail-block,
.product-rfq-builder {
  border-color: rgba(200, 146, 18, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(248, 244, 230, 0.96));
  box-shadow: 0 24px 70px rgba(7, 27, 40, 0.14);
}

.hero-rfq-card {
  background:
    linear-gradient(180deg, rgba(10, 31, 43, 0.94), rgba(7, 27, 40, 0.98));
}

.quote-builder .quote-form {
  border-color: rgba(255, 211, 93, 0.26);
  background:
    linear-gradient(145deg, rgba(8, 41, 54, 0.96), rgba(3, 23, 34, 0.94)),
    #061d29;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.hero-recommendation {
  border-color: rgba(242, 181, 29, 0.34);
  background: rgba(242, 181, 29, 0.12);
}

.parameter-band,
.decision-rail {
  background-color: #071b28;
}

.parameter-band {
  background-image: linear-gradient(90deg, rgba(242, 181, 29, 0.22), rgba(14, 111, 125, 0.18));
}

.decision-rail {
  border-block: 1px solid rgba(242, 181, 29, 0.18);
  background: rgba(7, 27, 40, 0.95);
}

.application-navigator,
.rfq-readiness,
.recommendation-matrix,
.buyer-resources,
.product-showcase,
.trust-section,
.faq-section,
.featured-products {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

.application-paths,
.configuration-grid,
.manufacturer-proof,
.platform-compare-strip {
  background: rgba(225, 216, 191, 0.9);
}

.application-paths a,
.configuration-grid article,
.manufacturer-proof div,
.rfq-prep-grid article,
.buyer-resource-grid a,
.feature-grid article,
.faq-grid article,
.fit-check-grid article,
.light-specs div,
.rfq-checklist-grid span,
.intent-strip a {
  border-color: rgba(225, 216, 191, 0.9);
  background: linear-gradient(180deg, #fffdf7, #f7f2e3);
}

.application-paths .app-featured,
.custom-band,
.list-choice-cta,
.custom-module-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.92) 58%, rgba(200, 146, 18, 0.76)),
    #071b28;
}

.application-paths .app-featured small,
.custom-module-cta span,
.list-choice-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.buyer-resource-grid a {
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 181, 29, 0.2), transparent 32%),
    linear-gradient(180deg, #fffdf7, #f7f1df);
}

.buyer-resource-grid a:hover {
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 181, 29, 0.34), transparent 34%),
    linear-gradient(180deg, #fff9e8, #f1e6c7);
}

.model-matrix,
.comparison-table-wrap,
.product-card,
.featured-products .product-card,
.catalog-item {
  border-color: rgba(225, 216, 191, 0.9);
  background: linear-gradient(180deg, #fffdf7, #f7f1de);
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.09);
}

.featured-products .product-card::before {
  background: linear-gradient(90deg, #0e6f7d, #f2b51d, #d18a05);
}

.product-media,
.catalog-media,
.hero-product-gallery {
  border-color: rgba(200, 146, 18, 0.24);
  background:
    radial-gradient(circle at 50% 18%, rgba(242, 181, 29, 0.18), transparent 44%),
    linear-gradient(180deg, #fffdf8, #eee7d2);
}

.product-card-image.product-fit,
.catalog-media-main,
.hero-product-gallery .catalog-media-main {
  filter: drop-shadow(0 24px 28px rgba(7, 27, 40, 0.16));
}

.product-top,
.product-code,
.catalog-tags span,
.comparison-table th,
.mini-specs dt,
.product-decision-grid strong,
.manufacturer-proof strong,
.intent-strip strong {
  color: #7b5608;
}

.product-card li::before,
.comparison-table a,
.product-card.featured .card-link {
  color: var(--gold);
}

.quote-snapshot {
  border-color: rgba(242, 181, 29, 0.28);
  background:
    linear-gradient(135deg, rgba(242, 181, 29, 0.16), rgba(14, 111, 125, 0.08)),
    #fffdf7;
}

.hero-gallery-thumbs button:hover,
.hero-gallery-thumbs button.is-active {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(242, 181, 29, 0.22);
}

.quick-contact a {
  border: 1px solid rgba(242, 181, 29, 0.34);
  color: #fff6d6;
  background: rgba(7, 27, 40, 0.92);
}

.quick-contact a:last-child {
  color: #101820;
  background: var(--gold);
}

/* Yellow Marine Theme refinement */
.quote-hero {
  min-height: 820px;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 460px);
  background:
    radial-gradient(circle at 68% 28%, rgba(242, 181, 29, 0.22), transparent 34%),
    linear-gradient(112deg, #071b28 0%, #0b3547 54%, #0f4c5e 100%);
}

.quote-hero .hero-image {
  object-position: 62% center;
  opacity: 0.96;
  filter: saturate(1.06) contrast(1.04);
}

.quote-hero .hero-content {
  width: min(760px, 100%);
}

.quote-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.99;
}

.quote-hero .hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.55vw, 20px);
}

.hero-metrics span {
  border-color: rgba(242, 181, 29, 0.22);
  background: rgba(255, 248, 224, 0.08);
}

.hero-metrics strong {
  color: #ffd95f;
}

.hero-rfq-card {
  border: 1px solid rgba(242, 181, 29, 0.32);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.26);
}

.hero-rfq-card strong {
  color: #ffffff;
}

.hero-rfq-card label span,
.hero-recommendation span {
  color: rgba(255, 255, 255, 0.68);
}

.hero-rfq-card select,
.hero-rfq-card input,
.quote-builder input,
.quote-builder textarea,
.quote-builder select {
  border-color: rgba(242, 181, 29, 0.26);
  background: rgba(255, 248, 224, 0.08);
}

.quote-builder input,
.quote-builder textarea,
.quote-builder select {
  color: var(--ink);
  background: #fffdf7;
}

h2 {
  font-size: clamp(30px, 3.8vw, 52px);
}

.section-heading > p:not(.eyebrow),
.center-heading > p:not(.eyebrow) {
  max-width: 760px;
  color: #63747a;
  font-size: 16px;
  line-height: 1.72;
}

.application-paths {
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(225, 216, 191, 0.84);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(7, 27, 40, 0.08);
}

.application-paths a {
  min-height: 250px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  box-shadow: none;
}

.application-paths .app-featured {
  min-height: 320px;
}

.application-paths strong {
  font-size: clamp(20px, 2vw, 27px);
}

.application-paths small {
  max-width: 580px;
  font-size: 15px;
  line-height: 1.6;
}

.application-paths em {
  margin-top: auto;
}

.model-matrix {
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background: rgba(225, 216, 191, 0.92);
}

.matrix-head {
  color: #ffffff;
  background: #071b28;
}

.matrix-row {
  background: #fffdf7;
}

.matrix-row img {
  border: 1px solid rgba(200, 146, 18, 0.18);
  background: #fff6d7;
}

.platform-compare-strip {
  max-width: 1120px;
}

.platform-compare-strip span {
  background: #fffdf7;
}

.featured-products .product-card {
  min-height: 610px;
}

.product-media {
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 181, 29, 0.24), transparent 42%),
    linear-gradient(180deg, #fffdf8, #ebe3cc);
}

.product-media span {
  color: #101820;
  border-color: rgba(242, 181, 29, 0.36);
  background: rgba(255, 217, 95, 0.78);
}

.featured-products .product-card h3 {
  font-size: clamp(22px, 2.1vw, 29px);
}

.product-spec-pills span {
  color: #614505;
}

.custom-band {
  background:
    radial-gradient(circle at 28% 0%, rgba(242, 181, 29, 0.18), transparent 34%),
    linear-gradient(135deg, #071b28, #0b3547 58%, #6f520d);
}

.package-presets-dark article {
  border-color: rgba(242, 181, 29, 0.28);
  background: rgba(255, 248, 224, 0.07);
}

.module-config .configuration-grid {
  border-radius: 8px;
}

.module-config .configuration-grid article {
  border: 1px solid rgba(225, 216, 191, 0.74);
  border-radius: 8px;
}

.module-config .configuration-grid img {
  border-radius: 6px;
  background: #fff6d7;
}

.product-detail-hero {
  padding-bottom: clamp(54px, 7vw, 86px);
}

.product-detail-layout .catalog-item.detail-summary {
  align-items: stretch;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fffdf7, #f5eed9);
}

.hero-product-gallery {
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 181, 29, 0.24), transparent 38%),
    linear-gradient(180deg, #fffaf0, #e9dfc5);
}

.media-badge {
  color: #101820;
  border-color: rgba(242, 181, 29, 0.36);
  background: rgba(255, 217, 95, 0.82);
}

.hero-gallery-thumbs {
  background: rgba(255, 253, 247, 0.92);
}

.hero-gallery-thumbs button {
  background: linear-gradient(180deg, #fffdf8, #f2ead3);
}

.catalog-content h2 {
  color: #101820;
  font-size: clamp(34px, 4.2vw, 56px);
}

.catalog-content > p:not(.eyebrow) {
  color: #5f6f77;
}

.product-decision-grid div,
.mini-specs div {
  background: linear-gradient(180deg, #fffdf8, #f7f0dc);
}

.quote-snapshot {
  border-radius: 8px;
}

.detail-nav {
  border-bottom: 1px solid rgba(225, 216, 191, 0.8);
  background: rgba(255, 252, 242, 0.92);
}

.detail-nav a {
  border-color: rgba(225, 216, 191, 0.84);
}

.comparison-table th,
.comparison-table td {
  border-color: rgba(225, 216, 191, 0.84);
}

.pagination-wrap a,
.pagination-wrap span,
.page-num {
  border-color: rgba(200, 146, 18, 0.22);
}

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

@media (max-width: 640px) {
  .quote-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .application-paths {
    padding: 8px;
  }

  .application-paths .app-featured,
  .application-paths a {
    min-height: auto;
  }

  .featured-products .product-card {
    min-height: auto;
  }
}

/* Conversion refinements */
.featured-products .product-grid {
  counter-reset: platform-card;
}

.featured-products .product-card {
  counter-increment: platform-card;
}

.featured-products .product-card::after {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.32);
  border-radius: 999px;
  color: #101820;
  content: "PLATFORM " counter(platform-card, decimal-leading-zero);
  background: rgba(255, 217, 95, 0.82);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.product-application-nav {
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: -28px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.88)),
    #071b28;
  box-shadow: 0 26px 70px rgba(7, 27, 40, 0.14);
}

.product-application-nav header {
  display: grid;
  align-content: center;
  min-height: 170px;
  padding: 24px;
  color: #ffffff;
}

.product-application-nav header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.05;
}

.product-application-nav > div {
  border-left: 1px solid rgba(242, 181, 29, 0.16);
  background: rgba(255, 248, 224, 0.06);
}

.product-application-nav strong {
  color: #ffd95f;
}

.product-application-nav a {
  position: relative;
  border-color: rgba(242, 181, 29, 0.18);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 248, 224, 0.06);
}

.product-application-nav a::after {
  position: absolute;
  right: 12px;
  color: var(--gold);
  content: "→";
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.product-application-nav a:hover::after {
  opacity: 1;
  transform: translateX(2px);
}

.product-application-nav {
  gap: 0;
  overflow: hidden;
}

.product-application-nav header {
  background:
    linear-gradient(145deg, rgba(255, 217, 95, 0.14), rgba(255, 255, 255, 0)),
    rgba(7, 27, 40, 0.28);
}

.product-application-nav .eyebrow {
  color: #ffd95f;
}

.product-application-nav > .product-filter-panel {
  display: flex;
  min-height: 170px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  padding: 24px;
}

.product-application-nav .product-filter-panel:first-of-type {
  grid-column: span 2;
}

.product-application-nav .product-filter-panel strong {
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: #fff4c2;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-application-nav .product-filter-panel a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #f4fbfd;
  line-height: 1.1;
}

.product-application-nav .product-filter-panel a:hover {
  border-color: rgba(255, 217, 95, 0.66);
  color: #ffffff;
  background: rgba(255, 217, 95, 0.14);
}

.product-application-nav .product-filter-panel:first-of-type a:first-of-type {
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.comparison-table-wrap {
  border-color: rgba(225, 216, 191, 0.9);
  box-shadow: 0 18px 48px rgba(7, 27, 40, 0.08);
}

.comparison-table thead th {
  color: #fff6d6;
  background: #071b28;
}

.comparison-table tbody th {
  color: #7b5608;
  background: #fff9e8;
}

.comparison-table th,
.comparison-table td {
  border-bottom-color: rgba(225, 216, 191, 0.85);
}

.table-quote-link {
  border-color: rgba(242, 181, 29, 0.48);
  color: #101820;
  background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
}

.table-quote-link:hover {
  color: #ffffff;
  background: #071b28;
}

.product-list {
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 0.7), rgba(255, 255, 255, 0.98) 22%),
    #ffffff;
}

.product-list .catalog-item {
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(18px, 2.6vw, 28px);
  border-color: rgba(225, 216, 191, 0.86);
  box-shadow: 0 14px 42px rgba(7, 27, 40, 0.06);
}

.product-list .catalog-item::before {
  background: linear-gradient(180deg, var(--gold), rgba(14, 111, 125, 0.72));
}

.product-list .catalog-media {
  min-height: 330px;
  background:
    radial-gradient(circle at 50% 22%, rgba(242, 181, 29, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff, #f0f6f5);
}

.product-list .catalog-media img {
  min-height: 330px;
  padding: clamp(20px, 3vw, 38px);
}

.product-list .catalog-content > p:not(.eyebrow):not(.purchase-advice) {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.62;
}

.product-list .catalog-best-for {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-list .purchase-advice {
  margin: 8px 0 14px;
  padding: 10px 12px;
  border-left-color: var(--gold);
  color: #4a5d64;
  background: #fffaf0;
  font-size: 14px;
}

.product-list .product-decision-grid {
  border-color: rgba(225, 216, 191, 0.78);
  background: #fffdf8;
}

.product-list .product-decision-grid div {
  min-height: 84px;
}

.catalog-quote-snapshot {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  border-color: rgba(242, 181, 29, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 217, 95, 0.16), rgba(14, 111, 125, 0.07)),
    #fffdf8;
}

.catalog-quote-snapshot strong {
  color: #7b5608;
}

.catalog-quote-snapshot span {
  color: #52656b;
}

.quote-ready-tags {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 7px;
  margin-top: 4px;
}

.quote-ready-tags b {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(242, 181, 29, 0.34);
  border-radius: 999px;
  color: #7b5608;
  background: #fff5d6;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.list-choice-cta {
  width: min(1240px, calc(100% - 40px));
  border-color: rgba(242, 181, 29, 0.34);
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 181, 29, 0.2), transparent 34%),
    linear-gradient(120deg, rgba(7, 27, 40, 0.98), rgba(10, 73, 88, 0.94)),
    #071b28;
  box-shadow: 0 28px 76px rgba(7, 27, 40, 0.24);
}

.list-choice-cta .button {
  min-height: 54px;
  padding-inline: 22px;
}

.sticky-rfq-bar {
  position: sticky;
  z-index: 18;
  bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 18px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(242, 181, 29, 0.34);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.94)),
    #071b28;
  box-shadow: 0 24px 68px rgba(7, 27, 40, 0.28);
  backdrop-filter: blur(16px);
}

.sticky-rfq-bar span,
.sticky-rfq-bar strong {
  display: block;
}

.sticky-rfq-bar span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sticky-rfq-bar strong {
  color: #ffffff;
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.15;
}

.sticky-rfq-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sticky-rfq-bar .button {
  min-height: 42px;
  padding: 10px 14px;
}

@media (max-width: 1120px) {
  .product-application-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-application-nav header {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 76px;
  }

  .quick-contact {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(242, 181, 29, 0.28);
    border-radius: 8px;
    background: rgba(7, 27, 40, 0.96);
    box-shadow: 0 18px 46px rgba(7, 27, 40, 0.34);
    backdrop-filter: blur(14px);
  }

  .quick-contact a {
    min-width: 0;
    min-height: 44px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    box-shadow: none;
  }

  .product-application-nav,
  .sticky-rfq-bar {
    grid-template-columns: 1fr;
  }

  .product-application-nav > div {
    border-left: 0;
    border-top: 1px solid rgba(242, 181, 29, 0.16);
  }

  .sticky-rfq-bar {
    display: none;
    bottom: 86px;
    width: calc(100% - 20px);
  }

  .sticky-rfq-bar nav,
  .sticky-rfq-bar .button {
    width: 100%;
  }

  .quote-snapshot-actions .button {
    width: 100%;
  }

  .featured-products .product-card::after {
    top: 22px;
    right: 24px;
  }
}

/* Buyer conversion modules */
.catalog-download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
  max-width: 1120px;
  margin: clamp(28px, 5vw, 48px) auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(242, 181, 29, 0.3);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.92) 62%, rgba(200, 146, 18, 0.68)),
    #071b28;
  box-shadow: 0 26px 70px rgba(7, 27, 40, 0.16);
}

.catalog-download-panel strong,
.catalog-download-panel span {
  display: block;
}

.catalog-download-panel strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.catalog-download-panel span {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.catalog-download-panel .button {
  white-space: nowrap;
}

.recommended-package-card {
  position: relative;
  overflow: hidden;
}

.recommended-package-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--gold), rgba(14, 111, 125, 0.75));
}

.product-recommended-package {
  border-color: rgba(242, 181, 29, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 217, 95, 0.16), rgba(14, 111, 125, 0.08)),
    #fffdf7;
}

.package-advisor-grid,
.scenario-addon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.package-advisor-grid article,
.scenario-addon-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8, #f7f0dc);
}

.package-advisor-grid span,
.scenario-addon-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.package-advisor-grid strong,
.scenario-addon-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #101820;
  font-size: 21px;
  line-height: 1.16;
}

.package-advisor-grid p,
.scenario-addon-grid p {
  margin: 0;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.65;
}

.package-advisor-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.related-rov-models .section-heading p:not(.eyebrow) {
  max-width: 780px;
}

.related-rov-models .product-card {
  border-color: rgba(242, 181, 29, 0.24);
}

.related-rov-models .product-card-actions {
  margin-top: auto;
}

.export-buyer-trust {
  border-color: rgba(14, 111, 125, 0.2);
  background:
    linear-gradient(135deg, rgba(14, 111, 125, 0.08), rgba(242, 181, 29, 0.1)),
    #fffdf8;
}

.export-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.export-trust-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.export-trust-grid strong,
.export-trust-grid span {
  display: block;
}

.export-trust-grid strong {
  margin-bottom: 8px;
  color: #101820;
  font-size: 18px;
  line-height: 1.18;
}

.export-trust-grid span {
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.55;
}

.scenario-rfq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(32px, 5vw, 62px) auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(242, 181, 29, 0.3);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 27, 40, 0.96), rgba(10, 83, 94, 0.9)),
    #071b28;
  box-shadow: 0 24px 64px rgba(7, 27, 40, 0.2);
}

.scenario-rfq-cta .eyebrow {
  color: var(--gold);
}

.scenario-rfq-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
}

.scenario-rfq-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

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

.scenario-addon-grid article {
  min-height: 250px;
}

.choose-rov-guide {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

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

.choose-rov-layout article {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fffef9, #f8f0d8);
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.07);
}

.choose-rov-layout span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.32);
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.choose-rov-layout strong {
  display: block;
  margin-bottom: 12px;
  color: #101820;
  font-size: 24px;
  line-height: 1.14;
}

.choose-rov-layout p {
  margin: 0 0 20px;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.7;
}

.choose-rov-layout a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  color: #101820;
  background: #f2b51d;
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 1120px) {
  .selection-matrix-row {
    grid-template-columns: 1fr;
  }

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

  .selection-action {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .selection-action small {
    grid-column: 1 / -1;
  }

  .rov-platform-board {
    grid-template-columns: 1fr;
  }

  .package-advisor-grid,
  .scenario-addon-grid,
  .choose-rov-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .selection-fields,
  .selection-action {
    grid-template-columns: 1fr;
  }

  .selection-fields div {
    min-height: auto;
  }

  .platform-compare-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .platform-compare-media {
    min-height: 260px;
  }

  .platform-field-grid {
    grid-template-columns: 1fr;
  }

  .platform-field-grid div {
    min-height: auto;
  }

  .platform-compare-footer .button {
    width: 100%;
  }

  .catalog-download-panel,
  .package-advisor-grid,
  .scenario-addon-grid,
  .choose-rov-layout {
    grid-template-columns: 1fr;
  }

  .catalog-download-panel .button,
  .package-advisor-action .button {
    width: 100%;
  }

  .package-advisor-grid article,
  .scenario-addon-grid article {
    min-height: auto;
  }
}

/* Trust and internal-link modules */
.proof-band {
  background:
    linear-gradient(180deg, #f6f2e4, #fffdf6);
}

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

.proof-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8, #f7f0dc);
  box-shadow: 0 18px 44px rgba(7, 27, 40, 0.06);
}

.proof-grid span,
.related-application-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-grid strong,
.related-application-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #101820;
  font-size: 21px;
  line-height: 1.16;
}

.proof-grid p,
.related-application-grid p {
  margin: 0;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.65;
}

.custom-projects {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(520px, 1.35fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.98), rgba(15, 76, 94, 0.9) 58%, rgba(200, 146, 18, 0.62)),
    #071b28;
}

.custom-projects-copy h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.custom-projects-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.custom-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

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

.custom-projects-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 244, 207, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 235, 0.11), rgba(255, 250, 235, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.custom-projects-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.38);
  border-radius: 999px;
  color: #ffd45d;
  background: rgba(242, 181, 29, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.custom-projects-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.14;
}

.custom-projects-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.project-scenarios {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

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

.project-scenario-grid article {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(260px, 1fr);
  gap: 18px;
  min-height: 300px;
  padding: 18px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffef9, #f8f0d8);
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.07);
}

.project-scenario-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 6px;
  background: #fff6d7;
  object-fit: cover;
}

.project-scenario-grid div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.project-scenario-grid span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.project-scenario-grid strong {
  margin-bottom: 10px;
  color: #101820;
  font-size: 22px;
  line-height: 1.16;
}

.project-scenario-grid p {
  margin: 0 0 18px;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.65;
}

.project-scenario-grid a {
  width: fit-content;
  color: #104c66;
  font-weight: 950;
}

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

.related-application-grid a {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdf8, #f7f0dc);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.related-application-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.1);
}

.related-application-grid img {
  width: 100%;
  aspect-ratio: 1.55;
  border-radius: 6px;
  background: #fff6d7;
  object-fit: cover;
}

.compare-this-model {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.92) 62%, rgba(200, 146, 18, 0.68)),
    #071b28;
}

.compare-this-model .section-heading h2,
.compare-this-model .section-heading p:not(.eyebrow) {
  color: #ffffff;
}

.compare-this-model .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.compare-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.compare-model-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 244, 207, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 235, 0.1), rgba(255, 250, 235, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.compare-model-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 181, 29, 0.38);
  border-radius: 999px;
  color: #ffd45d;
  background: rgba(242, 181, 29, 0.12);
  font-size: 12px;
  font-weight: 950;
}

.compare-model-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
}

.compare-model-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.compare-model-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.model-comparison-guide {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

.model-comparison-wrap {
  border: 1px solid rgba(225, 216, 191, 0.95);
  border-radius: 8px;
  background: #fffefa;
  box-shadow: 0 20px 58px rgba(7, 27, 40, 0.07);
}

.model-comparison-table {
  min-width: 920px;
}

.model-comparison-table th {
  width: 22%;
}

.model-comparison-table thead th {
  color: #101820;
  background: #fff3ce;
  font-size: 14px;
  text-transform: uppercase;
}

.model-comparison-table tbody th {
  color: #104c66;
  font-weight: 950;
}

.model-comparison-table td {
  vertical-align: top;
  line-height: 1.62;
}

.model-comparison-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(280px, 1.5fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 8px;
  background: #fff9e8;
}

.model-comparison-note strong {
  color: #101820;
  font-size: 18px;
  line-height: 1.2;
}

.model-comparison-note span {
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-projects {
    grid-template-columns: 1fr;
  }

  .model-comparison-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .related-application-grid,
  .compare-model-grid,
  .custom-projects-grid,
  .project-scenario-grid {
    grid-template-columns: 1fr;
  }

  .project-scenario-grid article {
    grid-template-columns: 1fr;
  }

  .project-scenario-grid img {
    aspect-ratio: 1.5;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .proof-grid,
  .compare-model-action {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    display: grid;
  }

  .product-pdf-download {
    align-items: flex-start;
    flex-direction: column;
  }

  .key-spec-grid,
  .fit-decision-grid {
    grid-template-columns: 1fr;
  }

  .compare-model-action .button {
    width: 100%;
  }

  .custom-project-actions .button {
    width: 100%;
  }

  .custom-projects-grid article,
  .project-scenario-grid article {
    min-height: auto;
  }

.model-comparison-note .button {
    width: 100%;
  }
}

/* RFQ conversion refinements */
.quote-summary-card {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 181, 29, 0.14), rgba(14, 111, 125, 0.07)),
    #fffdf7;
}

.quote-summary-card > span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.quote-summary-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.quote-summary-card div {
  min-width: 0;
}

.quote-summary-card dt {
  margin-bottom: 3px;
  color: #7b5608;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.quote-summary-card dd {
  margin: 0;
  color: #101820;
  font-size: 14px;
  line-height: 1.4;
}

.quote-summary-card .button {
  width: fit-content;
}

.hero-actions .compact-download,
.decision-actions .compact-download,
.quote-snapshot-actions .compact-download,
.product-pdf-download .compact-download,
.sticky-rfq-bar .compact-download {
  min-height: 34px;
  width: auto;
  padding: 7px 12px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(209, 138, 5, 0.18);
}

.purchase-advice {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  color: #4f646c;
  background: #fff9e8;
  font-weight: 750;
  line-height: 1.55;
}

.catalog-best-for {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(242, 181, 29, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 217, 95, 0.18), rgba(14, 111, 125, 0.07)),
    #fffdf7;
}

.catalog-best-for span {
  color: #7b5608;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-best-for strong {
  color: #101820;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 92px;
  }

  .quick-contact {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 6px;
    padding: 8px;
  }

  .quick-contact a {
    min-height: 50px;
    padding: 0 6px;
    line-height: 1.15;
  }

  .quick-contact a:last-child {
    color: #101820;
    background: linear-gradient(135deg, #ffd95f, #f2b51d 56%, #d18a05);
  }

  .rfq-fieldset {
    gap: 10px;
    padding: 13px;
  }

  .rfq-completion,
  .export-trust-grid {
    grid-template-columns: 1fr;
  }

  .scenario-rfq-cta {
    grid-template-columns: 1fr;
  }

  .scenario-rfq-cta .button {
    width: 100%;
  }

  .rfq-fieldset legend {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .quote-builder input,
  .quote-builder textarea,
  .quote-builder select {
    min-height: 44px;
  }

  .quote-summary-card dl {
    grid-template-columns: 1fr;
  }

  .quote-summary-card .button {
    width: 100%;
  }
}

/* Export buyer and RFQ form enhancements */
.export-buyer-checklist {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding: 12px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.9) 62%, rgba(200, 146, 18, 0.62)),
    #071b28;
}

.export-buyer-checklist strong,
.export-buyer-checklist span {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255, 244, 207, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 250, 235, 0.07);
  font-size: 14px;
  line-height: 1.45;
}

.export-buyer-checklist strong {
  display: grid;
  align-items: center;
  color: #ffd45d;
  font-size: 20px;
  line-height: 1.15;
}

.distributor-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(242, 181, 29, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.92));
}

.distributor-cta strong,
.distributor-cta span {
  display: block;
}

.distributor-cta strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.distributor-cta span {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.export-package-panel {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

.export-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.export-package-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(242, 181, 29, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf8, #f7f0dc);
}

.export-package-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
}

.export-package-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #101820;
  font-size: 21px;
  line-height: 1.18;
}

.export-package-grid p {
  margin: 0;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.62;
}

.trade-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.trade-info-strip article {
  padding: 18px;
  border: 1px solid rgba(242, 181, 29, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 181, 29, 0.15), rgba(14, 111, 125, 0.07)),
    #fffdf7;
}

.trade-info-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #101820;
  font-size: 18px;
  line-height: 1.2;
}

.trade-info-strip span {
  display: block;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.58;
}

.rfq-fieldset {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 211, 93, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.rfq-fieldset legend {
  padding: 0 8px;
  color: #ffd35d;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rfq-fieldset label {
  min-width: 0;
}

.quote-builder button[type="submit"] {
  min-height: 54px;
}

@media (max-width: 1120px) {
  .export-buyer-checklist,
  .export-package-grid,
  .trade-info-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .export-buyer-checklist,
  .export-package-grid,
  .trade-info-strip,
  .rfq-fieldset {
    grid-template-columns: 1fr;
  }

  .export-buyer-checklist strong,
  .export-buyer-checklist span,
  .export-package-grid article {
    min-height: auto;
  }

  .distributor-cta {
    display: grid;
  }

  .distributor-cta .button {
    width: 100%;
  }
}

/* Mobile QA fixes */
@media (max-width: 720px) {
  .product-list,
  .product-detail-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: stretch;
    overflow-x: hidden;
  }

  .product-list .catalog-item,
  .catalog-item.detail-summary,
  .product-detail-layout .catalog-item.detail-summary {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .catalog-content,
  .catalog-media,
  .hero-product-gallery,
  .quote-summary-card,
  .mini-specs,
  .product-decision-grid,
  .catalog-tags,
  .catalog-actions {
    min-width: 0;
    max-width: 100%;
  }

  .product-list .catalog-media,
  .product-list .catalog-media img,
  .hero-product-gallery,
  .hero-product-gallery .catalog-media-main {
    min-height: 260px;
  }

  .catalog-tags span,
  .quote-ready-tags b,
  .selection-fields span,
  .product-decision-grid span,
  .mini-specs dd,
  .quote-summary-card dd {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .catalog-quote-snapshot,
  .quote-summary-card dl,
  .mini-specs,
  .product-decision-grid {
    grid-template-columns: 1fr;
  }

  .catalog-actions,
  .quote-snapshot-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .catalog-actions .button,
  .quote-snapshot-actions .button {
    width: 100%;
  }

  .detail-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 16px;
  }

  .detail-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    white-space: nowrap;
  }

  .model-comparison-wrap {
    overflow-x: visible;
  }

  .model-comparison-table {
    display: block;
    min-width: 0;
  }

  .model-comparison-table thead {
    display: none;
  }

  .model-comparison-table tbody,
  .model-comparison-table tr,
  .model-comparison-table th,
  .model-comparison-table td {
    display: block;
    width: 100%;
  }

  .model-comparison-table tr {
    padding: 12px;
    border-bottom: 1px solid rgba(225, 216, 191, 0.86);
  }

  .model-comparison-table tr:last-child {
    border-bottom: 0;
  }

  .model-comparison-table th,
  .model-comparison-table td {
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1px solid rgba(225, 216, 191, 0.74);
    border-radius: 6px;
    background: #ffffff;
  }

  .model-comparison-table tbody th {
    color: #7b5608;
    background: #fff3ce;
  }

  .model-comparison-table td::before {
    display: block;
    margin-bottom: 5px;
    color: #7b5608;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .model-comparison-table td:nth-of-type(1)::before {
    content: "This model";
  }

  .model-comparison-table td:nth-of-type(2)::before {
    content: "Portable ROV";
  }

  .model-comparison-table td:nth-of-type(3)::before {
    content: "Project / Custom ROV";
  }

  .module-config .configuration-grid {
    grid-template-columns: 1fr !important;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .module-config .configuration-grid article {
    min-width: 0;
    min-height: auto;
  }

  .application-index .card-link,
  .solution-cards .card-link {
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid rgba(242, 181, 29, 0.36);
    border-radius: 6px;
    color: #101820;
    background: linear-gradient(135deg, #ffd95f, #f2b51d 58%, #d18a05);
  }
}

/* ROV123 Yellow conversion refinements */
.rfq-assistant-output {
  display: grid;
  gap: 8px;
  margin: 14px 0 4px;
}

.rfq-assistant-output span {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(242, 181, 29, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 248, 224, 0.07);
  font-size: 13px;
  line-height: 1.45;
}

.buyer-fit-panel {
  background:
    linear-gradient(135deg, rgba(7, 27, 40, 0.96), rgba(15, 76, 94, 0.9) 60%, rgba(200, 146, 18, 0.62)),
    #071b28;
  color: #ffffff;
}

.buyer-fit-panel .section-heading h2,
.buyer-fit-panel .section-heading p:not(.eyebrow) {
  color: #ffffff;
}

.buyer-fit-panel .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.buyer-fit-grid,
.scenario-selector-grid,
.solution-meta-grid {
  display: grid;
  gap: 12px;
}

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

.buyer-fit-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 244, 207, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 235, 0.11), rgba(255, 250, 235, 0.04));
}

.buyer-fit-grid span,
.scenario-selector-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffd45d;
  background: rgba(242, 181, 29, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.buyer-fit-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
}

.buyer-fit-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.product-scenario-selector {
  background:
    linear-gradient(180deg, #fffdf6, #f6f2e4);
}

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

.scenario-selector-grid a {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(225, 216, 191, 0.92);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(242, 181, 29, 0.2), transparent 34%),
    linear-gradient(180deg, #fffdf8, #f7f0dc);
  box-shadow: 0 22px 58px rgba(7, 27, 40, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.scenario-selector-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(7, 27, 40, 0.12);
}

.scenario-selector-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #101820;
  font-size: 22px;
  line-height: 1.15;
}

.scenario-selector-grid small {
  display: block;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.58;
}

.solution-meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.solution-meta-grid span {
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  color: #5f6f77;
  background: linear-gradient(180deg, #fffdf8, #f7f0dc);
  font-size: 13px;
  line-height: 1.5;
}

.solution-meta-grid b {
  display: block;
  margin-bottom: 7px;
  color: #7b5608;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .scenario-selector-grid,
  .buyer-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .scenario-selector-grid,
  .buyer-fit-grid {
    grid-template-columns: 1fr;
  }

  .buyer-fit-grid article,
  .scenario-selector-grid a {
    min-height: auto;
  }
}

.hero-actions .button.compact-download,
.decision-actions .button.compact-download,
.quote-snapshot-actions .button.compact-download,
.product-pdf-download .button.compact-download,
.sticky-rfq-bar .button.compact-download {
  min-height: 34px;
  width: auto;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.2;
}

/* Product detail gallery/spec alignment */
.product-detail-layout .catalog-item.detail-summary {
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.82fr);
  align-items: start;
  gap: clamp(22px, 3.5vw, 42px);
  padding: clamp(18px, 2.6vw, 32px);
}

.product-detail-layout .hero-product-gallery {
  position: sticky;
  top: 92px;
  min-height: clamp(420px, 42vw, 560px);
  align-self: start;
}

.product-detail-layout .hero-product-gallery .catalog-media-main {
  min-height: clamp(420px, 42vw, 560px);
  padding: clamp(28px, 4vw, 52px) clamp(24px, 3.5vw, 46px) 116px;
}

.product-detail-layout .catalog-content {
  gap: 12px;
  padding-block: 4px;
  justify-content: start;
}

.product-detail-layout .catalog-content h2 {
  max-width: 100%;
  margin-bottom: 2px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.14;
}

.product-detail-layout .catalog-content > p:not(.eyebrow) {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.62;
}

.product-detail-layout .catalog-tags {
  margin-bottom: 4px;
}

.product-detail-layout .catalog-tags span {
  padding: 6px 9px;
  font-size: 12px;
}

.product-detail-layout .product-decision-grid {
  gap: 8px;
  margin-bottom: 0;
  border: 0;
  background: transparent;
}

.product-detail-layout .product-decision-grid div {
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(225, 216, 191, 0.82);
  border-radius: 8px;
}

.product-detail-layout .product-decision-grid strong {
  margin-bottom: 4px;
  font-size: 11px;
}

.product-detail-layout .product-decision-grid span {
  font-size: 13px;
  line-height: 1.42;
}

.product-detail-layout .quote-summary-card {
  margin: 2px 0;
  padding: 16px;
}

.product-detail-layout .quote-summary-card > span {
  padding: 5px 9px;
}

.product-detail-layout .quote-summary-card dl {
  grid-template-columns: 1fr;
  gap: 8px;
}

.product-detail-layout .quote-summary-card dl div {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.product-detail-layout .quote-summary-card dt {
  margin-bottom: 0;
}

.product-detail-layout .quote-snapshot {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .product-detail-layout .catalog-item.detail-summary {
    grid-template-columns: 1fr;
  }

  .product-detail-layout .hero-product-gallery {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .product-detail-layout .hero-product-gallery,
  .product-detail-layout .hero-product-gallery .catalog-media-main {
    min-height: 300px;
  }

  .product-detail-layout .hero-product-gallery .catalog-media-main {
    padding: 28px 16px 18px;
  }

  .product-detail-layout .hero-gallery-thumbs {
    position: relative;
    inset: auto;
    margin: 0 8px 8px;
  }

  .product-detail-layout .catalog-content h2 {
    font-size: 24px;
  }

  .product-detail-layout .quote-summary-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Balanced product gallery and decision panel */
.product-detail-layout .catalog-item.detail-summary {
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(22px, 2.8vw, 38px);
  align-items: stretch;
  background: linear-gradient(180deg, #fffdf7, #f5eed9);
}

.product-detail-layout .hero-product-gallery {
  width: 100%;
  aspect-ratio: 1.12;
  min-height: clamp(360px, 33vw, 440px);
  justify-self: stretch;
  border-color: rgba(200, 146, 18, 0.28);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.96) 0 32%, rgba(248, 239, 211, 0.78) 33% 58%, rgba(232, 222, 197, 0.92) 100%),
    linear-gradient(180deg, #fffdf8, #eee6d0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 14px 34px rgba(7, 27, 40, 0.08);
}

.product-detail-layout .hero-product-gallery .catalog-media-main {
  min-height: clamp(360px, 33vw, 440px);
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 38px) 92px;
  filter: drop-shadow(0 18px 20px rgba(7, 27, 40, 0.13));
  transform: scale(0.96);
}

.product-detail-layout .hero-gallery-thumbs {
  right: 12px;
  bottom: 12px;
  left: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(154, 112, 24, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(28, 23, 15, 0.72), rgba(16, 24, 32, 0.84)),
    rgba(16, 24, 32, 0.78);
  box-shadow: 0 12px 28px rgba(7, 27, 40, 0.18);
  backdrop-filter: blur(12px) saturate(1.1);
}

.product-detail-layout .hero-gallery-thumbs button {
  display: flex;
  min-height: 0;
  height: 64px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.72), transparent 64%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.72), rgba(242, 181, 29, 0.18));
  opacity: 0.94;
  transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.product-detail-layout .hero-gallery-thumbs button:hover,
.product-detail-layout .hero-gallery-thumbs button.is-active {
  transform: translateY(-1px);
  border-color: rgba(242, 181, 29, 0.84);
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 239, 181, 0.48), 0 8px 18px rgba(0, 0, 0, 0.24);
}

.product-detail-layout .hero-gallery-thumbs button:focus-visible {
  outline: 2px solid #ffd45d;
  outline-offset: 2px;
}

.product-detail-layout .hero-gallery-thumbs img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  aspect-ratio: auto;
  padding: 5px;
  object-fit: contain;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.18));
}

.product-detail-layout .media-badge {
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-color: rgba(225, 216, 191, 0.86);
  color: #7b5608;
  background: rgba(255, 253, 247, 0.86);
  font-size: 11px;
  letter-spacing: 0;
  box-shadow: none;
}

.product-decision-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(4px, 1vw, 12px) 0;
}

.product-decision-panel .eyebrow {
  margin-bottom: 0;
}

.product-decision-panel h2 {
  margin: 0;
  color: #101820;
  font-size: clamp(25px, 2.35vw, 36px);
  line-height: 1.12;
}

.product-decision-panel > p:not(.eyebrow) {
  max-width: 100%;
  margin: 0;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.66;
}

.product-decision-panel .button:focus-visible {
  outline: 2px solid #ffd45d;
  outline-offset: 3px;
}

.product-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-summary-tags span {
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 999px;
  color: #7b5608;
  background: #fff8e3;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.product-config-card {
  margin: 0;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #fff8e5);
}

.product-config-card dl {
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.82);
  border-radius: 8px;
  background: #ffffff;
}

.product-config-card dl div {
  display: grid;
  grid-template-columns: minmax(108px, 0.38fr) minmax(0, 1fr);
  gap: 12px;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(225, 216, 191, 0.72);
}

.product-config-card dl div:last-child {
  border-bottom: 0;
}

.product-config-card dt {
  margin: 0;
  color: #7b5608;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-config-card dd {
  margin: 0;
  color: #101820;
  font-size: 13px;
  line-height: 1.45;
}

.buyer-next-step {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: #101820;
  box-shadow: 0 18px 46px rgba(7, 27, 40, 0.14);
}

.buyer-next-step strong,
.buyer-next-step span {
  display: block;
}

.buyer-next-step strong {
  margin-bottom: 5px;
  color: #ffd45d;
  font-size: 13px;
  text-transform: uppercase;
}

.buyer-next-step span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.buyer-next-step .button {
  width: fit-content;
  min-height: 38px;
  padding: 8px 13px;
}

.product-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.product-panel-actions .button {
  min-height: 36px;
  width: auto;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.2;
}

.product-panel-actions .button.ghost {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.product-panel-actions .button.ghost:hover {
  color: #ffffff;
  border-color: rgba(255, 212, 93, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.product-detail-content-block {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 255, 255, 0.96));
}

.product-detail-rich-content {
  width: 100%;
  max-width: none;
  color: #3f5058;
  font-size: 16px;
  line-height: 1.78;
}

.product-detail-rich-content h2,
.product-detail-rich-content h3,
.product-detail-rich-content h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #101820;
  line-height: 1.18;
}

.product-detail-rich-content ul,
.product-detail-rich-content ol {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.product-detail-rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-rich-template {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: none;
}

.product-rich-template h2,
.product-rich-template h3 {
  margin: 0;
  color: #101820;
  line-height: 1.16;
}

.product-rich-template p {
  margin: 0;
  color: #52646c;
  line-height: 1.74;
}

.rich-kicker {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(242, 181, 29, 0.36);
  border-radius: 999px;
  color: #7b5608 !important;
  background: #fff3ce;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.rich-lead-panel {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(225, 216, 191, 0.88);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(242, 181, 29, 0.2), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f6eed8);
}

.rich-lead-panel h2 {
  font-size: clamp(28px, 3.3vw, 44px);
}

.rich-lead-with-media {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
  align-items: center;
}

.rich-media-frame {
  position: relative;
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.92), transparent 58%),
    linear-gradient(180deg, #fffdf8, #efe4c8);
}

.rich-media-frame img {
  width: 100%;
  aspect-ratio: 1.22;
  padding: clamp(18px, 3vw, 34px);
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(7, 27, 40, 0.14));
}

.rich-media-frame figcaption,
.rich-mini-media-grid figcaption,
.rich-image-strip figcaption {
  padding: 0 12px 12px;
  color: #7b5608;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.rich-product-visual img {
  aspect-ratio: 1.18;
}

.rich-highlight-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.rich-highlight-row span {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(225, 216, 191, 0.88);
  border-radius: 8px;
  color: #52646c;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.4;
}

.rich-highlight-row b {
  color: #101820;
  font-size: 18px;
  line-height: 1.1;
}

.rich-split-section,
.rich-package-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 18px;
}

.rich-media-copy-section > div:first-child {
  gap: 14px;
}

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

.rich-mini-media-grid figure,
.rich-image-strip figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 216, 191, 0.86);
  border-radius: 8px;
  background: #fff8e3;
}

.rich-mini-media-grid img,
.rich-image-strip img {
  width: 100%;
  aspect-ratio: 1.35;
  padding: 14px;
  object-fit: contain;
}

.rich-video-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 20%, rgba(242, 181, 29, 0.18), transparent 28%),
    linear-gradient(135deg, #101820, #1c2630);
}

.rich-video-panel h3,
.rich-video-panel p {
  color: #ffffff;
}

.rich-video-panel .rich-kicker {
  border-color: rgba(242, 181, 29, 0.44);
  color: #ffd45d !important;
  background: rgba(242, 181, 29, 0.12);
}

.rich-video-panel > div {
  display: grid;
  gap: 12px;
}

.rich-video-panel video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(242, 181, 29, 0.24);
  border-radius: 8px;
  background: #05080a;
  object-fit: cover;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26);
}

.rich-two-column-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.rich-copy-card,
.rich-spec-side-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(225, 216, 191, 0.86);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(242, 181, 29, 0.16), transparent 32%),
    #fffdf8;
}

.rich-copy-card h3 {
  font-size: clamp(22px, 2.5vw, 32px);
}

.rich-spec-layout-balanced {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
}

.rich-spec-layout-balanced.reverse {
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
}

.rich-spec-side-card {
  gap: 14px;
}

.rich-spec-side-card .rich-media-frame img {
  aspect-ratio: 1.1;
  padding: 18px;
}

.rich-spec-side-card strong {
  display: block;
  margin-bottom: 6px;
  color: #101820;
  font-size: 18px;
}

.rich-spec-side-card p {
  font-size: 14px;
  line-height: 1.62;
}

.rich-image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rich-split-section > div,
.rich-package-section > div,
.rich-feature-grid article,
.rich-spec-section {
  padding: 20px;
  border: 1px solid rgba(225, 216, 191, 0.86);
  border-radius: 8px;
  background: #fffdf8;
}

.rich-split-section > div:first-child,
.rich-package-section > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.rich-buyer-card {
  background: #101820 !important;
}

.rich-buyer-card strong {
  display: block;
  margin-bottom: 10px;
  color: #ffd45d;
  font-size: 13px;
  text-transform: uppercase;
}

.rich-buyer-card ul,
.rich-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rich-buyer-card li,
.rich-check-list li {
  position: relative;
  padding-left: 18px;
  color: #52646c;
  line-height: 1.55;
}

.rich-buyer-card li {
  color: rgba(255, 255, 255, 0.82);
}

.rich-buyer-card li::before,
.rich-check-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2b51d;
  content: "";
}

.rich-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rich-feature-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.rich-feature-grid span {
  color: #c89212;
  font-size: 12px;
  font-weight: 950;
}

.rich-feature-grid h3 {
  font-size: 18px;
}

.rich-feature-grid p {
  font-size: 14px;
}

.rich-spec-section {
  display: grid;
  gap: 16px;
}

.rich-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 14px;
  align-items: start;
}

.rich-spec-layout .rich-spec-table-wrap {
  min-width: 0;
}

.rich-spec-image img {
  aspect-ratio: 1;
}

.rich-section-head {
  display: grid;
  gap: 10px;
}

.rich-spec-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(198, 172, 103, 0.88);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(7, 27, 40, 0.05);
}

.rich-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  table-layout: fixed;
}

.rich-spec-table th,
.rich-spec-table td {
  padding: 13px 15px;
  border-right: 1px solid rgba(225, 216, 191, 0.9);
  border-bottom: 1px solid rgba(225, 216, 191, 0.9);
  text-align: left;
  vertical-align: top;
}

.rich-spec-table th:last-child,
.rich-spec-table td:last-child {
  border-right: 0;
}

.rich-spec-table tr:last-child th,
.rich-spec-table tr:last-child td {
  border-bottom: 0;
}

.rich-spec-table tr:nth-child(even) th,
.rich-spec-table tr:nth-child(even) td {
  background: #fffaf0;
}

.rich-spec-table th {
  width: 230px;
  color: #7b5608;
  background: #fff3ce;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rich-spec-table td {
  color: #101820;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .rich-lead-with-media,
  .rich-two-column-showcase,
  .rich-video-panel,
  .rich-spec-layout,
  .rich-spec-layout-balanced,
  .rich-spec-layout-balanced.reverse,
  .rich-highlight-row,
  .rich-feature-grid {
    grid-template-columns: 1fr;
  }

  .rich-split-section,
  .rich-package-section {
    grid-template-columns: 1fr;
  }

  .rich-highlight-row,
  .rich-feature-grid,
  .rich-image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .rich-highlight-row,
  .rich-feature-grid,
  .rich-mini-media-grid,
  .rich-image-strip {
    grid-template-columns: 1fr;
  }

  .rich-spec-table {
    width: 100%;
    min-width: 560px;
  }
}

/* Product rich content spacious editorial polish */
.product-rich-template {
  gap: clamp(22px, 3vw, 34px);
  width: 100%;
  max-width: none;
}

.product-rich-template h2,
.product-rich-template h3 {
  letter-spacing: 0;
}

.rich-lead-panel {
  gap: 20px;
  padding: clamp(28px, 4vw, 48px);
}

.rich-lead-panel h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.rich-lead-with-media {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
}

.rich-media-frame img {
  aspect-ratio: 1.18;
  padding: clamp(20px, 3vw, 36px);
}

.rich-highlight-row {
  gap: 12px;
  margin-top: 8px;
}

.rich-highlight-row span {
  min-height: 108px;
  padding: 16px;
}

.rich-highlight-row b {
  font-size: 22px;
}

.rich-split-section,
.rich-package-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 20px;
}

.rich-split-section > div,
.rich-package-section > div,
.rich-feature-grid article,
.rich-spec-section,
.rich-copy-card,
.rich-spec-side-card {
  padding: clamp(22px, 3vw, 30px);
}

.rich-mini-media-grid,
.rich-image-strip {
  gap: 14px;
}

.rich-mini-media-grid img,
.rich-image-strip img {
  aspect-ratio: 1.28;
  padding: 16px;
}

.rich-two-column-showcase {
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1fr);
  gap: 20px;
}

.rich-copy-card,
.rich-spec-side-card {
  gap: 14px;
}

.rich-copy-card h3 {
  font-size: clamp(26px, 2.8vw, 38px);
}

.rich-feature-grid {
  gap: 14px;
}

.rich-feature-grid article {
  gap: 12px;
  min-height: 230px;
}

.rich-feature-grid h3 {
  font-size: 20px;
}

.rich-spec-layout-balanced {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.5fr);
}

.rich-spec-layout-balanced.reverse {
  grid-template-columns: minmax(340px, 0.5fr) minmax(0, 1fr);
}

.rich-spec-table th,
.rich-spec-table td {
  padding: 14px 16px;
}

.rich-spec-table td {
  font-size: 15px;
  line-height: 1.58;
}

@media (max-width: 960px) {
  .rich-lead-with-media,
  .rich-split-section,
  .rich-package-section,
  .rich-two-column-showcase,
  .rich-spec-layout-balanced,
  .rich-spec-layout-balanced.reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .product-detail-layout .catalog-item.detail-summary {
    grid-template-columns: 1fr;
  }

  .product-detail-layout .hero-product-gallery {
    position: relative;
    top: auto;
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .product-detail-layout .hero-product-gallery,
  .product-detail-layout .hero-product-gallery .catalog-media-main {
    aspect-ratio: auto;
    min-height: 280px;
  }

  .product-detail-layout .hero-product-gallery .catalog-media-main {
    padding: 24px 16px 76px;
  }

  .product-detail-layout .hero-gallery-thumbs {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }

  .product-detail-layout .hero-gallery-thumbs button {
    min-height: 0;
    height: 54px;
  }

  .product-config-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .buyer-next-step .button {
    width: 100%;
  }

  .product-panel-actions {
    display: grid;
  }

  .product-summary-tags span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
