.cotton-model-page {
  background: #fff;
  color: #201d24;
}

.model-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 70px;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 119, 175, .2), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #fff7f8 54%, #f3f7ff 100%);
}

.model-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: 610px;
}

.model-tier {
  margin: 16px 0 8px;
  color: #bd2d2a;
  font-weight: 800;
}

.model-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}

.model-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: #5e5861;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.model-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 26px;
  color: #5d565d;
  font-weight: 700;
}

.model-price-row strong {
  color: #c22d29;
  font-size: 30px;
}

.model-actions,
.model-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.model-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 570px;
  margin: 0;
}

.model-hero-visual::before {
  content: "";
  position: absolute;
  width: min(92%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 30px 80px rgba(53, 35, 61, .12);
}

.model-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 520px);
  max-height: 600px;
  object-fit: contain;
  filter: drop-shadow(0 30px 28px rgba(43, 30, 49, .2));
}

.model-section-nav {
  display: flex;
  gap: 28px;
  padding: 20px 0;
  overflow-x: auto;
  border-bottom: 1px solid #e8e5e9;
  white-space: nowrap;
}

.model-section-nav a {
  color: #403a42;
  font-weight: 800;
}

.model-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  padding: 1px;
  background: #e5e1e7;
  border: 1px solid #e5e1e7;
  border-radius: 6px;
  overflow: hidden;
}

.model-spec-grid > div {
  min-height: 150px;
  padding: 26px;
  background: #fff;
}

.model-spec-grid dt {
  margin-bottom: 14px;
  color: #6c656d;
  font-weight: 700;
}

.model-spec-grid dd {
  margin: 0;
  color: #242127;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.model-buyer-grid,
.model-video-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.model-buyer-grid h2,
.model-video-grid h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

.model-fit,
.model-video-grid p {
  color: #625b63;
  font-size: 19px;
  line-height: 1.7;
}

.model-decision-list {
  border-top: 1px solid #dcd8dd;
}

.model-decision-list p {
  display: grid;
  grid-template-columns: minmax(145px, .35fr) 1fr;
  gap: 24px;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #dcd8dd;
}

.model-decision-list span {
  color: #615b62;
  line-height: 1.6;
}

.model-video {
  overflow: hidden;
  border: 1px solid #ded9df;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 27, 39, .1);
}

.model-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.model-video a {
  display: block;
  padding: 16px 20px;
  color: #b82d29;
  font-weight: 800;
  text-align: center;
}

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

.model-check-grid p {
  min-height: 126px;
  margin: 0;
  padding: 24px;
  border: 1px solid #ded9df;
  border-radius: 6px;
  background: #fff;
  font-weight: 750;
  line-height: 1.55;
}

.model-check-grid p::before {
  content: "✓";
  display: block;
  margin-bottom: 14px;
  color: #c22d29;
  font-size: 22px;
}

.model-price-note {
  margin: 24px 0 0;
  color: #6a636b;
}

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

.model-related-grid a {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 22px;
  border: 1px solid #ded9df;
  border-radius: 6px;
  background: #fff;
}

.model-related-grid strong {
  color: #222026;
  font-size: 21px;
}

.model-related-grid span {
  color: #6a636b;
  line-height: 1.45;
}

@media (max-width: 800px) {
  .model-hero {
    padding: 22px 0 46px;
  }
  .model-hero-grid,
  .model-buyer-grid,
  .model-video-grid {
    grid-template-columns: 1fr;
  }
  .model-hero-grid {
    min-height: 0;
    gap: 22px;
  }
  .model-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .model-hero-visual {
    min-height: 390px;
    order: -1;
  }
  .model-hero-visual::before {
    width: min(90%, 360px);
  }
  .model-hero-visual img {
    width: min(100%, 360px);
    max-height: 410px;
    filter: drop-shadow(0 20px 20px rgba(43, 30, 49, .18));
  }
  .model-actions,
  .model-bottom-actions {
    display: grid;
  }
  .model-spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .model-spec-grid > div {
    min-height: 132px;
    padding: 20px;
  }
  .model-spec-grid dd {
    font-size: 18px;
  }
  .model-decision-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .model-check-grid,
  .model-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .model-spec-grid,
  .model-check-grid,
  .model-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Buyer-first model layout: evidence and purchase facts before long specifications. */
.cotton-model-page .model-hero {
  padding: 34px 0 62px;
  background: #f6f7f9;
  border-bottom: 1px solid #e3e5e8;
}

.cotton-model-page .model-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .96fr);
  gap: clamp(36px, 6vw, 86px);
  min-height: 600px;
}

.cotton-model-page .model-hero-visual {
  min-height: 560px;
  background: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 8px;
}

.cotton-model-page .model-hero-visual::before {
  display: none;
}

.cotton-model-page .model-hero-visual img {
  width: min(92%, 540px);
  max-height: 590px;
  filter: drop-shadow(0 26px 24px rgba(43, 30, 49, .18));
}

.cotton-model-page .model-section-nav {
  padding-block: 19px;
  scrollbar-width: none;
}

.cotton-model-page .model-section-nav::-webkit-scrollbar {
  display: none;
}

.model-proof-band {
  background: #fff;
  border-bottom: 1px solid #e3e5e8;
}

.model-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.model-proof-grid p {
  min-width: 0;
  margin: 0;
  padding: 22px 24px;
  border-inline-start: 1px solid #e3e5e8;
}

.model-proof-grid p:last-child {
  border-inline-end: 1px solid #e3e5e8;
}

.model-proof-grid span,
.model-fit-summary > span {
  display: block;
  margin-bottom: 7px;
  color: #6a666d;
  font-size: 13px;
  font-weight: 700;
}

.model-proof-grid strong {
  display: block;
  color: #252228;
  font-size: 15px;
  line-height: 1.45;
}

.cotton-model-page .model-video-grid,
.cotton-model-page .model-buyer-grid,
.model-project-grid {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.model-video-copy h2,
.cotton-model-page .model-buyer-grid h2,
.model-project-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

.model-video-copy p,
.cotton-model-page .model-fit,
.model-fit-note,
.cotton-model-page .model-price-note {
  color: #625e65;
  font-size: 18px;
  line-height: 1.7;
}

.model-fit-note {
  margin-top: 18px;
  font-size: 16px;
}

.model-video-stage {
  min-width: 0;
}

.model-video-stage .model-video-collection,
.model-video-stage .inline-video-reel,
.model-video-stage .inline-product-video {
  width: 100% !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

.model-video-stage .inline-video-reel-track {
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #151515;
}

.model-video-stage .inline-video-reel .inline-product-video,
.model-video-stage .inline-video-reel .inline-product-video.is-short {
  flex: 0 0 100%;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 8px !important;
}

.model-video-stage .inline-video-reel .inline-video-frame {
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

.model-video-stage .inline-video-preview {
  background-color: #151515;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.model-video-stage .model-video-collection.is-single .inline-product-video {
  padding: 0 !important;
  border: 1px solid #dcdfe3 !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.model-video-stage .model-video-collection.is-single .inline-video-frame {
  aspect-ratio: 16 / 9 !important;
  border-radius: 8px 8px 0 0 !important;
}

.model-video-stage .inline-video-link {
  min-height: 42px;
  padding: 10px 14px;
}

.model-video-stage .inline-video-reel-controls {
  grid-template-columns: 44px max-content 44px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 12px auto 0;
}

.model-fit-summary {
  padding: 8px 0 8px clamp(24px, 4vw, 54px);
  border-inline-start: 3px solid #c1302b;
}

.model-fit-summary strong {
  display: block;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

.model-fit-summary p {
  margin: 14px 0 18px;
  color: #5f5b62;
  font-size: 19px;
}

.model-fit-summary a {
  color: #b82d29;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cotton-model-page .model-spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #dfe2e5;
  border-radius: 0;
}

.cotton-model-page .model-spec-grid > div {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: baseline;
  min-width: 0;
  min-height: 0;
  padding: 22px 20px;
  border-bottom: 1px solid #dfe2e5;
}

.cotton-model-page .model-spec-grid > div:nth-child(odd) {
  border-inline-end: 1px solid #dfe2e5;
}

.cotton-model-page .model-spec-grid dt {
  margin: 0;
}

.cotton-model-page .model-spec-grid dd {
  min-width: 0;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.cotton-model-page .model-procurement {
  background: #f6f7f9;
  border-block: 1px solid #e3e5e8;
}

.model-project-grid {
  align-items: start;
}

.model-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9dde1;
}

.model-check-list li {
  position: relative;
  margin: 0;
  padding: 18px 10px 18px 42px;
  border-bottom: 1px solid #d9dde1;
  color: #343138;
  font-weight: 750;
  line-height: 1.5;
}

.model-check-list li::before {
  position: absolute;
  top: 17px;
  left: 8px;
  color: #b82d29;
  font-size: 20px;
  content: "✓";
}

@media (max-width: 900px) {
  .model-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-proof-grid p:nth-child(2) {
    border-inline-end: 1px solid #e3e5e8;
  }

  .model-proof-grid p:nth-child(n + 3) {
    border-top: 1px solid #e3e5e8;
  }

  .cotton-model-page .model-spec-grid > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 800px) {
  .cotton-model-page .model-hero {
    padding: 20px 0 42px;
  }

  .cotton-model-page .model-hero-grid,
  .cotton-model-page .model-video-grid,
  .cotton-model-page .model-buyer-grid,
  .model-project-grid {
    grid-template-columns: 1fr;
  }

  .cotton-model-page .model-hero-grid {
    min-height: 0;
    gap: 26px;
  }

  .cotton-model-page .model-hero-visual {
    min-height: 390px;
  }

  .cotton-model-page .model-hero-visual img {
    width: min(92%, 390px);
    max-height: 410px;
    filter: drop-shadow(0 20px 20px rgba(43, 30, 49, .16));
  }

  .cotton-model-page .model-video-grid,
  .cotton-model-page .model-buyer-grid,
  .model-project-grid {
    gap: 30px;
  }

  .model-fit-summary {
    padding: 24px 0 0;
    border-inline-start: 0;
    border-top: 3px solid #c1302b;
  }
}

@media (max-width: 560px) {
  .model-proof-grid,
  .cotton-model-page .model-spec-grid {
    grid-template-columns: 1fr;
  }

  .model-proof-grid p,
  .model-proof-grid p:last-child,
  .model-proof-grid p:nth-child(2) {
    padding: 16px 0;
    border-inline: 0;
    border-top: 1px solid #e3e5e8;
  }

  .model-proof-grid p:first-child {
    border-top: 0;
  }

  .cotton-model-page .model-spec-grid > div,
  .cotton-model-page .model-spec-grid > div:nth-child(odd) {
    padding-inline: 0;
    border-inline-end: 0;
  }

  .model-video-stage .inline-video-reel-track {
    aspect-ratio: 4 / 3;
  }
}
/* Compact comparison and fewer repeated purchase controls. */
.model-comparison { min-width: 0; }
.model-comparison h3 { margin: 0 0 16px; font-size: 22px; }
.model-comparison table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 15px; }
.model-comparison th, .model-comparison td { padding: 14px 8px; border-bottom: 1px solid #d9dfe3; text-align: start; vertical-align: top; overflow-wrap: anywhere; }
.model-comparison th:first-child { width: 34%; }
.model-comparison a { color: #b92320; text-decoration: underline; }
.model-dimension-note { display: block; margin-top: 7px; color: #625e65; font-size: 13px; font-weight: 400; line-height: 1.5; }
.model-hero-copy > .model-price-note { font-size: 14px; margin: 10px 0 20px; color: #555; }
.cotton-model-page .model-proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cotton-model-page .rr-contact-band__actions { display: none; }
@media (max-width: 640px) {
  .cotton-model-page .model-proof-grid { grid-template-columns: 1fr; }
  .model-comparison th, .model-comparison td { padding: 12px 5px; font-size: 14px; }
  .model-comparison th:first-child { width: 40%; }
}
