/* Drakyros public landing — extends theme.css tokens */
@import url('theme.css');

:root {
  --blood: #8b1e1e;
  --blood-glow: rgba(200, 60, 50, 0.45);
  --bone: #e7eadb;
  --tar: #0a0e0c;
  --ember: #d5a858;
  --claw: #c86355;
  --header-h: 72px;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body.landing-page {
  background: var(--void);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(139, 30, 30, 0.12), transparent),
    radial-gradient(circle at 80% 80%, rgba(100, 125, 73, 0.08), transparent 40%);
  background-size: cover;
  background-attachment: fixed;
}
body.landing-page::before { opacity: 0.12; z-index: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  padding: 0 clamp(16px, 4vw, 40px);
  background: linear-gradient(180deg, rgba(5, 7, 6, 0.97), rgba(5, 7, 6, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-header-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin-left: auto;
}
.site-nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}
.site-nav a:hover { color: var(--acid); }
.btn-panel {
  flex: none;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--line-hot);
  background: linear-gradient(135deg, #849d59, #52663d);
  color: #071008;
  font: 700 11px var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(109, 136, 76, 0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}
.site-brand { text-decoration: none; }
.site-brand strong {
  color: var(--bone);
  font: 700 16px var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-brand-sub {
  margin-top: 2px;
  font-size: 10px;
  color: var(--moss);
  letter-spacing: 0.14em;
}
.btn-panel:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(109, 136, 76, 0.35); color: #071008; }

.hero-cinematic {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 40px) clamp(20px, 5vw, 48px) 80px;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #050706;
}
.hero-video iframe,
#hero-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  border: 0;
  transform: translate(-50%, -50%);
  filter: saturate(1) contrast(1.04) brightness(1.05);
}
.hero-reel {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}
.hero-reel-btn {
  padding: 8px 12px;
  border: 1px solid var(--line-hot);
  border-radius: 8px;
  background: rgba(8, 12, 10, 0.82);
  color: var(--bone);
  font: 700 11px var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-reel-btn:hover { border-color: var(--acid); color: var(--acid); }
.hero-reel-btn.is-on { background: rgba(200, 228, 118, 0.16); color: var(--acid); }
.hero-track {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 12, 10, 0.72);
  color: var(--moss);
  font: 600 11px var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .hero-video iframe, #hero-yt { display: none; }
}
.hero-cinematic::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(5, 7, 6, 0.72) 0%, transparent 28%),
    linear-gradient(90deg, rgba(5, 7, 6, 0.38) 0%, transparent 42%);
  pointer-events: none;
}
.hero-blood-drip {
  position: absolute;
  top: 0;
  right: 8%;
  width: 120px;
  height: 200px;
  background: linear-gradient(180deg, var(--blood) 0%, transparent 100%);
  opacity: 0.35;
  clip-path: polygon(30% 0, 70% 0, 55% 100%, 45% 100%);
  filter: blur(2px);
  animation: drip-pulse 4s ease-in-out infinite;
}
@keyframes drip-pulse {
  0%, 100% { opacity: 0.25; transform: scaleY(1); }
  50% { opacity: 0.45; transform: scaleY(1.08); }
}
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.hero-content h1 {
  font: 700 clamp(2.8rem, 8vw, 5.5rem)/0.92 var(--display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--bone);
  text-shadow: 0 0 60px rgba(200, 228, 118, 0.15);
}
.hero-tagline {
  margin-top: 12px;
  color: var(--moss);
  font: 600 13px var(--body);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero-desc {
  margin-top: 20px;
  max-width: 540px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn-hero {
  padding: 14px 22px;
  border-radius: 9px;
  font: 700 12px var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--bone);
  background: rgba(17, 24, 19, 0.8);
  transition: border-color 0.15s, background 0.15s;
}
.btn-hero:hover { border-color: var(--line-hot); background: #1a241b; color: #fff; }
.btn-hero-primary {
  background: linear-gradient(135deg, #849d59, #52663d);
  border-color: #9cb975;
  color: #071008;
}
.btn-hero-danger {
  border-color: rgba(200, 99, 85, 0.5);
  color: #e39182;
  background: rgba(58, 26, 26, 0.6);
}

.live-strip {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 0 clamp(20px, 5vw, 48px) 48px;
}
.live-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(13, 19, 16, 0.92);
  backdrop-filter: blur(12px);
}
.live-stat strong {
  display: block;
  font: 700 28px/1 var(--display);
  color: var(--acid);
}
.live-stat span {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.live-stat.online strong { color: var(--acid); }

.section {
  padding: 80px clamp(20px, 5vw, 48px);
  position: relative;
  z-index: 2;
}
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-eyebrow {
  color: var(--moss);
  font: 600 11px var(--body);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font: 700 clamp(2rem, 5vw, 3.2rem)/1 var(--display);
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 16px;
}
.section-lead {
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 40px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.pillar-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15, 21, 18, 0.95), rgba(8, 12, 10, 0.98));
}
.pillar-card h3 {
  font: 700 22px var(--display);
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 10px;
}
.pillar-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(13, 19, 16, 0.85);
  transition: border-color 0.2s, transform 0.2s;
}
.feature-card:hover {
  border-color: var(--line-hot);
  transform: translateY(-2px);
}
.feature-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}
.feature-card-body { padding: 18px; }
.feature-card h3 {
  font: 700 16px var(--display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 8px;
}
.feature-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.feature-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(148, 173, 104, 0.15);
  color: var(--moss);
}
.feature-badge.live { background: rgba(200, 228, 118, 0.15); color: var(--acid); }
.feature-badge.soon { background: rgba(213, 168, 88, 0.15); color: var(--amber); }

.gateway-preview {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-hot);
  aspect-ratio: 21/9;
  max-height: 480px;
}
.gateway-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.pvp-section {
  background: linear-gradient(180deg, transparent, rgba(139, 30, 30, 0.06), transparent);
}
.kill-teaser {
  border: 1px solid rgba(200, 99, 85, 0.3);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(20, 10, 10, 0.6);
}
.kill-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(200, 99, 85, 0.12);
  font-size: 13px;
}
.kill-row:last-child { border-bottom: 0; }
.kill-species { color: var(--claw); font-weight: 600; }
.kill-anon { color: var(--muted); font-style: italic; }
.kill-time { color: #687266; font-size: 11px; }

.drak-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) { .drak-section { grid-template-columns: 1fr; } }
.drak-coin {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--acid), var(--moss));
  border: 3px solid rgba(200, 228, 118, 0.45);
  box-shadow: 0 0 30px rgba(200, 228, 118, 0.35);
  display: grid;
  place-items: center;
  font: 700 24px var(--display);
  color: #081009;
  animation: coin-glow 3s ease-in-out infinite;
}
@keyframes coin-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(200, 228, 118, 0.25); }
  50% { box-shadow: 0 0 40px rgba(200, 228, 118, 0.5); }
}
.drak-list { list-style: none; display: grid; gap: 10px; }
.drak-list li {
  padding: 12px 16px;
  border-left: 3px solid var(--ember);
  background: rgba(213, 168, 88, 0.06);
  font-size: 14px;
  color: var(--bone);
}

.species-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--moss) transparent;
}
.species-chip {
  flex: 0 0 140px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(13, 19, 16, 0.9);
  text-align: center;
}
.species-chip img { width: 100%; height: 100px; object-fit: cover; }
.species-chip span {
  display: block;
  padding: 10px;
  font: 600 12px var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bone);
}

.gallery-masonry {
  columns: 3 280px;
  column-gap: 12px;
}
.gallery-masonry img {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  break-inside: avoid;
  filter: saturate(0.85);
  transition: filter 0.2s;
}
.gallery-masonry img:hover { filter: saturate(1.1); }

.roadmap-timeline {
  display: grid;
  gap: 16px;
  border-left: 2px solid var(--line);
  padding-left: 24px;
}
.roadmap-item h4 { color: var(--acid); font-size: 14px; margin-bottom: 4px; }
.roadmap-item p { color: var(--muted); font-size: 13px; }

.site-footer {
  padding: 48px clamp(20px, 5vw, 48px) 32px;
  border-top: 1px solid var(--line);
  background: rgba(5, 7, 6, 0.98);
}
.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
}
.footer-grid h4 {
  font: 700 12px var(--display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 12px;
}
.footer-grid a, .footer-grid p {
  display: block;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 8px;
  line-height: 1.5;
}
.footer-grid a:hover { color: var(--acid); }
.footer-legal {
  max-width: 1280px;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #687266;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .site-nav { display: none; }
  .site-header .language-select { margin-left: auto; }
}

/* Aliases used by index.html */
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.pillars-grid .feature-card, .features-grid .feature-card { padding: 22px; }
.pillars-grid .feature-card h3, .features-grid .feature-card h3 { font: 700 18px var(--display); text-transform: uppercase; color: var(--bone); margin-bottom: 8px; }
.pillars-grid .feature-card p, .features-grid .feature-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.hero-eyebrow { color: var(--moss); font: 600 12px var(--body); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.hero-lead { margin-top: 16px; max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.btn-ghost { padding: 12px 20px; border-radius: 8px; border: 1px solid var(--line); color: var(--bone); text-decoration: none; font: 600 11px var(--body); letter-spacing: 0.08em; text-transform: uppercase; }
.btn-ghost:hover { border-color: var(--line-hot); color: var(--acid); }
.hero-ip { align-self: center; color: var(--muted); font-size: 12px; letter-spacing: 0.06em; }
.live-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; max-width: 1280px; margin: -32px auto 0; padding: 20px clamp(20px, 5vw, 48px) 48px; }
.live-stat { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(13, 19, 16, 0.92); }
.live-stat-label { display: block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.live-stat strong { font: 700 24px var(--display); color: var(--acid); }
.section-dark { background: rgba(8, 12, 10, 0.6); }
.section-blood { background: linear-gradient(180deg, rgba(139, 30, 30, 0.08), transparent); border-top: 1px solid rgba(200, 99, 85, 0.2); border-bottom: 1px solid rgba(200, 99, 85, 0.2); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.parallax-map img { width: 100%; border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.kill-teaser { margin: 24px 0; }
.kill-row { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.kill-killer { color: var(--claw); }
.kill-victim { color: var(--bone); }
.kill-ago { color: var(--muted); font-size: 11px; }
.vault-mock { display: grid; gap: 10px; }
.vault-slot-mock { padding: 16px; border-radius: 10px; border: 1px solid var(--line); background: rgba(17,24,19,0.8); }
.vault-slot-mock.empty { border-style: dashed; opacity: 0.55; }
.vault-slot-mock span { display: block; font-weight: 700; color: var(--bone); }
.vault-slot-mock small { color: var(--muted); font-size: 11px; }
.drak-showcase { display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap; }
.drak-coin-lg { width: 80px; height: 80px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--acid), var(--moss)); box-shadow: 0 0 40px rgba(200,228,118,0.3); flex: none; }
.drak-list { list-style: none; color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.price-table { width: 100%; max-width: 420px; font-size: 13px; border-collapse: collapse; }
.price-table td { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--bone); }
.price-table td:last-child { text-align: right; color: var(--acid); }
.member-landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
@media (max-width: 768px) { .member-landing-grid { grid-template-columns: 1fr; } }
.member-landing-card {
  position: relative;
  padding: 22px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(13, 19, 16, 0.72);
}
.member-landing-card.is-popular { border-color: var(--acid); }
.member-landing-card h3 { margin: 0 0 8px; font: 700 18px var(--display); color: var(--bone); }
.member-landing-price { margin: 0 0 12px; color: var(--acid); font-weight: 700; }
.member-landing-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.member-landing-flag {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--acid);
  color: #111;
  padding: 2px 7px;
  border-radius: 4px;
}
.species-carousel { display: flex; flex-wrap: wrap; gap: 10px; }
.species-chip { padding: 8px 14px; border-radius: 99px; border: 1px solid var(--line); font-size: 12px; color: var(--muted); background: rgba(17,24,19,0.6); }
.tag { display: inline-block; margin-top: 10px; padding: 3px 8px; border-radius: 4px; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.tag-live { background: rgba(200, 228, 118, 0.15); color: var(--acid); }
.tag-new { background: rgba(200,228,118,0.12); color: var(--acid); }
.tag-soon { background: rgba(213,168,88,0.15); color: var(--amber); }
.muted { color: var(--muted); }
.site-header.scrolled { background: rgba(5, 7, 6, 0.98); box-shadow: 0 4px 24px rgba(0,0,0,0.4); }
@media (max-width: 768px) { .split-section { grid-template-columns: 1fr; } .split-section.reverse { direction: ltr; } }

/* ── Cinematic extras ── */
.landing-fx { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.landing-fx canvas { width: 100%; height: 100%; display: block; }
.fog { position: absolute; inset: -18% -8%; background: radial-gradient(ellipse at 18% 36%, rgba(140,170,90,.07), transparent 44%), radial-gradient(ellipse at 82% 70%, rgba(139,30,30,.08), transparent 50%); animation: fog-shift 32s linear infinite; }
.fog-b { animation-duration: 48s; animation-direction: reverse; opacity: .65; }
@keyframes fog-shift { from { transform: translateX(-3%); } to { transform: translateX(3%); } }

.hero-float {
  position: absolute; z-index: 2; overflow: hidden; border-radius: 12px;
  border: 1px solid var(--line-hot); box-shadow: 0 18px 50px rgba(0,0,0,.5);
}
.hero-float img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.75) contrast(1.08); }
.hero-float-a { width: min(32vw, 380px); height: 22vh; right: 6%; top: 22%; animation: float-card 9s ease-in-out infinite; }
.hero-float-b { width: min(18vw, 220px); height: 16vh; right: 28%; bottom: 18%; animation: float-card 11s ease-in-out infinite reverse; }
.hero-float-c { width: min(16vw, 190px); height: 28vh; right: 8%; bottom: 12%; animation: float-card 13s ease-in-out infinite; }
@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.landing-marquee {
  overflow: hidden; border-block: 1px solid var(--line);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.landing-marquee-track {
  display: flex; gap: 28px; width: max-content; animation: marquee 40s linear infinite;
  padding: 12px 0; color: var(--moss); font: 600 11px var(--display);
  letter-spacing: .18em; text-transform: uppercase; white-space: nowrap;
}
.landing-marquee-track span::before { content: '◆ '; color: var(--acid); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

.pillars-visual { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.pillar-shot { position: relative; overflow: hidden; min-height: 320px; border-radius: 16px; border: 1px solid var(--line); }
.pillar-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.62); transition: transform 1s ease; }
.pillar-shot:hover img { transform: scale(1.06); }
.pillar-shot::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(5,7,6,.92)); }
.pillar-shot div { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.pillar-shot h3 { font: 700 22px var(--display); text-transform: uppercase; color: var(--bone); margin-bottom: 8px; }
.pillar-shot p { color: #c5d0be; font-size: 13px; line-height: 1.5; }

.ops-mosaic { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.ops-tile { position: relative; overflow: hidden; min-height: 250px; border-radius: 16px; border: 1px solid var(--line); }
.ops-tile.wide { grid-column: span 2; min-height: 320px; }
.ops-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08) brightness(.58); transition: transform 1s ease, filter .4s; }
.ops-tile:hover img { transform: scale(1.07); filter: saturate(.88) contrast(1.12) brightness(.7); }
.ops-tile::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(5,7,6,.05),rgba(5,7,6,.9)); }
.ops-copy { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; }
.ops-copy h3 { margin: 8px 0 6px; font: 700 22px var(--display); text-transform: uppercase; color: var(--bone); }
.ops-copy p { color: #c3cebc; font-size: 13px; line-height: 1.5; }

.map-stage { position: relative; }
.map-stage > img { width: 100%; border-radius: 16px; border: 1px solid var(--line-hot); display: block; }
.map-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 10px; }
.map-crop { height: 78px; border-radius: 8px; border: 1px solid var(--line); background: url('/map-light.png') no-repeat; background-size: 280%; }
.map-crop.c1 { background-position: 18% 28%; }
.map-crop.c2 { background-position: 72% 42%; }
.map-crop.c3 { background-position: 48% 78%; }
.map-crop.c4 { background-position: 8% 70%; }
.radar {
  position: absolute; z-index: 3; width: 14px; height: 14px; border-radius: 50%;
  background: var(--acid); box-shadow: 0 0 12px var(--acid); right: 28%; top: 38%;
}
.radar::before, .radar::after {
  content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--acid);
  animation: ping 2.4s ease-out infinite;
}
.radar::after { animation-delay: 1.1s; }
@keyframes ping { from { transform: scale(.4); opacity: .8; } to { transform: scale(3.2); opacity: 0; } }

.media-frame { overflow: hidden; border-radius: 16px; border: 1px solid var(--line); min-height: 360px; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 360px; filter: saturate(.78) contrast(1.08); }
.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }

.cmd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.cmd-card {
  display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(13,19,16,.8);
}
a.cmd-card { text-decoration: none; color: inherit; }
a.cmd-card:hover { border-color: var(--line-hot); }
.cmd-card code { color: var(--acid); font: 700 13px ui-monospace, Consolas, monospace; }
.cmd-card span { color: var(--muted); font-size: 12px; }

.gallery-mosaic {
  display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 10px;
}
.gallery-mosaic figure {
  position: relative; overflow: hidden; margin: 0; border-radius: 14px; border: 1px solid var(--line);
  grid-column: span 3; grid-row: span 2;
}
.gallery-mosaic figure.big { grid-column: span 6; grid-row: span 3; }
.gallery-mosaic figure.wide { grid-column: span 6; grid-row: span 2; }
.gallery-mosaic figure.tall { grid-column: span 3; grid-row: span 3; }
.gallery-mosaic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(.72) contrast(1.08); transition: transform .8s ease, filter .35s;
}
.gallery-mosaic figure:hover img { transform: scale(1.08); filter: saturate(.95) contrast(1.12); }
.gallery-mosaic figcaption {
  position: absolute; left: 10px; bottom: 10px; z-index: 2;
  padding: 4px 8px; border-radius: 6px; background: rgba(6,10,8,.72);
  color: var(--bone); font: 600 10px var(--body); letter-spacing: .08em; text-transform: uppercase;
}

@media (max-width: 980px) {
  .pillars-visual, .ops-mosaic { grid-template-columns: 1fr 1fr; }
  .ops-tile.wide { grid-column: span 2; }
  .hero-float { display: none; }
  .gallery-mosaic figure, .gallery-mosaic figure.big, .gallery-mosaic figure.wide, .gallery-mosaic figure.tall { grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 640px) {
  .pillars-visual, .ops-mosaic, .map-thumbs { grid-template-columns: 1fr; }
  .ops-tile.wide { grid-column: span 1; }
  .gallery-mosaic figure, .gallery-mosaic figure.big, .gallery-mosaic figure.wide, .gallery-mosaic figure.tall { grid-column: span 12; }
}

@media (prefers-reduced-motion: reduce) {
  .fog, .hero-float, .landing-marquee-track, .radar::before, .radar::after { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
