/* ===========================================================
   Bella Vista – Single Page App
   Palette aus dem Logo: Gold · Wein-Rot · Anthrazit auf Elfenbein
   Schriften: Fraunces (Display, mit Charakter) + Manrope (Text)
   =========================================================== */

:root {
  --ivory:    #fbf7ef;
  --ivory-2:  #f4ecdc;
  --ink:      #211d18;
  --ink-soft: #6c6253;
  --gold:     #bd962f;
  --gold-soft:#d8b964;
  --gold-deep:#9c7a22;
  --wine:     #8a2b22;
  --wine-deep:#6f211a;
  --green:    #3f7d4e;
  --line:     rgba(189,150,47,0.30);
  --line-soft:rgba(33,29,24,0.08);

  --glass:    rgba(255,253,248,0.62);
  --glass-bd: rgba(216,185,100,0.45);
  --shadow:   0 18px 50px -20px rgba(70,52,18,0.45);
  --shadow-sm:0 8px 28px -14px rgba(70,52,18,0.4);

  --max: 1200px;
  --f-disp: 'Fraunces', Georgia, serif;
  --f-body: 'Manrope', system-ui, sans-serif;
  --arch: 50% 50% 14px 14px / 46% 46% 14px 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--f-body);
  color: var(--ink);
  line-height: 1.7;
  background-color: var(--ivory);
  background-image:
    radial-gradient(60rem 40rem at 78% -8%, rgba(189,150,47,0.13), transparent 60%),
    radial-gradient(50rem 36rem at 8% 4%, rgba(138,43,34,0.07), transparent 55%),
    radial-gradient(70rem 50rem at 50% 120%, rgba(189,150,47,0.10), transparent 60%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4 { font-family: var(--f-disp); font-weight: 600; line-height: 1.04; letter-spacing: -0.01em; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: var(--f-body); text-transform: uppercase;
  letter-spacing: 0.34em; font-size: 0.7rem; font-weight: 800; color: var(--wine);
  display: inline-flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content:""; width: 26px; height: 1px; background: var(--gold); }
.center .eyebrow::after { content:""; width: 26px; height: 1px; background: var(--gold); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.italic { font-style: italic; color: var(--wine); }
.gold { color: var(--gold-deep); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .9rem 1.7rem;
  border-radius: 4px; font-weight: 700; font-size: .9rem; letter-spacing: .01em; cursor: pointer;
  border: 1px solid transparent; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--wine); color: #fff; box-shadow: 0 14px 30px -12px rgba(138,43,34,.7); }
.btn-primary:hover { background: var(--wine-deep); transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: #2a200a; box-shadow: 0 14px 30px -12px rgba(189,150,47,.7); }
.btn-gold:hover { background: var(--gold-deep); color:#fff; transform: translateY(-3px); }
.btn-ghost { background: transparent; border-color: var(--gold); color: var(--ink); }
.btn-ghost:hover { background: var(--gold); color:#2a200a; transform: translateY(-3px); }

.glass { background: var(--glass); border: 1px solid var(--glass-bd);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--shadow-sm); border-radius: 14px; }

/* ---------- Announcement strip ---------- */
.topbar { background: var(--ink); color: var(--ivory); font-size: .78rem; letter-spacing: .04em; }
.topbar .wrap { display: flex; justify-content: center; gap: 1.6rem; padding: .5rem 24px; flex-wrap: wrap; }
.topbar span { display: inline-flex; align-items: center; gap: .45rem; opacity: .9; }
.topbar svg { width: 14px; height: 14px; color: var(--gold-soft); }
.topbar a:hover { color: var(--gold-soft); }

/* ---------- Header – Liquid Glass ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.28) 0%, rgba(251,247,239,0.14) 50%, rgba(255,255,255,0.22) 100%),
    rgba(251,247,239,0.55);
  backdrop-filter: blur(32px) saturate(1.8) brightness(1.06);
  -webkit-backdrop-filter: blur(32px) saturate(1.8) brightness(1.06);
  border-bottom: 1px solid rgba(255,255,255,0.45);
  box-shadow:
    0 1px 0 0 rgba(255,255,255,0.6) inset,
    0 -1px 0 0 rgba(180,160,120,0.18) inset,
    0 8px 32px -8px rgba(100,60,20,0.10),
    0 2px 8px -2px rgba(100,60,20,0.07);
}
/* top highlight streak */
.site-header::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.55) 30%,
    rgba(200,180,140,0.18) 60%,
    transparent 100%);
  height: 1px; top: 0; left: 0; right: 0; bottom: auto;
}
/* subtle iridescent shimmer layer */
.site-header::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none; z-index: -1;
  background: linear-gradient(120deg,
    rgba(255,220,180,0.07) 0%,
    rgba(200,180,255,0.05) 40%,
    rgba(180,230,200,0.06) 70%,
    rgba(255,210,160,0.07) 100%);
  border-radius: inherit;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand img { width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 4px 14px -4px rgba(0,0,0,.4); }
.brand .txt b { font-family: var(--f-disp); font-size: 1.5rem; font-weight: 600; display: block; line-height: 1; }
.brand .txt span { font-size: .62rem; letter-spacing: .32em; text-transform: uppercase; color: var(--ink-soft); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-soft); position: relative; padding: .4rem 0; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--wine); }
.nav-links a.active::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-3px; width:6px; height:6px; border-radius:50%; background: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: .5rem; background: var(--wine); color:#fff !important;
  padding: .55rem 1.1rem; border-radius: 4px; font-size: .82rem; font-weight: 700; }
.nav-cta:hover { background: var(--wine-deep); }
.nav-cta svg { width: 15px; height: 15px; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--wine); }
.burger svg { width: 30px; height: 30px; }
.mobile-menu { display: none; flex-direction: column; background: rgba(251,247,239,0.98);
  backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); padding: .5rem 24px 1.3rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: .85rem .2rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  font-size: .85rem; color: var(--ink-soft); border-bottom: 1px solid var(--line-soft); }

/* ---------- View transition ---------- */
.view { animation: fade .5s ease both; }
@keyframes fade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 4.5rem 0 3rem; }
.hero-inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: 3.5rem; align-items: center; }
.hero h1 { font-size: clamp(3.2rem, 7.5vw, 6rem); margin: 1rem 0 0; letter-spacing: -0.02em; }
.hero h1 em { display:block; font-size: .42em; font-weight: 500; letter-spacing: .02em; color: var(--gold-deep); margin-top:.3rem; }
.hero p.lead { margin-top: 1.6rem; font-size: 1.15rem; color: var(--ink-soft); max-width: 31rem; }
.hero-cta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-meta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: .9rem; color: var(--ink-soft); }
.hero-meta span, .hero-meta a { display: inline-flex; align-items: center; gap: .5rem; }
.hero-meta svg { width: 17px; height: 17px; color: var(--gold-deep); }
.hero-meta a:hover { color: var(--wine); }

.hero-art { position: relative; }
.hero-art .frame { position: relative; border-radius: var(--arch); overflow: hidden;
  border: 1px solid var(--gold); box-shadow: var(--shadow); aspect-ratio: 4/5; }
.hero-art .frame::after { content:""; position:absolute; inset:8px; border:1px solid rgba(255,255,255,.4); border-radius: calc(var(--arch)); pointer-events:none; }
.hero-art .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-art .float { position: absolute; bottom: 22px; left: -26px; padding: .9rem 1.3rem; border-radius: 12px; }
.hero-art .float small { display: block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
.hero-art .float b { font-family: var(--f-disp); font-size: 1.3rem; color: var(--wine); }
.hero-art .badge { position: absolute; top: -22px; right: -18px; width: 92px; height: 92px; border-radius: 50%;
  background: var(--ink); color: var(--gold-soft); display: grid; place-items: center; text-align: center;
  font-family: var(--f-disp); font-style: italic; font-size: .9rem; line-height: 1.1; border: 2px solid var(--gold);
  box-shadow: var(--shadow-sm); transform: rotate(-8deg); }

/* ---------- Marquee ---------- */
.marquee { background: var(--wine); color: var(--ivory); overflow: hidden; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.marquee .track { display: flex; gap: 2.5rem; white-space: nowrap; padding: .7rem 0; animation: scroll 30s linear infinite; font-family: var(--f-disp); font-style: italic; font-size: 1.15rem; }
.marquee .track span { display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee .track span::after { content: "✶"; color: var(--gold-soft); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section.block { padding: 5rem 0; }
.section-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-top: .6rem; }
.section-head { max-width: 40rem; }
.center.section-head { margin: 0 auto; }

.specialties { margin-top: 3.2rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.spec { text-align: center; }
.spec .arch { border-radius: var(--arch); overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); position: relative; }
.spec .arch img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.spec:hover .arch img { transform: scale(1.07); }
.spec .num { font-family: var(--f-disp); font-style: italic; color: var(--gold-deep); font-size: 1rem; margin-top: 1.1rem; }
.spec h3 { font-size: 1.9rem; margin-top: .2rem; }
.spec p { margin-top: .5rem; font-size: .94rem; color: var(--ink-soft); padding: 0 .5rem; }

/* story band */
.band { background:
    linear-gradient(180deg, rgba(244,236,220,.7), rgba(244,236,220,.7)),
    var(--ivory-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.story .pic { border-radius: 16px; overflow: hidden; aspect-ratio: 5/4; border: 1px solid var(--gold); box-shadow: var(--shadow); }
.story .pic img { width: 100%; height: 100%; object-fit: cover; }
.story blockquote { font-family: var(--f-disp); font-style: italic; font-size: 1.55rem; line-height: 1.4; color: var(--ink); margin-top: 1.2rem; }
.story p { margin-top: 1.1rem; color: var(--ink-soft); }

/* features */
.features { margin-top: 3rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.feature { background: var(--ivory); padding: 1.6rem 1.4rem; transition: background .3s; }
.feature:hover { background: #fff; }
.feature svg { width: 26px; height: 26px; color: var(--gold-deep); }
.feature b { display: block; margin-top: .7rem; font-size: 1.02rem; }
.feature span { font-size: .85rem; color: var(--ink-soft); }

/* gallery preview */
.gprev { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.gprev a { border-radius: 12px; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--line); }
.gprev img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gprev a:hover img { transform: scale(1.08); }

/* visit / map */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.visit .card { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 4/3; border: 1px solid var(--gold); box-shadow: var(--shadow); }
.visit .card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.visit .card:hover img { transform: scale(1.05); }
.visit .card .cap { position: absolute; inset: auto 0 0 0; padding: 1.5rem; color:#fff; background: linear-gradient(0deg, rgba(33,29,24,.85), transparent); }
.visit .card .cap b { font-family: var(--f-disp); font-size: 1.6rem; }

/* ---------- MENU ---------- */
.page-hero { text-align: center; padding: 3.6rem 0 1rem; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.6rem); margin-top: .5rem; }
.page-hero p { margin-top: .8rem; color: var(--ink-soft); }

.menu-tabs { display: flex; justify-content: center; gap: .6rem; margin: 1.8rem 0 .4rem; }
.menu-tabs button { font-family: var(--f-body); font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; padding: .7rem 1.7rem; border-radius: 4px; border: 1px solid var(--gold); background: transparent; color: var(--ink-soft); transition: all .2s; }
.menu-tabs button.active { background: var(--wine); color: #fff; border-color: var(--wine); }

.chip-nav { position: sticky; top: 78px; z-index: 40; display: flex; gap: .5rem; overflow-x: auto;
  padding: .9rem 0; margin-bottom: 1.6rem; background: linear-gradient(180deg, var(--ivory) 70%, transparent); }
.chip-nav::-webkit-scrollbar { height: 5px; } .chip-nav::-webkit-scrollbar-thumb { background: var(--line); border-radius: 5px; }
.chip-nav a { flex: 0 0 auto; padding: .42rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 700;
  background: var(--glass); border: 1px solid var(--line); color: var(--ink-soft); white-space: nowrap; }
.chip-nav a:hover { color: var(--wine); border-color: var(--gold); }

.menu-cat { margin-bottom: 1.8rem; scroll-margin-top: 140px; padding: 1.8rem; border-radius: 16px; }
.menu-cat > header { margin-bottom: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.menu-cat header span { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 800; }
.menu-cat h2 { font-size: 2.1rem; color: var(--wine); margin-top: .2rem; }
.dish { display: flex; gap: 1rem; padding: .8rem 0; border-bottom: 1px dotted var(--line); }
.dish:last-child { border-bottom: 0; }
.dish .info { flex: 1; }
.dish .name { font-weight: 700; font-size: 1.04rem; }
.dish .name .alg { font-size: .72rem; font-weight: 600; color: var(--ink-soft); opacity: .85; }
.dish .desc { font-size: .9rem; color: var(--ink-soft); margin-top: .12rem; }
.dish .price { font-family: var(--f-disp); font-weight: 600; font-size: 1.25rem; color: var(--wine); white-space: nowrap; }
.dish .variants { display: flex; flex-direction: column; gap: .12rem; align-items: flex-end; }
.dish .variants .v { display: flex; gap: .6rem; align-items: baseline; }
.dish .variants .v small { color: var(--ink-soft); font-size: .78rem; }
.dish .variants .v b { font-family: var(--f-disp); color: var(--wine); font-size: 1.08rem; font-weight: 600; }

.allergen-box { margin-top: 1.6rem; padding: 2rem; border-radius: 16px; }
.allergen-box h3 { font-size: 1.6rem; color: var(--wine); }
.allergen-grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: .35rem .9rem; font-size: .85rem; color: var(--ink-soft); }
.allergen-grid b { color: var(--ink); display: inline-block; width: 1.5rem; }
.menu-note { margin: 1.2rem 0 0; font-size: .82rem; color: var(--ink-soft); text-align: center; }

/* ---------- GALLERY ---------- */
.gallery-grid { columns: 3; column-gap: 16px; margin-top: 2.4rem; }
.gallery-grid span { display: block; margin-bottom: 16px; border-radius: 14px; overflow: hidden; break-inside: avoid;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--ivory-2); }
.gallery-grid img { width: 100%; min-height: 120px; cursor: default; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,16,12,.92); display: none;
  align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(8px); }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; border: 1px solid var(--gold); }
.lightbox .close { position: absolute; top: 18px; right: 26px; color: var(--gold-soft); font-size: 2.6rem; cursor: pointer; line-height: 1; }

/* ---------- REVIEWS ---------- */
.rev-score { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.2rem; padding: 1.1rem 2rem; border-radius: 14px; }
.rev-score .num { font-family: var(--f-disp); font-size: 2.8rem; color: var(--wine); }
.rev-score .stars { color: var(--gold); font-size: 1.15rem; letter-spacing: .1em; }
.rev-score small { color: var(--ink-soft); font-size: .85rem; }
.reviews { columns: 3; column-gap: 1.5rem; margin-top: 2.6rem; }
.review { padding: 1.5rem 1.6rem; margin-bottom: 1.5rem; break-inside: avoid; border-radius: 14px; }
.review .stars { color: var(--gold); letter-spacing: .08em; }
.review p { margin-top: .6rem; font-size: .93rem; color: var(--ink-soft); }
.review .who { margin-top: .85rem; font-family: var(--f-disp); font-weight: 600; color: var(--wine); }

/* ---------- LEGAL ---------- */
.legal { padding: 3.4rem 0 1rem; max-width: 52rem; }
.legal h1 { font-size: 3rem; color: var(--wine); }
.legal .card { padding: 2.2rem 2.4rem; margin-top: 1.6rem; border-radius: 16px; }
.legal h2 { font-size: 1.45rem; margin-top: 1.6rem; color: var(--wine); }
.legal h2:first-child { margin-top: 0; }
.legal p { margin-top: .6rem; color: var(--ink-soft); }
.legal a { color: var(--gold-deep); } .legal a:hover { text-decoration: underline; }

/* ---------- FOOTER ---------- */
.site-footer { margin-top: 4rem; background: var(--ink); color: var(--ivory); padding: 1.5rem 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.6rem; padding: 3.4rem 0; }
.footer-grid .fb { display: flex; align-items: center; gap: .8rem; }
.footer-grid .fb img { width: 56px; height: 56px; border-radius: 50%; }
.footer-grid .fb b { font-family: var(--f-disp); font-size: 1.6rem; }
.footer-grid > div > p { margin-top: 1rem; font-size: .9rem; color: rgba(251,247,239,.65); max-width: 23rem; }
.footer-grid h4 { font-family: var(--f-body); font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-soft); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-grid li { font-size: .9rem; color: rgba(251,247,239,.72); display: flex; gap: .5rem; align-items: flex-start; }
.footer-grid svg { width: 16px; height: 16px; color: var(--gold-soft); flex: 0 0 auto; margin-top: 3px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(216,185,100,.2); text-align: center; padding: 1.3rem; font-size: .8rem; color: rgba(251,247,239,.55); }
.flag { display:inline-flex; width: 30px; height: 7px; border-radius: 2px; overflow:hidden; vertical-align: middle; }
.flag i { flex:1; } .flag i:nth-child(1){background:var(--green);} .flag i:nth-child(2){background:#fff;} .flag i:nth-child(3){background:var(--wine);}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-art { max-width: 380px; margin: 0 auto; }
  .specialties { grid-template-columns: 1fr; gap: 2.6rem; }
  .story { grid-template-columns: 1fr; gap: 2rem; }
  .features { grid-template-columns: repeat(2,1fr); }
  .gprev { grid-template-columns: repeat(2,1fr); }
  .visit { grid-template-columns: 1fr; }
  .gallery-grid { columns: 2; }
  .reviews { columns: 2; }
  .wrap.footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-left: 1.2rem; padding-right: 1.2rem; }
}
@media (max-width: 520px) {
  .features { grid-template-columns: 1fr; }
  .gprev { grid-template-columns: 1fr 1fr; }
  .gallery-grid, .reviews { columns: 1; }
  .dish { flex-wrap: wrap; }
  .hero-art .float { left: 0; }
  .topbar .wrap { gap: .8rem; }
}
