:root {
  --bg: #f5f2ea;
  --bg-soft: #fbf8f2;
  --panel: #ffffff;
  --panel-alt: #0f2237;
  --panel-deep: #081321;
  --text: #18202b;
  --muted: #687384;
  --line: rgba(24, 32, 43, 0.12);
  --line-strong: rgba(255, 255, 255, 0.12);
  --brand: #c4321b;
  --brand-deep: #8e2314;
  --brand-soft: #f6ddd8;
  --gold: #d4aa54;
  --shadow: 0 24px 70px rgba(8, 19, 33, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shell: min(1200px, calc(100vw - 40px));
  --shell-gutter: 20px;
  --site-header-height: 96px;
  --heading: "Bahnschrift", "DIN Alternate", "Segoe UI", sans-serif;
  --body: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

/* Local application marketplace: dense catalog layout with the shared site chrome. */
body[data-page="products"] .products-page {
  background: #f4f6f8;
}

body[data-page="products"] .marketplace-shell {
  width: var(--inner-shell);
  margin: 0 auto;
  padding: 34px 0 76px;
}

body[data-page="products"] .marketplace-top {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr) 236px;
  gap: 14px;
  min-height: 356px;
  margin-bottom: 46px;
}

body[data-page="products"] .market-category-nav,
body[data-page="products"] .marketplace-service,
body[data-page="products"] .marketplace-promo {
  overflow: hidden;
  border: 1px solid #e3e7ec;
  border-radius: 6px;
  background: #fff;
}

body[data-page="products"] .market-category-nav__title {
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #1e2938;
  color: #fff;
  font-size: 15px;
}

body[data-page="products"] .market-category-nav__title span {
  font-size: 20px;
  line-height: 1;
}

body[data-page="products"] .market-category-nav > nav {
  display: grid;
}

body[data-page="products"] .market-category-nav__group {
  padding: 16px 18px 15px;
  border-bottom: 1px solid #edf0f3;
}

body[data-page="products"] .market-category-nav__group:last-child {
  border-bottom: 0;
}

body[data-page="products"] .market-category-nav__group strong {
  display: block;
  margin-bottom: 8px;
  color: #202a36;
  font-size: 14px;
  line-height: 1.4;
}

body[data-page="products"] .market-category-nav__group div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

body[data-page="products"] .market-category-nav__group a {
  color: #7a8491;
  font-size: 12px;
  line-height: 1.5;
}

body[data-page="products"] .market-category-nav__group a:hover {
  color: #ef5b16;
}

body[data-page="products"] .market-category-nav__empty {
  padding: 24px 18px;
  color: #87909b;
  font-size: 13px;
}

body[data-page="products"] .marketplace-promo {
  position: relative;
  min-width: 0;
  min-height: 356px;
  background: #243247;
  isolation: isolate;
}

body[data-page="products"] .marketplace-promo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

body[data-page="products"] .marketplace-promo__shade {
  position: absolute;
  inset: 0;
  background: rgba(17, 28, 43, 0.72);
  z-index: -1;
}

body[data-page="products"] .marketplace-promo__copy {
  width: min(560px, 88%);
  min-height: 356px;
  padding: 48px 44px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  color: #fff;
}

body[data-page="products"] .marketplace-promo__copy > span,
body[data-page="products"] .marketplace-service__eyebrow,
body[data-page="products"] .marketplace-toolbar > div > span {
  color: #ffb27e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-page="products"] .marketplace-promo__copy h2 {
  margin: 0;
  max-width: 440px;
  color: #fff;
  font-size: 36px;
  line-height: 1.18;
}

body[data-page="products"] .marketplace-promo__copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.8;
}

body[data-page="products"] .marketplace-promo__copy a {
  min-height: 40px;
  margin-top: 7px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  background: #ef5b16;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body[data-page="products"] .marketplace-promo__copy a:hover {
  background: #d94b0b;
  color: #fff;
}

body[data-page="products"] .marketplace-service {
  padding: 27px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

body[data-page="products"] .marketplace-service__eyebrow {
  color: #ef5b16;
}

body[data-page="products"] .marketplace-service h2 {
  margin: 7px 0 20px;
  color: #202a36;
  font-size: 22px;
}

body[data-page="products"] .marketplace-service dl {
  margin: 0;
  display: grid;
}

body[data-page="products"] .marketplace-service dl > div {
  padding: 14px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #edf0f3;
}

body[data-page="products"] .marketplace-service dt {
  color: #ef5b16;
  font-size: 24px;
  font-weight: 700;
}

body[data-page="products"] .marketplace-service dd {
  margin: 0;
  color: #7b8490;
  font-size: 12px;
}

body[data-page="products"] .marketplace-service > a {
  min-height: 40px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef5b16;
  border-radius: 4px;
  color: #ef5b16;
  font-size: 13px;
  font-weight: 700;
}

body[data-page="products"] .marketplace-service > a:hover {
  background: #ef5b16;
  color: #fff;
}

body[data-page="products"] .marketplace-toolbar {
  padding: 0 0 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #dfe4e9;
}

body[data-page="products"] .marketplace-toolbar h2 {
  margin: 5px 0 5px;
  color: #202a36;
  font-size: 28px;
  line-height: 1.2;
}

body[data-page="products"] .marketplace-toolbar p {
  margin: 0;
  color: #838c97;
  font-size: 13px;
}

body[data-page="products"] .marketplace-toolbar form {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
}

body[data-page="products"] .marketplace-toolbar label {
  min-width: 0;
}

body[data-page="products"] .marketplace-toolbar input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8dde3;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #26313e;
  font: inherit;
  font-size: 13px;
}

body[data-page="products"] .marketplace-toolbar button {
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #ef5b16;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body[data-page="products"] .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-page="products"] .marketplace-sections {
  display: grid;
  gap: 46px;
  padding-top: 34px;
}

body[data-page="products"] .market-category-section {
  scroll-margin-top: calc(var(--site-header-height) + 24px);
}

body[data-page="products"] .market-category-section__head {
  min-height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

body[data-page="products"] .market-category-section__head > div > span {
  color: #ef5b16;
  font-size: 11px;
  font-weight: 700;
}

body[data-page="products"] .market-category-section__head h2 {
  margin: 4px 0 0;
  color: #202a36;
  font-size: 22px;
  line-height: 1.25;
}

body[data-page="products"] .market-category-section__count {
  color: #8b939d;
  font-size: 12px;
}

body[data-page="products"] .market-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="products"] .market-product-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 154px minmax(0, 1fr);
  border: 1px solid #e3e7eb;
  border-radius: 6px;
  background: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-page="products"] .market-product-card:hover {
  transform: translateY(-3px);
  border-color: #f0b08d;
  box-shadow: 0 15px 34px rgba(34, 43, 55, 0.09);
}

body[data-page="products"] .market-product-card__media {
  position: relative;
  min-width: 0;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #edf0f3;
  background: #f7f8fa;
}

body[data-page="products"] .market-product-card__media img {
  width: 100%;
  height: 126px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

body[data-page="products"] .market-product-card:hover .market-product-card__media img {
  transform: scale(1.035);
}

body[data-page="products"] .market-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  min-height: 22px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #e8f6ef;
  color: #26835b;
  font-size: 10px;
  font-weight: 700;
}

body[data-page="products"] .market-product-card__body {
  min-width: 0;
  padding: 15px 15px 14px;
  display: flex;
  flex-direction: column;
}

body[data-page="products"] .market-product-card__category {
  color: #89919c;
  font-size: 10px;
}

body[data-page="products"] .market-product-card h3 {
  min-width: 0;
  min-height: 40px;
  margin: 6px 0 7px;
  color: #26313e;
  font-size: 15px;
  line-height: 1.35;
}

body[data-page="products"] .market-product-card h3 a {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="products"] .market-product-card h3 a:hover {
  color: #ef5b16;
}

body[data-page="products"] .market-product-card__body > p {
  min-height: 39px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #7c8590;
  font-size: 11px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="products"] .market-product-card__price {
  min-height: 34px;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body[data-page="products"] .market-product-card__price strong {
  color: #ef5b16;
  font-size: 18px;
  line-height: 1.2;
}

body[data-page="products"] .market-product-card__price del {
  color: #a1a8b1;
  font-size: 10px;
}

body[data-page="products"] .market-product-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

body[data-page="products"] .market-product-card__actions a {
  min-width: 0;
  min-height: 34px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}

body[data-page="products"] .market-product-card__detail {
  background: #ef5b16;
  color: #fff;
}

body[data-page="products"] .market-product-card__detail:hover {
  background: #d94b0b;
  color: #fff;
}

body[data-page="products"] .market-product-card__consult {
  border: 1px solid #f0b08d;
  background: #fff;
  color: #d94b0b;
}

body[data-page="products"] .market-product-card__consult:hover {
  border-color: #ef5b16;
  background: #fff6f1;
  color: #d94b0b;
}

body[data-page="products"] .marketplace-empty {
  padding: 54px 24px;
  border: 1px dashed #d4d9df;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

body[data-page="products"] .marketplace-empty strong {
  color: #26313e;
  font-size: 18px;
}

body[data-page="products"] .marketplace-empty p {
  margin: 8px 0 16px;
  color: #848d98;
  font-size: 13px;
}

body[data-page="products"] .marketplace-empty a {
  color: #ef5b16;
  font-weight: 700;
}

body[data-page="products"] .marketplace-assurance {
  margin-top: 58px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  background: #fff;
}

body[data-page="products"] .marketplace-assurance article {
  min-width: 0;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #e8ebee;
}

body[data-page="products"] .marketplace-assurance article:last-child {
  border-right: 0;
}

body[data-page="products"] .marketplace-assurance article > strong {
  color: #ef5b16;
  font-size: 20px;
}

body[data-page="products"] .marketplace-assurance h3 {
  margin: 0 0 4px;
  color: #27313d;
  font-size: 13px;
}

body[data-page="products"] .marketplace-assurance p {
  margin: 0;
  color: #89919b;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  body[data-page="products"] .marketplace-top {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  body[data-page="products"] .marketplace-service {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 180px;
    align-items: center;
    gap: 22px;
  }

  body[data-page="products"] .marketplace-service h2 {
    margin-bottom: 0;
  }

  body[data-page="products"] .marketplace-service dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="products"] .marketplace-service dl > div {
    padding: 8px 18px;
    border-top: 0;
    border-left: 1px solid #edf0f3;
  }

  body[data-page="products"] .marketplace-service > a {
    margin-top: 0;
  }

  body[data-page="products"] .market-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="products"] .marketplace-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  body[data-page="products"] .marketplace-assurance article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 820px) {
  body[data-page="products"] .marketplace-shell {
    padding-top: 20px;
  }

  body[data-page="products"] .marketplace-top {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .market-category-nav__group {
    padding: 13px 15px;
  }

  body[data-page="products"] .marketplace-promo,
  body[data-page="products"] .marketplace-promo__copy {
    min-height: 320px;
  }

  body[data-page="products"] .marketplace-promo__copy {
    padding: 36px 28px;
  }

  body[data-page="products"] .marketplace-promo__copy h2 {
    font-size: 30px;
  }

  body[data-page="products"] .marketplace-service {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .marketplace-service dl > div {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }

  body[data-page="products"] .marketplace-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-page="products"] .marketplace-toolbar form {
    width: 100%;
  }

  body[data-page="products"] .market-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body[data-page="products"] .floating-rail {
    display: none !important;
  }

  body[data-page="products"] .marketplace-shell {
    width: 100%;
    padding: 14px 12px 52px;
  }

  body[data-page="products"] .marketplace-top {
    margin-bottom: 34px;
  }

  body[data-page="products"] .marketplace-promo,
  body[data-page="products"] .marketplace-promo__copy {
    min-height: 300px;
  }

  body[data-page="products"] .marketplace-promo__copy {
    width: 100%;
    padding: 30px 22px;
  }

  body[data-page="products"] .marketplace-promo__copy h2 {
    font-size: 27px;
  }

  body[data-page="products"] .marketplace-toolbar h2 {
    font-size: 24px;
  }

  body[data-page="products"] .marketplace-sections {
    gap: 38px;
    padding-top: 28px;
  }

  body[data-page="products"] .market-product-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .market-product-card {
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-rows: minmax(250px, auto);
  }

  body[data-page="products"] .market-product-card__media {
    border-right: 1px solid #edf0f3;
    border-bottom: 0;
  }

  body[data-page="products"] .market-product-card__media img {
    height: 120px;
  }

  body[data-page="products"] .market-product-card__body {
    padding: 14px 12px;
  }

  body[data-page="products"] .market-product-card h3 {
    min-height: 0;
    font-size: 14px;
  }

  body[data-page="products"] .market-product-card__body > p {
    min-height: 0;
  }

  body[data-page="products"] .market-product-card__actions {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .marketplace-assurance {
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding: 12px 18px;
  }

  body[data-page="products"] .marketplace-assurance article,
  body[data-page="products"] .marketplace-assurance article:nth-child(2) {
    padding: 16px 4px;
    border-right: 0;
    border-bottom: 1px solid #e8ebee;
  }

  body[data-page="products"] .marketplace-assurance article:last-child {
    border-bottom: 0;
  }
}

/* GEO/SEO content hubs: product selection, entity comparison and news discovery. */
.geo-kicker {
  display: block;
  margin-bottom: 10px;
  color: #df5f13;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.geo-breadcrumb {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e7ebef;
  color: #7a838e;
  font-size: 14px;
}

.geo-breadcrumb a { color: #4d5b6c; }
.geo-breadcrumb a:hover { color: #df5f13; }
.geo-breadcrumb strong { color: #202d3d; font-weight: 600; }

body[data-page="products"] [data-products-page] {
  background: #fff;
}

.geo-products-shell {
  width: min(80%, 1536px);
  margin: 0 auto;
  padding-bottom: 92px;
  color: #253244;
}

.geo-products-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(400px, .6fr);
  gap: 64px;
  align-items: end;
  padding: 74px 0 58px;
}

.geo-products-intro h2,
.geo-comparison h2,
.geo-guide h2,
.geo-news-overview h2,
.geo-news-empty h2,
.geo-news-product-links h2 {
  margin: 0;
  color: #152235;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.2;
  letter-spacing: 0;
}

.geo-products-intro > div > p {
  max-width: 820px;
  margin: 22px 0 0;
  color: #5d6876;
  font-size: 17px;
  line-height: 1.9;
}

.geo-products-intro__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #dce2e8;
  border-bottom: 1px solid #dce2e8;
}

.geo-products-intro__facts div { padding: 22px 14px; text-align: center; }
.geo-products-intro__facts div + div { border-left: 1px solid #dce2e8; }
.geo-products-intro__facts dt { color: #17243a; font-size: 25px; font-weight: 700; }
.geo-products-intro__facts dd { margin: 6px 0 0; color: #7a838d; font-size: 13px; }

.geo-catalog-toolbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
  padding: 14px 0;
  border-top: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
}

.geo-catalog-toolbar nav { display: flex; flex-wrap: wrap; gap: 8px; }
.geo-catalog-toolbar nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #dfe4e9;
  border-radius: 4px;
  color: #4d5867;
  font-size: 14px;
}
.geo-catalog-toolbar nav a:hover,
.geo-catalog-toolbar nav a.is-active { border-color: #f3b183; background: #fff5ee; color: #cc520e; }
.geo-catalog-toolbar form,
.geo-news-overview form { min-width: 340px; display: flex; }
.geo-catalog-toolbar label,
.geo-news-overview label { flex: 1; }
.geo-catalog-toolbar input,
.geo-news-overview input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d9dfe5;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #283548;
  font: inherit;
}
.geo-catalog-toolbar button,
.geo-news-overview button {
  min-width: 74px;
  height: 42px;
  border: 1px solid #dd6014;
  border-radius: 0 4px 4px 0;
  background: #dd6014;
  color: #fff;
  cursor: pointer;
}

.geo-product-list { display: grid; gap: 32px; }
.geo-product {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  min-height: 500px;
  border: 1px solid #dfe4e9;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.geo-product:hover { border-color: #cbd3dc; box-shadow: 0 18px 42px rgba(25, 39, 57, .08); }
.geo-product__media {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 34px;
  background: #f4f6f8;
  overflow: hidden;
}
.geo-product__media img { width: 100%; height: 100%; max-height: 430px; display: block; object-fit: contain; transition: transform .4s ease; }
.geo-product:hover .geo-product__media img { transform: scale(1.025); }
.geo-product__media > span {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: #8a939e;
  font-size: 14px;
  font-weight: 700;
}
.geo-product__body { min-width: 0; display: flex; flex-direction: column; padding: 42px 48px 38px; }
.geo-product__identity { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.geo-product__identity > div span { display: block; color: #7e8791; font-size: 13px; }
.geo-product__identity > div strong { display: block; margin-top: 4px; color: #dd6014; font-size: 15px; }
.geo-product__identity ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; margin: 0; padding: 0; list-style: none; }
.geo-product__identity li { padding: 5px 9px; border: 1px solid #dfe4e9; border-radius: 3px; color: #687383; font-size: 12px; }
.geo-product h2 { margin: 24px 0 0; font-size: clamp(27px, 2.2vw, 38px); line-height: 1.25; letter-spacing: 0; }
.geo-product h2 a { color: #142238; }
.geo-product h2 a:hover { color: #cc520e; }
.geo-product__body > p { margin: 14px 0 0; color: #596675; font-size: 16px; line-height: 1.8; }
.geo-product__specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 26px 0 0; border: 1px solid #e2e6ea; }
.geo-product__specs div { min-width: 0; padding: 15px 12px; }
.geo-product__specs div + div { border-left: 1px solid #e2e6ea; }
.geo-product__specs dt { color: #7b8490; font-size: 12px; }
.geo-product__specs dd { margin: 7px 0 0; color: #19273c; font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.geo-product__application { margin-top: 22px; padding-left: 16px; border-left: 3px solid #e66a1b; }
.geo-product__application strong { color: #6d7783; font-size: 12px; }
.geo-product__application span { display: block; margin-top: 3px; color: #263449; font-size: 15px; font-weight: 700; }
.geo-product__application p { margin: 6px 0 0; color: #737c87; font-size: 13px; line-height: 1.65; }
.geo-product__actions { margin-top: auto; padding-top: 26px; display: flex; align-items: center; gap: 24px; }
.geo-product__actions a { color: #4e5a69; font-size: 14px; font-weight: 600; }
.geo-product__actions .geo-product__primary { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 0 20px; background: #17273e; color: #fff; }
.geo-product__actions .geo-product__primary:hover { background: #dd6014; }

.geo-comparison { margin-top: 86px; padding-top: 50px; border-top: 1px solid #dde3e8; }
.geo-comparison > header,
.geo-guide > header { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 30px; }
.geo-comparison > header p { max-width: 560px; margin: 0; color: #66717e; line-height: 1.75; }
.geo-comparison__scroller { overflow-x: auto; border: 1px solid #dfe4e9; border-radius: 5px; }
.geo-comparison table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.geo-comparison th,
.geo-comparison td { padding: 18px 20px; border-bottom: 1px solid #e4e8ec; text-align: left; }
.geo-comparison thead th { background: #17273e; color: #fff; font-size: 15px; }
.geo-comparison thead th a { color: #fff; }
.geo-comparison tbody th { width: 190px; background: #f5f7f9; color: #566271; font-size: 13px; }
.geo-comparison tbody td { color: #233147; font-size: 14px; font-weight: 600; }
.geo-comparison tbody tr:last-child th,
.geo-comparison tbody tr:last-child td { border-bottom: 0; }

.geo-guide { margin-top: 80px; padding: 46px 48px; background: #f4f6f8; }
.geo-guide > header a { color: #ce540f; font-weight: 700; }
.geo-guide > div { border-top: 1px solid #d9dfe5; }
.geo-guide details { border-bottom: 1px solid #d9dfe5; }
.geo-guide summary { position: relative; padding: 22px 46px 22px 0; color: #203047; font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; }
.geo-guide summary::after { content: "+"; position: absolute; right: 2px; top: 18px; color: #dd6014; font-size: 24px; font-weight: 400; }
.geo-guide details[open] summary::after { content: "−"; }
.geo-guide details p { max-width: 980px; margin: -6px 0 22px; color: #626e7c; line-height: 1.8; }
.geo-related-links,
.geo-news-related { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px; padding: 22px 0; border-top: 1px solid #e1e6eb; border-bottom: 1px solid #e1e6eb; }
.geo-related-links strong,
.geo-news-related strong { color: #27364a; }
.geo-related-links a,
.geo-news-related a { color: #65717f; font-size: 14px; }
.geo-related-links a:hover,
.geo-news-related a:hover { color: #d85b12; }

.geo-empty { padding: 70px 24px; border: 1px solid #e0e5ea; text-align: center; }
.geo-empty h2 { margin: 0; color: #1c2b41; }
.geo-empty p { color: #6b7582; }
.geo-empty a { color: #d95c12; font-weight: 700; }

body[data-page="news"] .news-page-toolbar-band,
body[data-page="news"] .news-page-shell { width: min(80%, 1536px); margin-inline: auto; }
body[data-page="news"] .news-page-toolbar-band { padding-inline: 0; }
.geo-news-overview { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid #dfe4e9; }
.geo-news-overview h2 { font-size: clamp(26px, 2.5vw, 38px); }
.geo-news-overview p { max-width: 720px; margin: 14px 0 0; color: #66717e; line-height: 1.75; }
.geo-news-empty { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 70px; align-items: center; padding: 60px 0 76px; }
.geo-news-empty__copy > p { margin: 20px 0 0; color: #616d7b; font-size: 16px; line-height: 1.85; }
.geo-news-empty__copy > div { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.geo-news-empty__copy a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid #d5dce3; color: #364458; font-weight: 600; }
.geo-news-empty__copy a.geo-news-primary { border-color: #17273e; background: #17273e; color: #fff; }
.geo-news-empty__copy a:hover { border-color: #dd6014; background: #dd6014; color: #fff; }
.geo-news-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #dfe4e9; }
.geo-news-topics article { min-width: 0; min-height: 230px; padding: 28px 24px; }
.geo-news-topics article + article { border-left: 1px solid #dfe4e9; }
.geo-news-topics span { color: #dd6014; font-size: 13px; font-weight: 700; }
.geo-news-topics h3 { margin: 48px 0 0; color: #1f2e43; font-size: 20px; }
.geo-news-topics p { margin: 12px 0 0; color: #6a7582; font-size: 14px; line-height: 1.7; }
.geo-news-product-links { padding: 46px 48px; background: #17273e; color: #fff; }
.geo-news-product-links h2 { color: #fff; font-size: clamp(25px, 2.4vw, 36px); }
.geo-news-product-links nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; border-top: 1px solid rgba(255,255,255,.2); }
.geo-news-product-links nav a { min-width: 0; padding: 24px 20px; color: #fff; }
.geo-news-product-links nav a + a { border-left: 1px solid rgba(255,255,255,.2); }
.geo-news-product-links nav strong { display: block; color: #fff; font-size: 18px; }
.geo-news-product-links nav span { display: block; margin-top: 8px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }
body[data-page="news"] .news-detail-card__head h1 { margin: 0; color: #18263a; font-size: clamp(28px, 3vw, 44px); line-height: 1.35; letter-spacing: 0; }

@media (max-width: 1180px) {
  .geo-products-shell,
  body[data-page="news"] .news-page-toolbar-band,
  body[data-page="news"] .news-page-shell { width: min(92%, 1120px); }
  .geo-products-intro { grid-template-columns: 1fr; gap: 34px; }
  .geo-product { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); }
  .geo-product__body { padding: 34px 32px; }
  .geo-product__specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geo-product__specs div:nth-child(3) { border-left: 0; border-top: 1px solid #e2e6ea; }
  .geo-product__specs div:nth-child(4) { border-top: 1px solid #e2e6ea; }
  .geo-news-empty { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .geo-products-shell,
  body[data-page="news"] .news-page-toolbar-band,
  body[data-page="news"] .news-page-shell { width: min(100% - 32px, 760px); }
  .geo-products-intro { padding: 48px 0 38px; }
  .geo-products-intro__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .geo-catalog-toolbar,
  .geo-news-overview { align-items: stretch; flex-direction: column; }
  .geo-catalog-toolbar form,
  .geo-news-overview form { width: 100%; min-width: 0; }
  .geo-product { grid-template-columns: 1fr; min-height: 0; }
  .geo-product__media { min-height: 380px; }
  .geo-product__body { padding: 32px 26px; }
  .geo-product__identity { flex-direction: column; }
  .geo-product__identity ul { justify-content: flex-start; }
  .geo-comparison > header,
  .geo-guide > header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .geo-guide { padding: 36px 26px; }
  .geo-news-topics { grid-template-columns: 1fr; }
  .geo-news-topics article { min-height: 0; }
  .geo-news-topics article + article { border-left: 0; border-top: 1px solid #dfe4e9; }
  .geo-news-topics h3 { margin-top: 22px; }
  .geo-news-product-links { padding: 36px 26px; }
  .geo-news-product-links nav { grid-template-columns: 1fr; }
  .geo-news-product-links nav a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 520px) {
  .geo-products-intro h2,
  .geo-comparison h2,
  .geo-guide h2,
  .geo-news-empty h2 { font-size: 27px; }
  .geo-products-intro__facts dt { font-size: 20px; }
  .geo-products-intro__facts dd { font-size: 11px; }
  .geo-product__media { min-height: 310px; padding: 22px; }
  .geo-product__specs { grid-template-columns: 1fr; }
  .geo-product__specs div + div,
  .geo-product__specs div:nth-child(3) { border-left: 0; border-top: 1px solid #e2e6ea; }
  .geo-product__actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .geo-product__actions .geo-product__primary { justify-content: space-between; }
  .geo-guide { margin-top: 60px; padding: 30px 20px; }
  .geo-related-links,
  .geo-news-related { align-items: flex-start; flex-direction: column; }
  .geo-news-empty { padding-top: 40px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  padding-top: var(--site-header-height);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.11), transparent 24%),
    linear-gradient(180deg, #fbf8f2 0%, #f3eee5 34%, #f9f7f2 100%);
}

body:not(.site-ready) [data-site-header],
body:not(.site-ready) main,
body:not(.site-ready) [data-site-footer],
body:not(.site-ready) [data-site-float] {
  visibility: hidden;
}

.home-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 44%, #f5f6f8 100%);
}

.products-page {
  background: #fff;
}

.product-detail-page {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 120px, #ffffff 100%);
}

.product-detail-shell {
  width: 100%;
  padding: 24px var(--shell-gutter) 88px;
}

.product-detail-breadcrumb {
  width: 100%;
  margin: 0 auto 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #7a8492;
  font-size: 0.9rem;
}

.product-detail-breadcrumb strong {
  color: #1a2434;
  font-weight: 700;
}

.product-detail-hero {
  width: 100%;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  gap: 36px;
  align-items: start;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
}

.product-detail-gallery__thumbs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-detail-gallery__thumb {
  padding: 0;
  border: 1px solid rgba(214, 220, 228, 0.92);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-detail-gallery__thumb.is-active,
.product-detail-gallery__thumb:hover {
  border-color: #d3a336;
  box-shadow: 0 10px 24px rgba(14, 23, 38, 0.08);
  transform: translateY(-2px);
}

.product-detail-gallery__thumb img {
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.product-detail-gallery__stage {
  border: 1px solid rgba(221, 226, 233, 0.96);
  background:
    linear-gradient(180deg, #ffffff, #f7f8fa);
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-detail-gallery__stage img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
  padding: 28px;
}

.product-detail-summary {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 10px;
}

.product-detail-summary__eyebrow {
  color: #7a8595;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-detail-summary h1 {
  margin: 0;
  color: #172235;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
}

.product-detail-summary p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
  font-size: 0.98rem;
}

.product-detail-summary__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-summary__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #24324a;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-detail-summary__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(226, 230, 236, 0.96);
  border-bottom: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-summary__fact {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(240, 242, 245, 0.96);
}

.product-detail-summary__fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.product-detail-summary__fact span {
  color: #8a94a6;
  font-size: 0.84rem;
}

.product-detail-summary__fact strong {
  color: #172235;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 4px;
}

.product-detail-button {
  min-width: 158px;
  border-radius: 0;
  letter-spacing: 0.02em;
}

.product-detail-button--ghost {
  background: #fff;
}

.product-detail-content-shell {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-detail-anchor {
  position: sticky;
  top: calc(var(--site-header-height) + 26px);
  display: grid;
  gap: 8px;
}

.product-detail-anchor a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(226, 230, 236, 0.96);
  background: #fff;
  color: #24324a;
  font-size: 0.93rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-detail-anchor a::after {
  content: "›";
  color: #98a2b3;
  font-size: 1rem;
}

.product-detail-anchor a:hover {
  border-color: #caa13d;
  background: #fbf6e8;
  color: #111827;
}

.product-detail-content {
  display: grid;
  gap: 42px;
}

.product-detail-panel {
  display: grid;
  gap: 24px;
}

.product-detail-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-detail-panel__eyebrow,
.product-detail-section-head span {
  color: #808b9b;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-detail-panel__head h2,
.product-detail-section-head h2 {
  margin: 8px 0 0;
  color: #172235;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
}

.product-detail-tab-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(224, 229, 236, 0.96);
}

.product-detail-tab {
  min-height: 58px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6b7280;
  font-weight: 700;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-detail-tab.is-active {
  color: #d0a036;
  border-bottom-color: #d0a036;
}

.product-detail-tab-panel {
  display: grid;
  gap: 20px;
}

.product-detail-tab-panel[hidden] {
  display: none;
}

.product-detail-tabs {
  gap: 24px;
}

.product-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-detail-gallery-card {
  overflow: hidden;
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
}

.product-detail-gallery-card__media {
  min-height: 220px;
  background: #f5f7fa;
}

.product-detail-gallery-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-detail-gallery-card__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 8px;
}

.product-detail-gallery-card {
  margin: 0;
}

.product-detail-richtext img {
  display: block;
  width: min(100%, 1180px);
  height: auto;
  margin: 24px auto;
  object-fit: contain;
}

.product-detail-gallery-card__body strong {
  color: #172235;
  font-size: 0.98rem;
}

.product-detail-gallery-card__body span,
.product-detail-gallery-card__body p {
  margin: 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.8;
}

.product-detail-gallery-card--info {
  background: linear-gradient(180deg, #fcfcfd, #f5f7fa);
}

.product-detail-spec-table {
  border-top: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-spec-table__row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(226, 230, 236, 0.96);
}

.product-detail-spec-table__row span {
  color: #8a94a6;
}

.product-detail-spec-table__row strong {
  color: #172235;
  font-weight: 700;
}

.product-detail-sku-block {
  display: grid;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(226, 230, 236, 0.96);
  background: linear-gradient(180deg, #fcfcfd, #f8fafc);
}

.product-detail-sku-block__head {
  display: grid;
  gap: 6px;
}

.product-detail-sku-block__head strong {
  color: #172235;
  font-size: 1.08rem;
  font-weight: 800;
}

.product-detail-sku-block__head span {
  color: #667085;
  line-height: 1.8;
}

.product-detail-sku-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-detail-sku-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
  overflow: hidden;
}

.product-detail-sku-card__media {
  min-height: 128px;
  background: #f5f7fa;
}

.product-detail-sku-card__media img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  padding: 12px;
}

.product-detail-sku-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px 18px;
}

.product-detail-sku-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-detail-sku-card__title-row strong {
  color: #172235;
  font-size: 1rem;
  font-weight: 700;
}

.product-detail-sku-card__flag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(211, 33, 33, 0.1);
  color: #d32121;
  font-size: 0.78rem;
  font-weight: 700;
}

.product-detail-sku-card__body p {
  margin: 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.8;
}

.product-detail-sku-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-sku-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 12px;
  background: #f4f6f8;
  color: #445062;
  font-size: 0.82rem;
  font-weight: 600;
}

.product-detail-richtext {
  color: #5d6676;
  line-height: 1.95;
}

.product-detail-richtext p {
  margin: 0 0 16px;
}

.product-detail-story,
.product-detail-scene,
.product-detail-related {
  display: grid;
  gap: 20px;
}

.product-detail-story-grid {
  display: grid;
  gap: 26px;
}

.product-detail-story-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 300px;
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
}

.product-detail-story-card.is-reverse .product-detail-story-card__media {
  order: 2;
}

.product-detail-story-card.is-reverse .product-detail-story-card__body {
  order: 1;
}

.product-detail-story-card__media {
  min-height: 300px;
  overflow: hidden;
  background: #edf1f5;
}

.product-detail-story-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-story-card__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px 32px;
}

.product-detail-story-card__body strong {
  color: #172235;
  font-size: 1.3rem;
  font-weight: 800;
}

.product-detail-story-card__body p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
}

.product-detail-scene__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: stretch;
}

.product-detail-scene__media {
  min-height: 360px;
  background: #eef2f5;
  overflow: hidden;
}

.product-detail-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-scene__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 24px 0;
}

.product-detail-scene__body p {
  margin: 0;
  color: #667085;
  line-height: 1.95;
}

.product-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-detail-related-card {
  border: 1px solid rgba(228, 232, 238, 0.96);
  background: #fff;
  overflow: hidden;
}

.product-detail-related-card__media {
  display: block;
  min-height: 260px;
  background: #f5f7fa;
}

.product-detail-related-card__media img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 20px;
}

.product-detail-related-card__body {
  display: grid;
  gap: 12px;
  padding: 18px 18px 22px;
}

.product-detail-related-card__body h3 {
  margin: 0;
  color: #172235;
  font-size: 1.1rem;
}

.product-detail-related-card__body p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
  font-size: 0.93rem;
}

.product-detail-related-card__link {
  color: #c28f20;
  font-weight: 700;
}

.product-detail-empty {
  width: 100%;
  margin: 0 auto;
}

.products-banner {
  position: relative;
  width: 100%;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  overflow: clip;
  margin-top: 0;
  background: #cfd7df;
}

.products-banner__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 33, 0.32), rgba(8, 19, 33, 0.04) 48%, rgba(8, 19, 33, 0.2) 100%),
    url("/assets/images/scene-factory.svg") center/cover no-repeat;
}

.products-banner__inner {
  position: relative;
  z-index: 1;
  min-height: 480px;
  display: block;
  padding: 0;
}

.products-banner__copy {
  display: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 34, 55, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 70%);
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-solid {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.header-shell {
  width: 100%;
  margin: 0;
  padding: 18px var(--shell-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(24, 32, 43, 0.12);
  background: #fff;
  flex-wrap: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(18, 30, 48, 0.08);
}

.brand-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.brand-name {
  margin: 0;
  color: #1e2635;
  font-family: var(--heading);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-sub {
  margin: 4px 0 0;
  color: #4f5b6d;
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.2vw, 28px);
  flex: 1 1 0;
  min-width: 0;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2px;
  border-radius: 0;
  color: #1f2a3b;
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
  flex: 0 0 auto;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #111827;
  background: transparent;
  transform: none;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  height: 3px;
  background: #e21b1b;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  flex: 0 0 auto;
}

.header-lang {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 142px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.header-lang.is-readonly {
  min-width: 136px;
}

.header-lang__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px 10px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #cf1515 0%, #b90505 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(137, 8, 8, 0.22);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.header-lang__trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(137, 8, 8, 0.28);
}

.header-lang__trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 2px;
}

.header-lang__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.header-lang__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-lang__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-lang__caret {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.96);
  transition: transform 0.2s ease;
}

.header-lang.is-open .header-lang__caret {
  transform: rotate(180deg);
}

.header-lang__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 104px;
  padding: 6px 0;
  border: 0;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(18, 30, 48, 0.16);
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.header-lang.is-open .header-lang__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-lang__menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.header-lang__option {
  display: block;
  width: 100%;
  padding: 9px 18px;
  border: 0;
  background: #ffffff;
  color: #1c2738;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}

.header-lang__option:hover {
  background: #f4f6f9;
}

.header-lang__option.is-active {
  background: #b90505;
  color: #ffffff;
}

.header-lang__option:focus-visible {
  outline: 2px solid rgba(185, 5, 5, 0.34);
  outline-offset: -2px;
}

.nav-search {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7b8797;
}

.nav-search__icon {
  font-size: 1.3rem;
}

.header-search-panel {
  max-height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: max-height 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}

.site-header.is-search-open .header-search-panel {
  max-height: 300px;
  opacity: 1;
}

.header-search-panel__inner {
  position: relative;
  width: 100%;
  padding: 34px var(--shell-gutter) 34px;
}

.header-search-form {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 124px;
  align-items: center;
  gap: 0;
  min-height: 68px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(224, 228, 235, 0.9);
  box-shadow: 0 12px 30px rgba(18, 30, 48, 0.08);
  overflow: hidden;
}

.header-search-scope {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(224, 228, 235, 0.9);
}

.header-search-scope select {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 24px;
  border: 0;
  background: transparent;
  color: #505b6b;
  appearance: none;
  outline: none;
  font-size: 1rem;
}

.header-search-scope::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #b4bcc8;
  transform: translateY(-25%);
  pointer-events: none;
}

.header-search-input {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0 24px;
  border: 0;
  outline: none;
  background: transparent;
  color: #1f2a3b;
  font-size: 1.05rem;
}

.header-search-input::placeholder {
  color: #a4adbb;
}

.header-search-submit {
  height: 100%;
  border: 0;
  background: linear-gradient(135deg, #d71010, #b90d0d);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.header-search-close {
  position: absolute;
  right: var(--shell-gutter);
  top: 10px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #24324a;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span {
  margin-top: 6px;
  margin-bottom: 6px;
}

body.nav-open .menu-toggle span {
  opacity: 0;
}

body.nav-open .menu-toggle::before {
  transform: translateY(8px) rotate(45deg);
}

body.nav-open .menu-toggle::after {
  transform: translateY(-8px) rotate(-45deg);
}

.home-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  margin-top: calc(var(--site-header-height) * -1);
  background: #eae7e1;
}

.home-banner .hero-track {
  min-height: 720px;
}

.home-banner .hero-slide {
  background: #d9d3c6;
}

.home-banner__media,
.home-banner__veil {
  position: absolute;
  inset: 0;
}

.home-banner__media {
  background:
    linear-gradient(90deg, rgba(10, 22, 36, 0.34), rgba(10, 22, 36, 0.08) 34%, rgba(255, 255, 255, 0) 60%),
    url("/assets/images/scene-factory.svg") center/cover no-repeat;
  transform: scale(1.02);
}

.home-banner__veil {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(4, 12, 22, 0.38) 0%, rgba(4, 12, 22, 0.2) 24%, rgba(4, 12, 22, 0) 54%);
}

.home-banner__content {
  min-height: 0;
  gap: 14px;
  color: #fff;
}

.home-banner__eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.home-banner__title {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.08;
}

.home-banner__summary {
  color: rgba(255, 255, 255, 0.88);
}

.home-banner .hero-kicker,
.home-banner .hero-title,
.home-banner .hero-summary {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.home-banner__dots {
  bottom: 28px;
}

.home-banner .hero-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.home-banner .hero-dot.is-active {
  width: 28px;
  background: #f54e2d;
}

.home-overview-section,
.home-cases-section,
.home-group-section,
.home-products-section,
.home-news-section,
.home-certs-section {
  width: 100%;
}

.home-page > .section-shell {
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(15, 23, 42, 0.05),
    inset 0 -1px 0 rgba(15, 23, 42, 0.04);
}

.home-products-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.home-overview-section {
  background: linear-gradient(180deg, #f3f5f7 0%, #eef1f4 100%);
}

.home-cases-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.home-group-section {
  background: linear-gradient(180deg, #f4f6f8 0%, #edf1f5 100%);
}

.home-news-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.home-certs-section {
  background: linear-gradient(180deg, #f2f4f7 0%, #eceff3 100%);
}

.home-inquiry-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.home-overview-section {
  padding-top: 54px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  align-items: stretch;
}

.home-overview__media {
  display: flex;
  align-self: stretch;
}

.home-overview__media .showcase-panel {
  flex: 1;
  height: 100%;
  align-self: stretch;
  min-height: 620px;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, #d6d3cb, #bdb1a0);
  box-shadow: none;
}

.home-overview__content {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 12px 0;
  min-height: 620px;
}

.home-overview__eyebrow {
  color: #d70c0c;
  font-family: var(--heading);
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
}

.home-overview__title {
  margin: 0;
  color: #1d2535;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700;
}

.home-overview__lead,
.home-overview__body {
  margin: 0;
  color: #6d7583;
  line-height: 1.95;
  text-align: justify;
}

.home-overview__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
  padding-top: 12px;
}

.home-overview__metric {
  position: relative;
  padding-right: 14px;
}

.home-overview__metric:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  width: 1px;
  background: rgba(210, 74, 58, 0.28);
}

.home-overview__metric strong {
  display: block;
  color: #222b39;
  font-family: var(--heading);
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-overview__metric span {
  display: block;
  margin-top: 8px;
  color: #7a8290;
  font-size: 0.94rem;
  line-height: 1.7;
}

.home-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.home-overview__note {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 16px 18px;
  border-left: 4px solid var(--brand);
  background: #f8f5ef;
  color: #606a79;
}

.home-overview__note strong {
  color: #1f2734;
  font-size: 1rem;
}

.home-section-head {
  margin-bottom: 34px;
}

.home-section-title {
  margin: 0;
  color: #1f2835;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
}

.home-section-line {
  width: 62px;
  height: 3px;
  background: #d42020;
}

.home-group-section {
  padding-top: 30px;
  padding-bottom: 58px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-cases-section {
  padding-top: 18px;
  padding-bottom: 54px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-cases-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 26px;
  align-items: stretch;
}

.home-case-feature,
.home-case-card {
  overflow: hidden;
  border: 1px solid rgba(220, 225, 233, 0.9);
  background: linear-gradient(180deg, #fff, #fbfbfb);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-case-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 420px;
}

.home-case-feature__media,
.home-case-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #203247, #0d1724);
}

.home-case-feature__media img,
.home-case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-case-feature__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 38px 34px;
}

.home-case-feature__eyebrow {
  color: #d42020;
  font-family: var(--heading);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-case-feature__body h3,
.home-case-card__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.35;
}

.home-case-feature__body p,
.home-case-card__body p {
  margin: 0;
  color: #6f7886;
  line-height: 1.85;
}

.home-case-grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.home-case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 197px;
}

.home-case-card__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 26px;
}

.home-case-card__body span {
  color: #d42020;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-group-stage {
  overflow: hidden;
  border: 1px solid rgba(24, 32, 43, 0.06);
  background: #fff;
  box-shadow: 0 20px 60px rgba(18, 30, 48, 0.08);
}

.home-group-stage__top {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(7, 12, 20, 0.92);
  color: #fff;
}

.home-group-stage__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}

.home-group-stage__mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3f5f9, #dadddf);
  box-shadow: inset 0 0 0 8px #1d2431;
}

.home-group-stage__nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.home-group-stage__nav-item {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.home-group-stage__nav-item:hover,
.home-group-stage__nav-item:focus-visible,
.home-group-stage__nav-item.is-active {
  color: #fff;
}

.home-group-stage__nav-item.is-active {
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.home-group-stage__nav-item.is-static {
  cursor: default;
}

.home-group-feature {
  min-height: 420px;
  padding: 70px 62px 160px;
  display: grid;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.22)),
    var(--home-advantage-bg, url("/assets/images/scene-factory.svg")) center/cover no-repeat;
  color: #fff;
  transition: background-image 0.28s ease;
}

.home-group-feature__copy {
  max-width: 620px;
  display: grid;
  gap: 16px;
}

.home-group-feature__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-group-feature__eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.home-group-feature__copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}

.home-group-feature__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.9;
}

.home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
}

.home-inline-link::after {
  content: "→";
}

.home-group-grid {
  margin-top: -86px;
  padding: 0 28px 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-group-card {
  min-height: 264px;
  display: grid;
  grid-template-rows: 152px 1fr;
  background: rgba(17, 22, 28, 0.85);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.home-group-card.is-active {
  background: #dc0000;
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(168, 10, 10, 0.28);
}

.home-group-card:hover,
.home-group-card:focus-visible {
  transform: translateY(-5px);
}

.home-group-card__media {
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.08), rgba(12, 18, 24, 0.48)),
    #203040 center/cover no-repeat;
}

.home-group-card__body {
  padding: 20px 18px 20px;
}

.home-group-card__icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--heading);
  font-size: 1.1rem;
}

.home-group-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
}

.home-group-card p {
  margin: 0;
  color: inherit;
  line-height: 1.75;
  font-size: 0.92rem;
}

.home-products-section {
  padding-top: 34px;
  padding-bottom: 66px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-category-browser {
  display: grid;
  gap: 28px;
  padding: 12px 0 0;
}

.home-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.home-category-tab {
  min-width: 150px;
  padding: 14px 20px;
  border: 1px solid rgba(24, 32, 43, 0.18);
  background: #fff;
  color: #444d5d;
  font-size: 0.98rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-category-tab.is-active {
  border-color: #d60000;
  background: #d60000;
  color: #fff;
}

.home-category-panel {
  display: grid;
  gap: 22px;
}

.home-category-panel__intro {
  text-align: center;
}

.home-category-panel__intro p {
  margin: 0;
  color: #6f7886;
  line-height: 1.85;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home-product-card {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-product-card__media {
  display: block;
  aspect-ratio: 1.06 / 0.82;
  background: linear-gradient(180deg, #fbfbfb, #f3f5f8);
}

.home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
}

.home-product-card__body {
  padding: 18px 20px 20px;
}

.home-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.home-product-card__chip,
.product-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #364152;
  font-size: 0.78rem;
  font-weight: 700;
}

.home-product-card__chip.is-accent,
.product-card__chip.is-accent {
  background: rgba(208, 160, 54, 0.12);
  color: #a36f00;
}

.home-product-card__body h3 {
  margin: 0 0 10px;
  color: #1f2835;
  font-size: 1.12rem;
  font-weight: 600;
}

.home-product-card__body p {
  margin: 0;
  color: #7b8391;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-product-card__footer {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(213, 219, 228, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f8b9d;
}

.home-product-card__link {
  color: inherit;
}

.home-product-card__arrow {
  font-size: 1.2rem;
  line-height: 1;
}

.home-news-section {
  padding-top: 30px;
  padding-bottom: 92px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-certs-section {
  padding-top: 12px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-inquiry-section {
  padding-top: 0;
  padding-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-certs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home-cert-card {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfbfb);
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.06);
}

.home-cert-card__frame {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(145deg, #1c2f45, #0d1724);
  color: rgba(255, 255, 255, 0.92);
}

.home-cert-card__frame span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  font-family: var(--heading);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-cert-card__frame.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-cert-card__body {
  display: grid;
  gap: 12px;
  padding: 22px 22px 24px;
}

.home-cert-card__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: 1.12rem;
}

.home-cert-card__body p {
  margin: 0;
  color: #6f7886;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-inquiry-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.home-inquiry-copy,
.home-inquiry-form-panel {
  overflow: hidden;
  border: 1px solid rgba(220, 225, 233, 0.9);
  box-shadow: 0 18px 48px rgba(18, 30, 48, 0.08);
}

.home-inquiry-copy {
  padding: 38px 34px;
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.2), transparent 22%),
    linear-gradient(145deg, #132235, #0b1726 62%, #09111c);
  color: #fff;
}

.home-inquiry-copy .eyebrow,
.home-inquiry-copy .section-title {
  color: #fff;
}

.home-inquiry-copy .eyebrow::before {
  background: rgba(255, 255, 255, 0.62);
}

.home-inquiry-copy .section-intro {
  color: rgba(255, 255, 255, 0.76);
  max-width: 540px;
}

.home-inquiry-points {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.home-inquiry-point {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-inquiry-point strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-family: var(--heading);
}

.home-inquiry-point p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 0.94rem;
}

.home-inquiry-form-panel {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
}

.home-inquiry-form .field-grid {
  gap: 16px;
}

.field--full {
  grid-column: 1 / -1;
}

.home-inquiry-form textarea {
  min-height: 180px;
}

.home-inquiry-form__actions {
  margin-top: 18px;
}

.home-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: stretch;
}

.home-news-spotlight {
  display: grid;
  gap: 0;
}

.home-news-spotlight__media {
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.18)),
    url("/assets/images/scene-export.svg") center/cover no-repeat,
    linear-gradient(140deg, #293748, #101824);
}

.home-news-spotlight__caption {
  padding: 18px 22px;
  background: #121a24;
  color: #fff;
  line-height: 1.7;
}

.home-news-list {
  display: grid;
  gap: 12px;
}

.home-news-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 24px 20px;
  background: #f3f4f6;
  border: 1px solid rgba(221, 226, 233, 0.88);
}

.home-news-item.is-featured {
  background: #eceff2;
}

.home-news-item__date {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  color: #d21b1b;
}

.home-news-item__date strong {
  font-family: var(--heading);
  font-size: 2rem;
  line-height: 1;
}

.home-news-item__date span {
  color: #b05f5f;
  font-size: 0.94rem;
}

.home-news-item__body h3 {
  margin: 0 0 8px;
  color: #232b38;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
}

.home-news-item__body p {
  margin: 0;
  color: #7a8392;
  line-height: 1.8;
  font-size: 0.93rem;
}

.home-news-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.news-hero {
  position: relative;
  min-height: 480px;
  overflow: clip;
  background: #cfd7df;
}

.news-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 20, 32, 0.08), rgba(12, 20, 32, 0.08)),
    url("/assets/images/scene-rv.svg") center 34%/cover no-repeat;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 480px;
  display: block;
  padding: 0;
}

.news-hero__copy {
  display: none;
}

.news-page-toolbar-band {
  width: 100%;
  background: #fff;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  margin: 0 0 30px;
}

.news-page-shell {
  width: var(--inner-shell, 80%);
  margin: 0 auto 56px;
  padding: 0 32px 54px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.news-page-toolbar {
  width: var(--inner-shell, 80%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 14px 34px;
  background: transparent;
  border: 0;
}

.news-page-toolbar__tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.news-page-tab {
  position: relative;
  padding: 0 58px;
  border: 0;
  background: transparent;
  color: #30343b;
  font-size: 1.05rem;
  line-height: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.news-page-tab + .news-page-tab {
  margin-left: 0;
}

.news-page-tab + .news-page-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background: #d3d7dd;
  transform: translateY(-50%);
}

.news-page-tab.is-active {
  color: #1f2430;
  font-weight: 500;
}

.news-page-tab.is-active::after {
  content: none;
}

.news-page-toolbar__crumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #6f7681;
  font-size: 0.98rem;
  white-space: nowrap;
}

.news-page-toolbar__crumb::before {
  content: "";
  width: 18px;
  height: 24px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpath fill='%23ff6b00' d='M9 0C4.03 0 0 4.03 0 9c0 6.55 9 15 9 15s9-8.45 9-15c0-4.97-4.03-9-9-9Z'/%3E%3Ccircle cx='9' cy='9' r='3' fill='%23fff'/%3E%3C/svg%3E");
  flex: 0 0 18px;
}

.news-page-panel {
  padding-top: 10px;
}

.news-page-feature {
  display: block;
  padding: 38px 44px;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  box-shadow: none;
}

.news-page-feature--empty {
  background: #fafafa;
}

.news-page-feature__body {
  display: grid;
  align-content: start;
  gap: 16px;
}

.news-page-feature__eyebrow {
  color: #d32121;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-page-feature__body h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.45;
  color: #2a2f36;
  font-weight: 700;
}

.news-page-feature__meta,
.news-page-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #a0a6b0;
  font-size: 0.92rem;
}

.news-page-meta-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.news-page-meta-chip::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d3d8df;
  border-radius: 50%;
  flex: 0 0 14px;
}

.news-page-feature__body p {
  margin: 0;
  color: #676f7b;
  line-height: 1.95;
  font-size: 1rem;
}

.news-page-feature__more {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 24px;
  border: 1px solid #d32121;
  color: #d32121;
  text-decoration: none;
  font-size: 0.98rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.news-page-feature__more:hover {
  background: #d32121;
  color: #fff;
}

.news-page-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.news-page-list--placeholder {
  opacity: 0.72;
}

.news-page-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 58px;
  gap: 28px;
  align-items: center;
  padding: 34px 20px;
  border-top: 0;
  border-bottom: 1px solid #eceef1;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-page-item.is-placeholder {
  pointer-events: none;
}

.news-page-item:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(24, 32, 43, 0.08);
  border-bottom-color: transparent;
}

.news-page-item__date {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px 16px;
  background: #f3f3f3;
  border: 0;
  color: #d32121;
  transition: transform 0.22s ease, background 0.22s ease;
}

.news-page-item:hover .news-page-item__date {
  transform: translateY(-2px);
  background: #fff5f5;
}

.news-page-item__date strong {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 500;
}

.news-page-item__date span {
  font-size: 0.9rem;
  color: inherit;
}

.news-page-item__body h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #252c35;
  font-weight: 700;
}

.news-page-item__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-page-item__link:hover {
  color: #d32121;
}

.news-page-item__body p {
  margin: 12px 0 0;
  color: #66707d;
  line-height: 1.95;
  font-size: 1rem;
}

.news-page-item:hover .news-page-item__link {
  color: #d32121;
}

.news-page-item__arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e6e8ed;
  border-radius: 50%;
  color: #c0c5cd;
  text-decoration: none;
  font-size: 1.45rem;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.news-page-item__arrow:hover {
  transform: translateX(3px);
  border-color: #d32121;
  color: #d32121;
  background: rgba(211, 33, 33, 0.04);
}

.news-page-item:hover .news-page-item__arrow {
  transform: translateX(6px);
  border-color: #d32121;
  color: #d32121;
  background: rgba(211, 33, 33, 0.04);
}

.news-page-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.news-page-pagination__btn {
  min-width: 34px;
  height: 34px;
  border: 1px solid #d8dbe2;
  background: #fff;
  color: #333;
}

.news-page-pagination__btn.is-active {
  border-color: #d32121;
  background: #d32121;
  color: #fff;
}

.news-detail-card {
  padding: 30px 34px 36px;
  background: #fff;
  border: 1px solid #eceff3;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.news-detail-card__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #7a828e;
  text-decoration: none;
  font-size: 0.92rem;
}

.news-detail-card__back:hover {
  color: #d32121;
}

.news-detail-card__head {
  display: grid;
  gap: 12px;
}

.news-detail-card__tag {
  color: #d32121;
  font-size: 0.92rem;
}

.news-detail-card__head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.3;
  color: #1f2937;
}

.news-detail-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #8b94a1;
  font-size: 0.9rem;
}

.news-detail-card__summary {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid #d32121;
  color: #5f6977;
  line-height: 1.9;
}

.news-detail-card__cover {
  margin-top: 24px;
  overflow: hidden;
  background: #edf1f6;
}

.news-detail-card__cover img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.news-detail-card__content {
  margin-top: 28px;
  color: #2f3845;
  line-height: 1.95;
  font-size: 1rem;
}

.news-detail-card__content img {
  max-width: 100%;
  height: auto;
}

.news-detail-card__actions {
  margin-top: 24px;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: 92vh;
  margin-top: calc(var(--site-header-height) * -1);
  background: #091321;
}

.home-banner.hero {
  min-height: 720px;
}

.hero-track {
  position: relative;
  min-height: 92vh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8, 19, 33, 0.9) 20%, rgba(8, 19, 33, 0.52) 52%, rgba(8, 19, 33, 0.72) 100%),
    linear-gradient(180deg, rgba(8, 19, 33, 0.18), rgba(8, 19, 33, 0.66));
  z-index: 1;
}

.home-banner .hero-slide::before {
  background: none;
}

.hero-background,
.hero-media {
  position: absolute;
  inset: 0;
}

.hero-background {
  background-color: #0e1724;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-media img,
.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 22px;
}

.hero-free-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-free-field {
  position: absolute;
  z-index: 3;
  max-width: calc(100% - 24px);
  margin: 0;
  pointer-events: auto;
}

.hero-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--heading);
  font-size: var(--slide-font-size, 0.95rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-kicker::before {
  display: none;
}

.hero-title {
  margin: 0;
  color: #fff;
  font-family: var(--body);
  font-size: var(--slide-font-size, clamp(2rem, 4.8vw, 4.4rem));
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.hero-summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--slide-font-size, 1.06rem);
  line-height: 1.9;
}

.hero-product {
  position: absolute;
  z-index: 2;
}

.hero-product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .button {
  font-size: var(--slide-font-size, inherit);
}

.hero-controls {
  position: absolute;
  right: var(--shell-gutter);
  bottom: 58px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-banner .hero-controls {
  left: 50%;
  right: auto;
  bottom: 28px;
  transform: translateX(-50%);
  justify-content: center;
}

.hero-dot {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hero-dot.is-active {
  background: var(--brand);
}

.hero-stats-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(8, 19, 33, 0.78), rgba(8, 19, 33, 0.58));
  backdrop-filter: blur(14px);
}

.hero-stats-shell {
  width: 100%;
  margin: 0;
  padding: 22px var(--shell-gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hero-stat {
  display: grid;
  gap: 8px;
}

.hero-stat strong {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section-shell {
  width: 100%;
  margin: 0;
  padding: 96px var(--shell-gutter);
}

.section-shell.compact {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-head {
  margin-bottom: 36px;
  display: grid;
  gap: 12px;
}

.section-head.centered {
  text-align: center;
  justify-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-family: var(--heading);
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

.section-title {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.section-intro {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.sitemap-page {
  display: grid;
  gap: 24px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sitemap-card {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.14), transparent 26%),
    #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.sitemap-card__head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.sitemap-card__head h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 1.55rem;
  color: #142033;
}

.sitemap-card__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.sitemap-link-list,
.sitemap-tree__children {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sitemap-link,
.sitemap-chip,
.sitemap-tree__root {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sitemap-link,
.sitemap-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 51, 0.12);
  background: #fff;
  color: #22354d;
  font-weight: 600;
}

.sitemap-link:hover,
.sitemap-chip:hover,
.sitemap-tree__root:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 36, 33, 0.28);
  color: #bf2421;
  box-shadow: 0 12px 24px rgba(191, 36, 33, 0.12);
}

.sitemap-tree {
  display: grid;
  gap: 18px;
}

.sitemap-tree__group {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.sitemap-tree__group:first-child {
  padding-top: 0;
  border-top: 0;
}

.sitemap-tree__root {
  color: #0f2340;
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 16px 30px rgba(196, 50, 27, 0.25);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.button.ghost {
  border-color: rgba(24, 32, 43, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.home-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: stretch;
}

.showcase-panel,
.content-panel,
.contact-card,
.news-card,
.product-card,
.resource-card,
.value-card,
.feature-card,
.service-step,
.category-card,
.contact-form,
.office-card,
.list-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.showcase-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(160deg, rgba(8, 19, 33, 0.18), rgba(8, 19, 33, 0.02)),
    linear-gradient(180deg, #dfd6c5 0%, #c4b7a1 100%);
}

.showcase-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(196, 50, 27, 0.14), transparent 48%),
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.42), transparent 24%);
  z-index: 1;
}

.showcase-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 320px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8, 19, 33, 0.78);
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.showcase-caption strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--heading);
  font-size: 1.3rem;
}

.content-panel {
  padding: 40px;
}

.content-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.95;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric {
  padding: 28px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 248, 242, 0.92)),
    var(--panel);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 3rem);
}

.metric span {
  display: block;
  color: var(--muted);
  line-height: 1.7;
}

.switchboard {
  display: grid;
  gap: 24px;
}

.tab-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.tab-trigger {
  width: 100%;
  padding: 18px 18px 16px;
  text-align: left;
  border: 1px solid rgba(24, 32, 43, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tab-trigger strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.tab-trigger span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tab-trigger.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), #a82618);
  color: #fff;
  box-shadow: 0 18px 34px rgba(196, 50, 27, 0.22);
  transform: translateY(-2px);
}

.tab-trigger.is-active span {
  color: rgba(255, 255, 255, 0.76);
}

.tab-panel {
  display: grid;
  gap: 24px;
}

.sub-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
}

.sub-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #10263d, #06101a);
}

.sub-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-copy {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 245, 238, 0.92));
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.sub-copy h3,
.product-panel h3 {
  margin: 0 0 14px;
  font-family: var(--heading);
  font-size: 1.85rem;
}

.sub-copy p,
.product-panel p,
.service-step p,
.news-card p,
.resource-card p,
.feature-card p,
.value-card p,
.office-card p,
.list-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.85;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--panel-alt);
  font-size: 0.88rem;
  font-weight: 600;
}

.products-grid,
.news-grid,
.value-grid,
.feature-grid,
.resource-grid,
.contact-grid,
.office-grid,
.category-grid {
  display: grid;
  gap: 18px;
}

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

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-grid,
.feature-grid,
.resource-grid,
.contact-grid,
.office-grid,
.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="contact"] .contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.product-card,
.news-card,
.resource-card,
.value-card,
.feature-card,
.contact-card,
.office-card,
.list-card,
.category-card {
  overflow: hidden;
}

.card-visual {
  position: relative;
  min-height: 220px;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(140deg, var(--card-a, #11253c), var(--card-b, #1d456b));
  color: #fff;
}

.card-visual::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.card-visual strong {
  position: relative;
  z-index: 1;
  font-family: var(--heading);
  font-size: 1.5rem;
}

.card-body {
  padding: 24px;
}

.card-body h3,
.card-body h4 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

.card-body h3 a,
.card-body h4 a {
  color: inherit;
}

.meta-line {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.meta-line strong {
  color: var(--brand);
}

.list-line {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.list-line li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.list-line li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.product-panel {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(24, 32, 43, 0.12);
}

.timeline-item {
  position: relative;
  padding-left: 58px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(196, 50, 27, 0.12);
}

.timeline-card {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: var(--shadow);
}

.timeline-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
  font-family: var(--heading);
  font-size: 1.2rem;
}

.service-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-step {
  padding: 24px;
}

.service-step strong {
  display: block;
  margin-bottom: 10px;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1.2rem;
}

.service-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand);
  font-family: var(--heading);
  font-weight: 700;
}

.service-cases-layout {
  margin-top: 8px;
}

.service-case-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.service-case-link {
  display: block;
  color: inherit;
}

.service-case-link .home-case-feature,
.service-case-link .home-case-card,
.service-case-link .service-case-tile {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-case-link:hover .home-case-feature,
.service-case-link:hover .home-case-card,
.service-case-link:hover .service-case-tile {
  transform: translateY(-6px);
  border-color: rgba(196, 50, 27, 0.22);
  box-shadow: 0 24px 56px rgba(18, 30, 48, 0.12);
}

.service-case-tile {
  overflow: hidden;
  padding: 10px 10px 0;
  border-radius: 14px;
  border: 1px solid rgba(220, 225, 233, 0.9);
  background: linear-gradient(180deg, #fff, #fcfcfc);
  box-shadow: 0 8px 22px rgba(18, 30, 48, 0.06);
}

.service-case-tile.is-active {
  box-shadow: 0 16px 32px rgba(18, 30, 48, 0.12);
}

.service-case-tile__media {
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  background: linear-gradient(140deg, #203247, #0d1724);
}

.service-case-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-case-tile__body {
  position: relative;
  padding: 20px 16px 18px;
  text-align: center;
}

.service-case-tile__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(220, 225, 233, 0.9);
}

.service-case-tile.is-active .service-case-tile__body::before {
  background: #d42020;
}

.service-case-tile__body h3 {
  margin: 0;
  color: #1f2835;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.45;
}

.service-case-tile.is-active .service-case-tile__body h3 {
  color: #d42020;
}

.service-case-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.service-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(196, 50, 27, 0.08);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-case-meta strong {
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1rem;
}

.service-case-detail-shell {
  padding-top: 8px;
}

.service-case-detail {
  display: grid;
  gap: 28px;
}

.service-case-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-weight: 700;
}

.service-case-detail__back::before {
  content: "\2190";
  font-size: 1rem;
}

.service-case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 28px;
  align-items: stretch;
}

.service-case-hero__media {
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, #203247, #0d1724);
  box-shadow: var(--shadow);
}

.service-case-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-case-hero__body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.service-case-hero__body .section-title {
  margin: 0;
}

.service-case-detail__eyebrow {
  color: var(--brand);
}

.service-case-hero__summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.service-case-detail__body {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.78fr);
  gap: 24px;
  align-items: start;
}

.service-case-detail__panel {
  display: grid;
  gap: 14px;
}

.service-case-detail__panel h3 {
  margin: 0;
  color: var(--panel-deep);
  font-family: var(--heading);
  font-size: 1.45rem;
}

.service-case-facts {
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.16), transparent 24%),
    linear-gradient(145deg, #132235, #0b1726 62%, #09111c);
  color: #fff;
  box-shadow: var(--shadow);
}

.service-case-facts strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--heading);
  font-size: 1.16rem;
}

.service-case-facts .list-line {
  gap: 12px;
}

.service-case-facts .list-line li {
  color: rgba(255, 255, 255, 0.78);
}

.service-case-facts .list-line li::before {
  background: #fff;
}

.service-case-fact-link {
  color: var(--brand-orange, #ff7a18);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.service-case-fact-link:hover,
.service-case-fact-link:focus-visible {
  color: var(--brand-orange-deep, #f05e0b);
}

.service-case-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-case-related__grid .home-case-card {
  min-height: 100%;
  grid-template-columns: 1fr;
}

.service-case-related__grid .home-case-card__media {
  min-height: 220px;
}

.service-case-related__grid .home-case-card__body h3 {
  font-size: 1.25rem;
}

.cta-band {
  width: var(--shell);
  margin: 0 auto 108px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(196, 50, 27, 0.92), rgba(143, 35, 20, 0.98)),
    var(--brand);
  color: #fff;
  box-shadow: 0 28px 60px rgba(143, 35, 20, 0.25);
}

.cta-band h2 {
  margin: 0 0 10px;
  font-family: var(--heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.cta-band p {
  margin: 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.page-hero {
  position: relative;
  margin-top: calc(var(--site-header-height) * -1);
  padding: 190px 0 110px;
  overflow: clip;
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.24), transparent 22%),
    linear-gradient(135deg, #0b1828, #102b43 55%, #163a57);
  color: #fff;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 19, 33, 0.28), rgba(8, 19, 33, 0.18)),
    var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.page-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 var(--shell-gutter);
  display: grid;
  gap: 22px;
}

.page-hero .section-title,
.page-hero .section-intro {
  color: #fff;
}

.page-hero .section-intro {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
}

body[data-page="cases"] .page-hero {
  height: 480px;
  min-height: 480px;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body[data-page="cases"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

.about-page {
  background:
    radial-gradient(circle at top right, rgba(212, 170, 84, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f3ec 0%, #fbfaf7 24%, #f5f1e9 100%);
}

body[data-page="about"] .page-hero {
  margin-top: 0;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  padding: 0 var(--shell-gutter);
  display: flex;
  align-items: center;
}

body[data-page="contact"] .page-hero {
  margin-top: 0;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  padding: 0 var(--shell-gutter);
  display: flex;
  align-items: center;
}

body[data-page="about"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

body[data-page="contact"] .page-hero::after {
  background: var(--page-hero-bg, url("./images/hero-road.svg")) center/cover no-repeat;
  opacity: 1;
  mix-blend-mode: normal;
}

body[data-page="about"] .page-hero-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0;
}

body[data-page="contact"] .page-hero-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0;
}

body[data-page="about"] .about-page > .section-shell {
  width: var(--inner-shell);
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.about-overview {
  padding-top: 82px;
}

.about-overview__metrics {
  margin-top: 16px;
}

.about-photo-layout,
.about-capacity__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 26px;
  align-items: stretch;
}

.about-photo-stage {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: #102033;
  box-shadow: var(--shadow);
}

.about-photo-stage img,
.about-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-stage__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(8, 19, 33, 0.68);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.about-photo-stage__caption strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 1.28rem;
}

.about-photo-grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-photo-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.about-photo-card__body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 24px;
}

.about-photo-card__body h3 {
  margin: 0;
  font-size: 1.22rem;
  color: var(--panel-deep);
}

.about-photo-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.about-capacity .value-grid {
  grid-template-columns: 1fr;
}

.about-rd__visual img {
  object-position: center right;
}

.about-quality__flow .service-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 245, 238, 0.92)),
    var(--panel);
}

.about-honor__layout {
  align-items: stretch;
}

.about-honor__visual {
  min-height: 560px;
}

.about-honor__grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.contact-form {
  padding: 30px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.92rem;
  color: var(--muted);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(24, 32, 43, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.form-status.is-success {
  color: #1c7c45;
}

.form-status.is-error {
  color: #b02a1d;
}

.contact-captcha-field {
  max-width: 460px;
  margin-top: 14px;
}

.contact-captcha-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-captcha-refresh {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--inner-orange, var(--brand));
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-captcha-refresh:hover {
  color: var(--inner-orange-deep, var(--brand-deep));
}

.contact-captcha-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  align-items: stretch;
}

.contact-captcha-control input {
  min-width: 0;
  text-transform: uppercase;
}

.contact-captcha-image {
  width: 132px;
  height: 48px;
  padding: 0;
  border: 1px solid #d5dde5;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f8fb;
  color: #687384;
  font-size: 0.78rem;
}

.contact-captcha-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-captcha-image:focus-visible,
.contact-captcha-refresh:focus-visible {
  outline: 2px solid rgba(255, 122, 24, 0.28);
  outline-offset: 2px;
}

.contact-captcha-image:disabled,
.contact-captcha-refresh:disabled {
  cursor: wait;
  opacity: 0.68;
}

.map-panel {
  position: relative;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 24%, rgba(212, 170, 84, 0.22), transparent 20%),
    linear-gradient(145deg, #d9ceb9, #c4b39b);
}

.contact-map-frame,
.contact-map-fallback {
  width: 100%;
  min-height: 360px;
}

.contact-map-frame {
  display: block;
  border: 0;
  background: #d7cfbe;
}

.contact-map-fallback {
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 32px;
  text-align: center;
  background:
    linear-gradient(rgba(15, 34, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  color: var(--panel-deep);
}

.contact-map-fallback strong,
.contact-map-card strong {
  font-family: var(--heading);
}

.contact-map-fallback p,
.contact-map-card span,
.contact-map-fallback__meta {
  color: var(--muted);
  line-height: 1.7;
}

.contact-map-fallback__meta {
  display: block;
}

.contact-map-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 32, 43, 0.08);
  box-shadow: 0 18px 40px rgba(8, 19, 33, 0.18);
  backdrop-filter: blur(10px);
}

.contact-map-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 19, 33, 0.88);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(8, 19, 33, 0.2);
}

.contact-map-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.map-graphic {
  position: relative;
  min-height: 360px;
  padding: 28px;
  background-image:
    linear-gradient(rgba(15, 34, 55, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 34, 55, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.map-graphic::before,
.map-graphic::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(8, 19, 33, 0.12);
}

.map-graphic::before {
  left: 18%;
  top: 24%;
  width: 42%;
  height: 22%;
  transform: rotate(-18deg);
}

.map-graphic::after {
  right: 16%;
  bottom: 22%;
  width: 34%;
  height: 18%;
  transform: rotate(28deg);
}

.pin {
  position: absolute;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(8, 19, 33, 0.9);
  color: #fff;
  box-shadow: 0 18px 40px rgba(8, 19, 33, 0.26);
}

.pin::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  background: rgba(8, 19, 33, 0.9);
}

.pin strong {
  font-family: var(--heading);
}

.is-empty-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(24, 32, 43, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  text-align: center;
}

.category-card__media {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: linear-gradient(145deg, #162536, #2a4d70);
}

.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.category-card__links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--panel-alt);
  font-size: 0.86rem;
  font-weight: 600;
}

.category-card__actions,
.news-card__actions {
  margin-top: 18px;
}

.products-directory {
  width: 100%;
  margin: 0;
  padding: 42px var(--shell-gutter) 80px;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.products-directory__sidebar {
  position: sticky;
  top: calc(var(--site-header-height) + 22px);
}

.products-directory__side-card {
  overflow: hidden;
  border: 1px solid rgba(226, 229, 235, 0.96);
  border-radius: 6px;
  background: #fff;
}

.products-directory__side-title {
  margin: 0;
  padding: 24px 18px 18px;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
}

.products-directory__nav {
  display: grid;
}

.products-directory__item {
  border-top: 1px solid rgba(235, 238, 243, 0.96);
}

.products-directory__category {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 0.98rem;
  text-align: left;
  line-height: 1.45;
  transition: background 0.2s ease, color 0.2s ease;
}

.products-directory__category.is-active,
.products-directory__category:hover {
  background: #f2f3f5;
}

.products-directory__caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #7b8794;
  border-bottom: 2px solid #7b8794;
  transform: rotate(45deg);
  transition: transform 0.28s ease;
  flex: 0 0 auto;
}

.products-directory__item.is-expanded .products-directory__caret {
  transform: rotate(225deg);
}

.products-directory__submenu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.24s ease;
  background: #f8f9fb;
}

.products-directory__item.is-expanded .products-directory__submenu {
  max-height: 480px;
  opacity: 1;
  transform: translateY(0);
}

.products-directory__submenu-inner {
  padding: 6px 0 10px;
}

.products-directory__subcategory {
  width: 100%;
  padding: 12px 18px 12px 32px;
  border: 0;
  background: transparent;
  color: #475467;
  font-size: 0.93rem;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.products-directory__subcategory:hover,
.products-directory__subcategory.is-active {
  color: #111827;
  background: rgba(255, 255, 255, 0.72);
  padding-left: 38px;
}

.products-directory__content {
  display: grid;
  gap: 26px;
}

.products-directory__intro-card {
  display: grid;
  gap: 18px;
}

.products-directory__headline {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.68fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px 32px;
  border: 1px solid rgba(226, 229, 235, 0.96);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.products-directory__headline-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.products-directory__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b68109;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.products-directory__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.products-directory__headline-copy h2 {
  margin: 0;
  color: #10203a;
  font-family: var(--body);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.1;
}

.products-directory__headline-copy p {
  margin: 0;
  color: #5e6a7d;
  line-height: 1.85;
  font-size: 1rem;
  max-width: 640px;
}

.products-directory__headline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-directory__headline-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #24324a;
  font-size: 0.9rem;
  font-weight: 600;
}

.products-directory__headline-visual {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(232, 235, 240, 0.96);
  background:
    radial-gradient(circle at top right, rgba(245, 198, 71, 0.12), transparent 24%),
    linear-gradient(180deg, #fcfcfd, #f4f6f8);
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 20px;
}

.products-directory__headline-visual img {
  width: 100%;
  max-width: 320px;
  height: 200px;
  object-fit: contain;
}

.products-directory__children {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-directory__children-note {
  color: #667085;
  font-size: 0.96rem;
  line-height: 1.8;
}

.products-directory__children a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(224, 227, 233, 0.92);
  background: #fff;
  color: #1f2937;
  font-size: 0.9rem;
}

.products-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.products-directory__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 8px;
}

.products-directory__page-btn {
  min-width: 110px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(226, 229, 235, 0.96);
  background: #fff;
  color: #111827;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.products-directory__page-btn:hover:not(:disabled) {
  border-color: #efb40a;
  background: #fdf3cf;
}

.products-directory__page-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.products-directory__page-state {
  color: #667085;
  font-size: 0.94rem;
}

.product-card--featured {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(234, 237, 241, 0.96);
  border-radius: 30px;
  background:
    linear-gradient(180deg, #ffffff, #fcfcfd);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card--featured:hover {
  transform: translateY(-4px);
  border-color: rgba(229, 177, 20, 0.4);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.product-card__media {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px 22px 8px;
  background:
    radial-gradient(circle at bottom center, rgba(15, 23, 42, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff, #f6f7f9);
  border-bottom: 1px solid rgba(236, 239, 243, 0.9);
}

.product-card__media img {
  width: 100%;
  max-width: 230px;
  height: 210px;
  object-fit: contain;
}

.product-card--featured .card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 22px 22px;
  text-align: center;
}

.product-card__code {
  color: #c48a10;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.product-card--featured .card-body h3 {
  margin: 0;
  color: #1f2937;
  font-family: var(--body);
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-card--featured .card-body p {
  margin: 0;
  color: #667085;
  line-height: 1.78;
  font-size: 0.93rem;
}

.product-card__footer {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 108px);
  gap: 10px;
  background: transparent;
}

.product-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #eab308;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7c521, #eab308);
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-card__action--ghost {
  border-color: rgba(214, 220, 228, 0.96);
  background: #fff;
  color: #344054;
}

.news-card__date {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-card__date em {
  font-style: normal;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.72);
}

.pin-main {
  left: 18%;
  top: 28%;
}

.pin-export {
  right: 18%;
  bottom: 18%;
}

.floating-rail {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 18;
  display: grid;
  gap: 4px;
}

.floating-action {
  width: 74px;
  min-height: 72px;
  padding: 8px 8px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 0;
  background: #df0505;
  color: #fff;
  box-shadow: 0 16px 30px rgba(168, 20, 20, 0.16);
}

.floating-action__glyph {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.floating-action__glyph svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

.floating-action__text {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #ededed;
  color: #475467;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-shell {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 56px var(--shell-gutter) 0;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 40px;
  align-items: start;
  padding-bottom: 22px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.footer-group {
  min-width: 0;
}

.footer-group h4 {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 700;
}

.footer-group__caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transform: translateY(1px);
}

.footer-group a {
  display: block;
  margin-bottom: 10px;
  color: #475467;
  font-size: 0.96rem;
  line-height: 1.7;
}

.footer-group a:hover {
  color: #0f172a;
}

.footer-side {
  display: flex;
  justify-content: flex-end;
  align-self: start;
  padding-right: 88px;
}

.footer-side__panel {
  width: min(100%, 320px);
  padding: 0;
  display: grid;
  gap: 0;
}

.footer-qr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.footer-qr-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 0;
  text-align: center;
}

.footer-qr-card img {
  width: 112px;
  height: 112px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.footer-qr-card span {
  display: block;
  color: #344054;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
}

.footer-extra {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: start;
  padding: 4px 88px 28px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.footer-extra-summary {
  flex: 1 1 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  align-self: center;
  min-width: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
}

.footer-social__item {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #243246;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.footer-social__item:hover {
  background: #1a2534;
  transform: translateY(-1px);
}

.footer-contact-lines {
  flex: 1 1 620px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-content: flex-start;
  align-self: center;
}

.footer-contact-lines span {
  display: block;
  min-width: 210px;
  padding: 0;
  color: #475467;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-note {
  margin: 0;
  flex: 1 1 320px;
  max-width: 520px;
  padding: 0;
  color: #475467;
  font-size: 0.88rem;
  line-height: 1.72;
  text-align: left;
}

.footer-bottom {
  margin: 0 calc(var(--shell-gutter) * -1);
  padding: 14px var(--shell-gutter);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #e4e4e4;
}

.footer-meta {
  text-align: center;
  color: #667085;
  font-size: 0.94rem;
  line-height: 1.7;
}

.site-header.is-solid .header-shell {
  background: transparent;
  border-bottom-color: transparent;
}

.site-header.is-solid .header-search-panel {
  background: rgba(255, 255, 255, 0.98);
}

.site-header.is-solid .brand-name,
.site-header.is-solid .brand-sub,
.site-header.is-solid .site-nav a,
.site-header.is-solid .nav-search {
  color: #fff;
}

.site-header.is-solid .site-nav a.is-active::after {
  background: #ff3030;
}

@media (max-width: 1080px) {
  .news-page-toolbar-band {
    margin: 0 0 24px;
  }

  .news-page-shell {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto 44px;
    padding: 0 18px 36px;
  }

  .news-page-toolbar {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
    padding: 16px 18px 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-page-feature,
  .news-detail-card {
    padding: 28px 24px;
  }

  .news-page-item {
    grid-template-columns: 92px minmax(0, 1fr) 46px;
    gap: 20px;
    padding: 26px 12px;
  }

  .product-detail-hero,
  .product-detail-content-shell,
  .product-detail-scene__panel {
    grid-template-columns: 1fr;
  }

  .product-detail-anchor {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-gallery-grid,
  .product-detail-sku-grid,
  .product-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-story-card {
    grid-template-columns: 1fr;
  }

  .product-detail-story-card.is-reverse .product-detail-story-card__media,
  .product-detail-story-card.is-reverse .product-detail-story-card__body {
    order: initial;
  }

  .products-directory {
    grid-template-columns: 1fr;
  }

  .products-directory__sidebar {
    position: static;
  }

  .products-directory__headline {
    grid-template-columns: 1fr;
  }

  .products-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .products-directory__pagination {
    flex-wrap: wrap;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 12px);
    padding: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.88);
    box-shadow: 0 18px 40px rgba(8, 19, 33, 0.24);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-search,
  .header-lang {
    display: none;
  }

  .header-search-panel {
    display: none;
  }

  .home-overview,
  .home-cases-layout,
  .home-inquiry-shell,
  .home-news-layout,
  .sub-grid,
  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .home-group-grid,
  .home-product-grid,
  .products-grid,
  .home-case-card,
  .home-case-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-case-grid {
    grid-template-rows: none;
  }

  .home-overview__media {
    display: block;
  }

  .news-grid,
  .value-grid,
  .feature-grid,
  .resource-grid,
  .contact-grid,
  .office-grid,
  .category-grid,
  .service-flow,
  .metric-row,
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-side {
    justify-content: flex-start;
    padding-right: 0;
  }

  .footer-side__panel {
    width: min(100%, 320px);
  }

  .footer-extra {
    flex-direction: column;
    padding-right: 0;
    gap: 14px;
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-group-stage__top,
  .home-group-stage__nav {
    flex-wrap: wrap;
  }

  .home-group-feature {
    padding: 58px 32px 152px;
  }

  .home-group-card {
    min-height: 236px;
    grid-template-rows: 132px 1fr;
  }

  .service-case-hero,
  .service-case-detail__body {
    grid-template-columns: 1fr;
  }

  .service-case-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-case-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-photo-layout,
  .about-capacity__layout,
  .about-honor__layout {
    grid-template-columns: 1fr;
  }

  .about-photo-grid {
    grid-template-rows: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell-gutter: 12px;
  }

  body[data-page="about"] .about-page > .section-shell {
    width: 100%;
    padding-left: var(--shell-gutter);
    padding-right: var(--shell-gutter);
  }

  .news-hero {
    min-height: 380px;
  }

  .news-hero__inner {
    min-height: 380px;
  }

  .news-page-shell {
    width: calc(100% - 16px);
    margin: 0 auto 32px;
    padding: 0 12px 28px;
  }

  .news-page-toolbar {
    width: calc(100% - 16px);
    margin: 0 auto;
    padding: 12px 12px;
  }

  .news-page-toolbar__tabs {
    gap: 10px;
  }

  .news-page-tab {
    min-height: 38px;
    padding: 0 22px;
    font-size: 0.94rem;
  }

  .news-page-tab + .news-page-tab {
    margin-left: 0;
  }

  .news-page-tab + .news-page-tab::before {
    left: 0;
    height: 16px;
  }

  .news-page-tab.is-active::after {
    bottom: -11px;
    left: 10px;
    right: 10px;
  }

  .service-case-meta {
    gap: 10px;
  }

  .service-case-catalog {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-case-detail__back {
    font-size: 0.94rem;
  }

  .service-case-hero__media {
    min-height: 280px;
  }

  .service-case-hero__body,
  .service-case-facts {
    padding: 24px 20px;
  }

  .service-case-detail__panel h3 {
    font-size: 1.24rem;
  }

  .service-case-related__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sitemap-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .sitemap-link-list,
  .sitemap-tree__children {
    gap: 10px;
  }

  .sitemap-link,
  .sitemap-chip {
    width: 100%;
    justify-content: center;
  }

  .news-page-toolbar__crumb {
    font-size: 0.9rem;
    white-space: normal;
  }

  .news-page-panel {
    padding-top: 8px;
  }

  .news-page-feature,
  .news-detail-card {
    padding: 22px 16px;
  }

  .news-page-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .news-page-item__date {
    justify-self: start;
    width: 96px;
  }

  .news-page-item__arrow {
    justify-self: end;
  }

  .news-page-item__date strong {
    font-size: 2.5rem;
  }

  .news-page-feature__more {
    gap: 12px;
    padding: 10px 18px;
  }

  .news-detail-card__head h2 {
    font-size: 1.5rem;
  }

  .product-detail-shell {
    padding: 18px 12px 64px;
  }

  .product-detail-breadcrumb {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .product-detail-hero {
    gap: 20px;
    margin-bottom: 26px;
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-detail-gallery__thumb img {
    height: 68px;
  }

  .product-detail-gallery__stage {
    min-height: 320px;
  }

  .product-detail-gallery__stage img {
    min-height: 320px;
    padding: 18px;
  }

  .product-detail-summary h1 {
    font-size: 2rem;
  }

  .product-detail-summary__facts {
    grid-template-columns: 1fr;
  }

  .product-detail-summary__fact:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(240, 242, 245, 0.96);
  }

  .product-detail-summary__fact:last-child {
    border-bottom: 0;
  }

  .product-detail-anchor {
    grid-template-columns: 1fr;
  }

  .product-detail-tab-rail,
  .product-detail-gallery-grid,
  .product-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-sku-block {
    padding: 18px 16px;
  }

  .product-detail-sku-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-sku-card {
    grid-template-columns: 1fr;
  }

  .product-detail-sku-card__media img {
    height: 180px;
  }

  .product-detail-sku-card__title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-spec-table__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-detail-story-card__body {
    padding: 24px 20px;
  }

  .product-detail-scene__body {
    padding: 0;
  }

  .products-banner {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
  }

  .products-banner__inner {
    min-height: 380px;
  }

  body[data-page="about"] .page-hero {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body[data-page="contact"] .page-hero {
    height: 380px;
    min-height: 380px;
    max-height: 380px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-photo-stage,
  .about-honor__visual {
    min-height: 320px;
  }

  .about-photo-card {
    grid-template-columns: 1fr;
  }

  .about-photo-card img {
    min-height: 220px;
  }

  .about-photo-stage__caption,
  .about-photo-card__body {
    padding: 18px 16px;
  }

  .header-shell {
    padding: 14px 6px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-sub {
    font-size: 0.76rem;
  }

  .brand-copy {
    display: none;
  }

  .page-hero {
    padding-left: 0;
    padding-right: 0;
  }

  body[data-page="cases"] .page-hero {
    height: 380px;
    min-height: 380px;
    margin-top: 0;
    padding: 0;
  }

  .home-banner__content,
  .page-hero-shell {
    width: 100%;
  }

  .home-overview-section,
  .home-cases-section,
  .home-group-section,
  .home-products-section,
  .home-news-section,
  .home-certs-section,
  .home-inquiry-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-category-tabs {
    gap: 10px;
  }

  .home-category-tab {
    min-width: calc(50% - 10px);
    padding: 12px 10px;
    font-size: 0.95rem;
  }

  .products-directory {
    padding: 26px 12px 56px;
    gap: 18px;
  }

  .products-directory__headline {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .products-directory__headline-copy h2 {
    font-size: 2rem;
  }

  .products-directory__headline-visual {
    min-height: 190px;
    padding: 16px;
  }

  .products-directory__headline-visual img {
    max-width: 240px;
    height: 160px;
  }

  .products-directory__side-title,
  .products-directory__category {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-card__media {
    min-height: 240px;
    padding: 12px 12px 0;
  }

  .product-card__media img {
    max-width: 190px;
    height: 190px;
  }

  .product-card__footer {
    grid-template-columns: 1fr 92px;
  }

  .products-directory__page-btn {
    min-width: 92px;
  }

  .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-banner {
    min-height: 540px;
  }

  .home-banner.hero {
    min-height: 540px;
  }

  .home-banner__content {
    min-height: 0;
    max-width: min(82vw, 420px) !important;
    left: 12px !important;
    top: 118px !important;
  }

  .home-banner__eyebrow {
    font-size: 0.82rem;
  }

  .home-banner__title {
    font-size: 1.7rem;
  }

  .hero-product {
    left: 50% !important;
    top: auto !important;
    right: 12px;
    bottom: 92px;
    width: min(44vw, 220px) !important;
    transform: translateX(-8%);
  }

  .home-group-stage__top {
    padding: 16px 18px;
  }

  .home-group-feature {
    min-height: 320px;
    padding: 34px 20px 124px;
  }

  .home-group-feature__copy h3 {
    font-size: 1.6rem;
  }

  .home-group-grid {
    margin-top: -74px;
    padding: 0 14px 18px;
  }

  .home-group-card {
    min-height: auto;
    grid-template-rows: 124px 1fr;
  }

  .home-group-card__body {
    padding: 18px 14px 16px;
  }

  .home-overview__media .showcase-panel {
    min-height: 460px;
  }

  .home-overview__metrics {
    grid-template-columns: 1fr;
  }

  .home-overview__metric {
    padding-bottom: 18px;
    padding-right: 0;
  }

  .home-overview__metric:not(:last-child)::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .content-panel,
  .sub-copy,
  .product-panel,
  .contact-form,
  .home-inquiry-copy,
  .home-inquiry-form-panel,
  .cta-band,
  .metric,
  .service-step,
  .timeline-card {
    padding: 24px;
  }

  .products-grid,
  .home-group-grid,
  .home-product-grid,
  .home-certs-grid,
  .home-case-feature,
  .home-case-card,
  .news-grid,
  .value-grid,
  .feature-grid,
  .resource-grid,
  .contact-grid,
  .office-grid,
  .category-grid,
  .service-flow,
  .metric-row,
  .field-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .tab-rail {
    grid-template-columns: 1fr;
  }

  .floating-rail {
    top: auto;
    right: 12px;
    bottom: 18px;
    left: auto;
    transform: none;
    grid-auto-flow: column;
  }

  .contact-map-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }

  .contact-map-link {
    top: 16px;
    right: 16px;
  }

  .home-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .floating-action {
    width: 64px;
    min-height: 60px;
    padding: 8px 4px;
  }

  .floating-action__text {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
  }

  .footer-qr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-side__panel {
    width: min(100%, 320px);
  }

  .footer-extra {
    padding-bottom: 22px;
  }

  .footer-contact-lines {
    gap: 10px 18px;
  }

  .footer-qr-card {
    gap: 10px;
  }

  .footer-qr-card img {
    width: min(100%, 118px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .footer-contact-lines span {
    min-width: 0;
  }

  .footer-bottom {
    margin: 0 -12px;
  }

  .home-case-feature__body,
  .home-case-card__body {
    padding: 22px 20px;
  }

  .home-case-grid {
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .footer-qr {
    grid-template-columns: 1fr;
  }
}

/* Homepage visual system: clean white shell, warm orange actions, and a compact
   Chinese technology-services presentation matching the supplied reference. */
:root {
  --brand-orange: #ff7a18;
  --brand-orange-deep: #f05e0b;
  --home-shell: 80%;
  --site-header-height: 74px;
}

body {
  padding-top: var(--site-header-height);
  background: #fff;
  color: #2b2f35;
  overflow-x: hidden;
}

.site-header {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(24, 32, 43, 0.08);
}

.header-shell {
  width: var(--home-shell);
  height: var(--site-header-height);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: #fff;
}

.brand {
  gap: 9px;
}

.brand-mark {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.brand-mark img {
  display: none;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 1px 0 1px 0;
  background: linear-gradient(#ff7a18 0 24%, transparent 24% 38%, #ff7a18 38% 62%, transparent 62% 76%, #ff7a18 76% 100%);
  clip-path: polygon(0 0, 72% 0, 72% 24%, 100% 24%, 100% 38%, 72% 38%, 72% 62%, 100% 62%, 100% 76%, 72% 76%, 72% 100%, 0 100%);
}

.brand-name {
  color: #34383e;
  font-family: var(--body);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav {
  gap: 28px;
  max-width: none;
}

.site-nav a {
  height: 100%;
  color: #555b63;
  font-size: 12px;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--brand-orange);
}

.site-nav a.is-active::after {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 30px;
  padding: 0 12px;
  border-radius: 5px;
  background: var(--brand-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-cta:hover {
  background: var(--brand-orange-deep);
  color: #fff;
  transform: translateY(-1px);
}

.header-actions .nav-search,
.header-actions .header-lang {
  display: none;
}

.home-page {
  background: #fff;
}

.home-banner,
.home-banner.hero,
.home-banner .hero-track {
  min-height: 296px;
  height: 296px;
  margin-top: 0;
}

.home-banner {
  background: #8b174f;
}

.home-banner .hero-slide::before {
  z-index: 1;
  background: linear-gradient(110deg, rgba(185, 10, 19, 0.97) 0%, rgba(145, 14, 95, 0.94) 54%, rgba(91, 29, 126, 0.96) 100%);
}

.home-banner__media {
  opacity: 0.14;
  background: url("/assets/images/scene-factory.svg") center/cover no-repeat;
  mix-blend-mode: screen;
}

.home-banner__veil {
  z-index: 2;
  background: linear-gradient(90deg, rgba(198, 15, 19, 0.16), rgba(112, 19, 115, 0.08));
}

.home-banner .hero-copy,
.home-banner__content {
  left: 50% !important;
  top: 50% !important;
  width: min(920px, calc(100% - 48px)) !important;
  max-width: 920px !important;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.home-banner__eyebrow {
  display: inline-flex;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.home-banner__eyebrow::before,
.home-banner .hero-kicker::before {
  display: none;
}

.home-banner__title,
.home-banner .hero-title {
  font-size: var(--slide-font-size, clamp(2rem, 3.4vw, 2.75rem));
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 16px rgba(67, 0, 46, 0.2);
}

.home-banner__summary,
.home-banner .hero-summary {
  max-width: 630px;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--slide-font-size, 13px);
  line-height: 1.7;
}

.home-banner__actions {
  justify-content: center;
  gap: 28px;
  margin-top: 2px;
}

.home-banner .button,
.home-cta-band .button {
  min-height: 31px;
  padding: 0 17px;
  border-radius: 4px;
  letter-spacing: 0;
}

.home-banner .button {
  font-size: var(--slide-font-size, 11px);
}

.home-cta-band .button {
  font-size: 11px;
}

.home-banner .button.primary,
.home-cta-band .button.primary {
  background: var(--brand-orange);
  box-shadow: 0 8px 18px rgba(223, 76, 21, 0.2);
}

.home-banner .button.ghost {
  border-color: rgba(255, 255, 255, 0.66);
  background: transparent;
  color: #fff;
}

.home-banner .hero-controls {
  display: none;
}

.home-page > .section-shell {
  box-shadow: none;
}

.home-section-head {
  gap: 7px;
  margin-bottom: 25px;
}

.home-section-kicker {
  display: block;
  color: #8e949b;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.home-section-title {
  color: #262b31;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
}

.home-section-line {
  display: none;
}

.home-products-section,
.home-cases-section,
.home-news-section {
  width: 100%;
  padding: 42px 0 48px;
  background: #f7f8fa;
}

.home-products-section > *,
.home-cases-section > *,
.home-news-section > * {
  width: var(--home-shell);
  margin-left: auto;
  margin-right: auto;
}

.home-products-section .section-head,
.home-cases-section .section-head {
  text-align: center;
}

.home-products-section .section-intro,
.home-cases-section .section-intro,
.home-news-section .section-intro {
  color: #9ba0a6;
  font-size: 11px;
  line-height: 1.7;
}

.home-business-browser {
  padding: 0;
}

.home-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-business-card {
  min-height: 198px;
  padding: 20px 28px 18px;
  border: 1px solid #edf0f3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(25, 31, 39, 0.06);
  text-align: center;
}

.home-business-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.home-business-card__icon--orange { background: #ee6809; }
.home-business-card__icon--blue { background: #0968b7; }
.home-business-card__icon--green { background: #0db31d; }

.home-business-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.home-business-card h3 {
  margin: 0 0 8px;
  color: #30353a;
  font-size: 16px;
}

.home-business-card p {
  min-height: 34px;
  margin: 0 auto 12px;
  color: #8b9096;
  font-size: 10px;
  line-height: 1.65;
}

.home-business-card__meta {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 5px 20px;
  color: #9b9fa5;
  font-size: 9px;
  text-align: left;
}

.home-business-card__meta span::before {
  content: "⊙";
  margin-right: 4px;
  color: var(--brand-orange);
}

.home-business-card > a {
  display: inline-flex;
  gap: 4px;
  margin-top: 10px;
  color: #62676e;
  font-size: 10px;
}

.home-business-card > a:hover {
  color: var(--brand-orange);
}

.home-overview-section {
  width: 100%;
  padding: 65px 0 58px;
  background: #fff;
}

.home-overview {
  width: var(--home-shell);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 66px;
  align-items: center;
}

.home-overview__content {
  order: 1;
  min-height: 0;
  padding: 0;
  gap: 12px;
}

.home-overview__media {
  order: 2;
}

.home-overview__eyebrow {
  color: #242a31;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.home-overview__title {
  color: #ff7113;
  font-size: 14px;
  font-weight: 700;
}

.home-overview__lead,
.home-overview__body {
  color: #8b9197;
  font-size: 11px;
  line-height: 1.8;
  text-align: left;
}

.home-overview__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
  padding-top: 0;
}

.home-overview__metric strong {
  color: var(--brand-orange);
  font-size: 22px;
}

.home-overview__metric span {
  margin-top: 3px;
  color: #8a9096;
  font-size: 10px;
}

.home-overview__metric:not(:last-child)::after,
.home-overview__note {
  display: none;
}

.home-overview__actions {
  gap: 10px;
  margin-top: 6px;
}

.home-overview__actions .button {
  min-height: 32px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 11px;
}

.home-overview__actions .button.primary {
  background: var(--brand-orange);
}

.home-overview__media .showcase-panel {
  min-height: 270px;
  border-radius: 0;
  background: #ddd;
  box-shadow: none;
}

.home-overview__media .showcase-panel img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.home-cases-section {
  padding-top: 44px;
  background: #f7f8fa;
}

.home-cases-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-case-feature,
.home-case-card {
  display: flex;
  flex-direction: column;
  min-height: 325px;
  border: 1px solid #edf0f3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(25, 31, 39, 0.06);
}

.home-case-grid {
  display: contents;
}

.home-case-feature__media,
.home-case-card__media {
  flex: 0 0 155px;
  min-height: 155px;
}

.home-case-feature__body,
.home-case-card__body {
  display: block;
  padding: 14px 16px 16px;
}

.home-case-feature__eyebrow,
.home-case-card__body span {
  color: #2e93d6;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.home-case-feature__body h3,
.home-case-card__body h3 {
  margin: 8px 0 7px;
  color: #353b42;
  font-size: 15px;
  line-height: 1.35;
}

.home-case-feature__body p,
.home-case-card__body p {
  margin: 0;
  color: #8b9197;
  font-size: 10px;
  line-height: 1.7;
}

.home-inline-link {
  display: inline-flex;
  margin-top: 11px;
  color: var(--brand-orange);
  font-size: 10px;
}

.home-news-section {
  min-height: 160px;
  padding-top: 42px;
  padding-bottom: 35px;
  background: #fff;
}

.home-news-layout {
  min-height: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: stretch;
}

.home-news-spotlight {
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100%;
}

.home-news-spotlight__media {
  min-height: 360px;
  height: 100%;
}

.home-news-list {
  align-content: start;
}

.home-news-actions {
  justify-content: flex-end;
  margin-top: 18px;
}

.home-news-actions .button {
  min-height: 27px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 10px;
}

.home-group-section,
.home-certs-section {
  display: none !important;
}

.home-inquiry-section {
  width: 100%;
  padding: 0;
  background: var(--brand-orange);
}

.home-cta-band {
  width: 100%;
  min-height: 240px;
  padding: 52px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  color: #fff;
  text-align: center;
  background: linear-gradient(105deg, #ff7b1b, #ff6c12);
}

.home-cta-band__eyebrow {
  font-size: clamp(1.6rem, 3.1vw, 2.35rem);
  font-weight: 700;
}

.home-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.home-cta-band .button {
  margin-top: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.58);
}

.floating-rail {
  right: 14px;
  gap: 5px;
}

.floating-action {
  width: 46px;
  min-height: 44px;
  border-radius: 9px;
  background: #ff8126;
  box-shadow: 0 8px 18px rgba(224, 104, 18, 0.2);
}

.floating-action__glyph {
  font-size: 1.05rem;
}

.floating-action__glyph svg {
  width: 1.1rem;
  height: 1.1rem;
}

.floating-action__text {
  font-size: 8px;
  letter-spacing: 0;
}

.floating-action--chat {
  position: relative;
  background: linear-gradient(180deg, #ff7b45 0%, #ef4f23 100%);
  box-shadow: 0 10px 22px rgba(239, 79, 35, 0.24);
}

.floating-action--chat.is-active {
  background: linear-gradient(180deg, #ff6435 0%, #df3a13 100%);
}

.floating-action__badge {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #d92d20;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.member-chat {
  position: fixed;
  right: 74px;
  bottom: 22px;
  width: min(360px, calc(100vw - 112px));
  max-height: min(620px, calc(100vh - 44px));
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
  border: 1px solid rgba(255, 138, 76, 0.16);
  border-radius: 24px;
  box-shadow: 0 30px 72px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  z-index: 40;
}

.member-chat[hidden] {
  display: none !important;
}

.member-chat__header {
  padding: 20px 22px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  background: linear-gradient(135deg, #fff5ee 0%, #ffe9de 52%, #fffaf7 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.member-chat__heading {
  display: grid;
  gap: 6px;
  max-width: 30ch;
}

.member-chat__heading strong {
  color: #101828;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.member-chat__heading span {
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.55;
}

.member-chat__close,
.member-chat__logout {
  border: 0;
  background: transparent;
  color: #667085;
  cursor: pointer;
  font: inherit;
}

.member-chat__close {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 138, 76, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #7a4a38;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.member-chat__close:hover,
.member-chat__logout:hover {
  color: #101828;
}

.member-chat__close:hover {
  border-color: rgba(239, 79, 35, 0.24);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.member-chat__feedback {
  margin: 14px 22px 0;
  padding: 11px 14px;
  border: 1px solid rgba(23, 92, 211, 0.12);
  border-radius: 14px;
  background: #eff8ff;
  color: #175cd3;
  font-size: 0.78rem;
  line-height: 1.5;
}

.member-chat__feedback.is-error {
  border-color: rgba(180, 35, 24, 0.12);
  background: #fef3f2;
  color: #b42318;
}

.member-chat__conversation {
  min-height: 0;
  display: grid;
  gap: 14px;
}

.member-chat__auth {
  min-height: 0;
  display: grid;
  padding: 22px;
  overflow: auto;
  background:
    radial-gradient(circle at top left, rgba(255, 149, 99, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdfb 0%, #fff7f2 100%);
}

.member-chat__conversation {
  padding: 16px;
}

.member-chat__auth-shell {
  min-height: 100%;
  display: grid;
  gap: 20px;
  min-width: 0;
}

.member-chat__intro-panel,
.member-chat__form-panel {
  position: relative;
  min-width: 0;
  border-radius: 24px;
}

.member-chat__intro-panel {
  display: grid;
  align-content: start;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 138, 76, 0.16);
  background: linear-gradient(160deg, #fff1e8 0%, #fff8f4 58%, #ffffff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.member-chat__intro-panel::before,
.member-chat__intro-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.member-chat__intro-panel::before {
  top: -54px;
  right: -42px;
  width: 154px;
  height: 154px;
  background: radial-gradient(circle, rgba(255, 165, 119, 0.34) 0%, rgba(255, 165, 119, 0) 72%);
}

.member-chat__intro-panel::after {
  bottom: -70px;
  left: -24px;
  width: 172px;
  height: 172px;
  background: radial-gradient(circle, rgba(255, 219, 199, 0.92) 0%, rgba(255, 219, 199, 0) 74%);
}

.member-chat__form-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.member-chat__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  background: #f5f7fb;
}

.member-chat__tabs button {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #667085;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.member-chat__tabs button.is-active {
  border-color: rgba(239, 79, 35, 0.08);
  background: #fff;
  color: #d83b14;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.member-chat__intro {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 10px;
}

.member-chat__intro strong {
  color: #101828;
  font-size: 1.34rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.member-chat__intro p,
.member-chat__intro small {
  margin: 0;
  color: #667085;
  line-height: 1.6;
}

.member-chat__intro p {
  color: #475467;
  font-size: 0.95rem;
}

.member-chat__intro small {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 138, 76, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #b54708;
  font-size: 0.76rem;
  font-weight: 700;
}

.member-chat__auth-form,
.member-chat__composer {
  display: grid;
  gap: 12px;
}

.member-chat__composer {
  position: relative;
}

.member-chat__field {
  display: grid;
  gap: 8px;
}

.member-chat__field span {
  color: #344054;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.member-chat__field input,
.member-chat__composer textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  background: #fcfcfd;
  color: #101828;
  font: inherit;
  padding: 13px 14px;
  box-shadow: inset 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.member-chat__field input:focus,
.member-chat__composer textarea:focus {
  outline: none;
  border-color: #ef4f23;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 79, 35, 0.12);
}

.member-chat__composer textarea {
  min-height: 82px;
  resize: vertical;
}

.member-chat__composer-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.member-chat__emoji-wrap {
  position: relative;
}

.member-chat__emoji-toggle {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  color: #667085;
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.member-chat__emoji-toggle:hover,
.member-chat__emoji-toggle.is-active {
  border-color: #ef4f23;
  color: #d83b14;
  background: #fff2ea;
}

.member-chat__emoji-toggle:focus-visible {
  outline: none;
  border-color: #ef4f23;
  box-shadow: 0 0 0 4px rgba(239, 79, 35, 0.12);
}

.member-chat__emoji-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: min(320px, calc(100vw - 128px));
  max-height: min(300px, calc(100vh - 180px));
  overflow-y: auto;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
  z-index: 2;
}

.member-chat__emoji-panel::-webkit-scrollbar {
  width: 8px;
}

.member-chat__emoji-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
}

.member-chat__emoji-loading,
.member-chat__emoji-empty {
  padding: 12px 4px;
  text-align: center;
  color: #667085;
  font-size: 0.82rem;
}

.member-chat__emoji-category + .member-chat__emoji-category {
  margin-top: 14px;
}

.member-chat__emoji-category-title {
  margin-bottom: 8px;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 700;
}

.member-chat__emoji-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.member-chat__emoji-button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.member-chat__emoji-button:hover {
  transform: translateY(-1px);
  border-color: #ffd2bf;
  background: #fff2ea;
}

.member-chat__primary {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff935a 0%, #ef5b2b 100%);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(239, 79, 35, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.member-chat__primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(239, 79, 35, 0.28);
}

.member-chat__primary:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(239, 79, 35, 0.14),
    0 18px 34px rgba(239, 79, 35, 0.26);
}

.member-chat__primary:disabled {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}

.member-chat__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.member-chat__identity {
  display: grid;
  gap: 5px;
}

.member-chat__identity strong {
  color: #101828;
  font-size: 0.92rem;
}

.member-chat__identity span {
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 0.72rem;
  font-weight: 700;
}

.member-chat__identity span.is-offline {
  background: #fff7ed;
  color: #b54708;
}

.member-chat__identity span.is-checking {
  background: #f2f4f7;
  color: #667085;
}

.member-chat__logout {
  padding: 0;
  font-size: 0.8rem;
  font-weight: 700;
}

.member-chat__messages {
  min-height: 240px;
  max-height: 320px;
  overflow: auto;
  display: grid;
  gap: 12px;
  padding-right: 4px;
}

.member-chat__messages::-webkit-scrollbar {
  width: 8px;
}

.member-chat__messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
}

.member-chat__empty {
  min-height: 220px;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  color: #667085;
}

.member-chat__empty strong {
  color: #101828;
  font-size: 0.94rem;
}

.member-chat__empty p {
  margin: 0;
  line-height: 1.6;
}

.member-chat__message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.member-chat__message.is-self {
  flex-direction: row-reverse;
}

.member-chat__avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff2ea;
  color: #d83b14;
  font-size: 0.76rem;
  font-weight: 800;
}

.member-chat__message.is-self .member-chat__avatar {
  background: #e0f2fe;
  color: #175cd3;
}

.member-chat__bubble-stack {
  max-width: calc(100% - 42px);
  display: grid;
  gap: 6px;
}

.member-chat__message.is-self .member-chat__bubble-stack {
  justify-items: end;
}

.member-chat__meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #98a2b3;
  font-size: 0.7rem;
}

.member-chat__meta-line strong {
  color: #344054;
  font-size: 0.76rem;
}

.member-chat__bubble {
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 14px 14px 14px 4px;
  background: #f5f7fb;
  color: #101828;
  line-height: 1.6;
  word-break: break-word;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.member-chat__message.is-self .member-chat__bubble {
  border-radius: 14px 14px 4px 14px;
  background: linear-gradient(180deg, #ff7b45 0%, #ef4f23 100%);
  color: #fff;
  box-shadow: none;
}

.member-chat__composer-actions {
  display: flex;
  justify-content: flex-end;
}

.site-footer {
  background: #f2f5fa;
  color: #8b929a;
  border-top: 0;
}

.footer-shell {
  width: var(--home-shell);
  margin: 0 auto;
  padding: 35px 0 0;
}

.footer-top {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 30px;
}

.footer-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-group h4 {
  color: #3d444c;
  font-size: 12px;
}

.footer-group a,
.footer-note,
.footer-contact-lines,
.footer-meta {
  color: #9299a2;
  font-size: 10px;
  line-height: 1.8;
}

.footer-side__panel {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer-qr {
  display: none;
}

.footer-extra {
  padding: 12px 0 18px;
  border-top: 1px solid #e2e7ed;
}

.footer-contact-lines {
  justify-content: flex-start;
  gap: 10px 22px;
}

.footer-bottom {
  margin: 0;
  border-top: 1px solid #e2e7ed;
  padding: 13px 0 18px;
}

@media (max-width: 760px) {
  :root { --home-shell: min(calc(100% - 28px), 560px); }
  .header-shell { width: 100%; padding: 0 14px; }
  .site-nav { display: none; }
  .header-cta { display: none; }
  .header-actions { display: inline-flex; }
  .menu-toggle { display: inline-flex; }
  .home-banner .hero-copy,
  .home-banner__content {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    padding: 0 5px;
  }
  .home-banner .hero-free-copy {
    inset: auto;
    left: 50%;
    top: 50%;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding: 0 5px;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .home-banner .hero-free-field {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
  }
  .home-banner .hero-free-copy .hero-kicker {
    width: auto !important;
  }
  .home-banner .hero-free-copy .hero-actions {
    justify-content: center;
  }
  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track { min-height: 360px; height: 360px; }
  .home-banner__title,
  .home-banner .hero-title { max-width: 100%; font-size: 1.58rem; white-space: normal; word-break: break-all; overflow-wrap: anywhere; }
  .home-banner__summary,
  .home-banner .hero-summary { font-size: 11px; }
  .home-business-grid,
  .home-cases-layout { grid-template-columns: 1fr; }
  .home-business-card { min-width: 0; }
  .home-overview { grid-template-columns: 1fr; gap: 28px; }
  .home-overview__media { order: 1; }
  .home-overview__content { order: 2; }
  .home-news-actions { margin-top: 15px; justify-content: center; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating-rail { right: 8px; bottom: 12px; top: auto; transform: none; grid-auto-flow: column; }
  .member-chat {
    right: 12px;
    left: 12px;
    bottom: 70px;
    width: auto;
    max-height: min(72vh, 560px);
  }
  .member-chat__messages {
    max-height: 36vh;
  }
}

@media (min-width: 1600px) {
  :root {
    --site-header-height: 80px;
  }

  .header-shell {
    height: var(--site-header-height);
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-name {
    font-size: 31px;
  }

  .site-nav {
    gap: 42px;
  }

  .site-nav a {
    font-size: 18px;
  }

  .header-cta {
    min-width: 116px;
    height: 46px;
    border-radius: 6px;
    font-size: 18px;
  }

  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track {
    min-height: 520px;
    height: 520px;
  }

  .home-banner .hero-copy,
  .home-banner__content {
    width: min(1500px, calc(100% - 80px)) !important;
    max-width: 1500px !important;
    gap: 18px;
    transform: translate(-50%, calc(-50% - 40px));
  }

  .home-banner__eyebrow {
    padding: 7px 12px;
    font-size: 17px;
  }

  .home-banner__title,
  .home-banner .hero-title {
    font-size: var(--slide-font-size, clamp(3.4rem, 4.5vw, 4.8rem));
  }

  .home-banner__summary,
  .home-banner .hero-summary {
    max-width: 1000px;
    font-size: var(--slide-font-size, 19px);
  }

  .home-banner__actions {
    gap: 38px;
    margin-top: 5px;
  }

  .home-banner .button,
  .home-cta-band .button {
    min-height: 52px;
    padding: 0 31px;
    border-radius: 6px;
  }

  .home-banner .button {
    font-size: var(--slide-font-size, 18px);
  }

  .home-cta-band .button {
    font-size: 18px;
  }

  .home-products-section,
  .home-cases-section,
  .home-news-section {
    padding-top: 35px;
    padding-bottom: 102px;
  }

  .home-section-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .home-section-kicker {
    font-size: 16px;
  }

  .home-section-title {
    font-size: 2.7rem;
  }

  .home-products-section .section-intro,
  .home-cases-section .section-intro,
  .home-news-section .section-intro {
    font-size: 17px;
  }

  .home-business-grid {
    gap: 20px;
  }

  .home-business-card {
    min-height: 420px;
    padding: 44px 50px 34px;
    border-radius: 8px;
  }

  .home-business-card__icon {
    width: 112px;
    height: 112px;
    margin-bottom: 22px;
    font-size: 56px;
  }

  .home-business-card h3 {
    margin-bottom: 19px;
    font-size: 27px;
  }

  .home-business-card p {
    min-height: 56px;
    margin-bottom: 23px;
    font-size: 17px;
  }

  .home-business-card__meta {
    gap: 12px 40px;
    font-size: 15px;
  }

  .home-business-card > a {
    margin-top: 23px;
    font-size: 16px;
  }

  .home-overview-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-overview {
    gap: 90px;
  }

  .home-overview__media .showcase-panel,
  .home-overview__media .showcase-panel img {
    min-height: 390px;
    height: 390px;
  }

  .home-overview__eyebrow {
    font-size: 2.7rem;
  }

  .home-overview__title {
    font-size: 19px;
  }

  .home-overview__lead,
  .home-overview__body {
    font-size: 15px;
  }

  .home-overview__metric strong {
    font-size: 30px;
  }

  .home-overview__metric span {
    font-size: 13px;
  }

  .floating-action {
    width: 62px;
    min-height: 58px;
    border-radius: 12px;
  }

  .floating-action__glyph {
    font-size: 1.35rem;
  }

  .floating-action__text {
    font-size: 11px;
  }
}

/* About page composition from the supplied company-profile reference. */
body[data-page="about"] .about-page > .about-timeline,
body[data-page="about"] .about-page > .about-factory,
body[data-page="about"] .about-page > .about-capacity,
body[data-page="about"] .about-page > .about-rd,
body[data-page="about"] .about-page > .about-quality,
body[data-page="about"] .about-page > .about-honor {
  display: none !important;
}

body[data-page="about"] .page-hero {
  min-height: 340px;
  background: linear-gradient(110deg, #ed6900 0%, #d72e00 55%, #c80c08 100%);
}

body[data-page="about"] .page-hero::after {
  display: none;
}

body[data-page="about"] .page-hero-shell {
  width: 100%;
  min-height: 340px;
  padding: 72px 20px 66px;
  place-items: center;
  text-align: center;
}

body[data-page="about"] .page-hero .eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff7e9;
  color: #e56a17;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-page="about"] .page-hero .eyebrow::before {
  display: none;
}

body[data-page="about"] .page-hero .section-title {
  max-width: none;
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  line-height: 1.15;
}

body[data-page="about"] .page-hero .section-intro {
  max-width: none;
  font-size: 17px;
}

body[data-page="about"] .about-page > .about-overview {
  width: var(--inner-shell);
  padding-top: 84px;
  padding-bottom: 64px;
}

body[data-page="about"] .about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.96fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: start;
}

body[data-page="about"] .about-intro-copy .section-head {
  margin-bottom: 26px;
}

body[data-page="about"] .about-intro-copy .section-head .eyebrow {
  display: none;
}

body[data-page="about"] .about-intro-copy .section-head .section-title {
  position: relative;
  width: fit-content;
  padding-bottom: 13px;
  font-size: 30px;
}

body[data-page="about"] .about-intro-copy .section-head .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: var(--inner-orange);
}

body[data-page="about"] .about-intro-copy .section-head .section-intro {
  max-width: none;
  margin-top: 26px;
  color: #737b85;
  font-size: 15px;
  line-height: 1.9;
}

body[data-page="about"] .about-intro-details {
  color: #737b85;
  font-size: 14px;
  line-height: 1.85;
}

body[data-page="about"] .about-intro-details h3 {
  margin: 0 0 10px;
  color: var(--inner-ink);
  font-size: 16px;
}

body[data-page="about"] .about-business-list {
  margin: 0;
  padding-left: 18px;
}

body[data-page="about"] .about-business-list li {
  margin: 7px 0;
  padding-left: 3px;
}

body[data-page="about"] .about-business-list li::marker {
  color: var(--inner-orange);
}

body[data-page="about"] .about-business-list strong,
body[data-page="about"] .about-core-strength strong {
  color: var(--inner-ink);
}

body[data-page="about"] .about-core-strength {
  margin: 14px 0 0;
}

body[data-page="about"] .about-overview__metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

body[data-page="about"] .about-overview__metrics .metric {
  min-height: 102px;
  padding: 20px 18px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

body[data-page="about"] .about-overview__metrics .metric strong {
  margin: 0 0 7px;
  color: var(--inner-orange);
  font-size: 27px;
  line-height: 1;
}

body[data-page="about"] .about-overview__metrics .metric span {
  color: #777f88;
  font-size: 13px;
  line-height: 1.4;
}

body[data-page="about"] .about-intro-media {
  overflow: hidden;
  aspect-ratio: 0.75;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  background: #f3f5f7;
  box-shadow: 0 18px 36px rgba(33, 42, 54, 0.1);
}

body[data-page="about"] .about-intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="about"] .about-culture {
  width: var(--inner-shell);
  padding-top: 30px;
  padding-bottom: 82px;
}

body[data-page="about"] .about-culture .section-head {
  margin-bottom: 30px;
}

body[data-page="about"] .about-culture .section-head .eyebrow::before {
  width: 0;
  margin: 0;
}

body[data-page="about"] .about-culture .section-head .section-title {
  font-size: 30px;
}

body[data-page="about"] .about-culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="about"] .about-culture-card {
  min-height: 154px;
  padding: 24px 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(33, 42, 54, 0.07);
  text-align: center;
}

body[data-page="about"] .about-culture-card__icon {
  font-size: 28px;
  line-height: 1;
}

body[data-page="about"] .about-culture-card h3 {
  margin: 0;
  color: var(--inner-ink);
  font-size: 16px;
}

body[data-page="about"] .about-culture-card p {
  margin: 0;
  color: #8b929a;
  font-size: 13px;
}

@media (max-width: 900px) {
  body[data-page="about"] .about-intro-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .about-intro-media {
    order: -1;
    width: min(100%, 560px);
    margin: 0 auto;
  }

  body[data-page="about"] .about-culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final project card overrides: keep these after the legacy card rules. */
body[data-page="project"] .project-service-card {
  min-height: 390px;
  padding: 34px 32px 30px;
}

body[data-page="project"] .project-service-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  font-size: 45px;
}

body[data-page="project"] .project-service-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

body[data-page="project"] .project-service-card p {
  min-height: 62px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.95;
}

body[data-page="project"] .project-service-card .home-business-card__meta {
  gap: 11px 28px;
  font-size: 16px;
  line-height: 1.75;
}

body[data-page="project"] .project-service-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 24px;
  font-size: 17px;
  line-height: 1.2;
}

@media (max-width: 560px) {
  body[data-page="project"] .project-service-card {
    min-height: 330px;
    padding: 28px 24px 26px;
  }

  body[data-page="project"] .project-service-icon {
    width: 76px;
    height: 76px;
    font-size: 40px;
  }

  body[data-page="project"] .project-service-card h3 {
    font-size: 23px;
  }

  body[data-page="project"] .project-service-card p {
    font-size: 15px;
  }

  body[data-page="project"] .project-service-card .home-business-card__meta {
    font-size: 14px;
  }
}

/* Project cards use a larger reading scale on the service list. */
body[data-page="project"] .project-service-card {
  min-height: 316px;
  padding: 28px 30px 24px;
}

body[data-page="project"] .project-service-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

body[data-page="project"] .project-service-card p {
  min-height: 52px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.85;
}

body[data-page="project"] .project-service-card .home-business-card__meta {
  gap: 9px 24px;
  font-size: 14px;
  line-height: 1.7;
}

body[data-page="project"] .project-service-card > a {
  min-height: 38px;
  margin-top: 18px;
  padding: 0 20px;
  font-size: 15px;
}

@media (max-width: 560px) {
  body[data-page="project"] .project-service-card {
    min-height: 290px;
    padding: 24px 22px 22px;
  }

  body[data-page="project"] .project-service-card h3 {
    font-size: 21px;
  }

  body[data-page="project"] .project-service-card p {
    font-size: 14px;
  }

  body[data-page="project"] .project-service-card .home-business-card__meta {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  body[data-page="about"] .page-hero-shell {
    min-height: 280px;
    padding: 50px 16px 44px;
  }

  body[data-page="about"] .page-hero .section-title {
    font-size: 2.15rem;
  }

  body[data-page="about"] .page-hero .section-intro {
    font-size: 14px;
  }

  body[data-page="about"] .about-overview__metrics,
  body[data-page="about"] .about-culture-grid {
    grid-template-columns: 1fr;
  }
}

/* The homepage header floats over the hero, including while the page is scrolled. */
body[data-page="home"] {
  padding-top: var(--site-header-height);
}

body[data-page="home"] .site-header {
  background: #fff !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 12px rgba(24, 32, 43, 0.08);
}

body[data-page="home"] .site-header.is-solid {
  background: rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  box-shadow: 0 8px 28px rgba(37, 31, 54, 0.08);
}

body[data-page="home"] .header-shell {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

body[data-page="home"] .site-header.is-solid .brand-name,
body[data-page="home"] .site-header.is-solid .brand-sub,
body[data-page="home"] .site-header.is-solid .site-nav a,
body[data-page="home"] .site-header.is-solid .nav-search {
  color: #34383e;
}

/* Inner pages share the homepage header's white-to-glass scroll treatment. */
body:not([data-page="home"]) .site-header {
  background: #fff !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 12px rgba(24, 32, 43, 0.08);
}

body:not([data-page="home"]) .site-header.is-solid {
  background: rgba(255, 255, 255, 0.42) !important;
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  box-shadow: 0 8px 28px rgba(37, 31, 54, 0.08);
}

body:not([data-page="home"]) .header-shell {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

body:not([data-page="home"]) .site-header.is-solid .brand-name,
body:not([data-page="home"]) .site-header.is-solid .brand-sub,
body:not([data-page="home"]) .site-header.is-solid .site-nav a,
body:not([data-page="home"]) .site-header.is-solid .nav-search {
  color: #34383e;
}

/* Keep all expanded header surfaces translucent instead of rendering white cards. */
.header-lang__menu,
.header-lang__option,
.header-search-panel {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
}

.header-lang__menu {
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 14px 32px rgba(37, 31, 54, 0.14);
}

.header-lang__menu::before {
  background: rgba(255, 255, 255, 0.16);
}

.header-lang__option {
  color: #34383e;
}

.header-lang__option:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

.header-lang__option.is-active {
  background: rgba(255, 122, 24, 0.82) !important;
  color: #fff;
}

/* Inner pages use the homepage's clean white, orange, and gradient language. */
body:not([data-page="home"]) {
  --inner-shell: 80%;
  --inner-orange: #ff7a18;
  --inner-orange-deep: #f05e0b;
  --inner-ink: #34383e;
  --inner-muted: #8b929a;
  background: #fff;
  color: var(--inner-ink);
}

body:not([data-page="home"])::before {
  display: none;
}

body:not([data-page="home"]) main {
  background: #fff;
}

body:not([data-page="home"]) .section-shell {
  width: var(--inner-shell);
  max-width: none;
  margin: 0 auto;
  padding: 76px 0;
}

body:not([data-page="home"]) .section-shell.compact {
  padding-top: 58px;
  padding-bottom: 58px;
}

body:not([data-page="home"]) .section-head {
  gap: 10px;
  margin-bottom: 30px;
}

body:not([data-page="home"]) .eyebrow {
  color: var(--inner-orange);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: none;
}

body:not([data-page="home"]) .eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
}

body:not([data-page="home"]) .section-title {
  color: var(--inner-ink);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0;
}

body:not([data-page="home"]) .section-intro {
  color: var(--inner-muted);
  font-size: 16px;
  line-height: 1.85;
}

body:not([data-page="home"]) .page-hero,
body:not([data-page="home"]) .products-banner,
body:not([data-page="home"]) .news-hero {
  margin-top: 0;
  height: auto;
  min-height: 300px;
  max-height: none;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(110deg, #b9091c 0%, #8d146d 52%, #5b237f 100%);
  color: #fff;
}

body:not([data-page="home"]) .page-hero::after {
  opacity: 0.12;
  mix-blend-mode: screen;
}

body:not([data-page="home"]) .page-hero-shell {
  width: var(--inner-shell);
  min-height: 300px;
  margin: 0 auto;
  padding: 64px 0 58px;
  display: grid;
  align-content: center;
  gap: 14px;
}

body:not([data-page="home"]) .page-hero .eyebrow {
  color: #ffc18b;
}

body:not([data-page="home"]) .page-hero .section-title,
body:not([data-page="home"]) .page-hero .section-intro {
  color: #fff;
}

body:not([data-page="home"]) .page-hero .section-title {
  max-width: 1100px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.18;
}

body:not([data-page="home"]) .page-hero .section-intro {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
}

body:not([data-page="home"]) .products-banner__backdrop,
body:not([data-page="home"]) .news-hero__backdrop {
  opacity: 0.14;
  mix-blend-mode: screen;
  background-position: center;
}

body:not([data-page="home"]) .products-banner.has-managed-slide .products-banner__backdrop,
body:not([data-page="home"]) .news-hero.has-managed-slide .news-hero__backdrop {
  opacity: 1;
  mix-blend-mode: normal;
}

body:not([data-page="home"]) .products-banner__inner,
body:not([data-page="home"]) .news-hero__inner {
  width: var(--inner-shell);
  min-height: 300px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

body:not([data-page="home"]) .products-banner__copy,
body:not([data-page="home"]) .news-hero__copy {
  width: min(860px, 100%);
  display: grid;
  gap: 12px;
  padding: 62px 0 56px;
}

body:not([data-page="home"]) .products-banner__eyebrow,
body:not([data-page="home"]) .news-hero__eyebrow {
  color: #ffc18b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: none;
}

body:not([data-page="home"]) .products-banner__copy h1,
body:not([data-page="home"]) .news-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.16;
}

body:not([data-page="home"]) .products-banner__copy p,
body:not([data-page="home"]) .news-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

body:not([data-page="home"]) .button.primary,
body:not([data-page="home"]) .product-detail-button:not(.product-detail-button--ghost) {
  border-color: var(--inner-orange);
  background: var(--inner-orange);
  color: #fff;
  box-shadow: 0 12px 24px rgba(240, 94, 11, 0.18);
}

body:not([data-page="home"]) .button.primary:hover,
body:not([data-page="home"]) .product-detail-button:not(.product-detail-button--ghost):hover {
  background: var(--inner-orange-deep);
}

body:not([data-page="home"]) .button.ghost,
body:not([data-page="home"]) .product-detail-button--ghost {
  border-color: rgba(255, 122, 24, 0.55);
  background: #fff;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .content-panel,
body:not([data-page="home"]) .contact-form,
body:not([data-page="home"]) .office-card,
body:not([data-page="home"]) .resource-card,
body:not([data-page="home"]) .value-card,
body:not([data-page="home"]) .feature-card,
body:not([data-page="home"]) .list-card,
body:not([data-page="home"]) .timeline-card,
body:not([data-page="home"]) .service-step,
body:not([data-page="home"]) .product-panel,
body:not([data-page="home"]) .news-detail-card,
body:not([data-page="home"]) .product-detail-panel,
body:not([data-page="home"]) .product-detail-story-card,
body:not([data-page="home"]) .product-detail-related-card {
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .content-panel,
body:not([data-page="home"]) .contact-form,
body:not([data-page="home"]) .product-panel {
  padding: 32px;
}

body:not([data-page="home"]) .content-panel p,
body:not([data-page="home"]) .sub-copy p,
body:not([data-page="home"]) .product-panel p,
body:not([data-page="home"]) .service-step p,
body:not([data-page="home"]) .resource-card p,
body:not([data-page="home"]) .office-card p {
  color: var(--inner-muted);
  line-height: 1.85;
}

body:not([data-page="home"]) .sub-copy {
  padding: 32px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .sub-visual {
  border-radius: 8px;
  background: #f2f5f8;
}

body:not([data-page="home"]) .metric {
  border: 1px solid #e5e9ee;
  border-top: 3px solid var(--inner-orange);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .metric strong,
body:not([data-page="home"]) .timeline-card strong,
body:not([data-page="home"]) .service-step strong {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .service-step span {
  border-radius: 8px;
  background: #fff1e6;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .timeline::before {
  background: #ffd4b5;
}

body:not([data-page="home"]) .timeline-item::before {
  background: var(--inner-orange);
  box-shadow: 0 0 0 6px rgba(255, 122, 24, 0.14);
}

body:not([data-page="home"]) .about-page {
  background: #fff;
}

body:not([data-page="home"]) .about-photo-stage,
body:not([data-page="home"]) .about-photo-card,
body:not([data-page="home"]) .about-honor__visual {
  border-radius: 8px;
}

body:not([data-page="home"]) .about-photo-stage__caption {
  border-radius: 6px;
  background: rgba(33, 42, 54, 0.78);
}

body:not([data-page="home"]) .products-directory {
  width: var(--inner-shell);
  margin: 0 auto;
  padding: 54px 0 84px;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
}

body:not([data-page="home"]) .products-directory__side-card,
body:not([data-page="home"]) .products-directory__headline,
body:not([data-page="home"]) .products-directory__headline-visual,
body:not([data-page="home"]) .product-card--featured {
  border-radius: 8px;
}

body:not([data-page="home"]) .products-directory__side-card {
  border-color: #e5e9ee;
  box-shadow: 0 10px 26px rgba(33, 42, 54, 0.05);
}

body:not([data-page="home"]) .products-directory__side-title {
  padding: 20px 18px 16px;
  color: var(--inner-ink);
}

body:not([data-page="home"]) .products-directory__category.is-active,
body:not([data-page="home"]) .products-directory__category:hover {
  background: #fff1e6;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .products-directory__submenu {
  background: #fff8f3;
}

body:not([data-page="home"]) .products-directory__subcategory:hover,
body:not([data-page="home"]) .products-directory__subcategory.is-active {
  background: rgba(255, 255, 255, 0.86);
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .products-directory__headline {
  padding: 28px 30px;
  border-color: #e5e9ee;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .products-directory__eyebrow,
body:not([data-page="home"]) .product-card__code {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .products-directory__headline-copy h2 {
  color: var(--inner-ink);
}

body:not([data-page="home"]) .products-directory__headline-meta span,
body:not([data-page="home"]) .products-directory__children a {
  border-color: #f2d7c4;
  background: #fff8f3;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .products-directory__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body:not([data-page="home"]) .product-card--featured {
  border-color: #e5e9ee;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .product-card--featured:hover {
  border-color: rgba(255, 122, 24, 0.48);
  box-shadow: 0 18px 36px rgba(240, 94, 11, 0.12);
}

body:not([data-page="home"]) .product-card__media {
  min-height: 220px;
  background: #f6f8fa;
}

body:not([data-page="home"]) .product-card__action {
  border-color: var(--inner-orange);
  border-radius: 6px;
  background: var(--inner-orange);
  color: #fff;
}

body:not([data-page="home"]) .product-card__action--ghost {
  border-color: #e5e9ee;
  background: #fff;
  color: var(--inner-ink);
}

body:not([data-page="home"]) .service-case-tile,
body:not([data-page="home"]) .service-case-hero__body,
body:not([data-page="home"]) .service-case-facts {
  border-radius: 8px;
}

body:not([data-page="home"]) .service-case-tile {
  border-color: #e5e9ee;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .service-case-tile.is-active .service-case-tile__body h3,
body:not([data-page="home"]) .service-case-detail__back,
body:not([data-page="home"]) .service-case-meta span {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .service-case-tile.is-active .service-case-tile__body::before {
  background: var(--inner-orange);
}

body:not([data-page="home"]) .service-case-facts {
  background: linear-gradient(135deg, #ff7a18, #e85f0b);
}

body:not([data-page="home"]) .news-page-toolbar-band {
  width: var(--inner-shell);
  margin: 0 auto 28px;
  border-top: 0;
  border-bottom: 1px solid #e5e9ee;
  background: #fff;
}

body:not([data-page="home"]) .news-page-toolbar {
  width: 100%;
  padding: 18px 0;
}

body:not([data-page="home"]) .news-page-tab {
  padding: 0 24px 0 0;
  color: var(--inner-ink);
  font-weight: 700;
}

body:not([data-page="home"]) .news-page-tab.is-active {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .news-page-toolbar__crumb {
  color: var(--inner-muted);
}

body:not([data-page="home"]) .news-page-shell {
  width: var(--inner-shell);
  margin: 0 auto 64px;
  padding: 0;
}

body:not([data-page="home"]) .news-page-feature {
  padding: 34px 38px;
  border: 1px solid #e5e9ee;
  border-left: 4px solid var(--inner-orange);
  border-radius: 8px;
  background: #f7f9fb;
}

body:not([data-page="home"]) .news-page-feature__eyebrow,
body:not([data-page="home"]) .news-page-item__link:hover,
body:not([data-page="home"]) .news-page-item:hover .news-page-item__link {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .news-page-feature__body h2,
body:not([data-page="home"]) .news-page-item__body h3 {
  color: var(--inner-ink);
}

body:not([data-page="home"]) .news-page-list {
  margin-top: 28px;
}

body:not([data-page="home"]) .news-page-item {
  padding: 25px 12px;
  border-bottom: 1px solid #e5e9ee;
}

body:not([data-page="home"]) .news-page-item__date {
  padding: 14px 12px;
  border-radius: 6px;
  background: #fff1e6;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .news-page-item__arrow {
  border-color: #f2d7c4;
  color: var(--inner-orange);
}

body:not([data-page="home"]) .contact-grid {
  width: 100% !important;
  gap: 24px;
}

body:not([data-page="home"]) .contact-form {
  padding: 32px;
}

body:not([data-page="home"]) .field input,
body:not([data-page="home"]) .field textarea {
  border-color: #dfe5eb;
  border-radius: 6px;
  background: #fff;
}

body:not([data-page="home"]) .field input:focus,
body:not([data-page="home"]) .field textarea:focus {
  outline: 2px solid rgba(255, 122, 24, 0.18);
  border-color: var(--inner-orange);
}

body:not([data-page="home"]) .map-panel {
  border-radius: 8px;
  background: #f3f6f8;
}

body:not([data-page="home"]) .contact-map-fallback {
  background:
    linear-gradient(rgba(255, 122, 24, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 24, 0.07) 1px, transparent 1px),
    #f3f6f8;
  background-size: 44px 44px;
}

body:not([data-page="home"]) .contact-map-link {
  border-radius: 6px;
  background: var(--inner-orange);
}

body:not([data-page="home"]) .office-card {
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .sitemap-card,
body:not([data-page="home"]) .resource-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body:not([data-page="home"]) .sitemap-card {
  background: #fff;
}

body:not([data-page="home"]) .sitemap-link,
body:not([data-page="home"]) .sitemap-chip {
  min-height: 40px;
  border-radius: 6px;
  border-color: #f2d7c4;
  background: #fff8f3;
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .sitemap-link:hover,
body:not([data-page="home"]) .sitemap-chip:hover,
body:not([data-page="home"]) .sitemap-tree__root:hover {
  border-color: var(--inner-orange);
  color: var(--inner-orange-deep);
  box-shadow: 0 10px 22px rgba(240, 94, 11, 0.12);
}

body:not([data-page="home"]) .product-detail-shell,
body:not([data-page="home"]) .product-detail-content-shell,
body:not([data-page="home"]) .product-detail-empty {
  width: var(--inner-shell);
  margin-left: auto;
  margin-right: auto;
}

body:not([data-page="home"]) .product-detail-shell {
  padding: 38px 0 84px;
}

body:not([data-page="home"]) .product-detail-breadcrumb {
  width: 100%;
  margin-bottom: 18px;
  color: var(--inner-muted);
}

body:not([data-page="home"]) .product-detail-breadcrumb strong,
body:not([data-page="home"]) .product-detail-summary__eyebrow {
  color: var(--inner-orange-deep);
}

body:not([data-page="home"]) .product-detail-gallery__stage,
body:not([data-page="home"]) .product-detail-gallery__thumb,
body:not([data-page="home"]) .product-detail-story-card__media,
body:not([data-page="home"]) .product-detail-scene__media {
  border-radius: 8px;
  border-color: #e5e9ee;
}

body:not([data-page="home"]) .product-detail-summary h1,
body:not([data-page="home"]) .product-detail-panel__head h2,
body:not([data-page="home"]) .product-detail-section-head h2 {
  color: var(--inner-ink);
}

body:not([data-page="home"]) .product-detail-tabs .product-detail-tab.is-active,
body:not([data-page="home"]) .product-detail-tab.is-active,
body:not([data-page="home"]) .product-detail-anchor a:hover {
  color: var(--inner-orange-deep);
}

@media (max-width: 1080px) {
  body:not([data-page="home"]) .products-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not([data-page="home"]) .service-case-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body:not([data-page="home"]) .section-shell,
  body:not([data-page="home"]) .page-hero-shell,
  body:not([data-page="home"]) .products-banner__inner,
  body:not([data-page="home"]) .news-hero__inner,
  body:not([data-page="home"]) .products-directory,
  body:not([data-page="home"]) .news-page-toolbar-band,
  body:not([data-page="home"]) .news-page-shell,
  body:not([data-page="home"]) .product-detail-shell,
  body:not([data-page="home"]) .product-detail-content-shell,
  body:not([data-page="home"]) .product-detail-empty {
    width: calc(100% - 32px);
  }

  body:not([data-page="home"]) .section-shell {
    padding: 52px 0;
  }

  body:not([data-page="home"]) .page-hero-shell,
  body:not([data-page="home"]) .products-banner__copy,
  body:not([data-page="home"]) .news-hero__copy {
    padding: 50px 0 46px;
  }

  body:not([data-page="home"]) .page-hero,
  body:not([data-page="home"]) .products-banner,
  body:not([data-page="home"]) .news-hero,
  body:not([data-page="home"]) .page-hero-shell,
  body:not([data-page="home"]) .products-banner__inner,
  body:not([data-page="home"]) .news-hero__inner {
    min-height: 260px;
  }

  body:not([data-page="home"]) .section-title {
    font-size: 2rem;
  }

  body:not([data-page="home"]) .section-intro,
  body:not([data-page="home"]) .products-banner__copy p,
  body:not([data-page="home"]) .news-hero__copy p {
    font-size: 14px;
  }

  body:not([data-page="home"]) .products-directory {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  body:not([data-page="home"]) .products-directory__sidebar {
    position: static;
  }

  body:not([data-page="home"]) .products-directory__grid,
  body:not([data-page="home"]) .service-case-catalog {
    grid-template-columns: 1fr;
  }

  body:not([data-page="home"]) .products-directory__headline {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  body:not([data-page="home"]) .news-page-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body:not([data-page="home"]) .news-page-feature {
    padding: 24px;
  }

  body:not([data-page="home"]) .news-page-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 16px;
  }

  body:not([data-page="home"]) .news-page-item__arrow {
    display: none;
  }

  body:not([data-page="home"]) .field-grid,
  body:not([data-page="home"]) .contact-grid,
  body:not([data-page="home"]) .office-grid {
    grid-template-columns: 1fr;
  }

  body:not([data-page="home"]) .contact-form,
  body:not([data-page="home"]) .content-panel,
  body:not([data-page="home"]) .product-panel {
    padding: 24px;
  }
}

@media (min-width: 1600px) {
  body:not([data-page="home"]) .page-hero,
  body:not([data-page="home"]) .products-banner,
  body:not([data-page="home"]) .news-hero,
  body:not([data-page="home"]) .page-hero-shell,
  body:not([data-page="home"]) .products-banner__inner,
  body:not([data-page="home"]) .news-hero__inner {
    min-height: 340px;
  }

  body:not([data-page="home"]) .page-hero-shell,
  body:not([data-page="home"]) .products-banner__copy,
  body:not([data-page="home"]) .news-hero__copy {
    padding-top: 76px;
    padding-bottom: 68px;
  }

  body:not([data-page="home"]) .section-intro,
  body:not([data-page="home"]) .products-banner__copy p,
  body:not([data-page="home"]) .news-hero__copy p {
    font-size: 18px;
  }

  body:not([data-page="home"]) .products-directory__grid {
    gap: 28px;
  }
}

/* Footer system refined to match the header's cleaner, more premium visual tone. */
.site-footer {
  width: 100%;
  background:
    radial-gradient(circle at top left, rgba(255, 142, 61, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
  color: #66717d;
  border-top: 1px solid rgba(217, 223, 230, 0.92);
}

.site-footer .footer-shell {
  width: min(94vw, 1680px);
  margin: 0 auto;
  padding: 46px 0 0;
}

.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) repeat(2, minmax(160px, 0.78fr)) minmax(0, 1.08fr);
  column-gap: clamp(34px, 3vw, 72px);
  align-items: start;
  min-height: 0;
  padding: 0 0 44px;
}

.footer-brand,
.footer-contact-group {
  min-width: 0;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 22px;
}

.footer-brand__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: #26303a;
}

.footer-brand__logo {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 251, 0.96));
  border: 1px solid rgba(221, 227, 234, 0.95);
  box-shadow: 0 14px 28px rgba(29, 38, 49, 0.08);
}

.footer-brand__logo img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.footer-brand__wordmark {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.footer-brand__eyebrow {
  color: #8d97a2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-brand__title {
  color: #252f39;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.site-footer .footer-note {
  max-width: 32ch;
  margin: 0;
  color: #66717d;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}

.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.site-footer .footer-social__item {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(218, 224, 231, 0.95);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 18px rgba(29, 38, 49, 0.05);
  color: #3a4552;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.site-footer .footer-social__item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 24, 0.22);
  background: #fff7f0;
  color: #eb6b16;
  box-shadow: 0 14px 24px rgba(255, 122, 24, 0.12);
}

.site-footer .footer-group h4,
.site-footer .footer-contact-group h4 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 4px 0 18px;
  padding-bottom: 11px;
  color: #28323c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.site-footer .footer-group h4::after,
.site-footer .footer-contact-group h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff8b3d 0%, #ff6a19 100%);
}

.site-footer .footer-group__links {
  display: grid;
  justify-items: start;
  gap: 4px;
}

.site-footer .footer-group a {
  margin: 0;
  padding: 6px 0;
  color: #6e7985;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  transition: transform 0.18s ease, color 0.18s ease;
}

.site-footer .footer-group a:hover,
.site-footer .footer-legal a:hover {
  transform: translateX(3px);
  color: #eb6b16;
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.site-footer .footer-contact-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(221, 227, 234, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 18px rgba(29, 38, 49, 0.04);
  color: #5d6874;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-footer .footer-contact-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 24, 0.2);
  box-shadow: 0 14px 24px rgba(255, 122, 24, 0.08);
}

.footer-contact-item__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff934e 0%, #ff6b1b 100%);
  box-shadow: 0 10px 20px rgba(255, 122, 24, 0.22);
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.footer-contact-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.footer-contact-label {
  color: #909aa5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact-value {
  min-width: 0;
  color: #596571;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.site-footer .footer-bottom {
  margin: 0;
  padding: 18px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  border-top: 1px solid rgba(214, 220, 227, 0.94);
  background: transparent;
}

.site-footer .footer-meta {
  color: #808a95;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.footer-legal a {
  position: relative;
  color: #7a8591;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer .footer-note {
    max-width: 56ch;
  }
}

@media (max-width: 700px) {
  .site-footer .footer-shell {
    width: calc(100% - 32px);
    padding-top: 34px;
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 22px;
  }

  .footer-brand {
    gap: 16px;
  }

  .footer-brand__head {
    gap: 14px;
  }

  .footer-brand__logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .footer-brand__logo img {
    width: 44px;
    height: 44px;
  }

  .footer-brand__eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .footer-brand__title {
    font-size: 22px;
  }

  .site-footer .footer-note {
    max-width: none;
    font-size: 13px;
    line-height: 1.8;
  }

  .site-footer .footer-group h4,
  .site-footer .footer-contact-group h4 {
    width: 100%;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .site-footer .footer-group h4[data-footer-group-toggle] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 12px 0 12px;
    cursor: pointer;
  }

  .site-footer .footer-group h4[data-footer-group-toggle]::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 8px;
    color: #ff7a18;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
  }

  .site-footer .footer-group.is-open h4[data-footer-group-toggle]::before {
    content: "−";
  }

  .site-footer .footer-group__links {
    display: none;
    padding: 6px 0 12px;
  }

  .site-footer .footer-group.is-open .footer-group__links {
    display: grid;
  }

  .site-footer .footer-group a {
    font-size: 13px;
  }

  .site-footer .footer-contact-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 11px;
  }

  .footer-contact-item__icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .footer-contact-label {
    font-size: 10px;
  }

  .footer-contact-value {
    font-size: 13px;
  }

  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 24px;
  }

  .site-footer .footer-meta {
    text-align: left;
  }

  .footer-legal {
    justify-content: flex-start;
    gap: 8px 16px;
  }
}

@media (min-width: 1600px) {
  .site-footer .footer-shell {
    padding-top: 54px;
  }

  .site-footer .footer-top {
    column-gap: 78px;
    padding-bottom: 50px;
  }

  .footer-brand__logo {
    width: 76px;
    height: 76px;
  }

  .footer-brand__logo img {
    width: 54px;
    height: 54px;
  }

  .site-footer .footer-note,
  .site-footer .footer-group a,
  .footer-contact-value {
    font-size: 15px;
  }

  .site-footer .footer-group h4,
  .site-footer .footer-contact-group h4 {
    font-size: 16px;
  }

  .site-footer .footer-meta,
  .footer-legal a {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .home-cases-section {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .home-cases-layout {
    gap: 20px;
  }

  .home-case-feature,
  .home-case-card {
    min-height: 500px;
    border-radius: 8px;
  }

  .home-case-feature__media,
  .home-case-card__media {
    flex-basis: 245px;
    min-height: 245px;
  }

  .home-case-feature__body,
  .home-case-card__body {
    padding: 26px 30px 30px;
  }

  .home-case-feature__eyebrow,
  .home-case-card__body span {
    font-size: 15px;
  }

  .home-case-feature__body h3,
  .home-case-card__body h3 {
    margin-top: 12px;
    font-size: 24px;
  }

  .home-case-feature__body p,
  .home-case-card__body p {
    font-size: 15px;
    line-height: 1.8;
  }

  .home-inline-link {
    margin-top: 18px;
    font-size: 15px;
  }

  .home-news-section {
    min-height: 250px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-news-actions {
    margin-top: -48px;
  }

  .home-news-actions .button {
    min-height: 42px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 14px;
  }

  .home-overview__actions {
    gap: 16px;
    margin-top: 14px;
  }

  .home-overview__actions .button {
    min-height: 46px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 15px;
  }

  .home-inquiry-section {
    min-height: 320px;
  }

  .home-cta-band {
    min-height: 320px;
    padding: 80px 24px;
    gap: 15px;
  }

  .home-cta-band__eyebrow {
    font-size: 3rem;
  }

  .home-cta-band p {
    font-size: 16px;
  }

  .site-footer {
    font-size: 14px;
  }

  .footer-shell {
    padding-top: 64px;
  }

  .footer-top {
    gap: 58px;
    padding-bottom: 38px;
  }

  .footer-links {
    gap: 42px;
  }

  .footer-group h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .footer-group a,
  .footer-note,
  .footer-contact-lines,
  .footer-meta {
    font-size: 14px;
    line-height: 2;
  }

  .footer-extra {
    padding: 20px 0 26px;
  }

  .footer-bottom {
    padding: 20px 0 28px;
  }
}

@media (min-width: 1600px) {
  .home-products-section .section-intro,
  .home-cases-section .section-intro,
  .home-news-section .section-intro {
    font-size: 20px;
    line-height: 1.8;
  }

  .home-business-card {
    min-height: 500px;
  }

  .home-business-card p {
    font-size: 20px;
    line-height: 1.9;
  }

  .home-business-card__meta {
    font-size: 17px;
    line-height: 1.7;
  }

  .home-business-card > a {
    font-size: 18px;
  }

  .home-overview__lead,
  .home-overview__body {
    font-size: 18px;
    line-height: 1.95;
  }

  .home-overview__metric span {
    font-size: 16px;
  }

  .home-overview__actions .button {
    font-size: 18px;
  }

  .home-case-feature__body p,
  .home-case-card__body p {
    font-size: 18px;
    line-height: 1.9;
  }

  .home-case-feature__eyebrow,
  .home-case-card__body span,
  .home-inline-link {
    font-size: 18px;
  }

  .home-news-actions .button {
    font-size: 17px;
  }

  .home-cta-band p {
    font-size: 19px;
    line-height: 1.8;
  }

  .footer-group a,
  .footer-note,
  .footer-contact-lines,
  .footer-meta {
    font-size: 17px;
  }
}

/* Keep the about composition above the generic inner-page defaults. */
body[data-page="about"] .about-page .page-hero {
  min-height: 340px;
  background: linear-gradient(110deg, #ed6900 0%, #d72e00 55%, #c80c08 100%);
}

body[data-page="about"] .about-page .page-hero::after {
  display: none;
}

body[data-page="about"] .about-page .page-hero-shell {
  width: 100%;
  min-height: 340px;
  padding: 72px 20px 66px;
  place-items: center;
  text-align: center;
}

body[data-page="about"] .about-page .page-hero .eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff7e9;
  color: #e56a17;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-page="about"] .about-page .page-hero .eyebrow::before {
  display: none;
}

body[data-page="about"] .about-page .page-hero .section-title {
  max-width: none;
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  line-height: 1.15;
}

body[data-page="about"] .about-page .page-hero .section-intro {
  max-width: none;
  font-size: 17px;
}

body[data-page="about"] .about-page > .about-overview,
body[data-page="about"] .about-page > .about-culture {
  width: var(--inner-shell);
  margin-left: auto;
  margin-right: auto;
}

body[data-page="about"] .about-page > .about-overview {
  padding-top: 84px;
  padding-bottom: 64px;
}

body[data-page="about"] .about-page > .about-culture {
  padding-top: 30px;
  padding-bottom: 82px;
}

@media (max-width: 560px) {
  body[data-page="about"] .about-page .page-hero-shell {
    min-height: 280px;
    padding: 50px 16px 44px;
  }
}

/* Project services page composition from the supplied project reference. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-page="project"] .project-page {
  background: #fff;
}

body[data-page="project"] .project-hero {
  min-height: 320px;
  display: grid;
  place-items: center;
  background: linear-gradient(110deg, #b30d14 0%, #8b155d 53%, #5d2783 100%);
  color: #fff;
  text-align: center;
}

body[data-page="project"] .project-hero__inner {
  width: min(100% - 32px, 1100px);
  display: grid;
  justify-items: center;
  gap: 13px;
  padding: 64px 0 58px;
}

body[data-page="project"] .project-hero__eyebrow {
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff7e9;
  color: #e56a17;
  font-size: 14px;
  font-weight: 700;
}

body[data-page="project"] .project-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4.3vw, 3.8rem);
  line-height: 1.15;
}

body[data-page="project"] .project-hero p {
  max-width: 840px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.8;
}

body[data-page="project"] .project-services {
  width: var(--inner-shell);
  margin: 0 auto;
  padding: 52px 0 58px;
}

body[data-page="project"] .project-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 42px;
}

body[data-page="project"] .project-service-card {
  min-height: 264px;
  padding: 20px 26px 18px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(33, 42, 54, 0.07);
}

body[data-page="project"] .project-service-card:hover {
  border-color: rgba(255, 122, 24, 0.48);
  box-shadow: 0 18px 34px rgba(240, 94, 11, 0.12);
  transform: translateY(-3px);
}

body[data-page="project"] .project-service-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 14px;
  border-radius: 8px;
  font-size: 39px;
}

body[data-page="project"] .project-service-icon--orange { background: #ff7a18; }
body[data-page="project"] .project-service-icon--blue { background: #087fe8; }
body[data-page="project"] .project-service-icon--green { background: #18a04a; }
body[data-page="project"] .project-service-icon--purple { background: #6f78df; }
body[data-page="project"] .project-service-icon--coral { background: #f16c72; }
body[data-page="project"] .project-service-icon--slate { background: #4c535c; }

body[data-page="project"] .project-service-card h3 {
  margin: 0 0 8px;
  color: var(--inner-ink);
  font-size: 18px;
}

body[data-page="project"] .project-service-card p {
  min-height: 38px;
  margin: 0 auto 12px;
  color: #8b929a;
  font-size: 12px;
  line-height: 1.65;
}

body[data-page="project"] .project-service-card .home-business-card__meta {
  gap: 6px 18px;
  color: #8b929a;
  font-size: 11px;
}

body[data-page="project"] .project-service-card .home-business-card__meta span::before {
  color: var(--inner-orange);
}

body[data-page="project"] .project-service-card > a {
  min-height: 32px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid var(--inner-orange);
  border-radius: 4px;
  color: var(--inner-orange-deep);
  font-size: 13px;
  font-weight: 700;
}

body[data-page="project"] .project-service-card > a:hover {
  background: var(--inner-orange);
  color: #fff;
}

body[data-page="project"] .project-support {
  padding: 32px 0 70px;
  background: #fbf8f2;
}

body[data-page="project"] .project-support__panel {
  width: var(--inner-shell);
  margin: 0 auto;
  padding: 42px 42px 44px;
  border: 1px solid #f0eee9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.05);
  text-align: center;
}

body[data-page="project"] .project-support h2 {
  margin: 0;
  color: var(--inner-ink);
  font-size: 32px;
  line-height: 1.3;
}

body[data-page="project"] .project-support p {
  max-width: 900px;
  margin: 18px auto 30px;
  color: #8b929a;
  font-size: 18px;
  line-height: 1.9;
}

@media (min-width: 1280px) {
  body[data-page="project"] .project-support p {
    max-width: none;
    white-space: nowrap;
  }
}

body[data-page="project"] .project-support__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

body[data-page="project"] .project-support__stats div {
  min-height: 92px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  border-radius: 6px;
  background: #f7f8fa;
}

body[data-page="project"] .project-support__stats strong {
  color: var(--inner-orange);
  font-size: 26px;
  line-height: 1;
}

body[data-page="project"] .project-support__stats span {
  color: #555d66;
  font-size: 12px;
}

body[data-page="project"] .project-support .button.primary {
  min-height: 42px;
  border-radius: 6px;
}

@media (max-width: 900px) {
  body[data-page="project"] .project-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  body[data-page="project"] .project-hero {
    min-height: 280px;
  }

  body[data-page="project"] .project-hero__inner {
    padding: 50px 0 44px;
  }

  body[data-page="project"] .project-hero h1 {
    font-size: 2.15rem;
  }

  body[data-page="project"] .project-hero p {
    font-size: 14px;
  }

  body[data-page="project"] .project-services,
  body[data-page="project"] .project-support__panel {
    width: calc(100% - 32px);
  }

  body[data-page="project"] .project-service-grid,
  body[data-page="project"] .project-support__stats {
    grid-template-columns: 1fr;
  }

  body[data-page="project"] .project-support__panel {
    padding: 30px 20px 32px;
  }

  body[data-page="project"] .project-support h2 {
    font-size: 26px;
  }

  body[data-page="project"] .project-support p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* Cases gallery visual system matching the supplied portfolio reference. */
body[data-page="cases"] {
  background: #f7f8fa;
}

body[data-page="cases"] .page-hero {
  height: 380px;
  min-height: 380px;
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(112deg, #5d79e6 0%, #6f64ce 52%, #7d4ca4 100%);
}

body[data-page="cases"] .page-hero::after {
  display: none;
}

body[data-page="cases"] .page-hero-shell {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
  padding: 0;
  justify-items: center;
  text-align: center;
}

body[data-page="cases"] .page-hero .eyebrow {
  padding: 7px 12px;
  border-radius: 3px;
  background: #fff4e3;
  color: #f27b23;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body[data-page="cases"] .page-hero .eyebrow::before {
  display: none;
}

body[data-page="cases"] .page-hero .section-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 1.15;
}

body[data-page="cases"] .page-hero .section-intro {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.8;
}

body[data-page="cases"] .cases-page {
  background: #f7f8fa;
}

body[data-page="cases"] [data-service-default-content] {
  background: #f7f8fa;
}

body[data-page="cases"] [data-service-cases-list] {
  width: min(90vw, 2050px);
  margin: 0 auto;
  padding: 0 0 78px;
}

.cases-filter-bar {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 28px 0 38px;
  background: #fff;
}

.cases-filter {
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #e5e9ee;
  border-radius: 999px;
  background: #fff;
  color: #68717c;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cases-filter:hover,
.cases-filter.is-active {
  border-color: #ff7a18;
  background: #ff7a18;
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 122, 24, 0.2);
}

.cases-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 26px;
  padding: 0 0 24px;
}

.cases-card-link {
  display: block;
  min-width: 0;
  color: inherit;
}

.cases-card {
  overflow: hidden;
  min-height: 548px;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(39, 47, 59, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cases-card-link:hover .cases-card {
  border-color: rgba(255, 122, 24, 0.45);
  box-shadow: 0 20px 34px rgba(39, 47, 59, 0.16);
  transform: translateY(-4px);
}

.cases-card__media {
  aspect-ratio: 2.95 / 1;
  overflow: hidden;
  background: #e9edf2;
}

.cases-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cases-card-link:hover .cases-card__media img {
  transform: scale(1.035);
}

@media (min-width: 901px) {
  body[data-page="cases"] .cases-card__media {
    height: 280px;
    aspect-ratio: auto;
  }
}

.cases-card__body {
  min-height: 324px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 24px 22px;
}

.cases-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 11px;
  border-radius: 999px;
  background: #fff1e5;
  color: #f0781e;
  font-size: 11px;
  font-weight: 700;
}

.cases-card__body h3 {
  margin: 14px 0 8px;
  color: #30353a;
  font-size: 20px;
  line-height: 1.35;
}

.cases-card__body p {
  min-height: 66px;
  margin: 0;
  color: #858c95;
  font-size: 13px;
  line-height: 1.75;
}

.cases-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.cases-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf7ff;
  color: #56a5d2;
  font-size: 11px;
}

.cases-card__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin-top: auto;
  padding: 0 17px;
  border-radius: 5px;
  background: #ff7a18;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.cases-card__action b {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.cases-empty {
  padding: 72px 24px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  color: #727b87;
  text-align: center;
}

@media (max-width: 980px) {
  body[data-page="cases"] [data-service-cases-list] {
    width: min(100% - 32px, 760px);
  }

  .cases-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 640px) {
  body[data-page="cases"] .page-hero {
    height: 300px;
    min-height: 300px;
  }

  body[data-page="cases"] .page-hero .section-title {
    font-size: 2.15rem;
  }

  body[data-page="cases"] .page-hero .section-intro {
    font-size: 14px;
  }

  body[data-page="cases"] [data-service-cases-list] {
    width: calc(100% - 24px);
    padding-bottom: 48px;
  }

  .cases-filter-bar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -12px;
    padding: 20px 12px 28px;
  }

  .cases-filter {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 17px;
    font-size: 13px;
  }

  .cases-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cases-card {
    min-height: 0;
  }

  .cases-card__body {
    min-height: 260px;
    padding: 20px 20px 20px;
  }
}

/* Shared header sizing and desktop navigation rhythm. */
:root {
  --site-header-height: 110px;
}

.header-shell {
  height: var(--site-header-height);
}

@media (min-width: 1081px) {
  .site-nav {
    gap: clamp(36px, 2.1vw, 54px);
  }

  .site-nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  :root {
    --site-header-height: 104px;
  }
}

@media (max-width: 760px) {
  :root {
    --site-header-height: 68px;
  }
}

/* Homepage hero height adjustment requested for the shared front-page banner. */
.home-banner,
.home-banner.hero,
.home-banner .hero-track {
  min-height: 770px;
}

@media (min-width: 1600px) {
  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track {
    min-height: 570px;
    height: 570px;
  }
}

@media (max-width: 760px) {
  .home-banner,
  .home-banner.hero,
  .home-banner .hero-track {
    min-height: 410px;
    height: 410px;
  }
}

/* About overview typography and balanced image alignment. */
body[data-page="about"] .about-intro-grid {
  align-items: start;
  grid-auto-rows: auto;
}

body[data-page="about"] .about-intro-copy {
  display: block;
  min-height: 0;
}

body[data-page="about"] .about-intro-copy .section-head .section-title {
  font-size: 34px;
}

body[data-page="about"] .about-intro-copy .section-head .section-intro {
  margin-top: 30px;
  font-size: 19px;
  line-height: 2.12;
}

body[data-page="about"] .about-intro-details {
  font-size: 18px;
  line-height: 2.12;
}

body[data-page="about"] .about-intro-details h3 {
  margin-bottom: 16px;
  font-size: 20px;
}

body[data-page="about"] .about-business-list li {
  margin: 12px 0;
  padding-left: 5px;
}

body[data-page="about"] .about-core-strength {
  margin-top: 24px;
}

body[data-page="about"] .about-business-list strong,
body[data-page="about"] .about-core-strength strong {
  font-size: 19px;
}

body[data-page="about"] .about-overview__metrics .metric strong {
  font-size: 30px;
}

body[data-page="about"] .about-overview__metrics .metric span {
  font-size: 14px;
}

body[data-page="about"] .about-intro-media {
  align-self: start;
  height: auto;
  min-height: 0;
  aspect-ratio: 0.95;
}

body[data-page="about"] .about-overview__metrics {
  margin-top: 30px;
  padding-top: 0;
}

/* Final project card overrides: keep these after the legacy card rules. */
body[data-page="project"] .project-service-card {
  min-height: 390px;
  padding: 34px 32px 30px;
}

body[data-page="project"] .project-service-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  font-size: 45px;
}

body[data-page="project"] .project-service-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

body[data-page="project"] .project-service-card p {
  min-height: 62px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.95;
}

body[data-page="project"] .project-service-card .home-business-card__meta {
  gap: 11px 28px;
  font-size: 16px;
  line-height: 1.75;
}

body[data-page="project"] .project-service-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 24px;
  line-height: 1;
  text-align: center;
  font-size: 17px;
}

@media (max-width: 560px) {
  body[data-page="project"] .project-service-card {
    min-height: 330px;
    padding: 28px 24px 26px;
  }

  body[data-page="project"] .project-service-icon {
    width: 76px;
    height: 76px;
    font-size: 40px;
  }

  body[data-page="project"] .project-service-card h3 {
    font-size: 23px;
  }

  body[data-page="project"] .project-service-card p {
    font-size: 15px;
  }

  body[data-page="project"] .project-service-card .home-business-card__meta {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  body[data-page="about"] .about-intro-grid {
    grid-auto-rows: auto;
  }

  body[data-page="about"] .about-intro-copy {
    display: block;
    min-height: 0;
  }

  body[data-page="about"] .about-intro-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 0.85;
  }

  body[data-page="about"] .about-overview__metrics {
    margin-top: 30px;
    padding-top: 0;
  }
}

/* Final case card typography overrides. */
body[data-page="cases"] .cases-card__category {
  min-height: 30px;
  padding: 0 14px;
  font-size: 13px;
}

body[data-page="cases"] .cases-card__body h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.4;
}

body[data-page="cases"] .cases-card__body p {
  min-height: 82px;
  font-size: 16px;
  line-height: 1.8;
}

body[data-page="cases"] .cases-card__tags {
  gap: 10px;
  margin-top: 16px;
}

body[data-page="cases"] .cases-card__tags span {
  min-height: 30px;
  padding: 0 12px;
  font-size: 13px;
}

body[data-page="cases"] .cases-card__action {
  min-height: 44px;
  padding: 0 20px;
  font-size: 16px;
}

body[data-page="cases"] .cases-card__action b {
  font-size: 18px;
}

@media (max-width: 640px) {
  body[data-page="cases"] .cases-card__category {
    min-height: 28px;
    font-size: 12px;
  }

  body[data-page="cases"] .cases-card__body h3 {
    font-size: 22px;
  }

  body[data-page="cases"] .cases-card__body p {
    min-height: 72px;
    font-size: 15px;
  }

  body[data-page="cases"] .cases-card__tags span {
    font-size: 12px;
  }

  body[data-page="cases"] .cases-card__action {
    min-height: 42px;
    font-size: 15px;
  }
}

/* Company cases: editorial hierarchy with stable media proportions. */
body[data-page="cases"] {
  --cases-accent: #ef6b24;
  --cases-ink: #20262b;
  --cases-muted: #69737c;
  --cases-line: #dfe4e7;
  --cases-surface: #f4f6f7;
}

body[data-page="cases"] .cases-page,
body[data-page="cases"] [data-service-default-content] {
  background: var(--cases-surface);
}

body[data-page="cases"] .page-hero {
  position: relative;
  height: 340px;
  min-height: 340px;
  overflow: hidden;
  background-color: #20262b;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

body[data-page="cases"] .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(32, 38, 43, 0.2), rgba(32, 38, 43, 0.82) 72%);
  pointer-events: none;
}

body[data-page="cases"] .page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 0;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="cases"] .page-hero-shell {
  position: relative;
  z-index: 1;
  width: var(--home-shell);
  justify-items: start;
  gap: 20px;
  text-align: left;
}

body[data-page="cases"] .page-hero .eyebrow {
  min-height: 22px;
  padding: 0 0 0 16px;
  border-left: 3px solid var(--cases-accent);
  border-radius: 0;
  background: transparent;
  color: #ff8a4b;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}

body[data-page="cases"] .page-hero .section-title {
  margin: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

body[data-page="cases"] .page-hero .section-intro {
  max-width: 720px;
  margin: 0;
  color: #bac2c8;
  font-size: 16px;
  line-height: 1.9;
}

body[data-page="cases"] [data-service-cases-list] {
  width: var(--home-shell);
  margin: 0 auto;
  padding: 0 0 96px;
}

body[data-page="cases"] .cases-filter-band {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-bottom: 1px solid var(--cases-line);
  background: #fff;
}

body[data-page="cases"] .cases-filter-bar {
  width: var(--home-shell);
  margin: 0 auto;
  padding: 22px 0;
  justify-content: flex-start;
  gap: 8px;
  background: transparent;
}

body[data-page="cases"] .cases-filter {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e1e5e8;
  border-radius: 4px;
  background: #f7f8f9;
  color: #5e6871;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}

body[data-page="cases"] .cases-filter small {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #e8ecef;
  color: #7a848c;
  font-size: 11px;
  line-height: 1;
}

body[data-page="cases"] .cases-filter:hover {
  border-color: rgba(239, 107, 36, 0.6);
  background: #fff;
  color: var(--cases-accent);
  box-shadow: none;
}

body[data-page="cases"] .cases-filter.is-active {
  border-color: var(--cases-ink);
  background: var(--cases-ink);
  color: #fff;
  box-shadow: none;
}

body[data-page="cases"] .cases-filter.is-active small {
  background: var(--cases-accent);
  color: #fff;
}

body[data-page="cases"] .cases-results {
  padding-top: 52px;
}

body[data-page="cases"] .cases-results__head {
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

body[data-page="cases"] .cases-results__head > div > span {
  display: block;
  margin-bottom: 9px;
  color: var(--cases-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body[data-page="cases"] .cases-results__head h2 {
  margin: 0;
  color: var(--cases-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

body[data-page="cases"] .cases-results__head p {
  margin: 0 0 3px;
  color: #7b858d;
  font-size: 14px;
}

body[data-page="cases"] .cases-results__head p strong {
  color: var(--cases-accent);
  font-size: 20px;
}

body[data-page="cases"] .cases-featured-link {
  display: block;
  margin-bottom: 30px;
  color: inherit;
}

body[data-page="cases"] .cases-featured {
  height: 460px;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--cases-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(32, 38, 43, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body[data-page="cases"] .cases-featured-link:hover .cases-featured {
  border-color: rgba(239, 107, 36, 0.5);
  box-shadow: 0 22px 52px rgba(32, 38, 43, 0.12);
  transform: translateY(-3px);
}

body[data-page="cases"] .cases-featured__media {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--cases-line);
  background: #eceff1;
}

body[data-page="cases"] .cases-featured__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}

body[data-page="cases"] .cases-featured-link:hover .cases-featured__media img {
  transform: scale(1.018);
}

body[data-page="cases"] .cases-featured__body {
  min-width: 0;
  padding: 44px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body[data-page="cases"] .cases-featured__meta,
body[data-page="cases"] .cases-card__meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #8a939a;
  font-size: 12px;
}

body[data-page="cases"] .cases-featured__meta span {
  color: var(--cases-accent);
  font-weight: 700;
}

body[data-page="cases"] .cases-featured__body h2 {
  margin: 22px 0 15px;
  color: var(--cases-ink);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

body[data-page="cases"] .cases-featured__body > p {
  margin: 0;
  color: var(--cases-muted);
  font-size: 15px;
  line-height: 1.9;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

body[data-page="cases"] .cases-featured__tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body[data-page="cases"] .cases-featured__tags span,
body[data-page="cases"] .cases-card__tags span {
  min-height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #f0f3f4;
  color: #68727a;
  font-size: 11px;
}

body[data-page="cases"] .cases-featured__action {
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eceff1;
  color: var(--cases-ink);
  font-size: 14px;
  font-weight: 700;
}

body[data-page="cases"] .cases-featured__action b {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--cases-accent);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

body[data-page="cases"] .cases-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  padding: 0;
}

body[data-page="cases"] .cases-card-link {
  height: 100%;
}

body[data-page="cases"] .cases-card {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cases-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

body[data-page="cases"] .cases-card-link:hover .cases-card {
  border-color: rgba(239, 107, 36, 0.55);
  box-shadow: 0 16px 34px rgba(32, 38, 43, 0.1);
  transform: translateY(-4px);
}

body[data-page="cases"] .cases-card__media {
  height: auto;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--cases-line);
  background: #edf0f2;
}

body[data-page="cases"] .cases-card__media img {
  object-fit: contain;
}

body[data-page="cases"] .cases-card__body {
  min-height: 272px;
  flex: 1;
  padding: 24px;
}

body[data-page="cases"] .cases-card__category {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cases-accent);
  font-size: 12px;
  font-weight: 700;
}

body[data-page="cases"] .cases-card__body h3 {
  margin: 14px 0 10px;
  color: var(--cases-ink);
  font-size: 20px;
  line-height: 1.45;
}

body[data-page="cases"] .cases-card__body p {
  min-height: 72px;
  margin: 0;
  color: var(--cases-muted);
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-page="cases"] .cases-card__footer {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #edf0f2;
}

body[data-page="cases"] .cases-card__tags {
  margin: 0;
  gap: 6px;
}

body[data-page="cases"] .cases-card__action {
  width: 36px;
  height: 36px;
  min-height: 36px;
  flex: 0 0 36px;
  margin: 0;
  padding: 0;
  justify-content: center;
  border: 1px solid #dfe4e7;
  border-radius: 3px;
  background: #fff;
  color: var(--cases-accent);
  font-size: 17px;
}

body[data-page="cases"] .cases-card-link:hover .cases-card__action {
  border-color: var(--cases-accent);
  background: var(--cases-accent);
  color: #fff;
}

body[data-page="cases"] .cases-empty {
  margin-top: 52px;
  padding: 72px 24px;
  border-radius: 4px;
}

@media (max-width: 980px) {
  body[data-page="cases"] [data-service-cases-list] {
    width: min(var(--home-shell), 820px);
  }

  body[data-page="cases"] .cases-filter-bar {
    width: min(var(--home-shell), 820px);
  }

  body[data-page="cases"] .cases-featured {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body[data-page="cases"] .cases-featured__media {
    min-height: 360px;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--cases-line);
  }

  body[data-page="cases"] .cases-featured__body {
    min-height: 330px;
  }

  body[data-page="cases"] .cases-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="cases"] .page-hero {
    height: 286px;
    min-height: 286px;
  }

  body[data-page="cases"] .page-hero-shell {
    width: calc(100% - 32px);
    gap: 16px;
  }

  body[data-page="cases"] .page-hero .section-title {
    font-size: 36px;
  }

  body[data-page="cases"] .page-hero .section-intro {
    font-size: 14px;
    line-height: 1.75;
  }

  body[data-page="cases"] [data-service-cases-list] {
    width: calc(100% - 28px);
    padding-bottom: 64px;
  }

  body[data-page="cases"] .cases-filter-bar {
    width: 100%;
    margin: 0;
    padding: 16px 14px;
    gap: 7px;
  }

  body[data-page="cases"] .cases-filter {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  body[data-page="cases"] .cases-results {
    padding-top: 36px;
  }

  body[data-page="cases"] .cases-results__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  body[data-page="cases"] .cases-results__head h2 {
    font-size: 27px;
  }

  body[data-page="cases"] .cases-featured {
    min-height: 0;
  }

  body[data-page="cases"] .cases-featured__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body[data-page="cases"] .cases-featured__body {
    min-height: 330px;
    padding: 26px 22px 24px;
  }

  body[data-page="cases"] .cases-featured__body h2 {
    margin-top: 17px;
    font-size: 25px;
  }

  body[data-page="cases"] .cases-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="cases"] .cases-card__body {
    min-height: 250px;
    padding: 21px 20px;
  }

  body[data-page="cases"] .cases-card__body h3 {
    font-size: 20px;
  }

  body[data-page="cases"] .cases-card__body p {
    min-height: 70px;
    font-size: 14px;
  }
}

/* Keep the shared footer aligned with the 80% page shell on desktop. */
.site-footer .footer-shell {
  width: var(--home-shell);
}

@media (max-width: 700px) {
  .site-footer .footer-shell {
    width: calc(100% - 32px);
  }
}

/* Use the configured backend image for the header logo. */
.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-mark::before {
  display: none;
}

@media (max-width: 760px) {
  .brand-mark {
    width: 42px;
    height: 42px;
  }
}

body[data-page="project"] .project-service-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

body[data-page="project"] .project-service-card {
  scroll-margin-top: calc(var(--site-header-offset, var(--site-header-height)) + 24px);
}

/* Increase shared header typography for desktop readability. */
.brand-name {
  font-size: 26px;
  line-height: 1.2;
}

.site-nav a {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .brand-name {
    font-size: 36px;
  }

  .site-nav a {
    font-size: 20px;
  }
}

/* Keep the active item above the shared scrolled-header text color rule. */
body[data-page] .site-header.is-solid .site-nav a.is-active,
body[data-page] .site-header.is-solid .site-nav a.is-active:hover {
  color: var(--brand-orange);
}

/* Mobile navigation: keep the trigger visible on the white header and use a high-contrast drawer. */
@media (max-width: 760px) {
  .header-actions {
    margin-left: auto;
    gap: 8px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 122, 24, 0.34);
    border-radius: 8px;
    background: #fff;
    color: var(--brand-orange);
    box-shadow: 0 4px 12px rgba(31, 42, 59, 0.12);
  }

  .site-nav {
    z-index: 45;
    padding: 12px;
    border: 1px solid #e5e8ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 42, 59, 0.2);
  }

  .site-nav a,
  .site-nav a:hover,
  .site-nav a.is-active {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    color: #34383e;
    font-size: 15px;
    font-weight: 600;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    background: #fff3e8;
    color: var(--brand-orange-deep);
  }
}

/* Keep project card icons compact so the title and service details stay prominent. */
body[data-page="project"] .project-service-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 14px;
  font-size: 45px;
}

@media (max-width: 560px) {
  body[data-page="project"] .project-service-icon {
    width: 76px;
    height: 76px;
    font-size: 40px;
  }
}

body[data-page="project"] .project-service-icon img {
  width: 48px;
  height: 48px;
  margin: auto;
  object-fit: contain;
  border-radius: 4px;
}

body[data-page="home"] .home-business-card__icon img {
  width: 48px;
  height: 48px;
  margin: auto;
  object-fit: contain;
  border-radius: 4px;
}

@media (min-width: 901px) {
/* Product detail page: gallery and information sit above a dedicated rich-text body. */
body[data-page="product-detail"] .product-detail-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  margin-bottom: 48px;
}

body[data-page="product-detail"] .product-detail-gallery__stage {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
}

body[data-page="product-detail"] .product-detail-gallery__stage img {
  min-height: 560px;
  padding: 34px;
}

body[data-page="product-detail"] .product-detail-gallery__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(226, 230, 236, 0.96);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #24324a;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(20, 32, 48, 0.12);
}

body[data-page="product-detail"] .product-detail-gallery__control:hover {
  border-color: #ff7a18;
  color: #f05e0b;
}

body[data-page="product-detail"] .product-detail-gallery__control--prev {
  left: 18px;
}

body[data-page="product-detail"] .product-detail-gallery__control--next {
  right: 18px;
}

body[data-page="product-detail"] .product-detail-hero,
body[data-page="product-detail"] .product-detail-content-shell,
body[data-page="product-detail"] .product-detail-empty {
  width: 100%;
}

body[data-page="product-detail"] .product-detail-body,
body[data-page="product-detail"] .product-detail-related {
  width: 100%;
  margin: 0 auto 42px;
  padding: 34px 38px 42px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body[data-page="product-detail"] .product-detail-body .product-detail-section-head,
body[data-page="product-detail"] .product-detail-related .product-detail-section-head {
  margin-bottom: 24px;
}

body[data-page="product-detail"] .product-detail-body .product-detail-richtext {
  max-width: 980px;
  margin: 0 auto;
  color: #526071;
  font-size: 16px;
  line-height: 2;
}

body[data-page="product-detail"] .product-detail-body .product-detail-richtext img {
  max-width: 100%;
  height: auto;
}
}

/* Case detail redesign: keep the existing case list and small-screen layout intact. */
.service-case-gallery {
  display: none;
}

.service-case-hero__fallback-image {
  display: block;
}

.service-case-hero__facts {
  display: none;
}

.service-case-detail__richtext {
  display: none;
}

.service-case-detail__paragraphs {
  display: contents;
}

@media (min-width: 901px) {
  body[data-page="cases"] .service-case-detail-shell > .service-case-detail__back {
    min-height: 54px;
    margin-bottom: 14px;
    padding: 0 18px;
    align-items: center;
    line-height: 1;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 24px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__media {
    width: 100%;
    min-width: 0;
    height: 620px;
    min-height: 620px;
    border-radius: 8px;
    background: #fff;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__fallback-image {
    display: none;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 516px 90px;
    gap: 14px;
    width: 100%;
    min-width: 0;
    height: 620px;
    min-height: 620px;
    overflow: hidden;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__thumbs {
    display: grid;
    order: 2;
    grid-template-columns: repeat(auto-fit, 104px);
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 16px;
    min-width: 0;
    padding: 6px 24px;
    overflow-x: auto;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__thumb {
    display: block;
    padding: 0;
    border: 1px solid rgba(214, 220, 228, 0.92);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__thumb.is-active,
  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__thumb:hover {
    border-color: #ff7a18;
    box-shadow: 0 8px 18px rgba(20, 32, 48, 0.1);
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__thumb img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__stage {
    position: relative;
    display: grid;
    order: 1;
    place-items: center;
    width: 100%;
    min-width: 0;
    height: 516px;
    min-height: 516px;
    border: 1px solid rgba(221, 226, 233, 0.96);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f7f8fa);
    overflow: hidden;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__zoom {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__stage img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    padding: 20px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid rgba(226, 230, 236, 0.96);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #24324a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(20, 32, 48, 0.12);
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__control:hover {
    border-color: #ff7a18;
    color: #f05e0b;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__control--prev {
    left: 18px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-gallery__control--next {
    right: 18px;
  }

  body.is-case-lightbox-open {
    overflow: hidden;
  }

  .service-case-lightbox[hidden] {
    display: none;
  }

  .service-case-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    place-items: center;
    padding: 48px 90px;
    background: rgba(10, 16, 24, 0.9);
  }

  .service-case-lightbox > img {
    display: block;
    max-width: calc(100vw - 180px);
    max-height: calc(100vh - 96px);
    object-fit: contain;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  }

  .service-case-lightbox__close,
  .service-case-lightbox__control {
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .service-case-lightbox__close:hover,
  .service-case-lightbox__control:hover {
    background: #ff7a18;
    border-color: #ff7a18;
  }

  .service-case-lightbox__close {
    top: 24px;
    right: 28px;
  }

  .service-case-lightbox__control {
    top: 50%;
    transform: translateY(-50%);
  }

  .service-case-lightbox__control--prev {
    left: 28px;
  }

  .service-case-lightbox__control--next {
    right: 28px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__body {
    gap: 20px;
    padding: 38px;
    border-radius: 8px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__facts {
    display: block;
    margin-top: 2px;
    padding-top: 20px;
    border-top: 1px solid rgba(226, 230, 236, 0.96);
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__facts strong {
    display: block;
    margin-bottom: 12px;
    color: #172235;
    font-family: var(--heading);
    font-size: 1.08rem;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__facts .list-line {
    display: grid;
    gap: 8px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-hero__facts .list-line li {
    color: #667085;
    line-height: 1.7;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__body > .service-case-facts {
    display: none;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__panel {
    min-height: 260px;
    padding: 34px 38px 42px;
    border-radius: 8px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__richtext {
    color: #526071;
    font-size: 16px;
    line-height: 2;
  }

  body[data-page="cases"] .service-case-detail--redesigned.service-case-detail--has-richtext .service-case-detail__richtext {
    display: block;
  }

  body[data-page="cases"] .service-case-detail--redesigned.service-case-detail--has-richtext .service-case-detail__paragraphs {
    display: none;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__richtext p {
    margin: 0 0 16px;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__richtext p:last-child {
    margin-bottom: 0;
  }

  body[data-page="cases"] .service-case-detail--redesigned .service-case-detail__richtext img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px 0;
  }
}

/* Let the homepage office photo define its own height without letterbox bars. */
body[data-page="home"] .home-overview__media {
  display: block;
  align-self: center;
}

body[data-page="home"] .home-overview__media .showcase-panel {
  display: block;
  min-height: 0;
  height: auto;
  overflow: visible;
  background: transparent;
}

body[data-page="home"] .home-overview__media .showcase-panel::before {
  display: none;
}

body[data-page="home"] .home-overview__media .showcase-panel img {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1081px) {
  body[data-page="home"] .home-overview-section {
    padding-top: 120px;
    padding-bottom: 56px;
  }

  body[data-page="home"] .home-overview__content {
    min-height: 620px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    padding: 36px 0;
  }

  body[data-page="home"] .home-overview__metrics,
  body[data-page="home"] .home-overview__actions {
    margin-top: 0;
  }

  body[data-page="home"] .home-overview__media .showcase-panel,
  body[data-page="home"] .home-overview__media .showcase-panel img {
    min-height: 0;
    height: auto;
  }
}

/* Give the homepage case covers more visual weight on desktop. */
@media (min-width: 901px) {
  body[data-page="home"] .home-case-feature__media,
  body[data-page="home"] .home-case-card__media {
    flex: 0 0 255px;
    min-height: 255px;
  }
}

@media (min-width: 1600px) {
  body[data-page="home"] .home-case-feature__media,
  body[data-page="home"] .home-case-card__media {
    flex-basis: 345px;
    min-height: 345px;
  }
}

body[data-page="sitemap"] .site-footer .footer-meta {
  text-align: left;
}

/* News listing: featured story, filter tabs, and scannable article rows. */
body[data-page="news"] .news-page-toolbar-band,
body[data-page="news"] .news-page-shell {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-page="news"] .news-page-tab,
body[data-page="news"] .news-page-tab__count,
body[data-page="news"] .news-page-toolbar__crumb,
body[data-page="news"] .news-page-feature__eyebrow,
body[data-page="news"] .news-page-feature__body h2,
body[data-page="news"] .news-page-feature__meta,
body[data-page="news"] .news-page-feature__body p,
body[data-page="news"] .news-page-feature__more,
body[data-page="news"] .news-page-item__category,
body[data-page="news"] .news-page-item__body h3,
body[data-page="news"] .news-page-item__meta,
body[data-page="news"] .news-page-item__body p,
body[data-page="news"] .news-page-item__date,
body[data-page="news"] .news-page-pagination__btn {
  font-weight: 400;
  letter-spacing: 0;
}

body[data-page="news"] .news-hero__inner {
  justify-content: center;
}

body[data-page="news"] .news-hero__copy {
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

body[data-page="news"] .news-hero__copy p {
  margin-inline: auto;
}

body[data-page="news"] .news-page-toolbar-band {
  margin-bottom: 36px;
  border-bottom-color: #e4e8ed;
}

body[data-page="news"] .news-page-toolbar {
  min-height: 72px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body[data-page="news"] .news-page-toolbar__tabs {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body[data-page="news"] .news-page-tab {
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #555d67;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body[data-page="news"] .news-page-tab + .news-page-tab::before,
body[data-page="news"] .news-page-tab.is-active::after {
  content: none;
}

body[data-page="news"] .news-page-tab:hover {
  color: var(--inner-orange-deep);
  background: #fff8f2;
}

body[data-page="news"] .news-page-tab.is-active {
  border-color: #ffd5b7;
  background: #fff2e8;
  color: var(--inner-orange-deep);
}

body[data-page="news"] .news-page-tab__count {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #eef1f4;
  color: #777f89;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1;
}

body[data-page="news"] .news-page-tab.is-active .news-page-tab__count {
  background: #fff;
  color: var(--inner-orange-deep);
}

body[data-page="news"] .news-page-toolbar__crumb {
  flex: 0 1 auto;
  justify-content: flex-end;
  color: #7c848e;
  font-size: 0.9rem;
  white-space: normal;
  text-align: right;
}

body[data-page="news"] .news-page-toolbar__crumb::before {
  width: 14px;
  height: 19px;
  flex-basis: 14px;
}

body[data-page="news"] .news-page-shell {
  margin-bottom: 72px;
}

body[data-page="news"] .news-page-panel {
  padding-top: 0;
}

body[data-page="news"] .news-page-feature {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e1e6eb;
  border-left: 0;
  border-radius: 8px;
  background: #f7f9fb;
}

body[data-page="news"] .news-page-feature.has-media {
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

body[data-page="news"] .news-page-feature__media {
  min-width: 0;
  min-height: 380px;
  display: block;
  overflow: hidden;
  background: #e9edf1;
}

body[data-page="news"] .news-page-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

body[data-page="news"] .news-page-feature:hover .news-page-feature__media img {
  transform: scale(1.025);
}

body[data-page="news"] .news-page-feature__body {
  min-width: 0;
  padding: 42px 44px;
  align-content: center;
  gap: 17px;
}

body[data-page="news"] .news-page-feature__eyebrow,
body[data-page="news"] .news-page-item__category {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: var(--inner-orange-deep);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.2;
}

body[data-page="news"] .news-page-feature__eyebrow::before,
body[data-page="news"] .news-page-item__category::before {
  content: "";
  width: 18px;
  height: 2px;
  margin-right: 9px;
  background: var(--inner-orange);
}

body[data-page="news"] .news-page-feature__body h2 {
  font-size: 1.8rem;
  line-height: 1.45;
}

body[data-page="news"] .news-page-feature__body h2 a {
  color: inherit;
  text-decoration: none;
}

body[data-page="news"] .news-page-feature__body h2 a:hover {
  color: var(--inner-orange-deep);
}

body[data-page="news"] .news-page-feature__body p {
  color: #656e78;
  line-height: 1.85;
}

body[data-page="news"] .news-page-feature__meta,
body[data-page="news"] .news-page-item__meta {
  gap: 8px 18px;
  color: #8c949e;
  font-size: 0.84rem;
}

body[data-page="news"] .news-page-meta-chip::before {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  border: 0;
  background: #f0a06a;
}

body[data-page="news"] .news-page-feature__more {
  min-height: 42px;
  padding: 0 20px;
  border-color: var(--inner-orange);
  border-radius: 6px;
  color: var(--inner-orange-deep);
  font-weight: 400;
}

body[data-page="news"] .news-page-feature__more:hover {
  border-color: var(--inner-orange);
  background: var(--inner-orange);
  color: #fff;
}

body[data-page="news"] .news-page-list {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  background: transparent;
}

body[data-page="news"] .news-page-item {
  position: relative;
  min-width: 0;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 22px;
  align-items: center;
  border: 1px solid #e4e8ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 32, 43, 0.035);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body[data-page="news"] .news-page-item.has-media {
  grid-template-columns: 210px minmax(0, 1fr) 44px;
}

body[data-page="news"] .news-page-item:hover {
  transform: translateY(-2px);
  border-color: #f0c7aa;
  box-shadow: 0 14px 30px rgba(24, 32, 43, 0.075);
}

body[data-page="news"] .news-page-item__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #edf0f3;
}

body[data-page="news"] .news-page-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body[data-page="news"] .news-page-item:hover .news-page-item__media img {
  transform: scale(1.035);
}

body[data-page="news"] .news-page-item__body {
  min-width: 0;
  padding: 4px 0;
}

body[data-page="news"] .news-page-item__category {
  margin-bottom: 8px;
  font-size: 0.76rem;
}

body[data-page="news"] .news-page-item__category::before {
  width: 12px;
  margin-right: 7px;
}

body[data-page="news"] .news-page-item__body h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.55;
}

body[data-page="news"] .news-page-item__body p {
  margin-top: 9px;
  display: -webkit-box;
  overflow: hidden;
  color: #6c747e;
  font-size: 0.9rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="news"] .news-page-item__arrow {
  width: 42px;
  height: 42px;
  border-color: #f1d6c2;
  color: var(--inner-orange);
  font-size: 1.2rem;
}

body[data-page="news"] .news-page-item:hover .news-page-item__arrow,
body[data-page="news"] .news-page-item__arrow:hover {
  transform: translateX(3px);
  border-color: var(--inner-orange);
  background: #fff4eb;
  color: var(--inner-orange-deep);
}

body[data-page="news"] .news-page-item.is-placeholder {
  grid-template-columns: 96px minmax(0, 1fr) 44px;
}

body[data-page="news"] .news-page-item.is-placeholder .news-page-item__date {
  padding: 12px 8px;
}

body[data-page="news"] .news-page-item.is-placeholder .news-page-item__date strong {
  font-size: 2.2rem;
  font-weight: 400;
}

body[data-page="news"] .news-page-pagination {
  gap: 10px;
  margin-top: 30px;
}

body[data-page="news"] .news-page-pagination__btn {
  min-width: 40px;
  height: 40px;
  border-color: #dfe4e8;
  border-radius: 6px;
  color: #5d6570;
  cursor: pointer;
}

body[data-page="news"] .news-page-pagination__btn:hover {
  border-color: var(--inner-orange);
  color: var(--inner-orange-deep);
}

body[data-page="news"] .news-page-pagination__btn.is-active {
  border-color: var(--inner-orange);
  background: var(--inner-orange);
  color: #fff;
}

@media (min-width: 761px) {
  body[data-page="news"] .news-page-feature.has-media {
    height: 250px;
    min-height: 250px;
  }

  body[data-page="news"] .news-page-feature__media {
    height: 250px;
    min-height: 0;
  }

  body[data-page="news"] .news-page-feature__body {
    padding: 24px 34px;
    gap: 10px;
  }

  body[data-page="news"] .news-page-feature__body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 1080px) {
  body[data-page="news"] .news-page-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body[data-page="news"] .news-page-toolbar__crumb {
    justify-content: flex-start;
    text-align: left;
  }

  body[data-page="news"] .news-page-feature.has-media {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  body[data-page="news"] .news-page-feature__body {
    padding: 20px 24px;
  }

  body[data-page="news"] .news-page-feature__body h2 {
    font-size: 1.45rem;
  }

  body[data-page="news"] .news-page-item.has-media {
    grid-template-columns: 180px minmax(0, 1fr) 40px;
    gap: 18px;
  }
}

@media (max-width: 760px) {
  body[data-page="news"] .news-page-toolbar-band {
    width: 100%;
    margin-bottom: 20px;
  }

  body[data-page="news"] .news-page-toolbar {
    width: calc(100% - 24px);
    min-height: 0;
    padding: 12px 0;
  }

  body[data-page="news"] .news-page-toolbar__tabs {
    width: 100%;
    padding-bottom: 2px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body[data-page="news"] .news-page-toolbar__tabs::-webkit-scrollbar {
    display: none;
  }

  body[data-page="news"] .news-page-toolbar__crumb {
    font-size: 0.8rem;
  }

  body[data-page="news"] .news-page-shell {
    width: calc(100% - 24px);
    margin-bottom: 44px;
  }

  body[data-page="news"] .news-page-feature.has-media {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body[data-page="news"] .news-page-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body[data-page="news"] .news-page-feature__body {
    padding: 24px 20px 26px;
    gap: 13px;
  }

  body[data-page="news"] .news-page-feature__body h2 {
    font-size: 1.38rem;
  }

  body[data-page="news"] .news-page-feature__body p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  body[data-page="news"] .news-page-list {
    gap: 14px;
    margin-top: 16px;
  }

  body[data-page="news"] .news-page-item,
  body[data-page="news"] .news-page-item.has-media,
  body[data-page="news"] .news-page-item.is-placeholder {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
  }

  body[data-page="news"] .news-page-item__media {
    border-radius: 0;
    aspect-ratio: 16 / 9;
  }

  body[data-page="news"] .news-page-item__body {
    padding: 18px 52px 20px 18px;
  }

  body[data-page="news"] .news-page-item__body h3 {
    font-size: 1rem;
  }

  body[data-page="news"] .news-page-item__body p {
    font-size: 0.86rem;
  }

  body[data-page="news"] .news-page-item__arrow {
    position: absolute;
    right: 14px;
    bottom: 16px;
    width: 36px;
    height: 36px;
  }

  body[data-page="news"] .news-page-item.is-placeholder .news-page-item__date {
    margin: 16px 18px 0;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="news"] .news-page-feature__media img,
  body[data-page="news"] .news-page-item__media img,
  body[data-page="news"] .news-page-item {
    transition: none;
  }
}

/* Center the contact page banner copy without changing other inner pages. */
body[data-page="contact"] .page-hero-shell {
  justify-items: center;
  text-align: center;
}

body[data-page="contact"] .page-hero .section-title {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

body[data-page="contact"] .page-hero .section-intro {
  width: min(780px, 100%);
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

/* Center the sitemap page banner copy without changing the sitemap cards. */
body[data-page="sitemap"] .page-hero-shell {
  justify-items: center;
  text-align: center;
}

body[data-page="sitemap"] .page-hero .section-title {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

body[data-page="sitemap"] .page-hero .section-intro {
  width: min(780px, 100%);
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

body[data-page="sitemap"] .sitemap-grid > .sitemap-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* Page-entry greeting that hands off to the existing live-chat widget. */
.member-chat-welcome {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 44;
  width: min(400px, calc(100vw - 32px));
  min-height: 176px;
  padding: 54px 30px 20px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 20px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(30, 41, 59, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.member-chat-welcome[hidden] {
  display: none !important;
}

.member-chat-welcome.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.member-chat-welcome.is-minimizing {
  pointer-events: none;
  animation: member-chat-welcome-minimize 0.54s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.member-chat-welcome__avatar {
  position: absolute;
  top: -38px;
  left: 50%;
  width: 76px;
  height: 76px;
  padding: 3px;
  border: 2px solid #8b5cf6;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(76, 29, 149, 0.16);
}

.member-chat-welcome__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: 61% 26%;
}

.member-chat-welcome__avatar span {
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22c55e;
}

.member-chat-welcome__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.member-chat-welcome__close:hover,
.member-chat-welcome__close:focus-visible {
  color: #111827;
}

.member-chat-welcome p {
  width: min(260px, 100%);
  margin: 0;
  color: #27272a;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.member-chat-welcome__action {
  min-width: 114px;
  min-height: 34px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #8b5cf6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 9px 20px rgba(124, 58, 237, 0.22);
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.member-chat-welcome__action:hover {
  background: #7c3aed;
  transform: translateY(-1px);
}

.member-chat-welcome__action:focus-visible,
.member-chat-welcome__close:focus-visible {
  outline: 3px solid rgba(139, 92, 246, 0.3);
  outline-offset: 2px;
}

@keyframes member-chat-welcome-minimize {
  0% {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  72% {
    opacity: 0.72;
  }
  100% {
    left: calc(100% - 64px);
    top: calc(100% - 64px);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.16);
  }
}

/* Keep live chat prominent and independent from the secondary utility rail. */
.member-chat-launcher {
  --chat-float-distance: -6px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 42;
  width: 80px;
  min-height: 80px;
  padding: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff923d 0%, #ff642f 48%, #e9441c 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 32px rgba(225, 76, 25, 0.34), 0 0 0 5px rgba(255, 124, 53, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation:
    member-chat-launcher-float 3.4s ease-in-out infinite,
    member-chat-launcher-gradient 6.8s ease-in-out infinite;
  will-change: translate, background-position;
}

.member-chat-launcher::before,
.member-chat-launcher::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border: 2px solid rgba(255, 112, 54, 0.58);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: member-chat-launcher-ripple 3.2s ease-out infinite;
}

.member-chat-launcher::after {
  animation-delay: 1.6s;
}

.member-chat-launcher:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 38px rgba(225, 76, 25, 0.4), 0 0 0 7px rgba(255, 124, 53, 0.14);
}

.member-chat-launcher:focus-visible {
  outline: 3px solid rgba(255, 132, 72, 0.42);
  outline-offset: 6px;
}

.member-chat-launcher .floating-action__glyph,
.member-chat-launcher .floating-action__glyph svg {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.member-chat-launcher .floating-action__glyph--chat {
  position: relative;
  z-index: 1;
  transform-origin: center;
  animation: member-chat-launcher-icon 4.8s ease-in-out infinite;
}

.member-chat-launcher .floating-action__text {
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.member-chat-launcher .floating-action__badge {
  top: -3px;
  right: -2px;
  z-index: 3;
}

@keyframes member-chat-launcher-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 var(--chat-float-distance);
  }
}

@keyframes member-chat-launcher-gradient {
  0%,
  100% {
    background-position: 15% 20%;
  }
  50% {
    background-position: 85% 80%;
  }
}

@keyframes member-chat-launcher-ripple {
  0% {
    scale: 0.92;
    opacity: 0;
  }
  18% {
    opacity: 0.5;
  }
  72%,
  100% {
    scale: 1.22;
    opacity: 0;
  }
}

@keyframes member-chat-launcher-icon {
  0%,
  64%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  70% {
    transform: rotate(-8deg) scale(1.08);
  }
  76% {
    transform: rotate(8deg) scale(1.08);
  }
  82% {
    transform: rotate(0deg) scale(1);
  }
}

.member-chat {
  right: 120px;
  bottom: 24px;
}

@media (max-width: 760px) {
  .member-chat-welcome {
    width: calc(100vw - 28px);
    min-height: 168px;
    padding: 50px 24px 18px;
  }

  .member-chat-welcome.is-minimizing {
    animation-name: member-chat-welcome-minimize-mobile;
  }

  .floating-rail {
    right: 10px;
    top: auto;
    bottom: 98px;
    grid-auto-flow: row;
    transform: none;
  }

  .member-chat-launcher {
    --chat-float-distance: -4px;
    right: 10px;
    bottom: 14px;
    width: 68px;
    min-height: 68px;
    padding: 8px;
  }

  .member-chat-launcher .floating-action__glyph,
  .member-chat-launcher .floating-action__glyph svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .member-chat-launcher .floating-action__text {
    font-size: 10px;
  }

  .member-chat {
    right: 12px;
    left: 12px;
    bottom: 96px;
  }
}

@keyframes member-chat-welcome-minimize-mobile {
  0% {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  72% {
    opacity: 0.72;
  }
  100% {
    left: calc(100% - 44px);
    top: calc(100% - 48px);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-chat-launcher,
  .member-chat-launcher::before,
  .member-chat-launcher::after,
  .member-chat-launcher .floating-action__glyph--chat {
    animation: none !important;
  }

  .member-chat-launcher {
    translate: 0 0;
  }
}

/* Refined company profile: image-led hero, concise capability grid, and a strong culture close. */
body[data-page="about"] .about-page {
  --about-ink: #242a30;
  --about-muted: #68727b;
  --about-line: #dfe4e8;
  --about-surface: #f4f6f7;
  --about-accent: #ef6b24;
  background: #fff;
}

body[data-page="about"] .about-page .page-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  isolation: isolate;
  background: #1f252a;
}

body[data-page="about"] .about-page .page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: min(25vw, 340px);
  height: 3px;
  background: var(--about-accent);
}

body[data-page="about"] .page-hero .about-intro-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: #252a2f;
  box-shadow: none;
}

body[data-page="about"] .page-hero .about-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 21, 25, 0.92) 0%, rgba(17, 21, 25, 0.74) 38%, rgba(17, 21, 25, 0.28) 70%, rgba(17, 21, 25, 0.2) 100%),
    linear-gradient(0deg, rgba(17, 21, 25, 0.4), transparent 54%);
}

body[data-page="about"] .page-hero .about-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  transform: scale(1.01);
}

body[data-page="about"] .about-page .page-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--inner-shell);
  min-height: 480px;
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  place-items: center start;
  text-align: left;
}

body[data-page="about"] .about-hero-copy {
  max-width: 760px;
  padding-left: 28px;
  border-left: 3px solid var(--about-accent);
}

body[data-page="about"] .about-page .page-hero .eyebrow {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ff9b62;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body[data-page="about"] .about-page .page-hero .section-title {
  max-width: 760px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.24);
}

body[data-page="about"] .about-page .page-hero .section-intro {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.85;
}

body[data-page="about"] .about-page > .about-overview {
  width: var(--inner-shell);
  margin: 0 auto;
  padding: 92px 0 0;
}

body[data-page="about"] .about-intro-grid,
body[data-page="about"] .about-intro-copy {
  display: block;
  min-height: 0;
}

body[data-page="about"] .about-intro-copy .section-head {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

body[data-page="about"] .about-intro-copy .section-head .eyebrow {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--about-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body[data-page="about"] .about-intro-copy .section-head .eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

body[data-page="about"] .about-intro-copy .section-head .section-title {
  grid-column: 1;
  grid-row: 2;
  width: auto;
  margin: 16px 0 0;
  padding: 0;
  color: var(--about-ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

body[data-page="about"] .about-intro-copy .section-head .section-title::after {
  display: none;
}

body[data-page="about"] .about-intro-copy .section-head .about-intro-narrative {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: none;
  margin: 0;
  padding: 4px 0 2px clamp(36px, 4vw, 60px);
  border-left: 1px solid var(--about-line);
  color: var(--about-muted);
  font-size: 17px;
  line-height: 2;
}

body[data-page="about"] .about-intro-narrative p {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

body[data-page="about"] .about-intro-narrative p + p {
  margin-top: 14px;
}

body[data-page="about"] .about-overview__metrics {
  margin: 64px 0 86px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

body[data-page="about"] .about-overview__metrics .metric {
  min-height: 132px;
  padding: 28px 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 0;
  border-right: 1px solid var(--about-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

body[data-page="about"] .about-overview__metrics .metric:last-child {
  border-right: 0;
}

body[data-page="about"] .about-overview__metrics .metric strong {
  margin: 0;
  color: var(--about-accent);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="about"] .about-overview__metrics .metric span {
  color: #747e87;
  font-size: 14px;
  line-height: 1.4;
}

body[data-page="about"] .about-intro-details {
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.85;
}

body[data-page="about"] .about-business-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

body[data-page="about"] .about-business-heading > span {
  min-width: 38px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 107, 36, 0.45);
  color: var(--about-accent);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body[data-page="about"] .about-intro-details h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

body[data-page="about"] .about-business-list {
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  counter-reset: about-business;
}

body[data-page="about"] .about-business-list li {
  position: relative;
  isolation: isolate;
  min-height: 224px;
  margin: 0;
  padding: 42px 30px 30px;
  overflow: hidden;
  counter-increment: about-business;
  border: 1px solid #e1e5e8;
  border-radius: 4px;
  background: #fff;
  color: #707a83;
  font-size: 15px;
  line-height: 1.85;
  box-shadow: 0 12px 28px rgba(30, 38, 45, 0.05);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body[data-page="about"] .about-business-list strong::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 0%, var(--about-accent) 46%, var(--about-accent) 54%, transparent 100%) -84px 0 / 84px 2px no-repeat,
    linear-gradient(180deg, transparent 0%, var(--about-accent) 46%, var(--about-accent) 54%, transparent 100%) 100% -58px / 2px 58px no-repeat,
    linear-gradient(270deg, transparent 0%, var(--about-accent) 46%, var(--about-accent) 54%, transparent 100%) calc(100% + 84px) 100% / 84px 2px no-repeat,
    linear-gradient(0deg, transparent 0%, var(--about-accent) 46%, var(--about-accent) 54%, transparent 100%) 0 calc(100% + 58px) / 2px 58px no-repeat;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(239, 107, 36, 0.72));
  transition: opacity 0.24s ease;
}

body[data-page="about"] .about-business-list li:hover strong::before {
  opacity: 1;
  animation: about-business-border-run 2.2s linear infinite;
}

@keyframes about-business-border-run {
  0% {
    background-position: -84px 0, 100% -58px, calc(100% + 84px) 100%, 0 calc(100% + 58px);
  }
  25% {
    background-position: calc(100% + 84px) 0, 100% -58px, calc(100% + 84px) 100%, 0 calc(100% + 58px);
  }
  25.01% {
    background-position: calc(100% + 84px) 0, 100% -58px, calc(100% + 84px) 100%, 0 calc(100% + 58px);
  }
  50% {
    background-position: calc(100% + 84px) 0, 100% calc(100% + 58px), calc(100% + 84px) 100%, 0 calc(100% + 58px);
  }
  50.01% {
    background-position: calc(100% + 84px) 0, 100% calc(100% + 58px), calc(100% + 84px) 100%, 0 calc(100% + 58px);
  }
  75% {
    background-position: calc(100% + 84px) 0, 100% calc(100% + 58px), -84px 100%, 0 calc(100% + 58px);
  }
  75.01% {
    background-position: calc(100% + 84px) 0, 100% calc(100% + 58px), -84px 100%, 0 calc(100% + 58px);
  }
  100% {
    background-position: calc(100% + 84px) 0, 100% calc(100% + 58px), -84px 100%, 0 -58px;
  }
}

body[data-page="about"] .about-business-list li::before {
  content: counter(about-business, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 20px;
  color: #a0a8af;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body[data-page="about"] .about-business-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 3px;
  background: var(--about-accent);
}

body[data-page="about"] .about-business-list li:hover {
  transform: translateY(-4px);
  border-color: #d6dade;
  box-shadow: 0 18px 36px rgba(30, 38, 45, 0.09);
}

body[data-page="about"] .about-business-list strong {
  display: block;
  margin: 0 0 13px;
  color: var(--about-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

body[data-page="about"] .about-core-band {
  margin: 28px 0 96px;
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  border-radius: 4px;
  background:
    linear-gradient(110deg, rgba(239, 107, 36, 0.12), transparent 32%),
    #22282d;
  box-shadow: inset 3px 0 0 var(--about-accent);
}

body[data-page="about"] .about-core-band__index {
  color: #ff9257;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body[data-page="about"] .about-core-strength {
  margin: 0;
  color: #c5cbd0;
  font-size: 16px;
  line-height: 1.9;
}

body[data-page="about"] .about-core-strength strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

body[data-page="about"] .about-page > .about-culture {
  width: 100%;
  margin: 0;
  padding: 78px 0 88px;
  background:
    linear-gradient(120deg, rgba(239, 107, 36, 0.09), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 88px),
    #20262b;
}

body[data-page="about"] .about-culture-inner {
  width: var(--inner-shell);
  margin: 0 auto;
}

body[data-page="about"] .about-culture .section-head {
  margin: 0 0 40px;
}

body[data-page="about"] .about-culture .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff945b;
  font-size: 14px;
  font-weight: 700;
}

body[data-page="about"] .about-culture .section-head .eyebrow::before,
body[data-page="about"] .about-culture .section-head .eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  margin: 0;
  background: currentColor;
}

body[data-page="about"] .about-culture .section-head .section-title {
  margin-top: 12px;
  color: #fff;
  font-size: 36px;
  line-height: 1.35;
}

body[data-page="about"] .about-culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  counter-reset: about-culture;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body[data-page="about"] .about-culture-card {
  position: relative;
  min-height: 210px;
  padding: 32px 26px;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 10px;
  overflow: hidden;
  counter-increment: about-culture;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.012);
  box-shadow: none;
  text-align: left;
}

body[data-page="about"] .about-culture-card:last-child {
  border-right: 0;
}

body[data-page="about"] .about-culture-card::before {
  content: counter(about-culture, decimal-leading-zero);
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(255, 255, 255, 0.26);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

body[data-page="about"] .about-culture-card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -1px;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, #ef6b24, rgba(239, 107, 36, 0.12));
}

body[data-page="about"] .about-culture-card__icon {
  position: relative;
  width: 62px;
  height: 62px;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(239, 107, 36, 0.56);
  background:
    linear-gradient(145deg, rgba(239, 107, 36, 0.18), transparent 55%),
    rgba(255, 255, 255, 0.025);
  color: #ff8a49;
  font-size: 22px;
  line-height: 1;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  box-shadow: inset 0 0 22px rgba(239, 107, 36, 0.07);
  transition: color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

body[data-page="about"] .about-culture-card__icon::before,
body[data-page="about"] .about-culture-card__icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  pointer-events: none;
}

body[data-page="about"] .about-culture-card__icon::before {
  top: 6px;
  left: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

body[data-page="about"] .about-culture-card__icon::after {
  right: 6px;
  bottom: 6px;
  border-right: 1px solid rgba(239, 107, 36, 0.68);
  border-bottom: 1px solid rgba(239, 107, 36, 0.68);
}

body[data-page="about"] .about-culture-card__icon svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body[data-page="about"] .about-culture-card:hover .about-culture-card__icon {
  color: #fff;
  transform: translateY(-3px);
  background:
    linear-gradient(145deg, rgba(239, 107, 36, 0.3), transparent 62%),
    rgba(255, 255, 255, 0.04);
}

body[data-page="about"] .about-culture-card h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

body[data-page="about"] .about-culture-card p {
  margin: 0;
  color: #adb6bd;
  font-size: 14px;
  line-height: 1.75;
}

body.site-ready[data-page="about"] .about-hero-copy {
  animation: about-hero-reveal 0.7s ease both;
}

@keyframes about-hero-reveal {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  body[data-page="about"] .about-page .page-hero,
  body[data-page="about"] .about-page .page-hero-shell {
    min-height: 420px;
  }

  body[data-page="about"] .about-page .page-hero .section-title {
    font-size: 44px;
  }

  body[data-page="about"] .about-intro-copy .section-head {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  body[data-page="about"] .about-intro-copy .section-head .eyebrow,
  body[data-page="about"] .about-intro-copy .section-head .section-title,
  body[data-page="about"] .about-intro-copy .section-head .about-intro-narrative {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="about"] .about-intro-copy .section-head .about-intro-narrative {
    margin-top: 30px;
    padding: 28px 0 0;
    border-top: 1px solid var(--about-line);
    border-left: 0;
  }

  body[data-page="about"] .about-business-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-culture-card:nth-child(2) {
    border-right: 0;
  }

  body[data-page="about"] .about-culture-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 600px) {
  body[data-page="about"] .about-page .page-hero,
  body[data-page="about"] .about-page .page-hero-shell {
    min-height: 360px;
  }

  body[data-page="about"] .page-hero .about-intro-media img {
    object-position: 54% 40%;
  }

  body[data-page="about"] .page-hero .about-intro-media::after {
    background:
      linear-gradient(90deg, rgba(17, 21, 25, 0.86), rgba(17, 21, 25, 0.46)),
      linear-gradient(0deg, rgba(17, 21, 25, 0.58), transparent 68%);
  }

  body[data-page="about"] .about-page .page-hero-shell {
    width: calc(100% - 32px);
    padding: 48px 0;
  }

  body[data-page="about"] .about-hero-copy {
    padding-left: 18px;
  }

  body[data-page="about"] .about-page .page-hero .eyebrow {
    font-size: 12px;
  }

  body[data-page="about"] .about-page .page-hero .section-title {
    margin: 14px 0 16px;
    font-size: 34px;
    line-height: 1.32;
  }

  body[data-page="about"] .about-page .page-hero .section-intro {
    font-size: 14px;
    line-height: 1.75;
  }

  body[data-page="about"] .about-page > .about-overview,
  body[data-page="about"] .about-culture-inner {
    width: calc(100% - 28px);
  }

  body[data-page="about"] .about-page > .about-overview {
    padding-top: 58px;
  }

  body[data-page="about"] .about-intro-copy .section-head .section-title {
    margin-top: 12px;
    font-size: 30px;
  }

  body[data-page="about"] .about-intro-copy .section-head .about-intro-narrative {
    margin-top: 24px;
    padding-top: 22px;
    font-size: 15px;
    line-height: 1.9;
  }

  body[data-page="about"] .about-overview__metrics {
    margin: 42px 0 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="about"] .about-overview__metrics .metric {
    min-height: 108px;
    padding: 20px 12px;
  }

  body[data-page="about"] .about-overview__metrics .metric:nth-child(2) {
    border-right: 0;
  }

  body[data-page="about"] .about-overview__metrics .metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--about-line);
  }

  body[data-page="about"] .about-overview__metrics .metric strong {
    font-size: 30px;
  }

  body[data-page="about"] .about-intro-details h3 {
    font-size: 27px;
  }

  body[data-page="about"] .about-business-list {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="about"] .about-business-list li {
    min-height: 0;
    padding: 36px 22px 24px;
    font-size: 14px;
    line-height: 1.8;
  }

  body[data-page="about"] .about-business-list strong {
    margin-bottom: 10px;
    font-size: 17px;
  }

  body[data-page="about"] .about-core-band {
    margin: 20px 0 64px;
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="about"] .about-core-strength {
    font-size: 14px;
    line-height: 1.85;
  }

  body[data-page="about"] .about-core-strength strong {
    font-size: 18px;
  }

  body[data-page="about"] .about-page > .about-culture {
    padding: 58px 0 64px;
  }

  body[data-page="about"] .about-culture .section-head {
    margin-bottom: 30px;
  }

  body[data-page="about"] .about-culture .section-head .section-title {
    font-size: 29px;
  }

  body[data-page="about"] .about-culture-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .about-culture-card {
    min-height: 0;
    padding: 24px 16px;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body[data-page="about"] .about-culture-card:last-child {
    border-bottom: 0;
  }

  body[data-page="about"] .about-culture-card__icon {
    width: 58px;
    height: 58px;
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
  }

  body[data-page="about"] .about-culture-card h3,
  body[data-page="about"] .about-culture-card p {
    grid-column: 2;
  }

  body[data-page="about"] .about-culture-card::after {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-ready[data-page="about"] .about-hero-copy {
    animation: none;
  }

  body[data-page="about"] .about-business-list li {
    transition: none;
  }

  body[data-page="about"] .about-business-list li:hover strong::before {
    animation: none;
  }
}

/* Subtle neutral divider that follows the header's charcoal typography. */
.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 1px;
  background: rgba(52, 56, 62, 0.1);
  pointer-events: none;
}

/* Homepage news: one clear lead story followed by non-duplicated supporting stories. */
body[data-page="home"] .home-news-section {
  min-height: 0;
  padding: 64px 0 72px;
  background: #f7f8fa;
}

body[data-page="home"] .home-news-heading {
  width: var(--home-shell);
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

body[data-page="home"] .home-news-heading .home-section-head {
  width: auto;
  margin: 0;
  align-items: flex-start;
  text-align: left;
}

body[data-page="home"] .home-news-heading .section-intro {
  max-width: 680px;
  margin: 0;
}

body[data-page="home"] .home-news-heading .home-news-actions {
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  justify-content: flex-end;
}

body[data-page="home"] .home-news-heading .home-news-actions .button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #dde2e7;
  border-radius: 6px;
  background: #fff;
  color: #30363d;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

body[data-page="home"] .home-news-heading .home-news-actions .button::after {
  content: "→";
  margin-left: 9px;
  color: var(--brand-orange);
  font-size: 16px;
}

body[data-page="home"] .home-news-heading .home-news-actions .button:hover {
  border-color: rgba(240, 94, 11, 0.5);
  color: var(--brand-orange-deep);
}

body[data-page="home"] .home-news-layout {
  width: var(--home-shell);
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

body[data-page="home"] .home-news-spotlight {
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 42, 54, 0.06);
}

body[data-page="home"] .home-news-spotlight__media {
  display: block;
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9edf1;
}

body[data-page="home"] .home-news-spotlight__media.is-fallback {
  background: #29333f;
}

body[data-page="home"] .home-news-spotlight__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body[data-page="home"] .home-news-spotlight:hover .home-news-spotlight__media img {
  transform: scale(1.025);
}

body[data-page="home"] .home-news-spotlight__body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 24px 24px;
}

body[data-page="home"] .home-news-spotlight__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #858d96;
  font-size: 12px;
}

body[data-page="home"] .home-news-spotlight__meta span {
  color: var(--brand-orange-deep);
  font-weight: 700;
}

body[data-page="home"] .home-news-spotlight__body h3 {
  margin: 0;
  color: #252c34;
  font-size: 22px;
  line-height: 1.45;
}

body[data-page="home"] .home-news-spotlight__body h3 a,
body[data-page="home"] .home-news-item__body h3 a {
  color: inherit;
}

body[data-page="home"] .home-news-spotlight__body p {
  margin: 0;
  color: #747d87;
  font-size: 14px;
  line-height: 1.75;
}

body[data-page="home"] .home-news-spotlight__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 2px;
  color: var(--brand-orange-deep);
  font-size: 13px;
  font-weight: 700;
}

body[data-page="home"] .home-news-list {
  min-height: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  gap: 14px;
  align-content: stretch;
}

body[data-page="home"] .home-news-item,
body[data-page="home"] .home-news-item.is-featured {
  min-height: 0;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(33, 42, 54, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body[data-page="home"] .home-news-item:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 94, 11, 0.28);
  box-shadow: 0 14px 28px rgba(33, 42, 54, 0.08);
}

body[data-page="home"] .home-news-item__date {
  align-self: stretch;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding-right: 16px;
  border-right: 1px solid #eceff2;
  color: var(--brand-orange-deep);
}

body[data-page="home"] .home-news-item__date strong {
  font-size: 28px;
  line-height: 1;
}

body[data-page="home"] .home-news-item__date span {
  color: #8a929b;
  font-size: 11px;
  white-space: nowrap;
}

body[data-page="home"] .home-news-item__body {
  min-width: 0;
}

body[data-page="home"] .home-news-item__category {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-orange-deep);
  font-size: 11px;
  font-weight: 700;
}

body[data-page="home"] .home-news-item__body h3 {
  margin: 0 0 8px;
  color: #29313a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

body[data-page="home"] .home-news-item__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: #79828c;
  font-size: 13px;
  line-height: 1.7;
}

body[data-page="home"] .home-news-item__arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e6ea;
  border-radius: 50%;
  background: #fff;
  color: #5d6670;
  font-size: 16px;
}

body[data-page="home"] .home-news-item:hover .home-news-item__arrow {
  border-color: var(--brand-orange);
  background: var(--brand-orange);
  color: #fff;
}

@media (max-width: 1080px) {
  body[data-page="home"] .home-news-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-news-list {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-news-section {
    padding: 46px 0 52px;
  }

  body[data-page="home"] .home-news-heading {
    margin-bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body[data-page="home"] .home-news-heading .home-news-actions {
    justify-content: flex-start;
  }

  body[data-page="home"] .home-news-spotlight__body {
    padding: 18px;
  }

  body[data-page="home"] .home-news-spotlight__body h3 {
    font-size: 19px;
  }

  body[data-page="home"] .home-news-item {
    grid-template-columns: 54px minmax(0, 1fr) 28px;
    gap: 12px;
    padding: 16px 14px;
  }

  body[data-page="home"] .home-news-item__date {
    padding-right: 10px;
  }

  body[data-page="home"] .home-news-item__date strong {
    font-size: 24px;
  }

  body[data-page="home"] .home-news-item__body h3 {
    font-size: 14px;
  }

  body[data-page="home"] .home-news-item__body p {
    font-size: 12px;
  }

  body[data-page="home"] .home-news-item__arrow {
    width: 28px;
    height: 28px;
  }
}

/* Homepage-wide visual rhythm and scale. */
body[data-page="home"] {
  --home-shell: 80%;
}

body[data-page="home"] .home-section-head {
  gap: 9px;
  margin-bottom: 30px;
}

body[data-page="home"] .home-section-kicker {
  color: #8a9199;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

body[data-page="home"] .home-section-title {
  color: #252c34;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0;
}

body[data-page="home"] .section-intro,
body[data-page="home"] .home-products-section .section-intro,
body[data-page="home"] .home-news-section .section-intro {
  max-width: 720px;
  color: #818994;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}

body[data-page="home"] .home-products-section {
  padding: 72px 0 78px;
  background: #f6f7f9;
}

body[data-page="home"] .home-business-grid {
  gap: 18px;
}

body[data-page="home"] .home-business-card {
  min-height: 238px;
  padding: 26px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-color: #e5e9ed;
  background: #fff;
  box-shadow: 0 8px 24px rgba(33, 42, 54, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body[data-page="home"] .home-business-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 94, 11, 0.24);
  box-shadow: 0 16px 32px rgba(33, 42, 54, 0.09);
}

body[data-page="home"] .home-business-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 26px;
}

body[data-page="home"] .home-business-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body[data-page="home"] .home-business-card h3 {
  margin-bottom: 10px;
  color: #2c333b;
  font-size: 19px;
  line-height: 1.4;
}

body[data-page="home"] .home-business-card p {
  min-height: 46px;
  margin-bottom: 14px;
  color: #737c86;
  font-size: 13px;
  line-height: 1.75;
}

body[data-page="home"] .home-business-card__meta {
  gap: 7px 26px;
  color: #858d96;
  font-size: 11px;
  line-height: 1.55;
}

body[data-page="home"] .home-business-card > a {
  margin-top: auto;
  padding-top: 16px;
  color: #4e5761;
  font-size: 13px;
  font-weight: 600;
}

body[data-page="home"] .home-business-card > a:hover {
  color: var(--brand-orange-deep);
}

body[data-page="home"] .home-overview-section {
  padding: 92px 0 76px;
  background: #fff;
}

body[data-page="home"] .home-overview {
  width: var(--home-shell);
  height: auto;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 72px;
  align-items: center;
}

body[data-page="home"] .home-overview__content {
  min-height: 0;
  height: auto;
  padding: 0;
  display: grid;
  align-content: center;
  justify-content: initial;
  gap: 20px;
}

body[data-page="home"] .home-overview__eyebrow {
  color: #252c34;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

body[data-page="home"] .home-overview__title {
  color: var(--brand-orange-deep);
  font-size: 17px;
  line-height: 1.6;
}

body[data-page="home"] .home-overview__lead,
body[data-page="home"] .home-overview__body {
  color: #707985;
  font-size: 15px;
  line-height: 1.9;
}

body[data-page="home"] .home-overview__metrics {
  gap: 20px;
  margin-top: 2px;
  padding-top: 4px;
}

body[data-page="home"] .home-overview__metric strong {
  color: var(--brand-orange);
  font-size: 31px;
  line-height: 1.2;
}

body[data-page="home"] .home-overview__metric span {
  margin-top: 5px;
  color: #818994;
  font-size: 13px;
  line-height: 1.6;
}

body[data-page="home"] .home-overview__actions {
  gap: 12px;
  margin-top: 2px;
}

body[data-page="home"] .home-overview__actions .button {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
}

body[data-page="home"] .home-overview__media .showcase-panel,
body[data-page="home"] .home-overview__media .showcase-panel img {
  border-radius: 8px;
}

body[data-page="home"] .home-overview__media .showcase-panel img {
  box-shadow: 0 18px 42px rgba(33, 42, 54, 0.11);
}

body[data-page="home"] .home-news-section {
  padding-top: 72px;
  padding-bottom: 78px;
}

body[data-page="home"] .home-news-heading {
  margin-bottom: 32px;
}

body[data-page="home"] .home-inquiry-section {
  min-height: 0;
  background: #272d34;
}

body[data-page="home"] .home-cta-band {
  min-height: 260px;
  padding: 62px 24px;
  gap: 12px;
  background: #272d34;
}

body[data-page="home"] .home-cta-band__eyebrow {
  color: #fff;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: 0;
}

body[data-page="home"] .home-cta-band p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

body[data-page="home"] .home-cta-band .button,
body[data-page="home"] .home-cta-band .button.primary {
  min-height: 44px;
  margin-top: 6px;
  padding: 0 22px;
  border: 1px solid var(--brand-orange);
  border-radius: 6px;
  background: var(--brand-orange);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(240, 94, 11, 0.22);
}

body[data-page="home"] .home-cta-band .button:hover {
  background: var(--brand-orange-deep);
  border-color: var(--brand-orange-deep);
}

body[data-page="home"] .site-footer .footer-shell {
  width: var(--home-shell);
  padding-top: 50px;
}

body[data-page="home"] .site-footer .footer-top {
  min-height: 0;
  padding-bottom: 52px;
}

body[data-page="home"] .site-footer .footer-bottom {
  padding-top: 22px;
  padding-bottom: 24px;
}

body[data-page="home"] .site-header.is-solid {
  background: rgba(255, 255, 255, 0.68) !important;
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  box-shadow: 0 8px 24px rgba(33, 42, 54, 0.12);
}

@media (min-width: 1081px) {
  body[data-page="home"] .header-shell {
    width: var(--home-shell);
    gap: 18px;
  }

  body[data-page="home"] .site-nav {
    gap: 24px;
  }

  body[data-page="home"] .site-nav a {
    color: #30343a;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  body[data-page="home"] .home-banner,
  body[data-page="home"] .home-banner.hero,
  body[data-page="home"] .home-banner .hero-track {
    min-height: clamp(560px, calc(100vh - var(--site-header-height) - 80px), 650px) !important;
    height: clamp(560px, calc(100vh - var(--site-header-height) - 80px), 650px) !important;
  }

  body[data-page="home"] .hero-kicker,
  body[data-page="home"] .hero-title,
  body[data-page="home"] .hero-summary {
    letter-spacing: 0;
  }

  body[data-page="home"] .home-banner .hero-free-copy .hero-title {
    line-height: 0.9;
    text-wrap: balance;
  }
}

@media (min-width: 1081px) and (max-width: 1360px) {
  body[data-page="home"] .header-shell {
    gap: 14px;
  }

  body[data-page="home"] .brand {
    gap: 8px;
  }

  body[data-page="home"] .brand-mark {
    width: 48px;
    height: 48px;
  }

  body[data-page="home"] .brand-name {
    font-size: 22px;
  }

  body[data-page="home"] .site-nav {
    gap: 16px;
  }

  body[data-page="home"] .site-nav a {
    font-size: 14px;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  body[data-page="home"] .brand-name {
    display: none;
  }
}

@media (max-width: 1080px) {
  body[data-page="home"] {
    --home-shell: min(760px, calc(100% - 48px));
  }

  body[data-page="home"] .home-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .home-overview {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body[data-page="home"] .home-overview__media {
    order: 1;
  }

  body[data-page="home"] .home-overview__content {
    order: 2;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] {
    --home-shell: calc(100% - 28px);
  }

  body[data-page="home"] .home-section-head {
    margin-bottom: 24px;
  }

  body[data-page="home"] .home-section-kicker {
    font-size: 12px;
  }

  body[data-page="home"] .home-section-title {
    font-size: 28px;
  }

  body[data-page="home"] .section-intro,
  body[data-page="home"] .home-products-section .section-intro,
  body[data-page="home"] .home-news-section .section-intro {
    font-size: 13px;
  }

  body[data-page="home"] .home-products-section {
    padding: 54px 0 58px;
  }

  body[data-page="home"] .home-business-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="home"] .home-business-card {
    min-height: 0;
    padding: 20px 20px 18px;
  }

  body[data-page="home"] .home-business-card__icon {
    width: 50px;
    height: 50px;
    padding: 9px;
  }

  body[data-page="home"] .home-business-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body[data-page="home"] .home-business-card__icon {
    margin-bottom: 10px;
  }

  body[data-page="home"] .home-business-card h3 {
    margin-bottom: 7px;
    font-size: 18px;
  }

  body[data-page="home"] .home-business-card p {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
  }

  body[data-page="home"] .home-business-card__meta {
    gap: 5px 20px;
    font-size: 11px;
    line-height: 1.4;
  }

  body[data-page="home"] .home-business-card > a {
    padding-top: 10px;
  }

  body[data-page="home"] .home-overview-section {
    padding: 62px 0 58px;
  }

  body[data-page="home"] .home-overview {
    gap: 32px;
  }

  body[data-page="home"] .home-overview__content {
    gap: 17px;
  }

  body[data-page="home"] .home-overview__eyebrow {
    font-size: 29px;
  }

  body[data-page="home"] .home-overview__title {
    font-size: 15px;
  }

  body[data-page="home"] .home-overview__lead,
  body[data-page="home"] .home-overview__body {
    font-size: 14px;
    line-height: 1.85;
  }

  body[data-page="home"] .home-overview__metric strong {
    font-size: 27px;
  }

  body[data-page="home"] .home-overview__metric span {
    font-size: 12px;
  }

  body[data-page="home"] .home-news-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  body[data-page="home"] .home-cta-band {
    min-height: 250px;
    padding: 54px 22px;
  }

  body[data-page="home"] .home-cta-band__eyebrow {
    font-size: 28px;
  }

  body[data-page="home"] .home-cta-band p {
    font-size: 13px;
  }

  body[data-page="home"] .site-footer .footer-shell {
    width: calc(100% - 32px);
    padding-top: 34px;
  }

  body[data-page="home"] .site-footer .footer-top {
    gap: 14px;
    padding-bottom: 20px;
  }

  body[data-page="home"] .site-footer .footer-note {
    margin-bottom: 14px;
  }

  body[data-page="home"] .site-footer .footer-bottom {
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .floating-rail {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 12px;
    grid-auto-flow: column;
    transform: none;
  }
}

/* Shared utility bar above the primary site navigation. */
:root {
  --site-header-offset: var(--site-header-height);
  --site-topbar-height: 52px;
}

body[data-page] {
  padding-top: var(--site-header-offset, var(--site-header-height));
}

.site-topbar {
  width: 100%;
  height: var(--site-topbar-height);
  background: #3f4a60;
  color: #fff;
}

.site-topbar__inner {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.site-topbar__link {
  min-width: 0;
  height: 34px;
  padding: 0 16px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

button.site-topbar__link {
  cursor: pointer;
}

.site-topbar__member-auth {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.site-topbar__member {
  font-weight: 600;
}

.site-topbar__member-name {
  max-width: 150px;
  padding: 0 12px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-topbar__logout {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.site-topbar__link:hover {
  color: #fff;
}

.site-topbar__divider {
  width: 1px;
  height: 20px;
  flex: 0 0 1px;
  background: rgba(255, 255, 255, 0.22);
}

.site-topbar__register {
  height: 34px;
  margin: 0 12px;
  padding: 0 10px;
  background: #ff7900;
  color: #fff;
}

.site-topbar__register:hover {
  background: #ec6f00;
}

.product-detail-anchor {
  top: calc(var(--site-header-offset, var(--site-header-height)) + 26px);
}

@media (max-width: 760px) {
  .site-topbar {
    display: none;
  }
}

/* Keep the homepage news heading centered independently of its action button. */
body[data-page="home"] .home-news-heading {
  position: relative;
  display: grid;
  justify-content: center;
  justify-items: center;
}

body[data-page="home"] .home-news-heading .home-section-head {
  width: min(680px, 100%);
  margin-inline: auto;
  align-items: center;
  justify-items: center;
  text-align: center;
}

body[data-page="home"] .home-news-heading .section-intro {
  margin-inline: auto;
  text-align: center;
}

body[data-page="home"] .home-news-heading .home-news-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 760px) {
  body[data-page="home"] .home-news-heading .home-news-actions {
    position: static;
    justify-content: center;
  }
}

/* Desktop mega menus for project services and application market. */
.site-mega-menu {
  display: none;
}

@media (min-width: 1081px) {
  .site-mega-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    border-top: 1px solid #e5e7eb;
    background: #f3f5f7;
    box-shadow: 0 22px 44px rgba(31, 42, 55, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .site-header.is-project-mega-open .site-project-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.is-app-mega-open .site-app-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-project-mega__inner {
    position: relative;
    width: min(calc(100% - 24px), 1760px);
    min-height: 334px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: clamp(230px, 16vw, 280px) minmax(0, 1fr) clamp(220px, 18vw, 280px);
    gap: clamp(24px, 2.4vw, 42px);
  }

  .site-project-mega__intro,
  .site-project-mega__support {
    padding: 38px 0 42px;
  }

  .site-project-mega__intro {
    padding-left: clamp(28px, 2vw, 36px);
    padding-right: clamp(28px, 2vw, 36px);
    background: #fff;
    box-shadow: -20vw 0 0 #fff;
  }

  .site-project-mega__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #f05e0b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .site-mega-menu h2 {
    margin: 0;
    color: #252b34;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .site-project-mega__intro p,
  .site-project-mega__support p {
    margin: 14px 0 0;
    color: #626b78;
    font-size: 13px;
    line-height: 1.85;
  }

  .site-project-mega__all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    color: #e95509;
    font-size: 13px;
    font-weight: 600;
    transition: gap 0.18s ease, color 0.18s ease;
  }

  .site-project-mega__all:hover {
    gap: 16px;
    color: #c94705;
  }

  .site-project-mega__groups {
    min-width: 0;
    padding: 38px 0 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    gap: 28px;
  }

  .site-project-mega__group {
    min-width: 0;
  }

  .site-project-mega__group-title {
    min-height: 32px;
    padding-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #d7dbe1;
    color: #ed5a0b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
  }

  .site-project-mega__group-title span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-project-mega__group-title span:last-child {
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
  }

  .site-project-mega__links {
    padding-top: 11px;
    display: grid;
    gap: 0;
  }

  .site-project-mega__links a,
  .site-project-mega__empty a {
    min-width: 0;
    padding: 7px 0;
    color: #656e7b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.16s ease, padding-left 0.16s ease;
  }

  .site-project-mega__links a:hover,
  .site-project-mega__empty a:hover {
    padding-left: 4px;
    color: #e95509;
  }

  .site-project-mega__empty {
    grid-column: 1 / -1;
  }

  .site-project-mega__support {
    padding-left: clamp(18px, 1.6vw, 28px);
    border-left: 1px solid #dfe3e8;
  }

  .site-project-mega__support ul {
    margin: 23px 0 0;
    padding: 0;
    display: grid;
    gap: 18px;
    list-style: none;
  }

  .site-project-mega__support li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #505a68;
    font-size: 13px;
    line-height: 1.5;
  }

  .site-project-mega__support li > span {
    position: relative;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border: 1px solid rgba(240, 94, 11, 0.34);
    background: #fff;
  }

  .site-project-mega__support li > span::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #f05e0b;
    border-left: 2px solid #f05e0b;
    transform: rotate(-45deg);
  }

  body[data-page] .site-header.is-project-mega-open .site-nav a[data-project-mega-trigger] {
    background: #fff4eb;
    color: #e95509;
  }

  body[data-page] .site-header.is-app-mega-open .site-nav a[data-app-mega-trigger] {
    background: #fff4eb;
    color: #e95509;
  }

  .site-mega-menu a:focus-visible {
    outline: 2px solid rgba(240, 94, 11, 0.5);
    outline-offset: 3px;
  }
}

@media (max-width: 1080px) {
  .site-mega-menu {
    display: none !important;
  }
}

/* Present live chat as a centered dialog instead of a corner-attached panel. */
.member-chat {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(560px, calc(100% - 48px));
  max-height: min(720px, calc(100dvh - 48px));
  transform: translate(-50%, -50%);
}

@media (max-width: 760px) {
  .member-chat {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    transform: translate(-50%, -50%);
  }

  .member-chat__header {
    padding: 18px 18px 16px;
  }

  .member-chat__feedback {
    margin: 12px 16px 0;
  }

  .member-chat__auth,
  .member-chat__conversation {
    padding: 16px;
  }

  .member-chat__auth-shell {
    gap: 16px;
  }

  .member-chat__intro-panel,
  .member-chat__form-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .member-chat__intro strong {
    font-size: 1.12rem;
  }

  .member-chat__messages {
    max-height: min(36vh, 300px);
  }
}

/* Homepage promise strip: a four-step service commitment between About and Cases. */
.home-promise-section {
  width: 100%;
  padding: 64px 0 72px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.home-promise-shell {
  width: var(--home-shell);
  margin: 0 auto;
}

.home-promise-heading {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.home-promise-kicker {
  color: #8e949b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.home-promise-title {
  margin: 0;
  color: #262b31;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-promise-title em {
  color: var(--brand-orange);
  font-style: normal;
}

.home-promise-intro {
  margin: 0;
  color: #92979d;
  font-size: 12px;
  line-height: 1.7;
}

.home-promise-intro strong {
  color: var(--brand-orange);
  font-weight: 700;
}

.home-promise-grid {
  position: relative;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.home-promise-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, #f2cdb7, #dce3e8 34%, #dce3e8 66%, #f2cdb7);
}

.home-promise-item {
  --promise-accent: #ef6b24;
  --promise-accent-rgb: 239, 107, 36;
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
}

.home-promise-item:nth-child(2) {
  --promise-accent: #1677a8;
  --promise-accent-rgb: 22, 119, 168;
}

.home-promise-item:nth-child(3) {
  --promise-accent: #21834a;
  --promise-accent-rgb: 33, 131, 74;
}

.home-promise-item:nth-child(4) {
  --promise-accent: #d34c34;
  --promise-accent-rgb: 211, 76, 52;
}

.home-promise-visual {
  position: relative;
  min-height: 96px;
  display: grid;
  place-items: start center;
}

.home-promise-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: -1;
  width: 92px;
  height: 14px;
  border: 1px solid rgba(var(--promise-accent-rgb), 0.2);
  border-radius: 3px;
  background: linear-gradient(180deg, #fff, rgba(var(--promise-accent-rgb), 0.08));
  box-shadow: 0 7px 14px rgba(24, 32, 40, 0.06);
  transform: translateX(-50%) perspective(50px) rotateX(28deg);
}

.home-promise-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--promise-accent-rgb), 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff 0%, rgba(var(--promise-accent-rgb), 0.08) 100%);
  color: var(--promise-accent);
  box-shadow: 0 14px 28px rgba(24, 32, 40, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-promise-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-promise-index {
  position: absolute;
  top: -9px;
  left: calc(50% + 25px);
  z-index: 2;
  min-width: 28px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--promise-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.home-promise-item h3 {
  min-height: 52px;
  max-width: 245px;
  margin: 14px auto 8px;
  color: #30353a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.home-promise-item p {
  max-width: 270px;
  margin: 0 auto;
  color: #858b92;
  font-size: 12px;
  line-height: 1.9;
}

.home-promise-item:hover .home-promise-icon {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(var(--promise-accent-rgb), 0.17);
}

body.site-ready .home-promise-item {
  animation: home-promise-reveal 0.55s ease both;
}

body.site-ready .home-promise-item:nth-child(2) { animation-delay: 0.08s; }
body.site-ready .home-promise-item:nth-child(3) { animation-delay: 0.16s; }
body.site-ready .home-promise-item:nth-child(4) { animation-delay: 0.24s; }

@keyframes home-promise-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .home-promise-title {
    font-size: 28px;
  }

  .home-promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .home-promise-grid::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .home-promise-section {
    padding: 50px 0 42px;
  }

  .home-promise-shell {
    width: calc(100% - 28px);
  }

  .home-promise-title {
    max-width: 350px;
    font-size: 24px;
    line-height: 1.45;
  }

  .home-promise-intro {
    font-size: 11px;
  }

  .home-promise-grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-promise-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e8ebee;
    text-align: left;
  }

  .home-promise-item:last-child {
    border-bottom: 0;
  }

  .home-promise-visual {
    grid-row: 1 / 3;
    min-height: 80px;
    place-items: start center;
  }

  .home-promise-visual::after {
    bottom: 2px;
    width: 78px;
  }

  .home-promise-icon {
    width: 64px;
    height: 64px;
  }

  .home-promise-icon svg {
    width: 30px;
    height: 30px;
  }

  .home-promise-index {
    top: -7px;
    left: calc(50% + 18px);
  }

  .home-promise-item h3 {
    min-height: 0;
    max-width: none;
    margin: 1px 0 5px;
    font-size: 16px;
    line-height: 1.55;
  }

  .home-promise-item p {
    max-width: none;
    margin: 0;
    font-size: 11px;
    line-height: 1.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-ready .home-promise-item {
    animation: none;
  }

  .home-promise-icon {
    transition: none;
  }
}

/* Use a landscape chat workspace on desktop while preserving the mobile dialog. */
@media (min-width: 761px) {
  .member-chat {
    width: min(860px, calc(100vw - 48px));
    height: min(600px, calc(100dvh - 48px));
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .member-chat__auth,
  .member-chat__conversation {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }

  .member-chat__conversation {
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px;
    overflow: hidden;
  }

  .member-chat__messages {
    min-height: 0;
    max-height: none;
  }

  .member-chat__composer {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
  }

  .member-chat__composer textarea {
    height: 54px;
    min-height: 54px;
    resize: none;
  }

  .member-chat__composer-actions .member-chat__primary {
    min-width: 72px;
    height: 54px;
    padding: 0 20px;
  }

  .member-chat__auth {
    align-items: stretch;
  }

  .member-chat__auth-shell {
    grid-template-columns: minmax(280px, 0.92fr) minmax(360px, 1fr);
    align-items: stretch;
  }

  .member-chat__auth.is-guest-mode .member-chat__auth-shell {
    grid-template-columns: minmax(260px, 0.84fr) minmax(360px, 1fr);
  }

  .member-chat__auth.is-guest-mode .member-chat__intro-panel {
    align-content: center;
  }
}

/* Match the header wordmark to the configured orange logo and site accents. */
body[data-page] .site-header .brand .brand-name,
body[data-page] .site-header.is-solid .brand .brand-name {
  color: var(--brand-orange-deep);
  transition: color 0.2s ease;
}

body[data-page] .site-header .brand:hover .brand-name,
body[data-page] .site-header .brand:focus-visible .brand-name {
  color: var(--brand-orange);
}

/* Keep the shared navigation typography consistent on home and inner pages. */
body[data-page] .site-header .site-nav a {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1081px) {
  body[data-page] .site-header .site-nav a {
    font-size: 16px;
  }
}

@media (min-width: 1081px) and (max-width: 1360px) {
  body[data-page] .site-header .site-nav a {
    font-size: 14px;
  }
}

/* Separate the homepage story, promise, and news bands with a clear light-dark-light rhythm. */
body[data-page="home"] .home-overview-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

body[data-page="home"] .home-promise-section {
  background: linear-gradient(115deg, #20262c 0%, #2d343a 52%, #20272d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(8, 12, 16, 0.35);
}

body[data-page="home"] .home-promise-item {
  cursor: pointer;
}

body[data-page="home"] .home-promise-kicker {
  color: #aeb8c0;
}

body[data-page="home"] .home-promise-title,
body[data-page="home"] .home-promise-item h3 {
  color: #f8fafb;
}

body[data-page="home"] .home-promise-intro,
body[data-page="home"] .home-promise-item p {
  color: #b8c1c8;
}

body[data-page="home"] .home-promise-grid::before {
  background: linear-gradient(
    90deg,
    rgba(239, 107, 36, 0.55),
    rgba(255, 255, 255, 0.17) 34%,
    rgba(255, 255, 255, 0.17) 66%,
    rgba(211, 76, 52, 0.55)
  );
}

body[data-page="home"] .home-promise-icon {
  background: linear-gradient(145deg, #ffffff 0%, rgba(var(--promise-accent-rgb), 0.13) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

body[data-page="home"] .home-promise-visual::after {
  border-color: rgba(var(--promise-accent-rgb), 0.38);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(var(--promise-accent-rgb), 0.18));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

body[data-page="home"] .home-news-section {
  background: linear-gradient(180deg, #edf2f5 0%, #f6f8fa 100%);
  box-shadow: inset 0 1px 0 rgba(44, 56, 66, 0.08);
}

@media (max-width: 600px) {
  body[data-page="home"] .home-promise-item {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .contact-captcha-field {
    max-width: none;
  }
}

/* Give the promise heading and service icons a stronger technology identity. */
body[data-page="home"] .home-promise-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff9a52;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body[data-page="home"] .home-promise-kicker::before,
body[data-page="home"] .home-promise-kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

body[data-page="home"] .home-promise-kicker::after {
  transform: scaleX(-1);
}

body[data-page="home"] .home-promise-visual {
  min-height: 108px;
}

body[data-page="home"] .home-promise-visual::after {
  bottom: 9px;
  z-index: 0;
  width: 96px;
  height: 4px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, var(--promise-accent), transparent);
  box-shadow: 0 0 18px rgba(var(--promise-accent-rgb), 0.78);
  transform: translateX(-50%);
}

body[data-page="home"] .home-promise-icon {
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 14px 20px rgba(var(--promise-accent-rgb), 0.24));
  transition: transform 0.28s ease, filter 0.28s ease;
}

body[data-page="home"] .home-promise-icon::before,
body[data-page="home"] .home-promise-icon::after {
  content: "";
  position: absolute;
  clip-path: polygon(16% 0, 84% 0, 100% 16%, 100% 84%, 84% 100%, 16% 100%, 0 84%, 0 16%);
}

body[data-page="home"] .home-promise-icon::before {
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, var(--promise-accent), rgba(var(--promise-accent-rgb), 0.28));
}

body[data-page="home"] .home-promise-icon::after {
  inset: 2px;
  z-index: -1;
  background:
    linear-gradient(145deg, rgba(var(--promise-accent-rgb), 0.18), transparent 48%),
    #161d23;
}

body[data-page="home"] .home-promise-icon svg {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #ffffff;
  stroke-width: 1.8;
  filter: drop-shadow(0 0 7px rgba(var(--promise-accent-rgb), 0.9));
  transition: transform 0.28s ease;
}

body[data-page="home"] .home-promise-index {
  top: -7px;
  left: calc(50% + 27px);
  border: 1px solid rgba(var(--promise-accent-rgb), 0.82);
  background: #151c22;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(var(--promise-accent-rgb), 0.5);
}

body[data-page="home"] .home-promise-item:hover .home-promise-icon {
  transform: translateY(-8px);
  box-shadow: none;
  filter: drop-shadow(0 18px 28px rgba(var(--promise-accent-rgb), 0.42));
}

body[data-page="home"] .home-promise-item:hover .home-promise-icon svg {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  body[data-page="home"] .home-promise-kicker {
    gap: 9px;
    font-size: 14px;
  }

  body[data-page="home"] .home-promise-kicker::before,
  body[data-page="home"] .home-promise-kicker::after {
    width: 22px;
  }

  body[data-page="home"] .home-promise-visual {
    min-height: 86px;
  }

  body[data-page="home"] .home-promise-icon {
    width: 68px;
    height: 68px;
  }

  body[data-page="home"] .home-promise-icon svg {
    width: 32px;
    height: 32px;
  }

  body[data-page="home"] .home-promise-index {
    top: -6px;
    left: calc(50% + 20px);
  }
}

/* Refined secondary utility rail with responsive push-apart hover motion. */
@media (min-width: 761px) {
  .floating-rail {
    right: 18px;
    top: 50%;
    bottom: auto;
    width: 78px;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    transform: translateY(-50%);
    isolation: isolate;
  }

  .floating-rail::before {
    content: "";
    position: absolute;
    top: 17px;
    right: -18px;
    bottom: 17px;
    width: 2px;
    border-radius: 2px;
    background: rgba(238, 99, 28, 0.2);
    box-shadow: -10px 0 30px rgba(238, 99, 28, 0.1);
  }

  .floating-rail > .floating-action {
    position: relative;
    width: 62px;
    height: 58px;
    min-height: 58px;
    padding: 7px 6px 8px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: #f87424;
    color: #fff;
    box-shadow:
      0 10px 22px rgba(194, 76, 15, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transform: translateX(0);
    transform-origin: right center;
    transition:
      width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      height 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      background-color 0.24s ease,
      box-shadow 0.3s ease;
  }

  .floating-rail > .floating-action--mail {
    background: #ff7a24;
  }

  .floating-rail > .floating-action--tel {
    background: #f36b22;
  }

  .floating-rail > .floating-action--top {
    background: #e95d20;
  }

  .floating-rail > .floating-action::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -55%;
    width: 42%;
    background: rgba(255, 255, 255, 0.24);
    transform: skewX(-18deg) translateX(-220%);
    transition: transform 0.52s ease;
    pointer-events: none;
  }

  .floating-rail > .floating-action:hover,
  .floating-rail > .floating-action:focus-visible {
    z-index: 2;
    width: 74px;
    height: 68px;
    color: #fff;
    transform: translateX(-7px);
    box-shadow:
      0 17px 32px rgba(181, 66, 10, 0.3),
      0 0 0 4px rgba(255, 126, 55, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .floating-rail > .floating-action:hover::before,
  .floating-rail > .floating-action:focus-visible::before {
    transform: skewX(-18deg) translateX(540%);
  }

  .floating-rail:has(> .floating-action:is(:hover, :focus-visible)) > .floating-action:not(:hover):not(:focus-visible) {
    opacity: 0.76;
    transform: translateX(2px);
  }

  .floating-rail > .floating-action:has(+ .floating-action:is(:hover, :focus-visible)) {
    transform: translateX(2px) translateY(-4px);
  }

  .floating-rail > .floating-action:is(:hover, :focus-visible) + .floating-action {
    transform: translateX(2px) translateY(4px);
  }

  .floating-rail > .floating-action:focus-visible {
    outline: 3px solid rgba(255, 125, 52, 0.28);
    outline-offset: 3px;
  }

  .floating-rail .floating-action__glyph {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-width: 22px;
    min-height: 22px;
    color: #fff;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 2px 7px rgba(133, 45, 8, 0.22);
    transform: translateY(0) scale(1);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .floating-rail .floating-action__text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .floating-rail > .floating-action--mail:hover .floating-action__glyph,
  .floating-rail > .floating-action--mail:focus-visible .floating-action__glyph {
    transform: translateY(-1px) rotate(-6deg) scale(1.12);
  }

  .floating-rail > .floating-action--tel:hover .floating-action__glyph,
  .floating-rail > .floating-action--tel:focus-visible .floating-action__glyph {
    animation: floating-tool-phone-ring 0.48s ease both;
  }

  .floating-rail > .floating-action--top:hover .floating-action__glyph,
  .floating-rail > .floating-action--top:focus-visible .floating-action__glyph {
    transform: translateY(-4px) scale(1.12);
  }

  body.site-ready .floating-rail > .floating-action {
    animation: floating-tool-enter 0.48s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  body.site-ready .floating-rail > .floating-action:nth-child(2) {
    animation-delay: 0.07s;
  }

  body.site-ready .floating-rail > .floating-action:nth-child(3) {
    animation-delay: 0.14s;
  }
}

@keyframes floating-tool-enter {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floating-tool-phone-ring {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  28% {
    transform: rotate(-10deg) scale(1.12);
  }
  58% {
    transform: rotate(9deg) scale(1.12);
  }
}

@media (max-width: 760px) {
  .floating-rail {
    right: 10px;
    bottom: 96px;
    left: auto;
    width: 54px;
    height: auto;
    display: grid;
    grid-template-columns: 54px;
    grid-auto-flow: row;
    align-items: end;
    gap: 6px;
  }

  .floating-rail > .floating-action {
    width: 54px;
    min-height: 50px;
    padding: 7px 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    background: #f56b22;
    box-shadow:
      0 8px 18px rgba(190, 73, 16, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
  }

  .floating-rail > .floating-action:active {
    transform: scale(0.92);
    box-shadow: 0 4px 10px rgba(190, 73, 16, 0.18);
  }

  .floating-rail .floating-action__glyph {
    font-size: 18px;
  }

  .floating-rail .floating-action__text {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-ready .floating-rail > .floating-action,
  .floating-rail > .floating-action--tel:hover .floating-action__glyph,
  .floating-rail > .floating-action--tel:focus-visible .floating-action__glyph {
    animation: none !important;
  }

  .floating-rail > .floating-action,
  .floating-rail .floating-action__glyph,
  .floating-rail > .floating-action::before {
    transition: none !important;
  }

  .floating-rail > .floating-action:hover,
  .floating-rail > .floating-action:focus-visible,
  .floating-rail:has(> .floating-action:is(:hover, :focus-visible)) > .floating-action:not(:hover):not(:focus-visible) {
    width: 62px;
    height: 58px;
    opacity: 1;
    transform: none;
  }
}

/* Keep floating labels on the same crisp type treatment as the primary navigation. */
.member-chat-launcher {
  --chat-float-distance: 0px;
  translate: 0 0;
  animation: member-chat-launcher-gradient 6.8s ease-in-out infinite;
  will-change: auto;
}

.member-chat-launcher:hover {
  transform: translateY(-2px);
}

.member-chat-launcher .floating-action__text {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 760px) {
  .member-chat-launcher .floating-action__text {
    font-size: 12px;
  }
}

/* Footer polish pass: keep the footer aligned with the header and neutralize legacy footer type inflation. */
body[data-page] .site-footer {
  background:
    radial-gradient(circle at top left, rgba(255, 140, 57, 0.09), transparent 24%),
    linear-gradient(180deg, #f9fbfd 0%, #f1f4f8 100%);
  color: #66717d;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[data-page] .site-footer .footer-shell {
  width: min(94vw, 1580px);
  margin: 0 auto;
  padding-top: 50px;
}

body[data-page="home"] .site-footer .footer-shell {
  width: var(--home-shell);
}

body[data-page] .site-footer .footer-top {
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(150px, 0.74fr)) minmax(0, 1.02fr);
  column-gap: clamp(30px, 2.6vw, 62px);
  row-gap: 30px;
  padding-bottom: 40px;
}

body[data-page] .site-footer .footer-brand {
  gap: 18px;
}

body[data-page] .site-footer .footer-brand__head {
  gap: 15px;
  align-items: center;
  transition: transform 0.18s ease;
}

body[data-page] .site-footer .footer-brand__head:hover {
  transform: translateY(-1px);
}

body[data-page] .site-footer .footer-brand__logo {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  box-shadow:
    0 12px 24px rgba(29, 38, 49, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page] .site-footer .footer-brand__logo img {
  width: 46px;
  height: 46px;
}

body[data-page] .site-footer .footer-brand__wordmark {
  gap: 4px;
}

body[data-page] .site-footer .footer-brand__eyebrow {
  color: #9aa3ad;
  font-size: 10px;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.04em;
}

body[data-page] .site-footer .footer-brand__title {
  font-family: inherit;
  font-size: clamp(21px, 1.65vw, 26px);
  font-weight: 600;
  letter-spacing: 0;
}

body[data-page] .site-footer .footer-note {
  max-width: 30ch;
  color: #6c7580;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
}

body[data-page] .site-footer .footer-social {
  gap: 9px;
}

body[data-page] .site-footer .footer-social__item {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  border-radius: 11px;
  box-shadow: 0 8px 16px rgba(29, 38, 49, 0.045);
  font-size: 11px;
  text-decoration: none;
}

body[data-page] .site-footer .footer-social__icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body[data-page] .site-footer .footer-social__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

body[data-page] .site-footer .footer-social__fallback {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

body[data-page] .site-footer .footer-group h4,
body[data-page] .site-footer .footer-contact-group h4 {
  margin: 2px 0 16px;
  padding-bottom: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

body[data-page] .site-footer .footer-group__links {
  gap: 3px;
}

body[data-page] .site-footer .footer-group a {
  padding: 5px 0;
  color: #717b86;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.58;
}

body[data-page] .site-footer .footer-contact-list {
  gap: 10px;
}

body[data-page] .site-footer .footer-contact-item {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 16px rgba(29, 38, 49, 0.035);
}

body[data-page] .site-footer .footer-contact-item__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 15px;
  box-shadow: 0 8px 16px rgba(255, 122, 24, 0.18);
}

body[data-page] .site-footer .footer-contact-copy {
  gap: 3px;
}

body[data-page] .site-footer .footer-contact-label {
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

body[data-page] .site-footer .footer-contact-value {
  color: #5f6a75;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

body[data-page] .site-footer .footer-bottom {
  gap: 12px 22px;
  padding: 18px 0 26px;
  border-top-color: rgba(213, 220, 227, 0.95);
}

body[data-page] .site-footer .footer-meta {
  color: #7d8792;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

body[data-page] .site-footer .footer-legal {
  gap: 8px 18px;
}

body[data-page] .site-footer .footer-legal a {
  color: #78838f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

body[data-page] .site-footer .footer-legal a + a {
  padding-left: 18px;
}

body[data-page] .site-footer .footer-legal a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  border-radius: 999px;
  background: rgba(183, 191, 199, 0.9);
  transform: translateY(-50%);
}

/* Detailed service pages shared by the six project offerings. */
.project-detail-page {
  --project-accent: #f06418;
  --project-accent-strong: #c84208;
  --project-tint: #fff5ee;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  color: #202832;
}

.project-detail-shell {
  width: min(90%, 1480px);
  margin: 0 auto;
}

.project-detail-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e9ec;
  background: #f5f6f7;
}

.project-detail-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
  background: var(--project-accent);
  opacity: 0.07;
  pointer-events: none;
}

.project-detail-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 680px;
  display: grid;
  align-content: center;
  padding: 54px 0 42px;
}

.project-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: #818995;
  font-size: 13px;
  line-height: 1.5;
}

.project-detail-breadcrumb a {
  color: inherit;
}

.project-detail-breadcrumb a:hover {
  color: var(--project-accent-strong);
}

.project-detail-breadcrumb strong {
  color: #3b4551;
  font-weight: 500;
}

.project-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
}

.project-detail-hero__copy {
  min-width: 0;
}

.project-detail-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-left: 3px solid var(--project-accent);
  background: #fff;
  color: var(--project-accent-strong);
  font-size: 13px;
  font-weight: 700;
}

.project-detail-hero h1 {
  margin: 22px 0 16px;
  color: #19212a;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.project-detail-hero__summary {
  max-width: 820px;
  margin: 0;
  color: #303b47;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}

.project-detail-hero__lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: #68727e;
  font-size: 16px;
  line-height: 1.9;
}

.project-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.project-detail-chips span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--project-accent) 28%, #dfe3e8);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
  color: #4e5864;
  font-size: 13px;
}

.project-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.project-detail-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #cfd4da;
  border-radius: 5px;
  background: #fff;
  color: #323c48;
  font-size: 15px;
  font-weight: 700;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.project-detail-button:hover {
  border-color: var(--project-accent);
  color: var(--project-accent-strong);
  transform: translateY(-2px);
}

.project-detail-button.is-primary {
  border-color: var(--project-accent);
  background: var(--project-accent);
  color: #fff;
}

.project-detail-button.is-primary:hover {
  border-color: var(--project-accent-strong);
  background: var(--project-accent-strong);
  color: #fff;
}

.project-detail-hero__visual {
  position: relative;
  min-height: 420px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 54px 42px 38px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 64px rgba(30, 38, 48, 0.12);
  text-align: center;
}

.project-detail-hero__visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid color-mix(in srgb, var(--project-accent) 18%, #e6e8eb);
  border-radius: 5px;
  pointer-events: none;
}

.project-detail-hero__index {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 1;
  color: color-mix(in srgb, var(--project-accent) 38%, #aeb4bc);
  font-size: 14px;
  font-weight: 700;
}

.project-detail-hero__visual img {
  position: relative;
  z-index: 1;
  width: 132px;
  height: 132px;
  padding: 27px;
  border-radius: 8px;
  background: var(--project-accent);
  box-sizing: border-box;
  object-fit: contain;
  box-shadow: 0 16px 30px color-mix(in srgb, var(--project-accent) 24%, transparent);
}

.project-detail-hero__visual > strong {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  color: #222b35;
  font-size: 25px;
  line-height: 1.35;
}

.project-detail-hero__feature-list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #e8eaed;
  border-left: 1px solid #e8eaed;
}

.project-detail-hero__feature-list span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-right: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
  color: #626c77;
  font-size: 12px;
}

.project-detail-facts {
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}

.project-detail-facts > div {
  min-width: 0;
  min-height: 80px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px 24px;
}

.project-detail-facts > div + div {
  border-left: 1px solid #e2e5e9;
}

.project-detail-facts dt {
  color: #8a929c;
  font-size: 12px;
}

.project-detail-facts dd {
  min-width: 0;
  margin: 0;
  color: #303945;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.project-detail-anchor {
  position: sticky;
  top: var(--site-header-offset, var(--site-header-height));
  z-index: 18;
  border-bottom: 1px solid #e4e7ea;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(28, 36, 46, 0.05);
  backdrop-filter: blur(14px);
}

.project-detail-anchor .project-detail-shell {
  min-height: 58px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.project-detail-anchor a {
  position: relative;
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #626c77;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.project-detail-anchor a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 2px;
  background: var(--project-accent);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.project-detail-anchor a:hover {
  color: var(--project-accent-strong);
}

.project-detail-anchor a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.project-detail-section {
  padding: 96px 0;
  scroll-margin-top: calc(var(--site-header-offset, var(--site-header-height)) + 74px);
}

.project-detail-section.is-muted {
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  background: #f6f7f8;
}

.project-detail-section.is-dark {
  background: #202832;
  color: #fff;
}

.project-detail-section-head {
  max-width: 720px;
}

.project-detail-section-head > span,
.project-detail-cta > .project-detail-shell > span {
  display: block;
  margin-bottom: 12px;
  color: var(--project-accent);
  font-size: 13px;
  font-weight: 700;
}

.project-detail-section-head h2,
.project-detail-related h2,
.project-detail-cta h2 {
  margin: 0;
  color: #202832;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.project-detail-section-head > p {
  margin: 18px 0 0;
  color: #727b86;
  font-size: 15px;
  line-height: 1.9;
}

.project-detail-section-head.is-centered {
  margin: 0 auto 46px;
  text-align: center;
}

.project-detail-overview {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
}

.project-detail-overview__copy {
  padding-top: 28px;
  border-top: 2px solid var(--project-accent);
}

.project-detail-overview__copy p {
  margin: 0;
  color: #5e6874;
  font-size: 17px;
  line-height: 2;
}

.project-detail-overview__copy p + p {
  margin-top: 18px;
}

.project-detail-pain-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-detail-pain {
  min-height: 190px;
  padding: 28px 26px;
  border: 1px solid #e3e6e9;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.project-detail-pain:hover {
  border-color: color-mix(in srgb, var(--project-accent) 45%, #e3e6e9);
  box-shadow: 0 16px 32px rgba(33, 42, 52, 0.07);
  transform: translateY(-3px);
}

.project-detail-pain h3,
.project-detail-scenario h3,
.project-detail-capability h3,
.project-detail-module h3,
.project-detail-process h3,
.project-detail-delivery h3 {
  margin: 0;
  color: #27313b;
  font-size: 19px;
  line-height: 1.5;
}

.project-detail-pain h3::before {
  content: "";
  width: 22px;
  height: 3px;
  display: block;
  margin-bottom: 20px;
  background: var(--project-accent);
}

.project-detail-pain p,
.project-detail-scenario p,
.project-detail-capability p,
.project-detail-module p,
.project-detail-process p {
  margin: 13px 0 0;
  color: #727b86;
  font-size: 14px;
  line-height: 1.85;
}

.project-detail-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.project-detail-capability {
  position: relative;
  min-height: 370px;
  padding: 36px 28px 30px;
  overflow: hidden;
  border: 1px solid #e2e5e8;
  border-radius: 7px;
  background: #fff;
}

.project-detail-capability__number {
  display: block;
  margin-bottom: 52px;
  color: var(--project-accent);
  font-size: 13px;
  font-weight: 700;
}

.project-detail-capability h3 {
  font-size: 21px;
}

.project-detail-capability ul {
  margin: 24px 0 0;
  padding: 20px 0 0;
  display: grid;
  gap: 11px;
  border-top: 1px solid #e8eaed;
  list-style: none;
}

.project-detail-capability li {
  position: relative;
  padding-left: 17px;
  color: #56616d;
  font-size: 13px;
  line-height: 1.6;
}

.project-detail-capability li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--project-accent);
}

.project-detail-scenarios {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 8vw, 130px);
}

.project-detail-scenario-list {
  border-top: 1px solid #dfe3e7;
}

.project-detail-scenario {
  display: grid;
  grid-template-columns: minmax(150px, 0.48fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 28px;
  padding: 25px 0;
  border-bottom: 1px solid #dfe3e7;
}

.project-detail-scenario h3 {
  color: var(--project-accent-strong);
  font-size: 17px;
}

.project-detail-scenario p {
  margin: 0;
}

.project-detail-section.is-dark .project-detail-section-head h2,
.project-detail-section.is-dark .project-detail-module h3 {
  color: #fff;
}

.project-detail-section.is-dark .project-detail-section-head > p {
  color: #aeb6c0;
}

.project-detail-module-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #3b4652;
  background: #3b4652;
}

.project-detail-module {
  min-height: 228px;
  padding: 28px 26px;
  background: #202832;
  transition: background 0.18s ease;
}

.project-detail-module:hover {
  background: #28323e;
}

.project-detail-module > span {
  display: block;
  margin-bottom: 42px;
  color: var(--project-accent);
  font-size: 12px;
  font-weight: 700;
}

.project-detail-module p {
  color: #aeb6c0;
}

.project-detail-architecture-band {
  background: var(--project-tint);
}

.project-detail-architecture {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 8vw, 130px);
}

.project-detail-architecture__layers {
  display: grid;
  gap: 10px;
}

.project-detail-architecture__layers > div {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 120px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-left: 4px solid var(--project-accent);
  background: #fff;
  box-shadow: 0 10px 24px rgba(34, 42, 52, 0.05);
}

.project-detail-architecture__layers span {
  color: #a0a7af;
  font-size: 12px;
}

.project-detail-architecture__layers strong {
  color: #29333e;
  font-size: 17px;
}

.project-detail-architecture__layers p {
  margin: 0;
  color: #69737e;
  font-size: 14px;
  line-height: 1.75;
}

.project-detail-process {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe3e7;
  border-left: 1px solid #dfe3e7;
  list-style: none;
}

.project-detail-process li {
  min-height: 190px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 28px 24px;
  border-right: 1px solid #dfe3e7;
  border-bottom: 1px solid #dfe3e7;
}

.project-detail-process li > span {
  color: var(--project-accent);
  font-size: 13px;
  font-weight: 700;
}

.project-detail-process h3 {
  font-size: 18px;
}

.project-detail-delivery {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(60px, 8vw, 130px);
}

.project-detail-delivery__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.project-detail-delivery__groups > section {
  min-height: 280px;
  padding: 28px 24px;
  border: 1px solid #e0e4e8;
  border-radius: 6px;
  background: #fff;
}

.project-detail-delivery__groups h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid var(--project-accent);
}

.project-detail-delivery__groups ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}

.project-detail-delivery__groups li {
  position: relative;
  padding-left: 18px;
  color: #626c77;
  font-size: 14px;
  line-height: 1.65;
}

.project-detail-delivery__groups li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--project-accent);
  border-radius: 50%;
}

.project-detail-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 8vw, 130px);
}

.project-detail-faq {
  border-top: 1px solid #dfe3e7;
}

.project-detail-faq details {
  border-bottom: 1px solid #dfe3e7;
}

.project-detail-faq summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 4px;
  color: #303a45;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.project-detail-faq summary::-webkit-details-marker {
  display: none;
}

.project-detail-faq summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border: 1px solid #d8dde2;
  border-radius: 50%;
  color: var(--project-accent);
  font-size: 19px;
  font-weight: 400;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.project-detail-faq details[open] summary span {
  border-color: var(--project-accent);
  color: var(--project-accent-strong);
  transform: rotate(45deg);
}

.project-detail-faq details > p {
  margin: 0;
  padding: 0 54px 24px 4px;
  color: #6a7480;
  font-size: 14px;
  line-height: 1.9;
}

.project-detail-related {
  padding: 78px 0 84px;
  border-top: 1px solid #edf0f2;
  background: #f7f8f9;
}

.project-detail-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.project-detail-related__head > a {
  color: var(--project-accent-strong);
  font-size: 14px;
  font-weight: 700;
}

.project-detail-related__links {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #dfe3e7;
  border-left: 1px solid #dfe3e7;
}

.project-detail-related__links a {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px 20px;
  border-right: 1px solid #dfe3e7;
  border-bottom: 1px solid #dfe3e7;
  background: #fff;
  transition: background 0.18s ease, color 0.18s ease;
}

.project-detail-related__links a:hover {
  background: var(--project-tint);
}

.project-detail-related__links span {
  color: var(--project-accent);
  font-size: 11px;
  font-weight: 700;
}

.project-detail-related__links strong {
  color: #35404b;
  font-size: 15px;
  line-height: 1.5;
}

.project-detail-cta {
  padding: 88px 0 94px;
  background: #202832;
  text-align: center;
}

.project-detail-cta h2 {
  color: #fff;
  font-size: 38px;
}

.project-detail-cta p {
  max-width: 760px;
  margin: 18px auto 30px;
  color: #b6bec7;
  font-size: 15px;
  line-height: 1.9;
}

.project-detail-cta .project-detail-button {
  min-width: 180px;
}

.project-detail-empty {
  min-height: 60vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 60px 20px;
  text-align: center;
}

.project-detail-empty h1 {
  margin: 0;
  color: #202832;
}

.project-detail-empty a {
  color: #e95509;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .project-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 54px;
  }

  .project-detail-hero h1 {
    font-size: 46px;
  }

  .project-detail-capability-grid,
  .project-detail-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-detail-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-detail-related__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-detail-delivery,
  .project-detail-faq-layout {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .project-detail-shell {
    width: calc(100% - 40px);
  }

  .project-detail-hero__inner {
    min-height: auto;
    padding: 44px 0 46px;
  }

  .project-detail-breadcrumb {
    margin-bottom: 30px;
  }

  .project-detail-hero__grid,
  .project-detail-overview,
  .project-detail-scenarios,
  .project-detail-architecture,
  .project-detail-delivery,
  .project-detail-faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .project-detail-hero__visual {
    min-height: 350px;
  }

  .project-detail-facts {
    margin-top: 34px;
  }

  .project-detail-anchor {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .project-detail-anchor::-webkit-scrollbar {
    display: none;
  }

  .project-detail-anchor .project-detail-shell {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
  }

  .project-detail-anchor a {
    min-width: 102px;
    padding: 0 14px;
  }

  .project-detail-section {
    padding: 76px 0;
  }

  .project-detail-section-head {
    max-width: none;
  }

  .project-detail-section-head.is-centered {
    max-width: 680px;
  }

  .project-detail-overview__copy {
    padding-top: 24px;
  }

  .project-detail-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-detail-delivery__groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-detail-related__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .project-detail-shell {
    width: calc(100% - 30px);
  }

  .project-detail-hero::before {
    width: 100%;
    height: 180px;
    top: auto;
  }

  .project-detail-hero__inner {
    padding: 34px 0 32px;
  }

  .project-detail-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .project-detail-kicker {
    font-size: 12px;
  }

  .project-detail-hero h1 {
    margin-top: 18px;
    font-size: 34px;
  }

  .project-detail-hero__summary {
    font-size: 18px;
    line-height: 1.65;
  }

  .project-detail-hero__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .project-detail-chips {
    gap: 8px;
  }

  .project-detail-chips span {
    padding: 0 10px;
    font-size: 12px;
  }

  .project-detail-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-detail-button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .project-detail-hero__visual {
    min-height: 322px;
    padding: 46px 26px 30px;
  }

  .project-detail-hero__visual img {
    width: 104px;
    height: 104px;
    padding: 21px;
  }

  .project-detail-hero__visual > strong {
    margin-top: 20px;
    font-size: 21px;
  }

  .project-detail-hero__feature-list {
    margin-top: 22px;
  }

  .project-detail-facts {
    grid-template-columns: 1fr;
  }

  .project-detail-facts > div {
    min-height: 68px;
    padding: 12px 18px;
  }

  .project-detail-facts > div + div {
    border-top: 1px solid #e2e5e9;
    border-left: 0;
  }

  .project-detail-anchor .project-detail-shell {
    min-height: 52px;
  }

  .project-detail-anchor a {
    min-width: 86px;
    padding: 0 10px;
    font-size: 12px;
  }

  .project-detail-section {
    padding: 62px 0;
  }

  .project-detail-section-head h2,
  .project-detail-related h2,
  .project-detail-cta h2 {
    font-size: 28px;
  }

  .project-detail-section-head > p {
    margin-top: 14px;
    font-size: 14px;
  }

  .project-detail-overview,
  .project-detail-scenarios,
  .project-detail-architecture,
  .project-detail-delivery,
  .project-detail-faq-layout {
    gap: 32px;
  }

  .project-detail-overview__copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .project-detail-pain-grid,
  .project-detail-capability-grid,
  .project-detail-module-grid,
  .project-detail-process,
  .project-detail-delivery__groups,
  .project-detail-related__links {
    grid-template-columns: 1fr;
  }

  .project-detail-pain-grid {
    margin-top: 34px;
    gap: 12px;
  }

  .project-detail-pain {
    min-height: 0;
    padding: 24px 22px;
  }

  .project-detail-capability-grid {
    gap: 12px;
  }

  .project-detail-capability {
    min-height: 0;
    padding: 28px 22px 25px;
  }

  .project-detail-capability__number {
    margin-bottom: 28px;
  }

  .project-detail-scenario {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .project-detail-module-grid {
    margin-top: 34px;
  }

  .project-detail-module {
    min-height: 0;
    padding: 24px 22px;
  }

  .project-detail-module > span {
    margin-bottom: 24px;
  }

  .project-detail-architecture__layers > div {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 18px;
  }

  .project-detail-architecture__layers p {
    grid-column: 2;
  }

  .project-detail-process li {
    min-height: 0;
    padding: 24px 20px;
  }

  .project-detail-delivery__groups {
    gap: 12px;
  }

  .project-detail-delivery__groups > section {
    min-height: 0;
    padding: 24px 22px;
  }

  .project-detail-faq summary {
    min-height: 66px;
    gap: 16px;
    font-size: 15px;
  }

  .project-detail-faq details > p {
    padding-right: 4px;
    font-size: 13px;
  }

  .project-detail-related {
    padding: 58px 0 64px;
  }

  .project-detail-related__head {
    align-items: flex-end;
  }

  .project-detail-related__links {
    margin-top: 24px;
  }

  .project-detail-related__links a {
    min-height: 86px;
  }

  .project-detail-cta {
    padding: 66px 0 70px;
  }

  .project-detail-cta p {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  body[data-page] .site-footer .footer-top {
    column-gap: 68px;
    padding-bottom: 44px;
  }

  body[data-page] .site-footer .footer-note,
  body[data-page] .site-footer .footer-group a,
  body[data-page] .site-footer .footer-contact-value {
    font-size: 14px;
  }

  body[data-page] .site-footer .footer-group h4,
  body[data-page] .site-footer .footer-contact-group h4 {
    font-size: 15px;
  }

  body[data-page] .site-footer .footer-meta,
  body[data-page] .site-footer .footer-legal a {
    font-size: 12.5px;
  }
}

@media (max-width: 700px) {
  body[data-page] .site-footer .footer-shell {
    width: calc(100% - 30px);
    padding-top: 36px;
  }

  body[data-page] .site-footer .footer-top {
    gap: 16px;
    padding-bottom: 22px;
  }

  body[data-page] .site-footer .footer-brand {
    gap: 16px;
  }

  body[data-page] .site-footer .footer-brand__head {
    gap: 12px;
  }

  body[data-page] .site-footer .footer-brand__logo {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  body[data-page] .site-footer .footer-brand__logo img {
    width: 40px;
    height: 40px;
  }

  body[data-page] .site-footer .footer-brand__title {
    font-size: 21px;
  }

  body[data-page] .site-footer .footer-note,
  body[data-page] .site-footer .footer-group a,
  body[data-page] .site-footer .footer-contact-value {
    font-size: 13px;
  }

  body[data-page] .site-footer .footer-bottom {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  body[data-page] .site-footer .footer-legal {
    gap: 8px 14px;
  }

  body[data-page] .site-footer .footer-legal a + a {
    padding-left: 14px;
  }
}

/* Final cases alignment after shared inner-page spacing rules. */
body[data-page="cases"] .cases-page {
  overflow-x: clip;
}

body[data-page="cases"] .member-chat-welcome {
  display: none !important;
}

body[data-page="cases"] section.section-shell.compact[data-service-cases-list] {
  padding-top: 0;
  padding-bottom: 96px;
}

@media (max-width: 640px) {
  body[data-page="cases"] section.section-shell.compact[data-service-cases-list] {
    padding-bottom: 64px;
  }

  body[data-page="cases"] .cases-filter-bar {
    scrollbar-width: none;
  }

  body[data-page="cases"] .cases-filter-bar::-webkit-scrollbar {
    display: none;
  }

  body[data-page="cases"] .floating-action--mail,
  body[data-page="cases"] .floating-action--tel {
    display: none;
  }

  body[data-page="cases"] .floating-rail {
    right: 16px;
    bottom: 90px;
  }

  body[data-page="cases"] .floating-action--top {
    width: 42px;
    min-height: 42px;
    border-radius: 4px;
  }

  body[data-page="cases"] .floating-action--top .floating-action__text {
    display: none;
  }
}

/* Cases portfolio wall: deliberately distinct from the editorial news layout. */
body[data-page="cases"] .page-hero {
  height: 430px;
  min-height: 430px;
  background: #171c20;
}

body[data-page="cases"] .page-hero::before,
body[data-page="cases"] .page-hero::after {
  display: none;
}

body[data-page="cases"] .cases-hero-media,
body[data-page="cases"] .cases-hero-vignette {
  position: absolute;
  inset: 0;
}

body[data-page="cases"] .cases-hero-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-page="cases"] .page-hero.has-managed-slide .cases-hero-media {
  display: none;
}

body[data-page="cases"] .cases-hero-media > div {
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

body[data-page="cases"] .cases-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
  transform: scale(1.04);
}

body[data-page="cases"] .cases-hero-vignette {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 25, 29, 0.98) 0%, rgba(20, 25, 29, 0.94) 36%, rgba(20, 25, 29, 0.62) 68%, rgba(20, 25, 29, 0.5) 100%),
    linear-gradient(0deg, rgba(20, 25, 29, 0.46), transparent 60%);
}

body[data-page="cases"] .page-hero-shell {
  z-index: 2;
  align-content: center;
  gap: 16px;
}

body[data-page="cases"] .page-hero .section-title {
  font-size: 58px;
}

body[data-page="cases"] .page-hero .section-intro {
  max-width: 650px;
}

body[data-page="cases"] .cases-hero-stats {
  margin-top: 18px;
  display: flex;
  align-items: stretch;
  gap: 0;
}

body[data-page="cases"] .cases-hero-stats > span {
  min-width: 128px;
  padding: 0 30px 0 0;
  display: grid;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

body[data-page="cases"] .cases-hero-stats > span + span {
  padding-left: 30px;
}

body[data-page="cases"] .cases-hero-stats strong {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

body[data-page="cases"] .cases-hero-stats small {
  color: #aab3ba;
  font-size: 12px;
}

body[data-page="cases"] .cases-workspace {
  padding-top: 54px;
  display: block;
}

body[data-page="cases"] .cases-filter-band {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 22px;
  border: 0;
  border-bottom: 1px solid #ccd3d7;
  background: transparent;
}

body[data-page="cases"] .cases-filter-heading {
  margin-bottom: 24px;
  display: grid;
  gap: 8px;
}

body[data-page="cases"] .cases-filter-heading span {
  color: var(--cases-accent);
  font-size: 11px;
  font-weight: 700;
}

body[data-page="cases"] .cases-filter-heading strong {
  color: var(--cases-ink);
  font-size: 22px;
  line-height: 1.3;
}

body[data-page="cases"] .cases-filter-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  border: 0;
  scrollbar-width: none;
}

body[data-page="cases"] .cases-filter-bar::-webkit-scrollbar {
  display: none;
}

body[data-page="cases"] .cases-filter {
  flex: 0 0 auto;
  width: auto;
  min-width: 132px;
  min-height: 48px;
  padding: 0 18px;
  justify-content: center;
  gap: 11px;
  border: 1px solid #d8dee2;
  border-radius: 4px;
  background: #fff;
  color: #69737b;
  box-shadow: none;
}

body[data-page="cases"] .cases-filter::before {
  display: none;
}

body[data-page="cases"] .cases-filter small {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  background: #f0f2f3;
  color: #99a1a7;
  font-size: 11px;
}

body[data-page="cases"] .cases-filter:hover {
  border-color: var(--cases-accent);
  background: #fff;
  color: var(--cases-ink);
  box-shadow: none;
}

body[data-page="cases"] .cases-filter.is-active {
  border-color: var(--cases-ink);
  background: var(--cases-ink);
  color: #fff;
  box-shadow: none;
}

body[data-page="cases"] .cases-filter:hover small {
  background: #fff3eb;
  color: var(--cases-accent);
}

body[data-page="cases"] .cases-filter.is-active small {
  background: var(--cases-accent);
  color: #fff;
}

body[data-page="cases"] .cases-filter-summary {
  margin-top: 28px;
  padding-top: 22px;
  display: grid;
  gap: 7px;
  border-top: 1px solid #ccd3d7;
}

body[data-page="cases"] .cases-filter-summary strong {
  color: var(--cases-ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

body[data-page="cases"] .cases-filter-summary span {
  color: #8a939a;
  font-size: 12px;
}

body[data-page="cases"] .cases-results {
  min-width: 0;
  margin-top: 34px;
  padding: 0;
}

body[data-page="cases"] .cases-results__head {
  min-height: 70px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  align-items: flex-end;
  border-bottom: 1px solid #ccd3d7;
}

body[data-page="cases"] .cases-results__head > div > span {
  font-size: 11px;
}

body[data-page="cases"] .cases-results__head h2 {
  font-size: 34px;
}

body[data-page="cases"] .cases-results__head p {
  color: #7f8990;
  font-size: 12px;
}

body[data-page="cases"] .cases-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

body[data-page="cases"] .cases-portfolio-link {
  min-width: 0;
  display: block;
  grid-column: span 4;
  color: inherit;
}

body[data-page="cases"] .cases-portfolio-link--wide {
  grid-column: span 7;
}

body[data-page="cases"] .cases-portfolio-link--narrow {
  grid-column: span 5;
}

body[data-page="cases"] .cases-portfolio-link:only-child {
  grid-column: 1 / -1;
}

body[data-page="cases"] .cases-portfolio-card {
  height: 420px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border-radius: 3px;
  background: #1d2327;
  box-shadow: 0 12px 28px rgba(25, 31, 35, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

body[data-page="cases"] .cases-portfolio-link:hover .cases-portfolio-card {
  box-shadow: 0 22px 44px rgba(25, 31, 35, 0.16);
  transform: translateY(-5px);
}

body[data-page="cases"] .cases-portfolio-card__media {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e7ebed;
}

body[data-page="cases"] .cases-portfolio-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}

body[data-page="cases"] .cases-portfolio-link:hover .cases-portfolio-card__media img {
  transform: scale(1.02);
}

body[data-page="cases"] .cases-portfolio-card__body {
  min-height: 150px;
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  background: #1d2327;
}

body[data-page="cases"] .cases-portfolio-card__meta,
body[data-page="cases"] .cases-portfolio-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body[data-page="cases"] .cases-portfolio-card__meta {
  color: #ff9157;
  font-size: 11px;
  font-weight: 700;
}

body[data-page="cases"] .cases-portfolio-card__meta b {
  color: #69737a;
  font-size: 12px;
  font-weight: 600;
}

body[data-page="cases"] .cases-portfolio-card h3 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.35;
}

body[data-page="cases"] .cases-portfolio-card__footer {
  margin-top: auto;
}

body[data-page="cases"] .cases-portfolio-card__footer > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
}

body[data-page="cases"] .cases-portfolio-card__footer time,
body[data-page="cases"] .cases-portfolio-card__footer > div span {
  flex: 0 0 auto;
  color: #929ba1;
  font-size: 10px;
}

body[data-page="cases"] .cases-portfolio-card__footer > div span {
  padding-left: 7px;
  border-left: 1px solid #4a5359;
}

body[data-page="cases"] .cases-portfolio-card__action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8dde0;
  font-size: 11px;
  font-weight: 600;
}

body[data-page="cases"] .cases-portfolio-card__action b {
  color: var(--cases-accent);
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 980px) {
  body[data-page="cases"] .cases-workspace {
    padding-top: 44px;
  }

  body[data-page="cases"] .cases-filter-band {
    display: block;
    padding-bottom: 16px;
  }

  body[data-page="cases"] .cases-filter-bar {
    max-width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: auto;
    border-top: 0;
    border-bottom: 0;
  }

  body[data-page="cases"] .cases-filter {
    width: auto;
    min-width: max-content;
    padding: 0 16px;
  }

  body[data-page="cases"] .cases-results {
    margin-top: 28px;
  }

  body[data-page="cases"] .cases-portfolio-link,
  body[data-page="cases"] .cases-portfolio-link--wide,
  body[data-page="cases"] .cases-portfolio-link--narrow {
    grid-column: span 6;
  }

  body[data-page="cases"] .cases-portfolio-link:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body[data-page="cases"] .page-hero {
    height: 414px;
    min-height: 414px;
  }

  body[data-page="cases"] .cases-hero-media {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="cases"] .cases-hero-media > div:first-child {
    display: none;
  }

  body[data-page="cases"] .cases-hero-vignette {
    background: rgba(20, 25, 29, 0.8);
  }

  body[data-page="cases"] .page-hero .section-title {
    font-size: 42px;
  }

  body[data-page="cases"] .cases-hero-stats {
    margin-top: 13px;
  }

  body[data-page="cases"] .cases-hero-stats > span {
    min-width: 108px;
    padding-right: 22px;
  }

  body[data-page="cases"] .cases-hero-stats > span + span {
    padding-left: 22px;
  }

  body[data-page="cases"] .cases-hero-stats strong {
    font-size: 26px;
  }

  body[data-page="cases"] .cases-workspace {
    padding-top: 32px;
  }

  body[data-page="cases"] .cases-filter-band {
    padding-bottom: 14px;
  }

  body[data-page="cases"] .cases-filter-bar {
    gap: 7px;
  }

  body[data-page="cases"] .cases-filter {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  body[data-page="cases"] .cases-results {
    margin-top: 24px;
  }

  body[data-page="cases"] .cases-results__head {
    min-height: 0;
    padding-bottom: 18px;
    align-items: flex-end;
    flex-direction: row;
  }

  body[data-page="cases"] .cases-results__head h2 {
    font-size: 28px;
  }

  body[data-page="cases"] .cases-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="cases"] .cases-portfolio-link,
  body[data-page="cases"] .cases-portfolio-link--wide,
  body[data-page="cases"] .cases-portfolio-link--narrow,
  body[data-page="cases"] .cases-portfolio-link:first-child {
    grid-column: 1;
  }

  body[data-page="cases"] .cases-portfolio-card {
    height: auto;
    min-height: 410px;
  }

  body[data-page="cases"] .cases-portfolio-card__media {
    aspect-ratio: 16 / 10;
  }

  body[data-page="cases"] .cases-portfolio-card__body {
    min-height: 146px;
    padding: 18px 18px 20px;
  }

  body[data-page="cases"] .cases-portfolio-card h3 {
    font-size: 20px;
  }
}

/* Keep the case portfolio balanced even when only a few projects are available. */
body[data-page="cases"] .cases-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body[data-page="cases"] .cases-portfolio-link,
body[data-page="cases"] .cases-portfolio-link--wide,
body[data-page="cases"] .cases-portfolio-link--narrow,
body[data-page="cases"] .cases-portfolio-link:only-child {
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  display: block;
  grid-column: auto;
}

body[data-page="cases"] .cases-portfolio-card {
  height: 420px;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

body[data-page="cases"] .cases-portfolio-card__media {
  min-height: 0;
  display: grid;
  aspect-ratio: auto;
}

body[data-page="cases"] .cases-portfolio-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body[data-page="cases"] .cases-portfolio-card__body {
  min-height: 150px;
}

@media (max-width: 980px) {
  body[data-page="cases"] .cases-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body[data-page="cases"] .cases-portfolio-link,
  body[data-page="cases"] .cases-portfolio-link:first-child,
  body[data-page="cases"] .cases-portfolio-link--wide,
  body[data-page="cases"] .cases-portfolio-link--narrow {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body[data-page="cases"] .cases-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-page="cases"] .cases-portfolio-link {
    height: auto;
  }

  body[data-page="cases"] .cases-portfolio-card {
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
  }

  body[data-page="cases"] .cases-portfolio-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

/* Backend-managed inner-page banners share the editor's free-position canvas. */
body:not([data-page="home"]) section.has-managed-page-slide {
  position: relative;
  isolation: isolate;
  height: clamp(300px, 29.6875vw, 570px) !important;
  min-height: 0 !important;
  max-height: 570px !important;
  padding: 0 !important;
  overflow: hidden;
}

body[data-page="about"] section.has-managed-page-slide--about {
  height: clamp(360px, 25vw, 480px) !important;
  max-height: 480px !important;
}

.managed-page-slide {
  position: absolute;
  inset: 0;
  z-index: 50;
  overflow: hidden;
  background: #0e1724;
  color: #fff;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.managed-page-slide,
.managed-page-slide * {
  box-sizing: border-box;
}

.managed-page-slide__background,
.managed-page-slide__shade {
  position: absolute;
  inset: 0;
}

.managed-page-slide__canvas {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  min-height: 0;
  transform-origin: left top;
}

.managed-page-slide__background {
  z-index: 0;
  background-color: #0e1724;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.managed-page-slide__shade {
  z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(185, 10, 19, 0.97) 0%,
    rgba(145, 14, 95, 0.94) 54%,
    rgba(91, 29, 126, 0.96) 100%
  );
}

.managed-page-slide.is-about .managed-page-slide__background {
  background-position: center 43%;
  transform: scale(1.01);
}

.managed-page-slide.is-about .managed-page-slide__shade {
  background:
    linear-gradient(90deg, rgba(17, 21, 25, 0.92) 0%, rgba(17, 21, 25, 0.74) 38%, rgba(17, 21, 25, 0.28) 70%, rgba(17, 21, 25, 0.2) 100%),
    linear-gradient(0deg, rgba(17, 21, 25, 0.4), transparent 54%);
}

.managed-page-slide.is-about::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 9.8%;
  top: 31%;
  width: 3px;
  height: 43%;
  background: #ef6b24;
}

.managed-page-slide__field {
  position: absolute;
  z-index: 4;
  max-width: calc(100% - 24px);
  margin: 0;
  overflow-wrap: anywhere;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.managed-page-slide__eyebrow {
  font-family: "Bahnschrift", "DIN Alternate", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: var(--managed-font-size, 15px);
  font-weight: 700;
  line-height: 1.4;
}

.managed-page-slide__title {
  font-size: var(--managed-font-size, 77px);
  font-weight: 700;
  line-height: 1.2;
}

.managed-page-slide__description {
  max-width: 1000px;
  font-size: var(--managed-font-size, 19px);
  line-height: 1.7;
}

.managed-page-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  text-shadow: none;
}

.managed-page-slide__actions a {
  min-height: 52px;
  padding: 0 31px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff7a18;
  color: #fff;
  font-size: var(--managed-font-size, 18px);
  font-weight: 700;
  line-height: normal;
  box-shadow: 0 8px 18px rgba(223, 76, 21, 0.2);
  pointer-events: auto;
}

.managed-page-slide__product {
  position: absolute;
  z-index: 3;
  min-height: 0;
}

.managed-page-slide__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  body:not([data-page="home"]) section.has-managed-page-slide,
  body[data-page="about"] section.has-managed-page-slide--about {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .managed-page-slide__canvas {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    padding: 38px 24px;
    display: grid;
    align-content: center;
    gap: 11px;
  }

  .managed-page-slide__field {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
  }

  .managed-page-slide__eyebrow {
    font-size: min(var(--managed-font-size, 15px), 18px);
  }

  .managed-page-slide__title {
    font-size: min(var(--managed-font-size, 40px), 40px);
    line-height: 1.16;
  }

  .managed-page-slide__description {
    font-size: min(var(--managed-font-size, 17px), 18px);
    line-height: 1.6;
  }

  .managed-page-slide__actions {
    justify-content: flex-start !important;
  }

  .managed-page-slide__actions a {
    min-height: 44px;
    padding: 0 22px;
    font-size: min(var(--managed-font-size, 16px), 17px);
  }

  .managed-page-slide__product {
    left: auto !important;
    right: 18px;
    top: 50% !important;
    width: min(44%, 220px) !important;
    opacity: 0.26;
    transform: translateY(-50%);
  }

.managed-page-slide.is-about::before {
    display: none;
  }
}

/* Application marketplace: align the catalog with the site's editorial visual system. */
body[data-page="products"] {
  --market-accent: #ef6b24;
  --market-accent-deep: #d95616;
  --market-ink: #20262b;
  --market-muted: #69737c;
  --market-line: #dfe4e7;
  --market-surface: #f3f5f6;
  --market-panel: #ffffff;
}

body[data-page="products"] .products-page {
  background: var(--market-surface);
}

body[data-page="products"] .marketplace-shell {
  width: var(--inner-shell);
  padding: 48px 0 88px;
}

body[data-page="products"] .marketplace-top {
  grid-template-columns: 250px minmax(0, 1fr) 258px;
  gap: 18px;
  min-height: 420px;
  margin-bottom: 64px;
}

body[data-page="products"] .market-category-nav,
body[data-page="products"] .marketplace-service,
body[data-page="products"] .marketplace-promo {
  border-color: var(--market-line);
  border-radius: 4px;
}

body[data-page="products"] .market-category-nav,
body[data-page="products"] .marketplace-service {
  box-shadow: 0 14px 36px rgba(32, 38, 43, 0.055);
}

body[data-page="products"] .market-category-nav__title {
  min-height: 62px;
  padding: 0 20px;
  gap: 13px;
  background: var(--market-ink);
  font-size: 16px;
}

body[data-page="products"] .market-category-nav__title span {
  color: #ff8a4b;
  font-size: 22px;
}

body[data-page="products"] .market-category-nav__group {
  position: relative;
  padding: 19px 20px 18px;
  border-bottom-color: #e8ecee;
  transition: background-color 0.2s ease;
}

body[data-page="products"] .market-category-nav__group::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: transparent;
  transition: background-color 0.2s ease;
}

body[data-page="products"] .market-category-nav__group:hover {
  background: #f8f9f9;
}

body[data-page="products"] .market-category-nav__group:hover::before {
  background: var(--market-accent);
}

body[data-page="products"] .market-category-nav__group strong {
  margin-bottom: 9px;
  color: var(--market-ink);
  font-size: 15px;
}

body[data-page="products"] .market-category-nav__group div {
  gap: 6px 14px;
}

body[data-page="products"] .market-category-nav__group a {
  color: #75808a;
  font-size: 13px;
}

body[data-page="products"] .market-category-nav__group a:hover {
  color: var(--market-accent);
}

body[data-page="products"] .marketplace-promo,
body[data-page="products"] .marketplace-promo__copy {
  min-height: 420px;
}

body[data-page="products"] .marketplace-promo {
  background: #20262b;
  box-shadow: 0 18px 42px rgba(32, 38, 43, 0.14);
}

body[data-page="products"] .marketplace-promo__shade {
  background:
    linear-gradient(90deg, rgba(20, 25, 29, 0.9) 0%, rgba(20, 25, 29, 0.62) 54%, rgba(20, 25, 29, 0.28) 100%),
    linear-gradient(0deg, rgba(20, 25, 29, 0.32), transparent 58%);
}

body[data-page="products"] .marketplace-promo__copy {
  width: min(660px, 90%);
  padding: 58px 52px;
  gap: 16px;
}

body[data-page="products"] .marketplace-promo__copy > span,
body[data-page="products"] .marketplace-service__eyebrow,
body[data-page="products"] .marketplace-toolbar > div > span {
  color: #ef7b3c;
  font-size: 12px;
  letter-spacing: 0;
}

body[data-page="products"] .marketplace-promo__copy > span {
  padding-left: 14px;
  border-left: 3px solid var(--market-accent);
  line-height: 22px;
}

body[data-page="products"] .marketplace-promo__copy h2 {
  max-width: 540px;
  font-size: 42px;
  line-height: 1.2;
}

body[data-page="products"] .marketplace-promo__copy p {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.9;
}

body[data-page="products"] .marketplace-promo__copy a {
  min-height: 46px;
  margin-top: 9px;
  padding: 0 22px;
  border-radius: 3px;
  background: var(--market-accent);
  font-size: 14px;
}

body[data-page="products"] .marketplace-promo__copy a:hover {
  background: var(--market-accent-deep);
}

body[data-page="products"] .marketplace-service {
  padding: 32px 24px 24px;
}

body[data-page="products"] .marketplace-service h2 {
  margin: 9px 0 23px;
  color: var(--market-ink);
  font-size: 26px;
}

body[data-page="products"] .marketplace-service dl > div {
  padding: 18px 0;
  border-top-color: #e8ecee;
}

body[data-page="products"] .marketplace-service dt {
  color: var(--market-accent);
  font-size: 30px;
}

body[data-page="products"] .marketplace-service dd {
  color: #74808a;
  font-size: 13px;
}

body[data-page="products"] .marketplace-service > a {
  min-height: 46px;
  border-color: var(--market-accent);
  border-radius: 3px;
  color: var(--market-accent-deep);
  font-size: 14px;
}

body[data-page="products"] .marketplace-service > a:hover {
  background: var(--market-accent);
}

body[data-page="products"] .marketplace-toolbar {
  padding-bottom: 25px;
  align-items: flex-end;
  border-bottom-color: var(--market-line);
}

body[data-page="products"] .marketplace-toolbar h2 {
  margin: 7px 0 7px;
  color: var(--market-ink);
  font-size: 34px;
}

body[data-page="products"] .marketplace-toolbar p {
  color: var(--market-muted);
  font-size: 14px;
}

body[data-page="products"] .marketplace-toolbar form {
  width: min(460px, 100%);
  grid-template-columns: minmax(0, 1fr) 92px;
  box-shadow: 0 10px 28px rgba(32, 38, 43, 0.06);
}

body[data-page="products"] .marketplace-toolbar input {
  height: 48px;
  padding: 0 17px;
  border-color: #d8dde0;
  border-radius: 3px 0 0 3px;
  color: var(--market-ink);
  font-size: 14px;
  outline: none;
}

body[data-page="products"] .marketplace-toolbar input:focus {
  border-color: var(--market-accent);
  box-shadow: inset 0 0 0 1px var(--market-accent);
}

body[data-page="products"] .marketplace-toolbar button {
  border-radius: 0 3px 3px 0;
  background: var(--market-accent);
  font-size: 14px;
}

body[data-page="products"] .marketplace-toolbar button:hover {
  background: var(--market-accent-deep);
}

body[data-page="products"] .marketplace-sections {
  gap: 64px;
  padding-top: 43px;
}

body[data-page="products"] .market-category-section {
  scroll-margin-top: calc(var(--site-header-height) + 28px);
}

body[data-page="products"] .market-category-section__head {
  min-height: 58px;
  margin-bottom: 19px;
  align-items: flex-end;
}

body[data-page="products"] .market-category-section__head > div {
  padding-left: 15px;
  border-left: 3px solid var(--market-accent);
}

body[data-page="products"] .market-category-section__head > div > span {
  color: var(--market-accent);
  font-size: 12px;
}

body[data-page="products"] .market-category-section__head h2 {
  margin-top: 6px;
  color: var(--market-ink);
  font-size: 28px;
}

body[data-page="products"] .market-category-section__count {
  padding-bottom: 4px;
  color: #7d878f;
  font-size: 13px;
}

body[data-page="products"] .market-product-grid {
  gap: 18px;
}

body[data-page="products"] .market-product-card {
  grid-template-rows: 190px minmax(238px, 1fr);
  border-color: var(--market-line);
  border-radius: 4px;
}

body[data-page="products"] .market-product-card:hover,
body[data-page="products"] .market-product-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(239, 107, 36, 0.58);
  box-shadow: 0 18px 40px rgba(32, 38, 43, 0.11);
}

body[data-page="products"] .market-product-card__media {
  padding: 16px;
  border-bottom-color: #e7ebed;
  background: #eef1f2;
}

body[data-page="products"] .market-product-card__media img {
  height: 158px;
}

body[data-page="products"] .market-product-card:hover .market-product-card__media img,
body[data-page="products"] .market-product-card:focus-within .market-product-card__media img {
  transform: scale(1.045);
}

body[data-page="products"] .market-product-card__badge {
  top: 12px;
  left: 12px;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 3px;
  font-size: 11px;
}

body[data-page="products"] .market-product-card__body {
  padding: 18px 18px 17px;
}

body[data-page="products"] .market-product-card__category {
  color: var(--market-accent);
  font-size: 12px;
  font-weight: 700;
}

body[data-page="products"] .market-product-card h3 {
  min-height: 48px;
  margin: 8px 0 9px;
  color: var(--market-ink);
  font-size: 17px;
  line-height: 1.45;
}

body[data-page="products"] .market-product-card h3 a:hover {
  color: var(--market-accent);
}

body[data-page="products"] .market-product-card__body > p {
  min-height: 67px;
  color: var(--market-muted);
  font-size: 13px;
  line-height: 1.72;
  -webkit-line-clamp: 3;
}

body[data-page="products"] .market-product-card__price {
  min-height: 39px;
  margin-top: 13px;
}

body[data-page="products"] .market-product-card__price strong {
  color: var(--market-accent-deep);
  font-size: 22px;
}

body[data-page="products"] .market-product-card__price del {
  font-size: 11px;
}

body[data-page="products"] .market-product-card__actions {
  gap: 9px;
}

body[data-page="products"] .market-product-card__actions a {
  min-height: 40px;
  border-radius: 3px;
  font-size: 13px;
}

body[data-page="products"] .market-product-card__detail {
  background: var(--market-accent);
}

body[data-page="products"] .market-product-card__detail:hover {
  background: var(--market-accent-deep);
}

body[data-page="products"] .market-product-card__consult {
  border-color: rgba(239, 107, 36, 0.55);
  color: var(--market-accent-deep);
}

body[data-page="products"] .market-product-card__consult:hover {
  border-color: var(--market-accent);
  background: #fff5ef;
  color: var(--market-accent-deep);
}

body[data-page="products"] .marketplace-empty {
  padding: 72px 24px;
  border-color: #cfd6da;
  border-radius: 4px;
}

body[data-page="products"] .marketplace-assurance {
  margin-top: 72px;
  padding: 31px 32px;
  border-color: var(--market-ink);
  border-radius: 4px;
  background: var(--market-ink);
  box-shadow: 0 18px 42px rgba(32, 38, 43, 0.14);
}

body[data-page="products"] .marketplace-assurance article {
  padding: 4px 25px;
  border-right-color: rgba(255, 255, 255, 0.13);
}

body[data-page="products"] .marketplace-assurance article > strong {
  color: #ff8a4b;
  font-size: 23px;
}

body[data-page="products"] .marketplace-assurance h3 {
  color: #fff;
  font-size: 14px;
}

body[data-page="products"] .marketplace-assurance p {
  color: #aeb7be;
  font-size: 11px;
}

@media (max-width: 1180px) {
  body[data-page="products"] .marketplace-top {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  body[data-page="products"] .marketplace-service {
    grid-template-columns: 170px minmax(0, 1fr) 200px;
  }

  body[data-page="products"] .marketplace-service dl > div {
    border-left-color: #e8ecee;
  }
}

@media (max-width: 820px) {
  body[data-page="products"] .marketplace-shell {
    padding-top: 34px;
  }

  body[data-page="products"] .marketplace-top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 52px;
  }

  body[data-page="products"] .marketplace-promo {
    order: -1;
  }

  body[data-page="products"] .market-category-nav > nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="products"] .market-category-nav__group {
    border-right: 1px solid #e8ecee;
  }

  body[data-page="products"] .market-category-nav__group:last-child {
    border-right: 0;
  }

  body[data-page="products"] .marketplace-promo,
  body[data-page="products"] .marketplace-promo__copy {
    min-height: 370px;
  }

  body[data-page="products"] .marketplace-service {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  body[data-page="products"] .marketplace-toolbar {
    gap: 22px;
  }

  body[data-page="products"] .marketplace-toolbar h2 {
    font-size: 31px;
  }

  body[data-page="products"] .market-product-card {
    grid-template-rows: 180px minmax(232px, 1fr);
  }

  body[data-page="products"] .market-product-card__media img {
    height: 148px;
  }
}

@media (max-width: 560px) {
  body[data-page="products"] .marketplace-shell {
    width: calc(100% - 28px);
    padding: 24px 0 64px;
  }

  body[data-page="products"] .marketplace-top {
    gap: 14px;
    margin-bottom: 44px;
  }

  body[data-page="products"] .marketplace-promo,
  body[data-page="products"] .marketplace-promo__copy {
    min-height: 320px;
  }

  body[data-page="products"] .marketplace-promo__copy {
    padding: 30px 24px;
  }

  body[data-page="products"] .marketplace-promo__copy h2 {
    font-size: 30px;
  }

  body[data-page="products"] .marketplace-promo__copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  body[data-page="products"] .market-category-nav > nav {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .market-category-nav__group {
    border-right: 0;
  }

  body[data-page="products"] .marketplace-service {
    padding: 25px 22px 22px;
  }

  body[data-page="products"] .marketplace-service dl {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .marketplace-toolbar h2 {
    font-size: 28px;
  }

  body[data-page="products"] .marketplace-toolbar form {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  body[data-page="products"] .marketplace-sections {
    gap: 50px;
    padding-top: 36px;
  }

  body[data-page="products"] .market-category-section__head {
    align-items: flex-start;
  }

  body[data-page="products"] .market-category-section__head h2 {
    font-size: 25px;
  }

  body[data-page="products"] .market-category-section__count {
    padding-top: 31px;
  }

  body[data-page="products"] .market-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 210px minmax(0, auto);
  }

  body[data-page="products"] .market-product-card__media {
    min-height: 210px;
  }

  body[data-page="products"] .market-product-card__media img {
    height: 178px;
  }

  body[data-page="products"] .market-product-card__body {
    padding: 18px 18px 17px;
  }

  body[data-page="products"] .market-product-card h3,
  body[data-page="products"] .market-product-card__body > p {
    min-height: 0;
  }

  body[data-page="products"] .market-product-card__actions {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="products"] .marketplace-assurance {
    margin-top: 54px;
    padding: 12px 20px;
  }

  body[data-page="products"] .marketplace-assurance article,
  body[data-page="products"] .marketplace-assurance article:nth-child(2) {
    padding: 18px 4px;
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }
}

/* Independent member login and registration pages. */
body[data-page="member-login"],
body[data-page="member-register"] {
  --member-auth-accent: #ef6b24;
  --member-auth-accent-deep: #d95616;
  --member-auth-ink: #20262b;
  --member-auth-muted: #68737c;
  --member-auth-line: #dfe4e7;
}

body[data-page="member-login"] .member-auth-page,
body[data-page="member-register"] .member-auth-page {
  min-height: 720px;
  padding: 52px 0 82px;
  background-color: #f3f5f6;
  background-image:
    linear-gradient(rgba(32, 38, 43, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 38, 43, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
}

.member-auth-shell {
  width: 80%;
  max-width: 1160px;
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--member-auth-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(32, 38, 43, 0.11);
}

.member-auth-visual {
  position: relative;
  min-width: 0;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: #20262b;
}

.member-auth-visual > img,
.member-auth-visual__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.member-auth-visual > img {
  z-index: -2;
  object-fit: cover;
  object-position: 46% center;
}

.member-auth-visual__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(24, 29, 33, 0.22), rgba(24, 29, 33, 0.9)),
    linear-gradient(90deg, rgba(24, 29, 33, 0.72), rgba(24, 29, 33, 0.18));
}

.member-auth-visual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 38%;
  background: var(--member-auth-accent);
}

.member-auth-visual__content {
  position: absolute;
  right: 42px;
  bottom: 54px;
  left: 42px;
  color: #fff;
}

.member-auth-visual__content > span,
.member-auth-eyebrow {
  color: #ff8a4b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.member-auth-visual__content > span {
  padding-left: 14px;
  border-left: 3px solid var(--member-auth-accent);
  line-height: 22px;
}

.member-auth-visual__content h2 {
  max-width: 420px;
  margin: 20px 0 15px;
  color: #fff;
  font-size: 34px;
  line-height: 1.38;
}

.member-auth-visual__content p {
  margin: 0;
  color: #c7ced3;
  font-size: 15px;
}

.member-auth-panel {
  min-width: 0;
  padding: 54px 62px;
  display: grid;
  align-items: center;
  background: #fff;
}

.member-auth-panel__inner {
  width: min(500px, 100%);
  margin: 0 auto;
}

.member-auth-panel h1 {
  margin: 9px 0 10px;
  color: var(--member-auth-ink);
  font-size: 36px;
  line-height: 1.24;
}

.member-auth-intro {
  margin: 0;
  color: var(--member-auth-muted);
  font-size: 14px;
  line-height: 1.8;
}

.member-auth-form {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.member-auth-form--register {
  margin-top: 24px;
  gap: 15px;
}

.member-auth-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.member-auth-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.member-auth-field > span {
  color: #36414a;
  font-size: 13px;
  font-weight: 700;
}

.member-auth-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #cfd6da;
  border-radius: 3px;
  outline: none;
  background: #fbfcfc;
  color: var(--member-auth-ink);
  font: inherit;
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.member-auth-field input::placeholder {
  color: #9aa3aa;
}

.member-auth-field input:focus {
  border-color: var(--member-auth-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(239, 107, 36, 0.13);
}

.member-auth-submit {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--member-auth-accent);
  border-radius: 3px;
  background: var(--member-auth-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(239, 107, 36, 0.2);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.member-auth-submit:hover {
  border-color: var(--member-auth-accent-deep);
  background: var(--member-auth-accent-deep);
  transform: translateY(-1px);
}

.member-auth-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.member-auth-feedback {
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d8dde0;
  border-radius: 3px;
  background: #f7f8f9;
  color: #5f6972;
  font-size: 13px;
  line-height: 1.55;
}

.member-auth-feedback[hidden] {
  display: none;
}

.member-auth-feedback.is-error {
  border-color: #f1c6b7;
  background: #fff5f1;
  color: #b63e1e;
}

.member-auth-feedback.is-success {
  border-color: #b8dfc9;
  background: #f0faf4;
  color: #24724b;
}

.member-auth-switch {
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid #e7ebed;
  color: #737d85;
  font-size: 14px;
}

.member-auth-switch a,
.member-auth-return {
  color: var(--member-auth-accent-deep);
  font-weight: 700;
}

.member-auth-switch a:hover,
.member-auth-return:hover {
  color: var(--member-auth-accent);
}

.member-auth-return {
  width: fit-content;
  margin: 18px auto 0;
  display: block;
  font-size: 13px;
}

@media (max-width: 980px) {
  .member-auth-shell {
    width: calc(100% - 48px);
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }

  .member-auth-panel {
    padding: 46px 38px;
  }

  .member-auth-visual__content {
    right: 30px;
    left: 30px;
  }

  .member-auth-visual__content h2 {
    font-size: 29px;
  }

  .member-auth-field-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body[data-page="member-login"] .member-auth-page,
  body[data-page="member-register"] .member-auth-page {
    min-height: 0;
    padding: 22px 0 56px;
  }

  .member-auth-shell {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .member-auth-visual {
    min-height: 250px;
  }

  .member-auth-visual__content {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }

  .member-auth-visual__content h2 {
    max-width: 480px;
    margin: 14px 0 10px;
    font-size: 27px;
  }

  .member-auth-panel {
    padding: 36px 28px 38px;
  }

  .member-auth-panel h1 {
    font-size: 31px;
  }
}

@media (max-width: 480px) {
  .member-auth-visual {
    min-height: 220px;
  }

  .member-auth-visual__content h2 {
    font-size: 23px;
  }

  .member-auth-panel {
    padding: 30px 20px 34px;
  }

  .member-auth-panel h1 {
    font-size: 28px;
  }

  .member-auth-form {
    margin-top: 24px;
  }

  .member-auth-switch {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

/* Compact member authentication dialog shared by the top utility bar. */
body.is-member-auth-modal-open {
  overflow: hidden;
}

.member-auth-modal {
  --member-auth-accent: #ef6b24;
  --member-auth-accent-deep: #d95616;
  --member-auth-ink: #20262b;
  --member-auth-muted: #68737c;
  --member-auth-line: #dfe4e7;
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 20px;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(19, 27, 37, 0.66);
  backdrop-filter: blur(2px);
}

.member-auth-modal[hidden],
.member-auth-modal .member-auth-form[hidden] {
  display: none;
}

.member-auth-modal__dialog {
  position: relative;
  width: min(500px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(32, 38, 43, 0.14);
  border-top: 4px solid var(--member-auth-accent);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(12, 19, 28, 0.28);
}

.member-auth-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 1;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f4;
  color: #56616a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.member-auth-modal__close:hover,
.member-auth-modal__close:focus-visible {
  background: #e5e8ea;
  color: #20262b;
}

.member-auth-modal__header {
  padding: 25px 64px 15px 30px;
}

.member-auth-modal__header > span {
  display: block;
  color: var(--member-auth-accent-deep);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.member-auth-modal__header h2 {
  margin: 6px 0 5px;
  color: var(--member-auth-ink);
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
}

.member-auth-modal__header p {
  margin: 0;
  color: var(--member-auth-muted);
  font-size: 13px;
  line-height: 1.65;
}

.member-auth-modal__tabs {
  margin: 0 30px;
  padding: 3px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  background: #f4f6f7;
}

.member-auth-modal__tabs button {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #68737c;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.member-auth-modal__tabs button.is-active {
  background: #fff;
  color: var(--member-auth-accent-deep);
  box-shadow: 0 2px 8px rgba(32, 38, 43, 0.08);
}

.member-auth-modal .member-auth-form {
  margin: 0;
  padding: 22px 30px 30px;
  gap: 15px;
}

.member-auth-modal .member-auth-form--register {
  gap: 13px;
}

.member-auth-modal .member-auth-field-grid {
  gap: 12px;
}

.member-auth-modal .member-auth-field {
  gap: 6px;
}

.member-auth-modal .member-auth-field > span {
  font-size: 12px;
}

.member-auth-modal .member-auth-field input {
  height: 46px;
  border-radius: 3px;
  background: #fff;
}

.member-auth-modal .member-auth-submit {
  min-height: 46px;
  margin-top: 2px;
  box-shadow: none;
}

.member-auth-modal .member-auth-feedback {
  min-height: 0;
  margin: 0;
}

@media (max-width: 540px) {
  .member-auth-modal {
    padding: 14px;
  }

  .member-auth-modal__dialog {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
  }

  .member-auth-modal__header {
    padding: 22px 54px 13px 20px;
  }

  .member-auth-modal__header h2 {
    font-size: 23px;
  }

  .member-auth-modal__tabs {
    margin-inline: 20px;
  }

  .member-auth-modal .member-auth-form {
    padding: 18px 20px 22px;
  }

  .member-auth-modal .member-auth-field-grid {
    grid-template-columns: 1fr;
  }
}

/* Application market quote cards. */
body[data-page="products"] .market-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="products"] .market-product-card {
  min-height: 430px;
  overflow: visible;
  display: flex;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 16px 34px rgba(32, 38, 43, 0.07);
}

body[data-page="products"] .market-product-card:hover,
body[data-page="products"] .market-product-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(239, 91, 22, 0.36);
  box-shadow: 0 20px 42px rgba(32, 38, 43, 0.11);
}

body[data-page="products"] .market-product-card__body {
  width: 100%;
  min-width: 0;
  padding: 32px 27px 30px;
  display: flex;
  flex-direction: column;
}

body[data-page="products"] .market-product-card h3 {
  min-height: 0;
  margin: 0 0 14px;
  color: #202a36;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

body[data-page="products"] .market-product-card h3 a {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

body[data-page="products"] .market-product-card h3 a:hover {
  color: #ef5b16;
}

body[data-page="products"] .market-product-card__features {
  min-height: 111px;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  list-style: none;
}

body[data-page="products"] .market-product-card__features li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5f6c7b;
  font-size: 15px;
  line-height: 1.55;
}

body[data-page="products"] .market-product-card__features li > span {
  flex: 0 0 auto;
  color: #19a761;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

body[data-page="products"] .market-product-card__trial {
  width: fit-content;
  min-height: 34px;
  margin-top: 11px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #19a761;
  border-radius: 3px;
  color: #159554;
  font-size: 15px;
  font-weight: 500;
}

body[data-page="products"] .market-product-card__price {
  min-height: 58px;
  margin-top: 28px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

body[data-page="products"] .market-product-card__currency {
  color: #f05a10;
  font-size: 18px;
}

body[data-page="products"] .market-product-card__price strong {
  color: #f05a10;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
}

body[data-page="products"] .market-product-card__price strong.is-negotiable {
  font-size: 31px;
  font-weight: 600;
}

body[data-page="products"] .market-product-card__unit {
  color: #8190a1;
  font-size: 16px;
}

body[data-page="products"] .market-product-card__price del {
  margin-left: 8px;
  color: #a1a8b1;
  font-size: 12px;
}

body[data-page="products"] .market-product-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body[data-page="products"] .market-product-card__actions a {
  min-height: 50px;
  padding: 0 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}

body[data-page="products"] .market-product-card__consult {
  border: 1px solid #f05a10;
  background: #fff;
  color: #e95712;
}

body[data-page="products"] .market-product-card__consult:hover {
  border-color: #d94b0b;
  background: #fff8f4;
  color: #d94b0b;
}

body[data-page="products"] .market-product-card__detail {
  border: 1px solid #f05a10;
  background: #f05a10;
  color: #fff;
}

body[data-page="products"] .market-product-card__detail:hover {
  border-color: #d94b0b;
  background: #d94b0b;
  color: #fff;
}

@media (max-width: 1100px) {
  body[data-page="products"] .market-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="products"] .market-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Purchase detail: reference-inspired commerce layout using the public product feed. */
body[data-page="product-detail"] .product-detail-page {
  background: #f5f6f8;
}

body[data-page="product-detail"] .product-detail-shell {
  padding-top: 26px;
}

body[data-page="product-detail"] .product-detail-breadcrumb {
  margin-bottom: 14px;
  color: #7d8794;
}

body[data-page="product-detail"] .product-detail-commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 260px);
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

body[data-page="product-detail"] .product-detail-purchase-card,
body[data-page="product-detail"] .product-detail-recommend,
body[data-page="product-detail"] .product-detail-body {
  border: 1px solid #e7e9ed;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 39, 52, 0.05);
}

body[data-page="product-detail"] .product-detail-purchase-card {
  min-width: 0;
  overflow: hidden;
}

body[data-page="product-detail"] .product-detail-hero {
  grid-template-columns: minmax(280px, 0.9fr) minmax(330px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  margin: 0;
  padding: 30px 28px 26px;
}

body[data-page="product-detail"] .product-detail-gallery {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

body[data-page="product-detail"] .product-detail-gallery.is-single {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="product-detail"] .product-detail-gallery.is-single .product-detail-gallery__thumbs {
  display: none;
}

body[data-page="product-detail"] .product-detail-gallery__thumbs {
  gap: 8px;
}

body[data-page="product-detail"] .product-detail-gallery__thumb {
  border-radius: 4px;
  cursor: pointer;
}

body[data-page="product-detail"] .product-detail-gallery__thumb img {
  height: 62px;
  padding: 4px;
  object-fit: contain;
}

body[data-page="product-detail"] .product-detail-gallery__stage {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1.12 / 1;
  border-radius: 4px;
  background: #f7f8fa;
}

body[data-page="product-detail"] .product-detail-gallery__stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 18px;
  object-fit: contain;
}

body[data-page="product-detail"] .product-detail-gallery__control {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border-color: #e2e5e9;
  background: rgba(255, 255, 255, 0.94);
  color: #4b5563;
  font-size: 22px;
  cursor: pointer;
}

body[data-page="product-detail"] .product-detail-gallery__control--prev {
  left: 12px;
}

body[data-page="product-detail"] .product-detail-gallery__control--next {
  right: 12px;
}

body[data-page="product-detail"] .product-detail-summary {
  gap: 13px;
  min-width: 0;
  padding: 2px 0 0;
}

body[data-page="product-detail"] .product-detail-summary__eyebrow {
  color: #f05e0b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body[data-page="product-detail"] .product-detail-summary h1 {
  color: #2f343b;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

body[data-page="product-detail"] .product-detail-summary > p {
  color: #707987;
  font-size: 14px;
  line-height: 1.75;
}

body[data-page="product-detail"] .product-detail-summary__badges {
  gap: 8px;
}

body[data-page="product-detail"] .product-detail-summary__badges span {
  min-height: 29px;
  padding: 0 12px;
  border-radius: 3px;
  background: #f1f3f6;
  color: #394353;
  box-shadow: none;
  font-size: 12px;
}

body[data-page="product-detail"] .product-detail-price-panel {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  padding: 15px 16px;
  border-left: 3px solid #ff7a18;
  background: #fff7ee;
}

body[data-page="product-detail"] .product-detail-price-panel__label {
  color: #838b96;
  font-size: 13px;
}

body[data-page="product-detail"] .product-detail-price-panel__value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
  color: #f05e0b;
}

body[data-page="product-detail"] .product-detail-price-panel__value > span {
  font-size: 18px;
  font-weight: 700;
}

body[data-page="product-detail"] .product-detail-price-panel__value strong {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="product-detail"] .product-detail-price-panel__value strong.is-negotiable {
  font-size: 25px;
}

body[data-page="product-detail"] .product-detail-price-panel__value small {
  color: #596270;
  font-size: 12px;
}

body[data-page="product-detail"] .product-detail-price-panel__value del {
  margin-left: 8px;
  color: #9aa1aa;
  font-size: 12px;
}

body[data-page="product-detail"] .product-detail-price-panel__hint {
  grid-column: 2;
  color: #8a919b;
  font-size: 12px;
  line-height: 1.5;
}

body[data-page="product-detail"] .product-detail-summary__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top-color: #eceef1;
  border-bottom-color: #eceef1;
}

body[data-page="product-detail"] .product-detail-summary__fact {
  gap: 5px;
  padding: 10px 4px 10px 0;
}

body[data-page="product-detail"] .product-detail-summary__fact span {
  color: #9299a3;
  font-size: 12px;
}

body[data-page="product-detail"] .product-detail-summary__fact strong {
  overflow-wrap: anywhere;
  color: #343a43;
  font-size: 14px;
}

body[data-page="product-detail"] .product-detail-summary__actions {
  gap: 12px;
  padding-top: 2px;
}

body[data-page="product-detail"] .product-detail-button {
  min-width: 138px;
  min-height: 44px;
  border-radius: 4px;
  font-size: 14px;
}

body[data-page="product-detail"] .product-detail-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #eceef1;
  background: #fcfcfd;
}

body[data-page="product-detail"] .product-detail-service-item {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 18px 16px;
  border-right: 1px solid #eceef1;
}

body[data-page="product-detail"] .product-detail-service-item:last-child {
  border-right: 0;
}

body[data-page="product-detail"] .product-detail-service-item__mark {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #fff0e5;
  color: #f05e0b;
  font-weight: 800;
}

body[data-page="product-detail"] .product-detail-service-item:nth-child(2) .product-detail-service-item__mark {
  background: #eaf7f4;
  color: #087f6b;
}

body[data-page="product-detail"] .product-detail-service-item:nth-child(3) .product-detail-service-item__mark {
  background: #edf2f8;
  color: #365a7d;
}

body[data-page="product-detail"] .product-detail-service-item:nth-child(4) .product-detail-service-item__mark {
  background: #edf7ed;
  color: #3b7d44;
}

body[data-page="product-detail"] .product-detail-service-item > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body[data-page="product-detail"] .product-detail-service-item strong {
  color: #343a43;
  font-size: 13px;
}

body[data-page="product-detail"] .product-detail-service-item small {
  color: #8a919b;
  font-size: 11px;
  line-height: 1.35;
}

body[data-page="product-detail"] .product-detail-recommend {
  overflow: hidden;
}

body[data-page="product-detail"] .product-detail-recommend__head {
  padding: 21px 18px 16px;
  border-bottom: 1px solid #eceef1;
}

body[data-page="product-detail"] .product-detail-recommend__head span {
  display: block;
  margin-bottom: 5px;
  color: #9aa1aa;
  font-size: 11px;
}

body[data-page="product-detail"] .product-detail-recommend__head h2 {
  margin: 0;
  color: #343a43;
  font-size: 21px;
  letter-spacing: 0;
}

body[data-page="product-detail"] .product-detail-recommend__list {
  display: grid;
}

body[data-page="product-detail"] .product-detail-recommend__item {
  display: grid;
  gap: 10px;
  padding: 15px 16px;
  border-bottom: 1px solid #eceef1;
  color: inherit;
}

body[data-page="product-detail"] .product-detail-recommend__media {
  display: block;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  border: 1px solid #eceef1;
  border-radius: 3px;
  background: #f7f8fa;
}

body[data-page="product-detail"] .product-detail-recommend__media img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

body[data-page="product-detail"] .product-detail-recommend__item:hover .product-detail-recommend__media img {
  transform: scale(1.03);
}

body[data-page="product-detail"] .product-detail-recommend__body {
  display: grid;
  gap: 3px;
}

body[data-page="product-detail"] .product-detail-recommend__body strong {
  color: #343a43;
  font-size: 14px;
  line-height: 1.45;
}

body[data-page="product-detail"] .product-detail-recommend__body small {
  color: #9299a3;
  font-size: 11px;
}

body[data-page="product-detail"] .product-detail-recommend__body b {
  color: #f05e0b;
  font-size: 13px;
}

body[data-page="product-detail"] .product-detail-recommend__empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #9aa1aa;
  font-size: 13px;
  text-align: center;
}

body[data-page="product-detail"] .product-detail-recommend__more {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #f05e0b;
  font-size: 13px;
  font-weight: 700;
}

body[data-page="product-detail"] .product-detail-body {
  width: 100%;
  margin: 0;
  padding: 28px 32px 38px;
}

body[data-page="product-detail"] .product-detail-body .product-detail-section-head {
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eceef1;
}

body[data-page="product-detail"] .product-detail-body .product-detail-section-head span {
  color: #f05e0b;
  letter-spacing: 0;
}

body[data-page="product-detail"] .product-detail-body .product-detail-section-head h2 {
  margin-top: 5px;
  font-size: 24px;
  letter-spacing: 0;
}

body[data-page="product-detail"] .product-detail-body .product-detail-richtext {
  max-width: 1040px;
  margin: 0 auto;
  color: #586270;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 1120px) {
  body[data-page="product-detail"] .product-detail-commerce-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-recommend__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="product-detail"] .product-detail-recommend__item {
    border-right: 1px solid #eceef1;
  }

  body[data-page="product-detail"] .product-detail-recommend__item:nth-child(3n) {
    border-right: 0;
  }

  body[data-page="product-detail"] .product-detail-recommend__empty {
    min-height: 120px;
  }
}

@media (max-width: 900px) {
  body[data-page="product-detail"] .product-detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-gallery__stage {
    max-height: 520px;
  }
}

@media (max-width: 760px) {
  body[data-page="product-detail"] .floating-rail {
    display: none;
  }

  body[data-page="product-detail"] .product-detail-shell {
    padding-top: 16px;
    padding-bottom: 56px;
  }

  body[data-page="product-detail"] .product-detail-hero {
    gap: 22px;
    padding: 18px 16px 20px;
  }

  body[data-page="product-detail"] .product-detail-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-gallery__thumbs {
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="product-detail"] .product-detail-gallery__stage,
  body[data-page="product-detail"] .product-detail-gallery__stage img {
    min-height: 0;
  }

  body[data-page="product-detail"] .product-detail-summary h1 {
    font-size: 28px;
  }

  body[data-page="product-detail"] .product-detail-price-panel {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px 12px;
  }

  body[data-page="product-detail"] .product-detail-price-panel__value strong {
    font-size: 25px;
  }

  body[data-page="product-detail"] .product-detail-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="product-detail"] .product-detail-service-item:nth-child(2) {
    border-right: 0;
  }

  body[data-page="product-detail"] .product-detail-service-item:nth-child(-n + 2) {
    border-bottom: 1px solid #eceef1;
  }

  body[data-page="product-detail"] .product-detail-recommend__list {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-recommend__item {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    border-right: 0;
  }

  body[data-page="product-detail"] .product-detail-body {
    padding: 24px 18px 30px;
  }
}

@media (max-width: 440px) {
  body[data-page="product-detail"] .product-detail-summary__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-summary__fact:nth-last-child(-n + 2) {
    border-bottom: 1px solid #f0f2f5;
  }

  body[data-page="product-detail"] .product-detail-summary__fact:last-child {
    border-bottom: 0;
  }

  body[data-page="product-detail"] .product-detail-summary__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="product-detail"] .product-detail-button {
    min-width: 0;
    padding: 0 12px;
  }

  body[data-page="product-detail"] .product-detail-service-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="product-detail"] .product-detail-service-item,
  body[data-page="product-detail"] .product-detail-service-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #eceef1;
  }

  body[data-page="product-detail"] .product-detail-service-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  body[data-page="products"] .market-product-card {
    min-height: 405px;
    display: flex;
  }

  body[data-page="products"] .market-product-card__body {
    padding: 28px 22px 24px;
  }

  body[data-page="products"] .market-product-card h3 {
    font-size: 21px;
  }

  body[data-page="products"] .market-product-card__features {
    min-height: 104px;
  }

  body[data-page="products"] .market-product-card__features li {
    font-size: 14px;
  }

  body[data-page="products"] .market-product-card__price {
    margin-top: 23px;
  }

  body[data-page="products"] .market-product-card__price strong {
    font-size: 31px;
  }

  body[data-page="products"] .market-product-card__price strong.is-negotiable {
    font-size: 27px;
  }

  body[data-page="products"] .market-product-card__actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body[data-page="products"] .market-product-card__actions a {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 15px;
  }
}
