/* Final stable pass: loaded after legacy styles to avoid regressions */

html,
body {
  background:
    radial-gradient(120% 90% at 50% -12%, rgba(126, 98, 177, 0.16) 0%, rgba(8, 9, 14, 0) 56%),
    linear-gradient(180deg, #08090f 0%, #0b0c12 42%, #101118 100%) !important;
}

body .section,
body .footer.footer-modern,
body .cta-emotion-section,
body .audit-cta-section {
  background: transparent !important;
}

body .header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body .header.scrolled {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body .header::after,
body .header.scrolled::after {
  content: none !important;
  display: none !important;
}

body .section::before {
  display: none !important;
  content: none !important;
}

body .hero::after {
  background: linear-gradient(
    180deg,
    rgba(6, 7, 12, 0.08) 0%,
    rgba(6, 7, 12, 0.22) 50%,
    rgba(6, 7, 12, 0.58) 100%
  ) !important;
}

body .hero-video {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
}

body .hero-media-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  background:
    radial-gradient(120% 85% at 58% -8%, rgba(132, 105, 184, 0.28) 0%, rgba(132, 105, 184, 0) 55%),
    linear-gradient(180deg, #0a0b10 0%, #0d0f16 52%, #12141d 100%);
}

body .hero-media-status {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 4vw, 28px);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(229, 232, 240, 0.82);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(170, 146, 214, 0.3);
  background: rgba(13, 15, 23, 0.58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
}

body .hero-video.is-loading .hero-media-status {
  opacity: 1;
}

body .hero-video.is-error .hero-media-fallback,
body .hero-video.is-loading .hero-media-fallback {
  opacity: 1;
}

body .hero-video.is-error .hero-media-status {
  opacity: 1;
}

body .hero-content {
  min-height: min(84vh, 900px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
  text-align: center !important;
  gap: 10px !important;
  padding: clamp(98px, 12vh, 146px) 20px clamp(56px, 8vh, 102px) !important;
}

body .hero-title {
  max-width: 20ch !important;
  margin: 0 !important;
  line-height: 1.08 !important;
  font-size: clamp(30px, 3.6vw, 52px) !important;
  font-weight: 560 !important;
  letter-spacing: 0.01em !important;
  text-wrap: balance !important;
  color: rgba(244, 247, 250, 0.94) !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.36) !important;
}

body .hero-subtitle {
  margin: 0 !important;
  max-width: 40ch !important;
  font-size: clamp(13px, 1.05vw, 16px) !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
  color: rgba(218, 220, 227, 0.83) !important;
  text-align: center !important;
}

body .hero-cta-wrap {
  margin-top: 8px !important;
  gap: 10px !important;
  justify-content: center !important;
}

body .hero-cta-wrap .btn {
  min-height: 42px !important;
  font-size: 13px !important;
  font-weight: 620 !important;
}

@media (max-width: 900px) {
  body .hero-content {
    min-height: min(82vh, 760px) !important;
    padding: clamp(110px, 16vh, 160px) 16px clamp(44px, 7vh, 76px) !important;
    gap: 8px !important;
  }

  body .hero-title {
    max-width: 12.5ch !important;
    font-size: clamp(24px, 7.6vw, 36px) !important;
  }

  body .hero-subtitle {
    max-width: 26ch !important;
    font-size: clamp(11px, 3.3vw, 13px) !important;
  }

  body .hero-cta-wrap .btn {
    min-height: 40px !important;
    font-size: 12px !important;
  }
}

body .contact-form-modern {
  position: relative !important;
  overflow: visible !important;
}

body .contact-chooser-wrap {
  width: 100% !important;
  position: relative !important;
}

body .contact-chooser-menu {
  z-index: 120 !important;
  right: 0 !important;
  top: calc(100% + 10px) !important;
  max-width: 100% !important;
}

body .contact-form-modern .contact-chooser-menu {
  left: 0 !important;
  right: 0 !important;
}

body .contact-form-modern .btn-audit-submit,
body .contact-form-modern .btn-audit-submit:hover,
body .contact-form-modern .btn-audit-submit:focus-visible {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body .contact-form-modern .btn-audit-submit::before,
body .contact-form-modern .btn-audit-submit::after {
  content: none !important;
  display: none !important;
}

body .contact-form-modern .btn-audit-submit .btn-text {
  display: inline-block !important;
  line-height: 1.15 !important;
}

body .footer-modern .footer-grid {
  grid-template-columns: minmax(280px, 1fr) minmax(210px, 280px) minmax(260px, 1fr) !important;
  grid-template-areas: "contact nav social" !important;
  align-items: start !important;
}

body .footer-modern .footer-col-contact {
  grid-area: contact !important;
}

body .footer-modern .footer-col-nav {
  grid-area: nav !important;
  justify-self: center !important;
}

body .footer-modern .footer-col-social {
  grid-area: social !important;
  justify-self: end !important;
}

@media (max-width: 980px) {
  body .footer-modern .footer-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "contact"
      "social"
      "nav" !important;
  }

  body .footer-modern .footer-col-nav,
  body .footer-modern .footer-col-social {
    justify-self: start !important;
  }
}

body .step-checkpoint-toggle,
body [data-step-checkpoint-toggle],
body .step-checkpoints-toggle {
  display: none !important;
}

body .step-checkpoint-head button,
body .step-checkpoint-head [class*="toggle"] {
  display: none !important;
}

body .step-checkpoint-head {
  grid-template-columns: 12px 1fr !important;
}

body .step-checkpoint h4 {
  margin: 0 !important;
}

body .step-checkpoint-points {
  display: grid !important;
  gap: 6px !important;
}

body .audience-mini-stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body .audience-mini-stat-value,
body .audience-mini-stat-label {
  text-align: center !important;
}

/* Final anti-breakage pass */
html,
body {
  overflow-x: clip !important;
}

body .nav-container,
body .hero-content,
body .container {
  max-width: 100% !important;
}

body .audience-panel-top,
body .audience-panel-heading {
  text-align: center !important;
  justify-items: center !important;
}

body .audience-panel-title {
  width: 100% !important;
  margin-inline: auto !important;
  text-wrap: balance !important;
  overflow-wrap: anywhere !important;
}

body .audience-panel-lead {
  margin-inline: auto !important;
  max-width: 36ch !important;
}

body .audience-panel {
  position: relative !important;
  overflow: hidden !important;
}

body .audience-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.54) 0%, rgba(8, 10, 16, 0.7) 52%, rgba(8, 10, 16, 0.9) 100%) !important;
}

body .audience-panel::after {
  background: linear-gradient(180deg, rgba(8, 10, 16, 0.28) 0%, rgba(8, 10, 16, 0.64) 66%, rgba(8, 10, 16, 0.94) 100%) !important;
}

body .audience-panel-inner {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto auto !important;
  gap: 12px !important;
}

body .audience-panel-services {
  min-height: 0 !important;
  max-height: none !important;
  overflow: auto !important;
  padding-bottom: 4px !important;
}

body .audience-panel-more {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  justify-self: stretch !important;
}

body .audience-mini-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

body .audience-mini-stats .audience-mini-stat:nth-child(n + 4) {
  display: none !important;
}

@media (max-width: 900px) {
  body .hero-title {
    max-width: 13ch !important;
    margin-inline: auto !important;
  }

  body .hero-subtitle {
    max-width: 28ch !important;
    margin-inline: auto !important;
  }

  body .audience-mini-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body .audience-mini-stat {
    min-height: 74px !important;
  }
}

/* Audience services: readability boost */
body .audience-services-list {
  gap: 12px !important;
}

body .audience-service-index {
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 600 !important;
}

body .audience-service-copy h4,
body .audience-services-list .service-title {
  font-size: clamp(20px, 1.28vw, 24px) !important;
  line-height: 1.24 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

body .audience-service-copy p {
  font-size: clamp(14px, 0.95vw, 16px) !important;
  line-height: 1.46 !important;
  color: rgba(225, 231, 241, 0.9) !important;
}

@media (max-width: 900px) {
  body .audience-service-copy h4,
  body .audience-services-list .service-title {
    font-size: clamp(18px, 4.9vw, 22px) !important;
  }

  body .audience-service-copy p {
    font-size: clamp(13px, 3.4vw, 15px) !important;
  }
}

/* Brands marquee: seamless loop without center jump */
body .brands-track-section {
  display: none !important;
}

body .brands-track {
  display: flex !important;
  overflow: hidden !important;
  gap: 0 !important;
}

body .brands-track-row {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  animation: brands-marquee 26s linear infinite !important;
  will-change: transform !important;
}

body .brands-track-row:nth-child(2) {
  animation-delay: -13s !important;
}

@keyframes brands-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 12px));
  }
}

/* Audience cards: compact accordion typography and stable layout */
body .audience-services-list {
  display: grid !important;
  gap: 8px !important;
}

body .audience-service-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .audience-service-toggle {
  width: 100% !important;
  min-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  cursor: pointer !important;
  text-align: left !important;
}

body .audience-service-index {
  align-self: start !important;
  margin-top: 1px !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  color: rgba(174, 160, 198, 0.86) !important;
}

body .audience-service-title {
  display: block !important;
  margin: 0 !important;
  font-size: clamp(15px, 0.98vw, 18px) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: rgba(238, 241, 248, 0.96) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body .audience-service-desc {
  margin: 0 0 0 46px !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translateY(-3px) !important;
  font-size: clamp(12px, 0.85vw, 14px) !important;
  line-height: 1.42 !important;
  color: rgba(200, 204, 216, 0.9) !important;
  transition:
    max-height 280ms cubic-bezier(0.2, 0.86, 0.2, 1),
    opacity 220ms ease,
    transform 220ms ease,
    margin-top 220ms ease !important;
}

body .audience-service-item.is-open .audience-service-desc {
  margin-top: 6px !important;
  max-height: 110px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

@media (max-width: 900px) {
  body .audience-service-toggle {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
    min-height: 32px !important;
  }

  body .audience-service-title {
    font-size: clamp(14px, 3.9vw, 16px) !important;
  }

  body .audience-service-desc {
    margin-left: 40px !important;
    font-size: clamp(11px, 3.2vw, 13px) !important;
  }

  body .audience-service-item.is-open .audience-service-desc {
    max-height: 96px !important;
  }
}

@media (max-width: 768px) {
  body .audience-panel-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.24 !important;
    font-size: clamp(22px, 6.1vw, 30px) !important;
    max-width: 14ch !important;
    margin-inline: auto !important;
    word-break: keep-all !important;
  }

  body .footer-modern .footer-col-nav,
  body .footer-modern .footer-nav,
  body .footer-modern .footer-bottom-nav {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .footer-modern .footer-col-nav .footer-link,
  body .footer-modern .footer-bottom-nav .footer-link,
  body .footer-modern .footer-nav .footer-link {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.35 !important;
    font-size: clamp(14px, 3.8vw, 16px) !important;
    display: block !important;
    padding-block: 2px !important;
  }
}

/* Stage 4 mobile safety patch: prevent clipped headings and footer nav text */
@media (max-width: 820px) {
  body .audience-panel-title {
    max-width: none !important;
    width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.22 !important;
    letter-spacing: 0.02em !important;
    font-size: clamp(21px, 6vw, 29px) !important;
    text-align: center !important;
  }

  body .footer.footer-modern {
    overflow: visible !important;
  }

  body .footer-modern .footer-grid,
  body .footer-modern .footer-col-nav,
  body .footer-modern .footer-nav,
  body .footer-modern .footer-bottom-nav {
    overflow: visible !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body .footer-modern .footer-col-nav .footer-bottom-nav,
  body .footer-modern .footer-nav {
    display: grid !important;
    gap: 8px !important;
    justify-items: start !important;
  }

  body .footer-modern .footer-col-nav .footer-link,
  body .footer-modern .footer-nav .footer-link,
  body .footer-modern .footer-bottom-nav .footer-link {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    line-height: 1.38 !important;
    font-size: clamp(14px, 3.9vw, 16px) !important;
    padding: 2px 0 !important;
  }

  /* Specific fix for manufacturers card heading from mobile screenshot */
  body .audience-panel[data-audience-segment="manufacturers"] .audience-panel-title {
    max-width: none !important;
    width: auto !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    letter-spacing: 0.005em !important;
    line-height: 1.08 !important;
    font-size: clamp(15px, 5.2vw, 22px) !important;
    text-align: center !important;
  }

  /* Strong mobile footer readability pass */
  body .footer-modern .footer-col-nav {
    padding-top: 6px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    margin-top: 4px !important;
  }

  body .footer-modern .footer-title {
    margin-bottom: 10px !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    letter-spacing: 0.03em !important;
  }

  body .footer-modern .footer-col-nav .footer-link,
  body .footer-modern .footer-nav .footer-link,
  body .footer-modern .footer-bottom-nav .footer-link {
    margin: 0 !important;
    padding: 6px 0 !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.14) !important;
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
  }

  body .footer-modern .footer-col-nav .footer-link:last-child,
  body .footer-modern .footer-nav .footer-link:last-child,
  body .footer-modern .footer-bottom-nav .footer-link:last-child {
    border-bottom: none !important;
  }
}

/* Stage 7: scroll header glass + unified audience cards mobile standard */
body .header {
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease,
    -webkit-backdrop-filter 240ms ease !important;
}

body .header.scrolled {
  background: linear-gradient(180deg, rgba(11, 14, 22, 0.72) 0%, rgba(11, 14, 22, 0.52) 100%) !important;
  backdrop-filter: blur(12px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.05) !important;
  border-bottom: 1px solid rgba(188, 196, 220, 0.22) !important;
  box-shadow: 0 8px 24px rgba(2, 5, 14, 0.32) !important;
}

@media (max-width: 820px) {
  body .header.scrolled {
    background: linear-gradient(180deg, rgba(10, 13, 20, 0.8) 0%, rgba(10, 13, 20, 0.6) 100%) !important;
    backdrop-filter: blur(10px) saturate(1.03) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.03) !important;
    border-bottom: 1px solid rgba(184, 192, 218, 0.24) !important;
    box-shadow: 0 7px 18px rgba(2, 6, 18, 0.34) !important;
  }

  body .audience-panel-heading {
    min-height: 92px !important;
    display: grid !important;
    align-content: start !important;
    justify-items: center !important;
    row-gap: 8px !important;
    text-align: center !important;
  }

  body .audience-panel-title,
  body .audience-panel[data-audience-segment="manufacturers"] .audience-panel-title,
  body .audience-panel[data-audience-segment="designers"] .audience-panel-title {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(17px, 5.2vw, 22px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0.015em !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  body .audience-panel .audience-panel-services-title {
    margin: 0 0 10px !important;
    font-size: clamp(13px, 4.4vw, 16px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.11em !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  body .audience-service-toggle {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 34px !important;
    align-items: start !important;
  }

  body .audience-service-index {
    font-size: 11px !important;
    line-height: 1.22 !important;
    letter-spacing: 0.08em !important;
    margin-top: 3px !important;
  }

  body .audience-service-title {
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: ellipsis !important;
    min-height: 2.45em !important;
    font-size: clamp(13px, 3.9vw, 16px) !important;
    line-height: 1.24 !important;
    letter-spacing: 0.005em !important;
    font-weight: 620 !important;
  }

  body .audience-service-desc {
    margin-left: 44px !important;
    margin-top: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    transition:
      max-height 340ms cubic-bezier(0.24, 0.84, 0.24, 1),
      opacity 260ms ease,
      transform 260ms ease,
      margin-top 260ms ease !important;
    will-change: max-height, opacity, transform !important;
    font-size: clamp(11px, 3.25vw, 13px) !important;
    line-height: 1.42 !important;
  }

  body .audience-service-item.is-open .audience-service-desc {
    margin-top: 7px !important;
    max-height: 168px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* Stage 8: audience services readability and stable title length behavior */
body .audience-panel .audience-panel-services {
  margin-top: 8px !important;
  padding-top: 2px !important;
}

body .audience-panel .audience-panel-services-title {
  display: block !important;
  margin: 0 0 14px !important;
  white-space: nowrap !important;
  line-height: 1.12 !important;
  letter-spacing: 0.08em !important;
}

body .audience-services-list {
  gap: 10px !important;
}

body .audience-service-title {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  font-size: clamp(14px, 0.96vw, 17px) !important;
}

@media (max-width: 820px) {
  body .audience-panel .audience-panel-services-title {
    margin: 0 0 12px !important;
    white-space: nowrap !important;
    font-size: clamp(14px, 4.4vw, 16px) !important;
    letter-spacing: 0.1em !important;
  }

  body .audience-service-toggle {
    min-height: 40px !important;
    align-items: start !important;
  }

  body .audience-service-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    min-height: 2.48em !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.24 !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    letter-spacing: 0.004em !important;
  }
}

/* Stage 9: open-service spacing polish (applies to both cards) */
body .audience-service-item {
  padding-block: 1px !important;
}

body .audience-service-item.is-open {
  padding-bottom: 9px !important;
}

body .audience-service-desc {
  margin-left: 46px !important;
  padding-left: 1px !important;
}

body .audience-service-item.is-open .audience-service-desc {
  margin-top: 10px !important;
  margin-bottom: 1px !important;
  line-height: 1.5 !important;
}

@media (max-width: 820px) {
  body .audience-service-item {
    padding-block: 2px !important;
  }

  body .audience-service-item.is-open {
    padding-bottom: 11px !important;
  }

  body .audience-service-desc {
    margin-left: 44px !important;
    padding-right: 2px !important;
    line-height: 1.46 !important;
  }

  body .audience-service-item.is-open .audience-service-desc {
    margin-top: 9px !important;
    margin-bottom: 2px !important;
  }
}

/* Stage 10: sync designers/manufacturers number-to-text spacing */
@media (max-width: 820px) {
  body .audience-panel[data-audience-segment="designers"] .audience-service-toggle,
  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-toggle {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 40px !important;
    align-items: start !important;
  }

  body .audience-panel[data-audience-segment="designers"] .audience-service-index,
  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-index {
    display: inline-flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-top: 3px !important;
  }

  body .audience-panel[data-audience-segment="designers"] .audience-service-desc,
  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-desc {
    margin-left: 50px !important;
  }
}

/* Stage 11: equal visual interval between 1-line and 2-line service rows */
@media (max-width: 820px) {
  body .audience-services-list {
    gap: 8px !important;
  }

  body .audience-service-item {
    padding-block: 0 !important;
  }

  body .audience-service-toggle {
    min-height: 0 !important;
  }

  body .audience-service-title {
    min-height: 0 !important;
  }
}

/* Stage 12: manufacturers card spacing micro-tune */
@media (max-width: 820px) {
  body .audience-panel[data-audience-segment="manufacturers"] .audience-services-list {
    gap: 6px !important;
  }

  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-toggle {
    min-height: 0 !important;
    padding-block: 1px !important;
  }

  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-title {
    line-height: 1.18 !important;
    letter-spacing: 0.002em !important;
  }

  body .audience-panel[data-audience-segment="manufacturers"] .audience-service-index {
    margin-top: 2px !important;
  }
}
