:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --charcoal: #14181f;
  --success: #0f766e;
}

/* Default tenant homepage: reference-aligned corporate city-site layout. */
body .reference-template {
  --reference-dark: #073447;
  --reference-deep: #031923;
  --reference-teal: #10c9a7;
  --reference-mint: #effbf7;
  --reference-text: #0c3042;
  color: var(--reference-text);
}

body .reference-template .nav-wrap,
body .reference-template .section-wrap {
  width: min(1300px, calc(100% - 48px));
}

body .reference-template .reference-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border: 0;
  background: var(--reference-dark);
  box-shadow: 0 4px 18px rgba(3, 25, 35, 0.16);
}

body .reference-template .reference-header .nav-wrap {
  min-height: 66px;
  gap: 32px;
}

body .reference-template .site-brand {
  min-width: 330px;
  gap: 10px;
  color: #fff;
}

body .reference-template .site-brand img {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 4px;
}

body .reference-template .site-brand strong {
  max-width: 330px;
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .reference-template .site-brand strong span {
  color: #fff;
}

body .reference-template .site-brand strong > span:last-child {
  display: inline;
}

body .reference-template .desktop-nav {
  justify-content: center;
  gap: 30px;
}

body .reference-template .desktop-nav a {
  padding: 22px 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

body .reference-template .desktop-nav a::after {
  bottom: 12px;
  background: var(--reference-teal);
}

body .reference-template .desktop-nav a:hover,
body .reference-template .desktop-nav a:focus-visible {
  color: #55f0d2;
}

body .reference-template .header-phone {
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #55f0d2;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

body .reference-template .header-phone span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #07b997;
  color: var(--reference-dark);
  font-size: 12px;
  box-shadow: 0 0 0 5px rgba(16, 201, 167, 0.08);
}

body .reference-template .reference-hero {
  height: 808px;
  background: #073b4a;
}

body .reference-template .reference-hero .hero-media {
  opacity: 0.72;
  object-fit: cover;
  object-position: center;
}

body .reference-template .reference-hero .hero-shade {
  background:
    radial-gradient(circle at 50% 48%, rgba(8, 111, 115, 0.22), rgba(3, 35, 47, 0.28) 68%),
    linear-gradient(rgba(4, 44, 57, 0.08), rgba(4, 44, 57, 0.18));
}

body .reference-template .reference-hero .hero-inner {
  top: 50%;
  left: 50%;
  width: min(980px, calc(100% - 48px));
  text-align: center;
  transform: translate(-50%, -52%);
}

body .reference-template .reference-hero .eyebrow {
  margin-bottom: 19px;
  color: #55f0d2;
  font-size: 16px;
  font-weight: 650;
}

body .reference-template .reference-hero h1 {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  line-height: 1.25;
}

body .reference-template .reference-hero .hero-copy {
  width: min(760px, 100%);
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.9;
}

body .reference-template .reference-hero .hero-actions {
  justify-content: center;
  margin-top: 36px;
}

body .reference-template .reference-hero .button {
  min-width: 168px;
  min-height: 58px;
  border-radius: 29px;
}

body .reference-template .reference-hero .button-accent {
  background: var(--reference-teal);
  color: #073447;
  box-shadow: 0 12px 30px rgba(16, 201, 167, 0.2);
}

body .reference-template .reference-hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(5, 48, 61, 0.4);
}

body .reference-template .reference-about {
  margin: 0;
  padding: 78px 0 86px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

body .reference-template .reference-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: start;
  gap: 70px;
}

body .reference-template .reference-about-copy h2 {
  margin: 0 0 24px;
  color: var(--reference-text);
  font-size: 36px;
  line-height: 1.3;
}

body .reference-template .reference-about-copy p,
body .reference-template .reference-about-copy .region-intro p {
  margin: 0 0 16px;
  color: #536277;
  font-size: 16px;
  line-height: 1.9;
}

body .reference-template .reference-about-copy .about-lead {
  white-space: normal;
  color: #009d80;
  font-size: 18px;
  font-weight: 750;
}

body .reference-template .about-introduction.is-collapsible:not(.is-expanded) .about-lead {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

body .reference-template .about-introduction {
  margin: 2px 0 22px;
}

body .reference-template .about-expand-toggle {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--reference-teal);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  user-select: none;
}

body .reference-template .about-expand-toggle:hover {
  color: #007a66;
}

body .reference-template .about-expand-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

body .reference-template .about-expand-toggle i {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

body .reference-template .about-expand-toggle .about-collapse-label {
  display: none;
}

body .reference-template .about-introduction.is-expanded .about-expand-label {
  display: none;
}

body .reference-template .about-introduction.is-expanded .about-collapse-label {
  display: inline;
}

body .reference-template .about-introduction.is-expanded .about-expand-toggle i {
  transform: translateY(2px) rotate(225deg);
}

body .reference-template .about-highlight {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  padding: 13px 18px;
  border-left: 3px solid var(--reference-teal);
  background: var(--reference-mint);
}

body .reference-template .about-highlight strong,
body .reference-template .about-highlight span {
  color: var(--reference-text);
  font-size: 14px;
}

body .reference-template .about-phone,
body .reference-template .about-phone strong,
body .reference-template .about-phone a {
  color: #46566b;
}

body .reference-template .reference-about-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  background: #0a4252;
  box-shadow: 0 22px 42px rgba(7, 52, 71, 0.12);
}

body .reference-template .reference-about-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .reference-template .reference-about-media > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: rgba(3, 25, 35, 0.84);
  color: #fff;
}

body .reference-template .reference-about-media span {
  color: #55f0d2;
  font-size: 13px;
  text-align: right;
}

body .reference-template .reference-about-showcase {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #deebe8;
  border-radius: 12px;
  background: #f7fbfa;
  box-shadow: 0 20px 42px rgba(7, 52, 71, 0.1);
}

body .reference-template .reference-about-gallery {
  height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.8fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
}

body .reference-template .about-gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  background: #d9e9e6;
}

body .reference-template .about-gallery-item.is-primary {
  grid-row: 1 / -1;
}

body .reference-template .reference-about-showcase[data-media-count="2"] .about-gallery-item:not(.is-primary) {
  grid-row: 1 / -1;
}

body .reference-template .reference-about-showcase[data-media-count="3"] .about-gallery-item:not(.is-primary) {
  grid-row: span 1;
}

body .reference-template .reference-about-showcase[data-media-count="3"] .about-gallery-item:last-child {
  grid-row: span 2;
}

body .reference-template .about-gallery-item img,
body .reference-template .reference-about-primary > img,
body .reference-template .reference-about-primary > a,
body .reference-template .reference-about-primary > a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body .reference-template .about-gallery-item img {
  transition: transform 0.35s ease;
}

body .reference-template a.about-gallery-item:hover img {
  transform: scale(1.035);
}

body .reference-template .about-gallery-item span,
body .reference-template .about-gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 30px 14px 12px;
  background: linear-gradient(transparent, rgba(3, 25, 35, 0.86));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .reference-template .about-showcase-caption {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 13px 18px;
}

body .reference-template .about-showcase-caption strong,
body .reference-template .about-showcase-caption span {
  min-width: 0;
}

body .reference-template .about-showcase-caption strong {
  overflow: hidden;
  color: var(--reference-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .reference-template .about-showcase-caption span {
  color: #64748b;
  font-size: 13px;
  text-align: right;
}

body .reference-template .reference-about-primary {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #0a4252;
}

body .reference-template .reference-about-primary figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 42px 18px 16px;
  background: linear-gradient(transparent, rgba(3, 25, 35, 0.84));
  color: #fff;
}

body .reference-template .reference-about-primary figcaption strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .reference-template .reference-about-primary figcaption span {
  flex: 0 0 auto;
  color: #8af0dc;
  font-size: 13px;
}

body .reference-template .about-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #deebe8;
}

body .reference-template .about-fact-grid > div {
  min-width: 0;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 15px 17px;
  background: #fff;
}

body .reference-template .about-fact-grid span {
  color: #7b8798;
  font-size: 12px;
}

body .reference-template .about-fact-grid strong,
body .reference-template .about-fact-grid a {
  overflow: hidden;
  color: var(--reference-text);
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
}

body .reference-template .about-profile-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--reference-teal);
  font-size: 14px;
  font-weight: 800;
}

body .reference-template .company-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

body .reference-template .reference-about > .company-fact-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 42px auto 0;
}

body .reference-template .reference-about > .enterprise-profile-facts.is-wide {
  width: min(1300px, calc(100% - 48px));
  display: grid;
  gap: 8px;
  margin: 28px auto 0;
}

body .reference-template .reference-about > .enterprise-profile-facts.is-wide > div {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 14px;
}

body .reference-template .reference-about > .enterprise-profile-facts.is-wide dd {
  line-height: 1.85;
  overflow-wrap: anywhere;
}

body .reference-template .company-fact-grid article {
  min-width: 0;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 17px 18px;
  border: 1px solid #dce9e6;
  border-radius: 9px;
  background: #f7fbfa;
}

body .reference-template .company-fact-grid article span {
  color: #718096;
  font-size: 12px;
  font-weight: 650;
}

body .reference-template .company-fact-grid article strong,
body .reference-template .company-fact-grid article a {
  overflow: hidden;
  color: var(--reference-text);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body .company-profile-page {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f4f7f8;
}

body .company-profile-page section {
  margin: 0;
  border: 0;
  border-radius: 0;
}

body .company-profile-hero {
  padding: 76px 0 82px;
  background: linear-gradient(125deg, var(--city-ink, #102c38), #174b58);
  color: #fff;
}

body .company-profile-hero .page-breadcrumbs,
body .company-profile-hero .page-breadcrumbs a {
  color: rgba(255, 255, 255, 0.68);
}

body .company-profile-hero .section-kicker {
  margin: 36px 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body .company-profile-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.2;
}

body .company-profile-lead {
  max-width: 900px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.9;
}

body .company-profile-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

body .company-profile-phone {
  color: #fff;
  font-weight: 750;
}

body .company-profile-main {
  padding: 72px 0 84px;
  background: #f4f7f8;
}

body .company-profile-panel,
body .company-region-profile {
  padding: 38px 40px;
  border: 1px solid #dfe8eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 43, 55, 0.08);
}

body .company-profile-panel .section-kicker,
body .company-region-profile .section-kicker {
  margin: 0 0 7px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body .company-profile-panel h2,
body .company-region-profile h2 {
  margin: 0 0 22px;
  color: var(--city-ink, #172033);
  font-size: 30px;
}

body .company-profile-prose {
  color: #45566b;
  font-size: 16px;
  line-height: 2;
}

body .company-profile-prose p {
  margin: 0;
}

body .company-profile-panel .company-fact-grid {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e4ebee;
}

body .company-profile-panel .company-fact-grid article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}

body .company-region-profile {
  margin-top: 24px;
  box-shadow: none;
}

body .company-region-profile p {
  color: #516174;
  line-height: 1.9;
}

body .company-profile-disclaimer {
  margin-top: 18px;
  padding: 15px 18px;
  border-left: 3px solid var(--accent);
  background: #fff;
  color: #657386;
  font-size: 13px;
}

body .reference-template .reference-stats {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--reference-dark);
}

body .reference-template .reference-stats .section-wrap {
  min-height: 190px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

body .reference-template .reference-stats .section-wrap > div {
  min-width: 0;
  text-align: center;
}

body .reference-template .reference-stats strong {
  display: block;
  color: #55f0d2;
  font-size: 38px;
  line-height: 1.2;
}

body .reference-template .reference-stats span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

body .reference-template .reference-products,
body .reference-template .reference-advantages {
  margin: 0;
  padding: 88px 0 98px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

body .reference-template .reference-heading {
  margin: 0 auto 45px;
  text-align: center;
}

body .reference-template .reference-heading h2 {
  margin: 0;
  color: var(--reference-text);
  font-size: 36px;
  line-height: 1.35;
}

body .reference-template .reference-heading p {
  margin: 14px 0 0;
  color: #68758a;
}

body .reference-template .reference-heading > span {
  width: 60px;
  height: 3px;
  display: block;
  margin: 44px auto 0;
  background: var(--reference-teal);
}

body .reference-template .reference-category {
  margin: 0 0 30px;
}

body .reference-template .reference-category h3 {
  position: relative;
  margin: 0 0 8px;
  padding-left: 18px;
  color: var(--reference-text);
  font-size: 25px;
}

body .reference-template .reference-category h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--reference-teal);
  content: "";
  transform: translateY(-50%);
}

body .reference-template .reference-category p {
  margin: 0;
  color: #68758a;
  font-size: 14px;
}

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

body .reference-template .reference-products .product-card {
  border: 1px solid #d8e0e6;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(12, 48, 66, 0.04);
}

body .reference-template .reference-products .product-card:hover {
  border-color: var(--reference-teal);
  box-shadow: 0 18px 38px rgba(12, 48, 66, 0.11);
}

body .reference-template .reference-products .card-media {
  aspect-ratio: 1 / 1;
  background: #f3f7f8;
}

body .reference-template .reference-products .media-placeholder {
  background: linear-gradient(145deg, #eaf8f4, #f7fbfa);
  color: #b9d8d0;
}

body .reference-template .reference-products .product-card > div:last-child {
  padding: 15px 18px 18px;
  text-align: center;
}

body .reference-template .reference-products .product-card h3 {
  font-size: 17px;
}

body .reference-template .reference-products .product-card p {
  min-height: 0;
  margin: 7px 0 0;
  color: #00a486;
  font-size: 13px;
  -webkit-line-clamp: 1;
}

body .reference-template .reference-products .card-link {
  display: none;
}

body .reference-template .reference-advantages {
  padding: 92px 0;
  background: #f7f5f1;
}

body .reference-template .advantage-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 86px;
}

body .reference-template .advantage-intro {
  position: sticky;
  top: 96px;
  padding-top: 8px;
}

body .reference-template .advantage-intro .section-kicker {
  margin: 0 0 18px;
  color: var(--reference-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body .reference-template .advantage-intro h2 {
  max-width: 420px;
  margin: 0;
  color: var(--reference-text);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.3;
}

body .reference-template .advantage-intro > p:not(.section-kicker) {
  max-width: 410px;
  margin: 20px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.85;
}

body .reference-template .advantage-intro > a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--reference-text);
  font-size: 14px;
  font-weight: 800;
}

body .reference-template .advantage-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d9d4cc;
}

body .reference-template .advantage-grid article {
  min-height: 138px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin: 0;
  padding: 28px 4px;
  border: 0;
  border-bottom: 1px solid #d9d4cc;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

body .reference-template .advantage-grid article > span {
  width: auto;
  height: auto;
  display: block;
  margin: 3px 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--reference-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

body .reference-template .advantage-grid h3 {
  margin: 0;
  color: var(--reference-text);
  font-size: 20px;
  line-height: 1.45;
}

body .reference-template .advantage-grid p {
  max-width: 680px;
  margin: 9px 0 0;
  color: #5d697d;
  font-size: 15px;
  line-height: 1.8;
}

body .reference-template .reference-extra {
  padding-top: 82px;
}

body .reference-template .reference-city-directory {
  margin: 0;
  padding: 68px 0 74px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

body .reference-template .reference-city-directory .section-wrap {
  display: grid;
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1.48fr);
  align-items: start;
  gap: 64px;
}

body .reference-template .reference-city-directory h2 {
  margin: 0;
  color: var(--reference-text);
  font-size: 30px;
}

body .reference-template .reference-city-directory p {
  margin: 10px 0 0;
  color: #68758a;
  line-height: 1.8;
}

body .reference-template .reference-city-directory p strong {
  color: var(--reference-text);
}

body .reference-template .reference-city-directory nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

body .reference-template .reference-city-directory nav a {
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid #dce8e5;
  border-radius: 7px;
  background: #f7fbfa;
  color: #176b5c;
  font-size: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body .reference-template .reference-city-directory nav a:hover {
  border-color: var(--reference-teal);
  background: #fff;
  transform: translateY(-1px);
}

body .reference-template .reference-city-directory nav a span {
  min-width: 0;
  overflow: hidden;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .reference-template .reference-city-directory nav a small {
  flex: 0 0 auto;
  color: #91a19d;
  font-size: 11px;
}

body .reference-template .reference-city-directory nav a.is-current {
  border-color: var(--reference-teal);
  background: var(--reference-text);
  color: #fff;
}

body .reference-template .reference-city-directory nav a.is-current small {
  color: var(--reference-teal);
}

body .reference-template .reference-city-directory nav a[hidden] {
  display: none;
}

body .reference-template .city-directory-browser {
  min-width: 0;
}

body .reference-template .city-directory-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

body .reference-template .city-directory-pagination[hidden] {
  display: none;
}

body .reference-template .city-directory-pagination button {
  width: auto;
  min-width: 38px;
  height: 38px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #dce8e5;
  border-radius: 6px;
  background: #fff;
  color: var(--reference-text);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

body .reference-template .city-directory-pagination button:hover:not(:disabled),
body .reference-template .city-directory-pagination button:focus-visible,
body .reference-template .city-directory-pagination button[aria-current="page"] {
  border-color: var(--reference-teal);
  background: var(--reference-text);
  color: #fff;
}

body .reference-template .city-directory-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

body .reference-template .city-directory-pages {
  display: flex;
  align-items: center;
  gap: 6px;
}

body .reference-template .city-directory-pages span {
  min-width: 18px;
  color: #91a19d;
  text-align: center;
}

body .reference-template .city-directory-page-status {
  margin-left: 4px;
  color: #68758a;
  font-size: 12px;
  white-space: nowrap;
}

body .reference-template .reference-footer {
  padding: 50px 0 36px;
  background: var(--reference-deep);
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

body .reference-template .reference-footer h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 23px;
}

body .reference-template .reference-footer p,
body .reference-template .reference-footer a {
  margin: 7px auto;
  color: rgba(255, 255, 255, 0.66);
}

body .reference-template .reference-footer .footer-phone {
  margin-top: 10px;
  color: #55f0d2;
  font-size: 18px;
  font-weight: 800;
}

body .reference-template .reference-footer .footer-bottom {
  min-height: 58px;
  justify-content: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top-color: rgba(255, 255, 255, 0.12);
}

body .reference-template .reference-footer .footer-bottom span + span::before {
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.3);
  content: "|";
}

body .reference-template .coverage-note {
  margin-top: 10px;
  padding-bottom: 0;
  text-align: center;
}

body .reference-template .floating-inquiry {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 120;
  min-width: 120px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 15px;
  border-radius: 8px 0 0 0;
  background: #202326;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transform-origin: right bottom;
  transition: min-width 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body .reference-template .floating-inquiry:hover,
body .reference-template .floating-inquiry:focus-visible {
  min-width: 132px;
  background: var(--city-ink, #202326);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
  outline: 0;
}

body .reference-template .floating-inquiry b {
  font-size: 18px;
}

body .reference-template .contact-modal[hidden],
body .reference-template .contact-modal-success[hidden],
body .reference-template .contact-modal-form[hidden],
body .reference-template .floating-inquiry[hidden] {
  display: none !important;
}

body .reference-template .contact-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: min(400px, calc(100vw - 16px));
  pointer-events: none;
}

body .reference-template .contact-modal-backdrop {
  display: none;
}

body .reference-template .contact-modal-panel {
  position: relative;
  width: 100%;
  max-height: min(680px, calc(100vh - 72px));
  max-height: min(680px, calc(100dvh - 72px));
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px 0 0 0;
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 15, 24, 0.32);
  color: #172033;
  outline: 0;
  opacity: 0;
  transform: translate3d(24px, 28px, 0) scale(0.97);
  transform-origin: right bottom;
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 180ms ease;
  will-change: transform, opacity;
  pointer-events: auto;
  overscroll-behavior: contain;
}

body .reference-template .contact-modal.is-visible .contact-modal-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body .reference-template .contact-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 76px;
  max-width: none;
  margin: 0;
  padding: 15px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  background: var(--city-ink, #172033);
  color: #fff;
  flex: 0 0 auto;
}

body .reference-template .contact-modal-header span {
  display: block;
  margin-bottom: 2px;
  color: var(--accent, #f59e0b);
  font-size: 12px;
  font-weight: 700;
}

body .reference-template .contact-modal-header h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

body .reference-template .contact-modal-close {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

body .reference-template .contact-modal-close span {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

body .reference-template .contact-modal-close:hover,
body .reference-template .contact-modal-close:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

body .reference-template .contact-modal-body {
  min-height: 0;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

body .reference-template .contact-modal-facts {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6ebf0;
}

body .reference-template .contact-modal-company {
  display: block;
  margin-bottom: 12px;
  color: #172033;
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body .reference-template .contact-modal-facts p {
  margin: 7px 0 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  color: #344054;
  font-size: 15px;
}

body .reference-template .contact-modal-facts p span {
  color: #172033;
  font-weight: 800;
}

body .reference-template .contact-modal-facts p b,
body .reference-template .contact-modal-facts p a {
  min-width: 0;
  color: #172033;
  font-weight: 750;
  overflow-wrap: anywhere;
}

body .reference-template .contact-modal-facts p a {
  color: #e11919;
  font-size: 17px;
  font-weight: 850;
}

body .reference-template .contact-modal-intro {
  margin: 16px 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

body .reference-template .contact-modal-form {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body .reference-template .contact-modal-form label {
  display: block;
  margin: 0 0 13px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

body .reference-template .contact-modal-form label > span {
  display: block;
  margin-bottom: 6px;
}

body .reference-template .contact-modal-form input,
body .reference-template .contact-modal-form textarea {
  width: 100%;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: #fff;
  color: #172033;
  font: inherit;
  line-height: 1.5;
  resize: vertical;
}

body .reference-template .contact-modal-form textarea {
  min-height: 104px;
  max-height: 240px;
}

body .reference-template .contact-modal-form input:focus,
body .reference-template .contact-modal-form textarea:focus {
  border-color: var(--primary, #1d4ed8);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #1d4ed8) 15%, transparent);
  outline: 0;
}

body .reference-template .contact-modal-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body .reference-template .contact-modal-status {
  min-height: 22px;
  margin: -2px 0 8px;
  color: #667085;
  font-size: 13px;
}

body .reference-template .contact-modal-status.is-error {
  color: #b42318;
}

body .reference-template .contact-modal-submit,
body .reference-template .contact-modal-success button {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #e11919;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
}

body .reference-template .contact-modal-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

body .reference-template .contact-modal-submit {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

body .reference-template .contact-modal-success {
  padding: 28px 4px 8px;
  text-align: center;
}

body .reference-template .contact-modal-success strong {
  display: block;
  color: #172033;
  font-size: 22px;
}

body .reference-template .contact-modal-success p {
  margin: 9px 0 22px;
  color: #667085;
}

@media (max-width: 1180px) {
  body .reference-template .site-brand { min-width: 250px; }
  body .reference-template .site-brand strong { max-width: 250px; }
  body .reference-template .desktop-nav { gap: 18px; }
  body .reference-template .header-phone { min-width: 170px; font-size: 16px; }
  body .reference-template .reference-about-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 48px; }
}

@media (max-width: 900px) {
  body .reference-template .nav-wrap,
  body .reference-template .section-wrap {
    width: min(100% - 32px, 760px);
  }

  body .reference-template .reference-header .nav-wrap { min-height: 66px; }
  body .reference-template .site-brand { min-width: 0; }
  body .reference-template .header-phone { display: none; }
  body .reference-template .mobile-nav summary { border-color: rgba(255, 255, 255, 0.35); }
  body .reference-template .mobile-nav summary span { background: #fff; }
  body .reference-template .mobile-nav nav { top: 50px; border-color: #d6e0e4; }
  body .reference-template .reference-hero { height: 680px; }
  body .reference-template .reference-hero h1 { font-size: 44px; }
  body .reference-template .reference-about-grid { grid-template-columns: 1fr; }
  body .reference-template .reference-about-media { width: min(520px, 100%); }
  body .reference-template .reference-about-showcase { width: min(620px, 100%); order: -1; }
  body .reference-template .reference-about-gallery { height: min(430px, 68vw); }
  body .reference-template .reference-about > .enterprise-profile-facts.is-wide { width: min(100% - 32px, 760px); }
  body .reference-template .company-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .reference-template .reference-products .product-grid,
  body .reference-template .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .reference-template .advantage-layout { grid-template-columns: 1fr; gap: 44px; }
  body .reference-template .advantage-intro { position: static; }
  body .reference-template .reference-city-directory .section-wrap { grid-template-columns: 1fr; gap: 28px; }
  body .reference-template .reference-city-directory nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  body .reference-template .site-brand strong {
    max-width: calc(100vw - 100px);
    font-size: 17px;
  }

  body .reference-template .site-brand img { width: 34px; height: 34px; flex-basis: 34px; }
  body .reference-template .reference-hero { height: 620px; }
  body .reference-template .reference-hero .hero-inner { width: calc(100% - 36px); }
  body .reference-template .reference-hero .eyebrow { font-size: 13px; }
  body .reference-template .reference-hero h1 { font-size: 34px; }
  body .reference-template .reference-hero .hero-copy { font-size: 16px; }
  body .reference-template .reference-hero .hero-actions { align-items: stretch; }
  body .reference-template .reference-about { padding: 58px 0 64px; }
  body .reference-template .reference-about-copy h2,
  body .reference-template .reference-heading h2 { font-size: 28px; }
  body .reference-template .reference-about-copy .about-lead.is-clamped { -webkit-line-clamp: 4; }
  body .reference-template .reference-about-gallery {
    height: 390px;
    grid-template-columns: minmax(0, 1.35fr) minmax(105px, 0.8fr);
  }
  body .reference-template .about-showcase-caption { align-items: flex-start; flex-direction: column; gap: 3px; }
  body .reference-template .about-showcase-caption span { text-align: left; }
  body .reference-template .reference-about-primary figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  body .reference-template .about-fact-grid > div { min-height: 80px; padding: 13px 14px; }
  body .reference-template .reference-about > .enterprise-profile-facts.is-wide > div { grid-template-columns: 1fr; gap: 3px; }
  body .reference-template .reference-about > .company-fact-grid { width: calc(100% - 32px); }
  body .reference-template .company-fact-grid { grid-template-columns: 1fr; }
  body .company-profile-hero { padding: 52px 0 58px; }
  body .company-profile-main { padding: 42px 0 54px; }
  body .company-profile-panel,
  body .company-region-profile { padding: 25px 20px; border-radius: 10px; }
  body .company-profile-lead { font-size: 16px; }
  body .reference-template .about-highlight { align-items: flex-start; flex-direction: column; }
  body .reference-template .reference-about-media > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  body .reference-template .reference-about-media span { text-align: left; }
  body .reference-template .reference-stats .section-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 26px 0; }
  body .reference-template .reference-stats .section-wrap > div { padding: 19px 6px; }
  body .reference-template .reference-stats strong { font-size: 27px; }
  body .reference-template .reference-stats span { margin-top: 8px; font-size: 12px; }
  body .reference-template .reference-products,
  body .reference-template .reference-advantages { padding: 62px 0 70px; }
  body .reference-template .reference-heading { margin-bottom: 34px; }
  body .reference-template .reference-heading > span { margin-top: 28px; }
  body .reference-template .reference-products .product-grid,
  body .reference-template .advantage-grid { grid-template-columns: 1fr; }
  body .reference-template .reference-products .product-card { width: 100%; }
  body .reference-template .advantage-grid article { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 22px 0; }
  body .reference-template .advantage-intro h2 { font-size: 30px; }
  body .reference-template .advantage-intro > a { margin-top: 22px; }
  body .reference-template .reference-footer .footer-bottom { align-items: center; flex-direction: column; gap: 2px; }
  body .reference-template .reference-footer .footer-bottom span + span::before { display: none; }
  body .reference-template .reference-city-directory { padding: 52px 0 58px; }
  body .reference-template .reference-city-directory nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  body .reference-template .reference-city-directory nav a { min-height: 48px; padding: 9px 11px; }
  body .reference-template .city-directory-pagination { justify-content: flex-start; flex-wrap: wrap; gap: 6px; }
  body .reference-template .city-directory-pagination button { min-width: 36px; height: 36px; padding: 0 10px; }
  body .reference-template .city-directory-page-status { width: 100%; margin: 4px 0 0; }
  body .reference-template .floating-inquiry { right: 0; bottom: 0; min-width: 106px; }
  body .reference-template .contact-modal {
    width: min(400px, 100vw);
  }
  body .reference-template .contact-modal-panel {
    max-height: calc(100vh - 8px);
    max-height: calc(100dvh - 8px);
    border-width: 1px 0 0;
    border-radius: 10px 0 0 0;
    transform: translate3d(18px, 32px, 0) scale(0.98);
  }
  body .reference-template .contact-modal-body { padding: 16px 14px max(12px, env(safe-area-inset-bottom)); }
  body .reference-template .contact-modal-header { min-height: 68px; padding: 11px 14px; }
  body .reference-template .contact-modal-company { margin-bottom: 8px; font-size: 17px; }
  body .reference-template .contact-modal-facts { padding-bottom: 12px; }
  body .reference-template .contact-modal-facts p { margin-top: 5px; }
  body .reference-template .contact-modal-intro { margin: 12px 0; line-height: 1.6; }
  body .reference-template .contact-modal-form label { margin-bottom: 10px; }
  body .reference-template .contact-modal-form textarea { min-height: 92px; }
  body .reference-template .contact-modal-status { min-height: 18px; margin-bottom: 5px; }
  body .reference-template .contact-modal-submit { min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  body .reference-template .floating-inquiry,
  body .reference-template .contact-modal-panel {
    transition: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: clip;
}

body .site-shell,
body .site-shell * {
  box-sizing: border-box;
}

body .site-shell {
  background: var(--paper);
  min-width: 0;
  overflow: visible;
}

body .nav-wrap,
body .section-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

body .site-topbar {
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--charcoal);
  color: #d0d5dd;
  font-size: 13px;
}

body .site-topbar .nav-wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body .site-header {
  position: relative;
  z-index: 20;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

body .site-header .nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 30px;
}

body .site-brand {
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

body .site-brand img,
body .site-brand .brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
  border-radius: 4px;
}

body .site-brand .brand-mark {
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

body .site-brand > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body .site-brand strong {
  min-width: 0;
  max-width: 250px;
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .site-brand strong > span {
  display: inline;
}

body .site-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

body .desktop-nav {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

body .desktop-nav a {
  position: relative;
  padding: 30px 0 28px;
  color: #344054;
  font-size: 15px;
  white-space: nowrap;
}

body .desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: 180ms ease;
}

body .desktop-nav a:hover,
body .desktop-nav a:focus-visible {
  color: var(--primary);
}

body .desktop-nav a:hover::after,
body .desktop-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

body .header-inquiry {
  flex: 0 0 auto;
  padding: 11px 17px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

body .mobile-nav {
  display: none;
}

body .home-main {
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

body .enterprise-hero {
  position: relative;
  height: 610px;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #182230;
}

body .hero-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

body .hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}

body .hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body .hero-carousel .hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.75s ease, transform 5.5s ease;
}

body .hero-slide-backdrop {
  display: none;
}

body .hero-carousel .hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

body .hero-arrow,
body .hero-dots {
  position: absolute;
  z-index: 4;
}

body .hero-arrow {
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(8, 22, 30, 0.32);
  color: #fff;
  font: 300 34px/40px Arial, sans-serif;
  cursor: pointer;
  opacity: 0.72;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease;
}

body .hero-arrow:hover,
body .hero-arrow:focus-visible {
  background: rgba(8, 22, 30, 0.66);
  opacity: 1;
}

body .hero-prev { left: 28px; }
body .hero-next { right: 28px; }

body .hero-dots {
  left: 50%;
  bottom: 26px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

body .hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

body .hero-dot.is-active {
  width: 28px;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 560px) {
  body .hero-arrow { display: none; }
  body .hero-dots { bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-carousel .hero-slide { transition: none; transform: none; }
}

body .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(9, 16, 28, 0.66);
}

body .hero-inner {
  position: absolute;
  top: 112px;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  color: #fff;
  z-index: 3;
  transform: translateX(-50%);
}

body .eyebrow,
body .section-kicker {
  margin: 0 0 15px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body .hero-inner h1 {
  width: min(820px, 100%);
  margin: 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.18;
  letter-spacing: 0;
}

body .hero-copy {
  width: min(700px, 100%);
  margin: 22px 0 0;
  color: #e4e7ec;
  font-size: 19px;
  line-height: 1.9;
}

body .hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

body .button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 750;
  transition: 180ms ease;
}

body .button-accent {
  background: var(--accent);
  color: #171717;
}

body .button-ghost {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body .button-dark {
  background: var(--ink);
  color: #fff;
}

body .button-light {
  background: #fff;
  color: var(--ink);
}

body .button:hover,
body .button:focus-visible {
  transform: translateY(-2px);
}

body .hero-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(13, 20, 31, 0.86);
  color: #fff;
}

body .hero-facts > div {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body .hero-facts > div:last-child {
  border-right: 0;
}

body .hero-facts strong {
  font-size: 17px;
}

body .hero-facts span {
  margin-top: 5px;
  color: #98a2b3;
  font-size: 13px;
}

body .section-band {
  max-width: none;
  margin: 0;
  padding: 88px 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

body .section-muted {
  background: var(--soft);
}

body .section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

body .section-heading h2,
body .about-copy h2,
body .city-layout h2,
body .faq-layout h2,
body .contact-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0;
}

body .section-heading > div > p:last-child,
body .about-copy > p,
body .city-layout > div > p,
body .faq-layout > div > p,
body .contact-cta p {
  margin: 12px 0 0;
  color: var(--muted);
}

body .text-link,
body .card-link {
  color: var(--primary);
  font-weight: 750;
  white-space: nowrap;
}

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

body .product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition: 180ms ease;
}

body .product-card:hover {
  border-color: var(--primary);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.1);
  transform: translateY(-4px);
}

body .card-media,
body .case-media {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #eaecf0;
}

body .card-media {
  aspect-ratio: 4 / 3;
}

body .card-media img,
body .case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 260ms ease;
}

body .product-card:hover img,
body .case-card:hover img {
  transform: scale(1.03);
}

body .product-card > div:last-child {
  padding: 22px;
}

body .product-card h3,
body .case-card h3,
body .news-list h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
}

body .product-card h3 a,
body .case-card h3 a,
body .news-list h3 a {
  color: var(--ink);
}

body .product-card p,
body .case-card p,
body .news-list p {
  min-height: 50px;
  margin: 11px 0 18px;
  overflow: hidden;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .media-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #e9edf3;
  color: #c2c9d2;
  font-size: 62px;
  font-weight: 800;
}

body .content-empty {
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  align-items: center;
  gap: 50px;
  padding: 36px;
  border: 1px solid var(--line);
  background: #fff;
}

body .content-empty.compact {
  min-height: 140px;
  display: flex;
  justify-content: space-between;
  padding: 34px 40px;
}

body .content-empty strong,
body .city-empty strong {
  color: var(--ink);
  font-size: 23px;
}

body .content-empty p,
body .city-empty p {
  color: var(--muted);
}

body .empty-visual {
  height: 190px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 28px;
  background: #182230;
}

body .empty-visual span {
  flex: 1;
  background: var(--accent);
}

body .empty-visual span:nth-child(1) { height: 44%; }
body .empty-visual span:nth-child(2) { height: 72%; background: #fff; }
body .empty-visual span:nth-child(3) { height: 100%; background: var(--success); }

body .about-band {
  background: #151a22;
}

body .about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 80px;
}

body .about-copy h2,
body .about-copy > p,
body .about-copy .region-intro,
body .about-copy .region-intro p {
  color: #fff;
}

body .about-copy > p,
body .about-copy .region-intro p {
  color: #b6beca;
}

body .strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

body .strength-grid > div {
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body .strength-grid b {
  color: var(--accent);
  font-size: 13px;
}

body .strength-grid strong {
  margin-top: 22px;
  color: #fff;
  font-size: 18px;
}

body .strength-grid span {
  margin-top: 7px;
  color: #98a2b3;
  font-size: 14px;
}

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

body .case-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 46% 54%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

body .case-media {
  min-height: 260px;
}

body .case-card > div:last-child {
  align-self: center;
  padding: 26px;
}

body .case-placeholder {
  width: 100%;
  height: 100%;
  background: #202936;
}

body .city-band {
  background: #eef4f1;
}

body .city-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 76px;
}

body .city-layout .button {
  margin-top: 26px;
}

body .city-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cbdad4;
  border-left: 1px solid #cbdad4;
}

body .city-tags span {
  min-height: 68px;
  display: grid;
  place-items: center;
  border-right: 1px solid #cbdad4;
  border-bottom: 1px solid #cbdad4;
  color: #24473e;
  font-weight: 700;
}

body .city-empty {
  padding: 48px;
  border-left: 4px solid var(--success);
  background: #fff;
}

body .news-list {
  border-top: 1px solid var(--line);
}

body .news-list article {
  min-height: 126px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

body .news-list time {
  color: var(--muted);
  font-size: 14px;
}

body .news-list p {
  min-height: 0;
  margin-bottom: 0;
}

body .news-arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
}

body .faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 70px;
}

body .faq-list details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

body .faq-list summary {
  padding: 21px 34px 21px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
}

body .faq-list details > div {
  padding: 0 0 20px;
  color: var(--muted);
}

body .contact-cta {
  max-width: none;
  margin: 0;
  padding: 64px 0;
  border: 0;
  border-radius: 0;
  background: var(--primary);
  color: #fff;
}

body .contact-cta .section-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

body .contact-cta h2,
body .contact-cta p,
body .contact-cta .section-kicker {
  color: #fff;
}

body .site-footer {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #101318;
  color: #98a2b3;
}

body .footer-main {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 54px;
  padding-top: 66px;
  padding-bottom: 58px;
}

body .site-footer h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
}

body .footer-brand strong {
  color: #fff;
  font-size: 23px;
}

body .footer-brand p {
  max-width: 360px;
}

body .site-footer a,
body .site-footer p {
  display: block;
  margin: 8px 0;
  color: #98a2b3;
}

body .site-footer a:hover {
  color: #fff;
}

body .footer-bottom {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

body .coverage-note {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 26px;
  font-size: 12px;
}

body .preview-bar {
  padding: 8px 20px;
  background: #fff3cd;
  color: #694d00;
  text-align: center;
  font-size: 13px;
}

body .custom-home-sections {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0;
}

body .custom-home-sections > section {
  margin: 0;
  padding: 60px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

body .custom-home-sections > .hero {
  padding: 60px;
  border: 0;
  background: var(--charcoal);
}

body:not(:has(.site-shell)) > main {
  padding-top: 42px;
  padding-bottom: 70px;
}

body:not(:has(.site-shell)) > main > h1 {
  margin: 0 0 28px;
  font-size: 36px;
}

@media (max-width: 1080px) {
  body .desktop-nav { gap: 15px; }
  body .desktop-nav a { font-size: 14px; }
  body .site-brand { min-width: 190px; }
  body .header-inquiry { display: none; }
  body .hero-inner h1 { font-size: 46px; }
  body .about-layout { gap: 45px; }
}

@media (max-width: 820px) {
  body .nav-wrap,
  body .section-wrap {
    width: min(100% - 32px, 680px);
  }

  body .site-topbar .nav-wrap {
    min-height: 34px;
    justify-content: center;
  }

  body .site-topbar span:first-child {
    display: none;
  }

  body .site-header .nav-wrap {
    min-height: 70px;
    justify-content: space-between;
  }

  body .site-brand {
    min-width: 0;
    max-width: calc(100% - 62px);
  }

  body .site-brand strong {
    max-width: 210px;
    font-size: 17px;
  }

  body .site-brand img,
  body .site-brand .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  body .desktop-nav {
    display: none;
  }

  body .mobile-nav {
    position: relative;
    display: block;
  }

  body .mobile-nav summary {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
    cursor: pointer;
    list-style: none;
  }

  body .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  body .mobile-nav summary span {
    height: 2px;
    display: block;
    background: var(--ink);
  }

  body .mobile-nav nav {
    position: absolute;
    top: 51px;
    right: 0;
    width: min(300px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(16, 24, 40, 0.14);
  }

  body .mobile-nav nav a {
    display: block;
    padding: 11px 12px;
    border-bottom: 1px solid #f0f2f5;
    color: var(--ink);
  }

  body .enterprise-hero {
    height: 560px;
  }

  body .hero-inner {
    top: 75px;
    width: calc(100% - 40px);
  }

  body .hero-inner h1 {
    font-size: 38px;
  }

  body .hero-copy {
    font-size: 17px;
  }

  body .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .hero-facts > div {
    min-height: 74px;
    padding: 12px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  body .section-band {
    padding: 64px 0;
  }

  body .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .about-layout,
  body .city-layout,
  body .faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body .case-grid {
    grid-template-columns: 1fr;
  }

  body .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  body .nav-wrap,
  body .section-wrap,
  body .coverage-note {
    width: calc(100% - 32px);
  }

  body .site-brand small {
    display: none;
  }

  body .enterprise-hero {
    height: 590px;
  }

  body .hero-inner {
    top: 58px;
  }

  body .hero-inner h1 {
    font-size: 34px;
  }

  body .hero-copy {
    font-size: 16px;
    line-height: 1.75;
  }

  body .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 25px;
  }

  body .hero-facts strong {
    font-size: 15px;
  }

  body .hero-facts span {
    font-size: 12px;
  }

  body .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body .section-heading h2,
  body .about-copy h2,
  body .city-layout h2,
  body .faq-layout h2,
  body .contact-cta h2 {
    font-size: 28px;
  }

  body .product-grid,
  body .strength-grid,
  body .city-tags {
    grid-template-columns: 1fr;
  }

  body .content-empty {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px;
  }

  body .content-empty.compact {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }

  body .case-card {
    grid-template-columns: 1fr;
  }

  body .case-media {
    min-height: 210px;
    aspect-ratio: 16 / 10;
  }

  body .city-empty {
    padding: 30px;
  }

  body .news-list article {
    grid-template-columns: 1fr 36px;
    gap: 10px 16px;
  }

  body .news-list time {
    grid-column: 1 / -1;
  }

  body .contact-cta .section-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  body .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body .custom-home-sections {
    width: calc(100% - 32px);
  }

  body .custom-home-sections > .hero {
    padding: 34px 24px;
  }
}

/* Unified tenant-configurable contact footer. */
body .reference-footer {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f3f5f8;
  color: #707987;
  text-align: center;
  scroll-margin-top: 76px;
}

body .reference-footer .footer-contact-panel {
  padding: 50px 0 0;
  background: #071b24;
  color: rgba(255, 255, 255, 0.66);
}

body .reference-footer .footer-contact-panel .section-wrap {
  width: min(1300px, calc(100% - 48px));
}

body .reference-footer h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}

body .reference-footer .footer-description,
body .reference-footer .footer-scope,
body .reference-footer .footer-address {
  max-width: 1060px;
  margin: 7px auto;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

body .reference-footer .footer-scope span {
  margin-right: 8px;
  color: var(--accent);
  font-size: 11px;
  vertical-align: 2px;
}

body .reference-footer .footer-contact-layout {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin: 24px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

body .reference-footer .footer-contact-layout.has-qrcode {
  grid-template-columns: minmax(0, 1fr) 142px;
}

body .reference-footer .footer-contact-info {
  width: 100%;
  min-width: 0;
  display: grid;
  justify-items: stretch;
  gap: 10px;
  text-align: left;
}

body .reference-footer .footer-contact-item {
  width: 100%;
  max-width: none;
  min-width: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin: 0;
  text-align: left;
  line-height: 1.7;
}

body .reference-footer .footer-contact-item > span {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
}

body .reference-footer .footer-contact-item strong,
body .reference-footer .footer-contact-item a {
  min-width: 0;
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 650;
  text-align: left;
  overflow-wrap: anywhere;
}

body .reference-footer .footer-contact-item.footer-address {
  max-width: none;
  margin: 0;
}

body .reference-footer .footer-qrcode {
  margin: 0;
  text-align: center;
}

body .reference-footer .footer-qrcode img {
  width: 132px;
  height: 132px;
  display: block;
  padding: 6px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

body .reference-footer .footer-qrcode figcaption {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

body .reference-footer .footer-phone {
  width: 100%;
  display: block;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--accent);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

body .reference-footer .footer-phone:hover {
  color: #fff;
}

body .reference-footer .footer-phone span {
  color: var(--accent);
  font-size: 17px;
}

body .reference-footer .footer-bottom {
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 20px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

body .reference-footer .footer-legal {
  padding: 10px 24px 22px;
  background: #f3f5f8;
}

body .reference-footer .footer-legal-inner {
  width: min(1560px, 100%);
  margin: 0 auto;
}

body .reference-footer .footer-legal p {
  margin: 4px auto;
  color: #687180;
  font-size: 13px;
  line-height: 1.8;
}

body .reference-footer .footer-legal .footer-report {
  display: inline;
  margin-left: 7px;
  color: #1677ff;
  font-weight: 600;
  white-space: nowrap;
}

body .reference-footer .footer-legal .footer-report:hover {
  color: #005bd8;
}

@media (max-width: 560px) {
  body .reference-footer .footer-contact-panel {
    padding-top: 40px;
  }

  body .reference-footer .footer-contact-panel .section-wrap {
    width: calc(100% - 36px);
  }

  body .reference-footer h2 {
    font-size: 21px;
  }

  body .reference-footer .footer-description,
  body .reference-footer .footer-scope,
  body .reference-footer .footer-address {
    font-size: 14px;
  }

  body .reference-footer .footer-phone {
    font-size: 17px;
  }

  body .reference-footer .footer-contact-layout,
  body .reference-footer .footer-contact-layout.has-qrcode {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px 18px;
  }

  body .reference-footer .footer-contact-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
  }

  body .reference-footer .footer-contact-item strong,
  body .reference-footer .footer-contact-item a {
    font-size: 15px;
  }

  body .reference-footer .footer-qrcode {
    justify-self: center;
  }

  body .reference-footer .footer-bottom {
    min-height: 70px;
    align-items: center;
    padding: 18px 0;
    text-align: center;
  }

  body .reference-footer .footer-legal {
    padding: 13px 16px 74px;
  }

  body .reference-footer .footer-legal p {
    font-size: 12px;
  }
}

/* Public article detail: city context, tenant contact details, and city links. */
body .article-page {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  padding: 26px 0 72px;
}

body .article-page .page-breadcrumbs {
  margin: 0 auto 24px;
  color: #667085;
  font-size: 14px;
}

body .article-detail {
  width: min(920px, 100%);
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body .article-heading {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #e4e7ec;
  background: transparent;
}

body .article-station,
body .article-contact-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body .article-heading h1 {
  margin: 0;
  color: #101828;
  font-size: 40px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 18px;
  color: #667085;
  font-size: 14px;
}

body .article-summary {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  background: #f8fafc;
  color: #475467;
  font-size: 17px;
  line-height: 1.9;
}

body .article-content {
  color: #344054;
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
}

body .article-content h2,
body .article-content h3 {
  margin: 34px 0 14px;
  color: #101828;
  line-height: 1.45;
}

body .article-content p,
body .article-content ul,
body .article-content ol,
body .article-content blockquote {
  margin: 0 0 20px;
}

body .article-content pre,
body .rich-content pre,
body article > div pre {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  background: #f8fafc;
  overflow: auto;
  white-space: pre-wrap;
}

body .article-content table,
body .rich-content table,
body article > div table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  overflow-x: auto;
}

body .article-content th,
body .article-content td,
body .rich-content th,
body .rich-content td,
body article > div th,
body article > div td {
  min-width: 110px;
  padding: 10px 12px;
  border: 1px solid #e4e7ec;
  text-align: left;
  vertical-align: top;
}

body .article-content th,
body .rich-content th,
body article > div th {
  background: #f8fafc;
  color: #1d2939;
  font-weight: 700;
}

body .article-content img,
body .rich-content img,
body article > div img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 22px auto;
  border-radius: 8px;
}

body .article-content a,
body .rich-content a,
body article > div a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body .article-city-context {
  margin: 38px 0 0;
}

body .article-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  margin: 40px 0 0;
  padding: 34px;
  border: 0;
  border-radius: 6px;
  background: #071b24;
  color: rgba(255, 255, 255, 0.72);
}

body .article-contact h2,
body .article-regions h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
}

body .article-contact-copy > p:not(.article-contact-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

body .article-contact-copy small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.52);
}

body .article-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 9px 18px;
  border-radius: 4px;
  background: var(--accent);
  color: #071b24;
  font-weight: 800;
}

body .article-contact-list {
  margin: 0;
}

body .article-contact-list > div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body .article-contact-list dt {
  color: rgba(255, 255, 255, 0.5);
}

body .article-contact-list dd {
  min-width: 0;
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
}

body .article-contact-list a {
  color: #55f0d2;
}

body .article-regions {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 38px;
  margin: 42px 0 0;
  padding: 34px 0 0;
  border: 0;
  border-top: 1px solid #e4e7ec;
  border-radius: 0;
  background: transparent;
}

body .article-regions h2 {
  color: #101828;
}

body .article-regions > div > p:last-child {
  margin: 0;
  color: #667085;
}

body .article-regions nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
}

body .article-regions nav a {
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  color: #344054;
  text-align: center;
  overflow-wrap: anywhere;
}

body .article-regions nav a:hover,
body .article-regions nav a[aria-current="page"] {
  border-color: var(--accent);
  background: #effbf7;
  color: #075e54;
}

@media (max-width: 760px) {
  body .article-page {
    width: calc(100% - 32px);
    padding: 20px 0 54px;
  }

  body .article-heading h1 {
    font-size: 30px;
  }

  body .article-summary,
  body .article-content {
    font-size: 16px;
  }

  body .article-contact,
  body .article-regions {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body .article-contact {
    padding: 26px 22px;
  }

  body .article-contact-list > div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  body .article-contact-list a {
    color: #fff !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body .article-regions nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.article-direct-answer{margin:24px 0;padding:20px 22px;border-left:4px solid var(--primary);background:#f5f8ff}.article-direct-answer>p:last-child{margin:6px 0 0;font-size:17px;line-height:1.9;color:#26364d}.article-media{margin:24px 0}.article-media img{display:block;width:100%;height:auto;border-radius:6px}.article-media figcaption{margin-top:8px;color:#667085;font-size:14px;text-align:center}.article-cover img{max-height:560px;object-fit:cover}.article-gallery{margin-top:30px}.article-gallery>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.article-gallery .article-media{margin:0}.article-gallery img{aspect-ratio:4/3;object-fit:cover}.article-faq details{border-top:1px solid #e4e7ec;padding:14px 0}.article-faq summary{font-weight:700;cursor:pointer}.article-faq details p{margin:10px 0 0;color:#475467}.article-sources ol{padding-left:22px}.article-sources li{margin:8px 0}@media(max-width:720px){.article-gallery>div{grid-template-columns:1fr}.article-cover img{max-height:none}}

/* Public article archive and compact numeric pagination. */
body .article-list-page{width:min(1180px,calc(100% - 48px));max-width:1180px;margin:0 auto;padding:34px 0 78px}
body .article-list-hero{padding:20px 0 28px;border-bottom:1px solid #e4e7ec}
body .article-list-hero .page-breadcrumbs{margin:0 0 26px}
body .article-list-hero h1{margin:4px 0 10px;color:#101828;font-size:42px;line-height:1.3}
body .article-list-hero>p:last-child{max-width:780px;margin:0;color:#667085;font-size:17px}
body .article-list-results{margin:0;padding:0;border:0;background:transparent}
body .article-list-card{display:grid;grid-template-columns:118px minmax(0,1fr) 112px;align-items:center;gap:26px;margin:0;padding:26px 0;border:0;border-bottom:1px solid #e4e7ec;border-radius:0;background:transparent}
body .article-list-card time{color:#667085;font-size:14px}
body .article-list-card h2{margin:0;color:#101828;font-size:21px;line-height:1.45}
body .article-list-card h2 a{color:inherit}
body .article-list-card p{margin:8px 0 0;color:#667085;line-height:1.75}
body .article-list-more{color:var(--primary);font-size:14px;font-weight:700;text-align:right;white-space:nowrap}
body .pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin:34px 0 0;padding:0;background:transparent}
body .page-link,body .page-ellipsis{min-width:40px;height:40px;display:inline-grid;place-items:center;padding:0 11px;border:1px solid #d0d5dd;border-radius:5px;background:#fff;color:#344054;font-size:14px}
body .page-link:hover,body .page-link.active{border-color:var(--primary);background:var(--primary);color:#fff}
body .page-link.disabled{border-color:#eaecf0;background:#f9fafb;color:#98a2b3;cursor:not-allowed}
body .page-ellipsis{border-color:transparent;background:transparent}
@media(max-width:720px){body .article-list-page{width:calc(100% - 32px);padding:22px 0 56px}body .article-list-hero h1{font-size:32px}body .article-list-card{grid-template-columns:1fr auto;gap:8px 14px;padding:22px 0}body .article-list-card time{grid-column:1/-1}body .article-list-more{align-self:end}body .pagination{gap:4px;flex-wrap:wrap}body .page-link,body .page-ellipsis{min-width:36px;height:36px;padding:0 8px}.page-prev,.page-next{min-width:68px}}

/* Unified tenant website presentation: one calm system for primary and city sites. */
:root {
  --public-max: 1180px;
  --public-reading: 860px;
  --public-line: #e3e8ee;
  --public-muted: #667085;
  --public-paper: #fff;
  --public-soft: #f6f8fa;
  --public-radius: 6px;
}

body {
  background: var(--public-soft);
  color: #172033;
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, sans-serif;
}

body .section-wrap,
body .nav-wrap {
  width: min(var(--public-max), calc(100% - 48px));
}

body .reference-template .reference-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--city-ink, #172033) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

body .reference-template .reference-header .nav-wrap {
  min-height: 78px;
}

body .reference-template .site-brand strong {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

body .reference-template .site-brand strong span {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
}

body .reference-template .site-brand strong,
body .reference-template .desktop-nav a {
  color: #fff !important;
}

body .reference-template .header-phone {
  min-width: 0;
  min-height: 40px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--accent) !important;
  color: #fff !important;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: filter 180ms ease, transform 180ms ease;
}

body .reference-template .header-phone:hover,
body .reference-template .header-phone:focus-visible {
  color: #fff !important;
  filter: brightness(1.07);
  transform: translateY(-1px);
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

body .reference-template .header-phone span {
  display: none;
}

body .reference-template .desktop-nav {
  gap: 24px;
}

body .reference-template .desktop-nav a {
  padding: 25px 0 23px;
  font-size: 14px;
  font-weight: 600;
}

body .reference-template .reference-hero {
  height: 540px !important;
  min-height: 0;
}

body .reference-template .reference-hero .hero-media {
  filter: saturate(0.72) contrast(1.04);
}

body .reference-template .reference-hero .hero-carousel .hero-slide {
  opacity: 0;
}

body .reference-template .reference-hero .hero-carousel .hero-slide.is-active {
  opacity: 1;
}

body .reference-template .reference-hero .hero-shade {
  background: linear-gradient(90deg, rgba(10, 23, 31, 0.78), rgba(10, 23, 31, 0.38) 62%, rgba(10, 23, 31, 0.2)) !important;
}

body .reference-template .reference-hero .hero-inner,
body .presentation-industrial .reference-hero .hero-inner {
  top: 50%;
  right: auto;
  left: max(24px, calc((100% - var(--public-max)) / 2)) !important;
  width: min(720px, calc(100% - 48px));
  text-align: left !important;
  transform: translateY(-50%) !important;
}

body .reference-template .reference-hero .eyebrow {
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

body .reference-template .reference-hero h1,
body .presentation-brand .reference-hero h1 {
  max-width: 720px;
  max-height: 2.4em;
  overflow: hidden;
  color: var(--hero-title-color, #fff);
  font-family: inherit !important;
  font-size: 54px !important;
  line-height: 1.2;
  letter-spacing: 0;
}

body .reference-template .reference-hero .hero-title-line,
body .reference-template .reference-hero .hero-copy-line {
  display: block;
}

body .reference-template .reference-hero .hero-title-accent {
  color: var(--hero-title-accent-color, #f6d365);
}

body .reference-template .reference-hero .hero-copy {
  max-width: 660px;
  max-height: 3.6em;
  overflow: hidden;
  margin: 18px 0 0;
  color: var(--hero-subtitle-color, #dbe7f3);
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0;
}

body .reference-template .reference-hero .hero-actions {
  justify-content: flex-start !important;
  margin-top: 28px;
}

body .reference-template .reference-hero .button {
  min-width: 124px;
  min-height: 44px;
  border-radius: var(--public-radius);
}

body .reference-template .geo-direct-answer {
  border: 0;
  border-bottom: 1px solid var(--public-line);
  background: var(--public-paper);
}

body .reference-template .geo-direct-answer .section-wrap {
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
}

body .reference-template .geo-direct-answer .section-kicker {
  display: none;
}

body .reference-template .geo-direct-answer h2 {
  margin: 0 0 12px;
  color: var(--city-ink, #172033);
  font-size: 26px;
}

body .reference-template .geo-answer-lead {
  margin: 0;
  color: var(--public-muted);
  font-size: 15px;
  line-height: 1.85;
}

body .reference-template .geo-contact-facts {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: 110px minmax(0, 1fr);
}

body .reference-template .geo-contact-facts dt,
body .reference-template .geo-contact-facts dd {
  padding: 7px 0;
  border-bottom: 1px solid #edf0f3;
  font-size: 14px;
}

body .reference-template .reference-about,
body .reference-template .reference-products,
body .reference-template .reference-advantages,
body .reference-template .reference-extra,
body .reference-template .reference-city-directory {
  padding: 72px 0;
  background: var(--public-paper);
}

body .reference-template .reference-about,
body .reference-template .reference-advantages,
body .reference-template .reference-extra-news {
  background: var(--public-soft);
}

body .reference-template .reference-about-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 56px;
}

body .reference-template .reference-about-copy h2,
body .reference-template .reference-heading h2,
body .reference-template .advantage-intro h2 {
  font-family: inherit !important;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

body .reference-template .reference-about-copy p,
body .reference-template .reference-about-copy .region-intro p {
  color: var(--public-muted);
  font-size: 15px;
  line-height: 1.9;
}

body .reference-template .reference-about-showcase,
body .presentation-service .reference-about-showcase,
body .presentation-technology .product-card {
  border: 1px solid var(--public-line);
  border-radius: var(--public-radius) !important;
  box-shadow: none !important;
}

body .reference-template .reference-about-gallery {
  height: 380px;
}

body .reference-template .company-fact-grid {
  gap: 10px;
  margin-top: 24px;
}

body .reference-template .company-fact-grid article {
  min-height: 84px;
  padding: 14px 16px;
  border-color: var(--public-line);
  border-radius: var(--public-radius);
  background: var(--public-paper);
}

body .reference-template .reference-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 32px;
  text-align: left !important;
}

body .reference-template .reference-heading > div {
  min-width: 0;
}

body .reference-template .reference-heading p {
  margin-top: 8px;
  font-size: 14px;
}

body .reference-template .reference-heading > span,
body .reference-template .reference-category {
  display: none;
}

body .reference-template .reference-heading .text-link {
  flex: 0 0 auto;
  color: var(--city-ink, #172033);
  font-size: 14px;
}

body .reference-template .reference-products .product-grid,
body .presentation-brand .reference-products .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px;
}

body .reference-template .reference-products .product-card {
  border-color: var(--public-line);
  border-radius: var(--public-radius);
  box-shadow: none;
}

body .reference-template .reference-products .product-card:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

body .reference-template .reference-products .card-media {
  aspect-ratio: 4 / 3;
}

body .reference-template .reference-products .product-card > div:last-child {
  padding: 16px 17px 18px;
  text-align: left;
}

body .reference-template .reference-products .product-card p {
  color: var(--public-muted) !important;
}

/* 首页产品统一采用标准纵向卡片，避免城市模板把标题挤到图片右侧。 */
body .reference-template .reference-products .reference-heading {
  align-items: flex-end !important;
  justify-content: space-between !important;
  text-align: left !important;
}

body .reference-template .reference-products .reference-heading > div {
  text-align: left !important;
}

body .reference-template .reference-products .product-grid,
body.presentation-industrial .reference-products .product-grid,
body.presentation-service .reference-products .product-grid,
body.presentation-brand .reference-products .product-grid,
body.presentation-editorial .reference-products .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body .reference-template .reference-products .product-card,
body.presentation-service .reference-products .product-card,
body.presentation-editorial .reference-products .product-card {
  min-height: 0 !important;
  display: block !important;
  grid-template-columns: none !important;
  overflow: hidden;
  border: 1px solid var(--public-line) !important;
  border-radius: var(--public-radius) !important;
}

body .reference-template .reference-products .card-media,
body.presentation-industrial .reference-products .card-media,
body.presentation-service .reference-products .card-media,
body.presentation-brand .reference-products .card-media,
body.presentation-editorial .reference-products .card-media {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
}

body .reference-template .reference-products .product-card > div:last-child {
  padding: 15px 16px 17px !important;
  text-align: left !important;
}

body .reference-template .reference-products .product-card h3 {
  margin: 0;
  text-align: left !important;
}

body .reference-template .reference-products .product-card p {
  margin: 7px 0 0 !important;
  text-align: left !important;
}

body .reference-template .reference-products .product-card-showcase .card-media img {
  object-fit: contain;
}

body .reference-template .reference-advantages {
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

body .reference-template .advantage-layout {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 64px;
}

body .reference-template .advantage-intro {
  position: static;
  padding: 0;
}

body .reference-template .advantage-intro > p:not(.section-kicker) {
  margin-top: 14px;
  font-size: 15px;
}

body .reference-template .advantage-grid article {
  min-height: 0;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
}

body .reference-template .advantage-grid h3 {
  font-size: 18px;
}

body .reference-template .advantage-grid p {
  margin-top: 6px;
  font-size: 14px;
}

body .reference-template .reference-city-directory .section-wrap {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.58fr);
  gap: 48px;
}

body .reference-template .reference-city-directory nav {
  gap: 8px;
}

body .reference-template .reference-city-directory nav a {
  min-height: 48px;
  border-color: var(--public-line);
  border-radius: var(--public-radius);
  background: var(--public-soft);
}

body .reference-template .reference-footer {
  padding-top: 44px;
}

body .content-body,
body .article-list-page,
body .article-page {
  width: min(var(--public-max), calc(100% - 48px));
  max-width: var(--public-max);
  margin: 0 auto;
  padding: 38px 0 72px;
}

body .content-body > .page-breadcrumbs,
body .article-list-hero .page-breadcrumbs {
  margin: 0 0 26px;
}

body .content-body > h1,
body .article-list-hero h1,
body .article-heading h1 {
  margin: 0 0 10px;
  color: #172033;
  font-family: inherit !important;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.015em;
}

body .content-body > .page-lead,
body .article-list-hero > p:last-child {
  max-width: 780px;
  margin: 0;
  color: var(--public-muted);
  font-size: 16px;
  line-height: 1.85;
}

body .content-body .city-context,
body .article-city-context {
  margin: 22px 0 28px;
  padding: 12px 15px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  border: 1px solid var(--public-line);
  border-left: 3px solid var(--accent);
  background: #fff;
  color: var(--public-muted);
  font-size: 13px;
}

body .content-body .city-context strong,
body .article-city-context strong {
  flex: 0 0 auto;
  margin: 0;
  color: #344054;
}

body .public-card-grid {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border: 0;
  background: transparent;
  list-style: none;
}

body .public-list-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--public-line);
  border-radius: var(--public-radius);
  background: #fff;
}

body .public-list-media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #eef1f4;
}

body .public-list-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

body .public-list-card:hover .public-list-media img {
  transform: scale(1.025);
}

/* AI 产品展示卡只负责展示，不伪装成可点击的普通产品详情卡。 */
body .public-list-card-showcase .public-list-media {
  background: #f7f8fa;
}

body .public-list-card-showcase .public-list-media img {
  object-fit: contain;
  transform: none;
}

body .public-list-card-showcase:hover .public-list-media img {
  transform: none;
}

body .public-list-card > div {
  padding: 18px;
}

body .public-list-card h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
}

body .public-list-card h2 a {
  color: #172033;
}

body .public-list-card p {
  min-height: 50px;
  margin: 9px 0 14px;
  overflow: hidden;
  display: -webkit-box;
  color: var(--public-muted);
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .public-list-more {
  color: var(--city-ink, #172033);
  font-size: 14px;
  font-weight: 700;
}

body .public-list-empty {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px solid var(--public-line);
  background: #fff;
  color: var(--public-muted);
  text-align: center;
}

body .content-body > article,
body .article-detail {
  max-width: var(--public-reading);
  margin: 28px auto 0;
  padding: 34px 38px;
  border: 1px solid var(--public-line);
  border-radius: var(--public-radius);
  background: #fff;
  box-shadow: none;
}

body .content-body > article > img {
  width: 100%;
  max-height: 540px;
  margin: 18px 0;
  object-fit: cover;
}

body .content-body > article > p,
body .article-summary,
body .article-content {
  color: #475467;
  line-height: 1.95;
}

body .content-body > details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--public-line);
  border-radius: 0;
  background: transparent;
}

body .content-body > details:first-of-type {
  margin-top: 28px;
  border-top: 1px solid var(--public-line);
}

body .content-body > details summary {
  padding: 20px 36px 20px 0;
  color: #172033;
  font-weight: 700;
  cursor: pointer;
}

body .content-body > details > div {
  max-width: var(--public-reading);
  padding: 0 0 20px;
  color: var(--public-muted);
}

body .contact-layout {
  margin-top: 28px;
  gap: 20px;
}

body .contact-details,
body .contact-form {
  margin: 0;
  padding: 28px;
  border-color: var(--public-line);
  border-radius: var(--public-radius);
  box-shadow: none;
}

body .company-profile-page {
  background: var(--public-soft);
}

body .company-profile-hero {
  padding: 62px 0 68px;
  background: var(--city-ink, #172033);
}

body .company-profile-hero h1 {
  font-family: inherit !important;
  font-size: clamp(34px, 4vw, 48px);
}

body .company-profile-main {
  padding: 56px 0 72px;
}

body .company-profile-panel,
body .company-region-profile {
  padding: 32px 34px;
  border-color: var(--public-line);
  border-radius: var(--public-radius);
  box-shadow: none;
}

body .article-list-hero {
  padding: 0 0 28px;
}

body .article-list-card {
  grid-template-columns: 104px minmax(0, 1fr) 90px;
  gap: 22px;
  padding: 24px 0;
}

body .article-list-card h2 {
  font-size: 20px;
}

body .article-heading .article-station,
body .article-contact-kicker {
  color: var(--public-muted);
  letter-spacing: 0;
}

@media (max-width: 900px) {
  body .reference-header .nav-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
  }

  body .reference-header .site-brand {
    min-width: 0;
    max-width: none;
    grid-column: 1;
    grid-row: 1;
  }

  body .reference-header .site-brand strong {
    max-width: 100%;
    font-size: 20px;
  }

  body .reference-header .site-brand strong span { font-size: inherit; }

  body .reference-header .header-phone {
    grid-column: 2;
    grid-row: 1;
    min-height: 36px;
    padding: 0 13px;
    font-size: 14px;
  }

  body .reference-header .mobile-nav {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  body .reference-template .reference-hero { height: 500px !important; }
  body .reference-template .geo-direct-answer .section-wrap { grid-template-columns: 1fr; gap: 22px; }
  body .reference-template .geo-contact-facts { grid-column: 1; grid-row: auto; }
  body .reference-template .reference-about-grid { grid-template-columns: 1fr; gap: 38px; }
  body .reference-template .reference-about-showcase { width: 100%; order: 0; }
  body .reference-template .reference-products .product-grid,
  body .presentation-brand .reference-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body .reference-template .advantage-layout { grid-template-columns: 1fr; gap: 30px; }
  body .reference-template .reference-city-directory .section-wrap { grid-template-columns: 1fr; gap: 28px; }
  body .public-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 370px) {
  body .reference-header .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 0;
  }

  body .reference-header .site-brand { grid-column: 1; grid-row: 1; }
  body .reference-header .mobile-nav { grid-column: 2; grid-row: 1; }
  body .reference-header .header-phone {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: end;
  }
}

@media (max-width: 560px) {
  body .section-wrap,
  body .nav-wrap,
  body .content-body,
  body .article-list-page,
  body .article-page { width: calc(100% - 32px); }
  body .reference-header .nav-wrap {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 8px;
    padding: 10px 0 11px;
  }
  body .reference-header .site-brand {
    grid-column: 1;
    grid-row: 1;
  }

  body .reference-template .site-brand strong { font-size: 18px; }
  body .reference-template .site-brand strong span {
    margin-left: 5px;
    font-size: inherit;
  }
  body .reference-header .mobile-nav {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  body .reference-header .header-phone {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: end;
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }
  body .reference-template .reference-hero { height: 470px !important; }
  body .reference-template .reference-hero .hero-inner,
  body .presentation-industrial .reference-hero .hero-inner { left: 20px !important; width: calc(100% - 40px); }
  body .reference-template .reference-hero h1,
  body .presentation-brand .reference-hero h1 { font-size: 34px !important; }
  body .reference-template .reference-hero .hero-copy { font-size: 15px; }
  body .reference-template .reference-about,
  body .reference-template .reference-products,
  body .reference-template .reference-advantages,
  body .reference-template .reference-extra,
  body .reference-template .reference-city-directory { padding: 50px 0; }
  body .reference-template .geo-direct-answer .section-wrap { padding: 30px 0; }
  body .reference-template .geo-contact-facts { grid-template-columns: 92px minmax(0, 1fr); }
  body .reference-template .reference-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 24px; }
  body .reference-template .reference-products .product-grid,
  body .presentation-brand .reference-products .product-grid,
  body .public-card-grid { grid-template-columns: 1fr !important; }
  body .reference-template .reference-about-gallery { height: 340px; }
  body .reference-template .company-fact-grid { grid-template-columns: 1fr; }
  body .content-body,
  body .article-list-page,
  body .article-page { padding: 24px 0 54px; }
  body .content-body .city-context,
  body .article-city-context { align-items: flex-start; flex-direction: column; gap: 3px; }
  body .content-body > article,
  body .article-detail { margin-top: 22px; padding: 24px 20px; }
  body .contact-details,
  body .contact-form { padding: 22px 20px; }
  body .article-list-card { grid-template-columns: 1fr auto; gap: 8px 14px; }
  body .article-list-card time { grid-column: 1 / -1; }
  body .company-profile-hero { padding: 46px 0 52px; }
  body .company-profile-main { padding: 40px 0 54px; }
  body .company-profile-panel,
  body .company-region-profile { padding: 24px 20px; }

  body .reference-template .reference-hero.has-carousel {
    height: auto !important;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto;
    overflow: visible;
    background: #fff !important;
  }
  body .reference-template .reference-hero.has-carousel .hero-carousel {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 48 / 23;
    overflow: hidden;
    background: var(--city-ink, #172033);
    touch-action: pan-y;
  }
  body .reference-template .reference-hero.has-carousel .hero-slide {
    overflow: hidden;
    transform: none;
  }
  body .reference-template .reference-hero.has-carousel .hero-picture {
    z-index: 1;
    display: block;
    padding: 0;
  }
  body .reference-template .reference-hero.has-carousel .hero-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
  }
  body .reference-template .reference-hero.has-carousel .hero-slide-backdrop {
    display: none;
  }
  body .reference-template .reference-hero.has-carousel .hero-shade {
    display: none;
  }
  body .reference-template .reference-hero.has-carousel .hero-inner,
  body .presentation-industrial .reference-hero.has-carousel .hero-inner {
    position: relative;
    top: auto;
    right: auto;
    left: auto !important;
    grid-row: 2;
    width: 100%;
    padding: 30px 20px 32px;
    background: var(--city-ink, #172033);
    color: var(--hero-title-color, #fff);
    text-align: center !important;
    transform: none !important;
  }
  body .reference-template .reference-hero.has-carousel h1,
  body .presentation-brand .reference-hero.has-carousel h1 {
    overflow: hidden;
    max-width: 350px;
    max-height: 2.6em;
    margin: 0 auto;
    color: var(--hero-title-color, #fff);
    font-size: 28px !important;
    line-height: 1.3;
  }
  body .reference-template .reference-hero.has-carousel .hero-copy {
    overflow: hidden;
    max-width: 350px;
    max-height: 3.5em;
    margin: 14px auto 0;
    color: var(--hero-subtitle-color, #dbe7f3);
    font-size: 14px;
    line-height: 1.75;
  }
  body .reference-template .reference-hero.has-carousel .hero-actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 20px auto 0;
    max-width: 350px;
  }
  body .reference-template .reference-hero.has-carousel .hero-actions .button {
    min-width: 0;
    flex: 1;
    justify-content: center;
  }
  body .reference-template .reference-hero.has-carousel .button-ghost {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  body .reference-template .reference-hero.has-carousel .hero-dots {
    top: calc(47.917vw - 28px);
    bottom: auto;
  }
  body .reference-template .reference-hero.no-carousel {
    overflow: hidden;
  }

  body .reference-template .reference-hero.no-carousel {
    height: auto !important;
    min-height: 0;
    display: block;
    background: var(--city-ink, #172033) !important;
  }

  body .reference-template .reference-hero.no-carousel .hero-inner {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 42px 20px 44px;
    transform: none !important;
    text-align: center !important;
  }

  body .reference-template .reference-hero.no-carousel h1,
  body .reference-template .reference-hero.no-carousel .hero-copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body .reference-template .reference-hero.no-carousel h1 {
    max-width: 350px;
    font-size: 30px !important;
  }

  body .reference-template .reference-hero.no-carousel .hero-copy {
    max-width: 350px;
    margin-top: 14px;
    font-size: 14px;
  }

  body .reference-template .reference-hero.no-carousel .hero-actions {
    justify-content: center !important;
    max-width: 350px;
    margin: 20px auto 0;
  }
}

@media (max-width: 760px) {
  body .reference-template .reference-products .product-grid,
  body .presentation-brand .reference-products .product-grid,
  body .product-list-grid,
  body .reference-template .case-grid,
  body .case-list-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  body .reference-template .reference-products .product-grid::-webkit-scrollbar,
  body .presentation-brand .reference-products .product-grid::-webkit-scrollbar,
  body .product-list-grid::-webkit-scrollbar,
  body .reference-template .case-grid::-webkit-scrollbar,
  body .case-list-grid::-webkit-scrollbar {
    display: none;
  }

  body .reference-template .reference-products .product-card,
  body .presentation-brand .reference-products .product-card,
  body .product-list-grid > .public-list-card,
  body .reference-template .case-grid > .case-card,
  body .case-list-grid > .public-list-card {
    width: auto !important;
    min-width: 0;
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body .product-list-grid > .public-list-empty {
    flex: 0 0 100%;
  }

  body .reference-template .case-grid > .case-card {
    grid-template-columns: 1fr;
  }

  body .case-list-grid > .public-list-empty {
    flex: 0 0 100%;
  }
}

/* City presentation families: each option changes composition, not only color. */
body.presentation-industrial .reference-template {
  --public-radius: 2px;
  --public-soft: var(--city-soft);
}

body.presentation-industrial .reference-header {
  border-bottom: 4px solid var(--accent);
  background: var(--primary) !important;
}

body.presentation-industrial .header-phone,
body.presentation-industrial .reference-hero .button {
  border-radius: 2px !important;
}

body.presentation-industrial .reference-hero {
  height: 620px !important;
}

body.presentation-industrial .reference-hero .hero-shade {
  background: linear-gradient(90deg, rgba(12, 24, 28, 0.9), rgba(12, 24, 28, 0.48) 68%, rgba(12, 24, 28, 0.12)) !important;
}

body.presentation-industrial .reference-hero .hero-inner {
  width: min(650px, calc(100% - 48px));
}

body.presentation-industrial .geo-direct-answer {
  border: 0;
  background: var(--city-ink);
}

body.presentation-industrial .geo-direct-answer h2,
body.presentation-industrial .geo-contact-facts dd {
  color: #fff;
}

body.presentation-industrial .geo-answer-lead,
body.presentation-industrial .geo-contact-facts dt {
  color: rgba(255, 255, 255, 0.68);
}

body.presentation-industrial .geo-contact-facts dt,
body.presentation-industrial .geo-contact-facts dd {
  border-color: rgba(255, 255, 255, 0.14);
}

body.presentation-industrial .reference-products .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px;
}

body.presentation-industrial .reference-products .product-card,
body.presentation-industrial .reference-about-showcase,
body.presentation-industrial .company-fact-grid article {
  border-radius: 2px !important;
}

body.presentation-industrial .reference-products .card-media {
  aspect-ratio: 16 / 10;
}

body.presentation-industrial .reference-advantages {
  border-left: 8px solid var(--accent);
}

body.presentation-industrial .advantage-grid article {
  border-bottom: 1px solid color-mix(in srgb, var(--city-ink) 18%, transparent);
}

body.presentation-technology .reference-header {
  background: var(--primary) !important;
  box-shadow: 0 10px 30px rgba(20, 35, 50, 0.16);
}

body.presentation-technology .reference-hero {
  height: 650px !important;
}

body.presentation-technology .reference-hero .hero-media {
  filter: saturate(0.9) contrast(1.08);
}

body.presentation-technology .reference-hero .hero-shade {
  background: rgba(17, 31, 46, 0.62) !important;
}

body.presentation-technology .reference-hero .hero-inner {
  right: 24px;
  left: 24px !important;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center !important;
}

body.presentation-technology .reference-hero h1,
body.presentation-technology .reference-hero .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

body.presentation-technology .reference-hero .hero-actions {
  justify-content: center !important;
}

body.presentation-technology .geo-direct-answer .section-wrap {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
}

body.presentation-technology .geo-contact-facts {
  padding: 18px 22px;
  border: 1px solid color-mix(in srgb, var(--primary) 24%, #fff);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(22, 38, 56, 0.09);
}

body.presentation-technology .reference-products {
  background: var(--city-soft);
}

body.presentation-technology .reference-products .product-card {
  overflow: hidden;
  border: 0;
  border-top: 4px solid var(--accent);
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 14px 34px rgba(22, 38, 56, 0.1) !important;
}

body.presentation-technology .advantage-grid {
  gap: 14px;
}

body.presentation-technology .advantage-grid article {
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--primary) 16%, #fff);
  border-radius: 8px;
  background: #fff;
}

body.presentation-service .reference-hero {
  height: 570px !important;
}

body.presentation-service .reference-hero .hero-shade {
  background: linear-gradient(270deg, rgba(20, 30, 35, 0.88), rgba(20, 30, 35, 0.42) 64%, rgba(20, 30, 35, 0.08)) !important;
}

body.presentation-service .reference-hero .hero-inner {
  right: max(24px, calc((100% - var(--public-max)) / 2));
  left: auto !important;
  width: min(620px, calc(100% - 48px));
  text-align: right !important;
}

body.presentation-service .reference-hero .hero-copy {
  margin-left: auto;
}

body.presentation-service .reference-hero .hero-actions {
  justify-content: flex-end !important;
}

body.presentation-service .reference-about-grid {
  grid-template-columns: minmax(380px, 1.08fr) minmax(0, 0.92fr) !important;
}

body.presentation-service .reference-about-showcase {
  order: -1;
  border-radius: 8px !important;
}

body.presentation-service .reference-products .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px;
}

body.presentation-service .reference-products .product-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  border-radius: 8px !important;
}

body.presentation-service .reference-products .card-media {
  height: 100%;
  aspect-ratio: auto;
}

body.presentation-service .advantage-grid {
  grid-template-columns: 1fr;
}

body.presentation-service .advantage-grid article {
  padding: 18px 0 18px 22px;
  border-left: 3px solid var(--accent);
}

body.presentation-brand .reference-hero {
  height: 720px !important;
}

body.presentation-brand .reference-hero .hero-shade {
  background: rgba(18, 24, 29, 0.54) !important;
}

body.presentation-brand .reference-hero .hero-inner {
  right: 24px;
  left: 24px !important;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center !important;
}

body.presentation-brand .reference-hero h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 64px !important;
}

body.presentation-brand .reference-hero .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

body.presentation-brand .reference-hero .hero-actions {
  justify-content: center !important;
}

body.presentation-brand .geo-direct-answer {
  background: var(--city-soft);
}

body.presentation-brand .reference-about-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}

body.presentation-brand .reference-about-showcase {
  order: -1;
}

body.presentation-brand .reference-about-gallery {
  height: 520px;
}

body.presentation-brand .reference-about-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.presentation-brand .company-fact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.presentation-brand .reference-products .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px;
}

body.presentation-brand .reference-products .card-media {
  aspect-ratio: 1 / 1;
}

body.presentation-brand .reference-advantages {
  border: 0;
  background: var(--city-ink);
  color: #fff;
}

body.presentation-brand .reference-advantages h2,
body.presentation-brand .reference-advantages h3,
body.presentation-brand .reference-advantages a {
  color: #fff;
}

body.presentation-brand .reference-advantages p {
  color: rgba(255, 255, 255, 0.68) !important;
}

body.presentation-brand .advantage-grid article {
  border-color: rgba(255, 255, 255, 0.16);
}

body.presentation-editorial .reference-hero {
  height: 470px !important;
}

body.presentation-editorial .reference-hero .hero-inner {
  width: min(760px, calc(100% - 48px));
}

body.presentation-editorial .reference-hero h1,
body.presentation-editorial .reference-heading h2,
body.presentation-editorial .reference-about-copy h2,
body.presentation-editorial .advantage-intro h2 {
  font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif !important;
}

body.presentation-editorial .geo-direct-answer .section-wrap,
body.presentation-editorial .reference-about-grid {
  grid-template-columns: 1fr;
  max-width: 960px;
}

body.presentation-editorial .geo-contact-facts {
  grid-column: auto;
  grid-row: auto;
  max-width: 760px;
}

body.presentation-editorial .reference-about-showcase {
  order: -1;
}

body.presentation-editorial .reference-about-gallery {
  height: 460px;
}

body.presentation-editorial .reference-products .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.presentation-editorial .reference-products .product-card {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  border-width: 0 0 1px;
  border-radius: 0 !important;
}

body.presentation-editorial .reference-products .card-media {
  height: 100%;
  aspect-ratio: auto;
}

body.presentation-editorial .news-list,
body.presentation-editorial .reference-extra .reference-heading {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

body.presentation-editorial .advantage-grid article {
  border-bottom: 1px solid var(--public-line);
}

body.presentation-minimal .reference-header {
  border-bottom: 1px solid var(--public-line);
  background: #fff !important;
  box-shadow: none;
}

body.presentation-minimal .site-brand strong,
body.presentation-minimal .site-brand strong span,
body.presentation-minimal .desktop-nav a {
  color: var(--city-ink) !important;
}

body.presentation-minimal .reference-header .header-phone {
  border: 1px solid var(--city-ink);
  background: transparent !important;
  color: var(--city-ink) !important;
}

body.presentation-minimal .reference-hero {
  height: 600px !important;
  border-bottom: 1px solid var(--public-line);
  background: #fff !important;
}

body.presentation-minimal .reference-hero .hero-carousel {
  right: 0;
  left: 50%;
  width: 50%;
}

body.presentation-minimal .reference-hero .hero-media {
  filter: saturate(0.72) contrast(1.04);
}

body.presentation-minimal .reference-hero .hero-shade {
  display: none;
}

body.presentation-minimal .reference-hero .hero-inner {
  left: max(24px, calc((100% - var(--public-max)) / 2)) !important;
  width: min(560px, calc(50% - 64px));
}

body.presentation-minimal .reference-hero h1,
body.presentation-minimal .reference-hero .hero-copy {
  color: var(--city-ink) !important;
}

body.presentation-minimal .reference-hero .hero-title-accent {
  color: var(--primary);
}

body.presentation-minimal .reference-hero .button-ghost {
  border-color: var(--city-ink);
  color: var(--city-ink);
}

body.presentation-minimal .geo-direct-answer {
  border-bottom: 1px solid var(--public-line);
  background: #fff;
}

body.presentation-minimal .reference-about,
body.presentation-minimal .reference-products,
body.presentation-minimal .reference-advantages,
body.presentation-minimal .reference-extra,
body.presentation-minimal .reference-city-directory {
  background: #fff;
}

.region-directory-page .region-directory-intro {
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 30px;
  margin: 18px 0;
}
.region-directory-page .region-directory-intro h1 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); color: #16263d; }
.region-directory-page .region-directory-intro p { margin: 0; color: #526276; line-height: 1.85; }
.region-directory-page .region-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.region-directory-page .region-directory-grid article { background: #fff; border: 1px solid #e0e7ef; border-radius: 14px; padding: 22px; box-shadow: 0 8px 24px rgba(30, 64, 96, .06); }
.region-directory-page .region-directory-grid article:hover { border-color: #88a9c9; box-shadow: 0 12px 28px rgba(30, 64, 96, .11); }
.region-directory-page .region-directory-grid h2 { margin: 0; font-size: 20px; }
.region-directory-page .region-directory-grid h2 a { color: #16263d; }
.region-directory-page .region-directory-grid p { min-height: 54px; color: #66758a; margin: 10px 0 18px; }
.region-directory-page .region-directory-grid .button { color: #fff; background: #1d4ed8; }
@media (max-width: 820px) { .region-directory-page .region-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .region-directory-page .region-directory-intro { padding: 22px 18px; } .region-directory-page .region-directory-grid { grid-template-columns: 1fr; } }

body.presentation-minimal .reference-products .product-card,
body.presentation-minimal .company-fact-grid article,
body.presentation-minimal .reference-about-showcase {
  border-width: 0 0 1px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.presentation-minimal .reference-heading h2,
body.presentation-minimal .reference-about-copy h2,
body.presentation-minimal .advantage-intro h2 {
  font-size: 30px;
}

body.presentation-minimal .reference-advantages {
  border-top: 1px solid var(--public-line);
  border-bottom: 1px solid var(--public-line);
}

@media (max-width: 900px) {
  body.presentation-technology .geo-direct-answer .section-wrap,
  body.presentation-service .reference-about-grid {
    grid-template-columns: 1fr !important;
  }

  body.presentation-service .reference-about-showcase {
    order: 0;
  }

  body.presentation-brand .reference-about-gallery,
  body.presentation-editorial .reference-about-gallery {
    height: 380px;
  }

  body.presentation-minimal .reference-hero .hero-inner {
    width: calc(50% - 48px);
  }
}

@media (max-width: 760px) {
  body.presentation-industrial .reference-hero,
  body.presentation-technology .reference-hero,
  body.presentation-service .reference-hero,
  body.presentation-brand .reference-hero,
  body.presentation-editorial .reference-hero,
  body.presentation-minimal .reference-hero {
    height: auto !important;
  }

  body.presentation-industrial .reference-hero.has-carousel .hero-inner,
  body.presentation-technology .reference-hero.has-carousel .hero-inner,
  body.presentation-service .reference-hero.has-carousel .hero-inner,
  body.presentation-brand .reference-hero.has-carousel .hero-inner,
  body.presentation-editorial .reference-hero.has-carousel .hero-inner,
  body.presentation-minimal .reference-hero.has-carousel .hero-inner {
    right: auto;
    left: auto !important;
    width: 100%;
    margin: 0;
    text-align: center !important;
  }

  body.presentation-industrial .reference-hero.has-carousel .hero-inner {
    border-top: 4px solid var(--accent);
  }

  body.presentation-service .reference-hero.has-carousel .hero-actions,
  body.presentation-technology .reference-hero.has-carousel .hero-actions,
  body.presentation-brand .reference-hero.has-carousel .hero-actions {
    justify-content: center !important;
  }

  body.presentation-brand .reference-hero.has-carousel h1 {
    font-size: 32px !important;
  }

  body.presentation-minimal .reference-hero.has-carousel .hero-carousel {
    right: auto;
    left: auto;
    width: 100%;
  }

  body.presentation-minimal .reference-hero.has-carousel .hero-inner {
    border-bottom: 1px solid var(--public-line);
    background: #fff;
  }

  body.presentation-minimal .reference-hero.has-carousel h1,
  body.presentation-minimal .reference-hero.has-carousel .hero-copy {
    color: var(--city-ink) !important;
  }

  body.presentation-minimal .reference-hero.has-carousel .button-ghost {
    border-color: var(--city-ink);
    background: transparent;
    color: var(--city-ink);
  }

  body.presentation-service .reference-products .product-grid,
  body.presentation-editorial .reference-products .product-grid,
  body.presentation-industrial .reference-products .product-grid,
  body.presentation-brand .reference-products .product-grid {
    display: flex !important;
  }

  body.presentation-service .reference-products .product-card,
  body.presentation-editorial .reference-products .product-card {
    min-height: 0;
    display: block;
  }

  body.presentation-service .reference-products .card-media,
  body.presentation-editorial .reference-products .card-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body.presentation-brand .company-fact-grid {
    grid-template-columns: 1fr;
  }
}

/* Case showcase: consistent compact cards on desktop, horizontal scroll on mobile. */
body .case-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body .case-showcase-grid .case-card {
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid var(--public-line, var(--line));
  border-radius: 8px;
  background: var(--public-paper, #fff);
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body .case-showcase-grid .case-card:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

body .case-showcase-grid .case-media,
body .case-list-grid .case-list-card .public-list-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--public-soft, #f3f5f7);
}

body .case-showcase-grid .case-media img,
body .case-list-grid .case-list-card .public-list-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body .case-showcase-grid .case-placeholder,
body .case-list-grid .case-list-card .case-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: var(--public-soft, #f3f5f7);
}

body .case-showcase-grid .case-card-body,
body .case-list-grid .case-list-card-body {
  min-width: 0;
  padding: 26px 28px 28px;
}

body .case-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

body .case-showcase-grid .case-card h3,
body .case-list-grid .case-list-card h2 {
  max-width: 34em;
  margin: 0;
  overflow: hidden;
  color: var(--city-ink, var(--ink));
  font-size: 20px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .case-showcase-grid .case-card h3 a,
body .case-list-grid .case-list-card h2 a {
  color: inherit;
  text-decoration: none !important;
}

body .case-showcase-grid .case-card p,
body .case-list-grid .case-list-card p {
  min-height: 0;
  margin: 14px 0 22px;
  overflow: hidden;
  color: var(--public-muted, var(--muted));
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body .case-card-link,
body .case-list-grid .public-list-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--city-ink, var(--primary));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

body .case-card-link:hover,
body .case-list-grid .public-list-more:hover {
  color: var(--accent);
}

body .case-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body .case-list-grid .case-list-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--public-line, var(--line));
  border-radius: 8px;
  background: var(--public-paper, #fff);
  box-shadow: none;
}

body .case-list-grid .case-list-card > div {
  padding: 20px 20px 22px;
}

/* 产品首页卡片最终覆盖规则：标题固定在图片下方，左对齐。 */
body .reference-template .reference-products .product-grid,
body.presentation-industrial .reference-products .product-grid,
body.presentation-service .reference-products .product-grid,
body.presentation-brand .reference-products .product-grid,
body.presentation-editorial .reference-products .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body .reference-template .reference-products .product-card,
body.presentation-service .reference-products .product-card,
body.presentation-editorial .reference-products .product-card {
  display: block !important;
  min-height: 0 !important;
}

body .reference-template .reference-products .product-card .card-media,
body.presentation-industrial .reference-products .product-card .card-media,
body.presentation-service .reference-products .product-card .card-media,
body.presentation-brand .reference-products .product-card .card-media,
body.presentation-editorial .reference-products .product-card .card-media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
}

body .reference-template .reference-products .product-card > div:last-child,
body.presentation-service .reference-products .product-card > div:last-child,
body.presentation-editorial .reference-products .product-card > div:last-child {
  padding: 15px 16px 17px !important;
  text-align: left !important;
}

@media (max-width: 760px) {
  body .reference-template .reference-hero.no-carousel,
  body.presentation-industrial .reference-hero.no-carousel,
  body.presentation-technology .reference-hero.no-carousel,
  body.presentation-service .reference-hero.no-carousel,
  body.presentation-brand .reference-hero.no-carousel,
  body.presentation-editorial .reference-hero.no-carousel,
  body.presentation-minimal .reference-hero.no-carousel {
    height: auto !important;
    min-height: 0 !important;
    display: block;
    overflow: hidden;
    background: var(--city-ink, #172033) !important;
  }

  body .reference-template .reference-hero.no-carousel .hero-inner,
  body.presentation-industrial .reference-hero.no-carousel .hero-inner,
  body.presentation-technology .reference-hero.no-carousel .hero-inner,
  body.presentation-service .reference-hero.no-carousel .hero-inner,
  body.presentation-brand .reference-hero.no-carousel .hero-inner,
  body.presentation-editorial .reference-hero.no-carousel .hero-inner,
  body.presentation-minimal .reference-hero.no-carousel .hero-inner {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    max-width: none;
    margin: 0;
    padding: 42px 20px 44px;
    text-align: center !important;
    transform: none !important;
  }

  body .reference-template .reference-hero.no-carousel h1,
  body .reference-template .reference-hero.no-carousel .hero-copy {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body .reference-template .reference-hero.no-carousel h1 {
    font-size: 30px !important;
  }

  body .reference-template .reference-hero.no-carousel .hero-copy {
    margin-top: 14px;
    font-size: 14px;
  }

  body .reference-template .reference-hero.no-carousel .hero-actions {
    justify-content: center !important;
    max-width: 350px;
    margin: 20px auto 0;
  }

  body.presentation-minimal .reference-hero.no-carousel .hero-inner {
    border-bottom: 1px solid var(--public-line);
  }
}

/* 产品首页标题与卡片使用同一条内容网格线。编辑型模板的通用标题会限制为
   900px 并居中，导致标题和“查看全部”比产品卡片多出一段缩进。 */
body .reference-template .reference-products .reference-heading {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  body .reference-template .reference-products .product-grid,
  body.presentation-industrial .reference-products .product-grid,
  body.presentation-service .reference-products .product-grid,
  body.presentation-brand .reference-products .product-grid,
  body.presentation-editorial .reference-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body .case-showcase-grid,
  body .case-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body .case-showcase-grid,
  body .case-list-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    overflow-x: auto !important;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body .case-showcase-grid::-webkit-scrollbar,
  body .case-list-grid::-webkit-scrollbar {
    display: none;
  }

  body .case-showcase-grid .case-card,
  body .case-list-grid .case-list-card {
    width: auto !important;
    min-width: 0;
    flex: 0 0 min(84vw, 330px);
    scroll-snap-align: start;
  }

  body .case-showcase-grid .case-card-body,
  body .case-list-grid .case-list-card > div {
    padding: 18px 18px 20px;
  }
}
