.brands-page {
  background: #f7faf9;
  color: var(--corp-ink);
}

.brand-hero .inner-page-hero__image {
  object-position: center 47%;
}

.brand-hero .inner-page-hero__shade {
  background: linear-gradient(90deg, rgba(3, 20, 42, .97) 0%, rgba(3, 20, 42, .88) 30%, rgba(3, 20, 42, .34) 67%, rgba(3, 20, 42, .22));
}

.brands-page .products.product-catalog-page {
  padding: 18px 0 34px;
  background: #fff;
}

.brand-filter-bar {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin: 0 0 18px;
  padding: 0 0 4px;
  scrollbar-width: thin;
}

.brand-filter {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid #dce4e7;
  border-radius: 5px;
  padding: 7px 17px;
  background: #fff;
  color: var(--corp-navy);
  font: inherit;
  font-size: .7rem;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.brand-filter:hover,
.brand-filter:focus-visible {
  border-color: var(--corp-green);
}

.brand-filter.is-active {
  border-color: var(--corp-green-dark);
  background: var(--corp-green-dark);
  color: #fff;
}

.brands-page .brand-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.brands-page .product-card {
  min-height: 178px;
  border: 1px solid #e0e6e9;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(6, 26, 53, .045);
}

.brands-page .product-card[hidden] {
  display: none;
}

.brands-page .product-card:hover,
.brands-page .product-card.active {
  transform: translateY(-2px);
  border-color: rgba(6, 105, 65, .45);
  box-shadow: 0 8px 20px rgba(6, 26, 53, .08);
}

.brands-page .product-card .image {
  min-height: 102px;
  padding: 17px 16px 10px;
  background: #fff;
}

.brands-page .product-card img {
  width: 100%;
  max-width: 150px;
  max-height: 72px;
}

.brand-card-copy {
  display: grid;
  align-content: start;
  min-height: 76px;
  border-top: 1px solid #eef1f2;
  padding: 10px 13px 12px;
}

.brand-card-copy > strong {
  overflow: hidden;
  color: var(--corp-navy);
  font-size: .76rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card-copy .tag {
  overflow: hidden;
  margin-top: 2px;
  color: #6b7888;
  font-size: .61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: var(--corp-green-dark);
  font-size: .62rem;
  font-weight: 900;
}

.brand-card-link .tabler-icon {
  width: 11px;
  height: 11px;
}

.brands-page .catalog-detail {
  margin-top: 28px;
  border-color: #dce5e2;
  box-shadow: 0 10px 28px rgba(6, 26, 53, .07);
}

.brand-global {
  padding: 38px 0 26px;
  background: #f7faf9;
}

.brand-global__layout {
  display: grid;
  grid-template-columns: minmax(230px, .38fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.brand-global__copy h2 {
  max-width: 340px;
  margin: 0;
  color: var(--corp-navy);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.07;
}

.brand-global__copy h2::after {
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 13px;
  background: #f2ad00;
  content: '';
}

.brand-global__copy > p {
  max-width: 390px;
  margin: 17px 0;
  color: #425268;
  font-size: .78rem;
  line-height: 1.65;
}

.brand-origin-list {
  display: grid;
  gap: 7px;
  margin: 0;
  border: 1px solid #d8e2df;
  border-radius: 6px;
  padding: 11px 13px;
  list-style: none;
}

.brand-origin-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #405168;
  font-size: .68rem;
  font-weight: 750;
}

.brand-origin-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--corp-green);
}

.brand-origin-dot--korea { background: #0e4f7d; }
.brand-origin-dot--indonesia { background: #f2ad00; }

.brand-world-map {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background-image: radial-gradient(rgba(8, 80, 58, .1) .8px, transparent .8px);
  background-size: 8px 8px;
}

.brand-world-map::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7faf9 0%, transparent 12%, transparent 88%, #f7faf9 100%);
  pointer-events: none;
  content: '';
}

.brand-world-map > img {
  display: block;
  width: 100%;
  opacity: .42;
  filter: sepia(.2) hue-rotate(105deg) saturate(.55);
}

.brand-map-marker {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: translate(-50%, -50%);
  color: var(--corp-navy);
  font-size: clamp(.55rem, .8vw, .7rem);
  font-weight: 900;
  white-space: nowrap;
}

.brand-map-marker__dot {
  position: relative;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--corp-green);
  box-shadow: 0 0 0 3px rgba(6, 105, 65, .19), 0 2px 6px rgba(3, 20, 42, .28);
}

.brand-map-marker__dot::after {
  position: absolute;
  inset: -8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .28;
  animation: brand-marker-pulse 2.8s ease-out infinite;
  content: '';
}

.brand-map-marker--japan { top: 29.5%; left: 85.2%; }
.brand-map-marker--korea { top: 32.8%; left: 81.8%; color: #0e4f7d; }
.brand-map-marker--korea .brand-map-marker__dot { background: #0e4f7d; box-shadow: 0 0 0 3px rgba(14, 79, 125, .17), 0 2px 6px rgba(3, 20, 42, .28); }
.brand-map-marker--indonesia { top: 55.5%; left: 78.8%; color: #9a6b00; }
.brand-map-marker--indonesia .brand-map-marker__dot { background: #f2ad00; box-shadow: 0 0 0 3px rgba(242, 173, 0, .2), 0 2px 6px rgba(3, 20, 42, .28); }
.brand-map-marker--korea .brand-map-marker__dot::after { animation-delay: .7s; }
.brand-map-marker--indonesia .brand-map-marker__dot::after { animation-delay: 1.4s; }

.brand-metrics {
  padding: 0 0 10px;
  background: #f7faf9;
}

.brand-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 7px;
  padding: 20px 24px;
  background: linear-gradient(120deg, #041a38, #06294c);
  color: #fff;
}

.brand-metric {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.brand-metric:last-child { border-right: 0; }
.brand-metric > .tabler-icon { width: 39px; height: 39px; color: #42b778; }
.brand-metric div { display: grid; }
.brand-metric strong { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1; }
.brand-metric span { margin-top: 5px; color: rgba(255, 255, 255, .82); font-size: .66rem; }

.brand-partner-cta {
  padding: 0 0 32px;
  background: #f7faf9;
}

.brand-partner-cta__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  border-radius: 7px;
  padding: 18px 34px;
  background: linear-gradient(105deg, #005d3c, #08724c);
  color: #fff;
}

.brand-partner-cta__inner > .tabler-icon { width: 46px; height: 46px; color: #f2ad00; }
.brand-partner-cta h2 { margin: 0; font-size: 1.22rem; }
.brand-partner-cta p { margin: 4px 0 0; color: rgba(255, 255, 255, .82); font-size: .72rem; }

.brand-partner-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  min-height: 42px;
  border-radius: 5px;
  padding: 10px 18px;
  background: #fff;
  color: var(--corp-green-dark);
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .14);
}

.brand-partner-cta__button:hover { background: #f7fbf9; }
.brand-partner-cta__button .tabler-icon { width: 14px; height: 14px; }

@keyframes brand-marker-pulse {
  0% { transform: scale(.55); opacity: .5; }
  80%, 100% { transform: scale(1.55); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-map-marker__dot::after { animation: none; }
}

@media (max-width: 1100px) {
  .brands-page .brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .brand-map-marker__label { display: none; }
}

@media (max-width: 820px) {
  .brands-page .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-global__layout { grid-template-columns: 1fr; }
  .brand-global__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; align-items: start; }
  .brand-global__copy h2 { grid-row: 1 / 3; }
  .brand-global__copy > p { margin-top: 0; }
  .brand-origin-list { align-self: end; }
  .brand-metrics__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-metric:nth-child(2) { border-right: 0; }
  .brand-metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .brand-partner-cta__inner { grid-template-columns: auto 1fr; }
  .brand-partner-cta__button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 560px) {
  .brands-page .products.product-catalog-page { padding-top: 14px; }
  .brands-page .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brands-page .product-card { min-height: 164px; }
  .brands-page .product-card .image { min-height: 92px; }
  .brand-filter { padding-inline: 13px; }
  .brand-global { padding-top: 30px; }
  .brand-global__copy { display: block; }
  .brand-global__copy > p { margin-top: 16px; }
  .brand-world-map { margin-inline: -8px; }
  .brand-map-marker__dot { width: 10px; height: 10px; border-width: 2px; }
  .brand-metrics__grid { padding: 14px 10px; }
  .brand-metric { gap: 9px; padding: 10px 7px; }
  .brand-metric > .tabler-icon { width: 28px; height: 28px; }
  .brand-partner-cta__inner { padding: 20px; }
}

@media (max-width: 390px) {
  .brands-page .brand-grid { grid-template-columns: 1fr; }
}
