/* ═══════════════════════════════════════════════
   НОМИН Холдинг — Main Stylesheet
   styles.css
   ═══════════════════════════════════════════════ */

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #06101e;
  --navy2:  #0b1828;
  --navy3:  #102035;
  --blue:   #1a3560;
  --blue2:  #0d2248;
  --gold:   #c9a84c;
  --gold2:  #e2c06a;
  --gold3:  rgba(201,168,76,0.1);
  --white:  #f4f0e8;
  --gray:   #7a8294;
  --border: rgba(201,168,76,0.14);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
  cursor: none;
}

/* ── LANGUAGE TOGGLE ── */
[data-lang="mn"] .en { display: none; }
[data-lang="mn"] .ru { display: none; }
[data-lang="en"] .mn { display: none; }
[data-lang="en"] .ru { display: none; }
[data-lang="ru"] .mn { display: none; }
[data-lang="ru"] .en { display: none; }

/* ── CUSTOM CURSOR ── */
#cur {
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: screen;
  transition: transform 0.2s;
}
#cur-f {
  width: 32px; height: 32px;
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.3s cubic-bezier(.25,.46,.45,.94);
}

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 0 64px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(6,16,30,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.4s;
}
nav.slim { height: 62px; border-bottom-color: rgba(201,168,76,0.2); box-shadow: 0 4px 40px rgba(0,0,0,0.5); }

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: var(--white);
}
.nav-logo span { color: var(--gold); }

.nav-center { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-center a {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none;
  color: rgba(244,240,232,0.48);
  transition: color 0.25s;
  position: relative; padding: 6px 0;
  cursor: none;
}
.nav-center a::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-center a:hover { color: var(--gold); }
.nav-center a:hover::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 12px; }

.lang-toggle {
  display: flex;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  overflow: hidden;
}
.lang-btn {
  padding: 6px 13px;
  font-size: 0.69rem; font-weight: 600; letter-spacing: 0.1em;
  cursor: none; border: none;
  background: transparent;
  color: rgba(244,240,232,0.38);
  transition: all 0.2s;
}
.lang-btn.active { background: var(--gold); color: var(--navy); }

.nav-tel {
  font-size: 0.73rem; font-weight: 600; letter-spacing: 0.06em;
  color: var(--gold); text-decoration: none;
  border: 1px solid var(--border);
  padding: 8px 18px;
  transition: all 0.3s; cursor: none;
}
.nav-tel:hover { background: var(--gold3); border-color: rgba(201,168,76,0.4); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 110px 64px 72px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 75% 75% at 68% 44%, rgba(26,53,96,0.65) 0%, transparent 65%),
    radial-gradient(ellipse 35% 35% at 12% 82%, rgba(201,168,76,0.07) 0%, transparent 55%),
    linear-gradient(160deg, #06101e 0%, #091522 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}
.hero-glow {
  position: absolute; top: 15%; right: 8%;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 0.67rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 32px;
  animation: fadeUp 0.9s ease both;
}
.eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  font-weight: 300; line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  animation: fadeUp 0.9s 0.14s ease both;
}
.hero-title strong { font-weight: 700; display: block; }
.hero-title em { font-style: italic; color: var(--gold); }

.hero-sub {
  font-size: 0.95rem; line-height: 1.85;
  color: rgba(244,240,232,0.52);
  max-width: 500px; margin-bottom: 48px;
  font-weight: 300;
  animation: fadeUp 0.9s 0.28s ease both;
}
.hero-actions {
  display: flex; gap: 20px; align-items: center;
  animation: fadeUp 0.9s 0.42s ease both;
}

/* ── BUTTONS ── */
.btn-primary {
  background: var(--gold); color: var(--navy);
  padding: 15px 38px;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
  position: relative; overflow: hidden; display: inline-block;
  cursor: none;
}
.btn-primary::before {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover {
  background: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(201,168,76,0.28);
}

.btn-secondary {
  color: var(--white); text-decoration: none;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
  transition: gap 0.3s; cursor: none;
}
.btn-secondary:hover { gap: 16px; color: var(--gold); }
.btn-secondary::after { content: '→'; color: var(--gold); }

.btn-dark {
  background: var(--navy); color: var(--white);
  padding: 14px 32px;
  font-size: 0.77rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s; cursor: none;
  display: inline-block;
}
.btn-dark:hover { background: #020810; transform: translateY(-2px); }

.btn-outline-dark {
  border: 2px solid var(--navy); color: var(--navy);
  padding: 12px 32px;
  font-size: 0.77rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s; cursor: none;
  display: inline-block;
}
.btn-outline-dark:hover { background: var(--navy); color: var(--white); }

.btn-gold-pg {
  padding: 14px 30px; background: var(--gold); color: var(--navy);
  font-size: 0.77rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
  display: block; text-align: center; cursor: none;
}
.btn-gold-pg:hover { background: var(--gold2); }

.btn-ghost-pg {
  padding: 13px 30px; border: 1px solid var(--border);
  color: var(--white);
  font-size: 0.77rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s;
  display: block; text-align: center; cursor: none;
  margin-top: 8px;
}
.btn-ghost-pg:hover { border-color: var(--gold); color: var(--gold); }

/* ── HERO RIGHT / STATS PANEL ── */
.hero-right {
  position: relative; z-index: 2;
  padding-left: 56px;
  animation: fadeLeft 1s 0.35s ease both;
}
.stats-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.stat-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  padding: 28px 22px;
  position: relative; overflow: hidden;
  transition: all 0.35s; cursor: default;
}
.stat-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.stat-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.07), transparent);
  opacity: 0; transition: opacity 0.35s;
}
.stat-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.32); }
.stat-card:hover::after { opacity: 1; }
.stat-card.wide { grid-column: span 2; }
.snum {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem; font-weight: 700;
  color: var(--gold); line-height: 1; margin-bottom: 7px;
}
.slabel { font-size: 0.68rem; letter-spacing: 0.08em; color: rgba(244,240,232,0.38); text-transform: uppercase; }
.hero-quote {
  margin-top: 14px; padding: 20px 22px;
  background: rgba(201,168,76,0.06);
  border: 1px solid var(--border); border-left: 3px solid var(--gold);
  font-size: 0.82rem; line-height: 1.7;
  color: rgba(244,240,232,0.52); font-style: italic;
}

/* ── STATS STRIP ── */
.stats-strip {
  background: rgba(201,168,76,0.06);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 28px 64px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.strip-item {
  text-align: center; padding: 16px;
  border-right: 1px solid var(--border);
  opacity: 0; animation: fadeUp 0.7s ease forwards;
}
.strip-item:last-child { border-right: none; }
.strip-item:nth-child(1) { animation-delay: 0.9s; }
.strip-item:nth-child(2) { animation-delay: 1.05s; }
.strip-item:nth-child(3) { animation-delay: 1.2s; }
.strip-item:nth-child(4) { animation-delay: 1.35s; }
.strip-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem; font-weight: 700;
  color: var(--gold); line-height: 1; margin-bottom: 6px;
}
.strip-lbl { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,240,232,0.42); }

/* ── TICKER (top gold) ── */
.ticker-top { background: var(--gold); padding: 12px 0; overflow: hidden; }
.ticker-track { display: flex; animation: ticker 42s linear infinite; white-space: nowrap; }
.tick {
  font-size: 0.67rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--navy);
  padding: 0 48px; display: flex; align-items: center; gap: 12px;
}
.tick::after { content: '◆'; font-size: 0.38rem; opacity: 0.55; }

/* ── SECTIONS ── */
section { padding: 116px 64px; }
.s-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.67rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.s-tag::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.s-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 300; line-height: 1.1; margin-bottom: 20px;
}
.s-title em { font-style: italic; color: var(--gold); }
.s-title strong { font-weight: 700; }
.s-sub {
  font-size: 0.9rem; line-height: 1.85;
  color: rgba(244,240,232,0.5);
  max-width: 540px; font-weight: 300;
}

/* ── ABOUT ── */
.about { background: var(--navy2); display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; height: 560px; }
.av-main {
  position: absolute; inset: 0 80px 80px 0;
  background: linear-gradient(145deg, var(--blue2), var(--navy));
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.av-wm {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10rem; font-weight: 700;
  color: rgba(201,168,76,0.06); letter-spacing: -0.02em;
  user-select: none; position: absolute;
}
.av-badge {
  position: absolute; bottom: 0; right: 0;
  width: 210px; height: 136px;
  background: var(--gold);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
}
.av-badge-n { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1; }
.av-badge-t { font-size: 0.68rem; font-weight: 700; color: var(--navy); letter-spacing: 0.1em; text-transform: uppercase; text-align: center; }
.av-yr {
  position: absolute; top: 28px; right: 92px;
  background: rgba(201,168,76,0.14); border: 1px solid rgba(201,168,76,0.28);
  padding: 8px 18px; font-size: 0.72rem; letter-spacing: 0.1em; z-index: 2;
}
.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.pillar { padding: 18px 20px; border: 1px solid var(--border); background: rgba(201,168,76,0.025); transition: all 0.3s; }
.pillar:hover { border-color: rgba(201,168,76,0.28); background: rgba(201,168,76,0.07); }
.pi { font-size: 1.3rem; margin-bottom: 8px; }
.pn { font-size: 0.79rem; font-weight: 600; color: var(--gold); letter-spacing: 0.05em; }
.pd { font-size: 0.73rem; color: rgba(244,240,232,0.38); margin-top: 4px; line-height: 1.5; }

/* ── BUSINESS ── */
.biz-sec { background: var(--navy3); }
.biz-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 68px; align-items: end; }
.biz-header-sub { font-size: 0.88rem; line-height: 1.8; color: rgba(244,240,232,0.48); }
.biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.biz-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(201,168,76,0.07);
  padding: 44px 36px;
  position: relative; overflow: hidden;
  transition: all 0.4s; cursor: none;
  min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.biz-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.09), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.biz-card:hover::before { opacity: 1; }
.biz-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,0.28); }
.biz-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-weight: 700;
  color: rgba(201,168,76,0.08);
  line-height: 1; margin-bottom: 10px;
}
.biz-icon { font-size: 1.8rem; margin-bottom: 16px; }
.biz-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; margin-bottom: 10px; }
.biz-desc { font-size: 0.78rem; line-height: 1.75; color: rgba(244,240,232,0.44); font-weight: 300; margin-bottom: 16px; }
.biz-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.btag {
  font-size: 0.62rem; letter-spacing: 0.07em;
  padding: 4px 10px;
  background: rgba(201,168,76,0.09); border: 1px solid rgba(201,168,76,0.18);
  color: rgba(244,240,232,0.55);
}

/* ── IMPACT ── */
.impact-sec {
  background: linear-gradient(148deg, var(--navy2), #0a1c32);
  position: relative; overflow: hidden;
}
.impact-sec::before {
  content: 'IMPACT';
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Cormorant Garamond', serif;
  font-size: 13rem; font-weight: 700;
  color: rgba(201,168,76,0.025);
  letter-spacing: -0.04em; white-space: nowrap;
  pointer-events: none;
}
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 56px; }
.imp-card {
  padding: 44px 28px;
  background: rgba(255,255,255,0.025); border: 1px solid var(--border);
  text-align: center; transition: all 0.3s; position: relative;
}
.imp-card::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--gold); transition: width 0.4s;
}
.imp-card:hover { background: rgba(201,168,76,0.06); border-color: rgba(201,168,76,0.26); }
.imp-card:hover::after { width: 48%; }
.imp-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 700; color: var(--gold); display: block; line-height: 1; }
.imp-lbl { font-size: 0.73rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(244,240,232,0.4); margin-top: 10px; line-height: 1.5; }

/* ── TIMELINE ── */
.tl-sec { background: var(--navy); }
.timeline { position: relative; margin-top: 72px; }
.timeline::before {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.28) 15%, rgba(201,168,76,0.28) 85%, transparent);
}
.tl-item { display: grid; grid-template-columns: 1fr 88px 1fr; margin-bottom: 56px; align-items: center; }
.tl-content {
  padding: 26px 32px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(201,168,76,0.09);
  transition: all 0.3s;
}
.tl-content:hover { border-color: rgba(201,168,76,0.24); background: rgba(201,168,76,0.04); }
.tl-content.right { grid-column: 3; }
.tl-content.left { grid-column: 1; text-align: right; }
.tl-center { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.tl-year { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--gold); }
.tl-dot { width: 12px; height: 12px; background: var(--gold); border-radius: 50%; border: 2px solid var(--navy); box-shadow: 0 0 0 4px rgba(201,168,76,0.18); }
.tl-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 7px; }
.tl-text { font-size: 0.78rem; line-height: 1.7; color: rgba(244,240,232,0.46); }

/* ── CSR ── */
.csr-sec { background: var(--navy2); position: relative; overflow: hidden; }
.csr-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 80% 50%, rgba(201,168,76,0.06), transparent); }
.csr-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; }
.csr-body p { font-size: 0.92rem; line-height: 1.85; color: rgba(244,240,232,0.52); margin-top: 20px; }
.csr-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.csr-card { background: rgba(255,255,255,0.025); border: 1px solid var(--border); padding: 26px 22px; transition: all 0.3s; }
.csr-card:hover { border-color: rgba(201,168,76,0.26); background: rgba(201,168,76,0.06); }
.csr-i { font-size: 1.6rem; margin-bottom: 12px; }
.csr-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 7px; }
.csr-card p { font-size: 0.76rem; line-height: 1.6; color: rgba(244,240,232,0.42); }

/* ── NEWS ── */
.news-sec { background: var(--navy3); }
.news-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 18px; margin-top: 60px; }
.news-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  overflow: hidden; transition: all 0.4s;
  cursor: none; text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
}
.news-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-5px); }
.news-img {
  height: 220px;
  background: linear-gradient(135deg, var(--blue2), var(--navy));
  display: flex; align-items: center; justify-content: center;
  font-size: 2.8rem; position: relative; overflow: hidden;
}
.news-card:first-child .news-img { height: 300px; }
.news-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,16,30,0.8), transparent 55%); }
.news-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.news-date { font-size: 0.67rem; letter-spacing: 0.13em; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }
.news-title { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; line-height: 1.3; margin-bottom: 9px; }
.news-card:first-child .news-title { font-size: 1.4rem; }
.news-excerpt { font-size: 0.76rem; line-height: 1.7; color: rgba(244,240,232,0.44); flex: 1; margin-bottom: 14px; }
.news-link { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 8px; transition: gap 0.3s; }
.news-card:hover .news-link { gap: 16px; }
.news-link::after { content: '→'; }

/* ── LEADERSHIP ── */
.lead-sec { background: var(--navy); }
.lead-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 60px; }
.lead-card { background: var(--navy2); border: 1px solid var(--border); padding: 28px 22px; text-align: center; transition: all 0.3s; }
.lead-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-4px); }
.lead-av {
  width: 76px; height: 76px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; margin: 0 auto 16px;
}
.lead-name { font-size: 0.88rem; font-weight: 600; color: var(--gold); margin-bottom: 4px; }
.lead-role { font-size: 0.71rem; color: rgba(244,240,232,0.36); line-height: 1.4; }

/* ── AWARDS ── */
.awards-sec { background: var(--navy2); }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 60px; }
.award-card { background: var(--navy); border: 1px solid var(--border); padding: 30px 22px; text-align: center; transition: all 0.3s; }
.award-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-4px); }
.aw-icon { font-size: 1.8rem; margin-bottom: 12px; }
.aw-title { font-size: 0.79rem; font-weight: 600; color: var(--gold); margin-bottom: 7px; }
.aw-body { font-size: 0.72rem; line-height: 1.6; color: rgba(244,240,232,0.36); }

/* ── CTA ── */
.cta-sec {
  padding: 96px 64px;
  background: var(--gold);
  position: relative; overflow: hidden;
}
.cta-sec::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(255,255,255,0.12), transparent),
    radial-gradient(ellipse 50% 80% at 100% 50%, rgba(10,16,46,0.18), transparent);
}
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.cta-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 300; color: var(--navy); line-height: 1.1; }
.cta-text strong { font-weight: 700; }
.cta-right p { font-size: 0.92rem; line-height: 1.8; color: rgba(10,16,46,0.65); margin-bottom: 28px; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── STORES PAGE ── */
.stores-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 48px; }
.store-card { background: var(--navy2); border: 1px solid var(--border); padding: 32px 24px; text-align: center; transition: all 0.3s; }
.store-card:hover { border-color: rgba(201,168,76,0.28); background: rgba(201,168,76,0.04); }
.store-num { font-family: 'Cormorant Garamond', serif; font-size: 3.8rem; font-weight: 700; color: var(--gold); display: block; line-height: 1; }
.store-lbl { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,240,232,0.4); margin-top: 10px; }
.info-panel { margin-top: 32px; padding: 24px 32px; background: rgba(201,168,76,0.06); border-left: 3px solid var(--gold); font-size: 0.84rem; line-height: 1.78; color: rgba(244,240,232,0.55); }

/* ── TENDER PAGE ── */
.tender-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 56px; }
.tender-note { margin-top: 22px; padding: 20px 26px; background: rgba(201,168,76,0.06); border-left: 3px solid var(--gold); font-size: 0.83rem; line-height: 1.75; color: rgba(244,240,232,0.54); }
.tcats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.tcat { padding: 20px; border: 1px solid var(--border); background: rgba(201,168,76,0.03); transition: all 0.3s; cursor: none; }
.tcat:hover { border-color: rgba(201,168,76,0.28); background: rgba(201,168,76,0.08); }
.tcat-i { font-size: 1.4rem; margin-bottom: 8px; }
.tcat-n { font-size: 0.81rem; font-weight: 600; color: var(--gold); }
.tcat-d { font-size: 0.72rem; color: rgba(244,240,232,0.36); margin-top: 4px; }
.tender-portal { padding: 40px; background: var(--navy2); border: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.tender-portal h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; }
.tender-portal p { font-size: 0.83rem; color: rgba(244,240,232,0.46); margin-top: 8px; }

/* ── FOOTER ── */
footer { background: #04080f; padding: 76px 64px 36px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 64px; margin-bottom: 60px; }
.f-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--white); margin-bottom: 14px; }
.f-logo span { color: var(--gold); }
.f-desc { font-size: 0.78rem; line-height: 1.8; color: rgba(244,240,232,0.3); max-width: 280px; }
.f-contact { margin-top: 22px; }
.f-contact a { display: block; font-size: 0.77rem; color: rgba(244,240,232,0.36); text-decoration: none; margin-bottom: 7px; transition: color 0.3s; cursor: none; }
.f-contact a:hover { color: var(--gold); }
.f-socials { display: flex; gap: 10px; margin-top: 20px; }
.f-social { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.18); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: rgba(244,240,232,0.36); text-decoration: none; transition: all 0.3s; cursor: none; }
.f-social:hover { border-color: var(--gold); color: var(--gold); }
.f-col h5 { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: 9px; }
.f-col a { font-size: 0.77rem; color: rgba(244,240,232,0.3); text-decoration: none; transition: color 0.3s; cursor: none; }
.f-col a:hover { color: var(--white); }
.f-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; }
.f-bottom p { font-size: 0.7rem; color: rgba(244,240,232,0.2); }
.f-motto { font-size: 0.65rem; letter-spacing: 0.18em; color: rgba(201,168,76,0.3); }

/* ── TICKER BOTTOM ── */
.ticker-bot {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  overflow: hidden;
  background: rgba(6,16,30,0.96);
  border-top: 1px solid rgba(201,168,76,0.12);
  padding: 10px 0;
}
.ticker-bot .ticker-track { animation-duration: 32s; }
.ticker-bot .tick { font-size: 0.63rem; letter-spacing: 0.16em; color: rgba(201,168,76,0.55); padding: 0 36px; }
.ticker-bot .tick::before { content: '◆'; font-size: 0.35rem; margin-right: 12px; color: var(--gold); }
.ticker-bot .tick::after { display: none; }

/* ── PAGE SYSTEM ── */
.page { display: none; }
.page.active { display: block; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.reveal { opacity: 0; transform: translateY(28px); transition: all 0.75s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; }
.d4 { transition-delay: 0.32s; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  nav { padding: 0 32px; }
  section { padding: 80px 32px; }
  .hero { grid-template-columns: 1fr; padding: 100px 32px 64px; }
  .hero-right { padding-left: 0; margin-top: 44px; }
  .about { grid-template-columns: 1fr; }
  .about-visual { height: 280px; margin-bottom: 20px; }
  .biz-header, .csr-layout, .cta-inner, .tender-layout { grid-template-columns: 1fr; }
  .biz-grid, .impact-grid, .awards-grid, .lead-grid, .stores-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .timeline::before { left: 20px; }
  .tl-item { grid-template-columns: 40px 1fr; }
  .tl-center { width: 40px; }
  .tl-content.right, .tl-content.left { grid-column: 2; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip { padding: 24px 32px; }
  .cta-sec { padding: 64px 32px; }
}
@media (max-width: 640px) {
  nav { padding: 0 20px; }
  .nav-center { display: none; }
  .about-visual { display: none; }
  .biz-grid, .impact-grid, .awards-grid, .lead-grid, .stores-grid, .news-grid,
  .csr-cards, .tcats, .about-pillars { grid-template-columns: 1fr; }
  .stats-panel { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  footer { padding: 56px 24px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .tender-portal { grid-template-columns: 1fr; }
}
