/* ============================================================
   BACIO — Mega Show Live
   Design system + static layout
   Motion layer lives in animations.css + js/main.js.
   Deliberate single dark theme: this is a night-show identity.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Ground / surfaces — near-black with a slight cool-violet bias */
  --ink:      #07060a;
  --ink-1:    #0c0a11;
  --ink-2:    #131019;
  --ink-3:    #1b1725;
  --line:     rgba(231, 199, 122, 0.14);
  --line-2:   rgba(231, 199, 122, 0.28);

  /* Brand gold (from the BACIO logo) */
  --gold:        #e7c77a;
  --gold-bright: #f8ecc0;
  --gold-deep:   #b8902f;
  --gold-2:      #d9b45f;
  --grad-gold:   linear-gradient(135deg, #f8ecc0 0%, #e7c77a 46%, #b8902f 100%);
  --grad-gold-v: linear-gradient(180deg, #f8ecc0 0%, #e7c77a 45%, #b8902f 100%);

  /* Electric-blue spark (the star glints in the logo) — used sparingly */
  --spark:   #2e7bff;
  --spark-2: #57c7ff;

  /* Semantic */
  --wa: #25d366;

  /* Type */
  --text:    #f2ead9;
  --muted:   #b8ac96;
  --muted-2: #8b8272;

  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Sora", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  /* Radii */
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 28px;

  /* Shadows / glow */
  --shadow:      0 24px 60px -28px rgba(0, 0, 0, 0.85);
  --shadow-lg:   0 40px 90px -34px rgba(0, 0, 0, 0.9);
  --glow-gold:   0 0 44px rgba(231, 199, 122, 0.22);
  --glow-spark:  0 0 40px rgba(46, 123, 255, 0.35);

  /* Layout */
  --container: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.75rem);
  --section-y: clamp(4.5rem, 10vw, 9rem);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background-color: var(--ink);
  background-image:
    radial-gradient(1100px 620px at 78% -8%, rgba(231, 199, 122, 0.10), transparent 60%),
    radial-gradient(900px 560px at 8% 12%, rgba(46, 123, 255, 0.08), transparent 58%),
    radial-gradient(1200px 900px at 50% 120%, rgba(184, 144, 47, 0.08), transparent 60%);
  background-attachment: fixed;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 600;
  background: var(--gold); color: #1a1408; padding: 10px 16px;
  border-radius: 10px; font-weight: 600; transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Shared utilities ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.ic { width: 1.15em; height: 1.15em; fill: none; }
.ic-sm { width: 1em; height: 1em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow .ic { color: var(--gold); }
.eb-num {
  font-family: var(--font-display);
  font-size: .92em; font-weight: 700;
  color: var(--gold-deep);
  letter-spacing: .1em;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4.6vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: .01em;
  text-wrap: balance;
  color: var(--text);
  margin-top: .5rem;
}
.section-desc { color: var(--muted); max-width: 56ch; margin-top: 1rem; font-size: 1.05rem; }
.lead { color: var(--text); font-size: clamp(1.05rem, 2.2vw, 1.28rem); font-weight: 300; }

.gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

.section { padding-block: var(--section-y); position: relative; }
.section-head { max-width: 760px; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }

/* Ambient orbs (decorative, per-section) */
.orb {
  position: absolute; z-index: 0; pointer-events: none;
  width: clamp(260px, 34vw, 460px); aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
}
.orb-gold { background: radial-gradient(closest-side, rgba(231, 199, 122, .16), transparent 70%); }
.orb-blue { background: radial-gradient(closest-side, rgba(46, 123, 255, .12), transparent 70%); }

/* Brand intro overlay — display-gated behind .js so a no-JS
   visit never gets stuck behind it; shown once per session. */
.preloader {
  position: fixed; inset: 0; z-index: 700;
  display: none; place-items: center;
  background: var(--ink);
  transition: transform .75s cubic-bezier(.7, .05, .3, 1);
}
.js .preloader { display: grid; }
.preloader.lift { transform: translateY(-101%); }
.preloader-logo {
  height: clamp(72px, 13vw, 128px); width: auto;
  mix-blend-mode: screen;
}
.preloader::after {
  content: "";
  position: absolute; left: 50%; top: calc(50% + clamp(64px, 10vw, 100px));
  width: min(230px, 42vw); height: 1.5px;
  background: var(--grad-gold);
  transform: translateX(-50%) scaleX(0);
  box-shadow: 0 0 14px rgba(231, 199, 122, .5);
}

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 250; pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%;
  background: var(--grad-gold);
  box-shadow: 0 0 12px rgba(231, 199, 122, .6);
  transform: scaleX(0); transform-origin: 0 50%;
}

/* Film grain overlay */
.grain {
  position: fixed; inset: 0; z-index: 91; pointer-events: none;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* Adaptive quality — the heavy ambient layers (grain, beams,
   orbs, dust) are OFF by default and switched on by the JS fps
   probe only when the device proves it can hold a good frame
   rate. Weak devices simply never pay for them. */
.beam, .orb, .grain { display: none; }
html.fx-on .beam { display: block; }
html.fx-on .orb { display: block; }
html.fx-on .grain { display: block; }

/* Ambient dust canvas (JS-created) */
.dust-canvas {
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
}

/* ---------- Buttons ---------- */
.btn {
  --btn-py: .85rem; --btn-px: 1.4rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: var(--btn-py) var(--btn-px);
  border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: .96rem;
  letter-spacing: .01em; white-space: nowrap;
  /* --mx/--my: magnetic JS · --lift: hover states · --press: :active */
  transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) + var(--lift, 0px)), 0) scale(var(--press, 1));
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
  will-change: transform;
}
.btn:active { --press: .96; }
.btn-lg { --btn-py: 1.05rem; --btn-px: 1.9rem; font-size: 1.02rem; }
.btn .ic { width: 1.2em; height: 1.2em; }

.btn-gold {
  background: var(--grad-gold); color: #221806;
  box-shadow: 0 10px 30px -10px rgba(231, 199, 122, 0.5), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-gold:hover { --lift: -3px; box-shadow: 0 16px 40px -12px rgba(231, 199, 122, 0.65), inset 0 1px 0 rgba(255,255,255,.55); }

.btn-ghost { color: var(--gold); border: 1.5px solid var(--line-2); background: rgba(231,199,122,.04); backdrop-filter: blur(6px); }
.btn-ghost:hover { --lift: -3px; border-color: var(--gold); background: rgba(231,199,122,.12); box-shadow: var(--glow-gold); }

.btn-whatsapp {
  color: #062b14;
  background: linear-gradient(135deg, #4ce07f, #25d366 60%, #12a850);
  box-shadow: 0 10px 30px -10px rgba(37, 211, 102, 0.5), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-whatsapp:hover { --lift: -3px; box-shadow: 0 16px 40px -12px rgba(37, 211, 102, 0.65); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: linear-gradient(180deg, rgba(7,6,10,.82), rgba(7,6,10,.35) 70%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  background: rgba(9, 8, 13, 0.9);
  border-bottom-color: var(--line);
  backdrop-filter: blur(16px) saturate(1.2);
}
.nav-inner {
  max-width: var(--container); margin-inline: auto;
  padding: .8rem var(--gutter);
  display: flex; align-items: center; gap: 1.5rem;
  transition: padding .35s ease;
}
.site-header.scrolled .nav-inner { padding-block: .5rem; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { height: 42px; width: auto; mix-blend-mode: screen; transition: height .35s ease; }
.site-header.scrolled .brand-logo { height: 34px; }

.nav-links { display: flex; gap: 1.9rem; margin-left: auto; position: relative; }
.nav-links a {
  font-size: .95rem; font-weight: 400; color: var(--text); opacity: .85;
  position: relative; padding: .3rem 0;
  transition: opacity .25s ease, color .25s ease;
}
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-links a.active { opacity: 1; color: var(--gold); }
/* One gold line that glides between links (positioned by JS). */
.nav-ink {
  position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0;
  background: var(--grad-gold); border-radius: 2px;
  box-shadow: 0 0 8px rgba(231, 199, 122, .5);
  opacity: 0; pointer-events: none;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), width .35s cubic-bezier(.2,.7,.2,1), opacity .25s ease;
}
.nav-ink.on { opacity: 1; }

.nav-cta { margin-left: 0; }
.nav-cta span { font-variant-numeric: tabular-nums; }

.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: flex; flex-direction: column; gap: .35rem;
  padding: 1rem var(--gutter) 1.6rem;
  background: rgba(9, 8, 13, 0.97); border-bottom: 1px solid var(--line);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: .85rem .4rem; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.05); }
.mobile-menu a:last-child { border: 0; margin-top: .6rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-img-wrap { position: absolute; inset: 0; will-change: transform; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 24%; transform: scale(1.06); }
.spark-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(90deg, rgba(7,6,10,.94) 0%, rgba(7,6,10,.6) 34%, rgba(7,6,10,.12) 62%, rgba(7,6,10,.35) 100%),
    linear-gradient(0deg, var(--ink) 2%, rgba(7,6,10,.55) 26%, transparent 55%);
}

/* Stage light beams — atmospheric cones above the scrim, below content */
.hero-beams { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; mix-blend-mode: screen; }
.beam {
  position: absolute; top: -12%; height: 85%; width: 16%;
  background: linear-gradient(180deg, rgba(248, 236, 192, .16), transparent 72%);
  clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
  filter: blur(7px);
  transform-origin: 50% 0;
  opacity: .5;
}
.beam.b1 { left: 12%; transform: rotate(14deg); }
.beam.b2 { left: 46%; width: 13%; background: linear-gradient(180deg, rgba(87, 199, 255, .12), transparent 70%); transform: rotate(-3deg); }
.beam.b3 { right: 10%; transform: rotate(-15deg); }

.hero-content {
  position: relative; z-index: 3;
  max-width: 700px;
  padding: 0 var(--gutter) clamp(3.5rem, 8vh, 6rem);
  margin-top: auto;
}
.hero-content .eyebrow { margin-bottom: 1.2rem; }

.hero-title { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.5rem; }
.wordmark {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(4.2rem, 17vw, 11rem); line-height: .9;
  letter-spacing: .04em;
  filter: drop-shadow(0 4px 30px rgba(231, 199, 122, 0.3));
}
.wl-row { display: block; white-space: nowrap; }
.wl {
  display: inline-block;
  background-image: var(--grad-gold-v);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-sub-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.35rem, 4vw, 2.5rem); line-height: 1.12;
  color: var(--text); letter-spacing: .01em; text-wrap: balance;
}
.hero-lead { color: #e7ddca; max-width: 46ch; font-size: clamp(1.05rem, 2.4vw, 1.3rem); margin-bottom: 2rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.2rem; }

.hero-tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.hero-tags li {
  font-size: .82rem; letter-spacing: .04em; color: var(--muted);
  padding: .42rem .95rem; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,.02); backdrop-filter: blur(4px);
}

.hero-scroll {
  position: absolute; z-index: 3; left: 50%; bottom: 1.5rem;
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid var(--line-2); border-radius: 999px; color: var(--gold);
  background: rgba(7,6,10,.4);
  transform: translateX(-50%) translate3d(var(--mx, 0px), var(--my, 0px), 0);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .3s ease;
}
.hero-scroll:hover { border-color: var(--gold); }
.hero-scroll .ic { width: 20px; height: 20px; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(231,199,122,.05), rgba(46,123,255,.04), rgba(231,199,122,.05));
  padding-block: 1.1rem; overflow: hidden; white-space: nowrap;
}
.marquee-track { display: inline-flex; align-items: center; gap: 2.2rem; animation: marquee 34s linear infinite; will-change: transform; }
.marquee-track span {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.1rem, 3vw, 1.9rem); text-transform: uppercase; letter-spacing: .08em;
  color: var(--text); opacity: .9;
}
.marquee-track i { color: var(--spark-2); font-style: normal; font-size: 1.1rem; filter: drop-shadow(0 0 8px rgba(87,199,255,.6)); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (hover: hover) {
  .marquee:hover .marquee-track { animation-play-state: paused; }
}

/* CTA marquee variant — outlined type, reversed direction */
.marquee--cta { background: transparent; }
.marquee--cta .marquee-track { animation-direction: reverse; animation-duration: 46s; }
.marquee--cta .marquee-track span {
  -webkit-text-stroke: 1px var(--gold-2);
  color: transparent; opacity: .75;
  letter-spacing: .12em;
}
.marquee--cta .marquee-track span.solid {
  -webkit-text-stroke: 0; color: var(--gold); opacity: .95;
  font-variant-numeric: tabular-nums;
}
.marquee--cta .marquee-track i { color: var(--gold); filter: drop-shadow(0 0 8px rgba(231,199,122,.5)); }

/* ============================================================
   DESPRE
   ============================================================ */
.despre-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.despre-media {
  position: relative; border-radius: var(--r-lg);
}
.despre-media img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line-2); box-shadow: var(--shadow-lg); position: relative; z-index: 1; }
.despre-media-glow {
  position: absolute; inset: -12% -8% -8% -12%; z-index: 0; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(231,199,122,.35), transparent 72%);
  filter: blur(20px);
}
.despre-text > * + * { margin-top: 1.15rem; }
.despre-badges { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.badge {
  display: flex; flex-direction: column; gap: .1rem;
  padding: .9rem 1.25rem; border-radius: var(--r-sm);
  background: var(--ink-2); border: 1px solid var(--line);
}
.badge strong { font-family: var(--font-display); font-size: 1.35rem; color: var(--gold); font-weight: 700; font-variant-numeric: tabular-nums; }
.badge span { font-size: .82rem; color: var(--muted); }
.badge strong span { font: inherit; color: inherit; }

/* ============================================================
   ORNAMENT DIVIDER (logo motif: line — diamond — line + spark)
   ============================================================ */
.ornament { display: flex; justify-content: center; padding-block: clamp(1rem, 3vw, 2rem); }
.ornament svg { width: min(420px, 70vw); height: 24px; overflow: visible; }
.orn-line, .orn-diamond { stroke: var(--gold-2); stroke-width: 1.2; fill: none; }
.orn-diamond { stroke: var(--gold); stroke-width: 1.4; }
.orn-star { fill: var(--spark-2); filter: drop-shadow(0 0 6px rgba(87, 199, 255, .8)); }

/* ============================================================
   SERVICII — editorial numbered rows
   ============================================================ */
.services-grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
}
.srv-intro { position: sticky; top: 120px; }
.srv-rows { border-top: 1px solid var(--line); }
.srv-row {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: clamp(1rem, 2.4vw, 1.6rem); align-items: center;
  padding: 1.55rem .8rem;
  border-bottom: 1px solid var(--line);
  transition: background .4s ease;
}
.srv-row:hover { background: linear-gradient(90deg, rgba(231, 199, 122, .07), transparent 65%); }
.srv-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.5rem; line-height: 1;
  color: var(--gold-deep); opacity: .85;
  min-width: 2.6rem;
  transition: color .35s ease, opacity .35s ease;
}
.srv-row:hover .srv-num { color: var(--gold); opacity: 1; }
.srv-body { transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.srv-row:hover .srv-body { transform: translateX(8px); }
.srv-body h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.18rem; line-height: 1.25; color: var(--text);
  margin-bottom: .35rem;
}
.srv-body p { color: var(--muted); font-size: .96rem; max-width: 46ch; }
.srv-ic {
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  color: var(--gold);
  background: radial-gradient(closest-side, rgba(231,199,122,.14), rgba(231,199,122,.03));
  border: 1px solid var(--line);
  transition: border-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.srv-ic svg { width: 25px; height: 25px; }
.srv-row:hover .srv-ic {
  border-color: var(--line-2); color: var(--gold-bright);
  transform: rotate(-6deg) scale(1.06);
  box-shadow: var(--glow-gold);
}

/* ============================================================
   SHOWCASE / VIDEO
   ============================================================ */
/* Ambient equalizer bars beside the eyebrow */
.eq { display: inline-flex; gap: 3px; align-items: flex-end; height: 13px; margin-left: .5em; }
.eq i { width: 3px; height: 100%; border-radius: 2px; background: var(--grad-gold-v); transform-origin: bottom; }

.feature-video {
  display: block; position: relative; width: 100%; aspect-ratio: 16 / 9;
  border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2);
  box-shadow: var(--shadow-lg), var(--glow-gold);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.feature-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feature-video:hover { transform: translateY(-4px); }
.feature-video:hover img { transform: scale(1.05); }
.feature-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,6,10,.1), rgba(7,6,10,.55)); }
.play-btn {
  position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 92px; height: 92px; display: grid; place-items: center; border-radius: 999px;
  color: #1a1408; background: var(--grad-gold);
  box-shadow: 0 10px 40px rgba(231,199,122,.5);
}
.play-btn svg { width: 40px; height: 40px; margin-left: 5px; }
.feature-cap {
  position: absolute; z-index: 2; left: 1.5rem; bottom: 1.3rem;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem, 2.4vw, 1.5rem);
  color: var(--text); text-shadow: 0 2px 20px rgba(0,0,0,.8);
}

.subhead { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--text); margin: 3.2rem 0 1.4rem; }

.video-wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: clamp(.7rem, 1.6vw, 1.1rem); }
.vw-item {
  position: relative; aspect-ratio: 3 / 4; border-radius: var(--r-sm); overflow: hidden;
  border: 1px solid var(--line); background: var(--ink-2);
  /* transform belongs to the scrub/parallax engine — hover answers
     with glow + zoom instead, so the two never fight. */
  transition: border-color .35s ease, box-shadow .35s ease;
}
.vw-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vw-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,6,10,.6)); }
.vw-item:hover { border-color: var(--line-2); box-shadow: var(--shadow), var(--glow-gold); }
.vw-item:hover img { transform: scale(1.08); }
.play-dot {
  position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 999px;
  color: #1a1408; background: rgba(231,199,122,.92); box-shadow: 0 6px 22px rgba(0,0,0,.5);
  transition: transform .3s ease, background .3s ease;
}
.play-dot svg { width: 22px; height: 22px; margin-left: 3px; }
.vw-item:hover .play-dot { transform: translate(-50%, -50%) scale(1.12); background: var(--gold-bright); }

/* ============================================================
   STATEMENT
   ============================================================ */
.statement { padding-block: clamp(5rem, 12vw, 10rem); text-align: center; }
.statement-eyebrow { color: var(--gold); font-size: 1.1rem; margin-bottom: 1.6rem; filter: drop-shadow(0 0 10px rgba(231,199,122,.5)); }
.statement-line {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.7rem, 4.6vw, 3.2rem); line-height: 1.22;
  color: var(--text); text-wrap: balance;
  max-width: 24ch; margin-inline: auto;
}
.statement-line .w { display: inline-block; }
.statement-line .w-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ============================================================
   GALERIE
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: clamp(.7rem, 1.6vw, 1.1rem); }
.g-item {
  position: relative; overflow: hidden; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--ink-2);
  padding: 0; width: 100%; display: block;
}
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,6,10,.5)); opacity: .5; transition: opacity .4s ease; pointer-events: none; }
.g-item:hover img { transform: scale(1.07); }
.g-item:hover::after { opacity: .2; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; grid-row: span 2; }

/* ============================================================
   PERFECT PENTRU
   ============================================================ */
.events { display: flex; flex-wrap: wrap; gap: 1rem; }
.events li {
  display: flex; align-items: center; gap: .75rem;
  padding: 1rem 1.6rem; border-radius: 999px;
  background: var(--ink-2); border: 1px solid var(--line);
  font-family: var(--font-display); font-size: 1.08rem; color: var(--text);
  transition: transform .3s ease, border-color .3s ease, color .3s ease;
}
.events li .ic { width: 1.5em; height: 1.5em; color: var(--gold); }
.events li:hover { transform: translateY(-4px); border-color: var(--line-2); color: var(--gold); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { text-align: center; overflow: hidden; }
.contact-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.contact-inner .section-desc { margin-inline: auto; }
.contact-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.3rem, 6.5vw, 4.6rem); line-height: 1.04; letter-spacing: .01em;
  margin: .6rem 0 1.1rem; text-wrap: balance;
  background: var(--grad-gold-v); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.phone-cta {
  display: inline-block; margin: 2.2rem 0 1.8rem;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.4rem, 9vw, 5.2rem); letter-spacing: .02em;
  color: var(--text); font-variant-numeric: tabular-nums;
  transition: transform .3s ease, color .3s ease, text-shadow .3s ease;
}
.phone-cta:hover { color: var(--gold); text-shadow: var(--glow-gold); transform: scale(1.02); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(0,0,0,.35)); margin-top: var(--section-y); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-block: clamp(2.6rem, 6vw, 4rem); }
.footer-logo { height: 46px; width: auto; mix-blend-mode: screen; margin-bottom: 1rem; }
.footer-brand p { color: var(--muted); max-width: 40ch; font-size: .95rem; }
.footer-nav { display: flex; flex-direction: column; gap: .7rem; }
.footer-nav a { color: var(--muted); transition: color .25s ease; }
.footer-nav a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; gap: 1.2rem; }
.footer-phone { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-size: 1.3rem; color: var(--gold); font-variant-numeric: tabular-nums; }
.footer-phone .ic { width: 1.1em; height: 1.1em; }
.socials { display: flex; gap: .7rem; }
.socials a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--line); color: var(--text); transition: transform .3s ease, border-color .3s ease, color .3s ease, background .3s ease; }
.socials a svg { width: 20px; height: 20px; }
.socials a:hover { transform: translateY(-3px); color: var(--gold); border-color: var(--line-2); background: rgba(231,199,122,.08); }
.footer-base { border-top: 1px solid var(--line); padding-block: 1.4rem; }
.footer-base p { text-align: center; color: var(--muted-2); font-size: .85rem; }

/* ============================================================
   MEDIA LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: var(--gutter);
  background: rgba(4, 3, 8, 0.9); backdrop-filter: blur(14px);
}
.lightbox[hidden] { display: none; }
.lightbox-frame {
  width: min(1000px, 100%); aspect-ratio: 16 / 9;
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-lg), var(--glow-gold); border: 1px solid var(--line-2); background: #000;
}
.lightbox-frame.is-image {
  aspect-ratio: auto; width: auto; max-width: min(1100px, 100%);
  background: transparent; display: grid; place-items: center;
}
.lightbox-slot, .lightbox-slot iframe { width: 100%; height: 100%; border: 0; display: block; }
.lightbox-frame.is-image .lightbox-slot { width: auto; height: auto; }
.lb-img { max-width: 100%; max-height: 78vh; width: auto; height: auto; object-fit: contain; display: block; }
.lightbox-close {
  position: absolute; top: 1.2rem; right: 1.4rem; z-index: 2;
  width: 48px; height: 48px; border-radius: 999px;
  font-size: 2rem; line-height: 1; color: var(--ink); background: var(--gold);
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 52px; height: 52px; border-radius: 999px;
  display: grid; place-items: center;
  color: var(--gold); border: 1.5px solid var(--line-2);
  background: rgba(9, 8, 13, .6); backdrop-filter: blur(8px);
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}
.lb-nav svg { width: 22px; height: 22px; }
.lb-nav:hover { background: rgba(231, 199, 122, .14); border-color: var(--gold); color: var(--gold-bright); }
.lb-prev { left: max(1rem, 3vw); }
.lb-next { right: max(1rem, 3vw); }
.lb-counter {
  position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-size: .95rem; letter-spacing: .28em;
  color: var(--muted); font-variant-numeric: tabular-nums;
}

/* ============================================================
   CUSTOM CURSOR (desktop, fine pointer only — JS gates it)
   ============================================================ */
html.has-cursor, html.has-cursor * { cursor: none !important; }
.cursor-dot {
  position: fixed; top: 0; left: 0; z-index: 500; pointer-events: none;
  border-radius: 50%; opacity: 0;
  width: 7px; height: 7px;
  background: var(--gold-bright);
  box-shadow: 0 0 10px rgba(231, 199, 122, .7);
  transition: box-shadow .25s ease;
  will-change: transform;
}
.cursor-dot.is-hover { box-shadow: 0 0 22px rgba(231, 199, 122, 1), 0 0 6px rgba(248, 236, 192, .9); }
html.cursor-shown .cursor-dot { opacity: 1; }

/* ============================================================
   BOOKING HELPERS — floating WhatsApp (desktop) + sticky
   CTA bar (mobile). Both slide in once the visitor is past
   the hero (JS toggles .show).
   ============================================================ */
.wa-float {
  position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem);
  z-index: 120;
  width: 58px; height: 58px; border-radius: 999px;
  display: grid; place-items: center;
  color: #062b14;
  background: linear-gradient(135deg, #4ce07f, #25d366 60%, #12a850);
  box-shadow: 0 14px 34px -8px rgba(37, 211, 102, .55), inset 0 1px 0 rgba(255,255,255,.4);
  opacity: 0; transform: translateY(18px) scale(.9);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
}
.wa-float svg { width: 28px; height: 28px; }
.wa-float.show { opacity: 1; transform: none; pointer-events: auto; }
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 42px -8px rgba(37, 211, 102, .7), inset 0 1px 0 rgba(255,255,255,.5); }

.cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  display: none; gap: .6rem;
  padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(9, 8, 13, .94);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(105%);
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.cta-bar.show { transform: none; }
.cta-bar .btn { flex: 1; --btn-py: .78rem; font-size: .92rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .wa-float { display: none; }        /* the CTA bar takes over */
  .cta-bar { display: flex; }
  .site-footer { padding-bottom: 68px; }
  .despre-grid { grid-template-columns: 1fr; }
  .despre-media { max-width: 460px; margin-inline: auto; order: -1; }
  .services-grid { grid-template-columns: 1fr; }
  .srv-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .g-wide { grid-column: span 2; }
}

@media (max-width: 560px) {
  .hero { align-items: flex-end; }
  .hero-img { object-position: 60% 20%; }
  .hero-actions .btn { flex: 1 1 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .g-wide, .g-tall { grid-column: auto; grid-row: auto; }
  .g-item { grid-row: auto; }
  .events li { flex: 1 1 100%; justify-content: center; }
  .srv-row { grid-template-columns: auto 1fr; }
  .srv-ic { display: none; }

  /* Video wall becomes a horizontal snap strip */
  .video-wall {
    display: flex; gap: .8rem;
    overflow-x: auto; padding-bottom: .6rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
    mask-image: linear-gradient(90deg, #000 88%, transparent);
  }
  .video-wall::-webkit-scrollbar { display: none; }
  .vw-item { flex: 0 0 44%; scroll-snap-align: start; }

  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { left: .5rem; }
  .lb-next { right: .5rem; }
}

/* ============================================================
   MOTION PREFERENCES
   (initial hidden state for reveals lives in animations.css,
    guarded so content stays visible without JS)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .hero-img, .hero-img-wrap { transform: none; animation: none; }
  .beam { display: none; }
  .grain { display: none; }
  .wa-float, .cta-bar { transition: none; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
