/* ============================================================
   Smiling Event — Cinema Violet
   Negru de sală de cinema, violet electric din inelele 360°,
   auriu șampanie din semnătura „Smiling".
   ============================================================ */

:root {
  --bg: #07060C;
  --surface: #0D0A16;
  --surface-2: #171226;
  --card: #100D1B;
  --violet: #8B5CF6;
  --violet-soft: #B79CFF;
  --violet-deep: #6D28D9;
  --blue: #5B8DEF;
  --gold: #E9C68A;
  --gold-soft: #F4DFB4;
  --grad-brand: linear-gradient(135deg, #7C3AED 0%, #4F46E5 48%, #3B82F6 100%);
  --grad-text: linear-gradient(92deg, #E9E2FF 0%, #B79CFF 45%, #8FB4FF 100%);
  --grad-gold-text: linear-gradient(92deg, #F4DFB4 0%, #E9C68A 55%, #C9974F 100%);
  --text: #F5F3FC;
  --muted: #B6B0CC;
  --dim: #8E88A6;
  --line: rgba(150, 120, 255, 0.16);
  --line-bright: rgba(167, 139, 250, 0.5);
  --wa: #25D366;
  --wa-dark: #0E9F6E;
  --font-display: 'Bodoni Moda', serif;
  --font-serif: 'Pinyon Script', cursive;
  --font-body: 'Outfit', sans-serif;
  --radius: 22px;
  --shadow-violet: 0 12px 44px rgba(124, 58, 237, 0.22);
  --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image:
    radial-gradient(1100px 620px at 88% -120px, rgba(124, 58, 237, 0.14), transparent 62%),
    radial-gradient(880px 520px at -140px 42%, rgba(59, 130, 246, 0.08), transparent 62%);
}

::selection { background: var(--violet); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #07060C; }
::-webkit-scrollbar-thumb { background: linear-gradient(#6D28D9, #3B82F6); border-radius: 8px; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; margin-top: 44px; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--violet); color: #fff; padding: 10px 18px; z-index: 300; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; }

/* granulație de film peste tot site-ul */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.18; letter-spacing: 0; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--violet-soft);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-brand); box-shadow: 0 0 14px rgba(139, 92, 246, 0.9); }
.eyebrow::after { content: ""; width: 46px; height: 1px; background: linear-gradient(90deg, var(--violet), transparent); }

/* semnături vizuale unice — fantomă + text vertical */
.hero::before {
  content: "SMILE";
  position: absolute; z-index: 2; right: -1vw; bottom: -3vh;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(9rem, 23vw, 21rem); line-height: 0.82; letter-spacing: -0.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(183, 156, 255, 0.16);
  pointer-events: none; user-select: none;
}
.hero::after, .page-hero::after {
  content: "SMILING EVENT — IAȘI • MOLDOVA • 360°";
  position: absolute; right: 26px; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; z-index: 2;
  font-family: var(--font-body); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.44em; text-transform: uppercase;
  color: rgba(183, 156, 255, 0.55);
  pointer-events: none; user-select: none;
}
@media (max-width: 1080px) {
  .hero::after, .page-hero::after { display: none; }
}
@media (max-width: 640px) {
  .hero::before { font-size: 8rem; bottom: auto; top: 14vh; }
}

.section { padding: 104px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), transparent 32%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 740px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.06rem; }
.lead { font-size: 1.1rem; color: var(--muted); }

/* ---------- badges & buttons ---------- */

.badge-gold {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--violet-soft);
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid var(--line-bright);
  padding: 9px 18px; border-radius: 100px;
  backdrop-filter: blur(10px);
}
.badge-gold i { color: var(--gold); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-size: 0.84rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 100px; border: 0; cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  position: relative; overflow: hidden; white-space: nowrap;
}
.btn-lg { padding: 18px 36px; font-size: 0.9rem; }
.btn-sm { padding: 10px 19px; font-size: 0.7rem; }

.btn-gold { background: var(--grad-brand); color: #fff; box-shadow: 0 10px 30px rgba(109, 40, 217, 0.42); }
.btn-gold::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform 0.6s ease;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(109, 40, 217, 0.6); }
.btn-gold:hover::after { transform: translateX(120%); }

.btn-outline { background: rgba(124, 58, 237, 0.06); color: var(--violet-soft); border: 1px solid var(--line-bright); }
.btn-outline:hover { background: rgba(124, 58, 237, 0.18); transform: translateY(-3px); }

.btn-wa { background: linear-gradient(135deg, var(--wa), var(--wa-dark)); color: #fff; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.28); }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(37, 211, 102, 0.45); }
.btn-wa i { font-size: 1.15em; }

.gold-link { color: var(--gold-soft); border-bottom: 1px dashed rgba(233, 198, 138, 0.55); transition: color 0.2s; word-break: break-word; }
.gold-link:hover { color: var(--gold); }

/* ---------- header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 6, 12, 0.88);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.site-header.scrolled { background: rgba(7, 6, 12, 0.92); box-shadow: 0 10px 34px rgba(0, 0, 0, 0.55); }

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 10px; padding-bottom: 10px; }

.brand { display: flex; align-items: center; gap: 16px; position: relative; z-index: 101; }

.logo-ring {
  width: 112px; height: 112px; flex: 0 0 auto;
  border-radius: 50%;
  background:
    linear-gradient(#07060C, #07060C) padding-box,
    conic-gradient(from 210deg, #8B5CF6, #3B82F6, #B79CFF, #6D28D9, #8B5CF6) border-box;
  border: 2px solid transparent;
  display: grid; place-items: center;
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.4), 0 14px 44px rgba(124, 58, 237, 0.55), 0 6px 18px rgba(0, 0, 0, 0.7);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.brand:hover .logo-ring { transform: rotate(4deg) scale(1.03); box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.6), 0 18px 52px rgba(124, 58, 237, 0.75), 0 8px 20px rgba(0, 0, 0, 0.7); }
.logo-img { width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 50%; object-fit: cover; }

.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: 'Pinyon Script', cursive; font-weight: 400; font-size: 2.35rem; line-height: 1.05; padding-right: 0.18em; background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 2px 10px rgba(233, 198, 138, 0.25)); }
.brand-text small { font-family: var(--font-body); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.52em; text-transform: uppercase; color: var(--violet-soft); margin-top: 6px; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); position: relative; padding: 8px 0; transition: color 0.25s; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--grad-brand); transition: width 0.3s ease; border-radius: 2px; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-wa-mobile { display: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(124, 58, 237, 0.1); border: 1px solid var(--line-bright); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; position: relative; z-index: 102; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--violet-soft); border-radius: 2px; transition: transform 0.3s, opacity 0.3s, background-color 0.3s; }
.nav-open .nav-toggle { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.55); }
.nav-open .nav-toggle span { background: #fff; width: 22px; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */

.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.page-hero { position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden; padding: 90px 0 64px; }

.hero-bg { position: absolute; inset: -60px 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); will-change: transform; filter: saturate(1.05) contrast(1.06); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(180deg, rgba(7, 6, 12, 0.85) 0%, rgba(7, 6, 12, 0.38) 45%, rgba(7, 6, 12, 0.94) 100%),
  radial-gradient(1000px 540px at 16% 26%, rgba(124, 58, 237, 0.3), transparent 62%),
  radial-gradient(720px 420px at 86% 82%, rgba(59, 130, 246, 0.16), transparent 62%);
}
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 62rem; min-width: 0; padding-top: 40px; padding-bottom: 130px; }
.page-hero .hero-content { padding-bottom: 40px; max-width: 54rem; }

.hero-badge { margin-bottom: 28px; }
.hero-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 6.4vw, 5rem); line-height: 1.04; letter-spacing: 0.01em; text-transform: uppercase; overflow-wrap: break-word; text-wrap: balance; }
.page-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.8rem); text-transform: uppercase; letter-spacing: 0.01em; text-wrap: balance; }

.line { display: block; overflow: hidden; padding-bottom: 0.08em; }
.line-inner { display: block; transform: translateY(115%); animation: lineUp 0.9s cubic-bezier(0.22, 0.8, 0.24, 1) forwards; }
.line:nth-child(2) .line-inner { animation-delay: 0.15s; }
.line:nth-child(3) .line-inner { animation-delay: 0.3s; }
@keyframes lineUp { to { transform: translateY(0); } }

.line-gold { margin: 0.02em 0; }
.line-gold .line-inner {
  font-family: var(--font-serif); font-style: normal; font-weight: 400; text-transform: none;
  font-size: 1.28em; line-height: 1.2; padding-bottom: 0.14em;
  background: var(--grad-gold-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.hero-sub { max-width: 640px; margin-top: 24px; color: #E8E4F6; font-size: clamp(1rem, 1.4vw, 1.15rem); font-weight: 300; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

/* inel rotativ 360° — semnătura brandului */
.hero-ring { position: absolute; right: 6vw; bottom: 10vh; z-index: 2; width: 156px; height: 156px; display: grid; place-items: center; }
.hero-ring svg { position: absolute; inset: 0; animation: ringSpin 24s linear infinite; }
.hero-ring text { fill: var(--violet-soft); font-family: var(--font-body); font-weight: 600; font-size: 14px; letter-spacing: 4px; }
.hero-ring i { font-size: 1.7rem; color: var(--gold); filter: drop-shadow(0 0 16px rgba(233, 198, 138, 0.65)); animation: ringPulse 3s ease-in-out infinite; }
@keyframes ringSpin { to { transform: rotate(360deg); } }
@keyframes ringPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.12); } }

.hero-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--violet-soft); font-size: 0.9rem; opacity: 0.85; }
.hero-scroll-line { width: 1px; height: 42px; background: linear-gradient(var(--violet), transparent); animation: drip 1.8s ease-in-out infinite; }
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- booking ---------- */

.booking { position: relative; z-index: 5; margin-top: -76px; padding-bottom: 20px; }
.booking-card {
  background: rgba(16, 13, 27, 0.78);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--line-bright);
  border-radius: 26px;
  box-shadow: var(--shadow-violet), 0 30px 70px rgba(0, 0, 0, 0.5);
  padding: 42px;
  position: relative; overflow: hidden;
}
.booking-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-brand); }
.booking-head h2 { margin-top: 16px; }
.booking-head p { color: var(--muted); margin-top: 8px; }

.booking-form { margin-top: 28px; }
.booking-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.field span { display: flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--violet-soft); margin-bottom: 8px; }
.field input {
  width: 100%; padding: 15px 17px; border-radius: 14px;
  background: rgba(7, 6, 12, 0.72); border: 1px solid var(--line);
  color: var(--text); font-family: var(--font-body); font-size: 0.95rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  color-scheme: dark;
}
.field input:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.2); }
.field input::placeholder { color: #5f5a74; }

.services-pick { border: 0; margin-top: 24px; }
.services-pick legend { font-family: var(--font-body); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--violet-soft); margin-bottom: 12px; display: flex; gap: 8px; align-items: center; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; max-height: 176px; overflow-y: auto; padding: 4px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-block; padding: 10px 17px; border-radius: 100px;
  border: 1px solid var(--line); color: var(--muted);
  font-size: 0.8rem; font-weight: 400; cursor: pointer; user-select: none;
  transition: all 0.22s ease; background: rgba(7, 6, 12, 0.5);
}
.chip:hover span { border-color: var(--line-bright); color: #fff; transform: translateY(-1px); }
.chip input:checked + span { background: var(--grad-brand); color: #fff; font-weight: 600; border-color: transparent; box-shadow: 0 6px 18px rgba(109, 40, 217, 0.45); }
.chip input:focus-visible + span { outline: 2px solid var(--violet); outline-offset: 2px; }

.booking-form .btn-wa { margin-top: 26px; width: 100%; }
.booking-note { margin-top: 14px; text-align: center; color: var(--muted); font-size: 0.8rem; }
.booking-note i { color: var(--gold); }

/* ---------- marquee editorial ---------- */

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #050409; margin: 84px 0 0; padding: 24px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 62s linear infinite; will-change: transform; }
@media (hover: hover) and (pointer: fine) {
  .marquee:hover .marquee-track { animation-play-state: paused; }
}
.marquee-set { display: flex; align-items: center; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 30px; padding: 0 30px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: 0.05em; text-transform: uppercase;
  color: transparent; -webkit-text-stroke: 1px rgba(183, 156, 255, 0.55);
}
.marquee-item:nth-child(even) { color: var(--text); -webkit-text-stroke: 0; }
.marquee-item i { font-size: 0.85rem; color: var(--gold); -webkit-text-stroke: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- grids & cards ---------- */

.grid { display: grid; gap: 24px; }
.grid-services { grid-template-columns: repeat(4, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* bento pe homepage */
.grid-services.bento { grid-template-columns: repeat(4, 1fr); }
.grid-services.bento .service-card:nth-child(1) { grid-column: span 2; background: linear-gradient(160deg, rgba(124, 58, 237, 0.22), var(--card) 55%); border-color: var(--line-bright); }
.grid-services.bento .service-card:nth-child(6) { grid-column: span 2; background: linear-gradient(200deg, rgba(59, 130, 246, 0.16), var(--card) 55%); }

.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; position: relative; overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column; gap: 12px;
}
.service-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 180px at 50% -50px, rgba(139, 92, 246, 0.18), transparent 70%); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { transform: translateY(-7px); border-color: var(--line-bright); box-shadow: var(--shadow-violet); }
.service-card:hover::before { opacity: 1; }
.service-card h3 { font-size: 1.08rem; font-weight: 700; }
.service-card p { color: var(--muted); font-size: 0.88rem; flex: 1; }
.service-cat { font-family: var(--font-body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.service-cta { align-self: flex-start; margin-top: 4px; }

.service-num {
  position: absolute; top: 16px; right: 20px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem;
  color: transparent; -webkit-text-stroke: 1px rgba(183, 156, 255, 0.4);
  transition: color 0.3s ease;
}
.service-card:hover .service-num { color: rgba(183, 156, 255, 0.9); -webkit-text-stroke: 0; }

/* ancore directe din homepage */
.service-card { scroll-margin-top: 140px; }
.service-card:target {
  border-color: var(--violet);
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.55), 0 18px 60px rgba(124, 58, 237, 0.35);
  animation: svcPulse 1.6s ease 0.2s 2;
}
@keyframes svcPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.55), 0 18px 60px rgba(124, 58, 237, 0.35); }
  50% { box-shadow: 0 0 0 7px rgba(139, 92, 246, 0.18), 0 18px 60px rgba(124, 58, 237, 0.45); }
}

.service-icon {
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.35rem; color: #E9E2FF;
  background:
    linear-gradient(var(--surface-2), var(--surface-2)) padding-box,
    conic-gradient(from 200deg, #8B5CF6, #3B82F6, #B79CFF, #8B5CF6) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.3);
  transition: transform 0.3s ease;
}
.service-card:hover .service-icon { transform: rotate(-8deg) scale(1.08); }

.why-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 26px; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.why-card:hover { transform: translateY(-6px); border-color: var(--line-bright); box-shadow: var(--shadow-violet); }
.why-card h3 { font-size: 1.16rem; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: 0.9rem; }
.why-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 1.3rem; color: var(--violet-soft); background: rgba(124, 58, 237, 0.14); border: 1px solid var(--line-bright); margin-bottom: 18px; }

.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 38px 0; }
.stat { text-align: center; display: flex; flex-direction: column; gap: 8px; }
.stat strong { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.6rem); background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-family: var(--font-body); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }

/* ---------- gallery ---------- */

.grid-gallery-preview { grid-template-columns: repeat(4, 1fr); }
.preview-photo { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 1 / 1.15; display: block; }
.preview-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.preview-photo:hover img { transform: scale(1.07); }
.preview-photo::after { content: ""; position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(183, 156, 255, 0); transition: box-shadow 0.3s; }
.preview-photo:hover::after { box-shadow: inset 0 0 0 2px rgba(183, 156, 255, 0.7); }
.preview-zoom { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(7, 6, 12, 0.4); color: #fff; font-size: 1.3rem; opacity: 0; transition: opacity 0.3s; }
.preview-photo:hover .preview-zoom { opacity: 1; }

.filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.filter-chip { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 100px; padding: 11px 22px; cursor: pointer; transition: all 0.25s ease; }
.filter-chip:hover { color: #fff; border-color: var(--line-bright); }
.filter-chip.active { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 8px 22px rgba(109, 40, 217, 0.4); }

.masonry { columns: 3; column-gap: 22px; }
.gallery-item { break-inside: avoid; margin: 0 0 22px; position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); cursor: zoom-in; }
.gallery-item img { width: 100%; transition: transform 0.55s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 32px 18px 15px;
  background: linear-gradient(transparent, rgba(7, 6, 12, 0.94));
  color: var(--violet-soft); font-family: var(--font-body); font-weight: 500; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
  opacity: 0; transform: translateY(8px); transition: all 0.3s ease;
}
.gallery-item:hover figcaption { opacity: 1; transform: translateY(0); }
.gallery-item.hide { display: none; }
.hide { display: none !important; }

.lightbox { position: fixed; inset: 0; z-index: 250; background: rgba(5, 4, 9, 0.94); backdrop-filter: blur(12px); display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox figure { max-width: min(1000px, 92vw); text-align: center; }
.lightbox img { max-height: 80vh; max-width: 100%; margin: 0 auto; border-radius: 18px; border: 1px solid var(--line-bright); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65), 0 0 60px rgba(124, 58, 237, 0.25); }
.lb-caption { margin-top: 14px; color: var(--violet-soft); font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.lightbox button { position: absolute; background: rgba(124, 58, 237, 0.14); border: 1px solid var(--line-bright); color: #E9E2FF; width: 52px; height: 52px; border-radius: 50%; font-size: 1.1rem; cursor: pointer; transition: all 0.25s; display: grid; place-items: center; }
.lightbox button:hover { background: var(--violet); color: #fff; }
.lb-close { top: 24px; right: 24px; }
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ---------- faq ---------- */

.faq-wrap { max-width: 840px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; background: var(--card); margin-bottom: 14px; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; }
.faq-item.open { border-color: var(--line-bright); box-shadow: var(--shadow-violet); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; background: transparent; border: 0; color: var(--text); font-family: var(--font-display); font-size: 1.04rem; font-weight: 700; padding: 23px 26px; cursor: pointer; }
.faq-q i { color: var(--violet-soft); transition: transform 0.3s ease; flex: 0 0 auto; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-inner p { padding: 0 26px 25px; color: var(--muted); }

/* ---------- contact & map ---------- */

.contact-card p { margin-bottom: 14px; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; }
.map-frame { border: 1px solid var(--line-bright); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-violet); }
.map-frame iframe { display: block; filter: grayscale(1) invert(0.92) contrast(0.9) hue-rotate(190deg); }
.map-note { display: flex; gap: 10px; align-items: center; padding: 16px 20px; color: var(--muted); font-size: 0.85rem; border-top: 1px solid var(--line); }
.map-note i { color: var(--gold); }

/* ---------- about ---------- */

.about-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 52px; align-items: start; }
.about-text h2 { margin: 6px 0 22px; }
.rich p { color: #DCD7EC; margin-bottom: 16px; font-size: 1.02rem; }
.rich strong { color: var(--gold-soft); }
.about-media { display: grid; gap: 22px; }
.about-photo { margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.about-photo img { transition: transform 0.55s ease; }
.about-photo:hover img { transform: scale(1.04); }

/* ---------- cta band ---------- */

.cta-band { position: relative; padding: 100px 0; background: linear-gradient(180deg, rgba(124, 58, 237, 0.1), rgba(59, 130, 246, 0.03)); border-top: 1px solid var(--line); text-align: center; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -130px; left: 50%; transform: translateX(-50%); width: 640px; height: 260px; background: radial-gradient(closest-side, rgba(139, 92, 246, 0.32), transparent); filter: blur(34px); }
.cta-inner { position: relative; }
.cta-inner h2 { text-transform: uppercase; }
.cta-inner p { color: var(--muted); margin-top: 14px; }
.cta-inner .hero-ctas { justify-content: center; }

/* ---------- footer ---------- */

.site-footer { background: #05040A; border-top: 1px solid var(--line); padding: 76px 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 1fr 1.1fr; gap: 44px; padding-bottom: 54px; }
.footer-brand .logo-ring-lg { margin-bottom: 20px; }
.footer-bio { color: var(--muted); font-size: 0.9rem; max-width: 330px; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--violet-soft); transition: all 0.25s; }
.footer-social a:hover { background: var(--grad-brand); color: #fff; border-color: transparent; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(109, 40, 217, 0.45); }
.footer-col h4 { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col ul li { margin-bottom: 10px; color: var(--muted); font-size: 0.9rem; display: flex; gap: 10px; align-items: baseline; }
.footer-col ul a { color: var(--muted); transition: color 0.2s; }
.footer-col ul a:hover { color: #fff; }
.footer-col i { color: var(--violet-soft); width: 18px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; }
.footer-bottom p { color: #9A94AE; font-size: 0.8rem; text-align: center; }

/* ---------- whatsapp float ---------- */

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--wa), var(--wa-dark)); display: grid; place-items: center; color: #fff; font-size: 1.7rem; box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4); transition: transform 0.25s ease; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(37, 211, 102, 0.5); animation: waPulse 2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.wa-tooltip { position: absolute; right: 74px; top: 50%; transform: translateY(-50%); background: var(--surface-2); border: 1px solid var(--line-bright); color: #E9E2FF; font-family: var(--font-body); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 14px; border-radius: 10px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.wa-float:hover .wa-tooltip { opacity: 1; }

/* ---------- reveal animations ---------- */

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.75s ease var(--d, 0s), transform 0.75s ease var(--d, 0s); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .line-inner { animation: none; transform: none; }
  .hero-ring svg { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
  .grid-services, .grid-4, .grid-gallery-preview { grid-template-columns: repeat(2, 1fr); }
  .grid-services.bento { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-wrap { grid-template-columns: 1fr; }
  .masonry { columns: 2; }
  .hero-ring { display: none; }
}

@media (max-width: 860px) {
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; inset: 0; z-index: 99;
    background: rgba(5, 4, 9, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column; justify-content: center; align-items: center; gap: 26px;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
    padding: 120px 24px 40px;
  }
  .nav-open .main-nav { opacity: 1; pointer-events: auto; }
  .main-nav a { font-size: 1.3rem; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
  .nav-wa-mobile { display: inline-flex; margin-top: 12px; }
  .booking-fields { grid-template-columns: 1fr; }
  .booking-card { padding: 30px 22px; }
  .section { padding: 76px 0; }
  .hero-content { padding-bottom: 100px; }
  .booking { margin-top: -54px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .btn { white-space: normal; min-width: 0; text-align: center; }
  .hero-badge { white-space: normal; letter-spacing: 0.16em; line-height: 1.6; }
  .hero-title { font-size: clamp(1.85rem, 8.2vw, 2.35rem); letter-spacing: 0; }
  .line { overflow: visible; }
  .line-inner { transform: none; animation: none; }
  .grid-services, .grid-4, .grid-3, .grid-gallery-preview { grid-template-columns: 1fr; }
  .grid-services.bento .service-card:nth-child(1), .grid-services.bento .service-card:nth-child(6) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .masonry { columns: 1; }
  .brand-text { display: none; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .footer-brand .logo-ring { margin: 0 auto 20px; }
  .footer-social { justify-content: center; }
  .hero-ctas .btn { width: 100%; }
  .cta-inner .hero-ctas .btn { width: 100%; }
  .header-inner { gap: 10px; }
  .logo-ring { width: 90px; height: 90px; }
  .site-header .logo-ring { width: 90px; height: 90px; }
  .wa-float { width: 54px; height: 54px; font-size: 1.5rem; right: 16px; bottom: 16px; }
  .lightbox { padding: 16px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}

/* poza cover în hero pe mobil, sub textul „Lumini. Fum. Emoție.” */
.hero-cover-mobile { display: none; }
@media (max-width: 860px) {
  .hero-editorial { position: relative; }
  .hero-cover-mobile { display: block; position: absolute; inset: 0; z-index: 0; overflow: hidden; }
  .hero-cover-mobile img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
  .hero-cover-mobile::after { content: ""; position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(7, 6, 12, 0.86), rgba(7, 6, 12, 0.5) 45%, rgba(7, 6, 12, 0.94)),
    radial-gradient(560px 300px at 18% 18%, rgba(124, 58, 237, 0.35), transparent 62%);
  }
  .hero-editorial .hero-grid { position: relative; z-index: 2; display: block; }
  .hero-editorial .hero-collage { display: none; }
  .hero-editorial .hero-copy { max-width: 100%; }
  .hero-editorial::before { display: none; }
}

/* ============================================================
   HOME EDITORIAL v2 — structură complet diferită
   ============================================================ */

.hero-editorial { display: block; padding: 110px 0 120px; min-height: 100vh; min-height: 100svh; }
.hero-editorial::before { right: auto; left: -3vw; bottom: -9vh; -webkit-text-stroke-color: rgba(183, 156, 255, 0.1); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; width: 100%; }
.hero-copy { max-width: 620px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-facts li { display: flex; flex-direction: column; gap: 3px; }
.hero-facts strong { font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-facts span { font-size: 0.64rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

.hero-collage { position: relative; height: 620px; }
.collage-card { position: absolute; margin: 0; border-radius: 26px; overflow: hidden; border: 1px solid var(--line-bright); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(124, 58, 237, 0.16); }
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(124, 58, 237, 0.12), transparent 40%, rgba(7, 6, 12, 0.25)); }
.col-1 { width: 64%; height: 76%; top: 0; right: 4%; transform: rotate(2.4deg); z-index: 2; }
.col-2 { width: 46%; height: 52%; bottom: 0; left: 0; transform: rotate(-4deg); z-index: 3; }
.col-3 { width: 40%; height: 46%; bottom: 6%; right: 0; transform: rotate(5deg); z-index: 1; }
.collage-card { transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.24, 1); }
.col-1:hover { transform: rotate(0.5deg) scale(1.02); }
.col-2:hover { transform: rotate(-1.5deg) scale(1.03); }
.col-3:hover { transform: rotate(2deg) scale(1.03); }
.hero-editorial .hero-ring { right: auto; bottom: auto; left: -34px; top: -44px; width: 142px; height: 142px; z-index: 4; }
@media (max-width: 1080px) { .hero-editorial .hero-ring { display: grid; left: auto; right: 10px; top: -30px; width: 118px; height: 118px; } }

/* formular split cu promo */
.booking-split { margin-top: 0; padding: 100px 0 90px; background: linear-gradient(180deg, rgba(124, 58, 237, 0.08), transparent 65%); border-top: 1px solid var(--line); }
.booking-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: start; }
.booking-promo { position: sticky; top: 150px; }
.promo-script { display: block; font-family: var(--font-serif); font-size: clamp(2.6rem, 4.6vw, 3.9rem); line-height: 1.1; background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 8px; }
.booking-promo h2 { text-transform: uppercase; }
.booking-promo p { color: var(--muted); margin-top: 14px; }
.promo-points { margin-top: 26px; }
.promo-points li { display: flex; gap: 12px; align-items: baseline; padding: 10px 0; color: #DCD7EC; font-size: 0.94rem; border-bottom: 1px dashed var(--line); }
.promo-points li i { color: var(--violet-soft); }
.promo-call { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--gold-soft); transition: color 0.25s; }
.promo-call:hover { color: var(--gold); }
.promo-call i { color: var(--violet-soft); font-size: 1.1rem; }
.booking-split .booking-card { box-shadow: var(--shadow-violet), 0 24px 60px rgba(0, 0, 0, 0.45); }
.booking-split .booking-head { display: none; }

/* listă de servicii tip meniu de show */
.svc-list { border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: 74px 60px 1.05fr 1.35fr 42px; align-items: center; gap: 20px; padding: 26px 12px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; transition: padding 0.3s ease; }
.svc-row::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(124, 58, 237, 0.16), transparent 62%); opacity: 0; transition: opacity 0.3s; }
.svc-row:hover::before { opacity: 1; }
.svc-row:hover { padding-left: 26px; }
.svc-row > span { position: relative; }
.svc-num { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: transparent; -webkit-text-stroke: 1px rgba(183, 156, 255, 0.5); transition: color 0.25s; }
.svc-row:hover .svc-num { color: var(--violet-soft); -webkit-text-stroke: 0; }
.svc-ico { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: var(--violet-soft); background: rgba(124, 58, 237, 0.12); border: 1px solid var(--line-bright); font-size: 1.05rem; transition: transform 0.3s; }
.svc-row:hover .svc-ico { transform: rotate(-8deg) scale(1.08); }
.svc-name { font-family: var(--font-display); font-weight: 700; font-size: 1.32rem; }
.svc-desc { color: var(--muted); font-size: 0.86rem; }
.svc-arrow { color: var(--violet-soft); font-size: 0.95rem; transition: transform 0.3s; }
.svc-row:hover .svc-arrow { transform: translateX(7px); }

/* de ce noi — minimalist, numerotat */
.why2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 52px; }
.why2-item { border-top: 1px solid var(--line-bright); padding-top: 20px; }
.why2-num { font-family: var(--font-serif); font-size: 1.7rem; background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.why2-item h3 { font-size: 1.28rem; margin: 8px 0 10px; }
.why2-item h3 i { color: var(--violet-soft); font-size: 1rem; margin-right: 4px; }
.why2-item p { color: var(--muted); font-size: 0.92rem; }

/* bandă galerie cu scroll orizontal */
.g-strip-hint { display: flex; align-items: center; gap: 10px; color: var(--dim); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; }
.g-strip-hint i { color: var(--violet-soft); }
.g-strip { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--violet-deep) transparent; }
.g-strip::-webkit-scrollbar { height: 6px; }
.g-strip::-webkit-scrollbar-thumb { background: var(--grad-brand); border-radius: 6px; }
.g-card { flex: 0 0 300px; height: 400px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); position: relative; scroll-snap-align: start; }
.g-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.g-card:hover img { transform: scale(1.06); }
.g-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 rgba(183, 156, 255, 0); transition: box-shadow 0.3s; border-radius: 24px; }
.g-card:hover::after { box-shadow: inset 0 0 0 2px rgba(183, 156, 255, 0.7); }

/* CTA final pe panou violet */
.cta-final { position: relative; overflow: hidden; text-align: center; padding: 110px 0; border-top: 1px solid var(--line); background:
  radial-gradient(820px 420px at 50% -60px, rgba(124, 58, 237, 0.38), transparent 70%),
  linear-gradient(180deg, #0E0A1C, #07060C);
}
.cta-script { display: block; font-family: var(--font-serif); font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.1; background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-final h2 { text-transform: uppercase; font-size: clamp(2rem, 4.6vw, 3.6rem); margin-top: 4px; }
.cta-final p { color: var(--muted); margin-top: 14px; }
.cta-final .hero-ctas { justify-content: center; }

/* cuvinte-fantomă pe hero-urile paginilor */
.page-hero::before { position: absolute; left: -1vw; bottom: -3vh; z-index: 2; font-family: var(--font-display); font-weight: 900; font-size: clamp(7rem, 17vw, 14rem); line-height: 0.8; color: transparent; -webkit-text-stroke: 1px rgba(183, 156, 255, 0.13); pointer-events: none; user-select: none; }
.page-despre .page-hero::before { content: "DESPRE"; }
.page-servicii .page-hero::before { content: "SERVICII"; }
.page-galerie .page-hero::before { content: "GALERIE"; }
.page-faq .page-hero::before { content: "FAQ"; }
.page-contact .page-hero::before { content: "CONTACT"; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-collage { height: 460px; max-width: 560px; }
  .hero-editorial { padding: 70px 0 90px; min-height: 0; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-promo { position: static; }
  .svc-row { grid-template-columns: 52px 52px 1fr 32px; }
  .svc-desc { display: none; }
  .why2 { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .hero-collage { height: 380px; }
  .hero-editorial .hero-ring { width: 96px; height: 96px; top: -18px; }
  .hero-editorial .hero-ring text { font-size: 15px; }
  .svc-row { grid-template-columns: 44px 44px 1fr 26px; padding: 20px 6px; gap: 14px; }
  .svc-ico { width: 42px; height: 42px; font-size: 0.95rem; }
  .svc-name { font-size: 1.08rem; }
  .svc-num { font-size: 1.05rem; }
  .g-card { flex: 0 0 240px; height: 320px; }
  .hero-facts { gap: 22px; }
  .page-hero::before { font-size: 5.4rem; }
}

/* banner cover full-width cu artificii */
.cover-band { position: relative; height: 74vh; min-height: 460px; display: grid; place-items: center; text-align: center; background-size: cover; background-position: center 32%; background-attachment: fixed; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.cover-band::before { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(7, 6, 12, 0.82), rgba(7, 6, 12, 0.32) 50%, rgba(7, 6, 12, 0.86)),
  radial-gradient(720px 320px at 50% 50%, rgba(124, 58, 237, 0.26), transparent 72%);
}
.cover-caption { position: relative; z-index: 2; padding: 0 24px; }
.cover-band .cta-script { text-shadow: 0 4px 30px rgba(0, 0, 0, 0.55); }
.cover-title { font-size: clamp(1.9rem, 4.4vw, 3.4rem); text-transform: uppercase; margin-top: 6px; text-shadow: 0 6px 40px rgba(0, 0, 0, 0.6); }
@media (max-width: 1024px) { .cover-band { background-attachment: scroll; } }
@media (max-width: 640px) { .cover-band { height: 56vh; min-height: 360px; } }
