/* Super product pages: category-level buying destination, not thin SKU sheets. */
.super-product {
  background: #f7f6f2;
  color: var(--ink);
}

.super-product .section {
  position: relative;
}

.super-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

.super-breadcrumb a {
  color: rgba(255,255,255,.92);
  text-decoration: underline;
  text-decoration-color: rgba(246,185,59,.74);
  text-underline-offset: 4px;
}

.super-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #10161d;
  color: white;
}

.super-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(7,10,14,.62);
  pointer-events: none;
}

.super-hero__media,
.super-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.super-hero__media img {
  object-fit: cover;
  object-position: center;
}

.super-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  gap: 54px;
  align-items: end;
  min-height: 680px;
  padding-top: 70px;
  padding-bottom: 60px;
}

.super-hero__copy {
  max-width: 710px;
}

.super-hero .eyebrow {
  color: var(--amber-2);
}

.super-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: white;
  font-size: clamp(46px, 5vw, 76px);
  letter-spacing: 0;
  line-height: 1.02;
}

.super-direct-answer {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255,255,255,.9);
  font-size: 19px;
  line-height: 1.62;
}

.super-hero__aside {
  display: grid;
  gap: 18px;
  align-self: end;
}

.super-hard-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(10,14,18,.72);
  backdrop-filter: blur(8px);
}

.hard-fact {
  min-height: 116px;
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.hard-fact:nth-child(2n) { border-right: 0; }
.hard-fact:nth-last-child(-n + 2) { border-bottom: 0; }

.hard-fact span,
.super-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--amber-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hard-fact b {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 1.34;
}

.super-anchor-ribbon {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.super-anchor-ribbon .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}

.super-anchor-ribbon a {
  flex: 1 1 150px;
  padding: 15px 17px;
  border-right: 1px solid var(--line);
  color: #3c4650;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.super-anchor-ribbon a:last-child { border-right: 0; }
.super-anchor-ribbon a:hover { background: #fff5d6; color: var(--ink); }

.super-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.super-section-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: 0;
  line-height: 1.06;
}

.super-section-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.super-intro-grid,
.super-custom-grid,
.super-qc-grid,
.super-proof-grid,
.super-guide-layout,
.super-rfq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 42px;
}

.super-intro-copy p,
.super-rich-copy p,
.super-guide-copy p,
.super-rfq-copy p {
  color: #46515d;
  font-size: 17px;
  line-height: 1.72;
}

.super-intro-copy p:first-of-type {
  margin-top: 0;
  font-size: 19px;
}

.super-capability-grid,
.super-series-grid,
.super-use-grid,
.super-industry-grid,
.super-reason-grid,
.super-faq-grid,
.super-photo-group {
  display: grid;
  gap: 16px;
}

.super-capability-grid { grid-template-columns: 1fr 1fr; }
.super-series-grid { grid-template-columns: repeat(3, 1fr); }
.super-use-grid { grid-template-columns: repeat(3, 1fr); }
.super-industry-grid { grid-template-columns: repeat(3, 1fr); }
.super-reason-grid { grid-template-columns: repeat(3, 1fr); }
.super-faq-grid { grid-template-columns: 1fr 1fr; }

.super-capability,
.super-use-card,
.super-reason,
.super-faq-item,
.super-industry-card,
.super-check-row,
.super-custom-option,
.super-qc-step,
.super-photo-card,
.super-form-card,
.super-spec-aside,
.super-guide-tip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.super-capability,
.super-use-card,
.super-reason,
.super-faq-item,
.super-industry-card,
.super-custom-option,
.super-qc-step {
  padding: 20px;
}

.super-capability b,
.super-use-card h3,
.super-reason h3,
.super-faq-item h3,
.super-industry-card h3,
.super-custom-option h3,
.super-qc-step h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.22;
}

.super-capability p,
.super-use-card p,
.super-reason p,
.super-faq-item p,
.super-industry-card p,
.super-custom-option p,
.super-qc-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.super-capability__number,
.super-step-number,
.super-qc-step__number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 14px;
  background: #fff1be;
  color: #725006;
  font-size: 12px;
  font-weight: 950;
}

.super-spec-aside {
  padding: 26px;
  background: #161d25;
  color: white;
}

.super-spec-aside h3 { margin: 0 0 18px; font-size: 24px; }

.super-spec-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.super-spec-list div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.super-spec-list dt {
  color: var(--amber-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.super-spec-list dd {
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.48;
}

.super-designed-for {
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.55;
}

.super-designed-for b { color: white; }

.super-inline-cta,
.super-cta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.super-inline-cta p {
  flex: 1 1 260px;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.family-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.family-card:hover,
.family-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(246,185,59,.9);
  box-shadow: 0 22px 42px rgba(22,25,29,.12);
  outline: 0;
}

.family-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8ebed;
}

.family-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}

.family-card__copy { display: block; }
.family-card__title { display: block; margin: 0 0 9px; font-size: 21px; font-weight: 900; line-height: 1.18; }
.family-card__description { display: block; margin: 0 0 12px; color: var(--muted); line-height: 1.54; }

.family-card__spec {
  margin-bottom: 13px;
  color: #8b5c09;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.45;
  text-transform: uppercase;
}

.family-card__action {
  margin-top: auto;
  color: #7c5207;
  font-size: 13px;
  font-weight: 900;
}

.super-commerce {
  background: #eff1f2;
}

.super-commerce table td:first-child,
.super-chooser table td:first-child {
  width: 24%;
  color: #2d3540;
  font-weight: 900;
}

.super-table-note,
.super-decision-shortcut {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--amber);
  background: #fff9e8;
  color: #584716;
  line-height: 1.58;
}

.super-use-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--amber);
}

.super-use-card .super-kicker { margin-bottom: 10px; color: #8b5c09; }
.super-use-card .family-card__action { margin-top: 18px; }

.super-chooser {
  background: white;
}

.super-custom-option {
  min-height: 100%;
}

.super-custom-option ul,
.super-qc-docs,
.super-check-items {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.super-custom-option li,
.super-qc-docs li,
.super-check-items li {
  position: relative;
  padding-left: 18px;
  color: #4d5864;
  line-height: 1.5;
}

.super-custom-option li::before,
.super-qc-docs li::before,
.super-check-items li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "+";
  font-weight: 950;
}

.super-custom-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe3e6;
}

.super-custom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.super-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: white;
}

.super-process-step {
  min-height: 176px;
  padding: 20px 16px;
  border-right: 1px solid var(--line);
}

.super-process-step:last-child { border-right: 0; }
.super-process-step b { display: block; margin-bottom: 8px; font-size: 16px; }
.super-process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.super-qc-grid {
  align-items: start;
}

.super-qc-steps {
  display: grid;
  gap: 10px;
}

.super-qc-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.super-qc-step__number {
  width: 34px;
  height: 34px;
  margin: 0;
  background: #263340;
  color: var(--amber-2);
}

.super-qc-step h3 { margin-bottom: 6px; }
.super-qc-step strong { color: #414b56; font-size: 13px; }

.super-qc-side {
  padding: 28px;
  background: #1f2b37;
  color: white;
}

.super-qc-side h3 { margin: 0 0 12px; font-size: 27px; }
.super-qc-side p { color: rgba(255,255,255,.74); line-height: 1.62; }
.super-qc-side .super-qc-docs li { color: rgba(255,255,255,.86); }
.super-qc-side .btn { margin-top: 24px; }

.super-industry-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.super-industry-card::before {
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 16px;
  background: var(--amber);
  content: "";
}

.super-industry-card .industry-spec {
  margin-top: 16px;
  color: #725006;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.super-checklist {
  background: #eff1f2;
}

.super-check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.super-check-row {
  min-height: 205px;
  padding: 22px;
}

.super-check-row h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.17;
}

.super-check-row > span {
  display: block;
  margin-bottom: 12px;
  color: #a26a08;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
}

.super-why {
  background: #121a22;
  color: white;
}

.super-why .super-section-head h2 { color: white; }
.super-why .super-section-head > p { color: rgba(255,255,255,.7); }
.super-why .eyebrow { color: var(--amber-2); }

.super-why .super-reason {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.super-why .super-reason h3 { color: white; }
.super-why .super-reason p { color: rgba(255,255,255,.72); }

.super-number-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.super-number {
  padding: 24px 18px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.super-number:last-child { border-right: 0; }
.super-number b { display: block; color: var(--amber-2); font-size: 34px; line-height: 1; }
.super-number span { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.4; }

.super-faq-item h3 { font-size: 18px; }
.super-faq-group-title { margin: 0 0 16px; font-size: 24px; }
.super-faq-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

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

.super-photo-group {
  gap: 10px;
}

.super-photo-group h3 {
  margin: 0 0 4px;
  color: #2e3741;
  font-size: 20px;
}

.super-photo-card {
  overflow: hidden;
}

.super-photo-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e5e7;
}

.super-photo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.super-photo-card p {
  margin: 0;
  padding: 12px;
  color: #58636f;
  font-size: 12px;
  line-height: 1.48;
}

.super-guide {
  background: #fff;
}

.super-guide-layout {
  align-items: start;
}

.super-guide-nav {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #f5f6f7;
}

.super-guide-nav b {
  display: block;
  margin-bottom: 13px;
  color: #27303a;
}

.super-guide-nav a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid #dfe3e7;
  color: #57616b;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.super-guide-nav a:hover { color: #7c5207; }

.super-guide-copy {
  max-width: 790px;
}

.super-guide-copy > header {
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.super-guide-copy > header h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: 0;
  line-height: 1.06;
}

.super-guide-meta {
  color: #7a838d;
  font-size: 13px;
  font-weight: 800;
}

.super-guide-chapter {
  margin: 0 0 42px;
  scroll-margin-top: 104px;
}

.super-guide-chapter h3 {
  margin: 0 0 14px;
  color: #27303a;
  font-size: 29px;
  line-height: 1.18;
}

.super-guide-chapter h3 span {
  display: block;
  margin-bottom: 6px;
  color: #a26a08;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
}

.super-guide-tip {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--amber);
  background: #fff9e8;
  color: #594715;
  line-height: 1.58;
}

.super-rfq {
  background: #22303d;
  color: white;
}

.super-rfq-copy h2 { margin: 0 0 18px; color: white; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; }
.super-rfq-copy p { color: rgba(255,255,255,.75); }
.super-rfq-copy .super-qc-docs li { color: rgba(255,255,255,.84); }

.super-form-card {
  padding: 24px;
  background: white;
  color: var(--ink);
}

.super-form-card h3 { margin: 0 0 8px; font-size: 24px; }
.super-form-card > p { margin: 0 0 20px; color: var(--muted); line-height: 1.55; }

.super-rfq-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.super-rfq-form label {
  display: grid;
  gap: 7px;
  color: #4b5661;
  font-size: 12px;
  font-weight: 850;
}

.super-rfq-form input,
.super-rfq-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ccd3da;
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
}

.super-rfq-form .form-full { grid-column: 1 / -1; }
.super-rfq-form textarea { min-height: 104px; }
.super-rfq-form .btn { grid-column: 1 / -1; justify-self: start; }
.form-success { margin: 14px 0 0; color: #196a4a; font-weight: 800; line-height: 1.5; }

.product-chat-float {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
  background: #1c2732;
  color: white;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(22,25,29,.24);
  cursor: pointer;
}

.product-chat-float:hover { border-color: var(--amber); color: var(--amber-2); }

.inquiry-modal {
  width: min(620px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 34px 100px rgba(0,0,0,.42);
}

.inquiry-modal::backdrop { background: rgba(10,12,16,.72); backdrop-filter: blur(4px); }
.inquiry-modal__panel { position: relative; padding: 34px; }
.inquiry-modal__panel h2 { margin: 0 0 9px; font-size: 34px; line-height: 1.08; }
.inquiry-modal__panel > p { margin: 0 0 22px; color: var(--muted); line-height: 1.58; }
.inquiry-modal__close { position: absolute; top: 14px; right: 14px; min-height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--ink); font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }

@media (max-width: 1000px) {
  .super-hero .container,
  .super-intro-grid,
  .super-custom-grid,
  .super-qc-grid,
  .super-proof-grid,
  .super-guide-layout,
  .super-rfq-layout,
  .super-section-head {
    grid-template-columns: 1fr;
  }
  .super-hero .container { min-height: 720px; }
  .super-hero__aside { max-width: 720px; }
  .super-series-grid { grid-template-columns: 1fr 1fr; }
  .super-photo-wall { grid-template-columns: 1fr 1fr; }
  .super-guide-nav { position: relative; top: auto; }
  .super-process-grid { grid-template-columns: repeat(3, 1fr); }
  .super-process-step:nth-child(3) { border-right: 0; }
  .super-process-step:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .super-number-row { grid-template-columns: repeat(3, 1fr); }
  .super-number:nth-child(3) { border-right: 0; }
  .super-number:nth-child(-n + 3) { border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 720px) {
  .super-hero { min-height: auto; }
  .super-hero .container { min-height: auto; padding-top: 56px; padding-bottom: 40px; }
  .super-hero h1 { font-size: 43px; }
  .super-direct-answer { font-size: 16px; }
  .super-hard-facts { grid-template-columns: 1fr; }
  .hard-fact,
  .hard-fact:nth-child(2n),
  .hard-fact:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hard-fact:last-child { border-bottom: 0; }
  .super-anchor-ribbon { margin-top: 0; }
  .super-anchor-ribbon .container { border-right: 0; border-left: 0; }
  .super-anchor-ribbon a { flex-basis: 50%; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .super-section-head h2 { font-size: 35px; }
  .super-capability-grid,
  .super-series-grid,
  .super-use-grid,
  .super-industry-grid,
  .super-reason-grid,
  .super-faq-grid,
  .super-faq-groups,
  .super-photo-wall,
  .super-check-list,
  .super-process-grid,
  .super-number-row,
  .super-rfq-form { grid-template-columns: 1fr; }
  .super-process-step,
  .super-process-step:nth-child(3),
  .super-process-step:nth-child(-n + 3),
  .super-number,
  .super-number:nth-child(3),
  .super-number:nth-child(-n + 3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .super-number { border-bottom-color: rgba(255,255,255,.18) !important; }
  .super-number:last-child,
  .super-process-step:last-child { border-bottom: 0; }
  .super-guide-copy > header h2 { font-size: 38px; }
  .super-guide-chapter h3 { font-size: 26px; }
  .super-rfq-form .form-full,
  .super-rfq-form .btn { grid-column: auto; }
  .inquiry-modal__panel { padding: 58px 22px 24px; }
  .inquiry-modal__panel h2 { font-size: 30px; }
  .floating-stack .product-chat-float { display: none; }
}
