:root {
  --bg: #120c09;
  --panel: rgba(18, 15, 13, .86);
  --panel-soft: rgba(255,255,255,.028);
  --line: rgba(255,255,255,.09);
  --line-soft: rgba(255,255,255,.055);
  --text: #f8f2e9;
  --muted: rgba(248,242,233,.55);
  --muted-2: rgba(248,242,233,.34);
  --orange: #e56f16;
  --orange-light: #ffad5c;
  --orange-deep: #a83c08;
  --cream: #ffe1b6;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

.intro-backdrop {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(15,9,6,.94) 0%, rgba(45,20,9,.86) 48%, rgba(8,7,7,.94) 100%),
    radial-gradient(circle at 72% 42%, rgba(230,105,20,.22), transparent 35%),
    linear-gradient(180deg, #291208, #0f0b09);
  pointer-events: none;
}

.intro-lion {
  position: absolute;
  top: -17vh;
  right: -2vw;
  width: min(58vw, 900px);
  height: 128vh;
  background: url("lionbw.svg") top right / contain no-repeat;
  opacity: .10;
  filter: brightness(2.3) sepia(1) saturate(.35);
  transform: rotate(-2deg);
}

.intro-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .42;
}

.intro-glow-a {
  width: 36vw;
  height: 36vw;
  left: -15vw;
  bottom: -20vw;
  background: #d75a0b;
}

.intro-glow-b {
  width: 28vw;
  height: 28vw;
  right: 13vw;
  top: 26vh;
  background: #7a2d08;
  opacity: .23;
}

.intro-grain {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 92%);
}

.intro-stage {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding: clamp(14px, 2vw, 30px);
  display: grid;
  place-items: center;
}

.intro-shell {
  position: relative;
  width: min(1510px, 96vw);
  height: min(890px, 92vh);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 25px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.026), transparent 32%),
    rgba(16,14,13,.87);
  box-shadow:
    0 34px 100px rgba(0,0,0,.53),
    inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(22px) saturate(112%);
}

.intro-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 48%, rgba(229,111,22,.08), transparent 33%),
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.015) 48%, transparent 49%);
}

.intro-topbar {
  position: relative;
  z-index: 2;
  min-height: 82px;
  padding: 0 clamp(20px, 2.2vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(255,255,255,.028), transparent);
}

.intro-topbar-brand,
.intro-topbar-meta {
  display: flex;
  align-items: center;
}

.intro-topbar-brand {
  gap: 11px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.intro-brand-mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-light);
  box-shadow: 0 0 0 4px rgba(229,111,22,.09), 0 0 18px rgba(229,111,22,.45);
}

.intro-topbar-meta {
  gap: 10px;
  color: rgba(255,255,255,.28);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.intro-topbar-meta i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}

.intro-content {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
}

.intro-copy {
  min-width: 0;
  padding: clamp(42px, 6vh, 72px) clamp(30px, 4.2vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.055);
}

.intro-kicker {
  margin-bottom: 18px;
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .22em;
}

.intro-logo {
  display: block;
  width: min(385px, 72%);
  height: auto;
  margin: 0 0 28px;
  filter: brightness(1.35) saturate(.75) drop-shadow(0 6px 20px rgba(0,0,0,.24));
}

.intro-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(33px, 3.35vw, 55px);
  line-height: 1.02;
  font-weight: 720;
  letter-spacing: -.045em;
}

.intro-copy h1 span {
  color: rgba(255,255,255,.57);
  font-weight: 560;
}

.intro-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.58);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.65;
  letter-spacing: -.008em;
}

.intro-points {
  max-width: 650px;
  margin-top: clamp(25px, 3.8vh, 38px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.intro-point {
  min-width: 0;
  padding: 14px 14px 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.intro-point + .intro-point {
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.06);
}

.intro-point strong {
  color: rgba(255,173,92,.65);
  font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .08em;
}

.intro-point span {
  min-width: 0;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 670;
  white-space: nowrap;
}

.intro-actions {
  margin-top: clamp(26px, 4.2vh, 42px);
  display: flex;
  align-items: center;
  gap: 17px;
}

.intro-play {
  width: 188px;
  height: 54px;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,167,83,.38);
  border-radius: 12px;
  background: linear-gradient(135deg, #c94c08 0%, #e36b15 52%, #f08e2a 100%);
  color: #fff;
  box-shadow: 0 12px 34px rgba(175,60,5,.26), inset 0 1px 0 rgba(255,255,255,.16);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: .15em;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.intro-play:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 42px rgba(175,60,5,.34), inset 0 1px 0 rgba(255,255,255,.18);
}

.intro-play:active {
  transform: translateY(0);
}

.intro-play-arrow {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(0,0,0,.14);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.intro-action-note {
  color: rgba(255,255,255,.32);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.intro-map-area {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 53% 48%, rgba(225,101,18,.12), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,.012), rgba(0,0,0,.12));
}

.intro-map-area::before {
  content: "";
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255,255,255,.008),
    0 0 0 180px rgba(255,255,255,.005);
}

.intro-map-label {
  position: absolute;
  z-index: 5;
  top: clamp(24px, 3vh, 34px);
  left: clamp(24px, 2.5vw, 38px);
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.35);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .18em;
}

.intro-map-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-light);
  box-shadow: 0 0 13px rgba(255,152,61,.5);
}

.intro-map-frame {
  position: relative;
  width: min(91%, 720px);
  aspect-ratio: 1.38;
  display: grid;
  place-items: center;
}

.intro-map-halo {
  position: absolute;
  width: 72%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,103,18,.22), rgba(230,103,18,.035) 48%, transparent 72%);
  filter: blur(28px);
}

.intro-map {
  position: relative;
  z-index: 2;
  width: 96%;
  height: 96%;
  object-fit: contain;
  filter:
    brightness(.86)
    saturate(.72)
    sepia(.10)
    drop-shadow(0 25px 38px rgba(0,0,0,.45));
  opacity: .94;
  transform: translateY(2px);
  animation: mapBreath 8s ease-in-out infinite;
}

.intro-map-shine {
  position: absolute;
  z-index: 3;
  left: 14%;
  top: 16%;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,190,122,.1), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

@keyframes mapBreath {
  0%, 100% { transform: translateY(2px) scale(1); }
  50% { transform: translateY(-4px) scale(1.006); }
}

.intro-map-caption {
  position: absolute;
  z-index: 5;
  right: clamp(26px, 3vw, 46px);
  bottom: clamp(26px, 3.2vh, 40px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.34);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.intro-caption-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.09), rgba(255,151,61,.42));
}

.intro-footer {
  position: relative;
  z-index: 2;
  min-height: 50px;
  padding: 0 clamp(20px, 2.2vw, 34px);
  display: flex;
  align-items: center;
  gap: 13px;
  border-top: 1px solid rgba(255,255,255,.05);
  color: rgba(255,255,255,.24);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.intro-footer-line {
  width: 26px;
  height: 1px;
  background: rgba(255,255,255,.12);
}

@media (max-height: 760px) and (min-width: 900px) {
  .intro-shell { height: 94vh; }
  .intro-topbar { min-height: 66px; }
  .intro-copy { padding-top: 32px; padding-bottom: 32px; }
  .intro-logo { width: min(320px, 65%); margin-bottom: 20px; }
  .intro-copy h1 { font-size: clamp(31px, 3vw, 46px); }
  .intro-lead { margin-top: 16px; line-height: 1.5; }
  .intro-points { margin-top: 21px; }
  .intro-actions { margin-top: 24px; }
  .intro-footer { min-height: 42px; }
}

@media (max-width: 980px) {
  body { overflow: auto; }
  .intro-stage { height: auto; min-height: 100vh; }
  .intro-shell { height: auto; min-height: calc(100vh - 28px); }
  .intro-content { grid-template-columns: 1fr; }
  .intro-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.055); }
  .intro-map-area { min-height: 430px; }
  .intro-topbar-meta { display: none; }
  .intro-lion { width: 95vw; right: -30vw; opacity: .07; }
}

@media (max-width: 600px) {
  .intro-stage { padding: 8px; }
  .intro-shell { width: 100%; border-radius: 18px; }
  .intro-topbar { min-height: 62px; padding: 0 17px; }
  .intro-topbar-brand { font-size: 9px; letter-spacing: .13em; }
  .intro-copy { padding: 34px 22px 38px; }
  .intro-logo { width: min(330px, 92%); }
  .intro-copy h1 { font-size: 34px; }
  .intro-lead { font-size: 14px; }
  .intro-points { grid-template-columns: 1fr; }
  .intro-point + .intro-point { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.055); }
  .intro-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .intro-play { width: 100%; }
  .intro-map-area { min-height: 330px; }
  .intro-map-frame { width: 106%; }
  .intro-map-caption { right: 20px; bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-map { animation: none; }
  .intro-play { transition: none; }
}


/* =========================================================
   CLEAN INTRO V2 — otevřená kompozice bez velkého panelu
   ========================================================= */
.intro-stage {
  padding: clamp(26px, 4vw, 68px);
}

.intro-shell {
  width: min(1540px, 94vw);
  height: min(880px, 90vh);
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.intro-shell::before { display: none; }

.intro-content {
  height: 100%;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(26px, 4vw, 70px);
}

.intro-copy {
  padding: clamp(30px, 4.2vh, 58px) 0;
  border: 0;
}

.intro-logo {
  width: min(410px, 74%);
  margin-bottom: 30px;
}

.intro-lead { max-width: 610px; }

.intro-points {
  max-width: 610px;
  background: rgba(13, 10, 8, .16);
  backdrop-filter: blur(2px);
}

.intro-actions {
  width: min(610px, 100%);
  margin-top: clamp(28px, 4.4vh, 44px);
  justify-content: flex-end;
  padding-right: clamp(12px, 3vw, 52px);
}

.intro-play {
  width: 200px;
  height: 56px;
  padding: 0 24px;
  display: grid;
  place-items: center;
  text-align: center;
}

.intro-map-area {
  height: min(670px, 74vh);
  min-height: 420px;
  padding: 0;
}

.intro-map-frame {
  width: 100%;
  height: 100%;
}

.intro-map {
  width: min(790px, 100%);
  max-height: 78%;
}

/* Prvky odstraněné z čisté verze, pojistka pro případ staršího HTML v cache. */
.intro-topbar,
.intro-map-label,
.intro-map-caption,
.intro-footer,
.intro-action-note,
.intro-play-arrow { display: none !important; }

@media (max-height: 790px) and (min-width: 901px) {
  .intro-shell { height: 90vh; }
  .intro-copy { padding-top: 16px; padding-bottom: 16px; }
  .intro-actions { margin-top: 22px; }
  .intro-map-area { height: 70vh; }
}

@media (max-width: 900px) {
  .intro-stage { padding: 18px; }
  .intro-shell { width: 100%; min-height: calc(100vh - 36px); }
  .intro-content { grid-template-columns: 1fr; gap: 16px; }
  .intro-copy { padding: 36px 12px 10px; border: 0; }
  .intro-map-area { min-height: 330px; height: 42vh; padding: 0 10px 20px; }
  .intro-actions { justify-content: flex-start; padding-right: 0; }
}

@media (max-width: 560px) {
  .intro-stage { padding: 12px; }
  .intro-copy { padding: 28px 8px 8px; }
  .intro-logo { width: min(320px, 88%); }
  .intro-actions { width: 100%; }
  .intro-play { width: min(220px, 72vw); }
}


/* =========================================================
   CLEAN INTRO V3 — mapa bez panelu + akční kroky
   ========================================================= */
.intro-map-area {
  background: transparent !important;
  overflow: visible;
}
.intro-map-area::before { display: none !important; }
.intro-map-frame {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}
.intro-map-halo {
  width: 68%;
  height: 54%;
  opacity: .72;
  filter: blur(34px);
}
.intro-map-shine { opacity: .45; }

.intro-points {
  background: transparent;
  backdrop-filter: none;
}
.intro-point {
  justify-content: center;
  padding: 16px 12px;
}
.intro-point + .intro-point { padding-left: 12px; }
.intro-point strong { display: none !important; }
.intro-point span {
  color: rgba(255,255,255,.76);
  font-size: clamp(11px, .88vw, 13px);
  font-weight: 780;
  letter-spacing: .025em;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .intro-point { justify-content: flex-start; padding: 13px 0; }
  .intro-point + .intro-point { padding-left: 0; }
}
