/* „zur Brücke“ Übach-Palenberg — gemütliche Kneipe: dunkles Grün, Bernstein,
   Serifen-Überschriften (System-Georgia, kein externer Font). Rev. 2: Hero vollflächig,
   Brückenbogen als Divider, Karten mit Amber-Topline + Icons. */

:root {
  --accent: #e8a33d;
  --accent-dark: #c9882a;
  --ink: #f3efe6;
  --muted: #b6b0a2;
  --bg: #17241d;
  --bg-alt: #1e2f26;
  --line: rgb(243 239 230 / 0.12);
  --radius: 14px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: var(--accent); }

.container { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 740px; }

.demo-banner { background: var(--accent); color: #241a08; text-align: center; padding: 8px 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; position: relative; z-index: 30; }

.site-header { position: sticky; top: 0; background: rgb(23 36 29 / 0.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); z-index: 20; }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-weight: 700; font-size: 21px; color: var(--accent); }
.brand-arc { width: 34px; height: 13px; color: var(--accent); flex: none; }

.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 16px; transition: transform 120ms ease, background 120ms ease; border: 0; cursor: pointer; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: #241a08; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: rgb(23 36 29 / 0.4); backdrop-filter: blur(4px); color: var(--ink); border: 1.5px solid rgb(243 239 230 / 0.3); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-small { padding: 9px 16px; font-size: 14px; background: var(--accent); color: #241a08; }
.ic { width: 1.1em; height: 1.1em; }

/* Vollflächiger Hero mit Verlaufs-Overlay */
.hero { position: relative; min-height: min(78vh, 680px); display: flex; align-items: center; overflow: hidden; padding: 60px 0 90px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(95deg, rgb(23 36 29 / 0.95) 30%, rgb(23 36 29 / 0.72) 55%, rgb(23 36 29 / 0.3)),
  linear-gradient(to top, rgb(23 36 29 / 0.9) 0%, transparent 35%); }
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-copy { max-width: 56ch; }
.kicker { color: var(--accent); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.hero h1 { font-family: var(--serif); font-size: clamp(34px, 5vw, 56px); line-height: 1.1; }
.hero .sub { margin-top: 16px; font-size: 18px; color: #d9d3c6; max-width: 50ch; }
.cta-row { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.rating-badge { margin-top: 20px; font-size: 15px; color: #d9d3c6; }
.rating-badge .stars { color: var(--accent); letter-spacing: 0.1em; }
.review-quote { margin-top: 8px; font-size: 14px; color: var(--muted); font-style: italic; max-width: 44ch; }

/* Signature: Brückenbogen-Divider mit Laterne */
.bridge-divider { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 60px; display: block; z-index: 2; }
.lantern { filter: drop-shadow(0 0 8px #e8a33d) drop-shadow(0 0 18px rgb(232 163 61 / 0.55)); animation: flicker 4s ease-in-out infinite; }
@keyframes flicker {
  0%, 100% { opacity: 1; }
  46% { opacity: 0.85; }
  50% { opacity: 0.6; }
  54% { opacity: 0.9; }
  70% { opacity: 1; }
}

/* Sections */
.section { padding: 68px 0; }
.section.alt { background: var(--bg-alt); }
.section h2 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 26px; }
.section p + p { margin-top: 14px; }

.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card { position: relative; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px 26px; overflow: hidden;
  transition: border-color 200ms ease, transform 200ms ease; }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), rgb(232 163 61 / 0.15)); }
/* Brückenbogen-Echo beim Hover — das Signature-Motiv taucht auf den Karten wieder auf */
.card::after { content: ""; position: absolute; right: 14px; bottom: 10px; width: 44px; height: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 16"><path d="M2 15 Q 22 -8 42 15" fill="none" stroke="%23e8a33d" stroke-width="2.5" stroke-linecap="round"/><circle cx="22" cy="3.5" r="2" fill="%23e8a33d"/></svg>') no-repeat center / contain;
  opacity: 0; transition: opacity 250ms ease; }
.card:hover { border-color: rgb(232 163 61 / 0.45); transform: translateY(-3px); }
.card:hover::after { opacity: 0.75; }
.section.alt .card { background: var(--bg); }
.card-ic { width: 30px; height: 30px; color: var(--accent); margin-bottom: 14px; }
.card h3 { font-family: var(--serif); font-size: 20px; margin-bottom: 8px; color: var(--accent); }
.card p { color: var(--muted); font-size: 15px; }

.info-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.info-pill { border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-size: 13.5px; color: var(--muted); }

/* Galerie */
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .gallery { grid-template-columns: 1fr; } }
.gallery img { border-radius: var(--radius); aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.gallery-note { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info p { margin-bottom: 12px; }
.maps-link { font-weight: 600; text-decoration: none; }
.hours-block { margin-top: 20px; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 10px; padding: 16px 18px; }
.hours-block h3 { font-family: var(--serif); font-size: 18px; color: var(--accent); margin-bottom: 6px; }
.hours-block p { color: var(--muted); font-size: 15px; margin: 0; }
.contact-cta { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.contact-cta p { margin-bottom: 16px; color: var(--muted); }

/* Scroll-Reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .lantern { animation: none; }
}

/* Mobiler Sticky-Call + größere Lesegrößen für die Kernzielgruppe */
.sticky-call { display: none; }
@media (max-width: 640px) {
  body { font-size: 17px; }
  .hero .sub { font-size: 18.5px; }
  .card p { font-size: 16px; }
  .sticky-call { display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 25;
    background: var(--accent); color: #241a08; text-align: center; padding: 15px; border-radius: 999px;
    font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgb(0 0 0 / 0.5); }
  body { padding-bottom: 76px; }
}

.site-footer { border-top: 1px solid var(--line); padding: 24px 0; font-size: 14px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
