/**
 * 260722 리뉴얼 — 전역 시인성·공통 슬롯 스타일
 * (Tailwind 재빌드 없이 즉시 적용)
 */

:root {
  --font-sans: 'Pretendard', 'Noto Sans KR', ui-sans-serif, system-ui, sans-serif;
  --renewal-text-min: 0.9375rem; /* 15px */
  --renewal-label-min: 0.75rem; /* 12px */
}

body {
  font-size: var(--renewal-text-min);
}

.text-xs,
.font-mono.text-xs,
.hero-eyebrow,
.about-hero__content .text-xs,
[class*="tracking-widest"].text-xs {
  font-size: var(--renewal-label-min) !important;
}

.scrolly-chapters .scroll-text-item h2,
.scrolly-chapters .scroll-text-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}

.scrolly-chapters .scroll-text-item p,
.scrolly-chapters .scroll-text-desc {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  line-height: 1.65;
  word-break: keep-all;
}

/* Subpage content start — match About Us (.about-hero) inset */
.products-page,
.installations-page,
.projects-page {
  padding-top: 0;
}

.products-page > section,
.installations-page > section,
.projects-page > section {
  padding-top: calc(5rem + 2.75rem);
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  .products-page > section,
  .installations-page > section,
  .projects-page > section {
    padding-top: calc(5rem + 3.5rem);
    padding-bottom: 6rem;
  }
}

/* GNB locale + denser nav */
.gnb-desktop-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.gnb-locale {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.5rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-family: ui-monospace, 'IBM Plex Mono', monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

.gnb-locale-btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}

.gnb-locale-btn.is-active {
  color: rgba(212, 165, 90, 0.95);
}

.gnb-locale-btn:not(:disabled) {
  cursor: pointer;
}

.gnb-locale-sep {
  color: rgba(255, 255, 255, 0.25);
}

.mobile-nav-locale {
  margin-top: 1.5rem;
  justify-content: center;
}

@media (min-width: 768px) {
  #gnb-desktop-links {
    font-size: 0.8125rem;
    gap: 1.25rem;
  }
}

/* Flagship product peek cards */
.flagship-peek {
  padding: 4.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #050505;
}

.flagship-peek__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 1099px) {
  .flagship-peek__grid {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .flagship-peek__card {
    flex: 0 0 min(42vw, 9.5rem);
    scroll-snap-align: start;
  }
}

@media (min-width: 1100px) {
  .flagship-peek__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
  }
}

.flagship-peek__card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

.flagship-peek__card:hover {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.flagship-peek__media {
  aspect-ratio: 1 / 1;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.flagship-peek__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
}

.flagship-peek__body {
  padding: 0.75rem 0.85rem 0.95rem;
}

.flagship-peek__name {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flagship-peek__meta {
  margin: 0;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.45);
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Catalog square thumbs + relative scale */
.catalog-product-card__media {
  aspect-ratio: 1 / 1 !important;
}

.catalog-product-card__media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: calc((1 - var(--thumb-scale, 1)) * 18%);
}

.product-gallery__slide img {
  object-fit: contain;
}

/* Product detail hero — blurred full-bleed bg + sharp product foreground */
.product-detail__hero-media-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #111;
}

.product-detail__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  will-change: transform, filter;
}

.product-detail__hero-bg--fallback {
  filter: blur(18px);
}

@media (min-width: 1281px) {
  .product-detail__hero-bg--fallback {
    filter: blur(14px);
  }
}

.product-detail__hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__hero-overlay {
  z-index: 2;
}

.product-detail__hero-content {
  position: relative;
  z-index: 3;
}

/* Products header + filters */
.catalog-products-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .catalog-products-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
  }
}

.catalog-products-header__aside {
  display: grid;
  gap: 0.7rem;
  justify-items: start;
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .catalog-products-header__aside {
    justify-items: end;
    width: auto;
  }
}

.catalog-products-search {
  position: relative;
  width: 100%;
  max-width: 20rem;
}

.catalog-products-toolbar {
  display: flex;
  justify-content: center;
}

.catalog-products-filters {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  justify-items: stretch;
}

.catalog-filter-group {
  display: grid;
  gap: 0.65rem;
  width: 100%;
}

.catalog-filter-group--type {
  justify-items: stretch;
}

.catalog-filter-group--color {
  justify-items: center;
}

.catalog-filter-group__label {
  margin: 0;
  font-family: ui-monospace, 'IBM Plex Mono', monospace;
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.catalog-filter-group--type .catalog-filter-group__label {
  text-align: left;
}

.catalog-type-filters {
  width: 100%;
}

.catalog-type-rail .project-filter-card {
  --filter-card-size: 7.25rem;
}

.catalog-type-rail .project-filter-card.is-active {
  width: min(18rem, 70vw);
}

.catalog-tabs,
.catalog-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.5rem 0.65rem;
  max-width: none;
  width: 100%;
  overflow-x: auto;
}

.catalog-color-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  width: 100%;
}

.catalog-color-filter {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-family: ui-monospace, monospace;
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.catalog-color-filter:hover {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.28);
}

.catalog-color-filter.is-active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.catalog-filter-divider {
  width: min(100%, 28rem);
  height: 1px;
  min-height: 1px;
  border: 0;
  justify-self: center;
  margin-inline: auto;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.28) 20%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.28) 80%,
    transparent 100%
  );
}

/* Project category cards (Samsung-inspired, ALPHA-LITE dark tone) */
.project-filters {
  margin-bottom: 2.5rem;
}

.project-filter-rail {
  display: grid;
  gap: 0.85rem;
}

.project-filter-track {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.15rem 0.1rem 0.25rem;
  margin: -0.15rem -0.1rem -0.15rem;
}

.project-filter-track::-webkit-scrollbar {
  display: none;
}

.project-filter-card {
  --filter-card-size: 8.5rem;
  appearance: none;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: var(--filter-card-size);
  height: var(--filter-card-size);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.85rem 0.75rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    #0c0c0c;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  overflow: hidden;
  transition:
    width 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.55s ease,
    background 0.65s ease,
    color 0.55s ease,
    box-shadow 0.55s ease;
}

.project-filter-card__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  min-height: 0;
  align-content: start;
  align-self: start;
}

.project-filter-card__label {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: inherit;
  transition: font-size 0.55s ease;
}

.project-filter-card__desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
  word-break: keep-all;
  transition:
    max-height 0.55s ease,
    opacity 0.45s ease;
}

.project-filter-card__media {
  position: relative;
  min-height: 0;
  height: 100%;
  border-radius: 0.55rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.03);
}

.project-filter-card__media.is-empty::after {
  content: '';
  position: absolute;
  inset: 28% 30%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.project-filter-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-filter-card.is-active {
  width: min(22rem, 78vw);
  height: var(--filter-card-size);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  border-color: rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    #0d0d0d;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.project-filter-card.is-active .project-filter-card__desc {
  max-height: 3.6rem;
  opacity: 1;
}

.project-filter-card.is-active .project-filter-card__label {
  font-size: 1rem;
}

.project-filter-card.is-active .project-filter-card__image {
  transform: scale(1.04);
}

/* Products Type only — gold-black media well */
.catalog-type-rail .project-filter-card__media {
  background:
    radial-gradient(ellipse 90% 70% at 45% 30%, rgba(212, 165, 90, 0.28), transparent 58%),
    radial-gradient(ellipse 70% 60% at 80% 85%, rgba(180, 130, 60, 0.12), transparent 55%),
    linear-gradient(165deg, #17140f 0%, #0c0b09 48%, #070706 100%);
}

.catalog-type-rail .project-filter-card__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 75% at 50% 40%, rgba(212, 165, 90, 0.18), transparent 62%);
  mix-blend-mode: soft-light;
  opacity: 0.65;
}

.catalog-type-rail .project-filter-card__media.is-empty::after {
  border-color: rgba(212, 165, 90, 0.35);
  background: rgba(212, 165, 90, 0.1);
}

.catalog-type-rail .project-filter-card__image {
  position: relative;
  z-index: 0;
}

.catalog-type-rail .project-filter-card.is-active {
  border-color: rgba(212, 165, 90, 0.45);
  background:
    linear-gradient(145deg, rgba(212, 165, 90, 0.08), rgba(255, 255, 255, 0.02)),
    #0d0d0d;
  box-shadow:
    inset 0 1px 0 rgba(212, 165, 90, 0.12),
    0 0 0 1px rgba(212, 165, 90, 0.08);
}

.catalog-type-rail .project-filter-card.is-active .project-filter-card__media::before {
  opacity: 0.85;
  background:
    radial-gradient(ellipse 90% 80% at 50% 38%, rgba(212, 165, 90, 0.26), transparent 64%);
}

@media (prefers-reduced-motion: reduce) {
  .project-filter-card,
  .project-filter-card__label,
  .project-filter-card__desc,
  .project-filter-card__image {
    transition: none !important;
  }
}

.project-filter-card:hover:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
}

.project-filter-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.project-filter-progress {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.project-filter-progress__bar {
  display: block;
  height: 100%;
  width: 12%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.85);
  transition: width 0.2s ease;
}

.project-filter-arrows {
  display: inline-flex;
  gap: 0.4rem;
}

.project-filter-arrow {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.project-filter-arrow:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.project-filter-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 640px) {
  .project-filter-card {
    --filter-card-size: 7.5rem;
  }

  .project-filter-card.is-active {
    width: min(18.5rem, 84vw);
  }

  .catalog-type-rail .project-filter-card {
    --filter-card-size: 6.75rem;
  }

  .catalog-type-rail .project-filter-card.is-active {
    width: min(16.5rem, 82vw);
  }
}

/* legacy pill styles kept for safety */
.project-filter {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: 0.8125rem;
  cursor: pointer;
}

.project-filter.is-active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.project-card__models {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  word-break: keep-all;
}

/* News */
.news-rails {
  display: grid;
  gap: 3rem;
}

@media (min-width: 900px) {
  .news-rails {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.news-card {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-card__meta {
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  color: rgba(212, 165, 90, 0.9);
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.news-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.125rem;
  color: #fff;
}

.news-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  word-break: keep-all;
}

.home-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.home-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.home-modal__panel {
  width: min(640px, 100%);
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  transform: scale(0.96);
  transition: transform 0.28s ease;
}

.home-modal.is-open .home-modal__panel {
  transform: scale(1);
}

.home-modal__carousel {
  position: relative;
  overflow: hidden;
  background: #111;
}

.home-modal__slides {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.home-modal__slide {
  min-width: 100%;
  flex-shrink: 0;
}

.home-modal__media {
  display: block;
  aspect-ratio: 1 / 1;
  max-height: min(70vh, 640px);
  overflow: hidden;
  background: #111;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.home-modal__media--bg {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
  background: var(--home-modal-bg, #1a1a1a);
}

.home-modal__media-label {
  position: relative;
  z-index: 1;
  max-width: 90%;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.home-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-modal__nav {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
}

.home-modal__nav-item {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 0.35rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, 'IBM Plex Mono', monospace;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-modal__nav-item:last-child {
  border-right: 0;
}

.home-modal__nav-item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
}

.home-modal__nav-item.is-active {
  background: rgba(212, 165, 90, 0.18);
  color: #e8c57a;
}

.home-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.55);
}

.home-modal__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  cursor: pointer;
  user-select: none;
}

.home-modal__checkbox input {
  width: 0.875rem;
  height: 0.875rem;
  accent-color: #d4a55a;
  cursor: pointer;
}

.home-modal__close-btn {
  padding: 0.45rem 1rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-modal__close-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 640px) {
  .home-modal {
    padding: 0.75rem;
  }

  .home-modal__nav-item {
    font-size: 0.5625rem;
    padding: 0.6rem 0.2rem;
  }

  .home-modal__footer {
    flex-wrap: wrap;
  }
}

/* legacy class kept empty to avoid stale refs */

/* About slots */
.about-download-banner,
.about-partners,
.about-map {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about-download-banner__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.about-download-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.about-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.95rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.8125rem;
}

.about-download-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.about-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .about-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .about-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-partner-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.025);
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-partner-card__name {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
}

.about-partner-card__note {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  word-break: keep-all;
}

.about-map__frame {
  position: relative;
  min-height: 240px;
  aspect-ratio: 148 / 56;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 27%, rgba(212, 165, 90, 0.16), transparent 12%),
    radial-gradient(circle at 80% 45%, rgba(212, 165, 90, 0.12), transparent 12%),
    radial-gradient(circle at 21% 26%, rgba(212, 165, 90, 0.1), transparent 12%),
    linear-gradient(160deg, #101018, #07070a);
  overflow: hidden;
}

.about-map__world {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
  opacity: 0.85;
}

.about-map__pin {
  --pin-color: #d4a55a;
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--pin-color);
  box-shadow: 0 0 0 6px rgba(212, 165, 90, 0.2);
  transform: translate(-50%, -50%);
  animation: about-pin-pulse 2.6s ease-in-out infinite;
  animation-delay: var(--pin-delay, 0s);
  will-change: opacity, filter, box-shadow;
}

.about-map__pin::before {
  content: '';
  position: absolute;
  inset: -0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 165, 90, 0.55);
  opacity: 0.35;
  animation: about-pin-ring 2.6s ease-out infinite;
  animation-delay: var(--pin-delay, 0s);
}

@keyframes about-pin-pulse {
  0%, 100% {
    opacity: 0.55;
    filter: brightness(0.8);
    box-shadow: 0 0 0 4px rgba(212, 165, 90, 0.12), 0 0 8px rgba(212, 165, 90, 0.2);
  }
  50% {
    opacity: 1;
    filter: brightness(1.45);
    box-shadow: 0 0 0 10px rgba(212, 165, 90, 0.22), 0 0 20px rgba(212, 165, 90, 0.55);
  }
}

@keyframes about-pin-ring {
  0% {
    transform: scale(0.7);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.85);
    opacity: 0;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

.about-map__legend {
  margin-top: 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  word-break: keep-all;
}

/* Trophy-style milestones */
.about-milestone--trophy {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    'badge title'
    'badge list';
  column-gap: 1rem;
  row-gap: 0.65rem;
  align-items: start;
  padding: 1.35rem 1.35rem 1.5rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(212, 165, 90, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.02);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.about-milestone--trophy:hover {
  border-color: rgba(212, 165, 90, 0.28);
}

.about-milestone__badge-wrap {
  grid-area: badge;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  width: auto;
  flex-shrink: 0;
}

.about-milestone__badge {
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  filter: drop-shadow(0 0 10px rgba(212, 165, 90, 0.28));
  animation: about-badge-glow 3.2s ease-in-out infinite;
  animation-delay: var(--ms-delay, 0ms);
}

.about-milestone--trophy .about-milestone__year {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #e8c57a;
}

.about-milestone--trophy .about-milestone__title {
  grid-area: title;
  margin: 0;
  text-align: left;
  width: auto;
  padding-top: 0.2rem;
}

.about-milestone--trophy .about-milestone__list {
  grid-area: list;
  width: auto;
}

@keyframes about-badge-glow {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(212, 165, 90, 0.18)) brightness(0.95);
  }
  50% {
    filter: drop-shadow(0 0 14px rgba(212, 165, 90, 0.42)) brightness(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-map__pin,
  .about-map__pin::before,
  .about-milestone__badge {
    animation: none;
  }

  .about-map__pin {
    opacity: 1;
    filter: none;
  }
}

/* Support row layout */
.support-model-rows {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.support-model-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 900px) {
  .support-model-row {
    grid-template-columns: minmax(8rem, 0.9fr) minmax(0, 2fr) auto;
    align-items: center;
    gap: 1rem;
  }
}

.support-model-row__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

.support-model-row__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.support-model-row__link {
  font-size: 0.75rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
}

.support-model-row__link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.support-model-row__date {
  margin: 0;
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Product detail — Support-style downloads under Specifications */
.product-downloads {
  margin-top: 2.5rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .product-downloads {
    grid-template-columns: minmax(7rem, 0.85fr) minmax(0, 2fr) auto;
    align-items: center;
    gap: 1rem 1.25rem;
  }
}

.product-downloads__eyebrow {
  margin: 0 0 0.35rem;
  font-family: ui-monospace, 'IBM Plex Mono', monospace;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 165, 90, 0.85);
}

.product-downloads__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

.product-downloads__type {
  margin: 0.25rem 0 0;
  font-family: ui-monospace, 'IBM Plex Mono', monospace;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
}

.product-downloads__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-downloads__link {
  font-size: 0.75rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.product-downloads__link:hover {
  border-color: rgba(212, 165, 90, 0.45);
  color: #e8c57a;
  background: rgba(212, 165, 90, 0.08);
}

.product-downloads__link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.product-downloads__date {
  margin: 0;
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
  .product-downloads__date {
    justify-self: end;
    text-align: right;
  }
}

.support-policy {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.02);
}

.support-policy__head {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .support-policy__head {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2rem;
  }
}

.support-policy__copy {
  min-width: 0;
}

.support-policy__action {
  justify-self: start;
}

@media (min-width: 768px) {
  .support-policy__action {
    justify-self: end;
  }
}

.support-policy__download {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 165, 90, 0.45);
  background: rgba(212, 165, 90, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.support-policy__download:hover {
  background: rgba(212, 165, 90, 0.16);
  border-color: rgba(212, 165, 90, 0.7);
  color: #fff;
}

.support-policy__download.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.support-policy__download-icon {
  display: inline-flex;
  color: rgba(212, 165, 90, 0.95);
}

.support-policy__intro,
.support-policy__note {
  margin: 0.75rem 0 0;
  max-width: 48rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  word-break: keep-all;
}

.support-policy__list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.support-policy__item {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.support-policy__item-title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(212, 165, 90, 0.85);
}

.support-policy__item-text {
  margin: 0.35rem 0 0;
  max-width: 52rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.48);
  word-break: keep-all;
}

/* Support catalog — compact (no icon column) */
.support-catalog-card--compact {
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 768px) {
  .support-catalog-card--compact {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 2rem;
  }
}

.support-catalog-card--compact .support-catalog-card__body {
  min-width: 0;
}

.support-catalog-card--compact .support-catalog-card__action {
  justify-self: start;
}

@media (min-width: 768px) {
  .support-catalog-card--compact .support-catalog-card__action {
    justify-self: end;
  }
}

.support-catalog-card__eyebrow {
  color: rgba(212, 165, 90, 0.9);
}

/* News topic cards — cover from detail gallery images[0] */
.about-topic-card {
  position: relative;
  overflow: hidden;
}

.about-topic-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.about-topic-card--has-bg {
  background: #0a0a0a;
}

.about-topic-card--has-bg .about-topic-card__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.35), rgba(5, 5, 5, 0.72));
}

.about-detail__gallery {
  padding-top: 1.5rem;
}

.about-detail__gallery .gallery-slider {
  margin: 0;
}

/* Support: keep email address from breaking at the hyphen */
.support-section__note {
  max-width: 48rem;
}

.support-section__email {
  white-space: nowrap;
}

