/* ============================================================
   Route85 — sistem de design website (fără dependențe, fără webfonts)
   Paletă din direcția aprobată: roșu diner, turcoaz patinat, crem,
   bleumarin/maro închis. Litere de brand: SVG desenat manual.
   ============================================================ */

:root {
  --rosu: #C43E2C;
  --rosu-adanc: #94291C;
  --rosu-viu: #E05540;
  --rosu-hover: #B23522;
  --teal: #1E6B66;
  --teal-adanc: #14484A;
  --teal-noapte: #10333A;
  --crem: #F4E9D3;
  --crem-deschis: #FBF4E4;
  --pergament: #EADFC6;
  --ink: #16262B;
  --maro: #4A3223;
  --neon-rosu: #FF7A5C;
  --neon-teal: #7FE8D8;
  --lumina-calda: #FFE9C0;

  --serif: Georgia, 'Times New Roman', 'DejaVu Serif', serif;
  --sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'DejaVu Sans', sans-serif;

  --focus: var(--rosu);
  --latime: 1160px;
  --umbra-print: 0.28rem 0.28rem 0 rgba(22, 38, 43, 0.9);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--crem);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
svg { display: block; }

h1, h2, h3 { font-family: var(--serif); line-height: 1.12; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.5rem, 7.5vw, 4.4rem); font-weight: 700; letter-spacing: -0.015em; }
h2 { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
ul[role="list"], ol[role="list"] { list-style: none; margin: 0; padding: 0; }

a { color: var(--rosu-adanc); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--rosu); }

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

.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--crem); font-family: var(--sans);
  padding: 0.7rem 1.2rem; border-radius: 0 0 10px 0;
}
.skip:focus-visible { left: 0; }

/* ---------------- header ---------------- */
.crest {
  position: sticky; top: 0; z-index: 50;
  background: var(--crem);
  border-bottom: 3px solid var(--ink);
  transition: box-shadow 0.25s ease;
}
.crest.scrolled { box-shadow: 0 6px 24px rgba(22, 38, 43, 0.22); }
.crest-in {
  max-width: var(--latime); margin-inline: auto;
  padding: 0.55rem clamp(1rem, 4vw, 2rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.crest-logo { display: inline-flex; align-items: center; }
.crest-logo img { width: clamp(150px, 22vw, 232px); height: auto; }

.crest-nav { font-family: var(--sans); }
.nav-list {
  list-style: none; display: flex; gap: clamp(0.6rem, 1.8vw, 1.4rem);
  margin: 0; padding: 0; align-items: center;
}
.nav-list a {
  text-decoration: none; color: var(--ink);
  font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 0.4rem 0.15rem; border-bottom: 3px solid transparent;
}
.nav-list a:hover { border-bottom-color: var(--rosu); color: var(--ink); }
.nav-list .nav-cta {
  background: var(--rosu); color: var(--crem-deschis);
  border: 2px solid var(--ink); border-radius: 8px;
  padding: 0.45rem 0.95rem; box-shadow: 0.18rem 0.18rem 0 var(--ink);
}
.nav-list .nav-cta:hover { background: var(--rosu-hover); border-bottom-color: var(--ink); }

.nav-toggle {
  display: none; font-family: var(--sans); font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: none; border: 2px solid var(--ink); border-radius: 8px;
  color: var(--ink); padding: 0.45rem 0.8rem; cursor: pointer;
  align-items: center; gap: 0.5rem;
}

/* Navigația nu primește cutia implicită de focus: starea de tastatură rămâne
   evidentă printr-un inel dublu pe forma componentei + fundal. */
.nav-toggle:focus-visible,
.nav-list a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--crem), 0 0 0 6px var(--rosu);
  background: var(--pergament);
  border-radius: 8px;
}
.nav-list .nav-cta:focus-visible {
  box-shadow: 0 0 0 3px var(--crem), 0 0 0 6px var(--ink);
  background: var(--rosu-hover);
}
.board-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--teal-adanc), 0 0 0 6px var(--crem);
}
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  content: ''; display: block; width: 16px; height: 2px; background: var(--ink);
}
.nav-toggle-bars { position: relative; }
.nav-toggle-bars::before { position: absolute; top: -5px; }
.nav-toggle-bars::after { position: absolute; top: 5px; }

.nav-list-simpla {
  display: flex !important; position: static !important;
  flex-direction: row !important; background: transparent !important;
  border: none !important; box-shadow: none !important;
  padding: 0 !important; min-width: 0 !important;
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-list {
    display: none;
    position: absolute; right: clamp(0.6rem, 3vw, 1.6rem); top: calc(100% + 0.4rem);
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--crem-deschis); border: 3px solid var(--ink); border-radius: 12px;
    padding: 0.5rem; min-width: 220px;
    box-shadow: 0.35rem 0.35rem 0 rgba(22, 38, 43, 0.85);
  }
  .crest-nav.nav-open .nav-list { display: flex; }
  .nav-list a { display: block; padding: 0.65rem 0.8rem; border-bottom: none; border-radius: 8px; }
  .nav-list a:hover { background: var(--pergament); }
  .nav-list .nav-cta { margin-top: 0.4rem; text-align: center; }
}

/* ---------------- butoane ---------------- */
.btn {
  display: inline-block; font-family: var(--sans);
  font-weight: 700; font-size: 1rem; letter-spacing: 0.03em;
  text-decoration: none; text-align: center;
  padding: 0.8rem 1.5rem; border-radius: 10px;
  border: 3px solid var(--ink);
  box-shadow: var(--umbra-print);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 0.42rem 0.42rem 0 rgba(22, 38, 43, 0.9); }
.btn:active { transform: translate(2px, 2px); box-shadow: 0.1rem 0.1rem 0 rgba(22, 38, 43, 0.9); }
.btn-primar { background: var(--rosu); color: var(--crem-deschis); }
.btn-primar:hover { background: var(--rosu-hover); color: var(--crem-deschis); }
.btn-secundar { background: transparent; color: var(--crem); border-color: var(--crem); box-shadow: 0.28rem 0.28rem 0 rgba(244, 233, 211, 0.35); }
.btn-secundar:hover { background: rgba(244, 233, 211, 0.12); color: var(--crem-deschis); box-shadow: 0.42rem 0.42rem 0 rgba(244, 233, 211, 0.4); }
.btn-crem { background: var(--crem); color: var(--ink); }
.btn-crem:hover { background: var(--crem-deschis); color: var(--ink); }

/* ---------------- hero ---------------- */
.hero {
  position: relative;
  min-height: max(560px, 100vh);
  min-height: max(560px, 100svh);
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--crem);
  background: #0A181D;
  overflow: clip;
}
.hero-scene { position: absolute; inset: 0; }
.hero-svg { width: 100%; height: 100%; }
.hero-scene::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(8, 18, 22, 0.88) 0%, rgba(8, 18, 22, 0.45) 26%, rgba(8, 18, 22, 0) 55%),
    radial-gradient(ellipse at 22% 78%, rgba(8, 18, 22, 0.55), transparent 60%);
  pointer-events: none;
}
.hero-copy {
  position: relative; z-index: 2;
  max-width: var(--latime); width: 100%;
  margin-inline: auto;
  padding: 0 clamp(1.1rem, 4.5vw, 2rem) clamp(4.4rem, 9vh, 6.5rem);
}
.hero-copy h1 { max-width: 13ch; text-shadow: 0 3px 24px rgba(0, 0, 0, 0.55); }
.hero-eyebrow {
  font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.24em;
  font-size: 0.8rem; font-weight: 600; color: var(--neon-teal);
  margin-bottom: 1rem;
}
.hero-eyebrow .star { color: var(--neon-rosu); }
.hero-lede { max-width: 46ch; font-size: clamp(1.05rem, 2.4vw, 1.25rem); color: #E9DFC9; }
.hero-lede strong { color: var(--lumina-calda); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.6rem 0 0.9rem; }
.hero-jos {
  position: absolute; z-index: 2; left: 50%; transform: translateX(-50%);
  bottom: 0.7rem; color: var(--crem); text-decoration: none;
  font-size: 1.4rem; opacity: 0.75; animation: pluteste 2.4s ease-in-out infinite;
}
.hero-jos:hover { opacity: 1; }
@keyframes pluteste { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* neon: aprindere cu pâlpâit, apoi ardere constantă */
.neon-glow, .neon-halo { opacity: 0; animation: neon-aprinde 2.3s steps(1, end) 0.35s forwards; }
.neon-main { opacity: 0.35; animation: neon-aprinde-main 2.3s steps(1, end) 0.35s forwards; }
@keyframes neon-aprinde {
  0% { opacity: 0; } 7% { opacity: 0.75; } 11% { opacity: 0.1; } 17% { opacity: 0.85; }
  21% { opacity: 0.2; } 28% { opacity: 0.9; } 34% { opacity: 0.35; } 44% { opacity: 1; }
  52% { opacity: 0.6; } 60% { opacity: 1; } 100% { opacity: 1; }
}
@keyframes neon-aprinde-main {
  0% { opacity: 0.35; } 7% { opacity: 0.9; } 11% { opacity: 0.45; } 17% { opacity: 0.95; }
  21% { opacity: 0.5; } 28% { opacity: 1; } 34% { opacity: 0.6; } 44% { opacity: 1; }
  52% { opacity: 0.8; } 60% { opacity: 1; } 100% { opacity: 1; }
}
.stars circle { animation: licar 3.6s ease-in-out infinite; }
.stars circle:nth-child(3n) { animation-delay: 1.2s; }
.stars circle:nth-child(3n + 1) { animation-delay: 2.1s; }
@keyframes licar { 0%, 100% { opacity: 0.9; } 50% { opacity: 0.35; } }
.road-dash { animation: ruleaza 1.6s linear infinite; }
@keyframes ruleaza { to { stroke-dashoffset: -100; } }

/* ---------------- marquee ---------------- */
.marquee {
  background: var(--rosu); color: var(--crem-deschis);
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
  overflow: clip; white-space: nowrap;
}
.marquee-track {
  display: inline-block; padding: 0.55rem 0;
  font-family: var(--sans); font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; font-size: 0.85rem;
  animation: marquee-defileaza 26s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-defileaza { to { transform: translateX(-50%); } }

/* ---------------- schelet secțiuni ---------------- */
.sect { padding-block: clamp(4rem, 9vw, 7.2rem); }
.sect-in { max-width: var(--latime); margin-inline: auto; padding-inline: clamp(1.1rem, 4.5vw, 2rem); }
.sect-lede { max-width: 58ch; font-size: clamp(1.02rem, 2.1vw, 1.16rem); }

.mile {
  display: inline-block; font-family: var(--sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rosu-adanc); border: 2px solid currentColor; border-radius: 6px;
  padding: 0.3rem 0.7rem 0.24rem; margin-bottom: 1.1rem;
  transform: rotate(-2deg);
}
.mile-crem { color: var(--pergament); }
.pe-inchis { color: var(--crem-deschis); }
.titlu-accent { color: var(--neon-teal); font-style: italic; }

/* reveal la scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
html.fara-js .reveal, html.fara-motion .reveal { opacity: 1; transform: none; }

/* ---------------- povestea ---------------- */
.sect-povestea {
  background:
    radial-gradient(circle at 1px 1px, rgba(22, 38, 43, 0.05) 1px, transparent 1.6px),
    var(--crem);
  background-size: 15px 15px, auto;
}
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.6rem, 5vw, 4.4rem); align-items: start; }
.split-copy { position: sticky; top: 5.2rem; }
.split-art { min-width: 0; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-copy { position: static; }
}

.poveste-placa {
  margin: 0; justify-self: center;
  background: var(--crem-deschis); border: 3px solid var(--ink); border-radius: 18px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: var(--umbra-print);
  display: grid; justify-items: center; gap: 1.1rem;
  transform: rotate(1.2deg);
  max-width: 340px;
}
.poveste-placa img { width: clamp(170px, 24vw, 220px); }
.poveste-placa figcaption { display: grid; gap: 0.4rem; justify-items: center; text-align: center; }
.placa-rand {
  font-family: var(--sans); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-adanc);
  border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  padding: 0.4rem 0.6rem;
}
.placa-rand-mica { font-size: 0.7rem; border: none; color: #6B5B47; letter-spacing: 0.1em; padding: 0; }

/* ---------------- atmosfera ---------------- */
.sect-atmosfera { background: var(--crem-deschis); border-top: 3px solid var(--ink); }
.materiale {
  display: grid; gap: 1rem; margin: 2.2rem 0 2.8rem; padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.material {
  border: 2px solid var(--ink); border-radius: 14px; overflow: clip;
  background: var(--crem); box-shadow: 0.25rem 0.25rem 0 rgba(22, 38, 43, 0.12);
}
.material h3 { font-family: var(--sans); font-size: 0.98rem; margin: 0.75rem 0.9rem 0.2rem; }
.material p { font-size: 0.88rem; margin: 0 0.9rem 0.9rem; color: #3D4A4E; }
.material-swatch { display: block; height: 74px; }
.mat-crom .material-swatch { background: repeating-linear-gradient(105deg, #DEE6E7 0 3px, #9FB0B2 3px 6px, #C7D2D3 6px 12px); }
.mat-vinil .material-swatch {
  background:
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(22, 38, 43, 0.28) 22px 24px),
    repeating-linear-gradient(-45deg, transparent 0 22px, rgba(22, 38, 43, 0.28) 22px 24px),
    linear-gradient(160deg, #D4553F, #94291C);
}
.mat-formica .material-swatch {
  background:
    radial-gradient(circle at 6px 8px, rgba(244, 233, 211, 0.5) 1.4px, transparent 2px),
    linear-gradient(150deg, #2E837C, #1E6B66);
  background-size: 26px 22px, auto;
}
.mat-neon .material-swatch {
  background:
    radial-gradient(ellipse at 50% 55%, rgba(255, 122, 92, 0.85), rgba(255, 122, 92, 0.12) 55%, transparent 75%),
    #10262B;
}
.mat-hartie .material-swatch {
  background:
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(22, 38, 43, 0.07) 9px 10px),
    #F7EFDF;
}

.vignete { display: grid; gap: clamp(1rem, 3vw, 1.8rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.vigneta {
  margin: 0; border: 3px solid var(--ink); border-radius: 16px; overflow: clip;
  background: var(--crem); box-shadow: var(--umbra-print);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.vigneta:hover { transform: translateY(-6px) rotate(-0.6deg); box-shadow: 0.45rem 0.55rem 0 rgba(22, 38, 43, 0.85); }
.vigneta img { width: 100%; }
.vigneta figcaption {
  font-family: var(--sans); font-size: 0.86rem; font-weight: 600;
  padding: 0.7rem 1rem; border-top: 3px solid var(--ink); background: var(--pergament);
}

/* ---------------- meniul ---------------- */
.sect-meniu {
  background:
    radial-gradient(ellipse at 50% -10%, rgba(127, 232, 216, 0.14), transparent 55%),
    linear-gradient(175deg, var(--teal-noapte), var(--teal-adanc));
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  color: var(--crem-deschis);
}
.sect-meniu .sect-lede { color: #D8E4DC; }
.board { margin-top: 2.4rem; }
.board-rama {
  position: relative;
  background: var(--teal-adanc);
  border: 4px solid var(--crem); border-radius: 18px;
  box-shadow: 0 0 0 4px var(--teal-noapte), 0 24px 60px rgba(0, 0, 0, 0.4);
  overflow: clip;
}
.board-cap {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.4rem;
  padding: 1.2rem 1.4rem 1rem; border-bottom: 3px solid rgba(244, 233, 211, 0.35);
  background: rgba(244, 233, 211, 0.06);
}
.board-cap img { background: var(--crem); padding: 0.45rem 0.7rem; border-radius: 8px; }
.board-sub { margin: 0; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: #AFC9C2; }
.board-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 1rem 1.4rem 0.4rem; }
.board-tab {
  font-family: var(--sans); font-weight: 700; font-size: 0.88rem; letter-spacing: 0.05em;
  background: transparent; color: var(--crem);
  border: 2px solid rgba(244, 233, 211, 0.55); border-radius: 999px;
  padding: 0.5rem 1.05rem 0.44rem; cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.board-tab:hover { border-color: var(--crem); background: rgba(244, 233, 211, 0.1); }
.board-tab[aria-selected="true"] { background: var(--crem); color: var(--teal-adanc); border-color: var(--crem); }
.board-panouri { padding: 0.6rem 1.4rem 1.2rem; min-height: 300px; }
.panou-intra { animation: panou-intra 0.26s ease; }
@keyframes panou-intra { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.fel {
  display: grid; grid-template-columns: auto minmax(1.2rem, 1fr) auto; gap: 0.2rem 0.7rem;
  align-items: baseline;
  padding: 0.85rem 0; border-bottom: 1px dashed rgba(244, 233, 211, 0.3);
}
.fel:last-child { border-bottom: none; }
.fel-nume { font-weight: 700; font-size: 1.06rem; color: var(--crem-deschis); min-width: 0; }
.fel-leader { border-bottom: 2px dotted rgba(244, 233, 211, 0.45); transform: translateY(-0.28em); }
.fel-pret {
  font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums;
  color: var(--neon-teal); white-space: nowrap; font-size: 1.02rem;
}
.fel-pret sup { font-size: 0.6em; letter-spacing: 0.08em; }
.fel-desc { grid-column: 1 / -1; margin: 0; font-size: 0.9rem; color: #C3D6CE; font-style: italic; }
.fel-indisponibil .fel-nume, .fel-indisponibil .fel-pret { opacity: 0.55; }
.fel-nota {
  font-family: var(--sans); font-style: normal; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--neon-rosu);
  border: 1.5px solid var(--neon-rosu); border-radius: 999px; padding: 0.1em 0.55em;
  white-space: nowrap;
}
.board-gol {
  padding: 3.2rem 1.6rem 3.6rem; text-align: center;
  font-family: var(--sans); color: #D8E4DC;
}
.board-gol strong { font-family: var(--serif); font-size: 1.25rem; color: var(--crem-deschis); letter-spacing: 0.01em; }
.board-gol p { margin: 0.3rem 0; }
.board-jos {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 1.4rem 1.3rem; border-top: 3px solid rgba(244, 233, 211, 0.35);
  background: rgba(244, 233, 211, 0.06);
}
.board-jos p { margin: 0; font-family: var(--sans); font-size: 0.9rem; color: #D8E4DC; }

/* ---------------- oferte: bilete de casă ---------------- */
.sect-oferte { background: var(--crem-deschis); border-bottom: 3px solid var(--ink); }
.bilete {
  display: grid; gap: clamp(1.1rem, 3vw, 1.8rem); margin-top: 2.4rem; padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
.bilet {
  position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr);
  background: var(--crem); border: 3px solid var(--ink); border-radius: 12px;
  box-shadow: var(--umbra-print); overflow: clip;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bilet:hover { transform: translateY(-5px) rotate(-0.4deg); box-shadow: 0.45rem 0.55rem 0 rgba(22, 38, 43, 0.85); }
.bilet::before, .bilet::after {
  content: ''; position: absolute; left: 92px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--crem-deschis); border: 3px solid var(--ink);
  transform: translateX(-50%); z-index: 1;
}
.bilet::before { top: -12px; }
.bilet::after { bottom: -12px; }
.bilet-cotor {
  display: grid; place-items: center;
  background: var(--rosu); color: var(--crem-deschis);
  border-right: 3px dashed var(--ink);
}
.bilet-orar {
  font-family: var(--sans); font-weight: 800; font-size: 0.8rem; line-height: 1.35;
  letter-spacing: 0.14em; text-transform: uppercase; text-align: center;
  transform: rotate(-90deg); white-space: nowrap;
}
.bilet-corp { padding: 1.1rem 1.2rem 0.9rem; }
.bilet-corp h3 { font-family: var(--sans); font-size: 1.04rem; margin-bottom: 0.35em; }
.bilet-corp p { font-size: 0.94rem; margin-bottom: 0.5em; }
.bilet-conditie {
  font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: #6B5B47; border-top: 1px dashed rgba(22, 38, 43, 0.4); padding-top: 0.5rem; margin: 0.4rem 0 0;
}

/* ---------------- salon VIP ---------------- */
.sect-vip {
  background:
    radial-gradient(ellipse at 24% 0%, rgba(217, 164, 65, 0.14), transparent 55%),
    linear-gradient(170deg, #160E13, #2A161C);
  color: var(--crem-deschis);
  border-bottom: 3px solid var(--ink);
}
.mile-alama { color: #D9A441; }
.vip-cap { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.badge-18 {
  display: inline-grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  font-family: var(--sans); font-weight: 800; font-size: 1.05rem; letter-spacing: 0.02em;
  color: #E8B863; border: 3px double #D9A441;
  transform: rotate(8deg); margin-bottom: 0.6em;
}
.vip-lede { color: #D9C8B4; }
.vip-grid {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(1.6rem, 4vw, 3rem); align-items: center; margin-top: 2rem;
}
@media (max-width: 900px) { .vip-grid { grid-template-columns: 1fr; } }
.vip-scena { margin: 0; }
.vip-scena svg {
  width: 100%; height: auto; border-radius: 18px;
  border: 3px solid #D9A441; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.vip-scena-legenda { font-family: var(--sans); font-size: 0.8rem; color: #A8907A; margin-top: 0.6rem; }
.vip-piloni { display: grid; gap: 1rem; padding: 0; }
.vip-pilon {
  border: 1px solid rgba(217, 164, 65, 0.5); border-left: 4px solid #D9A441;
  border-radius: 0 14px 14px 0;
  padding: 1rem 1.2rem 0.85rem; background: rgba(217, 164, 65, 0.06);
}
.vip-pilon h3 { font-family: var(--sans); font-size: 1rem; color: #E8B863; letter-spacing: 0.04em; }
.vip-pilon p { margin: 0; font-size: 0.92rem; color: #D9C8B4; }
html.motion-ok .vip-fum { animation: fum-urca 5.5s ease-in-out infinite alternate; }
@keyframes fum-urca { from { opacity: 0.25; transform: translateY(2px); } to { opacity: 0.6; transform: translateY(-4px); } }

/* ---------------- aplicația ---------------- */
.sect-app { background: var(--crem); }
.app-punte { display: grid; gap: 0.8rem; margin: 1.4rem 0 0.4rem; padding: 0; }
.app-punte li {
  padding-left: 1.6rem; position: relative; font-size: 1rem;
}
.app-punte li::before {
  content: '★'; position: absolute; left: 0; top: 0.05em;
  color: var(--rosu); font-size: 0.95em;
}
.install-hint { margin-top: 1.6rem; font-family: var(--sans); font-size: 0.92rem; max-width: 46ch; }
.install-hint summary {
  cursor: pointer; font-weight: 700; padding: 0.6rem 0.9rem;
  background: var(--pergament); border: 2px solid var(--ink); border-radius: 10px;
}
.install-hint[open] summary { border-radius: 10px 10px 0 0; }
.install-hint ol { margin: 0; border: 2px solid var(--ink); border-top: none; border-radius: 0 0 10px 10px; padding: 0.9rem 0.9rem 0.9rem 2.2rem; background: var(--crem-deschis); }
.install-hint li { margin-bottom: 0.4rem; }
.split-art { display: grid; justify-items: center; }
.phone-art { width: min(320px, 78vw); filter: drop-shadow(0.5rem 0.7rem 0 rgba(22, 38, 43, 0.18)); }

/* ---------------- vizită ---------------- */
.sect-vizita { background: var(--pergament); border-top: 3px solid var(--ink); }
.vizita-grid { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); align-items: start; margin-top: 1.6rem; }
@media (max-width: 860px) { .vizita-grid { grid-template-columns: 1fr; } }
.info-list { margin: 0 0 1.4rem; }
.info-rand { display: grid; grid-template-columns: 7.2rem minmax(0, 1fr); gap: 0.6rem; padding: 0.75rem 0; border-bottom: 1px dashed rgba(22, 38, 43, 0.35); }
.info-rand dt { font-family: var(--sans); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-adanc); padding-top: 0.15rem; }
.info-rand dd { margin: 0; font-size: 1rem; }
.vizita-nota {
  font-family: var(--sans); font-size: 0.95rem;
  background: var(--crem-deschis); border-left: 4px solid var(--teal);
  padding: 0.8rem 1rem; border-radius: 0 8px 8px 0; max-width: 56ch;
}

.vip-cta { margin-top: 2.2rem; }

/* ---------------- subsol ---------------- */
.subsol { background: var(--ink); color: var(--crem); padding-block: 3rem 2.2rem; }
.subsol-in { display: grid; gap: 2rem; grid-template-columns: auto minmax(0, 1fr) minmax(0, 2fr); align-items: start; }
@media (max-width: 860px) { .subsol-in { grid-template-columns: 1fr; justify-items: start; } }
.subsol-sigiliu { width: 116px; height: auto; }
.subsol-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.subsol-nav a { color: var(--crem); font-family: var(--sans); font-size: 0.94rem; text-decoration: none; border-bottom: 2px solid transparent; }
.subsol-nav a:hover { border-bottom-color: var(--neon-teal); color: var(--crem-deschis); }
.subsol-text p { font-size: 0.94rem; color: #C6D2CC; max-width: 56ch; }
.subsol-copy { font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.03em; color: #8FA5A0; }

/* ---------------- pagina de marcă ---------------- */
.brand-hero { background: var(--crem-deschis); border-bottom: 3px solid var(--ink); }
.brand-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); margin-top: 2rem; }
.brand-card { border: 3px solid var(--ink); border-radius: 16px; overflow: clip; background: var(--crem-deschis); box-shadow: var(--umbra-print); }
.brand-card figure { margin: 0; padding: 2rem 1.6rem; display: grid; place-items: center; min-height: 220px; }
.brand-card.pe-teal figure { background: var(--teal); }
.brand-card.pe-ink figure { background: var(--ink); }
.brand-card img { width: 100%; max-width: 380px; height: auto; }
.brand-card.compact img { max-width: 200px; }
.brand-card .brand-desc { font-family: var(--sans); font-size: 0.88rem; padding: 0.8rem 1rem; border-top: 3px solid var(--ink); background: var(--crem); margin: 0; }
.paleta { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin-top: 1.6rem; padding: 0; }
.culoare { border: 3px solid var(--ink); border-radius: 14px; overflow: clip; background: var(--crem-deschis); }
.culoare-chip { display: block; height: 84px; }
.culoare .culoare-info { display: block; font-family: var(--sans); font-size: 0.84rem; padding: 0.6rem 0.8rem; }
.culoare code { font-size: 0.9em; }

/* ---------------- motion ---------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .plx { transform: none !important; }
  .reveal { opacity: 1; transform: none; }
}
