:root {
  --red: #c8102e;
  --red-dark: #9f0d24;
  --ink: #15212b;
  --muted: #64707b;
  --paper: #fffdfb;
  --warm: #f7f3ef;
  --line: #e9e2dc;
  --green: #248654;
  --shadow: 0 18px 45px rgba(41, 31, 28, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; background: #fff; padding: 10px 14px; box-shadow: var(--shadow); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; padding: 20px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: #fff; display: flex; align-items: center; gap: 10px; font-size: 18px; line-height: 1; }
.brand strong { font-weight: 800; }
.brand > span:last-child > span { font-weight: 500; }
.brand small { display: block; margin-top: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; opacity: .84; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 27px; color: #fff; font-size: 14px; font-weight: 700; }
.main-nav a { opacity: .96; }
.main-nav a:hover { opacity: .7; }
.nav-cta { border: 1px solid rgba(255,255,255,.8); padding: 10px 15px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: rgba(255,255,255,.18); width: 44px; height: 44px; border-radius: 50%; padding: 10px; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: #fff; margin: 4px 0; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; isolation: isolate; color: #fff; background: var(--red-dark); }
.hero-image { position: absolute; inset: 0; z-index: -2; background-image: url("assets/hero-vajicko.png"); background-size: cover; background-position: center right; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(44, 14, 19, .88) 0%, rgba(92, 18, 29, .72) 31%, rgba(116, 20, 34, .30) 55%, rgba(255,255,255,0) 78%); }
.hero-content { padding-top: 92px; max-width: 1180px; }
.eyebrow, .section-kicker { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #ffe2e7; }
.eyebrow span { width: 30px; height: 2px; background: #fff; }
h1, h2, h3 { margin: 0; line-height: 1.1; }
h1 { max-width: 720px; font-size: clamp(45px, 6vw, 80px); letter-spacing: -.055em; font-weight: 800; }
.hero-text { max-width: 565px; font-size: 18px; color: rgba(255,255,255,.92); margin: 26px 0 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 0 20px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: var(--red); box-shadow: 0 8px 20px rgba(26, 0, 4, .18); }
.button-ghost { border: 1px solid rgba(255,255,255,.75); color: #fff; }
.button-white { background: #fff; color: var(--red); }
.hero-note { margin-top: 62px; display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.84); }
.pulse { display: block; width: 9px; height: 9px; border-radius: 50%; background: #7ce7ab; box-shadow: 0 0 0 6px rgba(124,231,171,.18); }

.intro { background: #fff; }
.intro-grid, .section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.section-kicker { color: var(--red); }
h2 { font-size: clamp(34px, 4vw, 53px); letter-spacing: -.045em; font-weight: 800; }
.intro-copy { font-size: 18px; color: #45515b; }
.intro-copy p:first-child { margin-top: 0; }
.values-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease; }
.value-card:hover { background: #fff8f9; transform: translateY(-4px); }
.value-icon { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--red); background: #fff0f2; font-size: 12px; font-weight: 800; }
.value-card h3 { margin: 27px 0 10px; font-size: 24px; }
.value-card p { color: var(--muted); font-size: 15px; margin: 0; }

.map-section { background: var(--warm); }
.section-heading > p { margin: 4px 0 0; color: var(--muted); max-width: 500px; }
.map-layout { margin-top: 42px; display: grid; grid-template-columns: 1.55fr .65fr; gap: 20px; }
.map-panel, .map-list { background: #fff; border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
#egg-map { height: 520px; width: 100%; }
.map-legend { padding: 14px 20px; display: flex; flex-wrap: wrap; gap: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 5px; }
.legend-dot.hidden { background: var(--red); }
.legend-dot.found { background: var(--green); }
.map-list { padding: 24px 22px; }
.map-list-title { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.map-list-title p { margin: 0; font-weight: 800; }
.map-list-title span { font-size: 12px; color: var(--muted); }
.find-item { display: grid; grid-template-columns: 9px 1fr; gap: 11px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.find-item:last-child { border-bottom: 0; }
.find-status { width: 9px; height: 9px; border-radius: 50%; margin-top: 7px; }
.find-item strong { display: block; font-size: 14px; }
.find-item p { margin: 3px 0 0; font-size: 12px; color: var(--muted); }

.social-section { overflow: hidden; }
.social-heading { align-items: center; }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; justify-self: end; color: var(--red); font-size: 14px; font-weight: 800; }
.video-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-card { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(45, 35, 29, .09); }
.video-thumb { aspect-ratio: 4 / 4.65; display: grid; place-items: center; position: relative; overflow: hidden; }
.video-thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(25,8,13,.5)); }
.video-thumb span { position: relative; z-index: 1; width: 55px; height: 55px; display: grid; place-items: center; padding-left: 3px; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--red); font-size: 17px; box-shadow: 0 7px 20px rgba(0,0,0,.15); }
.thumb-one { background: linear-gradient(145deg, #d8b4b9, #7a2634 58%, #1d232a); }
.thumb-two { background: linear-gradient(145deg, #0f1d2b, #542234 49%, #d28759); }
.thumb-three { background: linear-gradient(145deg, #f6d1ba, #bb2e43 46%, #315c4f); }
.video-meta { padding: 20px; }
.video-meta p { margin: 0 0 7px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--red); font-weight: 800; }
.video-meta h3 { font-size: 21px; letter-spacing: -.03em; }
.social-note { margin-top: 27px; padding: 16px 19px; display: flex; gap: 12px; align-items: center; background: #faf8f6; border: 1px dashed #d9cec6; border-radius: 15px; color: var(--muted); font-size: 13px; }
.social-note p { margin: 0; }
.social-note code { background: #eeeae6; padding: 2px 5px; border-radius: 4px; color: var(--ink); }
.social-icon { font-size: 26px; color: var(--red); }

.cta-section { padding: 0 0 100px; background: #fff; }
.cta-card { padding: clamp(37px, 6vw, 72px); border-radius: 27px; background: var(--red); color: #fff; display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: center; position: relative; overflow: hidden; }
.cta-card::after { content: ""; width: 300px; height: 300px; position: absolute; right: -100px; top: -160px; border-radius: 50%; border: 44px solid rgba(255,255,255,.1); }
.cta-card h2 { position: relative; font-size: clamp(35px, 4vw, 57px); }
.cta-card p:not(.section-kicker) { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.9); }
.light { color: #ffd3da; }
.cta-actions { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.text-link { font-size: 14px; font-weight: 800; }

.site-footer { padding: 35px 0; background: #171f26; color: #fff; }
.footer-wrap { display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.site-footer strong { font-size: 18px; }
.site-footer p { margin: 5px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }
.footer-links { display: flex; gap: 20px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; }

.leaflet-popup-content-wrapper { border-radius: 12px; font-family: "Manrope", Arial, sans-serif; }
.leaflet-popup-content { margin: 14px 16px; min-width: 180px; }
.popup-title { font-weight: 800; margin-bottom: 5px; }
.popup-meta { font-size: 12px; color: var(--muted); }
.egg-marker { width: 32px; height: 32px; border-radius: 50% 50% 48% 48%; transform: rotate(45deg); border: 3px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,.23); }
.egg-marker.hidden { background: var(--red); }
.egg-marker.found { background: var(--green); }

@media (max-width: 800px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { padding: 14px 0; }
  .brand { font-size: 15px; }
  .brand small { font-size: 7px; }
  .brand-mark { width: 29px; height: 29px; }
  .menu-toggle { display: block; z-index: 12; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; padding: 18px; align-items: stretch; flex-direction: column; gap: 16px; background: rgba(129, 11, 29, .97); backdrop-filter: blur(10px); border-radius: 15px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 690px; align-items: end; }
  .hero-image { background-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(82,8,21,.40) 0%, rgba(93,10,25,.56) 26%, rgba(78,8,20,.96) 86%, rgba(78,8,20,1) 100%); }
  .hero-content { padding-top: 120px; padding-bottom: 52px; }
  h1 { font-size: clamp(42px, 13vw, 61px); }
  .hero-text { font-size: 16px; margin: 19px 0 24px; }
  .hero-note { margin-top: 34px; }
  .section { padding: 68px 0; }
  .intro-grid, .section-heading, .map-layout, .cta-card { grid-template-columns: 1fr; gap: 26px; }
  .intro-copy { font-size: 16px; }
  .values-grid, .video-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; padding: 25px; }
  #egg-map { height: 410px; }
  .instagram-link { justify-self: start; }
  .video-grid { max-width: 430px; }
  .cta-section { padding-bottom: 65px; }
  .cta-card { border-radius: 20px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
}
