/*
Theme Name: CNBRAS B2B
Theme URI: https://www.cnbras.com/
Author: CNBRAS
Description: English B2B wholesale, OEM and private label lingerie theme for CNBRAS.
Version: 2.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: cnbras-b2b
*/

:root {
  --navy: #102437;
  --navy-2: #18344d;
  --ink: #16202a;
  --paper: #f6f4ef;
  --warm: #e8e2d8;
  --white: #ffffff;
  --copper: #c65f36;
  --gold: #b79a68;
  --muted: #6b747c;
  --line: rgba(16, 36, 55, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.topbar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 8px 4vw;
  background: var(--navy);
  color: white;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.topbar span + span {
  color: rgba(255, 255, 255, 0.58);
}

.topbar a {
  padding-bottom: 2px;
  border-bottom: 1px solid var(--copper);
}

.site-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 244, 239, 0.96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.88;
}

.brand small {
  margin-top: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-header nav a {
  transition: color 180ms ease;
}

.site-header nav a:hover {
  color: var(--copper);
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0 20px;
  background: var(--copper);
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: var(--warm);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 6vw;
}

.eyebrow {
  margin: 0 0 21px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 720px;
  font-size: clamp(58px, 6.4vw, 100px);
  line-height: 0.88;
}

.hero-intro {
  max-width: 600px;
  margin: 32px 0 0;
  color: #4f5b64;
  font-size: 14px;
  line-height: 1.8;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

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

.button-primary:hover {
  background: var(--copper);
  border-color: var(--copper);
}

.button-secondary {
  color: var(--navy);
}

.button-secondary:hover {
  background: white;
}

.buyer-types {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 52px;
}

.buyer-types span {
  margin-right: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.buyer-types p {
  margin: 0;
  padding: 8px 11px;
  border: 1px solid rgba(16, 36, 55, 0.23);
  color: var(--navy);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-image {
  min-height: 670px;
  position: relative;
  overflow: hidden;
}

.hero-image > img {
  height: 100%;
  object-fit: cover;
}

.hero-card {
  width: min(340px, calc(100% - 48px));
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 23px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(16, 36, 55, 0.15);
}

.hero-card span {
  color: var(--copper);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
}

.hero-card p {
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.hero-card a,
.text-link {
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  color: white;
}

.trust-strip > div {
  min-height: 145px;
  padding: 30px 2.5vw;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-strip > div:last-child {
  border-right: 0;
}

.trust-strip span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
}

.trust-strip strong {
  display: block;
  margin: 12px 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.trust-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.6;
}

.category-section,
.catalogue-section,
.process-section,
.insights-section,
.faq-section {
  padding: 105px 4vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 45px;
  margin-bottom: 48px;
}

.section-heading h2,
.oem-copy h2,
.quality-copy h2,
.faq-section h2,
.inquiry-section h2 {
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 0.95;
}

.section-heading > p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.category-section {
  background: var(--paper);
}

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

.category-card {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--line);
}

.category-card > img {
  height: 390px;
  object-fit: cover;
}

.category-copy {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 5px 12px;
  padding: 25px;
}

.category-copy > span {
  grid-row: 1 / 5;
  padding-top: 6px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
}

.category-copy h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
}

.category-copy p {
  margin: 4px 0 15px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.category-copy strong {
  color: var(--navy);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-section {
  background: #e6e9ea;
}

.catalogue-heading {
  grid-template-columns: 1fr auto;
}

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

.product-image {
  position: relative;
  display: block;
  aspect-ratio: 0.86;
  overflow: hidden;
  background: #d9d9d4;
}

.product-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.product-image:hover img {
  transform: scale(1.03);
}

.product-code {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  padding: 8px 10px;
  background: var(--navy);
  color: white;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.product-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 2px 0;
}

.product-info p {
  margin: 0 0 5px;
  color: var(--copper);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.product-info > a {
  flex: 0 0 auto;
  padding: 8px 0 4px;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.oem-section,
.quality-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 780px;
}

.oem-image,
.quality-image {
  position: relative;
  overflow: hidden;
}

.oem-image > img,
.quality-image > img {
  height: 100%;
  object-fit: cover;
}

.oem-image > span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 13px;
  background: white;
  color: var(--navy);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oem-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw;
  background: var(--navy);
  color: white;
}

.oem-copy h2 {
  color: white;
}

.oem-intro {
  max-width: 610px;
  margin: 29px 0 35px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.85;
}

.capability-list {
  margin-bottom: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.capability-list > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

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

.capability-list strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
}

.button-light {
  width: fit-content;
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}

.button-light:hover {
  background: white;
  color: var(--navy);
}

.process-section {
  background: white;
}

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

.process-grid article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  display: block;
  margin-bottom: 65px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.quality-section {
  background: var(--warm);
}

.quality-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw;
}

.quality-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

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

.quality-copy li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.quality-copy li::before {
  content: "✓";
  margin-right: 13px;
  color: var(--copper);
}

.quality-image > div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 22px;
  background: rgba(16, 36, 55, 0.94);
  color: white;
}

.quality-image span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.quality-image strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.insights-section {
  background: var(--paper);
}

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

.insight-grid article {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  background: white;
}

.insight-grid span {
  color: var(--copper);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-grid h3 {
  margin: 42px 0 17px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.04;
}

.insight-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.insight-grid a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  background: white;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
}

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

.faq-list details p {
  max-width: 690px;
  margin: -3px 0 25px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.inquiry-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 7vw;
  padding: 100px 7vw;
  background: var(--navy);
  color: white;
}

.inquiry-section h2 {
  color: white;
}

.inquiry-intro > p:not(.eyebrow) {
  max-width: 530px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.8;
}

.inquiry-note {
  max-width: 470px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 45px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.inquiry-note span {
  padding: 7px 9px;
  background: var(--copper);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.inquiry-note strong {
  font-size: 9px;
  line-height: 1.5;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  outline: 0;
  background: transparent;
  color: white;
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.full-field,
.inquiry-form button,
.form-note {
  grid-column: 1 / -1;
}

.rfq-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 10px;
  line-height: 1.6;
}

.rfq-status-success {
  border-color: #7fc59a;
  background: rgba(69, 139, 93, 0.24);
}

.rfq-status-error {
  border-color: #e59a84;
  background: rgba(198, 95, 54, 0.24);
}

.cnbras-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.content-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
}

.content-shell h1,
.content-shell .entry-title {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
}

.content-shell article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.content-shell .entry-content,
.content-shell .entry-summary {
  max-width: 780px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.content-shell .entry-meta {
  margin: 10px 0 24px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inquiry-form button {
  min-height: 50px;
  margin-top: 5px;
  border: 0;
  background: var(--copper);
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-note {
  margin: -10px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  line-height: 1.5;
}

footer {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
  padding: 80px 4vw 32px;
  background: #0b1824;
  color: rgba(255, 255, 255, 0.63);
}

footer .brand {
  color: white;
}

.footer-brand p {
  max-width: 380px;
  margin: 23px 0 0;
  font-size: 10px;
  line-height: 1.7;
}

footer h3 {
  margin: 0 0 19px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

footer > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 9px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 45px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

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

  .hero-copy {
    padding: 7vw 5vw;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .product-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  .topbar {
    justify-content: space-between;
    gap: 10px;
    font-size: 7px;
  }

  .topbar span:nth-child(2) {
    display: none;
  }

  .site-header {
    min-height: 72px;
    padding: 0 20px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 13px;
    font-size: 7px;
  }

  .hero,
  .oem-section,
  .quality-section,
  .faq-section,
  .inquiry-section,
  footer {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 80px 22px 62px;
  }

  h1 {
    font-size: clamp(55px, 15vw, 76px);
  }

  .hero-image {
    min-height: 530px;
  }

  .trust-strip,
  .category-grid,
  .product-grid,
  .process-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 27px 22px;
  }

  .category-section,
  .catalogue-section,
  .process-section,
  .insights-section,
  .faq-section {
    padding: 78px 20px;
  }

  .section-heading,
  .catalogue-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading h2,
  .oem-copy h2,
  .quality-copy h2,
  .faq-section h2,
  .inquiry-section h2 {
    font-size: 48px;
  }

  .category-card {
    min-height: 520px;
  }

  .category-card > img {
    height: 350px;
  }

  .product-grid {
    gap: 42px;
  }

  .product-image {
    aspect-ratio: 1;
  }

  .oem-image,
  .quality-image {
    min-height: 560px;
  }

  .oem-copy,
  .quality-copy {
    padding: 75px 23px;
  }

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

  .process-grid span {
    margin-bottom: 45px;
  }

  .inquiry-section {
    gap: 55px;
    padding: 80px 22px;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .full-field,
  .inquiry-form button,
  .form-note {
    grid-column: auto;
  }

  footer {
    gap: 42px;
    padding: 70px 22px 30px;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Multi-page B2B catalogue */
.page-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 110px;
}

.inner-hero {
  max-width: 930px;
  padding: 72px 0 60px;
  border-bottom: 1px solid var(--line);
}

.inner-hero h1 {
  max-width: 900px;
  margin: 10px 0 22px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .94;
}

.inner-hero > p:last-child,
.inner-hero > div {
  max-width: 760px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.prose-content {
  max-width: 900px;
  padding: 60px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.prose-content h2 {
  margin: 54px 0 16px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.prose-content h3 {
  color: var(--ink);
}

.answer-panel,
.content-cta,
.key-takeaway {
  margin: 36px 0;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f6f2eb;
}

.content-cta {
  max-width: none;
  background: #102337;
  color: rgba(255,255,255,.74);
}

.content-cta h2 {
  margin-top: 0;
  color: white;
}

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

.content-card-grid article,
.article-card {
  padding: 26px;
  border: 1px solid var(--line);
  background: white;
}

.numbered-list,
.check-list {
  padding-left: 24px;
}

.numbered-list li,
.check-list li {
  margin: 10px 0;
}

.category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 34px;
}

.category-chips a {
  padding: 10px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.catalogue-card {
  border: 1px solid var(--line);
  background: white;
}

.catalogue-card-image {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f0e9;
}

.catalogue-card-image img,
.product-main-image img,
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalogue-card-body {
  padding: 24px;
}

.catalogue-card h2,
.article-card h2 {
  margin: 8px 0 12px;
  font-size: 28px;
  line-height: 1.05;
}

.catalogue-card h2 a,
.article-card h2 a {
  color: var(--ink);
}

.catalogue-card p,
.article-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.product-code,
.breadcrumbs,
.entry-meta {
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.breadcrumbs {
  padding: 22px 0 34px;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--ink);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 64px;
  align-items: center;
}

.product-main-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f0e9;
}

.product-summary h1 {
  margin: 10px 0 24px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .94;
}

.product-summary > p {
  color: var(--muted);
  line-height: 1.75;
}

.product-facts {
  margin: 24px 0;
  border-top: 1px solid var(--line);
}

.product-facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.product-facts dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0;
}

.microcopy {
  font-size: 10px;
}

.gallery-section {
  padding: 60px 0;
}

.gallery-section h2 {
  margin: 8px 0 26px;
  font-size: 44px;
}

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

.product-gallery a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f0e9;
}

.inline-rfq {
  margin-top: 50px;
  padding: 38px;
  background: #102337;
}

.article-grid {
  padding: 48px 0;
}

.article-grid .article-card {
  min-height: 270px;
}

@media (max-width: 900px) {
  .catalogue-grid,
  .content-card-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 28px, 1240px);
    padding-bottom: 80px;
  }

  .inner-hero {
    padding: 44px 0 38px;
  }

  .catalogue-grid,
  .content-card-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

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

  .inline-rfq,
  .answer-panel,
  .content-cta,
  .key-takeaway {
    padding: 24px;
  }
}
