/* V68: clean light surfaces; retain the existing hero film and dark-band texture. */
html[data-site="medical-gauze"] body,
html[data-site="medical-gauze"] main {
  background: #f8fbfd;
}
html[data-site="medical-gauze"] :is(.feature-section, .gauze-applications,
  .spec-band, .factory-gallery-section, .workshop-section, .faq-section, .inquiry-section) {
  --fabric-x: none;
  --fabric-y: none;
  --fabric-diagonal: none;
  --fabric-section: #f8fbfd;
  background: #f8fbfd;
}
html[data-site="medical-gauze"] :is(.gauze-applications, .factory-gallery-section, .faq-section) {
  background: #f1f6fa;
}
html[data-site="medical-gauze"] :is(.feature-section, .gauze-applications)::before {
  content: none;
  display: none;
  background: none;
}
