/* ═══════════════════════════════════════════════════════════════════
   WarmPatch Benchmark v3.2 — Visual System
   Loads AFTER styles.css — extends, does not replace.
   ═══════════════════════════════════════════════════════════════════ */

/* =============================================
   1. Design Tokens — v3.2 Extended
   ============================================= */

:root {
  --v32-shadow-card: 0 1px 0 var(--sand-line), 0 4px 16px rgba(46, 31, 24, 0.06);
  --v32-shadow-card-raised: 0 1px 0 var(--sand-line-strong), 0 8px 32px rgba(46, 31, 24, 0.10);
  --v32-shadow-image: 0 2px 0 var(--sand-line), 0 12px 40px rgba(46, 31, 24, 0.12);
  --v32-radius: 3px;
  --v32-gap: clamp(20px, 2.5vw, 28px);
  --v32-section-pad: clamp(64px, 8vw, 100px);
}

/* =============================================
   2. Section Rhythm
   ============================================= */

.v32-section {
  padding: var(--v32-section-pad) 0;
}

.v32-section-alt {
  padding: var(--v32-section-pad) 0;
  background: var(--chalk);
  border-top: 1px solid var(--sand-line);
  border-bottom: 1px solid var(--sand-line);
}

.v32-section-dark {
  padding: var(--v32-section-pad) 0;
  background: linear-gradient(170deg, var(--cedar), var(--cedar-deep));
  color: var(--chalk);
}

.v32-section-tight {
  padding: 48px 0;
}

.v32-inner {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
}

/* =============================================
   3. Header Extensions
   ============================================= */

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid var(--terracotta);
  border-radius: 5px;
  background: var(--terracotta-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(139, 74, 46, 0.14);
}

.nav-cta:hover {
  background: var(--terracotta);
}

/* =============================================
   4. Hero — Refined
   ============================================= */

.v32-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  gap: clamp(40px, 6vw, 72px);
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 112px) 0 clamp(48px, 6vw, 80px);
  align-items: center;
}

.v32-hero-left .eyebrow {
  margin-bottom: 16px;
}

.v32-hero-left h1 {
  max-width: 15ch;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1.06;
  margin-bottom: 0;
}

.v32-hero-left .lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--clay);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.58;
}

.v32-hero-left .actions {
  margin-top: 32px;
}

/* Hero image stage */
.v32-hero-image-stage {
  position: relative;
  border-radius: var(--v32-radius);
  overflow: hidden;
  box-shadow: var(--v32-shadow-image);
  background: linear-gradient(160deg, #faf7f2 0%, #f0e8dc 40%, #e8ded2 100%);
}

.v32-hero-image-stage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* Subtle inner frame */
.v32-hero-image-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 200, 184, 0.5);
  border-radius: var(--v32-radius);
  pointer-events: none;
}

/* =============================================
   5. Product Truth Strip — Elevated
   ============================================= */

.v32-truth-strip {
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
}

.v32-truth-strip-inner {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.v32-truth-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid var(--sand-line-strong);
  border-radius: 999px;
  background: var(--chalk);
  color: var(--cedar);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: var(--v32-shadow-card);
  white-space: nowrap;
}

/* =============================================
   6. Section Head — Refined
   ============================================= */

.v32-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 44px;
}

.v32-section-head.centered {
  grid-template-columns: 1fr;
  text-align: center;
}

.v32-section-head.centered > div {
  margin: 0 auto;
}

.v32-section-head.centered > p {
  margin: 14px auto 0;
  max-width: 620px;
}

.v32-section-head h2 {
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.12;
}

.v32-section-head > p {
  color: var(--clay);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding-top: 2px;
}

.v32-section-head .eyebrow {
  margin-bottom: 10px;
}

/* =============================================
   7. Quote Preparation Cards — Refined
   ============================================= */

.v32-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--v32-gap);
}

.v32-prep-card {
  padding: 32px 30px;
  border: 1px solid var(--sand-line);
  background: var(--chalk);
  box-shadow: var(--v32-shadow-card);
  border-radius: var(--v32-radius);
}

.v32-prep-card .step-no {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  color: var(--terracotta);
  opacity: 0.45;
  display: block;
  margin-bottom: 14px;
}

.v32-prep-card h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.v32-prep-card p {
  color: var(--clay);
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

/* =============================================
   8. Buyer Routes — Premium
   ============================================= */

.v32-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--v32-gap);
}

.v32-route-card {
  border: 1px solid var(--sand-line);
  background: var(--chalk);
  box-shadow: var(--v32-shadow-card);
  border-radius: var(--v32-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease;
}

.v32-route-card:hover {
  box-shadow: var(--v32-shadow-card-raised);
}

.v32-route-img {
  height: 200px;
  border-bottom: 1px solid var(--sand-line);
  position: relative;
  overflow: hidden;
}

/* Contextual placeholders per route */
.v32-route-img.sample {
  background: linear-gradient(150deg, #faf7f2 0%, #efe6da 50%, #e8ded2 100%);
}
.v32-route-img.packaging {
  background: linear-gradient(150deg, #faf7f2 0%, #eee4d6 50%, #e4d8c8 100%);
}
.v32-route-img.rfq {
  background: linear-gradient(150deg, #faf8f4 0%, #f0e8dc 50%, #e6dcd0 100%);
}

/* Pouch silhouette placeholder */
.v32-route-img.sample::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 130px;
  border-radius: 6px 6px 2px 2px;
  background: rgba(168, 152, 136, 0.18);
  border: 1.5px dashed rgba(168, 152, 136, 0.35);
}

.v32-route-img.sample::after {
  content: "Sample pack";
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--warm-sand);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Box silhouette placeholder */
.v32-route-img.packaging::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 90px;
  border-radius: 3px;
  background: rgba(168, 152, 136, 0.15);
  border: 1.5px dashed rgba(168, 152, 136, 0.35);
}

.v32-route-img.packaging::after {
  content: "Packaging options";
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--warm-sand);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Document silhouette placeholder */
.v32-route-img.rfq::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 110px;
  border-radius: 2px;
  background: rgba(168, 152, 136, 0.15);
  border: 1.5px dashed rgba(168, 152, 136, 0.35);
}

.v32-route-img.rfq::after {
  content: "RFQ brief";
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--warm-sand);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v32-route-body {
  padding: 28px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.v32-route-no {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
  color: var(--terracotta);
  opacity: 0.42;
}

.v32-route-body h3 {
  margin: 8px 0 10px;
  font-size: 20px;
}

.v32-route-body p {
  color: var(--clay);
  margin: 0 0 auto;
  font-size: 15px;
  line-height: 1.55;
}

.v32-route-body .btn.text {
  margin-top: 18px;
  align-self: flex-start;
}

/* =============================================
   9. Trust Strip — Refined
   ============================================= */

.v32-trust-strip {
  padding: 44px 0;
  background: var(--chalk);
  border-top: 1px solid var(--sand-line);
  border-bottom: 1px solid var(--sand-line);
}

.v32-trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.v32-trust-items span {
  color: var(--clay);
  font-size: 15px;
  font-weight: 550;
}

.v32-trust-items .sep {
  color: var(--warm-sand);
  font-weight: 400;
}

/* =============================================
   10. Case Modules — Refined
   ============================================= */

.v32-case-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(340px, 0.78fr);
  gap: 48px;
  align-items: start;
  padding: 48px 0;
  border-bottom: 1px solid var(--sand-line);
}

.v32-case-grid:first-of-type {
  padding-top: 0;
}

.v32-case-grid:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.v32-case-img {
  min-height: 260px;
  border: 1px solid var(--sand-line);
  border-radius: var(--v32-radius);
  background: linear-gradient(150deg, #faf7f2, #efe6da);
  box-shadow: var(--v32-shadow-card);
  position: relative;
  overflow: hidden;
}

/* Package/box placeholder silhouette */
.v32-case-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 100px;
  border-radius: 4px;
  background: rgba(168, 152, 136, 0.12);
  border: 1.5px dashed rgba(168, 152, 136, 0.30);
}

.v32-case-img::after {
  content: "Anonymized project visual";
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--warm-sand);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.v32-case-text .eyebrow {
  margin-bottom: 8px;
}

.v32-case-text h3 {
  color: var(--cedar);
  margin-bottom: 10px;
}

.v32-case-text p {
  color: var(--clay);
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
}

.v32-case-tag {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid var(--sand-line);
  border-radius: 999px;
  color: var(--warm-sand);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.02em;
}

/* =============================================
   11. Production Support Cards
   ============================================= */

.v32-production-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--v32-gap);
}

.v32-prod-card {
  padding: 0;
  border: 1px solid var(--sand-line);
  background: var(--chalk);
  box-shadow: var(--v32-shadow-card);
  border-radius: var(--v32-radius);
  overflow: hidden;
}

.v32-prod-img {
  height: 160px;
  border-bottom: 1px solid var(--sand-line);
  position: relative;
  background: linear-gradient(150deg, #faf7f2, #efe6da);
}

.v32-prod-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  border-radius: 2px;
  background: rgba(168, 152, 136, 0.12);
  border: 1.5px dashed rgba(168, 152, 136, 0.30);
}

.v32-prod-body {
  padding: 22px 24px 26px;
}

.v32-prod-body h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.v32-prod-body p {
  color: var(--clay);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.v32-prod-note {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  color: var(--warm-sand);
  font-style: italic;
}

/* =============================================
   12. Featured Guide — Premium
   ============================================= */

.v32-guide-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.v32-guide-img {
  min-height: 340px;
  border: 1px solid var(--sand-line);
  border-radius: var(--v32-radius);
  background: linear-gradient(155deg, #faf8f4, #f0e8dc);
  box-shadow: var(--v32-shadow-image);
  position: relative;
  overflow: hidden;
}

/* Book/magazine-like inner frame */
.v32-guide-img::before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(212, 200, 184, 0.6);
  border-radius: 1px;
  pointer-events: none;
}

.v32-guide-img::after {
  content: "Supplier Guide Preview";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--warm-sand);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v32-guide-text {
  display: flex;
  flex-direction: column;
}

.v32-guide-text h2 {
  margin-bottom: 16px;
}

.v32-guide-text p {
  color: var(--clay);
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

/* =============================================
   13. Final CTA — Impactful
   ============================================= */

.v32-final-cta {
  padding: 72px 0;
  background: linear-gradient(170deg, var(--cedar), var(--cedar-deep));
  color: var(--chalk);
}

.v32-final-cta-inner {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  text-align: center;
}

.v32-final-cta-inner h2 {
  margin-bottom: 16px;
}

.v32-final-cta-inner > p {
  color: rgba(254, 252, 249, 0.72);
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.55;
}

.v32-final-cta-inner .actions {
  justify-content: center;
  margin-bottom: 32px;
}

.v32-final-cta .btn.secondary {
  border-color: rgba(254, 252, 249, 0.55);
  color: var(--chalk);
}

.v32-final-cta .btn.secondary:hover {
  border-color: var(--chalk);
  background: rgba(254, 252, 249, 0.08);
}

.v32-final-cta-sep {
  width: min(400px, 80%);
  height: 1px;
  margin: 0 auto 32px;
  background: rgba(254, 252, 249, 0.18);
  border: 0;
}

.v32-final-cta-contact {
  color: rgba(254, 252, 249, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.v32-final-cta-contact strong {
  color: var(--chalk);
  font-weight: 600;
}

.v32-final-cta-contact a {
  color: var(--chalk);
  text-decoration: underline;
}

/* =============================================
   14. Footer — Complete
   ============================================= */

.v32-footer {
  padding: 52px 0;
  border-top: 1px solid var(--sand-line);
  text-align: center;
  background: var(--chalk);
}

.v32-footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--stone);
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}

.v32-footer-sub {
  font-size: 11px;
  color: var(--warm-sand);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.v32-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 13px;
}

.v32-footer-nav a {
  color: var(--clay);
  text-decoration: none;
}

.v32-footer-nav a:hover {
  color: var(--terracotta-deep);
}

.v32-footer-nav .sep {
  color: var(--warm-sand);
}

.v32-footer-contact {
  font-size: 13px;
  color: var(--clay);
  margin-bottom: 18px;
  line-height: 1.7;
}

.v32-footer-contact a {
  color: var(--terracotta-deep);
  text-decoration: none;
}

.v32-footer-contact a:hover {
  text-decoration: underline;
}

.v32-footer-copy {
  font-size: 11px;
  color: var(--warm-sand);
}

/* =============================================
   15. Visual Differentiation — Inner Page Helpers
   ============================================= */

/* Sample page — sample pack visual */
.v32-stage-sample {
  background: linear-gradient(150deg, #faf7f2 0%, #efe4d6 50%, #e8ded2 100%);
}
.v32-stage-sample::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 140px;
  border-radius: 6px 6px 3px 3px;
  background: rgba(168, 152, 136, 0.14);
  border: 1.5px dashed rgba(168, 152, 136, 0.32);
}

/* Packaging page — 3-path visual */
.v32-stage-packaging {
  background: linear-gradient(150deg, #faf7f2 0%, #eee4d6 50%, #e4d8c8 100%);
}
.v32-stage-packaging::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 95px;
  border-radius: 4px;
  background: rgba(168, 152, 136, 0.13);
  border: 1.5px dashed rgba(168, 152, 136, 0.30);
}

/* OEM page — process visual */
.v32-stage-oem {
  background: linear-gradient(150deg, #faf8f4 0%, #f0e8dc 50%, #e6dcd0 100%);
}
.v32-stage-oem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 4px;
  background: rgba(168, 152, 136, 0.25);
  border-radius: 2px;
}

/* RFQ page — brief visual */
.v32-stage-rfq {
  background: linear-gradient(150deg, #faf8f4 0%, #f0e8dc 50%, #e8ded2 100%);
}
.v32-stage-rfq::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 115px;
  border-radius: 2px;
  background: rgba(168, 152, 136, 0.12);
  border: 1.5px dashed rgba(168, 152, 136, 0.28);
}

/* =============================================
   16. Responsive — 1200px
   ============================================= */

@media (max-width: 1200px) {
  .nav-right {
    display: none !important;
  }

  .v32-route-grid {
    grid-template-columns: 1fr;
  }

  .v32-route-img {
    height: 180px;
  }

  .v32-case-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 0;
  }

  .v32-case-img {
    min-height: 220px;
  }

  .v32-guide-preview {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .v32-guide-img {
    min-height: 260px;
  }
}

/* =============================================
   17. Responsive — 980px
   ============================================= */

@media (max-width: 980px) {
  .v32-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0 40px;
  }

  .v32-hero-image-stage {
    max-width: 560px;
    margin: 0 auto;
  }

  .v32-hero-image-stage img {
    aspect-ratio: 4 / 3;
  }

  .v32-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .v32-section-head > p {
    font-size: 15px;
  }

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

  .v32-route-grid {
    grid-template-columns: 1fr;
  }

  .v32-route-img {
    height: 170px;
  }

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

  .v32-trust-items {
    flex-direction: column;
    gap: 4px;
  }

  .v32-trust-items .sep {
    display: none;
  }

  .v32-case-grid {
    grid-template-columns: 1fr;
  }

  .v32-guide-preview {
    grid-template-columns: 1fr;
  }

  .v32-guide-img {
    min-height: 240px;
  }
}

/* =============================================
   18. Responsive — 720px (mobile)
   ============================================= */

@media (max-width: 720px) {
  .v32-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0 32px;
  }

  .v32-hero-image-stage {
    max-width: 100%;
    /* text-first on mobile */
  }

  .v32-hero-image-stage img {
    aspect-ratio: 3 / 2;
  }

  .v32-hero-left h1 {
    font-size: clamp(28px, 6.5vw, 40px);
  }

  .v32-hero-left .lead {
    font-size: 16px;
  }

  .v32-truth-strip {
    margin-top: -24px;
  }

  .v32-truth-chip {
    font-size: 12px;
    padding: 8px 14px;
  }

  .v32-prep-grid {
    grid-template-columns: 1fr;
  }

  .v32-route-img {
    height: 150px;
  }

  .v32-route-no {
    font-size: 38px;
  }

  .v32-route-body {
    padding: 20px 20px 24px;
  }

  .v32-production-grid {
    grid-template-columns: 1fr;
  }

  .v32-prod-img {
    height: 140px;
  }

  .v32-case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v32-case-img {
    min-height: 180px;
  }

  .v32-case-text h3 {
    font-size: 18px;
  }

  .v32-case-text p {
    font-size: 15px;
  }

  .v32-guide-img {
    min-height: 200px;
  }

  .v32-guide-img::before {
    inset: 18px;
  }

  .v32-guide-text h2 {
    font-size: 24px;
  }

  .v32-final-cta {
    padding: 48px 0;
  }

  .v32-final-cta .actions .btn {
    width: 100%;
  }

  .v32-footer {
    padding: 36px 0;
  }

  .v32-footer-nav {
    font-size: 12px;
  }

  /* Mobile nav visible */
  .mobile-home-nav,
  .mobile-site-nav {
    display: flex !important;
  }
}

/* =============================================
   19. Responsive — 390px (narrow mobile)
   ============================================= */

@media (max-width: 390px) {
  /* Global containment */
  body {
    overflow-x: hidden;
  }

  .v32-inner {
    width: calc(100% - 20px);
  }

  /* Hero image */
  .v32-hero-image-stage img {
    aspect-ratio: 4 / 3;
  }

  .v32-hero-image-stage {
    max-width: 100%;
  }

  /* Truth chips — force wrapping */
  .v32-truth-chip {
    font-size: 11px;
    padding: 6px 12px;
    white-space: normal;
  }

  .v32-truth-strip-inner {
    gap: 6px;
  }

  /* Section heads */
  .v32-section-head h2 {
    font-size: 20px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .v32-section-head > p {
    font-size: 14px;
  }

  /* Section rhythm */
  .v32-section,
  .v32-section-alt {
    padding: 44px 0;
  }

  /* Cards — reduced padding */
  .v32-prep-card {
    padding: 14px 16px;
  }

  /* Route cards */
  .v32-route-img {
    height: 130px;
  }

  .v32-route-body {
    padding: 16px 18px 20px;
  }

  .v32-route-no {
    font-size: 32px;
  }

  .v32-route-body h3 {
    font-size: 17px;
  }

  .v32-route-body p {
    font-size: 13px;
  }

  /* Case cards */
  .v32-case-img {
    min-height: 160px;
  }

  /* Guide */
  .v32-guide-img {
    min-height: 170px;
  }

  .v32-guide-text h2 {
    font-size: 22px;
  }

  /* Production */
  .v32-production-grid {
    grid-template-columns: 1fr;
  }

  .v32-prod-body {
    padding: 16px 18px 20px;
  }

  .v32-prod-body h3 {
    font-size: 17px;
  }

  .v32-prod-body p {
    font-size: 13px;
  }

  /* Final CTA */
  .v32-final-cta {
    padding: 40px 0;
  }

  .v32-final-cta-inner h2 {
    font-size: 24px;
  }

  .v32-final-cta-inner > p {
    font-size: 15px;
  }

  /* Footer */
  .v32-footer {
    padding: 32px 0;
  }

  .v32-footer-nav {
    font-size: 11px;
  }
}
