/* =============================================================
   Urban Industrial — strict heavy industrial design system
   Crno + Narandžasto + Bela. Bez animacija, bez gradijenata,
   bez shadow-a, bez rounded corners. Sve sa 1px crnim linijama.
   ============================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; padding: 0 !important; }
img, picture, video, svg { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 2px solid #0060AE; outline-offset: 2px; }
::selection { background: #0060AE; color: #fff; }

/* Remove WP global padding/constraint */
.wp-site-blocks { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.wp-site-blocks > * { margin: 0 !important; max-width: 100% !important; }
.wp-block-post-content, main.wp-block-group { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.wp-block-post-content > *, main.wp-block-group > * { max-width: 100% !important; }
.is-root-container { --wp--style--root--padding-left: 0 !important; --wp--style--root--padding-right: 0 !important; }

/* =============================================================
   TYPOGRAPHY — masivno, uppercase za H, Inter za sve ostalo
   ============================================================= */
:root {
  --ink: #0A0A0A;
  --coal: #171717;
  --muted: #6B6B6B;
  --line: #D9D9D9;
  --paper: #F5F5F2;
  --accent: #0060AE;
  --container: 1440px;
  --pad: clamp(20px, 4vw, 56px);
  --section-y: clamp(56px, 9vw, 112px);
}
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: var(--ink);
  margin: 0;
}
.display { font-family: 'Fjalla One', 'Inter', Impact, sans-serif; font-weight: 400; letter-spacing: 0.005em; text-transform: uppercase; }
a { color: inherit; }

/* =============================================================
   LAYOUT PRIMITIVES
   ============================================================= */
.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); width: 100%; }
.section { padding-block: var(--section-y); }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: #fff; }
.section--ink :where(h1,h2,h3,h4,h5,h6) { color: #fff; }

/* Section header (eyebrow + H2) — uniformno za sve sekcije */
.sect-head { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: clamp(40px, 5vw, 64px); max-width: 880px; }
.sect-head .eye {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}
.sect-head .eye::before {
  content: ""; width: 28px; height: 2px; background: var(--accent);
}
.sect-head h2 {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(36px, 5.5vw, 84px);
  line-height: 0.96;
}
.section--ink .sect-head .eye { color: var(--accent); }

/* =============================================================
   BUTTONS — sharp, uppercase, no radius
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: var(--ink); color: #fff; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--accent); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border: 2px solid #fff; padding: 16px 26px; }
.btn--ghost:hover { background: #fff; color: var(--ink); }
.btn--ghost-dark { background: transparent; color: var(--ink); border: 2px solid var(--ink); padding: 16px 26px; }
.btn--ghost-dark:hover { background: var(--ink); color: #fff; }

/* =============================================================
   TOP BAR
   ============================================================= */
.topbar {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.topbar__inner {
  max-width: var(--container);
  margin-inline: auto;
  padding: 10px var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.topbar a { color: rgba(255,255,255,0.9); text-decoration: none; }
.topbar a:hover { color: var(--accent); }
.topbar__left, .topbar__right { display: flex; gap: 24px; align-items: center; }
.topbar__item { display: flex; align-items: center; gap: 8px; }
.topbar__item svg { color: var(--accent); flex: 0 0 auto; }
@media (max-width: 900px) { .topbar { display: none; } }

/* =============================================================
   HEADER
   ============================================================= */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header__inner {
  max-width: var(--container);
  margin-inline: auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 80px;
}
.site-header .logo img { max-height: 36px; width: auto; }
.nav { display: flex; gap: 0; }
.nav a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  padding: 30px 18px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.15s;
}
.nav a:hover { border-bottom-color: var(--accent); color: var(--accent); }
.nav a.active { border-bottom-color: var(--accent); }
.nav-cta { display: flex; align-items: center; }
.menu-toggle { display: none; }

@media (max-width: 980px) {
  .nav { display: none; position: fixed; inset: 80px 0 auto 0; background: #fff; flex-direction: column; padding: 24px var(--pad); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle svg { width: 24px; height: 24px; }
  .nav-cta { display: none; }
}

/* =============================================================
   HERO
   ============================================================= */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(95deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.15) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.0) 50%, rgba(10,10,10,0.7) 100%);
}
.hero__inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding: 96px var(--pad) 72px;
}
.hero__eye {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 32px;
}
.hero__eye::before { content: ""; width: 32px; height: 2px; background: var(--accent); }
.hero h1 {
  font-family: 'Fjalla One', 'Inter', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 11vw, 168px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: #fff;
  margin: 0 0 28px;
  max-width: 16ch;
}
.hero h1 .accent { color: var(--accent); }
.hero__lead {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  max-width: 58ch;
  color: rgba(255,255,255,0.82);
  margin: 0 0 40px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero side meta — minimal industrial detail */
.hero__meta {
  position: absolute;
  left: var(--pad);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
}
@media (max-width: 980px) { .hero__meta { display: none; } }

/* Hero corner annotation: geokoordinata + project ref */
.hero__corner {
  position: absolute;
  top: var(--pad);
  right: var(--pad);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-align: right;
  z-index: 4;
  line-height: 1.5;
}
.hero__corner .pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  margin-right: 8px;
  vertical-align: middle;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* Hero scroll indicator (bottom-center) */
.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 4;
  color: rgba(255,255,255,0.5);
}
.hero__scroll-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  animation: scrollTick 2.4s ease-in-out infinite;
}
@keyframes scrollTick {
  0% { transform: translateY(-100%); }
  50% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}
@media (max-width: 700px) {
  .hero__scroll { display: none; }
  .hero__corner { font-size: 9px; }
}

/* Section corner annotation — § 01 · OBLASTI */
.section { position: relative; }
.section__annotation {
  position: absolute;
  top: 24px;
  left: var(--pad);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  z-index: 1;
}
.section--ink .section__annotation { color: rgba(255,255,255,0.4); }
@media (max-width: 700px) { .section__annotation { display: none; } }

/* =============================================================
   INTRO / MANIFEST
   ============================================================= */
.intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}
.intro__label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 14px;
  border-top: 2px solid var(--ink);
}
.intro__body h2 {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  margin: 0 0 32px;
  max-width: 16ch;
}
.intro__body p { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; color: var(--coal); margin: 0 0 18px; max-width: 60ch; }
.intro__pillars {
  margin-top: clamp(48px, 6vw, 80px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
}
.intro__pillar { padding: 28px 24px 0 0; border-right: 1px solid var(--line); }
.intro__pillar:last-child { border-right: 0; }
.intro__pillar .num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.intro__pillar .title {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 32px);
  text-transform: uppercase;
  margin-top: 12px;
  line-height: 1;
}
@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; }
  .intro__pillars { grid-template-columns: repeat(2, 1fr); }
  .intro__pillar { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .intro__pillar:nth-child(2n) { border-right: 0; }
}

/* =============================================================
   AREAS GRID — 3 kolone, tech-card stil sa engineering corner detalji
   ============================================================= */
.areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.area {
  position: relative;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.3, 1.05), border-color 280ms;
}
.section--ink .area { background: var(--coal); color: #fff; border-color: rgba(255,255,255,0.08); }
.area:hover { transform: translateY(-6px); border-color: var(--accent); }

.area__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--coal);
}
.area__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.3, 1.05), filter 480ms;
  filter: contrast(1.05) saturate(0.85);
}
.area:hover .area__media img { transform: scale(1.05); filter: contrast(1.1) saturate(1.0); }
.area__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 50%, rgba(10,10,10,0.55) 100%);
  z-index: 1;
  transition: opacity 280ms;
}
.area:hover .area__media::after { opacity: 0.3; }

.area__num {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  background: var(--accent);
  color: #fff;
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding: 8px 12px;
  letter-spacing: 0.02em;
}
.area__body { padding: 28px 28px 32px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.area__tag {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0;
}
.area__title {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 1.05;
  margin: 0;
}
.section--ink .area__title { color: #fff; }
.area__desc { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; flex: 1; }
.section--ink .area__desc { color: rgba(255,255,255,0.6); }
.area__more {
  margin-top: 8px;
  padding-top: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  transition: gap 240ms, color 240ms;
}
.section--ink .area__more { color: #fff; border-top-color: rgba(255,255,255,0.1); }
.area:hover .area__more { gap: 14px; color: var(--accent); }

/* Engineering blueprint tech corners */
.tech-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--accent);
  opacity: 0;
  transition: opacity 280ms, transform 280ms;
  pointer-events: none;
  z-index: 3;
}
.tech-corner--tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.tech-corner--tr { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.tech-corner--bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.tech-corner--br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.area:hover .tech-corner, .ref-block:hover .tech-corner { opacity: 1; }

@media (max-width: 980px) { .areas { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .areas { grid-template-columns: 1fr; } }

/* =============================================================
   PROCESS — masivni brojevi, timeline linija, accent grow underline
   ============================================================= */
.proc {
  position: relative;
  border-top: 2px solid var(--ink);
}
.proc::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
  pointer-events: none;
}
.proc__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 56px;
  row-gap: 8px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  position: relative;
}
.proc__num {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 96px);
  color: var(--accent);
  line-height: 0.9;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 16px;
  display: inline-block;
}
.proc__num::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: var(--accent);
  margin-top: 14px;
  transition: width 600ms cubic-bezier(0.2, 0.8, 0.3, 1.05);
}
.proc__row.is-revealed .proc__num::after,
.proc__row:hover .proc__num::after { width: 48px; }
.proc__body {
  padding-top: 8px;
}
.proc__title {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: 0.005em;
  margin: 0 0 8px;
}
.proc__desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 640px;
  margin: 0;
}
@media (max-width: 900px) {
  .proc::before { display: none; }
  .proc__row { grid-template-columns: 1fr; padding: 28px 0; row-gap: 12px; }
  .proc__num { padding-right: 0; font-size: 56px; }
}

/* =============================================================
   REFERENCES — 3 alternating blocks
   ============================================================= */
.ref-blocks { border-top: 2px solid var(--ink); }
.section--ink .ref-blocks { border-top-color: var(--accent); }
.ref-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background 0.18s;
}
.section--ink .ref-block { border-bottom-color: rgba(255,255,255,0.08); }
.ref-block:hover .ref-block__media img { transform: scale(1.04); }
.section--ink .ref-block__body { color: rgba(255,255,255,0.85); }
.section--ink .ref-block h3 { color: #fff; }
.section--ink .ref-block__body p { color: rgba(255,255,255,0.6); }
.section--ink .ref-block__meta { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.08); }
.section--ink .ref-block__meta > div { background: var(--coal); }
.section--ink .ref-block__meta .k { color: rgba(255,255,255,0.5); }
.section--ink .ref-block__meta .v { color: #fff; }
.section--ink .ref-block__more { color: #fff; }
.section--ink .ref-block__more:hover { color: var(--accent); }
.ref-block__media img { transition: transform 600ms cubic-bezier(0.2, 0.8, 0.3, 1.05); }
.ref-block:nth-child(even) { direction: rtl; }
.ref-block:nth-child(even) > * { direction: ltr; }
.ref-block__media { aspect-ratio: 4/3; overflow: hidden; background: var(--coal); }
.ref-block__media img { width: 100%; height: 100%; object-fit: cover; }
.ref-block__body {
  padding: clamp(40px, 6vw, 80px) clamp(32px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ref-block__chip {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.ref-block__chip::before { content: ""; width: 20px; height: 2px; background: var(--accent); }
.ref-block h3 {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  margin: 0 0 12px;
}
.ref-block__body p { color: var(--muted); font-size: 16.5px; line-height: 1.6; margin: 0 0 12px; max-width: 56ch; }
.ref-block__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 24px;
}
.ref-block__meta > div { background: #fff; padding: 14px 16px; }
.ref-block__meta .k {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.ref-block__meta .v { font-size: 14px; font-weight: 600; }
@media (max-width: 700px) { .ref-block__meta { grid-template-columns: repeat(2, 1fr); } }
.ref-block__more {
  margin-top: 24px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  align-self: start;
}
.ref-block__more:hover { color: var(--accent); }
@media (max-width: 900px) {
  .ref-block, .ref-block:nth-child(even) { grid-template-columns: 1fr; direction: ltr; }
}

/* =============================================================
   CTA STRIP — masivan crni blok
   ============================================================= */
.cta-strip { background: var(--ink); color: #fff; padding: clamp(64px, 10vw, 140px) var(--pad); text-align: left; border-top: 2px solid var(--accent); border-bottom: 2px solid var(--accent); }
.cta-strip__inner { max-width: var(--container); margin-inline: auto; display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: center; }
.cta-strip__eye { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent); margin: 0 0 20px; }
.cta-strip h2 {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  max-width: 18ch;
}
.cta-strip p { color: rgba(255,255,255,0.7); margin-top: 16px; font-size: 18px; line-height: 1.5; max-width: 50ch; }
.cta-strip__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (max-width: 900px) { .cta-strip__inner { grid-template-columns: 1fr; gap: 32px; } }

/* =============================================================
   PARTNERS — strict row
   ============================================================= */
.partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.partner {
  padding: 36px 24px;
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--line);
  filter: grayscale(1) opacity(0.6);
  transition: filter 0.15s;
  text-decoration: none;
}
.partner:last-child { border-right: 0; }
.partner:hover { filter: grayscale(0) opacity(1); }
.partner img { max-height: 40px; max-width: 80%; width: auto; object-fit: contain; }
@media (max-width: 900px) {
  .partners { grid-template-columns: repeat(3, 1fr); }
  .partner:nth-child(3) { border-right: 0; }
  .partner:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .partners { grid-template-columns: repeat(2, 1fr); }
  .partner:nth-child(n) { border-right: 1px solid var(--line); }
  .partner:nth-child(2n) { border-right: 0; }
  .partner:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* =============================================================
   FOOTER
   ============================================================= */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.65); padding: 80px var(--pad) 24px; }
.foot-grid {
  max-width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.1fr 1.3fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-col h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
}
.foot-col p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.65); }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: var(--accent); }
.foot-brand img { height: 36px; margin-bottom: 20px; }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
.foot-contact svg { color: var(--accent); flex: 0 0 auto; margin-top: 4px; }
.foot-hours { width: 100%; border-collapse: collapse; font-size: 14px; }
.foot-hours td { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.foot-hours td:last-child { text-align: right; color: #fff; font-family: 'Inter', sans-serif; font-weight: 600; }
.foot-hours td.off { color: rgba(255,255,255,0.35); font-weight: 400; }
.foot-copy {
  max-width: var(--container);
  margin: 24px auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: rgba(255,255,255,0.4); letter-spacing: 0.05em;
}
@media (max-width: 1100px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .foot-grid { grid-template-columns: 1fr; } }

/* =============================================================
   CONTACT PAGE
   ============================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 6vw, 80px);
  border-top: 2px solid var(--ink);
  padding-top: clamp(40px, 5vw, 64px);
}
.contact-loc h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}
.contact-loc p { margin: 0 0 24px; line-height: 1.5; color: var(--muted); }
.contact-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 15px; }
.contact-row svg { color: var(--accent); }
.contact-row a { color: inherit; text-decoration: none; }

.wpcf7-form { display: grid; gap: 16px; }
.wpcf7-form label { display: block; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 6px; color: var(--ink); }
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--ink);
  background: #fff;
  font: inherit;
  border-radius: 0;
  color: var(--ink);
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus { outline: 2px solid var(--accent); outline-offset: -2px; }
.wpcf7-form textarea { min-height: 160px; resize: vertical; }
.wpcf7-form .wpcf7-submit {
  background: var(--accent);
  color: #fff;
  padding: 18px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  justify-self: start;
  transition: background 0.15s;
}
.wpcf7-form .wpcf7-submit:hover { background: var(--ink); color: #fff; }

/* Areas detail (oblasti razvoja page) */
.area-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 2px solid var(--ink);
}
.area-detail:last-child { border-bottom: 2px solid var(--ink); }
.area-detail:nth-child(even) { direction: rtl; }
.area-detail:nth-child(even) > * { direction: ltr; }
.area-detail__media { aspect-ratio: 4/3; overflow: hidden; background: var(--coal); }
.area-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.area-detail__body { padding: clamp(40px, 6vw, 80px) clamp(32px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.area-detail__num { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.area-detail h2 {
  font-family: 'Fjalla One', 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 56px);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 1;
  margin: 0 0 12px;
}
.area-detail__tag { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin: 0 0 24px; }
.area-detail__body p { color: var(--muted); line-height: 1.6; margin: 0 0 16px; }
.area-detail__body ul { margin: 12px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.area-detail__body ul li { padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); font-size: 15px; position: relative; }
.area-detail__body ul li::before { content: ""; position: absolute; left: 0; top: 18px; width: 12px; height: 2px; background: var(--accent); }
@media (max-width: 900px) { .area-detail, .area-detail:nth-child(even) { grid-template-columns: 1fr; direction: ltr; } }
