:root{
  --purple:#003DA5;
  --purple-deep:#002B7F;
  --purple-soft:#0052CC;
  --gold:#D4AF37;
  --gold-light:#E6C547;
  --cream:#f3efe6;
  --ink:#003DA5;
  --serif:"Playfair Display", Georgia, serif;
  --script:"Great Vibes", cursive;
  --sans:"Poppins", system-ui, sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--sans);
  background:var(--purple);
  color:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
:focus-visible{outline:3px solid var(--gold-light);outline-offset:4px}
section{padding:clamp(3.5rem,8vw,7rem) 1.5rem}
.skip-link{position:fixed;left:1rem;top:-10rem;z-index:100;background:var(--cream);color:var(--purple-deep);padding:.75rem 1rem;border-radius:4px;font-weight:600}
.skip-link:focus{top:1rem}
.admin-bar .nav{top:32px}

/* ---------- NAV ---------- */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:1rem clamp(1.25rem,4vw,3rem);
  background:rgba(26,12,61,0);
  transition:background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.nav.is-scrolled{
  background:rgba(26,12,61,.92);
  backdrop-filter:blur(10px);
  padding:.6rem clamp(1.25rem,4vw,3rem);
  box-shadow:0 10px 30px rgba(0,0,0,.3);
}
.nav__brand{display:flex;flex-direction:column;line-height:1.1}
.nav__brand-lions{font-size:.65rem;letter-spacing:.28em;color:var(--gold);font-weight:600}
.nav__brand-name{font-family:var(--serif);font-size:1.15rem;font-weight:700}
.nav__brand-name em{font-family:var(--script);color:var(--gold-light);font-style:normal;font-size:1.4rem}
.nav__links{display:flex;gap:2rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.nav__menu{display:contents;list-style:none}
.nav__menu li{margin:0;padding:0}
.nav__links a{font-size:.9rem;font-weight:400;position:relative;opacity:.9}
.nav__links a::after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--gold);transition:width .25s}
.nav__links a:hover{opacity:1}
.nav__links a:hover::after{width:100%}
.nav__stanovy{background:var(--gold);color:var(--ink);padding:.5rem 1.2rem;border-radius:4px;font-weight:600;font-size:.85rem}
.nav__stanovy::after{display:none}
.nav__stanovy:hover{opacity:1;background:var(--gold-light)}
.nav__toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer}
.nav__toggle span{width:26px;height:2px;background:var(--cream);transition:.3s}

/* ---------- HERO ---------- */
.hero{
  position:relative;min-height:100vh;
  display:flex;align-items:center;justify-content:center;text-align:center;
  background:
    linear-gradient(180deg, rgba(26,12,61,.78) 0%, rgba(36,17,82,.72) 45%, rgba(26,12,61,.92) 100%),
    var(--hero-image) center 35%/cover no-repeat;
  overflow:hidden;
}
.hero__glow{
  position:absolute;inset:auto 0 0 0;height:55%;
  background:
    radial-gradient(60% 120% at 50% 100%, rgba(230,180,34,.18), transparent 60%);
  pointer-events:none;
}
.hero__glow::before,.hero__glow::after{
  content:"";position:absolute;left:-10%;right:-10%;height:2px;border-radius:50%;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);
  filter:blur(1px);opacity:.7;
}
.hero__glow::before{top:8%;transform:rotate(-4deg)}
.hero__glow::after{top:16%;transform:rotate(3deg);opacity:.4}
.hero__inner{position:relative;z-index:2;max-width:760px;padding:6rem 0 4rem}
.hero__brand{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.emblem,.custom-logo{width:104px;height:104px;object-fit:contain;flex:none;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.4))}
.custom-logo-link{display:block;flex:none}
.hero__title{text-align:left}
.hero__lions{display:block;font-size:1.1rem;letter-spacing:.3em;color:var(--cream);font-weight:500}
.hero__city{font-family:var(--serif);font-size:clamp(3rem,9vw,5rem);font-weight:900;letter-spacing:.04em;line-height:1}
.hero__script{display:block;font-family:var(--script);font-size:clamp(2.2rem,6vw,3.2rem);color:var(--gold-light);margin-top:-.2em}

.hero__intro{font-size:clamp(1.05rem,2.4vw,1.35rem);max-width:560px;margin:2.2rem auto 0;color:rgba(243,239,230,.92);font-weight:300}
.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-block;padding:.85rem 2rem;border-radius:999px;
  font-weight:600;font-size:.95rem;letter-spacing:.02em;cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn--gold{background:var(--gold);color:var(--ink);box-shadow:0 10px 25px rgba(230,180,34,.3)}
.btn--gold:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(230,180,34,.45)}
.btn--ghost{border:1px solid rgba(243,239,230,.4);color:var(--cream)}
.btn--ghost:hover{border-color:var(--gold);color:var(--gold-light)}

/* ---------- CTA ---------- */
.cta{background:var(--purple-deep)}
.cta__inner{
  max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:clamp(2rem,6vw,5rem);
  flex-wrap:wrap;justify-content:center;
}
.cta__text{flex:1.2;min-width:280px}
.cta__text h2{font-family:var(--serif);font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.05;color:var(--gold-light)}
.cta__text h2 span{color:var(--gold)}
.cta__text p{margin:1rem 0 1rem;font-size:1.1rem;color:rgba(243,239,230,.9);font-weight:300}

.cta__iban-box {
  margin: 1rem 0 0;
  padding: 1rem;
  background: rgba(26, 12, 61, 0.35);
  border-radius: 12px;
  border-left: 3px solid var(--gold);
  display: inline-block;
  text-align: left;
}
.cta__iban-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.cta__iban {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--cream);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Main Donate QR */
.cta__qr-main {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.cta__qr-main .qr {
  display: block;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,.4);
  transition: transform .3s ease, box-shadow .3s ease;
  width: 200px;
  height: 200px;
}
.cta__qr-main .qr:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 45px rgba(230,180,34,.25);
}
.cta__qr-main .qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.cta__qr-caption {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--gold-light);
  text-transform: uppercase;
  font-weight: 600;
}

/* ---------- ABOUT ---------- */
.about{background:var(--purple);text-align:left}
.about__inner{max-width:1100px;margin:0 auto}
.about__header{text-align:center;margin-bottom:3.5rem}
.eyebrow{display:inline-block;letter-spacing:.28em;font-size:.78rem;color:var(--gold);font-weight:600;text-transform:uppercase;margin-bottom:1rem}
.about__header h2{font-family:var(--serif);font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:700;line-height:1.15}
.about__header h2 span{color:var(--gold)}
.about__content{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items:start;
}
.about__text-side p{
  font-size:1.05rem;
  color:rgba(243,239,230,.88);
  font-weight:300;
  margin-bottom:1.5rem;
  line-height:1.7;
}
.about__text-side .lead-text{
  font-size:1.2rem;
  line-height:1.6;
  color:var(--cream);
  border-left:3px solid var(--gold);
  padding-left:1.5rem;
}
.about__stats-side{
  display:grid;
  gap:1.5rem;
}
.stat-card{
  background:linear-gradient(135deg,rgba(46,24,96,.45),rgba(36,17,82,.65));
  border:1px solid rgba(230,180,34,.12);
  border-radius:18px;
  padding:1.5rem;
  transition:transform .25s ease, border-color .25s ease;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.stat-card:hover{
  transform:translateX(6px);
  border-color:rgba(230,180,34,.4);
}
.stat-num{
  display:block;
  font-family:var(--serif);
  font-size:2.8rem;
  font-weight:900;
  color:var(--gold);
  line-height:1;
  margin-bottom:0.25rem;
}
.stat-label{
  display:block;
  font-size:0.95rem;
  font-weight:600;
  color:var(--cream);
  margin-bottom:0.25rem;
}
.stat-desc{
  display:block;
  font-size:0.82rem;
  color:rgba(243,239,230,.7);
  font-weight:300;
  line-height:1.3;
}

@media (max-width:850px){
  .about__content{
    grid-template-columns:1fr;
    gap:3rem;
  }
  .stat-card:hover{
    transform:translateY(-4px);
  }
}

/* ---------- FUNKCIONÁRKY ---------- */
.officers{background:var(--purple)}
.officers__grid{
  max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;
  justify-content:center;gap:2rem;
}
.officer{
  background:linear-gradient(180deg,rgba(46,24,96,.45),rgba(36,17,82,.65));
  border:1px solid rgba(230,180,34,.15);border-radius:20px;
  overflow:hidden;
  transition:transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .3s ease, box-shadow .3s ease;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  display:flex;
  flex-direction:column;
  flex:1 1 280px;
  max-width:320px;
}
.officer:hover{
  transform:translateY(-8px);
  border-color:rgba(230,180,34,.6);
  box-shadow:0 20px 40px rgba(0,0,0,.45);
}
.officer__image-wrapper{
  position:relative;
  width:100%;
  padding-top:125%; /* 4:5 Aspect Ratio for beautiful portrait presentation */
  overflow:hidden;
  background:rgba(26,12,61,.3);
  border-bottom:1.5px solid rgba(230,180,34,.15);
}
.officer:hover .officer__image-wrapper{
  border-bottom-color:rgba(230,180,34,.3);
}
.officer__image{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.officer:hover .officer__image{
  transform:scale(1.05);
}
.officer__image-wrapper--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(46,24,96,.8),rgba(26,12,61,.95));
}
.officer__placeholder-content {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.officer__placeholder-initials{
  font-family:var(--serif);
  font-size:3.5rem;
  font-weight:700;
  color:var(--gold-light);
  letter-spacing:.05em;
  opacity:.85;
  text-shadow:0 4px 10px rgba(0,0,0,.3);
}
.officer__placeholder-icon{
  width:48px;
  height:48px;
  margin-bottom:0.5rem;
  fill:var(--gold);
  opacity:.6;
}
.officer__info{
  padding:2rem 1.5rem;
  text-align:center;
  flex-grow:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.officer h3{
  font-family:var(--serif);
  font-size:1.25rem;
  font-weight:700;
  color:var(--cream);
  margin-bottom:.5rem;
  line-height:1.3;
}
.officer__title{
  font-size:.75rem;
  font-style:italic;
  color:var(--gold);
  letter-spacing:.06em;
  margin-bottom:.15rem;
  opacity:.9;
}
.officer__role{
  font-size:.82rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--gold-light);
  font-weight:500;
  margin-top:auto;
}

/* ---------- MISSION ---------- */
.mission{background:var(--purple-deep)}
.mission__head{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-bottom:3.5rem}
.mission__head h2{font-family:var(--serif);font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:700;color:var(--gold-light);letter-spacing:.04em;white-space:nowrap}
.divider{display:block;height:2px;width:clamp(40px,12vw,140px);background:linear-gradient(90deg,transparent,var(--gold));border-radius:2px}
.mission__head .divider:last-child{background:linear-gradient(90deg,var(--gold),transparent)}

.mission__grid{
  max-width:1100px;margin:0 auto;display:grid;gap:1.5rem;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
}
.card{
  background:linear-gradient(180deg,rgba(46,24,96,.6),rgba(36,17,82,.6));
  border:1px solid rgba(230,180,34,.18);border-radius:18px;
  padding:2rem 1.4rem;text-align:center;
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.card:hover{transform:translateY(-6px);border-color:rgba(230,180,34,.5);box-shadow:0 18px 40px rgba(0,0,0,.35)}
.card__icon{width:58px;height:58px;margin:0 auto 1.1rem}
.card__icon svg{width:100%;height:100%;fill:var(--gold);stroke:none}
.card h3{font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--gold-light);margin-bottom:.6rem}
.card p{font-size:.95rem;color:rgba(243,239,230,.82);font-weight:300}

/* ---------- FOOTER ---------- */
.footer{background:var(--gold);color:var(--ink);padding:0}
.footer__inner{
  max-width:1000px;margin:0 auto;display:flex;gap:clamp(2rem,6vw,5rem);
  padding:clamp(3rem,7vw,5rem) 1.5rem;flex-wrap:wrap;
}
.footer__left,.footer__right{flex:1;min-width:280px}
.footer__lead{font-family:var(--serif);font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700;line-height:1.15}
.footer__sub{margin-top:1rem;font-size:1rem;font-weight:400;color:rgba(36,17,82,.8)}
.footer__right h3{font-family:var(--serif);font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;margin-bottom:1.4rem}
.footer__contact{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.footer__contact li{display:flex;align-items:center;gap:.8rem;font-size:1.02rem}
.footer__contact a:hover{text-decoration:underline}
.ico{
  width:30px;height:30px;flex:none;border-radius:50%;background:var(--ink);color:var(--gold);
  display:grid;place-items:center;font-size:.85rem;font-weight:700;
}
.ico--fb{background:#1877F2;color:#fff}
.ico--ig{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);color:#fff}
.footer__legal{
  max-width:1100px;margin:0 auto;padding:0 6vw 2.2rem;
  font-size:.86rem;line-height:1.5;color:rgba(36,17,82,.7)
}
.footer__legal p:first-child{font-weight:600;color:rgba(36,17,82,.85)}
.footer__motto{
  background:var(--purple-deep);color:var(--gold);
  display:flex;align-items:center;justify-content:center;gap:1.5rem;
  padding:1.4rem;font-family:var(--serif);font-size:1.4rem;font-weight:700;letter-spacing:.3em;
}
.footer__motto .divider{width:clamp(40px,18vw,160px)}

/* ---------- GENERIC WORDPRESS CONTENT ---------- */
.content-shell{min-height:70vh;max-width:900px;margin:0 auto;padding:9rem 1.5rem 5rem}
.content-card{background:var(--cream);color:var(--purple-deep);padding:clamp(1.5rem,4vw,3rem);border-radius:18px}
.content-card h1{font-family:var(--serif);margin-bottom:1rem}
.content-card a{text-decoration:underline;text-underline-offset:3px}

/* ---------- REVEAL ---------- */
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease, transform .7s ease}
.js .reveal.is-visible{opacity:1;transform:none}
/* stagger cards inside grids */
.mission__grid .reveal:nth-child(2),.officers__grid .reveal:nth-child(2){transition-delay:.1s}
.mission__grid .reveal:nth-child(3),.officers__grid .reveal:nth-child(3){transition-delay:.2s}
.mission__grid .reveal:nth-child(4),.officers__grid .reveal:nth-child(4){transition-delay:.3s}
.mission__grid .reveal:nth-child(5),.officers__grid .reveal:nth-child(5){transition-delay:.4s}

/* ---------- SOFT ANIMATIONS ---------- */
@keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes glowPulse{0%,100%{opacity:.75}50%{opacity:1}}

.hero__brand{animation:rise .9s ease .1s both}
.hero__intro{animation:rise .9s ease .35s both}
.hero__actions{animation:rise .9s ease .6s both}
.hero .reveal{opacity:1;transform:none;transition:none} /* hero animates on load, not on scroll */
.emblem{animation:float 6s ease-in-out 1s infinite}
.hero__glow{animation:glowPulse 7s ease-in-out infinite}

/* ---------- RESPONSIVE ---------- */
@media (max-width:760px){
  .nav__toggle{display:flex}
  .nav__links{
    position:absolute;top:100%;right:1rem;left:1rem;
    flex-direction:column;gap:0;
    background:rgba(26,12,61,.97);backdrop-filter:blur(10px);
    border-radius:14px;padding:.5rem;
    max-height:0;overflow:hidden;opacity:0;transition:.3s;
  }
  .nav__links.is-open{max-height:min(70vh,560px);opacity:1;padding:1rem;margin-top:.6rem;overflow-y:auto;overscroll-behavior:contain}
  .nav__links a{padding:.7rem .5rem}
  .hero__title{text-align:center}
  .cta__inner,.about__inner{text-align:center}
  .footer__motto{font-size:1.1rem;letter-spacing:.2em}
}
@media (max-width:782px){
  .admin-bar .nav{top:46px}
}
@media (prefers-reduced-motion:reduce){
  .reveal,.js .reveal{opacity:1;transform:none;transition:none}
  .hero__brand,.hero__intro,.hero__actions,.emblem,.hero__glow{animation:none}
  html{scroll-behavior:auto}
}
