/* =============================================
   ÁRKMORA – Global Stylesheet  v4.0
   Premium redesign: unified layout & typography
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Suez+One&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400&family=Open+Sans:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #12100c;
  --navy2:   #0e0c09;
  --dark:    #16130f;
  --dark2:   #110f0b;
  --dark3:   #1c1915;
  --black:   #0a0908;
  --gray:    #7a7068;
  --lgray:   #aca098;
  --border:  rgba(184,151,90,0.1);
  --border-md: rgba(184,151,90,0.15);
  --border-strong: rgba(184,151,90,0.25);
  --white:   #ede8e1;
  --offwhite:#201d18;
  --cream:   #16130f;
  --gold:    #b8975a;
  --gold2:   #cead72;
  --gold-gradient: linear-gradient(135deg, #cead72, #b8975a, #9a7a42);
  --parchment: #1c1915;
  --stone:   rgba(184,151,90,0.15);
  --ink:     #ede8e1;
  --accent:  #2a6496;
  --text:    #ede8e1;
  --text2:   #cec8bc;
  --max:     980px;
  --ease:    cubic-bezier(.25,.46,.45,.94);
}

html { scroll-behavior: smooth; }

body {
  position: relative;
  background: #16130f;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(184,151,90,0.05) 0%, transparent 50%);
  color: var(--text);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease); }
img { display: block; max-width: 100%; height: auto; }

/* ══════════════════════════════════════
   SELECTION HIGHLIGHT
══════════════════════════════════════ */
::selection { background: rgba(184,151,90,0.3); color: #fff; }
::-moz-selection { background: rgba(184,151,90,0.3); color: #fff; }

/* ══════════════════════════════════════
   SCROLLBAR (webkit)
══════════════════════════════════════ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark2); }
::-webkit-scrollbar-thumb {
  background: rgba(184,151,90,0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: rgba(184,151,90,0.5); }

/* ══════════════════════════════════════
   FOCUS STATES
══════════════════════════════════════ */
*:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════
   LAYOUT WRAPPER
══════════════════════════════════════ */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

/* ══════════════════════════════════════
   SUB-PAGE NAV
══════════════════════════════════════ */
.sub-home-btn {
  display: inline-block;
  padding: 9px 18px;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(184,151,90,0.7);
  border: 1px solid rgba(184,151,90,0.2);
  background: rgba(22,19,15,0.9);
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
  margin: 16px auto 0;
  width: fit-content;
  max-width: var(--max);
  display: block;
}
.sub-home-btn:hover {
  color: var(--gold);
  border-color: rgba(184,151,90,0.5);
  background: rgba(184,151,90,0.08);
}

.brand-category-badge {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(184,151,90,0.3);
  padding: 5px 12px;
  margin-bottom: 20px;
  background: rgba(184,151,90,0.06);
}

/* ══════════════════════════════════════
   HERO BANNER (sub-pages)
══════════════════════════════════════ */
.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--dark2);
}
.page-hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
/* page-hero-overlay removed */

/* ══════════════════════════════════════
   HOME HERO
══════════════════════════════════════ */
.home-banner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--dark2);
}
.home-banner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(0.75) contrast(1.05);
}
.home-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.15) 0%,
      transparent 30%,
      transparent 60%,
      rgba(10,18,26,0.5) 100%
    ),
    linear-gradient(
      135deg,
      rgba(14,31,44,0.6) 0%,
      rgba(14,31,44,0.2) 45%,
      transparent 100%
    );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px;
  z-index: 4;
}
.home-banner-title {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #c4bdb6;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home-banner-quote {
  font-family: 'Suez One', serif;
  font-size: 28px;
  color: #fff;
  line-height: 1.35;
  max-width: 600px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4), 0 1px 3px rgba(0,0,0,0.3);
}
#typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--gold2);
  vertical-align: middle;
  margin-left: 4px;
  animation: blink 0.8s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }

#hero-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  z-index: 1;
}

/* ══════════════════════════════════════
   HOME TAGLINE
══════════════════════════════════════ */
.home-tagline {
  background: var(--dark2);
  text-align: center;
  padding: 44px 32px 38px;
  max-width: var(--max);
  margin: 0 auto;
}
.home-tagline-label {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.home-tagline-main {
  font-family: 'Suez One', serif;
  font-size: 24px;
  color: #eae5de;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* ══════════════════════════════════════
   ABOUT / DESCRIPTION
══════════════════════════════════════ */
.about-text {
  background: var(--dark3);
  padding: 56px 32px;
  border-bottom: 1px solid var(--border);
  max-width: var(--max);
  margin: 0 auto;
}
.about-text .container { max-width: var(--max); }
.about-text p {
  color: var(--lgray);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 18px;
  text-align: center;
}
.about-text p:first-of-type::first-letter {
  font-family: 'Suez One', serif;
  font-size: 3.2em;
  float: left;
  line-height: 0.85;
  margin-right: 8px;
  margin-top: 4px;
  color: var(--gold);
}
.about-text p:last-child { margin-bottom: 0; }
.about-text strong { color: var(--text2); font-weight: 600; }
.about-text em { font-style: italic; color: var(--text2); }

/* ══════════════════════════════════════
   ABOUT — MUSEUM LAYOUT
══════════════════════════════════════ */
.about-museum {
  max-width: var(--max);
  margin: 0 auto;
  background: none;
  position: relative;
}
/* 양피지 블록 장식 */

.museum-block {
  padding: 52px 56px;
  position: relative;
}
.museum-block + .museum-block {
  border-top: none;
}

.museum-label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  position: relative;
  padding-left: 0;
  text-align: center;
}
.museum-label::before {
  display: none;
}

/* — Block 1: Origin (다크 + 골드 인용) — */
.museum-origin {
  text-align: center;
  padding: 72px 56px;
  background: var(--dark2);
  background-image: radial-gradient(ellipse at 50% 40%, rgba(184,151,90,0.06) 0%, transparent 60%);
  position: relative;
}
.museum-origin .museum-label {
  color: var(--gold);
  opacity: 0.6;
}
/* 대형 인용부호 장식 */
.museum-origin::after {
  content: '\201C';
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Suez One', serif;
  font-size: 100px;
  color: var(--gold);
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
}
.museum-quote {
  font-family: 'Suez One', serif;
  font-size: 22px;
  color: #edeae4;
  line-height: 1.65;
  margin-bottom: 28px;
  position: relative;
  padding: 28px 32px;
  z-index: 1;
}
.museum-quote::before,
.museum-quote::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.museum-quote::before { top: 0; }
.museum-quote::after { bottom: 0; }
.museum-quote strong {
  color: var(--gold2);
  font-weight: 400;
}
.museum-quote em {
  color: var(--gold);
  font-style: italic;
  text-shadow: 0 0 20px rgba(184,151,90,0.2);
}
.museum-sub {
  font-size: 14px;
  color: #b8b0a8;
  line-height: 1.9;
  max-width: 560px;
  margin: 0 auto;
  font-style: italic;
  z-index: 1;
  position: relative;
}

/* — Block 2: Timeline (양피지 연대기) — */
.museum-timeline {
  padding: 56px 56px 60px;
  background: var(--dark3);
}
.timeline {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 12px;
}
/* 연결 수평선 — dot들을 관통 */
.timeline::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), var(--gold), rgba(255,255,255,0.15), transparent);
  z-index: 1;
}
.timeline-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 16px;
}
.timeline-year {
  font-family: 'Suez One', serif;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 3px solid var(--dark3);
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15);
  transition: all 0.5s;
}
.timeline-dot.active {
  background: var(--gold);
  border-color: var(--dark3);
  box-shadow: 0 0 0 2px var(--gold), 0 0 16px rgba(184,151,90,0.3);
  animation: dotPulse 2.5s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 2px var(--gold), 0 0 16px rgba(184,151,90,0.3); }
  50% { box-shadow: 0 0 0 4px rgba(184,151,90,0.2), 0 0 28px rgba(184,151,90,0.15); }
}
/* timeline-line은 이제 ::before로 대체 — 숨김 */
.timeline-line { display: none; }
.timeline-text {
  font-size: 13px;
  color: #b8b0a8;
  line-height: 1.75;
  font-style: italic;
}
.timeline-text strong {
  color: var(--gold);
  font-style: normal;
}

/* — Block 3: Domain Tags (다크 석판) — */
.museum-domains {
  padding: 56px 56px;
  background: var(--dark2);
  background-image: radial-gradient(ellipse at 50% 60%, rgba(184,151,90,0.04) 0%, transparent 60%);
}
.museum-domains .museum-label {
  color: var(--gold);
  opacity: 0.6;
}
.museum-domains-intro {
  font-size: 14px;
  color: #aca49c;
  line-height: 1.9;
  margin-bottom: 32px;
  text-align: center;
  font-style: italic;
}
.domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.domain-tag {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #aca49c;
  padding: 11px 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  transition: all 0.4s ease;
  cursor: default;
  position: relative;
}
.domain-tag:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184,151,90,0.06);
  box-shadow: 0 0 16px rgba(184,151,90,0.08);
  text-shadow: 0 0 8px rgba(184,151,90,0.2);
}

/* — Block 4: Global (양피지 + 워터마크) — */
.museum-global {
  padding: 56px 56px;
  background: var(--dark3);
  position: relative;
  overflow: hidden;
}
/* 대형 워터마크 숫자 */
.museum-global::after {
  content: '50+';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Suez One', serif;
  font-size: 140px;
  color: rgba(255,255,255,0.04);
  opacity: 1;
  line-height: 1;
  pointer-events: none;
}
.museum-global-text {
  font-size: 14px;
  color: #cec8c0;
  line-height: 2;
  max-width: 580px;
  position: relative;
  z-index: 1;
  /* 좌정렬 — 워터마크와 대비 */
}
.museum-global-text strong {
  color: var(--gold);
  font-weight: 700;
  font-size: 18px;
  font-family: 'Suez One', serif;
}

/* — Block 5: Closing Statement (왕의 칙령) — */
.museum-closing {
  background: var(--dark2);
  background-image: radial-gradient(ellipse at 50% 50%, rgba(184,151,90,0.08) 0%, transparent 50%);
  padding: 64px 56px;
  text-align: center;
  position: relative;
}
.museum-closing::before {
  content: '✦  ✦  ✦';
  position: absolute;
  top: -8px;
  left: 0; right: 0;
  text-align: center;
  font-size: 8px;
  letter-spacing: 8px;
  color: var(--gold);
}
.museum-closing-text {
  font-family: 'Suez One', serif;
  font-size: 22px;
  color: var(--gold2);
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-shadow: 0 0 24px rgba(184,151,90,0.15), 0 2px 12px rgba(0,0,0,0.3);
}

/* ══════════════════════════════════════
   SECTION BAR
══════════════════════════════════════ */
.section-bar {
  background: #1e1a15;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  transition: background 0.3s, box-shadow 0.3s;
  position: relative;
  border-top: 1px solid rgba(184,151,90,0.1);
  cursor: pointer;
}
.section-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: var(--gold-gradient);
  opacity: 0.7;
}
.section-bar:hover {
  background: #1e1b16;
  box-shadow: 0 4px 20px rgba(184,151,90,0.06);
}
.section-bar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.section-bar-label {
  font-family: 'Suez One', serif;
  font-size: 21px;
  color: var(--white);
  letter-spacing: 0.03em;
}
.section-bar-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-bar-count {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #888078;
  text-transform: uppercase;
}
.section-bar-arrow {
  font-size: 14px;
  color: #888078;
}

/* ══════════════════════════════════════
   PORTFOLIO / NEWS CONTENT
══════════════════════════════════════ */
.portfolio-content {
  background: var(--dark3);
  padding: 28px 36px 36px;
  border-bottom: 1px solid var(--border);
  max-width: var(--max);
  margin: 0 auto;
  /* 카드 영역 미세한 배경 대비 */
  background-image: radial-gradient(ellipse at 50% 50%, rgba(184,151,90,0.03) 0%, transparent 70%);
}
.portfolio-content .container { max-width: var(--max); }

.news-content {
  background: var(--dark3);
  padding: 24px 32px 36px;
  border-bottom: 1px solid var(--border);
  max-width: var(--max);
  margin: 0 auto;
}
/* ══════════════════════════════════════
   NEWS — 3D PERSPECTIVE SLIDER
══════════════════════════════════════ */
/* ══════════════════════════════════════
   NEWS TV MONITOR
══════════════════════════════════════ */
.news-tv-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 32px 20px;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

/* TV 전체 프레임 */
.tv-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  perspective: 1200px;
}

/* 베젤 (모니터 테두리) */
.tv-bezel {
  position: relative;
  background: linear-gradient(160deg, #2a2a2a 0%, #1a1a1a 30%, #111 70%, #1e1e1e 100%);
  border-radius: 10px;
  padding: 10px;
  box-shadow:
    0 2px 0 rgba(255,255,255,0.05) inset,
    0 -1px 0 rgba(0,0,0,0.3) inset,
    0 16px 48px rgba(0,0,0,0.5),
    0 4px 12px rgba(0,0,0,0.3);
}

/* 스크린 (내부 화면) */
.tv-screen {
  position: relative;
  background: #110f0b;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

/* 유리 반사 */
.tv-glass {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.04) 0%,
    transparent 40%,
    transparent 60%,
    rgba(255,255,255,0.02) 100%
  );
  pointer-events: none;
  z-index: 10;
}

/* 상단 헤더 바 */
.tv-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 8px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  z-index: 8;
}
.tv-label {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #b8b0a8;
  text-transform: uppercase;
}
.tv-live {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #e74c3c;
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* 하단 뉴스 티커 */
.tv-ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(184,151,90,0.9) 0%, rgba(184,151,90,0.85) 100%);
  overflow: hidden;
  z-index: 8;
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.tv-ticker-inner {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  padding: 8px 0;
  animation: tickerScroll 25s linear infinite;
}
.tv-ticker-inner span { flex-shrink: 0; }
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 뉴스 씬 (스크린 안) */
.news-scene {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* — 뉴스 카드 (TV 화면 안에서 전환) — */
.news-card-3d {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 활성 */
.news-card-3d.is-active {
  z-index: 3;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* 비활성 — 시네마틱 전환 */
.news-card-3d.is-right {
  z-index: 1;
  opacity: 0;
  transform: translateX(8%);
  pointer-events: none;
}
.news-card-3d.is-left {
  z-index: 1;
  opacity: 0;
  transform: translateX(-8%);
  pointer-events: none;
}
.news-card-3d.is-hidden {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

/* — 이미지 (화면 전체) — */
.news-card-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #110f0b;
}

/* — 캡션: 화면 좌하단 뉴스 오버레이 — */
.news-card-caption {
  position: absolute;
  bottom: 28px; left: 0;
  padding: 10px 18px 10px 14px;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-left: 3px solid var(--gold);
  z-index: 5;
  max-width: 70%;
}
.news-card-caption h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2px;
  letter-spacing: 0.2px;
}
.news-card-caption span {
  font-size: 8px;
  color: var(--gold2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

/* — 네비게이션 화살표 (베젤 위) — */
.news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 12;
  transition: all 0.3s ease;
  opacity: 0;
}
.tv-bezel:hover .news-nav { opacity: 1; }
.news-nav:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.1);
}
.news-nav-left { left: 24px; }
.news-nav-right { right: 24px; }

/* — TV 스탠드 — */
.tv-stand {
  width: 40px;
  height: 20px;
  margin: 0 auto;
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.tv-base {
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background: linear-gradient(90deg, #1a1a1a, #2a2a2a, #1a1a1a);
  border-radius: 0 0 3px 3px;
}

/* — 하단 도트 — */
.news-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.news-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0;
}
.news-dot.active {
  background: var(--gold);
  width: 28px;
  border-radius: 4px;
}
.news-dot:hover { background: var(--gold); }

/* ══════════════════════════════════════
   BRAND GRID — 3D Cuboid Cards
══════════════════════════════════════ */
:root { --cd: 8px; }

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}

/* ── 카드 ── */
.brand-card {
  display: block;
  cursor: pointer;
  position: relative;
}

/* ── 카드 본체 ── */
.brand-card .card-box {
  position: relative;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.45s ease,
              border-color 0.45s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  border: 1px solid rgba(184,151,90,0.10);
  border-radius: 3px;
}
.brand-card:hover .card-box {
  z-index: 5;
  transform: translateY(-6px);
  border-color: rgba(184,151,90,0.50);
  box-shadow:
    0 12px 32px rgba(0,0,0,0.5),
    0 0 0 1px rgba(184,151,90,0.25),
    0 0 20px rgba(184,151,90,0.08);
}

/* ══ FRONT (앞면 — 이미지) ══ */
.brand-card .card-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #110f0b;
  position: relative;
  overflow: hidden;
}
.brand-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  display: block;
}
/* hover 시 상단 골드 라인 점등 */
.brand-card .card-img-wrap::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.brand-card:hover .card-img-wrap::after { opacity: 1; }

/* ══ FRONT (앞면 — 이름) ══ */
.brand-card-name {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d4ccc4;
  padding: 11px 12px;
  background: linear-gradient(180deg, rgba(184,151,90,0.08) 0%, rgba(10,9,7,0.92) 60%);
  border-top: 1px solid rgba(184,151,90,0.18);
  transition: color 0.4s, letter-spacing 0.4s, text-shadow 0.4s, background 0.4s;
  position: relative;
  text-align: center;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-shadow: none;
}
.brand-card-name::after {
  content: '';
  position: absolute;
  bottom: 6px; left: 25%; right: 25%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
  transform: scaleX(0);
  transition: transform 0.55s cubic-bezier(.4,0,.2,1);
}
.brand-card-name::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(184,151,90,0.35) 50%, transparent 100%);
}
.brand-card:hover .brand-card-name::after { transform: scaleX(1); }
.brand-card:hover .brand-card-name {
  color: #fff;
  letter-spacing: 4px;
  text-shadow: none;
  background: linear-gradient(180deg, rgba(184,151,90,0.15) 0%, rgba(10,9,7,0.92) 65%);
}

.brand-card-tag {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(184,151,90,0.75);
  padding: 8px 12px 14px;
  background: rgba(10,9,7,0.92);
  transition: color 0.4s, text-shadow 0.4s;
  text-align: center;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-shadow: none;
}
.brand-card:hover .brand-card-tag {
  color: rgba(206,173,114,1);
  text-shadow: none;
}

/* 3D faces hidden — flat card design */
.brand-card .card-top,
.brand-card .card-right,
.brand-card .card-bottom,
.brand-card .card-left {
  display: none;
  transform-origin: left center;
  transform: rotateY(-90deg) translateZ(0);
}

/* ══════════════════════════════════════
   APP TIMELINE
══════════════════════════════════════ */
.app-timeline-wrap {
  padding: 28px 32px 40px;
  background: var(--dark2);
  border-top: 1px solid rgba(184,151,90,0.08);
}

/* — Summary bar — */
.atl-summary {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 44px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(184,151,90,0.12);
  border-radius: 4px;
  overflow: hidden;
}
.atl-stat {
  flex: 1;
  text-align: center;
  padding: 20px 16px;
  position: relative;
}
.atl-divider {
  width: 1px;
  height: 48px;
  background: rgba(184,151,90,0.15);
  flex-shrink: 0;
}
.atl-num {
  display: block;
  font-family: 'Suez One', serif;
  font-size: 36px;
  color: var(--gold2);
  line-height: 1;
  margin-bottom: 6px;
}
.atl-stat--dev .atl-num { color: #5ba3d4; }
.atl-stat--soon .atl-num { color: #7a7268; }
.atl-label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #948c84;
}

/* — Phase row (carousel layout) — */
.atl-phase-row {
  margin-bottom: 48px;
}
.atl-phase-row:last-child { margin-bottom: 0; }
.atl-phase-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.atl-quarter {
  font-family: 'Suez One', serif;
  font-size: 18px;
  color: #c4bdb6;
  line-height: 1;
}
.atl-quarter span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold);
  margin-top: 3px;
}
.atl-badge {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.atl-badge--released {
  background: rgba(184,151,90,0.15);
  color: var(--gold2);
  border: 1px solid rgba(184,151,90,0.3);
}
.atl-badge--dev {
  background: rgba(91,163,212,0.12);
  color: #5ba3d4;
  border: 1px solid rgba(91,163,212,0.3);
  animation: atl-pulse-dev 2s ease-in-out infinite;
}
.atl-badge--soon {
  background: rgba(255,255,255,0.05);
  color: #888078;
  border: 1px solid rgba(255,255,255,0.1);
}
@keyframes atl-pulse-dev {
  0%, 100% { box-shadow: 0 0 0 0 rgba(91,163,212,0); }
  50% { box-shadow: 0 0 0 4px rgba(91,163,212,0.12); }
}

/* Progress bar (inside phase meta) */
.atl-bar {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.atl-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  transition: width 1.4s cubic-bezier(0.22,1,0.36,1);
}
[data-status="released"] .atl-fill {
  background: linear-gradient(90deg, rgba(184,151,90,0.5), var(--gold2), #e8c97a);
  box-shadow: 0 0 8px rgba(184,151,90,0.5);
}
[data-status="dev"] .atl-fill {
  background: linear-gradient(90deg, rgba(91,163,212,0.4), #5ba3d4);
  box-shadow: 0 0 8px rgba(91,163,212,0.35);
}

/* ══════════════════════════════════════
   3D APP CAROUSEL
══════════════════════════════════════ */
.carousel-scene {
  position: relative;
  width: 100%;
  height: 260px;
  perspective: 1000px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.carousel-ring {
  position: absolute;
  width: 140px; height: 200px;
  left: 50%; top: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel-card {
  position: absolute;
  width: 140px; height: 200px;
  backface-visibility: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(160deg, #1e1a15 0%, #141210 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px 14px;
  text-align: center;
  transition: opacity 0.4s, filter 0.4s, box-shadow 0.4s;
  overflow: hidden;
}
.carousel-card img {
  width: 64px; height: 64px;
  object-fit: contain;
  border-radius: 14px;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.04);
  padding: 4px;
  filter: brightness(0.8);
  transition: filter 0.3s;
}
.carousel-card strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 11px; font-weight: 700;
  color: #e8e0d4;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.carousel-card span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 8px; font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.carousel-card p {
  font-size: 9px; line-height: 1.5;
  color: #a09585;
  margin: 0;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s, max-height 0.4s;
}
/* front card glow */
.carousel-card.is-front {
  border-color: rgba(184,151,90,0.3);
  box-shadow: 0 0 24px rgba(184,151,90,0.12), 0 8px 32px rgba(0,0,0,0.4);
}
.carousel-card.is-front img { filter: brightness(1.1); background: rgba(255,255,255,0.06); }
.carousel-card.is-front p { opacity: 1; max-height: 60px; }
[data-status="dev"] .carousel-card.is-front {
  border-color: rgba(91,163,212,0.3);
  box-shadow: 0 0 24px rgba(91,163,212,0.12), 0 8px 32px rgba(0,0,0,0.4);
}

/* nav arrows */
.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(184,151,90,0.15);
  border-radius: 50%;
  color: var(--gold);
  font-size: 20px; line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s, border-color 0.3s;
}
.carousel-prev:hover, .carousel-next:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #0e0d0b;
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }
/* Carousel responsive */
@media (max-width: 640px) {
  .carousel-scene { height: 220px; }
  .carousel-card { width: 120px; height: 170px; padding: 12px 8px; }
  .carousel-card img { width: 52px; height: 52px; }
  .carousel-card strong { font-size: 10px; }
  .carousel-card p { font-size: 8px; }
  .carousel-prev, .carousel-next { width: 32px; height: 32px; font-size: 16px; }
  .atl-phase-meta { flex-wrap: wrap; gap: 8px; }
  .atl-summary { flex-direction: column; }
  .atl-divider { width: 100%; height: 1px; }
}

/* ══════════════════════════════════════
   BRAND INTRO (sub-pages)
══════════════════════════════════════ */
.brand-intro {
  background: var(--parchment);
  padding: 60px 32px 52px;
  max-width: var(--max);
  margin: 0 auto;
}
.brand-intro .container { max-width: var(--max); text-align: center; }
.brand-intro blockquote {
  font-family: 'Suez One', serif;
  font-size: 20px;
  font-style: italic;
  color: #e8e3dc;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.55;
  position: relative;
  padding: 0 0 28px;
}
.brand-intro blockquote::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1.5px;
  background: var(--gold);
}
.brand-intro p {
  color: #c4bdb6;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
  max-width: var(--max);
  text-align: center;
  white-space: pre-line;
}
.brand-intro p:last-child { margin-bottom: 0; }
.brand-intro h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--text2);
  margin: 24px 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.brand-intro strong { color: var(--text2); font-weight: 600; }

/* ══════════════════════════════════════
   FULL-WIDTH IMAGE
══════════════════════════════════════ */
.full-img-section {
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: var(--dark2);
}
.full-img-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.8s var(--ease);
}
.full-img-section:hover img {
  transform: scale(1.02);
}

/* ══════════════════════════════════════
   ACCORDION
══════════════════════════════════════ */
.accordion {
  background: var(--dark);
  padding: 0;
  max-width: var(--max);
  margin: 0 auto;
}
.accordion .container { max-width: var(--max); padding: 0; }

.accordion-item { border-bottom: none; }

.accordion-btn {
  width: 100%;
  background: var(--dark);
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid transparent;
  color: var(--white);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  padding: 18px 32px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s var(--ease), padding-left 0.3s var(--ease), border-color 0.3s;
}
.accordion-btn:hover {
  background: #241f1a;
  padding-left: 36px;
}
.accordion-btn .icon {
  font-size: 18px;
  color: #948c84;
  transition: transform 0.4s var(--ease), color 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
  font-style: normal;
  line-height: 1;
}
.accordion-btn.open {
  color: var(--gold);
  background: rgba(184,151,90,0.05);
  border-bottom: 1px solid rgba(184,151,90,0.2);
  border-left-color: var(--gold);
}
.accordion-btn.open .icon {
  transform: rotate(45deg);
  color: var(--gold);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  background: #201d18;
  transition: max-height 0.55s cubic-bezier(.4,0,.2,1), padding 0.35s cubic-bezier(.4,0,.2,1);
}
.accordion-content.open {
  max-height: 3000px;
  padding: 32px 32px 36px;
  background: #201d18;
}

.accordion-content p,
.accordion-content li {
  color: #d4cec6;
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 12px;
}
.accordion-content h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  margin: 24px 0 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.accordion-content h4:first-child { margin-top: 0; }
.accordion-content strong { color: #e4dfd8; font-weight: 600; }

/* Accordion inline image */
.accordion-img {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 4px;
}
.accordion-img img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  background: #110f0b;
  border-radius: 4px;
}

/* ══════════════════════════════════════
   TEXT SECTION
══════════════════════════════════════ */
.text-section {
  background: var(--dark3);
  padding: 56px 32px;
  max-width: var(--max);
  margin: 0 auto;
}
.text-section .container { max-width: var(--max); }
.text-section.compact { padding: 40px 20px; }
.text-section p {
  color: var(--lgray);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 14px;
}
.text-section h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text2);
  margin: 24px 0 12px;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════
   DARK SECTION (closing quotes)
══════════════════════════════════════ */
.dark-section {
  background: var(--dark2);
  background-image: radial-gradient(ellipse at 50% 50%, rgba(184,151,90,0.04) 0%, transparent 60%);
  padding: 72px 32px;
  position: relative;
  overflow: hidden;
  max-width: var(--max);
  margin: 0 auto;
}
.dark-section::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}
.dark-section .container { max-width: 720px; text-align: center; }
.dark-section p {
  color: #dbd6cf;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 14px;
}
.dark-section .closing-quote {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #ebe6e0;
  line-height: 1.7;
}
.dark-section .closing-brand {
  margin-top: 22px;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  color: var(--gold);
}
.accent-gold { color: var(--gold); font-style: italic; margin-top: 14px; }
.brand-subtitle {
  text-align: center;
  font-size: 18px;
  color: var(--lgray);
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.footer-home-link { color: var(--gray); }

/* ══════════════════════════════════════
   SECTION TITLE
══════════════════════════════════════ */
.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 20px;
}

/* ══════════════════════════════════════
   HIGHLIGHT BOX
══════════════════════════════════════ */
.highlight {
  background: #1e1b16;
  border-left: 2px solid var(--gold);
  padding: 18px 24px;
  margin: 20px 0;
  color: var(--lgray);
  font-size: 14px;
  line-height: 1.9;
}

/* ══════════════════════════════════════
   FOOTER (unified)
══════════════════════════════════════ */
#site-footer {
  background: #0a0907;
  padding: 64px 32px 32px;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
#site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 40px;
  justify-content: flex-start;
}
.footer-brand {
  font-family: 'Suez One', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 2px;
}
.footer-brand-sub {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #8a8278;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.8fr;
  gap: 0 40px;
  margin-bottom: 40px;
}
.footer-col h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,151,90,0.15);
}
.footer-col p {
  font-size: 13px;
  color: #c4bdb6;
  line-height: 1.7;
  margin-bottom: 12px;
}
.footer-col p:last-child { margin-bottom: 0; }
.footer-col p strong { color: #e8e3dc; font-weight: 600; }
.footer-col a { color: #c4bdb6; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #8a8278;
  margin-left: 6px;
}
.footer-note {
  font-size: 12px;
  color: #9a9088;
  margin-top: 16px;
  line-height: 1.6;
  font-style: italic;
}
.footer-bottom {
  border-top: 1px solid rgba(184,151,90,0.15);
  padding-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #9a9088;
  letter-spacing: 1.5px;
}

/* ══════════════════════════════════════
   TWO-COL
══════════════════════════════════════ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ══════════════════════════════════════
   ZUNYUAN GRIDS
══════════════════════════════════════ */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  transition: transform 0.4s var(--ease);
}
.photo-grid img:hover { transform: scale(1.03); }
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.logo-item {
  background: var(--offwhite);
  border-radius: 4px;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.logo-item:hover { background: #222; }
.logo-grid img {
  width: 100%;
  height: 52px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.7);
  transition: filter 0.3s;
}
.logo-item:hover img { filter: grayscale(0.5) brightness(0.9); }

/* ══════════════════════════════════════
   ECATRON PRODUCT GRID
══════════════════════════════════════ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
  text-align: left;
}
.product-card {
  background: var(--dark3);
  border: 1px solid #222;
  border-radius: 2px;
  padding: 28px 26px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.product-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.product-card .node {
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.product-card p {
  color: #b8b0a8;
  font-size: 13px;
  line-height: 1.9;
}

/* ══════════════════════════════════════
   HERO FULL (homepage)
══════════════════════════════════════ */
.hero-full { height: 420px; }
.hero-full img {
  height: 420px !important;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.72) contrast(1.06);
  transition: transform 12s ease !important;
}
.hero-full:hover img { transform: scale(1.04) !important; }

.hero-shimmer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    transparent 0%,
    transparent 35%,
    rgba(255,240,180,0.02) 44%,
    rgba(255,255,255,0.05) 50%,
    rgba(200,170,90,0.03) 56%,
    transparent 65%,
    transparent 100%
  );
  background-size: 250% 100%;
  animation: metalShimmer 12s ease-in-out infinite;
}
@keyframes metalShimmer {
  0%   { background-position: 150% 0; }
  60%  { background-position: -50% 0; }
  100% { background-position: 150% 0; }
}

.hero-overlay-bottom {
  background: linear-gradient(
    to top,
    rgba(10,18,26,0.9) 0%,
    rgba(10,18,26,0.4) 40%,
    rgba(10,18,26,0.0) 70%
  ) !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  padding: 0 36px 42px !important;
  text-align: left !important;
}
.hero-overlay-bottom .home-banner-title {
  font-size: 9px;
  letter-spacing: 6px;
  color: #a09890;
  margin-bottom: 10px;
}
.hero-overlay-bottom .home-banner-quote {
  font-size: 20px;
  line-height: 1.4;
  max-width: 440px;
  color: #fff;
}

.metal-text {
  background: linear-gradient(135deg, #fff 0%, #f5e8b0 30%, #b8975a 52%, #d4b577 72%, #fff 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: metalText 6s ease-in-out infinite alternate;
}
@keyframes metalText {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.hero-scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-scroll-hint span {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transform: rotate(45deg);
  animation: scrollArrow 2s ease-in-out infinite;
}
@keyframes scrollArrow {
  0%   { opacity: 0; transform: rotate(45deg) translate(-4px,-4px); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: rotate(45deg) translate(4px,4px); }
}


/* ══════════════════════════════════════
   SCROLL TO TOP
══════════════════════════════════════ */
.scroll-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 40px; height: 40px;
  background: transparent;
  border: 1.5px solid rgba(184,151,90,0.5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s, transform 0.4s cubic-bezier(.25,.46,.45,.94), background 0.3s, border-color 0.3s, box-shadow 0.3s;
  z-index: 999;
  color: rgba(184,151,90,0.8);
  font-size: 15px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.scroll-top svg { display: block; }
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 4px 20px rgba(184,151,90,0.3);
}

/* ══════════════════════════════════════
   STATS BAR
══════════════════════════════════════ */
/* ══ WANDERING PEOPLE CANVAS ══ */
.stats-bar {
  max-width: var(--max);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--dark2) 0%, var(--navy) 100%);
  border-top: 1px solid rgba(184,151,90,0.25);
  border-bottom: 1px solid rgba(184,151,90,0.12);
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold2) 50%, var(--gold) 70%, transparent 100%);
  opacity: 0.6;
}
.stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.stat-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(184,151,90,0.08);
  transition: background 0.3s, transform 0.3s;
  position: relative;
}
.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 20%; right: 20%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  opacity: 0.4;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(184,151,90,0.04); }
.stat-item:hover::after { transform: scaleX(1); }
.stat-item:hover .stat-number {
  text-shadow: 0 0 20px rgba(184,151,90,0.4);
}
.stat-number {
  font-family: 'Suez One', serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  transition: text-shadow 0.3s;
}
.stat-suffix {
  color: var(--gold2);
  font-size: 22px;
}
.stat-label {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #948c84;
}

/* ══════════════════════════════════════
   BRAND DIVIDER
══════════════════════════════════════ */
.brand-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.brand-divider span {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.brand-divider::before,
.brand-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.25;
}

/* ══════════════════════════════════════
   GENERAL POLISH & TRANSITIONS
══════════════════════════════════════ */
button,
.app-card,
.product-card,
.logo-item,
.stat-item,
.highlight {
  transition-property: transform, box-shadow, border-color, background, color;
  transition-duration: 0.3s;
  transition-timing-function: var(--ease);
}

/* Subtle page entrance */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.home-tagline,
.home-banner {
  animation: fadeInUp 0.6s var(--ease) both;
}

/* Heading letter-spacing refinement */
h1, h2, h3 { letter-spacing: 0.015em; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 900px) {
  .news-tv-wrap { padding: 28px 20px 24px; }
  .tv-bezel { padding: 8px; border-radius: 8px; }
  .tv-header { padding: 8px 14px; }
  .tv-label { font-size: 8px; letter-spacing: 3px; }
  .news-card-caption { bottom: 28px; padding: 10px 16px 10px 14px; }
  .news-card-caption h4 { font-size: 13px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 3px; }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1.8fr; gap: 0 28px; }
  .footer-col { padding: 0; }
  .two-col { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }

  .page-hero img { height: auto; }
  .full-img-section img { height: auto; }
  .home-banner img { height: 280px; }
  .home-banner-quote { font-size: 20px; }
  .section-bar-label { font-size: 17px; }
  .brand-intro blockquote { font-size: 17px; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .stat-item:nth-child(2n) { border-right: none; }
  .scroll-top { bottom: 18px; right: 18px; width: 36px; height: 36px; font-size: 14px; }

  .container { padding: 0 20px; }
  .brand-intro { padding: 48px 20px 40px; }
  .accordion-btn { padding: 16px 20px; min-height: 48px; }
  .accordion-content.open { padding: 28px 20px 32px; }
  .accordion-img { margin: 0 0 20px; }
  .accordion-img img { max-height: 300px; }
  .dark-section { padding: 56px 20px; }
  .brand-intro p { white-space: normal; }

  /* — Ensure touch targets for tablet — */
  .footer-col a { padding: 4px 0; }
}

@media (max-width: 768px) {
  /* — Brand grid — */
  .brand-grid { grid-template-columns: repeat(3, 1fr); }

  /* — Stats — */
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2n) { border-right: none; }

  /* — App timeline — */
  .atl-summary { grid-template-columns: repeat(2, 1fr); }
  .carousel-scene { height: 240px; }

  /* — Section bar — */
  .section-bar-label { font-size: 16px; }

  /* — Footer — */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .footer-grid .footer-col:nth-child(3) { grid-column: 1 / -1; }
  .footer-grid > *:nth-child(n+3) { border-left: none; padding-left: 0; }

  /* — Hero — */
  .home-banner-title { font-size: 26px; }
  .hero-overlay-bottom { padding: 0 24px 32px !important; }
  .hero-full { height: 340px; }
  .hero-full img { height: 340px !important; }

  /* — TV News tablet — */
  .tv-frame { max-width: 460px; }
  .news-nav { opacity: 1; width: 40px; height: 40px; font-size: 16px; }
  .news-nav-left { left: 16px; }
  .news-nav-right { right: 16px; }
  .tv-ticker-inner { gap: 12px; }
  .news-card-caption { bottom: 24px; }
}

/* ══════════════════════════════════════
   MOBILE PHONE (≤ 480px)
══════════════════════════════════════ */
@media (max-width: 480px) {

  /* — Typography scaling — */
  .home-banner-quote,
  .hero-overlay-bottom .home-banner-quote { font-size: 15px; }
  .section-bar-label { font-size: 14px; }
  .brand-intro blockquote { font-size: 15px; }
  .home-tagline-main { font-size: 18px; }
  .product-card h3 { font-size: 15px; }
  .stat-number { font-size: 22px; }
  .stat-suffix { font-size: 14px; }

  /* — Grid adjustments — */
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .app-grid { grid-template-columns: 1fr; gap: 10px; }
  .carousel-scene { height: 210px; }
  .carousel-ring { width: 100px !important; height: 150px !important; }
  .carousel-card { width: 100px; height: 150px; padding: 10px 6px; }
  .carousel-card img { width: 40px; height: 40px; }
  .carousel-card strong { font-size: 9px; }
  .carousel-card span { font-size: 7px; }
  .carousel-card p { font-size: 7px; max-height: 40px; }
  .carousel-prev, .carousel-next { width: 44px; height: 44px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 3px; }
  .tv-bezel { padding: 6px; }
  .news-card-caption { bottom: 24px; }
  .news-card-caption h4 { font-size: 12px; }
  .tv-ticker-inner { font-size: 9px; padding: 6px 0; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .product-grid { grid-template-columns: 1fr; }

  /* — Container & section padding — */
  .container { padding: 0 16px; }
  .museum-block { padding: 36px 20px; }
  .museum-origin { padding: 40px 20px; }
  .museum-quote { font-size: 17px; padding: 0 8px; }
  .timeline { flex-direction: column; gap: 0; align-items: flex-start; }
  .timeline::before { display: none; }
  .timeline-item { display: flex; align-items: flex-start; gap: 14px; text-align: left; padding: 6px 0; }
  .timeline-year { min-width: 80px; margin-bottom: 0; font-size: 15px; white-space: nowrap; }
  .timeline-dot { margin: 4px 0 0; flex-shrink: 0; width: 10px; height: 10px; }
  .timeline-line { display: none; }
  .timeline-text { font-size: 12px; line-height: 1.7; }
  .domain-tag { font-size: 10px; padding: 6px 14px; }
  .museum-closing-text { font-size: 17px; }
  .text-section { padding: 40px 16px; }
  .brand-intro { padding: 40px 16px 32px; }
  .dark-section { padding: 48px 16px; }
  #site-footer { padding: 44px 16px 28px; }
  .portfolio-content { padding: 20px 16px 24px; }
  .news-content { padding: 20px 16px 28px; }
  .section-bar-inner { padding: 12px 16px; }
  .home-tagline { padding: 36px 16px 32px; }
  #site-footer { padding: 36px 16px 22px; }

  /* — Accordion padding — */
  .accordion-btn { padding: 14px 16px; font-size: 13px; }
  .accordion-content.open { padding: 22px 16px 26px; }
  .accordion-img { margin: 0 0 16px; }
  .accordion-img img { max-height: 220px; }
  .accordion-content p,
  .accordion-content li { font-size: 13px; line-height: 1.85; }

  /* — Hero section — */
  .home-banner img { height: 300px; }
  .hero-full { height: 360px; }
  .hero-full img { height: 360px !important; }
  .hero-overlay-bottom { padding: 0 16px 20px !important; }
  .home-banner-overlay { padding: 0 16px; }

  /* — Touch targets — */
  .accordion-btn { min-height: 44px; }
  .footer-col a {
    display: block;
    padding: 6px 0;
    line-height: 1.8;
  }
  .scroll-top { bottom: 14px; right: 14px; width: 40px; height: 40px; }

  /* — Stats bar — */
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 16px 12px; }

  /* — News TV mobile — */
  .news-tv-wrap { padding: 20px 12px 16px; }
  .tv-bezel { padding: 4px; border-radius: 6px; }
  .tv-screen { border-radius: 4px; }
  .tv-header { padding: 6px 10px; }
  .tv-label { font-size: 7px; }
  .tv-live { font-size: 7px; }
  .news-card-caption { bottom: 20px; padding: 8px 12px 8px 10px; border-left-width: 2px; }
  .news-card-caption h4 { font-size: 11px; }
  .news-card-caption span { font-size: 8px; }
  .tv-ticker-inner { font-size: 9px; gap: 12px; }
  .tv-stand { width: 40px; height: 20px; }
  .tv-base { width: 100px; height: 4px; }
  .news-nav { opacity: 1; width: 44px; height: 44px; font-size: 16px; }
  .news-nav-left { left: 6px; }
  .news-nav-right { right: 6px; }

  /* — App card — */
  .app-card { padding: 20px 16px 18px; }

  /* — Footer — */
  .footer-brand { font-size: 18px; }
  .footer-knight { height: 70px; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .footer-col { padding: 0; border: none; text-align: center; }
  .footer-col h5 { text-align: center; }
  .footer-col p { font-size: 13px; }
  .footer-col a { display: block; padding: 4px 0; }
  .footer-top-row { justify-content: center; }
  .footer-bottom { font-size: 11px; }
  .footer-bottom { font-size: 9px; letter-spacing: 1.5px; }

  /* — Dark section text scaling — */
  .dark-section .closing-quote { font-size: 15px; line-height: 1.65; }
  .dark-section .closing-brand { font-size: 18px; }
  .dark-section p { font-size: 13px; }
  .brand-subtitle { font-size: 15px; }



  /* — Brand intro pre-line fix — */
  .brand-intro p { white-space: normal; }

  /* — Section bar text clamp — */
  .section-bar-label { font-size: 13px; letter-spacing: 0; }
  .section-bar-count { font-size: 8px; letter-spacing: 2px; }

  /* — Accordion icon spacing — */
  .accordion-btn .icon { margin-left: 12px; font-size: 16px; }

  /* — Home banner overlay — */
  .home-banner-title { font-size: 9px; letter-spacing: 4px; }

  /* — Highlight box — */
  .highlight { padding: 14px 16px; font-size: 13px; }

  /* — Product card — */
  .product-card { padding: 22px 20px; }
  .product-card p { font-size: 12px; }

  /* — Brand card name — */
  .brand-card-name { font-size: 9px; letter-spacing: 2.5px; padding: 10px 8px; min-height: 42px; }
  .brand-card-tag { font-size: 9px; letter-spacing: 1.5px; padding: 6px 8px 12px; min-height: 42px; }

  /* — Sub-page mobile — */
  .sub-home-btn { font-size: 12px; padding: 10px 16px; }
  .brand-category-badge { font-size: 10px; padding: 6px 14px; }
  .sub-footer { padding: 20px 16px; }
  .sub-footer-inner { flex-direction: column; gap: 6px; }
  .sub-footer-home { font-size: 12px; }
  .sub-footer-copy { font-size: 9px; }
}

/* ══════════════════════════════════════
   SUB-PAGE FOOTER
══════════════════════════════════════ */
.sub-footer {
  background: #0a0907;
  border-top: 1px solid rgba(184,151,90,0.12);
  padding: 24px 32px;
  text-align: center;
}
.sub-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.sub-footer-home {
  font-family: 'Suez One', serif;
  font-size: 14px;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s;
}
.sub-footer-home:hover { color: var(--gold2); }
.sub-footer-copy {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a7268;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — LOADER
══════════════════════════════════════ */
@keyframes loaderPulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 20px rgba(184,151,90,0.6), 0 0 40px rgba(184,151,90,0.3); }
  50% { opacity: 0.7; text-shadow: 0 0 40px rgba(184,151,90,0.9), 0 0 80px rgba(184,151,90,0.5); }
}
@keyframes barFill {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes loaderFadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; pointer-events: none; }
}

#civ-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0a0905;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#civ-loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,151,90,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,151,90,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
#civ-loader.fade-out {
  animation: loaderFadeOut 0.8s ease forwards;
}
#civ-loader.hidden { display: none; }

.loader-inner {
  text-align: center;
  max-width: 420px;
  padding: 40px 32px;
  border: 1px solid rgba(184,151,90,0.2);
  position: relative;
}
.loader-inner::before, .loader-inner::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: var(--gold);
  border-style: solid;
}
.loader-inner::before {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
.loader-inner::after {
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
}

.loader-logo {
  font-family: 'Suez One', serif;
  font-size: 32px;
  letter-spacing: 8px;
  color: var(--gold);
  animation: loaderPulse 2s ease-in-out infinite;
  margin-bottom: 6px;
}
.loader-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(184,151,90,0.55);
  margin-bottom: 28px;
}
.loader-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,151,90,0.4), transparent);
  margin-bottom: 24px;
}
.loader-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.loader-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loader-bar-label {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(184,151,90,0.6);
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}
.loader-bar-track {
  flex: 1;
  height: 2px;
  background: rgba(184,151,90,0.12);
  overflow: hidden;
}
.loader-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  box-shadow: 0 0 8px rgba(184,151,90,0.6);
}
.loader-bar-pct {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--gold);
  width: 32px;
  flex-shrink: 0;
}
.loader-status {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(184,151,90,0.45);
}
.loader-skip {
  position: absolute;
  bottom: 32px;
  right: 40px;
  background: none;
  border: 1px solid rgba(184,151,90,0.3);
  color: rgba(184,151,90,0.5);
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.loader-skip:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(184,151,90,0.05);
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — HERO ACTIVE BADGE + SCANLINE
══════════════════════════════════════ */
@keyframes activePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(100,220,100,0.8); }
  50% { opacity: 0.4; box-shadow: 0 0 2px rgba(100,220,100,0.4); }
}
@keyframes scanSweep {
  0% { top: -2px; }
  100% { top: 100%; }
}

.hero-active-badge {
  position: absolute;
  top: 20px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(10,9,7,0.7);
  border: 1px solid rgba(100,220,100,0.3);
  padding: 5px 12px;
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(120,220,120,0.85);
  z-index: 5;
  backdrop-filter: blur(4px);
}
.hero-active-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #64dc64;
  animation: activePulse 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
.hero-scanline {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 4;
}
.hero-scanline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(184,151,90,0.15), transparent);
  animation: scanSweep 6s linear infinite;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — MANIFESTO
══════════════════════════════════════ */
@keyframes manifestoReveal {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.manifesto-wrap {
  position: relative;
  padding: 80px 0 72px;
  overflow: hidden;
}
.manifesto-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,151,90,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,151,90,0.035) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}
.manifesto-wrap::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border-top: 1px solid rgba(184,151,90,0.4);
  border-left: 1px solid rgba(184,151,90,0.4);
  pointer-events: none;
}
.manifesto-corner-br {
  position: absolute;
  bottom: 0; right: 0;
  width: 32px; height: 32px;
  border-bottom: 1px solid rgba(184,151,90,0.4);
  border-right: 1px solid rgba(184,151,90,0.4);
  pointer-events: none;
}
.manifesto-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}
.manifesto-inner.revealed .manifesto-header-row,
.manifesto-inner.revealed .manifesto-declaration,
.manifesto-inner.revealed .manifesto-rule,
.manifesto-inner.revealed .manifesto-body-text,
.manifesto-inner.revealed .manifesto-closing,
.manifesto-inner.revealed .manifesto-data-row {
  animation: manifestoReveal 0.7s ease forwards;
}
.manifesto-inner.revealed .manifesto-declaration { animation-delay: 0.1s; }
.manifesto-inner.revealed .manifesto-rule { animation-delay: 0.22s; }
.manifesto-inner.revealed .manifesto-body-text { animation-delay: 0.34s; }
.manifesto-inner.revealed .manifesto-closing { animation-delay: 0.46s; }
.manifesto-inner.revealed .manifesto-data-row { animation-delay: 0.58s; }

.manifesto-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  opacity: 0;
}
.manifesto-file-tag {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
}
.manifesto-coord {
  font-family: 'Raleway', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(184,151,90,0.45);
}
.manifesto-declaration {
  margin-bottom: 28px;
  opacity: 0;
}
.manifesto-line-1 {
  font-family: 'Suez One', serif;
  font-size: clamp(22px, 4vw, 36px);
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 4px;
}
.manifesto-line-2 {
  font-family: 'Suez One', serif;
  font-size: clamp(22px, 4vw, 36px);
  color: var(--text);
  line-height: 1.2;
  margin: 0;
}
.manifesto-gold {
  color: var(--gold);
  text-shadow: 0 0 20px rgba(184,151,90,0.5), 0 0 40px rgba(184,151,90,0.25);
}
.manifesto-rule {
  text-align: center;
  margin: 24px 0;
  opacity: 0;
  position: relative;
}
.manifesto-rule::before, .manifesto-rule::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,151,90,0.3));
}
.manifesto-rule::before { right: 55%; }
.manifesto-rule::after {
  left: 55%;
  background: linear-gradient(90deg, rgba(184,151,90,0.3), transparent);
}
.manifesto-rule-diamond {
  font-size: 14px;
  color: var(--gold);
  text-shadow: 0 0 12px rgba(184,151,90,0.6);
}
.manifesto-body-text {
  margin-bottom: 28px;
  opacity: 0;
}
.manifesto-body-text p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text2);
  margin: 0;
}
.manifesto-br { display: none; }
.manifesto-closing {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  opacity: 0;
  flex-wrap: wrap;
}
.manifesto-closing span {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text2);
}
.manifesto-closing-sep {
  color: var(--gold) !important;
  font-size: 10px !important;
}
.manifesto-data-row {
  display: flex;
  gap: 0;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  border-top: 1px solid rgba(184,151,90,0.12);
  padding-top: 20px;
}
.manifesto-data-item {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(184,151,90,0.5);
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.manifesto-data-key {
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(184,151,90,0.3);
}
.manifesto-data-sep {
  font-size: 10px;
  color: rgba(184,151,90,0.2);
  margin: 0 12px;
}
.manifesto-status-live {
  color: #64dc64;
  font-size: 9px !important;
  letter-spacing: 2px;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — SECTOR LABELS
══════════════════════════════════════ */
.sector-num {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(184,151,90,0.45);
  margin-right: 8px;
}
.sector-diamond {
  color: var(--gold);
  font-size: 10px;
  margin-right: 8px;
  text-shadow: 0 0 8px rgba(184,151,90,0.5);
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — STAT HUD BARS
══════════════════════════════════════ */
.stat-hud-icon {
  font-size: 13px;
  color: var(--gold);
  text-shadow: 0 0 10px rgba(184,151,90,0.6);
  flex-shrink: 0;
}
.stat-hud-bar {
  width: 48px;
  height: 2px;
  background: rgba(184,151,90,0.12);
  overflow: hidden;
  flex-shrink: 0;
}
.stat-hud-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  box-shadow: 0 0 6px rgba(184,151,90,0.5);
  transition: width 1.2s ease;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — CURSOR TRAIL
══════════════════════════════════════ */
.cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(184,151,90,0.7);
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px rgba(184,151,90,0.5);
  transition: opacity 0.3s;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — MUSEUM LABEL PREFIX
══════════════════════════════════════ */
.museum-label::before {
  content: '◈ ';
  color: var(--gold);
  font-size: 0.85em;
}

/* ══════════════════════════════════════
   CIVILIZATION THEME — RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 768px) {
  .manifesto-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .manifesto-coord { display: none; }
  .manifesto-closing {
    flex-direction: column;
    gap: 8px;
  }
  .manifesto-closing-sep { display: none; }
  .manifesto-data-row { gap: 12px; }
  .manifesto-rule::before, .manifesto-rule::after { width: 30%; }
  .hero-active-badge { top: 12px; right: 12px; }
  .loader-inner { padding: 28px 20px; }
  .loader-logo { font-size: 24px; }
}
