/* FullMoon by Magnolia — demo VisionSite
   Paletă: noapte indigo + aur + muștar (culorile reale ale salonului) */

:root{
  --night:      #0B1226;
  --night-2:    #111A33;
  --night-3:    #18213D;
  --indigo:     #2B2350;
  --gold:       #D9B45B;
  --gold-soft:  #EBD49A;
  --mustard:    #D4B02E;
  --cream:      #F5F0E5;
  --cream-2:    #EBE3D3;
  --ink:        #1A1B22;
  --ink-soft:   #56585F;
  --line-dark:  rgba(217,180,91,.26);
  --line-light: rgba(26,27,34,.14);

  --f-display: "Marcellus", "Iowan Old Style", Georgia, serif;
  --f-body: "Jost", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --pad: clamp(20px, 5vw, 64px);
  --maxw: 1240px;
  --r: 2px;
}

*,*::before,*::after{ box-sizing:border-box; }
[hidden]{ display:none !important; }

html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }

body{
  margin:0;
  background:var(--night);
  color:var(--cream);
  font-family:var(--f-body);
  font-size:17px;
  line-height:1.65;
  font-weight:300;
  overflow-x:hidden;
}
body.is-locked{ overflow:hidden; }

img{ max-width:100%; display:block; }
a{ color:inherit; }

h1,h2,h3,h4{
  font-family:var(--f-display);
  font-weight:400;
  line-height:1.12;
  margin:0;
  letter-spacing:.005em;
}

.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:var(--pad); }

/* ---------- etichete de secțiune ---------- */
.eyebrow{
  font-size:.72rem; letter-spacing:.32em; text-transform:uppercase;
  font-weight:400; color:var(--gold); margin:0 0 18px;
  display:flex; align-items:center; gap:14px;
}
.eyebrow::before{ content:""; width:34px; height:1px; background:var(--gold); opacity:.65; flex:none; }
.sec-light .eyebrow{ color:#8A6B14; }
.sec-light .eyebrow::before{ background:#8A6B14; }

/* ---------- butoane ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 30px; border-radius:var(--r);
  font-family:var(--f-body); font-size:.82rem; font-weight:400;
  letter-spacing:.18em; text-transform:uppercase; text-decoration:none;
  border:1px solid var(--gold); background:transparent; color:var(--gold);
  cursor:pointer; transition:background .35s ease, color .35s ease, border-color .35s ease;
}
.btn:hover{ background:var(--gold); color:var(--night); }
.btn--fill{ background:var(--gold); color:var(--night); }
.btn--fill:hover{ background:var(--gold-soft); border-color:var(--gold-soft); }
.btn--ghost{ border-color:rgba(245,240,229,.4); color:var(--cream); }
.btn--ghost:hover{ background:var(--cream); color:var(--night); border-color:var(--cream); }
.sec-light .btn--ghost{ border-color:rgba(26,27,34,.3); color:var(--ink); }
.sec-light .btn--ghost:hover{ background:var(--ink); color:var(--cream); border-color:var(--ink); }

/* ---------- header ---------- */
.hdr{
  position:fixed; inset:0 0 auto 0; z-index:70;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:16px var(--pad);
  background:linear-gradient(to bottom, rgba(11,18,38,.92), rgba(11,18,38,0));
  transition:background .4s ease, padding .4s ease, box-shadow .4s ease;
}
.hdr.is-stuck{
  background:var(--night);
  padding-block:10px;
  box-shadow:0 1px 0 var(--line-dark);
}
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; flex:none; }
.brand__mark{
  width:46px; height:46px; border-radius:50%; flex:none;
  object-fit:cover;
  -webkit-mask-image:radial-gradient(circle at 50% 50%, #000 62%, transparent 76%);
  mask-image:radial-gradient(circle at 50% 50%, #000 62%, transparent 76%);
}
.brand__txt{ display:flex; flex-direction:column; line-height:1; }
.brand__name{ font-family:var(--f-display); font-size:1.06rem; color:var(--cream); letter-spacing:.02em; }
.brand__sub{ font-size:.58rem; letter-spacing:.34em; text-transform:uppercase; color:var(--gold); margin-top:5px; }

.nav{ display:flex; align-items:center; gap:34px; }
.nav a{
  text-decoration:none; font-size:.78rem; letter-spacing:.16em; text-transform:uppercase;
  color:rgba(245,240,229,.82); position:relative; padding-block:6px;
}
.nav a::after{
  content:""; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:var(--gold); transition:right .35s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after{ right:0; }
.hdr .btn{ padding:12px 22px; }

.burger{
  display:none; width:46px; height:46px; flex:none;
  background:none; border:1px solid var(--line-dark); border-radius:var(--r);
  cursor:pointer; padding:0; position:relative;
}
.burger span{
  position:absolute; left:13px; right:13px; height:1px; background:var(--cream);
  transition:transform .3s ease, opacity .25s ease;
}
.burger span:nth-child(1){ top:17px; }
.burger span:nth-child(2){ top:23px; }
.burger span:nth-child(3){ top:29px; }
body.is-locked .burger span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
body.is-locked .burger span:nth-child(2){ opacity:0; }
body.is-locked .burger span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

/* meniu mobil — frate al header-ului, fără backdrop-filter nicăieri */
.mnav{
  position:fixed; inset:0; z-index:65;
  background:var(--night);
  display:flex; flex-direction:column; justify-content:center; gap:6px;
  padding:100px var(--pad) 40px;
  opacity:0; visibility:hidden; transition:opacity .35s ease, visibility .35s;
}
.mnav.is-open{ opacity:1; visibility:visible; }
.mnav a{
  text-decoration:none; font-family:var(--f-display); font-size:clamp(1.7rem,7vw,2.3rem);
  color:var(--cream); padding:12px 0; border-bottom:1px solid var(--line-dark);
}
.mnav a:last-of-type{ border-bottom:0; }
.mnav__foot{ margin-top:28px; display:flex; flex-direction:column; gap:12px; }
.mnav__foot a.btn{
  width:100%; font-family:var(--f-body); font-size:.82rem;
  letter-spacing:.18em; padding:16px 22px; border-bottom:0;
}
.mnav__meta{ font-size:.82rem; color:rgba(245,240,229,.55); letter-spacing:.04em; }

/* ---------- gestul semnătură: luna care se umple pe măsură ce derulezi ---------- */
.moonprog{
  position:fixed; right:clamp(14px,3vw,30px); bottom:clamp(14px,3vw,30px); z-index:60;
  width:52px; height:52px; border-radius:50%;
  display:grid; place-items:center;
  border:1px solid var(--line-dark);
  background:rgba(11,18,38,.72);
  opacity:0; transform:translateY(14px); pointer-events:none;
  transition:opacity .5s ease, transform .5s ease;
}
.moonprog.is-on{ opacity:1; transform:none; }
.moonprog__disc{
  position:relative; width:32px; height:32px; border-radius:50%; overflow:hidden;
  background:
    radial-gradient(circle at 68% 30%, rgba(11,18,38,.18) 0 8%, transparent 9%),
    radial-gradient(circle at 38% 62%, rgba(11,18,38,.16) 0 11%, transparent 12%),
    radial-gradient(circle at 55% 78%, rgba(11,18,38,.13) 0 6%, transparent 7%),
    radial-gradient(circle at 35% 30%, #FBF3DC 0%, var(--gold-soft) 55%, #B99542 100%);
  box-shadow:0 0 14px rgba(235,212,154,.35);
}
.moonprog__shadow{
  position:absolute; inset:0; border-radius:50%;
  background:#0B1226;
  transform:translateX(calc(var(--p, 0) * -102%));
}

/* ---------- hero ---------- */
.hero{
  position:relative; min-height:100svh; display:flex; align-items:flex-end;
  padding:140px 0 0; overflow:hidden;
}
.hero__bg{ position:absolute; inset:0; }
.hero__bg img{ width:100%; height:100%; object-fit:cover; object-position:50% 46%; }
@media (min-width:881px){
  /* decupăm marginea din dreapta a fotografiei, ca luna să rămână eroul cadrului */
  .hero__bg img{ width:122%; max-width:none; }
}
.hero__bg::after{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(120% 85% at 50% 42%, rgba(11,18,38,.30) 0%, rgba(11,18,38,.78) 62%, rgba(11,18,38,.96) 100%),
    linear-gradient(to bottom, rgba(11,18,38,.75) 0%, rgba(11,18,38,.20) 30%, rgba(11,18,38,.92) 100%);
}
.hero__in{ position:relative; z-index:2; width:100%; padding-bottom:0; }
.hero__logo{
  width:clamp(94px,13vw,124px); height:auto; margin:0 auto 26px;
  -webkit-mask-image:radial-gradient(circle at 50% 50%, #000 60%, transparent 74%);
  mask-image:radial-gradient(circle at 50% 50%, #000 60%, transparent 74%);
}
.hero__body{ text-align:center; max-width:820px; margin-inline:auto; }
.hero h1{
  font-size:clamp(2.6rem,7.4vw,5.1rem); color:var(--cream);
  text-shadow:0 2px 40px rgba(11,18,38,.7);
}
.hero h1 em{ font-style:normal; color:var(--gold-soft); }
.hero__tag{
  margin:20px auto 34px; max-width:520px;
  font-size:clamp(1rem,2.1vw,1.18rem); color:rgba(245,240,229,.86); font-weight:300;
}
.hero__cta{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.hero__facts{
  margin-top:clamp(44px,7vw,80px);
  border-top:1px solid var(--line-dark);
  display:grid; grid-template-columns:repeat(3,1fr);
}
.hero__fact{ padding:22px 6px 26px; text-align:center; border-left:1px solid var(--line-dark); min-width:0; }
.hero__fact:first-child{ border-left:0; }
.hero__fact dt{
  font-size:.64rem; letter-spacing:.28em; text-transform:uppercase; color:var(--gold); margin-bottom:8px;
}
.hero__fact dd{ margin:0; font-size:.95rem; color:rgba(245,240,229,.9); }
.hero__fact a{ text-decoration:none; }
.hero__fact a:hover{ color:var(--gold-soft); }

/* ---------- secțiuni ---------- */
.sec{ padding:clamp(72px,10vw,132px) 0; position:relative; }
.sec-dark{ background:var(--night); }
.sec-deep{ background:linear-gradient(170deg, var(--indigo) 0%, var(--night-2) 62%, var(--night) 100%); }
.sec-light{ background:var(--cream); color:var(--ink); }
.sec-light h2,.sec-light h3{ color:var(--ink); }

.sec__head{ max-width:640px; margin-bottom:clamp(38px,5vw,60px); }
.sec__head h2{ font-size:clamp(2rem,4.6vw,3.1rem); }
.sec__head p{ margin:18px 0 0; color:rgba(245,240,229,.72); }
.sec-light .sec__head p{ color:var(--ink-soft); }

/* ---------- de ce ---------- */
.reasons{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line-dark); }
.reason{
  padding:34px 26px 34px 0; border-left:1px solid var(--line-dark);
  padding-left:26px; min-width:0;
}
.reason:first-child{ border-left:0; padding-left:0; }
.reason__no{ font-family:var(--f-display); font-size:.9rem; color:var(--gold); display:block; margin-bottom:14px; }
.reason p{ margin:0; font-size:1.02rem; color:rgba(245,240,229,.9); }

/* ---------- despre ---------- */
.about{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(32px,5vw,72px); align-items:center; }
.about__txt p{ margin:0 0 20px; color:var(--ink-soft); }
.about__txt p:last-of-type{ margin-bottom:0; }
.about__since{
  margin-top:34px; padding-top:26px; border-top:1px solid var(--line-light);
  display:flex; gap:38px; flex-wrap:wrap;
}
.about__since div{ min-width:0; }
.about__since strong{ display:block; font-family:var(--f-display); font-size:1.5rem; font-weight:400; color:var(--ink); }
.about__since span{ font-size:.7rem; letter-spacing:.22em; text-transform:uppercase; color:#8A6B14; }
.about__img{ position:relative; }
.about__img img{ width:100%; height:100%; object-fit:cover; aspect-ratio:4/5; border-radius:var(--r); }

/* ---------- meniu (previzualizare) ---------- */
.dishes{ display:grid; grid-template-columns:repeat(2,1fr); gap:0 clamp(30px,5vw,70px); }
.dish{
  display:grid; grid-template-columns:1fr auto; gap:8px 18px; align-items:baseline;
  padding:22px 0; border-bottom:1px solid var(--line-dark); min-width:0;
}
.dish__name{ font-family:var(--f-display); font-size:1.16rem; color:var(--cream); min-width:0; }
.dish__alt{ display:block; font-family:var(--f-body); font-size:.78rem; letter-spacing:.06em; color:var(--gold); opacity:.8; margin-top:3px; font-style:italic; }
.dish__price{ font-family:var(--f-display); font-size:1.1rem; color:var(--gold); white-space:nowrap; }
.dish__desc{ grid-column:1/-1; margin:0; font-size:.92rem; color:rgba(245,240,229,.62); }
.dish__meta{ grid-column:1/-1; font-size:.8rem; letter-spacing:.02em; color:rgba(245,240,229,.42); line-height:1.7; }
.menu-cta{ margin-top:clamp(38px,5vw,56px); display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.menu-cta small{ color:rgba(245,240,229,.5); font-size:.82rem; }

/* ---------- galerie ---------- */
.gal{ display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.gal figure{ margin:0; position:relative; overflow:hidden; border-radius:var(--r); min-width:0; }
.gal img{ width:100%; height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.16,.7,.3,1); }
.gal figure:hover img{ transform:scale(1.045); }
.gal .g-a{ grid-column:span 4; aspect-ratio:16/10; }
.gal .g-b{ grid-column:span 2; aspect-ratio:4/5; }
.gal .g-c{ grid-column:span 2; aspect-ratio:1/1; }
.gal .g-d{ grid-column:span 2; aspect-ratio:1/1; }
.gal .g-e{ grid-column:span 2; aspect-ratio:1/1; }
.gal figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:26px 18px 14px;
  font-size:.72rem; letter-spacing:.2em; text-transform:uppercase; color:var(--cream);
  background:linear-gradient(to top, rgba(11,18,38,.85), transparent);
}
.gal-note{ margin:26px 0 0; font-size:.88rem; color:rgba(245,240,229,.5); }

/* ---------- contact ---------- */
.contact{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(34px,5vw,80px); align-items:start; }
.contact__head p{ color:rgba(245,240,229,.72); margin:20px 0 30px; max-width:44ch; }
.contact__call{
  display:block; text-decoration:none; font-family:var(--f-display);
  font-size:clamp(2rem,5vw,3.2rem); color:var(--gold-soft); letter-spacing:.01em;
  margin-bottom:28px;
}
.contact__call:hover{ color:var(--cream); }

.contact__grid{ margin:0; display:grid; gap:0; border-top:1px solid var(--line-dark); }
.contact__item{ padding:26px 0; border-bottom:1px solid var(--line-dark); min-width:0; }
.contact__item dt{
  font-size:.66rem; letter-spacing:.28em; text-transform:uppercase;
  color:var(--gold); margin-bottom:10px;
}
.contact__item dd{ margin:0; font-size:1.02rem; color:rgba(245,240,229,.88); line-height:1.7; }
.contact__item dd a{ text-decoration:none; border-bottom:1px solid var(--line-dark); }
.contact__item dd a:hover{ color:var(--gold-soft); border-color:var(--gold); }

/* ---------- footer ---------- */
.foot{ background:var(--night); border-top:1px solid var(--line-dark); padding:clamp(56px,7vw,80px) 0 30px; }
.foot__grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
.foot__grid > div{ min-width:0; }
.foot h4{ font-size:.7rem; letter-spacing:.26em; text-transform:uppercase; color:var(--gold); font-family:var(--f-body); font-weight:400; margin:0 0 16px; }
.foot p, .foot a{ color:rgba(245,240,229,.72); font-size:.95rem; margin:0 0 8px; text-decoration:none; }
.foot a:hover{ color:var(--gold-soft); }
.foot__brand p{ max-width:34ch; }
.foot__soc{ display:flex; gap:12px; margin-top:16px; }
.foot__soc a{
  width:42px; height:42px; border:1px solid var(--line-dark); border-radius:50%;
  display:grid; place-items:center; margin:0;
}
.foot__soc a:hover{ border-color:var(--gold); }
.foot__soc svg{ width:17px; height:17px; fill:currentColor; }
.foot__bot{
  margin-top:clamp(40px,5vw,64px); padding-top:22px; border-top:1px solid var(--line-dark);
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  font-size:.8rem; color:rgba(245,240,229,.42);
}

/* ---------- pagina de meniu ---------- */
.page-head{ padding:clamp(140px,18vw,200px) 0 clamp(40px,6vw,70px); background:var(--night); position:relative; }
.page-head h1{ font-size:clamp(2.4rem,6vw,4rem); }
.page-head p{ margin:18px 0 0; max-width:56ch; color:rgba(245,240,229,.68); }

.tabs{ display:flex; gap:10px; flex-wrap:wrap; margin-top:36px; }
.tab{
  font-family:var(--f-body); font-size:.78rem; letter-spacing:.18em; text-transform:uppercase;
  padding:13px 26px; border-radius:var(--r); border:1px solid var(--line-dark);
  background:transparent; color:rgba(245,240,229,.75); cursor:pointer;
  transition:background .3s ease, color .3s ease, border-color .3s ease;
}
.tab[aria-selected="true"]{ background:var(--gold); color:var(--night); border-color:var(--gold); }

.mgroup{ padding-top:clamp(46px,6vw,68px); }
.mgroup h2{
  font-size:clamp(1.5rem,3.2vw,2.1rem); color:var(--gold-soft);
  padding-bottom:16px; border-bottom:1px solid var(--line-dark); margin-bottom:6px;
}
.mgroup__sub{ font-size:.72rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(245,240,229,.42); margin:22px 0 0; }
.mlist{ display:grid; grid-template-columns:repeat(2,1fr); gap:0 clamp(30px,5vw,70px); }
.mitem{
  display:grid; grid-template-columns:1fr auto; gap:6px 18px; align-items:baseline;
  padding:20px 0; border-bottom:1px solid rgba(217,180,91,.14); min-width:0;
}
.mitem__name{ font-family:var(--f-display); font-size:1.1rem; color:var(--cream); min-width:0; }
.mitem__alt{ display:block; font-family:var(--f-body); font-size:.78rem; letter-spacing:.06em; color:var(--gold); opacity:.8; margin-top:3px; font-style:italic; }
.mitem__price{ font-family:var(--f-display); font-size:1.05rem; color:var(--gold); white-space:nowrap; }
.mitem__desc{ grid-column:1/-1; margin:4px 0 0; font-size:.9rem; color:rgba(245,240,229,.6); }
.mitem__meta{ grid-column:1/-1; font-size:.8rem; letter-spacing:.02em; color:rgba(245,240,229,.42); line-height:1.7; margin-top:8px; }
.legend{ margin-top:clamp(50px,7vw,80px); padding:26px 28px; border:1px solid var(--line-dark); border-radius:var(--r); }
.legend p{ margin:0; font-size:.86rem; color:rgba(245,240,229,.55); }

/* ---------- dezvăluire la scroll (doar cu JS activ) ---------- */
html.js .rv{ opacity:0; transform:translateY(22px); }
html.js .rv.is-in{ opacity:1; transform:none; transition:opacity .9s cubic-bezier(.16,.7,.3,1), transform .9s cubic-bezier(.16,.7,.3,1); }
@media (prefers-reduced-motion: reduce){
  html.js .rv{ opacity:1 !important; transform:none !important; }
  .moonprog{ transition:none; }
}

/* ---------- responsive ---------- */
@media (max-width:1020px){
  .foot__grid{ grid-template-columns:1fr 1fr; gap:32px; }
  .reasons{ grid-template-columns:1fr 1fr; }
  .reason:nth-child(3){ border-left:0; padding-left:0; }
  .reason:nth-child(-n+2){ border-bottom:1px solid var(--line-dark); }
}
@media (max-width:880px){
  .nav, .hdr > .btn{ display:none; }
  .burger{ display:block; }
  .about{ grid-template-columns:1fr; }
  .about__img img{ aspect-ratio:16/11; }
  .contact{ grid-template-columns:1fr; gap:8px; }
  .dishes, .mlist{ grid-template-columns:1fr; }
  .gal{ grid-template-columns:repeat(2,1fr); }
  .gal .g-a{ grid-column:span 2; aspect-ratio:16/10; }
  .gal .g-b,.gal .g-c,.gal .g-d,.gal .g-e{ grid-column:span 1; aspect-ratio:1/1; }
}
@media (max-width:620px){
  body{ font-size:16px; }
  .hero{ min-height:100svh; padding-top:120px; }
  .hero__facts{ grid-template-columns:1fr; }
  .hero__fact{ border-left:0; border-top:1px solid var(--line-dark); padding:16px 0; text-align:left; }
  .hero__fact:first-child{ border-top:0; }
  .reasons{ grid-template-columns:1fr; }
  .reason{ border-left:0; padding-left:0; padding-block:26px; border-bottom:1px solid var(--line-dark); }
  .reason:last-child{ border-bottom:0; }
  .foot__grid{ grid-template-columns:1fr; }
  .about__since{ gap:26px; }
  .moonprog{ width:46px; height:46px; }
  .moonprog__disc{ width:28px; height:28px; }
  .brand__mark{ width:40px; height:40px; }
  .contact__head .btn{ width:100%; }
}
