@import url("/assets/css/unified-site-header.css?v=20260723-1");
@import url("/assets/css/heading-system.css?v=20260728-section-heading-1");

:root {
  --site-shell-wide: 1760px;
  --site-content-standard: 1400px;
  --site-content-reading: 820px;
  --site-hero-copy: 900px;
  --site-inline-space: clamp(40px, 7vw, 128px);
}

/*
 * Global page shell
 *
 * The site contains both hand-authored pages and generated Astro pages. Their
 * original styles use several hard-coded 1180px containers, so this late-loaded
 * stylesheet is the single source of truth for page alignment.
 */
:is(
  .container,
  .nav-inner,
  .hero-inner,
  .footer-inner,
  .commercial-nav-inner,
  .commercial-footer-inner,
  .page-hero .container,
  .brand-page-hero-grid,
  .brand-proof-grid,
  .hero-proof-grid
) {
  width: min(calc(100% - var(--site-inline-space)), var(--site-shell-wide)) !important;
  max-width: var(--site-shell-wide) !important;
  margin-inline: auto !important;
}

/* Desktop header: keep primary navigation near the logo and the CTA at the far right. */
@media (min-width: 1181px) {
  .nav-inner,
  .commercial-nav-inner {
    justify-content: flex-start !important;
    gap: clamp(32px, 4vw, 72px) !important;
  }

  .main-nav,
  .commercial-main-nav {
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    gap: clamp(8px, 0.75vw, 12px) !important;
    font-size: clamp(12px, 0.72vw, 13px) !important;
  }

  .main-nav .nav-cta,
  .commercial-main-nav .commercial-nav-cta {
    margin-left: auto !important;
    min-width: 96px !important;
    padding-inline: 12px !important;
  }
}

/* Keep long-form and decision-heavy content readable inside the wide shell. */
:is(
  .article-layout,
  .story-layout,
  .product-detail-layout,
  .service-faq-detail-layout,
  .container.split
) {
  max-width: var(--site-content-standard) !important;
  margin-inline: auto !important;
}

:is(
  .article-content,
  .story-main,
  .service-faq-article
) {
  min-width: 0;
}

/* Hero copy stays compact even when imagery and section backgrounds go wide. */
.page-hero .container > * {
  max-width: var(--site-hero-copy) !important;
}

.page-hero p:not(.eyebrow),
.brand-page-hero-copy .lead {
  max-width: var(--site-content-reading) !important;
}

/* Industry-page headings share one readable measure and wrapping rhythm. */
.industry-page .section-head {
  width: 100%;
  max-width: 1180px;
}

.industry-page :is(.page-hero h1, .section-title) {
  max-width: 100% !important;
  letter-spacing: 0;
  text-wrap: balance;
}

.industry-page .page-hero h1 {
  max-width: 980px !important;
}

.industry-page .section-title {
  font-size: 40px !important;
  line-height: 1.18;
}

.industry-page .page-hero p:not(.eyebrow) {
  max-width: 100% !important;
  text-wrap: wrap;
}

.industry-page .section-lede {
  max-width: 100% !important;
  text-wrap: wrap;
}

.industry-page .container.split .section-lede {
  max-width: 100% !important;
}

.industry-page :is(.section-kicker, .section-title, .section-lede) {
  overflow-wrap: break-word;
}

@media (max-width: 1020px) {
  :is(
    .article-layout,
    .story-layout,
    .product-detail-layout,
    .service-faq-detail-layout,
    .container.split
  ) {
    max-width: none !important;
  }

  .industry-page .section-title {
    font-size: 34px !important;
  }
}

@media (max-width: 700px) {
  .page-hero .container > *,
  .page-hero p:not(.eyebrow),
  .brand-page-hero-copy .lead {
    max-width: 100% !important;
  }

  .industry-page .section-head,
  .industry-page :is(.page-hero h1, .page-hero p:not(.eyebrow), .section-title, .section-lede) {
    max-width: 100% !important;
  }

  .industry-page .section-title {
    font-size: 30px !important;
  }
}

/* Inner-page HERO system: typography, top rhythm and rule treatment.
   The two business home HERO components are intentionally excluded. */
:root {
  --inner-hero-font-latin: Inter, "Segoe UI", Arial, sans-serif;
  --inner-hero-font-cjk: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  --inner-hero-title-size: clamp(40px, 4.2vw, 64px);
  --inner-hero-title-compact-size: clamp(36px, 3.6vw, 54px);
  --inner-hero-eyebrow-size: 16px;
  --inner-hero-lede-size: 18px;
  --inner-hero-copy-top: 64px;
  --inner-hero-copy-top-compact: 52px;
}

html:lang(en) body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero),
html:lang(es) body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) {
  font-family: var(--inner-hero-font-latin) !important;
}

html:lang(zh) body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) {
  font-family: var(--inner-hero-font-cjk) !important;
}

body :is(
  .quality-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) {
  padding-top: 0 !important;
}

body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) > :is(.container, .brand-page-hero-grid) {
  padding-top: var(--inner-hero-copy-top) !important;
}

body :is(
  .service-faq-detail-hero,
  .mining-article-hero,
  .case-story-hero,
  .hero.compact-hero
) > :is(.container, .brand-page-hero-grid) {
  padding-top: var(--inner-hero-copy-top-compact) !important;
}

/* Commercial brand/FAQ headers are fixed while their HERO begins at y=0. */
.commercial-site-header + main .brand-page-hero > .brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top)) !important;
}

.commercial-site-header + main :is(
  .service-faq-detail-hero,
  .mining-article-hero
) > .brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top-compact)) !important;
}

body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) h1 {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  font-size: var(--inner-hero-title-size) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

body :is(
  .service-faq-detail-hero,
  .mining-article-hero,
  .case-story-hero,
  .hero.compact-hero
) h1 {
  font-size: var(--inner-hero-title-compact-size) !important;
  line-height: 1.1 !important;
}

body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) .eyebrow {
  margin-bottom: 14px !important;
  font-size: var(--inner-hero-eyebrow-size) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) :is(
  .lead,
  .hero-lede,
  .product-hero-summary,
  p:not(.eyebrow):not(.breadcrumb)
) {
  font-size: var(--inner-hero-lede-size) !important;
  line-height: 1.65 !important;
}

body :is(
  .page-hero,
  .brand-page-hero,
  .quality-hero,
  .hero.compact-hero,
  .country-hero,
  .hv-hero,
  .contact-landing-hero,
  .country-hub-hero
):not(.hero-home):not(.commercial-home-hero) :is(
  .yellow-rule,
  .brand-page-hero-rule,
  .pitfall-brand-rule
) {
  display: none !important;
}

@media (max-width: 700px) {
  :root {
    --inner-hero-title-size: clamp(30px, 8.2vw, 40px);
    --inner-hero-title-compact-size: clamp(28px, 7.6vw, 36px);
    --inner-hero-eyebrow-size: 14px;
    --inner-hero-lede-size: 16px;
    --inner-hero-copy-top: 40px;
    --inner-hero-copy-top-compact: 36px;
  }
}

/* Unified end-of-page engineer entry */
.site-contact-entry {
  padding: 52px 0;
  background: #eef4fb;
  border-top: 1px solid #d8e0eb;
}

.site-contact-entry .container {
  display: block;
}

.site-contact-entry .cta-strip,
.cta-strip {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 32px !important;
  align-items: center !important;
  min-height: 172px !important;
  padding: 36px 42px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 88% 0%, rgba(26, 123, 255, 0.34), transparent 32%),
    linear-gradient(135deg, #00183f, #06347b) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-left: 7px solid #f8b918 !important;
  border-radius: 10px !important;
  box-shadow: 0 22px 48px rgba(0, 24, 63, 0.18) !important;
}

.site-contact-entry .cta-strip h2,
.cta-strip h2 {
  max-width: 900px !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(26px, 2.2vw, 38px) !important;
  line-height: 1.18 !important;
}

.site-contact-entry .cta-strip p,
.cta-strip p {
  max-width: 940px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.site-contact-entry .section-actions,
.cta-strip .section-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin: 0 !important;
}

.site-contact-entry__primary,
.site-contact-entry__secondary,
.cta-strip .btn,
.cta-strip .button {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.site-contact-entry__primary,
.cta-strip .btn.primary,
.cta-strip .button:not(.secondary):not(.ghost) {
  color: #061833 !important;
  background: #f8b918 !important;
  border: 1px solid #f8b918 !important;
}

.site-contact-entry__secondary,
.cta-strip .btn.secondary,
.cta-strip .button.secondary,
.cta-strip .button.ghost {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
}

/* Full QR + form panel used by the main service pages. */
.site-engineer-contact {
  padding: 64px 0 76px;
  background:
    radial-gradient(circle at 12% 0%, rgba(26, 123, 255, 0.1), transparent 34%),
    #eef4fb;
  border-top: 1px solid #d8e0eb;
}

.site-engineer-contact__intro {
  max-width: 1280px;
  margin: 0 auto 30px;
  text-align: center;
}

.site-engineer-contact__kicker {
  display: none !important;
}

.site-engineer-contact__intro h2 {
  max-width: 1080px;
  margin: 0 auto;
  color: #07162e;
  font-size: clamp(32px, 3.3vw, 52px);
  line-height: 1.14;
}

.site-engineer-contact__intro > p:last-child {
  display: none !important;
}

.site-engineer-contact__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1320px;
  margin-inline: auto;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #cbd8ea;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(23, 61, 120, 0.12);
}

.site-engineer-contact__card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-width: 0;
  min-height: 570px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  text-align: center;
}

.site-engineer-contact__card h3 {
  margin: 0 0 8px;
  color: #07162e;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.18;
}

.site-engineer-contact__card > p {
  margin: 0 0 22px;
  color: #526681;
  font-size: 16px;
}

.site-engineer-contact__qr {
  display: grid;
  place-items: center;
  width: min(100%, 310px);
  margin: 6px auto 20px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #d4dfed;
  border-radius: 8px;
}

.site-engineer-contact__qr img {
  width: 100%;
  height: auto;
}

.site-engineer-contact__direct {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: #0648c7;
  background: #f8fbff;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  font-weight: 900;
}

.site-engineer-contact__form {
  width: min(100%, 540px);
  margin-top: 10px;
  text-align: left;
}

.site-engineer-contact__form label {
  display: grid;
  gap: 6px;
  margin-bottom: 13px;
  color: #263a58;
  font-size: 14px;
  font-weight: 900;
}

.site-engineer-contact__form input {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  color: #101827;
  background: #f8fbff;
  border: 1px solid #cbd8ea;
  border-radius: 8px;
  font: inherit;
}

.site-engineer-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.site-engineer-contact__submit button {
  min-width: 150px;
  min-height: 48px;
  color: #061833;
  background: #f8b918;
  border: 1px solid #d99a00;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
}

.site-engineer-contact__email,
.site-engineer-contact .form-status {
  margin-top: 16px;
  color: #526681;
  font-size: 14px;
  text-align: center;
}

.site-engineer-contact__email a {
  color: #0648c7;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-engineer-contact .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Contact page: avoid awkward single-character wraps in the engineer support intro. */
.contact-engineer-section {
  padding-top: 52px !important;
}

.contact-engineer-section .container {
  max-width: var(--site-shell-wide) !important;
}

.contact-kicker {
  text-align: center !important;
}

.contact-engineer-section h1 {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin: 0 auto 12px !important;
  font-size: clamp(42px, 3.4vw, 56px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

.contact-lead {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  color: #465a78 !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.58 !important;
  text-align: center !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: pretty !important;
}

.contact-lead span {
  display: block !important;
}

@media (max-width: 700px) {
  .contact-engineer-section {
    padding-top: 34px !important;
  }

  .contact-engineer-section h1 {
    width: 100% !important;
    font-size: clamp(30px, 8vw, 38px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .contact-lead {
    font-size: 16px !important;
    line-height: 1.74 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .contact-lead span {
    display: inline !important;
  }
}

/* Home page acts as the full-site entry map. */
.home-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-intro-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  color: #00122f;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-left: 5px solid #f8b918;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 18, 48, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-intro-card:hover {
  border-color: #c2cfdf;
  box-shadow: 0 22px 46px rgba(0, 18, 48, 0.12);
  transform: translateY(-2px);
}

.home-intro-card span {
  color: #9a6e00;
  font-size: 13px;
  font-weight: 900;
}

.home-intro-card h3 {
  margin: 0;
  color: #00122f;
  font-size: 22px;
  line-height: 1.25;
}

.home-intro-card p {
  margin: 0;
  color: #526681;
  line-height: 1.7;
}

.module-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 18px 20px;
  color: #00122f;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 18, 48, 0.06);
}

.module-cta p {
  margin: 0;
  color: #526681;
  font-size: 16px;
  line-height: 1.65;
}

.module-cta .btn {
  flex: 0 0 auto;
  min-height: 44px;
  border-radius: 8px;
  white-space: nowrap;
}

.module-cta--dark {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.module-cta--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.home-visual-grid,
.home-quality-grid,
.home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Homepage heading rhythm: avoid awkward Chinese phrase breaks in section titles and ledes. */
.home-product-categories .section-head,
#industries .section-head,
.home-quality-proof .section-head,
#services .section-head,
.home-selection-entry .section-head {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
}

.home-product-categories .section-head {
  width: min(100%, var(--site-shell-wide)) !important;
  max-width: var(--site-shell-wide) !important;
}

.home-title-line {
  display: block !important;
}

.home-product-categories .section-title,
#industries .section-title,
.home-country-support__header .section-title,
.home-quality-proof .section-title,
#services .section-title,
.home-selection-entry .section-title,
.home-case-review .section-title,
.home-brand-promise .section-heading h2 {
  max-width: none !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

.home-product-categories .section-lede,
#industries .section-lede,
.home-country-support__header .section-lede,
.home-quality-proof .section-lede,
#services .section-lede,
.home-selection-entry .section-lede,
.home-case-review .section-lede,
.home-brand-promise .section-heading .lead {
  max-width: 1120px !important;
  line-height: 1.72 !important;
  text-wrap: pretty !important;
  overflow-wrap: normal !important;
}

.home-product-categories .section-lede {
  max-width: 980px !important;
}

.home-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-visual-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  color: #00122f;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 18, 48, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-visual-card:hover {
  border-color: #c2cfdf;
  box-shadow: 0 22px 46px rgba(0, 18, 48, 0.13);
  transform: translateY(-2px);
}

.home-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dfe7f2;
}

.home-visual-card > div {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 20px;
}

.home-visual-card .meta {
  margin: 0 0 8px;
  color: #9a6e00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.home-visual-card h3 {
  margin: 0 0 12px;
  color: #00122f;
  font-size: 22px;
  line-height: 1.25;
}

.home-visual-card p:not(.meta) {
  margin: 0;
  color: #526681;
  line-height: 1.75;
}

.home-visual-card .card-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background: #00183f;
  border: 2px solid #00183f;
  border-bottom: 4px solid #f8b918;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.16);
  font-weight: 900;
}

.home-visual-card .card-link:hover {
  color: #00122f;
  background: #f8b918;
  border-color: #f8b918;
}

.home-proof-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.home-proof-checklist span {
  position: relative;
  min-height: 48px;
  padding: 13px 16px 13px 42px;
  color: #00122f;
  background: #f7f9fc;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.4;
}

.home-proof-checklist span::before {
  position: absolute;
  left: 16px;
  color: #9a6e00;
  font-weight: 900;
  content: "✓";
}

/* Homepage quality proof: make six verifiable standards the primary content. */
.home-quality-proof {
  padding: 62px 0 58px !important;
  background: #eef4fb;
}

.home-quality-proof .section-head {
  width: 100% !important;
  max-width: 1180px !important;
  margin-bottom: 28px;
}

.home-quality-proof .section-lede {
  max-width: 1120px !important;
}

.home-quality-standards {
  gap: 16px;
}

.home-quality-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ccd7e5;
}

@media (max-width: 700px) {
  .home-quality-proof {
    padding: 44px 0 40px !important;
  }

  .home-quality-actions {
    display: grid;
  }
}

/* Home-page country support: each market is a visual entry, not a text-only list. */
.home-country-support__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.home-country-support__header .section-title,
.home-country-support__header .section-lede {
  margin-bottom: 0;
}

.home-country-support__header .section-lede {
  max-width: 660px;
}

.home-country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.country-support-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  color: #00122f;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 18, 48, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.country-support-card:hover {
  border-color: #c2cfdf;
  box-shadow: 0 22px 46px rgba(0, 18, 48, 0.13);
  transform: translateY(-2px);
}

.country-support-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dfe7f2;
}

.country-support-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 20px;
}

.country-support-card .meta {
  margin: 0 0 8px;
  color: #9a6e00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.country-support-card h3 {
  margin: 0 0 12px;
  color: #00122f;
  font-size: 22px;
  line-height: 1.25;
}

.country-support-card p:not(.meta) {
  margin: 0;
  color: #526681;
  line-height: 1.75;
}

.country-support-card .card-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background: #00183f;
  border: 2px solid #00183f;
  border-bottom: 4px solid #f8b918;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.16);
  font-weight: 900;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.country-support-card .card-link:hover {
  color: #00122f;
  background: #f8b918;
  border-color: #f8b918;
  box-shadow: 0 16px 30px rgba(248, 185, 24, 0.22);
  transform: translateY(-1px);
}

.country-support-card .card-link:focus-visible {
  outline: 3px solid rgba(248, 185, 24, 0.45);
  outline-offset: 3px;
}

.home-country-support__credit {
  margin: 18px 0 0;
  color: #7b8797;
  font-size: 12px;
  line-height: 1.7;
}

/* Homepage industry introduction: use the available wide layout before wrapping. */
#industries .industry-grid-head {
  width: 100% !important;
  max-width: none !important;
}

#industries .industry-grid-head .section-lede {
  width: 100%;
  max-width: none !important;
}

@media (max-width: 1120px) {
  .home-intro-grid,
  .home-visual-grid,
  .home-quality-grid,
  .home-case-grid,
  .home-proof-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-country-support__header {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .home-country-support__header .section-lede {
    max-width: 860px;
  }

  .home-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-intro-grid,
  .home-visual-grid,
  .home-quality-grid,
  .home-case-grid,
  .home-proof-checklist {
    grid-template-columns: 1fr;
  }

  .home-intro-card {
    min-height: 0;
    padding: 20px;
  }

  .module-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .module-cta .btn {
    width: 100%;
    white-space: normal;
  }

  .home-country-grid {
    grid-template-columns: 1fr;
  }

  .home-visual-card,
  .country-support-card {
    grid-template-columns: 128px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .home-visual-card img,
  .country-support-card img {
    height: 100%;
    min-height: 192px;
    aspect-ratio: auto;
  }

  .home-visual-card .card-link,
  .country-support-card .card-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.2;
  }

  .country-support-card__body {
    min-width: 0;
    padding: 14px;
  }

  .country-support-card h3 {
    font-size: 18px;
  }

  .home-visual-card > div {
    min-width: 0;
    padding: 14px;
  }

  .home-visual-card h3 {
    font-size: 18px;
  }

  .home-visual-card p:not(.meta),
  .country-support-card p:not(.meta) {
    font-size: 14px;
    line-height: 1.58;
  }

  .home-product-categories .section-title,
  #industries .section-title,
  .home-country-support__header .section-title,
  .home-quality-proof .section-title,
  #services .section-title,
  .home-selection-entry .section-title,
  .home-case-review .section-title,
  .home-brand-promise .section-heading h2 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .home-product-categories .section-lede,
  #industries .section-lede,
  .home-country-support__header .section-lede,
  .home-quality-proof .section-lede,
  #services .section-lede,
  .home-selection-entry .section-lede,
  .home-case-review .section-lede,
  .home-brand-promise .section-heading .lead {
    overflow-wrap: break-word !important;
  }
}

/* Home-page case proof is the final trust block before the conversion CTA. */
.home-case-review .container.split {
  max-width: var(--site-shell-wide) !important;
}

.home-case-review .section-lede {
  max-width: 780px;
}

.home-case-review .image-panel img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

/* Blog hub and article system */
.pain-card[href] {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pain-card[href]:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 72, 199, 0.42);
  box-shadow: 0 18px 38px rgba(0, 18, 48, 0.12);
}

.pain-card__action {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  padding-bottom: 3px;
  color: #0648c7;
  border-bottom: 2px solid #f8b918;
  font-size: 14px;
  font-weight: 900;
}

.blog-hub-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 44px;
  align-items: end;
}

.blog-hub-intro .section-head {
  margin-bottom: 0;
}

.blog-hub-note {
  padding: 22px 24px;
  color: #526681;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-left: 6px solid #f8b918;
  border-radius: 8px;
  line-height: 1.7;
}

@media (min-width: 1021px) {
  .blog-hero {
    --hero-block-height: 420px !important;
    min-height: 420px !important;
  }

  .blog-hero .container {
    min-height: 420px !important;
    padding-top: 26px !important;
    padding-bottom: 34px !important;
  }

  .blog-hero h1 {
    max-width: 760px !important;
    margin-bottom: 18px !important;
  }

  .blog-hero p:not(.eyebrow) {
    max-width: 820px !important;
  }
}

.blog-index-nav-section {
  padding: 24px 0 !important;
}

.blog-category-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.blog-category-nav a {
  display: flex;
  position: relative;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #00183f, #06347b);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 4px solid #f8b918;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 24, 63, 0.14);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.blog-category-nav a::after {
  content: "→";
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: #061833;
  background: #f8b918;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

.blog-category-nav a:hover {
  border-color: rgba(255, 255, 255, 0.22);
  border-bottom-color: #ffd052;
  box-shadow: 0 18px 34px rgba(0, 24, 63, 0.2);
  transform: translateY(-2px);
}

.blog-list-section {
  padding-top: 48px !important;
}

.blog-list-section .blog-topic-content > .blog-topic-block:first-child {
  margin-top: 0 !important;
}

/* Product center: tighter hero and blog-style category buttons. */
@media (min-width: 1021px) {
  .product-center-hero {
    --hero-block-height: 440px !important;
    min-height: 440px !important;
  }

  .product-center-hero .container {
    min-height: 440px !important;
    padding-top: 26px !important;
    padding-bottom: 34px !important;
  }

  .product-center-hero h1.product-hero-title {
    max-width: 920px !important;
    margin-bottom: 16px !important;
    font-size: clamp(42px, 3.3vw, 58px) !important;
  }

  .product-center-hero .product-hero-summary {
    max-width: 860px !important;
    font-size: 17px !important;
    line-height: 1.68 !important;
  }

  .product-center-hero .tag-row {
    margin-top: 22px !important;
  }

  .product-center-hero .section-inline-actions {
    margin-top: 24px !important;
  }
}

.product-class-selector {
  padding: 24px 0 !important;
}

.product-class-selector .product-selector-head {
  display: none !important;
}

.product-selector-grid {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

.product-selector-grid a {
  display: flex !important;
  position: relative !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #00183f, #06347b) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-bottom: 4px solid #f8b918 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 28px rgba(0, 24, 63, 0.14) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.product-selector-grid a::after {
  content: "→";
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: #061833;
  background: #f8b918;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
}

.product-selector-grid a:hover {
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-bottom-color: #ffd052 !important;
  box-shadow: 0 18px 34px rgba(0, 24, 63, 0.2) !important;
  transform: translateY(-2px) !important;
}

.product-selector-grid a > span,
.product-selector-grid a > small,
.product-selector-grid a > b {
  display: none !important;
}

.product-selector-grid strong {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 1180px) {
  .product-selector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .product-class-selector {
    padding: 18px 0 !important;
  }

  .product-selector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .product-selector-grid a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .product-selector-grid a {
    min-height: 56px !important;
    padding: 12px 10px !important;
    font-size: 14px !important;
  }

  .product-selector-grid a::after {
    width: 24px;
    height: 24px;
  }
}

/* Service page: same compact in-page navigation buttons as the blog hub. */
.service-page-nav-section {
  padding: 24px 0 !important;
  background: #eef4fb !important;
  border-top: 1px solid #d8e0eb !important;
  border-bottom: 1px solid #d8e0eb !important;
}

.service-page-nav-section > .container.service-page-nav-grid,
.service-page-nav-section > .container.hero-proof-grid {
  width: min(calc(100% - var(--site-inline-space)), var(--site-shell-wide)) !important;
  max-width: var(--site-shell-wide) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  background: transparent !important;
}

.service-page-nav-section .hero-proof-card {
  display: flex !important;
  position: relative !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 14px 20px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #00183f, #06347b) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-bottom: 4px solid #f8b918 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 28px rgba(0, 24, 63, 0.14) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.service-page-nav-section .hero-proof-card::after {
  content: "→" !important;
  display: inline-grid !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.service-page-nav-section .hero-proof-card:hover {
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-bottom-color: #ffd052 !important;
  box-shadow: 0 18px 34px rgba(0, 24, 63, 0.2) !important;
  transform: translateY(-2px) !important;
}

.service-page-nav-section .hero-proof-card span,
.service-page-nav-section .hero-proof-card small {
  display: none !important;
}

.support-policy-row[id] {
  scroll-margin-top: 110px;
}

.support-policy-table {
  width: 100% !important;
}

.support-policy-row {
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1.48fr) !important;
}

.support-policy-row > * {
  min-width: 0 !important;
}

.support-policy-table .support-policy-head > span {
  min-height: 64px !important;
}

.support-policy-row:not(.support-policy-head) {
  align-items: stretch !important;
}

.support-policy-row:not(.support-policy-head) > * {
  display: flex !important;
  align-items: center !important;
}

.support-policy-row:not(.support-policy-head) > p[role="cell"] {
  color: #526681 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.support-policy-row .support-policy-points {
  display: grid !important;
  align-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 24px 28px !important;
  color: #526681 !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
  list-style: none !important;
  counter-reset: support-policy-point !important;
}

.support-policy-points li {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  counter-increment: support-policy-point !important;
}

.support-policy-points li::before {
  content: counter(support-policy-point, decimal-leading-zero) !important;
  color: #d99a00 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.68 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.service-faq-hub .section-heading .lead,
.maintenance-guide-entry .text-muted {
  max-width: 1320px !important;
  text-wrap: pretty;
}

.support-policy-topic {
  flex-direction: row !important;
  gap: 13px !important;
  align-items: center !important;
}

.support-policy-topic span {
  display: inline-flex !important;
  width: auto !important;
  min-width: 32px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #d99a00 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.support-policy-topic strong {
  display: inline !important;
  margin: 0 !important;
  color: #07162e !important;
  font-size: 19px !important;
  line-height: 1.28 !important;
  white-space: nowrap !important;
}

@media (max-width: 1100px) {
  .support-policy-row {
    grid-template-columns: 1fr !important;
  }

  .support-policy-head {
    display: none !important;
  }

  .support-policy-row > * {
    border-left: 0 !important;
  }

  .support-policy-row:not(.support-policy-head) > * {
    align-items: flex-start !important;
  }

  .support-policy-topic {
    align-items: center !important;
  }
}

@media (max-width: 900px) {
  .service-page-nav-section > .container.service-page-nav-grid,
  .service-page-nav-section > .container.hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .service-page-nav-section {
    padding: 18px 0 !important;
  }

  .service-page-nav-section > .container.service-page-nav-grid,
  .service-page-nav-section > .container.hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .service-page-nav-section .hero-proof-card {
    min-height: 54px !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
  }
}

.blog-category-nav span {
  color: #e38a1d;
  font-size: 12px;
  font-weight: 900;
}

.blog-category-nav strong {
  font-size: 16px;
  line-height: 1.28;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.blog-topic-block .blog-card {
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 0.58fr);
  grid-template-rows: 1fr;
  min-height: 286px;
}

.blog-topic-block .blog-card img {
  height: 100%;
  aspect-ratio: auto;
}

.blog-topic-block .blog-card__body {
  padding: 24px 22px;
}

.blog-topic-block .blog-card h3 {
  font-size: clamp(20px, 1.45vw, 25px);
}

.blog-topic-block {
  scroll-margin-top: 96px;
}

.blog-topic-block + .blog-topic-block {
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid #d8e0eb;
}

.blog-topic-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 24px;
}

.blog-topic-heading span {
  display: block;
  margin-bottom: 8px;
  color: #e38a1d;
  font-size: 13px;
  font-weight: 900;
}

.blog-topic-heading h2 {
  margin: 0;
  color: #07162e;
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.14;
}

.blog-topic-heading p {
  margin: 0;
  color: #526681;
  line-height: 1.7;
}

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: inherit;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 18, 48, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(0, 18, 48, 0.12);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 24px;
}

.blog-card__category,
.blog-article-meta {
  color: #e38a1d;
  font-size: 13px;
  font-weight: 900;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  color: #07162e;
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.24;
}

.blog-card p {
  margin: 0;
  color: #526681;
  line-height: 1.68;
}

.blog-card__action {
  color: #0648c7;
  font-weight: 900;
}

.blog-article-figure {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4fb;
}

.blog-article-figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.article-content .blog-article-lead {
  margin-bottom: 26px;
  color: #263a58;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 700;
}

/* Lightweight knowledge-article layout: one readable column, a compact
   in-page index and restrained section separators instead of nested cards. */
.article-layout.article-layout-simple {
  display: block;
  max-width: 980px !important;
}

.article-layout-simple .article-content {
  padding: clamp(26px, 4vw, 52px);
  box-shadow: none;
}

.article-inline-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 26px 0 6px;
  padding: 16px 0;
  border-top: 1px solid #d8e0eb;
  border-bottom: 1px solid #d8e0eb;
}

.article-inline-toc strong {
  width: 100%;
  color: #07162e;
  font-size: 14px;
}

.article-inline-toc a {
  color: #0648c7;
  font-size: 14px;
  font-weight: 800;
}

.article-prose-section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid #d8e0eb;
  scroll-margin-top: 96px;
}

.article-prose-section > h2 {
  margin-top: 0;
}

.article-prose-section h3 {
  margin: 24px 0 8px;
  color: #07162e;
  font-size: clamp(19px, 2vw, 23px);
}

.article-prose-section p + p {
  margin-top: 12px;
}

.article-simple-table {
  margin: 22px 0 26px;
  overflow-x: auto;
}

.article-simple-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.article-simple-table th,
.article-simple-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d8e0eb;
  color: #526681;
  font-size: 15px;
  line-height: 1.62;
}

.article-simple-table th {
  color: #07162e;
  background: #eef4fb;
  font-weight: 900;
}

.article-source-list {
  margin-bottom: 0 !important;
}

.article-source-list a {
  color: #0648c7;
  font-weight: 800;
}

.article-note {
  margin: 22px 0;
  padding: 16px 18px;
  color: #263a58;
  background: #eef4fb;
  border-left: 4px solid #0648c7;
}

.article-content ul,
.article-content ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 24px;
  padding-left: 24px;
  color: #526681;
  font-size: 17px;
  line-height: 1.7;
}

.blog-article-callout {
  margin: 26px 0;
  padding: 22px 24px;
  color: #07162e;
  background: #fff9e8;
  border: 1px solid #f1d47c;
  border-left: 6px solid #f8b918;
  border-radius: 8px;
}

.blog-article-callout strong {
  display: block;
  margin-bottom: 7px;
  color: #07162e;
  font-size: 18px;
}

.blog-article-callout p {
  margin: 0;
  color: #526681;
}

.article-overview {
  margin: 30px 0 26px;
  padding-top: 4px;
}

.blog-article-page .article-side {
  max-height: calc(100vh - 112px);
  padding-right: 4px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.blog-article-page .blog-related-links {
  gap: 0;
}

.blog-article-page .blog-related-links a {
  padding: 8px 0;
  font-size: 13px;
}

.article-overview > h2 {
  margin: 0 0 18px;
}

.article-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-overview-grid article {
  min-height: 176px;
  padding: 20px;
  background: #f4f7fb;
  border: 1px solid #d8e0eb;
  border-top: 4px solid #f8b918;
  border-radius: 8px;
}

.article-overview-grid span,
.article-section-number,
.article-mistake-grid article > span,
.article-deliverables article > span {
  display: block;
  color: #e38a1d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.article-overview-grid p {
  margin: 10px 0 0;
  color: #263a58;
  font-size: 15px;
  line-height: 1.7;
}

.article-detail-section,
.article-decision,
.article-mistakes,
.article-delivery {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid #d8e0eb;
  scroll-margin-top: 96px;
}

.article-detail-section .article-section-number,
.article-decision .article-section-number,
.article-mistakes .article-section-number,
.article-delivery .article-section-number {
  margin: 0 0 8px;
}

.article-detail-section > h2,
.article-decision > h2,
.article-mistakes > h2,
.article-delivery > h2 {
  margin: 0 0 14px;
}

.article-section-action {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  margin: 20px 0 18px;
  padding: 18px 20px;
  background: #eef4fb;
  border-left: 5px solid #0648c7;
  border-radius: 7px;
}

.article-section-action strong {
  color: #07162e;
  font-size: 16px;
}

.article-section-action p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.article-content .article-section-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-section-points li {
  position: relative;
  min-height: 68px;
  padding: 14px 14px 14px 40px;
  color: #263a58;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
}

.article-section-points li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 14px;
  color: #0648c7;
  font-weight: 900;
}

.article-decision-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
}

.article-decision table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #ffffff;
}

.article-decision th,
.article-decision td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d8e0eb;
}

.article-decision thead th {
  color: #ffffff;
  background: #071f49;
  font-size: 14px;
}

.article-decision tbody th {
  width: 28%;
  color: #07162e;
  font-size: 15px;
}

.article-decision td {
  color: #526681;
  font-size: 14px;
  line-height: 1.55;
}

.article-decision td span {
  display: block;
}

.article-decision td span + span {
  margin-top: 6px;
}

.article-decision tbody tr:last-child th,
.article-decision tbody tr:last-child td {
  border-bottom: 0;
}

.article-mistake-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.article-mistake-grid article {
  padding: 20px;
  background: #fff9e8;
  border: 1px solid #f1d47c;
  border-radius: 8px;
}

.article-mistake-grid h3,
.article-deliverables h3 {
  margin: 9px 0 8px;
  color: #07162e;
  font-size: 18px;
  line-height: 1.35;
}

.article-mistake-grid p,
.article-deliverables p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
}

.article-deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.article-deliverables article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  background: #f4f7fb;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
}

.article-deliverables article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #07162e;
  background: #f8b918;
  border-radius: 50%;
}

.article-deliverables h3 {
  margin-top: 0;
}

.blog-related-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-related-links a {
  display: block;
  padding: 10px 0;
  color: #0648c7;
  border-bottom: 1px solid #d8e0eb;
  font-weight: 800;
}

/* Brand page: compact trust labels aligned with the wide site shell. */
.brand-proof-band {
  padding: 18px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #d8e0eb !important;
}

.brand-proof-band > .container.brand-proof-grid,
.container.brand-proof-grid {
  width: min(calc(100% - var(--site-inline-space)), var(--site-shell-wide)) !important;
  max-width: var(--site-shell-wide) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  background: transparent !important;
}

.brand-proof-band .brand-proof-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 14px 22px !important;
  background: linear-gradient(180deg, #fff9e8 0%, #ffffff 100%) !important;
  border: 1px solid #f1d47c !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(0, 18, 48, 0.06) !important;
  text-align: center !important;
}

.brand-proof-band .brand-proof-item::before {
  content: none !important;
  display: none !important;
}

.brand-proof-band .brand-proof-item strong {
  margin: 0 !important;
  color: #07162e !important;
  font-size: clamp(18px, 1.15vw, 22px) !important;
  line-height: 1.25 !important;
}

.brand-proof-band .brand-proof-item p {
  display: none !important;
}

.brand-service-promise .section-heading > .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 9px 15px !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border: 1px solid #e1a000 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(248, 185, 24, 0.22) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.brand-service-promise .section-heading > .eyebrow::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 8px !important;
  background: #061833 !important;
  border-radius: 999px !important;
}

/* Homepage: reuse the brand-page service promise as the primary brand section. */
.home-brand-promise {
  padding: 60px 0 44px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(26, 123, 255, 0.08), transparent 32%),
    #eef4fb !important;
}

.home-brand-promise .section-heading {
  width: 100%;
  margin-bottom: 24px;
}

.home-brand-promise .section-heading h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #07162e;
  font-size: clamp(34px, 3.05vw, 54px);
  line-height: 1.12;
}

.home-brand-promise .section-heading .lead {
  width: 100%;
  max-width: none;
  margin: 14px 0 0;
  color: #526681;
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.55;
}

.home-brand-promise .brand-role-card {
  min-height: 0;
  padding: 24px 28px;
  gap: 12px;
}

.home-brand-promise .brand-role-card h3,
.home-brand-promise .brand-role-card p {
  margin: 0;
}

.home-brand-promise .brand-role-card .scenario-products {
  margin-top: 4px;
}

.home-brand-promise .brand-role-card > .eyebrow {
  margin: 0;
  color: #0648c7;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.home-brand-promise .brand-role-card.is-primary > .eyebrow {
  color: #f8b918;
}

@media (max-width: 700px) {
  .home-brand-promise {
    padding: 44px 0 36px !important;
  }

  .home-brand-promise .section-heading {
    margin-bottom: 20px;
  }

  .home-brand-promise .section-heading h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .home-brand-promise .brand-role-card {
    padding: 22px;
  }
}

/* Storage page: replace hero proof labels with clear in-page module navigation. */
.storage-page-nav-band {
  position: relative;
  z-index: 3;
  padding: 18px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #d8e0eb !important;
  box-shadow: 0 10px 24px rgba(0, 18, 48, 0.045) !important;
}

.storage-page-nav {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.storage-page-nav__button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px !important;
  gap: 10px !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: stretch !important;
  padding: 11px 12px 11px 16px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #00183f 0%, #06347b 100%) !important;
  border: 1px solid rgba(8, 34, 71, 0.16) !important;
  border-bottom: 4px solid #f8b918 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.11) !important;
  font-size: clamp(15px, 0.9vw, 18px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

.storage-page-nav__button::after {
  content: "→" !important;
  display: grid !important;
  width: 28px !important;
  height: 28px !important;
  place-items: center !important;
  justify-self: end !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border-radius: 999px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: transform 0.18s ease, background 0.18s ease !important;
}

.storage-page-nav__button:hover,
.storage-page-nav__button:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #00275f 0%, #0750ac 100%) !important;
  box-shadow: 0 22px 42px rgba(0, 24, 63, 0.2) !important;
  transform: translateY(-1px) !important;
}

.storage-page-nav__button:hover::after,
.storage-page-nav__button:focus-visible::after {
  background: #ffd052 !important;
  transform: translateX(2px) !important;
}

@media (max-width: 1180px) {
  .storage-page-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .storage-page-nav-band {
    padding: 14px 0 !important;
  }

  .storage-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .storage-page-nav__button {
    min-height: 48px !important;
    padding: 10px 10px 10px 12px !important;
    font-size: 15px !important;
  }

  .storage-page-nav__button::after {
    width: 26px !important;
    height: 26px !important;
    font-size: 16px !important;
  }
}

#storage-scenarios,
#advantages,
#storage-industries,
#system-structure,
#storage-evaluation,
#storage-config {
  scroll-margin-top: 96px !important;
}

/* Inspection page: clear module structure and compact in-page navigation. */
.inspection-page {
  counter-reset: inspection-module;
}

.inspection-page-nav-band {
  position: relative;
  z-index: 3;
  padding: 18px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #d8e0eb !important;
  box-shadow: 0 10px 24px rgba(0, 18, 48, 0.045) !important;
}

.inspection-page-nav {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.inspection-page-nav__button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 28px !important;
  gap: 10px !important;
  min-height: 50px !important;
  align-items: center !important;
  padding: 11px 12px 11px 16px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #00183f 0%, #06347b 100%) !important;
  border: 1px solid rgba(8, 34, 71, 0.16) !important;
  border-bottom: 4px solid #f8b918 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(0, 24, 63, 0.11) !important;
  font-size: clamp(15px, 0.95vw, 18px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

.inspection-page-nav__button::after {
  content: "→" !important;
  display: grid !important;
  width: 28px !important;
  height: 28px !important;
  place-items: center !important;
  justify-self: end !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border-radius: 999px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: transform 0.18s ease, background 0.18s ease !important;
}

.inspection-page-nav__button:hover,
.inspection-page-nav__button:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(135deg, #00275f 0%, #0750ac 100%) !important;
  box-shadow: 0 18px 34px rgba(0, 24, 63, 0.18) !important;
  transform: translateY(-1px) !important;
}

.inspection-page-nav__button:hover::after,
.inspection-page-nav__button:focus-visible::after {
  background: #ffd052 !important;
  transform: translateX(2px) !important;
}

.inspection-module {
  counter-increment: inspection-module;
  position: relative;
  padding: 78px 0 !important;
  border-top: 1px solid #d8e0eb !important;
}

.inspection-module--data,
.inspection-module--output {
  background:
    radial-gradient(circle at 8% 0%, rgba(26, 123, 255, 0.08), transparent 34%),
    #eef4fb !important;
}

.inspection-module--logic {
  background: #ffffff !important;
}

.inspection-module--team {
  border-top: 0 !important;
}

.inspection-module .section-heading {
  max-width: 1280px !important;
  margin-bottom: 34px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid rgba(7, 22, 46, 0.12) !important;
}

.inspection-module.dark-band .section-heading {
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

.inspection-module .section-heading > .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: fit-content !important;
  margin: 0 0 16px !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border: 1px solid #e1a000 !important;
  border-radius: 999px !important;
  padding: 8px 14px 8px 10px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 24px rgba(248, 185, 24, 0.18) !important;
}

.inspection-module .section-heading > .eyebrow::before {
  content: "0" counter(inspection-module) !important;
  display: inline-flex !important;
  min-width: 30px !important;
  height: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #061833 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.inspection-module .section-heading h2 {
  max-width: 1160px !important;
}

.inspection-module .section-heading .lead {
  max-width: 1180px !important;
}

#data-points .remote-equipment-table {
  table-layout: fixed !important;
}

#data-points .remote-equipment-table .remote-equipment-col {
  width: 22% !important;
}

#data-points .remote-equipment-table .remote-data-col {
  width: 28% !important;
}

#data-points .remote-equipment-table .remote-value-col {
  width: 50% !important;
}

#data-points .remote-equipment-table th,
#data-points .remote-equipment-table td {
  vertical-align: middle !important;
}

#data-points .remote-table-numbered {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: remote-table-point !important;
}

#data-points .remote-table-numbered li {
  position: relative !important;
  min-height: 28px !important;
  padding-left: 46px !important;
  color: #526681 !important;
  line-height: 1.65 !important;
}

#data-points .remote-table-numbered li::before {
  counter-increment: remote-table-point !important;
  content: counter(remote-table-point, decimal-leading-zero) !important;
  position: absolute !important;
  top: 1px !important;
  left: 0 !important;
  display: inline-flex !important;
  width: 32px !important;
  height: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #061833 !important;
  background: #f8b918 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

#data-points .remote-table-numbered strong {
  color: #00183f !important;
  font-weight: 900 !important;
}

.inspection-module--logic .remote-logic-layout {
  grid-template-columns: 1fr !important;
  gap: 26px !important;
}

.inspection-module--logic .inspection-logic-table-label {
  margin-top: -4px !important;
  margin-bottom: 14px !important;
}

.inspection-module--logic .inspection-logic-table-wrap {
  margin: 0 0 8px !important;
}

.inspection-module--logic .remote-logic-list {
  margin-top: 4px !important;
}

#data-points,
#judgement-logic,
#remote-team,
#inspection-output {
  scroll-margin-top: 96px !important;
}

@media (max-width: 900px) {
  .inspection-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .inspection-page-nav-band {
    padding: 14px 0 !important;
  }

  .inspection-page-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .inspection-page-nav__button {
    min-height: 48px !important;
    padding: 10px 10px 10px 12px !important;
    font-size: 15px !important;
  }

  .inspection-page-nav__button::after {
    width: 26px !important;
    height: 26px !important;
    font-size: 16px !important;
  }

  .inspection-module {
    padding: 48px 0 !important;
  }
}

@media (max-width: 1180px) {
  .brand-proof-band > .container.brand-proof-grid,
  .container.brand-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 700px) {
  .brand-proof-band {
    padding: 22px 0 !important;
  }

  .brand-proof-band > .container.brand-proof-grid,
  .container.brand-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .brand-proof-band .brand-proof-item {
    min-height: 64px !important;
    padding: 16px 18px !important;
  }
}

@media (max-width: 900px) {
  .site-contact-entry .cta-strip,
  .cta-strip,
  .site-engineer-contact__panel {
    grid-template-columns: 1fr !important;
  }

  .site-contact-entry .section-actions,
  .cta-strip .section-actions {
    justify-content: flex-start !important;
  }

  .site-engineer-contact__card {
    min-height: 0;
  }

  .blog-hub-intro,
  .blog-topic-heading,
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .article-overview-grid,
  .article-mistake-grid {
    grid-template-columns: 1fr;
  }

  .article-overview-grid article {
    min-height: 0;
  }

  .blog-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-contact-entry,
  .site-engineer-contact {
    padding: 36px 0;
  }

  .site-contact-entry .cta-strip,
  .cta-strip {
    gap: 22px !important;
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  .site-contact-entry .section-actions,
  .cta-strip .section-actions,
  .site-contact-entry__primary,
  .site-contact-entry__secondary,
  .cta-strip .btn,
  .cta-strip .button {
    width: 100% !important;
  }

  .site-contact-entry .cta-strip > *,
  .cta-strip > *,
  .site-contact-entry .section-actions,
  .cta-strip .section-actions,
  .site-contact-entry__primary,
  .site-contact-entry__secondary,
  .cta-strip .btn,
  .cta-strip .button {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .site-contact-entry__primary,
  .site-contact-entry__secondary,
  .cta-strip .btn,
  .cta-strip .button {
    white-space: normal !important;
    text-align: center;
  }

  .site-engineer-contact__panel {
    padding: 10px;
  }

  .site-engineer-contact__card {
    padding: 26px 18px;
  }

  .blog-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .blog-category-nav a {
    min-height: 54px;
    padding: 12px 10px;
    font-size: 15px;
  }

  .blog-card__body {
    padding: 20px;
  }

  .blog-topic-block .blog-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .blog-topic-block .blog-card img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .article-content .article-section-points,
  .article-deliverables {
    grid-template-columns: 1fr;
  }

  .article-section-action {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Unified Chinese wrapping rules: prevent titles and explanatory ledes from
   breaking inside short phrases such as “逐步判断” or “技术原因”. */
html:lang(zh-CN) :is(
  h1,
  h2,
  .section-title,
  .section-heading h2,
  .section-head h2,
  .page-hero h1,
  .brand-page-hero-copy h1,
  .pitfall-brand-copy h1,
  .contact-engineer-section h1,
  .site-engineer-contact__intro h2
) {
  word-break: normal !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) :is(
  .lead,
  .section-lede,
  .section-heading .lead,
  .page-hero p:not(.eyebrow),
  .brand-page-hero-copy .lead,
  .pitfall-brand-copy .lead,
  .contact-lead,
  .site-engineer-contact__intro > p:last-child,
  .module-cta p,
  .home-intro-card p,
  .blog-card__body p
) {
  word-break: normal !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: pretty !important;
}

html:lang(zh-CN) :is(
  .section-heading,
  .section-head,
  .industry-page .section-head
) {
  min-width: 0 !important;
}

html:lang(zh-CN) .section-heading h2 {
  max-width: min(100%, 1380px) !important;
}

/* Phase 4A-1: keep supplier entry media responsive without removing the
   intrinsic width/height attributes that reserve space and reduce CLS. */
.supplier-entry-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe7f2;
}

.supplier-entry-media > img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

/* Phase 4B: compact mobile first screens after the legacy hero patches have
   loaded. The rules are deliberately scoped to the affected page families. */
@media (max-width: 700px) {
  .brand-page-hero-grid,
  .product-center-hero .container {
    padding-top: clamp(36px, 12vw, 64px) !important;
    padding-bottom: 36px !important;
  }

  .brand-page-hero-copy .button-row,
  .product-center-hero .section-inline-actions {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  .home-visual-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .home-visual-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .brand-page-hero-copy h1,
  .product-center-hero h1.product-hero-title {
    font-size: clamp(28px, 8vw, 32px) !important;
    line-height: 1.1 !important;
  }

  .brand-page-hero-copy .lead,
  .product-center-hero .product-hero-summary {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .brand-page-hero-copy .lead {
    margin-top: 18px !important;
  }

  .brand-page-hero-copy .button-row,
  .product-center-hero .section-inline-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .brand-page-hero-copy .button-row :is(.button, .btn),
  .product-center-hero .section-inline-actions :is(.button, .btn) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .product-center-hero .tag-row {
    gap: 6px !important;
    margin-top: 18px !important;
  }
}

/* Phase 4E: stop country entry cards from turning landscape images into tall,
   narrow strips on phone-width screens. Keep intrinsic HTML dimensions for
   layout reservation, then let the responsive card own the rendered ratio. */
@media (max-width: 560px) {
  .country-support-card,
  .home-country-support .country-support-card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
  }

  .country-support-card img,
  .home-country-support .country-support-card img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  .country-support-card__body,
  .home-country-support .country-support-card__body {
    min-width: 0 !important;
    padding: 16px !important;
  }

  .country-support-card .card-link,
  .home-country-support .country-support-card .card-link {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

html:lang(zh-CN) .section-heading .lead,
html:lang(zh-CN) .section-lede {
  max-width: min(100%, 1040px) !important;
}

html:lang(zh-CN) .text-keep {
  white-space: nowrap !important;
}

/* Homepage final overrides: keep these titles plain navy and avoid forced
   semantic line breaks after the global Chinese wrapping rules. */
html:lang(zh-CN) .home-brand-promise .section-heading h2,
html:lang(zh-CN) .home-product-categories .section-title {
  color: #07162e !important;
  max-width: min(100%, var(--site-shell-wide)) !important;
  word-break: auto-phrase !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) .home-product-categories .section-title span {
  color: inherit !important;
}

html:lang(zh-CN) .home-product-categories .section-lede {
  max-width: min(100%, var(--site-shell-wide)) !important;
}

html:lang(zh-CN) .home-brand-promise .section-heading .lead {
  max-width: min(100%, var(--site-shell-wide)) !important;
  font-size: clamp(15px, 0.98vw, 17px) !important;
}

@media (min-width: 1280px) {
  html:lang(zh-CN) .home-product-categories .section-lede,
  html:lang(zh-CN) .home-brand-promise .section-heading .lead {
    white-space: nowrap !important;
  }
}

@media (max-width: 1279px) {
  html:lang(zh-CN) .home-product-categories .section-lede,
  html:lang(zh-CN) .home-brand-promise .section-heading .lead {
    white-space: normal !important;
  }
}

/* Service FAQ detail pages use their own inline style block, so keep their
   article headings and explanatory copy on the same wrapping rhythm too. */
html:lang(zh-CN) .service-faq-detail-hero h1 {
  max-width: 1000px !important;
  font-size: clamp(34px, 4.1vw, 46px) !important;
  line-height: 1.12 !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) :is(
  .service-faq-article h2,
  .service-faq-pro-intro h2,
  .service-faq-pro-head h2,
  .service-faq-detail-grid h2,
  .service-faq-answer-block h2
) {
  max-width: 100% !important;
  font-size: clamp(24px, 1.9vw, 28px) !important;
  line-height: 1.28 !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) :is(
  .service-faq-article p,
  .service-faq-pro-note span,
  .service-faq-side-card p
) {
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: pretty !important;
}

html:lang(zh-CN) .case-story-hero p:not(.eyebrow) {
  max-width: min(100%, 820px) !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) .container.split .section-lede {
  max-width: 100% !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) .service-faq-detail-hero .brand-page-hero-copy .lead {
  max-width: 100% !important;
  font-size: clamp(17px, 1.45vw, 19px) !important;
  line-height: 1.72 !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: balance !important;
}

@media (max-width: 700px) {
  html:lang(zh-CN) :is(
    h1,
    h2,
    .section-title,
    .section-heading h2,
    .section-head h2,
    .page-hero h1,
    .brand-page-hero-copy h1,
    .pitfall-brand-copy h1
  ) {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-wrap: balance !important;
  }

  html:lang(zh-CN) :is(
    .lead,
    .section-lede,
    .section-heading .lead,
    .page-hero p:not(.eyebrow),
    .brand-page-hero-copy .lead,
    .pitfall-brand-copy .lead,
    .contact-lead
  ) {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-wrap: pretty !important;
  }
}

/* Final industry copy rules must stay after the global Chinese wrapping layer. */
html:lang(zh-CN) body.industry-page .page-hero p:not(.eyebrow),
html:lang(zh-CN) body.industry-page .section-lede {
  word-break: normal !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
  text-wrap: balance !important;
}

html:lang(zh-CN) body.industry-page .container.split .section-lede {
  max-width: 100% !important;
}

html:lang(zh-CN) body.industry-page .industry-copy-phrase {
  white-space: nowrap !important;
}

/* Open-series pages: fill the content row before starting a new line. */
html:lang(zh-CN) body.open-series-page .section-head {
  width: 100% !important;
  max-width: none !important;
}

html:lang(zh-CN) body.open-series-page .section-head .section-title,
html:lang(zh-CN) body.open-series-page .section-head .section-lede {
  width: 100% !important;
  max-width: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: wrap !important;
}

@media (max-width: 700px) {
  html:lang(zh-CN) body.open-series-page .section-head .section-title,
  html:lang(zh-CN) body.open-series-page .section-head .section-lede {
    overflow-wrap: break-word !important;
  }
}

/* Blog index: independent, collapsible article directory. */
.blog-index-shell {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  transition: grid-template-columns 0.22s ease;
}

.blog-index-shell:has(.blog-directory[open]) {
  grid-template-columns: 72px minmax(0, 1fr);
}

.blog-topic-content {
  min-width: 0;
}

.blog-topic-block {
  scroll-margin-top: 96px;
}

.blog-directory-rail {
  position: sticky;
  top: 88px;
  z-index: 18;
}

.blog-directory {
  width: 72px;
  overflow: hidden;
  color: #00183f;
  background: #fff;
  border: 1px solid #c8d4e4;
  border-bottom: 4px solid #f8b918;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 24, 63, 0.12);
  transition: width 0.22s ease, box-shadow 0.22s ease;
}

.blog-directory[open] {
  width: 320px;
  box-shadow: 0 22px 48px rgba(0, 24, 63, 0.22);
}

.blog-directory > summary {
  display: flex;
  position: relative;
  min-height: 188px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 13px;
  background: linear-gradient(180deg, #ffffff, #f3f7fc);
  cursor: pointer;
  list-style: none;
}

.blog-directory > summary::-webkit-details-marker {
  display: none;
}

.blog-directory > summary::after {
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: #00183f;
  background: #f8b918;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.blog-directory[open] > summary::after {
  content: "−";
}

.blog-directory:not([open]) > summary {
  flex-direction: column;
  justify-content: center;
}

.blog-directory:not([open]) .blog-directory-label {
  display: flex;
  align-items: center;
  gap: 8px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.blog-directory:not([open]) .blog-directory-label small {
  display: none;
}

.blog-directory-label {
  display: grid;
  gap: 3px;
}

.blog-directory-label small {
  color: #54708f;
  font-size: 12px;
  font-weight: 700;
}

.blog-directory-label strong {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.blog-directory-total {
  color: #d88100;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.blog-directory[open] > summary {
  min-height: 72px;
  padding: 14px 16px;
}

.blog-directory-body {
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  padding: 4px 14px 16px;
  border-top: 1px solid #dce4ef;
  scrollbar-color: #9fb0c6 transparent;
  scrollbar-width: thin;
}

.blog-directory-group {
  padding: 15px 0;
}

.blog-directory-group + .blog-directory-group {
  border-top: 1px solid #e1e7ef;
}

.blog-directory-group-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: #00183f;
}

.blog-directory-group-heading span {
  display: grid;
  gap: 3px;
}

.blog-directory-group-heading strong {
  font-size: 15px;
  font-weight: 900;
}

.blog-directory-group-heading small {
  color: #70829b;
  font-size: 11px;
  line-height: 1.45;
}

.blog-directory-group-heading b {
  color: #d88100;
  font-size: 12px;
  white-space: nowrap;
}

.blog-directory-group ul {
  display: grid;
  gap: 2px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.blog-directory-link {
  display: block;
  padding: 7px 9px;
  color: #405774;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.blog-directory-link:hover,
.blog-directory-link:focus-visible {
  color: #00183f;
  background: #edf4ff;
  outline: none;
}

.article-safety-boundary {
  margin-top: 34px;
  padding: 20px 22px;
  color: #263a58;
  background: #fff7df;
  border-left: 5px solid #f8b918;
  border-radius: 8px;
}

.article-safety-boundary strong {
  display: block;
  margin-bottom: 8px;
  color: #7a4d00;
  font-size: 16px;
}

.article-safety-boundary p {
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 700px) {
  .article-safety-boundary {
    padding: 18px;
  }
}

@media (max-width: 1100px) {
  .blog-index-shell,
  .blog-index-shell:has(.blog-directory[open]) {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .blog-directory-rail {
    position: sticky;
    top: 70px;
  }

  .blog-directory > summary,
  .blog-directory:not([open]) > summary,
  .blog-directory[open] > summary {
    min-height: 60px;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .blog-directory:not([open]) .blog-directory-label {
    display: grid;
    gap: 3px;
    writing-mode: initial;
    transform: none;
  }

  .blog-directory:not([open]) .blog-directory-label small {
    display: block;
  }

  .blog-directory-body {
    max-height: min(66vh, 620px);
  }

  .blog-directory,
  .blog-directory[open] {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .blog-list-section {
    padding-top: 26px !important;
  }

  .blog-index-shell {
    gap: 16px;
  }

  .blog-directory-rail {
    top: 64px;
  }

  .blog-directory > summary,
  .blog-directory:not([open]) > summary,
  .blog-directory[open] > summary {
    min-height: 56px;
    padding: 10px 13px;
  }

  .blog-directory-label strong {
    font-size: 16px;
  }

  .blog-directory-body {
    max-height: 62vh;
    padding: 2px 12px 14px;
  }

  .blog-directory-group {
    padding: 13px 0;
  }

  .blog-directory-link {
    padding: 8px;
    font-size: 13px;
  }
}

/* Blog library: visible first-level tree and compact book-style article entries. */
.blog-library-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.blog-library-content {
  min-width: 0;
}

.blog-library-content > .blog-topic-block:first-child {
  margin-top: 0 !important;
}

.blog-tree-rail {
  position: sticky;
  top: 88px;
  align-self: start;
  max-height: calc(100vh - 112px);
}

.blog-tree {
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  padding: 0 12px 0 17px;
  border-left: 2px solid #cad6e5;
  scrollbar-color: #b7c5d8 transparent;
  scrollbar-width: thin;
}

.blog-tree::-webkit-scrollbar {
  width: 6px;
}

.blog-tree::-webkit-scrollbar-thumb {
  background: #b7c5d8;
  border-radius: 999px;
}

.blog-tree::-webkit-scrollbar-track {
  background: transparent;
}

.blog-tree-branch {
  position: relative;
  padding: 2px 0 10px;
}

.blog-tree-branch + .blog-tree-branch {
  padding-top: 8px;
  border-top: 1px solid #e2e8f0;
}

.blog-tree-branch::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -23px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #f8b918;
  border-radius: 999px;
}

.blog-tree-branch > summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 24px;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #00183f;
  cursor: pointer;
  list-style: none;
}

.blog-tree-branch > summary::-webkit-details-marker {
  display: none;
}

.blog-tree-branch > summary::after {
  content: "+";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #00183f;
  background: #f8b918;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.blog-tree-branch[open] > summary::after {
  content: "−";
}

.blog-tree-branch > summary span {
  color: #d88100;
  font-size: 12px;
  font-weight: 900;
}

.blog-tree-branch > summary strong {
  font-size: 15px;
  font-weight: 900;
}

.blog-tree-branch ul {
  display: grid;
  counter-reset: blog-tree-article;
  gap: 1px;
  margin: 4px 0 4px 38px;
  padding: 0 0 0 12px;
  border-left: 1px solid #d8e1ec;
  list-style: none;
}

.blog-tree-branch li {
  position: relative;
  counter-increment: blog-tree-article;
}

.blog-tree-branch li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -12px;
  width: 8px;
  border-top: 1px solid #d8e1ec;
}

.blog-tree-branch li a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  padding: 6px 7px;
  color: #526985;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
}

.blog-tree-branch li a::before {
  content: counter(blog-tree-article);
  color: #d88100;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.7;
}

.blog-tree-branch li a:hover,
.blog-tree-branch li a:focus-visible {
  color: #00183f;
  background: #edf4ff;
  outline: none;
}

.blog-book-topic {
  scroll-margin-top: 92px;
}

.blog-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}

.blog-book-entry {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 15px;
  min-width: 0;
  padding: 17px 0;
  color: #00183f;
  border-top: 1px solid #d9e2ed;
}

.blog-book-entry:hover h3,
.blog-book-entry:focus-visible h3 {
  color: #0648c7;
}

.blog-book-entry:focus-visible {
  outline: 2px solid #f8b918;
  outline-offset: 4px;
}

.blog-book-entry img {
  width: 108px;
  height: 104px;
  object-fit: cover;
  border-radius: 5px;
  filter: saturate(0.82);
}

.blog-book-entry-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.blog-book-entry-copy > span {
  color: #d88100;
  font-size: 11px;
  font-weight: 900;
}

.blog-book-entry h3 {
  margin: 5px 0 7px;
  font-size: 18px;
  line-height: 1.38;
  transition: color 0.16s ease;
}

.blog-book-entry p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 9px;
  color: #637792;
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-book-entry strong {
  margin-top: auto;
  color: #0648c7;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .blog-library-shell {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
  }

  .blog-book-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 800px) {
  .blog-library-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .blog-tree-rail {
    position: static;
    max-height: none;
  }

  .blog-tree {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .blog-tree {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-book-entry {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .blog-book-entry img {
    width: 82px;
    height: 86px;
  }

  .blog-book-entry h3 {
    margin-top: 4px;
    font-size: 16px;
  }

  .blog-book-entry p {
    display: none;
  }
}

/* English navigation needs the compact menu one breakpoint earlier. */
@media (min-width: 1021px) and (max-width: 1380px) {
  html:lang(en) .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  html:lang(en) .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 50;
    padding: 18px 20px 24px;
    flex-direction: column;
    align-items: stretch;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  html:lang(en) .main-nav.open {
    display: flex;
  }

  html:lang(en) .main-nav a {
    padding: 10px 0;
  }

  html:lang(en) .nav-cta {
    width: 100%;
  }
}

/* Phase 4B narrow-screen guard: phrases marked as non-breaking on desktop
   must be allowed to wrap on phones. */
@media (max-width: 480px) {
  .section-lede .text-nowrap {
    white-space: normal !important;
  }
}

/* Phase 4F: keep only a normal content inset above shared mobile page heroes.
   The image remains visible behind the copy instead of becoming a large,
   text-free block before the heading. */
@media (max-width: 700px) {
  .page-hero .container {
    padding-top: clamp(36px, 12vw, 64px) !important;
    padding-bottom: 36px !important;
  }
}

/* Final bridges for legacy HERO selectors with higher page-level specificity. */
.commercial-site-header + main .brand-page-hero > .container.brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top)) !important;
}

.commercial-site-header + main .brand-page-hero.service-faq-detail-hero > .container.brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top-compact)) !important;
}

/*
 * Ultra-wide inner HERO alignment
 *
 * Keep the section background full bleed, but anchor the copy shell and the
 * photographic layer to the same 1760px coordinate system used by the header
 * and primary content. This prevents the copy from drifting toward the center
 * while the photo remains attached to the browser edge on 2K/4K displays.
 */
@media (min-width: 1921px) {
  :root {
    --site-ultrawide-gutter: calc((100vw - var(--site-shell-wide)) / 2);
  }

  html body :is(.page-hero, .brand-page-hero):not(.hero-home):not(.commercial-home-hero) {
    background-position:
      center,
      right var(--site-ultrawide-gutter) center,
      center !important;
  }

  html body .page-hero:not(.hero-home):not(.commercial-home-hero) > .container,
  html body .brand-page-hero:not(.hero-home):not(.commercial-home-hero) > .container.brand-page-hero-grid {
    width: var(--site-shell-wide) !important;
    max-width: var(--site-shell-wide) !important;
    margin-inline: auto !important;
  }
}

/* Keep inner background-image HERO titles wide without widening body copy. */
:root {
  --inner-image-hero-title-measure: 980px;
  --inner-image-hero-lede-measure: 700px;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child) {
  grid-template-columns: minmax(0, 1fr) !important;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child)
  > .brand-page-hero-copy {
  width: 100% !important;
  max-width: none !important;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child)
  > .brand-page-hero-copy h1 {
  display: block !important;
  width: min(100%, var(--inner-image-hero-title-measure)) !important;
  max-width: var(--inner-image-hero-title-measure) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child)
  > .brand-page-hero-copy .lead {
  width: min(100%, var(--inner-image-hero-lede-measure)) !important;
  max-width: var(--inner-image-hero-lede-measure) !important;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child)
  .hero-title-line {
  display: inline !important;
  white-space: normal !important;
}

body .brand-page-hero:not(.hero-home):not(.commercial-home-hero)
  > .brand-page-hero-grid:has(> .brand-page-hero-copy:only-child)
  .hero-title-line + .hero-title-line::before {
  content: " ";
}

@media (max-width: 700px) {
  :root {
    --inner-image-hero-title-measure: 100%;
    --inner-image-hero-lede-measure: 100%;
  }
}

/* Fixed-header commercial pages place the header inside the HERO's visual area. */
.commercial-site-header + main .brand-page-hero {
  padding-top: var(--site-header-height, 75px) !important;
}

.commercial-site-header + main .brand-page-hero > .container.brand-page-hero-grid {
  padding-top: var(--inner-hero-copy-top) !important;
}

.commercial-site-header + main .brand-page-hero.service-faq-detail-hero > .container.brand-page-hero-grid {
  padding-top: var(--inner-hero-copy-top-compact) !important;
}

html body .brand-page-hero.service-faq-detail-hero:not(.hero-home):not(.commercial-home-hero) h1,
html body .brand-page-hero.mining-article-hero:not(.hero-home):not(.commercial-home-hero) h1,
html body .page-hero.case-story-hero:not(.hero-home):not(.commercial-home-hero) h1,
html body .hero.compact-hero:not(.hero-home):not(.commercial-home-hero) .hero-inner h1 {
  font-size: var(--inner-hero-title-compact-size) !important;
  line-height: 1.1 !important;
}

html body .brand-page-hero.service-faq-detail-hero:not(.hero-home):not(.commercial-home-hero) > .container.brand-page-hero-grid,
html body .brand-page-hero.mining-article-hero:not(.hero-home):not(.commercial-home-hero) > .container.brand-page-hero-grid,
html body .page-hero.case-story-hero:not(.hero-home):not(.commercial-home-hero) > .container,
html body .hero.compact-hero:not(.hero-home):not(.commercial-home-hero) > .container.hero-inner {
  padding-top: var(--inner-hero-copy-top-compact) !important;
}

.commercial-site-header + main .brand-page-hero.service-faq-detail-hero > .container.brand-page-hero-grid {
  padding-top: var(--inner-hero-copy-top-compact) !important;
}

html body .brand-page-hero.service-faq-detail-hero .brand-page-hero-copy h1,
html body .brand-page-hero.mining-article-hero .brand-page-hero-copy h1,
html body .page-hero.case-story-hero h1,
html body .hero.compact-hero .hero-inner h1 {
  font-size: var(--inner-hero-title-compact-size) !important;
  line-height: 1.1 !important;
}

html body .brand-page-hero.service-faq-detail-hero > .container.brand-page-hero-grid,
html body .brand-page-hero.mining-article-hero > .container.brand-page-hero-grid,
html body .page-hero.case-story-hero > .container,
html body .hero.compact-hero > .container.hero-inner {
  padding-top: var(--inner-hero-copy-top-compact) !important;
}

html body .hero.compact-hero,
html body :is(.country-hub-hero, .country-hero) {
  align-items: flex-start !important;
}

/* Fixed commercial headers require their height in addition to the copy inset. */
.commercial-site-header + main .brand-page-hero > .container.brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top)) !important;
}

.commercial-site-header + main .brand-page-hero.service-faq-detail-hero > .container.brand-page-hero-grid {
  padding-top: calc(var(--site-header-height, 73px) + var(--inner-hero-copy-top-compact)) !important;
}
