@font-face {
  font-family: "SBC Title Serif";
  src: url("../assets/fonts/sbc-title-noto-serif-sc.woff") format("woff");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  /* restrained B2B editorial palette */
  --c-milk: #FCFCFA;
  --c-surface: #FFFFFF;
  --c-paper: #F8F8F5;
  --c-line: rgba(38, 48, 54, 0.066);
  --c-deepsea: #263943;
  --c-heading: #263943;
  --c-body: #596269;
  --c-gold: #A8864A;
  --c-terra: #A76551;
  --c-slate: #40484E;
  --c-muted: #737B82;
  --c-white: #ffffff;
  --nav-height: 80px;

  --font-serif: 'Noto Serif SC', "Songti SC", "STSong", "SimSun", "Kaiti SC", "STKaiti", "KaiTi", serif;
  --font-sans: "Aptos", "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --font-motto: "KaiTi", "STKaiti", "Kaiti SC", "FangSong", var(--font-serif);
}

/* 2026-07-13: homepage editorial typography and compact information layout. */
.homepage-v2 .home-hero-v2 .home-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 35, 0.7) 0%, rgba(7, 24, 35, 0.42) 34%, rgba(7, 24, 35, 0.08) 62%, rgba(7, 24, 35, 0) 78%),
    linear-gradient(180deg, rgba(7, 24, 35, 0.02) 38%, rgba(7, 24, 35, 0.36) 100%);
}

.homepage-v2 .home-hero-v2 .home-hero-inner {
  padding-bottom: clamp(4.8rem, 9vh, 7rem);
}

.homepage-v2 .home-hero-v2 .home-hero-copy {
  width: min(58rem, 100%);
}

.homepage-v2 .home-hero-v2 .home-title-lockup {
  margin-bottom: clamp(1.8rem, 3.2vh, 2.7rem);
}

.homepage-v2 .home-hero-v2 .home-company {
  font-family: var(--font-serif);
  font-size: clamp(5.3rem, 8vw, 9.25rem);
  font-weight: 700;
  line-height: 0.96;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.18);
}

.homepage-v2 .home-hero-v2 .home-lede {
  max-width: 40rem;
  font-size: clamp(1.22rem, 1.55vw, 1.52rem);
  font-weight: 600;
  line-height: 1.5;
}

.homepage-v2 .homepage-overview-v2 {
  padding-top: clamp(4.8rem, 7vw, 6.8rem);
  padding-bottom: clamp(4rem, 5.8vw, 5.5rem);
  background: #f4f6f4;
}

.homepage-v2 .overview-editorial-v3 {
  display: grid;
  gap: clamp(3.4rem, 5.5vw, 5.2rem);
}

.homepage-v2 .overview-story-v3 {
  display: grid;
  grid-template-columns: minmax(24rem, 1.08fr) minmax(22rem, 0.92fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: end;
}

.homepage-v2 .overview-story-copy-v3 h2 {
  max-width: 9em;
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(3rem, 4.6vw, 4.9rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.homepage-v2 .overview-story-copy-v3 > p:not(.section-label) {
  max-width: 38rem;
  margin: 1.55rem 0 0;
  color: var(--rs-text);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.85;
}

.homepage-v2 .overview-story-copy-v3 > a {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.35rem;
  color: var(--rs-ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.homepage-v2 .overview-story-copy-v3 > a span {
  color: var(--rs-rust);
}

.homepage-v2 .overview-facts-v3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  margin: 0;
  border-top: 1px solid rgba(36, 50, 56, 0.2);
  border-bottom: 1px solid rgba(36, 50, 56, 0.14);
}

.homepage-v2 .overview-facts-v3 > div {
  min-width: 0;
  padding: 1.55rem 0 1.25rem;
}

.homepage-v2 .overview-facts-v3 .overview-fact-main-v3 {
  grid-column: 1 / -1;
  padding: 0.85rem 0 1.8rem;
  border-bottom: 1px solid rgba(36, 50, 56, 0.14);
}

.homepage-v2 .overview-facts-v3 > div:last-child {
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(36, 50, 56, 0.14);
}

.homepage-v2 .overview-facts-v3 dt {
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
}

.homepage-v2 .overview-facts-v3 .overview-fact-main-v3 dt {
  color: #8f4b3d;
  font-size: clamp(5rem, 8vw, 8.4rem);
  line-height: 0.94;
}

.homepage-v2 .overview-facts-v3 dd {
  margin: 0.8rem 0 0;
  color: var(--rs-text);
  font-size: 0.88rem;
  line-height: 1.55;
}

.homepage-v2 .overview-route-v3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(36, 50, 56, 0.2);
  border-bottom: 1px solid rgba(36, 50, 56, 0.14);
  list-style: none;
}

.homepage-v2 .overview-route-v3 li {
  min-width: 0;
  padding: 1.55rem clamp(1.25rem, 2.5vw, 2.6rem) 1.45rem;
}

.homepage-v2 .overview-route-v3 li:first-child {
  padding-left: 0;
}

.homepage-v2 .overview-route-v3 li + li {
  border-left: 1px solid rgba(36, 50, 56, 0.14);
}

.homepage-v2 .overview-route-v3 strong,
.homepage-v2 .overview-route-v3 span {
  display: block;
}

.homepage-v2 .overview-route-v3 strong {
  margin-bottom: 0.5rem;
  color: var(--rs-ink);
  font-size: 1.04rem;
  line-height: 1.35;
}

.homepage-v2 .overview-route-v3 span {
  color: var(--rs-text);
  font-size: 0.86rem;
  line-height: 1.55;
}

.homepage-v2 .news-section {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  background: rgba(247, 249, 248, 0.9);
}

.homepage-v2 .news-section .updates-editorial-v3 {
  width: 100%;
  max-width: 1440px;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.homepage-v2 .updates-head-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: 1.05rem 0 1.2rem;
  border-top: 2px solid var(--rs-ink);
  border-bottom: 1px solid rgba(36, 50, 56, 0.16);
}

.homepage-v2 .updates-head-v3 h2 {
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 2.65vw, 2.8rem);
  font-weight: 700;
  line-height: 1.18;
}

.homepage-v2 .updates-head-v3 > div:first-child > p:not(.section-label) {
  margin: 0.65rem 0 0;
  color: var(--rs-text);
  font-size: 0.92rem;
}

.homepage-v2 .updates-head-meta-v3 {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  padding-bottom: 0.25rem;
}

.homepage-v2 .updates-head-meta-v3 time {
  color: var(--rs-text);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
}

.homepage-v2 .updates-head-meta-v3 a,
.homepage-v2 .updates-list-v3 a,
.homepage-v2 .updates-product-copy-v3 a {
  color: var(--rs-ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.homepage-v2 .updates-head-meta-v3 a span,
.homepage-v2 .updates-list-v3 a span,
.homepage-v2 .updates-product-copy-v3 a span {
  color: var(--rs-rust);
}

.homepage-v2 .updates-layout-v3 {
  display: grid;
  grid-template-columns: minmax(32rem, 1.45fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}

.homepage-v2 .updates-list-v3 article {
  display: grid;
  grid-template-columns: 7.8rem minmax(0, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2.6rem);
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(36, 50, 56, 0.13);
}

.homepage-v2 .updates-list-v3 .updates-lead-v3 {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}

.homepage-v2 .updates-list-v3 time {
  color: #8f4b3d;
  font-size: 0.84rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.homepage-v2 .updates-list-v3 small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--rs-text);
  font-size: 0.76rem;
  font-weight: 700;
}

.homepage-v2 .updates-list-v3 h3 {
  margin: 0 0 0.35rem;
  color: var(--rs-ink);
  font-family: var(--font-sans);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
}

.homepage-v2 .updates-list-v3 .updates-lead-v3 h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  font-weight: 700;
}

.homepage-v2 .updates-list-v3 p {
  max-width: 42rem;
  margin: 0;
  color: var(--rs-text);
  font-size: 0.88rem;
  line-height: 1.65;
}

.homepage-v2 .updates-list-v3 .updates-lead-v3 a {
  display: inline-block;
  margin-top: 0.85rem;
}

.homepage-v2 .updates-product-v3 {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.1rem;
  padding: 1.3rem 0 0 clamp(2rem, 4vw, 4rem);
  border-left: 1px solid rgba(36, 50, 56, 0.15);
}

.homepage-v2 .updates-product-kicker-v3 {
  margin: 0 0 0.45rem;
  color: #8f4b3d;
  font-size: 0.76rem;
  font-weight: 800;
}

.homepage-v2 .updates-product-copy-v3 h3 {
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.homepage-v2 .updates-product-copy-v3 > p:not(.section-label) {
  max-width: 26rem;
  margin: 0.8rem 0 1rem;
  color: var(--rs-text);
  font-size: 0.84rem;
  line-height: 1.65;
}

.homepage-v2 .updates-product-v3 figure {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.75fr) minmax(9rem, 1.25fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  min-height: 10.6rem;
  margin: 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(36, 50, 56, 0.12);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.68);
}

.homepage-v2 .updates-product-v3 figure img {
  display: block;
  width: 100%;
  height: 9rem;
  object-fit: contain;
}

.homepage-v2 .updates-product-v3 figcaption strong,
.homepage-v2 .updates-product-v3 figcaption span {
  display: block;
}

.homepage-v2 .updates-product-v3 figcaption strong {
  margin-bottom: 0.45rem;
  color: var(--rs-ink);
  font-size: 0.84rem;
  line-height: 1.3;
}

.homepage-v2 .updates-product-v3 figcaption span {
  color: var(--rs-text);
  font-size: 0.76rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .homepage-v2 .overview-story-v3,
  .homepage-v2 .updates-layout-v3 {
    grid-template-columns: 1fr;
  }

  .homepage-v2 .overview-story-v3 {
    gap: 3rem;
  }

  .homepage-v2 .updates-product-v3 {
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
    grid-template-rows: auto;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(36, 50, 56, 0.15);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .homepage-v2 .home-hero-v2 .home-hero-inner {
    padding-bottom: 3.6rem;
  }

  .homepage-v2 .home-hero-v2 .home-company {
    font-size: clamp(3.7rem, 16vw, 4.45rem);
    line-height: 0.98;
  }

  .homepage-v2 .home-hero-v2 .home-title-lockup {
    margin-bottom: 1.55rem;
  }

  .homepage-v2 .home-hero-v2 .home-lede {
    max-width: 21rem;
    font-size: 1.08rem;
  }

  .homepage-v2 .homepage-overview-v2 {
    padding-top: 4.2rem;
    padding-bottom: 3.8rem;
  }

  .homepage-v2 .overview-editorial-v3 {
    gap: 3rem;
  }

  .homepage-v2 .overview-story-copy-v3 h2 {
    font-size: clamp(2.65rem, 12vw, 3.45rem);
  }

  .homepage-v2 .overview-facts-v3 .overview-fact-main-v3 dt {
    font-size: clamp(4.6rem, 23vw, 6.3rem);
  }

  .homepage-v2 .overview-route-v3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-v2 .overview-route-v3 li {
    padding: 1.35rem 1rem;
  }

  .homepage-v2 .overview-route-v3 li:first-child,
  .homepage-v2 .overview-route-v3 li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .homepage-v2 .overview-route-v3 li:nth-child(n + 3) {
    border-top: 1px solid rgba(36, 50, 56, 0.14);
  }

  .homepage-v2 .news-section {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .homepage-v2 .news-section .updates-editorial-v3 {
    padding-inline: 1.25rem;
  }

  .homepage-v2 .updates-head-v3 {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .homepage-v2 .updates-head-meta-v3 {
    justify-content: space-between;
    gap: 1rem;
  }

  .homepage-v2 .updates-list-v3 article {
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .homepage-v2 .updates-product-v3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .homepage-v2 .updates-list-v3 article {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .homepage-v2 .updates-product-v3 figure {
    grid-template-columns: minmax(6.5rem, 0.8fr) minmax(0, 1.2fr);
  }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background-color: var(--c-milk);
  color: var(--c-slate);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  transition: background-color 0.5s ease;
}

img,
svg {
  max-width: 100%;
}

/* Typography */
h1, h2, h3, .serif { font-family: var(--font-serif); }
.text-gold { color: var(--c-gold); }
.text-terra { color: var(--c-terra); }
.text-slate { color: var(--c-slate); }
.bg-terra { background-color: var(--c-terra); }
.bg-deepsea { background-color: var(--c-deepsea); }
.text-white { color: #ffffff; }

/* Layout & Utils */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}
.section { padding: 6rem 0; }

/* Scroll Reveal Animations removed for direct, faster reading */

/* -------------------------------------
   Navbar
------------------------------------- */
.navbar {
  --nav-current-height: 80px;
  width: 100%;
  min-height: var(--nav-current-height);
  padding: 0;
  border-bottom: 1px solid var(--c-line);
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 252, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
  will-change: transform;
}
.navbar.navbar-scrolled {
  --nav-current-height: 80px;
  padding: 0;
  background-color: rgba(255, 255, 252, 0.98);
  border-bottom-color: rgba(38, 48, 54, 0.075);
  box-shadow: none;
}
.navbar-hidden {
  transform: translateY(calc(-100% - 1px));
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: var(--nav-current-height);
  max-width: 100% !important;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
  gap: 2rem;
  transition: none;
}
.logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
  height: 62px;
  flex: 0 0 auto;
  transform-origin: left center;
  transition: none;
}
.navbar.navbar-scrolled .logo-link {
  width: 150px;
  height: 62px;
}
.nav-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.logo-text {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--c-deepsea);
  text-decoration: none;
}
.logo-dot {
  width: 6px;
  height: 6px;
  background-color: var(--c-terra);
  border-radius: 50%;
  display: inline-block;
}
.logo-sub {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: normal;
  opacity: 0.8;
}

.nav-links {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: clamp(1rem, 2.3vw, 2.35rem);
  list-style: none;
  margin: 0;
  margin-left: auto;
  min-width: 0;
}
.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(38, 48, 54, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.9);
  color: var(--c-deepsea);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.36rem;
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}
.nav-toggle:hover {
  border-color: rgba(38, 48, 54, 0.28);
  background: rgba(255, 255, 252, 0.98);
}
.nav-toggle:active {
  transform: scale(0.97);
}
.nav-toggle:focus-visible {
  outline: 2px solid rgba(38, 48, 54, 0.34);
  outline-offset: 3px;
}
.nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
}
.navbar.nav-open .nav-toggle span:first-child {
  transform: translateY(0.25rem) rotate(45deg);
}
.navbar.nav-open .nav-toggle span:last-child {
  transform: translateY(-0.25rem) rotate(-45deg);
}
.dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--nav-current-height);
  transition: none;
}
.nav-links > a,
.dropdown-wrapper > a {
  display: inline-flex;
  align-items: center;
  min-height: var(--nav-current-height);
  text-decoration: none;
  color: var(--c-slate);
  font-weight: 700;
  font-size: clamp(1.06rem, 1vw, 1.16rem);
  line-height: 1;
  padding-top: 0.08rem;
  white-space: nowrap;
  transition: color 0.2s ease;
  position: relative;
}
.nav-links a:hover { color: var(--c-deepsea); }
.nav-links > a.active,
.dropdown-wrapper > a.active {
  color: var(--c-deepsea);
}
.nav-links > a.active::after,
.dropdown-wrapper > a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.08rem;
  width: 1.35rem;
  height: 1px;
  background: #263036;
  border-radius: 999px;
  transform: translateX(-50%);
  opacity: 0.78;
}
.nav-links > a:hover, .dropdown-wrapper > a:hover {
  color: var(--c-deepsea);
}

.btn-contact {
  background-color: var(--c-terra);
  color: #fff;
  padding: 0.7rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  box-shadow: 4px 4px 0px 0px rgba(38, 48, 54, 0.14);
  transition: all 0.2s;
  text-decoration: none;
}
.btn-contact:hover {
  transform: translateY(2px);
  box-shadow: 2px 2px 0px 0px rgba(38, 48, 54, 0.14);
}

/* -------------------------------------
   Hero Section (Enterprise B2B)
------------------------------------- */
.hero-enterprise {
  --hero-overlap: clamp(5rem, 10vw, 8rem);
  --hero-image-sink: clamp(4rem, 8vh, 6.8rem);
  --hero-nav-offset: 80px;
  position: relative;
  min-height: calc(100vh - var(--hero-nav-offset) + var(--hero-overlap));
  min-height: calc(100svh - var(--hero-nav-offset) + var(--hero-overlap));
  min-height: calc(100dvh - var(--hero-nav-offset) + var(--hero-overlap));
  display: flex;
  align-items: flex-start;
  background-color: #0D6F9D;
  color: var(--c-milk);
  overflow: hidden;
  isolation: isolate;
}
.hero-enterprise::before {
  content: "";
  position: absolute;
  inset: clamp(-7rem, -8vh, -4rem) 0 calc(-1 * var(--hero-image-sink)) 0;
  background-image: url('../images/homepage-ocean-container-hero.jpg');
  background-size: cover;
  background-position: 64% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.hero-enterprise::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 54, 90, 0.56) 0%, rgba(7, 91, 132, 0.36) 34%, rgba(20, 128, 168, 0.12) 62%, rgba(20, 128, 168, 0.02) 100%),
    linear-gradient(180deg, rgba(3, 54, 90, 0.02) 0%, rgba(3, 54, 90, 0.04) 72%, rgba(3, 54, 90, 0.1) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-sub {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  background-color: #263943;
  background-image: url('../images/hero_port_bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  color: var(--c-milk);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 42, 49, 0.9) 0%, rgba(38, 57, 67, 0.6) 34%, rgba(38, 57, 67, 0.1) 72%, transparent 100%);
  z-index: 1;
}
.hero-enterprise .hero-overlay {
  display: none;
}
.hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
  min-height: calc(100dvh - 80px);
  padding-block: clamp(3.5rem, 7vw, 6rem);
  width: 100%;
}
.hero-sub .hero-container {
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.hero-sub .hero-company {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

/* Inner Pages Content Area */
.page-content {
  padding: 6rem 0;
  background-color: var(--c-milk);
  background-image: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-content::before,
.page-content::after {
  content: none;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.page-content::before {
  inset: 0;
  background: none;
  background-size: 240px 180px;
  opacity: 0;
}
.page-content::after {
  right: -8rem;
  top: 4rem;
  width: min(58rem, 82vw);
  height: 24rem;
  border: 0;
  border-left: 0;
  transform: skewY(-10deg);
  background: none;
  opacity: 0;
}
.page-content > .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: min(840px, 100%);
  transform: translateY(clamp(-5.6rem, -7vh, -3.6rem));
}
.hero-content .est {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2.7rem, 3.8vw, 3.8rem);
  opacity: 1;
  animation: none;
}
.hero-content .est-line {
  width: 2.65rem;
  height: 1px;
  background-color: rgba(234, 199, 129, 0.72);
}
.hero-content .est-text {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(245, 251, 255, 0.78);
}
.hero-company {
  font-family: var(--font-serif);
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  opacity: 1;
  animation: none;
}
.hero-brand {
  font-size: clamp(3.6rem, 7.2vw, 6.85rem);
  line-height: 1.02;
  letter-spacing: 0.085em;
  margin-bottom: clamp(1.9rem, 2.8vw, 2.8rem);
  color: rgba(255, 250, 238, 0.96);
  text-shadow: 0 12px 28px rgba(3, 54, 90, 0.16);
}
.hero-title {
  font-family: var(--font-motto);
  font-size: clamp(1.18rem, 1.48vw, 1.48rem);
  font-weight: 500;
  color: rgba(236, 215, 164, 0.9);
  line-height: 1.8;
  margin-bottom: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0.2em;
  opacity: 1;
  animation: none;
}
.hero-desc {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  color: rgba(245, 250, 248, 0.82);
  max-width: 650px;
  line-height: 1.95;
  margin-bottom: 2rem;
  opacity: 1;
  animation: none;
}
.hero-actions {
  display: flex;
  gap: 1.5rem;
  opacity: 1;
  animation: none;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--c-terra);
  color: var(--c-milk);
  padding: 1.25rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-primary svg {
  width: 1rem;
  height: 1rem;
  color: var(--c-milk);
}
.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.3);
}

.btn-link {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 600;
  color: #263036;
  text-decoration: none;
  border-bottom: 2px solid rgba(168, 134, 74, 0.72);
  padding-bottom: 4px;
  transition: opacity 0.3s, transform 0.3s;
}
.btn-link:hover {
  opacity: 0.8;
  transform: translateX(4px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--c-milk);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 1.25rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-secondary:hover {
  border-color: var(--c-gold);
  color: var(--c-gold);
  background-color: rgba(255, 255, 255, 0.05);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -------------------------------------
   Generic Sections
------------------------------------- */
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.72rem, 2.45vw, 2.55rem);
  color: #263036;
  margin-bottom: 1.15rem;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.section-desc {
  font-size: 1.02rem;
  color: var(--c-body);
  line-height: 1.72;
  max-width: 600px;
}
.section-kicker {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: #8F7444;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

/* -------------------------------------
   Brand Proof
------------------------------------- */
.brand-proof {
  position: relative;
  z-index: 3;
  margin-top: calc(-1 * clamp(5rem, 10vw, 8rem));
  padding: clamp(5rem, 7vw, 7.6rem) 0;
  background: var(--c-milk);
  border-radius: 0;
  border-top: 1px solid var(--c-line);
  box-shadow: none;
}
.brand-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  min-width: 0;
}
.brand-proof-grid > *,
.business-layout > *,
.business-card > *,
.product-recommend-grid > * {
  min-width: 0;
}
.brand-proof-copy p {
  max-width: 680px;
  color: #545D63;
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.78;
  margin-bottom: 1.1rem;
  overflow-wrap: anywhere;
}
.proof-points {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 2.25rem;
}
.proof-points div {
  padding: 1rem 0;
  border-top: 1px solid var(--c-line);
}
.proof-points strong {
  display: block;
  color: #263036;
  margin-bottom: 0.35rem;
  font-size: 0.96rem;
  font-weight: 600;
}
.proof-points span {
  display: block;
  color: var(--c-muted);
  font-size: 0.94rem;
  line-height: 1.64;
}
.proof-panel {
  position: relative;
  color: #263036;
  padding-left: clamp(1.1rem, 2.8vw, 2.4rem);
  border-left: 1px solid var(--c-line);
}
.proof-panel-head {
  display: grid;
  gap: 0.85rem;
  padding: 0 0 clamp(1.35rem, 2vw, 1.75rem);
  border-bottom: 1px solid var(--c-line);
}
.proof-panel-head span {
  color: #8F7444;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}
.proof-panel-head strong {
  max-width: 28rem;
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  line-height: 1.5;
  font-weight: 600;
  color: #263036;
}
.proof-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.7rem) clamp(1.2rem, 3vw, 2.4rem);
  padding: clamp(1.6rem, 3vw, 2.35rem) 0 clamp(1rem, 2vw, 1.5rem);
}
.proof-stat {
  min-height: auto;
  padding: 0 0 clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid var(--c-line);
}
.proof-stat strong {
  display: flex;
  align-items: baseline;
  gap: 0.28rem;
  color: #263036;
  font-size: clamp(1.42rem, 2.2vw, 2.05rem);
  line-height: 1;
  margin-bottom: 0.72rem;
}
.proof-stat strong span {
  color: var(--c-gold);
  font-size: 0.92rem;
}
.proof-stat small {
  color: var(--c-muted);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}
.proof-route {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem clamp(1.2rem, 2vw, 1.8rem);
  padding: clamp(0.7rem, 1.6vw, 1.1rem) 0 clamp(1.7rem, 3vw, 2.3rem);
}
.proof-route span {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 0.45rem;
  color: #303B41;
  border-bottom: 0;
  font-size: 0.92rem;
  font-weight: 500;
}
.proof-photo {
  min-height: clamp(220px, 24vw, 310px);
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  box-shadow: none;
  filter: saturate(0.66) contrast(1.02);
}


/* -------------------------------------
   Industry Structure Editorial
------------------------------------- */
.core-business-editorial {
  padding: clamp(4.8rem, 7vw, 7.2rem) 0;
  background: var(--c-milk);
  border-top: 1px solid var(--c-line);
}
.business-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(2.4rem, 5vw, 5.2rem);
  align-items: start;
  min-width: 0;
}
.business-sidebar {
  position: sticky;
  top: 130px;
  align-self: start;
  min-width: 0;
}
.business-flow {
  display: grid;
  gap: 1rem;
  margin: 2.4rem 0;
}
.business-flow div {
  padding: 1.1rem 0 1.15rem;
  border-top: 1px solid var(--c-line);
}
.business-flow strong {
  display: block;
  color: #263036;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.business-flow span {
  display: block;
  color: var(--c-muted);
  line-height: 1.72;
  overflow-wrap: anywhere;
}
.embedded-news {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.1rem, 2vw, 1.45rem) 0 0;
  background: transparent;
  border-top: 1px solid var(--c-line);
  border-radius: 0;
  min-width: 0;
}
.embedded-news-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.95rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid var(--c-line);
}
.embedded-news-head span {
  color: var(--c-gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.embedded-news-head a,
.embedded-news > a {
  text-decoration: none;
}
.embedded-news-head a {
  color: #263036;
  font-size: 0.9rem;
  font-weight: 700;
}
.embedded-news > a {
  display: block;
  padding: 1rem 0;
  color: #263036;
  border-bottom: 1px solid var(--c-line);
}
.embedded-news > a:last-child {
  border-bottom: 0;
  padding-bottom: 0.2rem;
}
.embedded-news strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  line-height: 1.5;
}
.embedded-news span {
  display: block;
  color: var(--c-muted);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.business-card-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1.4vw, 1rem);
  min-width: 0;
  border-top: 1px solid var(--c-line);
}
.business-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(1.6rem, 3vw, 2.8rem);
  min-height: 0;
  min-width: 0;
  padding: clamp(1.35rem, 2.6vw, 2.1rem) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--c-line);
  background: transparent;
  color: var(--c-slate);
  text-decoration: none;
  transition: border-color 0.24s ease, color 0.24s ease;
}
.editorial-card-img {
  min-height: clamp(180px, 16vw, 240px);
  height: auto;
  background-size: cover;
  background-position: center;
  background-color: var(--c-paper);
  border-radius: 2px;
  box-shadow: none;
  filter: saturate(0.58) contrast(1.03);
}
.business-card-body {
  padding: 0;
  flex-grow: 1;
}
.js-enabled .editorial-card {
  opacity: 1;
  transform: none;
}
.js-enabled .editorial-card.is-visible {
  opacity: 1;
  transform: none;
}
.js-enabled .editorial-card:nth-child(2) {
  transition-delay: 0ms;
}
.js-enabled .editorial-card:nth-child(3) {
  transition-delay: 0ms;
}
.js-enabled .editorial-card:nth-child(4) {
  transition-delay: 0ms;
}
.editorial-card:hover {
  border-color: rgba(177, 136, 69, 0.42);
}
.js-enabled .editorial-card.is-visible:hover {
  transform: none;
}
.editorial-meta {
  font-size: 0.8rem;
  font-weight: 600;
  color: #8F7444;
  letter-spacing: 0.01em;
  text-transform: none;
  margin-bottom: 0.82rem;
}
.editorial-card h3 {
  font-size: clamp(1.38rem, 2.1vw, 1.9rem);
  margin-bottom: 0.82rem;
  font-weight: 600;
  line-height: 1.28;
  color: #263036;
}
.business-card-body p {
  color: #596269;
  font-size: 0.95rem;
  line-height: 1.68;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
}
.business-card-list {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}
.business-card-list li {
  position: relative;
  padding-left: 1.15rem;
  color: #5C6468;
  font-size: 0.92rem;
  line-height: 1.58;
}
.business-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.42rem;
  height: 1px;
  background-color: rgba(177, 136, 69, 0.78);
}
.business-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
}
.business-tags span {
  padding: 0 0 0.28rem;
  color: #424A50;
  border-bottom: 0;
  font-size: 0.76rem;
  font-weight: 500;
}

/* -------------------------------------
   News & Insights
------------------------------------- */
.news-insights {
  padding: clamp(5rem, 8vw, 7rem) 0;
}
.news-header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 4vw, 4rem);
}
.news-featured {
  display: block;
  text-decoration: none;
  background-color: var(--c-surface);
  border: 1px solid var(--c-line);
  transition: border-color 0.24s ease;
}
.news-featured:hover {
  border-color: rgba(177, 136, 69, 0.42);
}
.news-featured-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background-size: cover;
  background-position: center;
  background-color: #2E3A40;
  filter: saturate(0.9) contrast(1.02);
}
.news-featured-content {
  padding: 3rem;
  color: #263036;
}
.news-meta {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-terra);
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.news-featured-content h3 {
  font-family: var(--font-serif);
  font-size: 1.42rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.news-featured-content p {
  color: var(--c-slate);
  font-size: 0.95rem;
  line-height: 1.66;
}

.news-list {
  display: flex;
  flex-direction: column;
}
.news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--c-line);
  text-decoration: none;
  color: #263036;
  position: relative;
  transition: color 0.24s ease, border-color 0.24s ease;
}
.news-item:first-child {
  padding-top: 0;
}
.news-item:hover {
  color: var(--c-heading);
  border-bottom-color: rgba(177, 136, 69, 0.42);
}
.news-item h4 {
  font-size: 1.06rem;
  line-height: 1.48;
  font-weight: 600;
  padding-right: 3rem;
}
.news-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--c-gold);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.news-item:hover .news-arrow {
  opacity: 1;
  transform: translate(5px, -50%);
}

/* -------------------------------------
   Product Recommendations
------------------------------------- */
.product-recommendations {
  padding: clamp(4.5rem, 6.5vw, 6.8rem) 0;
  background: var(--c-milk);
  border-top: 1px solid var(--c-line);
}
.product-recommend-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.8rem, 3.8vw, 3rem);
}
.product-recommend-header .section-desc {
  max-width: 720px;
}
.product-recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2.2rem, 5vw, 5.5rem);
  border-top: 1px solid var(--c-line);
  min-width: 0;
}
.product-recommend-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1.55rem, 2.8vw, 2.45rem) 0;
  color: #263036;
  border-bottom: 1px solid var(--c-line);
  background-color: transparent;
  text-decoration: none;
  transition: color 0.24s ease, border-color 0.24s ease;
}
.product-recommend-card:hover {
  color: #263036;
  border-bottom-color: rgba(177, 136, 69, 0.42);
}
.product-recommend-category {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  margin-bottom: 0.88rem;
  padding-bottom: 0.35rem;
  color: var(--c-gold);
  border-bottom: 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.55;
}
.product-recommend-card:hover .product-recommend-category {
  color: var(--c-gold);
}
.product-recommend-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 1.95vw, 1.82rem);
  line-height: 1.28;
  margin-bottom: 0.82rem;
  font-weight: 600;
}
.product-recommend-card p {
  color: #626A70;
  font-size: 0.95rem;
  line-height: 1.68;
  margin-bottom: 1.25rem;
  max-width: 34rem;
}
.product-recommend-card:hover p {
  color: var(--c-body);
}
.product-recommend-meta {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
}
.product-recommend-card:hover .product-recommend-meta {
  border-top-color: transparent;
}
.product-recommend-meta span {
  color: var(--c-muted);
  font-size: 0.76rem;
}
.product-recommend-card:hover .product-recommend-meta span {
  color: var(--c-muted);
}
.product-recommend-meta strong {
  font-size: 0.9rem;
  color: inherit;
}

/* -------------------------------------
   Services Portal
------------------------------------- */
.services-portal {
  padding: clamp(3.5rem, 6vw, 5.2rem) 0;
  margin-bottom: clamp(2.5rem, 5vw, 4.8rem);
}
.services-inner {
  background: #263943;
  color: var(--c-milk);
  padding: clamp(2.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 2rem;
}
.services-text h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 0.78rem;
}
.services-text p {
  color: rgba(246, 250, 252, 0.86);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 450px;
}
.services-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: min(380px, 100%);
}
.service-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: transparent;
  color: var(--c-milk);
  padding: 1rem 1.55rem;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}
.service-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--c-deepsea);
}
.service-icon {
  color: var(--c-gold);
}
.service-btn:hover .service-icon {
  color: var(--c-deepsea);
}

@media (max-width: 1024px) {
  .container,
  .navbar .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-links {
    gap: 1.6rem;
  }

  .nav-links > a,
  .dropdown-wrapper > a {
    font-size: 1rem;
  }

  .hero-enterprise {
    --hero-overlap: 5rem;
    --hero-image-sink: 4.6rem;
    --hero-nav-offset: 80px;
    min-height: calc(100vh - var(--hero-nav-offset) + var(--hero-overlap));
    min-height: calc(100svh - var(--hero-nav-offset) + var(--hero-overlap));
    min-height: calc(100dvh - var(--hero-nav-offset) + var(--hero-overlap));
    background-attachment: scroll;
  }

  .hero-enterprise::before {
    background-position: 62% 100%;
  }

  .hero-enterprise .hero-container {
    min-height: calc(100vh - var(--hero-nav-offset));
    min-height: calc(100svh - var(--hero-nav-offset));
    min-height: calc(100dvh - var(--hero-nav-offset));
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .hero-company {
    font-size: 3.3rem;
  }

  .hero-title {
    font-size: 1.45rem;
  }

  .news-grid, .services-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .services-inner {
    padding: 3rem;
  }
  .services-links {
    margin-top: 3rem;
  }
}

/* -------------------------------------
   Footer
------------------------------------- */
.footer {
  background: var(--c-paper);
  color: #263036;
  padding: clamp(1.8rem, 3vw, 2.65rem) 0 1rem;
  border-top: 1px solid rgba(43, 51, 55, 0.08);
}
.footer-panel {
  border-top: 1px solid rgba(38, 48, 54, 0.1);
}
.footer-brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  padding: 0.85rem 0 0.95rem;
  border-bottom: 1px solid rgba(43, 51, 55, 0.07);
}
.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.footer-logo-img {
  display: block;
  width: clamp(7rem, 10vw, 9rem);
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(32, 40, 44, 0.07));
}
.footer-brand-copy {
  min-width: 0;
}
.footer-title {
  margin: 0 0 0.32rem;
  font-family: var(--font-serif);
  font-size: clamp(1.12rem, 1.3vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #263036;
}
.footer-brand-row p {
  max-width: 36rem;
  margin: 0;
  color: #596269;
  font-size: 0.86rem;
  line-height: 1.55;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}
.footer-primary-link,
.footer-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 2.2rem;
  min-width: 7.6rem;
  padding: 0 0.82rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.footer-primary-link {
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid rgba(38, 48, 54, 0.13);
  color: #263036 !important;
}
.footer-secondary-link {
  background: rgba(255, 255, 252, 0.74);
  border: 1px solid rgba(38, 48, 54, 0.12);
  color: #263036 !important;
}
.footer-primary-link:hover {
  background: rgba(255, 255, 252, 0.98);
  border-color: rgba(127, 104, 62, 0.28);
  color: #263036 !important;
}
.footer-secondary-link:hover {
  background: rgba(255, 255, 252, 0.98);
  border-color: rgba(127, 104, 62, 0.26);
  color: #263036;
}
.footer-main {
  padding: 1.05rem 0 0.95rem;
  border-bottom: 1px solid rgba(43, 51, 55, 0.07);
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer .footer-primary-link {
  color: #263036 !important;
}
.footer .footer-secondary-link {
  color: #263036 !important;
}
.footer a:hover {
  color: #7F683E;
}
.footer .footer-primary-link:hover {
  color: #263036 !important;
}
.footer-nav {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.28fr) minmax(0, 1.08fr);
  gap: clamp(1.1rem, 2.8vw, 2.8rem);
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.footer-col h3 {
  margin: 0 0 0.62rem;
  color: #263036;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}
.footer-col a,
.footer-col p {
  margin: 0 0 0.36rem;
  color: #596269;
  font-size: 0.84rem;
  line-height: 1.48;
  overflow-wrap: anywhere;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.82rem;
  font-size: 0.76rem;
  color: #737B82;
  text-align: left;
}
.footer-bottom p {
  margin: 0;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}
.footer-legal a {
  color: #596269;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.12rem);
  left: 50%;
  width: min(16.75rem, calc(100vw - 2rem));
  background: rgba(255, 255, 252, 0.98);
  border: 1px solid var(--c-line);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.22rem);
  transition: opacity 0.12s ease, visibility 0.12s ease, transform 0.12s ease;
  padding: 0.36rem;
  box-shadow: 0 10px 24px rgba(38, 48, 54, 0.07);
  z-index: 10;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.46rem;
  height: 0.46rem;
}
.dropdown-wrapper:hover .dropdown-menu,
.dropdown-wrapper:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.dropdown-menu a {
  display: grid;
  gap: 0.06rem;
  padding: 0.58rem 0.64rem;
  border-radius: 4px;
  color: var(--c-slate);
  text-decoration: none;
  transition: background 0.1s ease, color 0.1s ease;
}
.dropdown-menu a:hover {
  background: var(--c-paper);
  color: #263036;
}
.dropdown-menu a:focus-visible {
  outline: 2px solid rgba(38, 48, 54, 0.32);
  outline-offset: 2px;
}
.dropdown-menu strong {
  font-size: 0.88rem;
  color: #263036;
  line-height: 1.35;
}
.dropdown-menu small {
  color: var(--c-muted);
  font-size: 0.72rem;
  line-height: 1.38;
}
.drop-kicker {
  display: none;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #737B82;
  font-weight: 700;
}
.anchor-offset {
  display: block;
  position: relative;
  top: -7rem;
  visibility: hidden;
}

/* Product Catalog */
.product-hero {
  background-image: linear-gradient(120deg, rgba(31, 42, 49, 0.82), rgba(38, 57, 67, 0.54)), url('../images/ocean_shipping.jpg');
  background-size: cover;
  background-position: center;
}
.product-page {
  background-color: var(--c-milk);
  background-image: none;
}
.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-bottom: clamp(2.6rem, 4vw, 3.6rem);
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--c-gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.catalog-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.catalog-summary div {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--c-line);
  padding: 1rem clamp(0.85rem, 1.8vw, 1.3rem);
  min-width: 0;
}
.catalog-summary div:last-child {
  border-right: 0;
}
.catalog-summary strong,
.catalog-summary span {
  display: block;
}
.catalog-summary strong {
  color: #263036;
  font-family: var(--font-serif);
  font-size: clamp(1.18rem, 1.65vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
}
.catalog-summary span {
  color: var(--c-muted);
  font-size: 0.76rem;
  margin-top: 0.35rem;
}
.product-toolbar {
  display: grid;
  grid-template-columns: minmax(15rem, 22rem) minmax(0, 1fr);
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: center;
  background: transparent;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  padding: 1rem 0;
  margin-bottom: 0;
}
.product-search {
  display: grid;
  gap: 0.45rem;
  color: var(--c-heading);
  font-weight: 600;
  font-size: 0.8rem;
}
.product-search input {
  min-height: 2.8rem;
  border: 1px solid rgba(43, 51, 55, 0.22);
  border-radius: 6px;
  padding: 0 0.9rem;
  font: inherit;
  color: #263036;
  background: var(--c-surface);
}
.product-search input:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 2px;
}
.product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.filter-chip,
.page-chip {
  min-height: 2.5rem;
  border: 1px solid rgba(43, 51, 55, 0.22);
  border-radius: 999px;
  background: var(--c-surface);
  color: var(--c-heading);
  padding: 0 0.9rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
}
.filter-chip:hover,
.page-chip:hover {
  border-color: #263036;
  color: #263036;
}
.filter-chip.is-active,
.page-chip.is-active {
  background: #263036;
  border-color: #263036;
  color: #ffffff;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-bottom: 1px solid var(--c-line);
}
.product-card {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--c-line);
  border-radius: 0;
  overflow: clip;
  display: block;
  min-width: 0;
  box-shadow: none;
  transition: background-color 0.18s ease;
}
.product-card:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}
.product-card-summary {
  display: grid;
  grid-template-columns: minmax(9rem, 0.78fr) minmax(13rem, 1.35fr) minmax(13rem, 1fr) auto;
  gap: clamp(0.9rem, 2.2vw, 1.8rem);
  align-items: center;
  min-height: 5.4rem;
  padding: clamp(1rem, 2vw, 1.35rem) 0;
  cursor: pointer;
  list-style: none;
}
.product-card-summary::-webkit-details-marker {
  display: none;
}
.product-category {
  width: auto;
  color: var(--c-gold);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}
.product-title-block {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}
.product-title-block strong {
  display: block;
  color: #263036;
  font-family: var(--font-serif);
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 600;
  line-height: 1.24;
}
.product-title-block small {
  display: block;
  color: var(--c-body);
  font-size: 0.86rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  min-width: 0;
}
.product-meta span {
  display: grid;
  gap: 0.16rem;
  color: #263036;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
  min-width: 0;
}
.product-meta em {
  display: block;
  color: var(--c-muted);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 500;
}
.product-open-label {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(38, 48, 54, 0.12);
  border-radius: 999px;
  color: #263036;
  background: var(--c-surface);
  font-size: 0.78rem;
  font-weight: 600;
}
.product-card[open] .product-open-label {
  border-color: rgba(127, 104, 62, 0.28);
  color: #7F683E;
}
.product-detail-panel {
  display: grid;
  grid-template-columns: minmax(12rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  padding: 0 0 clamp(1.35rem, 2.2vw, 1.8rem) calc(min(9rem, 18vw) + clamp(0.9rem, 2.2vw, 1.8rem));
}
.product-detail-group {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}
.product-detail-group > span {
  color: var(--c-muted);
  font-size: 0.74rem;
  font-weight: 600;
}
.product-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}
.product-feature-list span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.62rem;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  background: var(--c-surface);
  color: #263036;
  font-size: 0.78rem;
}
.product-detail-group p {
  color: var(--c-body);
  font-size: 0.88rem;
  line-height: 1.7;
  max-width: 62rem;
}
.product-empty {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  padding: 2rem;
  text-align: center;
  color: var(--c-muted);
}
.product-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .brand-proof-grid,
  .business-layout {
    grid-template-columns: 1fr;
  }
  .footer-actions {
    justify-content: flex-start;
  }
  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-title { font-size: 1.45rem; }
  .solid-card-blue, .solid-card-outline { min-height: 200px; }
  .solid-card-wide { flex-direction: column; align-items: flex-start; }
  .business-sidebar {
    position: static;
  }
  .product-recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    border-top-width: 6px;
  }

  .container,
  .navbar .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar {
    --nav-current-height: 68px;
    padding: 0;
  }

  .navbar.navbar-scrolled {
    --nav-current-height: 68px;
  }

  .navbar .container {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-right: 1.25rem;
    max-width: 100vw !important;
  }

  .navbar .logo-link {
    width: 122px !important;
    height: 50px;
    flex: 0 0 auto;
  }

  .navbar .nav-toggle,
  .navbar button.nav-toggle {
    display: inline-flex !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1200;
    order: 2;
    margin-left: auto !important;
    margin-right: clamp(3.4rem, 15vw, 5rem) !important;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    appearance: none;
    color: #263036;
    background: var(--c-surface);
    border-color: rgba(38, 48, 54, 0.18);
    box-shadow: none;
    transform: none;
  }

  .nav-toggle:active {
    transform: scale(0.97);
  }

  .nav-links {
    align-self: auto;
    width: 100%;
    order: 3;
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: 8px;
    background: rgba(255, 255, 252, 0.97);
    box-shadow: none;
    transition: max-height 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease, visibility 0.2s ease, border-color 0.2s ease;
  }

  .navbar.nav-open .nav-links {
    max-height: 34rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    border-color: var(--c-line);
  }

  .nav-links > a,
  .dropdown-wrapper > a {
    display: flex;
    align-items: center;
    min-height: 3.15rem;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--c-line);
  }

  .nav-links > a.active::after,
  .dropdown-wrapper > a.active::after {
    display: none;
  }

  .dropdown-wrapper {
    display: block;
    min-height: 0;
    border-bottom: 1px solid var(--c-line);
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-top: 1px solid var(--c-line);
    border-radius: 0;
    padding: 0.3rem 0.7rem 0.65rem;
    background: var(--c-milk);
  }

  .dropdown-menu::before {
    display: none;
  }

  .dropdown-menu a {
    padding: 0.62rem 0.7rem;
  }

  .hero-enterprise {
    --hero-overlap: 3.75rem;
    --hero-image-sink: 2.8rem;
    --hero-nav-offset: 68px;
    min-height: calc(100vh - var(--hero-nav-offset) + var(--hero-overlap));
    min-height: calc(100svh - var(--hero-nav-offset) + var(--hero-overlap));
    min-height: calc(100dvh - var(--hero-nav-offset) + var(--hero-overlap));
    align-items: flex-start;
  }

  .hero-enterprise::before {
    inset: -3.8rem 0 calc(-1 * var(--hero-image-sink)) 0;
    background-position: 72% 100%;
  }

  .hero-enterprise::after {
    background:
      linear-gradient(90deg, rgba(3, 54, 90, 0.78) 0%, rgba(7, 91, 132, 0.56) 46%, rgba(20, 128, 168, 0.24) 76%, rgba(20, 128, 168, 0.06) 100%),
      linear-gradient(180deg, rgba(3, 54, 90, 0.08) 0%, rgba(3, 54, 90, 0.2) 100%);
  }

  .hero-enterprise .hero-container {
    min-height: calc(100vh - var(--hero-nav-offset));
    min-height: calc(100svh - var(--hero-nav-offset));
    min-height: calc(100dvh - var(--hero-nav-offset));
    padding-top: clamp(2.8rem, 9vw, 4rem);
    padding-bottom: clamp(5.2rem, 18vw, 6.5rem);
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    transform: translateY(-1.5rem);
  }

  .hero-content .est {
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
  }

  .hero-content .est-line {
    flex: 0 0 3rem;
    margin-top: 0.55rem;
  }

  .hero-content .est-text {
    max-width: min(17rem, calc(100vw - 8rem));
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .hero-company {
    font-size: clamp(2.15rem, 9vw, 2.75rem);
    letter-spacing: 0.02em;
  }

  .hero-brand {
    font-size: clamp(2.85rem, 13.5vw, 4.15rem);
    letter-spacing: 0.075em;
    margin-bottom: 1.45rem;
  }

  .hero-title {
    font-size: clamp(1.14rem, 4.6vw, 1.42rem);
    letter-spacing: 0.08em;
    line-height: 1.68;
    margin-bottom: 1.55rem;
  }

  .hero-desc {
    font-size: 0.98rem;
    line-height: 1.72;
    max-width: min(20rem, 100%);
    margin-bottom: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    justify-content: center;
    padding: 1rem 1.4rem;
  }

  .section-title {
    font-size: 2.2rem;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .brand-proof,
  .core-business-editorial,
  .product-recommendations {
    padding: 5rem 0;
  }

  .brand-proof {
    margin-top: -3.75rem;
    border-radius: 0;
    box-shadow: none;
  }

  .proof-panel-head {
    flex-direction: column;
  }

  .brand-proof-copy p,
  .proof-points span,
  .business-flow span,
  .embedded-news span,
  .business-card-body p,
  .business-card-list li,
  .product-recommend-card p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .proof-panel-head strong {
    max-width: none;
    text-align: left;
  }

  .proof-stat-grid,
  .proof-route {
    grid-template-columns: 1fr 1fr;
  }

  .proof-panel {
    padding-left: 0;
    border-left: 0;
  }

  .proof-photo {
    box-shadow: none;
  }

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

  .editorial-card-img {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .embedded-news {
    margin-bottom: 1.4rem;
  }

  .services-inner {
    padding: 2rem;
    box-shadow: none;
  }

  .services-links {
    min-width: 0;
  }

  .news-grid,
  .product-recommend-grid {
    grid-template-columns: 1fr;
  }

  .product-recommend-header {
    display: grid;
    align-items: start;
  }

  .product-recommend-card {
    min-height: 0;
  }

  .product-intro,
  .product-toolbar {
    grid-template-columns: 1fr;
  }

  .product-filter {
    justify-content: flex-start;
  }

  .product-card-summary {
    grid-template-columns: minmax(8rem, 0.7fr) minmax(12rem, 1fr) auto;
  }

  .product-card-summary .product-meta {
    grid-column: 2 / 4;
    max-width: 28rem;
  }

  .product-detail-panel {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .footer {
    padding-top: 2.25rem;
  }

  .footer-brand-row {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 0.95rem;
    padding-bottom: 1rem;
  }

  .footer-brand-lockup {
    align-items: flex-start;
    gap: 0.8rem;
  }

  .footer-logo-img {
    width: 6.8rem;
  }

  .footer-main {
    padding-top: 1.05rem;
    padding-bottom: 1rem;
  }

  .footer-actions {
    width: 100%;
  }

  .footer-primary-link,
  .footer-secondary-link {
    flex: 1 1 12rem;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-col {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(43, 51, 55, 0.12);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal {
    justify-content: flex-start;
  }

  .catalog-summary {
    grid-template-columns: 1fr;
  }

  .catalog-summary div {
    border-right: 0;
    border-bottom: 1px solid var(--c-line);
  }

  .catalog-summary div:last-child {
    border-bottom: 0;
  }

  .product-card-summary {
    grid-template-columns: 1fr auto;
    align-items: start;
    min-height: 0;
    padding: 1.05rem 0;
  }

  .product-card-summary .product-category {
    grid-column: 1 / 3;
  }

  .product-title-block {
    grid-column: 1 / 2;
  }

  .product-card-summary .product-meta {
    grid-column: 1 / 3;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin-top: 0.25rem;
  }

  .product-open-label {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .page-content [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  .news-featured-content {
    padding: 2rem;
  }
}

@media (max-width: 420px) {
  .container,
  .navbar .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar .container {
    padding-right: 1rem;
  }

  .navbar .nav-toggle,
  .navbar button.nav-toggle {
    right: auto !important;
  }

  .hero-company {
    font-size: 2.05rem;
  }

  .hero-brand {
    font-size: clamp(2.65rem, 13vw, 3.45rem);
  }

  .hero-content .est {
    margin-bottom: 1.35rem;
  }

  .proof-stat-grid,
  .proof-route {
    grid-template-columns: 1fr;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .services-inner {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js-enabled .editorial-card,
  .js-enabled .editorial-card.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

html.inner-page {
  scroll-behavior: auto;
}

.inner-page .page-content div[style*="background: #fff"],
.inner-page .page-content div[style*="background: #f8fafc"],
.inner-page .page-content div[style*="background: #1e293b"] {
  background: var(--c-surface) !important;
  color: #263036 !important;
  border: 1px solid var(--c-line) !important;
  border-left: 0 !important;
  border-top: 1px solid var(--c-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.inner-page .page-content div[style*="background: #fff"] + div[style*="background: #fff"],
.inner-page .page-content div[style*="background: #fff"] + div[style*="background: #f8fafc"],
.inner-page .page-content div[style*="background: #f8fafc"] + div[style*="background: #fff"],
.inner-page .page-content div[style*="background: #f8fafc"] + div[style*="background: #f8fafc"],
.inner-page .page-content div[style*="background: #1e293b"] {
  margin-top: -1px;
}

.inner-page .page-content h2[style],
.inner-page .page-content h3[style],
.inner-page .page-content h4[style],
.inner-page .page-content strong[style] {
  color: #263036 !important;
}

.inner-page .page-content p[style],
.inner-page .page-content span[style],
.inner-page .page-content div[style*="color: #475569"],
.inner-page .page-content div[style*="color: #64748b"] {
  color: #596269 !important;
}

.inner-page .page-content li[style*="background: #f8fafc"] {
  background: var(--c-paper) !important;
  color: #263036 !important;
  border: 1px solid rgba(43, 51, 55, 0.1);
}

.inner-page .page-content div[style*="border: 1px solid rgba(255,255,255,0.2)"] {
  border: 1px solid var(--c-line) !important;
  background: var(--c-paper) !important;
  color: #263036 !important;
}

.inner-page .page-content div[style*="width: 120px"][style*="border-radius: 50%"] {
  background: #263036 !important;
  border-radius: 2px !important;
  color: var(--c-surface) !important;
}

.inner-page .page-content div[style*="border-left: 2px solid #cbd5e1"] {
  border-left-color: var(--c-line) !important;
}

.inner-page .page-content div[style*="width: 14px"][style*="height: 14px"] {
  background: #8F7444 !important;
  border-radius: 2px !important;
}

.inner-page .page-content a.btn-link[style] {
  color: #263036 !important;
  text-decoration-color: rgba(168, 134, 74, 0.72) !important;
}

.inner-page *,
.inner-page *::before,
.inner-page *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

.inner-page .navbar-hidden {
  transform: translateY(calc(-100% - 1px)) !important;
}

.inner-page .navbar {
  transition:
    transform 0.46s cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease !important;
}

.inner-page .hero-sub {
  background-attachment: scroll;
}

.inner-page .hero-sub .hero-container {
  min-height: auto;
}

.inner-page .hero-content,
.inner-page .hero-content .est,
.inner-page .hero-company,
.inner-page .hero-title,
.inner-page .hero-desc,
.inner-page .hero-actions {
  opacity: 1 !important;
  transform: none;
}

.inner-page .animate-logo .stroke-0,
.inner-page .animate-logo .stroke-1,
.inner-page .animate-logo .stroke-2 {
  animation: none !important;
  stroke-dashoffset: 0 !important;
  opacity: 0 !important;
}

.inner-page .animate-logo .fill-0,
.inner-page .animate-logo .fill-1,
.inner-page .animate-logo .fill-2 {
  animation: none !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .navbar .nav-toggle,
  .navbar button.nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 0.34rem !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    color: #263036 !important;
    background: var(--c-surface) !important;
    border: 1px solid rgba(38, 48, 54, 0.18) !important;
    border-radius: 999px !important;
  }

  .navbar .nav-toggle span,
  .navbar button.nav-toggle span {
    display: block !important;
    width: 1.12rem !important;
    height: 2px !important;
    background: currentColor !important;
  }
}

/* Logo Animation - scoped to .animate-logo class */
@keyframes sbc-draw-on { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes sbc-fill-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes sbc-stroke-fade { from { opacity: 1; } to { opacity: 0; } }
.animate-logo .stroke-0, .animate-logo .stroke-1, .animate-logo .stroke-2 {
  animation: sbc-draw-on 1000ms ease-out 100ms both,
             sbc-stroke-fade 500ms ease 1200ms forwards;
}
.animate-logo .fill-0, .animate-logo .fill-1, .animate-logo .fill-2 {
  opacity: 0;
  animation: sbc-fill-in 1000ms ease-in-out 1000ms forwards;
}


/* =========================================================================
   Redesigned Product Catalog (Grid Cards)
   ========================================================================= */

/* Task 1: Shrink Hero Section */
.hero-sub.product-hero {
  min-height: 20vh !important;
}
.hero-sub.product-hero .hero-container {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.page-content.product-page {
  padding: 3rem 0;
}
.product-intro {
  margin-bottom: 1.5rem !important;
  gap: 2rem !important;
}

/* Category Groups */
.product-category-group {
  margin-bottom: 4rem;
}
.product-category-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 4px solid #0d9488;
  line-height: 1.2;
}

/* The Grid Container */
.product-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
/* Override old product-grid */
.product-grid {
  display: block; /* Removed old 1fr grid */
  border-bottom: none;
}

/* The Modern Card - B2B Professional Style */
.product-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  position: relative;
}
.product-card:hover {
  border-color: #0d9488;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Image Area - Industrial clean look */
.product-card-image {
  position: relative;
  width: 100%;
  height: 130px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.15;
}

/* Badges - Sharp edge */
.product-category-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #0d9488; /* Teal */
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  letter-spacing: 1px;
}

/* Card Body */
.product-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Title Block */
.product-title-block {
  margin-bottom: 1rem;
}
.product-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.4rem 0;
}
.product-model {
  font-size: 0.85rem;
  color: #64748b;
  display: block;
}

/* Meta Data - Clean List */
.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #e2e8f0;
}
.meta-item {
  display: flex;
  flex-direction: column;
}
.meta-item span {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.meta-item strong {
  font-size: 0.85rem;
  color: #334155;
  font-weight: 600;
}

/* Features - Minimal text with accent */
.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.feature-tag {
  color: #334155;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
}
.feature-tag::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #dc2626;
  border-radius: 50%;
  margin-right: 6px;
}

/* Applications */
.product-applications {
  flex: 1;
}
.product-applications p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* Card Footer */
.product-card-footer {
  padding: 1.2rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
}
.btn-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #dc2626; /* Red */
  border: 1px solid #dc2626;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-inquire:hover {
  background-color: #dc2626;
  color: #ffffff;
}

/* Filter Chips UI Update - Professional Tabs */
.filter-chip {
  padding: 0.6rem 0;
  margin-right: 2rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #64748b;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-radius: 0;
}
.filter-chip.is-active,
.filter-chip:hover {
  color: #0d9488;
  border-bottom-color: #0d9488;
  background: transparent;
  box-shadow: none;
}

/* Responsive Overrides */
@media (max-width: 768px) {
  .product-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem !important;
  }
  .product-grid-inner {
    grid-template-columns: 1fr;
  }
  .filter-chip {
    margin-right: 1rem;
  }
}
/* Override previous card styles for Golden Ratio Layout */
.product-card {
  aspect-ratio: 1.618 / 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  position: relative;
}
.product-card-image {
  display: none !important; /* Safety hide if any exist */
}
.product-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.product-category-text {
  font-size: 0.75rem;
  color: #0d9488;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.product-title-block {
  margin-bottom: auto; /* Pushes meta down */
}
.product-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.3rem 0;
  line-height: 1.2;
}
.product-model {
  font-size: 0.85rem;
  color: #64748b;
  display: block;
}
.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.2rem 0;
  padding: 0;
  background: transparent;
  border-bottom: none;
}
.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0;
}
.product-card-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background: transparent;
  border-top: none;
  display: flex;
  justify-content: flex-start;
}
.btn-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  color: #0f172a; /* Black text instead of red box */
  border: none;
  border-bottom: 1px solid #0f172a;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-inquire:hover {
  background-color: transparent;
  color: #0d9488;
  border-bottom-color: #0d9488;
}
.btn-inquire::after {
  content: '鈫?;
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.btn-inquire:hover::after {
  transform: translateX(4px);
}
/* Override for Golden Ratio Horizontal Layout */
.product-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  gap: 2rem;
  width: 100%;
}

.product-card {
  display: flex;
  flex-direction: row; /* Horizontal Layout */
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  position: relative;
  /* Approximate Golden Ratio for the entire card (1.618 : 1) */
  aspect-ratio: auto;
}
.product-card:hover {
  border-color: #0d9488;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Image Area - 38.2% of the width (Golden section) */
.product-card-image {
  display: block !important;
  flex: 0 0 38.2%;
  max-width: 38.2%;
  position: relative;
  background: #f8fafc;
  border-bottom: none;
  border-right: 1px solid #e2e8f0;
  overflow: hidden;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-placeholder svg {
  width: 30%;
  height: auto;
  opacity: 0.5;
}

/* Card Body - 61.8% of the width */
.product-card-body {
  padding: 1.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.product-category-text {
  font-size: 0.75rem;
  color: #0d9488;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.product-title-block {
  margin-bottom: 1.2rem;
}

.product-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.2rem 0;
  line-height: 1.2;
}

.product-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1.2rem 0;
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.product-card-footer {
  padding: 0;
  background: transparent;
  border-top: none;
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}

@media (max-width: 768px) {
  .product-grid-inner {
    grid-template-columns: 1fr;
  }
  .product-card {
    flex-direction: column; /* Revert to vertical on mobile */
  }
  .product-card-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: 200px;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
}
/* Overrides for specific UI optimization requested by user */

/* Make the left image vertically fill completely */
.product-card {
  align-items: stretch; /* Ensure children stretch vertically */
}

.product-card-image {
  flex: 0 0 38.2%;
  max-width: 38.2%;
  height: auto; /* Let it stretch */
  min-height: 100%; /* Force vertical fill */
  background: #f1f5f9;
  border-right: 1px solid #e2e8f0;
  display: flex; /* Helps center placeholder */
  align-items: center;
  justify-content: center;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.2;
}

/* Make the "Get Quote" button conspicuous but professional */
.btn-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  background-color: #0f172a; /* Slate 900 - Dark professional */
  color: #ffffff !important; /* Force white text */
  border: 1px solid #0f172a;
  border-radius: 2px; /* Sharp professional radius */
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-inquire:hover {
  background-color: #0d9488; /* Teal on hover */
  border-color: #0d9488;
  color: #ffffff !important;
}

.btn-inquire::after {
  content: '鈫?;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.btn-inquire:hover::after {
  transform: translateX(4px);
}
/* Reduce Green/Teal usage */

/* Change card hover border from green to subtle gray/shadow */
.product-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Change inner category text from green to slate */
.product-category-text {
  color: #64748b;
}

/* Change active tabs from green to black */
.filter-chip.is-active,
.filter-chip:hover {
  color: #111111;
  border-bottom-color: #111111;
}

/* Change category big title left border from green to black */
.product-category-title {
  border-left-color: #111111;
}

/* Change button hover from green to lighter black/slate */
.btn-inquire:hover {
  background-color: #1e293b; /* Slate 800 */
  border-color: #1e293b;
  color: #ffffff !important;
}
/* Remove all blue/teal/slate undertones, force warm/neutral industrial palette */

/* Neutralize the image placeholder background from slate-blue to pure light gray */
.product-card-image {
  background: #f5f5f5 !important;
  border-right-color: #e5e5e5 !important;
}

/* Neutralize SVG placeholder strokes */
.image-placeholder svg path,
.image-placeholder svg circle,
.image-placeholder svg rect {
  stroke: #d4d4d4 !important;
  fill: none !important;
}
.image-placeholder svg > rect:first-child {
  fill: #f5f5f5 !important; /* The background rect */
  stroke: none !important;
}

/* Neutralize the meta data background */
.product-meta {
  border-bottom-color: #e5e5e5 !important;
}
.meta-item span {
  color: #737373 !important; /* Neutral gray */
}
.meta-item strong {
  color: #262626 !important; /* Neutral dark gray */
}

/* Neutralize text colors */
.product-model,
.product-applications p,
.filter-chip {
  color: #525252 !important; /* Neutral dark gray */
}

/* Fix the category badge to pure black */
.product-category-badge {
  background: #171717 !important; /* Almost black */
  color: #ffffff !important;
}

/* Fix borders to neutral grays */
.product-card {
  border-color: #e5e5e5 !important;
}

/* Filter chips */
.filter-chip {
  background: transparent !important;
}
/* Add Red Selection Box effects */

/* Product Card Hover: Red border selection box */
.product-card:hover {
  border-color: #dc2626 !important; /* Sharp red border on hover */
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.08) !important; /* Slight red-tinted shadow */
}

/* Filter Chips (Tabs): Red selection box when active */
.filter-chip {
  border: 1px solid transparent !important;
  padding: 0.5rem 1.2rem !important;
  border-radius: 2px !important; /* Sharp box */
}
.filter-chip.is-active,
.filter-chip:hover {
  border-color: #dc2626 !important; /* Red selection box */
  color: #dc2626 !important; /* Red text */
  background: transparent !important;
}

/* Make sure the category large title uses red for the left marker too */
.product-category-title {
  border-left-color: #dc2626 !important;
}

/* =========================================================================
   Restored site shell - 2026-06 emergency repair
   ========================================================================= */
.restored-site {
  --font-display-cn: "Source Han Serif SC Heavy", "Source Han Serif CN Heavy", "Noto Serif SC", "STZhongsong", "FZYaSongS-R-GB", "Songti SC", "STSong", SimSun, serif;
  --font-kai-cn: KaiTi, "STKaiti", "Kaiti SC", "BiauKai", "Noto Serif SC", serif;
  --rs-bg: #ffffff;
  --rs-paper: #f3f4f0;
  --rs-surface: #ffffff;
  --rs-ink: #243238;
  --rs-text: #536168;
  --rs-soft: #748188;
  --rs-line: rgba(36, 50, 56, 0.12);
  --rs-cool-0: #fbfcfb;
  --rs-cool-1: #f5f7f6;
  --rs-cool-2: #eef3f2;
  --rs-cool-line: rgba(36, 50, 56, 0.105);
  --rs-logo-red-rgb: 248, 8, 8;
  --rs-logo-teal-rgb: 8, 96, 96;
  --rs-logo-charcoal-rgb: 24, 24, 24;
  --rs-inner-0: #fbfcfc;
  --rs-inner-1: #f5f8f8;
  --rs-inner-2: #eef4f4;
  --rs-accent: #b65c43;
  --rs-accent-dark: #844836;
  --rs-blue: #2d4856;
  --rs-sea: #2d4856;
  --rs-sea-soft: #ecefeb;
  --rs-rust: #b65c43;
  --rs-yellow: #c99a42;
  --rs-ice: #f4f6f2;
  background: #fff;
  color: var(--rs-text);
}

.restored-site .bg-grid,
.restored-site .grain-overlay {
  display: none !important;
}

.restored-site .restored-nav {
  min-height: 78px;
  height: 78px;
  background: rgba(252, 252, 250, 0.96);
  border-bottom: 1px solid rgba(16, 39, 40, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
  transition:
    transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.restored-site .restored-nav.navbar-scrolled {
  min-height: 78px;
  height: 78px;
  background: rgba(252, 252, 250, 0.985);
  border-bottom-color: rgba(16, 39, 40, 0.16);
  box-shadow: 0 8px 24px rgba(16, 39, 40, 0.055);
}

.restored-site .restored-nav.navbar-hidden {
  transform: translateY(calc(-100% - 1px));
}

.restored-site .nav-container {
  min-height: 78px;
  height: 78px;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.restored-site .logo-link,
.restored-site .restored-nav.navbar-scrolled .logo-link,
.restored-site .navbar.navbar-scrolled .logo-link {
  width: 158px;
  height: 64px;
  flex: 0 0 auto;
}

.restored-site .nav-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.restored-site .nav-links {
  gap: clamp(1.75rem, 3.15vw, 3.25rem);
  justify-content: flex-end;
  margin-left: auto;
}

.restored-site .nav-links > a,
.restored-site .restored-nav.navbar-scrolled .nav-links > a,
.restored-site .navbar.navbar-scrolled .nav-links > a {
  min-height: 78px !important;
  height: 78px !important;
  padding: 0 !important;
  color: #334240;
  font-size: 0.92rem !important;
  font-weight: 620 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  opacity: 0.82;
  transform: none;
  transition:
    color 220ms ease,
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.restored-site .nav-links > a::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: 1.08rem;
  left: 50%;
  width: 1.65rem;
  background: var(--rs-rust);
  height: 2px;
  border-radius: 0;
  opacity: 0.92;
  transform: translateX(-50%) scaleX(0);
  transform-origin: right center;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.restored-site .nav-links > a:hover,
.restored-site .nav-links > a.active {
  color: var(--rs-ink);
  opacity: 1;
}

.restored-site .nav-links > a:hover {
  transform: translateY(-1px) !important;
}

.restored-site .nav-links > a:hover::after,
.restored-site .nav-links > a.active::after {
  transform: translateX(-50%) scaleX(1);
  transform-origin: left center;
}

@media (prefers-reduced-motion: no-preference) {
  .restored-site .nav-links > a.active {
    animation: restored-nav-label-settle 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .restored-site .nav-links > a.active::after {
    animation: restored-nav-line-settle 520ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes restored-nav-label-settle {
  from { opacity: 0.45; transform: translateY(2px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes restored-nav-line-settle {
  from { transform: translateX(-50%) scaleX(0); }
  to { transform: translateX(-50%) scaleX(1); }
}

.page-section {
  position: relative;
  padding: clamp(3.2rem, 5.6vw, 5.6rem) 0;
  background: #fff;
}

html.inner-page .page-section {
  background:
    radial-gradient(circle at 7% 12%, rgba(var(--rs-logo-teal-rgb), 0.052), rgba(var(--rs-logo-teal-rgb), 0) 30rem),
    radial-gradient(circle at 96% 8%, rgba(var(--rs-logo-red-rgb), 0.024), rgba(var(--rs-logo-red-rgb), 0) 24rem),
    linear-gradient(90deg, rgba(var(--rs-logo-charcoal-rgb), 0.024), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, var(--rs-inner-0) 0%, var(--rs-inner-1) 100%);
}

.page-section::before {
  content: "";
  position: absolute;
  left: clamp(1rem, 4vw, 4rem);
  right: clamp(1rem, 4vw, 4rem);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(182, 92, 67, 0.28), rgba(36, 50, 56, 0.1) 24%, rgba(36, 50, 56, 0.04));
  pointer-events: none;
}

html.inner-page .page-section::before {
  background: linear-gradient(90deg, rgba(45, 72, 86, 0.14), rgba(36, 50, 56, 0.055) 32%, rgba(36, 50, 56, 0.018));
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  color: var(--rs-rust);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 1.45rem;
  height: 2px;
  background: currentColor;
  opacity: 0.72;
}

.section-label.light {
  color: rgba(255, 255, 255, 0.78);
}

.section-copy h2,
.structure-intro h2,
.industry-aside h2,
.catalog-head h2,
.contact-panel h2 {
  max-width: 18em;
  margin: 0 0 1rem;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 2.75vw, 2.65rem);
  font-weight: 700;
  line-height: 1.22;
}

.section-copy p,
.structure-intro p,
.industry-aside p {
  max-width: 43rem;
  margin: 0 0 1.35rem;
  color: var(--rs-text);
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.78;
}

.btn-solid,
.btn-plain,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}

.btn-solid {
  background: var(--rs-ink);
  color: #fff;
  border: 1px solid var(--rs-ink);
}

.btn-solid:hover {
  background: var(--rs-rust);
  border-color: var(--rs-rust);
  color: #fff;
}

.btn-solid.compact {
  min-height: 2.55rem;
  font-size: 0.9rem;
}

.btn-plain,
.text-link {
  color: var(--rs-ink);
  border: 1px solid rgba(37, 51, 58, 0.18);
  background: rgba(255, 255, 255, 0.58);
}

.text-link {
  margin-top: 0.4rem;
}

.home-hero {
  position: relative;
  min-height: min(760px, 100dvh);
  overflow: hidden;
  background: #17262d;
}

.home-hero::after {
  display: none;
}

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

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 25, 32, 0.76) 0%, rgba(12, 25, 32, 0.48) 42%, rgba(12, 25, 32, 0.10) 78%),
    linear-gradient(180deg, rgba(12, 25, 32, 0.12) 0%, rgba(12, 25, 32, 0.30) 100%);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: min(760px, 100dvh);
  display: flex;
  align-items: flex-start;
  padding-top: 78px;
}

.home-hero-copy {
  position: relative;
  width: min(48rem, 92vw);
  margin-top: clamp(4.8rem, 10vh, 7.6rem);
  color: #fff;
}

.home-title-lockup {
  display: block;
  margin: 0 0 clamp(2.85rem, 5.6vh, 4.25rem);
}

.home-company {
  margin: 0;
  color: #fff;
  font-family: var(--font-display-cn);
  font-size: clamp(4.85rem, 10.8vw, 9.2rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.055em;
}

.home-slogan {
  margin: 0 0 clamp(2.45rem, 4.8vh, 3.65rem);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display-cn);
  font-size: clamp(1.7rem, 3.1vw, 2.9rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.home-lede {
  max-width: 30rem;
  margin: 0;
  color: #fff;
  font-family: var(--font-sans);
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  font-weight: 600;
  line-height: 1.58;
}

.home-note {
  display: none;
}

.home-actions {
  display: none;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.home-actions .btn-solid {
  background: #fff;
  border-color: #fff;
  color: var(--rs-ink);
}

.home-actions .btn-plain {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

@keyframes homeHeroMediaSettle {
  from {
    transform: scale(1.028);
    filter: saturate(0.96) brightness(0.94);
  }
  to {
    transform: scale(1);
    filter: saturate(1) brightness(1);
  }
}

@keyframes homeHeroTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-page.js-enabled .home-hero-media img {
  transform-origin: 66% 50%;
  animation: homeHeroMediaSettle 1300ms cubic-bezier(0.18, 0.72, 0.18, 1) both;
}

.home-page.js-enabled .home-company,
.home-page.js-enabled .home-slogan,
.home-page.js-enabled .home-lede {
  opacity: 0;
  transform: translateY(18px);
  animation: homeHeroTextIn 780ms cubic-bezier(0.18, 0.72, 0.18, 1) forwards;
}

.home-page.js-enabled .home-slogan {
  animation-delay: 120ms;
}

.home-page.js-enabled .home-lede {
  animation-delay: 230ms;
}

.overview-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f9fbfa 0%, #fbfcfb 54%, #f8faf9 100%);
  border-top: 0;
  border-bottom: 0;
  color: var(--rs-ink);
  padding-top: clamp(1.25rem, 2vw, 1.9rem);
  padding-bottom: clamp(2.35rem, 3.8vw, 4.25rem);
}

.overview-section::before {
  display: none;
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(1.5rem, 3.8vw, 4.5rem);
  align-items: start;
}

.overview-copy {
  position: relative;
  align-self: start;
  max-width: 41rem;
  padding-top: clamp(0.15rem, 0.7vw, 0.65rem);
}

.overview-copy::before {
  content: "";
  display: block;
  width: 5.8rem;
  height: 1px;
  margin-bottom: 1.15rem;
  background: linear-gradient(90deg, rgba(45, 72, 86, 0.64), rgba(182, 92, 67, 0.42));
}

.overview-copy h2 {
  max-width: 12.8em;
  margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.72rem, 2.7vw, 2.65rem);
  line-height: 1.18;
}

.overview-copy p {
  max-width: 38rem;
  margin: 0 0 1.45rem;
  color: var(--rs-text);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.78;
}

.overview-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(36, 50, 56, 0.075);
  background: #fff;
  box-shadow: 0 18px 38px rgba(36, 50, 56, 0.058);
}

.overview-media::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 2;
  height: 1px;
  background: rgba(255, 255, 255, 0.64);
  opacity: 1;
}

.overview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(16, 29, 36, 0.16));
  pointer-events: none;
}

.overview-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(26rem, 38vw, 35rem);
  object-fit: cover;
  transform: scale(1.018);
  transition: transform 900ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.overview-section.is-visible .overview-media img {
  transform: none;
}

.service-image {
  margin: 1.8rem 0 0;
  overflow: hidden;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  background: #fff;
}

.service-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.8;
  object-fit: cover;
}

.overview-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
  border: 0;
}

.overview-proof div {
  position: relative;
  overflow: hidden;
  min-height: 6.05rem;
  padding: clamp(0.9rem, 1.45vw, 1.14rem);
  border: 1px solid rgba(36, 50, 56, 0.084);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(36, 50, 56, 0.035);
}

.overview-proof div::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 72, 86, 0.42);
}

.overview-proof div:nth-child(2)::before {
  background: rgba(182, 92, 67, 0.45);
}

.overview-proof div:nth-child(3)::before {
  background: rgba(201, 154, 66, 0.42);
}

.overview-proof div:nth-child(4)::before {
  background: rgba(95, 102, 112, 0.38);
}

.overview-proof strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.35vw, 2.25rem);
  line-height: 1;
}

.overview-proof span {
  color: var(--rs-soft);
  font-size: 0.9rem;
}

.overview-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  border-top: 0;
}

.overview-flow article {
  position: relative;
  padding: 0.18rem clamp(0.9rem, 1.4vw, 1.2rem) 0.1rem 1.05rem;
  border-right: 0;
}

.overview-flow article::before {
  content: "";
  position: absolute;
  top: 0.42rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--rs-blue);
}

.overview-flow article:nth-child(2)::before {
  background: var(--rs-rust);
}

.overview-flow article:nth-child(3)::before {
  background: var(--rs-yellow);
}

.overview-flow article:nth-child(4)::before {
  background: #5f6670;
}

.overview-flow strong {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--rs-ink);
  font-size: 0.98rem;
}

.overview-flow p {
  margin: 0;
  color: #5a6970;
  font-size: 0.88rem;
  line-height: 1.55;
}

.home-page.js-enabled .reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms cubic-bezier(0.18, 0.72, 0.18, 1),
    transform 620ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.home-page.js-enabled .overview-media.reveal-item,
.home-page.js-enabled .inquiry-image.reveal-item {
  transform: translateY(18px) scale(0.992);
}

.home-page.js-enabled .is-visible .reveal-item {
  opacity: 1;
  transform: none;
}

.home-page.js-enabled .is-visible .reveal-item:nth-child(2) {
  transition-delay: 0.08s;
}

.home-page.js-enabled .is-visible .reveal-item:nth-child(3) {
  transition-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
  .home-page.js-enabled .home-hero-media img,
  .home-page.js-enabled .home-company,
  .home-page.js-enabled .home-slogan,
  .home-page.js-enabled .home-lede,
  .home-page.js-enabled .reveal-item {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .overview-media img {
    transform: none;
    transition: none;
  }
}

.structure-section {
  background:
    linear-gradient(90deg, rgba(45, 72, 86, 0.032), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, var(--rs-cool-1) 0%, var(--rs-cool-0) 100%);
  border-top: 1px solid var(--rs-cool-line);
  border-bottom: 1px solid var(--rs-cool-line);
}

.structure-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.home-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rs-line);
  border-left: 1px solid var(--rs-line);
}

.home-entry-grid a {
  display: grid;
  position: relative;
  min-height: 10.5rem;
  align-content: start;
  padding: clamp(1.1rem, 2.2vw, 1.7rem);
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
  background: #fff;
}

.home-entry-grid a::before {
  content: "";
  position: absolute;
  left: clamp(1.1rem, 2.2vw, 1.7rem);
  top: 0;
  width: 2.2rem;
  height: 2px;
  background: var(--rs-rust);
}

.home-entry-grid span {
  color: var(--rs-accent-dark);
  font-weight: 900;
  margin-bottom: 1.2rem;
}

.home-entry-grid strong,
.inline-news h3,
.contact-note h3,
.news-list-home h3,
.about-detail-copy h3 {
  margin: 0 0 0.45rem;
  color: var(--rs-ink);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.home-entry-grid p,
.inline-news p,
.contact-note p,
.news-list-home p,
.about-detail-copy p {
  margin: 0;
  color: var(--rs-text);
  line-height: 1.72;
}

.news-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8faf9 0%, #fbfcfb 32%, #f7f9f8 100%);
  border-top: 0;
  border-bottom: 0;
  padding-top: clamp(1.05rem, 1.9vw, 1.9rem);
  padding-bottom: clamp(2.35rem, 3.6vw, 3.55rem);
  box-shadow: none;
}

.news-section::before {
  display: none;
}

.news-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  height: clamp(0.7rem, 1.5vw, 1.25rem);
  background: linear-gradient(180deg, rgba(251, 252, 251, 0), rgba(245, 247, 246, 0.82));
  pointer-events: none;
}

.news-section .container {
  position: relative;
  z-index: 1;
  max-width: none;
  padding-left: clamp(1.1rem, 2.4vw, 2.25rem);
  padding-right: clamp(1.3rem, 4vw, 4rem);
}

.news-promo-layout {
  --news-panel-min-height: clamp(25rem, 30vw, 29rem);
  display: grid;
  grid-template-columns: minmax(30rem, 1.05fr) minmax(26rem, 0.95fr);
  gap: clamp(1.05rem, 1.65vw, 1.9rem);
  align-items: stretch;
}

.news-window {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  height: var(--news-panel-min-height);
  min-height: var(--news-panel-min-height);
  overflow: hidden;
  border: 1px solid rgba(36, 50, 56, 0.15);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 251, 0.94) 56%, rgba(243, 247, 246, 0.82)),
    #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(36, 50, 56, 0.035),
    0 20px 46px rgba(36, 50, 56, 0.075);
}

.news-window::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 3px;
  background:
    linear-gradient(180deg, rgba(159, 82, 61, 0.76), rgba(30, 73, 84, 0.24) 54%, rgba(159, 82, 61, 0.14));
  pointer-events: none;
}

.news-window::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 2.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(249, 251, 250, 0.94));
  pointer-events: none;
}

.news-window-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2rem;
  padding: 0 1.05rem 0 1.25rem;
  border-bottom: 1px solid rgba(45, 72, 86, 0.1);
  background: #f2f5f4;
  color: #47565d;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1;
}

.news-window-head {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.18rem, 1.7vw, 1.48rem) clamp(1.18rem, 2vw, 1.58rem) clamp(1rem, 1.28vw, 1.18rem) clamp(1.35rem, 2.1vw, 1.75rem);
  border-bottom: 1px solid rgba(45, 72, 86, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.84));
}

.news-window-head .section-label {
  margin-bottom: 0.3rem;
  color: var(--rs-rust);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.news-window-head h2 {
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.16rem, 1.28vw, 1.46rem);
  font-weight: 800;
  line-height: 1.22;
}

.news-window-head p:not(.section-label) {
  max-width: 26rem;
  margin: 0.46rem 0 0;
  color: #68757c;
  font-size: 0.84rem;
  line-height: 1.58;
}

.news-window-actions {
  align-self: stretch;
  display: flex;
  min-width: 7.2rem;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.1rem;
  color: #7a8589;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.news-window-actions span {
  display: block;
  color: #8f5447;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.news-window-actions a {
  color: #5c656b;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(36, 50, 56, 0.28);
}

.news-window-actions a:hover {
  color: var(--rs-rust);
  border-color: currentColor;
}

.news-list-home {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  min-height: 0;
  gap: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 clamp(1rem, 1.55vw, 1.28rem) clamp(1.28rem, 1.8vw, 1.6rem) clamp(1.35rem, 2.1vw, 1.75rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  scrollbar-color: rgba(159, 82, 61, 0.34) transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.news-list-home::-webkit-scrollbar {
  width: 0.42rem;
}

.news-list-home::-webkit-scrollbar-track {
  background: transparent;
}

.news-list-home::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(36, 50, 56, 0.16);
}

.news-list-home:hover::-webkit-scrollbar-thumb {
  background: rgba(159, 82, 61, 0.36);
}

.news-list-home article {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(0.76rem, 0.95vw, 0.92rem) 0;
  border-bottom: 1px solid rgba(36, 50, 56, 0.1);
}

.news-list-home article:last-child {
  border-bottom: 0;
}

.news-list-home time {
  color: #8f5447;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}

.news-list-home .news-feature-home {
  display: block;
  margin: 0 -0.35rem;
  padding: clamp(0.96rem, 1.24vw, 1.12rem) 0.35rem clamp(0.9rem, 1.18vw, 1.06rem);
  background: linear-gradient(90deg, rgba(39, 68, 88, 0.026), rgba(255, 255, 255, 0));
}

.news-list-home .news-feature-home a {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}

.news-list-home .news-feature-home time {
  display: block;
  margin: 0;
  grid-column: 1;
  grid-row: 1 / span 3;
}

.news-list-home .news-feature-home h3,
.news-list-home .news-feature-home p,
.news-list-home .news-feature-home span {
  grid-column: 2;
}

.news-list-home .news-feature-home h3 {
  max-width: 17em;
  margin: 0 0 0.42rem;
  font-family: var(--font-sans);
  font-size: clamp(1.12rem, 1.45vw, 1.48rem);
  line-height: 1.22;
}

.news-list-home .news-feature-home p {
  max-width: 29rem;
  margin-bottom: 0.58rem;
  font-size: 0.9rem;
}

.news-list-home .news-feature-home span {
  display: inline-block;
  color: #5c656b;
  font-size: 0.78rem;
  font-weight: 900;
  border-bottom: 1px solid rgba(36, 50, 56, 0.28);
}

.news-list-home h3 {
  margin: 0 0 0.32rem;
  color: var(--rs-ink);
  font-size: clamp(0.92rem, 0.98vw, 1.02rem);
  font-weight: 800;
}

.news-list-home p {
  max-width: 29rem;
  color: #637077;
  font-size: 0.84rem;
  line-height: 1.62;
}

/* Corporate updates: restrained SBC red/teal hierarchy based on the approved concept direction. */
.news-window {
  border-color: rgba(18, 55, 70, 0.16);
  box-shadow: 0 18px 46px rgba(18, 55, 70, 0.09);
}

.news-window::before {
  height: 4px;
  background: linear-gradient(90deg, #e31b23 0 18%, #064f66 18% 100%);
}

.news-window-head {
  align-items: center;
  background: #fff;
}

.news-window-head .section-label {
  color: #064f66;
  letter-spacing: 0;
}

.news-window-head h2 {
  font-size: clamp(1.3rem, 1.55vw, 1.66rem);
}

.news-window-actions span {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: #65747a;
}

.news-window-actions span i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #e31b23;
  box-shadow: 0 0 0 3px rgba(227, 27, 35, 0.1);
}

.news-window-actions a {
  color: #064f66;
  border-bottom: 0;
}

.news-window-actions b,
.news-feature-home span b {
  font-weight: inherit;
  transition: transform 180ms ease;
}

.news-window-actions a:hover b,
.news-feature-home a:hover span b {
  display: inline-block;
  transform: translateX(3px);
}

.news-list-home {
  background: #fbfcfc;
}

.news-list-home article {
  transition: background-color 180ms ease;
}

.news-list-home article:not(.news-feature-home):hover {
  background: rgba(6, 79, 102, 0.025);
}

.news-list-home small {
  display: inline-block;
  width: max-content;
  margin: 0 0 0.34rem;
  color: #65747a;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
}

.news-list-home .news-feature-home {
  margin: 0 -1.75rem;
  padding: clamp(1.05rem, 1.35vw, 1.28rem) 1.75rem;
  border-left: 3px solid #e31b23;
  background: linear-gradient(90deg, rgba(6, 79, 102, 0.065), rgba(255, 255, 255, 0.3));
}

.news-list-home .news-feature-home small,
.news-list-home .news-feature-home h3,
.news-list-home .news-feature-home p,
.news-list-home .news-feature-home span {
  grid-column: 2;
}

.news-list-home .news-feature-home small {
  color: #b52027;
}

.news-list-home .news-feature-home h3 {
  margin-top: 0;
}

.news-list-home .news-feature-home span {
  width: max-content;
  color: #064f66;
  border-bottom: 0;
}

.home-page.js-enabled .news-section .news-window,
.home-page.js-enabled .news-section .product-promo-card {
  opacity: 0;
  transform: translateY(20px);
}

.home-page.js-enabled .news-section.is-visible .news-window,
.home-page.js-enabled .news-section.is-visible .product-promo-card {
  opacity: 1;
  transform: none;
  transition:
    opacity 660ms cubic-bezier(0.18, 0.72, 0.18, 1),
    transform 660ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.home-page.js-enabled .news-section.is-visible .product-promo-card {
  transition-delay: 0.1s;
}

.home-page.js-enabled .news-section .news-window::before {
  transform: none;
  transform-origin: top center;
}

.home-page.js-enabled .news-section.is-visible .news-window::before {
  transform: none;
  transition: none;
}

.home-page.js-enabled .news-section .news-window::after {
  transform: none;
  opacity: 1;
}

.home-page.js-enabled .news-section.is-visible .news-window::after {
  transform: none;
  opacity: 1;
  transition: none;
}

.home-page.js-enabled .news-section .news-list-home article {
  opacity: 0;
  transform: translateY(12px);
}

.home-page.js-enabled .news-section.is-visible .news-list-home article {
  opacity: 1;
  transform: none;
  transition:
    opacity 540ms cubic-bezier(0.18, 0.72, 0.18, 1),
    transform 540ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.home-page.js-enabled .news-section.is-visible .news-list-home article:nth-child(1) {
  transition-delay: 0.24s;
}

.home-page.js-enabled .news-section.is-visible .news-list-home article:nth-child(2) {
  transition-delay: 0.32s;
}

.home-page.js-enabled .news-section.is-visible .news-list-home article:nth-child(3) {
  transition-delay: 0.4s;
}

.home-page.js-enabled .news-section.is-visible .news-list-home article:nth-child(4) {
  transition-delay: 0.48s;
}

.home-page.js-enabled .news-section.is-visible .news-list-home article:nth-child(5) {
  transition-delay: 0.56s;
}

@media (prefers-reduced-motion: reduce) {
  .home-page.js-enabled .news-section .news-window,
  .home-page.js-enabled .news-section .product-promo-card,
  .home-page.js-enabled .news-section .news-list-home article {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-page.js-enabled .news-section .news-window::before,
  .home-page.js-enabled .news-section .news-window::after {
    transform: none;
    transition: none;
  }
}

.product-promo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(13rem, 0.43fr) minmax(0, 0.57fr);
  height: var(--news-panel-min-height);
  min-height: var(--news-panel-min-height);
  overflow: hidden;
  border-radius: 2px;
  background:
    linear-gradient(135deg, #ffffff 0%, #fbfcfb 58%, #f2f6f5 100%);
  border: 1px solid rgba(36, 50, 56, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 20px 46px rgba(36, 50, 56, 0.068);
}

.product-promo-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 1px;
  background: rgba(159, 82, 61, 0.38);
  pointer-events: none;
}

.product-promo-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 1;
  width: 38%;
  height: 42%;
  background:
    linear-gradient(135deg, rgba(159, 82, 61, 0.065), rgba(30, 73, 84, 0.055));
  pointer-events: none;
}

.product-promo-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.72rem, 1vw, 0.95rem);
  padding: clamp(1.35rem, 2vw, 1.85rem) clamp(1.2rem, 1.8vw, 1.6rem) clamp(1.35rem, 2vw, 1.85rem) clamp(1.45rem, 2.2vw, 1.95rem);
  border-right: 1px solid rgba(36, 50, 56, 0.1);
  background:
    linear-gradient(180deg, rgba(248, 250, 249, 0.94), rgba(255, 255, 255, 0.84));
}

.product-promo-copy .section-label {
  margin: 0;
  color: var(--rs-rust);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.product-promo-copy h2 {
  max-width: 10em;
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-sans);
  font-size: clamp(1.28rem, 1.7vw, 1.72rem);
  font-weight: 850;
  line-height: 1.16;
}

.product-promo-copy p:not(.section-label) {
  max-width: 18rem;
  margin: 0;
  color: #5e6d74;
  font-size: 0.86rem;
  line-height: 1.68;
}

.product-promo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.05rem;
}

.product-promo-tags span {
  padding: 0.34rem 0.48rem;
  border: 1px solid rgba(36, 50, 56, 0.13);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.72);
  color: #48575e;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-promo-copy a {
  align-self: flex-start;
  margin-top: 0.2rem;
  color: var(--rs-ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 50, 56, 0.32);
}

.product-promo-copy a:hover {
  color: var(--rs-rust);
  border-color: currentColor;
}

.product-promo-media {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 249, 0.9));
  box-shadow: none;
}

.product-promo-media::before {
  display: none;
}

.product-promo-media::after {
  display: none;
}

.promo-track {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  transform: none;
  transition: none;
  will-change: auto;
}

.promo-slide {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: clamp(1rem, 1.55vw, 1.35rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: scale(1.012);
  pointer-events: none;
  transition:
    opacity 0.78s ease,
    transform 1.25s cubic-bezier(0.18, 0.72, 0.2, 1);
}

.promo-slide.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.product-promo-media img,
.promo-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(15.4rem, 21vw, 21.7rem);
  max-height: 100%;
  object-fit: contain;
  transform: none;
  border: 0;
  background: #fff;
  box-shadow: none;
  filter: saturate(0.98) contrast(1.02);
}

.promo-slide figcaption {
  display: flex;
  width: 100%;
  max-width: 18rem;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: clamp(0.62rem, 1vw, 0.82rem);
  border-top: 1px solid rgba(36, 50, 56, 0.1);
  color: #607078;
  font-size: 0.78rem;
  line-height: 1.35;
}

.promo-slide figcaption strong {
  color: var(--rs-ink);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.promo-slide figcaption span {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .promo-track {
    animation: none !important;
    transform: none;
  }
}

.news-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.32fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.news-page-main {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rs-line);
}

.news-page-item {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: clamp(1.3rem, 3vw, 2.4rem);
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
  border-bottom: 1px solid var(--rs-line);
}

.news-page-item time {
  color: var(--rs-accent-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.news-page-item h2 {
  margin: 0 0 0.75rem;
  color: var(--rs-ink);
  font-family: var(--font-display-cn);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.16;
}

.news-page-item h2 a {
  color: inherit;
  text-decoration: none;
}

.news-page-item h2 a:hover {
  color: var(--rs-accent-dark);
}

.news-page-item p {
  margin: 0;
  color: var(--rs-text);
  line-height: 1.8;
}

.news-read-more {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--rs-ink);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 51, 58, 0.32);
}

.news-read-more:hover {
  color: var(--rs-accent-dark);
  border-color: currentColor;
}

.news-page-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid var(--rs-line);
  border-radius: 10px;
  background: #fff;
}

.news-page-aside h2 {
  margin: 0 0 0.4rem;
  color: var(--rs-ink);
  font-size: 1.08rem;
}

.news-page-aside a {
  padding-top: 0.75rem;
  border-top: 1px solid var(--rs-line);
  color: var(--rs-ink);
  text-decoration: none;
  font-weight: 800;
}

.news-detail-section {
  background: #fff;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 45rem) minmax(16rem, 0.34fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.news-article {
  border-top: 1px solid rgba(37, 51, 58, 0.2);
}

.article-back {
  display: inline-block;
  margin-top: 1rem;
  color: var(--rs-soft);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.article-back:hover {
  color: var(--rs-accent-dark);
}

.article-header {
  padding: clamp(1.4rem, 3vw, 2.25rem) 0 clamp(1.3rem, 2.5vw, 2rem);
  border-bottom: 1px solid var(--rs-line);
}

.article-header time {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--rs-accent-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.article-header h2 {
  max-width: 12em;
  margin: 0 0 1rem;
  color: var(--rs-ink);
  font-family: var(--font-display-cn);
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.1;
}

.article-header p {
  max-width: 36rem;
  margin: 0;
  color: var(--rs-text);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.78;
}

.article-body {
  padding-top: clamp(1.35rem, 2.6vw, 2rem);
}

.article-body p,
.article-body li {
  color: var(--rs-text);
  font-size: 1rem;
  line-height: 1.86;
}

.article-body p {
  margin: 0 0 1.15rem;
}

.article-body h3 {
  margin: 1.8rem 0 0.65rem;
  color: var(--rs-ink);
  font-size: 1.2rem;
}

.article-body ul {
  margin: 0 0 1.3rem;
  padding-left: 1.15rem;
}

.article-note {
  margin-top: 1.7rem;
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--rs-accent-dark);
  background: #fff;
  border-top: 1px solid var(--rs-line);
  border-right: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
}

.article-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--rs-ink);
}

.article-note p {
  margin: 0;
}

.responsibility-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: clamp(2.8rem, 5vw, 5.3rem);
  padding-bottom: clamp(2.9rem, 5.2vw, 5.6rem);
  background:
    linear-gradient(90deg, rgba(252, 253, 252, 0.97) 0%, rgba(252, 253, 252, 0.92) 38%, rgba(250, 252, 250, 0.76) 66%, rgba(248, 251, 248, 0.56) 100%),
    url("../images/sbc-green-development-bg.png") center 54% / cover no-repeat;
  border-top: 1px solid rgba(36, 50, 56, 0.07);
  border-bottom: 1px solid rgba(36, 50, 56, 0.07);
}

.responsibility-section::before {
  display: none;
}

.responsibility-section::after {
  display: none;
}

.responsibility-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(22rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 3.7vw, 3.8rem);
  align-items: stretch;
}

.responsibility-copy {
  display: flex;
  min-height: clamp(22rem, 31vw, 28rem);
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.4rem, 1vw, 0.9rem) 0 clamp(0.4rem, 1vw, 0.9rem) clamp(1.1rem, 2vw, 1.8rem);
  border-left: 3px solid rgba(159, 82, 61, 0.5);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
}

.responsibility-copy .section-label {
  margin-bottom: 0.58rem;
  color: var(--rs-rust);
  letter-spacing: 0.05em;
}

.responsibility-copy h2 {
  max-width: 13.6em;
  margin: 0;
  color: var(--rs-ink);
  font-size: clamp(1.55rem, 2.25vw, 2.36rem);
  line-height: 1.16;
}

.responsibility-copy > p {
  max-width: 38rem;
  margin: clamp(0.85rem, 1.4vw, 1.15rem) 0 0;
  color: #56656b;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.75;
}

.responsibility-list {
  display: grid;
  gap: 0;
  margin-top: clamp(1.15rem, 1.8vw, 1.55rem);
  border-top: 1px solid rgba(36, 50, 56, 0.12);
}

.responsibility-list article {
  display: grid;
  grid-template-columns: 6.8rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(36, 50, 56, 0.1);
}

.responsibility-list strong {
  color: #26343a;
  font-size: 0.9rem;
  font-weight: 900;
}

.responsibility-list span {
  color: #66747a;
  font-size: 0.86rem;
  line-height: 1.62;
}

.responsibility-copy > a {
  align-self: flex-start;
  margin-top: clamp(1rem, 1.7vw, 1.35rem);
  color: var(--rs-ink);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 50, 56, 0.32);
}

.responsibility-copy > a:hover {
  color: var(--rs-rust);
  border-color: currentColor;
}

.responsibility-visual {
  position: relative;
  min-height: clamp(22rem, 31vw, 28rem);
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.responsibility-visual::before {
  display: none;
}

.responsibility-visual::after {
  display: none;
}

.responsibility-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  filter:
    drop-shadow(0 20px 26px rgba(36, 50, 56, 0.11))
    saturate(0.92)
    contrast(1.02);
  transform: scale(1.04) translateY(0.25rem);
}

.home-page.js-enabled .responsibility-section .responsibility-copy,
.home-page.js-enabled .responsibility-section .responsibility-visual {
  opacity: 0;
  transform: translateY(18px);
}

.home-page.js-enabled .responsibility-section.is-visible .responsibility-copy,
.home-page.js-enabled .responsibility-section.is-visible .responsibility-visual {
  opacity: 1;
  transform: none;
  transition:
    opacity 660ms cubic-bezier(0.18, 0.72, 0.18, 1),
    transform 660ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.home-page.js-enabled .responsibility-section.is-visible .responsibility-visual {
  transition-delay: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .home-page.js-enabled .responsibility-section .responsibility-copy,
  .home-page.js-enabled .responsibility-section .responsibility-visual {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.inquiry-section {
  margin-top: -1px;
  background:
    linear-gradient(180deg, #f5f7f6 0%, #fbfcfb 52%, #ffffff 100%);
  border-top: 0;
}

.inquiry-section::before {
  display: none;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(1.6rem, 3.8vw, 3.8rem);
  align-items: stretch;
}

.inquiry-image,
.range-image {
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(36, 50, 56, 0.095);
  background: #fff;
  box-shadow: 0 18px 42px rgba(36, 50, 56, 0.075);
}

.inquiry-image img,
.range-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(21rem, 30vw, 28rem);
  object-fit: cover;
}

.inquiry-panel {
  display: flex;
  min-height: clamp(21rem, 30vw, 28rem);
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.15rem, 2.4vw, 2.2rem);
  border-top: 0;
  border-bottom: 0;
  border-left: 3px solid var(--rs-rust);
  background:
    linear-gradient(135deg, #ffffff, #f8faf9),
    #fff;
}

.inquiry-panel h2 {
  max-width: 13em;
  margin: 0 0 0.85rem;
  color: var(--rs-ink);
  font-size: clamp(1.55rem, 2.3vw, 2.45rem);
  line-height: 1.14;
}

.inquiry-panel > p {
  max-width: 34rem;
  margin: 0;
  color: var(--rs-text);
  font-size: 0.94rem;
  line-height: 1.66;
}

.inquiry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  margin: 1.1rem 0 1.15rem;
}

.inquiry-list span {
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(36, 50, 56, 0.12);
  border-radius: 6px;
  background: #fff;
  color: var(--rs-ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.service-section {
  background:
    linear-gradient(90deg, rgba(45, 72, 86, 0.032), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, var(--rs-cool-0) 0%, var(--rs-cool-1) 100%);
  border-top: 1px solid var(--rs-cool-line);
  border-bottom: 1px solid var(--rs-cool-line);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--rs-line);
  border-left: 1px solid var(--rs-line);
}

.service-steps article {
  min-height: 8.5rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-right: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
  background: #fff;
}

.service-steps h3 {
  margin: 0 0 0.48rem;
  color: var(--rs-ink);
  font-size: clamp(1.05rem, 1.3vw, 1.24rem);
}

.service-steps p {
  margin: 0;
  color: var(--rs-text);
  font-size: 0.92rem;
  line-height: 1.68;
}

.range-section {
  background:
    linear-gradient(90deg, rgba(45, 72, 86, 0.032), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, var(--rs-cool-1) 0%, var(--rs-cool-0) 100%);
}

.range-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.inline-news {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rs-line);
}

.restored-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(318px, 31vw, 372px);
  background-color: #17262d;
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.88) 0%, rgba(13, 27, 34, 0.66) 42%, rgba(13, 27, 34, 0.34) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.06), rgba(13, 27, 34, 0.22)),
    url("../images/shanghai-night-corporate-hero-1600x900.jpg");
  background-size: cover;
  background-position: center;
}

.restored-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.restored-page-hero.hero-business {
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.88) 0%, rgba(13, 27, 34, 0.62) 44%, rgba(13, 27, 34, 0.36) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.08), rgba(13, 27, 34, 0.24)),
    url("../images/sbc-business-network-region.png");
  background-position: center;
}

.restored-page-hero.hero-products {
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.9) 0%, rgba(13, 27, 34, 0.66) 43%, rgba(13, 27, 34, 0.32) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.08), rgba(13, 27, 34, 0.24)),
    url("../images/sbc-bg-material-document-mesh.png");
  background-position: center 56%;
}

.restored-page-hero.hero-compliance {
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.9) 0%, rgba(13, 27, 34, 0.64) 44%, rgba(13, 27, 34, 0.36) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.08), rgba(13, 27, 34, 0.24)),
    url("../images/sbc-compliance-control.png");
  background-position: center;
}

.restored-page-hero.hero-news,
.restored-page-hero.hero-contact {
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.9) 0%, rgba(13, 27, 34, 0.68) 43%, rgba(13, 27, 34, 0.34) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.08), rgba(13, 27, 34, 0.24)),
    url("../images/sbc-bg-system-route-grid.png");
  background-position: center 45%;
}

.restored-page-hero.hero-about {
  background-image:
    linear-gradient(90deg, rgba(13, 27, 34, 0.88) 0%, rgba(13, 27, 34, 0.64) 43%, rgba(13, 27, 34, 0.3) 100%),
    linear-gradient(180deg, rgba(13, 27, 34, 0.08), rgba(13, 27, 34, 0.24)),
    url("../images/shanghai-night-corporate-hero-1600x900.jpg");
  background-position: center 48%;
}

.restored-page-hero .hero-container {
  position: relative;
  z-index: 1;
  min-height: clamp(318px, 31vw, 372px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: clamp(6.4rem, 9vw, 8rem);
  padding-bottom: clamp(2.55rem, 4.1vw, 3.25rem);
}

.restored-page-hero .hero-content {
  width: min(46rem, 100%);
  max-width: 46rem;
  text-align: left;
}

.restored-page-hero .section-label.light {
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  letter-spacing: 0.07em;
}

.restored-page-hero .hero-company {
  margin: 0 0 0.78rem;
  color: #fff;
  font-family: var(--font-sans);
  font-size: clamp(2.45rem, 4.85vw, 4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0.035em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.16);
}

.restored-page-hero .hero-desc {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.78;
}

.product-page-restored .product-hero {
  background-position: center 56%;
}

.product-page-restored .product-hero .hero-container {
  min-height: clamp(318px, 31vw, 372px);
}

html.inner-page .catalog-section,
.catalog-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 72, 86, 0.075), rgba(45, 72, 86, 0) 34rem),
    radial-gradient(circle at 96% 8%, rgba(208, 31, 27, 0.038), rgba(208, 31, 27, 0) 26rem),
    linear-gradient(180deg, #f1f6f8 0%, #fbfcfc 38%, #f6f9fa 100%);
}

.catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.9)),
    url("../images/sbc-bg-system-route-grid.png");
  background-size: cover;
  background-position: center 30%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.product-page-restored .catalog-section {
  padding-top: clamp(2.2rem, 3.8vw, 3.5rem);
  padding-bottom: clamp(3rem, 4.8vw, 4.6rem);
}

.product-page-restored .catalog-section > .container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.product-page-restored .catalog-head h2 {
  font-size: clamp(1.48rem, 2.25vw, 2.12rem);
}

.industry-page-grid,
.compliance-layout,
.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.industry-cards {
  display: grid;
  gap: 1rem;
}

.industry-cards article {
  position: relative;
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 10px;
}

.industry-cards article::before,
.catalog-card::before,
.contact-panel::before,
.contact-note::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  width: 2.4rem;
  height: 2px;
  background: var(--rs-rust);
}

.industry-cards img {
  width: 100%;
  height: 100%;
  min-height: 9rem;
  object-fit: cover;
  border-radius: 7px;
}

.industry-cards h3 {
  margin: 0 0 0.55rem;
  color: var(--rs-ink);
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
}

.industry-cards p {
  margin: 0;
  color: var(--rs-text);
  line-height: 1.75;
}

.catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
  gap: clamp(0.9rem, 2vw, 1.4rem);
  align-items: end;
  margin-bottom: 0.72rem;
  padding: clamp(1rem, 1.8vw, 1.25rem);
  border: 1px solid rgba(36, 50, 56, 0.09);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 30px rgba(36, 50, 56, 0.035);
}

.catalog-search {
  display: grid;
  gap: 0.45rem;
  color: var(--rs-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.catalog-search input {
  width: 100%;
  min-height: 2.42rem;
  border: 1px solid rgba(37, 51, 58, 0.13);
  border-radius: 0;
  padding: 0 0.78rem;
  color: var(--rs-ink);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.restored-site .product-filter {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: flex-start;
  padding: 0.32rem;
  margin-bottom: 0.82rem;
  border: 1px solid rgba(36, 50, 56, 0.085);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 252, 0.72)),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 26px rgba(36, 50, 56, 0.028);
}

.restored-site .product-filter::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: var(--filter-w, 0);
  height: var(--filter-h, 2rem);
  transform: translate3d(var(--filter-x, 0), var(--filter-y, 0), 0);
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 248, 248, 0.5)),
    rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 -2px 0 rgba(var(--rs-logo-red-rgb), 0.42),
    0 8px 18px rgba(36, 50, 56, 0.035);
  transition:
    transform 0.34s cubic-bezier(0.18, 0.72, 0.2, 1),
    width 0.34s cubic-bezier(0.18, 0.72, 0.2, 1),
    height 0.34s cubic-bezier(0.18, 0.72, 0.2, 1);
}

.restored-site .filter-chip,
.restored-site .page-chip {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 2rem;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(36, 50, 56, 0.72);
  padding: 0 0.78rem;
  margin: 0;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.restored-site .filter-chip::after,
.restored-site .page-chip::after {
  content: "";
  position: absolute;
  left: 0.52rem;
  right: 0.52rem;
  bottom: 0.24rem;
  height: 2px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.18, 0.72, 0.2, 1);
}

.restored-site .filter-chip.is-active,
.restored-site .filter-chip:hover,
.restored-site .page-chip.is-active,
.restored-site .page-chip:hover {
  background: transparent;
  border-color: transparent;
  color: var(--rs-ink);
  box-shadow: none;
}

.restored-site .filter-chip.is-active,
.restored-site .page-chip.is-active {
  animation: none;
}

.restored-site .filter-chip.is-active::after,
.restored-site .page-chip.is-active::after {
  transform: scaleX(1);
}

.restored-site .filter-chip:focus-visible,
.restored-site .page-chip:focus-visible,
.catalog-search input:focus-visible {
  outline: 2px solid rgba(var(--rs-logo-teal-rgb), 0.32);
  outline-offset: 2px;
}

.restored-site .product-page-restored .product-filter .filter-chip.is-active,
.restored-site .product-page-restored .product-pagination .page-chip.is-active {
  animation: none !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(36, 50, 56, 0.18) !important;
  border-width: 1px !important;
  color: var(--rs-ink) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(36, 50, 56, 0.045) !important;
  outline: 0 !important;
}

.restored-site .product-page-restored #product-filter > .filter-chip.is-active {
  border-color: rgba(36, 50, 56, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(36, 50, 56, 0.045) !important;
}

.restored-site .product-page-restored .product-filter .filter-chip:hover:not(.is-active),
.restored-site .product-page-restored .product-pagination .page-chip:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.66) !important;
  border-color: rgba(36, 50, 56, 0.14) !important;
  color: var(--rs-ink) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(36, 50, 56, 0.035) !important;
}

.restored-site .product-page-restored .product-filter .filter-chip.is-active::after,
.restored-site .product-page-restored .product-pagination .page-chip.is-active::after {
  display: none !important;
  transform: scaleX(0) !important;
}

.restored-site .product-page-restored .product-filter .filter-chip::after {
  display: none !important;
}

.restored-site .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.88rem;
  border: 0;
}

.catalog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 50, 56, 0.105);
  border-radius: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 28px rgba(36, 50, 56, 0.036);
  transition:
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.catalog-card.has-media {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 0;
}

.catalog-card:hover {
  border-color: #d01f1b;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(208, 31, 27, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 40px rgba(121, 32, 29, 0.09);
}

.catalog-card.is-primary {
  border-top: 3px solid #d01f1b;
}

.catalog-card:hover .catalog-media {
  border-bottom-color: rgba(208, 31, 27, 0.18);
}

.catalog-card::before {
  display: none;
}

.catalog-media {
  align-self: start;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  margin: 0;
  height: clamp(13.25rem, 19vw, 15.75rem);
  padding: 0;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.catalog-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: none;
  transition: none;
}

.catalog-card:hover .catalog-media img {
  transform: none;
}

.catalog-media.is-empty {
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(var(--rs-logo-teal-rgb), 0.035), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.52);
}

.catalog-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: rgba(83, 97, 104, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.catalog-media figcaption {
  display: none;
}

.catalog-body {
  display: grid;
  align-content: start;
  padding: 0.78rem 0.86rem 0.9rem;
}

.catalog-card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.62rem;
  margin-bottom: 0.34rem;
  color: var(--rs-accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.catalog-card-top a {
  color: var(--rs-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 51, 58, 0.25);
}

.catalog-card h3 {
  margin: 0;
  color: var(--rs-ink);
  font-size: clamp(1.04rem, 1.18vw, 1.18rem);
  line-height: 1.2;
}

.catalog-model {
  margin: 0.2rem 0 0.62rem;
  color: var(--rs-soft);
  font-size: 0.84rem;
}

.catalog-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0.58rem;
  background: rgba(244, 248, 248, 0.72);
  border: 1px solid rgba(36, 50, 56, 0.065);
}

.catalog-meta div {
  padding: 0.48rem 0.56rem;
  border-top: 0;
}

.catalog-meta div + div {
  border-left: 1px solid rgba(36, 50, 56, 0.075);
}

.catalog-meta small,
.catalog-meta strong {
  display: block;
}

.catalog-meta small {
  margin-bottom: 0.16rem;
  color: var(--rs-soft);
  font-size: 0.72rem;
}

.catalog-meta strong {
  color: var(--rs-ink);
  font-size: 0.82rem;
}

.catalog-info > small {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--rs-soft);
  font-size: 0.72rem;
}

.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-bottom: 0.54rem;
}

.catalog-tags span {
  padding: 0.2rem 0.42rem;
  border-radius: 0;
  border: 1px solid rgba(36, 50, 56, 0.065);
  background: rgba(248, 250, 250, 0.88);
  color: var(--rs-ink);
  font-size: 0.74rem;
  font-weight: 700;
}

.catalog-app {
  margin: auto 0 0;
  color: var(--rs-text);
  line-height: 1.5;
  font-size: 0.82rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-detail-link {
  width: fit-content;
  margin-top: 0.7rem;
  border-bottom: 1px solid rgba(37, 51, 58, 0.32);
  color: var(--rs-ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.catalog-detail-link:hover {
  color: var(--rs-rust);
  border-bottom-color: currentColor;
}

.contact-product-request {
  padding: 0.75rem 0;
  border-top: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
  color: var(--rs-ink) !important;
  font-weight: 800;
}

@media (max-width: 760px) {
  .catalog-body {
    min-height: 20.5rem;
  }
}

.product-empty {
  padding: 2rem 0;
  color: var(--rs-soft);
}

.product-pagination {
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.25rem;
}

@keyframes catalogSelect {
  0% {
    transform: translateY(1px);
  }
  58% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes catalogCardIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-grid.is-switching .catalog-card {
  animation: none;
  animation-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
  .restored-site .filter-chip,
  .restored-site .page-chip,
  .restored-site .product-filter::before,
  .catalog-card,
  .catalog-media img,
  .product-grid.is-switching .catalog-card {
    animation: none;
    transition: none;
  }

  .catalog-card:hover {
    transform: none;
  }
}

.process-list,
.timeline-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rs-line);
}

.process-list article,
.timeline-list article {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--rs-line);
}

.process-list span,
.timeline-list strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rs-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.process-list p,
.timeline-list p {
  margin: 0;
  color: var(--rs-text);
  line-height: 1.75;
}

.about-modern {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(18rem, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding-bottom: clamp(1.6rem, 3vw, 2.6rem);
  border-bottom: 1px solid var(--rs-line);
}

.about-lead > p {
  margin: 0;
  color: var(--rs-text);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.85;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--rs-line);
  border-top: 1px solid var(--rs-line);
}

.about-proof-grid article {
  min-height: 8.5rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-right: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
  background: #fff;
}

.about-proof-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1;
}

.about-proof-grid span {
  color: var(--rs-soft);
  font-size: 0.9rem;
}

.about-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-detail-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  border: 0;
  background: transparent;
}

.about-detail-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-facts {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 0;
  border-top: 1px solid var(--rs-line);
}

.about-facts div {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rs-line);
}

.about-facts dt {
  color: var(--rs-soft);
  font-weight: 800;
}

.about-facts dd {
  margin: 0;
  color: var(--rs-ink);
}

.contact-panel,
.contact-note {
  position: relative;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 10px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.2rem 0 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rs-line);
}

.contact-list dt {
  color: var(--rs-soft);
  font-weight: 800;
}

.contact-list dd {
  margin: 0;
  color: var(--rs-ink);
}

.restored-site .restored-footer {
  background:
    linear-gradient(120deg, rgba(201, 154, 66, 0.08), rgba(201, 154, 66, 0) 38%),
    linear-gradient(315deg, rgba(182, 92, 67, 0.05), rgba(182, 92, 67, 0) 32%),
    #f2f4ef;
  color: var(--rs-ink);
  border-top-color: rgba(36, 50, 56, 0.12);
}

.restored-site .footer-panel {
  border-top: 2px solid rgba(182, 92, 67, 0.24);
}

.restored-site .footer-brand-row {
  grid-template-columns: minmax(0, 1.618fr) minmax(18rem, 1fr);
  gap: clamp(1.8rem, 4vw, 4.2rem);
  align-items: end;
  padding-top: clamp(1.15rem, 2.4vw, 2rem);
  padding-bottom: clamp(1.05rem, 2.2vw, 1.8rem);
  border-bottom-color: rgba(36, 50, 56, 0.1);
}

.restored-site .footer-brand-lockup {
  align-items: flex-end;
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.restored-site .footer-logo-img {
  width: clamp(7.2rem, 9.2vw, 9.4rem);
}

.restored-site .footer-brand-copy {
  display: grid;
  min-width: min(100%, 25rem);
}

.restored-site .footer-brand-row p {
  max-width: 18rem;
  margin-bottom: 0.25rem;
  color: rgba(83, 97, 104, 0.78);
  font-size: 0.82rem;
  line-height: 1.5;
}

.restored-site .footer-actions {
  align-self: end;
}

.restored-site .footer-main {
  padding-top: clamp(1rem, 1.8vw, 1.45rem);
  padding-bottom: clamp(1.05rem, 1.8vw, 1.5rem);
}

.restored-site .footer-nav {
  gap: clamp(1.8rem, 5vw, 5rem);
}

.restored-site .footer-bottom {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto auto;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.6rem);
}

.restored-site .footer-bottom p {
  color: #4f5b5f;
  font-size: 0.82rem;
}

.restored-site .footer-record {
  justify-self: start;
}

.restored-site .footer-title {
  font-family: var(--font-sans);
  color: var(--rs-ink);
}

.restored-site .footer-col a,
.restored-site .footer-col p,
.restored-site .footer-legal a {
  color: var(--rs-text);
  font-size: 0.88rem;
  line-height: 1.58;
}

.restored-site .footer-brand-copy p {
  color: #4f5b5f;
}

.restored-site .footer-primary-link {
  background: var(--rs-ink);
  border-color: var(--rs-ink);
  color: #fff !important;
}

.restored-site .footer-secondary-link {
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(36, 50, 56, 0.13);
  color: var(--rs-ink) !important;
}

.restored-site .footer-primary-link:hover {
  background: var(--rs-rust);
  border-color: var(--rs-rust);
  color: #fff !important;
}

.restored-site .footer-secondary-link:hover {
  border-color: rgba(182, 92, 67, 0.32);
  color: var(--rs-rust) !important;
}

/* Homepage continuity pass: one environmental scene and a quieter news/promo composition. */
.home-page .news-section {
  padding-top: clamp(1.4rem, 2.4vw, 2.35rem);
  padding-bottom: 0;
  background: linear-gradient(180deg, #f8faf9 0%, rgba(247, 250, 248, 0.96) 60%, rgba(247, 250, 248, 0.68) 100%);
}

.home-page .news-section::after {
  display: none;
}

.home-page .news-section .container {
  width: min(100% - clamp(2rem, 5vw, 5rem), 90rem);
  max-width: 90rem;
  padding-left: 0;
  padding-right: 0;
}

.home-page .news-promo-layout {
  --news-panel-min-height: clamp(29rem, 33vw, 33rem);
  grid-template-columns: minmax(34rem, 1.22fr) minmax(24rem, 0.78fr);
  gap: clamp(0.9rem, 1.35vw, 1.35rem);
  padding-bottom: clamp(1.2rem, 2.2vw, 2rem);
}

.home-page .news-window,
.home-page .product-promo-card {
  box-shadow: 0 14px 34px rgba(24, 54, 65, 0.065);
}

.home-page .product-promo-card {
  grid-template-columns: minmax(11.5rem, 0.46fr) minmax(0, 0.54fr);
  border-color: rgba(18, 55, 70, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.home-page .product-promo-card::before {
  width: 3px;
  background: #064f66;
}

.home-page .product-promo-card::after {
  display: none;
}

.home-page .product-promo-copy {
  padding: clamp(1.15rem, 1.7vw, 1.55rem);
  background: linear-gradient(180deg, rgba(247, 250, 249, 0.96), rgba(255, 255, 255, 0.84));
}

.home-page .product-promo-copy h2 {
  font-size: clamp(1.18rem, 1.45vw, 1.48rem);
}

.home-page .product-promo-copy p:not(.section-label) {
  font-size: 0.82rem;
  line-height: 1.58;
}

.home-page .product-promo-media img,
.home-page .promo-slide img {
  height: clamp(13rem, 18vw, 18rem);
}

.continuity-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(249, 252, 249, 0.8) 0%, rgba(246, 250, 247, 0.48) 44%, rgba(248, 250, 248, 0.9) 100%),
    url("../images/sbc-green-development-bg.png") center center / cover no-repeat;
  border-top: 1px solid rgba(36, 50, 56, 0.06);
}

.continuity-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 48%, rgba(255, 255, 255, 0.12));
  pointer-events: none;
}

.continuity-scene .responsibility-section,
.continuity-scene .inquiry-section {
  background: transparent;
  border: 0;
}

.continuity-scene .responsibility-section {
  padding-bottom: clamp(2rem, 3.5vw, 3.6rem);
}

.continuity-scene .inquiry-section {
  padding-top: clamp(2rem, 3.5vw, 3.6rem);
  border-top: 1px solid rgba(36, 50, 56, 0.08);
}

.continuity-scene .inquiry-panel {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 1100px) {
  .home-page .news-promo-layout {
    grid-template-columns: 1fr;
  }

  .home-page .news-window,
  .home-page .product-promo-card {
    height: auto;
    min-height: auto;
  }

  .home-page .news-window {
    min-height: 30rem;
  }

  .home-page .product-promo-card {
    min-height: 22rem;
  }
}

@media (max-width: 720px) {
  .home-page .news-section .container {
    width: min(100% - 2rem, 90rem);
  }

  .home-page .product-promo-card {
    min-height: auto;
  }

  .home-page .news-window {
    min-height: 33rem;
    max-height: 38rem;
  }

  .continuity-scene {
    background-position: 62% center;
  }

  .continuity-scene .inquiry-panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 980px) {
  .overview-layout,
  .structure-layout,
  .inquiry-layout,
  .range-layout,
  .service-layout,
  .news-promo-layout,
  .responsibility-layout,
  .product-promo-card,
  .news-page-layout,
  .news-page-item,
  .news-detail-layout,
  .about-lead,
  .about-detail-grid,
  .industry-page-grid,
  .compliance-layout,
  .about-layout,
  .contact-layout,
  .catalog-head {
    grid-template-columns: 1fr;
  }

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

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

  .product-promo-card {
    height: auto;
    min-height: auto;
  }

  .overview-proof,
  .overview-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-section .container {
    padding-left: clamp(1rem, 4vw, 2rem);
    padding-right: clamp(1rem, 4vw, 2rem);
  }

  .industry-cards article {
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .restored-site .restored-nav {
    min-height: 68px;
    height: 68px;
  }

  .restored-site .nav-container {
    min-height: 68px;
    height: 68px;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .restored-site .logo-link {
    width: 126px !important;
    height: 50px !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .restored-site .nav-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .restored-site .nav-toggle,
  .restored-site button.nav-toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
    align-self: center !important;
  }

  .restored-site .nav-links {
    position: absolute !important;
    top: calc(100% + 0.5rem) !important;
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
    order: initial !important;
    margin: 0 !important;
    z-index: 1100;
  }

  .restored-site.nav-open .nav-links,
  .restored-site .navbar.nav-open .nav-links {
    max-height: min(34rem, calc(100dvh - 5.5rem)) !important;
    overflow-y: auto !important;
  }

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

  .home-hero-copy {
    width: min(100%, 34rem);
    margin-top: clamp(4.6rem, 10vh, 6.5rem);
  }

  .home-company {
    font-size: clamp(4rem, 18vw, 6.2rem);
  }

  .home-title-lockup {
    margin-bottom: 2.05rem;
  }

  .home-slogan {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
    margin-bottom: 1.9rem;
  }

  .home-lede {
    max-width: 23rem;
    font-size: 1rem;
  }

  .home-hero-media img {
    object-position: 73% 50%;
  }

  .home-hero-shade {
    background: linear-gradient(180deg, rgba(12, 25, 32, 0.82), rgba(12, 25, 32, 0.48));
  }

  .restored-page-hero,
  .restored-page-hero .hero-container,
  .product-page-restored .product-hero .hero-container {
    min-height: 300px;
  }

  .restored-page-hero .hero-container {
    padding-top: 5.8rem;
    padding-bottom: 2.15rem;
  }

  .restored-page-hero .hero-company {
    margin-bottom: 0.62rem;
    font-size: clamp(2.18rem, 10vw, 3.2rem);
    line-height: 1.06;
  }

  .restored-page-hero .hero-desc {
    max-width: 28rem;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .overview-proof,
  .overview-flow,
  .home-entry-grid,
  .about-proof-grid,
  .inquiry-list,
  .service-steps,
  .restored-site .product-grid {
    grid-template-columns: 1fr;
  }

  .overview-section {
    padding-top: 1.2rem;
    padding-bottom: 3.2rem;
  }

  .overview-media img {
    min-height: 17rem;
  }

  .overview-flow article {
    border-right: 0;
    border-bottom: 1px solid rgba(37, 51, 58, 0.11);
    padding-left: 0;
  }

  .inquiry-image img {
    min-height: 16rem;
  }

  .inquiry-panel {
    min-height: auto;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .inquiry-list {
    display: grid;
    gap: 0.55rem;
  }

  .inquiry-list span {
    width: 100%;
  }

  .service-image img {
    aspect-ratio: 16 / 10;
  }

  .news-list-home article {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .news-window-strip,
  .news-window-head,
  .news-list-home {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .news-window {
    height: auto;
    max-height: 34rem;
    min-height: auto;
  }

  .news-window-head {
    align-items: flex-start;
  }

  .news-window-actions {
    min-width: 6.4rem;
  }

  .news-list-home .news-feature-home a {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .news-list-home .news-feature-home time,
  .news-list-home .news-feature-home small,
  .news-list-home .news-feature-home h3,
  .news-list-home .news-feature-home p,
  .news-list-home .news-feature-home span {
    grid-column: auto;
    grid-row: auto;
  }

  .news-list-home .news-feature-home {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-promo-card {
    background:
      linear-gradient(135deg, #ffffff 0%, #fbfcfb 58%, #f4f7f6 100%);
  }

  .product-promo-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 50, 56, 0.1);
  }

  .product-promo-media {
    min-height: 23.5rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.86));
  }

  .promo-track {
    min-height: 23.5rem;
  }

  .promo-slide {
    min-width: 0;
  }

  .product-promo-media img {
    width: auto;
    max-width: 100%;
    height: 18.6rem;
    max-height: 100%;
  }

  .responsibility-section {
    padding-top: 2.7rem;
    padding-bottom: 2.9rem;
    background:
      linear-gradient(180deg, rgba(252, 253, 252, 0.97) 0%, rgba(252, 253, 252, 0.9) 58%, rgba(248, 251, 248, 0.7) 100%),
      url("../images/sbc-green-development-bg.png") 62% center / cover no-repeat;
  }

  .responsibility-copy {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .responsibility-list article {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .responsibility-visual {
    min-height: 19rem;
  }

  .responsibility-visual img {
    transform: none;
  }

  .news-page-aside {
    position: static;
  }

  .structure-list article {
    grid-template-columns: 2.8rem minmax(0, 1fr);
  }

  .industry-cards article {
    grid-template-columns: 1fr;
  }

  .industry-cards img {
    aspect-ratio: 16 / 9;
  }

  .catalog-card {
    min-height: auto;
  }

  .catalog-card.has-media {
    grid-template-columns: 1fr;
  }

  .catalog-media {
    grid-row: auto;
    height: 13rem;
    min-height: 0;
  }

  .restored-site .footer-brand-row,
  .restored-site .footer-nav,
  .restored-site .footer-bottom {
    grid-template-columns: 1fr;
  }

  .restored-site .footer-brand-lockup {
    align-items: flex-start;
    gap: 1rem;
  }

  .restored-site .footer-logo-img {
    width: 7.2rem;
  }

  .restored-site .footer-actions,
  .restored-site .footer-legal {
    justify-content: flex-start;
  }

  .restored-site .footer-record {
    justify-self: start;
  }
}

/* 2026-07 audit pass: factual homepage hierarchy and mobile overflow fixes. */
.home-hero,
.home-hero-inner {
  min-height: 640px;
}

.home-hero-media img {
  object-position: center center;
}

.home-hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 31, 43, 0.76) 0%, rgba(10, 31, 43, 0.5) 38%, rgba(10, 31, 43, 0.12) 72%, rgba(10, 31, 43, 0.02) 100%),
    linear-gradient(180deg, rgba(10, 31, 43, 0.06), rgba(10, 31, 43, 0.25));
}

.home-hero-inner {
  align-items: center;
  padding-top: 0;
}

.home-hero-copy {
  width: min(39rem, 100%);
  margin-top: 0;
}

.home-title-lockup {
  margin-bottom: 1.4rem;
}

.home-company {
  max-width: 100%;
  font-family: var(--font-sans);
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.home-lede {
  max-width: 32rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.home-note {
  display: block;
  max-width: 33rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.75;
}

.home-actions {
  display: none;
}

.home-actions a {
  min-height: 2.75rem;
  padding: 0.78rem 1.1rem;
  border-radius: 3px;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.home-actions .btn-plain {
  border: 1px solid rgba(255, 255, 255, 0.52);
}

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

.restored-page-hero .hero-content,
.restored-page-hero .hero-company,
.restored-page-hero .hero-desc,
.contact-panel,
.contact-note,
.contact-list dd {
  min-width: 0;
  max-width: 100%;
}

.restored-page-hero .hero-company,
.restored-page-hero .hero-desc,
.contact-list dd {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-list div {
  grid-template-columns: 4.5rem minmax(0, 1fr);
}

@media (max-width: 900px) {
  .home-company {
    font-size: 3.8rem;
  }

  .home-hero-copy {
    width: min(34rem, 100%);
  }
}

@media (max-width: 760px) {
  .restored-site .nav-container {
    justify-content: space-between !important;
    padding-inline: 1rem !important;
  }

  .restored-site .nav-toggle,
  .restored-site button.nav-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    flex: 0 0 2.75rem !important;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 570px;
  }

  .home-hero-inner {
    width: 100%;
    padding: 3.6rem 1.25rem 2.5rem;
  }

  .home-hero-copy {
    width: 100%;
  }

  .home-company {
    font-size: 3rem;
    line-height: 1.08;
  }

  .home-lede {
    font-size: 1.18rem;
  }

  .home-note {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .home-actions {
    width: 100%;
    gap: 0.55rem;
  }

  .home-actions a {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 0.65rem;
    text-align: center;
    white-space: nowrap;
  }

  .home-hero-media img {
    object-position: 46% center;
  }

  .restored-page-hero .hero-container {
    width: 100%;
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .restored-page-hero .hero-content {
    width: 100%;
  }

  .restored-page-hero .hero-company {
    font-size: 2.75rem;
  }

  .restored-page-hero .hero-desc {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .overview-proof {
    grid-template-columns: 1fr;
  }

  .restored-site .product-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    overflow: visible;
  }

  .restored-site .product-filter .filter-chip {
    flex: 0 0 auto;
  }

  .contact-panel,
  .contact-note {
    padding: 1.15rem;
  }

  .contact-list div {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .contact-list dt,
  .contact-list dd {
    font-size: 0.9rem;
  }

  .restored-site .nav-container {
    position: relative !important;
  }

  .restored-site .nav-toggle,
  .restored-site button.nav-toggle {
    position: absolute !important;
    top: 12px !important;
    right: 1rem !important;
    margin: 0 !important;
  }

  .home-hero-copy,
  .home-note,
  .home-actions {
    width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }

  .home-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-actions a {
    width: 100%;
  }

  .restored-page-hero,
  .restored-page-hero .hero-container,
  .product-page-restored .product-hero .hero-container {
    min-height: 330px;
  }

  .restored-page-hero .hero-container {
    justify-content: center;
    padding-top: 4.75rem !important;
    padding-bottom: 1.5rem !important;
  }

  .restored-page-hero .hero-content,
  .restored-page-hero .hero-desc {
    width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }

  .restored-site .product-filter {
    width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
  }
}

/* 2026-07-13: homepage and business-page editorial refinement. */
.homepage-v2 .home-hero-v2,
.homepage-v2 .home-hero-v2 .home-hero-inner {
  width: 100%;
  height: max(620px, calc(100dvh - 78px));
  min-height: 0;
}

.homepage-v2 .home-hero-v2 .home-hero-media,
.homepage-v2 .home-hero-v2 .home-hero-media picture,
.homepage-v2 .home-hero-v2 .home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-v2 .home-hero-v2 .home-hero-media img {
  object-fit: cover;
  object-position: center center;
  animation: none !important;
  transform: none !important;
  filter: saturate(0.9) contrast(1.02);
}

.homepage-v2 .home-hero-v2 .home-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 35, 0.64) 0%, rgba(7, 24, 35, 0.38) 31%, rgba(7, 24, 35, 0.08) 58%, rgba(7, 24, 35, 0) 76%),
    linear-gradient(180deg, rgba(7, 24, 35, 0.02) 42%, rgba(7, 24, 35, 0.32) 100%);
}

.homepage-v2 .home-hero-v2 .home-hero-inner {
  align-items: flex-end;
  padding-top: 78px;
  padding-bottom: clamp(4rem, 8vh, 5.8rem);
}

.homepage-v2 .home-hero-v2 .home-hero-copy {
  width: min(36rem, 100%);
  margin: 0;
}

.homepage-v2 .home-hero-v2 .home-title-lockup {
  margin: 0 0 1.45rem;
}

.homepage-v2 .home-hero-v2 .home-company {
  max-width: none;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(3.8rem, 5.4vw, 4.9rem);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.14);
}

.homepage-v2 .home-hero-v2 .home-lede {
  max-width: 32rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.35vw, 1.26rem);
  font-weight: 560;
  line-height: 1.55;
  letter-spacing: 0;
}

.home-page.js-enabled .homepage-v2 .home-hero-v2 .home-company,
.home-page.js-enabled .homepage-v2 .home-hero-v2 .home-lede,
.homepage-v2 .home-hero-v2 .home-company,
.homepage-v2 .home-hero-v2 .home-lede {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.homepage-v2 .homepage-overview-v2 {
  padding-top: clamp(4.8rem, 7.2vw, 7.2rem);
  padding-bottom: clamp(4.6rem, 7vw, 6.8rem);
  background: #f7f9f8;
}

.homepage-v2 .overview-v2 {
  display: grid;
  gap: 0;
}

.homepage-v2 .overview-v2-head {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(24rem, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
}

.homepage-v2 .overview-v2-head .section-label,
.business-page-v2 .section-label {
  letter-spacing: 0;
}

.homepage-v2 .overview-v2-head h2 {
  max-width: 12em;
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.homepage-v2 .overview-v2-intro p {
  max-width: 42rem;
  margin: 0;
  color: var(--rs-text);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.9;
}

.homepage-v2 .overview-v2-intro a {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.15rem;
  color: var(--rs-ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.homepage-v2 .overview-v2-intro a span {
  color: var(--rs-rust);
}

.homepage-v2 .overview-v2-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.62fr) minmax(0, 1.38fr);
  min-height: 22rem;
  margin-top: clamp(2.8rem, 4.6vw, 4.6rem);
  overflow: hidden;
  border-radius: 2px;
  background: #20343d;
}

.homepage-v2 .overview-proof-v2 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.homepage-v2 .overview-proof-v2 > div {
  display: grid;
  grid-template-columns: minmax(5rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-items: center;
  min-width: 0;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

.homepage-v2 .overview-proof-v2 > div:first-child {
  padding-left: clamp(1rem, 2.2vw, 2rem);
}

.homepage-v2 .overview-proof-v2 > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 0;
}

.homepage-v2 .overview-proof-v2 strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.homepage-v2 .overview-proof-v2 span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.homepage-v2 .overview-flow-v2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: center;
  margin: 0;
  padding: clamp(2.5rem, 5vw, 5rem);
}

.homepage-v2 .overview-flow-v2::before {
  content: "";
  position: absolute;
  left: clamp(2.5rem, 5vw, 5rem);
  right: clamp(2.5rem, 5vw, 5rem);
  top: calc(50% - 2.35rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.homepage-v2 .overview-flow-v2 article {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  border: 0;
}

.homepage-v2 .overview-flow-v2 article > span {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  margin-bottom: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: #20343d;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
}

.homepage-v2 .overview-flow-v2 strong {
  display: block;
  margin-bottom: 0.65rem;
  color: #fff;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.homepage-v2 .overview-flow-v2 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.72;
}

.business-page-v2 .restored-page-hero.hero-business {
  min-height: clamp(330px, 31vw, 390px);
  background-image:
    linear-gradient(90deg, rgba(11, 27, 35, 0.84) 0%, rgba(11, 27, 35, 0.58) 43%, rgba(11, 27, 35, 0.18) 76%, rgba(11, 27, 35, 0.08) 100%),
    url("../images/shanghai yangshan port.jpg");
  background-position: center 58%;
}

.business-page-v2 .restored-page-hero.hero-business .hero-container {
  min-height: clamp(330px, 31vw, 390px);
}

.business-page-v2 .restored-page-hero .hero-company,
.business-page-v2 .restored-page-hero .hero-desc {
  letter-spacing: 0;
}

.business-page-v2 .business-intro-section {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(3.6rem, 5vw, 5rem);
  background: #fff;
}

.business-page-v2 .business-intro-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(25rem, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.business-page-v2 .business-intro-grid h2 {
  max-width: 12em;
  margin: 0;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.business-page-v2 .business-intro-copy > p {
  max-width: 43rem;
  margin: 0;
  color: var(--rs-text);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.88;
}

.business-page-v2 .business-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.8rem;
  margin-top: 1.8rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rs-line);
}

.business-page-v2 .business-anchor-list a {
  color: var(--rs-ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-underline-offset: 0.35rem;
}

.business-page-v2 .business-directions-section {
  padding-top: clamp(3.8rem, 5.8vw, 5.8rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.2rem);
  background: #f3f6f6;
}

.business-page-v2 .business-direction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3.8rem, 6vw, 6.8rem) clamp(2.4rem, 5vw, 5rem);
}

.business-page-v2 .business-direction {
  min-width: 0;
  scroll-margin-top: 6.5rem;
}

.business-page-v2 .business-direction figure {
  position: relative;
  margin: 0 0 1.5rem;
  overflow: hidden;
  aspect-ratio: 16 / 9.5;
  border-radius: 2px;
  background: transparent;
}

.business-page-v2 .business-direction figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 38, 45, 0.06);
  pointer-events: none;
}

.business-page-v2 .business-direction img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02);
}

.business-page-v2 #chemicals img {
  object-position: center 50%;
}

.business-page-v2 #oils img {
  object-position: center 46%;
}

.business-page-v2 .business-direction-copy {
  padding-top: 1rem;
  border-top: 1px solid rgba(36, 50, 56, 0.18);
}

.business-page-v2 .business-direction-copy > span {
  display: block;
  margin-bottom: 1.45rem;
  color: var(--rs-rust);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.business-page-v2 .business-direction h2 {
  margin: 0 0 0.72rem;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.business-page-v2 .business-direction p {
  max-width: 38rem;
  margin: 0;
  color: var(--rs-text);
  font-size: 0.96rem;
  line-height: 1.82;
}

.business-page-v2 .business-delivery-section {
  scroll-margin-top: 5rem;
  padding-top: clamp(4.8rem, 7vw, 7.2rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.2rem);
  background: #fff;
}

.business-page-v2 .business-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
}

.business-page-v2 .business-delivery-grid figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 2px;
  background: transparent;
}

.business-page-v2 .business-delivery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.01);
}

.business-page-v2 .business-delivery-copy h2 {
  max-width: 11em;
  margin: 0 0 1.15rem;
  color: var(--rs-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.business-page-v2 .business-delivery-copy > p:not(.section-label) {
  margin: 0;
  color: var(--rs-text);
  font-size: 1rem;
  line-height: 1.88;
}

.business-page-v2 .business-delivery-copy dl {
  margin: 2rem 0 0;
  border-top: 1px solid var(--rs-line);
}

.business-page-v2 .business-delivery-copy dl > div {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rs-line);
}

.business-page-v2 .business-delivery-copy dt {
  color: var(--rs-ink);
  font-weight: 800;
}

.business-page-v2 .business-delivery-copy dd {
  margin: 0;
  color: var(--rs-soft);
}

@media (max-width: 980px) {
  .homepage-v2 .overview-v2-head,
  .business-page-v2 .business-intro-grid,
  .business-page-v2 .business-delivery-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .homepage-v2 .overview-flow-v2,
  .business-page-v2 .business-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-page-v2 .business-delivery-grid figure {
    aspect-ratio: 16 / 8.5;
  }
}

@media (max-width: 760px) {
  .homepage-v2 .home-hero-v2,
  .homepage-v2 .home-hero-v2 .home-hero-inner {
    height: max(560px, calc(100dvh - 68px));
    min-height: 0;
  }

  .homepage-v2 .home-hero-v2 .home-hero-media img {
    object-position: center center;
    filter: saturate(0.88) contrast(1.02);
  }

  .homepage-v2 .home-hero-v2 .home-hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 24, 35, 0.12) 0%, rgba(7, 24, 35, 0.2) 44%, rgba(7, 24, 35, 0.74) 100%);
  }

  .homepage-v2 .home-hero-v2 .home-hero-inner {
    width: 100%;
    align-items: flex-end;
    padding: 68px 1.25rem 3.2rem;
  }

  .homepage-v2 .home-hero-v2 .home-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }

  .homepage-v2 .home-hero-v2 .home-company {
    font-size: clamp(2.85rem, 13vw, 3.45rem);
    line-height: 1.04;
  }

  .homepage-v2 .home-hero-v2 .home-title-lockup {
    margin-bottom: 1.2rem;
  }

  .homepage-v2 .home-hero-v2 .home-lede {
    max-width: 19rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .homepage-v2 .homepage-overview-v2 {
    padding-top: 4.1rem;
    padding-bottom: 4.3rem;
  }

  .homepage-v2 .overview-v2-head {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .homepage-v2 .overview-v2-head h2 {
    font-size: clamp(1.85rem, 8.7vw, 2.35rem);
  }

  .homepage-v2 .overview-proof-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .homepage-v2 .overview-proof-v2 > div {
    display: block;
    padding: 1.2rem 0.65rem;
  }

  .homepage-v2 .overview-proof-v2 > div:first-child {
    padding-left: 0.65rem;
  }

  .homepage-v2 .overview-v2-board {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 2.4rem;
  }

  .homepage-v2 .overview-proof-v2 > div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .homepage-v2 .overview-proof-v2 strong {
    font-size: 1.48rem;
  }

  .homepage-v2 .overview-proof-v2 span {
    font-size: 0.73rem;
    line-height: 1.45;
  }

  .homepage-v2 .overview-flow-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.2rem;
    margin: 0;
    padding: 2rem 1.2rem 2.3rem;
  }

  .homepage-v2 .overview-flow-v2::before {
    display: none;
  }

  .homepage-v2 .overview-flow-v2 article {
    display: block;
  }

  .homepage-v2 .overview-flow-v2 article > span {
    margin: 0 0 1rem;
  }

  .homepage-v2 .overview-flow-v2 strong {
    margin-bottom: 0.35rem;
  }

  .business-page-v2 .restored-page-hero.hero-business,
  .business-page-v2 .restored-page-hero.hero-business .hero-container {
    min-height: 360px;
  }

  .business-page-v2 .restored-page-hero.hero-business {
    background-position: 58% center;
  }

  .business-page-v2 .business-intro-section {
    padding-top: 4rem;
    padding-bottom: 3.3rem;
  }

  .business-page-v2 .business-intro-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .business-page-v2 .business-intro-grid h2 {
    font-size: clamp(1.85rem, 8.7vw, 2.35rem);
  }

  .business-page-v2 .business-anchor-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
  }

  .business-page-v2 .business-direction-grid {
    grid-template-columns: 1fr;
    gap: 3.8rem;
  }

  .business-page-v2 .business-direction figure {
    aspect-ratio: 16 / 10.5;
  }

  .business-page-v2 .business-delivery-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .business-page-v2 .business-delivery-grid figure {
    aspect-ratio: 16 / 10.5;
  }

  .business-page-v2 .business-delivery-copy dl > div {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .restored-site .restored-footer .footer-brand-lockup {
    display: grid;
    grid-template-columns: 7.2rem minmax(0, 1fr);
    width: 100%;
    gap: 1rem;
  }

  .restored-site .restored-footer .footer-brand-copy,
  .restored-site .restored-footer .footer-brand-copy p {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
}

/* Homepage editorial cascade lock: keep this after legacy homepage rules. */
.homepage-v2 .home-hero-v2 .home-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 35, 0.7) 0%, rgba(7, 24, 35, 0.42) 34%, rgba(7, 24, 35, 0.08) 62%, rgba(7, 24, 35, 0) 78%),
    linear-gradient(180deg, rgba(7, 24, 35, 0.02) 38%, rgba(7, 24, 35, 0.36) 100%);
}

.homepage-v2 .home-hero-v2 .home-hero-inner {
  padding-bottom: 0;
}

.homepage-v2 .home-hero-v2 .home-hero-copy {
  position: absolute;
  left: max(1.25rem, calc(50% - 39.5vw));
  top: 50%;
  bottom: auto;
  width: max-content;
  max-width: min(58rem, calc(100vw - 2.5rem));
  margin: 0;
  transform: translateY(clamp(-4.9rem, -4.25vw, -2.9rem));
}

.homepage-v2 .home-hero-v2 .home-title-lockup {
  margin-bottom: clamp(2rem, 4vh, 2.5rem);
}

.homepage-v2 .home-hero-v2 .home-company {
  font-family: "SBC Title Serif", "Noto Serif SC", "Songti SC", "STSong", serif;
  font-size: clamp(5.8rem, 8.5vw, 9.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.18);
}

.homepage-v2 .home-hero-v2 .home-lede {
  max-width: 40rem;
  margin-left: clamp(2rem, 2.8vw, 3rem);
  padding-left: 0;
  border-left: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.34rem, 1.65vw, 1.65rem);
  font-weight: 600;
  line-height: 1.62;
  letter-spacing: 0.06em;
}

.homepage-v2 .home-hero-v2 .home-lede span {
  display: block;
  width: max-content;
  white-space: nowrap;
}

.homepage-v2 .home-hero-v2 .home-lede span:nth-child(2) {
  margin-left: clamp(1.25rem, 2.2vw, 2.5rem);
}

.homepage-v2 .home-hero-v2 .home-lede span:nth-child(3) {
  margin-left: clamp(2.5rem, 4.4vw, 5rem);
}

.homepage-v2 .restored-footer .footer-signature-v3 {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.homepage-v2 .restored-footer .footer-calligraphy-v3 {
  display: block;
  width: clamp(13rem, 18vw, 18rem);
  height: auto;
  max-height: 5.2rem;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0.52) saturate(0.9) contrast(1.05);
}

.homepage-v2 .restored-footer .footer-brand-copy p {
  max-width: none;
  margin: 0;
  color: rgba(53, 68, 75, 0.82);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
}

.homepage-v2 .homepage-overview-v2 {
  padding-top: clamp(4.8rem, 7vw, 6.8rem);
  padding-bottom: clamp(4rem, 5.8vw, 5.5rem);
  background: #f4f6f4;
}

.homepage-v2 .news-section {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  background: rgba(247, 249, 248, 0.9);
}

.homepage-v2 .news-section .updates-editorial-v3 {
  width: 100%;
  max-width: 1440px;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

@media (max-width: 760px) {
  .homepage-v2 .home-hero-v2 .home-hero-inner {
    padding: 68px 1.25rem 4.9rem;
  }

  .homepage-v2 .home-hero-v2 .home-hero-copy {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .homepage-v2 .home-hero-v2 .home-company {
    font-size: clamp(4rem, 17vw, 4.8rem);
    line-height: 1.04;
  }

  .homepage-v2 .home-hero-v2 .home-title-lockup {
    margin-bottom: 1.25rem;
  }

  .homepage-v2 .home-hero-v2 .home-lede {
    max-width: 22rem;
    margin-left: 0.75rem;
    padding-left: 0;
    font-size: 1.28rem;
  }

  .homepage-v2 .home-hero-v2 .home-lede span:nth-child(2) {
    margin-left: 0.75rem;
  }

  .homepage-v2 .home-hero-v2 .home-lede span:nth-child(3) {
    margin-left: 1.5rem;
  }

  .homepage-v2 .homepage-overview-v2 {
    padding-top: 4.2rem;
    padding-bottom: 3.8rem;
  }

  .homepage-v2 .news-section {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .homepage-v2 .news-section .updates-editorial-v3 {
    padding-inline: 1.25rem;
  }

  .homepage-v2 .restored-footer .footer-calligraphy-v3 {
    width: min(100%, 15rem);
  }
}
