/* Moor beauty and barber · València
   Brandul lor e alb-negru (logo-ul "M" pe negru); roz neon ca singur accent (neonul "Beauty Nails" si fundita lui Liz).
   Colturi drepte (4px) peste tot, butoane incluse: alt limbaj decat restul site-urilor. */
:root {
  --bg: #F6F5F3; --paper: #FFFFFF; --ink: #111111; --ink-soft: #4A4A4A; --ink-mute: #6E6E6E;
  --neon: #E6007E; --neon-soft: #FFD6EC; --line: rgba(17, 17, 17, 0.12);
  --dark: #0E0E0E; --dark-2: #1A1A1A;
  --r: 4px; --ease-out: cubic-bezier(0.23, 1, 0.32, 1); --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1); --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --pad: 20px; --nav-h: 68px; --wrap: 1280px; --vh: 100vh;
  --f-d: 'Archivo', 'Arial Black', system-ui, sans-serif; --f-b: 'Hanken Grotesk', system-ui, sans-serif; --f-logo: 'Montserrat', 'Arial', sans-serif;
}
@media (min-width: 700px) { :root { --pad: 32px; } }
@media (min-width: 1100px) { :root { --pad: 48px; } }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 20px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--f-b); font-size: 16.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; transition: background-color 500ms ease; }
body.is-locked { position: fixed; left: 0; right: 0; overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--neon); outline-offset: 3px; }
::selection { background: var(--neon); color: #fff; }
.ico { display: inline-flex; width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.ico svg { width: 100%; height: 100%; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 1; }
section { position: relative; padding-block: 88px; }
@media (min-width: 900px) { section { padding-block: 130px; } }
.skip { position: absolute; left: 12px; top: -60px; z-index: 120; padding: 10px 16px; background: var(--ink); color: #fff; transition: top 200ms var(--ease-out); }
.skip:focus { top: 12px; }

/* ---------- tipografie: Archivo lat si gros ---------- */
.h1, .h2, .h3 { font-family: var(--f-d); font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: -0.01em; font-stretch: 118%; font-variation-settings: 'wdth' 118; text-wrap: balance; }
.h1 { font-size: clamp(2.7rem, 11.5vw, 7rem); line-height: 0.9; }
.h2 { font-size: clamp(2.2rem, 8.4vw, 5rem); line-height: 0.92; }
.h3 { font-size: 1.35rem; line-height: 1.05; }
.h1 em, .h2 em { font-style: italic; color: var(--neon); font-stretch: 100%; font-variation-settings: 'wdth' 100; }
.lede { font-size: 1.1rem; line-height: 1.55; color: var(--ink-soft); max-width: 40ch; margin: 22px 0 0; text-wrap: pretty; }
.eti { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-d); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.eti i { width: 10px; height: 10px; background: var(--neon); }
.lines > span { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.lines > span > i { display: block; font-style: normal; }
.gsap-on .lines > span > i { transform: translate3d(0, 105%, 0); }

/* ---------- butoane: dreptunghiulare, fundal care se umple la hover ---------- */
.btn { --b-bg: var(--ink); --b-fg: #fff; position: relative; display: inline-flex; align-items: center; gap: 14px; min-height: 54px; padding: 0 12px 0 22px; border-radius: var(--r); background: var(--b-bg); color: var(--b-fg); font-family: var(--f-d); font-weight: 700; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; overflow: hidden; isolation: isolate; transition: transform 160ms var(--ease-out), color 260ms ease; }
.btn::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--neon); transform: translateY(101%); transition: transform 380ms var(--ease-out); }
.btn:active { transform: scale(0.97); }
.btn-ico { display: grid; place-items: center; width: 32px; height: 32px; }
.btn-ico .ico { width: 20px; height: 20px; transition: transform 240ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .btn:hover::before { transform: none; } .btn:hover .btn-ico .ico { transform: translate(2px, -2px); } }
.btn-line { --b-bg: transparent; --b-fg: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
@media (hover: hover) and (pointer: fine) { .btn-line:hover { color: #fff; } }
.btn-neon { --b-bg: var(--neon); --b-fg: #fff; }
.btn-neon::before { background: var(--ink); }
.btn-round { width: 54px; padding: 0; justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-d); font-weight: 700; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 2px solid var(--neon); padding-bottom: 4px; }
.link-arrow .ico { transition: transform 220ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .link-arrow:hover .ico { transform: translateX(4px); } }
a, summary, .chip { transition: transform 160ms var(--ease-out), color 200ms ease, background-color 200ms ease; }
.chip:active, summary:active { transform: scale(0.98); }

.pic { position: relative; overflow: hidden; border-radius: var(--r); background: #ddd; isolation: isolate; }
.pic img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 520ms var(--ease-out); }
.pic img.is-loaded, .no-js .pic img { opacity: 1; }

/* ---------- logo: M-ul lor (Montserrat) ---------- */
.logo { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.m { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: #fff; font-family: var(--f-logo); font-weight: 700; font-size: 25px; line-height: 1; border-radius: 50%; }
.logo-t { display: flex; flex-direction: column; line-height: 1.1; font-family: var(--f-logo); }
.logo-t b { font-weight: 700; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.logo-t span { font-size: 10.5px; color: var(--ink-mute); letter-spacing: 0.02em; }

/* ---------- bara de sus: banda plina, alba ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 96; background: rgba(246, 245, 243, 0.96); border-bottom: 1px solid var(--line); transition: background-color 400ms ease, border-color 400ms ease, color 400ms ease; }
@media (min-width: 900px) { .nav { background: rgba(246, 245, 243, 0.8); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); } }
.nav-inner { max-width: var(--wrap); margin-inline: auto; padding: 0 var(--pad); height: var(--nav-h); display: flex; align-items: center; gap: 18px; }
.nav-links { display: none; gap: 26px; font-family: var(--f-d); font-weight: 700; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links a { position: relative; padding: 6px 0; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--neon); transform: scaleX(0); transform-origin: left; transition: transform 300ms var(--ease-out); }
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }
@media (hover: hover) and (pointer: fine) { .nav-links a:hover::after { transform: scaleX(1); } }
.nav-cta { display: none; min-height: 44px; }
@media (min-width: 1000px) { .nav-links { display: flex; } .nav-cta { display: inline-flex; } .burger { display: none; } }
.burger { position: relative; width: 46px; height: 46px; background: var(--ink); border-radius: var(--r); }
.burger span { position: absolute; left: 13px; right: 13px; top: 50%; height: 2px; margin-top: -1px; background: #fff; transition: transform 320ms var(--ease-in-out); }
.burger span:nth-child(1) { transform: translateY(-5px); } .burger span:nth-child(2) { transform: translateY(5px); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); } .burger[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }
/* in capitolul barber bara se face neagra */
body.e-barber .nav { background: rgba(14, 14, 14, 0.94); border-color: rgba(255, 255, 255, 0.1); color: #fff; }
body.e-barber .nav .m { background: #fff; color: var(--ink); }
body.e-barber .nav .logo-t span { color: #9a9a9a; }

.menu { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: #fff; visibility: hidden; clip-path: inset(0 0 100% 0); transition: clip-path 420ms var(--ease-in-out), visibility 0s 420ms; }
.menu.is-open { visibility: visible; clip-path: inset(0 0 0 0); transition: clip-path 460ms var(--ease-in-out); }
.menu-inner { height: 100%; overflow-y: auto; padding: calc(var(--nav-h) + 36px) var(--pad) 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
.menu-nav { display: flex; flex-direction: column; }
.menu-nav a { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); font-family: var(--f-d); font-weight: 800; font-stretch: 118%; font-variation-settings: 'wdth' 118; font-size: clamp(2.1rem, 10vw, 3.4rem); text-transform: uppercase; line-height: 1; opacity: 0; transform: translateY(24px); transition: opacity 320ms var(--ease-out), transform 400ms var(--ease-out), color 200ms ease; }
.menu-nav a small { font-family: var(--f-b); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; color: var(--neon); }
.menu-nav a[aria-current="page"] { color: var(--neon); }
.menu.is-open .menu-nav a { opacity: 1; transform: none; transition-delay: 160ms; }
.menu.is-open .menu-nav a:nth-child(2) { transition-delay: 200ms; } .menu.is-open .menu-nav a:nth-child(3) { transition-delay: 240ms; }
.menu.is-open .menu-nav a:nth-child(4) { transition-delay: 280ms; } .menu.is-open .menu-nav a:nth-child(5) { transition-delay: 320ms; }
.menu-foot { display: grid; gap: 18px; }
.menu-foot .btn { justify-self: start; }
.menu-contact { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #bbb; }
.menu-contact a { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- intro: M-ul apare, apoi ecranul se desparte in doua ---------- */
.intro { position: fixed; inset: 0; z-index: 130; pointer-events: none; display: grid; grid-template-columns: 1fr 1fr; }
.intro .jum { background: var(--ink); }
.intro .m { position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; margin: -48px 0 0 -48px; font-size: 56px; background: #fff; color: var(--ink); opacity: 0; }
.no-motion .intro, .no-js .intro { display: none; }
/* plasa de siguranta: daca JS-ul nu ajunge, intro-ul nu ramane peste pagina */
.intro { animation: intro-plasa 0s 3.5s forwards; }
@keyframes intro-plasa { to { visibility: hidden; opacity: 0; } }

/* ---------- hero: doua jumatati, beauty si barber ---------- */
.hero { padding-top: calc(var(--nav-h) + 34px); padding-bottom: 56px; }
.hero-top { display: grid; gap: 22px; }
@media (min-width: 980px) { .hero-top { grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 40px; } .hero .h1 { font-size: clamp(3.6rem, 6.6vw, 6.2rem); } }
.hero .h1 > span > i { white-space: nowrap; }
.hero .lede { max-width: 44ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.nota { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.nota .stele { display: inline-flex; color: var(--neon); } .nota .stele .ico { width: 15px; height: 15px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 34px; }
@media (min-width: 900px) { .split { gap: 12px; margin-top: 48px; } }
.half { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--r); }
@media (min-width: 900px) { .half { aspect-ratio: 16 / 10; } }
.half .pic { position: absolute; inset: 0; border-radius: 0; }
.half .pic img { transition: opacity 520ms var(--ease-out), transform 900ms var(--ease-out); }
.half::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.66) 100%); }
.half-t { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; color: #fff; }
@media (min-width: 900px) { .half-t { left: 26px; right: 26px; bottom: 24px; } }
.half-t b { display: block; font-family: var(--f-d); font-weight: 800; font-stretch: 125%; font-variation-settings: 'wdth' 125; font-size: clamp(1.5rem, 6.4vw, 4.2rem); text-transform: uppercase; line-height: 0.9; }
.half-t span { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 13px; opacity: 0.92; }
.half-t span .ico { transition: transform 240ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .half:hover .pic img { transform: scale(1.05); } .half:hover .half-t span .ico { transform: translateX(4px); } }
.half:active { transform: scale(0.99); }

/* ---------- banda cu ce fac (din logo-ul lor) ---------- */
.tehnici { overflow: hidden; background: var(--ink); color: #fff; padding-block: 20px; position: relative; z-index: 1; }
.tehnici-sina { display: flex; width: max-content; will-change: transform; }
.tehnici-grup { display: flex; align-items: center; gap: 30px; padding-right: 30px; }
.tehnici-grup span { font-family: var(--f-d); font-weight: 800; font-stretch: 125%; font-variation-settings: 'wdth' 125; font-size: clamp(1.4rem, 4.8vw, 2.6rem); text-transform: uppercase; white-space: nowrap; }
.tehnici-grup i { width: 12px; height: 12px; background: var(--neon); flex: 0 0 auto; }

/* ---------- usile: cele doua jumatati se deschid si arata salonul ---------- */
.usi { height: calc(var(--vh) * 2); padding: 0; background: var(--ink); }
.usi-stage { position: sticky; top: 0; height: var(--vh); overflow: hidden; }
.usi-fond { position: absolute; inset: 0; }
.usi-fond .pic { position: absolute; inset: 0; border-radius: 0; }
.usi-fond::after { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); }
.usi-text { position: absolute; left: 0; right: 0; bottom: 8%; z-index: 2; color: #fff; text-align: center; padding-inline: var(--pad); }
.usi-text .h2 { color: #fff; }
.usi-text p { margin: 16px auto 0; max-width: 40ch; color: rgba(255, 255, 255, 0.86); }
.usa { position: absolute; top: 0; bottom: 0; width: 50%; z-index: 3; overflow: hidden; background: var(--ink); }
.usa.st { left: 0; } .usa.dr { right: 0; }
.usa .pic { position: absolute; inset: 0; border-radius: 0; }
.usa::after { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.25); }
.usa-t { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 1; text-align: center; color: #fff; font-family: var(--f-d); font-weight: 800; font-stretch: 125%; font-variation-settings: 'wdth' 125; font-size: clamp(2rem, 8vw, 6rem); text-transform: uppercase; }
.no-js .usa, .no-motion .usa { display: none; }
.no-js .usi, .no-motion .usi { height: var(--vh); }

/* ---------- beauty: bento cu servicii ---------- */
.bento { display: grid; gap: 8px; margin-top: 44px; }
@media (min-width: 760px) { .bento { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 12px; } }
.svc { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; overflow: hidden; border-radius: var(--r); background: var(--paper); text-align: left; width: 100%; box-shadow: inset 0 0 0 1px var(--line); transition: transform 200ms var(--ease-out); }
.svc:active { transform: scale(0.985); }
.svc > .pic { position: absolute; inset: 0; border-radius: 0; }
.svc > .pic img { transition: opacity 520ms var(--ease-out), transform 900ms var(--ease-out); }
.svc.foto::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.74) 100%); }
.svc-b { position: relative; z-index: 1; padding: 20px; }
.svc.foto .svc-b { color: #fff; }
.svc-t { display: block; font-family: var(--f-d); font-weight: 800; font-stretch: 112%; font-variation-settings: 'wdth' 112; font-size: 1.5rem; line-height: 1; text-transform: uppercase; }
.svc-p { display: block; margin-top: 8px; font-size: 14.5px; line-height: 1.45; opacity: 0.9; max-width: 36ch; }
.svc-go { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-family: var(--f-d); font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.svc-go i { display: grid; place-items: center; width: 28px; height: 28px; background: var(--neon); color: #fff; font-style: normal; transition: transform 240ms var(--ease-out); }
.svc-go .ico { width: 15px; height: 15px; }
.svc.plain { background: var(--neon-soft); box-shadow: none; }
.svc.plain.ink { background: var(--ink); color: #fff; }
.svc .mare { position: relative; z-index: 1; padding: 20px 20px 0; font-family: var(--f-d); font-weight: 800; font-stretch: 125%; font-variation-settings: 'wdth' 125; font-size: clamp(2.4rem, 9vw, 3.6rem); line-height: 0.9; color: var(--neon); text-transform: uppercase; overflow-wrap: anywhere; }
@media (hover: hover) and (pointer: fine) { .svc:hover > .pic img { transform: scale(1.05); } .svc:hover .svc-go i { transform: translateX(3px); } }
@media (min-width: 760px) {
  .bento .svc { min-height: 0; }
  .bento .b1 { grid-column: span 7; grid-row: span 3; } .bento .b2 { grid-column: span 5; grid-row: span 2; }
  .bento .b3 { grid-column: span 5; grid-row: span 2; } .bento .b4 { grid-column: span 4; grid-row: span 2; }
  .bento .b5 { grid-column: span 3; grid-row: span 2; } .bento .b6 { grid-column: span 5; grid-row: span 1; }
}

/* banda de unghii care curge, se opreste la atingere */
.banda { overflow: hidden; touch-action: pan-y; cursor: grab; margin-top: 44px; }
.banda.se-trage { cursor: grabbing; }
.banda-sina { display: flex; gap: 8px; width: max-content; will-change: transform; }
.banda .pic { flex: 0 0 auto; width: 46vw; max-width: 280px; aspect-ratio: 3 / 4; }
.talle { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.talle span { padding: 8px 14px; box-shadow: inset 0 0 0 1.5px var(--ink); border-radius: var(--r); font-family: var(--f-d); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------- capitolul barber: pagina se face neagra ---------- */
.barber { background: var(--dark); color: #fff; }
.barber .lede { color: #b9b9b9; }
.barber .eti { color: #fff; }
.barber-grid { display: grid; gap: 40px; margin-top: 44px; }
@media (min-width: 980px) { .barber-grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }
.barber-poze { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.barber-poze .pic { aspect-ratio: 3 / 4; }
.barber-poze .pic:first-child { grid-column: span 2; aspect-ratio: 4 / 3; }
@media (min-width: 980px) { .barber-poze { position: sticky; top: calc(var(--nav-h) + 30px); } }
.carta { list-style: none; margin: 0; padding: 0; }
.carta li { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.carta b { font-family: var(--f-d); font-weight: 800; font-stretch: 110%; font-variation-settings: 'wdth' 110; font-size: 1.15rem; text-transform: uppercase; line-height: 1.1; }
.carta small { display: block; margin-top: 4px; font-family: var(--f-b); font-weight: 400; font-size: 13px; color: #9a9a9a; text-transform: none; font-stretch: 100%; font-variation-settings: 'wdth' 100; }
.carta .pct { align-self: center; height: 0; border-bottom: 2px dotted rgba(255, 255, 255, 0.28); transform-origin: left; }
.carta .pr { font-family: var(--f-d); font-weight: 800; font-size: 1.25rem; color: var(--neon); white-space: nowrap; }
.barber-nota { margin-top: 20px; font-size: 14px; color: #9a9a9a; }
.barber .hero-actions .btn { --b-bg: #fff; --b-fg: var(--ink); }
.barber .btn-line { --b-bg: transparent; --b-fg: #fff; box-shadow: inset 0 0 0 1.5px #fff; }

/* ---------- opinii in doua coloane: Liz si Jesus ---------- */
.rev { display: grid; gap: 30px; margin-top: 44px; }
@media (min-width: 900px) { .rev { grid-template-columns: 1fr 1fr; gap: 20px; } }
.rev h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: var(--f-d); font-weight: 800; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
.rev h3 i { width: 10px; height: 10px; background: var(--neon); }
.op { margin: 0 0 8px; padding: 22px; background: var(--paper); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); }
.op p { margin: 0; font-size: 1.02rem; line-height: 1.5; }
.op footer { display: flex; justify-content: space-between; margin-top: 12px; font-size: 13.5px; color: var(--ink-mute); }
.op footer b { color: var(--ink); font-weight: 600; }
.op .stele { display: inline-flex; color: var(--neon); } .op .stele .ico { width: 13px; height: 13px; }
.rev-sum { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; font-size: 14.5px; }
.rev-sum b { font-family: var(--f-d); font-size: 1.6rem; font-weight: 800; }

/* ---------- localul ---------- */
.local { display: grid; gap: 8px; margin-top: 44px; }
@media (min-width: 900px) { .local { grid-template-columns: 1.4fr 1fr; gap: 12px; } }
.local .pic { aspect-ratio: 4 / 3; }
@media (min-width: 900px) { .local .pic:first-child { aspect-ratio: auto; min-height: 100%; } .local .pic:nth-child(2) { aspect-ratio: 4 / 5; } }
.dotari { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.dotari span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); border-radius: var(--r); font-size: 14px; }
.dotari .ico { color: var(--neon); }

/* ---------- vizita ---------- */
.viz { display: grid; gap: 8px; }
@media (min-width: 900px) { .viz { grid-template-columns: 1.1fr 0.9fr; gap: 12px; } }
.viz-card { padding: 30px 24px; background: var(--paper); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); }
@media (min-width: 900px) { .viz-card { padding: 44px 40px; } }
.viz-card.ink { background: var(--ink); color: #fff; box-shadow: none; }
.viz-card.ink .lede { color: #bdbdbd; }
.viz-card.ink .btn { --b-bg: #fff; --b-fg: var(--ink); }
.viz-card.ink .btn-line { --b-bg: transparent; --b-fg: #fff; box-shadow: inset 0 0 0 1.5px #fff; }
.orar { list-style: none; margin: 18px 0 0; padding: 0; }
.orar li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.orar li:last-child { border-bottom: 0; }
.orar li span { color: var(--ink-soft); }
.orar li.is-azi b::after { content: 'HOY'; margin-left: 10px; padding: 2px 8px; background: var(--neon); color: #fff; font-family: var(--f-d); font-size: 10.5px; letter-spacing: 0.1em; vertical-align: 2px; }
.date-list { display: grid; gap: 12px; margin-top: 24px; }
.date-list a, .date-list div { display: flex; gap: 12px; align-items: flex-start; }
.date-list .ico { color: var(--neon); margin-top: 3px; }

/* ---------- pagini interioare ---------- */
.page-head { padding-top: calc(var(--nav-h) + 50px); padding-bottom: 30px; }
.page-head-grid { display: grid; gap: 32px; align-items: end; }
@media (min-width: 900px) { .page-head-grid { grid-template-columns: 1.1fr 0.9fr; gap: 56px; } }
.page-head .pic.cap { aspect-ratio: 4 / 5; max-height: 70vh; }
.page-head.dark { background: var(--dark); color: #fff; }
.page-head.dark .lede { color: #b9b9b9; }
.page-head.dark .btn { --b-bg: #fff; --b-fg: var(--ink); }
.srv-list { display: grid; gap: 8px; }
.srv { display: grid; gap: 0; background: var(--paper); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
@media (min-width: 820px) { .srv { grid-template-columns: 340px 1fr; } }
.srv-media .pic { height: 100%; min-height: 260px; border-radius: 0; }
.srv-body { padding: 24px 22px 26px; }
@media (min-width: 820px) { .srv-body { padding: 36px 34px; } }
.srv-body h3 { font-family: var(--f-d); font-weight: 800; font-stretch: 112%; font-variation-settings: 'wdth' 112; font-size: clamp(1.7rem, 4.6vw, 2.4rem); line-height: 0.95; text-transform: uppercase; margin: 0; }
.srv-body > p { margin: 12px 0 0; color: var(--ink-soft); max-width: 56ch; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.chips li { padding: 7px 12px; background: var(--bg); border-radius: var(--r); font-size: 13.5px; }
.srv-foot { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.masonry { columns: 2; column-gap: 8px; margin-top: 26px; }
@media (min-width: 800px) { .masonry { columns: 3; column-gap: 12px; } }
@media (min-width: 1180px) { .masonry { columns: 4; } }
.masonry figure { margin: 0 0 8px; break-inside: avoid; }
@media (min-width: 800px) { .masonry figure { margin-bottom: 12px; } }
.masonry figure[hidden] { display: none; }
.filtre { display: flex; gap: 6px; overflow-x: auto; margin: 0 calc(var(--pad) * -1); padding: 4px var(--pad) 10px; scrollbar-width: none; }
.filtre::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; padding: 11px 16px; border-radius: var(--r); box-shadow: inset 0 0 0 1.5px var(--ink); font-family: var(--f-d); font-weight: 700; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; }
.faq { display: grid; gap: 8px; margin-top: 34px; }
.q { background: var(--paper); border-radius: var(--r); box-shadow: inset 0 0 0 1px var(--line); }
.q summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; cursor: pointer; font-weight: 600; font-size: 1.05rem; }
.q summary::-webkit-details-marker { display: none; }
.q summary .plus { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; background: var(--ink); color: #fff; transition: transform 280ms var(--ease-out), background-color 200ms ease; }
.q[open] summary .plus { transform: rotate(45deg); background: var(--neon); }
.q .q-body { padding: 0 22px 22px; color: var(--ink-soft); overflow: hidden; }
.q .q-body p { margin: 0; }
.form { display: grid; gap: 14px; margin-top: 22px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 14px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--bg); border: 0; border-radius: var(--r); padding: 14px 16px; box-shadow: inset 0 0 0 1.5px rgba(17, 17, 17, 0.2); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--neon); }
.field[data-error] input { box-shadow: inset 0 0 0 2px #C0182B; }
.field .err { font-size: 13.5px; color: #B0122A; }
.form-note { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* ---------- subsol ---------- */
.foot { background: var(--ink); color: #fff; padding: 90px 0 120px; overflow: hidden; }
@media (min-width: 1000px) { .foot { padding-bottom: 44px; } }
.foot-mare { font-family: var(--f-logo); font-weight: 700; font-size: clamp(4.4rem, 26vw, 19rem); line-height: 0.8; letter-spacing: -0.02em; margin: 0 0 12px; }
.foot-sub { font-family: var(--f-logo); font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: #9a9a9a; margin-bottom: 60px; }
.foot-grid { display: grid; gap: 32px; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: repeat(4, 1fr); gap: 40px; } }
.foot h4 { margin: 0 0 14px; font-family: var(--f-d); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--neon); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot a { color: #cfcfcf; }
@media (hover: hover) and (pointer: fine) { .foot a:hover { color: #fff; } }
.foot address { font-style: normal; display: grid; gap: 10px; color: #cfcfcf; }
.foot address a, .foot address div { display: flex; gap: 10px; align-items: flex-start; }
.foot address .ico { color: var(--neon); margin-top: 3px; }
.foot-tel { font-family: var(--f-d); font-weight: 800; font-size: 1.5rem; color: #fff !important; }
.foot-bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 14px; color: #8a8a8a; }
.foot-social { display: flex; gap: 8px; }
.foot-social a { display: grid; place-items: center; width: 42px; height: 42px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18); }

.cta-jos { position: fixed; left: 8px; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); z-index: 94; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; background: var(--paper); box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.5), inset 0 0 0 1px var(--line); border-radius: 8px; transform: translateY(140%); transition: transform 460ms var(--ease-drawer); }
.cta-jos.se-vede { transform: none; }
.cta-jos .btn { justify-content: center; padding: 0 10px; font-size: 12px; min-height: 50px; }
@media (min-width: 1000px) { .cta-jos { display: none; } }

.modal { position: fixed; inset: 0; z-index: 100; visibility: hidden; transition: visibility 0s 280ms; }
.modal.is-open { visibility: visible; transition: none; }
.modal-scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); opacity: 0; transition: opacity 400ms var(--ease-out); }
.modal.is-open .modal-scrim { opacity: 1; }
.modal-panel { position: absolute; left: 0; right: 0; bottom: 0; max-height: 92%; overflow-y: auto; overscroll-behavior: contain; background: var(--bg); border-radius: 10px 10px 0 0; padding: 8px 8px calc(24px + env(safe-area-inset-bottom)); transform: translateY(100%); transition: transform 500ms var(--ease-drawer); }
.modal.is-open .modal-panel { transform: none; }
.modal:not(.is-open) .modal-panel { transition-duration: 260ms; transition-timing-function: var(--ease-out); }
.modal:not(.is-open) .modal-scrim { transition-duration: 220ms; }
.modal-panel::before { content: ''; display: block; width: 44px; height: 5px; background: var(--line); margin: 6px auto 10px; }
@media (min-width: 900px) {
  .modal-panel { left: 50%; top: 50%; right: auto; bottom: auto; width: min(980px, calc(100% - 64px)); max-height: calc(100% - 64px); border-radius: var(--r); padding: 8px; transform: translate(-50%, -46%) scale(0.97); opacity: 0; transition: transform 420ms var(--ease-out), opacity 300ms var(--ease-out); }
  .modal.is-open .modal-panel { transform: translate(-50%, -50%); opacity: 1; }
  .modal-panel::before { display: none; }
}
.modal-close { position: absolute; right: 16px; top: 16px; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; background: var(--ink); color: #fff; border-radius: var(--r); transition: transform 160ms var(--ease-out); }
.modal-close:active { transform: scale(0.94); }
.modal-grid { display: grid; gap: 8px; }
@media (min-width: 900px) { .modal-grid { grid-template-columns: 0.95fr 1.05fr; } }
.modal-media .pic { aspect-ratio: 16 / 11; }
@media (min-width: 900px) { .modal-media .pic { aspect-ratio: auto; height: 100%; min-height: 480px; } }
.modal-body { padding: 18px 16px 8px; }
@media (min-width: 900px) { .modal-body { padding: 40px 32px 30px; } }
.modal-body h3 { font-family: var(--f-d); font-weight: 800; font-stretch: 112%; font-variation-settings: 'wdth' 112; font-size: clamp(1.9rem, 6vw, 2.6rem); line-height: 0.95; text-transform: uppercase; margin: 0; padding-right: 48px; }
.modal-body .lede { max-width: none; }
.puncte { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.puncte li { display: flex; gap: 10px; align-items: flex-start; }
.puncte .ico { color: var(--neon); margin-top: 3px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.tranzitie { position: fixed; inset: 0; z-index: 125; background: var(--ink); pointer-events: none; transform: scaleY(0); transform-origin: bottom; transition: transform 260ms var(--ease-in-out); }
.tranzitie.se-vede { transform: scaleY(1); }
.p404 { min-height: var(--vh); display: grid; place-items: center; text-align: center; padding-top: var(--nav-h); }
.p404 .m { width: 90px; height: 90px; font-size: 52px; margin: 0 auto 26px; }
.p404 .hero-actions { justify-content: center; }
.gsap-on .rise:not(.is-in) { opacity: 0; transform: translateY(26px); }
.mt-lg { margin-top: 44px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .menu, .menu-nav a, .modal-panel, .modal-scrim, .cta-jos, .tranzitie, body { transition-duration: 160ms !important; transition-delay: 0s !important; }
  .menu-nav a { transform: none !important; }
  .modal-panel { transform: none !important; }
  @media (min-width: 900px) { .modal-panel { transform: translate(-50%, -50%) !important; } }
}
