/* ============================================================
   ANTI d.o.o. — monochrome editorial
   Soft white · near-black ink · neutral greys · editorial serif.
   Contrast-driven, no chromatic accent. Airy, balanced, premium.
   ============================================================ */

:root {
  /* --- Barvni sistem: črna, bela, sivine --- */
  --ink:          #17161a;       /* skoraj črna, topel odtenek */
  --ink-2:        #282629;       /* dvignjena — hover na temnih gumbih */
  --ink-soft:     #4d4a49;       /* telo besedila */
  --ink-faint:    #6d6864;       /* drobne oznake (AA na beli) */

  --paper:        #fcfbf9;       /* topla mehka bela podlaga */
  --paper-2:      #f4f1ec;       /* peščena sekcija */
  --surface:      #ebe6de;       /* bež površina */
  --surface-2:    #ded8ce;
  --line:         rgba(23, 22, 26, 0.09);
  --line-strong:  rgba(23, 22, 26, 0.18);

  --navy-900:     #0f1013;
  --navy-800:     #1c1d22;
  --navy-700:     #2a2b31;

  --accent:       #2b2c31;       /* nevtralna, podporno */
  --accent-deep:  #16171b;
  --accent-soft:  #ededee;
  --accent-line:  rgba(20, 21, 26, 0.22);

  --spark:        #16171b;       /* poudarek na svetlih ozadjih = črna */
  --spark-deep:   #2d2e33;       /* poudarjeno besedilo (loči se od telesa) */
  --spark-soft:   #ededee;

  --shadow-xs:    0 1px 2px rgba(40, 32, 24, 0.05);
  --shadow-sm:    0 2px 12px -3px rgba(40, 32, 24, 0.09), 0 1px 2px rgba(40, 32, 24, 0.04);
  --shadow-md:    0 22px 48px -30px rgba(40, 32, 24, 0.30), 0 3px 8px -3px rgba(40, 32, 24, 0.07);
  --shadow-lg:    0 48px 90px -46px rgba(40, 32, 24, 0.40), 0 12px 30px -20px rgba(40, 32, 24, 0.18);

  --radius-xs:    6px;
  --radius:       10px;
  --radius-lg:    14px;
  --radius-xl:    20px;

  --wrap:         1340px;
  --wrap-wide:    1440px;
  --gutter:       clamp(20px, 4vw, 56px);
  --section-y:    clamp(72px, 8vw, 132px);

  --font-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Sora", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --ease:         cubic-bezier(0.22, 1, 0.36, 1);
}

/* legacy aliases */
:root { --copper: var(--spark); --copper-soft: var(--spark-deep); --bone: var(--paper-2); }

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}
@media (min-width: 1000px) { html { scroll-padding-top: 84px; } }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.7;
  letter-spacing: -0.004em;
  color: var(--ink-soft);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  overflow-x: clip;
  max-width: 100%;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

::selection { background: var(--ink); color: var(--paper); }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 6px;
}
.contact a:focus-visible,
.contact button:focus-visible,
.approach a:focus-visible,
.cookie-banner button:focus-visible,
.fab-call:focus-visible,
.contact-primary:focus-visible,
.nav-mobile .mobile-tel:focus-visible {
  outline-color: var(--paper);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 620;
  font-style: normal;
  letter-spacing: -0.028em;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 600;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 80;
}

p { text-wrap: pretty; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { max-width: var(--wrap-wide); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 1000;
  padding: 12px 18px; border-radius: 6px;
  background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 600;
}
.skip-link:focus { left: 12px; }

/* ---------- Tipografski gradniki ---------- */
.eyebrow,
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--ink-faint);
}
.sec-idx {
  color: var(--spark-deep);
  padding-right: 10px; margin-right: 2px;
  border-right: 1px solid var(--line-strong);
}
.eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--spark);
}

.section-title {
  font-size: clamp(29px, 3.4vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.03em;
}
.section-title em { color: var(--ink); }
.section-lead {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 17.5px);
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 62ch;
}

.section { padding-block: var(--section-y); position: relative; }
.section + .section { border-top: 1px solid var(--line); }
.section, .hero, [id] { scroll-margin-top: 80px; }

.section-head { display: grid; gap: 20px; margin-bottom: clamp(36px, 4.4vw, 64px); }
.section-head-main { display: grid; gap: 14px; justify-items: start; }
.section-head-aside { display: grid; gap: 12px; align-content: end; }

@media (min-width: 900px) {
  .section-head--split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px; align-items: end;
  }
}

/* ---------- Gumbi ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px;
  border: 1px solid transparent; border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 14.5px; font-weight: 500; letter-spacing: 0.005em;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease),
              background-color .25s ease, border-color .25s ease, color .25s ease;
}
.btn-primary {
  background: var(--ink); color: var(--paper);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--ink-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-primary:active { transform: translateY(0); box-shadow: var(--shadow-xs); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  border-color: var(--ink); background: var(--ink); color: var(--paper);
  transform: translateY(-2px);
}
.btn-ghost:active { transform: translateY(0); }
.btn-small { padding: 10px 18px; font-size: 13px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in oklab, var(--paper) 82%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: var(--paper);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 var(--line);
}
.header-row {
  max-width: var(--wrap-wide);
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: center; gap: 16px; min-height: 66px;
}
.brand { display: inline-flex; align-items: center; min-width: 0; transition: opacity .25s var(--ease); }
.brand:hover { opacity: .72; }
.brand-logo {
  height: 26px; width: auto;
  image-rendering: -webkit-optimize-contrast;
  animation: brand-in .6s var(--ease) both;
}
@keyframes brand-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav-desktop { display: none; align-items: center; gap: 0; }
.nav-desktop a {
  position: relative; padding: 10px 14px;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 500; color: var(--ink-soft);
  letter-spacing: 0.005em;
  transition: color .22s ease;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px;
  height: 1px; background: var(--spark);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a:hover::after { transform: scaleX(1); }
.nav-desktop a.is-active { color: var(--ink); }
.nav-desktop a.is-active::after { transform: scaleX(1); }

.header-cta { display: none; }
.tel-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 6px;
  border: 1px solid var(--ink);
  font-family: var(--font-mono);
  font-size: 12.5px; font-weight: 500; color: var(--ink);
  background: transparent;
  transition: background-color .25s, color .25s;
}
.tel-link svg { color: currentColor; }
.tel-link:hover { background: var(--ink); color: var(--paper); }

.menu-toggle {
  width: 42px; height: 42px; flex: none;
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border: 1px solid var(--line-strong); border-radius: 6px;
  background: transparent;
  transition: border-color .25s, background-color .25s, transform .2s;
}
.menu-toggle:hover { border-color: var(--ink); }
.menu-toggle:active { transform: scale(0.96); }
.menu-toggle span { display: block; width: 17px; height: 1.6px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* Mobilni meni — slide-over z desne (na ravni telesa, brez filtriranega prednika) */
.nav-mobile-backdrop {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(13, 24, 38, 0.5);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  animation: fade .3s ease; touch-action: none;
}
.nav-mobile {
  position: fixed; top: 0; right: 0; z-index: 65;
  height: 100svh; width: min(86vw, 380px);
  background: var(--paper);
  border-left: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column;
  padding: calc(16px + env(safe-area-inset-top)) var(--gutter) calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  animation: nav-slide .34s var(--ease);
}
@keyframes nav-slide { from { transform: translateX(100%); } to { transform: translateX(0); } }

.nav-mobile-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.nav-mobile-logo { height: 26px; width: auto; }
.nav-close {
  width: 42px; height: 42px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); border-radius: 6px;
  background: transparent; color: var(--ink);
  transition: border-color .25s, background-color .25s, transform .2s;
}
.nav-close:hover { border-color: var(--ink); }
.nav-close:active { transform: scale(0.96); }

.nav-mobile-links { display: flex; flex-direction: column; margin-top: 6px; }
.nav-mobile-links a {
  display: flex; align-items: baseline; gap: 14px;
  padding: 16px 2px;
  font-family: var(--font-display);
  font-size: clamp(22px, 6vw, 26px); font-weight: 500; color: var(--ink);
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--line);
}
.nav-mobile-links a .nml-idx {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500; color: var(--ink-faint);
  letter-spacing: 0.1em;
}
.nav-mobile-links a.is-active { color: var(--spark-deep); font-style: italic; }
.nav-mobile-links a.is-active .nml-idx { color: var(--spark-deep); font-style: normal; }

.nav-mobile-foot { margin-top: auto; padding-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.nav-mobile .mobile-tel {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 24px; border-radius: 6px;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-mono); font-size: 14px; font-weight: 500; letter-spacing: 0;
  transition: background-color .25s;
}
.nav-mobile .mobile-tel svg { color: currentColor; }
.nav-mobile .mobile-tel:hover { background: var(--ink-2); }
.nav-mobile-mail {
  font-family: var(--font-mono); font-size: 13px; color: var(--ink-2);
  text-align: center; border-bottom: 1px solid transparent; align-self: center;
}
.nav-mobile-mail:hover { border-bottom-color: var(--spark); }
.nav-mobile-hours {
  margin: 2px 0 0; text-align: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-faint);
}

/* Plavajoči klic (mobilno) */
.fab-call {
  position: fixed; z-index: 45;
  right: 16px; bottom: calc(16px + env(safe-area-inset-bottom));
  display: none; align-items: center; gap: 8px;
  padding: 13px 18px; border-radius: 999px;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-mono); font-size: 13px; font-weight: 500; letter-spacing: 0.01em;
  box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease), background-color .25s;
}
.fab-call svg { color: currentColor; }
.fab-call:active { transform: scale(0.97); }
.fab-call.is-visible { opacity: 1; transform: none; pointer-events: auto; }
@media (max-width: 999px) { .fab-call { display: inline-flex; } }
body.nav-open .fab-call { opacity: 0 !important; pointer-events: none !important; }

@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes slide { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

@media (min-width: 1000px) {
  .header-row { grid-template-columns: auto minmax(0, 1fr) auto; min-height: 72px; }
  .brand-logo { height: 28px; }
  .nav-desktop { display: flex; justify-self: center; }
  .header-cta { display: block; }
  .menu-toggle { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(44px, 6vw, 84px) clamp(48px, 6vw, 84px);
  background: var(--paper);
  overflow: hidden;
}
.hero::before { content: none; }
.hero-grid { position: relative; display: grid; gap: clamp(36px, 5vw, 56px); }

.hero-copy { display: grid; gap: 28px; justify-items: start; align-content: start; }
.hero-title {
  font-family: var(--font-display); font-weight: 660;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.038em;
  max-width: 15ch;
  color: var(--ink);
}
.hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--spark-deep);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-lead {
  margin: 0;
  font-size: clamp(15.5px, 1.1vw, 17.5px);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 46ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Subtilen vstop hero vsebine ob nalaganju */
.hero-copy > *  { animation: hero-in .7s var(--ease) both; }
.hero-copy > *:nth-child(1) { animation-delay: .04s; }
.hero-copy > *:nth-child(2) { animation-delay: .10s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .22s; }
.hero-copy > *:nth-child(5) { animation-delay: .28s; }
.hero-visual { animation: hero-in .85s var(--ease) .18s both; }
@keyframes hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.hero-meta {
  display: grid; gap: 0; margin: 12px 0 0; width: 100%;
  border-top: 1px solid var(--line-strong);
}
.hero-meta > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: grid; gap: 4px;
}
.hero-meta dt {
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--ink-faint);
}
.hero-meta dd {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 14.5px; font-weight: 500; color: var(--ink);
}

.hero-visual {
  position: relative; margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}
.hero-visual img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 1.2s var(--ease);
}
.hero-visual:hover img { transform: scale(1.035); }
.hero-caption {
  position: absolute; left: 0; right: auto; bottom: 0;
  display: grid; gap: 4px;
  padding: 14px 18px;
  background: var(--paper);
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line-strong);
  max-width: 76%;
}
.hero-caption-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--spark-deep);
}
.hero-caption-body {
  font-size: 13px; line-height: 1.45; color: var(--ink-2); font-weight: 500;
}

@media (min-width: 940px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: end; gap: clamp(48px, 5vw, 96px); }
  .hero-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line-strong); }
  .hero-meta > div { border-bottom: 0; padding-right: 20px; }
  .hero-visual img { aspect-ratio: 4 / 5; }
}
@media (min-width: 640px) and (max-width: 939px) {
  .hero-visual { max-width: 620px; }
  .hero-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ---------- Trak storitev ---------- */
.wire-strip {
  overflow: hidden;
  border-block: 1px solid var(--line-strong);
  background: var(--ink);
  color: var(--paper);
  padding: 16px 0;
}
.wire-track { display: flex; width: max-content; animation: wire-scroll 52s linear infinite; }
.wire-strip:hover .wire-track { animation-play-state: paused; }
.wire-items {
  list-style: none; margin: 0; padding: 0 0 0 40px;
  display: flex; align-items: center; gap: 40px; flex: none;
}
.wire-items li {
  display: inline-flex; align-items: center; gap: 40px;
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.65); white-space: nowrap;
}
.wire-items li::after {
  content: "◆"; font-size: 7px; color: rgba(255, 255, 255, 0.45);
}
@keyframes wire-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Storitve ---------- */
.services { background: var(--paper); }
.service-index { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }

.svc-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "head" "body";
  align-items: start;
  gap: 10px 22px;
  padding: clamp(28px, 3.2vw, 40px) 0;
  border-bottom: 1px solid var(--line);
  transition: background-color .35s var(--ease), padding-inline .35s var(--ease);
}
.svc-row:hover { background: var(--paper-2); padding-inline: clamp(0px, 1.6vw, 24px); }

.svc-num {
  grid-area: num;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--spark-deep);
  padding-top: 10px; min-width: 40px; letter-spacing: 0.05em;
}
.svc-head { grid-area: head; }
.svc-name {
  font-family: var(--font-display); font-weight: 640;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -0.028em; line-height: 1.05;
  transition: color .25s ease, font-style .25s ease;
}
.svc-row:hover .svc-name { font-style: italic; color: var(--spark-deep); }
.svc-body { grid-area: body; display: grid; gap: 14px; max-width: 66ch; padding-top: 8px; }
.svc-desc { margin: 0; font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); }
.svc-sub {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.svc-sub li {
  font-family: var(--font-mono);
  font-size: 11.5px; font-weight: 400; color: var(--ink-soft);
  padding: 6px 12px; border-radius: 2px;
  background: transparent;
  border: 1px solid var(--line-strong);
  text-transform: uppercase; letter-spacing: 0.06em;
  transition: background-color .25s, border-color .25s, color .25s;
}
.svc-row:hover .svc-sub li { border-color: var(--ink); color: var(--ink); }
.svc-arrow {
  grid-area: arrow;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none;
  border-radius: 50%; border: 1px solid var(--line-strong);
  color: var(--ink-faint);
  transition: transform .4s var(--ease), color .25s, border-color .25s, background-color .25s;
}
.svc-row:hover .svc-arrow {
  transform: translateX(6px) rotate(-8deg);
  color: var(--paper); background: var(--ink); border-color: var(--ink);
}

@media (min-width: 860px) {
  .svc-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    grid-template-areas: "head body";
    align-items: center;
    gap: 40px;
  }
  .svc-body { padding-top: 0; }
}

/* ---------- Projekti ---------- */
/* ---------- Projekti / galerija ---------- */
.projects { background: var(--paper-2); }
.gallery { display: grid; gap: clamp(20px, 2.4vw, 30px); }
.gallery-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.gallery-track {
  display: flex; margin: 0; padding: 0; list-style: none;
  transition: transform .6s var(--ease);
  touch-action: pan-y;
}
.gslide { min-width: 100%; display: grid; grid-template-columns: 1fr; }
.gslide-media { overflow: hidden; background: var(--surface); aspect-ratio: 4 / 5; }
.gslide-media img {
  width: 100%; height: 100%; display: block;
  aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform .9s var(--ease);
  -webkit-user-drag: none; user-select: none;
}
.gslide-media:hover img { transform: scale(1.04); }
.gslide-cap {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: clamp(24px, 3vw, 40px);
  min-height: 260px;
}
.gslide-cat {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--spark-deep);
}
.gslide-title {
  font-family: var(--font-display); font-weight: 640;
  font-size: clamp(21px, 2.1vw, 28px); letter-spacing: -0.022em; line-height: 1.1;
  margin: 0;
}
.gslide-desc { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-soft); max-width: 46ch; }
.gslide-loc {
  align-self: end;
  margin-top: 8px; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.06em; color: var(--ink-faint);
}
.gallery-nav { display: flex; align-items: center; justify-content: center; gap: 16px; }
.gallery-arrow {
  width: 42px; height: 42px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); border-radius: 999px;
  background: var(--paper); color: var(--ink); cursor: pointer;
  transition: border-color .25s, background-color .25s, color .25s, transform .2s;
}
.gallery-arrow:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.gallery-arrow:active { transform: scale(0.94); }
.gallery-dots { display: inline-flex; align-items: center; gap: 10px; }
.gdot {
  width: 9px; height: 9px; padding: 0; border-radius: 999px;
  border: 1px solid var(--line-strong); background: transparent; cursor: pointer;
  transition: background-color .25s, border-color .25s, transform .25s;
}
.gdot:hover { border-color: var(--ink); }
.gdot.is-active { background: var(--spark); border-color: var(--spark); transform: scale(1.15); }

.projects-note {
  margin: clamp(28px, 3vw, 40px) 0 0;
  font-size: 14.5px; color: var(--ink-soft); text-align: center;
}
.projects-note a {
  color: var(--ink); font-weight: 500;
  border-bottom: 1px solid var(--spark);
  transition: color .25s;
}
.projects-note a:hover { color: var(--ink-soft); }

@media (min-width: 760px) {
  .gslide { grid-template-columns: 1.08fr 0.92fr; }
  .gslide-media { aspect-ratio: auto; height: 520px; min-height: 0; max-height: none; }
  .gslide-media img { aspect-ratio: auto; height: 100%; }
  .gslide-cap { padding-block: clamp(32px, 4vw, 56px); min-height: 520px; }
  .gslide-desc { max-width: 46ch; }
}
@media (min-width: 1100px) {
  .gslide { grid-template-columns: 1.12fr 0.88fr; }
  .gslide-media { height: 580px; }
  .gslide-cap { min-height: 580px; }
}

@media (max-width: 520px) {
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
}

/* ---------- Pristop ---------- */
.approach {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}
.approach .section-eyebrow { color: rgba(255, 255, 255, 0.55); }
.approach .sec-idx { color: rgba(255, 255, 255, 0.92); border-right-color: rgba(255, 255, 255, 0.18); }
.approach .section-title { color: var(--paper); }
.approach .section-title em { color: var(--paper); font-style: italic; }

.approach-grid { display: grid; gap: clamp(32px, 4vw, 56px); }
.approach-side { display: grid; gap: 18px; align-content: start; justify-items: start; }
.approach-body { display: grid; gap: 26px; }
.approach-body p {
  margin: 0; font-size: 16px; line-height: 1.7;
  color: rgba(255, 255, 255, 0.76); max-width: 58ch;
}
.approach-points {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  counter-reset: apc;
}
.approach-points li {
  display: grid; grid-template-columns: auto 1fr; gap: 6px 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  counter-increment: apc;
}
.approach-points li::before {
  content: counter(apc, decimal-leading-zero);
  grid-row: span 2;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 4px;
}
.ap-label {
  font-family: var(--font-display); font-weight: 500;
  font-size: 18px; color: var(--paper); letter-spacing: -0.015em;
}
.ap-desc { font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.66); }

.approach-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.approach-figure { transition: transform .5s var(--ease); }
.approach-figure img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 1s var(--ease);
}
.approach-figure:hover img { transform: scale(1.035); }
.approach-figure figcaption {
  padding: 14px 18px;
  font-family: var(--font-mono);
  font-size: 11.5px; letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 980px) {
  .approach-grid {
    grid-template-columns: 0.9fr 1fr 0.8fr;
    gap: 56px; align-items: start;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .approach-figure { max-width: 520px; }
}

/* ---------- Območje ---------- */
.coverage { background: var(--paper); }
.coverage-wrap { display: grid; gap: clamp(32px, 4vw, 52px); }
.coverage-head { display: grid; gap: 18px; justify-items: start; max-width: 48ch; }
.coverage-title {
  font-size: clamp(26px, 3vw, 44px); line-height: 1.04; letter-spacing: -0.025em;
}
.coverage-title em { font-style: italic; color: var(--spark-deep); }
.coverage-lead { max-width: 48ch; }

.coverage-flow {
  padding: clamp(24px, 3vw, 40px);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--spark);
}
.coverage-statement {
  margin: 0;
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.32; letter-spacing: -0.015em; color: var(--ink);
  max-width: 30ch;
}
.coverage-statement em { font-style: italic; color: var(--spark-deep); }
.coverage-note {
  margin: 22px 0 0; font-size: 14px; color: var(--ink-soft); line-height: 1.6;
}
.coverage-note em { font-style: italic; color: var(--ink); font-weight: 500; }
.coverage-note a { color: var(--ink); border-bottom: 1px solid var(--spark); }

@media (min-width: 980px) {
  .coverage-wrap { grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: start; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--paper-2); }
.faq-grid { display: grid; gap: clamp(28px, 3.5vw, 48px); }
.faq-head { display: grid; gap: 16px; justify-items: start; }
.faq-list {
  border-top: 1px solid var(--ink);
}
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 22px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(17px, 1.5vw, 21px);
  letter-spacing: -0.015em; line-height: 1.25; color: var(--ink);
  transition: color .22s ease, font-style .22s ease;
}
.faq-item summary:hover .faq-q { color: var(--ink-soft); }
.faq-item[open] .faq-q { font-style: italic; color: var(--spark-deep); }
.faq-icon {
  position: relative; width: 26px; height: 26px; flex: none;
  transition: transform .35s var(--ease);
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 1.5px; margin: -0.75px 0 0 -6px;
  background: var(--ink); border-radius: 1px;
  transition: transform .35s var(--ease);
}
.faq-icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: rotate(180deg); }
.faq-a { padding: 0 0 24px; animation: faq-fade .35s var(--ease); }
.faq-a p { margin: 0; max-width: 62ch; font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
@keyframes faq-fade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

@media (min-width: 980px) {
  .faq-grid { grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .faq-head { position: sticky; top: 108px; }
}

/* ---------- Stik ---------- */
.contact { background: var(--ink); color: rgba(255, 255, 255, 0.75); }
.contact .section-eyebrow { color: rgba(255, 255, 255, 0.55); }
.contact .sec-idx { color: rgba(255, 255, 255, 0.92); border-right-color: rgba(255, 255, 255, 0.18); }
.contact .section-title { color: var(--paper); }
.contact .section-lead { color: rgba(255, 255, 255, 0.7); }

.contact-simple {
  max-width: 700px; margin: 0 auto; text-align: center;
  display: grid; justify-items: center; gap: 20px;
}
.contact-simple .section-eyebrow { justify-content: center; }
.contact-simple .section-title { margin-top: 2px; }
.contact-simple .section-lead { max-width: 54ch; }

.contact-actions {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 16px; margin-top: 10px;
}
.contact-primary {
  display: inline-flex; align-items: center; gap: 13px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--paper); color: var(--ink);
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.55);
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), background-color .25s;
}
.contact-primary:hover { transform: translateY(-2px); background: #ffffff; box-shadow: 0 26px 54px -22px rgba(0, 0, 0, 0.6); }
.contact-primary:active { transform: translateY(0); }
.contact-primary svg { color: var(--ink); flex: none; }
.cp-text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.cp-label { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.14em; opacity: 0.75; }
.cp-number { font-family: var(--font-display); font-weight: 560; font-size: 20px; letter-spacing: -0.02em; }

.contact-secondary {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 20px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--font-mono); font-size: 14px; color: var(--paper);
  transition: border-color .25s, color .25s;
}
.contact-secondary:hover { border-color: var(--paper); color: var(--paper); }
.contact-secondary svg { color: currentColor; flex: none; }

.contact-facts {
  list-style: none; margin: 16px 0 0; padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px;
  width: 100%;
}
.contact-facts li {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-size: 14px; color: rgba(255, 255, 255, 0.82);
}
.cf-label {
  font-family: var(--font-mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.14em; color: rgba(255, 255, 255, 0.5);
}


/* ---------- Footer ---------- */
.site-footer {
  background: var(--paper-2);
  color: var(--ink-soft);
  padding: clamp(64px, 8vw, 96px) 0 32px;
  border-top: 1px solid var(--line-strong);
  text-align: center;
}
.footer-top { display: grid; gap: clamp(48px, 6vw, 72px); max-width: var(--wrap-wide); }
.footer-brand { display: grid; gap: 18px; justify-items: center; text-align: center; }
.footer-logo { height: 32px; width: auto; opacity: .96; margin: 0 auto; }
.footer-reg {
  margin: 0; font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-faint);
}
.footer-tag { margin: 0 auto; max-width: 46ch; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.footer-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 6px;
  border: 1px solid var(--ink);
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 500; color: var(--ink);
  transition: background-color .25s, color .25s;
}
.footer-cta svg { color: currentColor; }
.footer-cta:hover { background: var(--ink); color: var(--paper); }

.footer-cols { display: grid; gap: 40px 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-col { text-align: center; }
.footer-col h3 {
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--ink);
  margin: 0 0 18px; padding-bottom: 12px;
  border-bottom: 1px solid var(--line-strong);
  text-align: left;
}
.footer-col address {
  font-style: normal; font-size: 13.5px; line-height: 1.75;
  color: var(--ink-soft);
  text-align: center;
}
.footer-col address strong { color: var(--ink); font-weight: 600; font-family: var(--font-display); font-size: 16px; display: block; margin-bottom: 6px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; justify-items: center; }
.footer-list li { font-size: 13.5px; line-height: 1.5; text-align: center; }
.footer-list a { color: var(--ink-soft); transition: color .22s; }
.footer-list a:hover { color: var(--ink); }
.footer-list.small li, .small { font-size: 12.5px; color: var(--ink-faint); font-family: var(--font-mono); letter-spacing: 0.02em; }

.footer-bottom {
  margin-top: clamp(48px, 6vw, 72px); padding-top: 26px;
  border-top: 1px solid var(--line-strong); max-width: var(--wrap-wide);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  text-align: center;
}
.footer-bottom p { margin: 0; font-size: 12.5px; color: var(--ink-faint); font-family: var(--font-mono); text-align: center; }
.footer-bottom a { color: var(--ink-2); transition: color .22s; }
.footer-bottom a:hover { color: var(--ink); }
.credit-link { color: var(--ink); border-bottom: 1px solid var(--line-strong); }
.credit-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

@media (min-width: 760px) { .footer-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1040px) {
  .footer-top { grid-template-columns: 1fr; gap: 64px; align-items: center; justify-items: center; }
}

/* ---------- Piškotki ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  padding: 18px 20px;
  animation: slide-up .4s var(--ease);
}
.cookie-inner { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.cookie-inner p { margin: 0; font-size: 13px; line-height: 1.55; color: rgba(255, 255, 255, 0.8); }
.cookie-inner strong { color: var(--paper); font-weight: 600; }
.cookie-inner .btn { background: var(--paper); color: var(--ink); }
.cookie-inner .btn:hover { background: var(--paper); }
@keyframes slide-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (min-width: 700px) {
  .cookie-banner { left: auto; right: 24px; bottom: 24px; max-width: 520px; padding: 18px 22px; }
  .cookie-inner { flex-direction: row; align-items: center; gap: 20px; }
  .cookie-inner .btn { flex: none; }
}

/* ---------- 404 ---------- */
.nf-code { color: var(--ink) !important; font-family: var(--font-display) !important; font-weight: 500 !important; font-style: italic !important; }
.nf-title { font-family: var(--font-display) !important; font-weight: 400 !important; color: var(--ink) !important; }
.nf-lead { color: var(--ink-soft) !important; }

/* ---------- Legal strani ---------- */
.legal-page { background: var(--paper); }
.legal-page .legal-wrap { max-width: 780px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) var(--gutter); }
.legal-page h1 { font-family: var(--font-display); font-weight: 560; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.025em; margin-bottom: 16px; }
.legal-page h1 em { font-style: italic; color: var(--spark-deep); }
.legal-page h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(20px, 2vw, 26px); margin: 36px 0 12px; letter-spacing: -0.02em; }
.legal-page p, .legal-page li { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); }
.legal-page a { color: var(--ink); border-bottom: 1px solid var(--spark); }
.legal-page .lead { font-size: 17px; color: var(--ink-2); margin-bottom: 8px; }
.legal-page .back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 24px; border-bottom: 0; }
.legal-page .back:hover { color: var(--ink); }

/* ---------- Reveal animacije ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- Dostopnost / dotik / tisk ---------- */
@media (hover: none) {
  .btn:hover, .footer-cta:hover { transform: none; }
  .hero-visual:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .wire-strip, .cookie-banner, .site-footer, .nav-mobile, .nav-mobile-backdrop, .fab-call { display: none !important; }
  * { color: #000 !important; background: #fff !important; }
}


/* ============================================================
   v19 — premium polish
   Toplejši nevtralni materiali, umirjena hierarhija, mehke tranzicije.
   ============================================================ */

/* --- Materiali in ločnice --- */
.section + .section { border-top: 1px solid var(--line); }
.services { background: var(--paper); }
.coverage { background: var(--paper-2); }

/* --- Naslovi: tanjši, bolj uredniški --- */
.hero-title { letter-spacing: -0.032em; }
.svc-name { font-weight: 440; }
.gslide-title { font-weight: 460; }
.legal-page h1 { font-weight: 460; }

/* --- Odstavki: prijetnejša merilna širina --- */
.hero-lead { max-width: 54ch; }
.approach-body > p { max-width: 62ch; }
.svc-desc { font-size: 16px; line-height: 1.7; }

/* --- Slike: enotna obdelava, mehki robovi --- */
.gallery-stage,
.hero-visual img,
.approach-figure img,
.gslide-media { border-radius: var(--radius); }
.gallery-stage { overflow: hidden; }
.hero-visual img,
.approach-figure img,
.gslide-media img { filter: saturate(1.01) contrast(1.015); }

/* --- Kartice / vrstice storitev: eleganten hover --- */
.svc-row {
  border-radius: var(--radius);
  transition: background-color .4s var(--ease), padding-inline .4s var(--ease),
              box-shadow .4s var(--ease);
}
.svc-row:hover { box-shadow: var(--shadow-sm); }
.svc-arrow { transition: transform .45s var(--ease), color .3s, border-color .3s, background-color .3s; }
.svc-row:hover .svc-arrow { transform: translateX(8px) rotate(-6deg); }

/* --- Galerija --- */
.gallery-stage { box-shadow: var(--shadow-md); }
.gslide-media img { transition: transform 1.1s var(--ease); }
.gslide-media:hover img { transform: scale(1.035); }
.gdot { transition: background-color .3s, border-color .3s, transform .3s var(--ease), width .3s var(--ease); }
.gdot.is-active { width: 22px; border-radius: 999px; transform: none; }

/* --- FAQ: mirnejše odpiranje --- */
.faq-item { transition: background-color .3s var(--ease), border-color .3s var(--ease); }
.faq-item summary { transition: color .25s ease; }

/* --- Gumbi: mehkejša senca --- */
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { border-radius: 8px; }
.footer-cta, .contact-primary, .contact-secondary { border-radius: 8px; }

/* --- Reveal: zamik po elementih znotraj sekcije --- */
[data-reveal] { transform: translateY(18px); transition-duration: .62s; }
[data-reveal] .section-head-main,
[data-reveal] .section-head-aside,
[data-reveal] .svc-row,
[data-reveal] .gallery,
[data-reveal] .projects-note,
[data-reveal] .approach-side,
[data-reveal] .approach-body,
[data-reveal] .approach-figure,
[data-reveal] .coverage-head,
[data-reveal] .coverage-flow,
[data-reveal] .faq-head,
[data-reveal] .faq-list,
[data-reveal] .contact-simple > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
[data-reveal].is-visible .section-head-main,
[data-reveal].is-visible .section-head-aside,
[data-reveal].is-visible .svc-row,
[data-reveal].is-visible .gallery,
[data-reveal].is-visible .projects-note,
[data-reveal].is-visible .approach-side,
[data-reveal].is-visible .approach-body,
[data-reveal].is-visible .approach-figure,
[data-reveal].is-visible .coverage-head,
[data-reveal].is-visible .coverage-flow,
[data-reveal].is-visible .faq-head,
[data-reveal].is-visible .faq-list,
[data-reveal].is-visible .contact-simple > * {
  opacity: 1;
  transform: none;
}
[data-reveal].is-visible .section-head-aside,
[data-reveal].is-visible .approach-body,
[data-reveal].is-visible .coverage-flow,
[data-reveal].is-visible .faq-list { transition-delay: .09s; }
[data-reveal].is-visible .svc-row:nth-child(1) { transition-delay: .06s; }
[data-reveal].is-visible .svc-row:nth-child(2) { transition-delay: .14s; }
[data-reveal].is-visible .svc-row:nth-child(3) { transition-delay: .22s; }
[data-reveal].is-visible .approach-figure { transition-delay: .16s; }
[data-reveal].is-visible .contact-simple > *:nth-child(2) { transition-delay: .06s; }
[data-reveal].is-visible .contact-simple > *:nth-child(3) { transition-delay: .12s; }
[data-reveal].is-visible .contact-simple > *:nth-child(4) { transition-delay: .18s; }
[data-reveal].is-visible .contact-simple > *:nth-child(5) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] *, [data-reveal] { opacity: 1 !important; transform: none !important; }
}
@media (hover: none) {
  .svc-row:hover { background: transparent; padding-inline: 0; box-shadow: none; }
  .gslide-media:hover img { transform: none; }
}

/* ---------- v19 · zaključne uskladitve postavitve ---------- */
@media (min-width: 1180px) {
  .hero-meta { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .approach-side,
  .approach-figure { position: sticky; top: 108px; }
}
@media (prefers-reduced-motion: reduce) {
  .approach-side,
  .approach-figure { position: static; }
}

/* ============================================================
   v20 — Pristop postavitev, <picture> slike, galerija, footer
   Besedilo levo, večja uravnotežena slika desno. Barvne slike.
   ============================================================ */

/* <picture> naj bo za postavitev nevidna ovojnica */
.hero-visual picture,
.gslide-media picture,
.approach-figure picture { display: contents; }

/* ---------- Pristop: 2-stolpčna postavitev ---------- */
.approach-grid { grid-template-columns: 1fr; gap: clamp(34px, 4vw, 56px); align-items: start; }
.approach-main {
  display: grid; gap: clamp(22px, 2.6vw, 32px);
  align-content: start; justify-items: start; max-width: 640px;
}
.approach-main .approach-side { display: grid; gap: 14px; justify-items: start; }
.approach-intro {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 17px); line-height: 1.72;
  color: rgba(255, 255, 255, 0.80); max-width: 58ch;
}
.approach-figure {
  position: static; max-width: none; align-self: stretch;
  border-radius: var(--radius); overflow: hidden;
}
.approach-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: var(--radius); }

@media (min-width: 900px) {
  .approach-grid {
    grid-template-columns: 1fr 1.06fr;   /* slika rahlo večja */
    gap: clamp(48px, 5vw, 84px);
    align-items: center;                 /* navpično uravnoteženo */
  }
  .approach-main { max-width: none; }
}
/* Razveljavi prejšnji sticky/3-stolpčni pristop */
@media (min-width: 980px) {
  .approach-side,
  .approach-figure { position: static; top: auto; }
}

/* ---------- Galerija: prijaznejši izrez portretnih slik ---------- */
@media (min-width: 760px) {
  .gslide-media { min-height: 0; max-height: none; aspect-ratio: 4 / 5; }
  .gslide-media img { height: 100%; aspect-ratio: auto; }
}

/* ---------- Footer: dodelan zaključek ---------- */
.site-footer { border-top: 1px solid var(--line-strong); }
.footer-tag { font-size: 15px; line-height: 1.7; max-width: 42ch; }
.footer-col h3 { color: var(--ink-faint); letter-spacing: 0.15em; }
.footer-list a { border-bottom: 1px solid transparent; transition: color .22s, border-color .22s; }
.footer-list a:hover { border-bottom-color: var(--line-strong); }
.footer-bottom { border-top-color: var(--line); }
/* Celotna pokončna slika v sekciji Kako delamo */

.approach-figure {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  min-height: 0 !important;

  margin: 0;
  justify-self: end;
  align-self: start;

  overflow: hidden;
  border-radius: 16px;
  background: #111115;
}

.approach-figure picture {
  display: block !important;
  width: 100%;
  height: auto;
}

.approach-figure img {
  display: block;
  width: 100%;
  height: auto !important;

  aspect-ratio: 720 / 1278 !important;
  object-fit: contain !important;
  object-position: center !important;

  border-radius: 0;
  background: #111115;
}

.approach-figure figcaption {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 1000px) {
  .approach-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(440px, 520px);

    gap: clamp(60px, 7vw, 110px);
    align-items: start;
  }
}

@media (max-width: 999px) {
  .approach-figure {
    max-width: 500px;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .approach-figure {
    max-width: none;
    justify-self: stretch;
    border-radius: 12px;
  }
}
/* ============================================================
   v21 — premijska uskladitev (tipografija, mreža, footer, podstrani)
   ============================================================ */

/* --- Mreža: izkoristi širše zaslone, a ne razteguj besedila --- */
:root { --section-y: clamp(76px, 7.4vw, 128px); }
@media (min-width: 1600px) {
  :root { --wrap: 1440px; --wrap-wide: 1560px; --gutter: 64px; }
}
@media (min-width: 1900px) {
  :root { --wrap: 1520px; --wrap-wide: 1640px; --gutter: 80px; }
}

/* --- Tipografija: izrazito bold naslovi, jasna hierarhija --- */
h1, h2, h3 { font-weight: 700; }
.hero-title { font-weight: 700; letter-spacing: -0.036em; }
.hero-title em { font-weight: 600; }
.section-title { font-weight: 700; letter-spacing: -0.032em; }
.svc-name { font-weight: 660; }
.gslide-title { font-weight: 660; }
.coverage-title, .legal-page h1, .faq-q, .ap-label { font-weight: 660; }
.coverage-statement { font-weight: 560; }
.legal-page h2 { font-weight: 620; }

/* enotni razmiki naslov ↔ odstavek */
.section-head { gap: 18px; }
.section-head-main { gap: 16px; }
.coverage-head, .faq-head, .approach-side { gap: 16px; }

/* --- Storitve: enakomeren ritem tudi na tablici --- */
@media (min-width: 720px) and (max-width: 859px) {
  .svc-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); grid-template-areas: "head body"; gap: 32px; align-items: start; }
  .svc-body { padding-top: 4px; }
}
@media (min-width: 1400px) {
  .svc-row { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 64px; }
}

/* --- Galerija: enaka višina slike in vsebine na vseh slidih --- */
@media (min-width: 760px) {
  .gslide { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .gslide-media { aspect-ratio: auto; height: 100%; min-height: 500px; }
  .gslide-cap { min-height: 500px; align-content: start; }
  .gslide-cap .gslide-loc { align-self: end; }
}
@media (min-width: 1280px) {
  .gslide-media { min-height: 560px; }
  .gslide-cap { min-height: 560px; padding-inline: clamp(40px, 3.4vw, 56px); }
}
.gslide-desc { max-width: 42ch; }

/* --- Območje: uravnotežena postavitev na velikih zaslonih --- */
@media (min-width: 1280px) {
  .coverage-wrap { grid-template-columns: 0.9fr 1.1fr; gap: 96px; align-items: center; }
}

/* --- Stik: brez občutka praznine na desktopu --- */
@media (min-width: 1280px) { .contact-simple { max-width: 780px; } }

/* --- Footer: uravnotežen, poravnan, brez praznine --- */
.site-footer { text-align: left; padding-bottom: 28px; }
.footer-top { gap: clamp(40px, 4.4vw, 56px); }
.footer-brand { justify-items: start; text-align: left; gap: 14px; }
.footer-logo { margin: 0; height: 30px; }
.footer-col, .footer-col address, .footer-list li { text-align: left; }
.footer-list { justify-items: start; }
.footer-col h3 { margin-bottom: 14px; padding-bottom: 10px; }
.footer-cols { gap: 36px 32px; }
@media (min-width: 640px) and (max-width: 1039px) {
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
}
@media (min-width: 1040px) {
  .footer-top {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 2.6fr);
    gap: clamp(56px, 5vw, 96px);
    align-items: start; justify-items: stretch;
  }
  .footer-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
}
.footer-bottom {
  margin-top: clamp(36px, 3.6vw, 52px); padding-top: 22px;
  flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 24px;
  text-align: left;
}
.footer-bottom p { text-align: left; }
@media (max-width: 639px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
/* Podstrani imajo samo zaključno vrstico — brez odvečne praznine */
.site-footer:has(.footer-bottom:only-child) { padding-top: clamp(28px, 4vw, 44px); }
.site-footer:has(.footer-bottom:only-child) .footer-bottom { margin-top: 0; padding-top: 0; border-top: 0; }

/* --- Pravne podstrani: enaka raven kakovosti kot domača stran --- */
.legal-hero { padding: clamp(48px, 6vw, 88px) 0 clamp(24px, 2.6vw, 36px); background: var(--paper); }
.legal-hero .wrap, .legal-content .wrap { max-width: 900px; }
.legal-hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4vw, 50px); line-height: 1.04; letter-spacing: -0.03em;
  margin: 16px 0 14px; color: var(--ink);
}
.legal-hero .lead { margin: 0; font-size: clamp(16px, 1.1vw, 17.5px); line-height: 1.7; color: var(--ink-soft); max-width: 60ch; }
.legal-content { padding: clamp(28px, 3vw, 44px) 0 clamp(64px, 7vw, 104px); background: var(--paper); border-top: 1px solid var(--line); }
.legal-content h2 {
  font-family: var(--font-display); font-weight: 660;
  font-size: clamp(20px, 1.9vw, 27px); letter-spacing: -0.022em;
  margin: clamp(36px, 3.4vw, 52px) 0 14px; color: var(--ink);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { font-size: 15.5px; line-height: 1.72; color: var(--ink-soft); }
.legal-content ul, .legal-content ol { padding-left: 20px; margin: 12px 0; display: grid; gap: 8px; }
.legal-content a { color: var(--ink); border-bottom: 1px solid var(--line-strong); }
.legal-content a:hover { border-bottom-color: var(--ink); }
.info-card {
  margin: 0; display: grid; gap: 0;
  border-top: 1px solid var(--line-strong);
}
.info-card dt {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.13em; color: var(--ink-faint);
  padding-top: 14px;
}
.info-card dd {
  margin: 0; padding: 2px 0 14px;
  font-size: 15px; color: var(--ink); border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
  .info-card { grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr); align-items: baseline; }
  .info-card dt { padding: 16px 24px 16px 0; border-bottom: 1px solid var(--line); }
  .info-card dd { padding: 16px 0; }
}
.legal-meta {
  margin-top: clamp(32px, 3.4vw, 48px); padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-faint);
}
.legal-hero .eyebrow { color: var(--ink-faint); }

/* --- Manjši telefoni: nič stisnjenega --- */
@media (max-width: 380px) {
  :root { --gutter: 18px; }
  .hero-title { font-size: clamp(31px, 9.4vw, 38px); }
  .section-title { font-size: clamp(26px, 8vw, 30px); }
  .svc-sub li { font-size: 10.5px; padding: 5px 9px; }
}


/* ============================================================
   v22 — UX uravnoteženje: polnejša vsebina, mirnejši hoverji,
   kompaktnejša galerija in dosledno centriran footer
   ============================================================ */

/* Hero: polnejša leva stran brez vizualnega hrupa */
.hero-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-copy { gap: 22px; }
.hero-lead { max-width: 54ch; }
.hero-meta { margin-top: 4px; }

@media (min-width: 940px) {
  .hero { padding-block: clamp(52px, 5.5vw, 78px); }
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    align-items: center;
    gap: clamp(56px, 6vw, 92px);
  }
  .hero-visual { width: min(100%, 510px); justify-self: end; border-radius: var(--radius-lg); }
  .hero-visual img { aspect-ratio: 4 / 5; }
  .hero-caption { max-width: 82%; }
}

/* 01 — Storitve: jasne, polne kartice; pisava se ob hoverju ne spreminja */
.service-index { counter-reset: service-card; }
.svc-row { counter-increment: service-card; }
.svc-row::before {
  content: counter(service-card, decimal-leading-zero);
  position: absolute;
  top: 18px;
  right: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--ink-faint);
}
.svc-name,
.svc-row:hover .svc-name {
  font-style: normal;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  color: var(--ink);
}
.svc-row {
  transition: transform .32s var(--ease), box-shadow .32s var(--ease),
              background-color .25s ease, border-color .25s ease;
}
.svc-row:hover { padding-inline: 0; }
.svc-row:hover .svc-sub li { border-color: var(--line-strong); color: var(--ink-soft); }

@media (min-width: 900px) {
  .services .section-head { margin-bottom: clamp(32px, 3vw, 46px); }
  .service-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    border-top: 0;
  }
  .svc-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 360px;
    padding: 32px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .34);
  }
  .svc-row::before { top: 26px; right: 28px; }
  .svc-row:hover {
    transform: translateY(-4px);
    padding-inline: 32px;
    background: var(--paper);
    border-color: rgba(23, 22, 26, .25);
    box-shadow: var(--shadow-md);
  }
  .svc-head { padding-right: 34px; }
  .svc-name { font-size: clamp(27px, 2.25vw, 34px); }
  .svc-body { display: flex; flex: 1; flex-direction: column; gap: 18px; padding-top: 0; }
  .svc-desc { font-size: 15px; }
  .svc-sub { margin-top: auto; }
}

/* 02 — Projekti: manjše okno, bolj uravnotežena vsebina */
.projects .section-head { margin-bottom: clamp(30px, 3.4vw, 48px); }
.gallery { width: min(100%, 1140px); margin-inline: auto; }
.gallery-stage { border-radius: var(--radius-lg); }
.gallery-track { transition-duration: .5s; }
.gslide-media img,
.hero-visual img,
.approach-figure img { transition-duration: .8s; }
.gslide-media:hover img,
.hero-visual:hover img,
.approach-figure:hover img { transform: scale(1.018); }
.gslide-cap { align-content: center; }
.gslide-title { max-width: 16ch; }
.gslide-desc { max-width: 38ch; }

@media (min-width: 760px) {
  .gslide { grid-template-columns: 1.04fr .96fr; }
  .gslide-media,
  .gslide-media img { height: 450px; min-height: 450px; }
  .gslide-cap {
    min-height: 450px;
    padding: clamp(32px, 4vw, 48px);
    grid-template-rows: auto auto auto auto;
    align-content: center;
    gap: 14px;
  }
  .gslide-loc { align-self: auto; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
}
@media (min-width: 1280px) {
  .gslide-media,
  .gslide-media img { min-height: 490px; height: 490px; }
  .gslide-cap { min-height: 490px; }
}

/* Mirnejše in bolj naravne animacije */
.btn-primary:hover,
.btn-ghost:hover,
.contact-primary:hover { transform: translateY(-1px); }
[data-reveal] { transform: translateY(12px); transition-duration: .52s; }
[data-reveal] .section-head-main,
[data-reveal] .section-head-aside,
[data-reveal] .svc-row,
[data-reveal] .gallery,
[data-reveal] .projects-note,
[data-reveal] .approach-side,
[data-reveal] .approach-body,
[data-reveal] .approach-figure,
[data-reveal] .coverage-head,
[data-reveal] .coverage-flow,
[data-reveal] .faq-head,
[data-reveal] .faq-list,
[data-reveal] .contact-simple > * {
  transform: translateY(10px);
  transition-duration: .52s;
}
.faq-item[open] .faq-q { font-style: normal; }
.wire-track { animation-duration: 60s; }

/* Nekoliko bolj polna stran, brez pretiranih praznin */
:root { --section-y: clamp(68px, 6.5vw, 104px); }
.section-head { margin-bottom: clamp(32px, 3.8vw, 52px); }

/* Footer je poravnan na sredino na domači in vseh podstraneh */
.site-footer { text-align: center; padding-top: clamp(52px, 6vw, 76px); }
.footer-top {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-items: center !important;
  gap: clamp(40px, 4vw, 56px);
}
.footer-brand { justify-items: center; text-align: center; }
.footer-logo { margin-inline: auto; }
.footer-tag,
.footer-reg { text-align: center; }
.footer-cols { width: min(100%, 1040px); margin-inline: auto; }
.footer-col,
.footer-col address,
.footer-list li { text-align: center; }
.footer-col h3 { text-align: center; }
.footer-list { justify-items: center; }
.footer-bottom {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
.footer-bottom p { text-align: center; }
.site-footer:has(.footer-bottom:only-child) { padding-block: 30px; }
.site-footer:has(.footer-bottom:only-child) .footer-bottom {
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 639px) {
  .footer-cols { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: center; }
  .site-footer { padding-bottom: 24px; }
  .hero-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-meta > div { padding-right: 10px; }
  .hero-meta dd { font-size: 12.5px; }
}

@media (hover: none) {
  .svc-row:hover { transform: none; box-shadow: none; }
  .gslide-media:hover img,
  .hero-visual:hover img,
  .approach-figure:hover img { transform: none; }
}

/* ============================================================
   v23 — čistejša namizna postavitev, brez dekorativnih številk,
   uravnotežen pristop in profesionalen slovenski footer
   ============================================================ */

/* Odstranjeni so vsi dekorativni mikro-naslovi in številke. */
.hero-kicker,
.section-eyebrow,
.sec-idx,
.nml-idx {
  display: none !important;
}
.svc-row::before,
.approach-points li::before {
  content: none !important;
  display: none !important;
}

/* Naslovi po odstranitvi oznak ostanejo ritmično poravnani. */
.section-head-main,
.approach-side,
.coverage-head,
.faq-head {
  gap: 0;
}
.section-head-main .section-title,
.approach-side .section-title,
.coverage-head .coverage-title,
.faq-head .section-title {
  margin-top: 0;
}
.contact-simple { gap: 22px; }
.contact-simple .section-title { margin-top: 0; }

/* Hero: brez odvečnega nadnaslova, z nekoliko bolj premium globino. */
.hero-copy { gap: 24px; }
.hero-title em {
  position: relative;
  display: inline-block;
}
.hero-title em::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 3%;
  bottom: .01em;
  height: 1px;
  background: currentColor;
  opacity: .16;
  transform: rotate(-1deg);
  transform-origin: left center;
}
.hero-visual {
  box-shadow: var(--shadow-lg);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.hero-visual:hover {
  transform: translateY(-3px);
  box-shadow: 0 54px 94px -52px rgba(40, 32, 24, .48), 0 16px 34px -24px rgba(40, 32, 24, .22);
}

/* Storitve: brez številk in brez spremembe pisave ob prehodu. */
.svc-head { padding-right: 0 !important; }
.svc-name,
.svc-row:hover .svc-name {
  font-style: normal !important;
  color: var(--ink) !important;
  font-variation-settings: "opsz" 144, "SOFT" 30 !important;
}
@media (min-width: 900px) {
  .svc-row {
    min-height: 350px;
    overflow: hidden;
  }
  .svc-row::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 0;
    height: 2px;
    background: var(--ink);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .36s var(--ease);
  }
  .svc-row:hover::after { transform: scaleX(1); }
}

/* Projekti: kompaktno okno in bolj urejena vsebinska polovica. */
.projects .section-head--split { align-items: center; }
.gallery-stage {
  box-shadow: 0 26px 58px -42px rgba(40, 32, 24, .38), 0 2px 8px rgba(40, 32, 24, .04);
}
.gslide-cap { position: relative; }
.gslide-cap::before {
  content: "";
  position: absolute;
  top: clamp(28px, 3vw, 42px);
  left: clamp(28px, 3vw, 42px);
  width: 34px;
  height: 1px;
  background: var(--ink);
  opacity: .22;
}
.gslide-cat { padding-top: 20px; }

/* Pristop: obe strani sta na namizju enako visoki in vizualno polni. */
.approach-main {
  max-width: none !important;
  width: 100%;
}
.approach .section-title { max-width: 15ch; }
.approach-intro { max-width: 62ch; }
.approach-points {
  counter-reset: none !important;
  border-top: 0;
}
.approach-points li {
  counter-increment: none !important;
}
.approach-figure figcaption {
  display: grid;
  gap: 3px;
}
.approach-caption-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .58);
}

@media (min-width: 900px) {
  .approach {
    padding-block: clamp(72px, 6vw, 96px);
  }
  .approach-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr) !important;
    gap: clamp(44px, 5vw, 76px) !important;
    align-items: stretch !important;
  }
  .approach-main {
    min-height: 600px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px !important;
  }
  .approach-side {
    position: static !important;
    width: 100%;
  }
  .approach-intro {
    margin-bottom: 2px;
  }
  .approach-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
  }
  .approach-points li {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-height: 154px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .025);
    transition: transform .3s var(--ease), border-color .3s ease, background-color .3s ease;
  }
  .approach-points li:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .055);
  }
  .ap-label {
    font-size: 19px;
    line-height: 1.18;
  }
  .ap-desc {
    font-size: 14.25px;
    line-height: 1.58;
  }
  .approach-figure {
    position: relative !important;
    width: 100%;
    max-width: none !important;
    height: 600px !important;
    min-height: 600px !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin: 0;
    border-radius: var(--radius-xl);
    box-shadow: 0 34px 70px -46px rgba(0, 0, 0, .72);
  }
  .approach-figure picture {
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .approach-figure img {
    width: 100% !important;
    height: 100% !important;
    min-height: 600px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 46% !important;
    border-radius: 0 !important;
  }
  .approach-figure figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    background: rgba(17, 17, 21, .76);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, .82);
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .approach-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr) !important;
    gap: 36px !important;
  }
  .approach-main,
  .approach-figure,
  .approach-figure img {
    min-height: 560px !important;
    height: 560px !important;
  }
  .approach-points li { min-height: 144px; padding: 18px; }
}

@media (max-width: 899px) {
  .approach-main { display: grid; gap: 24px; }
  .approach-points li {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }
  .approach-figure {
    max-width: 640px !important;
    width: 100%;
    justify-self: start;
    border-radius: var(--radius-lg);
  }
  .approach-figure picture { display: block !important; }
  .approach-figure img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center 43% !important;
  }
}

/* Footer: brez uvodnega logotipa, štirje enakovredno razporejeni sklopi. */
.site-footer {
  padding-top: clamp(48px, 5vw, 68px);
  text-align: left;
}
.footer-top {
  display: block !important;
}
.footer-cols {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, .82fr) minmax(0, .96fr) minmax(0, 1fr) !important;
  gap: clamp(34px, 4vw, 64px) !important;
}
.footer-col,
.footer-col address,
.footer-list li,
.footer-col h3 {
  text-align: left !important;
}
.footer-list {
  justify-items: start !important;
}
.footer-col h3 {
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line-strong);
}
.footer-company address {
  max-width: 30ch;
}
.footer-bottom {
  margin-top: clamp(38px, 4vw, 54px);
  padding-top: 20px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px 22px;
  text-align: left !important;
}
.footer-bottom p { text-align: left !important; }
.footer-legal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.footer-legal span { color: var(--ink-faint); }

@media (min-width: 761px) and (max-width: 1040px) {
  .footer-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 38px 52px !important;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 44px;
    text-align: center;
  }
  .footer-cols {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .footer-col,
  .footer-col address,
  .footer-list li,
  .footer-col h3 {
    text-align: center !important;
  }
  .footer-list {
    justify-items: center !important;
  }
  .footer-company address {
    max-width: none;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .footer-bottom p { text-align: center !important; }
}

/* Podstrani z eno samo zaključno vrstico ostanejo kompaktne in na telefonu centrirane. */
.site-footer:has(.footer-bottom:only-child) {
  padding-block: 28px;
  text-align: center;
}
.site-footer:has(.footer-bottom:only-child) .footer-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  justify-content: center !important;
  text-align: center !important;
}
.site-footer:has(.footer-bottom:only-child) .footer-bottom p {
  text-align: center !important;
}

@media (hover: none) {
  .hero-visual:hover,
  .approach-points li:hover {
    transform: none;
  }
}


/* ============================================================
   v24 — Sora + Inter, uravnoteženi gumbi, izboljšan FAQ,
   diskreten loader in bolj dodelan footer
   ============================================================ */

/* Tipografija: vsi naslovi Sora Bold, vsebinsko besedilo Inter Regular. */
h1, h2, h3, h4,
.hero-title,
.section-title,
.svc-name,
.gslide-title,
.ap-label,
.coverage-title,
.faq-q,
.legal-hero h1,
.legal-content h2,
.nf-title {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-variation-settings: normal !important;
  letter-spacing: -0.035em;
}

h1 em, h2 em, h3 em,
.hero-title em,
.section-title em,
.approach .section-title em {
  font-family: inherit !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-variation-settings: normal !important;
  color: inherit !important;
}

body,
p,
li,
a,
button,
input,
textarea,
address,
.section-lead,
.hero-lead,
.svc-desc,
.gslide-desc,
.ap-desc,
.faq-a p,
.footer-col address,
.footer-list li,
.footer-bottom p {
  font-family: var(--font-sans);
}

body { font-weight: 400; }
.hero-title { letter-spacing: -0.048em; }
.section-title { letter-spacing: -0.043em; }
.svc-name, .gslide-title, .faq-q, .ap-label { letter-spacing: -0.03em; }
.hero-title em::after { bottom: -.06em; opacity: .12; }

/* Glavna gumba imata na računalniku popolnoma enako velikost. */
.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, 178px);
  gap: 12px;
}
.hero-actions .btn {
  width: 178px;
  min-height: 56px;
  padding-inline: 18px;
  white-space: nowrap;
}
.nf-actions .btn {
  min-width: 184px;
  min-height: 54px;
}
@media (max-width: 520px) {
  .hero-actions { grid-template-columns: 1fr; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .nf-actions { display: grid !important; grid-template-columns: 1fr; }
  .nf-actions .btn { width: 100%; }
}

/* FAQ: čiste kartice, jasen odprt element in mirna mikrointerakcija. */
.faq-grid { gap: clamp(34px, 4.5vw, 76px); }
.faq-list {
  display: grid;
  gap: 10px;
  border-top: 0 !important;
}
.faq-item {
  overflow: clip;
  border: 1px solid var(--line-strong) !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, .46);
  box-shadow: 0 1px 0 rgba(23, 22, 26, .02);
  transition: border-color .28s ease, background-color .28s ease,
              box-shadow .32s var(--ease), transform .32s var(--ease);
}
.faq-item:hover {
  border-color: rgba(23, 22, 26, .28) !important;
  background: rgba(255, 255, 255, .72);
}
.faq-item[open] {
  border-color: rgba(23, 22, 26, .30) !important;
  background: var(--paper);
  box-shadow: 0 18px 42px -34px rgba(40, 32, 24, .38);
}
.faq-item summary {
  min-height: 72px;
  padding: 19px 20px 19px 22px;
  gap: 20px;
}
.faq-q {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.32;
  transition: color .22s ease;
}
.faq-item summary:hover .faq-q,
.faq-item[open] .faq-q {
  color: var(--ink) !important;
  font-style: normal !important;
}
.faq-icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--paper);
  transition: transform .35s var(--ease), border-color .25s ease,
              background-color .25s ease, color .25s ease;
}
.faq-item:hover .faq-icon { border-color: rgba(23, 22, 26, .34); }
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background: var(--ink);
  border-color: var(--ink);
}
.faq-icon::before,
.faq-icon::after {
  width: 11px;
  margin-left: -5.5px;
  background: currentColor;
}
.faq-item[open] .faq-icon { color: var(--paper); }
.faq-item[open] .faq-icon::after { transform: rotate(90deg); }
.faq-a {
  padding: 0 64px 22px 22px;
  animation: faq-fade .3s var(--ease);
}
.faq-a p {
  max-width: 66ch;
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--ink-soft);
}
@media (max-width: 600px) {
  .faq-item summary { padding: 17px 16px 17px 18px; }
  .faq-a { padding: 0 18px 19px; }
}

/* Footer: brez ponovljenega imena v stolpcu Podjetje in z urejeno zaključno vrstico. */
.site-footer {
  border-top: 1px solid var(--line-strong);
  background: var(--paper-2);
  padding-top: clamp(48px, 5vw, 70px);
  padding-bottom: 0;
}
.footer-cols {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .82fr) minmax(0, .96fr) minmax(0, 1.05fr) !important;
  gap: clamp(36px, 4.2vw, 68px) !important;
}
.footer-col h3 {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 17px;
  padding-bottom: 12px;
  border-bottom-color: var(--line-strong);
}
.footer-col address,
.footer-list li {
  font-family: var(--font-sans) !important;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
  color: var(--ink-soft);
}
.footer-company address { max-width: 32ch; }
.footer-list { gap: 7px; }
.footer-list.small li,
.site-footer .small {
  font-family: var(--font-sans) !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink-faint);
}
.footer-list a {
  position: relative;
  display: inline-block;
  color: var(--ink-soft);
}
.footer-list a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .28s var(--ease);
  opacity: .45;
}
.footer-list a:hover::after,
.footer-bottom a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.footer-bottom {
  width: 100%;
  max-width: none;
  margin-top: clamp(38px, 4vw, 54px);
  padding: 20px var(--gutter) 22px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center !important;
  gap: 18px 28px;
  border-top: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, .28);
}
.footer-bottom p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--ink-faint);
}
.footer-bottom > :first-child { justify-self: start; text-align: left !important; }
.footer-bottom > .footer-legal { justify-self: center; }
.footer-bottom > :last-child { justify-self: end; text-align: right !important; }
.footer-bottom a {
  position: relative;
  color: var(--ink-2);
}
.footer-legal { gap: 10px; }
.credit-link { font-weight: 500; }

.site-footer:has(.footer-bottom:only-child) {
  padding: 0;
  border-top: 1px solid var(--line-strong);
}
.site-footer:has(.footer-bottom:only-child) .footer-bottom {
  margin-top: 0;
  padding-block: 20px 22px;
  border-top: 0;
}

@media (min-width: 761px) and (max-width: 1040px) {
  .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 760px) {
  .site-footer { padding-top: 42px; }
  .footer-cols { gap: 30px !important; }
  .footer-col address { margin-inline: auto; }
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px var(--gutter) 24px;
    gap: 8px;
  }
  .footer-bottom > :first-child,
  .footer-bottom > .footer-legal,
  .footer-bottom > :last-child {
    justify-self: center;
    text-align: center !important;
  }
}

/* Diskreten začetni loader: kratek, čist in brez blokiranja pri izklopljenem JS. */
.page-loader { display: none; }
.js .page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--paper);
  opacity: 1;
  visibility: visible;
  transition: opacity .42s var(--ease), visibility .42s linear;
}
.page-loader-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  transform: translateY(-2vh);
}
.page-loader-logo {
  width: clamp(118px, 10vw, 146px);
  height: auto;
}
.page-loader-track {
  position: relative;
  display: block;
  width: 112px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--line-strong);
}
.page-loader-track > span {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: var(--ink);
  transform: translateX(-100%);
  animation: anti-loader 1.05s var(--ease) infinite;
}
html.is-ready .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes anti-loader {
  0% { transform: translateX(-100%) scaleX(.45); transform-origin: left; }
  52% { transform: translateX(0) scaleX(.78); transform-origin: left; }
  100% { transform: translateX(100%) scaleX(.45); transform-origin: right; }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader-track > span { animation: none; transform: none; }
  .js .page-loader { transition-duration: .15s; }
  .faq-item { transition: none; }
}

/* ============================================================
   v25 — enoten premium sistem sekcij za telefon in namizje
   ============================================================ */

:root {
  --wrap: 1280px;
  --section-y: clamp(78px, 7.2vw, 112px);
}

/* Enaka vizualna os in tipografska hierarhija čez celotno stran. */
.section-title,
.coverage-title {
  font-size: clamp(34px, 3.35vw, 54px) !important;
  line-height: 1.02 !important;
  max-width: 16ch;
}
.section-lead,
.approach-intro {
  font-size: clamp(15.5px, 1.15vw, 17px);
  line-height: 1.68;
}
.section-head { margin-bottom: clamp(32px, 4vw, 54px); }

/* Glava strani ostane mirna in poravnana z vsebino. */
.header-row { min-height: 72px; }
.nav-desktop { gap: clamp(22px, 2.3vw, 36px); }
.nav-desktop a { font-size: 13.5px; }
.tel-link { min-width: 94px; min-height: 44px; justify-content: center; }

/* ------------------------------------------------------------
   Projekti — ista kompozicijska logika kot temna sekcija:
   besedilo levo, velika fotografija desno, opis kot overlay.
   ------------------------------------------------------------ */
.projects {
  background: var(--paper-2);
  overflow: clip;
}
.projects .wrap {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  grid-template-areas:
    "head gallery"
    "note gallery";
  gap: 24px clamp(48px, 6vw, 92px);
  align-items: stretch;
}
.projects .section-head {
  grid-area: head;
  display: grid;
  grid-template-columns: 1fr !important;
  align-content: start;
  gap: 26px;
  margin: 0;
  padding-top: clamp(8px, 1.2vw, 18px);
}
.projects .section-head-main,
.projects .section-head-aside {
  display: grid;
  gap: 20px;
  align-content: start;
}
.projects .section-title { max-width: 12ch; }
.projects .section-lead { max-width: 35ch; }
.projects-cta {
  width: fit-content;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s ease;
}
.projects-cta:hover {
  transform: translateY(-2px);
  background: var(--ink-2);
  box-shadow: var(--shadow-md);
}
.projects-cta span {
  font-size: 18px;
  line-height: 1;
  transition: transform .3s var(--ease);
}
.projects-cta:hover span { transform: translateX(4px); }
.projects .gallery {
  grid-area: gallery;
  width: 100%;
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-self: stretch;
  gap: 18px;
}
.projects .gallery-stage {
  height: clamp(520px, 44vw, 650px);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 34px 76px -46px rgba(25, 22, 20, .46), 0 2px 10px rgba(25, 22, 20, .06);
  background: var(--ink);
}
.projects .gallery-track,
.projects .gslide,
.projects .gslide-media,
.projects .gslide-media picture {
  height: 100%;
}
.projects .gslide {
  position: relative;
  display: block;
}
.projects .gslide-media {
  aspect-ratio: auto;
  background: var(--ink);
}
.projects .gslide-media::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(12, 12, 14, .56));
  pointer-events: none;
}
.projects .gslide-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.025);
}
.projects .gslide-cap {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "cat loc"
    "title loc"
    "desc loc";
  align-items: end;
  gap: 5px 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(17, 17, 19, .78);
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.projects .gslide-cap::before { display: none; }
.projects .gslide-cat {
  grid-area: cat;
  padding: 0;
  color: rgba(255,255,255,.62);
  font-size: 9.5px;
}
.projects .gslide-title {
  grid-area: title;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.1;
}
.projects .gslide-desc {
  grid-area: desc;
  color: rgba(255,255,255,.70);
  font-size: 13.5px;
  line-height: 1.5;
  max-width: 52ch;
}
.projects .gslide-loc {
  grid-area: loc;
  align-self: end;
  margin: 0;
  color: rgba(255,255,255,.56);
  white-space: nowrap;
}
.projects .gallery-nav {
  justify-content: flex-end;
  gap: 10px;
}
.projects .gallery-dots { margin-right: auto; gap: 8px; }
.projects .gallery-arrow {
  width: 44px;
  height: 44px;
  background: transparent;
}
.projects .gdot { width: 8px; height: 8px; }
.projects .gdot.is-active {
  width: 26px;
  transform: none;
  background: var(--ink);
}
.projects-note {
  grid-area: note;
  align-self: end;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
  text-align: left;
  font-family: var(--font-mono) !important;
  font-size: 10.5px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ------------------------------------------------------------
   Pristop — večja fotografija in enakovredna leva/desna stran.
   ------------------------------------------------------------ */
.approach {
  padding-block: clamp(82px, 7vw, 108px) !important;
}
.approach-grid {
  max-width: var(--wrap);
}
.approach-main { gap: 24px !important; }
.approach .section-title { max-width: 13ch; }
.approach-intro {
  margin: 0;
  max-width: 61ch;
  color: rgba(255,255,255,.72);
}
.approach-points {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px !important;
  border: 0 !important;
}
.approach-points li {
  min-height: 142px;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start;
  gap: 8px !important;
  padding: 20px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.approach-points li::before { display: none !important; }
.ap-label { font-size: 17px; line-height: 1.25; }
.ap-desc { font-size: 13.5px; line-height: 1.58; }
.approach-figure {
  position: relative;
  min-height: 620px;
  border: 0;
  border-radius: 18px;
  background: #0f1013;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,.74);
}
.approach-figure picture,
.approach-figure img {
  width: 100%;
  height: 100%;
  min-height: 620px;
}
.approach-figure img {
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: 50% 46%;
  border-radius: 18px !important;
}
.approach-figure figcaption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(17,17,19,.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* Območje in FAQ sledita isti osi in enaki vizualni teži. */
.coverage-wrap {
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr) !important;
  gap: clamp(54px, 7vw, 112px) !important;
  align-items: stretch !important;
}
.coverage-head {
  display: grid;
  align-content: center;
  gap: 16px;
}
.coverage-title { max-width: 13ch; }
.coverage-flow {
  min-height: 100%;
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 54px) !important;
  border: 1px solid var(--line-strong);
  border-left: 2px solid var(--ink) !important;
  background: rgba(255,255,255,.22);
}
.coverage-statement {
  max-width: 30ch;
  font-size: clamp(23px, 2.2vw, 32px) !important;
  line-height: 1.17 !important;
}
.faq-grid {
  grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr) !important;
  gap: clamp(52px, 7vw, 104px) !important;
}
.faq-head .section-title { max-width: 13ch; }
.faq-item summary { min-height: 68px; }

/* Kontakt — oba gumba sta res enako velika in celota je bolj polna. */
.contact { padding-block: clamp(78px, 7vw, 108px); }
.contact-simple {
  width: min(100%, 790px);
  max-width: 790px !important;
  margin-inline: auto;
  gap: 24px;
}
.contact-simple .section-title { max-width: none; }
.contact-actions {
  display: grid !important;
  grid-template-columns: repeat(2, 184px);
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.contact-primary,
.contact-secondary {
  width: 184px;
  height: 58px;
  min-height: 58px;
  padding: 0 18px !important;
  justify-content: center;
  border-radius: 9px;
}
.contact-primary { gap: 11px; }
.contact-secondary { gap: 10px; }
.contact-facts {
  width: min(100%, 700px);
  margin-inline: auto;
  padding-top: 24px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.contact-facts li { justify-content: center; text-align: center; }

/* Enotni ritmi na večjih zaslonih. */
@media (min-width: 980px) {
  .approach-grid {
    grid-template-columns: minmax(0,1fr) minmax(460px,1fr) !important;
    gap: clamp(52px, 6vw, 92px) !important;
    align-items: stretch !important;
  }
  .approach-main {
    min-height: 620px !important;
    justify-content: center !important;
  }
}

/* Tablice. */
@media (min-width: 701px) and (max-width: 979px) {
  .projects .wrap {
    grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr);
    gap: 24px 38px;
  }
  .projects .gallery-stage { height: 540px; }
  .projects .gslide-cap {
    grid-template-columns: 1fr;
    grid-template-areas: "cat" "title" "desc";
  }
  .projects .gslide-loc { display: none; }
  .approach-figure,
  .approach-figure picture,
  .approach-figure img { min-height: 540px; }
}

/* Telefon — naslov, slika in kontrole so kompaktni, brez dolge bele kartice. */
@media (max-width: 700px) {
  :root { --section-y: 68px; }
  .section-title,
  .coverage-title {
    font-size: clamp(31px, 9.2vw, 42px) !important;
    line-height: 1.02 !important;
  }
  .projects .wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "gallery" "note";
    gap: 28px;
  }
  .projects .section-head {
    padding-top: 0;
    gap: 18px;
  }
  .projects .section-head-main,
  .projects .section-head-aside { gap: 14px; }
  .projects .section-title { max-width: 12ch; }
  .projects .section-lead { font-size: 15.5px; max-width: 32ch; }
  .projects-cta { display: none; }
  .projects .gallery { gap: 14px; }
  .projects .gallery-stage {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 14px;
  }
  .projects .gslide-cap {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "cat" "title";
    gap: 5px;
    padding: 14px 15px;
    border-radius: 10px;
  }
  .projects .gslide-title { font-size: 20px; max-width: 14ch; }
  .projects .gslide-desc,
  .projects .gslide-loc { display: none; }
  .projects .gallery-nav { justify-content: space-between; }
  .projects .gallery-dots { margin-right: 0; }
  .projects .gallery-arrow { width: 42px; height: 42px; }
  .projects-note { padding-top: 18px; }

  .approach { padding-block: 68px !important; }
  .approach-grid { gap: 34px !important; }
  .approach-main { gap: 20px !important; }
  .approach .section-title { max-width: 12ch; }
  .approach-points {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .approach-points li { min-height: 0; padding: 18px !important; }
  .approach-figure,
  .approach-figure picture,
  .approach-figure img {
    min-height: 0;
    height: auto;
  }
  .approach-figure { aspect-ratio: 4 / 5; border-radius: 14px; }
  .approach-figure picture,
  .approach-figure img { height: 100%; }
  .approach-figure img { border-radius: 14px !important; object-position: 50% 48%; }
  .approach-figure figcaption { left: 12px; right: 12px; bottom: 12px; }

  .coverage-wrap,
  .faq-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .coverage-flow { padding: 26px 24px !important; }
  .coverage-statement { font-size: 24px !important; }
  .faq-head { position: static !important; }

  .contact-actions {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-inline: auto;
  }
  .contact-primary,
  .contact-secondary {
    width: 100%;
    height: 58px;
  }
  .contact-facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-cta,
  .projects-cta span { transition: none; }
}

/* ==========================================================
   V26 — mobilni footer
   Kompaktna, berljiva postavitev brez stisnjenih 4 stolpcev.
   ========================================================== */
@media (max-width: 760px) {
  .site-footer {
    padding-top: 18px;
    overflow: hidden;
  }

  .site-footer .footer-top {
    width: 100%;
    padding-inline: clamp(18px, 5.5vw, 26px);
  }

  .site-footer .footer-cols {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    width: 100%;
  }

  .site-footer .footer-col {
    display: grid;
    grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 23px 0;
    text-align: left;
    border-bottom: 1px solid var(--line);
  }

  .site-footer .footer-col:first-child {
    padding-top: 18px;
  }

  .site-footer .footer-col:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
  }

  .site-footer .footer-col h3 {
    margin: 2px 0 0;
    padding: 0;
    border: 0;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .12em;
    text-align: left;
  }

  .site-footer .footer-col address,
  .site-footer .footer-list {
    min-width: 0;
    margin: 0 !important;
    text-align: left;
  }

  .site-footer .footer-col address,
  .site-footer .footer-list li,
  .site-footer .footer-list.small li,
  .site-footer .small {
    font-size: 13px;
    line-height: 1.62;
  }

  .site-footer .footer-list {
    display: grid;
    gap: 5px;
    padding: 0;
  }

  .site-footer .footer-list a {
    width: fit-content;
    max-width: 100%;
  }

  .site-footer .footer-bottom {
    width: 100%;
    margin-top: 0;
    padding: 22px clamp(18px, 5.5vw, 26px) calc(24px + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .34);
  }

  .site-footer .footer-bottom > :first-child,
  .site-footer .footer-bottom > .footer-legal,
  .site-footer .footer-bottom > :last-child {
    justify-self: center;
    max-width: 100%;
    text-align: center !important;
  }

  .site-footer .footer-bottom p {
    font-size: 11.5px;
    line-height: 1.55;
  }

  .site-footer .footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 9px;
  }

  /* Pravne podstrani imajo samo zaključno vrstico. */
  .site-footer:has(.footer-bottom:only-child) {
    padding-top: 0;
  }

  .site-footer:has(.footer-bottom:only-child) .footer-bottom {
    padding-top: 22px;
  }
}

@media (max-width: 360px) {
  .site-footer .footer-col {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer .footer-col h3,
  .site-footer .footer-col address,
  .site-footer .footer-list {
    text-align: center;
  }

  .site-footer .footer-list {
    justify-items: center;
  }
}

/* ==========================================================
   V27 — končna mobilna navigacija in footer
   ========================================================== */

/* Plavajoči kontaktni gumb je odstranjen iz vseh strani. */
.fab-call { display: none !important; }

/* Mobilni meni: samo jasen CTA in e-pošta, brez drobnega opisa. */
.nav-mobile-foot {
  gap: 10px;
  padding-top: 20px;
}
.nav-mobile .mobile-tel {
  min-height: 54px;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-weight: 600;
}
.nav-mobile-mail {
  padding: 8px 4px 2px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

/* Footer je vsebinsko enak na vseh straneh. */
.site-footer .footer-col h3 {
  font-family: var(--font-sans);
  font-weight: 700;
}
.site-footer .footer-col address,
.site-footer .footer-list,
.site-footer .footer-bottom p {
  font-family: var(--font-sans) !important;
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 0 !important;
    background: var(--paper-2);
    overflow: hidden;
  }

  .site-footer .footer-top {
    width: 100%;
    padding: 10px clamp(22px, 6vw, 30px) 0;
  }

  .site-footer .footer-cols {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .site-footer .footer-col {
    display: block !important;
    padding: 23px 0 !important;
    border-bottom: 1px solid var(--line);
    text-align: left !important;
  }

  .site-footer .footer-col:last-child {
    border-bottom: 0;
    padding-bottom: 26px !important;
  }

  .site-footer .footer-col h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    letter-spacing: .12em !important;
    text-align: left !important;
    text-transform: uppercase;
  }

  .site-footer .footer-col address,
  .site-footer .footer-list,
  .site-footer .footer-list li,
  .site-footer .footer-list.small li,
  .site-footer .small {
    margin: 0 !important;
    padding: 0;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .site-footer .footer-col address {
    max-width: none;
  }

  .site-footer .footer-list {
    display: grid !important;
    gap: 5px !important;
    justify-items: start !important;
  }

  .site-footer .footer-services .footer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px !important;
    width: 100%;
  }

  .site-footer .footer-services .footer-list li,
  .site-footer .footer-services .footer-list a {
    min-width: 0;
    max-width: 100%;
  }

  .site-footer .footer-bottom {
    width: 100%;
    margin: 0 !important;
    padding: 21px clamp(22px, 6vw, 30px) calc(24px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 8px !important;
    border-top: 1px solid var(--line-strong) !important;
    background: rgba(255,255,255,.32);
  }

  .site-footer .footer-bottom > :first-child,
  .site-footer .footer-bottom > .footer-legal,
  .site-footer .footer-bottom > :last-child {
    justify-self: center !important;
    text-align: center !important;
  }

  .site-footer .footer-bottom p {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  .site-footer .footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 9px;
  }
}

@media (max-width: 380px) {
  .site-footer .footer-services .footer-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Mobilni kontakt: bolj kompaktna in urejena zaključna sekcija. */
@media (max-width: 760px) {
  .contact {
    padding-block: 64px !important;
  }

  .contact-simple {
    gap: 20px !important;
  }

  .contact-simple .section-lead {
    max-width: 34ch;
    margin-inline: auto;
  }

  .contact-actions {
    width: min(100%, 360px) !important;
  }

  .contact-facts {
    width: min(100%, 360px) !important;
    margin-inline: auto;
    padding-top: 18px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .contact-facts li {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: start;
    justify-content: stretch !important;
    gap: 14px;
    padding: 11px 0;
    text-align: left !important;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .contact-facts li:last-child {
    border-bottom: 0;
  }

  .contact-facts .cf-label {
    margin: 2px 0 0;
    text-align: left;
  }
}


/* ==========================================================
   V28 — zaključni mobilni footer in bolj uravnotežena galerija
   ========================================================== */

/* V mobilnem meniju ostane samo jasen kontaktni CTA. */
.nav-mobile-mail { display: none !important; }

/* Opis galerije in opomba sta združena v en miren vsebinski blok. */
.projects .wrap {
  grid-template-areas: "head gallery";
  grid-template-rows: minmax(0, 1fr);
}
.projects .section-head {
  align-content: center;
}
.projects .section-head-aside {
  gap: 18px;
}
.projects-note {
  grid-area: auto;
  align-self: auto;
  width: fit-content;
  max-width: 34ch;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.projects-note::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 34px;
  background: var(--ink);
  opacity: .72;
}

@media (max-width: 700px) {
  .projects .wrap {
    grid-template-areas: "head" "gallery";
    grid-template-rows: auto auto;
  }
  .projects .section-head {
    align-content: start;
  }
  .projects-note {
    margin-top: 2px;
    font-size: 10px;
  }
}

/* Na telefonu so vsi vsebinski bloki footerja mirno centrirani. */
@media (max-width: 760px) {
  .site-footer .footer-top {
    max-width: 430px;
    margin-inline: auto;
    padding-inline: clamp(24px, 7vw, 34px);
  }

  .site-footer .footer-col {
    padding: 24px 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-col h3 {
    margin-bottom: 13px !important;
    text-align: center !important;
  }

  .site-footer .footer-col address,
  .site-footer .footer-list,
  .site-footer .footer-list li,
  .site-footer .footer-list.small li,
  .site-footer .small {
    text-align: center !important;
  }

  .site-footer .footer-col address,
  .site-footer .footer-list {
    width: min(100%, 330px);
    margin-inline: auto !important;
  }

  .site-footer .footer-list {
    justify-items: center !important;
  }

  .site-footer .footer-services .footer-list {
    width: min(100%, 330px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px !important;
    row-gap: 8px !important;
  }

  .site-footer .footer-services .footer-list li,
  .site-footer .footer-services .footer-list a {
    width: 100%;
    text-align: center !important;
  }
}

@media (max-width: 380px) {
  .site-footer .footer-services .footer-list {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   V29 — zaključna uravnotežitev galerije, navigacije in footerja
   ========================================================== */

/* Galerija: naslov je ponovno višje, dodatni opis pa zapolni levo stran
   brez mikro-naslovov ali dekorativnega številčenja. */
.projects .wrap {
  grid-template-areas: "head gallery";
  grid-template-rows: minmax(0, 1fr);
}
.projects .section-head {
  align-content: start;
  padding-top: clamp(34px, 4.2vw, 66px);
}
.projects .section-head-aside {
  display: grid;
  gap: 20px;
}
.projects-detail {
  max-width: 39ch;
  margin: 0;
  padding: 20px 0 0 20px;
  border-left: 2px solid var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(14.5px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-soft);
}
.projects-note { display: none !important; }

/* Mobilni meni ima isti naziv in isti vizualni jezik gumba kot namizje. */
.nav-mobile .mobile-tel {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
}
.nav-mobile .mobile-tel svg { display: none; }
.nav-mobile .mobile-tel:hover {
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 700px) {
  .projects .wrap {
    grid-template-areas: "head" "gallery";
    grid-template-rows: auto auto;
    gap: 26px;
  }
  .projects .section-head {
    align-content: start;
    padding-top: 0;
    gap: 18px;
  }
  .projects .section-head-aside { gap: 16px; }
  .projects-detail {
    max-width: 35ch;
    padding: 0;
    border-left: 0;
    font-size: 14.5px;
    line-height: 1.65;
  }

  /* Na telefonu ostaneta v kartici samo jasen naslov in uporaben opis. */
  .projects .gslide-cap {
    grid-template-areas: "title" "desc";
    gap: 7px;
  }
  .projects .gslide-cat,
  .projects .gslide-loc { display: none !important; }
  .projects .gslide-desc {
    display: block !important;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255,255,255,.72);
  }
}

/* Mobilni footer: vsaka storitev v svoji vrstici, vsi bloki mirno centrirani. */
@media (max-width: 760px) {
  .site-footer .footer-top {
    max-width: 420px;
    padding-inline: clamp(28px, 8vw, 38px);
  }
  .site-footer .footer-col {
    padding: 25px 0 !important;
  }
  .site-footer .footer-col address,
  .site-footer .footer-list {
    width: min(100%, 300px);
  }
  .site-footer .footer-services .footer-list {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    width: min(100%, 280px);
  }
  .site-footer .footer-services .footer-list li,
  .site-footer .footer-services .footer-list a {
    width: auto;
    max-width: 100%;
    text-align: center !important;
  }
}


/* ==========================================================
   V30 — produkcijsko fino uravnoteženje UX
   ========================================================== */

/* Mobilni CTA v navigaciji naj bo poenoten z namiznim. */
.nav-mobile .mobile-tel {
  min-height: 44px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  font-family: var(--font-mono) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Projekti: bolj uravnotežena leva stran, več vsebine in manj občutka praznine. */
.projects .wrap {
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr) !important;
  gap: 28px clamp(34px, 4.6vw, 72px) !important;
  align-items: center !important;
}
.projects .section-head {
  align-content: center !important;
  gap: 22px !important;
  padding-top: clamp(12px, 1.8vw, 28px) !important;
}
.projects .section-head-aside {
  gap: 16px !important;
  max-width: 41ch;
}
.projects .section-lead {
  max-width: 37ch !important;
}
.projects-detail {
  display: block;
  max-width: 39ch;
  margin: 0;
  padding: 18px 0 0 18px;
  border-left: 2px solid var(--ink);
  font-size: clamp(14.5px, 1.05vw, 16px);
  line-height: 1.72;
  color: var(--ink-soft);
}
.projects-note {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  max-width: 34ch;
}
.projects .gallery-stage {
  height: clamp(520px, 43vw, 640px) !important;
}
.projects .gallery-nav {
  padding-inline: 2px;
}

/* Pristop: kartice in slika naj delujejo kot enoten, lepo uravnotežen blok. */
.approach-grid {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr) !important;
  gap: clamp(34px, 4.6vw, 70px) !important;
  align-items: stretch !important;
}
.approach-main {
  display: grid !important;
  grid-template-rows: auto auto 1fr;
  align-content: start !important;
  gap: 22px !important;
}
.approach-intro {
  max-width: 37ch;
}
.approach-points {
  align-self: end;
  grid-auto-rows: 1fr;
  gap: 12px !important;
}
.approach-points li {
  min-height: 150px !important;
  height: 100%;
}
.approach-figure,
.approach-figure picture,
.approach-figure img {
  min-height: 600px !important;
}
.approach-figure {
  box-shadow: 0 30px 72px -42px rgba(0,0,0,.74);
}

/* Kontakt: oba gumba res enakovredna in z enotno tipografijo. */
.contact-simple {
  max-width: 840px !important;
}
.contact-actions {
  grid-template-columns: repeat(2, 220px) !important;
  gap: 14px !important;
}
.contact-primary,
.contact-secondary {
  width: 220px !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-family: var(--font-sans) !important;
}
.contact-primary .cp-text,
.contact-secondary .cp-text {
  display: grid;
  justify-items: start;
  gap: 2px;
}
.contact-primary .cp-label,
.contact-secondary .cp-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: currentColor;
  opacity: .78;
}
.contact-primary .cp-number,
.contact-secondary .cp-number {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.contact-secondary {
  font-size: inherit !important;
}
.contact-facts {
  width: min(100%, 760px) !important;
  padding-top: 26px !important;
}

/* Footer na desktopu: zaključno vrstico poravnamo z vsebino in jo optično umirimo. */
.site-footer {
  padding-bottom: 24px;
}
.site-footer .footer-bottom {
  width: min(100%, var(--wrap)) !important;
  max-width: var(--wrap) !important;
  margin: clamp(38px, 4vw, 54px) auto 0 !important;
  padding: 20px 0 0 !important;
  background: transparent !important;
  gap: 14px 22px !important;
}
.site-footer .footer-bottom > :last-child {
  max-width: 220px;
}

@media (min-width: 980px) {
  .approach-main {
    min-height: 600px !important;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-services .footer-list {
    grid-template-columns: 1fr !important;
    width: min(100%, 300px) !important;
  }
}

@media (max-width: 700px) {
  :root { --section-y: 60px; }

  .projects .wrap {
    grid-template-columns: 1fr !important;
    grid-template-areas: "head" "gallery" !important;
    gap: 22px !important;
    align-items: start !important;
  }
  .projects .section-head {
    padding-top: 0 !important;
    gap: 16px !important;
  }
  .projects .section-head-aside {
    gap: 14px !important;
    max-width: none;
  }
  .projects-detail {
    max-width: none;
    padding: 0 0 0 16px;
    font-size: 14.5px;
    line-height: 1.65;
  }
  .projects-note {
    margin-top: 0;
    font-size: 10px;
  }
  .projects .gallery-stage {
    aspect-ratio: 4 / 5;
    height: auto !important;
  }

  .approach,
  .coverage,
  .faq,
  .contact {
    padding-block: 60px !important;
  }
  .approach-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .approach-main {
    gap: 18px !important;
  }
  .approach-points li {
    min-height: 0 !important;
  }
  .approach-figure,
  .approach-figure picture,
  .approach-figure img {
    min-height: 0 !important;
  }
  .approach-figure {
    aspect-ratio: 4 / 5;
  }

  .coverage-wrap,
  .faq-grid {
    gap: 24px !important;
  }

  .contact-simple {
    gap: 18px !important;
  }
  .contact-actions {
    grid-template-columns: 1fr !important;
    width: min(100%, 320px) !important;
  }
  .contact-primary,
  .contact-secondary {
    width: 100% !important;
  }

  .site-footer .footer-col {
    padding: 22px 0 !important;
  }
}


/* ==========================================================
   V31 — črno-bela projektna sekcija in nedvoumni CTA
   ========================================================== */

/* Header CTA ne podvaja menijske povezave Stik. */
.tel-link,
.nav-mobile .mobile-tel {
  font-family: var(--font-sans) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Projekti: naslov in vsebina levo, močna fotografija desno. */
.projects {
  background: #f7f5f1 !important;
}
.projects .wrap {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(42px, 5vw, 82px) !important;
  align-items: center !important;
}
.projects .section-head {
  padding-top: 0 !important;
  align-content: center !important;
  gap: 26px !important;
}
.projects .section-title {
  max-width: 12.5ch !important;
  font-size: clamp(48px, 4.2vw, 68px) !important;
  line-height: .99 !important;
}
.projects .section-head-aside {
  max-width: 42ch;
  gap: 20px !important;
}
.projects .section-lead {
  max-width: 37ch !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.62 !important;
}
.projects-detail {
  max-width: 39ch;
  padding: 2px 0 2px 20px !important;
  border-left: 2px solid var(--ink) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}
.projects-values {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
}
.projects-values li {
  min-width: 0;
  padding: 18px 16px 0 0;
  display: grid;
  gap: 6px;
}
.projects-values li + li {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.projects-values strong {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
}
.projects-values span {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.projects-note {
  margin-top: 4px !important;
  color: var(--ink-faint) !important;
}
.projects .gallery-stage {
  height: clamp(540px, 44vw, 660px) !important;
  border-radius: 20px !important;
  background: #111214;
  box-shadow: 0 34px 78px -48px rgba(20,20,22,.5), 0 1px 0 rgba(20,20,22,.08) !important;
}
.projects .gslide-media img {
  filter: grayscale(.08) saturate(.92) contrast(1.02) !important;
}
.projects .gslide-cap {
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(20,20,22,.12) !important;
  border-radius: 14px !important;
  background: rgba(250,249,247,.94) !important;
  color: var(--ink) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px -34px rgba(0,0,0,.4);
}
.projects .gslide-cat,
.projects .gslide-loc,
.projects .gslide-desc {
  color: var(--ink-soft) !important;
}
.projects .gslide-title {
  color: var(--ink) !important;
}
.projects .gallery-arrow {
  border-color: var(--line-strong) !important;
  background: transparent !important;
  color: var(--ink) !important;
}
.projects .gallery-arrow:hover {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

@media (max-width: 900px) and (min-width: 701px) {
  .projects .wrap {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr) !important;
    gap: 34px !important;
  }
  .projects .section-title {
    font-size: clamp(42px, 5vw, 56px) !important;
  }
  .projects-values {
    grid-template-columns: 1fr;
    border-top: 0;
  }
  .projects-values li,
  .projects-values li + li {
    padding: 10px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .projects .wrap {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .projects .section-title {
    max-width: 11.5ch !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.01 !important;
  }
  .projects .section-head-aside {
    gap: 14px !important;
  }
  .projects-detail {
    padding-left: 16px !important;
    font-size: 14px !important;
  }
  .projects-values {
    display: none;
  }
  .projects-note {
    display: none !important;
  }
  .projects .gallery-stage {
    height: auto !important;
    aspect-ratio: 4 / 5;
    border-radius: 14px !important;
  }
  .projects .gslide-cap {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 14px 15px !important;
    border-radius: 10px !important;
    background: rgba(250,249,247,.95) !important;
  }
  .projects .gslide-title {
    font-size: 20px !important;
  }
  .projects .gslide-desc {
    font-size: 12.5px !important;
  }
}

/* ==========================================================
   V32 — optimiziran logotip za telefon in računalnik
   ========================================================== */
.brand-logo,
.nav-mobile-logo,
.page-loader-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  image-rendering: auto;
}

.brand-logo {
  height: 30px !important;
  max-width: 152px;
}

.nav-mobile-logo {
  height: 30px !important;
  max-width: 152px;
}

.page-loader-logo {
  height: 32px !important;
  max-width: 163px;
}

@media (min-width: 1000px) {
  .brand-logo {
    height: 34px !important;
    max-width: 173px;
  }
}
