
/* =====================================================
   ZOLA ASPHALT — Corporate · Orange / Black / White
   ===================================================== */
:root {
  --ink: #0A0A0A;
  --ink-2: #1A1A1A;
  --ink-3: #262626;
  --slate: #404040;
  --steel: #6B6B6B;
  --line: #E5E5E5;
  --line-soft: #F0F0F0;
  --bg: #FFFFFF;
  --bg-soft: #FAFAFA;
  --bg-cool: #F5F5F5;
  --orange: #FF6A13;
  --orange-deep: #E5560A;
  --orange-darker: #C04706;
  --orange-soft: #FFF1E5;
  --orange-glow: #FF8B3D;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 6px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 20px 50px rgba(0,0,0,0.16);
  --shadow-orange: 0 12px 30px rgba(255, 106, 19, 0.25);

  --sans: 'IBM Plex Sans Thai', 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --display: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
  --container: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.65;
  overflow-x: hidden;
  font-feature-settings: "kern", "liga", "tnum";
}
*::selection { background: var(--orange); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* === TOP UTILITY === */
.utility {
  background: var(--ink);
  color: #C4C4C4;
  font-size: 0.78rem;
  padding: 10px 0;
  position: relative;
}
.utility::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
}
.utility .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.utility .left, .utility .right { display: flex; gap: 18px; align-items: center; }
.utility a { color: #fff; transition: color .2s; }
.utility a:hover { color: var(--orange); }
.utility .sep { width: 1px; height: 12px; background: #404040; }
.utility .lang button {
  background: none; border: none; color: #888;
  font-family: var(--sans); font-size: 0.78rem; cursor: pointer; padding: 2px 4px;
}
.utility .lang button.active { color: #fff; font-weight: 600; }
.utility .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; margin-right: 6px; vertical-align: middle;
}

/* === HEADER === */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .25s;
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 14px; }
.logo-img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  display: block;
}
.logo-tagline {
  font-size: 0.78rem;
  color: var(--steel);
  font-weight: 500;
  line-height: 1.3;
  border-left: 1px solid var(--line);
  padding-left: 14px;
  letter-spacing: 0.01em;
}
.footer-logo {
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
}
.footer-logo img { height: 42px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
  position: relative;
  transition: color .2s, background .2s;
}
.nav > a:hover { color: var(--orange-deep); background: var(--orange-soft); }
.nav-cta {
  background: var(--orange);
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  margin-left: 10px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
  box-shadow: 0 4px 12px rgba(255, 106, 19, 0.25);
}
.nav-cta:hover { background: var(--ink) !important; color: #fff !important; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
.nav-cta svg { width: 14px; height: 14px; }
.menu-toggle {
  display: none; background: none; border: 1px solid var(--line);
  padding: 8px 12px; border-radius: 8px; cursor: pointer;
  font-family: var(--sans); font-size: 0.85rem; font-weight: 500;
  align-items: center; gap: 6px;
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 88vh;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 80px 0 100px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("images/DSC0189631-2.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(10,10,10,0.94) 0%, rgba(10,10,10,0.78) 45%, rgba(10,10,10,0.45) 100%),
    linear-gradient(0deg, rgba(10,10,10,0.7) 0%, transparent 50%);
}
.hero-bg::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at right center, rgba(255,106,19,0.18) 0%, transparent 60%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 28px;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.25);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 106, 19, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 106, 19, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 106, 19, 0); }
}
.hero h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.8vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 22px;
}
.hero h1 .em { color: var(--orange); }
.hero-lede {
  font-size: 1.1rem;
  color: #D4D4D4;
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 36px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all .22s;
}
.btn-primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255, 106, 19, 0.35); }
.btn-primary svg { width: 16px; height: 16px; transition: transform .22s; }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-ghost svg { width: 16px; height: 16px; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--orange); }
.btn-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-secondary svg { width: 16px; height: 16px; color: var(--orange-deep); }
.btn-secondary:hover svg { color: var(--orange); }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.hero-stats .item { color: #fff; }
.hero-stats .item .v {
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  line-height: 1;
}
.hero-stats .item .v .plus { color: var(--orange); }
.hero-stats .item .l {
  font-size: 0.84rem;
  color: #A3A3A3;
  font-weight: 500;
}

/* Hero right — feature card with image */
.hero-right { position: relative; }
.hero-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}
.hero-card img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 45%, rgba(10,10,10,0.92) 100%);
}
.hero-card-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--orange);
  color: #fff;
  padding: 7px 14px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-card-tag .live {
  width: 6px; height: 6px; background: #fff; border-radius: 50%;
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}
.hero-card-bottom {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px;
  color: #fff;
}
.hero-card-bottom .big {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.hero-card-bottom .big .plus { color: var(--orange); }
.hero-card-bottom .small { font-size: 0.92rem; color: #D4D4D4; }

.hero-float {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 3;
}
.hero-float.f1 { top: 32px; right: -28px; }
.hero-float.f2 { bottom: 100px; left: -32px; }
.hero-float .icon {
  width: 38px; height: 38px;
  background: var(--orange-soft);
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-float .icon svg { width: 20px; height: 20px; color: var(--orange-deep); }
.hero-float .v {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}
.hero-float .l { font-size: 0.74rem; color: var(--steel); }

/* === TRUST BAR === */
.trust-bar {
  background: var(--bg-soft);
  padding: 36px 0;
  border-bottom: 1px solid var(--line-soft);
}
.trust-bar .container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-label {
  font-size: 0.85rem;
  color: var(--steel);
  font-weight: 500;
  flex-shrink: 0;
  max-width: 220px;
  line-height: 1.45;
}
.trust-label strong { color: var(--ink); font-weight: 700; }
.trust-logos {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}
.trust-logo {
  font-family: var(--display);
  font-weight: 700;
  color: var(--slate);
  font-size: 0.9rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}
.trust-logo:hover { color: var(--ink); }
.trust-logo .badge {
  width: 28px; height: 28px;
  background: var(--ink);
  color: var(--orange);
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800;
}
.trust-logo .badge.orange { background: var(--orange); color: #fff; }

/* === SECTION COMMON === */
.section { padding: clamp(72px, 11vh, 110px) 0; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--orange-deep);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-eyebrow::before {
  content: ''; width: 20px; height: 2px; background: var(--orange);
}
.section-head h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 16px;
  max-width: 740px;
}
.section-head h2 .em { color: var(--orange-deep); }
.section-head p {
  font-size: 1.04rem;
  color: var(--slate);
  max-width: 680px;
  line-height: 1.7;
}
.section-head .row {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; flex-wrap: wrap;
}

/* === STATS BAR (after hero) === */
.stats {
  padding: 0;
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.stat {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat .icon {
  width: 44px; height: 44px;
  background: var(--orange-soft);
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.stat .icon svg { width: 22px; height: 22px; color: var(--orange-deep); }
.stat .num {
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 8px;
  display: flex; align-items: baseline; gap: 2px;
}
.stat .num .plus { color: var(--orange-deep); }
.stat .num .unit { font-size: 0.4em; color: var(--steel); margin-left: 6px; font-weight: 500; }
.stat .label {
  font-size: 0.92rem;
  color: var(--slate);
  font-weight: 500;
  line-height: 1.5;
}

/* === PRODUCTS === */
.products { background: var(--bg-soft); padding-top: clamp(90px, 14vh, 140px); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: all .25s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.product-img {
  aspect-ratio: 16 / 10;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.product-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product:hover .product-img img { transform: scale(1.06); }
.product-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0,0,0,0.65) 100%);
  z-index: 1;
}
.product-img-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0.02em;
}
.product-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.product-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 4px;
}
.product-name-en {
  font-size: 0.82rem;
  color: var(--steel);
  margin-bottom: 14px;
  font-weight: 500;
}
.product-spec {
  display: inline-block;
  font-size: 0.74rem;
  color: var(--orange-deep);
  background: var(--orange-soft);
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 16px;
  align-self: flex-start;
}
.product-desc {
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.65;
  margin-bottom: 22px;
  flex-grow: 1;
}
.product-link {
  font-size: 0.88rem;
  color: var(--ink);
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s, color .2s;
}
.product-link svg { width: 14px; height: 14px; }
.product:hover .product-link { color: var(--orange-deep); gap: 10px; }

/* === PREMIX SPOTLIGHT === */
.premix-spot {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.premix-spot::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 70%; height: 200%;
  background: radial-gradient(ellipse, rgba(255, 106, 19, 0.22) 0%, transparent 50%);
}
.premix-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
}
.premix-image {
  position: relative;
  min-height: 540px;
}
.premix-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.premix-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(10,10,10,0.7) 100%);
}
.premix-image-tag {
  position: absolute;
  bottom: 28px; left: 28px;
  background: var(--orange);
  color: #fff;
  padding: 10px 18px;
  border-radius: 99px;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
}
.premix-body {
  padding: 80px 60px;
  position: relative;
  z-index: 2;
}
.premix-body .section-eyebrow { color: var(--orange); }
.premix-body .section-eyebrow::before { background: var(--orange); }
.premix-body h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
}
.premix-body h2 .em { color: var(--orange); }
.premix-body > p {
  color: #C4C4C4;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 28px;
}
.premix-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 32px;
}
.premix-feat {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.92rem; color: #E4E4E4;
}
.premix-feat svg {
  width: 18px; height: 18px;
  color: var(--orange);
  flex-shrink: 0; margin-top: 2px;
}
.premix-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* === WHY US === */
.why { background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 44px;
}
.why-image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-md);
}
.why-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.why-image-tag {
  position: absolute;
  top: 24px; left: 24px;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 14px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #fff;
  display: inline-flex; align-items: center; gap: 8px;
  z-index: 2;
}
.why-image-tag .dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.why-image-stripe {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  background: var(--orange);
  z-index: 3;
}
.why-image-quote {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  z-index: 2;
}
.why-image-quote .quote {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.why-image-quote .quote .em { color: var(--orange); }
.why-image-quote .meta { font-size: 0.85rem; color: #C4C4C4; }
.why-items { display: grid; gap: 20px; margin-top: 28px; }
.why-item {
  display: flex; gap: 16px;
  padding: 22px;
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  transition: all .22s;
}
.why-item:hover { border-color: var(--orange); background: #fff; box-shadow: var(--shadow-sm); transform: translateX(3px); }
.why-item .icon {
  width: 42px; height: 42px;
  background: var(--ink);
  color: var(--orange);
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all .22s;
}
.why-item:hover .icon { background: var(--orange); color: #fff; }
.why-item .icon svg { width: 19px; height: 19px; }
.why-item .body h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.why-item .body p {
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.6;
}

/* === CERTIFICATIONS === */
.certs { background: var(--bg-soft); }
.certs-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-top: 44px;
  align-items: center;
}
.certs-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-md);
  background: var(--ink);
}
.certs-img img { width: 100%; height: 100%; object-fit: cover; }
.certs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.cert {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px;
  transition: all .22s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cert:hover { border-color: var(--orange); box-shadow: var(--shadow-sm); }
.cert-badge {
  width: 40px; height: 40px;
  background: var(--ink);
  color: #fff;
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.78rem;
  margin-bottom: 14px;
}
.cert-badge.iso { background: var(--ink); color: var(--orange); }
.cert-badge.tisi { background: var(--orange); color: #fff; }
.cert-code {
  font-size: 0.76rem;
  color: var(--orange-deep);
  font-weight: 600;
  margin-bottom: 4px;
}
.cert-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--ink);
  margin-bottom: 4px;
  line-height: 1.3;
}
.cert-desc {
  font-size: 0.8rem;
  color: var(--steel);
  line-height: 1.5;
  margin-top: auto;
}

/* === NETWORK === */
.network { background: #fff; }
.network-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
}
.branch {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: all .25s;
}
.branch:hover { box-shadow: var(--shadow-md); border-color: var(--ink); transform: translateY(-2px); }
.branch-img {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.branch-img img { width: 100%; height: 100%; object-fit: cover; }
.branch-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10,10,10,0.7) 100%);
}
.branch-img-label {
  position: absolute;
  bottom: 18px; left: 22px;
  z-index: 2;
  color: #fff;
}
.branch-img-label .tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 5px 12px;
  border-radius: 99px;
  font-size: 0.76rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.branch-img-label .tag.hq { background: var(--orange); border-color: var(--orange); }
.branch-img-label .tag .dot { width: 6px; height: 6px; background: #fff; border-radius: 50%; }
.branch-img-label h3 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.2;
}
.branch-body { padding: 28px; }
.branch-body .en {
  font-size: 0.88rem;
  color: var(--steel);
  margin-bottom: 18px;
}
.branch-body address {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.65;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.branch-rows { display: grid; gap: 10px; }
.branch-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 12px;
  font-size: 0.93rem;
}
.branch-row .lbl {
  color: var(--steel);
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500;
}
.branch-row .lbl svg { width: 14px; height: 14px; color: var(--orange-deep); }
.branch-row .val { color: var(--ink); font-weight: 600; }

/* === CSR === */
.csr { background: var(--bg-soft); }
.csr-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
  margin-top: 44px;
}
.csr-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.csr-card:nth-child(1) { grid-row: span 2; }
.csr-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.csr-card:hover img { transform: scale(1.08); }
.csr-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}
.csr-card-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px;
  color: #fff;
  z-index: 2;
}
.csr-card-content .cat {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.csr-card-content h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 4px;
}
.csr-card:nth-child(1) .csr-card-content h3 { font-size: 1.45rem; }
.csr-card-content .yr {
  font-size: 0.82rem;
  color: #D4D4D4;
}

/* === SUBSIDIARIES === */
.group {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.group::before {
  content: '';
  position: absolute;
  top: -30%; left: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(255, 106, 19, 0.14) 0%, transparent 50%);
}
.group .section-eyebrow { color: var(--orange); }
.group .section-eyebrow::before { background: var(--orange); }
.group .section-head h2 { color: #fff; }
.group .section-head h2 .em { color: var(--orange); }
.group .section-head p { color: #C4C4C4; }
.group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}
.group-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 32px 24px;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}
.group-card:hover { background: rgba(255,255,255,0.08); border-color: var(--orange); transform: translateY(-3px); }
.group-card .badge {
  width: 64px; height: 64px;
  background: #fff;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  padding: 10px;
}
.group-card .badge img { max-width: 100%; max-height: 100%; object-fit: contain; }
.group-card.this .badge { background: var(--orange); }
.group-card.this .badge .z {
  font-family: var(--display); font-weight: 900; font-size: 1.8rem;
  color: #fff;
}
.group-card h3 {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.group-card .desc {
  font-size: 0.88rem;
  color: #A3A3A3;
  line-height: 1.55;
  margin-bottom: 16px;
}
.group-card .tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* === NEWS === */
.news { background: var(--bg-soft); }
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.news-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--orange); }
.news-img {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.news-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.news-card:hover .news-img img { transform: scale(1.06); }
.news-img-cat {
  position: absolute; top: 14px; left: 14px;
  background: var(--orange);
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0.02em;
}
.news-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.news-meta {
  font-size: 0.8rem;
  color: var(--steel);
  margin-bottom: 10px;
  font-weight: 500;
}
.news-body h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 10px;
}
.news-body p {
  font-size: 0.9rem;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}
.news-body .more {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap .2s, color .2s;
}
.news-card:hover .more { color: var(--orange-deep); gap: 10px; }
.news-body .more svg { width: 12px; height: 12px; }

/* === CTA BANNER === */
.cta {
  background: var(--orange);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.12) 0%, transparent 50%);
}
.cta::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 8px;
  background: var(--ink);
}
.cta-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  padding: 90px 0;
}
.cta h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  color: #fff;
}
.cta p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 560px;
}
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta .btn-primary { background: var(--ink); color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.25); }
.cta .btn-primary:hover { background: #fff; color: var(--ink); }
.cta .btn-ghost { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.25); color: #fff; }
.cta .btn-ghost:hover { background: #fff; color: var(--orange-deep); border-color: #fff; }
.cta-contact {
  background: rgba(10,10,10,0.18);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 28px;
  backdrop-filter: blur(10px);
}
.cta-contact h3 {
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cta-contact ul { list-style: none; display: grid; gap: 16px; }
.cta-contact li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
}
.cta-contact .ico {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.15);
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
}
.cta-contact .ico svg { width: 16px; height: 16px; color: #fff; }
.cta-contact .lbl {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2px;
}
.cta-contact .val {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

/* === FOOTER === */
.footer {
  background: var(--ink);
  color: #C4C4C4;
  padding: 72px 0 28px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .logo-text .word { color: #fff; }
.footer-brand .logo-text .sub { color: #888; }
.footer-brand p {
  font-size: 0.92rem;
  color: #888;
  line-height: 1.7;
  margin-top: 18px;
  max-width: 340px;
}
.footer-brand .badges {
  display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap;
}
.footer-brand .badges span {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: #C4C4C4;
  font-size: 0.74rem;
  padding: 5px 11px;
  border-radius: 6px;
  font-weight: 500;
}
.footer-col h4 {
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  font-size: 0.9rem;
  color: #888;
  transition: color .15s;
}
.footer-col a:hover { color: var(--orange); }
.footer-bottom {
  padding-top: 26px;
  border-top: 1px solid #262626;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: #666;
}
.footer-bottom .links { display: flex; gap: 22px; }
.footer-bottom .links a:hover { color: #fff; }

/* === REVEAL === */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(0.16, 1, 0.3, 1), transform .7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: .06s; }
.reveal-2 { transition-delay: .12s; }
.reveal-3 { transition-delay: .18s; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero { min-height: auto; padding: 60px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-card { max-width: 540px; margin: 0 auto; aspect-ratio: 5 / 4; }
  .hero-float.f1 { right: 12px; top: 12px; }
  .hero-float.f2 { left: 12px; bottom: 12px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .premix-grid { grid-template-columns: 1fr; }
  .premix-image { min-height: 380px; }
  .premix-body { padding: 56px 32px; }
  .premix-features { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .why-image { max-width: 540px; margin: 0 auto; }
  .certs-layout { grid-template-columns: 1fr; gap: 36px; }
  .network-grid { grid-template-columns: 1fr; }
  .csr-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .csr-card:nth-child(1) { grid-row: span 1; grid-column: span 2; }
  .csr-card { aspect-ratio: 4/3; }
  .group-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .cta-grid { grid-template-columns: 1fr; gap: 32px; padding: 70px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .utility { font-size: 0.72rem; }
  .utility .right { display: none; }
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-stats { grid-template-columns: 1fr; gap: 16px; }
  .hero-stats .item { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .hero-stats .item:last-child { border-bottom: none; padding-bottom: 0; }
  .stats { margin-top: 0; padding: 40px 0 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none !important; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  .products-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr; }
  .csr-grid { grid-template-columns: 1fr; }
  .csr-card:nth-child(1) { grid-column: span 1; }
  .group-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .trust-bar .container { flex-direction: column; align-items: flex-start; }
  .trust-logos { justify-content: flex-start; gap: 16px 22px; }
  .premix-body { padding: 44px 22px; }
}

/* =========== DETAIL & LISTING PAGES =========== */
.detail-hero {
  background: var(--ink);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 0 70px;
  position: relative;
}
.detail-hero .breadcrumb {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.detail-hero .breadcrumb a { color: rgba(255,255,255,0.85); transition: color .2s; }
.detail-hero .breadcrumb a:hover { color: var(--orange); }
.detail-hero .breadcrumb .current { color: var(--orange); font-weight: 500; }
.detail-hero-eyebrow {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.detail-hero h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  max-width: 880px;
  color: #fff;
}

.detail-body { padding: 80px 0; background: var(--bg); }
.detail-body .container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}
.article {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--slate);
}
.article p { margin-bottom: 18px; }
.article h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ink);
  margin: 32px 0 14px;
  letter-spacing: -0.015em;
}
.article ul { margin: 12px 0 22px 22px; }
.article li { margin-bottom: 8px; padding-left: 6px; }
.article li::marker { color: var(--orange); }
.article .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 32px 0;
}
.gallery-item {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-cool);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

.aside { position: sticky; top: 100px; }
.aside-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}
.aside-card h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.aside-card p {
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 16px;
}
.aside-card .btn { width: 100%; justify-content: center; }

/* === Listing pages === */
.listing-hero {
  background: var(--bg-soft);
  padding: 80px 0 56px;
  border-bottom: 1px solid var(--line);
}
.listing-hero .breadcrumb {
  font-size: 0.86rem;
  color: var(--steel);
  margin-bottom: 24px;
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.listing-hero .breadcrumb a { color: var(--ink); }
.listing-hero .breadcrumb a:hover { color: var(--orange-deep); }
.listing-hero .breadcrumb .current { color: var(--orange-deep); font-weight: 500; }
.listing-hero h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 14px;
}
.listing-hero p {
  font-size: 1.05rem;
  color: var(--slate);
  max-width: 700px;
  line-height: 1.65;
}

.listing { padding: 64px 0 100px; background: #fff; }
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.list-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: all .25s;
  color: var(--ink);
}
.list-card:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
}
.list-card-img {
  aspect-ratio: 16 / 10;
  background: var(--bg-cool);
  overflow: hidden;
  position: relative;
}
.list-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.list-card:hover .list-card-img img { transform: scale(1.05); }
.list-card .no-img {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-3) 100%);
}
.list-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.list-card-meta {
  font-size: 0.76rem;
  color: var(--orange-deep);
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.list-card h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 16px;
  flex-grow: 1;
}
.list-card-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color .2s, gap .2s;
}
.list-card:hover .list-card-link { color: var(--orange-deep); gap: 10px; }

/* === Mini CTA (between body and footer) === */
.cta-mini {
  background: var(--ink);
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.cta-mini::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 50%; height: 200%;
  background: radial-gradient(ellipse, rgba(255, 106, 19, 0.18) 0%, transparent 50%);
}
.cta-mini-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-mini h3 {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
}
.cta-mini p { color: #C4C4C4; font-size: 0.98rem; line-height: 1.6; }
.cta-mini-actions { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .detail-body .container { grid-template-columns: 1fr; gap: 40px; }
  .aside { position: static; }
  .list-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-mini-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .list-grid { grid-template-columns: 1fr; }
  .article .gallery { grid-template-columns: 1fr; }
}

/* =========== GROUP STRIP (mini subsidiary logos before footer) =========== */
.group-strip {
  background: var(--bg-soft);
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.group-strip .container {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group-strip-label {
  font-size: 0.86rem;
  color: var(--steel);
  letter-spacing: 0.01em;
}
.group-strip-label strong { color: var(--ink); font-weight: 700; }
.group-strip-logos {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.group-mini {
  height: 40px;
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  filter: grayscale(0.4);
  transition: opacity .22s, filter .22s, transform .22s;
}
.group-mini img { height: 100%; width: auto; max-height: 40px; display: block; }
.group-mini:hover { opacity: 1; filter: none; transform: translateY(-1px); }
@media (max-width: 640px) {
  .group-strip .container { flex-direction: column; align-items: flex-start; gap: 18px; }
  .group-strip-logos { gap: 22px; }
  .group-mini { height: 32px; }
  .group-mini img { max-height: 32px; }
}
