/* Pizza Cristian — demo Voost Vision */
:root {
  --ink: #0f0d0b;
  --char: #17130f;
  --panel: #211b15;
  --line: rgba(214, 168, 78, .22);
  --gold: #d6a84e;
  --gold-2: #f1d08a;
  --cream: #f6eedf;
  --paper: #f3eadb;
  --muted: #b8aa94;
  --ember: #e4572e;
  --basil: #4f8a3a;
  --wa: #25d366;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, sans-serif;
  --r: 18px;
  --wrap: 1200px;
  --ease: cubic-bezier(.2, .7, .1, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font: 400 17px/1.6 var(--sans); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; margin: 0; letter-spacing: -.01em; font-variation-settings: "SOFT" 60, "WONK" 0; }
h1 { font-size: clamp(44px, 7.4vw, 104px); }
h2 { font-size: clamp(34px, 4.6vw, 64px); }
h3 { font-size: clamp(22px, 2vw, 28px); }
em { font-style: italic; color: var(--gold-2); font-variation-settings: "SOFT" 100, "WONK" 1; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { font: 700 12px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.lead { font-size: clamp(18px, 1.5vw, 21px); color: #e2d6c1; max-width: 58ch; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--ink); padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* Buttons */
.btn { --bg: var(--gold); --fg: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; background: var(--bg); color: var(--fg); font: 700 15px/1 var(--sans); letter-spacing: .02em; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .25s, box-shadow .25s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px -10px rgba(214, 168, 78, .55); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-wa { --bg: var(--wa); --fg: #062b14; }
.btn-wa:hover { box-shadow: 0 10px 30px -10px rgba(37, 211, 102, .6); }
.btn-ghost { --bg: transparent; --fg: var(--cream); border-color: rgba(246, 238, 223, .35); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); box-shadow: none; }
.btn-dark { --bg: var(--ink); --fg: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .35s, box-shadow .35s, padding .35s; padding: 14px 0; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .35s; background: rgba(15, 13, 11, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.site-header.scrolled { padding: 8px 0; }
.site-header.scrolled::before { opacity: 1; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 58px; width: auto; transition: height .35s; filter: brightness(1.25) contrast(1.05); }
.scrolled .brand img { height: 46px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; font: 600 14px/1 var(--sans); padding: 12px 14px; border-radius: 999px; color: #e9dfcd; transition: color .2s, background .2s; }
.nav a:hover { color: var(--gold-2); }
.nav a[aria-current="page"] { color: var(--gold-2); background: rgba(214, 168, 78, .1); }
.nav .btn { min-height: 44px; padding: 0 20px; margin-left: 10px; font-size: 14px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--cream); border-radius: 999px; height: 44px; padding: 0 18px; font: 700 13px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: min(100svh, 1000px); display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; transform: scale(1.08); animation: heroZoom 18s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15, 13, 11, .94) 0%, rgba(15, 13, 11, .72) 42%, rgba(15, 13, 11, .15) 75%), linear-gradient(0deg, var(--ink) 0%, rgba(15, 13, 11, 0) 38%); }
#embers { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero .wrap { padding: 150px 0 90px; }
.hero h1 { max-width: 12ch; }
.hero .lead { margin: 26px 0 34px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); max-width: 640px; }
.hero-badges div { font-size: 14px; color: var(--muted); line-height: 1.35; }
.hero-badges strong { display: block; font: 500 30px/1 var(--serif); color: var(--cream); margin-bottom: 6px; }
.stars { color: var(--gold); letter-spacing: 2px; }
.scroll-cue { position: absolute; right: 32px; bottom: 36px; writing-mode: vertical-rl; font: 700 11px/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 14px; }
.scroll-cue::after { content: ""; width: 1px; height: 60px; background: linear-gradient(var(--gold), transparent); animation: cue 2.2s infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* Hero pe desktop: poza în arcadă de cuptor, fundal ambiental */
.hero-stack { display: none; }
@media (min-width: 901px) {
  .hero-media img { filter: blur(34px) brightness(.42) saturate(1.3); transform: scale(1.2); animation: none; }
  .hero::after { background: radial-gradient(ellipse at 75% 45%, rgba(228, 87, 46, .16), transparent 55%), linear-gradient(0deg, var(--ink) 0%, rgba(15, 13, 11, 0) 35%); }
  .hero .wrap > * { max-width: 600px; }
  .hero h1 { font-size: clamp(52px, 5.8vw, 86px); }
  .hero-stack { display: block; position: absolute; right: max(40px, calc((100vw - var(--wrap)) / 2)); top: 52%; transform: translateY(-50%); width: min(33vw, 460px); aspect-ratio: 3 / 4; }
  .hero-stack .a { width: 100%; height: 100%; object-fit: cover; border-radius: 999px 999px 26px 26px; box-shadow: 0 0 0 1px var(--line), 0 0 0 14px rgba(214, 168, 78, .05), 0 60px 120px -30px rgba(0, 0, 0, .9); animation: rise 1.4s var(--ease) both; }
  .hero-stack .b { position: absolute; width: 40%; height: auto; aspect-ratio: 1; left: -14%; bottom: -3%; border-radius: 50%; object-fit: cover; border: 7px solid var(--ink); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8); animation: spin 70s linear infinite; }
  .hero-chip { position: absolute; right: -6%; top: 14%; background: rgba(246, 238, 223, .96); color: var(--ink); border-radius: 18px; padding: 14px 18px; display: flex; gap: 12px; align-items: center; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .7); animation: bob 5s ease-in-out infinite; }
  .hero-chip strong { font: 500 30px/1 var(--serif); color: #b0521f; }
  .hero-chip span { font-size: 12.5px; line-height: 1.3; font-weight: 600; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } }
@keyframes bob { 50% { transform: translateY(-10px); } }

/* Page hero (inner pages) */
.page-hero { position: relative; padding: 170px 0 70px; overflow: hidden; isolation: isolate; }
.page-hero.has-img { min-height: 62vh; display: grid; align-items: end; }
.page-hero .bg { position: absolute; inset: 0; z-index: -2; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero.has-img::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, var(--ink) 0%, rgba(15, 13, 11, .55) 55%, rgba(15, 13, 11, .35) 100%); }
.page-hero .lead { margin-top: 22px; }

/* Marquee */
.marquee { border-block: 1px solid var(--line); overflow: hidden; background: var(--char); }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee span { font: italic 400 clamp(22px, 2.6vw, 34px)/1 var(--serif); padding: 26px 0; white-space: nowrap; color: #e9dcc4; }
.marquee span::after { content: "✦"; font-style: normal; color: var(--gold); font-size: .5em; margin: 0 34px; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Sections */
section { position: relative; }
.sec { padding: clamp(80px, 10vw, 140px) 0; }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 54px; flex-wrap: wrap; }
.sec-head p { max-width: 44ch; margin: 0; color: var(--muted); }
.paper { background: var(--paper); color: #231d16; }
.paper .eyebrow { color: #9b6f1c; }
.paper em { color: #b0521f; }
.paper .muted, .paper .sec-head p { color: #6f6352; }

/* Proof strip */
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.proof > div { background: var(--char); padding: 38px 34px; }
.proof strong { display: block; font: 500 clamp(40px, 4.4vw, 60px)/1 var(--serif); color: var(--gold-2); margin-bottom: 14px; }
.proof p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* Favorite cards */
.favs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px) { .favs { gap: 14px; } .fav h3 { font-size: 22px; } .fav-body { padding: 18px; } }
.fav { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 3 / 4.2; text-decoration: none; isolation: isolate; background: var(--panel); }
.fav img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.fav::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10, 8, 6, .92) 0%, rgba(10, 8, 6, .1) 55%); }
.fav:hover img { transform: scale(1.06); }
.fav-body { position: absolute; inset: auto 0 0 0; padding: 22px; }
.fav .tag { position: absolute; top: 16px; left: 16px; }
.fav h3 { margin-bottom: 8px; }
.fav p { font-size: 14px; color: #d6c9b3; margin: 0 0 14px; line-height: 1.45; }
.fav .price { font: 700 14px/1 var(--sans); color: var(--gold-2); letter-spacing: .04em; }
.tag { display: inline-block; font: 700 11px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; padding: 8px 11px; border-radius: 999px; background: var(--gold); color: var(--ink); }
.tag.ember { background: var(--ember); color: #fff; }

/* Split feature */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split.rev .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--r); width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split-media .float { position: absolute; object-fit: cover; width: 44%; right: -6%; bottom: -8%; border: 6px solid var(--ink); border-radius: 16px; aspect-ratio: 1; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .7); }
.paper .split-media .float { border-color: var(--paper); }
.split h2 { margin-bottom: 24px; }
.ticks { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 14px; }
.ticks li { display: flex; gap: 14px; align-items: flex-start; }
.ticks li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 3px; border-radius: 50%; background: rgba(214, 168, 78, .16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d6a84e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 13px no-repeat; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step { border: 1px solid rgba(35, 29, 22, .14); border-radius: var(--r); padding: 34px 30px; background: #fbf6ec; counter-increment: s; position: relative; transition: transform .3s var(--ease), box-shadow .3s; }
.step:hover, .pillar:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -28px rgba(35, 29, 22, .5); }
.pillar { transition: transform .3s var(--ease), box-shadow .3s; }
.step::before { content: "0" counter(s); font: italic 500 54px/1 var(--serif); color: #c98a2a; display: block; margin-bottom: 26px; }
.step h3 { margin-bottom: 12px; }
.step p { margin: 0; color: #6f6352; font-size: 16px; }
.wa-demo { margin-top: 44px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: #122a1b; color: #e8f5ec; border-radius: var(--r); padding: 30px 34px; }
.wa-demo p { margin: 0; }
.bubble { background: #dcf8c6; color: #0b2414; border-radius: 14px 14px 4px 14px; padding: 14px 18px; font-size: 15px; max-width: 420px; box-shadow: 0 8px 24px -10px rgba(0, 0, 0, .5); }
.bubble small { display: block; text-align: right; color: #5b7a63; font-size: 11px; margin-top: 4px; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { margin: 0; background: var(--char); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; gap: 18px; transition: border-color .3s, transform .3s var(--ease); }
.review:hover, .fact:hover, .event:hover { border-color: rgba(214, 168, 78, .5); transform: translateY(-3px); }
.fact, .event { transition: border-color .3s, transform .3s var(--ease); }
.review blockquote { margin: 0; font: 400 19px/1.5 var(--serif); color: #efe4d0; }
.review footer { margin-top: auto; font-size: 14px; color: var(--muted); display: flex; justify-content: space-between; gap: 10px; }
.review .stars { font-size: 14px; }
.g-score { display: flex; align-items: center; gap: 18px; }
.g-score strong { font: 500 72px/1 var(--serif); color: var(--gold-2); }

/* Gallery mosaic */
.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.mosaic figure { margin: 0; border-radius: 14px; overflow: hidden; position: relative; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mosaic figure:hover img { transform: scale(1.05); }
.mosaic .t2 { grid-row: span 2; }
.mosaic .w2 { grid-column: span 2; }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; font: 600 12px/1 var(--sans); background: rgba(15, 13, 11, .75); color: var(--cream); padding: 7px 10px; border-radius: 999px; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; isolation: isolate; text-align: center; padding: clamp(90px, 12vw, 160px) 0; }
.cta-band .bg { position: absolute; inset: 0; z-index: -2; }
.cta-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(15, 13, 11, .7), rgba(15, 13, 11, .93)); }
.cta-band h2 { max-width: 16ch; margin: 0 auto 22px; }
.cta-band .lead { margin: 0 auto 36px; }
.cta-band .btn-row { justify-content: center; }

/* Visit */
.visit { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; }
.visit-card { background: var(--char); border: 1px solid var(--line); border-radius: var(--r); padding: 40px; }
.visit-card dl { margin: 30px 0 34px; display: grid; gap: 22px; }
.visit-card dt { font: 700 12px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.visit-card dd { margin: 0; font-size: 18px; }
.visit-card dd a { text-decoration: none; }
.visit-card dd a:hover { color: var(--gold-2); }
.map { position: relative; border-radius: var(--r); overflow: hidden; min-height: 420px; border: 1px solid var(--line); background: var(--char); }
.map-fallback { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; gap: 6px; color: var(--muted); background: radial-gradient(circle at center, rgba(214, 168, 78, .12), transparent 60%), repeating-linear-gradient(0deg, transparent 0 39px, rgba(214, 168, 78, .07) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(214, 168, 78, .07) 39px 40px); }
.map-fallback strong { font: 500 30px/1 var(--serif); color: var(--gold-2); }
.map iframe { position: relative; z-index: 1; }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(.35) contrast(1.05); }
.open-now { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.open-now::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.open-now.on { color: #7fdc97; }
.open-now.on::before { background: #3ecf6a; box-shadow: 0 0 0 4px rgba(62, 207, 106, .18); }

/* Menu page */
.menu-tabs { position: sticky; top: 66px; z-index: 30; background: rgba(243, 234, 219, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(35, 29, 22, .1); }
.menu-tabs .wrap { display: flex; gap: 8px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.menu-tabs .wrap::-webkit-scrollbar { display: none; }
.menu-tabs a { flex: none; text-decoration: none; font: 700 14px/1 var(--sans); padding: 12px 18px; border-radius: 999px; border: 1px solid rgba(35, 29, 22, .18); color: #3a3026; transition: all .2s; }
.menu-tabs a.active, .menu-tabs a:hover { background: #231d16; color: var(--paper); border-color: #231d16; }
.menu-cat { padding: 70px 0 20px; scroll-margin-top: 130px; }
.menu-cat-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; border-bottom: 2px solid #231d16; padding-bottom: 18px; margin-bottom: 10px; flex-wrap: wrap; }
.menu-cat-head p { margin: 0; color: #6f6352; max-width: 52ch; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
@media (max-width: 1100px) { .menu-list { grid-template-columns: 1fr; } }
.dish { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(35, 29, 22, .12); align-items: start; }
.dish.no-img { grid-template-columns: 1fr; }
.dish-img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .55); }
.dish h3 { font-size: 23px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.dish h3 .tag { font-size: 10px; padding: 6px 9px; }
.dish p { margin: 6px 0 4px; color: #5f5444; font-size: 15.5px; line-height: 1.5; }
.dish .allerg { font-size: 12.5px; color: #8b7d69; }
.dish-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.size { display: inline-flex; align-items: baseline; gap: 8px; border: 1px solid rgba(35, 29, 22, .16); border-radius: 10px; padding: 7px 11px; font-size: 13px; color: #6f6352; background: #fbf6ec; }
.size b { font: 700 16px/1 var(--sans); color: #231d16; }
.order-link { display: inline-flex; align-items: center; gap: 7px; font: 700 13px/1 var(--sans); color: #128c4a; text-decoration: none; padding: 10px 14px; border-radius: 999px; background: rgba(37, 211, 102, .12); transition: background .2s; }
.order-link:hover { background: rgba(37, 211, 102, .24); }
.order-link svg { width: 16px; height: 16px; }
.dish.off { opacity: .45; }
.dish.off .order-link { display: none; }
.dish.off h3::after { content: "Indisponibil azi"; font: 700 10px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; background: #231d16; color: var(--paper); padding: 6px 9px; border-radius: 999px; }
.menu-note { margin: 60px 0 0; padding: 26px 30px; border-radius: var(--r); background: #231d16; color: var(--paper); display: flex; gap: 20px; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.menu-note p { margin: 0; max-width: 60ch; }
.just-updated { outline: 3px solid #25d366; outline-offset: 6px; border-radius: 8px; transition: outline-color 2s; }

/* Events timeline */
.timeline { display: grid; gap: 20px; }
.event { display: grid; grid-template-columns: 140px 1fr 280px; gap: 34px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--r); background: var(--char); }
.event time { font: italic 500 40px/1 var(--serif); color: var(--gold-2); }
.event time small { display: block; font: 700 12px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-style: normal; margin-top: 8px; }
.event h3 { margin-bottom: 10px; }
.event p { margin: 0; color: var(--muted); }
.event img { border-radius: 12px; aspect-ratio: 16 / 11; object-fit: cover; width: 100%; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fact { border: 1px solid var(--line); border-radius: var(--r); padding: 26px; background: var(--char); }
.fact svg { width: 30px; height: 30px; color: var(--gold); margin-bottom: 18px; }
.fact h3 { font-size: 21px; margin-bottom: 6px; }
.fact p { margin: 0; font-size: 15px; color: var(--muted); }

/* Franchise */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 34px; border-radius: var(--r); background: #fbf6ec; border: 1px solid rgba(35, 29, 22, .12); }
.pillar strong { display: block; font: 500 44px/1 var(--serif); color: #b0521f; margin-bottom: 16px; }
.pillar h3 { margin-bottom: 10px; }
.pillar p { margin: 0; color: #6f6352; }
.form { display: grid; gap: 16px; background: var(--char); border: 1px solid var(--line); padding: 38px; border-radius: var(--r); }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 8px; font: 700 12px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.form input, .form textarea, .form select { font: 400 16px/1.4 var(--sans); color: var(--cream); background: var(--ink); border: 1px solid rgba(246, 238, 223, .18); border-radius: 12px; padding: 15px 16px; width: 100%; letter-spacing: 0; text-transform: none; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 168, 78, .2); }
.form textarea { min-height: 120px; resize: vertical; }
.form small { color: var(--muted); font-size: 13px; }

/* Footer */
.site-footer { background: #0a0908; border-top: 1px solid var(--line); padding: 80px 0 110px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.site-footer img { filter: brightness(1.25) contrast(1.05); height: 84px; width: auto; margin-bottom: 18px; }
.site-footer h4 { font: 700 12px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 6px 0 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer a { text-decoration: none; color: #d9ccb6; }
.site-footer a:hover { color: var(--gold-2); }
.tagline { font: italic 400 22px/1.3 var(--serif); color: var(--gold-2); margin: 0 0 10px; }
.foot-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(246, 238, 223, .08); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #8a7f6e; }

/* Floating order bar (mobile) */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; gap: 10px; }
.fab .btn { box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .7); }
.fab .call { width: 52px; padding: 0; background: var(--cream); color: var(--ink); }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .3s; }

/* Demo popup */
.demo-popup { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(8, 7, 6, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.demo-popup .box { max-width: 520px; background: var(--paper); color: #231d16; border-radius: 22px; padding: 34px; box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .7); }
.demo-popup h2 { font-size: 30px; margin-bottom: 14px; }
.demo-popup p { color: #5f5444; font-size: 15.5px; }
.demo-popup small { display: block; margin-top: 16px; color: #8b7d69; font-size: 12.5px; }
.demo-popup .btn { width: 100%; margin-top: 8px; }

/* Admin demo */
.admin-shell { background: #efe8dc; color: #231d16; min-height: 100vh; padding: 120px 0 80px; }
.admin-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.admin-bar h1 { font-size: clamp(34px, 4vw, 52px); }
.admin-note { background: #fff7e3; border: 1px solid #ecd49a; border-radius: 14px; padding: 16px 20px; font-size: 15px; margin-bottom: 26px; }
.admin-table { background: #fff; border-radius: var(--r); box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); overflow: hidden; }
.admin-row { display: grid; grid-template-columns: 56px 1.4fr 110px 110px 120px; gap: 16px; align-items: center; padding: 14px 20px; border-bottom: 1px solid #eee4d3; }
.admin-row.head { background: #231d16; color: var(--paper); font: 700 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 16px 20px; white-space: nowrap; }
.admin-row img, .admin-row .ph { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; background: #f1e7d6; }
.admin-row input[type=text], .admin-row input[type=number] { width: 100%; font: 600 15px/1.2 var(--sans); padding: 10px 12px; border-radius: 10px; border: 1px solid #e0d4bf; background: #fcfaf5; color: #231d16; }
.admin-row input:focus { outline: none; border-color: #c98a2a; box-shadow: 0 0 0 3px rgba(201, 138, 42, .2); }
.admin-cat { padding: 18px 20px 10px; font: italic 500 24px/1 var(--serif); background: #faf5ec; }
.switch { position: relative; width: 50px; height: 28px; display: inline-block; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; background: #d8cdbb; border-radius: 99px; transition: .2s; cursor: pointer; }
.switch span::before { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 2px 6px rgba(0, 0, 0, .2); }
.switch input:checked + span { background: #2fb766; }
.switch input:checked + span::before { transform: translateX(22px); }
.toast { opacity: 0; position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 140%); background: #231d16; color: var(--paper); padding: 16px 22px; border-radius: 14px; font-weight: 600; z-index: 90; transition: transform .4s var(--ease); display: flex; gap: 14px; align-items: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast a { color: var(--gold-2); }

/* Focus, tap */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.btn:focus-visible { outline-offset: 4px; }
a, button, input, textarea { -webkit-tap-highlight-color: transparent; }
@media (hover: none) { .btn:hover { transform: none; box-shadow: none; } }

/* Hero între 901 și 1200: textul lasă loc pozei */
@media (min-width: 901px) and (max-width: 1200px) {
  .hero .wrap > * { max-width: min(600px, 56%); }
  .hero h1 { font-size: clamp(46px, 5.2vw, 72px); }
  .hero-stack { width: min(32vw, 400px); }
}
@media (min-width: 901px) { .split.rev .split-media .float { right: auto; left: -6%; } }
@media (min-width: 1500px) { :root { --wrap: 1260px; } }

/* Responsive */
@media (max-width: 1080px) {
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .event { grid-template-columns: 110px 1fr; }
  .event img { grid-column: 1 / -1; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav { position: fixed; inset: 0; background: var(--ink); flex-direction: column; justify-content: center; gap: 6px; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .nav.open { opacity: 1; pointer-events: auto; }
  .nav a { font: 500 30px/1 var(--serif); padding: 14px 20px; }
  .nav .btn { margin: 20px 0 0; font: 700 16px/1 var(--sans); min-height: 54px; padding: 0 28px; }
  .menu-toggle { display: inline-flex; align-items: center; position: relative; z-index: 60; }
  .split, .split.rev { grid-template-columns: 1fr; }
  .split.rev .split-media { order: 0; }
  .split-media { margin-bottom: 34px; }
  .split-media img { aspect-ratio: 4 / 3; max-height: 520px; }
  .split-media .float { right: 4%; width: 36%; bottom: -6%; }
  .favs { grid-template-columns: repeat(2, 1fr); }
  .fab { display: flex; }
  .visit { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .wa-demo { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .admin-row { grid-template-columns: 48px 1fr 84px 50px; gap: 12px; }
  .admin-row .c-price2, .admin-row.head .c-price2 { display: none; }
}
@media (max-width: 700px) {
  .proof, .steps, .reviews, .pillars { grid-template-columns: 1fr; }
  .split-media .float { width: 34%; right: 3%; bottom: -5%; border-width: 5px; }
  .split-media img { aspect-ratio: 4 / 3.4; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .admin-row { grid-template-columns: 40px 1fr 66px 50px; gap: 10px; padding: 12px 14px; }
  .admin-row.head { padding: 14px; font-size: 10px; letter-spacing: .08em; }
  .admin-row img, .admin-row .ph { width: 40px; height: 40px; }
  .admin-row input[type=text], .admin-row input[type=number] { padding: 9px 10px; font-size: 14px; }
  .admin-bar .btn-row { width: 100%; }
  .admin-bar .btn { flex: 1; }
  .wrap { width: calc(100% - 32px); }
  .brand img { height: 48px; }
  .scrolled .brand img { height: 40px; }
  .hero .wrap { padding: 130px 0 70px; }
  .page-hero { padding: 130px 0 50px; }
  .page-hero.has-img { min-height: 70vh; }
  .hero::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(15, 13, 11, .82) 48%, rgba(15, 13, 11, .35) 100%); }
  .hero-media img { object-position: 70% 30%; }
  .hero-badges { gap: 20px; }
  .hero-badges strong { font-size: 26px; }
  .scroll-cue { display: none; }
  .btn-row .btn { flex: 1 1 100%; }
  .favs { grid-template-columns: 1fr 1fr; gap: 12px; }
  .fav { aspect-ratio: 3 / 4.4; }
  .fav-body { padding: 14px; }
  .fav h3 { font-size: 19px; }
  .fav p { display: none; }
  .fav .tag { top: 10px; left: 10px; font-size: 9px; padding: 6px 8px; }
  .dish { grid-template-columns: 72px 1fr; gap: 14px; }
  .dish-img { width: 72px; height: 72px; }
  .dish h3 { font-size: 21px; }
  .event { grid-template-columns: 1fr; gap: 14px; padding: 22px; }
  .facts { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .form { padding: 24px; }
  .form .row2 { grid-template-columns: 1fr; }
  .visit-card { padding: 28px; }
  .menu-tabs { top: 56px; }
  .fab { left: 16px; right: 16px; bottom: 16px; }
  .fab .btn-wa { flex: 1; }
  .g-score strong { font-size: 56px; }
}

@media (min-width: 901px) { .fab { display: none; } }
body.admin .site-header { background: var(--ink); }
.paper .lead { color: #4a3f31; }
.nav-open .fab { display: none; }
.brand { position: relative; z-index: 60; }
