@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url(/assets/fonts/cormorant-garamond-italic-500-latin-ext.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: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url(/assets/fonts/cormorant-garamond-italic-500-latin.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: 'Cormorant Garamond'; font-style: normal; font-weight: 500 700; font-display: swap; src: url(/assets/fonts/cormorant-garamond-500-700-latin-ext.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: 'Cormorant Garamond'; font-style: normal; font-weight: 500 700; font-display: swap; src: url(/assets/fonts/cormorant-garamond-500-700-latin.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: 'Figtree'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/figtree-normal-300-700-latin-ext.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: 'Figtree'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/figtree-normal-300-700-latin.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; }

/* SENIOS – zavese. Statična stran, generirana z build.py. */
:root {
  --ink: #1d1d1f; --ink-2: #141414; --ink-3: #2a2a2d;
  --bronze: #a58763; --bronze-l: #c9ae8a; --bronze-d: #7f6446; --bronze-t: #dbc6ad;
  --sand: #f5f0e8; --sand-2: #ece4d8; --paper: #fff;
  --text: #2b2826; --muted: #6d6660; --line: #e4dbcf; --line-d: #34322f;
  --serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --sans: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --side: 300px; --wrap: 1180px; --gap: clamp(1.25rem, 4vw, 3rem);
  --r: 4px; --shadow: 0 18px 50px -20px rgba(29, 29, 31, .35);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font: 400 17px/1.65 var(--sans); color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--bronze-d); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0 0 .6em; color: var(--ink); letter-spacing: -.005em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5.2vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.1em; }
.eyebrow { font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--bronze-d); margin: 0 0 1rem; display: flex; align-items: center; gap: .7rem; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--bronze); flex: none; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gap); }
.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.sand { background: var(--sand); }
.dark { background: var(--ink); color: #d9d4cc; }
.dark h2, .dark h3 { color: #fff; }
.dark .eyebrow { color: var(--bronze-l); }
.dark .lead { color: #b9b2a8; }
.skip { position: absolute; left: -999px; top: 0; background: var(--bronze); color: var(--ink); padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
svg:not(.ill) { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* -------------------------------------------------- gumbi */
.btn { display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.5rem; border-radius: var(--r); font: 600 .95rem/1 var(--sans); letter-spacing: .02em; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s; }
.btn svg { transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn:hover { transform: translateY(-1px); }
.btn-bronze { background: var(--bronze); color: var(--ink); }
.btn-bronze:hover { background: var(--bronze-l); color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); color: #fff; }
.btn-light { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .45); backdrop-filter: blur(6px); }
.btn-light:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-ghost:hover { color: #fff; border-color: #fff; }
.btn-ghost.dark { color: var(--ink); border-color: var(--ink); }
.btn-ghost.dark:hover { background: var(--ink); color: #fff; }
.link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--bronze-d); text-decoration: none; border-bottom: 1px solid var(--bronze); padding-bottom: .15rem; }
.link:hover { color: var(--ink); border-color: var(--ink); }
.link:hover svg { transform: translateX(3px); }
.link svg { transition: transform .25s var(--ease); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.actions.center { justify-content: center; margin-top: 3rem; }

/* -------------------------------------------------- stranska navigacija */
.side { position: fixed; top: 0; left: 0; bottom: 0; width: var(--side); background: var(--ink-2); color: #cfc8bf; z-index: 50; display: flex; flex-direction: column; border-right: 1px solid var(--line-d); }
.side-top { padding: 2.4rem 2rem 1.4rem; display: flex; align-items: center; justify-content: space-between; }
.side .brand img { width: 150px; height: auto; }
.side-actions { display: none; }
.side-nav { flex: 1; overflow-y: auto; padding: 0 0 2rem; display: flex; flex-direction: column; scrollbar-width: thin; scrollbar-color: #3a3835 transparent; }
.nav { list-style: none; margin: 0; padding: .4rem 0 0; border-top: 1px solid var(--line-d); }
.nav > li { border-bottom: 1px solid var(--line-d); position: relative; }
.nav a { display: block; padding: .8rem 2rem; color: #d8d2c9; text-decoration: none; font-size: 1.02rem; letter-spacing: .04em; transition: color .2s, background .2s, padding .25s var(--ease); position: relative; }
.nav a:hover { color: #fff; background: rgba(255, 255, 255, .04); }
.nav a[aria-current] { color: var(--bronze-l); }
.nav > li > a[aria-current]::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--bronze); }
.nav .has-sub { display: grid; grid-template-columns: 1fr auto; }
.nav .has-sub > button { grid-column: 2; background: none; border: 0; color: #a39c92; padding: 0 1.6rem 0 .8rem; cursor: pointer; display: flex; align-items: center; }
.nav .has-sub > button svg { transition: transform .3s var(--ease); }
.nav .has-sub.open > button svg { transform: rotate(180deg); }
.nav .sub { grid-column: 1 / -1; list-style: none; margin: 0; padding: 0 0 .5rem; display: none; background: rgba(0, 0, 0, .25); }
.nav .has-sub.open .sub { display: block; }
.nav .sub a { padding: .5rem 2rem .5rem 3rem; font-size: .93rem; color: #b6afa5; }
.nav .sub a::before { content: '–'; position: absolute; left: 2rem; color: var(--bronze); opacity: .7; }
.nav .sub a[aria-current] { color: var(--bronze-l); }
.side-info { padding: 1.8rem 2rem 0; margin-top: auto; font-size: .92rem; color: #a39c92; }
.side-info .eyebrow { color: var(--bronze); margin-bottom: .6rem; }
.side-info .co { margin: 0 0 .9rem; line-height: 1.5; }
.side-info a { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: #d8d2c9; margin-bottom: .35rem; }
.side-info a:hover { color: #fff; }
.side-info .tel { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; color: var(--bronze-l); letter-spacing: .02em; }
.side-info .tel svg { width: .85em; height: .85em; }
main { margin-left: var(--side); min-height: 60vh; }
.foot { margin-left: var(--side); }

/* -------------------------------------------------- hero */
.hero { position: relative; min-height: min(84vh, 860px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--ink); }
.hero picture { position: absolute; inset: 0; }
.hero picture img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 20, 20, .8) 0%, rgba(20, 20, 20, .38) 48%, rgba(20, 20, 20, .05) 100%), linear-gradient(0deg, rgba(20, 20, 20, .8) 0%, rgba(20, 20, 20, 0) 55%); }
.hero::after, .page-hero::after { z-index: 1; }
.hero-in { position: relative; z-index: 2; padding-top: clamp(6rem, 12vw, 9rem); padding-bottom: clamp(3.5rem, 6vw, 5.5rem); width: 100%; }
.hero .eyebrow { color: var(--bronze-l); }
.hero h1 { color: #fff; max-width: 14ch; margin-bottom: .5em; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
.hero .lead { color: #e5e0d8; max-width: 52ch; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero .actions { margin-top: 2rem; }

/* zaupanje */
.trust-band { background: var(--sand); border-bottom: 1px solid var(--line); }
.trust { list-style: none; margin: 0; padding: 1.2rem 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem 1.5rem; }
.trust li { display: flex; align-items: center; gap: .7rem; font-size: .93rem; font-weight: 500; color: var(--ink); padding: .5rem 0; }
.trust svg { color: var(--bronze); width: 1.4em; height: 1.4em; stroke-width: 2.2; }

/* dvokolonski deli */
.two { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.two.narrow { grid-template-columns: minmax(0, 1fr) 320px; align-items: start; }
.two.top { align-items: start; }
.intro h2 { max-width: 18ch; }
.collage { position: relative; padding: 0 0 4rem 0; }
.collage .c1 { border-radius: var(--r); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.collage picture:nth-child(2) { position: absolute; right: -4%; bottom: 0; width: 46%; }
.collage .c2 { border-radius: var(--r); box-shadow: var(--shadow); aspect-ratio: 1; object-fit: cover; border: 6px solid #fff; }
.collage .badge { position: absolute; left: -1rem; bottom: 2.4rem; background: var(--ink); color: #fff; padding: 1rem 1.3rem; border-radius: var(--r); display: flex; align-items: center; gap: .8rem; box-shadow: var(--shadow); }
.collage .badge strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--bronze-l); line-height: 1; }
.collage .badge span { font-size: .8rem; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; color: #cfc8bf; }

/* naslov sekcije */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem 3rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); flex-wrap: wrap; }
.section-head > div { flex: 1 1 380px; }
.section-head h2 { margin-bottom: 0; max-width: 20ch; }
.section-head .lead { margin: 0; max-width: 44ch; flex: 0 1 44ch; }
.section-head .eyebrow { margin-bottom: .8rem; }

/* kartice ponudbe */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.6rem; }
.card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; text-decoration: none; color: var(--text); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--bronze-t); color: var(--text); }
.card .media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand-2); }
.card .media picture, .gallery .g picture { height: 100%; }
.card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .media img { transform: scale(1.05); }
.card .ill-wrap { height: 100%; display: grid; place-items: center; color: var(--bronze); background: linear-gradient(160deg, var(--sand) 0%, var(--sand-2) 100%); }
.card .ill-wrap .ill { width: 70%; height: auto; }
.card .body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card h3 { margin-bottom: .45rem; transition: color .25s; }
.card:hover h3 { color: var(--bronze-d); }
.card p { font-size: .95rem; color: var(--muted); margin-bottom: 1rem; flex: 1; }
.card .more { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--bronze-d); }
.card .more svg { transition: transform .25s var(--ease); }
.card:hover .more svg { transform: translateX(4px); }

/* koraki */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.6rem; counter-reset: k; }
.steps li { position: relative; padding: 1.8rem 1.4rem 1.6rem; border: 1px solid var(--line-d); border-radius: var(--r); background: rgba(255, 255, 255, .025); }
.steps .n { position: absolute; top: -1rem; left: 1.2rem; font-family: var(--sans); font-size: .95rem; font-weight: 700; color: var(--ink); background: var(--bronze); width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; }
.steps svg { width: 2rem; height: 2rem; color: var(--bronze-l); stroke-width: 1.5; margin-bottom: 1rem; }
.steps h3 { font-size: 1.4rem; margin-bottom: .4rem; }
.steps p { font-size: .92rem; margin: 0; color: #b9b2a8; }
.steps.light li { border-color: var(--line); background: var(--paper); }
.steps.light svg { color: var(--bronze-d); }
.steps.light p { color: var(--muted); }

/* galerija */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery.wide { grid-template-columns: repeat(4, 1fr); }
.gallery.small { grid-template-columns: repeat(3, 1fr); margin: 0 0 2rem; }
.gallery .g { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r); background: var(--sand-2); }
.gallery .g img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery .g:hover img { transform: scale(1.06); }
.gallery .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem .9rem .7rem; font-size: .82rem; color: #fff; background: linear-gradient(0deg, rgba(20, 20, 20, .75), rgba(20, 20, 20, 0)); opacity: 0; transition: opacity .3s; }
.gallery .g:hover .cap, .gallery .g:focus-visible .cap { opacity: 1; }
.gallery.wide .g:first-child { grid-column: span 2; grid-row: span 2; }
.lb { border: 0; padding: 0; background: rgba(15, 14, 13, .94); max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; margin: 0; color: #fff; }
.lb::backdrop { background: rgba(0, 0, 0, .6); }
.lb figure { margin: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 4.5rem; gap: 1rem; }
.lb img { max-width: 100%; max-height: calc(100vh - 8rem); object-fit: contain; border-radius: 2px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.lb figcaption { font-family: var(--serif); font-size: 1.25rem; color: #e5e0d8; text-align: center; }
.lb button { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2); color: #fff; width: 3rem; height: 3rem; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .2s; }
.lb button:hover { background: rgba(255, 255, 255, .2); }
.lb button svg { width: 1.4rem; height: 1.4rem; }
.lb .prev { left: 1rem; } .lb .next { right: 1rem; }
.lb .close { top: 1.2rem; right: 1rem; transform: none; }

/* reference */
.logos { display: flex; flex-wrap: wrap; gap: .6rem 0; justify-content: center; }
.logos span { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; color: var(--ink); padding: .2rem 1.4rem; position: relative; }
.logos span + span::before { content: ''; position: absolute; left: -3px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); transform: translateY(-50%); }
.reflist { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: 2.5rem; }
.reflist li { break-inside: avoid; padding: .55rem 0 .55rem 1.4rem; border-bottom: 1px solid var(--line); position: relative; font-size: .97rem; }
.reflist li::before { content: ''; position: absolute; left: 0; top: 1.15rem; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); }

/* CTA pas */
.cta-band { background: linear-gradient(110deg, #b3956f 0%, var(--bronze) 55%, #8d7150 100%); color: var(--ink); padding: clamp(2.5rem, 5vw, 4rem) 0; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: .3em; color: var(--ink); }
.cta-band p { margin: 0; color: #2f2a24; }
.cta-band .eyebrow { color: #3f3428; margin-bottom: .6rem; }
.cta-band .eyebrow::before { background: var(--ink); }
.cta-band .actions { margin: 0; }
.cta-band .btn-bronze { background: var(--ink); color: #fff; }
.cta-band .btn-bronze:hover { background: var(--ink-3); }
.cta-band .btn-ghost { color: var(--ink); border-color: rgba(29, 29, 31, .55); }
.cta-band .btn-ghost:hover { background: var(--ink); color: #fff; }

/* kontakt */
.cinfo { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.cinfo li { display: flex; gap: .9rem; align-items: flex-start; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.cinfo svg { color: var(--bronze); margin-top: .25rem; width: 1.25em; height: 1.25em; }
.cinfo a { text-decoration: none; font-weight: 600; color: var(--ink); font-size: 1.05rem; }
.cinfo a:hover { color: var(--bronze-d); }
.quote { font-family: var(--serif); font-size: 1.45rem; font-style: italic; color: var(--bronze-d); line-height: 1.35; margin-top: 2rem; max-width: 30ch; }
.contact-card { margin-bottom: 1.5rem; }
.map { background: var(--sand); border: 1px solid var(--line); border-radius: var(--r); aspect-ratio: 4 / 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; padding: 1.5rem; text-align: center; overflow: hidden; }
.map .small { font-size: .8rem; color: var(--muted); margin: 0; }
.map iframe { width: 100%; height: 100%; border: 0; }
.form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow); }
.form h2 { font-size: 1.9rem; margin-bottom: .3rem; }
.form .intro { font-size: .93rem; color: var(--muted); margin-bottom: 1.4rem; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: .35rem; }
.field input, .field textarea { width: 100%; font: inherit; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 3px; background: #fdfcfa; color: var(--text); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(165, 135, 99, .2); }
.field textarea { min-height: 130px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .85rem; color: var(--muted); margin: .3rem 0 1.2rem; }
.consent input { margin-top: .3rem; accent-color: var(--bronze); }
.form .msg { margin-top: 1rem; font-size: .95rem; }
.form .msg[data-ok] { color: #2f6b3a; }
.form .msg[data-err] { color: #a03b2b; }

/* podstrani */
.page-hero { position: relative; min-height: clamp(360px, 48vh, 560px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--ink); }
.page-hero picture { position: absolute; inset: 0; }
.page-hero img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 20, 20, .92) 0%, rgba(20, 20, 20, .45) 55%, rgba(20, 20, 20, .12) 100%), linear-gradient(90deg, rgba(20, 20, 20, .45) 0%, rgba(20, 20, 20, 0) 60%); }
.page-hero h1, .page-hero .lead { text-shadow: 0 1px 14px rgba(0, 0, 0, .45); }
.page-hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 6rem; padding-bottom: clamp(2.2rem, 4vw, 3.5rem); }
.page-hero h1 { color: #fff; margin-bottom: .3em; max-width: 18ch; }
.page-hero .lead { color: #e5e0d8; margin: 0; }
.page-head { background: var(--sand); padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.page-head h1 { margin: 0; }
.crumbs { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .82rem; letter-spacing: .04em; color: #bdb6ac; }
.crumbs a { color: #d8d2c9; text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs li + li::before { content: '/'; margin-right: .4rem; color: var(--bronze); }
.page-head .crumbs { color: var(--muted); }
.page-head .crumbs a { color: var(--bronze-d); }
.prose { font-size: 1.05rem; }
.prose h2 { font-size: 1.85rem; margin-top: 1.8rem; }
.prose p { max-width: 66ch; }
.prose .note { background: var(--sand); border-left: 3px solid var(--bronze); padding: 1rem 1.2rem; border-radius: 0 var(--r) var(--r) 0; }
.prose .defs dt { font-weight: 600; color: var(--ink); margin-top: .8rem; }
.prose .defs dd { margin: .1rem 0 0; color: var(--muted); }
.prose .ill-panel { background: linear-gradient(160deg, var(--sand) 0%, var(--sand-2) 100%); border-radius: var(--r); color: var(--bronze); padding: 1.5rem; margin-bottom: 2rem; display: grid; place-items: center; }
.prose .ill-panel .ill { width: min(100%, 360px); height: auto; }
.narrow-1 { max-width: 800px; }
.checks { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.checks li { position: relative; padding: .35rem 0 .35rem 2rem; }
.checks li::before { content: ''; position: absolute; left: .15rem; top: .8rem; width: .8rem; height: .4rem; border-left: 2px solid var(--bronze); border-bottom: 2px solid var(--bronze); transform: rotate(-45deg); }
.aside { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 2rem; }
.card-list { background: var(--sand); border-radius: var(--r); padding: 1.5rem 1.6rem; }
.card-list h3 { font-size: .8rem; font-family: var(--sans); font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--bronze-d); margin: 1.2rem 0 .5rem; }
.card-list h3:first-child { margin-top: 0; }
.card-list ul { list-style: none; margin: 0; padding: 0; }
.card-list a { display: block; padding: .45rem 0; text-decoration: none; color: var(--text); border-bottom: 1px solid var(--line); }
.card-list a:hover, .card-list a[aria-current] { color: var(--bronze-d); }
.card-list a[aria-current] { font-weight: 600; }
.card-contact { background: var(--ink); color: #cfc8bf; border-radius: var(--r); padding: 1.6rem; }
.card-contact .eyebrow { color: var(--bronze-l); margin-bottom: .5rem; }
.card-contact h3 { color: #fff; margin-bottom: 1rem; }
.card-contact p { margin: 0 0 .5rem; }
.card-contact a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.card-contact a:hover { color: var(--bronze-l); }
.card-contact .tel { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--bronze-l); }
.card-contact .btn { margin-top: 1rem; width: 100%; justify-content: center; }

/* noga */
.foot { background: var(--ink-2); color: #a39c92; padding: 3.5rem 0 2rem; border-top: 1px solid var(--line-d); font-size: .93rem; }
.foot .cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
.foot .brand img { width: 130px; margin-bottom: 1rem; }
.foot .tag { font-family: var(--serif); font-size: 1.25rem; color: #d8d2c9; }
.foot h3 { font-family: var(--sans); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; color: var(--bronze); margin-bottom: .8rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .35rem; }
.foot a { color: #d8d2c9; text-decoration: none; }
.foot a:hover { color: var(--bronze-l); }
.foot .legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; border-top: 1px solid var(--line-d); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .82rem; }

/* animacije */
.js [data-anim] { opacity: 0; transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform; }
.js [data-anim="up"] { transform: translateY(24px); }
.js [data-anim="left"] { transform: translateX(-20px); }
.js [data-anim="right"] { transform: translateX(24px); }
.js [data-anim="zoom"] { transform: scale(.96); }
.js [data-anim].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js [data-anim] { opacity: 1; transform: none; transition: none; } .btn, .card, .gallery .g img { transition: none; } }

/* -------------------------------------------------- odzivnost */
@media (max-width: 1280px) {
  :root { --side: 260px; }
  .side-top { padding: 2rem 1.5rem 1.2rem; }
  .side .brand img { width: 130px; }
  .nav a { padding-left: 1.5rem; padding-right: 1.5rem; }
  .nav .sub a { padding-left: 2.5rem; } .nav .sub a::before { left: 1.5rem; }
  .side-info { padding-left: 1.5rem; padding-right: 1.5rem; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .trust { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1100px) {
  :root { --side: 0px; }
  body[data-menu] { overflow: hidden; }
  .side { position: sticky; top: 0; bottom: auto; width: 100%; height: auto; flex-direction: column; border-right: 0; border-bottom: 1px solid var(--line-d); }
  .side-top { padding: .8rem var(--gap); }
  .side .brand img { width: 110px; }
  .side-actions { display: flex; align-items: center; gap: .6rem; }
  .side-actions .call { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--bronze); color: var(--bronze-l); }
  .burger { background: none; border: 1px solid var(--line-d); color: #fff; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
  .burger svg { width: 1.4rem; height: 1.4rem; }
  .burger .i2 { display: none; }
  .burger[aria-expanded="true"] .i1 { display: none; }
  .burger[aria-expanded="true"] .i2 { display: block; }
  .side-nav { display: none; position: fixed; left: 0; right: 0; top: var(--nav-top, 63px); bottom: 0; background: var(--ink-2); overflow-y: auto; padding-bottom: 2rem; z-index: 60; }
  .side-nav[data-open] { display: flex; }
  .nav a { padding: .9rem var(--gap); font-size: 1.1rem; }
  .nav .sub a { padding-left: calc(var(--gap) + 1.2rem); } .nav .sub a::before { left: var(--gap); }
  .side-info { padding: 1.5rem var(--gap) 0; margin-top: 0; }
  .side-info a { display: flex; }
  main, .foot { margin-left: 0; }
  .two, .two.narrow { grid-template-columns: 1fr; }
  .aside { position: static; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .foot .cols { grid-template-columns: 1fr 1fr; }
  .hero { min-height: min(78vh, 720px); }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.3rem, 9.5vw, 3rem); }
  .hero { min-height: 78vh; }
  .hero-in { padding-top: 4rem; }
  .hero::after { background: linear-gradient(0deg, rgba(20, 20, 20, .94) 0%, rgba(20, 20, 20, .6) 50%, rgba(20, 20, 20, .1) 100%); }
  .hero picture img { object-position: 72% 40%; }
  .page-hero::after { background: linear-gradient(0deg, rgba(20, 20, 20, .96) 0%, rgba(20, 20, 20, .65) 55%, rgba(20, 20, 20, .3) 100%); }
  .hero .lead, .hero h1 { text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }
  .hero .btn { width: 100%; justify-content: center; }
  .trust { grid-template-columns: 1fr; padding: .6rem 0; gap: 0; }
  .trust li { padding: .35rem 0; }
  .collage { padding-bottom: 3rem; margin-top: 1rem; }
  .collage .badge { left: .5rem; bottom: 1.4rem; padding: .7rem 1rem; }
  .collage .badge strong { font-size: 1.9rem; }
  .collage picture:nth-child(2) { right: 0; }
  .cards { grid-template-columns: 1fr; gap: .9rem; }
  .card { flex-direction: row; align-items: stretch; }
  .card .media { flex: 0 0 38%; aspect-ratio: auto; min-height: 150px; }
  .card .body { padding: 1rem 1rem 1rem 1.1rem; }
  .card h3 { font-size: 1.25rem; }
  .card p { font-size: .85rem; margin-bottom: .6rem; }
  .card .more { font-size: .75rem; }
  .card .ill-wrap .ill { width: 85%; }
  .steps { grid-template-columns: 1fr; gap: 1.8rem; }
  .gallery, .gallery.wide, .gallery.small { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .gallery.wide .g:first-child { grid-column: span 2; grid-row: span 1; }
  .reflist { columns: 1; }
  .card-list { display: none; }
  .logos span { font-size: 1.2rem; padding: .1rem .9rem; }
  .row2 { grid-template-columns: 1fr; gap: 0; }
  .foot .cols { grid-template-columns: 1fr; gap: 1.5rem; }
  .cta-band .actions, .cta-band .btn { width: 100%; }
  .cta-band .btn { justify-content: center; }
  .lb figure { padding: 3.5rem .5rem 1rem; }
  .lb .prev { left: .4rem; } .lb .next { right: .4rem; }
  .lb button { width: 2.6rem; height: 2.6rem; }
  .section-head .btn { width: 100%; justify-content: center; }
}
@media print { .side, .foot, .cta-band, .form, .lb { display: none; } main { margin: 0; } }
