:root {
  --bg: #090806;
  --bg-2: #11100d;
  --gold: #d7a95d;
  --gold-2: #f0cf8a;
  --text: #f5f1e8;
  --muted: #b8b0a3;
  --line: rgba(215, 169, 93, 0.22);
  --glass: rgba(255, 255, 255, 0.055);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max: 1180px;
  --radius: 12px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
textarea,
select {
  font: inherit;
}
.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(215, 169, 93, 0.18),
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: blur(8px);
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  transition: 0.35s ease;
  background: rgba(9, 8, 6, 0.58);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header.scrolled {
  padding-block: 14px;
  background: rgba(9, 8, 6, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-script {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--gold-2);
  font-style: italic;
}
.brand-small {
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 10px;
  color: var(--muted);
  margin-left: 3px;
}
.nav {
  display: flex;
  gap: 34px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e9e2d7;
}
.nav a {
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.3s;
}
.nav a:hover::after {
  width: 100%;
}
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 24px;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.header-cta,
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #15110a;
  box-shadow: 0 15px 35px rgba(215, 169, 93, 0.18);
}
.btn-gold:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(215, 169, 93, 0.28);
}
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-2);
  transform: translateY(-2px);
}
.menu-btn {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 7px 0;
}
.section-media {
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.96) 0%,
      rgba(9, 8, 6, 0.74) 42%,
      rgba(9, 8, 6, 0.25) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.96) 0%,
      rgba(9, 8, 6, 0.74) 42%,
      rgba(9, 8, 6, 0.25) 100%
    ),
    var(--bg);
  background-size: cover;
  background-position: center;
}
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg), var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
  background-image:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.98) 0%,
      rgba(9, 8, 6, 0.76) 45%,
      rgba(9, 8, 6, 0.18) 100%
    ),
    var(--bg);
}
.hero::before,
.section-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 75% 55%,
      rgba(215, 107, 37, 0.22),
      transparent 30%
    ),
    linear-gradient(to top, var(--bg), transparent 28%);
  z-index: -1;
}
.hero-content {
  /* max-width: 720px; */
  padding-top: 60px;
}
.eyebrow {
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.24em;
  font-size: 13px;
  margin-bottom: 16px;
}
.hero h1,
.section-head h2,
.section-copy h2,
.narrow h2,
.contact-copy h2 {
  font-size: clamp(44px, 7vw, 98px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-wrap: balance;
}
.hero h1 span,
.section-copy h2 span {
  display: block;
  color: var(--gold-2);
}
.hero-text {
  max-width: 610px;
  color: #d6cec0;
  font-size: 18px;
  margin: 26px 0 32px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-proof {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.hero-proof strong {
  color: var(--gold-2);
  font-size: 18px;
  margin-right: 5px;
}
.section-pad {
  padding: 112px 0;
}
.stats-bar {
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, #11100d, #0b0a08);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-grid article {
  padding: 32px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}
.stats-grid article:last-child {
  border-right: 0;
}
.stats-grid ion-icon {
  font-size: 34px;
  color: var(--gold);
}
.stats-grid strong {
  font-size: 30px;
  line-height: 1;
  color: var(--gold-2);
}
.stats-grid span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.split {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.reverse {
  grid-template-columns: 0.9fr 1fr;
}
.section-copy p,
.section-head p,
.narrow p,
.contact-copy p {
  color: var(--muted);
  font-size: 17px;
  margin-top: 18px;
  max-width: 720px;
}
.section-copy h2,
.section-head h2,
.narrow h2,
.contact-copy h2 {
  font-size: clamp(34px, 5vw, 66px);
}
.quote-card,
.glass-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.025)
  );
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.quote-card ion-icon {
  font-size: 42px;
  color: var(--gold);
}
.quote-card p {
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -0.04em;
  margin: 20px 0;
}
.quote-card span {
  color: var(--muted);
}
.dark-line {
  background: linear-gradient(180deg, #0a0907, #11100d);
}
.section-head {
  max-width: 790px;
  margin-bottom: 42px;
}
.row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.process-grid,
.services-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.glass-card {
  position: relative;
  padding: 28px;
  min-height: 260px;
}
.glass-card span {
  display: none;
  color: rgba(215, 169, 93, 0.35);
  font-weight: 900;
}
.glass-card ion-icon,
.service-card ion-icon {
  font-size: 35px;
  color: var(--gold);
  margin: 18px 0;
}
.glass-card h3,
.service-card h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.glass-card p,
.service-card p {
  color: var(--muted);
  margin-top: 14px;
  font-size: 14px;
}
.service-card {
  position: relative;
  min-height: 380px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #12100d;
}
.service-card::before,
.work-card::before,
.wedding-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.18)),
    var(--img);
  background-size: cover;
  background-position: center;
  transition: 0.6s ease;
  z-index: 0;
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-card:hover::before,
.work-card:hover::before {
  transform: scale(1.08);
}
.text-link {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.work-card {
  position: relative;
  min-height: 250px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.work-card span,
.work-card h3,
.work-card button {
  position: relative;
  z-index: 1;
}
.work-card span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.work-card h3 {
  font-size: 18px;
}
.work-card button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(0, 0, 0, 0.35);
  color: var(--gold);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.results {
  position: relative;
  text-align: center;
  background-attachment: fixed;
}
.narrow {
  max-width: 820px;
}
.wedding {
  background: #0d0c0a;
}
.wedding-card {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.cta {
  background:
    radial-gradient(
      circle at 52% 40%,
      rgba(215, 169, 93, 0.18),
      transparent 30%
    ),
    linear-gradient(180deg, #100f0c, #080705);
}
.contact-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 54px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 46px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.contact-links a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--gold-2);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  border-radius: 12px;
  padding: 15px 14px;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 169, 93, 0.08);
}
.full {
  grid-column: 1/-1;
}

/* =========================
   FOOTER
========================= */

.footer {
  position: relative;

  background:
    radial-gradient(
      circle at top left,
      rgba(240, 207, 138, 0.08),
      transparent 35%
    ),
    #050505;

  border-top: 1px solid rgba(240, 207, 138, 0.12);

  padding: 90px 0 35px;

  overflow: hidden;
}

.footer::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);

  pointer-events: none;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.8fr;

  gap: 60px;
}

.footer-logo {
  width: 120px;
  height: auto;

  margin-bottom: 20px;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.68);

  line-height: 1.8;

  max-width: 420px;

  font-size: 15px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-top: 26px;
}

.footer-socials a {
  width: 48px;
  height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  text-decoration: none;

  color: var(--gold-2);

  background: rgba(255, 255, 255, 0.03);

  border: 1px solid rgba(240, 207, 138, 0.12);

  transition: 0.35s ease;
}

.footer-socials a:hover {
  transform: translateY(-4px);

  background: rgba(240, 207, 138, 0.12);

  border-color: rgba(240, 207, 138, 0.35);

  box-shadow: 0 12px 30px rgba(240, 207, 138, 0.12);
}

.footer-socials ion-icon {
  font-size: 21px;
}

.footer-links-wrap h4 {
  color: #fff;

  font-size: 15px;
  font-weight: 700;

  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a,
.footer-dev,
.footer-copy {
  color: rgba(255, 255, 255, 0.62);

  text-decoration: none;

  line-height: 1.7;

  transition: 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold-2);

  transform: translateX(3px);
}

.footer-dev a {
  color: var(--gold-2);

  text-decoration: none;

  font-weight: 600;
}

.footer-copy {
  margin-top: 18px;

  font-size: 14px;
}

/* MOBILE */

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .footer {
    padding-top: 70px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 980px) {
  .nav,
  .header-cta {
    display: none;
  }
  .menu-btn {
    display: block;
  }

  .split,
  .reverse,
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .process-grid,
  .services-grid,
  .portfolio-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    min-height: 880px;
  }
  .camera-orb {
    opacity: 0.25;
  }
  .row {
    display: block;
  }
  .text-link {
    margin-top: 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }
  /* .site-header {
    padding: 18px 18px;
  } */
  .brand-script {
    font-size: 25px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .section-pad {
    padding: 78px 0;
  }
  .process-grid,
  .services-grid,
  .portfolio-grid,
  .stats-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .stats-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .contact-wrap {
    padding: 26px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .service-card,
  .wedding-card {
    min-height: 340px;
  }
}

/* ******** */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: -3;

  filter: brightness(0.45) contrast(1.1) saturate(1.1);
}

.hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.34) 38%,
    rgba(0, 0, 0, 0.08) 100%
  );

  z-index: -2;
}

/* ===== Landexa Development ===== */
.lx-credit {
  padding: 10px 0 6px;
  display: flex;
  justify-content: center;
}

.lx-credit-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px 14px;
}

.lx-credit-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(1) saturate(0.2) contrast(0.95);
  opacity: 0.75;
}

.lx-credit-text {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  transition: color 220ms ease;
}

.lx-credit-link:hover .lx-credit-logo {
  filter: none;
  opacity: 1;
}

.lx-credit-link:hover .lx-credit-text {
  color: var(--gold-2);
}

@media (prefers-reduced-motion: reduce) {
  .lx-credit-link,
  .lx-credit-logo,
  .lx-credit-text {
    transition: none !important;
  }
}

/* ====== kontakt forma ====== */
.contact-cinema {
  grid-template-columns: 0.85fr 1fr;
}

.contact-stage {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-stage .contact-form {
  width: 100%;
  z-index: 4;
  padding-top: 120px;
}

.camera-orb {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 190px;
  height: 150px;
  transform: translateX(-50%);
  z-index: 6;
  opacity: 1;
  pointer-events: none;
  filter: drop-shadow(0 0 34px rgba(240, 207, 138, 0.22));
}

.camera-top {
  position: absolute;
  top: 13px;
  left: 42px;
  width: 78px;
  height: 26px;
  border: 1px solid rgba(240, 207, 138, 0.55);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(0, 0, 0, 0.62);
}

.camera-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  height: 105px;
  border: 1px solid rgba(240, 207, 138, 0.75);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(240, 207, 138, 0.14),
      transparent 38%
    ),
    linear-gradient(145deg, rgba(0, 0, 0, 0.82), rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 0 30px rgba(240, 207, 138, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.35);
}

.camera-lens {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid var(--gold-2);
  background:
    radial-gradient(
      circle at 35% 28%,
      rgba(255, 255, 255, 0.8),
      transparent 12%
    ),
    radial-gradient(circle, rgba(240, 207, 138, 0.22), rgba(0, 0, 0, 0.9) 62%);
  box-shadow:
    inset 0 0 0 12px rgba(240, 207, 138, 0.1),
    0 0 35px rgba(240, 207, 138, 0.2);
}

.camera-dot {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 16px rgba(240, 207, 138, 0.8);
}

.camera-shine {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  opacity: 0;
}

.camera-flash {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: white;
  opacity: 0;
  pointer-events: none;
}

.contact-cinema.flash .camera-flash {
  animation: cameraFlash 850ms ease forwards;
}

.contact-cinema.flash .camera-lens {
  animation: lensPop 850ms ease forwards;
}

.contact-cinema.flash .camera-shine {
  animation: cameraShine 850ms ease forwards;
}

.contact-cinema.flash .camera-body {
  animation: cameraShake 520ms ease;
}

.contact-submit.success {
  background: linear-gradient(135deg, #f0cf8a, #fff2c7);
}

@keyframes cameraFlash {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 0.92;
  }
  26% {
    opacity: 0.18;
  }
  45% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lensPop {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  16% {
    transform: translate(-50%, -50%) scale(1.18);
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.95);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes cameraShine {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}

@keyframes cameraShake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-3px) rotate(-1deg);
  }
  40% {
    transform: translateX(3px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-0.5deg);
  }
}

@media (max-width: 980px) {
  .contact-cinema {
    grid-template-columns: 1fr;
  }

  .contact-stage {
    min-height: auto;
    padding-top: 170px;
  }

  .contact-stage .contact-form {
    padding-top: 0;
  }

  .camera-orb {
    top: 0;
  }
}

/* ==== Glumci ==== */
.actors-section {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(240, 207, 138, 0.1),
      transparent 32%
    ),
    linear-gradient(180deg, #090806, #11100d);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.actors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.actor-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(240, 207, 138, 0.2);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
  transition: 0.45s ease;
}

.actor-card:hover {
  transform: translateY(-8px);
  border-color: rgba(240, 207, 138, 0.55);
}

.actor-photo {
  height: 390px;
  overflow: hidden;
}

.actor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) contrast(1.08) saturate(1.04);
  transition: 0.65s ease;
}

.actor-card:hover .actor-photo img {
  transform: scale(1.07);
  filter: brightness(0.96) contrast(1.12) saturate(1.1);
}

.actor-content {
  position: relative;
  padding: 26px;
  background: linear-gradient(180deg, rgba(9, 8, 6, 0.72), rgba(9, 8, 6, 0.96));
  margin-top: -80px;
}

.actor-content span {
  display: inline-block;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.actor-content h3 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.actor-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .actors-grid {
    grid-template-columns: 1fr;
  }

  .actor-photo {
    height: 460px;
  }
}

@media (max-width: 640px) {
  .actor-photo {
    height: 360px;
  }
}

.wedding-button {
  margin-top: 15px;
  color: var(--gold);
}

.glass-card::after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 20px;
  font-size: 70px;
  color: rgba(215, 169, 93, 0.15);
  font-weight: 900;
  pointer-events: none;
}

/* CARD 1 */
.glass-card:nth-child(1)::after {
  content: "01";
}

/* CARD 2 */
.glass-card:nth-child(2)::after {
  content: "02";
}

/* CARD 3 */
.glass-card:nth-child(3)::after {
  content: "03";
}

/* CARD 4 */
.glass-card:nth-child(4)::after {
  content: "04";
}

/* ===== mobile nav ==== */
/* body.nav-open {
  overflow: hidden;
  touch-action: none;
}

.ol-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

body.nav-open .ol-nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 980px) {
  .nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;

    width: 70vw;
    max-width: 340px;
    min-width: 260px;
    height: 100dvh;
    z-index: 60;

    padding: 100px 18px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    background:
      radial-gradient(
        circle at 80% 0%,
        rgba(215, 169, 93, 0.24),
        transparent 38%
      ),
      linear-gradient(180deg, rgba(17, 16, 13, 0.98), rgba(9, 8, 6, 0.98));
    border-left: 1px solid var(--line);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    transform: translateX(105%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav.open {
    transform: translateX(0);
  }

  .nav::before {
    content: "Meni";
    position: absolute;
    top: 34px;
    left: 18px;

    color: var(--gold-2);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .nav a {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    width: auto;
    min-width: 155px;
    max-width: 100%;

    padding: 11px 13px;
    border: 1px solid rgba(215, 169, 93, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);

    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;

    transition:
      transform 0.25s ease,
      border-color 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
  }

  .nav a::after {
    display: none;
  }

  .nav a:hover {
    border-color: rgba(215, 169, 93, 0.45);
    background: rgba(215, 169, 93, 0.12);
    color: var(--gold-2);
    transform: translateX(-4px);
  }

  .nav a ion-icon {
    font-size: 18px;
    color: var(--gold-2);
    flex-shrink: 0;
  }

  .nav a span {
    display: inline-block;
  }

  .nav a[href="#kontakt"] {
    margin-top: 8px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #15110a;
    border-color: transparent;
    box-shadow: 0 15px 35px rgba(215, 169, 93, 0.18);
  }

  .nav a[href="#kontakt"] ion-icon {
    color: #15110a;
  }

  .menu-btn {
    position: relative;
    z-index: 70;
  }

  .menu-btn span {
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.mobile-nav-logo {
  width: 92px;
  height: auto;
  margin-bottom: 22px;
} */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

.ol-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

body.nav-open .ol-nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-logo {
  display: none;
}

.nav a ion-icon {
  display: none;
}

@media (max-width: 980px) {
  .nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;

    width: min(70svw, 340px);
    min-width: 250px;
    max-width: calc(100vw - 18px);
    height: 100dvh;
    z-index: 60;

    padding: 92px 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    overflow: hidden;
    contain: layout paint;

    background:
      radial-gradient(
        circle at 80% 0%,
        rgba(215, 169, 93, 0.24),
        transparent 38%
      ),
      linear-gradient(180deg, rgba(17, 16, 13, 0.98), rgba(9, 8, 6, 0.98));

    border-left: 1px solid var(--line);
    box-shadow: -18px 0 55px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    transform: translate3d(100%, 0, 0);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav.open {
    transform: translate3d(0, 0, 0);
  }

  .nav::before {
    content: "Meni";
    position: absolute;
    top: 34px;
    left: 16px;
    color: var(--gold-2);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobile-nav-logo {
    display: block;
    width: 90px;
    height: auto;
    margin-bottom: 18px;
  }

  .nav a {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    width: auto;
    max-width: 100%;

    padding: 11px 13px;
    border: 1px solid rgba(215, 169, 93, 0.16);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);

    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;

    transition:
      transform 0.25s ease,
      border-color 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
  }

  .nav a::after {
    display: none;
  }

  .nav a:hover {
    border-color: rgba(215, 169, 93, 0.45);
    background: rgba(215, 169, 93, 0.12);
    color: var(--gold-2);
    transform: translateX(-4px);
  }

  .nav a ion-icon {
    display: inline-block;
    font-size: 18px;
    color: var(--gold-2);
    flex-shrink: 0;
  }

  .nav a span {
    display: inline-block;
  }

  .nav a[href="#kontakt"] {
    margin-top: 8px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #15110a;
    border-color: transparent;
    box-shadow: 0 15px 35px rgba(215, 169, 93, 0.18);
  }

  .nav a[href="#kontakt"] ion-icon {
    color: #15110a;
  }

  .menu-btn {
    position: relative;
    z-index: 70;
  }

  .menu-btn span {
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

@media (max-width: 980px) {
  .hero-content {
    padding-top: 170px;
  }
}
