/* Final Work With Us visual authority. Keep this page warm and light: the
   darker stone is a framing surface, never a black page background. */
body.discovery-commercial-page {
  --wwr-canvas: #efeee9;
  --wwr-surface: #fffefa;
  --wwr-module: #faf9f6;
  --wwr-inset: #f2f0ea;
  --wwr-frame: #deddd7;
  --wwr-frame-soft: #e8e6e0;
  --wwr-green: #dce9e1;
  --wwr-green-strong: #2f684d;
  --wwr-ink: #191a17;
  --wwr-copy: #62635d;
  background: var(--wwr-canvas) !important;
  color: var(--wwr-ink) !important;
}

/* Why Discovery works: one thesis, one module, one integrity strip. */
html body.discovery-commercial-page .reference-why {
  margin: 58px 0 0 !important;
  padding: 30px !important;
  border-radius: 24px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .reference-why__header {
  max-width: 920px !important;
}

html body.discovery-commercial-page .reference-why__eyebrow {
  margin: 0 0 8px !important;
  color: #5f5d57 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  letter-spacing: .09em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .reference-why__header h2 {
  max-width: 30ch !important;
  margin: 0 !important;
  color: #171717 !important;
  font-size: clamp(30px, 2.5vw, 40px) !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .reference-why__grid {
  display: grid !important;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.05fr) minmax(0, 1.13fr) !important;
  gap: 30px !important;
  align-items: start !important;
  margin-top: 30px !important;
}

html body.discovery-commercial-page .reference-why__column {
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .reference-why__column > h3 {
  margin: 0 0 16px !important;
  color: #6b6963 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .reference-why__stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body.discovery-commercial-page .reference-why__stats p {
  display: flex !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex-direction: column !important;
  gap: 7px !important;
}

html body.discovery-commercial-page .reference-why__stats strong {
  color: #171717 !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
  line-height: .95 !important;
}

html body.discovery-commercial-page .reference-why__stats span {
  max-width: 21ch !important;
  color: #3f3d39 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .reference-why__list {
  display: grid !important;
  gap: 16px !important;
}

html body.discovery-commercial-page .reference-why__list article {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 14px !important;
  background: transparent !important;
}

html body.discovery-commercial-page .reference-why__list article::before {
  position: absolute !important;
  top: 6px !important;
  left: 0 !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #171717 !important;
  content: "" !important;
}

html body.discovery-commercial-page .reference-why__list h4 {
  margin: 0 0 3px !important;
  color: #171717 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
}

html body.discovery-commercial-page .reference-why__list p {
  margin: 0 !important;
  color: #5f5d57 !important;
  font-size: 12.5px !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page .reference-why__footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-top: 28px !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: #dcefe3 !important;
}

html body.discovery-commercial-page .reference-why__footer p {
  max-width: 92ch !important;
  margin: 0 !important;
  color: #245c46 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .reference-why__footer button {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

html body.discovery-commercial-page .reference-why__footer button:hover,
html body.discovery-commercial-page .reference-why__footer button:focus-visible {
  color: #245c46 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 44px !important;
}

@media (max-width: 900px) {
  html body.discovery-commercial-page .reference-why__grid {
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr) !important;
  }

  html body.discovery-commercial-page .reference-why__column:last-child {
    grid-column: 1 / -1 !important;
  }

  html body.discovery-commercial-page .reference-why__column:last-child .reference-why__list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .reference-why {
    margin-top: 34px !important;
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  html body.discovery-commercial-page .reference-why__header h2 {
    font-size: 28px !important;
    line-height: 1.05 !important;
  }

  html body.discovery-commercial-page .reference-why__grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    margin-top: 26px !important;
  }

  html body.discovery-commercial-page .reference-why__column:last-child {
    grid-column: auto !important;
  }

  html body.discovery-commercial-page .reference-why__column:last-child .reference-why__list {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .reference-why__stats {
    gap: 14px !important;
  }

  html body.discovery-commercial-page .reference-why__stats strong {
    font-size: 36px !important;
  }

  html body.discovery-commercial-page .reference-why__footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
    margin-top: 32px !important;
  }
}

/* Exact action lock for the reconciled palette. */
html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal],
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button {
  border-color: #6670b8 !important;
  background: #6670b8 !important;
  color: #fff !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal]:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover {
    border-color: #5963a7 !important;
    background: #5963a7 !important;
  }
}





/* 2026-08-18 hero simplification: publish surfaces replace the interface mockup. */
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page {
  display: block !important;
  width: min(1440px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
  padding-top: 54px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 48px 0 74px !important;
  text-align: center !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish .hero-intro {
  width: min(940px, 100%) !important;
  margin-inline: auto !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish h1 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(58px, 5.5vw, 82px) !important;
  font-weight: 650 !important;
  letter-spacing: -.05em !important;
  line-height: .98 !important;
  text-align: center !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish .hero-copy {
  width: min(760px, 100%) !important;
  max-width: none !important;
  margin: 22px auto 0 !important;
  color: #292925 !important;
  font-size: 18px !important;
  font-weight: 450 !important;
  letter-spacing: -.02em !important;
  line-height: 1.48 !important;
  text-align: center !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
  margin: 56px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list > li {
  display: grid !important;
  grid-template-rows: 34px auto !important;
  gap: 14px !important;
  min-width: 0 !important;
  align-items: start !important;
  justify-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #171713 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: -.018em !important;
  line-height: 1.32 !important;
  text-align: center !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list .benefit-icon,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list .benefit-icon svg {
  width: 32px !important;
  height: 32px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list .benefit-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #242420 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list .benefit-icon svg {
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .legacy-discovery-showcase {
  display: none !important;
}

@media (max-width: 1100px) {
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px 28px !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page {
    width: calc(100% - 32px) !important;
    padding-top: 24px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish {
    padding: 28px 0 52px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 1 !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero.hero--publish .hero-copy {
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 20px !important;
    margin-top: 42px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .hero-publish-list > li {
    font-size: 13px !important;
  }
}

/* 2026-08-18 surgical composition correction. Only the opening proof is
   reduced; lower-page type returns to the established scale and rhythm. */
@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 56px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: 100% !important;
    max-width: 562px !important;
    height: 400px !important;
    grid-template-columns: minmax(0, 1fr) 170px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .interface-frame,
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .benefit-panel,
  html body.discovery-commercial-page main.discovery-page > .hero + .section #work-profile-preview-root,
  html body.discovery-commercial-page main.discovery-page > .hero + .section .interface-body {
    height: 376px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section #work-profile-preview-root > .kc-page {
    width: 111.112% !important;
    transform: scale(.9) !important;
    transform-origin: top left !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section .benefit-panel {
    padding: 15px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section .benefit-panel__head strong {
    font-size: 18px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section .benefit-list li {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 4px 0 !important;
  }
}

html body.discovery-commercial-page main.discovery-page .reference-why__header h2 {
  font-size: clamp(32px, 2.65vw, 38px) !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__lead {
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__column-head h3 {
  font-size: 16px !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats strong {
  font-size: clamp(36px, 3vw, 44px) !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats span {
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list {
  gap: 20px !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list h4 {
  margin-bottom: 6px !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list p {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__footer p {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .offer-summary,
  .offer__features li,
  .pricing-subsection__head p,
  .pricing-help-card > p,
  .form-intro p,
  .interest-privacy-note
) {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .price small,
  .price-standard,
  .price-table,
  .price-tile > small,
  .price-tile__name
) {
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section label {
  font-size: 10px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select, textarea) {
  font-size: 13px !important;
}

/* 2026-08-18 softer action hierarchy. Black stays in the typography and line
   icons; Discovery actions use the established green while secondary actions
   sit on the warm neutral control surface. */
html body.discovery-commercial-page main.discovery-page :is(
  .button:not(.button--secondary),
  .offer__action:not(.button--secondary),
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button
) {
  border-color: #315f4a !important;
  background: #315f4a !important;
  color: #fff !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions .button:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active,
html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active {
  border-color: #315f4a !important;
  background: #315f4a !important;
  color: #fff !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .button.button--secondary,
  .offer__action.button--secondary
) {
  border-color: transparent !important;
  background: #e3e1db !important;
  color: #171717 !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page :is(
    .button:not(.button--secondary),
    .offer__action:not(.button--secondary),
    .standalone-listing-cta,
    .pricing-help-card > a,
    .submit-button,
    .reference-why__footer button
  ):not(:disabled):hover {
    border-color: #244c3a !important;
    background: #244c3a !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions .button:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active:hover,
  html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active:hover {
    border-color: #244c3a !important;
    background: #244c3a !important;
  }

  html body.discovery-commercial-page main.discovery-page :is(
    .button.button--secondary,
    .offer__action.button--secondary
  ):not(:disabled):hover {
    background: #d8d5ce !important;
  }
}

/* 2026-08-18 whole-page composition authority. Keep the populated profile as
   supporting proof, remove rule-led grouping, and use a softer periwinkle for
   actions so colour guides the eye without turning every CTA into a black or
   dark-green stop sign. */
html body.discovery-commercial-page main.discovery-page {
  --wwk-action: #7883df;
  --wwk-action-hover: #6874d2;
  --wwk-action-soft: #e7e8f7;
  --wwk-surface: #fbfaf7;
}

@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1180px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(350px, .78fr) minmax(0, 1.22fr) !important;
    gap: 38px !important;
    padding-top: 54px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero {
    min-width: 0 !important;
    height: 398px !important;
    padding: 26px 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero h1 {
    font-size: clamp(50px, 4.35vw, 62px) !important;
    line-height: 1.01 !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: 100% !important;
    max-width: 730px !important;
    min-width: 0 !important;
    justify-self: end !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase,
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .interface-frame,
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .benefit-panel,
  html body.discovery-commercial-page main.discovery-page > .hero + .section #work-profile-preview-root,
  html body.discovery-commercial-page main.discovery-page > .hero + .section .interface-body {
    height: 404px !important;
    min-height: 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    height: 428px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1040px, calc(100% - 48px)) !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero {
    width: min(760px, 100%) !important;
    min-height: 0 !important;
    padding-bottom: 38px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
    margin-inline: auto !important;
  }
}

html body.discovery-commercial-page main.discovery-page .reference-why {
  margin-top: 48px !important;
  padding-top: 40px !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__grid {
  gap: 48px !important;
  margin-top: 44px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__footer {
  margin-top: 32px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 48px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
  width: min(780px, 100%) !important;
  margin: 0 !important;
  font-size: clamp(36px, 3.45vw, 46px) !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro {
  width: min(620px, 100%) !important;
  margin: 16px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
  gap: 14px !important;
  margin-top: 36px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  min-height: 430px !important;
  padding: 24px !important;
  border-radius: 22px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary:hover {
  background: var(--wwk-action-soft) !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin-top: 54px !important;
  margin-bottom: 20px !important;
  font-size: clamp(30px, 2.7vw, 36px) !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  gap: 14px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  min-height: 350px !important;
  padding: 24px !important;
  border-radius: 22px !important;
  background: var(--wwk-surface) !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  align-items: flex-start !important;
  justify-content: center !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section#enquiry {
  gap: 40px !important;
  margin-top: 28px !important;
  padding: 28px !important;
  border-radius: 22px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-size: clamp(30px, 2.65vw, 38px) !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-grid {
  gap: 14px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select) {
  min-height: 46px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form textarea {
  min-height: 112px !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .button:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active,
html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button,
html body.discovery-commercial-page main.discovery-page .reference-why__footer button {
  border-color: var(--wwk-action) !important;
  background: var(--wwk-action) !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page .independence-news-link button {
  border-color: var(--wwk-action) !important;
  background: var(--wwk-action) !important;
  color: #fff !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button.button--secondary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action.button--secondary {
  border-color: transparent !important;
  background: #e4e2dd !important;
  color: #171717 !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .button,
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button
):focus-visible {
  outline-color: var(--wwk-action) !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .button:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active:hover,
  html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover,
  html body.discovery-commercial-page main.discovery-page .reference-why__footer button:hover {
    border-color: var(--wwk-action-hover) !important;
    background: var(--wwk-action-hover) !important;
  }
  html body.discovery-commercial-page main.discovery-page .independence-news-link button:hover {
    border-color: var(--wwk-action-hover) !important;
    background: var(--wwk-action-hover) !important;
  }
}

/* 2026-08-18 post-layer composition lock. This file still contains the
   redesign history above; these rules are the single current page outcome. */
html body.discovery-commercial-page main.discovery-page {
  --wwk-action: #7883df;
  --wwk-action-hover: #6874d2;
  --wwk-action-soft: #e7e8f7;
  --wwk-surface: #fbfaf7;
}

@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1180px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(350px, .78fr) minmax(0, 1.22fr) !important;
    gap: 38px !important;
    padding-top: 54px !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero {
    min-width: 0 !important;
    height: 398px !important;
    padding: 26px 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero h1 {
    font-size: clamp(50px, 4.35vw, 62px) !important;
    line-height: 1.01 !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: 100% !important;
    max-width: 730px !important;
    min-width: 0 !important;
    height: 428px !important;
    justify-self: end !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .interface-frame,
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .benefit-panel,
  html body.discovery-commercial-page main.discovery-page > .hero + .section #work-profile-preview-root,
  html body.discovery-commercial-page main.discovery-page > .hero + .section .interface-body {
    height: 404px !important;
    min-height: 0 !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1040px, calc(100% - 48px)) !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero {
    width: min(760px, 100%) !important;
    min-height: 0 !important;
    padding-bottom: 38px !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
    margin-inline: auto !important;
  }
}

html body.discovery-commercial-page main.discovery-page .reference-why {
  margin-top: 48px !important;
  padding-top: 40px !important;
}
html body.discovery-commercial-page main.discovery-page .reference-why__grid {
  gap: 48px !important;
  margin-top: 44px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
html body.discovery-commercial-page main.discovery-page .reference-why__footer {
  margin-top: 32px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 48px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
  width: min(780px, 100%) !important;
  margin: 0 !important;
  font-size: clamp(36px, 3.45vw, 46px) !important;
  text-align: left !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro {
  width: min(620px, 100%) !important;
  margin: 16px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  text-align: left !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
  gap: 14px !important;
  margin-top: 36px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  min-height: 470px !important;
  padding: 24px !important;
  border-radius: 22px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary:hover {
  background: var(--wwk-action-soft) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin-top: 54px !important;
  margin-bottom: 20px !important;
  font-size: clamp(30px, 2.7vw, 36px) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  gap: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  min-height: 350px !important;
  padding: 24px !important;
  border-radius: 22px !important;
  background: var(--wwk-surface) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  align-items: flex-start !important;
  justify-content: center !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section#enquiry {
  gap: 40px !important;
  margin-top: 28px !important;
  padding: 28px !important;
  border-radius: 22px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-size: clamp(30px, 2.65vw, 38px) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-grid {
  gap: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select) {
  min-height: 46px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form textarea {
  min-height: 112px !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active,
html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button,
html body.discovery-commercial-page main.discovery-page .reference-why__footer button {
  border-color: var(--wwk-action) !important;
  background: var(--wwk-action) !important;
  color: #fff !important;
  box-shadow: none !important;
}
html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button.button--secondary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action.button--secondary {
  border-color: transparent !important;
  background: #e4e2dd !important;
  color: #171717 !important;
}
html body.discovery-commercial-page main.discovery-page :is(
  .button, .offer__action, .standalone-listing-cta, .pricing-help-card > a,
  .submit-button, .reference-why__footer button
):focus-visible {
  outline-color: var(--wwk-action) !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active:hover,
  html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover,
  html body.discovery-commercial-page main.discovery-page .reference-why__footer button:hover {
    border-color: var(--wwk-action-hover) !important;
    background: var(--wwk-action-hover) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .reference-why {
    margin-top: 40px !important;
    padding-top: 32px !important;
  }
  html body.discovery-commercial-page main.discovery-page .reference-why__grid {
    gap: 36px !important;
    margin-top: 36px !important;
    padding-top: 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
    font-size: 32px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .reference-why {
    margin-top: 40px !important;
    padding-top: 32px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__grid {
    gap: 36px !important;
    margin-top: 36px !important;
    padding-top: 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
    font-size: 32px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
    min-height: 0 !important;
  }
}

/* Adjacent editorial icons sit directly on the page. */
html body.discovery-commercial-page .reference-attention .reference-icon,
html body.discovery-commercial-page .reference-principles .reference-icon {
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

/* Hero proof polish: keep the approved populated-profile composition while
   giving its product rows and publishing rail one consistent visual rhythm. */
html body.discovery-commercial-page .hero + .section .benefit-panel {
  padding: 18px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .hero + .section .benefit-panel__head {
  padding: 0 0 12px !important;
}

html body.discovery-commercial-page .hero + .section .benefit-panel__head strong {
  font-size: clamp(17px, 1.4vw, 22px) !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .hero + .section .benefit-panel__head span {
  max-width: 28ch !important;
  margin-top: 8px !important;
  color: rgba(23,23,23,.7) !important;
  font-size: 11px !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page .hero + .section .benefit-list {
  display: grid !important;
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  flex: 1 1 auto !important;
  gap: 2px !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .hero + .section .benefit-list li {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 11px !important;
  min-height: 0 !important;
  align-items: center !important;
  padding: 6px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #24211d !important;
  font-size: 10.5px !important;
  font-weight: 520 !important;
  line-height: 1.28 !important;
}

html body.discovery-commercial-page .hero + .section .benefit-list li:nth-child(n) .benefit-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 9px !important;
  background: #e2eee7 !important;
  color: #27664d !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-card--products {
  padding: 12px !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-card--products > header {
  margin-bottom: 5px !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product {
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 10px !important;
  height: 88px !important;
  align-items: center !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product + .kc-populated-product {
  margin-top: 4px !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product__media,
html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product__media img {
  width: 82px !important;
  height: 46px !important;
  border-radius: 10px !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product__copy strong {
  font-size: 8.6px !important;
  line-height: 1.18 !important;
}

html body.discovery-commercial-page .hero + .section #work-profile-preview-root .kc-populated-product__copy p {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 4px 0 5px !important;
  font-size: 6.4px !important;
  line-height: 1.32 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .hero + .section .benefit-panel {
    display: none !important;
  }
}

body.discovery-commercial-page .discovery-page {
  width: min(1320px, calc(100% - 64px));
  padding-top: 20px;
}

body.discovery-commercial-page .hero {
  min-height: 0;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  align-items: end;
  gap: clamp(36px, 6vw, 86px);
  padding: 52px 0 50px;
}

body.discovery-commercial-page .hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(52px, 5.3vw, 76px) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em !important;
  line-height: .96 !important;
}

body.discovery-commercial-page .hero-copy {
  max-width: 620px;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.55;
}

body.discovery-commercial-page .hero-actions {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 2px;
}

body.discovery-commercial-page .hero-actions .button {
  min-height: 52px;
  padding: 0 23px;
  border: 0 !important;
  border-radius: 15px !important;
  background: var(--wwr-ink) !important;
  color: #fff !important;
  font: 700 14px/1 Inter, Arial, sans-serif !important;
}

body.discovery-commercial-page .hero-actions .button--secondary {
  background: var(--wwr-green) !important;
  color: var(--wwr-ink) !important;
}

body.discovery-commercial-page .hero + .section {
  padding: 0;
}

body.discovery-commercial-page .product-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px) !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 14px;
  border-radius: 28px;
  background: var(--wwr-frame) !important;
}

body.discovery-commercial-page .product-showcase > .interface-frame {
  min-height: 540px !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--wwr-frame-soft) !important;
}

body.discovery-commercial-page .product-showcase .interface-bar {
  height: 38px;
  padding: 0 15px;
  background: var(--wwr-frame-soft) !important;
}

body.discovery-commercial-page .product-showcase .interface-dot {
  background: #c9c7c0 !important;
}

body.discovery-commercial-page .product-showcase .interface-label {
  color: #777872;
  font-family: Inter, Arial, sans-serif;
  font-weight: 650;
  letter-spacing: .04em;
}

body.discovery-commercial-page .product-showcase .interface-body {
  min-height: 502px !important;
  height: auto !important;
  padding: 14px !important;
  background: var(--wwr-frame-soft) !important;
}

body.discovery-commercial-page .product-showcase .prototype-note {
  margin: 0 2px 12px;
  color: var(--wwr-copy) !important;
}

body.discovery-commercial-page .product-showcase .prototype-note strong {
  color: var(--wwr-ink) !important;
  font-weight: 700;
}

body.discovery-commercial-page .product-showcase .prototype-directory {
  min-height: 444px !important;
  height: auto !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: var(--wwr-surface) !important;
}

body.discovery-commercial-page .product-showcase .prototype-tabs {
  gap: 4px;
  padding: 6px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--wwr-inset) !important;
}

body.discovery-commercial-page .product-showcase .prototype-tab {
  min-height: 38px;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: var(--wwr-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 650 !important;
}

body.discovery-commercial-page .product-showcase .prototype-tab--active,
body.discovery-commercial-page .product-showcase .prototype-tab--active:hover {
  background: var(--wwr-ink) !important;
  color: #fff !important;
}

body.discovery-commercial-page .product-showcase .prototype-panel {
  min-height: 392px !important;
  height: auto !important;
  background: var(--wwr-surface) !important;
}

body.discovery-commercial-page .product-showcase .prototype-directory-head {
  padding: 18px 18px 8px;
}

body.discovery-commercial-page .product-showcase .prototype-directory-head h3 {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: -.025em;
}

body.discovery-commercial-page .product-showcase .listing-grid {
  gap: 10px;
  padding: 10px 12px 14px;
}

body.discovery-commercial-page .product-showcase :is(.example-listing,.prototype-info-card) {
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--wwr-inset) !important;
  box-shadow: none !important;
}

body.discovery-commercial-page .product-showcase .benefit-panel {
  display: flex !important;
  min-height: 540px !important;
  height: auto !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--wwr-module) !important;
}

body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 18px 14px 16px;
}

body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.discovery-commercial-page .product-showcase .benefit-panel__head span {
  margin-top: 9px;
  color: var(--wwr-copy);
  font-size: 12px;
  line-height: 1.45;
}

body.discovery-commercial-page .product-showcase .benefit-list {
  gap: 6px;
}

body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 54px;
  padding: 11px 12px;
  border: 0 !important;
  border-radius: 13px !important;
  background: var(--wwr-surface) !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

body.discovery-commercial-page .section {
  padding: 74px 0;
}

body.discovery-commercial-page :is(.discovery-story__intro,.offer-wrap) > h2,
body.discovery-commercial-page .independence h2,
body.discovery-commercial-page .commercial-detail-heading {
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 700 !important;
  letter-spacing: -.045em !important;
  line-height: 1 !important;
}

body.discovery-commercial-page .discovery-story {
  margin-top: 86px !important;
}

body.discovery-commercial-page .discovery-story__intro {
  gap: 42px;
  margin-bottom: 32px;
}

body.discovery-commercial-page .discovery-story__chapter {
  gap: 34px;
  padding: 32px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--wwr-module) !important;
}

body.discovery-commercial-page .discovery-story__visual {
  border: 0 !important;
  border-radius: 18px !important;
  background: var(--wwr-inset) !important;
  box-shadow: none !important;
}

body.discovery-commercial-page .independence {
  margin-top: 76px !important;
  padding: 34px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--wwr-green) !important;
}

body.discovery-commercial-page .independence-grid p {
  border: 0 !important;
  background: transparent !important;
}

body.discovery-commercial-page .offer-wrap {
  padding-top: 86px !important;
}

body.discovery-commercial-page .offer-grid {
  gap: 12px;
}

body.discovery-commercial-page .offer,
body.discovery-commercial-page .offer--primary {
  min-height: 0 !important;
  padding: 26px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--wwr-module) !important;
  box-shadow: none !important;
}

body.discovery-commercial-page .offer--primary {
  background: var(--wwr-green) !important;
}

body.discovery-commercial-page .offer h3,
body.discovery-commercial-page .pricing-subsection h3 {
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: -.025em;
}

body.discovery-commercial-page :is(.pricing-subsection,.form-section) {
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--wwr-module) !important;
  box-shadow: none !important;
}

body.discovery-commercial-page .commercial-detail-grid .form-section {
  gap: 30px;
  padding: 28px !important;
}

body.discovery-commercial-page .commercial-detail-grid .enquiry-form {
  border-radius: 18px;
  background: var(--wwr-surface) !important;
}

body.discovery-commercial-page .commercial-detail-grid .field :is(input,select,textarea) {
  background: var(--wwr-inset) !important;
}

@media (max-width: 980px) {
  body.discovery-commercial-page .discovery-page {
    width: min(760px, calc(100% - 32px));
  }

  body.discovery-commercial-page .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 0 38px;
  }

  body.discovery-commercial-page .product-showcase {
    grid-template-columns: 1fr !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-panel {
    display: flex !important;
    min-height: 0 !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 2026-08-15 top demo containment authority.
   Intermediate desktop widths must stack instead of forcing the hero, preview
   and publishing panel into a grid wider than the viewport. Inside the demo,
   hierarchy comes from one frame and one inset surface; colour belongs only to
   compact semantic labels. */
@media (min-width: 1181px) {
  html body.discovery-commercial-page .discovery-page {
    grid-template-columns: minmax(390px, .7fr) minmax(0, 1.3fr) !important;
    column-gap: 40px !important;
  }

  html body.discovery-commercial-page .product-showcase,
  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 210px !important;
    gap: 10px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body.discovery-commercial-page .discovery-page {
    display: block !important;
    width: min(1040px, calc(100% - 48px)) !important;
  }

  html body.discovery-commercial-page .hero {
    display: block !important;
    max-width: 720px !important;
    padding: 42px 0 36px !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: block !important;
    padding: 0 0 52px !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 220px !important;
  }
}

html body.discovery-commercial-page .product-showcase,
html body.discovery-commercial-page .hero + .section > .product-showcase {
  overflow: hidden !important;
  background: #deddd7 !important;
}

html body.discovery-commercial-page .product-showcase > .interface-frame,
html body.discovery-commercial-page .product-showcase .benefit-panel {
  background: #fffefa !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  padding: 12px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 7px 6px 13px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  display: grid !important;
  gap: 0 !important;
  padding: 6px !important;
  border-radius: 14px !important;
  background: #f1f0eb !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 39px !important;
  padding: 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(n) .benefit-icon {
  width: 23px !important;
  height: 23px !important;
  border: 0 !important;
  background: #dfeae2 !important;
  color: #275c42 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tabs {
  background: #f1f0eb !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__row {
  grid-template-columns: minmax(0, 1fr) 50px 54px 76px 60px !important;
  gap: 8px !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list {
  gap: 0 !important;
  padding: 4px 0 !important;
  border-radius: 12px !important;
  background: #f2f0ea !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__row--head {
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__identity {
  min-width: 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__identity strong {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__action {
  width: 100% !important;
  overflow: hidden !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* EOF authority: all non-visual preview types render as compact directory tables. */
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list {
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  gap: 5px !important;
  height: auto !important;
  margin: 10px 12px 12px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) 58px 64px 82px 62px !important;
  gap: 9px !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 8px 11px !important;
  border-radius: 12px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) 92px 104px 72px !important;
  grid-template-areas: none !important;
  grid-column: auto !important;
  gap: 10px !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 8px 11px !important;
  border-radius: 12px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row--head {
  min-height: 27px !important;
  padding: 0 11px !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__meta {
  display: contents !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) :is(.prototype-list__identity, .prototype-list__value, .prototype-list__scale, .prototype-list__status, .prototype-list__action) {
  grid-area: auto !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__action {
  width: auto !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row--head {
    display: none !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" "scale action" !important;
    gap: 7px 10px !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" ". action" !important;
    gap: 7px 10px !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__identity { grid-area: identity !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__value { grid-area: value !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__scale { grid-area: scale !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__status { grid-area: status !important; justify-self: end !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__action { grid-area: action !important; justify-self: end !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase .prototype-directory:has(#prototype-panel-datasets:not([hidden])) {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    min-height: 56px !important;
    height: auto !important;
    padding: 7px 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets :is(.prototype-list__value, .prototype-list__scale) {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #625f58 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
  }
}

/* 2026-08-15 populated profile reference: reuse the approved Discovery module system. */
html body.discovery-commercial-page .product-showcase .interface-body > :not(#work-profile-preview-root) {
  display:none !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  overflow:hidden !important;
  background:transparent !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-template--rows-only {
  display:grid !important;
  gap:8px !important;
  width:100% !important;
  min-height:0 !important;
  padding:10px !important;
  border-radius:0 !important;
  background:transparent !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root :is(.kc-populated-main,.kc-populated-secondary) {
  display:grid !important;
  grid-column:auto !important;
  gap:8px !important;
  align-items:stretch !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-main {
  grid-template-columns:minmax(0,1.55fr) minmax(92px,.72fr) minmax(118px,.9fr) !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-secondary {
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card {
  min-width:0 !important;
  padding:10px !important;
  border-radius:14px !important;
  background:#fbfaf8 !important;
  box-shadow:none !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-main > .kc-populated-card {
  min-height:220px !important;
  height:220px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-secondary > .kc-populated-card {
  min-height:170px !important;
  height:170px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card > header {
  gap:8px !important;
  min-height:16px !important;
  margin-bottom:7px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card h4 {
  font-size:10px !important;
  line-height:1.15 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card > header a {
  font-size:5.8px !important;
  white-space:nowrap !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product {
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:8px !important;
  height:88px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product + .kc-populated-product {
  margin-top:6px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product__media {
  width:72px !important;
  height:40.5px !important;
  aspect-ratio:16 / 9 !important;
  border-radius:9px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product__media img {
  border-radius:9px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product__copy strong {
  font-size:8px !important;
  line-height:1.15 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product__copy p {
  display:block !important;
  overflow:visible !important;
  margin:3px 0 4px !important;
  font-size:6.2px !important;
  line-height:1.28 !important;
  -webkit-line-clamp:unset !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-product__meta {
  gap:3px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-pill {
  min-height:14px !important;
  padding:2px 5px !important;
  font-size:5px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card--availability dl {
  min-height:177px !important;
  grid-template-rows:repeat(6,minmax(0,1fr)) !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card dl > div {
  align-items:center !important;
  padding:3px 0 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root :is(.kc-populated-card dt,.kc-populated-card dd) {
  font-size:6.2px !important;
  line-height:1.15 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row {
  grid-template-columns:17px minmax(0,1fr) auto !important;
  gap:5px !important;
  padding:3px 0 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row:not(:has(.kc-preview-icon)) {
  grid-template-columns:minmax(0,1fr) auto !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card--opportunities .kc-populated-list-row {
  min-height:59px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-card--hiring .kc-populated-list-row {
  min-height:42px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root :is(.kc-populated-card--documents,.kc-populated-card--contacts) .kc-populated-list-row {
  min-height:31.5px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row .kc-preview-icon {
  width:17px !important;
  height:17px !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row strong {
  font-size:6.7px !important;
  line-height:1.15 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row small {
  margin-top:2px !important;
  font-size:5.5px !important;
  line-height:1.18 !important;
}
html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-list-row > b {
  font-size:5.2px !important;
}

@media (max-width:760px) {
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root {
    height:270px !important;
  }
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-template--rows-only {
    width:720px !important;
    transform:scale(.43) !important;
    transform-origin:top left !important;
  }
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root :is(.kc-populated-main,.kc-populated-secondary) {
    grid-column:auto !important;
  }
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-main {
    grid-template-columns:minmax(0,1.55fr) minmax(150px,.72fr) minmax(180px,.9fr) !important;
  }
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root .kc-populated-secondary {
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

/* Final form-control authority shared with the profile Discovery enquiry. */
html body.discovery-commercial-page .commercial-detail-grid .field select {
  height:40px !important;
  padding:0 36px 0 12px !important;
  border:0 !important;
  border-radius:10px !important;
  appearance:none !important;
  background-color:#f1f0ea !important;
  background-image:linear-gradient(45deg,transparent 50%,#5c5a54 50%),linear-gradient(135deg,#5c5a54 50%,transparent 50%) !important;
  background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50% !important;
  background-size:5px 5px,5px 5px !important;
  background-repeat:no-repeat !important;
  color:#171713 !important;
  font:500 12px/1.35 Inter,Arial,sans-serif !important;
}
html body.discovery-commercial-page .commercial-detail-grid .field select option {
  background:#fbfaf8 !important;
  color:#171713 !important;
  font:500 12px/1.3 Inter,Arial,sans-serif !important;
}
html body.discovery-commercial-page .commercial-detail-grid .field select option:checked { background:#e5eee7 !important; }
html body.discovery-commercial-page .commercial-detail-grid .submit-button {
  min-width:136px !important;
  min-height:40px !important;
  padding:0 15px !important;
  border-radius:10px !important;
  font-size:11px !important;
}

/* Final compact dataset table: six visible rows, plain metadata, semantic access pills only. */
@media (min-width: 761px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list {
    gap: 3px !important;
    margin: 7px 12px 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row,
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1.9fr) 48px 52px 84px 48px !important;
    gap: 7px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 4px 8px !important;
    border-radius: 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row--head {
    min-height: 20px !important;
    height: 20px !important;
    padding: 0 8px !important;
    border-radius: 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb svg {
    width: 16px !important;
    height: 16px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    max-width: 100% !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity p {
    display: none !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets :is(.prototype-list__value, .prototype-list__scale) {
    justify-self: start !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #625f58 !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__status {
    padding: 5px 7px !important;
    border-radius: 999px !important;
    font-size: 7px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__action {
    font-size: 7.5px !important;
    white-space: nowrap !important;
  }
}

/* Dataset directory density: metadata stays plain; only access remains a status pill. */
@media (min-width: 761px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list {
    gap: 4px !important;
    margin: 8px 12px 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row,
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1.75fr) 56px 72px 88px 60px !important;
    min-height: 46px !important;
    padding: 4px 10px !important;
    border-radius: 11px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row--head {
    min-height: 22px !important;
    padding: 0 10px !important;
    border-radius: 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity {
    gap: 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb svg {
    width: 18px !important;
    height: 18px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity strong {
    overflow: visible !important;
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1.15 !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity p {
    display: none !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets :is(.prototype-list__value, .prototype-list__scale) {
    justify-self: start !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #5f5c55 !important;
    font-size: 9.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__status {
    padding: 6px 8px !important;
    font-size: 8px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__action {
    font-size: 8.5px !important;
  }
}

/* Final pricing interaction and neutral-label authority. */
html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer {
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer.offer--record {
  background: #fffefa !important;
}

html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer :is(.offer-badge, .price-founding) {
  background: #efeee9 !important;
  color: #242521 !important;
}

html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer .offer__features li::before {
  background: #9b9d96 !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer:hover {
    transform: translateY(-4px) !important;
    background: #f8f7f2 !important;
    box-shadow: 0 12px 28px rgba(23, 23, 19, .08) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer.offer--primary:hover {
    background: #d5e8dc !important;
  }
}

/* Final directory-table authority for the non-visual preview tabs. */
html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  gap: 5px !important;
  height: auto !important;
  margin: 10px 12px 12px !important;
  overflow: visible !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__row {
  grid-column: auto !important;
  align-items: center !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 8px 11px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #f2f1ec !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) 58px 64px 82px 62px !important;
  gap: 9px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) 92px 104px 72px !important;
  grid-template-areas: none !important;
  gap: 10px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__row--head {
  min-height: 27px !important;
  padding: 0 11px !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__identity {
  grid-area: auto !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 10px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__meta {
  display: contents !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) :is(.prototype-list__value, .prototype-list__scale, .prototype-list__status, .prototype-list__action) {
  grid-area: auto !important;
  min-width: 0 !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__thumb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #e4ece7 !important;
  color: #285f45 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb { background: #e2edf0 !important; color: #275f69 !important; }
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-opportunities .prototype-list__thumb { background: #fbefc9 !important; color: #6d5818 !important; }
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-jobs .prototype-list__thumb { background: #e9e0f2 !important; color: #65477b !important; }

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__thumb svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__identity strong {
  display: block !important;
  overflow: visible !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  -webkit-line-clamp: unset !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__identity p {
  margin-top: 3px !important;
  font-size: 8.5px !important;
  line-height: 1.2 !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(
  #prototype-panel-datasets,
  #prototype-panel-opportunities,
  #prototype-panel-jobs
) .prototype-list__action {
  width: auto !important;
  text-align: right !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-datasets,
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__row--head {
    display: none !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" "scale action" !important;
    gap: 7px 10px !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" ". action" !important;
    gap: 7px 10px !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-datasets,
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__identity { grid-area: identity !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-datasets,
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__value { grid-area: value !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__scale { grid-area: scale !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-datasets,
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__status { grid-area: status !important; justify-self: end !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(
    #prototype-panel-datasets,
    #prototype-panel-opportunities,
    #prototype-panel-jobs
  ) .prototype-list__action { grid-area: action !important; justify-self: end !important; }
}

/* 2026-08-15 launch-ready final authority.
   This block intentionally sits last: it replaces the fabricated profile
   preview with the live profile route and keeps pricing compact. */
html body.discovery-commercial-page main.discovery-page :is(a, button),
html body.discovery-commercial-page .site-footer a {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

html body.discovery-commercial-page main.discovery-page :is(a, button)::after,
html body.discovery-commercial-page main.discovery-page :is(a, button)::before {
  text-decoration: none !important;
}

html body.discovery-commercial-page .live-profile-embed {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .live-profile-embed__bar {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 0 !important;
  background: #deddd7 !important;
  color: #55564f !important;
  font-size: 11px !important;
}

html body.discovery-commercial-page .live-profile-embed__bar strong {
  color: #171814 !important;
  font-size: 12px !important;
}

html body.discovery-commercial-page .live-profile-embed__bar a {
  padding: 8px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #171814 !important;
  color: #fffefa !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .live-profile-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 620px !important;
  border: 0 !important;
  background: #efeee9 !important;
}

html body.discovery-commercial-page .profile-slice {
  min-width: 0 !important;
  padding: 26px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .profile-slice__header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

html body.discovery-commercial-page .profile-slice__header span,
html body.discovery-commercial-page .profile-slice__eyebrow,
html body.discovery-commercial-page .profile-slice__routes small {
  display: block !important;
  color: #777870 !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .profile-slice__header h4 {
  margin: 5px 0 0 !important;
  font-size: 46px !important;
  line-height: .92 !important;
  letter-spacing: -.05em !important;
}

html body.discovery-commercial-page .profile-slice__header > a {
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #171814 !important;
  color: #fffefa !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .profile-slice__nav {
  display: flex !important;
  gap: 6px !important;
  margin: 22px 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

html body.discovery-commercial-page .profile-slice__nav::-webkit-scrollbar {
  display: none !important;
}

html body.discovery-commercial-page .profile-slice__nav a {
  flex: 0 0 auto !important;
  padding: 9px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #60615b !important;
  font-size: 10px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .profile-slice__nav a.is-active {
  background: #e7e5df !important;
  color: #171814 !important;
}

html body.discovery-commercial-page .profile-slice__body {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

html body.discovery-commercial-page .profile-slice__intro h5 {
  max-width: 650px !important;
  margin: 8px 0 10px !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

html body.discovery-commercial-page .profile-slice__intro > p:not(.profile-slice__notice) {
  max-width: 650px !important;
  margin: 0 !important;
  color: #55564f !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

html body.discovery-commercial-page .profile-slice__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 18px !important;
}

html body.discovery-commercial-page .profile-slice__actions a {
  padding: 11px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #171814 !important;
  color: #fffefa !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .profile-slice__actions a + a {
  background: #e7e5df !important;
  color: #171814 !important;
}

html body.discovery-commercial-page .profile-slice__notice {
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: #dcece2 !important;
  color: #315b47 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .profile-slice__routes {
  display: grid !important;
  gap: 18px !important;
  padding: 22px !important;
  border-radius: 18px !important;
  background: #f0efe9 !important;
}

html body.discovery-commercial-page .profile-slice__routes span,
html body.discovery-commercial-page .profile-slice__routes strong {
  display: block !important;
}

html body.discovery-commercial-page .profile-slice__routes strong {
  margin-top: 5px !important;
  color: #242521 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

/* Reference-led body: preserve the existing hero and preview above this point. */
html body.discovery-commercial-page main.discovery-page > section[hidden] {
  display: none !important;
}

html body.discovery-commercial-page .reference-body {
  grid-column: 1 / -1 !important;
  display: grid !important;
  gap: 74px !important;
  width: 100% !important;
  margin-top: 76px !important;
}

html body.discovery-commercial-page .reference-body :is(section, article, header, div, p) {
  border: 0 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .reference-attention__head {
  display: grid !important;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

html body.discovery-commercial-page .reference-attention__head > div:first-child {
  align-self: center !important;
  padding-right: 28px !important;
}

html body.discovery-commercial-page .reference-attention h2 {
  max-width: 530px !important;
  margin: 0 0 14px !important;
  font-size: clamp(38px, 3.8vw, 58px) !important;
  line-height: .94 !important;
  letter-spacing: -.05em !important;
}

html body.discovery-commercial-page .reference-attention__head p {
  max-width: 540px !important;
  margin: 0 !important;
  color: #55564f !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body.discovery-commercial-page .reference-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body.discovery-commercial-page .reference-stat-grid article {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 190px !important;
  padding: 28px !important;
  border-radius: 22px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .reference-stat-grid strong {
  font-size: clamp(46px, 4.6vw, 72px) !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
}

html body.discovery-commercial-page .reference-stat-grid span {
  color: #292a26 !important;
  font-size: 13px !important;
  font-weight: 680 !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .reference-attention-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

html body.discovery-commercial-page .reference-attention-grid article {
  min-height: 190px !important;
  padding: 22px !important;
  border-radius: 20px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .reference-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 16px !important;
  border-radius: 12px !important;
  background: #dcece2 !important;
  color: #2d674b !important;
  font-size: 15px !important;
  font-weight: 760 !important;
}

html body.discovery-commercial-page :is(.reference-icon, .reference-publish-icon) svg {
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.55 !important;
}

html body.discovery-commercial-page .reference-attention-grid h3,
html body.discovery-commercial-page .reference-principles-grid h3 {
  margin: 0 0 9px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

html body.discovery-commercial-page .reference-attention-grid p,
html body.discovery-commercial-page .reference-principles-grid p {
  margin: 0 !important;
  color: #5a5b55 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .reference-integrity {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 14px 0 0 !important;
  padding: 13px 16px !important;
  border-radius: 14px !important;
  background: #dcece2 !important;
  color: #315b47 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page :is(.reference-publish, .reference-principles) > header {
  max-width: 720px !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
}

html body.discovery-commercial-page :is(.reference-publish, .reference-principles) > header h2 {
  margin: 0 0 6px !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}

html body.discovery-commercial-page :is(.reference-publish, .reference-principles) > header p {
  margin: 0 !important;
  color: #55564f !important;
  font-size: 13px !important;
}

html body.discovery-commercial-page .reference-publish-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

html body.discovery-commercial-page .reference-publish-grid article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-width: 0 !important;
  padding: 4px 10px !important;
  background: transparent !important;
  text-align: center !important;
}

html body.discovery-commercial-page .reference-publish-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 12px !important;
  color: #3f403b !important;
}

html body.discovery-commercial-page .reference-publish-grid strong {
  max-width: 150px !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
}

html body.discovery-commercial-page .reference-principles-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 34px !important;
}

html body.discovery-commercial-page .reference-principles-grid article {
  min-width: 0 !important;
  padding: 4px !important;
  background: transparent !important;
}

html body.discovery-commercial-page .reference-principles-grid button {
  margin-top: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #171814 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  grid-column: 1 / -1 !important;
  display: block !important;
  margin-top: 74px !important;
  padding: 0 0 60px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro {
  max-width: 920px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
  margin-bottom: 6px !important;
  font-size: clamp(34px, 3.4vw, 52px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro {
  margin-bottom: 24px !important;
  color: #55564f !important;
  font-size: 13px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  gap: 10px !important;
  min-height: 420px !important;
  padding: 22px !important;
  border: 0 !important;
  border-radius: 20px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity {
  min-height: 72px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity h3 {
  font-size: 19px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .price strong {
  font-size: 36px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features {
  gap: 7px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features li {
  font-size: 10.5px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .supplier-note {
  margin-top: 12px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #dcece2 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin: 46px 0 14px !important;
  font-size: 28px !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection {
  min-height: 250px !important;
  padding: 22px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  background: #e7f0ea !important;
}

html body.discovery-commercial-page .pricing-help-card__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin-bottom: 20px !important;
  border-radius: 11px !important;
  background: #fffefa !important;
  color: #2d674b !important;
}

html body.discovery-commercial-page .pricing-help-card__icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.5 !important;
}

html body.discovery-commercial-page .pricing-help-card h3 {
  margin: 0 0 8px !important;
  font-size: 18px !important;
}

html body.discovery-commercial-page .pricing-help-card > p {
  max-width: 34ch !important;
  margin: 0 !important;
  color: #4f514a !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .pricing-help-card > a {
  align-self: flex-start !important;
  margin-top: auto !important;
  padding: 11px 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #171814 !important;
  color: #fffefa !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1.55fr) !important;
  gap: 30px !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-size: clamp(30px, 3vw, 44px) !important;
}

html body.discovery-commercial-page .discovery-page-footer {
  display: grid !important;
  grid-template-columns: 1.4fr repeat(3, .72fr) 1.25fr !important;
  gap: 34px !important;
  align-items: start !important;
  width: min(1800px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
  padding: 34px 0 44px !important;
  border: 0 !important;
  background: #efeee9 !important;
  color: #3f403b !important;
}

html body.discovery-commercial-page .discovery-page-footer :is(nav, div) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
}

html body.discovery-commercial-page .discovery-page-footer strong {
  margin-bottom: 5px !important;
  color: #171814 !important;
  font-size: 11px !important;
}

html body.discovery-commercial-page .discovery-page-footer :is(a, span) {
  color: #55564f !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .reference-attention__head {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .reference-attention__head > div:first-child {
    padding-right: 0 !important;
  }

  html body.discovery-commercial-page .reference-attention-grid,
  html body.discovery-commercial-page .reference-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.discovery-commercial-page .reference-publish-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
    grid-column: 1 / -1 !important;
  }

  html body.discovery-commercial-page .discovery-page-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .reference-body {
    gap: 54px !important;
    margin-top: 54px !important;
  }

  html body.discovery-commercial-page .reference-attention h2 {
    font-size: 38px !important;
  }

  html body.discovery-commercial-page .reference-stat-grid,
  html body.discovery-commercial-page .reference-attention-grid,
  html body.discovery-commercial-page .reference-principles-grid {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .reference-stat-grid article,
  html body.discovery-commercial-page .reference-attention-grid article {
    min-height: 0 !important;
  }

  html body.discovery-commercial-page .reference-publish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 12px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
    margin-top: 54px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
    min-height: 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
    grid-column: auto !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  html body.discovery-commercial-page .discovery-page-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
    width: calc(100% - 40px) !important;
  }

  html body.discovery-commercial-page .discovery-footer__brand,
  html body.discovery-commercial-page .discovery-footer__briefings {
    grid-column: 1 / -1 !important;
  }
}

/* Technical resources stay tiled; opportunities and jobs use compact rows. */
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  height: auto !important;
  gap: 8px !important;
  overflow: visible !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
  grid-template-columns: 1fr auto !important;
  min-height: 104px !important;
  height: auto !important;
  padding: 13px !important;
  border-radius: 15px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  gap: 8px !important;
  height: auto !important;
  overflow: visible !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row:not(.prototype-list__row--head) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  grid-template-areas: "identity meta action" !important;
  grid-column: auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 78px !important;
  height: auto !important;
  padding: 11px 13px !important;
  border-radius: 15px !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__identity {
  grid-template-columns: 48px minmax(0, 1fr) !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__meta {
  flex-wrap: nowrap !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .profile-slice {
    padding: 20px !important;
  }

  html body.discovery-commercial-page .profile-slice__header h4 {
    font-size: 38px !important;
  }

  html body.discovery-commercial-page .profile-slice__nav {
    gap: 3px !important;
  }

  html body.discovery-commercial-page .profile-slice__nav a {
    padding: 8px 7px !important;
    font-size: 9px !important;
  }

  html body.discovery-commercial-page .profile-slice__body {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html body.discovery-commercial-page .profile-slice__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
    padding: 18px !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: 1fr auto !important;
    grid-template-areas: "identity identity" "meta action" !important;
    gap: 9px !important;
  }
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
  grid-auto-rows: auto !important;
  align-items: stretch !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fffefa !important;
  box-shadow: none !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record {
  background: #f3f2ed !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  background: #dcece2 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity {
  min-height: 92px !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity h3 {
  margin: 7px 0 7px !important;
  font-size: 23px !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-summary {
  max-width: 29ch !important;
  color: #55564f !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__price,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .price.offer__price {
  align-self: stretch !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price small {
  align-items: flex-start !important;
  text-align: left !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price strong {
  font-size: 42px !important;
  line-height: .94 !important;
  letter-spacing: -.05em !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-standard {
  display: block !important;
  margin-top: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__features li {
  min-height: 0 !important;
  padding: 0 0 0 16px !important;
  color: #3f403b !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__features li::before {
  top: .48em !important;
  width: 6px !important;
  height: 6px !important;
  background: #78a88d !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__action {
  min-height: 46px !important;
  margin-top: auto !important;
  border: 0 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(.standalone-listing-cta, .pricing-footnote a, .price-table a) {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .live-profile-embed__bar {
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    padding: 0 12px !important;
  }

  html body.discovery-commercial-page .live-profile-embed__bar > span {
    display: none !important;
  }

  html body.discovery-commercial-page .live-profile-embed iframe {
    height: 650px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
    padding: 22px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity {
    min-height: 0 !important;
  }
}

html body.discovery-commercial-page main.discovery-page .product-showcase .prototype-directory {
  height: auto !important;
  overflow: hidden !important;
}

/* 2026-08-15 final commercial-surface polish.
   Products and suppliers remain the visual reference. Technical resources,
   routes and roles now use the same listing-card grammar instead of a table. */
html body.discovery-commercial-page main.discovery-page :is(a, button),
html body.discovery-commercial-page .site-footer a {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

html body.discovery-commercial-page main.discovery-page :is(a, button):is(:hover, :focus-visible),
html body.discovery-commercial-page .site-footer a:is(:hover, :focus-visible) {
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page .button:is(:hover, :focus-visible),
html body.discovery-commercial-page main.discovery-page .prototype-action:is(:hover, :focus-visible),
html body.discovery-commercial-page main.discovery-page .discovery-story__offer-action:is(:hover, :focus-visible) {
  background: #292a26 !important;
  color: #fffefa !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.discovery-commercial-page main.discovery-page .button--secondary:is(:hover, :focus-visible),
html body.discovery-commercial-page main.discovery-page .prototype-action--secondary:is(:hover, :focus-visible) {
  background: #dcece2 !important;
  color: #171814 !important;
}

html body.discovery-commercial-page main.discovery-page .independence-news-link {
  border: 0 !important;
  border-bottom: 0 !important;
  color: #171814 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: minmax(145px, auto) !important;
  gap: 10px !important;
  height: auto !important;
  padding: 0 16px 16px !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__row--head {
  display: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__row:not(.prototype-list__row--head) {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-areas: "identity identity" "meta action" !important;
  align-content: space-between !important;
  align-items: end !important;
  gap: 12px 8px !important;
  min-width: 0 !important;
  min-height: 145px !important;
  padding: 15px !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: #f0efe9 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__row:last-child {
  grid-column: 1 / -1 !important;
  min-height: 116px !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__identity {
  grid-area: identity !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 11px !important;
  align-items: center !important;
  min-width: 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__thumb {
  width: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
  overflow: hidden !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__identity strong {
  display: block !important;
  overflow: visible !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  -webkit-line-clamp: unset !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__identity p {
  margin-top: 4px !important;
  color: var(--wwr-copy) !important;
  font-size: 9px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__meta {
  grid-area: meta !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  align-items: center !important;
  min-width: 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__meta > span {
  width: auto !important;
  max-width: 100% !important;
  padding: 5px 7px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e4e2db !important;
  color: #3f403b !important;
  font-size: 7.5px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__meta .prototype-list__status {
  background: #d9eee2 !important;
  color: #1f6645 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel:is(
  [data-prototype-panel="datasets"],
  [data-prototype-panel="opportunities"],
  [data-prototype-panel="jobs"]
) .prototype-list__action {
  grid-area: action !important;
  width: auto !important;
  overflow: visible !important;
  color: #171814 !important;
  font-size: 8px !important;
  font-weight: 760 !important;
  text-align: right !important;
  text-decoration: none !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

/* Clear editorial separation without turning every statement into a card. */
html body.discovery-commercial-page .independence {
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr) !important;
  gap: 32px 54px !important;
  align-items: start !important;
}

html body.discovery-commercial-page .independence > h2 {
  max-width: 560px !important;
  margin: 0 !important;
  font-size: clamp(48px, 4.7vw, 78px) !important;
  line-height: .93 !important;
  letter-spacing: -.055em !important;
}

html body.discovery-commercial-page .independence-lead {
  padding: 30px 32px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #dcece2 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .independence-lead__head strong {
  font-size: 19px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .independence-lead p {
  margin-top: 10px !important;
  color: #435148 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

html body.discovery-commercial-page .independence-grid {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  padding: 0 8px !important;
}

html body.discovery-commercial-page .independence-grid > p {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .independence-copy strong {
  display: block !important;
  margin-bottom: 7px !important;
  color: #171814 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .independence-copy {
  color: var(--wwr-copy) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Four concise plans in one row on desktop. */
@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }
}

html body.discovery-commercial-page .offer-grid > .offer,
html body.discovery-commercial-page .offer-grid > .offer.offer--record,
html body.discovery-commercial-page .offer-grid > .offer.offer--primary {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 580px !important;
  padding: 28px 24px 24px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-grid > .offer.offer--primary {
  background: #e8f1eb !important;
}

html body.discovery-commercial-page .offer-grid .offer__identity {
  min-height: 108px !important;
}

html body.discovery-commercial-page .offer-grid .offer__identity h3 {
  margin: 7px 0 8px !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .offer-grid .offer-summary {
  color: var(--wwr-copy) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .offer-grid .offer__price {
  min-height: 98px !important;
  margin: 22px 0 18px !important;
}

html body.discovery-commercial-page .offer-grid .price strong {
  font-size: 38px !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}

html body.discovery-commercial-page .offer-grid .offer__features {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
}

html body.discovery-commercial-page .offer-grid .offer__features li {
  position: relative !important;
  padding: 0 0 0 17px !important;
  color: #454641 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .offer-grid .offer__features li::before {
  position: absolute !important;
  top: .48em !important;
  left: 1px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #85ad97 !important;
  content: "" !important;
}

html body.discovery-commercial-page .offer-grid .offer__action {
  width: 100% !important;
  margin-top: auto !important;
}

/* A closer representation of a live Korthos company profile. */
html body.discovery-commercial-page .discovery-story__visual {
  border: 0 !important;
  border-radius: 24px !important;
  background: #fffefa !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body.discovery-commercial-page .discovery-story__window-bar {
  min-height: 46px !important;
  border: 0 !important;
  background: #f4f3ee !important;
}

html body.discovery-commercial-page .discovery-story__profile {
  grid-template-columns: 180px minmax(0, 1fr) !important;
  min-height: 390px !important;
  border: 0 !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .discovery-story__profile-nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  padding: 24px 14px !important;
  border: 0 !important;
  background: #efeee9 !important;
}

html body.discovery-commercial-page .discovery-story__profile-nav strong {
  margin: 0 8px 24px !important;
  font-family: "Korthos Bebas", "Bebas Neue", sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  letter-spacing: .06em !important;
}

html body.discovery-commercial-page .discovery-story__profile-nav button {
  width: 100% !important;
  padding: 11px 12px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: #454641 !important;
  font: 700 12px/1 Inter, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body.discovery-commercial-page .discovery-story__profile-nav button:is(:hover, :focus-visible) {
  background: #e4e3dd !important;
  color: #171814 !important;
}

html body.discovery-commercial-page .discovery-story__profile-nav button.is-active {
  background: #dcece2 !important;
  color: #184d35 !important;
}

html body.discovery-commercial-page .discovery-story__profile-main {
  min-width: 0 !important;
  padding: 28px !important;
}

html body.discovery-commercial-page .discovery-story__profile-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
}

html body.discovery-commercial-page .discovery-story__profile-heading > div > span,
html body.discovery-commercial-page .discovery-story__offer-copy small {
  display: block !important;
  margin-bottom: 5px !important;
  color: #777870 !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .discovery-story__profile-main h4 {
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
}

html body.discovery-commercial-page .discovery-story__verified,
html body.discovery-commercial-page .discovery-story__record-tag {
  flex: 0 0 auto !important;
  padding: 6px 9px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #dcece2 !important;
  color: #1e6242 !important;
  font-size: 8px !important;
  font-weight: 760 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .discovery-story__profile-panel > p {
  max-width: 630px !important;
  margin: 0 0 18px !important;
  color: var(--wwr-copy) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .discovery-story__offer-card {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  min-height: 96px !important;
  margin-top: 10px !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: #f0efe9 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__offer-media {
  width: 78px !important;
  height: 70px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

html body.discovery-commercial-page .discovery-story__offer-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body.discovery-commercial-page .discovery-story__offer-copy strong,
html body.discovery-commercial-page .discovery-story__offer-copy span {
  display: block !important;
}

html body.discovery-commercial-page .discovery-story__offer-copy strong {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

html body.discovery-commercial-page .discovery-story__offer-copy span {
  margin-top: 4px !important;
  color: var(--wwr-copy) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .discovery-story__offer-action {
  padding: 10px 13px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #171814 !important;
  color: #fffefa !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}

html body.discovery-commercial-page .discovery-story__facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.discovery-commercial-page .discovery-story__facts > span {
  min-height: 94px !important;
  padding: 18px !important;
  border-radius: 16px !important;
  background: #f0efe9 !important;
}

html body.discovery-commercial-page .discovery-story__facts small,
html body.discovery-commercial-page .discovery-story__facts strong {
  display: block !important;
}

html body.discovery-commercial-page .discovery-story__facts small {
  margin-bottom: 18px !important;
  color: #777870 !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  text-transform: uppercase !important;
}

html body.discovery-commercial-page .discovery-story__facts strong {
  font-size: 14px !important;
}

html body.discovery-commercial-page .commercial-detail-heading {
  font-size: clamp(38px, 3.8vw, 58px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

html body.discovery-commercial-page .pricing-subsection > h3 {
  font-size: 23px !important;
  line-height: 1.08 !important;
}

html body.discovery-commercial-page .form-intro h2 {
  font-size: clamp(34px, 3.2vw, 50px) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}

@media (max-width: 1180px) and (min-width: 761px) {
  html body.discovery-commercial-page .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .product-showcase .prototype-panel:is(
    [data-prototype-panel="datasets"],
    [data-prototype-panel="opportunities"],
    [data-prototype-panel="jobs"]
  ) .prototype-list {
    grid-template-columns: 1fr !important;
    grid-auto-rows: minmax(112px, auto) !important;
    gap: 8px !important;
    padding: 0 10px 12px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel:is(
    [data-prototype-panel="datasets"],
    [data-prototype-panel="opportunities"],
    [data-prototype-panel="jobs"]
  ) .prototype-list__row:not(.prototype-list__row--head) {
    grid-column: auto !important;
    min-height: 112px !important;
    padding: 12px !important;
  }

  html body.discovery-commercial-page .independence {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  html body.discovery-commercial-page .independence > h2 {
    font-size: 42px !important;
  }

  html body.discovery-commercial-page .independence-lead {
    padding: 22px !important;
  }

  html body.discovery-commercial-page .independence-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 0 !important;
  }

  html body.discovery-commercial-page .offer-grid {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .offer-grid > .offer,
  html body.discovery-commercial-page .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page .offer-grid > .offer.offer--primary {
    min-height: 0 !important;
    padding: 22px !important;
  }

  html body.discovery-commercial-page .offer-grid .offer__identity,
  html body.discovery-commercial-page .offer-grid .offer__price {
    min-height: 0 !important;
  }

  html body.discovery-commercial-page .discovery-story__profile {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-nav {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(78px, 1fr)) !important;
    overflow-x: auto !important;
    padding: 8px !important;
    scrollbar-width: none !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-nav::-webkit-scrollbar {
    display: none !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-nav strong {
    display: none !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-nav button {
    padding: 10px 8px !important;
    text-align: center !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-main {
    padding: 20px 14px !important;
  }

  html body.discovery-commercial-page .discovery-story__profile-heading {
    align-items: flex-start !important;
  }

  html body.discovery-commercial-page .discovery-story__offer-card {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 11px !important;
  }

  html body.discovery-commercial-page .discovery-story__offer-media {
    width: 62px !important;
    height: 60px !important;
  }

  html body.discovery-commercial-page .discovery-story__offer-action,
  html body.discovery-commercial-page .discovery-story__record-tag {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  html body.discovery-commercial-page .discovery-story__facts {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list {
    display: grid !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    overflow: visible !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__row--head {
    display: none !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__row:not(.prototype-list__row--head) {
    min-width: 0 !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    gap: 7px 10px !important;
    padding: 10px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__identity {
    grid-column: 1 / -1 !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__meta {
    grid-column: 1 !important;
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 6px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__action {
    grid-column: 2 !important;
    align-self: center !important;
    width: auto !important;
  }
}

/* 2026-08-15 Listings-led warm field authority.
   The page keeps the shared Korthos canvas. The interactive preview alone uses
   the darker warm-stone frame, with light functional surfaces inside it. */
html body.discovery-commercial-page {
  --wwr-page-field: #efeee9;
  --wwr-page-field-soft: #deddd7;
  --wwr-page-ink: #1f211d;
  --wwr-page-copy: #5f605b;
  background: var(--wwr-page-field) !important;
  color: var(--wwr-page-ink) !important;
}

html body.discovery-commercial-page .site-header,
html body.discovery-commercial-page .discovery-page,
html body.discovery-commercial-page .section.discovery-story,
html body.discovery-commercial-page .independence,
html body.discovery-commercial-page .offer-wrap,
html body.discovery-commercial-page .site-footer.discovery-page-footer,
html body.discovery-commercial-page .site-footer.site-footer--editorial {
  background: var(--wwr-page-field) !important;
}

html body.discovery-commercial-page .site-header .home-logo-text,
html body.discovery-commercial-page .site-header .home-logo-icon,
html body.discovery-commercial-page .site-header .home-search-trigger,
html body.discovery-commercial-page .site-header .mobile-search-trigger,
html body.discovery-commercial-page .site-header .mobile-menu-trigger {
  color: var(--wwr-page-ink) !important;
}

html body.discovery-commercial-page .hero h1,
html body.discovery-commercial-page .discovery-story__intro h2,
html body.discovery-commercial-page .discovery-story__copy h3,
html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route,
html body.discovery-commercial-page .discovery-story__closing,
html body.discovery-commercial-page .independence h2,
html body.discovery-commercial-page .independence-grid strong,
html body.discovery-commercial-page .offer-wrap > h2,
html body.discovery-commercial-page .commercial-detail-heading,
html body.discovery-commercial-page .site-footer.discovery-page-footer,
html body.discovery-commercial-page .site-footer.discovery-page-footer a,
html body.discovery-commercial-page .site-footer.site-footer--editorial,
html body.discovery-commercial-page .site-footer.site-footer--editorial a {
  color: var(--wwr-page-ink) !important;
}

html body.discovery-commercial-page .hero p,
html body.discovery-commercial-page .discovery-story__intro p,
html body.discovery-commercial-page .discovery-story__copy p,
html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route span,
html body.discovery-commercial-page .independence-lead,
html body.discovery-commercial-page .independence-grid p,
html body.discovery-commercial-page .offer-intro,
html body.discovery-commercial-page .site-footer.discovery-page-footer p,
html body.discovery-commercial-page .site-footer.site-footer--editorial p {
  color: var(--wwr-page-copy) !important;
}

html body.discovery-commercial-page main.discovery-page .hero .hero-actions > .button:first-child {
  background: #191a17 !important;
  color: #fff !important;
}

html body.discovery-commercial-page main.discovery-page .hero .hero-actions > .button--secondary {
  background: #e4e3dd !important;
  color: #191a17 !important;
}

html body.discovery-commercial-page .product-showcase,
html body.discovery-commercial-page .hero + .section > .product-showcase {
  background: var(--wwr-page-field-soft) !important;
}

html body.discovery-commercial-page .product-showcase > .interface-frame,
html body.discovery-commercial-page .product-showcase .interface-body,
html body.discovery-commercial-page .product-showcase .benefit-panel,
html body.discovery-commercial-page .product-showcase .prototype-directory,
html body.discovery-commercial-page .discovery-story__visual:not(.discovery-story__attention-map),
html body.discovery-commercial-page .offer-grid > .offer,
html body.discovery-commercial-page .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page .commercial-detail-grid > .form-section {
  background: #faf9f7 !important;
  color: #171713 !important;
}

html body.discovery-commercial-page .discovery-story__visual:not(.discovery-story__attention-map) :is(h3,h4,p,strong,span,a),
html body.discovery-commercial-page .offer-grid > .offer :is(h3,h4,p,strong,span,a,li),
html body.discovery-commercial-page .commercial-detail-grid > :is(.pricing-subsection,.form-section) :is(h3,h4,p,strong,span,a,label) {
  color: #171713;
}

html body.discovery-commercial-page .discovery-story__attention-map,
html body.discovery-commercial-page .discovery-story__chapter,
html body.discovery-commercial-page .discovery-story__copy,
html body.discovery-commercial-page .independence-grid,
html body.discovery-commercial-page .independence-grid > p {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__icon {
  background: #dce9e1 !important;
  color: #2f684d !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__integrity,
html body.discovery-commercial-page .pricing-footnote.supplier-note {
  background: #d9f2e5 !important;
  color: #234f3c !important;
}

@media (max-width: 680px) {
  html body.discovery-commercial-page .site-header .mobile-search-trigger,
  html body.discovery-commercial-page .site-header .mobile-menu-trigger {
    background: #faf9f7 !important;
    color: #171713 !important;
  }
}

@media (min-width: 1600px) {
  html body.discovery-commercial-page .product-showcase,
  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 290px !important;
  }
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .product-showcase {
    overflow: visible !important;
  }
}

@media (max-width: 680px) {
  body.discovery-commercial-page .discovery-page {
    width: calc(100% - 24px);
    padding-top: 2px;
  }

  body.discovery-commercial-page .hero {
    gap: 22px;
    padding: 30px 0 32px;
  }

  body.discovery-commercial-page .hero h1 {
    font-size: clamp(42px, 13vw, 54px) !important;
  }

  body.discovery-commercial-page .hero-copy {
    margin-top: 18px;
    font-size: 15px;
  }

  body.discovery-commercial-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }

  body.discovery-commercial-page .hero-actions .button {
    min-height: 48px;
    padding: 0 12px;
    font-size: 12px !important;
  }

  body.discovery-commercial-page .product-showcase {
    gap: 10px !important;
    padding: 8px;
    border-radius: 22px;
  }

  body.discovery-commercial-page .product-showcase > .interface-frame {
    min-height: 0 !important;
    border-radius: 16px !important;
  }

  body.discovery-commercial-page .product-showcase .interface-body {
    min-height: 0 !important;
    padding: 8px !important;
  }

  body.discovery-commercial-page .product-showcase .prototype-directory,
  body.discovery-commercial-page .product-showcase .prototype-panel {
    min-height: 0 !important;
  }

  body.discovery-commercial-page .product-showcase .prototype-tabs {
    display: flex !important;
    gap: 3px;
    overflow-x: auto;
    padding: 5px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  body.discovery-commercial-page .product-showcase .prototype-tabs::-webkit-scrollbar { display: none; }

  body.discovery-commercial-page .product-showcase .prototype-tab {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 35px;
    padding: 0 12px !important;
    scroll-snap-align: start;
  }

  body.discovery-commercial-page .product-showcase .listing-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px;
    padding: 8px;
  }

  body.discovery-commercial-page .product-showcase .benefit-panel {
    padding: 9px !important;
    border-radius: 16px !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-panel__head {
    padding: 14px 10px 12px;
  }

  body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
    font-size: 19px !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-list {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  body.discovery-commercial-page .product-showcase .benefit-list li {
    min-height: 64px;
    padding: 9px;
    font-size: 10px;
  }

  body.discovery-commercial-page .section {
    padding: 54px 0;
  }

  body.discovery-commercial-page .discovery-story {
    margin-top: 60px !important;
  }

  body.discovery-commercial-page .discovery-story__chapter {
    gap: 18px;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  body.discovery-commercial-page .independence {
    margin-top: 54px !important;
    padding: 22px !important;
    border-radius: 20px !important;
  }

  body.discovery-commercial-page .offer-wrap {
    padding-top: 60px !important;
  }

  body.discovery-commercial-page .offer,
  body.discovery-commercial-page .offer--primary {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  body.discovery-commercial-page .commercial-detail-grid .form-section {
    padding: 18px !important;
  }
}

/* Attention is editorial explanation, not a settings table. */
html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__visual,
html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__attention-map {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-stack {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px 38px !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    ". body" !important;
  align-items: start !important;
  gap: 8px 13px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__icon {
  grid-area: icon !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
  background: var(--wwr-green) !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__title {
  grid-area: title !important;
  align-self: center !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__body {
  grid-area: body !important;
  color: var(--wwr-copy) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__integrity {
  margin: 30px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-stack {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__integrity {
    margin-top: 26px !important;
  }
}

/* Final top-composition authority: retain the original publishing side panel. */
@media (min-width: 981px) {
  html body.discovery-commercial-page .discovery-page {
    width: min(1800px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(430px, .75fr) minmax(0, 1.25fr) !important;
    column-gap: 40px !important;
  }

  html body.discovery-commercial-page .product-showcase,
  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 248px !important;
    gap: 10px !important;
  }
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 8px 8px 11px !important;
  border: 0 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
  font-size: 17px !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head span {
  margin-top: 7px !important;
  font-size: 9.5px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 40px !important;
  padding: 6px 7px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f2f0ea !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-icon {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  background: var(--wwr-green) !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel > .button {
  display: none !important;
}

html body.discovery-commercial-page .discovery-story__metric-secondary {
  background: #e2ebe5 !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .product-showcase {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel {
    height: auto !important;
  }
}

html body.discovery-commercial-page #attention .discovery-story__chapter--attention .attention-route,
html body.discovery-commercial-page #attention .discovery-story__chapter--attention .attention-route::before,
html body.discovery-commercial-page #attention .discovery-story__chapter--attention .attention-route::after {
  border: 0 !important;
}

/* Restore the complete top module: preview and publishing panel stay together. */
html body.discovery-commercial-page .product-showcase {
  grid-template-columns: minmax(0, 1fr) 248px !important;
  gap: 10px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 8px 8px 11px !important;
  border: 0 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
  font-size: 17px !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head span {
  margin-top: 7px !important;
  font-size: 9.5px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 40px !important;
  padding: 6px 7px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f2f0ea !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-icon {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  background: var(--wwr-green) !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel > .button {
  display: none !important;
}

/* Preserve the audience card colour that preceded the top-module correction. */
html body.discovery-commercial-page .discovery-story__metric-secondary {
  background: #e2ebe5 !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .product-showcase {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel {
    height: auto !important;
  }
}

/* 2026-08-13 editorial rebuild.
   Reference rhythm: split editorial openings, large quiet canvas and a small
   number of purposeful surfaces. Korthos colour and interaction stay native. */
body.discovery-commercial-page .discovery-page {
  display: block !important;
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  padding: 24px 0 72px !important;
}

body.discovery-commercial-page .hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr) !important;
  align-items: start !important;
  gap: clamp(54px, 9vw, 132px) !important;
  padding: clamp(72px, 9vw, 126px) 0 88px !important;
}

body.discovery-commercial-page .hero h1 {
  max-width: 720px !important;
  font-size: clamp(58px, 6.1vw, 86px) !important;
  line-height: .94 !important;
}

body.discovery-commercial-page .hero > div:first-child {
  display: contents !important;
}

body.discovery-commercial-page .hero-copy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  max-width: 470px !important;
  margin: 0 0 74px !important;
  color: var(--wwr-ink) !important;
  font-size: 20px !important;
  line-height: 1.42 !important;
  letter-spacing: -.018em !important;
}

body.discovery-commercial-page .hero-actions {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  margin: 0 !important;
}

body.discovery-commercial-page .hero-actions .button {
  min-height: 48px !important;
  border-radius: 999px !important;
}

body.discovery-commercial-page .hero + .section {
  padding: 0 0 76px !important;
}

body.discovery-commercial-page .product-showcase {
  grid-template-columns: minmax(0, 1fr) 310px !important;
  gap: 16px !important;
  padding: 16px !important;
  border-radius: 30px !important;
  background: #dfded8 !important;
}

body.discovery-commercial-page .product-showcase > .interface-frame,
body.discovery-commercial-page .product-showcase .benefit-panel {
  min-height: 570px !important;
  border-radius: 20px !important;
}

body.discovery-commercial-page .product-showcase .interface-bar {
  display: none !important;
}

body.discovery-commercial-page .product-showcase .interface-body {
  min-height: 570px !important;
  padding: 18px !important;
  border-radius: 20px !important;
}

body.discovery-commercial-page .product-showcase .prototype-note {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 2px 16px !important;
}

body.discovery-commercial-page .product-showcase .prototype-tools {
  display: none !important;
}

body.discovery-commercial-page .product-showcase .prototype-tabs {
  padding: 5px !important;
  border-radius: 14px 14px 0 0 !important;
}

body.discovery-commercial-page .product-showcase :is(.example-listing,.prototype-info-card) {
  background: #fffefa !important;
}

body.discovery-commercial-page .product-showcase .benefit-panel {
  padding: 20px !important;
  background: #faf9f6 !important;
}

body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 2px 0 22px !important;
}

body.discovery-commercial-page .product-showcase .benefit-list {
  gap: 0 !important;
}

body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 0 !important;
  padding: 12px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.discovery-commercial-page .product-showcase .benefit-panel > .button {
  margin-top: auto !important;
  border-radius: 999px !important;
}

body.discovery-commercial-page .section.discovery-story {
  margin-top: 0 !important;
  padding: 102px 0 0 !important;
}

body.discovery-commercial-page .discovery-story__intro,
body.discovery-commercial-page .offer-wrap > :is(h2,.offer-intro) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.discovery-commercial-page .discovery-story__intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr) !important;
  align-items: end !important;
  gap: clamp(52px, 9vw, 132px) !important;
  margin-bottom: 90px !important;
}

body.discovery-commercial-page .discovery-story__intro h2 {
  font-size: clamp(48px, 5.2vw, 72px) !important;
  line-height: .96 !important;
}

body.discovery-commercial-page .discovery-story__intro p {
  margin: 0 !important;
  color: var(--wwr-ink) !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

body.discovery-commercial-page .discovery-story__chapters {
  display: grid !important;
  gap: 108px !important;
}

body.discovery-commercial-page .discovery-story__chapter,
body.discovery-commercial-page .discovery-story__chapter--reverse,
body.discovery-commercial-page .discovery-story__chapter--attention {
  display: grid !important;
  grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr) !important;
  align-items: start !important;
  gap: clamp(48px, 8vw, 112px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.discovery-commercial-page .discovery-story__chapter--reverse > .discovery-story__copy {
  order: 0 !important;
}

body.discovery-commercial-page .discovery-story__copy {
  padding-top: 12px !important;
}

body.discovery-commercial-page .discovery-story__copy h3 {
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

body.discovery-commercial-page .discovery-story__copy p {
  margin-top: 18px !important;
  color: var(--wwr-copy) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.discovery-commercial-page .discovery-story__visual {
  padding: 28px !important;
  border-radius: 24px !important;
  background: #faf9f6 !important;
}

body.discovery-commercial-page .discovery-story__metric-primary,
body.discovery-commercial-page .discovery-story__metric-secondary {
  min-height: 0 !important;
  padding: 26px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #f2f0ea !important;
  color: var(--wwr-ink) !important;
}

body.discovery-commercial-page .discovery-story__metric-secondary {
  background: #e2ebe5 !important;
}

body.discovery-commercial-page .attention-stack {
  gap: 0 !important;
}

body.discovery-commercial-page .attention-route {
  min-height: 0 !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.discovery-commercial-page .discovery-story__integrity {
  margin-top: 16px !important;
  padding: 18px 20px !important;
  border-radius: 16px !important;
  background: #e2ebe5 !important;
}

body.discovery-commercial-page .discovery-story__closing {
  margin-top: 76px !important;
}

body.discovery-commercial-page .discovery-story__closing .button {
  border-radius: 999px !important;
}

body.discovery-commercial-page .independence {
  display: grid !important;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr) !important;
  gap: 30px 74px !important;
  margin-top: 112px !important;
  padding: 44px 48px !important;
  border-radius: 26px !important;
  background: #dce9e1 !important;
}

body.discovery-commercial-page .independence h2 {
  font-size: clamp(38px, 4vw, 56px) !important;
}

body.discovery-commercial-page .independence-lead {
  padding-top: 6px !important;
}

body.discovery-commercial-page .independence-grid {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

body.discovery-commercial-page .independence-grid p {
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.discovery-commercial-page .offer-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr) !important;
  column-gap: clamp(54px, 9vw, 132px) !important;
  padding-top: 112px !important;
}

body.discovery-commercial-page .offer-wrap > h2 {
  font-size: clamp(46px, 5vw, 68px) !important;
  line-height: .96 !important;
}

body.discovery-commercial-page .offer-intro {
  align-self: end !important;
  margin: 0 0 5px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

body.discovery-commercial-page .offer-grid,
body.discovery-commercial-page .commercial-detail-heading,
body.discovery-commercial-page .commercial-detail-grid,
body.discovery-commercial-page .pricing-footnote.supplier-note {
  grid-column: 1 / -1 !important;
}

body.discovery-commercial-page .offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 52px !important;
}

body.discovery-commercial-page .offer,
body.discovery-commercial-page .offer--primary {
  padding: 28px !important;
  border-radius: 20px !important;
  background: #faf9f6 !important;
}

body.discovery-commercial-page .offer--primary {
  box-shadow: inset 0 0 0 2px rgba(47,104,77,.24) !important;
}

body.discovery-commercial-page .offer :is(.offer__eyebrow,.offer__badge,.offer-badge),
body.discovery-commercial-page .form-intro__eyebrow {
  background: #e2ebe5 !important;
  color: #315c49 !important;
}

body.discovery-commercial-page :is(.pricing-subsection,.form-section) {
  background: #faf9f6 !important;
}

body.discovery-commercial-page .commercial-detail-grid {
  gap: 14px !important;
}

body.discovery-commercial-page .commercial-detail-grid .enquiry-form {
  padding: 0 !important;
  background: transparent !important;
}

body.discovery-commercial-page .commercial-detail-grid .field :is(input,select,textarea) {
  border: 0 !important;
  border-radius: 13px !important;
  background: #f2f0ea !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  body.discovery-commercial-page .discovery-page {
    width: calc(100% - 24px) !important;
    padding: 4px 0 44px !important;
  }

  body.discovery-commercial-page .hero {
    display: block !important;
    padding: 42px 0 44px !important;
  }

  body.discovery-commercial-page .hero > div:first-child {
    display: block !important;
  }

  body.discovery-commercial-page .hero h1 {
    max-width: 350px !important;
    font-size: clamp(43px, 13vw, 52px) !important;
  }

  body.discovery-commercial-page .hero-copy {
    margin: 22px 0 0 !important;
    font-size: 15.5px !important;
    line-height: 1.48 !important;
  }

  body.discovery-commercial-page .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 26px !important;
  }

  body.discovery-commercial-page .hero-actions .button {
    min-height: 44px !important;
    padding: 0 10px !important;
    font-size: 11.5px !important;
  }

  body.discovery-commercial-page .hero + .section {
    padding-bottom: 46px !important;
  }

  body.discovery-commercial-page .product-showcase {
    display: block !important;
    padding: 8px !important;
    border-radius: 22px !important;
  }

  body.discovery-commercial-page .product-showcase > .interface-frame {
    min-height: 0 !important;
  }

  body.discovery-commercial-page .product-showcase .interface-body {
    min-height: 0 !important;
    padding: 10px !important;
  }

  body.discovery-commercial-page .product-showcase .prototype-note {
    display: block !important;
    margin-bottom: 12px !important;
  }

  body.discovery-commercial-page .product-showcase .prototype-note span {
    display: block !important;
    margin-top: 5px !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-panel {
    min-height: 0 !important;
    margin-top: 8px !important;
    padding: 16px !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 14px !important;
  }

  body.discovery-commercial-page .product-showcase .benefit-list li {
    min-height: 54px !important;
    padding: 9px 0 !important;
  }

  body.discovery-commercial-page .section.discovery-story {
    padding-top: 64px !important;
  }

  body.discovery-commercial-page .discovery-story__intro {
    display: block !important;
    margin-bottom: 58px !important;
  }

  body.discovery-commercial-page .discovery-story__intro h2,
  body.discovery-commercial-page .offer-wrap > h2 {
    font-size: 38px !important;
    line-height: .98 !important;
  }

  body.discovery-commercial-page .discovery-story__intro p,
  body.discovery-commercial-page .offer-intro {
    margin-top: 22px !important;
    font-size: 15px !important;
  }

  body.discovery-commercial-page .discovery-story__chapters {
    gap: 66px !important;
  }

  body.discovery-commercial-page .discovery-story__chapter,
  body.discovery-commercial-page .discovery-story__chapter--reverse,
  body.discovery-commercial-page .discovery-story__chapter--attention {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.discovery-commercial-page .discovery-story__copy {
    padding-top: 0 !important;
  }

  body.discovery-commercial-page .discovery-story__copy h3 {
    font-size: 29px !important;
  }

  body.discovery-commercial-page .discovery-story__visual {
    padding: 16px !important;
    border-radius: 19px !important;
  }

  body.discovery-commercial-page .discovery-story__visual--audience {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  body.discovery-commercial-page .discovery-story__metric-primary,
  body.discovery-commercial-page .discovery-story__metric-secondary {
    padding: 18px !important;
    border-radius: 15px !important;
  }

  body.discovery-commercial-page .discovery-story__metric-primary strong,
  body.discovery-commercial-page .discovery-story__metric-secondary strong {
    font-size: 32px !important;
  }

  body.discovery-commercial-page .attention-route {
    padding: 13px 0 !important;
  }

  body.discovery-commercial-page .independence {
    display: block !important;
    margin-top: 72px !important;
    padding: 24px !important;
    border-radius: 21px !important;
  }

  body.discovery-commercial-page .independence h2 {
    font-size: 36px !important;
  }

  body.discovery-commercial-page .independence-lead {
    margin-top: 22px !important;
  }

  body.discovery-commercial-page .independence-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 28px !important;
  }

  body.discovery-commercial-page .offer-wrap {
    display: block !important;
    padding-top: 76px !important;
  }

  body.discovery-commercial-page .offer-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 38px !important;
  }

  body.discovery-commercial-page .offer,
  body.discovery-commercial-page .offer--primary {
    padding: 22px !important;
    border-radius: 18px !important;
  }

  body.discovery-commercial-page .commercial-detail-heading {
    font-size: 34px !important;
  }

  body.discovery-commercial-page .commercial-detail-grid .form-section {
    padding: 20px !important;
  }
}

/* The shared Discovery sheet models plan cards as comparison rows. This page
   uses contained cards, so their content must flow vertically at every size. */
html body.discovery-commercial-page .offer-grid > .offer,
html body.discovery-commercial-page .offer-grid > .offer.offer--record,
html body.discovery-commercial-page .offer-grid > .offer.offer--primary {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto 1fr auto !important;
}

/* Final specificity lock over the page's embedded legacy rules. */
html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--attention,
html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--reverse {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-grid .offer,
html body.discovery-commercial-page .offer-grid .offer.offer--primary {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 28px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #faf9f6 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-grid .offer.offer--record {
  display: block !important;
  padding: 28px !important;
  border-radius: 20px !important;
  background: #faf9f6 !important;
}

html body.discovery-commercial-page .offer-grid .offer__price {
  margin: 22px 0 0 !important;
}

html body.discovery-commercial-page .offer-grid .offer__features {
  margin: 22px 0 !important;
}

html body.discovery-commercial-page .offer-grid .offer__action {
  display: inline-flex !important;
  margin: 0 !important;
}

html body.discovery-commercial-page #home-menu-sheet[aria-hidden="true"] {
  display: none !important;
}

html body.discovery-commercial-page #featured .price-strip .price-tile,
html body.discovery-commercial-page #featured .price-strip .price-tile:nth-child(n) {
  border: 0 !important;
  background: #f2f0ea !important;
  color: var(--wwr-ink) !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #featured .price-strip .price-tile :is(small,strong,p,span) {
  color: inherit !important;
}

html body.discovery-commercial-page .offer-grid {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  grid-auto-rows: auto !important;
  align-items: start !important;
}

html body.discovery-commercial-page .product-showcase {
  height: auto !important;
  min-height: 602px !important;
  align-items: stretch !important;
  overflow: visible !important;
}

html body.discovery-commercial-page .discovery-story__intro {
  width: 100% !important;
  max-width: none !important;
}

html body.discovery-commercial-page .offer-grid .offer.offer--primary {
  box-shadow: inset 0 0 0 2px rgba(47,104,77,.24) !important;
}

html body.discovery-commercial-page .commercial-detail-grid .form-section#enquiry {
  height: auto !important;
  min-height: 0 !important;
  padding: 28px !important;
  background: #faf9f6 !important;
}

html body.discovery-commercial-page #enquiry .enquiry-form {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page #enquiry .form-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 14px !important;
  height: auto !important;
  min-height: 0 !important;
}

html body.discovery-commercial-page #enquiry .form-grid .field--wide {
  grid-column: 1 / -1 !important;
}

html body.discovery-commercial-page #enquiry .interest-privacy-note {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page #enquiry .form-footer {
  margin-top: 18px !important;
}

html body.discovery-commercial-page .discovery-story__metric-secondary,
html body.discovery-commercial-page .discovery-story__metric-secondary :is(strong,span,a,svg) {
  color: var(--wwr-ink) !important;
  fill: currentColor !important;
}

html body.discovery-commercial-page .independence .independence-grid p {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-wrap > h2,
html body.discovery-commercial-page .offer-wrap > .offer-intro {
  text-align: left !important;
}

html body.discovery-commercial-page #enquiry .field :is(input,select,textarea) {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 14px !important;
}

html body.discovery-commercial-page #enquiry .field textarea {
  height: 120px !important;
  padding: 14px !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .product-showcase .prototype-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 2px !important;
    overflow: hidden !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-tab {
    min-width: 0 !important;
    padding: 0 3px !important;
    font-size: 7.5px !important;
    white-space: nowrap !important;
  }

  html body.discovery-commercial-page .product-showcase {
    min-height: 0 !important;
  }

  html body.discovery-commercial-page .offer-grid {
    grid-template-columns: 1fr !important;
  }
  html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--attention,
  html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--reverse {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__attention-map {
    padding: 16px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route {
    grid-template-columns: 32px minmax(0,1fr) !important;
    grid-template-areas:"icon title" "icon body" !important;
    gap: 4px 10px !important;
    padding: 12px 0 !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__icon {
    grid-area: icon !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__title {
    grid-area: title !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__body {
    grid-area: body !important;
  }

  html body.discovery-commercial-page .offer-grid .offer,
  html body.discovery-commercial-page .offer-grid .offer.offer--primary {
    padding: 20px !important;
    border-radius: 18px !important;
  }

  html body.discovery-commercial-page .offer-grid .offer.offer--record {
    padding: 20px !important;
    border-radius: 18px !important;
  }

  html body.discovery-commercial-page .offer-grid .offer__features {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 8px 14px !important;
    margin: 16px 0 !important;
  }

  html body.discovery-commercial-page .offer-grid .offer__features li {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  html body.discovery-commercial-page .commercial-detail-grid .form-section#enquiry {
    padding: 20px !important;
  }

  html body.discovery-commercial-page #enquiry .form-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important;
  }

  html body.discovery-commercial-page #enquiry .field label {
    font-size: 9px !important;
  }
}

/* Keep the opening demo beside the proposition on desktop. The editorial
   layer above flattened the page grid and unintentionally turned this compact
   interactive proof into a full-width block below the hero. */
@media (min-width: 981px) {
  html body.discovery-commercial-page .discovery-page {
    display: grid !important;
    grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr) !important;
    column-gap: 34px !important;
  }

  html body.discovery-commercial-page .hero {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    align-self: center !important;
    padding: 48px 0 !important;
  }

  html body.discovery-commercial-page .hero > div:first-child {
    display: block !important;
  }

  html body.discovery-commercial-page .hero-copy {
    max-width: 470px !important;
    margin: 24px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  html body.discovery-commercial-page .hero-actions {
    display: flex !important;
    margin-top: 24px !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: contents !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }
}

/* 2026-08-14 commercial-surface composition authority.
   Keep the proof compact, use colour as type information, and carry one
   consistent hierarchy from the proposition through pricing and enquiry. */
html body.discovery-commercial-page {
  --wwr-blue: #dce8ff;
  --wwr-blue-strong: #bfd4ff;
  --wwr-mint: #d9eee4;
  --wwr-mint-strong: #bfe2d1;
  --wwr-cyan: #d9f0f3;
  --wwr-cyan-strong: #bee5ea;
  --wwr-yellow: #fff0bd;
  --wwr-yellow-strong: #ffe38a;
  --wwr-lilac: #eadff6;
  --wwr-lilac-strong: #d9c4ef;
  --wwr-pink: #f8dfe8;
}

html body.discovery-commercial-page .hero-actions .button:first-child {
  background: var(--wwr-ink) !important;
  color: #fff !important;
}

html body.discovery-commercial-page .hero-actions .button--secondary {
  background: var(--wwr-mint) !important;
  color: var(--wwr-ink) !important;
}

html body.discovery-commercial-page .product-showcase {
  border: 0 !important;
  background: #ddddd7 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase > .interface-frame {
  background: #eeece6 !important;
}

html body.discovery-commercial-page .product-showcase .interface-body {
  background: #eeece6 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-directory,
html body.discovery-commercial-page .product-showcase .prototype-panel {
  background: #fffefa !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tabs {
  gap: 5px !important;
  padding: 6px !important;
  background: #f4f2ec !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tab {
  min-height: 34px !important;
  padding: 0 9px !important;
  color: var(--wwr-ink) !important;
  font-size: 8px !important;
  font-weight: 720 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase [data-prototype-tab="products"] { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="suppliers"] { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="datasets"] { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="opportunities"] { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="jobs"] { background: var(--wwr-lilac) !important; }

html body.discovery-commercial-page .product-showcase [data-prototype-tab="products"].prototype-tab--active { background: var(--wwr-blue-strong) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="suppliers"].prototype-tab--active { background: var(--wwr-mint-strong) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="datasets"].prototype-tab--active { background: var(--wwr-cyan-strong) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="opportunities"].prototype-tab--active { background: var(--wwr-yellow-strong) !important; }
html body.discovery-commercial-page .product-showcase [data-prototype-tab="jobs"].prototype-tab--active { background: var(--wwr-lilac-strong) !important; }

html body.discovery-commercial-page .product-showcase .prototype-tab--active,
html body.discovery-commercial-page .product-showcase .prototype-tab--active:hover {
  color: var(--wwr-ink) !important;
  font-weight: 800 !important;
}

html body.discovery-commercial-page #prototype-panel-products .demo-tags span:nth-child(1) { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #prototype-panel-products .demo-tags span:nth-child(2) { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #prototype-panel-suppliers .demo-tags span:nth-child(1) { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page #prototype-panel-suppliers .demo-tags span:nth-child(2) { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page #prototype-panel-datasets .prototype-list__status { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page #prototype-panel-opportunities .prototype-list__status { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page #prototype-panel-jobs .prototype-list__status { background: var(--wwr-lilac) !important; }

html body.discovery-commercial-page .product-showcase .prototype-list__status {
  width: max-content !important;
  max-width: 100% !important;
  padding: 5px 7px !important;
  border-radius: 999px !important;
  color: var(--wwr-ink) !important;
}

html body.discovery-commercial-page .product-showcase .prototype-list {
  display: grid !important;
  gap: 6px !important;
  margin: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-list__row {
  min-height: 58px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f4f2ec !important;
}

html body.discovery-commercial-page .product-showcase .prototype-list__row--head {
  min-height: 24px !important;
  padding-block: 4px !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-data-table {
  display: grid !important;
  gap: 6px !important;
  margin: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-data-table__row {
  border: 0 !important;
  border-radius: 10px !important;
  background: #f4f2ec !important;
}

html body.discovery-commercial-page .product-showcase .prototype-data-table__row--head {
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  background: #fffefa !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  display: grid !important;
  gap: 5px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 42px !important;
  padding: 8px 9px !important;
  border-radius: 11px !important;
  background: #f5f3ed !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(5n + 1) .benefit-icon { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(5n + 2) .benefit-icon { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(5n + 3) .benefit-icon { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(5n + 4) .benefit-icon { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(5n) .benefit-icon { background: var(--wwr-lilac) !important; }

html body.discovery-commercial-page .section.discovery-story {
  padding-top: 76px !important;
}

html body.discovery-commercial-page .discovery-story__intro {
  margin-bottom: 56px !important;
}

html body.discovery-commercial-page .discovery-story__intro h2 {
  max-width: 700px !important;
  font-size: clamp(44px, 4.4vw, 60px) !important;
  line-height: .98 !important;
}

html body.discovery-commercial-page .discovery-story__intro p {
  max-width: 520px !important;
  font-size: 17px !important;
}

html body.discovery-commercial-page .discovery-story__chapters {
  gap: 68px !important;
}

html body.discovery-commercial-page .discovery-story__chapter,
html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--reverse,
html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--attention {
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr) !important;
  gap: 52px !important;
  align-items: center !important;
}

html body.discovery-commercial-page .discovery-story__copy {
  padding-top: 0 !important;
}

html body.discovery-commercial-page .discovery-story__copy h3 {
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.02 !important;
}

html body.discovery-commercial-page .discovery-story__copy p {
  margin-top: 14px !important;
  font-size: 15px !important;
}

html body.discovery-commercial-page .discovery-story__visual {
  padding: 20px !important;
  border-radius: 22px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .discovery-story__metric-primary,
html body.discovery-commercial-page .discovery-story__metric-secondary {
  min-height: 238px !important;
  padding: 24px !important;
}

html body.discovery-commercial-page .discovery-story__metric-primary { background: #f2f0ea !important; }
html body.discovery-commercial-page .discovery-story__metric-secondary { background: var(--wwr-blue) !important; }

html body.discovery-commercial-page .attention-stack {
  display: grid !important;
  gap: 7px !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route {
  min-height: 0 !important;
  padding: 13px 15px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #f2f0ea !important;
}

html body.discovery-commercial-page .discovery-story__integrity {
  margin-top: 10px !important;
  background: var(--wwr-mint) !important;
}

html body.discovery-commercial-page .discovery-story__closing {
  margin-top: 48px !important;
}

html body.discovery-commercial-page .independence {
  gap: 24px 56px !important;
  margin-top: 78px !important;
  padding: 32px 36px !important;
  background: var(--wwr-mint) !important;
}

html body.discovery-commercial-page .independence h2 {
  font-size: clamp(36px, 3.5vw, 50px) !important;
}

html body.discovery-commercial-page .independence-grid {
  gap: 20px !important;
}

html body.discovery-commercial-page .offer-wrap {
  column-gap: 72px !important;
  padding-top: 78px !important;
}

html body.discovery-commercial-page .offer-wrap > h2 {
  max-width: 720px !important;
  font-size: clamp(42px, 4.3vw, 58px) !important;
}

html body.discovery-commercial-page .offer-intro {
  max-width: 470px !important;
  font-size: 16px !important;
}

html body.discovery-commercial-page .offer-grid {
  gap: 12px !important;
  margin-top: 40px !important;
  align-items: stretch !important;
}

html body.discovery-commercial-page .offer-grid .offer,
html body.discovery-commercial-page .offer-grid .offer.offer--record,
html body.discovery-commercial-page .offer-grid .offer.offer--primary {
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  min-height: 360px !important;
  height: 100% !important;
  padding: 24px !important;
  border-radius: 20px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .offer-grid .offer.offer--primary {
  box-shadow: inset 0 0 0 2px rgba(47,104,77,.22) !important;
}

html body.discovery-commercial-page .offer-grid .offer__price {
  margin: 18px 0 0 !important;
}

html body.discovery-commercial-page .offer-grid .price strong {
  font-size: 36px !important;
}

html body.discovery-commercial-page .offer-grid .offer__features {
  gap: 7px 18px !important;
  margin: 18px 0 !important;
}

html body.discovery-commercial-page .offer-grid .offer__features li {
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .offer-grid .offer__action {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 13px !important;
}

html body.discovery-commercial-page .offer-badge { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page .price-founding { background: var(--wwr-yellow) !important; color: #65500b !important; }

html body.discovery-commercial-page .pricing-footnote.supplier-note {
  margin-top: 14px !important;
  border-radius: 16px !important;
  background: var(--wwr-mint) !important;
}

html body.discovery-commercial-page .commercial-detail-heading {
  margin: 64px 0 28px !important;
  font-size: clamp(38px, 3.7vw, 50px) !important;
}

html body.discovery-commercial-page .commercial-detail-grid {
  gap: 12px !important;
}

html body.discovery-commercial-page .commercial-detail-grid > .pricing-subsection {
  min-height: 0 !important;
  padding: 24px !important;
  border-radius: 20px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .price-table {
  border-collapse: separate !important;
  border-spacing: 0 6px !important;
}

html body.discovery-commercial-page .price-table th,
html body.discovery-commercial-page .price-table td {
  border: 0 !important;
  background: #f2f0ea !important;
}

html body.discovery-commercial-page .price-table tr > :first-child { border-radius: 11px 0 0 11px !important; }
html body.discovery-commercial-page .price-table tr > :last-child { border-radius: 0 11px 11px 0 !important; }
html body.discovery-commercial-page .price-table thead th { background: transparent !important; }

html body.discovery-commercial-page #featured .price-strip {
  gap: 7px !important;
  background: transparent !important;
}

html body.discovery-commercial-page #featured .price-strip .price-tile:nth-child(1) { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #featured .price-strip .price-tile:nth-child(2) { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #featured .price-strip .price-tile:nth-child(3) { background: var(--wwr-lilac) !important; }

html body.discovery-commercial-page .commercial-detail-grid .form-section#enquiry {
  gap: 36px !important;
  padding: 28px !important;
  border-radius: 22px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .form-intro__eyebrow {
  background: var(--wwr-yellow) !important;
  color: #65500b !important;
}

@media (min-width: 981px) {
  html body.discovery-commercial-page .discovery-page {
    width: min(1440px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(410px, .62fr) minmax(0, 1.38fr) !important;
    column-gap: 48px !important;
  }

  html body.discovery-commercial-page .hero {
    padding: 42px 0 !important;
  }

  html body.discovery-commercial-page .hero h1 {
    max-width: 500px !important;
    font-size: clamp(58px, 4.2vw, 72px) !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 258px !important;
    gap: 12px !important;
    min-height: 520px !important;
    height: 520px !important;
    padding: 12px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  html body.discovery-commercial-page .product-showcase > .interface-frame,
  html body.discovery-commercial-page .product-showcase .benefit-panel {
    min-height: 496px !important;
    height: 496px !important;
    border-radius: 17px !important;
  }

  html body.discovery-commercial-page .product-showcase .interface-body {
    min-height: 496px !important;
    height: 496px !important;
    padding: 14px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-note {
    min-height: 32px !important;
    margin: 0 2px 10px !important;
    padding: 0 !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-directory {
    min-height: 426px !important;
    height: 426px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel {
    min-height: 380px !important;
    height: 380px !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel {
    padding: 14px !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel__head {
    padding: 2px 4px 12px !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
    font-size: 18px !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel__head span {
    font-size: 10px !important;
  }
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .product-showcase {
    height: auto !important;
    min-height: 0 !important;
  }

  html body.discovery-commercial-page .product-showcase > .interface-frame,
  html body.discovery-commercial-page .product-showcase .interface-body,
  html body.discovery-commercial-page .product-showcase .benefit-panel,
  html body.discovery-commercial-page .product-showcase .prototype-directory,
  html body.discovery-commercial-page .product-showcase .prototype-panel {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .hero {
    padding: 34px 0 38px !important;
  }

  html body.discovery-commercial-page .hero-actions .button:first-child {
    background: var(--wwr-ink) !important;
    color: #fff !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-tab {
    min-height: 33px !important;
    padding: 0 8px !important;
    font-size: 7px !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-list li {
    min-height: 54px !important;
  }

  html body.discovery-commercial-page .section.discovery-story {
    padding-top: 54px !important;
  }

  html body.discovery-commercial-page .discovery-story__intro {
    margin-bottom: 44px !important;
  }

  html body.discovery-commercial-page .discovery-story__intro h2,
  html body.discovery-commercial-page .offer-wrap > h2 {
    font-size: 36px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapters {
    gap: 52px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter,
  html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--reverse,
  html body.discovery-commercial-page .discovery-story__chapter.discovery-story__chapter--attention {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  html body.discovery-commercial-page .discovery-story__metric-primary,
  html body.discovery-commercial-page .discovery-story__metric-secondary {
    min-height: 178px !important;
    padding: 17px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route {
    padding: 12px !important;
  }

  html body.discovery-commercial-page .independence {
    margin-top: 58px !important;
    padding: 22px !important;
  }

  html body.discovery-commercial-page .offer-wrap {
    padding-top: 62px !important;
  }

  html body.discovery-commercial-page .offer-grid .offer,
  html body.discovery-commercial-page .offer-grid .offer.offer--record,
  html body.discovery-commercial-page .offer-grid .offer.offer--primary {
    min-height: 0 !important;
    padding: 20px !important;
  }

  html body.discovery-commercial-page .offer-grid .offer__features {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .commercial-detail-heading {
    margin: 52px 0 22px !important;
    font-size: 34px !important;
  }

  html body.discovery-commercial-page .commercial-detail-grid > .pricing-subsection,
  html body.discovery-commercial-page .commercial-detail-grid .form-section#enquiry {
    padding: 20px !important;
  }
}

/* Final pricing-card flow: equal-height cards with readable vertical content. */
html body.discovery-commercial-page .offer-grid > .offer,
html body.discovery-commercial-page .offer-grid > .offer.offer--record,
html body.discovery-commercial-page .offer-grid > .offer.offer--primary {
  display: flex !important;
  flex-direction: column !important;
}

html body.discovery-commercial-page .offer-grid > .offer .offer__action {
  margin-top: auto !important;
}

html body.discovery-commercial-page #standalone .price-table tbody tr + tr > * {
  border-top: 0 !important;
}

html body.discovery-commercial-page .site-footer-editorial__brand-line {
  display: none !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page #standalone .standalone-price-current {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 2px !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  html body.discovery-commercial-page .discovery-page {
    display: block !important;
    width: calc(100% - 64px) !important;
  }

  html body.discovery-commercial-page .hero {
    display: block !important;
    max-width: 720px !important;
    padding: 58px 0 46px !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: block !important;
    padding: 0 0 58px !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 276px !important;
  }
}

/* Featured products remain neutral modules; only their type labels carry the
   semantic colour, matching the rest of the profile system. */
html body.discovery-commercial-page #featured .price-strip .price-tile:nth-child(n) {
  background: #f2f0ea !important;
}

html body.discovery-commercial-page #featured .price-tile__name {
  width: max-content !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
}

html body.discovery-commercial-page #featured .price-tile:nth-child(1) .price-tile__name { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #featured .price-tile:nth-child(2) .price-tile__name { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #featured .price-tile:nth-child(3) .price-tile__name { background: var(--wwr-lilac) !important; }

/* Reference-grounded commercial composition. Checklist and Pantograph use
   colour as a small categorical cue, while hierarchy comes from whitespace,
   scale and neutral surfaces. The live Korthos directories follow the same
   rule: modules stay quiet and only type/status pills carry semantic colour. */
html body.discovery-commercial-page .hero-actions .button--secondary {
  background: #e4e3dd !important;
  color: var(--wwr-ink) !important;
}

html body.discovery-commercial-page .product-showcase {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 10px !important;
  border-radius: 24px !important;
  background: #deddd7 !important;
}

html body.discovery-commercial-page .hero + .section > .product-showcase {
  grid-template-columns: minmax(0, 1fr) !important;
}

html body.discovery-commercial-page .product-showcase > .interface-frame {
  width: 100% !important;
  max-width: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  display: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tabs {
  gap: 4px !important;
  padding: 5px !important;
  background: #f2f0ea !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tab,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="products"],
html body.discovery-commercial-page .product-showcase [data-prototype-tab="suppliers"],
html body.discovery-commercial-page .product-showcase [data-prototype-tab="datasets"],
html body.discovery-commercial-page .product-showcase [data-prototype-tab="opportunities"],
html body.discovery-commercial-page .product-showcase [data-prototype-tab="jobs"] {
  background: #e7e5df !important;
  color: var(--wwr-ink) !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tab--active,
html body.discovery-commercial-page .product-showcase .prototype-tab--active:hover,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="products"].prototype-tab--active,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="suppliers"].prototype-tab--active,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="datasets"].prototype-tab--active,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="opportunities"].prototype-tab--active,
html body.discovery-commercial-page .product-showcase [data-prototype-tab="jobs"].prototype-tab--active {
  background: var(--wwr-ink) !important;
  color: #fff !important;
}

/* Semantic colour is reserved for the compact labels inside each tab. */
html body.discovery-commercial-page #prototype-panel-products .demo-tags span:nth-child(1) { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #prototype-panel-products .demo-tags span:nth-child(2) { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #prototype-panel-suppliers .demo-tags span:nth-child(1) { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page #prototype-panel-suppliers .demo-tags span:nth-child(2) { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page #prototype-panel-datasets .prototype-list__row:nth-child(2) .prototype-list__status { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #prototype-panel-datasets .prototype-list__row:nth-child(3) .prototype-list__status { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #prototype-panel-datasets .prototype-list__row:nth-child(4) .prototype-list__status { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page #prototype-panel-datasets .prototype-list__row:nth-child(5) .prototype-list__status { background: var(--wwr-lilac) !important; }
html body.discovery-commercial-page #prototype-panel-opportunities .prototype-list__row:nth-child(2) .prototype-list__status { background: var(--wwr-yellow) !important; }
html body.discovery-commercial-page #prototype-panel-opportunities .prototype-list__row:nth-child(3) .prototype-list__status { background: var(--wwr-mint) !important; }
html body.discovery-commercial-page #prototype-panel-opportunities .prototype-list__row:nth-child(4) .prototype-list__status { background: var(--wwr-cyan) !important; }
html body.discovery-commercial-page #prototype-panel-jobs .prototype-list__row:nth-child(2) .prototype-list__status { background: var(--wwr-blue) !important; }
html body.discovery-commercial-page #prototype-panel-jobs .prototype-list__row:nth-child(3) .prototype-list__status,
html body.discovery-commercial-page #prototype-panel-jobs .prototype-list__row:nth-child(4) .prototype-list__status { background: var(--wwr-lilac) !important; }

html body.discovery-commercial-page .discovery-story__metric-secondary {
  background: #f2f0ea !important;
}

html body.discovery-commercial-page .independence {
  background: #faf9f7 !important;
}

html body.discovery-commercial-page .independence .independence-grid p::before,
html body.discovery-commercial-page .independence .independence-grid p > span:first-child {
  background: var(--wwr-green) !important;
}

html body.discovery-commercial-page .offer-grid .offer.offer--primary {
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .section.discovery-story {
  padding-top: 60px !important;
}

html body.discovery-commercial-page .discovery-story__intro {
  margin-bottom: 42px !important;
}

html body.discovery-commercial-page .discovery-story__intro h2 {
  font-size: clamp(42px, 4vw, 54px) !important;
}

html body.discovery-commercial-page .discovery-story__chapters {
  gap: 52px !important;
}

html body.discovery-commercial-page .discovery-story__metric-primary,
html body.discovery-commercial-page .discovery-story__metric-secondary {
  min-height: 210px !important;
}

html body.discovery-commercial-page .independence {
  margin-top: 60px !important;
  padding: 30px 34px !important;
}

@media (min-width: 981px) {
  html body.discovery-commercial-page .discovery-page {
    display: grid !important;
    width: min(1400px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr) !important;
    column-gap: 48px !important;
  }

  html body.discovery-commercial-page .hero {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-width: none !important;
    align-self: center !important;
    padding: 34px 0 !important;
  }

  html body.discovery-commercial-page .hero h1 {
    max-width: 520px !important;
    font-size: clamp(56px, 4.1vw, 68px) !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: contents !important;
    padding: 0 !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: 100% !important;
    min-height: 456px !important;
    height: 456px !important;
  }

  html body.discovery-commercial-page .product-showcase > .interface-frame,
  html body.discovery-commercial-page .product-showcase .interface-body {
    min-height: 436px !important;
    height: 436px !important;
  }

  html body.discovery-commercial-page .product-showcase .interface-body {
    padding: 10px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-note {
    min-height: 28px !important;
    margin: 0 2px 8px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-directory {
    min-height: 380px !important;
    height: 380px !important;
  }

  html body.discovery-commercial-page .product-showcase .prototype-panel {
    min-height: 340px !important;
    height: 340px !important;
  }
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .discovery-page {
    display: block !important;
    width: min(760px, calc(100% - 28px)) !important;
  }

  html body.discovery-commercial-page .hero {
    padding: 30px 0 28px !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: block !important;
    padding: 0 0 42px !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase,
  html body.discovery-commercial-page .product-showcase > .interface-frame,
  html body.discovery-commercial-page .product-showcase .interface-body,
  html body.discovery-commercial-page .product-showcase .prototype-directory,
  html body.discovery-commercial-page .product-showcase .prototype-panel {
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (max-width: 680px) {
  html body.discovery-commercial-page .discovery-page {
    width: calc(100% - 24px) !important;
  }

  html body.discovery-commercial-page .hero {
    padding: 24px 0 26px !important;
  }

  html body.discovery-commercial-page .hero h1 {
    font-size: 44px !important;
  }

  html body.discovery-commercial-page .hero-copy {
    margin-top: 14px !important;
    font-size: 14px !important;
  }

  html body.discovery-commercial-page .hero-actions {
    margin-top: 18px !important;
  }

  html body.discovery-commercial-page .hero-actions .button {
    min-height: 44px !important;
  }

  html body.discovery-commercial-page .product-showcase {
    padding: 8px !important;
    border-radius: 20px !important;
  }

  html body.discovery-commercial-page .product-showcase .interface-body {
    padding: 8px !important;
  }

  html body.discovery-commercial-page .section.discovery-story {
    padding-top: 44px !important;
  }

  html body.discovery-commercial-page .discovery-story__intro {
    margin-bottom: 34px !important;
  }

  html body.discovery-commercial-page .discovery-story__intro h2,
  html body.discovery-commercial-page .offer-wrap > h2 {
    font-size: 34px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapters {
    gap: 40px !important;
  }

  html body.discovery-commercial-page .independence {
    margin-top: 44px !important;
    padding: 22px !important;
  }
}

/* Final attention editorial authority: no nested list or row modules. */
html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__visual,
html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__attention-map,
html body.discovery-commercial-page .discovery-story__chapter--attention .attention-stack {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-stack {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px 38px !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-areas: "icon title" ". body" !important;
  align-items: start !important;
  gap: 8px 13px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__icon {
  grid-area: icon !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
  background: var(--wwr-green) !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__title {
  grid-area: title !important;
  align-self: center !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .attention-route__body {
  grid-area: body !important;
  color: var(--wwr-copy) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__integrity {
  margin: 30px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .discovery-story__chapter--attention .attention-stack {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.discovery-commercial-page .discovery-story__chapter--attention .discovery-story__integrity {
    margin-top: 26px !important;
  }
}

/* 2026-08-15 full-page commercial hierarchy authority.
   Major choices remain light objects; explanatory content and grouping shells
   stay on the shared canvas without adding another module around them. */
html body.discovery-commercial-page .independence {
  margin-top: 72px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-wrap {
  padding-top: 72px !important;
  padding-bottom: 64px !important;
}

html body.discovery-commercial-page .offer-grid,
html body.discovery-commercial-page .commercial-detail-grid {
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .offer-grid > .offer {
  min-height: 0 !important;
  padding: 26px !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .pricing-subsection {
  padding: 26px !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .pricing-subsection .price-table,
html body.discovery-commercial-page .pricing-subsection .price-table :is(thead,tbody,tr,th,td),
html body.discovery-commercial-page .pricing-subsection .price-strip,
html body.discovery-commercial-page .pricing-subsection .price-tile {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .pricing-subsection .price-table th,
html body.discovery-commercial-page .pricing-subsection .price-table td {
  padding-inline: 10px !important;
  border-radius: 0 !important;
}

html body.discovery-commercial-page .pricing-subsection .price-tile {
  min-height: 0 !important;
  padding: 11px 0 !important;
  border-radius: 0 !important;
}

html body.discovery-commercial-page .pricing-subsection .pricing-footnote:not(.supplier-note) {
  padding: 0 !important;
  background: transparent !important;
  color: var(--wwr-copy) !important;
}

html body.discovery-commercial-page .form-section {
  margin-top: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer :is(.offer__price,.offer__features) {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-table,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-table :is(thead,tbody,tr,th,td),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-strip,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-tile {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-table th,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-table td {
  padding-inline: 10px !important;
  border-radius: 0 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .price-tile {
  min-height: 0 !important;
  padding: 11px 0 !important;
  border-radius: 0 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid .pricing-subsection .pricing-footnote:not(.supplier-note) {
  margin-top: 16px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--wwr-copy) !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .independence {
    margin-top: 52px !important;
  }

  html body.discovery-commercial-page .offer-wrap {
    padding-top: 54px !important;
    padding-bottom: 44px !important;
  }

  html body.discovery-commercial-page .offer-grid,
  html body.discovery-commercial-page .commercial-detail-grid {
    gap: 12px !important;
  }

  html body.discovery-commercial-page .offer-grid > .offer,
  html body.discovery-commercial-page .pricing-subsection,
  html body.discovery-commercial-page .form-section {
    padding: 20px !important;
  }
}

/* 2026-08-15 actual Listings preview authority.
   One stone stage holds two light functional surfaces. The preview uses natural
   content height so card copy can never paint through tags or commerce fields. */
html body.discovery-commercial-page .hero + .section > .product-showcase,
html body.discovery-commercial-page .product-showcase {
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch !important;
}

html body.discovery-commercial-page .product-showcase > .interface-frame,
html body.discovery-commercial-page .product-showcase .interface-body {
  min-height: 0 !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .interface-body {
  padding: 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-note {
  min-height: 0 !important;
  margin: 0 2px 10px !important;
  padding: 2px 2px 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-directory {
  min-height: 0 !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #faf9f7 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .prototype-tabs {
  padding: 6px !important;
  background: transparent !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel {
  min-height: 340px !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

html body.discovery-commercial-page #prototype-panel-products .listing-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
}

html body.discovery-commercial-page #prototype-panel-products .example-listing {
  min-height: 276px !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #prototype-panel-products .listing-content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

html body.discovery-commercial-page #prototype-panel-products .listing-content > p {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

html body.discovery-commercial-page #prototype-panel-products :is(.demo-tags,.demo-commerce,.listing-actions) {
  flex-shrink: 0 !important;
}

html body.discovery-commercial-page #prototype-panel-products .demo-commerce {
  margin-top: auto !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  padding: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page main.discovery-page .product-showcase .benefit-panel .benefit-list {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 680px) {
  html body.discovery-commercial-page #prototype-panel-products .demo-commerce strong {
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    line-height: 1.15 !important;
  }
}

/* Final restored top composition. */
@media (min-width: 1181px) {
  html body.discovery-commercial-page .discovery-page {
    width: min(1800px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(390px, .7fr) minmax(0, 1.3fr) !important;
    column-gap: 40px !important;
  }

  html body.discovery-commercial-page .product-showcase,
  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 210px !important;
    gap: 10px !important;
  }
}

@media (min-width: 1600px) {
  html body.discovery-commercial-page .product-showcase,
  html body.discovery-commercial-page .hero + .section > .product-showcase {
    grid-template-columns: minmax(0, 1fr) 290px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body.discovery-commercial-page .discovery-page {
    display: block !important;
    width: min(1040px, calc(100% - 48px)) !important;
  }

  html body.discovery-commercial-page .hero {
    display: block !important;
    max-width: 720px !important;
    padding: 42px 0 36px !important;
  }

  html body.discovery-commercial-page .hero + .section {
    display: block !important;
    padding: 0 0 52px !important;
  }

  html body.discovery-commercial-page .hero + .section > .product-showcase {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 220px !important;
  }
}

html body.discovery-commercial-page .product-showcase .benefit-panel {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #fffefa !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 8px 8px 11px !important;
  border: 0 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
  font-size: 17px !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head span {
  margin-top: 7px !important;
  font-size: 9.5px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 14px !important;
  background: #f1f0eb !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 39px !important;
  padding: 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 9.5px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li:nth-child(n) .benefit-icon {
  width: 23px !important;
  height: 23px !important;
  border: 0 !important;
  background: #dfeae2 !important;
  color: #275c42 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel > .button {
  display: none !important;
}

html body.discovery-commercial-page .discovery-story__metric-secondary {
  background: #e2ebe5 !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .product-showcase {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .product-showcase .benefit-panel {
    height: auto !important;
  }
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__row {
  grid-template-columns: minmax(0, 1fr) 50px 54px 76px 60px !important;
  gap: 8px !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__identity {
  min-width: 0 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__identity strong {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body.discovery-commercial-page .product-showcase .prototype-panel[data-prototype-panel="datasets"] .prototype-list__action {
  width: 100% !important;
  overflow: hidden !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Final pricing interaction and neutral-label authority. */
html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer {
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer.offer--record {
  background: #fffefa !important;
}
html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer :is(.offer-badge, .price-founding) {
  background: #efeee9 !important;
  color: #242521 !important;
}
html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer .offer__features li::before {
  background: #9b9d96 !important;
}
@media (hover: hover) and (pointer: fine) {
  html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer:hover {
    transform: translateY(-4px) !important;
    background: #f8f7f2 !important;
    box-shadow: 0 12px 28px rgba(23, 23, 19, .08) !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages .offer-grid > .offer.offer--primary:hover {
    background: #d5e8dc !important;
  }
}

/* Compact secondary publishing cards with deliberate internal rhythm. */
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection {
  padding: 22px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head {
  margin-bottom: 16px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head h3 {
  margin: 0 0 6px !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table th,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table td {
  padding: 8px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-price-label {
  color: #242521 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-includes {
  gap: 6px !important;
  margin: 14px 0 0 !important;
  padding: 13px 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-cta {
  margin-top: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .pricing-footnote {
  margin-top: 14px !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-strip {
  gap: 7px !important;
  margin-top: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile {
  min-height: 0 !important;
  padding: 8px 0 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile__copy p {
  margin-top: 4px !important;
  font-size: 10.5px !important;
  line-height: 1.3 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile > small {
  margin-top: 5px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .pricing-footnote {
  margin-top: 14px !important;
  font-size: 10.5px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  justify-content: center !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card__icon {
  margin-bottom: 16px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a {
  margin-top: 22px !important;
}

@media (min-width: 1500px) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection {
    padding: 28px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head {
    min-height: 74px !important;
    margin-bottom: 18px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head h3,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card h3 {
    font-size: 26px !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head p,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card p {
    max-width: 470px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table thead th {
    font-size: 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table tbody th,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table tbody td {
    padding-block: 10px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-price-current strong {
    font-size: 16px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-price-label {
    font-size: 8.5px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table small {
    font-size: 11px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-includes {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-cta,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a {
    font-size: 12px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .pricing-footnote,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .pricing-footnote {
    font-size: 12px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 4px 18px !important;
    padding: 10px 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile__name {
    font-size: 15px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile__copy p,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile > small {
    font-size: 12px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile > strong {
    align-self: center !important;
    font-size: 18px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card__icon {
    width: 42px !important;
    height: 42px !important;
  }
}

/* Standalone pricing hierarchy: one table, one concise inclusion note, one action. */
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table {
  margin-top: 4px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table th,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table td {
  padding-block: 10px !important;
  vertical-align: top !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-price-amount {
  display: block !important;
  font-size: 16px !important;
  font-weight: 680 !important;
  line-height: 1.1 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-price-standard {
  display: block !important;
  margin-top: 5px !important;
  color: #68655e !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-summary {
  max-width: 430px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #5d5a54 !important;
  font-size: 12.5px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-cta {
  margin-top: 20px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .pricing-footnote {
  margin-top: 18px !important;
  color: #55534d !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

/* Balanced independence principles: controlled measure and equal visual weight. */
html body.discovery-commercial-page .reference-principles > header {
  max-width: 980px !important;
  margin-bottom: 34px !important;
}
html body.discovery-commercial-page .reference-principles > header h2 {
  font-size: clamp(34px, 2.5vw, 46px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.04em !important;
}
html body.discovery-commercial-page .reference-principles > header p {
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
html body.discovery-commercial-page .reference-principles-grid {
  width: min(1500px, 100%) !important;
  margin-inline: auto !important;
  gap: 30px !important;
}
html body.discovery-commercial-page .reference-principles-grid article {
  display: flex !important;
  min-height: 190px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 6px !important;
}
html body.discovery-commercial-page .reference-principles-grid .reference-icon {
  margin-bottom: 20px !important;
}
html body.discovery-commercial-page .reference-principles-grid h3 {
  margin-bottom: 9px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}
html body.discovery-commercial-page .reference-principles-grid p {
  max-width: 330px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}
html body.discovery-commercial-page .reference-principles-grid button {
  margin-top: auto !important;
  padding-top: 14px !important;
}
@media (max-width: 760px) {
  html body.discovery-commercial-page .reference-principles > header {
    margin-bottom: 26px !important;
  }
  html body.discovery-commercial-page .reference-principles-grid {
    gap: 28px !important;
  }
  html body.discovery-commercial-page .reference-principles-grid article {
    min-height: 0 !important;
    padding: 0 !important;
  }
  html body.discovery-commercial-page .reference-principles-grid .reference-icon {
    margin-bottom: 13px !important;
  }
  html body.discovery-commercial-page .reference-principles-grid button {
    margin-top: 12px !important;
    padding-top: 0 !important;
  }
}

/* Continuous desktop pricing surface: no canvas-coloured strips between plans. */
@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
    gap: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #fffefa !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
    border-radius: 0 !important;
  }
}

/* Final pricing specificity lock. */
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record {
  background: #fffefa !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer :is(.offer-badge, .price-founding) {
  background: #efeee9 !important;
  color: #242521 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features li::before {
  background: #9b9d96 !important;
}
@media (hover: hover) and (pointer: fine) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer:hover {
    transform: none !important;
    background: #f8f7f2 !important;
    box-shadow: none !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary:hover {
    background: #d5e8dc !important;
  }
}

/* Dataset title containment: never let long resource names inflate or clip the table. */
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
  min-height: 58px !important;
  padding-block: 7px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity strong {
  display: block !important;
  overflow: hidden !important;
  max-width: 100% !important;
  font-size: 11.5px !important;
  line-height: 1.15 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  -webkit-line-clamp: unset !important;
}

/* Absolute final table layout for datasets, opportunities and jobs. */
@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list.prototype-list--datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto auto auto !important;
    grid-template-areas: "identity identity identity identity" "value scale status action" !important;
    gap: 4px 8px !important;
    min-height: 62px !important;
    height: auto !important;
    padding: 5px 8px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list.prototype-list--datasets .prototype-list__identity {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list.prototype-list--datasets .prototype-list__thumb {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list.prototype-list--datasets :is(.prototype-list__value, .prototype-list__scale) {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #625f58 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
  }
}
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list {
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  gap: 5px !important;
  height: auto !important;
  margin: 10px 12px 12px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.9fr) 48px 52px 84px 48px !important;
  grid-template-areas: none !important;
  gap: 7px !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 4px 8px !important;
  border-radius: 10px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
  grid-template-columns: minmax(0, 1.9fr) 48px 52px 84px 48px !important;
  grid-template-areas: none !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 4px 8px !important;
  border-radius: 10px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) 92px 104px 72px !important;
  grid-template-areas: none !important;
  grid-column: auto !important;
  gap: 10px !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 8px 11px !important;
  border-radius: 12px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row:not(.prototype-list__row--head) {
  grid-template-columns: minmax(0, 1.55fr) 92px 104px 72px !important;
  grid-template-areas: none !important;
  min-height: 64px !important;
  padding: 8px 11px !important;
  border-radius: 12px !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row--head {
  min-height: 27px !important;
  padding: 0 11px !important;
  border-radius: 0 !important;
  background: transparent !important;
}
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__meta { display: contents !important; }
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) :is(.prototype-list__identity, .prototype-list__value, .prototype-list__scale, .prototype-list__status, .prototype-list__action) { grid-area: auto !important; }
html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__action { width: auto !important; }

@media (min-width: 761px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list {
    gap: 3px !important;
    margin: 7px 12px 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row--head {
    min-height: 20px !important;
    height: 20px !important;
    padding: 0 8px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__thumb svg {
    width: 16px !important;
    height: 16px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 9px !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__identity p { display: none !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets :is(.prototype-list__value, .prototype-list__scale) {
    justify-self: start !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #625f58 !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__status {
    padding: 5px 7px !important;
    border-radius: 999px !important;
    font-size: 7px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__action {
    font-size: 7.5px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row--head { display: none !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" "scale action" !important;
    gap: 7px 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__row:not(.prototype-list__row--head) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "identity identity" "value status" ". action" !important;
    gap: 7px 10px !important;
  }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__identity { grid-area: identity !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__value { grid-area: value !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase #prototype-panel-datasets .prototype-list__scale { grid-area: scale !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__status { grid-area: status !important; justify-self: end !important; }
  html body.discovery-commercial-page main.discovery-page .product-showcase :is(#prototype-panel-datasets, #prototype-panel-opportunities, #prototype-panel-jobs) .prototype-list__action { grid-area: action !important; justify-self: end !important; }
}

/* 2026-08-15 page-level consolidation authority.
   The hero remains the sole product demonstration; the body is a compact,
   editorial sequence with one purpose per section. */
html body.discovery-commercial-page .reference-body {
  gap: 52px !important;
  margin-top: 58px !important;
}

html body.discovery-commercial-page .reference-attention__head {
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr) !important;
  gap: 30px !important;
}

html body.discovery-commercial-page .reference-attention h2 {
  font-size: clamp(38px, 3.35vw, 54px) !important;
}

html body.discovery-commercial-page .reference-stat-grid article {
  min-height: 166px !important;
  padding: 24px !important;
}

html body.discovery-commercial-page .reference-attention-grid {
  gap: 24px !important;
  margin-top: 26px !important;
}

html body.discovery-commercial-page .reference-attention-grid article {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-areas: "icon title" ". copy" !important;
  gap: 6px 12px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page .reference-attention-grid .reference-icon {
  grid-area: icon !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border-radius: 11px !important;
}

html body.discovery-commercial-page .reference-attention-grid h3 {
  grid-area: title !important;
  align-self: center !important;
  margin: 0 !important;
}

html body.discovery-commercial-page .reference-attention-grid p {
  grid-area: copy !important;
}

html body.discovery-commercial-page .reference-integrity {
  margin-top: 24px !important;
}

html body.discovery-commercial-page :is(.reference-publish, .reference-principles) > header {
  margin-bottom: 24px !important;
}

html body.discovery-commercial-page .reference-publish-grid {
  gap: 14px !important;
}

html body.discovery-commercial-page .reference-publish-grid article {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
  padding: 2px 8px !important;
  text-align: left !important;
}

html body.discovery-commercial-page .reference-publish-icon {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
}

html body.discovery-commercial-page .reference-publish-grid strong {
  display: block !important;
  max-width: none !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .reference-publish-grid p {
  margin: 4px 0 0 !important;
  color: #62635d !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page .reference-principles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 42px !important;
}

html body.discovery-commercial-page .reference-principles-grid article {
  min-height: 0 !important;
  padding: 0 !important;
}

html body.discovery-commercial-page .reference-principles-grid .reference-icon {
  margin-bottom: 14px !important;
}

html body.discovery-commercial-page .reference-update-helper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-top: 26px !important;
  padding: 15px 18px !important;
  border-radius: 15px !important;
  background: #fffefa !important;
}

html body.discovery-commercial-page .reference-update-helper p {
  max-width: 940px !important;
  margin: 0 !important;
  color: #575851 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .reference-update-helper button {
  flex: 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #171814 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 56px !important;
  padding-bottom: 46px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  min-height: 390px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin-top: 36px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection {
  min-height: 0 !important;
  padding: 20px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head {
  min-height: 0 !important;
  margin-bottom: 12px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table th,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .price-table td {
  padding-block: 7px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #standalone .standalone-listing-cta {
  margin-top: 14px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-strip {
  gap: 3px !important;
  margin-top: 8px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 9px 0 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile > small {
  margin: 0 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .pricing-footnote {
  margin-top: 10px !important;
  color: #315b47 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  justify-content: center !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card__icon {
  margin-bottom: 12px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a {
  margin-top: 18px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section {
  margin-top: 18px !important;
  padding: 22px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-size: clamp(28px, 2.5vw, 40px) !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro p {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select) {
  min-height: 44px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form textarea {
  min-height: 88px !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .reference-attention__head {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .reference-attention__head > div:first-child {
    padding-right: 0 !important;
  }

  html body.discovery-commercial-page .reference-attention-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.discovery-commercial-page .reference-publish-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  html body.discovery-commercial-page .reference-body {
    gap: 42px !important;
    margin-top: 42px !important;
  }

  html body.discovery-commercial-page .reference-attention h2,
  html body.discovery-commercial-page :is(.reference-publish, .reference-principles) > header h2,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
    font-size: 31px !important;
    line-height: 1.02 !important;
  }

  html body.discovery-commercial-page .reference-stat-grid {
    gap: 10px !important;
  }

  html body.discovery-commercial-page .reference-stat-grid article {
    min-height: 132px !important;
    padding: 18px !important;
  }

  html body.discovery-commercial-page .reference-stat-grid strong {
    font-size: 38px !important;
  }

  html body.discovery-commercial-page .reference-attention-grid,
  html body.discovery-commercial-page .reference-principles-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  html body.discovery-commercial-page .reference-publish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 14px !important;
  }

  html body.discovery-commercial-page .reference-publish-grid article {
    padding: 0 !important;
  }

  html body.discovery-commercial-page .reference-update-helper {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
    margin-top: 44px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
    min-height: 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap #featured .price-tile > small {
    grid-column: 1 !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .product-showcase #work-profile-preview-root {
    height: 180px !important;
  }
}

@media (max-width: 0px) {
/* Reverted 2026-08-15 editorial landing-page experiment. */
html body.discovery-commercial-page main.discovery-page {
  display: block !important;
  width: min(1760px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
}

html body.discovery-commercial-page main.discovery-page > .hero {
  min-height: 420px !important;
  display: flex !important;
  align-items: center !important;
  padding: 56px 0 62px !important;
}

html body.discovery-commercial-page main.discovery-page > .hero > div {
  width: min(840px, 100%) !important;
}

html body.discovery-commercial-page main.discovery-page > .hero h1 {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(58px, 5.7vw, 88px) !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-copy {
  max-width: 690px !important;
  margin-top: 30px !important;
  font-size: 20px !important;
  line-height: 1.48 !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions {
  display: flex !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

html body.discovery-commercial-page .hero-trust-line {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 22px !important;
  margin: 38px 0 0 !important;
  color: rgba(23,23,23,.62) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

html body.discovery-commercial-page .hero-trust-line span + span::before {
  content: "·";
  margin-right: 22px;
  color: rgba(23,23,23,.3);
}

html body.discovery-commercial-page main.discovery-page > .discovery-proof {
  padding: 74px 0 86px !important;
}

html body.discovery-commercial-page .discovery-proof__head {
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr) !important;
  gap: 72px !important;
  align-items: end !important;
  margin-bottom: 34px !important;
}

html body.discovery-commercial-page .discovery-proof__head h2 {
  max-width: 780px !important;
  margin: 0 !important;
  font-size: clamp(42px, 4.4vw, 72px) !important;
  font-weight: 620 !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
}

html body.discovery-commercial-page .discovery-proof__head p {
  max-width: 600px !important;
  margin: 0 !important;
  color: rgba(23,23,23,.68) !important;
  font-size: 17px !important;
  line-height: 1.52 !important;
}

html body.discovery-commercial-page .discovery-proof .product-showcase {
  grid-template-columns: minmax(0, 2.25fr) minmax(290px, .72fr) !important;
  gap: 18px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  background: #dfddd7 !important;
}

html body.discovery-commercial-page .discovery-proof .interface-frame,
html body.discovery-commercial-page .discovery-proof .benefit-panel {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page .discovery-proof .interface-bar { display: none !important; }
html body.discovery-commercial-page .discovery-proof .interface-body { padding: 0 !important; }
html body.discovery-commercial-page .discovery-proof #work-profile-preview-root {
  height: 470px !important;
  overflow: hidden !important;
  border-radius: 20px !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-panel {
  display: flex !important;
  padding: 22px !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-panel__head {
  padding: 0 0 20px !important;
  border: 0 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-panel__head strong {
  font-size: 22px !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-panel__head span {
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-list {
  display: grid !important;
  gap: 14px !important;
  margin: 10px 0 0 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-list li {
  min-height: 0 !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: #deeee6 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-list strong,
html body.discovery-commercial-page .discovery-proof .benefit-list small {
  display: block !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-list strong {
  color: #171717 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

html body.discovery-commercial-page .discovery-proof .benefit-list small {
  margin-top: 3px !important;
  color: rgba(23,23,23,.62) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

html body.discovery-commercial-page .reference-body {
  display: block !important;
  margin-top: 0 !important;
}

html body.discovery-commercial-page .reference-attention {
  padding: 92px 0 74px !important;
}

html body.discovery-commercial-page .reference-attention__title h2 {
  margin: 0 0 46px !important;
  font-size: clamp(42px, 4.2vw, 66px) !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
}

html body.discovery-commercial-page .why-discovery-layout {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 90px !important;
  align-items: start !important;
}

html body.discovery-commercial-page .why-discovery-audience > h3 {
  max-width: 520px !important;
  margin: 0 0 28px !important;
  font-size: 27px !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
}

html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid article {
  min-height: 174px !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid strong {
  font-size: 48px !important;
}

html body.discovery-commercial-page .why-discovery-points {
  display: grid !important;
  gap: 28px !important;
  padding-top: 4px !important;
}

html body.discovery-commercial-page .why-discovery-points article {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

html body.discovery-commercial-page .why-discovery-points h3 {
  margin: 0 !important;
  font-size: 18px !important;
}

html body.discovery-commercial-page .why-discovery-points p {
  max-width: 620px !important;
  margin: 6px 0 0 !important;
  color: rgba(23,23,23,.66) !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

html body.discovery-commercial-page .why-discovery-points .reference-icon {
  width: 38px !important;
  height: 38px !important;
}

html body.discovery-commercial-page .reference-integrity {
  min-height: 52px !important;
  margin-top: 42px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #dcefe3 !important;
  color: #194b35 !important;
  font-size: 12px !important;
}

html body.discovery-commercial-page .reference-principles--compact {
  margin: 26px 0 0 !important;
  padding: 30px 0 8px !important;
}

html body.discovery-commercial-page .reference-principles--compact .reference-principles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 46px !important;
}

html body.discovery-commercial-page .reference-principles--compact .reference-principles-grid article {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 34px !important;
  padding-top: 48px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin-top: 72px !important;
  font-size: 36px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  display: block !important;
  margin-top: 20px !important;
}

html body.discovery-commercial-page .secondary-options-strip {
  display: grid !important;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 2.5fr) auto !important;
  gap: 30px !important;
  align-items: center !important;
  padding: 24px 26px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page .secondary-options-strip__intro p {
  margin: 0 !important;
  color: rgba(23,23,23,.65) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .secondary-options-strip__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

html body.discovery-commercial-page .secondary-options-strip__items article {
  display: grid !important;
  gap: 3px !important;
}

html body.discovery-commercial-page .secondary-options-strip__items strong,
html body.discovery-commercial-page .secondary-options-strip__items b {
  color: #171717 !important;
  font-size: 12px !important;
}

html body.discovery-commercial-page .secondary-options-strip__items span,
html body.discovery-commercial-page .secondary-options-strip__items small {
  color: rgba(23,23,23,.58) !important;
  font-size: 9px !important;
}

html body.discovery-commercial-page .secondary-options-strip__link {
  color: #171717 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section {
  display: grid !important;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr) !important;
  gap: 64px !important;
  margin-top: 20px !important;
  padding: 34px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: #fbfaf7 !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  html body.discovery-commercial-page .discovery-proof__head,
  html body.discovery-commercial-page .why-discovery-layout {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  html body.discovery-commercial-page .discovery-proof .product-showcase {
    grid-template-columns: 1fr !important;
  }

  html body.discovery-commercial-page .discovery-proof .benefit-panel { display: none !important; }
  html body.discovery-commercial-page .secondary-options-strip { grid-template-columns: 1fr !important; }
  html body.discovery-commercial-page .secondary-options-strip__items { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 680px) {
  html body.discovery-commercial-page main.discovery-page {
    width: calc(100% - 24px) !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero {
    min-height: 440px !important;
    padding: 48px 8px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero h1 {
    font-size: clamp(52px, 16vw, 68px) !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero .hero-copy {
    margin-top: 22px !important;
    font-size: 16px !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  html body.discovery-commercial-page .hero-trust-line {
    display: grid !important;
    gap: 7px !important;
    margin-top: 28px !important;
  }

  html body.discovery-commercial-page .hero-trust-line span + span::before { content: none !important; }

  html body.discovery-commercial-page main.discovery-page > .discovery-proof {
    padding: 60px 0 !important;
  }

  html body.discovery-commercial-page .discovery-proof__head h2,
  html body.discovery-commercial-page .reference-attention__title h2 {
    font-size: 37px !important;
  }

  html body.discovery-commercial-page .discovery-proof__head p { font-size: 15px !important; }

  html body.discovery-commercial-page .discovery-proof .product-showcase {
    padding: 10px !important;
    border-radius: 20px !important;
  }

  html body.discovery-commercial-page .discovery-proof #work-profile-preview-root {
    height: 225px !important;
    border-radius: 15px !important;
  }

  html body.discovery-commercial-page .reference-attention { padding: 64px 0 48px !important; }
  html body.discovery-commercial-page .reference-attention__title h2 { margin-bottom: 30px !important; }
  html body.discovery-commercial-page .why-discovery-audience > h3 { font-size: 22px !important; }

  html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid article {
    min-height: 122px !important;
    padding: 16px !important;
  }

  html body.discovery-commercial-page .why-discovery-audience .reference-stat-grid strong {
    font-size: 32px !important;
  }

  html body.discovery-commercial-page .why-discovery-points { gap: 22px !important; }
  html body.discovery-commercial-page .reference-integrity { margin-top: 30px !important; }

  html body.discovery-commercial-page .reference-principles--compact .reference-principles-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
    margin-top: 54px !important;
    font-size: 31px !important;
  }

  html body.discovery-commercial-page .secondary-options-strip {
    gap: 20px !important;
    padding: 22px !important;
  }

  html body.discovery-commercial-page .secondary-options-strip__items {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 22px !important;
  }
}
}

/* Adjacent editorial icons sit directly on the page. */
html body.discovery-commercial-page .reference-attention .reference-icon,
html body.discovery-commercial-page .reference-principles .reference-icon {
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

/* Price context is supporting text, not a badge. */
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .price-founding {
  margin: 0 0 6px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

/* Middle chapters: one consistent editorial/card rhythm. */
@media (min-width: 761px) {
  html body.discovery-commercial-page .reference-attention {
    padding: 64px 0 4px !important;
  }

  html body.discovery-commercial-page .reference-attention__head {
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
  }

  html body.discovery-commercial-page .reference-attention__head > div:first-child {
    padding-right: 12px !important;
  }

  html body.discovery-commercial-page .reference-attention h2 {
    max-width: 18ch !important;
    margin-bottom: 16px !important;
    font-size: clamp(38px, 2.7vw, 44px) !important;
    line-height: 1 !important;
  }

  html body.discovery-commercial-page .reference-attention__head p {
    max-width: 48ch !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  html body.discovery-commercial-page .reference-stat-grid {
    gap: 12px !important;
  }

  html body.discovery-commercial-page .reference-stat-grid article {
    min-height: 184px !important;
    padding: 26px !important;
    border-radius: 20px !important;
  }

  html body.discovery-commercial-page .reference-stat-grid strong {
    font-size: clamp(48px, 4vw, 60px) !important;
  }

  html body.discovery-commercial-page .reference-stat-grid span {
    max-width: 28ch !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  html body.discovery-commercial-page .reference-attention-grid {
    gap: 12px !important;
    margin-top: 18px !important;
  }

  html body.discovery-commercial-page .reference-attention-grid article {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 8px 10px !important;
    min-height: 146px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    background: #fffefa !important;
  }

  html body.discovery-commercial-page .reference-attention-grid .reference-icon {
    width: 28px !important;
    height: 28px !important;
  }

  html body.discovery-commercial-page .reference-attention-grid h3,
  html body.discovery-commercial-page .reference-principles-grid h3 {
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  html body.discovery-commercial-page .reference-attention-grid p,
  html body.discovery-commercial-page .reference-principles-grid p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  html body.discovery-commercial-page .reference-integrity {
    margin-top: 14px !important;
  }

  html body.discovery-commercial-page .reference-principles {
    margin-top: 0 !important;
    padding: 10px 0 14px !important;
  }

  html body.discovery-commercial-page .reference-principles > header {
    max-width: 820px !important;
    margin-bottom: 22px !important;
  }

  html body.discovery-commercial-page .reference-principles > header h2 {
    font-size: clamp(34px, 2.6vw, 42px) !important;
    line-height: 1.02 !important;
  }

  html body.discovery-commercial-page .reference-principles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  html body.discovery-commercial-page .reference-principles-grid article {
    min-height: 150px !important;
    padding: 20px !important;
    border-radius: 18px !important;
    background: #fffefa !important;
  }

  html body.discovery-commercial-page .reference-principles-grid .reference-icon {
    margin-bottom: 14px !important;
  }

  html body.discovery-commercial-page .reference-update-helper {
    margin-top: 14px !important;
    padding: 14px 18px !important;
    background: #dcefe3 !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
    margin-top: 42px !important;
  }
}

/* 2026-08-17 Pantograph-inspired icon and message hierarchy pass. The
   information module uses the same warm-white surface as Korthos profiles;
   black line icons and direct type carry the hierarchy. */
html body.discovery-commercial-page .reference-why {
  padding: 34px !important;
  border-radius: 26px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page .reference-why__header {
  max-width: 860px !important;
}

html body.discovery-commercial-page .reference-why__header h2 {
  max-width: 27ch !important;
  color: #171717 !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  font-weight: 750 !important;
  letter-spacing: -.05em !important;
  line-height: 1.01 !important;
}

html body.discovery-commercial-page .reference-why__column-head {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 11px !important;
  margin-bottom: 19px !important;
}

html body.discovery-commercial-page .reference-why__icon {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  color: #171717 !important;
}

html body.discovery-commercial-page .reference-why__icon svg {
  width: 36px !important;
  height: 36px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.discovery-commercial-page .reference-why__column-head h3 {
  margin: 0 !important;
  color: #171717 !important;
  font-size: 17px !important;
  font-weight: 750 !important;
  letter-spacing: -.025em !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

html body.discovery-commercial-page .reference-why__stats {
  grid-template-columns: max-content minmax(0, 1fr) !important;
  gap: 22px !important;
}

html body.discovery-commercial-page .reference-why__stats strong {
  color: #171717 !important;
  font-size: clamp(38px, 3.45vw, 52px) !important;
  font-weight: 750 !important;
}

html body.discovery-commercial-page .reference-why__stats span {
  color: #3c3934 !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
}

html body.discovery-commercial-page .reference-why__stats a,
html body.discovery-commercial-page .reference-why__list a {
  color: #171717 !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

html body.discovery-commercial-page .reference-why__stats a:hover,
html body.discovery-commercial-page .reference-why__stats a:focus-visible,
html body.discovery-commercial-page .reference-why__list a:hover,
html body.discovery-commercial-page .reference-why__list a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

html body.discovery-commercial-page .reference-why__list {
  gap: 18px !important;
}

html body.discovery-commercial-page .reference-why__list article {
  padding-left: 0 !important;
}

html body.discovery-commercial-page .reference-why__list article::before {
  display: none !important;
}

html body.discovery-commercial-page .reference-why__list h4 {
  margin-bottom: 5px !important;
  color: #171717 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  letter-spacing: -.018em !important;
  line-height: 1.18 !important;
}

html body.discovery-commercial-page .reference-why__list p {
  color: #514e47 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .reference-why__footer {
  margin-top: 32px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #dff2e5 !important;
}

html body.discovery-commercial-page .reference-why__footer p {
  color: #245c46 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page .reference-why__footer button {
  min-height: 38px !important;
  padding: 0 13px !important;
  border-radius: 11px !important;
  background: #191a17 !important;
  color: #fff !important;
  font-size: 11.5px !important;
  font-weight: 750 !important;
}

/* The publishing rail keeps the direct black line-icon language without
   becoming a second hero. It uses the same compact, warm-white profile-card
   treatment as the populated preview beside it. */
html body.discovery-commercial-page .product-showcase .benefit-panel {
  min-height: 0 !important;
  padding: 14px !important;
  border-radius: 20px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head {
  padding: 10px 4px 11px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head strong {
  color: #171717 !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-panel__head span {
  color: #514e47 !important;
  font-size: 10.5px !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list {
  gap: 2px !important;
}

html body.discovery-commercial-page .product-showcase .benefit-list li {
  min-height: 44px !important;
  padding: 6px 4px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #25231f !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
}

html body.discovery-commercial-page .product-showcase .benefit-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page .product-showcase .benefit-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .reference-why {
    padding: 24px 18px !important;
    border-radius: 22px !important;
  }

  html body.discovery-commercial-page .reference-why__header h2 {
    max-width: 21ch !important;
    font-size: 30px !important;
  }

  html body.discovery-commercial-page .reference-why__icon {
    width: 34px !important;
    height: 34px !important;
  }

  html body.discovery-commercial-page .reference-why__icon svg {
    width: 32px !important;
    height: 32px !important;
  }

  html body.discovery-commercial-page .reference-why__footer {
    padding: 14px !important;
  }

  html body.discovery-commercial-page .reference-why__footer button {
    width: 100% !important;
  }
}

/* The populated-profile preview has a few older high-specificity tile rules;
   keep this final rail treatment above those legacy declarations. */
html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel {
  min-height: 0 !important;
  padding: 14px !important;
  border-radius: 20px !important;
  background: #fbfaf7 !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-panel__head {
  padding: 10px 4px 11px !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-panel__head strong {
  color: #171717 !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-panel__head span {
  color: #514e47 !important;
  font-size: 10.5px !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-list {
  gap: 2px !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-list > li {
  min-height: 44px !important;
  padding: 6px 4px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #25231f !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-list > li:nth-child(n) > .benefit-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-list > li:nth-child(n) > .benefit-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
}

/* 2026-08-17 saved-reference typography and proportion pass. Pantograph is
   used for compact hierarchy and direct line icons; Checklist is used for
   readable card copy. Korthos keeps its own surface and semantic colours. */
@media (min-width: 761px) {
  html body.discovery-commercial-page .reference-why {
    width: min(1080px, 100%) !important;
    margin: 64px auto 0 !important;
    padding: 30px 32px 28px !important;
  }

  html body.discovery-commercial-page .reference-why__header {
    max-width: 760px !important;
  }

  html body.discovery-commercial-page .reference-why__header h2 {
    max-width: 25ch !important;
    font-size: clamp(32px, 2.65vw, 42px) !important;
  }

  html body.discovery-commercial-page .reference-why__grid {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.06fr) minmax(0, 1.22fr) !important;
    gap: 34px !important;
    margin-top: 28px !important;
  }
}

html body.discovery-commercial-page .reference-why__column-head {
  gap: 9px !important;
  margin-bottom: 16px !important;
}

html body.discovery-commercial-page .reference-why__icon {
  width: 32px !important;
  height: 32px !important;
}

html body.discovery-commercial-page .reference-why__icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke-width: 1.85 !important;
}

html body.discovery-commercial-page .reference-why__column-head h3 {
  font-size: 16px !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
}

html body.discovery-commercial-page .reference-why__stats {
  gap: 18px !important;
}

html body.discovery-commercial-page .reference-why__stats strong {
  font-size: clamp(34px, 3vw, 44px) !important;
  font-weight: 760 !important;
  letter-spacing: -.055em !important;
}

html body.discovery-commercial-page .reference-why__stats span,
html body.discovery-commercial-page .reference-why__list p {
  color: #46443f !important;
}

html body.discovery-commercial-page .reference-why__list {
  gap: 16px !important;
}

html body.discovery-commercial-page .reference-why__list h4 {
  font-size: 14px !important;
  font-weight: 760 !important;
  letter-spacing: -.025em !important;
}

html body.discovery-commercial-page .reference-why__footer {
  margin-top: 26px !important;
}

/* Carry the same compact type behaviour through the commercial page without
   increasing the established scale. */
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  color: #171717 !important;
  font-weight: 760 !important;
  letter-spacing: -.05em !important;
  line-height: 1.01 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__identity h3,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head h3,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card h3 {
  color: #171717 !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .offer-summary,
  .offer__features li,
  .pricing-subsection__head p,
  .pricing-help-card > p,
  .form-intro p
) {
  color: #4d4b45 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button
) {
  font-weight: 760 !important;
  letter-spacing: -.018em !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card__icon {
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171717 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card__icon svg {
  width: 30px !important;
  height: 30px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page .reference-why {
    width: 100% !important;
    margin-inline: 0 !important;
  }

  html body.discovery-commercial-page .reference-why__header h2 {
    font-size: 29px !important;
  }
}

/* 2026-08-17 final readable-copy authority. Supporting copy should remain
   subordinate through size and weight, not by fading it into the canvas. */
html body.discovery-commercial-page main.discovery-page > .hero .hero-copy {
  color: #242421 !important;
  font-weight: 480 !important;
}

html body.discovery-commercial-page main.discovery-page .hero + .section > .product-showcase > .benefit-panel .benefit-panel__head span {
  color: #242421 !important;
  font-weight: 500 !important;
}

html body.discovery-commercial-page .reference-why__stats span,
html body.discovery-commercial-page .reference-why__list p {
  color: #20201d !important;
  font-weight: 480 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer-summary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer__features li,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection__head p,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > p,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro p,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .interest-privacy-note {
  color: #20201d !important;
  font-weight: 480 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price small,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-standard,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-table small,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-tile > small {
  color: #34342f !important;
  font-weight: 500 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-table :is(th, td),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price-tile__name {
  color: #191917 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer-summary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features li {
  color: #20201d !important;
  font-weight: 480 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection :is(p, td, th),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section .interest-privacy-note {
  color: #20201d !important;
}

/* 2026-08-18 reference grotesk font authority. Geist is an OFL-licensed face
   used by Pantograph itself and gives this page the same crisp, compact
   grotesk texture without redistributing its proprietary trial fonts. */
@font-face {
  font-family: "WWK Geist";
  src: url("/fonts/geist-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

html body.discovery-commercial-page main.discovery-page,
html body.discovery-commercial-page main.discovery-page * {
  font-family: "WWK Geist", "Helvetica Neue", Arial, sans-serif !important;
  font-synthesis: none;
}

html body.discovery-commercial-page main.discovery-page > .hero h1,
html body.discovery-commercial-page main.discovery-page .reference-why__header h2,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-weight: 600 !important;
  letter-spacing: -.03em !important;
  line-height: 1.08 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why :is(h3, h4),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer h3,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-subsection h3 {
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
  line-height: 1.14 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats strong,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .price strong {
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
  line-height: 1.05 !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .hero-copy,
  .benefit-panel__head span,
  .reference-why__stats span,
  .reference-why__list p,
  .offer-intro,
  .offer-summary,
  .offer__features li,
  .pricing-subsection p,
  .form-intro p,
  .interest-privacy-note
) {
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  line-height: 1.38 !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-copy {
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  line-height: 1.38 !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .button,
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button
) {
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
}

/* 2026-08-18 Checklist spacing, grid and interaction authority. Use one
   eight-point rhythm for the final composition instead of inheriting the
   page's earlier experimental spacing values. */
html body.discovery-commercial-page main.discovery-page {
  --wwk-space-1: 8px;
  --wwk-space-2: 16px;
  --wwk-space-3: 24px;
  --wwk-space-4: 32px;
  --wwk-space-5: 48px;
  --wwk-space-6: 64px;
}

@media (min-width: 761px) {
  html body.discovery-commercial-page main.discovery-page .reference-why {
    width: min(1160px, 100%) !important;
    margin-top: var(--wwk-space-5) !important;
    padding: 40px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__header {
    max-width: 800px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__grid {
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr) minmax(0, 1.16fr) !important;
    gap: var(--wwk-space-5) !important;
    margin-top: 40px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__column-head {
    margin-bottom: 20px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__list {
    gap: 20px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
    margin-top: 56px !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
    margin-top: var(--wwk-space-4) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
    margin-top: var(--wwk-space-6) !important;
    margin-bottom: var(--wwk-space-2) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section#enquiry {
    grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr) !important;
    gap: var(--wwk-space-5) !important;
    margin-top: var(--wwk-space-4) !important;
    padding: var(--wwk-space-4) !important;
  }

  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-grid {
    gap: var(--wwk-space-2) !important;
  }
}

html body.discovery-commercial-page main.discovery-page :is(
  .button,
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button
) {
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page :is(
    .button,
    .offer__action,
    .standalone-listing-cta,
    .pricing-help-card > a,
    .submit-button,
    .reference-why__footer button
  ):not(:disabled):hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 18px rgba(23, 23, 23, .12) !important;
  }
}

html body.discovery-commercial-page main.discovery-page :is(
  .button,
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button,
  input,
  select,
  textarea
):focus-visible {
  outline: 2px solid #194b35 !important;
  outline-offset: 3px !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .button,
  .offer__action,
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer button
):active {
  transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.discovery-commercial-page main.discovery-page :is(
    .button,
    .offer__action,
    .standalone-listing-cta,
    .pricing-help-card > a,
    .submit-button,
    .reference-why__footer button
  ) {
    transition: none !important;
  }
}

/* 2026-08-18 Pantograph composition repair. The reference works because one
   short message owns the opening, while supporting evidence sits in a second,
   quieter layer. Keep Korthos's useful detail without forcing all of it into
   one card or adding decorative icon rows. */
html body.discovery-commercial-page main.discovery-page .reference-why {
  width: min(1180px, 100%) !important;
  margin-top: var(--wwk-space-6) !important;
  padding: var(--wwk-space-6) 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__header {
  max-width: 860px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__header h2 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(32px, 2.65vw, 38px) !important;
  font-weight: 600 !important;
  letter-spacing: -.03em !important;
  line-height: 1.12 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__lead {
  max-width: 720px !important;
  margin: var(--wwk-space-2) auto 0 !important;
  color: #20201d !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  font-weight: 450 !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__grid {
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr) minmax(0, 1.16fr) !important;
  gap: var(--wwk-space-6) !important;
  margin-top: var(--wwk-space-6) !important;
  padding-top: var(--wwk-space-5) !important;
  border-top: 1px solid rgba(23, 23, 23, .14) !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__column-head {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 12px !important;
  margin-bottom: var(--wwk-space-3) !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__icon,
html body.discovery-commercial-page main.discovery-page .reference-why__icon svg {
  width: 28px !important;
  height: 28px !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__column-head h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats strong {
  font-size: clamp(36px, 3vw, 44px) !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats span,
html body.discovery-commercial-page main.discovery-page .reference-why__list p {
  color: #20201d !important;
  font-weight: 450 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list {
  gap: var(--wwk-space-3) !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list h4 {
  margin-bottom: var(--wwk-space-1) !important;
  font-weight: 600 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__footer {
  margin-top: var(--wwk-space-5) !important;
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .reference-why {
    margin-top: var(--wwk-space-5) !important;
    padding: var(--wwk-space-5) 0 0 !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__header {
    padding-inline: var(--wwk-space-1) !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__header h2 {
    font-size: 30px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__lead {
    font-size: 16px !important;
  }

  html body.discovery-commercial-page main.discovery-page .reference-why__grid {
    grid-template-columns: 1fr !important;
    gap: var(--wwk-space-5) !important;
    margin-top: var(--wwk-space-5) !important;
    padding-top: var(--wwk-space-4) !important;
  }
}

/* Absolute final action-colour lock: older hero and prototype selectors are
   unusually specific, so keep the softer hierarchy at the end of the file. */
html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active,
html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button,
html body.discovery-commercial-page main.discovery-page .reference-why__footer button {
  border-color: #315f4a !important;
  background: #315f4a !important;
  color: #fff !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button.button--secondary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action.button--secondary {
  border-color: transparent !important;
  background: #e3e1db !important;
  color: #171717 !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active:hover,
  html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover,
  html body.discovery-commercial-page main.discovery-page .reference-why__footer button:hover {
    border-color: #244c3a !important;
    background: #244c3a !important;
  }

  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button.button--secondary:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action.button--secondary:hover {
    background: #d8d5ce !important;
  }
}

/* 2026-08-18 live composition lock. */
html body.discovery-commercial-page main.discovery-page {
  --wwk-action: #7883df;
  --wwk-action-hover: #6874d2;
  --wwk-action-soft: #e7e8f7;
}

@media (min-width: 1181px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1180px, calc(100% - 64px)) !important;
    grid-template-columns: minmax(350px, .78fr) minmax(0, 1.22fr) !important;
    gap: 38px !important;
    padding-top: 54px !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero {
    min-width: 0 !important;
    height: 398px !important;
    padding: 26px 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero h1 {
    font-size: clamp(50px, 4.35vw, 62px) !important;
    line-height: 1.01 !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: 100% !important;
    max-width: 730px !important;
    min-width: 0 !important;
    height: 428px !important;
    justify-self: end !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .interface-frame,
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase > .benefit-panel,
  html body.discovery-commercial-page main.discovery-page > .hero + .section #work-profile-preview-root,
  html body.discovery-commercial-page main.discovery-page > .hero + .section .interface-body {
    height: 404px !important;
    min-height: 0 !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  html body.discovery-commercial-page main.discovery-page {
    width: min(1040px, calc(100% - 48px)) !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero {
    width: min(760px, 100%) !important;
    min-height: 0 !important;
    padding-bottom: 38px !important;
  }
  html body.discovery-commercial-page main.discovery-page > .hero + .section > .product-showcase {
    width: min(900px, 100%) !important;
    max-width: 900px !important;
    margin-inline: auto !important;
  }
}

html body.discovery-commercial-page main.discovery-page .reference-why {
  margin-top: 48px !important;
  padding-top: 40px !important;
}
html body.discovery-commercial-page main.discovery-page .reference-why__grid {
  gap: 48px !important;
  margin-top: 44px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
html body.discovery-commercial-page main.discovery-page .reference-why__footer {
  margin-top: 32px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap {
  margin-top: 48px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
  width: min(780px, 100%) !important;
  margin: 0 !important;
  font-size: clamp(36px, 3.45vw, 46px) !important;
  text-align: left !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > .offer-intro {
  width: min(620px, 100%) !important;
  margin: 16px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  text-align: left !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid {
  gap: 14px !important;
  margin-top: 36px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  min-height: 470px !important;
  padding: 24px !important;
  border-radius: 22px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary:hover {
  background: var(--wwk-action-soft) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-heading {
  margin-top: 54px !important;
  margin-bottom: 20px !important;
  font-size: clamp(30px, 2.7vw, 36px) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  gap: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  min-height: 350px !important;
  padding: 24px !important;
  border-radius: 22px !important;
  background: #fbfaf7 !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
  align-items: flex-start !important;
  justify-content: center !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section#enquiry {
  gap: 40px !important;
  margin-top: 28px !important;
  padding: 28px !important;
  border-radius: 22px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-intro h2 {
  font-size: clamp(30px, 2.65vw, 38px) !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-grid {
  gap: 14px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select) {
  min-height: 46px !important;
}
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form textarea {
  min-height: 112px !important;
}

html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active,
html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button,
html body.discovery-commercial-page main.discovery-page .reference-why__footer button {
  border-color: var(--wwk-action) !important;
  background: var(--wwk-action) !important;
  color: #fff !important;
  box-shadow: none !important;
}
html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button.button--secondary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action.button--secondary {
  border-color: transparent !important;
  background: #e4e2dd !important;
  color: #171717 !important;
}
html body.discovery-commercial-page main.discovery-page :is(
  .button, .offer__action, .standalone-listing-cta, .pricing-help-card > a,
  .submit-button, .reference-why__footer button
):focus-visible {
  outline-color: var(--wwk-action) !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .discovery-demo__view-controls button.is-active:hover,
  html body.discovery-commercial-page main.discovery-page .prototype-tab.prototype-tab--active:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover,
  html body.discovery-commercial-page main.discovery-page .reference-why__footer button:hover {
    border-color: var(--wwk-action-hover) !important;
    background: var(--wwk-action-hover) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .reference-why {
    margin-top: 40px !important;
    padding-top: 32px !important;
  }
  html body.discovery-commercial-page main.discovery-page .reference-why__grid {
    gap: 36px !important;
    margin-top: 36px !important;
    padding-top: 0 !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap > h2 {
    font-size: 32px !important;
  }
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card {
    min-height: 0 !important;
  }
}

/* Final compact-card and action coverage. */
@media (min-width: 761px) {
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--record,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
    min-height: 430px !important;
  }
}

html body.discovery-commercial-page main.discovery-page .button:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page .independence-news-link button {
  border-color: var(--wwk-action) !important;
  background: var(--wwk-action) !important;
  color: #fff !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page .button:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page .independence-news-link button:hover {
    border-color: var(--wwk-action-hover) !important;
    background: var(--wwk-action-hover) !important;
  }
}

html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal] {
  border-color: #7883df !important;
  background: #7883df !important;
  color: #fff !important;
}

/* 2026-08-18 directory-system reconciliation. Match the calm stone canvas,
   white modules, compact rhythm and restrained controls used by the live
   Korthos directories. The ID scope intentionally supersedes the page's
   earlier experimental overrides. */
html body.discovery-commercial-page {
  --wwd-ink: #171713;
  --wwd-muted: rgba(23, 23, 19, .64);
  --wwd-canvas: #efeee9;
  --wwd-surface: #fbfaf7;
  --wwd-soft: #e4e3dd;
  --wwd-note: #dce9e1;
  background: var(--wwd-canvas) !important;
  color: var(--wwd-ink) !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page {
  width: min(1440px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
  padding: 44px 0 72px !important;
  column-gap: 48px !important;
  row-gap: 40px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page :is(h1,h2,h3,h4,p,li,label,strong,span,a,button,input,select,textarea) {
  font-family: Inter, Arial, sans-serif !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero {
  align-self: center !important;
  height: auto !important;
  min-height: 404px !important;
  padding: 34px 0 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero h1 {
  font-size: clamp(52px, 4.2vw, 66px) !important;
  font-weight: 650 !important;
  letter-spacing: -.045em !important;
  line-height: 1.02 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero .hero-copy {
  max-width: 590px !important;
  margin-top: 26px !important;
  color: #242420 !important;
  font-size: clamp(17px, 1.35vw, 20px) !important;
  font-weight: 450 !important;
  letter-spacing: -.022em !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero .hero-actions {
  margin-top: 26px !important;
  gap: 12px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero + .section > .product-showcase {
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 430px !important;
  padding: 14px !important;
  border-radius: 24px !important;
  background: #dfded8 !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-body,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why {
  margin-top: 0 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why {
  width: 100% !important;
  max-width: none !important;
  padding: 36px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: var(--wwd-surface) !important;
  box-shadow: 0 10px 28px rgba(31,29,24,.045) !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__header {
  margin: 0 !important;
  text-align: left !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__header h2 {
  font-size: clamp(30px, 2.55vw, 35px) !important;
  font-weight: 560 !important;
  letter-spacing: -.035em !important;
  line-height: 1.07 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__lead {
  margin: 12px 0 0 !important;
  color: #45443f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__grid {
  gap: 40px !important;
  margin-top: 34px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__footer,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .pricing-footnote.supplier-note {
  border: 0 !important;
  border-radius: 16px !important;
  background: var(--wwd-note) !important;
  color: var(--wwd-ink) !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why__footer > button[data-open-news-modal] {
  min-height: 38px !important;
  padding: 0 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--wwd-ink) !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap {
  width: 100% !important;
  max-width: none !important;
  margin-top: 8px !important;
  padding-bottom: 0 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .pricing-help-card,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .form-section#enquiry {
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--wwd-surface) !important;
  box-shadow: 0 7px 20px rgba(31,29,24,.045) !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 500px !important;
  padding: 28px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__price {
  order: 2 !important;
  margin-top: 28px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__identity {
  order: 1 !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features {
  order: 3 !important;
  margin: 28px 0 24px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action {
  order: 4 !important;
  width: 100% !important;
  margin-top: auto !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary {
  border: 1px solid rgba(23,23,19,.32) !important;
  background: var(--wwd-surface) !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .pricing-footnote.supplier-note {
  margin-top: 16px !important;
  padding: 18px 20px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .commercial-detail-grid {
  gap: 16px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .pricing-help-card {
  min-height: 330px !important;
  padding: 28px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .form-section#enquiry {
  grid-column: 1 / -1 !important;
  margin-top: 16px !important;
  padding: 36px !important;
  gap: 48px !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .enquiry-form :is(input,select,textarea) {
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  background: #efeee9 !important;
  color: var(--wwd-ink) !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page :is(.button,.offer__action,.standalone-listing-cta,.pricing-help-card>a,.submit-button) {
  min-height: 48px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--wwd-ink) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: -.018em !important;
  box-shadow: none !important;
}

html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page :is(.button.button--secondary,.offer__action.button--secondary) {
  background: var(--wwd-soft) !important;
  color: var(--wwd-ink) !important;
}

@media (min-width: 1181px) {
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page {
    grid-template-columns: minmax(390px,.72fr) minmax(0,1.28fr) !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page {
    display: block !important;
    width: calc(100% - 24px) !important;
    padding: 24px 0 48px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero {
    min-height: 0 !important;
    padding: 8px 0 0 !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero h1 {
    font-size: clamp(42px,12.2vw,50px) !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page > .hero + .section > .product-showcase {
    display: none !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-body,
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap {
    margin-top: 40px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page .reference-why {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer {
    min-height: 0 !important;
    padding: 24px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer :is(.offer-summary,.offer__features li) {
    font-size: 14.5px !important;
    line-height: 1.48 !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__features {
    margin: 24px 0 !important;
    gap: 10px !important;
  }

  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .commercial-detail-grid > .pricing-subsection,
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .pricing-help-card,
  html body.discovery-commercial-page #work-with-header ~ main#work-with-main.discovery-page #packages.offer-wrap .form-section#enquiry {
    min-height: 0 !important;
    padding: 24px !important;
  }
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal]:hover {
    border-color: #6874d2 !important;
    background: #6874d2 !important;
  }
}

/* 2026-08-18 reading-scale and colour reconciliation. The compact demo stays
   compact; the rest of the page returns to a comfortable editorial scale.
   Large mint surfaces are removed so the blue action family does not clash. */
html body.discovery-commercial-page main.discovery-page {
  --wwk-action: #6670b8;
  --wwk-action-hover: #5963a7;
  --wwk-action-soft: #ececf6;
}

html body.discovery-commercial-page main.discovery-page .reference-why__header h2 {
  font-size: clamp(30px, 2.55vw, 35px) !important;
  font-weight: 560 !important;
  line-height: 1.07 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__lead {
  color: #45443f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__column-head h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats strong {
  font-size: clamp(34px, 2.7vw, 40px) !important;
  font-weight: 560 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__stats span {
  color: #4b4a45 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list {
  gap: 22px !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list h4 {
  margin-bottom: 5px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -.015em !important;
  line-height: 1.22 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__list p {
  color: #4b4a45 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__footer,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-footnote.supplier-note {
  background: #e5e3dd !important;
  color: #20201d !important;
}

html body.discovery-commercial-page main.discovery-page .reference-why__footer p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body.discovery-commercial-page main.discovery-page :is(
  .button:not(.button--secondary),
  .offer__action:not(.button--secondary),
  .standalone-listing-cta,
  .pricing-help-card > a,
  .submit-button,
  .reference-why__footer > button[data-open-news-modal]
) {
  border-color: #6670b8 !important;
  background: #6670b8 !important;
  color: #fff !important;
  font-size: 13px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer.offer--primary:hover {
  background: #ececf6 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .offer-summary,
  .offer__features li,
  .pricing-subsection__head p,
  .pricing-help-card > p,
  .form-intro p,
  .interest-privacy-note
) {
  font-size: 13.5px !important;
  line-height: 1.48 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap :is(
  .price small,
  .price-standard,
  .price-table,
  .price-tile > small,
  .price-tile__name
) {
  font-size: 12.5px !important;
  line-height: 1.42 !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .form-section label {
  font-size: 11px !important;
}

html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .enquiry-form :is(input, select, textarea) {
  font-size: 14px !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page :is(
    .button:not(.button--secondary),
    .offer__action:not(.button--secondary),
    .standalone-listing-cta,
    .pricing-help-card > a,
    .submit-button,
    .reference-why__footer > button[data-open-news-modal]
  ):hover {
    border-color: #5963a7 !important;
    background: #5963a7 !important;
  }
}

@media (max-width: 760px) {
  html body.discovery-commercial-page main.discovery-page .reference-why__header h2 {
    font-size: 32px !important;
  }
  html body.discovery-commercial-page main.discovery-page .reference-why__column-head h3 {
    font-size: 16px !important;
  }
  html body.discovery-commercial-page main.discovery-page .reference-why__list p {
    font-size: 14px !important;
  }
}

/* Exact action lock for the reconciled palette. */
html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child,
html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal],
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary),
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a,
html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button {
  border-color: #6670b8 !important;
  background: #6670b8 !important;
  color: #fff !important;
}

@media (hover: hover) {
  html body.discovery-commercial-page main.discovery-page > .hero .hero-actions > .button:first-child:hover,
  html body.discovery-commercial-page main.discovery-page .reference-body .reference-why .reference-why__footer > button[data-open-news-modal]:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .offer-grid > .offer .offer__action:not(.button--secondary):hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .standalone-listing-cta:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .pricing-help-card > a:hover,
  html body.discovery-commercial-page main.discovery-page #packages.offer-wrap .submit-button:hover {
    border-color: #5963a7 !important;
    background: #5963a7 !important;
  }
}
