/* Local fonts (self-hosted) */
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url("fonts/bebas-neue-v16-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans"), url("fonts/dm-sans-v17-latin-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans"), url("fonts/dm-sans-v17-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Medium"), url("fonts/dm-sans-v17-latin-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans SemiBold"), url("fonts/dm-sans-v17-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Italic"), url("fonts/dm-sans-v17-latin-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* —— Blue Eyed Phoenix — dark minimal asymmetric —— */
:root {
  --bg: #0c0c0d;
  --bg-elevated: #141416;
  --surface: #1a1a1d;
  --text: #f0eef5;
  --text-muted: #9c99a8;
  /* Ljubičasto-plava: mešavina toplog i hladnog, naglasak ka plavom */
  --accent: #5468f9;
  --accent-deep: #3d4fd6;
  --accent-glow: #7b8cff;
  --accent-soft: rgba(84, 104, 249, 0.14);
  --accent-pink-soft: rgba(255, 80, 170, 0.1);
  --border: rgba(255, 255, 255, 0.06);
  /* Neon — slojeviti text-shadow za kontrast na tamnoj pozadini */
  --neon-accent: 0 0 10px rgba(184, 198, 255, 0.95), 0 0 22px rgba(84, 104, 249, 0.85),
    0 0 44px rgba(84, 104, 249, 0.5), 0 0 80px rgba(61, 79, 214, 0.28);
  --neon-accent-soft: 0 0 8px rgba(140, 158, 255, 0.7), 0 0 20px rgba(84, 104, 249, 0.45);
  --neon-ice: 0 0 12px rgba(255, 255, 255, 0.45), 0 0 28px rgba(200, 210, 255, 0.28),
    0 0 52px rgba(84, 104, 249, 0.18);
  --neon-ice-subtle: 0 0 8px rgba(255, 255, 255, 0.22), 0 0 20px rgba(160, 175, 255, 0.12);
  --neon-muted: 0 0 10px rgba(180, 188, 220, 0.35), 0 0 24px rgba(84, 104, 249, 0.12);
  /* Pink neon — naglašena mesta (statički sjaj kad nema animacije) */
  --neon-pink-full: 0 0 6px rgba(255, 252, 255, 0.95), 0 0 14px rgba(255, 110, 200, 0.95),
    0 0 28px rgba(255, 55, 165, 0.78), 0 0 52px rgba(255, 35, 140, 0.42);
  --neon-pink-soft: 0 0 8px rgba(255, 130, 200, 0.75), 0 0 20px rgba(255, 60, 160, 0.45);
  --neon-pink-off: 0 0 4px rgba(255, 40, 120, 0.12);
  --pink-tube: #ff5cb8;
  --pink-tube-hot: #ffa0dc;
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Treperenje kao kvarljiva pink neonska cev */
@keyframes neon-pink-flicker {
  0%,
  100% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  10.8%,
  11.6% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  11.2% {
    color: #4a3042;
    text-shadow: var(--neon-pink-off);
    opacity: 0.4;
  }
  22.5% {
    color: #1a1218;
    text-shadow: none;
    opacity: 0.18;
  }
  23.1%,
  24% {
    color: #fff;
    text-shadow: 0 0 8px #fff, 0 0 20px #ff6ec7, 0 0 44px #ff2d95, 0 0 72px rgba(255, 40, 140, 0.55);
    opacity: 1;
  }
  47%,
  48.5% {
    color: #ffb8e5;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  47.8% {
    color: #5c3d50;
    text-shadow: var(--neon-pink-off);
    opacity: 0.5;
  }
  60.2% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-soft);
    opacity: 0.88;
  }
  60.6% {
    color: #2a1a22;
    text-shadow: none;
    opacity: 0.22;
  }
  61% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  78%,
  79% {
    color: #ffe8f6;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  78.5% {
    opacity: 0.55;
    text-shadow: 0 0 6px rgba(255, 100, 180, 0.35);
  }
  91% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
  91.4%,
  91.7% {
    opacity: 0.08;
    text-shadow: none;
    color: #1a1015;
  }
  92.1% {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
}

@keyframes neon-pink-tube-flicker {
  0%,
  100% {
    background: var(--pink-tube-hot);
    box-shadow: 0 0 14px #ff6ec7, 0 0 32px rgba(255, 45, 150, 0.65), 0 0 52px rgba(255, 30, 130, 0.35);
    opacity: 1;
  }
  9% {
    background: #2d1822;
    box-shadow: none;
    opacity: 0.35;
  }
  9.5% {
    background: #fff;
    box-shadow: 0 0 20px #ff9edb, 0 0 48px #ff3cac;
    opacity: 1;
  }
  31% {
    background: var(--pink-tube);
    box-shadow: 0 0 10px rgba(255, 100, 180, 0.45);
    opacity: 0.75;
  }
  44% {
    background: #1a1015;
    box-shadow: none;
    opacity: 0.15;
  }
  44.8% {
    background: var(--pink-tube-hot);
    box-shadow: 0 0 16px #ff6ec7, 0 0 40px rgba(255, 50, 160, 0.55);
    opacity: 1;
  }
  67% {
    opacity: 0.55;
    box-shadow: 0 0 8px rgba(255, 80, 170, 0.3);
  }
  82% {
    opacity: 1;
    box-shadow: 0 0 14px #ff6ec7, 0 0 36px rgba(255, 45, 155, 0.5);
  }
}

@keyframes neon-pink-cta-flicker {
  0%,
  100% {
    color: #ffd5f0;
    border-color: rgba(255, 150, 210, 0.95);
    text-shadow: var(--neon-pink-soft);
    box-shadow: 0 0 22px rgba(255, 80, 170, 0.35), inset 0 0 18px rgba(255, 60, 150, 0.08);
  }
  16% {
    color: #6b4a5c;
    border-color: rgba(90, 50, 70, 0.5);
    text-shadow: none;
    box-shadow: none;
    opacity: 0.55;
  }
  16.8% {
    color: #fff;
    border-color: #ffb8e5;
    text-shadow: 0 0 12px #ff9edb;
    box-shadow: 0 0 36px rgba(255, 100, 190, 0.55), inset 0 0 24px rgba(255, 120, 200, 0.12);
    opacity: 1;
  }
  55% {
    border-color: rgba(255, 130, 200, 0.7);
    box-shadow: 0 0 14px rgba(255, 70, 160, 0.25);
  }
  72% {
    opacity: 0.35;
    border-color: rgba(40, 25, 35, 0.6);
    text-shadow: none;
    box-shadow: none;
  }
  72.6% {
    opacity: 1;
    color: #ffd5f0;
    border-color: rgba(255, 160, 215, 0.95);
    text-shadow: var(--neon-pink-soft);
    box-shadow: 0 0 26px rgba(255, 85, 175, 0.4);
  }
}

@keyframes neon-pink-icon-flicker {
  0%,
  100% {
    color: #ffb8e8;
    filter: drop-shadow(0 0 10px rgba(255, 100, 190, 0.9)) drop-shadow(0 0 22px rgba(255, 50, 160, 0.55));
  }
  19% {
    color: #3d2835;
    filter: drop-shadow(0 0 2px rgba(255, 50, 120, 0.15));
  }
  19.6% {
    color: #fff;
    filter: drop-shadow(0 0 14px #ff7ec8) drop-shadow(0 0 32px #ff3cac);
  }
  58% {
    filter: drop-shadow(0 0 6px rgba(255, 80, 170, 0.35));
  }
  84% {
    color: #221018;
    filter: none;
  }
  84.5% {
    color: #ffb8e8;
    filter: drop-shadow(0 0 12px rgba(255, 110, 200, 0.85));
  }
}

@keyframes neon-pink-orbit-flicker {
  0%,
  100% {
    border-color: rgba(255, 150, 200, 0.85);
    box-shadow: 0 0 22px rgba(255, 90, 180, 0.45), 0 0 52px rgba(255, 50, 150, 0.22),
      inset 0 0 28px rgba(255, 120, 200, 0.1);
    opacity: 0.55;
    transform: scale(1);
  }
  11% {
    border-color: rgba(60, 35, 50, 0.4);
    box-shadow: none;
    opacity: 0.12;
    transform: scale(0.98);
  }
  11.7% {
    border-color: rgba(255, 220, 240, 0.95);
    box-shadow: 0 0 36px rgba(255, 120, 200, 0.65), 0 0 72px rgba(255, 60, 160, 0.3);
    opacity: 0.75;
    transform: scale(1.02);
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 10px rgba(255, 80, 170, 0.2);
  }
  50.5% {
    opacity: 0.65;
    box-shadow: 0 0 24px rgba(255, 100, 190, 0.4);
  }
  77% {
    opacity: 0.08;
    border-color: rgba(30, 15, 25, 0.3);
    box-shadow: none;
  }
  77.4% {
    opacity: 0.58;
    border-color: rgba(255, 160, 210, 0.8);
    box-shadow: 0 0 20px rgba(255, 85, 175, 0.4);
  }
}

@keyframes neon-pink-marquee-flicker {
  0%,
  100% {
    color: #ffb8e8;
    opacity: 1;
    text-shadow: 0 0 12px rgba(255, 130, 200, 0.85), 0 0 32px rgba(255, 70, 170, 0.45),
      0 0 56px rgba(255, 45, 150, 0.22);
  }
  13% {
    color: #4a3545;
    text-shadow: 0 0 4px rgba(255, 60, 130, 0.12);
    opacity: 0.4;
  }
  13.8% {
    color: #fff5fb;
    text-shadow: 0 0 16px #ff7ec8, 0 0 40px rgba(255, 50, 160, 0.55);
    opacity: 1;
  }
  41% {
    opacity: 0.65;
    text-shadow: 0 0 8px rgba(255, 100, 180, 0.35);
  }
  63% {
    color: #221820;
    text-shadow: none;
    opacity: 0.2;
  }
  63.7% {
    color: #ffb8e8;
    opacity: 1;
    text-shadow: 0 0 14px rgba(255, 120, 200, 0.8), 0 0 36px rgba(255, 60, 165, 0.4);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* smooth samo preko JS na sidrima — globalno smooth remeti GSAP ScrollTrigger scrub */
html {
  scroll-behavior: auto;
  overflow-x: hidden;
  max-width: 100%;
  /* Vertikalna traka dokumenta skrivena; skrol i dalje radi */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  overscroll-behavior-x: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.is-loading,
body.is-loading {
  overflow: hidden;
  overscroll-behavior: none;
  overscroll-behavior-x: none;
}

html.is-loading {
  height: 100%;
}

body.is-loading {
  touch-action: none;
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px)
    env(safe-area-inset-left, 0px);
  background: var(--bg);
  pointer-events: none;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}

.loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(0.75rem, 4vw, 1.5rem);
  box-sizing: border-box;
  text-align: center;
}

.loader__word {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(3rem, 12vw, 7rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #ffd0ef;
  text-shadow: var(--neon-pink-full);
  padding-inline: 0;
}

#loader.loader--neon .loader__word {
  animation: neon-pink-flicker 2.85s ease-in-out infinite;
  animation-delay: 0.08s;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1rem, 4vw, 3rem);
  color: #fff;
  overflow: visible;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  overflow: visible;
}

/* Mali layout box (ne diže visinu headera); vizuelno uvećanje scale-om */
.logo__img {
  display: block;
  height: 2rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
  transform: scale(2.55);
  transform-origin: left center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .logo__img {
    transform: scale(2.85);
  }
}

.nav,
.menu-toggle {
  mix-blend-mode: difference;
  color: #fff;
}

.nav {
  display: none;
  gap: 2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 0.25rem 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.35s var(--ease-out);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  width: 100%;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 24px;
  background: currentColor;
  transition: transform 0.3s var(--ease-out);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: min(100%, 320px);
  height: 100vh;
  padding: 6rem 2rem 2rem;
  background: var(--bg-elevated);
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
}

.mobile-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav a {
  opacity: 0;
  transform: translateX(20px);
}

/* Hero */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(5rem, 12vw, 8rem) clamp(1rem, 4vw, 3rem) 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}

/* Dok loader ne završi intro, hero je nevidljiv (nema „flash“ pre GSAP-a). „Beograd“ ostaje vidljiv odmah. */
.hero--intro-wait .hero__split,
.hero--intro-wait > .hero__tagline,
.hero--intro-wait > .hero__cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 52vh;
  overflow-x: visible;
}

@media (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 58vh;
    align-items: stretch;
  }
}

.hero__split {
  position: relative;
  min-height: 240px;
  padding: 2rem 1.5rem 3rem;
  overflow: hidden;
  border: 1px solid var(--border);
}

@media (min-width: 768px) {
  .hero__split--pierce {
    transform: translateY(8%);
    margin-right: -8%;
    z-index: 1;
  }

  .hero__split--tattoo {
    transform: translateY(-4%);
    margin-left: -4%;
    z-index: 2;
  }
}

.hero__split-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--surface) 0%, var(--bg) 100%);
  opacity: 0.9;
}

.hero__split--tattoo .hero__split-bg {
  background: linear-gradient(
    215deg,
    var(--bg-elevated) 0%,
    #0a0a0b 55%,
    rgba(84, 104, 249, 0.06) 100%
  );
}

.hero__split--pierce .hero__split-bg {
  background: linear-gradient(
    145deg,
    var(--surface) 0%,
    var(--bg) 70%,
    rgba(91, 82, 242, 0.05) 100%
  );
}

.hero__label {
  position: relative;
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: neon-pink-flicker 3.15s ease-in-out infinite;
  animation-delay: 0.12s;
}

/* U skladu sa blokom Koža kao platno; desno poravnanje, manje isečenja uz negativni margin kartice */
.hero__split--tattoo .hero__label {
  text-align: right;
}

.hero__title {
  position: relative;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero__title--right {
  text-align: left;
}

@media (min-width: 768px) {
  .hero__title--right {
    text-align: right;
  }
}

.hero__title-line {
  display: block;
  color: #f2f1ff;
  text-shadow: var(--neon-ice);
}

.hero__title-line--accent {
  transform: translateX(0);
  animation: neon-pink-flicker 3.05s ease-in-out infinite;
}

.hero__split--pierce .hero__title-line--accent {
  animation-delay: 0.05s;
}

.hero__split--tattoo .hero__title-line--accent {
  animation-delay: 0.22s;
}

@media (min-width: 768px) {
  .hero__split--pierce .hero__title-line--accent {
    transform: translateX(12%);
  }

  .hero__split--tattoo .hero__title-line--accent {
    transform: translateX(-8%);
  }
}

.hero__overlap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

/* Beograd — stalno „upaljen“ pink neon, bez treperenja */
.hero__overlap-text {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 14vw, 8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 175, 220, 0.16);
  -webkit-text-stroke: 1px rgba(255, 200, 230, 0.82);
  text-shadow: 0 0 32px rgba(255, 95, 185, 0.72), 0 0 72px rgba(255, 65, 165, 0.48),
    0 0 120px rgba(255, 100, 195, 0.28);
}

.hero__tagline {
  max-width: 28rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hero__tagline em {
  font-style: normal;
  animation: neon-pink-flicker 3.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

.hero__cta {
  align-self: flex-start;
  padding: 1rem 1.75rem;
  border: 1px solid rgba(255, 160, 210, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: neon-pink-cta-flicker 3.4s ease-in-out infinite;
  transition: background 0.35s var(--ease-out), color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out),
    text-shadow 0.35s var(--ease-out), border-color 0.35s var(--ease-out), opacity 0.35s var(--ease-out);
}

.hero__cta:hover,
.hero__cta:focus-visible {
  animation: none;
  background: linear-gradient(145deg, #ff2d95, #ff6ec7);
  color: var(--bg);
  text-shadow: none;
  border-color: rgba(255, 230, 245, 0.98);
  opacity: 1;
  box-shadow: 0 0 40px rgba(255, 100, 185, 0.55), 0 0 72px rgba(255, 60, 160, 0.28);
}

@media (max-width: 767px) {
  .hero {
    padding-top: calc(4.35rem + env(safe-area-inset-top, 0px));
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
    padding-bottom: calc(2.75rem + env(safe-area-inset-bottom, 0px));
    gap: clamp(1.5rem, 5vw, 2rem);
    justify-content: flex-end;
  }

  .hero__grid {
    gap: 0.75rem;
    min-height: 0;
    padding: 0 0.125rem;
  }

  .hero__split {
    min-height: clamp(168px, 42vw, 220px);
    padding: clamp(1.35rem, 4.5vw, 1.85rem) clamp(1.1rem, 4vw, 1.45rem) clamp(1.6rem, 4.5vw, 2rem);
    border-radius: 16px;
    border-color: rgba(255, 255, 255, 0.085);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .hero__split--pierce {
    padding-right: clamp(1rem, 5vw, 1.35rem);
  }

  .hero__split--tattoo {
    padding-left: clamp(1rem, 5vw, 1.35rem);
  }

  .hero__label {
    margin-bottom: 0.65rem;
    letter-spacing: 0.22em;
    font-size: 0.625rem;
  }

  .hero__title {
    font-size: clamp(2rem, 10.5vw, 2.85rem);
    line-height: 0.97;
    letter-spacing: 0.025em;
  }

  .hero__title--right {
    text-align: right;
  }

  /* „Beograd“ u spoju dve kartice — ne preklapa tagline ispod grida */
  .hero__overlap {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .hero__overlap-text {
    font-size: clamp(2.2rem, 11.5vw, 3.35rem);
    letter-spacing: 0.07em;
    -webkit-text-stroke: 1px rgba(255, 200, 230, 0.78);
    text-shadow: 0 0 28px rgba(255, 95, 185, 0.65), 0 0 56px rgba(255, 65, 165, 0.4),
      0 0 96px rgba(255, 100, 195, 0.22);
  }

  .hero__tagline {
    max-width: none;
    font-size: 0.9375rem;
    line-height: 1.6;
    padding: 0 0.2rem;
    margin-top: 0.25rem;
  }

  .hero__cta {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 1.05rem 1.5rem;
    border-radius: 10px;
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 380px) {
  .hero__title {
    font-size: clamp(1.85rem, 9.8vw, 2.35rem);
  }

  .hero__overlap-text {
    font-size: clamp(1.95rem, 10.5vw, 2.75rem);
  }

  .hero__split {
    border-radius: 14px;
  }
}

/* Marquee */
.marquee-section {
  border-block: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-elevated);
}

.marquee {
  padding: 0.75rem 0;
  overflow: hidden;
}

.marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: marquee-seamless 32s linear infinite;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4c2d4;
  text-shadow: var(--neon-muted);
}

.marquee__group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.marquee__chunk {
  flex-shrink: 0;
  white-space: nowrap;
}

.marquee--reverse .marquee__track {
  animation-direction: reverse;
  animation-duration: 36s;
}

.marquee-section--bottom .marquee__track {
  animation: marquee-seamless 36s linear infinite reverse, neon-pink-marquee-flicker 2.8s ease-in-out infinite;
}

@keyframes marquee-seamless {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Section titles */
.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-title__big {
  display: block;
  color: #faf8ff;
  text-shadow: var(--neon-ice);
}

.section-title__big--accent {
  animation: neon-pink-flicker 3.08s ease-in-out infinite;
  animation-delay: 0.15s;
}

.section-title__rest {
  display: block;
  margin-left: 15%;
  color: #b6b3c8;
  text-shadow: var(--neon-muted);
}

/* About */
.about {
  padding: clamp(4rem, 12vw, 8rem) clamp(1rem, 4vw, 3rem);
}

.about__layout {
  display: grid;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .about__layout {
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .about__title {
    grid-column: 1 / -1;
    margin-bottom: 1rem;
  }

  .about__text {
    margin-top: 10%;
    margin-left: 8%;
  }

  .about__aside {
    justify-self: end;
    max-width: 280px;
    margin-top: -4rem;
  }
}

.about__text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 36rem;
}

.about__stat {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 6rem);
  line-height: 1;
  animation: neon-pink-flicker 2.92s ease-in-out infinite;
  animation-delay: 0.25s;
}

.about__stat-label {
  margin: 0.25rem 0 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about__quote {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text);
  border-left: 2px solid rgba(255, 120, 200, 0.85);
  padding-left: 1rem;
  box-shadow: -4px 0 18px -2px rgba(255, 80, 170, 0.22);
}

/* Services */
.services {
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 4vw, 3rem);
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.services__header {
  max-width: 1200px;
  margin: 0 auto 3rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .services__header {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .services__title .section-title__rest {
    margin-left: 0;
  }

  .services__intro {
    text-align: right;
    max-width: 22rem;
    justify-self: end;
  }
}

.services__intro {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.services__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

.services__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
  cursor: default;
  transition: padding-left 0.4s var(--ease-out);
}

.services__item:first-child {
  border-top: 1px solid var(--border);
}

.services__item:hover {
  padding-left: 0.75rem;
}

.services__num {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  animation: neon-pink-flicker 3.12s ease-in-out infinite;
}

.services__item:nth-child(2) .services__num {
  animation-delay: 0.18s;
}

.services__item:nth-child(3) .services__num {
  animation-delay: 0.36s;
}

.services__item:nth-child(4) .services__num {
  animation-delay: 0.54s;
}

.services__name {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 500;
  color: #e8e6f0;
  transition: text-shadow 0.35s var(--ease-out), color 0.35s var(--ease-out);
}

.services__item:hover .services__name {
  color: #fff;
  text-shadow: var(--neon-ice-subtle);
}

/* Social */
.social {
  position: relative;
  padding: clamp(5rem, 14vw, 10rem) clamp(1rem, 4vw, 3rem);
  overflow: hidden;
}

.social__bg {
  position: absolute;
  inset: 15% -20% -10%;
  background: radial-gradient(ellipse at 70% 30%, var(--accent-pink-soft) 0%, var(--accent-soft) 40%, transparent 58%);
  pointer-events: none;
}

.social__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.social__titles {
  margin-bottom: 3rem;
}

.social__headline {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 9vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.social__word {
  display: inline-block;
  margin-right: 0.35em;
  color: #f2f0ff;
  text-shadow: var(--neon-ice);
}

.social__word--accent {
  animation: neon-pink-flicker 3.18s ease-in-out infinite;
  animation-delay: 0.28s;
}

.social__sub {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.social__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .social__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.25rem;
  }

  .social-card:nth-child(2) {
    margin-top: 3rem;
    margin-left: 8%;
  }

  .social-card:nth-child(3) {
    margin-top: -2rem;
    margin-left: auto;
  }
}

.social-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 1.75rem;
  min-height: 180px;
  width: 100%;
  max-width: 280px;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: border-color 0.35s var(--ease-out), transform 0.35s var(--ease-out);
  transform-style: preserve-3d;
}

.social-card:hover,
.social-card:focus-visible {
  border-color: rgba(255, 160, 210, 0.85);
  box-shadow: 0 0 28px rgba(255, 100, 180, 0.28), 0 0 52px rgba(255, 60, 150, 0.12);
}

.social-card__icon {
  font-size: 1.5rem;
  opacity: 1;
  animation: neon-pink-icon-flicker 2.95s ease-in-out infinite;
}

.social-card:nth-child(2) .social-card__icon {
  animation-delay: 0.4s;
}

.social-card:nth-child(3) .social-card__icon {
  animation-delay: 0.75s;
}

.social-card__label {
  font-family: var(--font-display);
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5f3ff;
  text-shadow: var(--neon-ice-subtle);
  animation: neon-pink-flicker 3.55s ease-in-out infinite;
}

.social-card:nth-child(2) .social-card__label {
  animation-delay: 0.2s;
}

.social-card:nth-child(3) .social-card__label {
  animation-delay: 0.5s;
}

.social-card:hover .social-card__label,
.social-card:focus-visible .social-card__label {
  animation-duration: 2.4s;
}

.social-card__hint {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: auto;
}

.social__orbit {
  position: absolute;
  right: 5%;
  top: 20%;
  width: min(40vw, 280px);
  height: min(40vw, 280px);
  pointer-events: none;
  opacity: 0.4;
}

.social__orbit-ring {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: neon-pink-orbit-flicker 3.8s ease-in-out infinite;
}

/* Studio — Beograd / Vračar + galerija (iznad marqueea i kontakta) */
.studio {
  padding: clamp(4rem, 12vw, 8rem) clamp(1rem, 4vw, 3rem);
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
}

.studio__layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.studio__head {
  display: grid;
  gap: 1.25rem;
}

.studio__city {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 14vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 175, 220, 0.14);
  -webkit-text-stroke: 1px rgba(255, 200, 230, 0.78);
  text-shadow: 0 0 32px rgba(255, 95, 185, 0.65), 0 0 72px rgba(255, 65, 165, 0.4),
    0 0 120px rgba(255, 100, 195, 0.22);
}

.studio__line {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: neon-pink-flicker 3.1s ease-in-out infinite;
}

.studio__sub {
  margin: 0;
  max-width: 34rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .studio__head {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: end;
    gap: 2rem 3rem;
  }

  .studio__meta {
    margin-bottom: 0.35rem;
    margin-left: 6%;
  }
}

/* Studio — galerija sa strelicama */
.studio-carousel__hint {
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 0 clamp(1rem, 4vw, 3rem);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* „Pokvarena“ neonka — samo na hover dugmeta */
@keyframes studio-carousel-arrow-neon-broken {
  0%,
  100% {
    color: #ffd0ef;
    border-color: rgba(255, 140, 200, 0.95);
    box-shadow: 0 0 10px rgba(255, 90, 175, 0.45), 0 0 26px rgba(255, 50, 150, 0.22), inset 0 0 12px rgba(255, 70, 160, 0.08);
    filter: drop-shadow(0 0 5px rgba(255, 130, 200, 0.75));
  }
  8% {
    color: #1a1015;
    border-color: rgba(45, 30, 40, 0.6);
    box-shadow: none;
    filter: none;
  }
  10% {
    color: #fff;
    border-color: #ffb8e5;
    box-shadow: 0 0 20px #ff6ec7, 0 0 44px rgba(255, 40, 140, 0.35);
    filter: drop-shadow(0 0 10px #ff9edb);
  }
  28% {
    color: #ffd0ef;
    border-color: rgba(255, 100, 180, 0.55);
    box-shadow: 0 0 8px rgba(255, 80, 170, 0.25);
    filter: drop-shadow(0 0 4px rgba(255, 110, 200, 0.4));
  }
  41% {
    color: #4a3042;
    border-color: rgba(80, 50, 65, 0.5);
    box-shadow: none;
    filter: drop-shadow(0 0 2px rgba(255, 40, 100, 0.15));
  }
  43% {
    color: #ffe8f6;
    border-color: rgba(255, 200, 230, 0.98);
    box-shadow: 0 0 18px rgba(255, 100, 185, 0.55), 0 0 40px rgba(255, 60, 160, 0.2);
    filter: drop-shadow(0 0 8px rgba(255, 150, 210, 0.85));
  }
  71% {
    color: #ffd0ef;
    border-color: rgba(255, 160, 210, 0.75);
    box-shadow: 0 0 12px rgba(255, 85, 170, 0.35);
  }
  88% {
    color: #221018;
    border-color: rgba(40, 25, 35, 0.45);
    box-shadow: none;
    filter: none;
  }
  91% {
    color: #ffd0ef;
    border-color: rgba(255, 170, 210, 0.9);
    box-shadow: 0 0 14px rgba(255, 95, 180, 0.4);
    filter: drop-shadow(0 0 6px rgba(255, 120, 200, 0.6));
  }
}

.studio-carousel__frame {
  position: relative;
  width: 100%;
}

.studio-carousel__toolbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1.15rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 clamp(1rem, 4vw, 3rem);
  margin-top: 0.35rem;
}

.studio-carousel__arrows {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

/* Galerija: podrazumevano kompaktna visina; horizontalni skrol u viewportu (bez 240vh praznine). */
.studio-carousel-scrub {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
  min-height: 0;
}

.studio-carousel-scrub--compact {
  min-height: 0;
}

.studio-carousel-scrub--compact .studio-carousel-sticky {
  position: relative;
  top: auto;
}

.studio-carousel-sticky {
  position: sticky;
  top: 78px;
  z-index: 2;
  padding-bottom: 0.5rem;
}

.studio-carousel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1rem;
}

.studio-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.studio-carousel__viewport--arrows {
  overflow: hidden;
  width: 100%;
}

.studio-carousel__arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #ff5cb8;
  background: linear-gradient(
    155deg,
    rgba(22, 18, 28, 0.92) 0%,
    rgba(10, 8, 14, 0.97) 100%
  );
  color: rgba(210, 198, 225, 0.88);
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out), background 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out);
  animation: none;
}

.studio-carousel__arrow::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.35;
  background: radial-gradient(
    120% 120% at 30% 20%,
    rgba(255, 90, 170, 0.2),
    transparent 55%
  );
}

.studio-carousel__arrow-icon {
  position: relative;
  z-index: 1;
}

.studio-carousel__arrow:hover:not(:disabled) {
  animation: studio-carousel-arrow-neon-broken 1.05s ease-in-out infinite;
  background: rgba(12, 12, 13, 0.92);
}

.studio-carousel__arrow:focus-visible {
  outline: 2px solid rgba(255, 130, 200, 0.85);
  outline-offset: 2px;
}

.studio-carousel__arrow:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  animation: none !important;
  box-shadow: none;
  filter: none;
  border-color: rgba(255, 255, 255, 0.06);
  color: rgba(150, 145, 165, 0.35);
}

.studio-carousel__arrow-icon {
  display: block;
  pointer-events: none;
}

.studio-carousel__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: clamp(0.75rem, 2.5vw, 1.75rem);
  padding: 0 clamp(1rem, 4vw, 3rem) 0.75rem;
  width: max-content;
  will-change: transform;
}

.studio-carousel__slide {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 130, 200, 0.28);
  background: var(--surface);
  box-shadow: 0 0 28px rgba(84, 104, 249, 0.12), 0 12px 40px rgba(0, 0, 0, 0.25);
}

.studio-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.studio-carousel__slide--xl {
  width: min(74vw, 640px);
  height: min(48vh, 400px);
}

.studio-carousel__slide--md {
  width: min(56vw, 460px);
  height: min(42vh, 360px);
}

.studio-carousel__slide--sm {
  width: min(44vw, 300px);
  height: min(36vh, 300px);
}

.studio-carousel__slide--tall {
  width: min(36vw, 300px);
  height: min(64vh, 520px);
  align-self: center;
}

.studio-carousel__slide--offset-up {
  align-self: flex-start;
  margin-top: clamp(1.5rem, 8vh, 4rem);
}

.studio-carousel__slide--offset-down {
  align-self: flex-end;
  margin-bottom: clamp(1rem, 5vh, 2.5rem);
}

.studio-carousel__bar {
  position: relative;
  flex: 1 1 160px;
  min-width: 0;
  height: 3px;
  margin: 0;
  margin-right: auto;
  max-width: min(520px, 70vw);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.studio-carousel__bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #ff3cac, #5468f9, #ff6ec7);
  border-radius: 2px;
  box-shadow: 0 0 16px rgba(255, 100, 180, 0.45);
}

@media (max-width: 767px) {
  .studio-carousel__track {
    align-items: stretch;
    gap: 0.75rem;
  }

  .studio-carousel__slide,
  .studio-carousel__slide--xl,
  .studio-carousel__slide--md,
  .studio-carousel__slide--sm,
  .studio-carousel__slide--tall {
    width: calc(100vw - (2 * clamp(1rem, 4vw, 3rem)));
    max-width: none;
    height: clamp(270px, 56vw, 420px);
    align-self: stretch;
  }

  .studio-carousel__slide--offset-up,
  .studio-carousel__slide--offset-down {
    margin-top: 0;
    margin-bottom: 0;
    align-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-carousel-scrub {
    min-height: 0;
  }

  .studio-carousel-sticky {
    position: relative;
    top: auto;
  }

  .studio-carousel__arrow:hover:not(:disabled) {
    animation: none;
    color: #ffd0ef;
    border-color: rgba(255, 160, 210, 0.75);
    box-shadow: 0 0 14px rgba(255, 100, 180, 0.3);
    filter: drop-shadow(0 0 5px rgba(255, 130, 200, 0.45));
  }

  .studio-carousel__track {
    will-change: auto;
  }

  .studio-carousel__bar {
    display: none;
  }
}

/* Tim */
.team {
  padding: clamp(4rem, 12vw, 9rem) clamp(1rem, 4vw, 3rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.team__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.team__list {
  list-style: none;
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.team__member {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.team__meta {
  order: 1;
}

.team__figure {
  order: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  aspect-ratio: 3 / 4;
  width: 100%;
  max-width: 300px;
}

.team__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team__role {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.team__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  text-shadow: var(--neon-ice-subtle);
}

@media (max-width: 767px) {
  .team__member {
    align-items: center;
  }

  .team__meta {
    text-align: center;
  }

  .team__figure {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .team__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
  }

  .team__member:nth-child(1) .team__figure {
    margin-left: 0;
  }

  .team__member:nth-child(2) {
    margin-top: 3.5rem;
  }

  .team__member:nth-child(2) .team__figure {
    margin-left: auto;
    margin-right: auto;
  }

  .team__member:nth-child(3) {
    margin-top: -1.5rem;
  }

  .team__member:nth-child(3) .team__figure {
    margin-left: auto;
  }
}

/* Contact — ista pozadina kao „O nama“ */
.contact {
  padding: clamp(4rem, 12vw, 8rem) clamp(1rem, 4vw, 3rem);
  background: var(--bg);
  color: var(--text);
  border-top: 1px solid var(--border);
}

.contact__layout {
  display: grid;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contact__layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .contact__title,
  .contact__map {
    grid-column: 1 / -1;
  }

  .contact__info {
    margin-top: 0;
    margin-left: 5%;
  }

  .contact__actions {
    justify-self: end;
    align-self: start;
    width: 100%;
    max-width: 320px;
  }
}

.contact__map {
  width: 100%;
}

.contact__map-shell {
  position: relative;
  transform: rotate(-0.55deg);
  clip-path: polygon(2% 2.5%, 98% 0, 100% 97.5%, 0 100%);
  border: 1px solid rgba(255, 150, 210, 0.45);
  box-shadow: 0 0 0 1px rgba(84, 104, 249, 0.1), 0 0 44px rgba(255, 85, 175, 0.2),
    inset 0 0 80px rgba(84, 104, 249, 0.05);
  background: linear-gradient(155deg, rgba(255, 55, 165, 0.07), rgba(84, 104, 249, 0.06));
  padding: 3px;
  overflow: hidden;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}

.contact__map-shell:hover {
  transform: rotate(-0.25deg);
  box-shadow: 0 0 0 1px rgba(255, 180, 220, 0.25), 0 0 56px rgba(255, 100, 190, 0.28),
    inset 0 0 60px rgba(123, 140, 255, 0.06);
}

.contact__map-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.3rem 0.7rem;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffd0ef;
  text-shadow: var(--neon-pink-soft);
  background: rgba(12, 12, 13, 0.82);
  border: 1px solid rgba(255, 160, 210, 0.35);
  pointer-events: none;
}

.contact__map-frame {
  display: block;
  width: 100%;
  height: min(440px, 58vh);
  min-height: 260px;
  border: 0;
  filter: saturate(0.88) contrast(1.05) brightness(0.95);
  transition: filter 0.45s var(--ease-out);
}

.contact__map-shell:hover .contact__map-frame,
.contact__map-shell:focus-within .contact__map-frame {
  filter: none;
}

.contact__title .section-title__rest {
  margin-left: 22%;
  color: #b6b3c8;
  text-shadow: var(--neon-muted);
  opacity: 0.9;
}

.contact__title .section-title__big--accent {
  animation: neon-pink-flicker 3.05s ease-in-out infinite;
  animation-delay: 0.12s;
}

.contact__studio {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.contact__address {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.contact__hours {
  margin: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.75;
}

.contact__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.1rem 1.25rem;
  background: var(--bg);
  color: var(--text);
  border: 1px solid transparent;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateX(-4px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.contact-link__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-link--call .contact-link__label {
  color: #ffb8e8;
  animation: neon-pink-flicker 3.02s ease-in-out infinite;
  animation-delay: 0.08s;
}

.contact-link__value {
  font-size: 1rem;
  font-weight: 500;
}

.contact-link--wa .contact-link__label {
  color: #25d366;
}

.contact-link--viber .contact-link__label {
  color: #7360f2;
}

/* Footer */
.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #aaa7b8;
  text-shadow: 0 0 12px rgba(140, 158, 255, 0.12);
}

.site-footer p {
  margin: 0;
  max-width: 22rem;
}

@media (min-width: 900px) {
  .nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
    transform: translateX(0);
  }

  :root {
    --neon-accent: 0 0 18px rgba(84, 104, 249, 0.35);
    --neon-accent-soft: 0 0 12px rgba(84, 104, 249, 0.25);
    --neon-ice: 0 0 14px rgba(255, 255, 255, 0.12);
    --neon-ice-subtle: 0 0 8px rgba(255, 255, 255, 0.08);
    --neon-muted: 0 0 10px rgba(140, 158, 255, 0.12);
  }

  .loader__word,
  .hero__label,
  .hero__title-line--accent,
  .hero__tagline em,
  .hero__cta,
  .studio__line,
  .section-title__big--accent,
  .about__stat,
  .services__num,
  .marquee-section--bottom .marquee__track,
  .social__word--accent,
  .social-card__icon,
  .social-card__label,
  .social__orbit-ring,
  .contact__title .section-title__big--accent,
  .contact-link--call .contact-link__label {
    animation: none !important;
  }

  .loader__word,
  .hero__title-line--accent,
  .section-title__big--accent,
  .about__stat,
  .services__num,
  .social__word--accent,
  .studio__line,
  .contact-link--call .contact-link__label {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }

  .hero__overlap-text {
    color: rgba(255, 140, 200, 0.15);
    -webkit-text-stroke: 1px rgba(255, 170, 210, 0.55);
    text-shadow: 0 0 32px rgba(255, 90, 175, 0.45);
    opacity: 1;
  }

  .hero__cta {
    color: #ffd5f0;
    border-color: rgba(255, 160, 210, 0.9);
    text-shadow: var(--neon-pink-soft);
    box-shadow: 0 0 20px rgba(255, 90, 170, 0.3);
    opacity: 1;
  }

  .marquee-section--bottom .marquee__track {
    color: #ffb8e8;
    text-shadow: var(--neon-pink-soft);
    opacity: 1;
  }

  .social-card__icon {
    color: #ffb8e8;
    filter: drop-shadow(0 0 10px rgba(255, 100, 190, 0.65));
  }

  .social__orbit-ring {
    border: 1px solid rgba(255, 160, 200, 0.75);
    box-shadow: 0 0 22px rgba(255, 100, 180, 0.35);
    opacity: 0.55;
    transform: none;
  }

  .contact__title .section-title__big--accent {
    color: #ffd0ef;
    text-shadow: var(--neon-pink-full);
    opacity: 1;
  }
}
