:root {
  --orange: #f28c00;
  --orange-dark: #c96f00;
  --black: #090909;
  --ink: #121212;
  --muted: #6d6d6d;
  --paper: #ffffff;
  --cream: #fff4e4;
  --line: rgba(0,0,0,.1);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(0,0,0,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(16px, calc((100vw - 1120px) / 2));
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(0,0,0,.14));
}
.brand-text { display: grid; line-height: .95; text-transform: uppercase; letter-spacing: .09em; }
.brand-text strong { font-size: 16px; font-weight: 1000; }
.brand-text em { font-style: normal; color: var(--orange); font-weight: 1000; font-size: 13px; margin-top: 4px; }

.main-nav { display: flex; align-items: center; gap: 24px; font-weight: 800; font-size: 14px; }
.main-nav a { color: #343434; }
.main-nav a:hover { color: var(--orange); }
.nav-cta {
  background: var(--black);
  color: white !important;
  padding: 12px 18px;
  border-radius: 999px;
}
.nav-cta:hover { background: var(--orange); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid #ddd; border-radius: 14px; background: white; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--black); }

.section { padding: 92px 0; }
.section-dark { background: var(--black); color: white; }
.section-warm { background: var(--cream); }
.orange { color: var(--orange) !important; }
.eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 1000;
  color: #ffd08b;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif;
  letter-spacing: .02em;
  line-height: .94;
  text-transform: uppercase;
}
h1 { font-size: clamp(48px, 8vw, 92px); margin-bottom: 22px; }
h2 { font-size: clamp(40px, 6vw, 70px); margin-bottom: 22px; }
h3 { font-size: 24px; margin-bottom: 10px; }
.lead, .section-copy p, .section-intro, .idea-panel p { font-size: 18px; color: #4d4d4d; }
.section-dark .lead, .section-dark .idea-panel p { color: rgba(255,255,255,.82); }
.section-intro { max-width: 760px; margin: 0 auto; }
.section-intro.left { margin-left: 0; }
.center { text-align: center; }

.hero {
  position: relative;
  min-height: 730px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('verd-pogled.jpg');
  background-size: cover;
  background-position: center;
  opacity: .52;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 15%, rgba(242,140,0,.38), transparent 32%),
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.84) 38%, rgba(0,0,0,.18) 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 46px;
  align-items: center;
  padding: 96px 0;
}
.hero-copy { max-width: 720px; }
.hero-copy h1 { color: white; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 1000;
  border: 2px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 25px rgba(242,140,0,.25); }
.button-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.button-ghost { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.07); }
.button-ghost:hover { background: white; color: var(--black); }
.hero-card {
  justify-self: end;
  width: 100%;
  padding: 28px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.hero-card img { width: 140px; margin-bottom: 20px; }
.hero-card p { color: rgba(255,255,255,.8); font-size: 19px; }
.hero-card strong { display: block; font-size: 28px; color: white; }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.reverse { grid-template-columns: 1fr 1fr; }
.cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.info-card {
  padding: 26px;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: var(--radius);
  background: #fafafa;
  box-shadow: 0 12px 26px rgba(0,0,0,.05);
}
.info-card .icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--orange);
  color: white;
  font-size: 25px;
  margin-bottom: 18px;
}
.info-card p { color: var(--muted); }

.event-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 42px; }
.event-list article {
  padding: 24px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  border-radius: 24px;
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
}
.event-list strong {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: white;
  background: var(--black);
}
.event-list span { font-weight: 1000; font-size: 18px; line-height: 1.2; }

.space-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 38px; }
.space-card { overflow: hidden; border-radius: 32px; background: var(--black); color: white; box-shadow: var(--shadow); }
.space-image { min-height: 270px; background-size: cover; background-position: center; opacity: .78; }
.image-verd { background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.35)), url('stara-zaga.jpg'); background-position: center; }
.image-matjazevka { background-image: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.42)), url('matjazevka.jpg'); background-position: center; }
.space-content { padding: 30px; }
.space-content span { display: block; color: var(--orange); font-weight: 1000; letter-spacing: .16em; margin-bottom: 10px; }
.space-content p { color: rgba(255,255,255,.78); }

.idea-section { position: relative; overflow: hidden; }
.idea-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 30%, rgba(242,140,0,.2), transparent 34%);
  pointer-events: none;
}
.idea-section .container { position: relative; }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.steps article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
}
.steps span { font-size: 34px; }
.steps strong { display: block; margin: 12px 0 8px; font-size: 22px; }
.steps p { color: rgba(255,255,255,.74); margin-bottom: 0; }

.form-layout { align-items: start; }
.check-list { padding: 0; list-style: none; margin: 26px 0; }
.check-list li { margin: 12px 0; padding-left: 32px; position: relative; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 1000; }
.contact-box {
  display: grid;
  gap: 4px;
  padding: 22px;
  border-radius: 24px;
  background: var(--cream);
  border: 1px solid rgba(242,140,0,.2);
}
.contact-box a { color: var(--orange-dark); font-weight: 900; }
.membership-form {
  padding: 28px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.08);
}
.membership-form label { display: block; margin-bottom: 16px; }
.membership-form span { display: block; margin-bottom: 8px; font-weight: 1000; }
.membership-form input,
.membership-form select,
.membership-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  background: #fbfbfb;
  outline: none;
}
.membership-form input:focus,
.membership-form select:focus,
.membership-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(242,140,0,.15);
}
.form-button { width: 100%; border: none; font-size: 16px; }
.form-status { min-height: 22px; margin: 14px 0 0; font-weight: 800; }
.form-status.success { color: #137a2a; }
.form-status.error { color: #b00020; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }


.association-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.association-facts article {
  padding: 16px;
  border-radius: 20px;
  background: var(--cream);
  border: 1px solid rgba(242,140,0,.22);
}
.association-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.association-facts strong {
  display: block;
  line-height: 1.25;
}
.source-note {
  margin-top: 14px;
  font-size: 14px !important;
  color: var(--muted) !important;
}
.source-note a {
  color: var(--orange-dark);
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer { background: var(--black); color: white; padding: 44px 0; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-grid-detailed { display: grid; grid-template-columns: 1.1fr 1fr .8fr; align-items: start; }
.footer-brand-block p { margin-top: 14px; max-width: 360px; }
.footer-details, .footer-contact { display: grid; gap: 6px; color: rgba(255,255,255,.72); }
.footer-details strong, .footer-contact strong { color: white; margin-bottom: 4px; }
.footer-contact a { color: white; font-weight: 800; }
.footer-contact a:last-child { color: #ffd08b; }
.site-footer .brand-text strong { color: white; }
.site-footer p { margin: 0; color: rgba(255,255,255,.72); }
.site-footer a { color: white; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s ease forwards; }
.delay-1 { animation-delay: .12s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { padding: 10px 16px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 75px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: white;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0,0,0,.15);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 14px; border-radius: 14px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid, .two-col, .reverse, .form-layout { grid-template-columns: 1fr; }
  .hero-grid { padding: 84px 0 54px; }
  .hero-card { justify-self: start; max-width: 330px; }
  .event-list, .space-grid, .footer-grid-detailed { grid-template-columns: 1fr; }
  .event-list article { min-height: 120px; }
  .section { padding: 68px 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1120px); }
  .brand-logo { width: 46px; height: 46px; }
  .brand-text strong { font-size: 14px; }
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  .cards-grid, .steps, .association-facts { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .membership-form { padding: 20px; border-radius: 26px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
