/* 2BRO™ Design Tokens - extracted from landing */
:root {
  --red: #C41E2A;
  --red-bright: #E52535;
  --red-dark: #8B1520;
  --black: #0A0A0A;
  --black-light: #111111;
  --black-card: #141414;
  --gray-dark: #1A1A1A;
  --gray: #2A2A2A;
  --gray-mid: #3A3A3A;
  --gray-text: #777;
  --gray-line: rgba(255,255,255,0.08);
  --white: #F5F5F5;
  --white-dim: #CCCCCC;
  --font-display: 'Bebas Neue', 'Anton', 'Oswald', sans-serif;
  --font-anton: 'Anton', 'Oswald', sans-serif;
  --font-stencil: 'Big Shoulders Stencil Display', 'Black Ops One', 'Bebas Neue', sans-serif;
  --font-marker: 'Permanent Marker', 'Bebas Neue', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }

/* Disable native tap highlight, focus glow i long-press menu na mobile */
html { -webkit-tap-highlight-color: rgba(0,0,0,0) !important; }
*, *::before, *::after {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a, button, [role="button"], .btn, .nav-icon, .nav-logo, .nav-user, .cart-badge, .hamburger {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation; /* uklanja 300ms tap delay + neke ghost flash-eve */
}
/* Chrome Android pokaže fokus glow nakratko na tap - ubij sve focus state vizuale */
a, button, .btn, [role="button"],
a:focus, button:focus, .btn:focus, [role="button"]:focus,
a:active, button:active, .btn:active, [role="button"]:active,
a:hover, button:hover {
    outline: 0 !important;
    outline-offset: 0 !important;
}
a:focus, a:active, button:focus, button:active,
.nav-logo:focus, .nav-logo:active,
.nav-user:focus, .nav-user:active,
.cart-badge:focus, .cart-badge:active,
.hamburger:focus, .hamburger:active,
.nav-icon:focus, .nav-icon:active {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    background-color: transparent !important;
}
/* Keyboard accessibility - vidljiv fokus samo za tipkovnicu, ne za tap */
a:focus-visible, button:focus-visible, .btn:focus-visible {
    outline: 2px solid var(--red) !important;
    outline-offset: 2px !important;
}
/* Touch device - kill sve active feedback osim onih namjernih */
@media (hover: none) {
    a:active, button:active, .btn:active, [role="button"]:active,
    .nav-logo:active, .nav-user:active, .cart-badge:active, .hamburger:active,
    .nav-icon:active {
        background-color: transparent !important;
        background: transparent !important;
        opacity: 1 !important;
        outline: 0 !important;
        box-shadow: none !important;
        filter: none !important;
    }
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; color: inherit; }

/* ===== GRUNGE / TEXTURE ===== */
.grain { position: relative; }
.grain::after {
  content:''; position:absolute; inset:0; pointer-events:none; z-index:0; opacity: var(--grain-op, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
.grain > * { position: relative; z-index: 1; }

.brick-bg {
  background-image:
    linear-gradient(to bottom, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.85) 100%),
    repeating-linear-gradient(0deg, transparent, transparent 48px, rgba(255,255,255,0.02) 48px, rgba(255,255,255,0.02) 50px),
    repeating-linear-gradient(90deg, transparent, transparent 98px, rgba(255,255,255,0.015) 98px, rgba(255,255,255,0.015) 100px);
}

.scratches { position:absolute; inset:0; pointer-events:none; z-index:1; overflow:hidden; }
.scratches::before {
  content:''; position:absolute; width:1px; height:100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.03) 20%, transparent 25%, transparent 60%, rgba(255,255,255,0.025) 65%, transparent 70%);
  left:15%; transform: rotate(0.5deg);
}
.scratches::after {
  content:''; position:absolute; width:1px; height:100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(255,255,255,0.02) 45%, transparent 55%, transparent 80%, rgba(255,255,255,0.03) 85%, transparent 90%);
  right:22%; transform: rotate(-0.3deg);
}

.vignette::after { content:''; position:absolute; inset:0; pointer-events:none; background: radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.4) 100%); z-index:1; }

.smoke { position:absolute; pointer-events:none; z-index:2; opacity: var(--smoke-op, 0); animation: smokeFloat 10s ease-in-out infinite; }
.smoke-blob { width:100%; height:100%; background: radial-gradient(ellipse, rgba(196,30,42,0.12) 0%, rgba(196,30,42,0.04) 35%, transparent 65%); filter: blur(50px); border-radius:50%; }
.smoke-white .smoke-blob { background: radial-gradient(ellipse, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 35%, transparent 65%); }
@keyframes smokeFloat {
  0% { opacity: 0; transform: translateY(30px) scale(0.7); }
  15% { opacity: var(--smoke-max, 1); }
  85% { opacity: calc(var(--smoke-max, 1) * 0.8); }
  100% { opacity: 0; transform: translateY(-60px) scale(1.4) translateX(40px); }
}

.drip { position:absolute; pointer-events:none; z-index:3; top:-2px; }
.drip::before {
  content:''; display:block; width:4px; height: var(--drip-h, 50px);
  background: linear-gradient(to bottom, var(--red), var(--red-dark) 60%, transparent);
  opacity: var(--drip-op, 0.35); border-radius: 0 0 3px 3px; filter: blur(0.5px);
}
.drip::after {
  content:''; display:block; width:8px; height:8px; background: var(--red-dark); border-radius:50%;
  opacity: calc(var(--drip-op, 0.35) * 0.7); margin-top:-1px; margin-left:-2px; filter: blur(1px);
}

.splatter { position:absolute; pointer-events:none; z-index:1; }
.splatter::before {
  content:''; position:absolute; width:180px; height:180px;
  background: radial-gradient(circle at 30% 40%, var(--red-dark) 0%, transparent 45%);
  opacity: calc(var(--drip-op, 0.35) * 0.55); filter: blur(3px); border-radius: 40% 60% 50% 45%;
}

.grunge-divider { width:100%; height:8px; position:relative; overflow:hidden; background: var(--black); }
.grunge-divider::before {
  content:''; position:absolute; inset:0;
  background: linear-gradient(90deg,
    transparent 0%, var(--red-dark) 3%, var(--red) 6%, transparent 9%, transparent 12%,
    var(--red) 14%, var(--red-dark) 20%, transparent 24%, transparent 35%,
    rgba(196,30,42,0.5) 38%, var(--red) 42%, transparent 46%, transparent 52%,
    var(--red-dark) 55%, var(--red) 60%, transparent 64%, transparent 70%,
    rgba(196,30,42,0.6) 73%, var(--red) 77%, transparent 80%, transparent 86%,
    var(--red-dark) 88%, var(--red) 92%, transparent 96%, var(--red-dark) 100%);
  opacity: 0.6;
}
.grunge-divider::after {
  content:''; position:absolute; inset:0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.3'/%3E%3C/svg%3E");
}

.text-distressed {
  text-shadow: 3px 3px 6px rgba(0,0,0,0.9), -1px -1px 0 rgba(0,0,0,0.5), 0 0 40px rgba(196,30,42,0.2), 0 0 80px rgba(196,30,42,0.08);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 14px 32px;
  font-family: var(--font-condensed);
  font-size: 13px; font-weight:600; letter-spacing:2px; text-transform: uppercase;
  border:none; cursor:pointer; transition: all 0.25s; position:relative;
  white-space: nowrap;
}
.btn-red { background: var(--red); color:white; box-shadow: inset 0 0 30px rgba(0,0,0,0.3); }
.btn-red:hover { background: var(--red-bright); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,30,42,0.4), inset 0 0 30px rgba(0,0,0,0.2); }
.btn-outline { background: rgba(255,255,255,0.03); color: var(--white); border:1px solid rgba(255,255,255,0.2); box-shadow: inset 0 0 20px rgba(0,0,0,0.4); }
.btn-outline:hover { border-color: var(--white); transform: translateY(-2px); background: rgba(255,255,255,0.06); }
.btn-ghost { background: transparent; color: var(--white-dim); border:1px solid transparent; }
.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.15); }
.btn-sm { padding: 10px 20px; font-size: 11px; }
.btn-lg { padding: 18px 40px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-arrow { font-size:16px; transition: transform 0.3s; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ===== NAV ===== */
.nav {
  position: sticky; top:0; z-index:1000;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0 32px;
  height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
/* ===== NAV LOGO PATCH (leather patch koji visi ispod headera) ===== */
.nav-logo-patch {
  align-self: flex-start;
  position: relative;
  z-index: 1100;
  display: flex;
  height: 70px;            /* visina headera; patch unutra prelazi dole */
  align-items: flex-start;
  overflow: visible;
}
.logo-patch {
  position: relative;
  display: inline-block;
  padding: 16px 26px 22px;
  /* crna leather pozadina */
  background-color: #0e0e0e;
  background-image:
    radial-gradient(ellipse at 32% 18%, rgba(255,255,255,0.07), transparent 62%),
    radial-gradient(ellipse at 72% 85%, rgba(0,0,0,0.55), transparent 60%),
    linear-gradient(145deg, #1f1f1f 0%, #101010 48%, #060606 100%);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.6),
    0 2px 6px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -10px 20px rgba(0,0,0,0.5);
  transition: transform 0.25s cubic-bezier(0.2,0.8,0.2,1);
}
.nav-logo-patch:hover .logo-patch { transform: translateY(2px); }
/* konci - prošiveni rub (lijevo, desno, dole) */
.logo-patch::before {
  content: '';
  position: absolute;
  left: 5px; right: 5px; top: -1px; bottom: 5px;
  border: 2px dashed rgba(228,221,205,0.5);
  border-top: none;
  pointer-events: none;
}
.logo-patch-img {
  display: block;
  position: relative;
  height: 100px;
  width: auto;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.7));
}
/* GLITCH na hover - samo logo (RGB-split + jitter) */
.nav-logo-patch:hover .logo-patch-img {
  animation: logoGlitch 0.38s steps(2, end) infinite;
}
@keyframes logoGlitch {
  0%, 100% { transform: translate(0); filter: drop-shadow(0 2px 3px rgba(0,0,0,0.7)); }
  20% { transform: translate(-2px, 1px); filter: drop-shadow(2px 0 0 #c41e2a) drop-shadow(-2px 0 0 #00d4ff); }
  40% { transform: translate(2px, -1px); filter: drop-shadow(-2px 0 0 #c41e2a) drop-shadow(2px 0 0 #00d4ff); }
  60% { transform: translate(-1px, 2px); filter: drop-shadow(1px 1px 0 #c41e2a) drop-shadow(-1px -1px 0 #00d4ff); }
  80% { transform: translate(1px, -1px); filter: drop-shadow(-1px 0 0 #c41e2a) drop-shadow(1px 0 0 #00d4ff); }
}
@media (max-width: 600px) {
  .logo-patch { padding: 12px 20px 17px; }
  .logo-patch-img { height: 82px; }
}
.nav-links { display:flex; gap:32px; list-style:none; }
.nav-links a {
  font-family: var(--font-condensed);
  font-size: 13px; font-weight:600; letter-spacing:2.5px; text-transform: uppercase;
  color: var(--white-dim); transition: color 0.3s; position: relative; padding: 8px 0;
  cursor: pointer;
}
.nav-links a:hover { color: var(--red); }
.nav-links a.active { color: var(--red); }
.nav-links a.active::after { content:''; position:absolute; bottom:-4px; left:0; right:0; height:2px; background: var(--red); }
.nav-icons { display:flex; gap: 18px; align-items: center; }
.nav-icon { width: 20px; height: 20px; stroke: var(--white-dim); cursor: pointer; transition: stroke 0.3s; fill: none; stroke-width: 1.6; }
.nav-icon:hover { stroke: var(--red); }
.cart-badge { position: relative; }
.cart-badge[data-count]::after {
  content: attr(data-count);
  position: absolute; top:-7px; right:-9px;
  background: var(--red); color:white; font-size:9px; font-weight:700;
  min-width: 16px; height:16px; padding: 0 4px;
  border-radius: 8px; display: flex; align-items:center; justify-content:center;
  font-family: var(--font-condensed); letter-spacing: 0;
}

.nav-icons .hamburger { display:none; width: 28px; height: 18px; position: relative; }
.hamburger span { position: absolute; left:0; right:0; height:2px; background: var(--white); transition: all 0.3s; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 8px; }
.hamburger span:nth-child(3) { top: 16px; }
.hamburger.open span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

/* ===== ANNOUNCEMENT BAR ===== */
.announce {
  background: var(--red);
  color: white;
  text-align: center;
  padding: 8px 16px;
  font-family: var(--font-condensed);
  font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  overflow: hidden; position: relative;
}
.announce-track { display: inline-flex; white-space: nowrap; animation: announceScroll 40s linear infinite; will-change: transform; }
.announce-track span { padding-right: 60px; }
.announce-track span::before { content: '◆'; margin-right: 14px; color: rgba(255,255,255,0.5); }
@keyframes announceScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== PAGE CONTAINER ===== */
.page { min-height: calc(100vh - 70px - 32px); position: relative; }
.page-header {
  position: relative; padding: 80px 80px 60px; overflow: hidden;
  border-bottom: 1px solid var(--gray-line);
  background: var(--black-light);
}
.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 88px); font-weight: 700;
  text-transform: uppercase; letter-spacing: -1px; line-height: 0.95;
}
.page-header .crumbs {
  font-family: var(--font-condensed);
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-text);
  margin-bottom: 16px;
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
}
.page-header .crumbs a:hover { color: var(--red); }
.page-header .crumbs .sep { color: var(--gray-mid); }
.page-header .crumbs .here { color: var(--white); }
.page-header .sub {
  font-family: var(--font-condensed);
  font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: var(--red);
  margin-top: 12px;
}

/* ===== CONTAINERS ===== */
.wrap { padding: 60px 80px; position: relative; }
.wrap-tight { padding: 40px 80px; position: relative; }
.container-narrow { max-width: 760px; margin: 0 auto; }
.container-mid { max-width: 1000px; margin: 0 auto; }

/* ===== FORM ===== */
.field { display:flex; flex-direction:column; gap: 8px; }
.field label {
  font-family: var(--font-condensed);
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gray-text);
  font-weight: 600;
}
.field input, .field select, .field textarea {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  padding: 14px 16px;
  font-size: 15px;
  font-family: var(--font-body);
  transition: border 0.2s, background 0.2s;
  outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--red); background: rgba(196,30,42,0.05);
}
.field input::placeholder, .field textarea::placeholder { color: var(--gray-text); }
.field .hint { font-size: 12px; color: var(--gray-text); font-family: var(--font-body); letter-spacing: 0; text-transform: none; }
.field.error input, .field.error select { border-color: var(--red); }

.check {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  font-size: 14px; color: var(--white-dim); padding: 6px 0;
}
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check .box {
  width: 18px; height: 18px; border: 1px solid rgba(255,255,255,0.25);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.2s; flex-shrink: 0;
}
.check input:checked + .box { background: var(--red); border-color: var(--red); }
.check input:checked + .box::after { content: '✓'; color: white; font-size: 12px; font-weight: 700; }
.check .radio { border-radius: 50%; }
.check input:checked + .radio { background: var(--black); border-color: var(--red); border-width: 5px; }
.check input:checked + .radio::after { content: ''; }

/* ===== CARD / SURFACE ===== */
.surface {
  background: var(--black-card);
  border: 1px solid var(--gray-line);
  position: relative;
}
.surface-pad { padding: 24px; }

/* ===== TABLES ===== */
.kv { display: grid; grid-template-columns: auto 1fr; gap: 8px 20px; font-size: 14px; }
.kv .k { font-family: var(--font-condensed); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-text); }
.kv .v { color: var(--white); }

/* ===== FOOTER ===== */
.footer {
  background: var(--black);
  padding: 80px 80px 24px;
  border-top: 1px solid var(--gray-line);
  position: relative; overflow: hidden;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
  position: relative; z-index: 2;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 48px; font-weight: 700; letter-spacing: 3px; margin-bottom: 16px;
}
.footer-logo span { color: var(--red); font-size: 20px; }
.footer-tagline {
  font-family: var(--font-condensed);
  font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--red);
  margin-bottom: 6px;
}
.footer-motto { font-size: 13px; color: var(--gray-text); margin-bottom: 28px; font-style: italic; }
.footer-social { display: flex; gap: 14px; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.footer-social a:hover { background: var(--red); border-color: var(--red); }
.footer-social svg { width: 14px; height: 14px; fill: currentColor; color: var(--white-dim); }
.footer-social a:hover svg { color: white; }
.footer-col h5 {
  font-family: var(--font-display);
  font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13px; color: var(--gray-text); transition: color 0.2s;
  font-family: var(--font-condensed); letter-spacing: 1.5px; text-transform: uppercase;
}
.footer-col a:hover { color: var(--red); }
.footer-credit { color: var(--red); letter-spacing: 1px; transition: color 0.15s; font-weight: 600; }
.footer-credit:hover { color: var(--white); }

/* ===== SCROLL TO TOP DUGME (isti stil kao cookie FAB) ===== */
.scroll-top {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 9000;
  width: 44px; height: 44px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(196,30,42,0.5);
  color: var(--white-dim);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-top:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(196,30,42,0.3);
}
.scroll-top svg { width: 22px; height: 22px; }

@media (max-width: 600px) {
  .scroll-top { right: 16px; bottom: 16px; width: 40px; height: 40px; }
  .scroll-top svg { width: 19px; height: 19px; }
}
.footer-bottom {
  border-top: 1px solid var(--gray-line);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
  font-size: 11px; color: var(--gray-text);
  font-family: var(--font-condensed); letter-spacing: 2px; text-transform: uppercase;
}
.footer-legal { display: flex; gap: 24px; }
.footer-legal a:hover { color: var(--red); }

/* ===== UTILITY ===== */
.hidden { display: none !important; }
.flex { display: flex; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.gap-sm { gap: 8px; } .gap-md { gap: 16px; } .gap-lg { gap: 24px; } .gap-xl { gap: 32px; }
.text-red { color: var(--red); }
.text-dim { color: var(--white-dim); }
.text-muted { color: var(--gray-text); }
.mono { font-family: var(--font-mono); }
.condensed { font-family: var(--font-condensed); letter-spacing: 2px; text-transform: uppercase; }
.price { font-family: var(--font-display); font-weight: 600; }

/* Section title shared */
.section-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 40px;
  position: relative; z-index: 2;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.5vw, 80px); font-weight: 400;
  text-transform: uppercase; letter-spacing: 0; line-height: 0.92;
}
.section-title em { font-style: normal; -webkit-text-stroke: 2px var(--white); color: transparent; }
.section-link {
  font-family: var(--font-condensed);
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--red);
  cursor: pointer;
}
.section-link span { margin-left: 6px; transition: transform 0.2s; display: inline-block; }
.section-link:hover span { transform: translateX(4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .nav { padding: 0 20px; }
  .nav-links { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .wrap, .wrap-tight { padding: 40px 32px; }
  .page-header { padding: 92px 32px 40px; }
  .footer { padding: 60px 32px 24px; }
}
@media (max-width: 768px) {
  .nav-icons .hamburger { display: block; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .wrap, .wrap-tight { padding: 32px 20px; }
  .page-header { padding: 80px 20px 32px; }
  .page-header h1 { font-size: clamp(40px, 10vw, 56px); }
}

/* ===== NAV DRAWER (mobilni meni) ===== */
.nav-drawer-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9800;
}
.nav-drawer-overlay.open { opacity: 1; pointer-events: auto; }
.nav-drawer {
  position: fixed; top: 0; bottom: 0; left: 0;
  width: 300px; max-width: 84vw;
  background: var(--black-light);
  border-right: 1px solid var(--gray-line);
  box-shadow: 20px 0 50px rgba(0,0,0,0.6);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  z-index: 9801;
  display: flex; flex-direction: column;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--gray-line);
}
.nav-drawer-title {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--white);
}
.nav-drawer-close {
  background: transparent; border: 1px solid rgba(255,255,255,0.1);
  color: var(--white-dim); width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.15s;
}
.nav-drawer-close:hover { background: var(--red); border-color: var(--red); color: #fff; }
.nav-drawer-links {
  display: flex; flex-direction: column;
  padding: 8px 0; flex: 1; overflow-y: auto;
}
.nav-drawer-links a {
  padding: 16px 24px;
  font-family: var(--font-condensed);
  font-size: 16px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--white-dim);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s, color 0.15s;
}
.nav-drawer-links a:hover { color: var(--red); background: rgba(196,30,42,0.07); }
.nav-drawer-foot {
  border-top: 1px solid var(--gray-line);
  padding: 10px 0;
}
.nav-drawer-action {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 24px;
  font-family: var(--font-condensed);
  font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--white-dim);
  transition: color 0.15s;
}
.nav-drawer-action:hover { color: var(--red); }
.nav-drawer-action svg { flex-shrink: 0; }
