:root {
  /* Brand narancasta (#F15A24) sluzi kao dekorativna ispuna. Za bijeli tekst na
     narancastoj podlozi i za narancasti tekst na svijetloj podlozi koriste se
     tamnije nijanse iste boje, jer brand ton na malom tekstu pada ispod WCAG AA. */
  --orange: #F15A24;
  --orange-strong: #CC4114;
  --orange-text: #C23C10;
  --orange-dark: #B8380E;
  --deep: #E94E1B;
  --amber: #F9C74F;
  --ink: #16130F;
  --body: #4A443D;
  --muted: #6E675E;
  --line: #E9E3DC;
  --line-soft: #F2ECE5;
  --bg: #FFFFFF;
  --sand: #FBF7F3;
  --sand-2: #F6F0E9;
  --shadow-sm: 0 1px 2px rgba(22, 19, 15, .05);
  --shadow-md: 0 10px 30px -12px rgba(22, 19, 15, .18);
  --shadow-lg: 0 24px 60px -24px rgba(22, 19, 15, .28);
  --radius: 14px;
  --radius-lg: 22px;
  --wrap: 1180px;
  --font-head: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color-scheme: light;
}
a, button, .btn, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(241, 90, 36, .18); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  text-wrap: balance;
  scroll-margin-top: 96px;
}
h1 { font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 1.25rem + 1.6vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.1em; }
a { color: var(--orange-text); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0 0 1.2em; padding-left: 1.2em; }
li { margin-bottom: .4em; }
strong { color: var(--ink); font-weight: 600; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(56px, 7vw, 104px) 0; }
.section--sand { background: var(--sand); }
.section-head { max-width: 660px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; max-width: none; }
.section-head--row > div { max-width: 640px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--orange-text);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--orange); border-radius: 2px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: 15px 28px; border-radius: 12px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--orange-strong); color: #fff; box-shadow: 0 8px 20px -10px rgba(241, 90, 36, .8); }
.btn--primary:hover { background: var(--orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(241, 90, 36, .9); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light:hover { color: var(--orange-dark); transform: translateY(-2px); }
.btn--sm { padding: 11px 20px; font-size: .9rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem;
  color: var(--orange-text); text-decoration: none;
}
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s ease; }
.link-arrow:hover { color: var(--ink); }
.link-arrow:hover svg { transform: translateX(4px); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { height: 40px; width: auto; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text b { font-family: var(--font-head); font-size: 1.06rem; color: var(--ink); letter-spacing: -.02em; }
.brand-text span { font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--font-head); font-weight: 600; font-size: .93rem; color: var(--ink);
  text-decoration: none; padding: 9px 14px; border-radius: 9px; transition: background .15s ease, color .15s ease;
}
.nav a:hover { background: var(--sand-2); }
.nav a[aria-current="page"] { color: var(--orange-text); background: rgba(241, 90, 36, .08); }
.nav > .btn { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted); text-decoration: none;
  padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.lang-switch:hover { color: var(--ink); border-color: var(--ink); }
.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px;
  background: #fff; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }

.hero { position: relative; overflow: hidden; padding: clamp(48px, 6vw, 92px) 0 clamp(56px, 7vw, 100px); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(760px 420px at 88% -8%, rgba(249, 199, 79, .22), transparent 62%),
    radial-gradient(620px 420px at 6% 8%, rgba(241, 90, 36, .09), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero-lead { font-size: 1.14rem; color: var(--body); max-width: 33em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 30px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px 9px 10px; font-size: .9rem; color: var(--ink); box-shadow: var(--shadow-sm);
}
.hero-badge b { font-family: var(--font-head); }
.hero-badge .dot {
  width: 26px; height: 26px; border-radius: 50%; background: var(--orange);
  display: grid; place-items: center; color: #fff; flex: none;
}
.hero-badge .dot svg { width: 15px; height: 15px; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); position: relative; z-index: 1; }

.facts { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: var(--sand); }
.facts .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 34px; padding-bottom: 34px; }
.fact { text-align: center; padding: 8px 12px; }
.fact b { display: block; font-family: var(--font-head); font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2.1rem); color: var(--ink); letter-spacing: -.03em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.fact span { display: block; font-size: .88rem; color: var(--muted); margin-top: 6px; }

.grid-programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-soft); }
.card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.tag {
  position: absolute; left: 14px; top: 14px;
  background: rgba(255, 255, 255, .94); color: var(--ink);
  font-family: var(--font-head); font-size: .74rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: 10px; font-size: 1.2rem; }
.card-body p { color: var(--muted); font-size: .96rem; margin-bottom: 18px; }
.card-meta {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.card-meta > span:first-child { font-size: .85rem; color: var(--muted); white-space: nowrap; }
.pill-free {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  background: rgba(241, 90, 36, .1); color: var(--orange-text);
  font-family: var(--font-head); font-size: .74rem; font-weight: 700;
  padding: 6px 11px; border-radius: 999px;
}
.pill-free svg { width: 13px; height: 13px; }

.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card .card-media { aspect-ratio: 16 / 9; }
.news-date { font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--orange-text); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; display: block; }

.contact-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.contact-list { list-style: none; margin: 26px 0 30px; padding: 0; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.contact-list .ico {
  width: 40px; height: 40px; border-radius: 11px; background: rgba(241, 90, 36, .1);
  color: var(--orange-text); display: grid; place-items: center; flex: none;
}
.contact-list .ico svg { width: 19px; height: 19px; }
.contact-list b { display: block; font-family: var(--font-head); color: var(--ink); font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 2px; }
.contact-list a { color: var(--body); text-decoration: none; font-size: 1.02rem; }
.contact-list a:hover { color: var(--orange-text); text-decoration: underline; }
.map-frame {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--sand-2);
}
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }

.page-head { padding: clamp(44px, 5vw, 76px) 0 clamp(28px, 3vw, 44px); background: var(--sand); border-bottom: 1px solid var(--line-soft); }
.page-head .lead { font-size: 1.1rem; color: var(--muted); max-width: 46em; margin: 0; }
.breadcrumbs { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange-text); }
.breadcrumbs span { margin: 0 8px; opacity: .5; }

.prose { max-width: 42em; }
.prose h2 { margin-top: 2em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.3em; }
.prose li::marker { color: var(--orange); }

.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 4vw, 60px); align-items: start; }
.detail-media { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 34px; box-shadow: var(--shadow-md); }
.detail-media img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.box h4 { font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; font-weight: 700; }
.box--accent { background: linear-gradient(150deg, #FFF6EE 0%, #FFEFE2 100%); border-color: rgba(241, 90, 36, .22); }
.hours-total { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.hours-total small { display: block; font-size: .82rem; font-weight: 500; color: var(--muted); letter-spacing: 0; margin-top: 6px; }
.hours-list { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line-soft); }
.hours-list li { display: flex; justify-content: space-between; gap: 12px; font-size: .93rem; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.hours-list li:last-child { margin-bottom: 0; }
.hours-list b { font-family: var(--font-head); color: var(--ink); }
.price-old { font-family: var(--font-head); font-size: 1.5rem; color: var(--ink); font-weight: 700; letter-spacing: -.02em; }
.price-note { font-size: .93rem; color: var(--body); margin: 8px 0 0; }
.box .btn { width: 100%; margin-top: 16px; }

.checklist { list-style: none; padding: 0; margin: 0 0 1.4em; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.checklist svg { width: 19px; height: 19px; color: var(--orange); flex: none; margin-top: 4px; }
.numbered { list-style: none; padding: 0; margin: 0; display: grid; gap: 26px; max-width: 54em; }
.numbered li { display: flex; gap: 20px; align-items: flex-start; }
.numbered .num {
  width: 46px; height: 46px; border-radius: 14px; background: var(--orange-strong); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.16rem;
  display: grid; place-items: center; flex: none;
}
.numbered h3 { margin-bottom: 6px; font-size: 1.16rem; }
.numbered p { margin: 0; color: var(--muted); }

.faq { border-top: 1px solid var(--line); max-width: 46em; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 42px 20px 0; position: relative;
  font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.06rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--orange); border-bottom: 2px solid var(--orange);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq p { margin: 0 0 20px; color: var(--body); max-width: 44em; }

.cta-band { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255, 255, 255, .74); margin: 0; max-width: 42em; }

.blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.block h3 { font-size: 1.14rem; }
.block p { margin: 0; color: var(--muted); font-size: .98rem; }

.article-head { max-width: 44em; }
.article-body { max-width: 42em; }
.article-media { border-radius: var(--radius-lg); overflow: hidden; margin: 0 0 34px; }
.article-media img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.badge-archive {
  display: inline-block; background: var(--sand-2); color: var(--muted);
  font-family: var(--font-head); font-size: .74rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-left: 10px; vertical-align: middle;
}

.site-footer { background: var(--ink); color: rgba(255, 255, 255, .68); padding: clamp(48px, 5vw, 74px) 0 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand img { height: 40px; margin-bottom: 18px; }
.footer-brand p { font-size: .95rem; color: rgba(255, 255, 255, .6); max-width: 30em; margin: 0; }
.site-footer h4 { color: #fff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255, 255, 255, .68); text-decoration: none; font-size: .95rem; }
.site-footer a:hover { color: var(--amber); }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 40px; height: 40px; border-radius: 11px; border: 1px solid rgba(255, 255, 255, .16);
  display: grid; place-items: center; color: #fff;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.socials a:hover { background: var(--orange-strong); border-color: var(--orange-strong); color: #fff; }
.socials svg { width: 18px; height: 18px; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: space-between;
  font-size: .88rem; color: rgba(255, 255, 255, .5);
}

@media (max-width: 1000px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 560px; }
  .grid-programs, .grid-news, .blocks { grid-template-columns: repeat(2, 1fr); }
  .detail { grid-template-columns: 1fr; }
  .aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .aside .box { flex: 1 1 260px; }
  .contact-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-band { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .nav-toggle { display: grid; }
  .site-header .wrap { gap: 12px; }
  .header-actions > .btn { display: none; }
  .nav {
    position: absolute; left: 0; right: 0; top: 78px; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 20px; gap: 2px;
    box-shadow: var(--shadow-md);
  }
  .nav[hidden] { display: none; }
  .nav a { padding: 13px 12px; font-size: 1rem; }
  .nav > .btn { display: inline-flex; margin-top: 12px; }
  .hero-media { order: 0; margin-top: 32px; }
  .facts .wrap { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
  .grid-programs, .grid-news, .blocks { grid-template-columns: 1fr; }
  .section-head--row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .map-frame iframe { height: 320px; }
  .btn { width: 100%; }
  .hero-actions .btn { width: auto; flex: 1 1 auto; }
}

@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand-text span { display: none; }
  .numbered li { gap: 14px; }
}

@media print {
  .site-header, .site-footer, .btn, .nav-toggle { display: none !important; }
  body { font-size: 12pt; }
}
