:root {
  --ink: #25241f;
  --muted: #6d6b61;
  --paper: #f4f0e7;
  --paper-2: #ebe4d8;
  --forest: #2f3d2d;
  --forest-deep: #1f2a20;
  --wood: #9c6841;
  --gold: #c5a56b;
  --line: rgba(37, 36, 31, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 22px 70px rgba(29, 31, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--serif); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 10px; top: -100px; z-index: 1000; background: white; padding: 10px 16px; font-family: var(--sans); }
.skip-link:focus { top: 10px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s, box-shadow .3s, color .3s; color: white; }
.site-header.scrolled { background: rgba(244,240,231,.96); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--sans); letter-spacing: .08em; }
.brand strong { font-size: 14px; display: block; line-height: 1.1; }
.brand small { font-size: 10px; display: block; margin-top: 4px; opacity: .76; letter-spacing: .22em; }
.nav { display: flex; align-items: center; gap: 28px; font-family: var(--sans); font-size: 13px; font-weight: 600; }
.nav a { text-decoration: none; position: relative; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('../images/11-prostredie.webp') center 54%/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,29,18,.80) 0%, rgba(19,29,18,.55) 46%, rgba(19,29,18,.18) 78%), linear-gradient(0deg, rgba(15,21,14,.40), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow, .section-kicker { font-family: var(--sans); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 800; }
.eyebrow { color: #e6d2ad; margin: 0 0 22px; }
.hero h1 { margin: 0; font-size: clamp(64px, 9vw, 128px); line-height: .78; font-weight: 400; letter-spacing: -.055em; max-width: 880px; text-wrap: balance; }
.hero h1 span { font-style: italic; color: #e9d8bb; font-size: .72em; letter-spacing: -.03em; }
.hero-lead { font-size: clamp(18px, 2vw, 26px); max-width: 640px; margin: 42px 0 0; line-height: 1.45; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; font-family: var(--sans); }
.btn { display: inline-flex; min-height: 48px; align-items: center; padding: 0 22px; text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.btn-light { background: #f7f2e8; color: #25241f; }
.text-link { text-decoration: none; font-size: 13px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); color: white; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-family: var(--sans); }

.questions { padding: 135px 0 125px; text-align: center; background: #f8f5ee; }
.ornament { color: var(--gold); font-size: 22px; margin: 0 0 22px; }
.questions h2 { font-weight: 400; font-size: clamp(38px, 5vw, 67px); line-height: 1.08; margin: 0 0 32px; letter-spacing: -.035em; }
.question-lead { font-size: clamp(23px, 2.4vw, 32px); line-height: 1.5; margin: 0 0 26px; color: #34332e; }
.questions p:not(.ornament):not(.question-lead):not(.section-kicker) { font-size: 19px; color: var(--muted); }
.questions-kicker { color: var(--wood); max-width: 760px; margin: 0 auto 22px; }
.signature-line { margin-top: 30px !important; color: var(--ink) !important; }

.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 84px; align-items: center; }
.image-frame { position: relative; box-shadow: var(--shadow); }
.story-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.image-note { position: absolute; left: -20px; bottom: 26px; background: var(--paper); padding: 10px 14px; font-family: var(--sans); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker { color: var(--wood); margin: 0 0 16px; }
.story-copy h2, .symposium h2, .place h2, .gallery h2, .association h2, .support h2, .visit h2, .contact h2 { margin: 0 0 30px; font-weight: 400; line-height: 1.08; font-size: clamp(38px, 4.4vw, 62px); letter-spacing: -.035em; text-wrap: balance; }
.story-copy p { color: #545148; font-size: 17px; }
.story-copy strong { color: var(--ink); }

.quote-band { background: var(--forest); color: #f4ead9; padding: 82px 0; }
.quote-band blockquote { margin: 0 auto; max-width: 960px; text-align: center; font-size: clamp(27px, 3.8vw, 48px); line-height: 1.28; font-style: italic; font-weight: 400; }
.quote-band-compact { padding: 66px 0; }
.quote-band-compact blockquote { font-size: clamp(25px, 3.2vw, 42px); }

.symposium { background: #f8f5ee; }
.symposium-grid { display: grid; grid-template-columns: 1fr 320px; gap: 100px; align-items: start; }
.large-copy { font-size: 21px; color: #413f38; }
.symposium-grid > div > p:not(.section-kicker):not(.large-copy) { color: var(--muted); }
.year-story { margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--line); }
.mini-kicker { margin: 0 0 8px; font: 800 10px var(--sans); text-transform: uppercase; letter-spacing: .18em; color: var(--wood); }
.year-story h3 { margin: 0 0 20px; font-size: 28px; line-height: 1.25; font-weight: 400; }
.year-story p { color: var(--muted); }
.date-place { font-size: 15px !important; color: var(--muted); }
.symposium-tail { margin-top: 46px; max-width: 900px; color: var(--muted); font-size: 18px; }
.date-card { border: 1px solid var(--line); padding: 34px; text-align: center; background: var(--paper); position: sticky; top: 120px; }
.date-year { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: .25em; font-weight: 800; color: var(--wood); }
.date-card strong { display: block; font-size: 54px; line-height: 1; margin-top: 24px; font-weight: 400; }
.date-month { font-size: 27px; font-style: italic; }
.date-card hr { border: 0; border-top: 1px solid var(--line); margin: 25px 0 20px; }
.date-card p { font-size: 19px; line-height: 1.4; margin: 0 0 12px; }
.date-card small { font-family: var(--sans); color: var(--muted); font-size: 11px; }
.process-strip { margin-top: 74px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 12px; }
.process-strip figure { margin: 0; overflow: hidden; background: #ddd; }
.process-strip img { width: 100%; height: 380px; object-fit: cover; transition: transform .5s ease; }
.process-strip figure:hover img { transform: scale(1.03); }

.soft { background: var(--paper-2); }
.place-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.columns-copy { columns: 2; column-gap: 42px; color: #58554b; }
.columns-copy p { margin-top: 0; break-inside: avoid; }

.gallery-head { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: end; margin-bottom: 54px; }
.gallery-head h2 { margin-bottom: 0; }
.gallery-head > p { color: var(--muted); margin: 0 0 8px; }
.gallery-rows { display: flex; flex-direction: column; gap: 12px; }
.gallery-row { display: grid; gap: 12px; align-items: start; }
/* Pomery stĺpcov kopírujú prirodzené pomery fotografií. Všetky snímky sa preto zobrazujú celé, bez orezania, a každý riadok pritom vyplní celú šírku galérie. */
.gallery-row-a { grid-template-columns: 1.333fr .615fr .546fr; }
.gallery-row-b { grid-template-columns: 1.415fr .811fr 1.333fr; }
.gallery-row-c { grid-template-columns: .563fr 1.333fr 1.333fr; }
.gallery-item { appearance: none; border: 0; padding: 0; margin: 0; overflow: hidden; cursor: zoom-in; background: #ddd; position: relative; min-width: 0; }
.gallery-item img { width: 100%; height: auto; display: block; transition: transform .5s ease, filter .5s ease; }
.gallery-item:hover img { transform: scale(1.02); filter: saturate(1.04); }

.association-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; margin-bottom: 60px; }
.association-head h2 { margin-bottom: 0; }
.association-intro { color: #58554b; font-size: 18px; }
.association-intro p:first-child { margin-top: 4px; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.person-card { background: #f8f5ee; border: 1px solid var(--line); min-width: 0; }
.person-photo { overflow: hidden; background: #d8d3ca; }
.person-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .5s ease; }
.person-card:hover .person-photo img { transform: scale(1.025); }
.person-copy { padding: 26px 26px 30px; }
.person-role { margin: 0 0 8px; font: 800 10px var(--sans); text-transform: uppercase; letter-spacing: .15em; color: var(--wood); }
.person-copy h3 { margin: 0 0 10px; font-size: 27px; line-height: 1.15; font-weight: 400; }
.person-copy p:last-child { margin-bottom: 0; color: var(--muted); }

.motto-band { padding: 96px 0 102px; background: var(--forest); color: #f5eddf; }
.motto-wrap { text-align: center; }
.motto-band blockquote { margin: 18px auto 0; max-width: 1000px; }
.motto-band blockquote span, .motto-band blockquote strong { display: block; }
.motto-band blockquote span { font-size: clamp(27px, 3.6vw, 47px); line-height: 1.32; font-style: italic; }
.motto-band blockquote strong { margin-top: 22px; font-size: clamp(34px, 4.7vw, 66px); line-height: 1.08; font-weight: 400; color: #e6d2ad; }

.support { background: var(--forest-deep); color: #f6f0e5; }
.support-grid { display: grid; grid-template-columns: 1fr 480px; gap: 100px; align-items: center; }
.light-kicker { color: #d1b680; }
.support h2 { color: white; }
.support-copy > p:not(.section-kicker) { color: #d7d6ca; font-size: 18px; }
.support-copy em { color: white; }
.support-copy strong { color: white; }
.partner-note { margin-top: 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.partner-note > span { display: block; margin-bottom: 6px; font: 800 10px var(--sans); text-transform: uppercase; letter-spacing: .16em; color: #d1b680; }
.partner-note > strong { display: block; font-size: 24px; font-weight: 400; }
.partner-note p { color: #bfc1b7; margin-bottom: 0; }
.two-percent { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.donation-card { background: #f5efe4; color: var(--ink); padding: 44px; box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.card-label { font-family: var(--sans); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--wood); font-weight: 800; }
.donation-card h3 { font-size: 31px; margin: 10px 0 38px; font-weight: 400; }
.iban-label { font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .15em; color: var(--muted); margin: 0 0 5px; }
.iban { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: clamp(16px, 1.5vw, 20px); font-weight: 700; letter-spacing: .03em; line-height: 1.45; word-break: break-word; margin: 0 0 20px; }
.copy-btn { border: 1px solid #9d9383; background: transparent; color: var(--ink); min-height: 42px; padding: 0 16px; font-family: var(--sans); font-size: 12px; font-weight: 750; cursor: pointer; }
.copy-btn:hover { background: var(--ink); color: white; }
.donation-note { border-top: 1px solid var(--line); margin: 34px 0 0; padding-top: 22px; color: var(--muted); font-style: italic; }

.visit { background: #f8f5ee; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.visit h2 { margin-bottom: 0; }
.visit-copy { color: #58554b; font-size: 18px; }
.visit-copy p:first-child { margin-top: 4px; }
.visit-place { padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact h2 { margin-bottom: 0; }
.contact-box { padding-top: 20px; }
.contact-box > p { color: var(--muted); max-width: 520px; }
.email-link { display: inline-flex; gap: 14px; align-items: center; font-size: clamp(20px, 2.2vw, 30px); text-decoration: none; border-bottom: 1px solid var(--ink); line-height: 1.5; margin: 18px 0 40px; }
.email-link span { font-family: var(--sans); font-size: 18px; }
.org-name { font-family: var(--sans); font-size: 12px; line-height: 1.6; }

.site-footer { border-top: 1px solid var(--line); padding: 38px 0; font-family: var(--sans); font-size: 11px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; }
.footer-grid p { margin: 0; }
.footer-grid strong { letter-spacing: .1em; }
.footer-grid span { color: var(--muted); }
.footer-grid a { text-decoration: none; font-weight: 700; }

.lightbox { width: min(1100px, 94vw); max-width: none; border: 0; padding: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(9,10,8,.93); }
.lightbox img { max-height: 88vh; max-width: 100%; margin: auto; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox-close { position: fixed; top: 18px; right: 22px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: white; font-size: 28px; cursor: pointer; }

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .menu-toggle { display: inline-flex; border: 1px solid currentColor; background: transparent; color: inherit; font: 700 12px var(--sans); padding: 9px 13px; }
  .nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); color: var(--ink); padding: 12px 20px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .story-grid, .symposium-grid, .place-grid, .gallery-head, .association-head, .support-grid, .visit-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-image img { aspect-ratio: 4/3; }
  .image-note { left: 14px; }
  .date-card { position: static; max-width: 420px; }
  .process-strip { grid-template-columns: 1fr 1fr; }
  .process-strip figure:last-child { display: none; }
  .process-strip img { height: 320px; }
  .columns-copy { columns: 1; }
  .gallery-head { margin-bottom: 36px; }
  .masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .people-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .person-copy { padding: 22px 18px 24px; }
  .person-copy h3 { font-size: 23px; }
  .support-grid { gap: 60px; }
  .donation-card { max-width: 560px; }
}

@media (max-width: 620px) {
  .wrap, .narrow { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .hero-content { padding-top: 74px; }
  .hero h1 { font-size: clamp(56px, 20vw, 84px); }
  .hero h1 span { display: inline-block; margin-top: 11px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .questions { padding: 96px 0 88px; }
  .question-lead { font-size: 22px; }
  .questions p:not(.ornament):not(.question-lead):not(.section-kicker) { font-size: 17px; }
  .story-copy h2, .symposium h2, .place h2, .gallery h2, .association h2, .support h2, .visit h2, .contact h2 { font-size: 39px; }
  .story-grid { gap: 42px; }
  .quote-band { padding: 66px 0; }
  .quote-band blockquote { font-size: 28px; }
  .large-copy { font-size: 19px; }
  .process-strip { margin-top: 50px; gap: 8px; }
  .process-strip img { height: 240px; }
  .masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; gap: 8px; }
  .people-grid { grid-template-columns: 1fr; gap: 18px; }
  .person-card { display: grid; grid-template-columns: 42% 58%; }
  .person-photo img { height: 100%; aspect-ratio: auto; }
  .person-copy { align-self: center; padding: 22px 18px; }
  .motto-band { padding: 72px 0 78px; }
  .motto-band blockquote span { font-size: 26px; }
  .motto-band blockquote strong { font-size: 39px; }
  .donation-card { padding: 30px 24px; }
  .contact-grid { gap: 20px; }
  .email-link { font-size: 19px; word-break: break-word; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (max-width: 760px) {
  .gallery-rows { display: block; column-count: 2; column-gap: 8px; }
  .gallery-row { display: contents; }
  .gallery-item { display: inline-block; width: 100%; margin: 0 0 8px; break-inside: avoid; vertical-align: top; }
}

@media (max-width: 480px) {
  .gallery-rows { column-count: 1; }
}

@media (max-width: 600px) {
  .iban {
    white-space: nowrap;
    font-size: clamp(14px, 4vw, 20px);
    letter-spacing: 0;
  }
}

.brand {
  display: flex;
  align-items: center;
}

/* LOGO HEADER – FINAL OVERRIDE */
.site-header .brand img.brand-logo {
  width: auto !important;
  height: 82px !important;
  max-width: 150px !important;
  max-height: 82px !important;
}

@media (max-width: 760px) {
  .site-header .brand img.brand-logo {
    width: auto !important;
    height: 58px !important;
    max-width: 100px !important;
    max-height: 58px !important;
  }
}
.video-block {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 70px auto 80px;
}

.video-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.video-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 760px) {
  .video-block {
    margin: 48px 0 56px;
  }

  .video-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .video-block {
    width: calc(100% - 32px);
    margin: 48px auto 56px;
  }
}