:root {
  /* Paleta značky */
  --arta-red: #d9241c;
  --arta-red-dark: #a11c16;
  --arta-red-mid: #e23a33;
  --arta-olive: #329932;
  --arta-cream: #ffeed2;
  --arta-black: #0a0a0a;
  /* Mapovanie na existujúce tokeny (komponenty ostávajú čitateľné) */
  --ink: #1c1917;
  --parchment: #ffeed2;
  --parchment-dark: #f2e4cc;
  --burgundy: #d9241c;
  --burgundy-light: #e23a33;
  --gold: #ffcb00;
  --gold-dim: #c79d00;
  --gold-bright: #ffe066;
  --forest: #329932;
  --shadow: rgba(26, 18, 9, 0.35);
  --shadow-deep: rgba(4, 8, 10, 0.6);
  --mist: rgba(50, 153, 50, 0.22);
  --mist-strong: rgba(50, 153, 50, 0.36);
  --moon: rgba(255, 238, 210, 0.14);
  --steel: rgba(50, 153, 50, 0.42);
  --ember: rgba(217, 36, 28, 0.2);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  /* Jemná obnova: text a odkazy na tmavom pozadí */
  --text-on-dark: #ebe4d6;
  --text-muted: rgba(232, 226, 214, 0.78);
  --link-accent: #e4c992;
  --link-accent-hover: #f2e4cc;
  --heading-on-dark: #f0e6d4;
  --heading-accent: #dfc68a;
  /* Typografia */
  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --font-ui: "Montserrat", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.58;
  color: var(--ink);
  background-color: #0c0e12;
  background-image:
    radial-gradient(ellipse 88% 58% at 50% -18%, rgba(120, 42, 38, 0.12) 0%, transparent 56%),
    radial-gradient(ellipse 72% 52% at 0% 62%, rgba(38, 52, 72, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 78% 52% at 100% 82%, rgba(72, 42, 38, 0.1) 0%, transparent 58%),
    linear-gradient(180deg, #10141c 0%, #0a0c10 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 90% at 50% 50%, transparent 58%, rgba(0, 0, 0, 0.34) 100%);
}

/* Bočné ornamentové rámy stránky */
body .page-side-ornament {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: clamp(16px, 2.4vw, 34px);
  pointer-events: none;
  z-index: 15;
  opacity: 0.72;
  background:
    radial-gradient(circle at 50% 10%, rgba(216, 187, 124, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 30%, rgba(182, 146, 84, 0.75) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 50% 50%, rgba(216, 187, 124, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 70%, rgba(182, 146, 84, 0.75) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 50% 90%, rgba(216, 187, 124, 0.9) 0 2px, transparent 3px),
    linear-gradient(
      180deg,
      rgba(78, 52, 24, 0.05) 0%,
      rgba(118, 82, 38, 0.45) 18%,
      rgba(169, 133, 72, 0.68) 50%,
      rgba(118, 82, 38, 0.45) 82%,
      rgba(78, 52, 24, 0.05) 100%
    );
  background-size: 100% 180px, 100% 180px, 100% 180px, 100% 180px, 100% 180px, 100% 100%;
  background-repeat: repeat-y;
  border-left: 1px solid rgba(108, 74, 34, 0.35);
  border-right: 1px solid rgba(232, 210, 166, 0.25);
  box-shadow:
    inset 0 0 10px rgba(66, 40, 18, 0.22),
    0 0 10px rgba(0, 0, 0, 0.14);
}

body .page-side-ornament::before,
body .page-side-ornament::after {
  content: "✶";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(224, 196, 136, 0.78);
  text-shadow: 0 0 8px rgba(88, 62, 26, 0.32);
  font-size: clamp(10px, 1.3vw, 14px);
}

body .page-side-ornament::before {
  top: 6px;
}

body .page-side-ornament::after {
  bottom: 6px;
}

body .page-side-ornament--left {
  left: 0;
}

body .page-side-ornament--right {
  right: 0;
  transform: scaleX(-1);
}

@media (max-width: 760px) {
  body .page-side-ornament {
    width: 12px;
    opacity: 0.5;
  }
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

a {
  color: var(--burgundy);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--arta-red-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgba(24, 15, 10, 0.95) 0%,
    rgba(18, 12, 10, 0.96) 48%,
    rgba(12, 8, 8, 0.97) 100%
  );
  backdrop-filter: saturate(1.05) blur(11px);
  -webkit-backdrop-filter: saturate(1.05) blur(11px);
  border-bottom: 1px solid rgba(184, 154, 62, 0.42);
  box-shadow:
    0 1px 0 rgba(184, 154, 62, 0.32),
    0 12px 44px rgba(0, 0, 0, 0.5),
    inset 0 -10px 22px rgba(22, 36, 30, 0.16);
}

/* Kamenný ornament hradieb */
.site-header .header-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.85rem;
  height: 10px;
  pointer-events: none;
  opacity: 0.62;
  background: url("../images/castle-ornament.svg") center/auto 100% repeat-x;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(211, 174, 90, 0.72),
    transparent
  );
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse 30% 40% at 16% 50%, rgba(114, 154, 144, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 34% 46% at 84% 46%, rgba(114, 154, 144, 0.1) 0%, transparent 72%);
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  position: relative;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Cinzel", serif;
  font-size: 0.74rem;
  font-weight: 600;
  color: #f5f2ed;
  letter-spacing: 0.08em;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  max-width: min(100%, 20rem);
}

.logo:hover {
  color: #f2dfb1;
}

.logo:hover .logo__mark {
  filter: brightness(1.08);
}

.logo__mark {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.55));
}

.logo__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  min-width: 0;
}

.logo__brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  background: linear-gradient(180deg, #f8eed8 0%, #d9bf82 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(212, 180, 108, 0.12);
}

.logo__event {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: rgba(235, 222, 198, 0.9);
  text-transform: none;
  line-height: 1.2;
}

.logo__moment {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(197, 171, 118, 0.95);
  text-transform: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  position: relative;
}

.nav a {
  color: rgba(240, 236, 230, 0.92);
  text-decoration: none;
  font-size: 0.9rem;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.05rem;
}

.nav a:hover {
  color: #f2dfb1;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 180, 108, 0.9),
    transparent
  );
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* ------------------------------
   Home page skin inspired by PoE2 mood
   (dark metal nav bar + ornate gold accents)
------------------------------- */
.home-page .site-header {
  border-bottom-color: rgba(173, 136, 74, 0.62);
  box-shadow:
    0 1px 0 rgba(201, 160, 88, 0.45),
    0 14px 44px rgba(0, 0, 0, 0.58),
    inset 0 -14px 26px rgba(18, 34, 32, 0.2);
  padding-top: 1.05rem;
}

.home-page .header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    ". logo utility"
    "nav nav nav";
  align-items: center;
  column-gap: 0.8rem;
  row-gap: 1rem;
  padding-top: 0.52rem;
  padding-bottom: 0.86rem;
}

.home-page .logo {
  grid-area: logo;
  justify-self: center;
  z-index: 3;
  position: relative;
  margin-top: -0.05rem;
}

.home-page .logo__mark {
  width: 50px;
  height: 50px;
}

.home-page .logo__text {
  display: none;
}

.home-page .header-utility {
  grid-area: utility;
  justify-self: auto;
  margin-left: 0;
  font-family: "Cinzel", serif;
  font-size: 0.58rem;
  letter-spacing: 0.045em;
  color: rgba(192, 172, 132, 0.82);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-transform: none;
  opacity: 0.92;
  position: absolute;
  right: 0.75rem;
  top: -0.25rem;
  z-index: 5;
  padding: 0.16rem 0.5rem 0.2rem;
  border: 1px solid rgba(116, 86, 46, 0.55);
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(36, 24, 14, 0.93) 0%, rgba(18, 12, 10, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(213, 176, 96, 0.16),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

.home-page .header-utility a {
  color: rgba(226, 203, 158, 0.92);
  text-decoration: none;
}

.home-page .header-utility a:hover {
  color: #f2dfb1;
}

.home-page .nav {
  grid-area: nav;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.3rem 0.75rem 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(102, 74, 38, 0.52);
  background-color: #2d2217;
  background-image: url("../images/poe-carousel-frame.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(224, 190, 120, 0.22),
    inset 0 -1px 0 rgba(80, 56, 30, 0.5),
    0 8px 22px rgba(0, 0, 0, 0.45);
  position: relative;
}

.home-page .nav::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 126px;
  height: 68px;
  border: 1px solid rgba(133, 96, 54, 0.6);
  border-radius: 0 0 30px 30px;
  background:
    linear-gradient(180deg, rgba(80, 46, 26, 0.95) 0%, rgba(42, 24, 14, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(230, 198, 134, 0.2),
    0 10px 22px rgba(0, 0, 0, 0.45);
  z-index: 0;
  pointer-events: none;
}

.home-page .nav::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(188, 154, 86, 0.6);
  background:
    radial-gradient(circle at 38% 30%, rgba(244, 218, 160, 0.25) 0%, rgba(46, 26, 12, 0.92) 65%),
    url("../images/logo-drak.svg") center/66% 66% no-repeat;
  box-shadow:
    0 0 18px rgba(176, 136, 66, 0.22),
    inset 0 0 20px rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.home-page .nav .nav-crest-wings,
.home-page .nav .nav-crest-wings::before,
.home-page .nav .nav-crest-wings::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.home-page .nav .nav-crest-wings {
  left: 50%;
  top: -18px;
  width: 224px;
  height: 32px;
  transform: translateX(-50%);
  z-index: 1;
}

.home-page .nav .nav-crest-wings::before,
.home-page .nav .nav-crest-wings::after {
  top: 0;
  width: 94px;
  height: 24px;
  border-top: 1px solid rgba(173, 134, 72, 0.62);
  border-bottom: 1px solid rgba(92, 67, 34, 0.48);
  background:
    linear-gradient(180deg, rgba(93, 64, 33, 0.8) 0%, rgba(40, 28, 18, 0.85) 100%);
}

.home-page .nav .nav-crest-wings::before {
  left: 10px;
  clip-path: polygon(0 50%, 24% 0, 100% 0, 76% 100%, 0 100%);
}

.home-page .nav .nav-crest-wings::after {
  right: 10px;
  clip-path: polygon(24% 0, 100% 50%, 24% 100%, 0 100%, 0 0);
}

.home-page .nav a {
  padding: 0.18rem 0.62rem 0.24rem;
  font-size: 0.86rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(224, 206, 170, 0.94);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.home-page .nav a:hover {
  color: #ffefc9;
  box-shadow: 0 0 12px rgba(216, 180, 102, 0.22);
}

.home-page .nav a::after {
  display: none;
}

.home-page .hero .btn-row {
  gap: 0.9rem;
}

.home-page .hero .btn {
  min-width: 180px;
  border-radius: 8px;
  border-width: 1px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.home-page .hero .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.16) 0%, transparent 42%);
}

.home-page .hero .btn-primary {
  border-color: rgba(231, 198, 132, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 216, 0.34),
    0 0 0 1px rgba(0, 0, 0, 0.36),
    0 10px 24px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(200, 160, 80, 0.32);
}

.home-page .hero .hero-cta {
  background: linear-gradient(
    180deg,
    #7f1f1f 0%,
    #5d1212 48%,
    #3a0b0f 100%
  );
  color: #f6e8c7;
  border-color: rgba(212, 170, 94, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 160, 0.28),
    inset 0 -1px 0 rgba(42, 8, 8, 0.58),
    0 0 0 1px rgba(36, 8, 8, 0.6),
    0 10px 26px rgba(0, 0, 0, 0.38),
    0 0 20px rgba(148, 42, 42, 0.46);
}

.home-page .hero .hero-cta:hover {
  background: linear-gradient(
    180deg,
    #982525 0%,
    #701818 48%,
    #440d12 100%
  );
  color: #fff2d8;
  border-color: rgba(230, 190, 112, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 226, 174, 0.32),
    inset 0 -1px 0 rgba(42, 8, 8, 0.6),
    0 0 0 1px rgba(54, 12, 12, 0.62),
    0 12px 28px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(186, 56, 56, 0.55);
}

/* Homogénny dark-fantasy shell pre všetky stránky */
.home-page .page-main {
  background:
    linear-gradient(180deg, rgba(18, 22, 30, 0.94) 0%, rgba(10, 13, 19, 0.96) 100%);
  border: 1px solid rgba(96, 106, 126, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(170, 184, 214, 0.12),
    0 22px 56px rgba(0, 0, 0, 0.42);
  color: rgba(226, 230, 238, 0.94);
}

.home-page .page-main::before {
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(176, 90, 90, 0.68), transparent);
}

.home-page .page-main::after {
  content: none;
}

.home-page main section h2 {
  color: #e4d2bc;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.6),
    0 0 12px rgba(162, 70, 70, 0.24);
}

.home-page main section p,
.home-page main section li,
.home-page main section td,
.home-page main section th,
.home-page main section summary {
  color: rgba(220, 226, 238, 0.93);
}

.home-page .card {
  background:
    linear-gradient(180deg, rgba(24, 30, 42, 0.9) 0%, rgba(14, 18, 26, 0.94) 100%);
  border: 1px solid rgba(96, 108, 138, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(187, 204, 236, 0.14),
    0 14px 34px rgba(0, 0, 0, 0.32);
}

.home-page .card::before,
.home-page .card::after {
  border-color: rgba(124, 138, 170, 0.42);
}

.home-page .schedule-table th {
  background: rgba(90, 36, 36, 0.24);
}

.home-page .schedule-table td {
  border-bottom-color: rgba(106, 116, 146, 0.24);
}

.home-page .schedule-table .time {
  color: #d2bad7;
}

/* Full-page unifikácia: menej hnedej, viac dark-steel + crimson */
.home-page .site-header {
  background: linear-gradient(
    180deg,
    rgba(12, 15, 22, 0.96) 0%,
    rgba(9, 12, 18, 0.98) 58%,
    rgba(7, 9, 14, 0.99) 100%
  );
  border-bottom-color: rgba(182, 148, 86, 0.46);
  box-shadow:
    0 1px 0 rgba(210, 168, 84, 0.3),
    0 16px 44px rgba(0, 0, 0, 0.56),
    inset 0 -10px 24px rgba(78, 34, 14, 0.16);
}

.home-page .nav {
  min-height: 76px;
  margin-top: 0.72rem;
  padding-top: 0.86rem;
  padding-bottom: 0.9rem;
  border-color: rgba(196, 156, 90, 0.72);
  background-color: #33261a;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 1px 0 rgba(252, 214, 140, 0.34),
    inset 0 -12px 20px rgba(10, 12, 18, 0.35),
    0 12px 34px rgba(0, 0, 0, 0.44);
  isolation: isolate;
}

/* Removed legacy .home-page .nav::before (72px circle) — merged with stone overlay → arc artifact. Site header nav uses body.home-page .site-header .nav::before. */

.home-page .nav::after {
  content: "";
  position: absolute;
  inset: -10px -12px;
  z-index: -1;
  border-radius: 14px;
  border: 1px solid rgba(208, 170, 102, 0.34);
  background:
    linear-gradient(180deg, rgba(18, 22, 34, 0.48) 0%, rgba(10, 12, 20, 0.56) 100%);
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(248, 212, 140, 0.14);
  pointer-events: none;
}

.home-page .page-main {
  border-width: 2px;
  border-color: rgba(104, 120, 152, 0.42);
}

.home-page main section {
  margin-bottom: 2.35rem;
  padding: 1.2rem 1.2rem 1rem;
  border: 1px solid rgba(92, 108, 140, 0.34);
  background:
    linear-gradient(180deg, rgba(20, 26, 38, 0.5) 0%, rgba(12, 16, 24, 0.58) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(162, 178, 214, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.2);
}

.home-page main section::before,
.home-page main section::after {
  color: rgba(176, 98, 98, 0.7);
}

.home-page main section h2::after {
  background: linear-gradient(
    90deg,
    rgba(120, 138, 178, 0.32) 0%,
    rgba(190, 88, 88, 0.6) 25%,
    rgba(224, 176, 146, 0.8) 50%,
    rgba(190, 88, 88, 0.56) 78%,
    rgba(120, 138, 178, 0.3) 100%
  );
  box-shadow:
    0 1px 10px rgba(168, 76, 76, 0.24),
    0 0 16px rgba(96, 118, 160, 0.2);
}

/* Sekcia O festivale: čisté pozadie bez obrázku za textom */
.home-page #o-festivale {
  background:
    linear-gradient(180deg, rgba(20, 28, 40, 0.62) 0%, rgba(12, 18, 28, 0.68) 100%);
  border-color: rgba(108, 126, 164, 0.38);
}

/* Viac zlatých + železných prvkov naprieč celou stránkou */
.home-page .site-header::before {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(236, 192, 112, 0.18) 8%,
    rgba(236, 192, 112, 0.82) 50%,
    rgba(236, 192, 112, 0.18) 92%,
    transparent 100%
  );
  box-shadow: 0 0 14px rgba(204, 144, 58, 0.34);
}

.home-page .site-header::after {
  background:
    radial-gradient(circle at 22% 120%, rgba(204, 76, 48, 0.24) 0%, transparent 42%),
    radial-gradient(circle at 74% 130%, rgba(236, 182, 98, 0.2) 0%, transparent 44%);
  opacity: 0.9;
}

.home-page .nav {
  position: relative;
  overflow: visible;
}

.home-page .nav::selection {
  background: rgba(212, 172, 100, 0.35);
}

.home-page .nav .nav-crest-wings {
  display: none;
}

.home-page .nav a {
  color: rgba(242, 224, 190, 0.96);
  text-shadow: 0 1px 0 rgba(12, 8, 6, 0.78);
}

.home-page .nav a:hover {
  color: #fff4d8;
  box-shadow: 0 0 14px rgba(238, 196, 112, 0.26);
}

.home-page .page-main {
  box-shadow:
    inset 0 0 0 1px rgba(190, 204, 232, 0.14),
    inset 0 1px 0 rgba(238, 202, 128, 0.12),
    0 20px 56px rgba(0, 0, 0, 0.44);
}

.home-page main section {
  border-radius: 4px;
  outline: 1px solid rgba(228, 182, 108, 0.08);
  outline-offset: -4px;
}

.home-page main section:hover {
  box-shadow:
    inset 0 0 0 1px rgba(188, 202, 232, 0.12),
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(200, 138, 72, 0.1);
}

.home-page .card {
  border-radius: 4px;
  background-image:
    radial-gradient(circle at 8px 8px, rgba(228, 188, 122, 0.36) 0 1.2px, transparent 1.3px),
    radial-gradient(circle at calc(100% - 8px) 8px, rgba(228, 188, 122, 0.36) 0 1.2px, transparent 1.3px),
    radial-gradient(circle at 8px calc(100% - 8px), rgba(228, 188, 122, 0.36) 0 1.2px, transparent 1.3px),
    radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), rgba(228, 188, 122, 0.36) 0 1.2px, transparent 1.3px),
    linear-gradient(180deg, rgba(24, 30, 42, 0.9) 0%, rgba(14, 18, 26, 0.94) 100%);
  background-repeat: no-repeat;
}

.home-page .card::before,
.home-page .card::after {
  border-color: rgba(204, 162, 92, 0.55);
}

.home-page .btn {
  border-color: rgba(162, 136, 96, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.14),
    inset 0 -1px 0 rgba(18, 22, 34, 0.48);
}

.home-page .btn:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 194, 0.2),
    inset 0 -1px 0 rgba(20, 24, 36, 0.58),
    0 0 20px rgba(218, 164, 94, 0.2);
}

.home-page .hero .btn-outline {
  background: linear-gradient(180deg, rgba(26, 32, 44, 0.62) 0%, rgba(15, 18, 28, 0.76) 100%);
  border-color: rgba(170, 146, 108, 0.66);
}

.home-page .logo__mark {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.home-page .nav::after {
  content: "";
}

.home-page .section-banner {
  position: relative;
  margin: 0 0 1rem;
  border: 1px solid rgba(176, 140, 82, 0.58);
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(246, 212, 138, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.35);
}

.home-page .section-banner img {
  display: block;
  width: 100%;
  height: clamp(180px, 28vw, 340px);
  object-fit: cover;
  filter: saturate(1.04) contrast(1.12) brightness(0.97);
}

.home-page .section-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(12, 16, 24, 0.02) 0%, rgba(10, 14, 22, 0.12) 100%),
    radial-gradient(circle at 18% 20%, rgba(228, 186, 106, 0.05) 0%, transparent 42%),
    radial-gradient(circle at 82% 84%, rgba(172, 54, 54, 0.05) 0%, transparent 46%);
}

.home-page .section-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(238, 200, 122, 0.8), transparent);
}

.home-page .shs-gallery {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.home-page .shs-gallery img {
  width: 100%;
  height: clamp(150px, 22vw, 260px);
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(160, 126, 74, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(246, 212, 138, 0.12),
    0 8px 22px rgba(0, 0, 0, 0.34);
  filter: brightness(0.58) contrast(1.18) saturate(0.78);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.home-page .shs-gallery img:hover {
  filter: brightness(0.7) contrast(1.2) saturate(0.88);
  transform: translateY(-2px);
}

@keyframes ironEmberPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 9px rgba(196, 132, 66, 0.22));
  }
  50% {
    filter: drop-shadow(0 0 14px rgba(210, 146, 76, 0.38));
  }
}

.home-page .nav::after {
  animation: none;
}

.home-page .hero .btn-outline {
  border-color: rgba(117, 141, 136, 0.48);
}

/* Farebné zjednotenie sekcie Vstupenky a rezervácie */
.home-page #vstupenky-rezervacie .choice-hub {
  background:
    linear-gradient(180deg, rgba(18, 24, 36, 0.88) 0%, rgba(12, 16, 26, 0.92) 100%);
  border: 1px solid rgba(156, 124, 72, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(242, 210, 144, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.32);
}

.home-page #vstupenky-rezervacie .choice-hub h3 {
  color: #e4cfab;
  padding-left: 0;
}

.home-page #vstupenky-rezervacie .choice-hub h3::before {
  content: none;
}

.home-page #vstupenky-rezervacie .choice-card {
  background: linear-gradient(180deg, rgba(26, 34, 48, 0.92) 0%, rgba(14, 20, 32, 0.96) 100%);
  border: 1px solid rgba(154, 124, 78, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(238, 206, 144, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.3);
}

.home-page #vstupenky-rezervacie .choice-card__kicker {
  color: rgba(226, 212, 182, 0.88);
}

.home-page #vstupenky-rezervacie .choice-card h4 {
  color: #be3e3e;
  text-shadow: 0 0 10px rgba(120, 24, 24, 0.2);
}

.home-page #vstupenky-rezervacie .choice-card p {
  color: rgba(216, 224, 236, 0.9);
}

.home-page #vstupenky-rezervacie .stripe-btn,
.home-page #vstupenky-rezervacie .choice-actions .btn {
  background: linear-gradient(180deg, #8b2020 0%, #621616 52%, #3f0d10 100%);
  border: 1px solid rgba(206, 164, 92, 0.62);
  color: #f7ead0 !important;
  font-family: "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 160, 0.24),
    0 8px 18px rgba(0, 0, 0, 0.3);
}

.home-page #vstupenky-rezervacie .stripe-btn:hover,
.home-page #vstupenky-rezervacie .choice-actions .btn:hover {
  background: linear-gradient(180deg, #a12828 0%, #741b1b 52%, #4e1115 100%);
  border-color: rgba(255, 149, 0, 0.78);
  color: #fff1da !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.28),
    0 10px 22px rgba(0, 0, 0, 0.34),
    0 0 18px rgba(176, 60, 60, 0.28);
}

.home-page #vstupenky-rezervacie .choice-card .btn.btn-outline {
  background: linear-gradient(180deg, rgba(64, 56, 50, 0.86) 0%, rgba(48, 42, 38, 0.9) 100%);
  border-color: rgba(255, 149, 0, 0.6);
  color: #ead9ba;
}

.home-page #vstupenky-rezervacie .choice-card .btn.btn-outline:hover {
  background: linear-gradient(180deg, rgba(82, 70, 60, 0.9) 0%, rgba(58, 50, 44, 0.92) 100%);
  color: #fff0d2;
}

@media (max-width: 860px) {
  .home-page .header-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "utility"
      "nav";
    row-gap: 0.8rem;
  }

  .home-page .logo {
    margin-top: 0;
  }

  .home-page .header-utility {
    width: auto;
    right: 50%;
    transform: translateX(50%);
    top: -0.48rem;
    justify-content: center;
  }

  .home-page .nav {
    gap: 0.18rem;
    margin-top: 0.62rem;
    padding-top: 0.44rem;
  }

  .home-page .nav a {
    padding: 0.2rem 0.42rem 0.24rem;
    font-size: 0.72rem;
  }

  .home-page .hero .btn {
    min-width: 150px;
  }

  .home-page .nav::before {
    width: 98px;
    height: 52px;
    top: -24px;
  }

  .home-page .nav::after {
    inset: -8px -8px;
    width: auto;
    height: auto;
    top: auto;
  }

  .home-page .nav .nav-crest-wings {
    width: 170px;
    top: -14px;
  }

  .home-page .nav .nav-crest-wings::before,
  .home-page .nav .nav-crest-wings::after {
    width: 70px;
    height: 18px;
  }
}


.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(92vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4.5rem 1.5rem 5.5rem;
  color: #ebe4d6;
  background: #030504;
}

.hero-video {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.02);
  animation: heroKenBurns 28s ease-in-out infinite alternate;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.02) translate(0, 0);
  }
  100% {
    transform: scale(1.08) translate(-0.8%, -0.5%);
  }
}

.hero:not(.hero--has-video) .hero-video {
  display: none;
}

.hero--has-video::before {
  visibility: hidden;
  animation: none;
}

/* Fotka / GIF festivalu — cez --hero-photo (main.js), ak nie je video */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #0d1210;
  background-image: var(
    --hero-photo,
    linear-gradient(
      155deg,
      #1a2824 0%,
      #0c1012 38%,
      #1a1418 55%,
      #0d1814 100%
    )
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: heroPhotoDrift 24s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.28;
  background:
    radial-gradient(ellipse 46% 20% at 18% 72%, rgba(196, 230, 214, 0.12) 0%, transparent 65%),
    radial-gradient(ellipse 38% 18% at 80% 68%, rgba(172, 210, 194, 0.1) 0%, transparent 66%);
  filter: blur(4px);
  animation: heroFogDrift 14s ease-in-out infinite alternate;
}

@keyframes heroPhotoDrift {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes heroFogDrift {
  0% {
    transform: translateX(-1.4%) translateY(0);
  }
  100% {
    transform: translateX(1.2%) translateY(-1%);
  }
}

/* Hero: pôvodný „zlato + mesačný opar + víno + smaragd“ (nie červený ARTA overlay) */
.hero-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 48% 38% at 50% 18%,
      rgba(188, 208, 202, 0.14) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 72% 58% at 50% 42%,
      rgba(255, 230, 200, 0.05) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 100% 100% at 50% 50%,
      transparent 32%,
      rgba(0, 0, 0, 0.62) 100%
    ),
    linear-gradient(
      125deg,
      rgba(8, 10, 12, 0.9) 0%,
      rgba(42, 14, 18, 0.68) 36%,
      rgba(6, 22, 18, 0.82) 72%,
      rgba(4, 8, 10, 0.88) 100%
    );
}

.hero--has-video .hero-fx {
  background:
    radial-gradient(
      ellipse 42% 36% at 50% 14%,
      rgba(120, 160, 150, 0.12) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 65% 52% at 50% 38%,
      rgba(255, 210, 160, 0.06) 0%,
      transparent 48%
    ),
    radial-gradient(
      ellipse 100% 100% at 50% 50%,
      transparent 26%,
      rgba(0, 0, 0, 0.78) 100%
    ),
    linear-gradient(
      118deg,
      rgba(2, 4, 6, 0.72) 0%,
      rgba(32, 8, 12, 0.58) 40%,
      rgba(2, 18, 14, 0.78) 100%
    );
}

.hero-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: heroGrain 0.35s steps(4) infinite;
}

@keyframes heroGrain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.6%, 0.4%);
  }
  50% {
    transform: translate(0.3%, -0.5%);
  }
  75% {
    transform: translate(-0.2%, -0.2%);
  }
}

.hero-letterbox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  height: clamp(10px, 2.2vh, 22px);
  background: linear-gradient(
    180deg,
    #020304 0%,
    #0a0e0c 45%,
    rgba(12, 16, 15, 0.94) 100%
  );
  border: solid rgba(100, 130, 118, 0.25);
  border-width: 0;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.75),
    inset 0 -1px 0 rgba(184, 154, 62, 0.12);
}

.hero-letterbox--top {
  top: 0;
  border-bottom-width: 1px;
}

.hero-letterbox--bottom {
  bottom: 0;
  border-top-width: 1px;
  background: linear-gradient(
    0deg,
    #020304 0%,
    #0a0e0c 45%,
    rgba(12, 16, 15, 0.94) 100%
  );
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.75),
    inset 0 1px 0 rgba(184, 154, 62, 0.12);
}

.hero-inner {
  position: relative;
  z-index: 4;
  max-width: 780px;
  padding: 0 0.5rem;
  animation: heroReveal 1.15s var(--ease-out-expo) both;
}

/* Ornament — kovová linka nad titulkom (inšpirácia UI fantasy hier) */
.hero-inner::before {
  content: "";
  display: block;
  width: min(320px, 78vw);
  height: 2px;
  margin: 0 auto 1.35rem;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(130, 152, 148, 0.45) 12%,
    #8a7028 42%,
    #dcc896 50%,
    #8a7028 58%,
    rgba(130, 152, 148, 0.45) 88%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(100, 140, 128, 0.35),
    0 0 24px rgba(184, 154, 62, 0.2);
  animation: runeSweep 4.6s ease-in-out infinite;
}

.hero-inner {
  position: relative;
}

.hero-inner .hero-kicker::before,
.hero-inner .hero-kicker::after {
  content: "✶";
  color: rgba(214, 186, 132, 0.7);
  font-size: 0.75em;
  margin: 0 0.6rem;
}

.hero-inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2.25rem auto 0;
  transform: rotate(45deg);
  border: 1px solid rgba(184, 154, 62, 0.45);
  background: linear-gradient(
    135deg,
    rgba(184, 154, 62, 0.2) 0%,
    rgba(80, 120, 108, 0.12) 100%
  );
  box-shadow:
    0 0 16px rgba(100, 140, 128, 0.35),
    inset 0 0 8px rgba(255, 255, 255, 0.06);
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes runeSweep {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.22);
  }
}

.hero-kicker {
  font-family: "Bebas Neue", "Cinzel", serif;
  font-size: clamp(1.2rem, 3.4vw, 1.75rem);
  letter-spacing: 0.48em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  background: linear-gradient(
    185deg,
    #f4f0e6 0%,
    #dcc896 42%,
    #9aa89e 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.95))
    drop-shadow(0 0 20px rgba(100, 140, 128, 0.25));
}

@supports not (background-clip: text) {
  .hero-kicker {
    color: #dcc896;
    -webkit-text-fill-color: unset;
    text-shadow:
      0 0 24px rgba(100, 140, 128, 0.35),
      0 2px 18px rgba(0, 0, 0, 0.95);
  }
}

.hero h1 {
  font-size: clamp(2.05rem, 6.8vw, 3.5rem);
  margin: 0 0 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: none;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.5),
    0 6px 40px rgba(0, 0, 0, 0.95),
    0 0 80px rgba(72, 118, 108, 0.22),
    0 0 100px rgba(184, 154, 62, 0.12);
}

.hero h1 #hero-year {
  color: #e0d4b0;
  font-weight: 600;
  text-shadow:
    0 0 24px rgba(184, 154, 62, 0.35),
    0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero .tagline {
  font-size: clamp(1.12rem, 2.6vw, 1.45rem);
  opacity: 0.9;
  margin: 0 0 2rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 2px 20px rgba(0, 0, 0, 0.88),
    0 0 40px rgba(20, 40, 35, 0.35);
  color: rgba(235, 228, 216, 0.92);
}

.hero .profile-greeting {
  color: #c8ddd4;
  text-shadow:
    0 0 20px rgba(100, 160, 140, 0.35),
    0 2px 12px rgba(0, 0, 0, 0.85);
}

.hero-scroll-cue {
  position: absolute;
  bottom: clamp(1rem, 4vh, 2.25rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.75;
  animation: heroCueFade 2.5s ease 1.2s both;
}

@keyframes heroCueFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}

.hero-scroll-cue__line {
  width: 1px;
  height: 2.25rem;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(140, 170, 155, 0.7),
    #dcc896,
    transparent
  );
  animation: heroCueBob 2.2s ease-in-out infinite;
}

@keyframes heroCueBob {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

.hero-scroll-cue__text {
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(244, 232, 212, 0.65);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.65rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(130, 106, 72, 0.42);
  border-radius: 4px;
  transition:
    background 0.25s var(--ease-out-expo),
    color 0.25s,
    transform 0.2s var(--ease-out-expo),
    box-shadow 0.25s;
}

.btn-primary {
  background: linear-gradient(
    168deg,
    #efe3c5 0%,
    var(--gold) 35%,
    var(--gold-dim) 68%,
    #5f4a21 100%
  );
  color: #1f170e;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(184, 154, 62, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(
    168deg,
    #f4e8cc 0%,
    var(--gold-bright) 45%,
    var(--gold) 100%
  );
  color: #1f170e;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(142, 152, 112, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 36px rgba(184, 154, 62, 0.3);
}

.btn-outline {
  background: rgba(42, 26, 18, 0.4);
  color: #f2e6d2;
  border-color: rgba(162, 138, 100, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(184, 154, 62, 0.12);
}

.btn-outline:hover {
  background: rgba(56, 34, 22, 0.56);
  color: #fff8eb;
  border-color: rgba(184, 154, 62, 0.55);
  transform: translateY(-2px);
  box-shadow:
    0 0 20px rgba(184, 154, 62, 0.2),
    inset 0 0 0 1px rgba(184, 154, 62, 0.2);
}

/* Zlaté tlačidlá len v hero (zvyšok stránky môže zostať červený akcent) */
.hero .btn-primary {
  background: linear-gradient(
    168deg,
    #e8dcc0 0%,
    #b89a3e 38%,
    #8a7028 72%,
    #5a4820 100%
  );
  color: #14110c;
  border-color: rgba(200, 215, 210, 0.25);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 24px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(184, 154, 62, 0.25);
}

.hero .btn-primary:hover {
  background: linear-gradient(
    168deg,
    #f0e8d0 0%,
    #dcc896 40%,
    #b89a3e 100%
  );
  color: #14110c;
  box-shadow:
    0 0 0 1px rgba(100, 130, 120, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(120, 160, 140, 0.2);
}

.hero .btn-outline {
  background: rgba(4, 10, 12, 0.45);
  color: #ebe4d6;
  border-color: rgba(100, 130, 118, 0.5);
  box-shadow: inset 0 0 0 1px rgba(184, 154, 62, 0.08);
}

.hero .btn-outline:hover {
  background: rgba(20, 32, 30, 0.55);
  color: #f0ead8;
  border-color: rgba(184, 154, 62, 0.55);
  box-shadow:
    0 0 20px rgba(100, 140, 128, 0.2),
    inset 0 0 0 1px rgba(184, 154, 62, 0.15);
}

main:not(.page-main) {
  max-width: 940px;
  margin: 0 auto;
  padding: 2.5rem 1.35rem 4rem;
}

.page-main {
  max-width: 940px;
  margin: 0 auto;
  padding: 3rem 1.35rem 4.5rem;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 246, 229, 0.76) 0%, rgba(248, 236, 212, 0.66) 100%);
  border: 1px solid rgba(120, 92, 58, 0.2);
  border-radius: 10px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 22px 60px rgba(58, 34, 12, 0.14);
}

.page-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.page-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 720px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(120, 98, 66, 0.32) 25%,
    rgba(184, 154, 62, 0.62) 50%,
    rgba(120, 98, 66, 0.32) 75%,
    transparent
  );
  pointer-events: none;
}

section {
  margin-bottom: 3.75rem;
  scroll-margin-top: 5.5rem;
  opacity: 1;
  transform: none;
  position: relative;
}

section::before,
section::after {
  content: "✦";
  position: absolute;
  top: -0.85rem;
  color: rgba(138, 112, 40, 0.45);
  font-size: 0.72rem;
  pointer-events: none;
}

section::before {
  left: -0.55rem;
}

section::after {
  right: -0.55rem;
}

body.js-ready main section {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s var(--ease-out-expo),
    transform 0.65s var(--ease-out-expo);
}

body.js-ready main section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

section h2 {
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  color: var(--burgundy);
  padding-bottom: 0.65rem;
  margin: 0 0 1.35rem;
  position: relative;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

section h2::before {
  content: "❦";
  margin-right: 0.45rem;
  color: rgba(138, 112, 40, 0.65);
  font-size: 0.9em;
}

section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(142, 124, 88, 0.35) 0%,
    var(--gold) 22%,
    var(--gold-bright) 48%,
    var(--gold-dim) 78%,
    rgba(142, 124, 88, 0.22) 100%
  );
  box-shadow:
    0 1px 10px rgba(184, 154, 62, 0.22),
    0 0 16px rgba(122, 104, 70, 0.14);
}

.lead {
  font-size: 1.3rem;
  margin-top: 0;
}

.card {
  background: linear-gradient(
    165deg,
    rgba(255, 251, 241, 0.97) 0%,
    #ecdab9 100%
  );
  border: 1px solid rgba(108, 78, 38, 0.26);
  border-radius: 5px;
  padding: 1.5rem 1.75rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 10px 40px rgba(62, 38, 12, 0.14),
    0 4px 12px rgba(42, 24, 8, 0.08),
    0 0 0 1px rgba(160, 130, 84, 0.12);
  transition: box-shadow 0.3s var(--ease-out-expo), transform 0.3s var(--ease-out-expo);
  position: relative;
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(138, 112, 40, 0.35);
  pointer-events: none;
}

.card::before {
  top: 6px;
  left: 6px;
  border-right: none;
  border-bottom: none;
}

.card::after {
  right: 6px;
  bottom: 6px;
  border-left: none;
  border-top: none;
}

.card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.58) inset,
    0 14px 48px rgba(62, 38, 12, 0.16),
    0 0 0 1px rgba(160, 130, 84, 0.22),
    0 0 24px rgba(184, 154, 62, 0.12);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.15rem;
}

.schedule-table th,
.schedule-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(26, 18, 9, 0.12);
}

.schedule-table th {
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: var(--burgundy);
  background: rgba(92, 26, 26, 0.06);
}

.schedule-table tr:last-child td {
  border-bottom: none;
}

.schedule-table .time {
  white-space: nowrap;
  font-weight: 600;
  color: var(--forest);
  width: 6.5rem;
}

.purchase-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .purchase-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.purchase-card h3,
.purchase-card h4 {
  font-family: "Cinzel", serif;
  margin-top: 0;
  color: var(--burgundy);
}

.purchase-card h3 {
  font-size: 1.25rem;
}

.purchase-card h4 {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.purchase-card p {
  margin-bottom: 1rem;
}

.choice-hub h3 {
  margin-top: 0;
  position: relative;
  padding-left: 1.25rem;
}

.choice-hub h3::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #8a7028;
}

.choice-grid {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 760px) {
  .choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.choice-card {
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid rgba(123, 90, 42, 0.25);
  border-radius: 6px;
  padding: 0.9rem 1rem 1rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 230, 0.5),
    0 6px 20px rgba(58, 36, 10, 0.08);
}

.choice-card h4 {
  margin: 0 0 0.35rem;
  font-family: "Cinzel", serif;
  color: var(--burgundy);
}

.choice-card p {
  margin: 0 0 0.8rem;
  font-size: 1.02rem;
}

.choice-card__kicker {
  margin: 0 0 0.3rem;
  font-size: 0.82rem;
  font-family: "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e5830;
}

.choice-card__kicker::before {
  content: "⟡ ";
}

.choice-card .btn {
  width: 100%;
  text-align: center;
}

.choice-actions {
  display: grid;
  gap: 0.45rem;
}

.choice-actions .btn {
  padding: 0.48rem 0.75rem;
  font-size: 0.75rem;
}

.market-board {
  position: relative;
}

.market-board::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.6rem;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(138, 112, 40, 0.65),
    transparent
  );
}

.market-board .lead::first-letter {
  font-size: 1.55em;
  font-family: "Cinzel", serif;
  color: #7a5827;
}

.market-board::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  top: 0.35rem;
  width: 52px;
  height: 52px;
  background: url("../images/seal.svg") center/contain no-repeat;
  opacity: 0.78;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
  pointer-events: none;
}


.stripe-btn {
  display: inline-block;
  padding: 0.6rem 1.35rem;
  background: #635bff;
  color: #fff !important;
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.stripe-btn:hover {
  background: #524cdb;
  color: #fff !important;
}

/* WooCommerce režim — main.js pridá triedu woo-pay-btn k tlačidlám platieb */
a.stripe-btn.woo-pay-btn {
  background: #7f54b3;
}

a.stripe-btn.woo-pay-btn:hover {
  background: #6d4799;
  color: #fff !important;
}

.note {
  font-size: 1rem;
  font-style: italic;
  color: rgba(26, 18, 9, 0.75);
  margin-top: 1rem;
}

.site-footer {
  position: relative;
  background: linear-gradient(
    185deg,
    #141414 0%,
    #0c0c0c 42%,
    var(--arta-black) 100%
  );
  color: #e8e4de;
  padding: 2.75rem 1.25rem 2.25rem;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid rgba(142, 152, 112, 0.28);
  box-shadow:
    0 -8px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(242, 64, 64, 0.1);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background: url("../images/stone-wall.svg") center/520px auto repeat;
  mix-blend-mode: screen;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(142, 152, 112, 0.45),
    var(--gold-dim),
    var(--gold),
    var(--gold-dim),
    rgba(142, 152, 112, 0.45),
    transparent
  );
  opacity: 0.9;
}

.site-footer a {
  color: var(--gold);
}

.site-footer p {
  margin: 0.35rem 0;
}

.verify-form label {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  color: var(--burgundy);
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.verify-form input[type="text"],
.verify-form input[type="password"],
.verify-form input[type="url"] {
  width: 100%;
  max-width: 28rem;
  padding: 0.55rem 0.75rem;
  font-size: 1.1rem;
  font-family: inherit;
  border: 1px solid rgba(92, 26, 26, 0.35);
  border-radius: 4px;
  background: #fffef8;
  margin-bottom: 1rem;
}

.verify-form .field-group {
  margin-bottom: 0.25rem;
}

.verify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.5rem;
}

.verify-actions .btn {
  cursor: pointer;
  border: none;
}

.verify-actions .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.verify-result {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  display: none;
}

.verify-result.is-visible {
  display: block;
}

.verify-result.ok {
  background: rgba(45, 61, 45, 0.15);
  border: 1px solid var(--forest);
  color: var(--forest);
}

.verify-result.warn {
  background: rgba(242, 64, 64, 0.12);
  border: 1px solid var(--gold-dim);
  color: var(--ink);
}

.verify-result.err {
  background: rgba(92, 26, 26, 0.12);
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
}

.verify-hint {
  font-size: 1rem;
  font-style: italic;
  color: rgba(26, 18, 9, 0.75);
  margin-top: 1.25rem;
}

.profile-greeting {
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--gold);
  margin: 0 0 0.5rem;
  letter-spacing: 0.06em;
}

.nav-profile-pill {
  flex-basis: 100%;
  text-align: right;
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.04em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .nav-profile-pill {
    flex-basis: auto;
    text-align: left;
    margin-left: auto;
    max-width: 12rem;
  }
}

.live-schedule {
  margin-bottom: 1.5rem;
  border: 2px solid rgba(242, 64, 64, 0.35);
  border-radius: 6px;
  box-shadow:
    0 0 0 1px rgba(92, 26, 26, 0.08),
    0 10px 36px rgba(26, 18, 9, 0.1);
}

.live-schedule-heading {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  color: var(--burgundy);
}

.live-schedule-title {
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.live-schedule-body {
  margin: 0 0 0.75rem;
}

.live-schedule-sub {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--burgundy);
}

.live-schedule-activities {
  margin: 0 0 0.75rem;
  padding-left: 1.35rem;
}

.live-schedule-activities li {
  margin-bottom: 0.35rem;
}

.live-schedule-next {
  margin: 0;
  font-size: 1.05rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(92, 26, 26, 0.15);
}

.schedule-row-active {
  background: rgba(242, 64, 64, 0.12) !important;
}

.schedule-row-active .time {
  color: var(--burgundy);
}

.map-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(92, 26, 26, 0.22);
  box-shadow:
    0 0 0 3px rgba(242, 64, 64, 0.1),
    0 12px 40px rgba(26, 18, 9, 0.18);
  margin: 1.25rem 0;
}

.map-embed iframe {
  display: block;
  width: 100%;
  min-height: 280px;
  height: clamp(280px, 52vw, 380px);
  border: 0;
}

.profile-card {
  max-width: 32rem;
}

.profile-form label {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  color: var(--burgundy);
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.profile-form input[type="text"] {
  width: 100%;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 1.1rem;
  font-family: inherit;
  border: 1px solid rgba(92, 26, 26, 0.35);
  border-radius: 4px;
  background: #fffef8;
  margin-bottom: 1rem;
}

.profile-save {
  cursor: pointer;
  border: none;
}

.zetony-local h3 {
  margin-top: 0;
}

.zetony-rules {
  margin: 0;
  padding-left: 1.35rem;
}

.zetony-rules li {
  margin-bottom: 0.5rem;
}

.medieval-map-figure {
  margin: 1.5rem 0;
}

.medieval-map-frame {
  position: relative;
  border: 3px solid var(--burgundy);
  outline: 2px solid rgba(142, 152, 112, 0.55);
  outline-offset: 6px;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff4e4 0%, var(--parchment-dark) 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 20px 56px rgba(26, 18, 9, 0.18);
  overflow: hidden;
}

.medieval-map-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.medieval-map-caption {
  font-size: 1rem;
  font-style: italic;
  color: rgba(26, 18, 9, 0.78);
  margin-top: 0.85rem;
  max-width: 48rem;
}

.quest-legend-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--burgundy);
}

.quest-legend-intro {
  margin-top: 0;
  font-size: 1.05rem;
}

.quest-legend {
  margin: 0;
  padding-left: 1.5rem;
  max-width: 42rem;
}

.quest-legend li {
  margin-bottom: 0.55rem;
  padding-left: 0.25rem;
}

.quest-legend em {
  color: rgba(26, 18, 9, 0.72);
}

.faq-intro {
  margin-top: 0;
  max-width: 42rem;
}

.faq-list {
  max-width: 40rem;
}

.faq-item {
  border: 1px solid rgba(92, 26, 26, 0.16);
  border-radius: 6px;
  padding: 0.55rem 1.1rem;
  margin-bottom: 0.75rem;
  background: linear-gradient(
    180deg,
    rgba(255, 254, 248, 0.88) 0%,
    rgba(244, 232, 212, 0.45) 100%
  );
  box-shadow: 0 2px 12px rgba(26, 18, 9, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(242, 64, 64, 0.3);
  box-shadow: 0 4px 18px rgba(26, 18, 9, 0.08);
}

.faq-item summary {
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: var(--burgundy);
  cursor: pointer;
  letter-spacing: 0.03em;
  padding: 0.35rem 0;
}

.faq-item summary:hover {
  color: var(--burgundy-light);
}

.faq-item p {
  margin: 0.5rem 0 0.75rem;
  padding-left: 0.15rem;
  font-size: 1.1rem;
}

/* --- Stránka prihlasky.html — čitateľnejšia sans-serif namiesto Cinzel/Cormorant --- */
.prihlasky-page {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.62;
}

.prihlasky-page > h1 {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  color: var(--burgundy);
  letter-spacing: 0.02em;
  margin-top: 0;
}

.prihlasky-setup-note {
  margin-bottom: 2rem;
  border: 1px solid rgba(92, 26, 26, 0.35);
  background: rgba(255, 252, 245, 0.95);
}

.prihlasky-quick-pick {
  margin-bottom: 1.4rem;
}

.prihlasky-quick-pick__title {
  margin: 0 0 0.7rem;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-size: 1.05rem;
  color: var(--burgundy);
}

.prihlasky-quick-pick__grid {
  display: grid;
  gap: 0.55rem;
}

@media (min-width: 640px) {
  .prihlasky-quick-pick__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.prihlasky-quick-pick__grid a {
  display: block;
  text-decoration: none;
  padding: 0.55rem 0.7rem;
  border-radius: 5px;
  border: 1px solid rgba(123, 90, 42, 0.25);
  background: rgba(255, 249, 236, 0.78);
  color: var(--burgundy);
  font-weight: 600;
}

.prihlasky-quick-pick__grid a:hover {
  background: rgba(245, 226, 186, 0.55);
  border-color: rgba(184, 154, 62, 0.45);
}

.prihlasky-setup-note__title {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: var(--burgundy);
  letter-spacing: 0.02em;
}

.prihlasky-section {
  margin-bottom: 2.5rem;
}

.prihlasky-section > h2 {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  color: var(--burgundy);
  letter-spacing: 0.02em;
  margin: 0 0 0.75rem;
}

.prihlasky-card {
  margin-bottom: 1.5rem;
}

.prihlasky-card h3 {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  margin-top: 0;
  color: var(--burgundy);
  letter-spacing: 0.02em;
}

.prihlasky-card__hint {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  color: rgba(26, 18, 9, 0.78);
}

.workshop-form label {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  color: var(--burgundy);
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.prihlasky-page .workshop-form label {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.workshop-form input[type="text"],
.workshop-form input[type="email"],
.workshop-form input[type="tel"],
.workshop-form input[type="number"],
.workshop-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.55rem 0.75rem;
  font-size: 1.1rem;
  font-family: inherit;
  border: 1px solid rgba(92, 26, 26, 0.35);
  border-radius: 4px;
  background: #fffef8;
}

.workshop-form textarea {
  resize: vertical;
  min-height: 4rem;
}

.workshop-form__row {
  display: grid;
  gap: 0 1.25rem;
}

@media (min-width: 560px) {
  .workshop-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.workshop-form__check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  color: var(--ink);
  cursor: pointer;
}

.prihlasky-page .workshop-form__check {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.workshop-form__check input {
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.workshop-form .btn {
  margin-top: 0.5rem;
  cursor: pointer;
  border: none;
}

.workshop-form__feedback {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 4px;
  font-size: 1.05rem;
}

.workshop-form__feedback--ok {
  background: rgba(45, 61, 45, 0.12);
  border: 1px solid var(--forest);
  color: var(--forest);
}

.workshop-form__feedback--err {
  background: rgba(92, 26, 26, 0.1);
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
}

.prihlasky-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.prihlasky-riddle {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--gold-dim);
  background: rgba(92, 26, 26, 0.06);
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 400;
}

.prihlasky-riddle p {
  margin: 0;
}

.prihlasky-riddle strong {
  font-weight: 700;
}

.prihlasky-contest-lead {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.prihlasky-page .lead {
  line-height: 1.6;
}

.prihlasky-page code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.92em;
}

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

  .hero-video {
    animation: none;
    transform: none;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero::before {
    animation: none;
  }

  .hero::after {
    animation: none;
    opacity: 0.12;
  }

  .hero-fx::after {
    animation: none;
    opacity: 0.07;
  }

  .hero-inner,
  .hero-scroll-cue {
    animation: none;
  }

  section {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-header::after {
    opacity: 0.08;
  }

  .hero-scroll-cue__line {
    animation: none;
    opacity: 0.55;
  }

  .btn {
    transition: background 0.15s ease, color 0.15s ease;
  }

  .btn-primary:hover,
  .btn-outline:hover {
    transform: none;
  }
}

/* =========================================================
   FINAL THEME SYSTEM (production clean + PoE2 effects)
   ========================================================= */
.home-page {
  color: var(--text-on-dark);
}

.home-page a {
  color: var(--link-accent);
}

.home-page a:hover {
  color: var(--link-accent-hover);
}

.home-page .site-header {
  padding: 1.85rem 0 0.75rem;
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  transition: padding var(--fx-time-mid) var(--fx-ease), background-color var(--fx-time-mid) var(--fx-ease);
}

.home-page .site-header::before,
.home-page .site-header::after,
.home-page .site-header .header-inner::before,
.home-page .site-header .nav .nav-crest-wings,
.home-page .site-header .logo,
.home-page .site-header .header-utility {
  content: none !important;
  display: none !important;
}

.home-page .site-header .header-inner {
  display: block;
  padding: 0;
  position: relative;
}

.home-page .site-header .header-brand-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  margin: 0 auto 0.36rem;
  width: min(142px, 28vw);
  height: min(160px, 32vw);
  padding: 0;
  clip-path: polygon(50% 0%, 88% 12%, 88% 58%, 50% 100%, 12% 58%, 12% 12%);
  border-radius: 0;
  border: none;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}

.home-page .site-header .header-brand-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  clip-path: inherit;
  opacity: 1;
  filter: saturate(1.06) contrast(1.04);
  mix-blend-mode: normal;
  transition: opacity var(--fx-time-mid) var(--fx-ease), transform var(--fx-time-mid) var(--fx-ease);
}

.home-page .site-header .nav {
  position: relative;
  min-height: 84px;
  margin: 0.28rem 0 0;
  padding: 0 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image:
    linear-gradient(180deg, rgba(14, 18, 26, 0.28) 0%, rgba(9, 12, 18, 0.4) 100%),
    url("../images/poe2-navbar-bg.webp"),
    linear-gradient(180deg, #0e1219 0%, #090c12 100%);
  background-size: 100% 100%, 100% auto, 100% 100%;
  background-position: center, center center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  opacity: 1;
  isolation: auto;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: none !important;
  scrollbar-width: thin;
  transition:
    min-height var(--fx-time-mid) var(--fx-ease),
    margin var(--fx-time-mid) var(--fx-ease),
    box-shadow var(--fx-time-mid) var(--fx-ease);
}

.home-page .site-header .nav::before {
  content: none;
}

.home-page .site-header .nav::after {
  content: none;
}

.home-page .site-header .nav::selection {
  background: rgba(255, 203, 0, 0.25);
}

.home-page .site-header .nav a {
  padding: 0.2rem 0;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  opacity: 1;
  color: rgba(242, 227, 196, 0.96);
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: none;
  white-space: nowrap;
}

.home-page .site-header .nav a:hover {
  color: #fff2cf;
  text-shadow: 0 0 12px rgba(255, 203, 0, 0.24);
}

/* Header compact mode while scrolling */
body.home-page.header-compact .site-header {
  padding-top: 0.95rem;
}

body.home-page.header-compact .site-header .header-brand-slot {
  min-height: 112px;
  height: min(128px, 26vw);
  margin-bottom: 0.16rem;
}

body.home-page.header-compact .site-header .header-brand-slot img {
  transform: scale(0.92);
}

body.home-page.header-compact .site-header .nav {
  min-height: 72px;
  margin-top: 0.12rem;
}

/* Cinematic emblem intro (big emblem -> header crest) */
.emblem-intro {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(8, 10, 14, 0.18) 0%, rgba(8, 10, 14, 0.78) 76%),
    rgba(8, 10, 14, 0.42);
}

.emblem-intro img {
  width: min(64vw, 520px);
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  transform-origin: center center;
  transition:
    transform 960ms cubic-bezier(0.22, 0.86, 0.24, 1.08),
    opacity 620ms var(--fx-ease);
  filter:
    drop-shadow(0 20px 30px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 24px rgba(255, 239, 194, 0.24));
}

.emblem-intro.is-animating img {
  opacity: 0.92;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 20px rgba(255, 241, 212, 0.34));
}

body.home-page:not(.intro-done) .site-header .header-brand-slot img {
  opacity: 0;
}

.home-page .hero {
  border-bottom: 1px solid rgba(255, 203, 0, 0.2);
}

.home-page .page-main {
  background: linear-gradient(180deg, rgba(16, 20, 30, 0.96) 0%, rgba(10, 13, 20, 0.98) 100%);
  border: 1px solid rgba(176, 148, 98, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(220, 188, 120, 0.07),
    0 20px 46px rgba(0, 0, 0, 0.36);
  color: var(--text-on-dark);
}

.home-page section {
  border: 1px solid rgba(120, 98, 66, 0.28);
  border-radius: 6px;
  padding: 1.1rem 1.2rem 1rem;
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.5) 0%, rgba(14, 18, 28, 0.56) 100%);
}

.home-page section h2,
.home-page .card h3,
.home-page .card h4,
.home-page .prihlasky-page > h1,
.home-page .prihlasky-page h2,
.home-page .prihlasky-page h3,
.home-page .faq-item summary {
  color: var(--heading-accent);
}

.home-page section h2::after {
  background: linear-gradient(
    90deg,
    rgba(50, 153, 50, 0.3) 0%,
    rgba(255, 203, 0, 0.82) 48%,
    rgba(217, 36, 28, 0.52) 100%
  );
  box-shadow: 0 0 14px rgba(255, 203, 0, 0.2);
}

.home-page section p,
.home-page section li,
.home-page section summary,
.home-page section td,
.home-page section th,
.home-page .choice-card__kicker,
.home-page .faq-intro,
.home-page .note {
  color: var(--text-on-dark);
}

.home-page .card,
.home-page .faq-item,
.home-page .prihlasky-card,
.home-page .prihlasky-setup-note,
.home-page .prihlasky-quick-pick,
.home-page .choice-card,
.home-page #vstupenky-rezervacie .choice-card {
  background: linear-gradient(180deg, rgba(24, 32, 44, 0.92) 0%, rgba(16, 22, 34, 0.96) 100%);
  border: 1px solid rgba(178, 140, 76, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 203, 0, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.28);
}

.home-page .choice-card h4,
.home-page #vstupenky-rezervacie .choice-card h4 {
  color: #d9241c;
}

.home-page .schedule-table th {
  color: var(--heading-accent);
  background: rgba(52, 153, 52, 0.16);
}

.home-page .schedule-table td {
  border-bottom-color: rgba(174, 136, 72, 0.26);
}

.home-page .schedule-table .time {
  color: #e4d4a8;
}

.home-page .btn,
.home-page .stripe-btn {
  border: 1px solid rgba(194, 154, 88, 0.64);
  border-radius: 6px;
  letter-spacing: 0.08em;
}

.home-page .btn-primary,
.home-page .stripe-btn {
  background: linear-gradient(180deg, #d9241c 0%, #a11c16 56%, #6f120f 100%);
  color: #ffefcc !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 203, 0, 0.28),
    0 8px 18px rgba(0, 0, 0, 0.28);
}

.home-page .btn-outline {
  background: linear-gradient(180deg, rgba(26, 40, 28, 0.66) 0%, rgba(18, 30, 22, 0.76) 100%);
  border-color: rgba(50, 153, 50, 0.58);
  color: #eaf3dc;
}

/* PoE2-like action shine */
.home-page .btn-primary,
.home-page .stripe-btn {
  position: relative;
  overflow: hidden;
}

.home-page .btn-primary::before,
.home-page .stripe-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 38%);
  pointer-events: none;
}

.home-page .btn-outline:hover,
.home-page .btn-primary:hover,
.home-page .stripe-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.home-page .workshop-form input[type="text"],
.home-page .workshop-form input[type="email"],
.home-page .workshop-form input[type="tel"],
.home-page .workshop-form input[type="number"],
.home-page .workshop-form textarea {
  background: rgba(11, 16, 24, 0.84);
  border: 1px solid rgba(146, 116, 72, 0.46);
  color: #f0eadc;
}

.home-page .workshop-form input:focus,
.home-page .workshop-form textarea:focus {
  outline: none;
  border-color: rgba(255, 203, 0, 0.76);
  box-shadow: 0 0 0 2px rgba(255, 203, 0, 0.2);
}

.home-page .site-footer {
  background: linear-gradient(180deg, #0f1219 0%, #0a0c12 100%);
  border-top: 1px solid rgba(184, 144, 78, 0.42);
  color: rgba(226, 220, 206, 0.9);
}

.home-page .site-footer a {
  color: #ffcb00;
}

.home-page .site-footer a:hover {
  color: #ffe066;
}

@media (max-width: 860px) {
  .home-page .site-header {
    padding-top: 1.15rem;
  }

  .home-page .site-header .header-brand-slot {
    min-height: 104px;
    margin-bottom: 0.55rem;
    width: min(118px, 56vw);
    height: min(132px, 62vw);
    padding: 0.3rem;
    border-radius: 46% 46% 40% 40% / 16% 16% 58% 58%;
  }

  .home-page .site-header .header-brand-slot img {
    width: 86%;
    height: 86%;
    max-height: none;
  }

  .home-page .site-header .nav {
    min-height: 66px;
    gap: 0.65rem;
    margin-top: 0.55rem;
    padding: 0 0.7rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .home-page .site-header .nav a {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  body.home-page.header-compact .site-header {
    padding-top: 0.8rem;
  }

  body.home-page.header-compact .site-header .header-brand-slot {
    min-height: 90px;
    height: min(108px, 54vw);
  }
}

/* Final layout unify pass */
.home-page .page-main {
  max-width: 1100px;
  margin: 1.15rem auto 2rem;
  padding: 1.2rem 1.25rem;
}

.home-page section {
  margin-bottom: 1.35rem;
}

.home-page .btn-row {
  gap: 0.7rem;
}

.home-page .btn,
.home-page .stripe-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page .choice-actions {
  gap: 0.5rem;
}

@media (max-width: 860px) {
  .home-page .page-main {
    margin-top: 0.8rem;
    padding: 0.9rem 0.85rem;
  }

  .home-page .btn-row {
    gap: 0.5rem;
  }
}

/* =========================================================
   EFFECT SYSTEM RESET: one consistent style everywhere
   ========================================================= */
:root {
  --fx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fx-time-fast: 180ms;
  --fx-time-mid: 260ms;
  --fx-time-slow: 420ms;
  --fx-glow-gold: 0 0 16px rgba(255, 203, 0, 0.22);
  --fx-lift: translateY(-2px);
}

/* Consistent section reveal timing */
body.js-ready main section {
  transition:
    opacity var(--fx-time-slow) var(--fx-ease),
    transform var(--fx-time-slow) var(--fx-ease) !important;
}

/* Shared hover behavior across interactive UI blocks */
.home-page .card,
.home-page .faq-item,
.home-page .choice-card,
.home-page .btn,
.home-page .stripe-btn,
.home-page .site-header .nav a {
  transition:
    transform var(--fx-time-mid) var(--fx-ease),
    box-shadow var(--fx-time-mid) var(--fx-ease),
    background-color var(--fx-time-mid) var(--fx-ease),
    color var(--fx-time-mid) var(--fx-ease),
    border-color var(--fx-time-mid) var(--fx-ease),
    filter var(--fx-time-mid) var(--fx-ease) !important;
}

.home-page .card:hover,
.home-page .faq-item:hover,
.home-page .choice-card:hover {
  transform: var(--fx-lift);
  box-shadow:
    inset 0 1px 0 rgba(255, 203, 0, 0.14),
    0 12px 26px rgba(0, 0, 0, 0.32),
    var(--fx-glow-gold) !important;
}

.home-page .btn:hover,
.home-page .stripe-btn:hover {
  transform: var(--fx-lift);
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 203, 0, 0.3),
    0 10px 20px rgba(0, 0, 0, 0.3),
    var(--fx-glow-gold) !important;
}

.home-page .site-header .nav a:hover {
  transform: translateY(-1px);
  text-shadow: 0 0 10px rgba(255, 203, 0, 0.3);
}

/* Normalize animated overlays/noise to subtle level */
.hero-fx::after {
  animation-duration: 8s !important;
  animation-timing-function: linear !important;
}

/* Ensure nav/hero effects don't fight each other */
.home-page .site-header,
.home-page .hero,
.home-page .page-main {
  animation-timing-function: var(--fx-ease) !important;
}

/* Unified focus states */
.home-page input:focus,
.home-page textarea:focus,
.home-page select:focus,
.home-page button:focus-visible,
.home-page a:focus-visible {
  outline: 2px solid rgba(255, 203, 0, 0.72);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255, 203, 0, 0.18);
}

/* =========================================================
   FULL DESIGN UNIFY PASS (hard override)
   ========================================================= */
.home-page body,
body.home-page {
  background: radial-gradient(circle at 50% 50%, rgba(15, 18, 25, 1) 0%, rgba(21, 28, 40, 1) 100%);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  color: #e6dfcf;
}

body.home-page::before,
body.home-page::after {
  opacity: 0.08;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  color: #ffcb00;
  text-shadow: none;
}

.home-page .site-header,
.home-page .site-footer,
.home-page .page-main,
.home-page section,
.home-page .card,
.home-page .faq-item,
.home-page .choice-card,
.home-page .prihlasky-card,
.home-page .prihlasky-quick-pick,
.home-page .prihlasky-setup-note {
  border-radius: 6px;
}

.home-page .site-header {
  background: #101218;
  border: none;
}

.home-page .site-header .nav {
  background-color: transparent;
  background-image:
    linear-gradient(180deg, rgba(14, 18, 26, 0.28) 0%, rgba(9, 12, 18, 0.4) 100%),
    url("../images/poe2-navbar-bg.webp"),
    linear-gradient(180deg, #0e1219 0%, #090c12 100%);
  background-size: 100% 100%, 100% auto, 100% 100%;
  background-position: center, center center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  opacity: 1;
}

.home-page .site-header .nav a {
  color: #f1e3c3;
  font-weight: 600;
}

.home-page .hero {
  border-bottom: 1px solid rgba(255, 203, 0, 0.2);
}

.home-page .hero::after {
  opacity: 0.16;
}

.home-page .hero .tagline,
.home-page .hero .hero-kicker {
  color: #efe4ce;
}

.home-page .page-main {
  background: linear-gradient(180deg, rgba(14, 18, 26, 0.96) 0%, rgba(10, 13, 20, 0.98) 100%);
  border: 1px solid rgba(186, 146, 84, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 203, 0, 0.08);
}

.home-page section {
  background: linear-gradient(180deg, rgba(20, 26, 36, 0.56) 0%, rgba(14, 18, 28, 0.62) 100%);
  border: 1px solid rgba(126, 102, 64, 0.32);
}

.home-page section::before,
.home-page section::after,
.home-page .card::before,
.home-page .card::after {
  opacity: 0.4;
}

.home-page section p,
.home-page section li,
.home-page section td,
.home-page section th,
.home-page section summary,
.home-page .note,
.home-page .faq-intro {
  color: #dddacb;
}

.home-page .card,
.home-page .faq-item,
.home-page .choice-card,
.home-page .prihlasky-card,
.home-page .prihlasky-setup-note,
.home-page .prihlasky-quick-pick {
  background: linear-gradient(180deg, rgba(24, 32, 44, 0.94) 0%, rgba(16, 22, 34, 0.98) 100%);
  border: 1px solid rgba(174, 136, 76, 0.42);
}

.home-page .schedule-table th {
  background: rgba(50, 153, 50, 0.14);
  color: #ffcb00;
}

.home-page .schedule-table td {
  border-bottom-color: rgba(178, 140, 76, 0.24);
}

.home-page .schedule-table .time {
  color: #ffd24d;
}

.home-page .btn,
.home-page .stripe-btn {
  border-radius: 6px;
  border: 1px solid rgba(194, 154, 88, 0.62);
}

.home-page .btn-primary,
.home-page .stripe-btn {
  background: linear-gradient(180deg, #d9241c 0%, #a01b16 56%, #6f120f 100%);
  color: #ffefcc !important;
}

.home-page .btn-outline {
  background: linear-gradient(180deg, rgba(26, 40, 28, 0.68) 0%, rgba(18, 30, 22, 0.8) 100%);
  border-color: rgba(50, 153, 50, 0.58);
  color: #eaf3dc;
}

.home-page .workshop-form input[type="text"],
.home-page .workshop-form input[type="email"],
.home-page .workshop-form input[type="tel"],
.home-page .workshop-form input[type="number"],
.home-page .workshop-form textarea {
  background: rgba(11, 16, 24, 0.88);
  border: 1px solid rgba(150, 118, 74, 0.46);
  color: #f0eadc;
}

.home-page .site-footer {
  background: linear-gradient(180deg, #0e1219 0%, #090c12 100%);
  border-top: 1px solid rgba(184, 144, 78, 0.38);
}

.home-page .site-footer p,
.home-page .site-footer span {
  color: #dcd6c7;
}

/* FINAL LAYOUT TUNE: support + registration centered */
#vstupenky-rezervacie .choice-hub {
  max-width: 980px;
  margin: 0 auto;
}

#vstupenky-rezervacie .choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  justify-content: center;
  gap: 1rem;
}

#vstupenky-rezervacie .choice-card {
  width: 100%;
}

#vstupenky-rezervacie .choice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

#vstupenky-rezervacie .choice-actions .btn {
  width: 100%;
}

@media (max-width: 900px) {
  #vstupenky-rezervacie .choice-grid {
    grid-template-columns: minmax(260px, 1fr);
  }

  #vstupenky-rezervacie .choice-actions {
    grid-template-columns: 1fr;
  }
}

/* DEFINITIVE HEADER SYSTEM (single source of truth) */
.emblem-intro { display: none !important; }

.home-page .site-header,
body.home-page.header-compact .site-header {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.home-page .site-header .header-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
}

.home-page .site-header::before,
.home-page .site-header::after,
.home-page .site-header .header-inner::before {
  content: none !important;
  display: none !important;
}

/* Header icon + nav (clean rebuild) */
.home-page .site-header {
  --header-icon-size: 136px;
  transform: translateY(calc(-1 * var(--header-shift, 0px))) !important;
  will-change: transform;
}

.home-page .site-header .header-brand-slot {
  position: relative !important;
  width: var(--header-icon-size) !important;
  height: var(--header-icon-size) !important;
  margin: 0 auto 0.12rem !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: clip !important;
  clip-path: none !important;
  border-radius: 0 !important;
  align-self: center !important;
  transform-origin: center top !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.home-page .site-header .header-brand-slot::before,
.home-page .site-header .header-brand-slot__shield,
.home-page .site-header .header-brand-slot__frame {
  display: none !important;
  content: none !important;
}

.home-page .site-header .header-brand-slot::after {
  content: "" !important;
  position: absolute !important;
  inset: 16% !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  background: radial-gradient(
    circle,
    rgba(255, 243, 212, 0.34) 0%,
    rgba(255, 243, 212, 0.12) 42%,
    rgba(255, 243, 212, 0) 74%
  ) !important;
  filter: blur(8px) !important;
  z-index: 0 !important;
}

.home-page .site-header .header-brand-slot__icon {
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
  clip-path: none !important;
}

/* Nav: spodok = ten istý gradient ako header, potom PoE, navrch jemný tint (grafika viditeľná, farba sedí) */
.home-page .site-header .nav {
  min-height: 50px !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
  isolation: auto;
  background-image:
    linear-gradient(180deg, rgba(14, 18, 26, 0.28) 0%, rgba(9, 12, 18, 0.4) 100%),
    url("../images/poe2-navbar-bg.webp"),
    linear-gradient(180deg, #0e1219 0%, #090c12 100%) !important;
  background-size: 100% 100%, 100% auto, 100% 100% !important;
  background-position: center, center center, center !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
}

@media (max-width: 860px) {
  .home-page .site-header {
    --header-icon-size: 102px;
  }

  .home-page .site-header .nav {
    min-height: 46px !important;
  }
}

/* Header: centered shield + full-width nav strip (avoids shrink-wrapped nav vs emblem) */
.home-page .site-header .header-inner {
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin-inline: auto !important;
  padding-inline: 0.75rem !important;
  padding-block: 0.45rem 0 !important;
  box-sizing: border-box !important;
  transition: none !important;
}

.home-page .site-header .header-brand-slot__icon {
  /* Must override older "ABSOLUTE FINAL SHIELD FIX" left/top + killed transform */
  position: static !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-inline: auto !important;
  object-position: center center !important;
}

body.home-page:not(.intro-done) .site-header .header-brand-slot__icon {
  opacity: 1 !important;
}

/* Scroll compact state stays for compatibility; layout now driven by progress var */
body.home-page.header-compact .site-header .nav {
  margin: 0 !important;
}

/* Readability pass: stronger time numerals in schedule table */
.home-page .schedule-table .time {
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.02rem !important;
  letter-spacing: 0.02em !important;
  font-variant-numeric: lining-nums tabular-nums;
  color: #e4d4a8 !important;
}

/* ===============================
   TYPOGRAPHY CLEANUP (global fit)
   =============================== */
body,
.home-page,
.prihlasky-page {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.62;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: 0.035em;
}

.home-page .nav a,
.home-page .btn,
.home-page .stripe-btn,
.home-page .choice-card__kicker,
.home-page .header-utility,
.prihlasky-page .btn,
.prihlasky-page .workshop-form label {
  font-family: var(--font-ui) !important;
}

.home-page p,
.home-page li,
.home-page td,
.home-page th,
.prihlasky-page p,
.prihlasky-page li,
.prihlasky-page td,
.prihlasky-page th {
  letter-spacing: 0.01em;
}

.home-page .page-main section h2 {
  color: var(--heading-accent);
  font-weight: 600;
  margin-top: 0;
}

.home-page .page-main section .lead {
  color: var(--text-muted);
  font-size: 1.12rem;
  line-height: 1.55;
  max-width: 52ch;
}

.home-page .page-main section p:not(.lead) {
  max-width: 58ch;
  color: var(--text-on-dark);
}

.home-page .page-main section .note {
  color: var(--text-muted);
  font-size: 0.98rem;
}

/* Prihlasky quick-pick: stronger contrast/readability */
.home-page .prihlasky-quick-pick__grid a {
  color: #f6ead2 !important;
  background: linear-gradient(180deg, rgba(40, 26, 26, 0.92) 0%, rgba(26, 16, 16, 0.96) 100%) !important;
  border: 1px solid rgba(212, 170, 102, 0.54) !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.home-page .prihlasky-quick-pick__grid a:hover,
.home-page .prihlasky-quick-pick__grid a:focus-visible {
  color: #fff4dd !important;
  background: linear-gradient(180deg, rgba(60, 34, 30, 0.95) 0%, rgba(36, 20, 18, 0.98) 100%) !important;
  border-color: rgba(238, 198, 124, 0.78) !important;
  outline: none;
}

/* Header panel = footer: same gradient + stone; gold strips = footer ::before (top) + bottom edge */
body.home-page .site-header {
  position: sticky;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 132, 255, 1) 100%) !important;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.38),
    inset 0 -1px 0 rgba(242, 64, 64, 0.08);
  overflow: hidden;
  isolation: isolate;
}

body.home-page .site-header::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background: url("../images/stone-wall.svg") center/520px auto repeat;
  mix-blend-mode: soft-light;
  z-index: 0;
}

body.home-page .site-header::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background-image:
    linear-gradient(
      90deg,
      transparent,
      rgba(142, 152, 112, 0.45),
      var(--gold-dim),
      var(--gold),
      var(--gold-dim),
      rgba(142, 152, 112, 0.45),
      transparent
    ),
    linear-gradient(
      90deg,
      transparent,
      rgba(142, 152, 112, 0.45),
      var(--gold-dim),
      var(--gold),
      var(--gold-dim),
      rgba(142, 152, 112, 0.45),
      transparent
    );
  background-size: 100% 3px, 100% 3px;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  opacity: 0.9;
}

body.home-page .site-header .header-inner {
  position: relative;
  z-index: 1;
}

/* Žiadny druhý kameň na nav — rovnaký vzhľad ako zvyšok hlavičky */
body.home-page .site-header .nav::before {
  content: none !important;
  display: none !important;
}

/* ---- VSTUPENKY / PODPORA: cleaner premium redesign ---- */
#vstupenky-rezervacie {
  position: relative;
  padding: 1.45rem 1.35rem 1.25rem !important;
  border: 1px solid rgba(206, 166, 96, 0.34) !important;
  background:
    radial-gradient(ellipse 120% 75% at 50% -12%, rgba(230, 190, 118, 0.08) 0%, transparent 56%),
    linear-gradient(180deg, rgba(18, 24, 36, 0.92) 0%, rgba(10, 14, 22, 0.96) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 218, 146, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.3) !important;
}

#vstupenky-rezervacie::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.7rem;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(241, 203, 132, 0.55), transparent);
}

#vstupenky-rezervacie .lead {
  max-width: 66ch;
  color: rgba(233, 224, 206, 0.92) !important;
}

#vstupenky-rezervacie .choice-hub {
  background: linear-gradient(180deg, rgba(20, 28, 42, 0.93) 0%, rgba(14, 20, 32, 0.98) 100%) !important;
  border: 1px solid rgba(206, 166, 96, 0.3) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 154, 0.11),
    0 14px 30px rgba(0, 0, 0, 0.28) !important;
}

#vstupenky-rezervacie .choice-hub > h3 {
  margin-bottom: 0.45rem;
  color: #ead7b1 !important;
  letter-spacing: 0.04em;
}

#vstupenky-rezervacie .choice-hub > p {
  margin-top: 0;
  color: rgba(222, 214, 198, 0.85) !important;
}

#vstupenky-rezervacie .choice-grid {
  gap: 1.15rem !important;
  margin-top: 0.9rem;
}

#vstupenky-rezervacie .choice-card {
  border: 1px solid rgba(184, 146, 84, 0.38) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(24, 33, 48, 0.94) 0%, rgba(16, 23, 36, 0.98) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(245, 210, 142, 0.1),
    0 10px 22px rgba(0, 0, 0, 0.28) !important;
  padding: 1rem 1rem 0.95rem !important;
}

#vstupenky-rezervacie .choice-card__kicker {
  color: rgba(233, 199, 136, 0.95) !important;
}

#vstupenky-rezervacie .choice-card h4 {
  color: #f3e3c3 !important;
  margin-bottom: 0.5rem;
}

#vstupenky-rezervacie .choice-card p {
  color: rgba(226, 220, 208, 0.9) !important;
}

#vstupenky-rezervacie .stripe-btn {
  width: 100%;
  margin-top: 0.45rem;
  border-radius: 7px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}

#link-vstupenky {
  background: radial-gradient(circle at 50% 50%, rgba(170, 9, 9, 1) 12%, rgba(96, 6, 6, 1) 89%);
  border-color: rgba(255, 149, 0, 0.78);
  height: 70px;
  opacity: 1 !important;
}

#vstupenky-rezervacie .choice-actions {
  gap: 0.7rem !important;
}

#vstupenky-rezervacie .choice-actions .btn {
  border-radius: 7px !important;
  font-weight: 650 !important;
}

/* ===== FINAL HEADER/NAV SOURCE OF TRUTH ===== */
body.home-page .site-header {
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 1) 0%, rgba(19, 24, 35, 1) 100%) !important;
  color: rgba(255, 203, 0, 1) !important;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  overflow: visible !important;
}

body.home-page .site-header .header-inner {
  width: min(1160px, 100%) !important;
  margin-inline: auto !important;
  padding-inline: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

body.home-page .site-header .header-brand-slot {
  width: min(172px, 34vw) !important;
  height: min(186px, 38vw) !important;
  min-height: 156px !important;
  margin: 0 auto 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home-page .site-header .header-brand-slot__icon {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.home-page .site-header .nav {
  width: min(1120px, 100%) !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding-block: 0.1rem !important;
  padding-inline: 1rem !important;
  border: none !important;
  outline: none !important;
  box-sizing: content-box !important;
  color: rgba(235, 169, 15, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  gap: 1.1rem !important;
  flex-wrap: nowrap !important;
  box-shadow: none !important;
  opacity: 1 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.home-page .site-header .nav a {
  color: #f0c66b !important;
  position: relative !important;
  z-index: 2 !important;
}

body.home-page .site-header .nav a:hover {
  color: #ffe3a6 !important;
}

body.home-page .site-header .nav::before {
  content: none !important;
  display: none !important;
}

body.home-page .site-header .nav::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  max-width: none !important;
  height: 34px !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 10, 16, 0.28) 100%),
    url("../images/poe2-navbar-bg.webp") center / cover no-repeat !important;
  opacity: 0.92 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

body.home-page .site-header .nav:focus,
body.home-page .site-header .nav:focus-visible,
body.home-page .site-header .nav:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 860px) {
  body.home-page .site-header .nav {
    min-height: 50px !important;
  }
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2200;
  width: min(96vw, 520px);
  padding: 0.85rem 1rem;
  border: 1px solid rgba(215, 180, 110, 0.4);
  background: rgba(10, 13, 21, 0.96);
  color: #ede2c9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.cookie-banner__text {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cookie-banner__btn {
  margin: 0;
}

.cookie-banner__link {
  color: #f1cb7e;
  font-size: 0.9rem;
}

.is-disabled-link {
  opacity: 0.58 !important;
  cursor: not-allowed !important;
  pointer-events: auto;
}

.site-inline-notice {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 2400;
  max-width: min(92vw, 760px);
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(214, 178, 108, 0.52);
  background: rgba(14, 18, 28, 0.95);
  color: #f0e4c8;
  font-size: 0.92rem;
}

/* Performance: skip rendering off-screen sections until needed */
@supports (content-visibility: auto) {
  .page-main > section,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
  }
}
