/* ============================================================
   ARROGANT BARBERSHOP — Midnight LED aesthetic
   ============================================================ */
:root{
  --ink:      #08090b;
  --panel:    #101114;
  --panel-2:  #16181c;
  --line:     #24262c;
  --white:    #f2f6fa;
  --muted:    #9aa1ab;
  --glow:     #dfeeff;
  --gold:     #12E6D6;
  --gold-2:   #7BF5EC;

  --font-display: "Bebas Neue", sans-serif;
  --font-script:  "Sedgwick Ave", cursive;
  --font-body:    "Barlow", sans-serif;
  --font-cond:    "Barlow Condensed", sans-serif;

  --maxw: 1120px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{
  scroll-behavior:smooth;
  /* Safari (iOS) mărește singur unele texte; le fixăm ca pe Android/PC. */
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  background:var(--ink);
  color:var(--white);
  font-family:var(--font-body);
  line-height:1.6;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}

::selection{background:var(--gold);color:var(--ink)}

/* --- scrollbar --- */
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:var(--ink)}
::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}
::-webkit-scrollbar-thumb:hover{background:var(--gold)}

/* ============ UTILITIES ============ */
.script{
  font-family:var(--font-script);
  font-weight:400;
  color:var(--glow);
  text-shadow:0 0 8px rgba(223,238,255,.55), 0 0 28px rgba(160,200,255,.35);
}
.ic{width:1.15em;height:1.15em;flex:none}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;gap:.55em;
  font-family:var(--font-cond);
  font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  padding:.85em 1.7em;border-radius:4px;border:1px solid transparent;
  cursor:pointer;transition:transform .2s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn--gold{
  background:linear-gradient(160deg,var(--gold-2),var(--gold));
  color:#04211f;
  box-shadow:0 4px 24px rgba(18,230,214,.25);
}
.btn--gold:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(18,230,214,.45)}
.btn--ghost{
  border-color:var(--line);color:var(--white);background:rgba(255,255,255,.02);
}
.btn--ghost:hover{border-color:var(--glow);box-shadow:0 0 18px rgba(223,238,255,.15);transform:translateY(-2px)}
.btn--sm{padding:.55em 1.1em;font-size:.95rem}

/* clipper icon vibrates on hover — ca o mașină de tuns pornită */
.btn:hover .ic-clipper{animation:buzz .12s linear infinite}
@keyframes buzz{
  0%{transform:translate(0,0) rotate(0)}
  25%{transform:translate(.6px,-.6px) rotate(-2deg)}
  50%{transform:translate(-.6px,.4px) rotate(2deg)}
  75%{transform:translate(.4px,.6px) rotate(-1deg)}
  100%{transform:translate(0,0) rotate(0)}
}

/* ============ NAV ============ */
.nav{
  position:fixed;inset:0 0 auto 0;z-index:50;
  display:flex;align-items:center;gap:2rem;
  padding:.8rem clamp(1rem,4vw,3rem);
  background:linear-gradient(rgba(8,9,11,.92),rgba(8,9,11,.75));
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav__logo{font-size:1.3rem;line-height:1;margin-right:auto}
.nav__links{display:flex;gap:1.8rem}
.nav__links a{
  font-family:var(--font-cond);font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  font-size:.95rem;color:var(--muted);position:relative;padding:.3em 0;
  transition:color .2s;
}
.nav__links a::after{
  content:"";position:absolute;left:0;bottom:0;height:1px;width:0;
  background:var(--gold);transition:width .25s ease;
}
.nav__links a:hover{color:var(--white)}
.nav__links a:hover::after{width:100%}
.nav__burger{display:none}

/* ============ HERO ============ */
.hero{
  position:relative;min-height:100svh;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
  background:radial-gradient(120% 90% at 50% 0%, #101319 0%, var(--ink) 60%);
}
.hero__inner{position:relative;z-index:3;text-align:center;padding:7rem 1.25rem 4rem;max-width:920px}

/* LED ceiling lights — ca în salon */
.hero__leds{position:absolute;inset:0;z-index:1;pointer-events:none}
.hero__leds i{
  position:absolute;display:block;
  border:2px solid rgba(223,238,255,.85);border-radius:6px;
  box-shadow:0 0 12px rgba(223,238,255,.55), 0 0 48px rgba(160,200,255,.28), inset 0 0 18px rgba(223,238,255,.30);
  opacity:0;
  animation:led-on 1.1s ease forwards, led-flicker 7s linear infinite 2.2s;
  transform:perspective(700px) rotateX(48deg) skewX(-10deg);
}
.hero__leds i:nth-child(1){width:180px;height:66px;top:7%;left:5%;animation-delay:.15s,2.2s}
.hero__leds i:nth-child(2){width:130px;height:48px;top:15%;left:24%;animation-delay:.4s,3.4s}
.hero__leds i:nth-child(3){width:90px;height:34px;top:23%;left:11%;animation-delay:.8s,5s;opacity:.55}
.hero__leds i:nth-child(4){width:180px;height:66px;top:7%;right:5%;transform:perspective(700px) rotateX(48deg) skewX(10deg);animation-delay:.3s,4.1s}
.hero__leds i:nth-child(5){width:130px;height:48px;top:15%;right:24%;transform:perspective(700px) rotateX(48deg) skewX(10deg);animation-delay:.6s,2.9s}
.hero__leds i:nth-child(6){width:90px;height:34px;top:23%;right:11%;transform:perspective(700px) rotateX(48deg) skewX(10deg);animation-delay:1s,3.8s;opacity:.55}
@keyframes led-on{
  0%{opacity:0}
  55%{opacity:.25}
  62%{opacity:.9}
  70%{opacity:.4}
  100%{opacity:1}
}
@keyframes led-flicker{
  0%,96.5%,100%{filter:brightness(1)}
  97%{filter:brightness(.6)}
  97.5%{filter:brightness(1.15)}
  98%{filter:brightness(.85)}
}

/* salon interior full-bleed, foarte întunecat, cu vinietă — atmosferă, nu detalii */
.hero__photo{
  position:absolute;inset:0;z-index:0;
  background:url("../img/notino-salon-2.jpg") center 60%/cover no-repeat;
  opacity:.14;filter:saturate(.55) brightness(.55);
  mask-image:radial-gradient(120% 95% at 50% 46%, #000 25%, transparent 80%);
  -webkit-mask-image:radial-gradient(120% 95% at 50% 46%, #000 25%, transparent 80%);
}
.hero__grain{
  position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

.hero__kicker{
  font-family:var(--font-cond);letter-spacing:.35em;text-transform:uppercase;
  font-size:.85rem;color:var(--gold);
}

/* --- The CUT: scissors slice across, logo is revealed --- */
.hero__cutwrap{position:relative;margin:1.2rem 0 .6rem}
.sr-only{
  position:absolute;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.hero__logo{
  width:min(520px,82vw);height:auto;display:inline-block;
  filter:drop-shadow(0 0 14px rgba(223,238,255,.35)) drop-shadow(0 0 44px rgba(160,200,255,.18));
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path:inset(0 100% 0 0);
  animation:cut-reveal 1.6s cubic-bezier(.6,.05,.3,1) .55s forwards;
}
@keyframes cut-reveal{to{-webkit-clip-path:inset(0 0% 0 0);clip-path:inset(0 0% 0 0)}}

.hero__cutline{
  position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);
  display:flex;align-items:center;z-index:4;pointer-events:none;
  animation:cutline-fade .4s ease 2.35s forwards;
}
@keyframes cutline-fade{to{opacity:0;visibility:hidden}}

.hero__cutline .dash{
  height:0;flex:1;
  border-top:2px dashed rgba(223,238,255,.5);
}
.hero__cutline .dash--left{
  transform-origin:left center;
  animation:dash-split-l .5s ease 2s forwards;
}
.hero__cutline .dash--right{
  transform-origin:right center;
  animation:dash-split-r .5s ease 2s forwards;
}
@keyframes dash-split-l{to{transform:translateY(-7px) rotate(-1.5deg);opacity:.25}}
@keyframes dash-split-r{to{transform:translateY(7px) rotate(-1.5deg);opacity:.25}}

.hero__scissors{
  width:54px;height:54px;color:var(--glow);flex:none;
  filter:drop-shadow(0 0 8px rgba(223,238,255,.7));
  position:absolute;top:50%;left:-6%;translate:0 -50%;
  animation-name:travel, snip;
  animation-duration:1.6s, .4s;
  animation-timing-function:cubic-bezier(.6,.05,.3,1), ease-in-out;
  animation-delay:.55s, .55s;
  animation-iteration-count:1, 4;
  animation-fill-mode:forwards, none;
}
@keyframes travel{
  from{left:-6%}
  to{left:101%}
}
@keyframes snip{
  0%,100%{transform:rotate(6deg) scaleY(1)}
  50%{transform:rotate(-4deg) scaleY(.82)}
}

.hero__sub{color:var(--muted);margin-top:1rem;font-size:1.06rem}
.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.2rem}

/* load-in reveals */
.reveal-load{opacity:0;transform:translateY(16px);animation:rise .8s ease var(--d,0s) forwards}
@keyframes rise{to{opacity:1;transform:none}}

/* scroll cue — mouse animat jos în centru */
.hero__scrollcue{
  position:absolute;bottom:1.8rem;left:50%;translate:-50% 0;z-index:3;
  width:26px;height:42px;border:2px solid rgba(242,246,250,.35);border-radius:14px;
  transition:border-color .3s ease;
}
.hero__scrollcue span{
  position:absolute;top:7px;left:50%;width:3px;height:8px;margin-left:-1.5px;
  border-radius:2px;background:var(--gold);
  animation:scrollcue 1.8s ease-in-out infinite;
}
.hero__scrollcue:hover{border-color:var(--gold)}
@keyframes scrollcue{
  0%{transform:translateY(0);opacity:0}
  20%{opacity:1}
  70%{transform:translateY(15px);opacity:0}
  100%{transform:translateY(15px);opacity:0}
}

/* barber pole — colț dreapta jos hero */
.pole{
  position:absolute;right:clamp(.75rem,3vw,2.5rem);bottom:2rem;z-index:3;
  width:26px;height:120px;border-radius:14px;
  border:2px solid rgba(255,255,255,.25);
  overflow:hidden;
  box-shadow:0 0 22px rgba(223,238,255,.12), inset 0 0 8px rgba(0,0,0,.6);
}
.pole i{
  position:absolute;inset:-60px 0;
  background:repeating-linear-gradient(
    -55deg,
    #c33 0 12px, #f4f6f8 12px 24px, #335e9e 24px 36px, #f4f6f8 36px 48px
  );
  animation:pole-spin 2.4s linear infinite;
}
@keyframes pole-spin{to{transform:translateY(48px)}}

/* ============ MARQUEE ============ */
.marquee{
  border-block:1px solid var(--line);
  background:var(--panel);
  overflow:hidden;padding:.9rem 0;
  position:relative;z-index:4;
}
.marquee__track{
  display:flex;align-items:center;gap:2.5rem;width:max-content;
  animation:marquee 26s linear infinite;
}
.marquee__track span{
  font-family:var(--font-display);font-size:1.35rem;letter-spacing:.22em;
  text-transform:uppercase;color:var(--muted);white-space:nowrap;
}
.marquee__track .ic{color:var(--gold);width:1.05em;height:1.05em}
.marquee:hover .marquee__track{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ============ SECTIONS ============ */
.section{
  position:relative;
  padding:5.5rem clamp(1rem,4vw,3rem) 5rem;
  max-width:calc(var(--maxw) + 6rem);
  margin:0 auto;
}
.section--alt{max-width:none}
.section--alt::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(var(--panel), var(--ink));
}
.section--alt > *{max-width:var(--maxw);margin-left:auto;margin-right:auto}

.section__head{text-align:center;margin-bottom:3rem}
.section__kicker{
  font-family:var(--font-cond);letter-spacing:.35em;text-transform:uppercase;
  font-size:.82rem;color:var(--gold);margin-bottom:.4rem;
}
.section__title{
  font-family:var(--font-display);font-weight:400;
  font-size:clamp(2.6rem,6vw,4rem);letter-spacing:.12em;text-transform:uppercase;
  line-height:1;
}

/* --- cut divider: foarfeca taie linia la scroll --- */
.cut-divider{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:min(560px,80%);height:0;display:flex;align-items:center;
  z-index:5;
}
.cut-divider__line{
  width:100%;border-top:2px dashed var(--line);
  transition:border-color .6s ease;
}
.cut-divider__scissors{
  position:absolute;left:0;top:50%;translate:-50% -50%;
  width:30px;height:30px;color:var(--muted);opacity:0;
  transition:opacity .3s ease;
}
.cut-divider.is-cut .cut-divider__scissors{
  opacity:1;
  animation:divider-travel 1.4s cubic-bezier(.55,.06,.35,1) forwards,
            snip .35s ease-in-out 4;
  color:var(--glow);
  filter:drop-shadow(0 0 6px rgba(223,238,255,.6));
}
.cut-divider.is-cut .cut-divider__line{border-color:rgba(223,238,255,.35)}
@keyframes divider-travel{from{left:0}to{left:100%}}

/* --- scroll reveal --- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease var(--d,0s), transform .7s ease var(--d,0s)}
.reveal.is-in{opacity:1;transform:none}

/* ============ TABS ============ */
.tabs{
  display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap;
  margin-bottom:2.6rem;
}
.tab{
  font-family:var(--font-cond);font-size:1.02rem;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);background:transparent;
  border:1px solid var(--line);border-radius:4px;
  padding:.65em 1.4em;cursor:pointer;
  transition:all .25s ease;
}
.tab:hover{color:var(--white);border-color:var(--muted)}
.tab.is-active{
  color:#04211f;background:linear-gradient(160deg,var(--gold-2),var(--gold));
  border-color:transparent;
  box-shadow:0 4px 20px rgba(18,230,214,.3);
}

.panel[hidden]{display:none}
.panel__group{
  font-family:var(--font-cond);font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  font-size:.88rem;color:var(--muted);
  margin:2.2rem 0 1rem;display:flex;align-items:center;gap:.8rem;
}
.panel__group::after{content:"";flex:1;border-top:1px solid var(--line)}
.tag-tel{
  font-size:.78rem;letter-spacing:.08em;color:var(--gold);
  border:1px solid rgba(18,230,214,.4);border-radius:99px;padding:.15em .8em;
}

/* ============ SERVICE CARDS ============ */
.services{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
  gap:.9rem;
}
.svc{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  background:var(--panel);
  border:1px solid var(--line);border-radius:8px;
  padding:1.1rem 1.25rem;
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  position:relative;overflow:hidden;
}
.svc::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(var(--gold-2),var(--gold));
  transform:scaleY(0);transform-origin:top;transition:transform .3s ease;
}
.svc:hover{border-color:rgba(18,230,214,.45);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.45)}
.svc:hover::before{transform:scaleY(1)}
.svc__info h4{
  font-family:var(--font-cond);font-weight:600;font-size:1.18rem;
  letter-spacing:.06em;text-transform:uppercase;
}
.svc__info p{color:var(--muted);font-size:.88rem;margin:.2rem 0 .1rem;line-height:1.45}
.svc__meta{
  display:flex;align-items:baseline;gap:1rem;margin-top:.45rem;
  font-family:var(--font-cond);
}
.svc__meta span{color:var(--muted);font-size:.92rem;letter-spacing:.05em}
.svc__meta b{color:var(--gold);font-size:1.15rem;letter-spacing:.05em;font-weight:600}
.btn--book{
  flex:none;
  font-size:.9rem;padding:.6em 1.15em;
  border:1px solid var(--line);color:var(--white);border-radius:4px;
}
.btn--book:hover{border-color:var(--gold);color:var(--gold);box-shadow:0 0 16px rgba(18,230,214,.2)}

/* ============ DESPRE ============ */
.about{
  display:grid;grid-template-columns:minmax(280px,420px) 1fr;
  gap:clamp(2rem,5vw,4.5rem);align-items:center;
  max-width:var(--maxw);margin:0 auto;
}
.about__photo{
  position:relative;border-radius:12px;overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 24px 60px rgba(0,0,0,.55);
  transform:rotate(-1.5deg);
}
.about__photo img{width:100%;display:block}
.about__photo figcaption{
  position:absolute;bottom:.6rem;right:1rem;
  font-size:1.4rem;
}
.section__title--left{text-align:left}
.about__script{font-size:.85em;margin-left:.15em}
.about__text{color:var(--muted);margin-top:1rem;max-width:56ch}
.about__text + .about__text{margin-top:.6rem;color:var(--white)}
.about__achv{list-style:none;margin:1.6rem 0 0}
.about__achv li{
  display:flex;align-items:center;gap:.8rem;
  padding:.55rem 0;border-bottom:1px dashed var(--line);
  font-family:var(--font-cond);font-size:1.05rem;letter-spacing:.05em;
}
.about__achv li:last-child{border-bottom:none}
.about__achv .ic{color:var(--gold);width:1.35em;height:1.35em}
.about__stats{
  display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:1.8rem;
  padding-top:1.4rem;border-top:1px solid var(--line);
}
.stat b{
  font-family:var(--font-display);font-weight:400;font-size:2.2rem;line-height:1;
  color:var(--gold);display:block;
}
.stat span{color:var(--muted);font-size:.85rem}
@media (max-width:860px){
  .about{grid-template-columns:1fr}
  .about__photo{max-width:380px;margin:0 auto}
}

/* ============ RECENZII ============ */
.ratings{
  display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;
  margin-bottom:2.6rem;
}
.rating{
  display:flex;flex-direction:column;align-items:center;gap:.15rem;
  min-width:150px;padding:1.1rem 1.6rem;
  background:var(--panel);border:1px solid var(--line);border-radius:10px;
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.rating:hover{border-color:rgba(18,230,214,.5);transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.45)}
.rating b{
  font-family:var(--font-display);font-weight:400;font-size:2rem;line-height:1;
  color:var(--white);
}
.rating .star{color:var(--gold);text-shadow:0 0 10px rgba(18,230,214,.6)}
.rating__label{
  font-family:var(--font-cond);font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  font-size:.85rem;color:var(--white);margin-top:.3rem;
}
.rating__count{color:var(--muted);font-size:.82rem}

.reviews{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:.9rem;
}
.review{
  background:var(--panel);border:1px solid var(--line);border-radius:8px;
  padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:.6rem;
  transition:border-color .25s ease, transform .25s ease;
  position:relative;
}
.review::before{
  content:"„";position:absolute;top:-.4rem;right:.9rem;
  font-family:var(--font-script);font-size:3.2rem;color:rgba(18,230,214,.18);
  pointer-events:none;
}
.review:hover{border-color:rgba(223,238,255,.3);transform:translateY(-3px)}
.review__stars{color:var(--gold);letter-spacing:.2em;font-size:.9rem;text-shadow:0 0 8px rgba(18,230,214,.5)}
.review p{font-size:.98rem;line-height:1.55;color:var(--white)}
.review footer{
  margin-top:auto;font-family:var(--font-cond);letter-spacing:.08em;
  font-size:.9rem;color:var(--muted);
}
.review__src{color:var(--gold);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}

/* nota din panoul V.I.P */
.panel__note{
  max-width:640px;margin:-0.4rem 0 1.2rem;
  color:var(--muted);font-size:.95rem;
  border-left:3px solid #25d366;padding:.5rem .9rem;
  background:rgba(37,211,102,.05);border-radius:0 6px 6px 0;
}
.panel__note b{color:var(--white)}

/* buton WhatsApp */
.btn--wa{border-color:rgba(37,211,102,.45);color:#25d366;gap:.4em}
.btn--wa:hover{border-color:#25d366;color:#3ce07a;box-shadow:0 0 16px rgba(37,211,102,.25)}
.btn--wa .ic{width:1.05em;height:1.05em}
/* varianta mare, plină, verde WhatsApp — pentru hero */
.btn--wa-lg{
  background:linear-gradient(160deg,#2ee36f,#1fb457);
  color:#04210f;border-color:transparent;
  box-shadow:0 4px 24px rgba(37,211,102,.28);
}
.btn--wa-lg:hover{color:#04210f;transform:translateY(-2px);box-shadow:0 8px 32px rgba(37,211,102,.45)}
.btn--wa-lg .ic{color:#04210f;width:1.15em;height:1.15em}

/* ============ TEAM ============ */
.team{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:1.5rem;max-width:980px;margin:0 auto;
}
.member{text-align:center;padding:1.5rem .5rem}
.member__ring{
  width:110px;height:110px;margin:0 auto 1rem;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:2px solid rgba(223,238,255,.5);
  box-shadow:0 0 14px rgba(223,238,255,.28), inset 0 0 22px rgba(223,238,255,.10);
  background:radial-gradient(circle at 35% 30%, #20242c 0%, var(--panel-2) 60%);
  transition:transform .3s ease, box-shadow .3s ease;
}
.member:hover .member__ring{
  transform:translateY(-5px) rotate(-3deg);
  box-shadow:0 0 26px rgba(223,238,255,.45), inset 0 0 22px rgba(223,238,255,.14);
}
.member__ring span{
  font-family:var(--font-script);font-size:1.6rem;color:var(--glow);
  text-shadow:0 0 10px rgba(223,238,255,.6);
}
.member__ring img{
  width:100%;height:100%;object-fit:cover;object-position:50% 22%;border-radius:50%;
  filter:saturate(.9);
  transition:filter .3s ease;
}
.member:hover .member__ring img{filter:saturate(1.05)}
.member__ring--gold{
  border-color:rgba(123,245,236,.75);
  box-shadow:0 0 16px rgba(18,230,214,.4), inset 0 0 24px rgba(18,230,214,.12);
}
.member__ring--gold span{color:var(--gold-2);text-shadow:0 0 10px rgba(18,230,214,.7)}
.member h3{
  font-family:var(--font-display);font-weight:400;font-size:1.5rem;letter-spacing:.14em;
  text-transform:uppercase;
}
.member p{color:var(--muted);font-size:.86rem}

/* ============ FEATURE (Salonul Lunii / Palmares) ============ */
.feature{
  display:grid;grid-template-columns:minmax(260px,380px) 1fr;
  gap:2.5rem;align-items:center;
  max-width:880px;margin:3.5rem auto 0;
  background:var(--panel);
  border:1px solid var(--line);border-radius:12px;
  padding:1.5rem;
}
.feature__photo{
  border-radius:8px;overflow:hidden;border:1px solid var(--line);
}
.feature__photo img{width:100%;height:100%;object-fit:cover}
.feature__body h3{
  font-family:var(--font-display);font-weight:400;font-size:2rem;
  letter-spacing:.08em;text-transform:uppercase;margin:.2rem 0 1rem;
}
@media (max-width: 760px){
  .feature{grid-template-columns:1fr}
}

/* ============ GALLERY ============ */
.gallery{
  display:grid;gap:.8rem;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
}
.gallery__item{
  position:relative;overflow:hidden;border-radius:8px;
  border:1px solid var(--line);
  aspect-ratio:3/4;
}
.gallery__item img{
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.85);
  transition:transform .6s cubic-bezier(.2,.6,.2,1), filter .4s ease;
}
.gallery__item:hover img{transform:scale(1.06);filter:saturate(1.05)}
.gallery__item figcaption{
  position:absolute;inset:auto 0 0 0;
  padding:2.2rem .9rem .8rem;
  font-family:var(--font-cond);letter-spacing:.14em;text-transform:uppercase;font-size:.85rem;
  color:var(--white);
  background:linear-gradient(transparent, rgba(8,9,11,.9));
  opacity:0;transform:translateY(8px);
  transition:opacity .35s ease, transform .35s ease;
}
.gallery__item:hover figcaption{opacity:1;transform:none}
/* --- video în galerie --- */
.gallery__item video{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}
.gallery__item--video::before{
  content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:2;
  width:54px;height:54px;border-radius:50%;pointer-events:none;
  background:rgba(8,9,11,.55) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6.5v11l9-5.5Z" fill="%237BF5EC"/></svg>') center/26px no-repeat;
  border:1px solid rgba(123,245,236,.6);
  box-shadow:0 0 18px rgba(0,0,0,.5);
}
.gallery__more{text-align:center;margin-top:2rem;color:var(--muted)}
.gallery__more a:not(.btn){color:var(--gold);border-bottom:1px dashed rgba(18,230,214,.5)}
.gallery__more a:not(.btn):hover{color:var(--gold-2)}

/* ============ CONTACT ============ */
.contact{
  display:grid;grid-template-columns:1fr 1.15fr;gap:2.5rem;align-items:start;
}
.contact__row{
  display:flex;gap:1rem;align-items:flex-start;
  padding:1.1rem 0;border-bottom:1px dashed var(--line);
}
.contact__row .ic{width:1.4em;height:1.4em;color:var(--gold);margin-top:.2em}
.contact__row h4{
  font-family:var(--font-cond);font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  font-size:.85rem;color:var(--muted);
}
.contact__row p{font-size:1.05rem}
.contact__row small{color:var(--muted);font-size:.85rem}
.contact__row a:hover{color:var(--gold)}
.contact__social{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.6rem}
.contact__map{
  border:1px solid var(--line);border-radius:10px;overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.5);
}
.contact__map iframe{
  display:block;width:100%;height:420px;border:0;
  filter:grayscale(1) invert(.92) contrast(.9);
  background:var(--panel-2);
}
.contact__maplink{
  display:flex;align-items:center;justify-content:center;gap:.5em;
  padding:.9rem;border-top:1px solid var(--line);
  font-family:var(--font-cond);letter-spacing:.14em;text-transform:uppercase;font-size:.9rem;
  color:var(--muted);transition:color .25s ease, background .25s ease;
}
.contact__maplink:hover{color:var(--gold);background:rgba(18,230,214,.06)}

/* ============ FOOTER ============ */
.footer{
  padding:3.5rem clamp(1rem,4vw,3rem) 2rem;
  border-top:1px solid var(--line);
  background:var(--panel);
}
.footer__grid{
  display:grid;grid-template-columns:1.2fr 1fr 1fr;
  gap:2.5rem;max-width:var(--maxw);margin:0 auto 2.5rem;
}
.footer__logo{font-size:1.7rem;display:block;margin-bottom:.7rem}
.footer__tag{color:var(--muted);font-size:.95rem;max-width:30ch}
.footer__social{display:flex;gap:1.2rem;margin-top:1.2rem}
.footer__social a{
  font-family:var(--font-cond);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;
  color:var(--muted);border-bottom:1px dashed transparent;transition:color .2s, border-color .2s;
}
.footer__social a:hover{color:var(--gold);border-color:rgba(18,230,214,.5)}
.footer__col h4{
  font-family:var(--font-cond);font-weight:600;letter-spacing:.22em;text-transform:uppercase;
  font-size:.82rem;color:var(--gold);margin-bottom:.6rem;
}
.footer__h2{margin-top:1.4rem}
.footer__col p{color:var(--muted);font-size:.95rem;line-height:1.7}
.footer__col a:not(.btn):hover{color:var(--gold)}
.footer__nav{display:flex;flex-direction:column;gap:.35rem}
.footer__nav a{color:var(--muted);font-size:.95rem;transition:color .2s}
.footer__nav a:hover{color:var(--white)}
.footer__cta{margin-top:1.3rem}
.footer__copy{
  text-align:center;color:var(--muted);font-size:.85rem;
  padding-top:1.6rem;border-top:1px solid var(--line);
  max-width:var(--maxw);margin:0 auto;
}
.footer__credit{
  text-align:center;color:var(--muted);font-size:.72rem;
  opacity:.6;margin:.5rem auto 0;letter-spacing:.02em;
}
@media (max-width:760px){
  .footer__grid{grid-template-columns:1fr;gap:2rem}
}

/* ============ NAV EXTRAS ============ */
.nav__wa{
  display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(37,211,102,.45);color:#25d366;
  transition:box-shadow .25s ease, border-color .25s ease, transform .2s ease;
}
.nav__wa .ic{width:19px;height:19px}
.nav__wa:hover{border-color:#25d366;box-shadow:0 0 14px rgba(37,211,102,.35);transform:translateY(-1px)}

.dot-wa{
  display:inline-block;width:.6em;height:.6em;border-radius:50%;
  background:#25d366;box-shadow:0 0 8px rgba(37,211,102,.8);
  margin-right:.15em;vertical-align:baseline;
  animation:dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse{50%{opacity:.5}}

.pay .ic-check{color:#25d366;width:1em;height:1em;vertical-align:-.15em}

.feature__text{color:var(--muted);font-size:.98rem;margin-bottom:1.4rem;max-width:44ch}

/* ============ LIGHTBOX ============ */
.lightbox{
  position:fixed;inset:0;z-index:100;
  display:flex;align-items:center;justify-content:center;
  background:rgba(4,5,6,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  opacity:0;pointer-events:none;transition:opacity .3s ease;
}
.lightbox.is-open{opacity:1;pointer-events:auto}
.lightbox__media{display:contents}
.lightbox img, .lightbox video{
  max-width:min(92vw,900px);max-height:86vh;
  border-radius:8px;border:1px solid var(--line);
  box-shadow:0 30px 80px rgba(0,0,0,.7);
}
.lightbox__caption{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  font-family:var(--font-cond);letter-spacing:.15em;text-transform:uppercase;
  font-size:.9rem;color:var(--muted);
}
.lightbox__close, .lightbox__nav{
  position:absolute;background:none;border:1px solid var(--line);border-radius:50%;
  width:44px;height:44px;color:var(--white);cursor:pointer;
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;
  transition:border-color .2s, color .2s;
}
.lightbox__close:hover, .lightbox__nav:hover{border-color:var(--gold);color:var(--gold)}
.lightbox__close{top:1.2rem;right:1.2rem}
.lightbox__nav--prev{left:1.2rem;top:50%;translate:0 -50%}
.lightbox__nav--next{right:1.2rem;top:50%;translate:0 -50%}
.gallery__item{cursor:zoom-in}
@media (max-width:720px){
  .lightbox__nav{display:none}
}

/* ============ RESPONSIVE ============ */
@media (max-width: 860px){
  .contact{grid-template-columns:1fr}
  .contact__map iframe{height:320px}
}
@media (max-width: 720px){
  .nav{gap:1rem}
  .nav__links{
    position:fixed;inset:56px 0 auto 0;
    flex-direction:column;gap:0;
    background:rgba(8,9,11,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
    max-height:0;overflow:hidden;transition:max-height .35s ease;
  }
  .nav__links.is-open{max-height:300px}
  .nav__links a{padding:1rem clamp(1rem,4vw,3rem);border-top:1px solid rgba(255,255,255,.05)}
  .nav__burger{
    display:flex;flex-direction:column;gap:5px;
    background:none;border:none;cursor:pointer;padding:.4rem;
  }
  .nav__burger span{width:22px;height:2px;background:var(--white);transition:transform .3s ease, opacity .3s ease}
  .nav__burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav__burger[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nav__burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .pole{display:none}
  .hero__leds i:nth-child(2),
  .hero__leds i:nth-child(4),
  .hero__leds i:nth-child(5),
  .hero__leds i:nth-child(6){display:none}
  .hero__leds i:nth-child(1){width:88px;height:34px;top:10%;left:-3%;filter:opacity(.55)}
  .hero__leds i:nth-child(3){width:96px;height:38px;top:10.5%;left:auto;right:-3%;filter:opacity(.55);transform:perspective(700px) rotateX(48deg) skewX(10deg)}
  .hero__kicker{font-size:.72rem;letter-spacing:.22em}
  .hero__inner{padding-bottom:7rem}
  .hero__scrollcue{bottom:2.2rem}
  .svc{flex-direction:column;align-items:flex-start}
  .svc .btn--book{align-self:stretch;justify-content:center}
}

/* ============ EFECTE EXTRA ============ */

/* --- bară de progres la scroll --- */
.progress{
  position:fixed;top:0;left:0;right:0;height:3px;z-index:70;pointer-events:none;
}
.progress i{
  display:block;height:100%;width:0;
  background:linear-gradient(90deg,var(--gold),var(--gold-2),var(--glow));
  box-shadow:0 0 12px rgba(18,230,214,.7);
  transition:width .1s linear;
}

/* --- cursor foarfecă (doar desktop cu mouse) --- */
@media (hover:hover) and (pointer:fine){
  /* foarfecă închisă, orientată ca o săgeată: vârful lamelor = punctul de click (colțul stânga-sus) */
  body{
    cursor:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><g stroke="%23000000" stroke-width="4" opacity="0.55"><path d="M2 2 14.5 11.5"/><path d="M2 2 11.5 14.5"/><circle cx="17.5" cy="14" r="2.8"/><circle cx="14" cy="17.5" r="2.8"/></g><g stroke="%23f2f6fa" stroke-width="2"><path d="M2 2 14.5 11.5"/><path d="M2 2 11.5 14.5"/><circle cx="17.5" cy="14" r="2.8"/><circle cx="14" cy="17.5" r="2.8"/></g><circle cx="8.5" cy="8.5" r="1" fill="%23f2f6fa"/></svg>') 2 2, auto;
  }
  a, button, .tab, .btn{
    cursor:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><g stroke="%23000000" stroke-width="4" opacity="0.55"><path d="M2 2 14.5 11.5"/><path d="M2 2 11.5 14.5"/><circle cx="17.5" cy="14" r="2.8"/><circle cx="14" cy="17.5" r="2.8"/></g><g stroke="%2312E6D6" stroke-width="2"><path d="M2 2 14.5 11.5"/><path d="M2 2 11.5 14.5"/><circle cx="17.5" cy="14" r="2.8"/><circle cx="14" cy="17.5" r="2.8"/></g><circle cx="8.5" cy="8.5" r="1" fill="%2312E6D6"/></svg>') 2 2, pointer;
  }
}

/* --- fire de păr care cad în hero --- */
.hero__hair{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.hero__hair span{
  position:absolute;top:-24px;
  width:2px;height:14px;border-radius:2px;
  background:linear-gradient(rgba(223,238,255,.0), rgba(223,238,255,.55));
  animation:hair-fall linear infinite;
}
@keyframes hair-fall{
  0%{transform:translateY(0) rotate(0deg);opacity:0}
  8%{opacity:.8}
  85%{opacity:.5}
  100%{transform:translateY(105vh) rotate(240deg);opacity:0}
}

/* --- păr care cade când foarfeca taie separatorul --- */
.cut-divider .hairbit{
  position:absolute;top:2px;
  width:2px;height:10px;border-radius:2px;
  background:rgba(223,238,255,.65);
  animation:hairbit-fall .9s ease-in forwards;
}
@keyframes hairbit-fall{
  0%{transform:translateY(0) rotate(0);opacity:0}
  15%{opacity:.9}
  100%{transform:translateY(90px) rotate(200deg);opacity:0}
}

/* --- titluri de secțiune: se aprind ca un neon --- */
.section__head.is-in .section__title{
  animation:neon-on 1.2s ease .1s both;
  text-shadow:0 0 14px rgba(223,238,255,.28), 0 0 40px rgba(160,200,255,.14);
}
@keyframes neon-on{
  0%{opacity:0}
  18%{opacity:1}
  24%{opacity:.3}
  30%{opacity:1}
  36%{opacity:.5}
  44%,100%{opacity:1}
}

/* --- shine sweep pe butoanele aurii --- */
.btn{position:relative;overflow:hidden}
.btn::before{
  content:"";position:absolute;top:0;bottom:0;left:-80%;width:50%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.45),transparent);
  transform:skewX(-20deg);
  transition:left .5s ease;
  pointer-events:none;
}
.btn:hover::before{left:130%}

/* --- foarfecă ce apare pe cardurile de servicii la hover --- */
.svc::after{
  content:"";
  position:absolute;top:.7rem;right:.85rem;
  width:18px;height:18px;
  background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2312E6D6" stroke-width="2" stroke-linecap="round"><circle cx="6" cy="6" r="3"/><circle cx="6" cy="18" r="3"/><path d="M20 4 8.12 15.88"/><path d="M14.47 14.48 20 20"/><path d="M8.12 8.12 12 12"/></svg>') center/contain no-repeat;
  opacity:0;transform:rotate(-40deg) scale(.4);
  transition:opacity .3s ease, transform .35s cubic-bezier(.2,.9,.3,1.4);
  pointer-events:none;
}
.svc:hover::after{opacity:.95;transform:rotate(0deg) scale(1)}

/* --- panourile de servicii intră animat la schimbarea tabului --- */
.panel.is-active{animation:panel-in .5s cubic-bezier(.2,.7,.3,1)}
@keyframes panel-in{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}

/* --- rama aurie pe galerie la hover --- */
.gallery__item::after{
  content:"";position:absolute;inset:8px;
  border:1px solid rgba(18,230,214,.9);
  opacity:0;transform:scale(1.06);
  transition:opacity .35s ease, transform .35s ease;
  pointer-events:none;
}
.gallery__item:hover::after{opacity:1;transform:scale(1)}

/* --- inelele echipei respiră --- */
.member__ring{animation:ring-breathe 4.5s ease-in-out infinite}
.member:nth-child(2) .member__ring{animation-delay:.7s}
.member:nth-child(3) .member__ring{animation-delay:1.4s}
.member:nth-child(4) .member__ring{animation-delay:2.1s}
.member:nth-child(5) .member__ring{animation-delay:2.8s}
@keyframes ring-breathe{
  0%,100%{box-shadow:0 0 14px rgba(223,238,255,.28), inset 0 0 22px rgba(223,238,255,.10)}
  50%{box-shadow:0 0 30px rgba(223,238,255,.5), inset 0 0 26px rgba(223,238,255,.16)}
}
.member__ring--gold{animation-name:ring-breathe-gold}
@keyframes ring-breathe-gold{
  0%,100%{box-shadow:0 0 16px rgba(18,230,214,.4), inset 0 0 24px rgba(18,230,214,.12)}
  50%{box-shadow:0 0 34px rgba(18,230,214,.7), inset 0 0 28px rgba(18,230,214,.2)}
}

/* --- logo-ul din nav pulsează discret --- */
.nav__logo .script{animation:logo-pulse 6s ease-in-out infinite}
@keyframes logo-pulse{
  0%,100%{text-shadow:0 0 8px rgba(223,238,255,.55), 0 0 28px rgba(160,200,255,.35)}
  50%{text-shadow:0 0 14px rgba(223,238,255,.85), 0 0 44px rgba(160,200,255,.55)}
}

/* ============ MOTION SAFETY ============ */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
  .hero__logo{-webkit-clip-path:none;clip-path:none}
  .hero__cutline{display:none}
  .reveal,.reveal-load{opacity:1;transform:none}
}
