/* =========================================================
   Miran Mišmaš — slogi
   Pisave: Bodoni Moda (naslovi), Jost (besedilo), lokalno, WOFF2, latinica + vzhodnoevropski znaki
   ========================================================= */

@font-face { font-family: "Bodoni Moda"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/bodoni-moda-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Bodoni Moda"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/bodoni-moda-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Bodoni Moda"; font-style: italic; font-weight: 400; font-display: swap;
  src: url(../fonts/bodoni-moda-latin-400-italic.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Bodoni Moda"; font-style: italic; font-weight: 400; font-display: swap;
  src: url(../fonts/bodoni-moda-latin-ext-400-italic.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/jost-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(../fonts/jost-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 500; font-display: swap;
  src: url(../fonts/jost-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 500; font-display: swap;
  src: url(../fonts/jost-latin-ext-500-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

:root {
  --black: #0e0e0e;
  --ink: #161616;
  --graphite: #242424;
  --body: #3a3936;
  --muted: #5e5b56;
  --line: #dcd7ce;
  --paper: #f7f5f1;
  --paper-2: #eeeae3;
  --white: #ffffff;
  --on-dark: #f3f1ed;
  --on-dark-muted: #b9b4ab;
  --line-dark: rgba(255, 255, 255, .16);

  --serif: "Bodoni Moda", Didot, Georgia, "Times New Roman", serif;
  --sans: "Jost", "Segoe UI", -apple-system, Roboto, Arial, sans-serif;

  --container: 1200px;
  --gutter: clamp(20px, 5vw, 56px);
  --header-h: 84px;
  --section: clamp(64px, 9vw, 120px);
  --shadow: 0 24px 48px rgba(0, 0, 0, .28);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); overflow-x: clip; }
body { margin: 0; font-family: var(--sans); font-size: 1.0625rem; line-height: 1.7; color: var(--body); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.1; margin: 0 0 .45em; letter-spacing: .005em; }
h1 { font-size: clamp(2.5rem, 6.4vw, 5rem); text-transform: uppercase; letter-spacing: .02em; line-height: 1; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.55rem); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section) 0; }
.lead { font-size: 1.15rem; }
.eyebrow { font-family: var(--sans); font-weight: 500; font-size: .8rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin: 0 0 1.1rem; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--white); color: var(--ink); padding: 12px 20px; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

/* ---------- Gumbi ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .75em; min-height: 50px; padding: .8em 1.7em;
  font-family: var(--sans); font-weight: 500; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover svg { transform: translateX(3px); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { background: var(--paper-2); }
.btn-outline-light { border-color: rgba(255, 255, 255, .7); color: var(--white); background: transparent; }
.btn-outline-light:hover { background: var(--white); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--graphite); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline-dark:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; min-height: 44px; }
.text-link svg { width: 17px; height: 17px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

/* ---------- Okraski ---------- */
.section-title { text-align: center; margin: 0 auto clamp(36px, 5vw, 56px); }
.section-title h2 { margin: 0 0 1rem; font-size: clamp(1.1rem, 2vw, 1.45rem); letter-spacing: .32em; text-transform: uppercase; color: inherit; }
.section-title .znak { width: clamp(200px, 22vw, 260px); margin: 0 auto; }
.dark .section-title { color: var(--on-dark); }
.hero-ornament { width: min(320px, 80%); margin: 1.4rem 0 1.6rem; }

/* ---------- Glava ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: var(--header-h); display: flex; align-items: center;
  background: transparent; transition: background .25s, box-shadow .25s, height .25s; }
.solid-header .site-header, .site-header.is-scrolled, .nav-open .site-header { background: var(--black); box-shadow: 0 4px 20px rgba(0, 0, 0, .18); }
.header-inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 170px; height: auto; transition: width .25s; }
.site-header.is-scrolled .brand img { width: 140px; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.4rem); margin-left: auto; }
.main-nav a { position: relative; color: rgba(255, 255, 255, .88); text-decoration: none; font-size: .8rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; padding: .6em 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--white); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-phone { display: inline-flex; align-items: center; gap: .55em; color: var(--white); text-decoration: none; font-size: .9rem; letter-spacing: .06em; white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, .45); padding: .55em 1.1em; min-height: 44px; transition: background .2s, color .2s; }
.header-phone:hover { background: var(--white); color: var(--ink); }
.header-phone svg { width: 17px; height: 17px; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; background: none; border: 0; color: var(--white); cursor: pointer; }
.nav-toggle svg { width: 28px; height: 28px; }
.nav-toggle .icon-close, .nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }
.mobile-nav-phone, .mobile-nav-cta { display: none !important; }

/* ---------- Uvodna slika ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--white); background: var(--black); overflow: hidden; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 62% 30%; filter: grayscale(1) contrast(1.08); }
.hero-media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, .88) 0%, rgba(10, 10, 10, .62) 38%, rgba(10, 10, 10, .12) 70%), linear-gradient(0deg, rgba(10, 10, 10, .55), transparent 40%); }
.hero-content { position: relative; z-index: 1; width: 100%; max-width: 1400px; margin: 0 auto; padding: calc(var(--header-h) + 40px) var(--gutter) 90px; }
.hero .eyebrow { color: rgba(255, 255, 255, .8); }
.hero h1 { color: var(--white); max-width: 11ch; }
.hero-sub { font-family: var(--serif); font-style: italic; font-size: clamp(1.35rem, 2.3vw, 1.85rem); line-height: 1.3; color: rgba(255, 255, 255, .92); max-width: 22ch; margin-bottom: 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 1; color: rgba(255, 255, 255, .8); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.scroll-cue svg { width: 30px; height: 30px; animation: cue 2.4s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ---------- O meni (razdeljen blok) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.split-media { position: relative; min-height: 520px; }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: grayscale(1); }
.split-body { position: relative; display: flex; align-items: center; padding: var(--section) var(--gutter); }
.split-body > div { max-width: 540px; }
.split-body h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }

/* ---------- Storitve ---------- */
.dark { background: var(--black); color: var(--on-dark-muted); }
.dark h2, .dark h3 { color: var(--on-dark); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.card { display: flex; flex-direction: column; border-left: 1px solid var(--line-dark); padding: 0 clamp(16px, 1.6vw, 24px) 8px; }
.card:first-child { border-left: 0; padding-left: 0; }
.card:last-child { padding-right: 0; }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 1.3rem; background: #1d1d1d; }
.card-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .6s, transform .8s; }
.card:hover .card-media img { transform: scale(1.03); }
.card h3 { text-transform: uppercase; letter-spacing: .03em; font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.15; }
.card p { font-size: .98rem; flex: 1; }
.card .text-link { color: var(--on-dark); margin-top: .4rem; }

/* ---------- Pas s citatom ---------- */
.quote-band { position: relative; background: var(--paper-2); overflow: hidden; }
.quote-band-inner { display: grid; grid-template-columns: 1fr minmax(280px, 520px) 1fr; align-items: center; gap: 2rem; min-height: 460px; }
.quote-band blockquote { margin: 0; padding-left: var(--gutter); font-family: var(--serif); font-style: italic; font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.15; color: var(--ink); }
.quote-band-media { align-self: stretch; position: relative; }
.quote-band-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: grayscale(1) contrast(1.05); }
.quote-band-note { font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); line-height: 2; }
.quote-band-note::after { content: ""; display: block; width: 48px; height: 1px; background: var(--ink); margin-top: 1rem; }

/* ---------- Pristop (zaupanje) ---------- */
.principles { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px); }
.principle { border-top: 1px solid var(--ink); padding-top: 1.4rem; }
.principle .num { font-family: var(--serif); font-size: 1.1rem; color: var(--muted); letter-spacing: .1em; }
.principle h3 { margin-top: .4rem; }

/* ---------- Mnenja ---------- */
.soft { background: var(--paper-2); }
.pos-right { object-position: 72% center; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.testimonial { background: var(--white); padding: clamp(28px, 3vw, 40px); margin: 0; display: flex; flex-direction: column; }
.testimonial::before { content: "\201C"; font-family: var(--serif); font-size: 4.2rem; line-height: .7; color: var(--ink); height: .45em; }
.testimonial blockquote { margin: .6rem 0 1.4rem; font-family: var(--serif); font-style: italic; font-size: 1.2rem; line-height: 1.5; color: var(--ink); flex: 1; }
.testimonial figcaption { font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.center { text-align: center; }
.section-cta { margin-top: clamp(32px, 4vw, 48px); }

/* ---------- Kontakt ---------- */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: stretch; }
.contact-phone, .contact-line { display: flex; align-items: center; gap: 1.1rem; text-decoration: none; color: var(--ink); padding: 1rem 0; border-bottom: 1px solid var(--line); min-height: 44px; }
.contact-phone strong { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.4rem); line-height: 1.1; display: block; }
.contact-line strong { font-weight: 500; display: block; }
.contact-phone small, .contact-line small { display: block; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.icon-circle { flex-shrink: 0; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.icon-circle svg { width: 22px; height: 22px; }
.contact-phone:hover .icon-circle { background: var(--ink); color: var(--white); }
.social { display: flex; gap: .6rem; margin-top: 1.6rem; }
.social a { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--ink); transition: background .2s, color .2s; }
.social a:hover { background: var(--ink); color: var(--white); }
.social svg { width: 20px; height: 20px; }
.map { position: relative; min-height: 380px; background: var(--paper-2); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1); }
.map-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .6rem; padding: 24px;
  background: repeating-linear-gradient(45deg, transparent 0 22px, rgba(0, 0, 0, .025) 22px 23px), var(--paper-2); }
.map-placeholder > svg { width: 40px; height: 40px; color: var(--ink); }
.map-placeholder p { color: var(--ink); margin: 0 0 .6rem; }
.map-placeholder small { color: var(--muted); font-size: .8rem; }

/* ---------- Noga ---------- */
.site-footer { background: var(--black); color: var(--on-dark-muted); padding: clamp(48px, 6vw, 72px) 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 40px; align-items: start; padding-bottom: 36px; border-bottom: 1px solid var(--line-dark); }
.footer-brand img { width: 220px; }
.footer-role { margin-top: 1.2rem; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark); }
.footer-nav, .footer-contact { display: flex; flex-direction: column; }
.footer-social { display: flex; gap: 4px; margin-top: 1rem; margin-left: -12px; }
.footer-social a { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--on-dark); }
.footer-social a:hover { color: var(--white); }
.footer-social svg { width: 20px; height: 20px; }
.footer-nav a, .footer-contact a { color: var(--on-dark); text-decoration: none; padding: .45em 0; display: inline-flex; align-items: center; gap: .6em; min-height: 44px; }
.footer-nav a:hover, .footer-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-contact svg { width: 18px; height: 18px; flex-shrink: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; font-size: .8rem; }
.footer-bottom p { margin: 0; }

/* ---------- Podstrani ---------- */
.page-hero { background: var(--black); color: var(--on-dark); padding: calc(var(--header-h) + clamp(56px, 8vw, 100px)) 0 clamp(56px, 7vw, 90px); }
.page-hero h1 { color: var(--white); font-size: clamp(2.6rem, 6vw, 4.6rem); }
.page-hero .eyebrow { color: var(--on-dark-muted); }
.page-hero p.lead { max-width: 46ch; color: var(--on-dark-muted); }

.page-hero-ornament { width: 240px; margin: .4rem 0 1.4rem; opacity: .9; }
.pos-top { object-position: center 15%; }
.pos-center-left { object-position: 40% center; }

/* ---------- Besedilo za branje ---------- */
.prose { max-width: 760px; }
.prose p { font-size: 1.1rem; }
.dropcap::first-letter { font-family: var(--serif); float: left; font-size: 4.6rem; line-height: .85; padding: .3rem .6rem 0 0; color: var(--ink); }
.statement { font-family: var(--serif); font-style: italic; font-size: clamp(1.45rem, 2.4vw, 1.9rem) !important; line-height: 1.3; color: var(--ink); margin: 1.6rem 0; }
.dark .statement, .quote-dark .statement { color: var(--on-dark); }
.list { margin: 0 0 1.2em; padding: 0; list-style: none; }
.list li { position: relative; padding: .35em 0 .35em 1.6em; border-bottom: 1px solid var(--line); }
.list li::before { content: ""; position: absolute; left: 0; top: 1.05em; width: .8em; height: 1px; background: var(--ink); }

/* ---------- Slika + besedilo (izmenično) ---------- */
.features { display: grid; gap: clamp(56px, 8vw, 110px); }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; margin-bottom: clamp(48px, 7vw, 90px); }
.features .feature { margin-bottom: 0; }
.feature.is-reverse .feature-media { order: 2; }
.feature-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-2); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.feature-body h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.service-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.service-head .eyebrow { font-family: var(--serif); font-size: 1.1rem; letter-spacing: .12em; }
.note-block { max-width: 760px; margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: clamp(32px, 5vw, 56px) 0; text-align: center; }
.note-block p { max-width: 58ch; margin-left: auto; margin-right: auto; }
.note-block .btn { margin-top: .8rem; }

/* ---------- Hitre povezave ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.chips a { display: inline-flex; align-items: center; min-height: 44px; padding: .5em 1.1em; border: 1px solid rgba(255, 255, 255, .35); color: var(--on-dark); text-decoration: none; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; transition: background .2s, color .2s; }
.chips a:hover { background: var(--white); color: var(--ink); }

/* ---------- Galerija ---------- */
.prose-2col { max-width: 760px; margin-bottom: 2.4rem; font-size: 1.1rem; }
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: grayscale(1); transition: filter .6s; }
.gallery img.g-wide { aspect-ratio: auto; }

/* ---------- Program ---------- */
.program { background: var(--graphite); color: var(--on-dark-muted); }
.program h2 { color: var(--on-dark); }
.program .lead { color: var(--on-dark); }
.program-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.program-media img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; filter: grayscale(1); }
.program .eyebrow { color: var(--on-dark-muted); }

/* ---------- Oznaka za preverjanje (samo v osnutku) ---------- */
.check { display: inline-block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; background: #f1e7c8; color: #5a4a14; padding: .2em .6em; }

/* ---------- Sporočilo v besedilu ---------- */
.message-inline { margin: 1.4rem 0 0; max-width: 280px; box-shadow: 0 10px 30px rgba(0, 0, 0, .12); }

/* ---------- Pogosta vprašanja ---------- */
.faq { border-top: 1px solid var(--ink); margin-top: 1.6rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 56px; padding: 1rem 0; font-family: var(--serif); font-size: 1.3rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex-shrink: 0; width: 12px; height: 12px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg) translateY(-4px); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.faq details p { margin: 0 0 1.2rem; }

/* ---------- Citat na temnem ---------- */
.quote-dark { background: var(--black); color: var(--on-dark); padding: clamp(64px, 9vw, 120px) 0; text-align: center; }
.quote-dark img { width: 240px; margin: 0 auto 2rem; opacity: .85; }
.quote-dark blockquote { margin: 0 auto; max-width: 26ch; font-family: var(--serif); font-style: italic; font-size: clamp(1.7rem, 3.4vw, 2.7rem); line-height: 1.25; }

/* ---------- Poziv ---------- */
.cta-band { background: var(--black); color: var(--on-dark); text-align: center; padding: clamp(64px, 8vw, 104px) 0; }
.cta-band h2 { color: var(--white); }
.cta-band p { font-family: var(--serif); font-style: italic; font-size: 1.4rem; margin-bottom: 2rem; }
.center-actions { justify-content: center; }
.split.is-reverse .split-media { order: 2; }

/* ---------- Mnenja (celotna) ---------- */
.reviews { columns: 2 380px; column-gap: clamp(16px, 2vw, 28px); }
.review { break-inside: avoid; background: var(--white); margin: 0 0 clamp(16px, 2vw, 28px); padding: clamp(28px, 3vw, 44px); position: relative; }
.review::before { content: "\201C"; display: block; font-family: var(--serif); font-size: 4rem; line-height: .7; height: .45em; color: var(--ink); }
.review-body { margin: .6rem 0 0; font-size: 1.02rem; color: var(--body); white-space: normal; }
.review-body p:last-child { margin-bottom: 0; }
.review.is-collapsed .review-body { max-height: 15.5em; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent); mask-image: linear-gradient(180deg, #000 60%, transparent); }
.review-more { margin-top: 1rem; background: none; border: 0; padding: 0; min-height: 44px; cursor: pointer; font-family: var(--sans); font-weight: 500; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.review:target { outline: 1px solid var(--ink); outline-offset: 6px; }
.testimonial .text-link { margin-top: .8rem; color: var(--ink); }

/* ---------- Sporočila (posnetki) ---------- */
.messages-intro { color: var(--muted); margin-top: -1.4rem; margin-bottom: 2.4rem; }
.messages { columns: 3 260px; column-gap: 20px; }
.message { display: block; break-inside: avoid; margin-bottom: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(0, 0, 0, .06); transition: transform .25s, box-shadow .25s; }
.message:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0, 0, 0, .12); }
.message img { width: 100%; }
.lightbox { padding: 0; border: 0; background: transparent; max-width: min(92vw, 900px); max-height: 92vh; overflow: visible; }
.lightbox::backdrop { background: rgba(8, 8, 8, .88); }
.lightbox img { max-height: 88vh; width: auto; margin: 0 auto; }
.lightbox-close { position: absolute; top: -52px; right: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: none; border: 1px solid rgba(255, 255, 255, .5); color: #fff; cursor: pointer; }
.lightbox-close svg { width: 22px; height: 22px; }

/* ---------- Črno-bele slike: ob premiku miške se obarvajo ---------- */
.hero-media img, .split-media img, .card-media img, .quote-band-media img, .feature-media img, .gallery img, .program-media img { transition: filter .7s ease, transform .8s ease; }
@media (hover: hover) {
  .hero:hover .hero-media img, .split-media:hover img, .quote-band-media:hover img,
  .feature-media:hover img, .gallery img:hover, .program-media:hover img, .card:hover .card-media img { filter: none; }
}

/* ---------- Animacije ob pomikanju ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue svg { animation: none; }
  .card-media img { transition: none; }
}

/* =========================================================
   Tablica in telefon
   ========================================================= */
@media (max-width: 1080px) {
  .cards { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .card:nth-child(3) { border-left: 0; padding-left: 0; }
  .card:nth-child(2) { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --header-h: 68px; }
  .nav-toggle { display: inline-flex; }
  .header-phone { border: 0; padding: 0; width: 44px; justify-content: center; }
  .header-phone span { display: none; }
  .header-phone svg { width: 22px; height: 22px; }
  .brand img, .site-header.is-scrolled .brand img { width: 128px; }

  /* spustni meni (po vzoru desjoyaux.si) */
  .main-nav { position: fixed; top: var(--header-h); left: 0; right: 0; margin: 0; background: var(--paper);
    flex-direction: column; align-items: stretch; gap: 0; padding: .6rem var(--gutter) 1.6rem;
    max-height: calc(100vh - var(--header-h) - 28px); overflow-y: auto;
    border-radius: 0 0 24px 24px; box-shadow: var(--shadow);
    transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility 0s linear .28s; }
  .nav-open .main-nav { transform: translateX(0); visibility: visible; transition: transform .28s ease; }
  .main-nav a { color: var(--ink); font-family: var(--serif); font-size: 1.45rem; letter-spacing: .04em; text-transform: none; padding: .7em 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); }
  .main-nav a[aria-current="page"] { font-style: italic; }
  .mobile-nav-phone { display: flex !important; align-items: center; gap: .7em; font-family: var(--sans) !important; font-size: 1.05rem !important; border-bottom: 0 !important; padding: 1.1em 0 .4em !important; }
  .mobile-nav-phone svg { width: 20px; height: 20px; }
  .mobile-nav-cta { display: flex !important; width: 100%; margin-top: .9rem; font-family: var(--sans) !important; font-size: .82rem !important; letter-spacing: .16em !important; text-transform: uppercase !important; color: var(--white) !important; border-bottom: 0 !important; padding: .8em 1.4em !important; }
  .nav-open .nav-toggle { background: rgba(255, 255, 255, .12); border-radius: 10px; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, .35); z-index: 400; }

  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 0; aspect-ratio: 4 / 4.4; }
  .split-body { padding: 56px var(--gutter) 64px; }
    .quote-band-inner { grid-template-columns: 1fr; min-height: 0; gap: 0; padding: 0; }
  .quote-band blockquote { padding: 56px var(--gutter) 28px; }
  .quote-band-media { aspect-ratio: 1 / 1; }
  .quote-band-note { padding: 28px var(--gutter) 56px; }
  .principles, .testimonials { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .map { min-height: 300px; }
  .feature, .program-grid { grid-template-columns: 1fr; }
  .feature.is-reverse .feature-media, .split.is-reverse .split-media { order: 0; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img.g-wide { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 1rem; }
  .hero { min-height: 100svh; align-items: flex-end; }
  .hero-media { bottom: auto; height: 60svh; }
  .hero-media img { object-position: 58% 30%; }
  .hero-media::after { background: linear-gradient(0deg, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, .35) 40%, rgba(10, 10, 10, 0) 65%, rgba(10, 10, 10, .5) 100%); }
  .hero-content { padding-top: 46svh; padding-bottom: 84px; }
  .hero-ornament { margin: 1rem 0 1.2rem; }
  .hero-actions .btn { width: 100%; }
  .btn { padding: .8em 1.2em; }
  .cards { grid-template-columns: 1fr; row-gap: 40px; }
  .card, .card:nth-child(n) { border-left: 0; padding: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); scrollbar-width: none; }
  .chips::-webkit-scrollbar { display: none; }
  .dropcap::first-letter { font-size: 3.6rem; }
  .prose p { font-size: 1.02rem; }
  .cta-band .btn { width: 100%; }
}

@media (max-width: 600px) { .hero .eyebrow { letter-spacing: .14em; font-size: .74rem; } }

/* ---------- Pravne strani ---------- */
.legal h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin-top: 2.2rem; }
.legal h2:first-child { margin-top: 0; }
.legal a { text-underline-offset: 3px; }
.legal-date { margin-top: 2.4rem; font-size: .9rem !important; color: var(--muted); }
.footer-bottom a { text-underline-offset: 3px; display: inline-block; padding: .6em 0; }
.page-404 { min-height: 80vh; display: flex; align-items: center; }
.dark .eyebrow, .program .eyebrow { color: var(--on-dark-muted); }
