/* ==========================================================================
   BullsHouse Rottweil, v4 "Familien-Look Gleis 1"
   Look and Feel nach gleis1-singen.de (gleicher Betreiber):
   Palette #141004/#FAF5E5/#DCA54A/#A88162, Oswald + Six Caps,
   Amber-Linien, Ghost-Lettering, Wochentags-Grid, Amber-CTA-Panel.
   Effekte: animate.css-Subset mit Elementor-Timing, fixe Parallax-BGs.
   ========================================================================== */

/* ---------- Fonts (lokal) ---------- */
@font-face { font-family: 'Oswald'; src: url('../assets/fonts/Oswald-300.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../assets/fonts/Oswald-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../assets/fonts/Oswald-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Oswald'; src: url('../assets/fonts/Oswald-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Six Caps'; src: url('../assets/fonts/SixCaps-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

/* ---------- Tokens (Gleis-1-Globalfarben) ---------- */
:root {
  --bg: #141004;
  --bg2: #1b1509;
  --bone: #faf5e5;
  --muted: #a88162;
  --line: rgba(250, 245, 229, .22);
  --ember: #dca54a;
  --rust: #6e351e;
  --giant: 'Six Caps', 'Arial Narrow', sans-serif;
  --cond: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Oswald', 'Helvetica Neue', sans-serif;
  --pad: clamp(22px, 5vw, 72px);
  --w: 1280px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--bg); color: var(--bone);
  font-family: var(--body); font-weight: 300; font-size: 17px; line-height: 1.75;
  letter-spacing: .015em; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--ember); color: #141004; }

h1, h2 {
  font-family: var(--giant); font-weight: 400; text-transform: uppercase;
  line-height: .88; letter-spacing: .02em; margin: 0;
}
h3 { font-family: var(--cond); font-weight: 500; text-transform: uppercase; letter-spacing: .06em; line-height: 1.15; margin: 0; }
p { margin: 0 0 1.1em; }

.wrap { max-width: var(--w); margin-inline: auto; padding-inline: var(--pad); }

.label {
  font-family: var(--cond); font-weight: 400; font-size: .95rem;
  letter-spacing: .3em; text-transform: uppercase; color: var(--bone); opacity: .85;
}
.hero-label { font-size: 1.14rem; }

.tlink {
  display: inline-block; border-bottom: 1px solid var(--bone);
  padding-bottom: 3px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; font-size: .92rem;
  transition: color .2s ease, border-color .2s ease;
}
.tlink:hover { color: var(--ember); border-color: var(--ember); }
a:focus-visible, button:focus-visible { outline: 1.5px solid var(--ember); outline-offset: 4px; }

/* Ghost-Button (Gleis-1-Stil: transparent, helle Kontur) */
.gbtn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--cond); font-weight: 400; font-size: .95rem;
  letter-spacing: .18em; text-transform: uppercase; color: #fff;
  border: 1px solid rgba(255, 255, 255, .8); border-radius: 4px;
  padding: 13px 28px; background: transparent; cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.gbtn:hover { background: rgba(255, 255, 255, .12); }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 60; }
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: transparent; transition: background .3s ease;
}
.site-header.scrolled::before { background: rgba(20, 16, 4, .93); }
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 16px var(--pad); max-width: 1500px; margin-inline: auto;
}
.brand img { height: 100px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-family: var(--cond); font-size: 1.02rem; font-weight: 400; letter-spacing: .06em;
  color: var(--bone); transition: color .2s ease;
  padding: 4px 0;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ember); }
.nav-phone {
  font-family: var(--cond); font-weight: 400; font-size: .92rem; letter-spacing: .14em; text-transform: uppercase;
  background: var(--ember); color: #fff; border: 1px solid rgba(255, 255, 255, .55); border-radius: 6px;
  padding: 11px 22px; white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}
.nav-phone:hover { background: #e5b05e; }
.nav-burger { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-burger span { display: block; width: 26px; height: 1.5px; background: var(--bone); }
.nav-burger span + span { margin-top: 7px; }

@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 0; background: var(--bg);
    flex-direction: column; justify-content: center; gap: 30px;
    transform: translateY(-102%); transition: transform .35s ease;
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1.9rem; }
  .nav-burger { display: block; position: relative; z-index: 70; }
  .nav-phone { display: none; }
}

/* ---------- Hero (Gleis-1-Muster: Kicker, Ghost-Riesenlettern, Kategorien, Adresse rechts) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; }
.hero-media {
  position: absolute; inset: 0; overflow: hidden;
  background: url('../assets/img/bullhause.jpg') center 42% / cover no-repeat;
  background-attachment: fixed;
}
.hero-media img { display: none; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20, 16, 4, .92) 0%, rgba(20, 16, 4, .3) 45%, rgba(20, 16, 4, .45) 100%);
}
.hero-inner {
  position: relative; width: 100%; max-width: 1500px; margin-inline: auto;
  padding: 110px var(--pad) clamp(40px, 6vh, 70px);
}
.hero .label { display: block; }
.hero-ghost {
  font-size: clamp(6rem, 17vw, 15rem);
  color: rgba(250, 245, 229, .55);
  margin: 4px 0 0; max-width: 100%;
}
.hero-cats {
  font-family: var(--cond); font-weight: 300; font-size: clamp(1.05rem, 2vw, 1.5rem);
  letter-spacing: .3em; text-transform: uppercase; color: var(--bone); margin: 10px 0 0;
}
.hero-addr {
  position: absolute; right: var(--pad); bottom: clamp(190px, 30vh, 300px);
  text-align: right; font-family: var(--cond);
}
.hero-addr .place { display: block; font-weight: 300; font-size: 1rem; color: var(--bone); opacity: .9; }
.hero-addr strong { display: block; font-weight: 500; font-size: clamp(1.15rem, 1.9vw, 1.5rem); text-transform: uppercase; letter-spacing: .04em; line-height: 1.35; }
.hero-line {
  display: flex; flex-wrap: wrap; gap: 8px 36px; align-items: baseline;
  margin-top: clamp(26px, 4vh, 44px); padding-top: 20px; border-top: 2px solid var(--ember);
  font-family: var(--cond); font-weight: 300; font-size: 1rem; color: var(--bone);
}
.hero-line span { opacity: .85; }
.hero-line a { border-bottom: 1px solid var(--line); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.hero-line a:hover { color: var(--ember); border-color: var(--ember); }
@media (max-width: 900px) {
  .hero-addr { position: static; text-align: left; margin-top: 18px; }
}

/* ---------- Sektionen ---------- */
.section { padding-block: clamp(90px, 13vh, 160px); }
.section.tight { padding-block: clamp(60px, 9vh, 110px); }

/* Sektionskopf im Gleis-1-Muster: Riesenlettern + rechte Subline + Amber-Linie */
.sechead {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  border-bottom: 2px solid var(--ember); padding-bottom: 18px;
  margin-bottom: clamp(40px, 6vh, 70px);
}
.sechead h2 { font-size: clamp(4rem, 9vw, 8.5rem); color: var(--bone); }
.sechead .sub {
  font-family: var(--cond); font-weight: 300; font-size: clamp(1rem, 1.6vw, 1.35rem);
  color: var(--bone); opacity: .85; margin: 0 0 10px; text-align: right; white-space: nowrap;
}
@media (max-width: 760px) { .sechead { flex-direction: column; align-items: flex-start; } .sechead .sub { text-align: left; white-space: normal; } }

/* Das Haus */
.haus-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 110px); align-items: center; }
.haus-grid > img { aspect-ratio: 5 / 6; object-fit: cover; width: 100%; }
.haus-grid .copy p { color: var(--bone); opacity: .85; max-width: 48ch; }
.haus-grid .copy p strong { color: var(--ember); font-weight: 400; }
.haus-meta {
  margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line);
  font-family: var(--cond); font-weight: 300; font-size: .98rem; color: var(--muted); letter-spacing: .04em;
}
.haus-meta b { color: var(--ember); font-weight: 500; }
@media (max-width: 900px) { .haus-grid { grid-template-columns: 1fr; } }

/* Voll-Bild-Band mit Ghost-Titel (wie "SPEISEN & GETRAENKE" bei Gleis 1) */
.band {
  position: relative;
  background: url('../assets/img/spareribs.jpg') center 55% / cover no-repeat;
  background-attachment: fixed;
  min-height: clamp(360px, 66vh, 680px);
  display: flex; align-items: center; justify-content: center;
}
.band::before { content: ""; position: absolute; inset: 0; background: rgba(20, 16, 4, .5); }
.band img { display: none; }
.band-title {
  position: relative; font-family: var(--giant); font-weight: 400;
  font-size: clamp(4.5rem, 12vw, 11rem); line-height: .9;
  text-transform: uppercase; color: #fff; text-align: center; padding-inline: var(--pad);
}
@media (hover: none), (max-width: 900px) {
  .hero-media, .band { background-attachment: scroll; }
}

/* Karte (Auszug) */
.karte-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 120px); }
.karte-grid .intro p { color: var(--bone); opacity: .85; max-width: 40ch; }
.karte-grid .intro .tlink { margin-top: 8px; }
.mlist { border-top: 1px solid var(--line); }
.mrow {
  display: flex; align-items: baseline; gap: 18px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.mrow .n { font-family: var(--cond); font-weight: 500; font-size: 1.35rem; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.mrow .d { flex: 1; color: var(--muted); font-size: .95rem; font-weight: 300; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mrow .p { font-family: var(--cond); font-weight: 500; font-size: 1.2rem; letter-spacing: .04em; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--ember); }
@media (max-width: 900px) {
  .karte-grid { grid-template-columns: 1fr; }
  .mrow { flex-wrap: wrap; gap: 4px 18px; }
  .mrow .d { flex-basis: 100%; white-space: normal; order: 3; }
}

/* Galerie */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.4vw, 20px); }
.gal a { display: block; overflow: hidden; }
.gal img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; transition: transform .6s ease; }
.gal a:hover img { transform: scale(1.03); }
@media (max-width: 700px) { .gal { grid-template-columns: 1fr; } .gal img { aspect-ratio: 4 / 3; } }

dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(94vw, 1100px); }
dialog.lightbox::backdrop { background: rgba(14, 11, 3, .93); }
dialog.lightbox img { max-height: 88vh; width: auto; max-width: 100%; margin-inline: auto; }
dialog.lightbox button {
  position: absolute; top: 8px; right: 8px; background: rgba(20, 16, 4, .7); color: var(--bone);
  border: 0; width: 40px; height: 40px; font-size: 20px; cursor: pointer; font-family: var(--body);
}

/* Zitat */
.quote-band { text-align: center; max-width: 880px; margin-inline: auto; }
.quote-band blockquote { margin: 0; }
.quote-band p {
  font-family: var(--cond); font-weight: 300;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.3; margin: 0;
}
.quote-band cite { display: block; font-style: normal; margin-top: 24px; font-family: var(--cond); font-weight: 300; font-size: .95rem; color: var(--muted); letter-spacing: .08em; }

/* Amber-CTA-Panel (Gleis-1-Muster: Bild links, Amber-Flaeche mit Ghost-Button rechts) */
.cta-split { display: grid; grid-template-columns: 1fr 1fr; }
.cta-split img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.cta-panel {
  background: var(--ember); color: #fff;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: clamp(40px, 6vw, 90px); gap: 8px;
}
.cta-panel h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); color: #fff; }
.cta-panel p { color: rgba(255, 255, 255, .92); max-width: 42ch; font-weight: 300; }
.cta-panel .gbtn { margin-top: 14px; }
.cta-panel .gbtn:hover { background: rgba(20, 16, 4, .25); }
@media (max-width: 900px) { .cta-split { grid-template-columns: 1fr; } }

/* Kontakt + Wochentags-Grid (Gleis-1-Muster) */
#kontakt { position: relative; overflow: hidden; }
#kontakt::after {
  content: ""; position: absolute; right: -60px; bottom: -40px;
  width: clamp(260px, 30vw, 460px); aspect-ratio: 115 / 133;
  background: url('../assets/bull_white.png') no-repeat center / contain;
  opacity: .05; pointer-events: none; transform: rotate(-6deg);
}
#kontakt .wrap { position: relative; z-index: 1; }
.kontakt-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 110px); align-items: start; }
.k-block { margin-bottom: 28px; }
.k-block .label { display: block; margin-bottom: 8px; color: var(--muted); opacity: 1; }
.k-block .big {
  font-family: var(--cond); font-weight: 500; font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  letter-spacing: .04em; line-height: 1.1;
}
.k-block .big a { border-bottom: 2px solid var(--line); transition: color .2s, border-color .2s; }
.k-block .big a:hover { color: var(--ember); border-color: var(--ember); }
.k-block p { margin: 0; }
.k-block .sub { color: var(--muted); font-size: .95rem; }
.k-note { color: var(--bone); opacity: .8; font-weight: 300; font-size: .98rem; max-width: 46ch; }

.hours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 34px; }
.hg-day h3 {
  font-size: 1.3rem; font-weight: 500;
  border-bottom: 1px solid rgba(250, 245, 229, .55); padding-bottom: 10px; margin-bottom: 10px;
}
.hg-day p { font-family: var(--cond); font-weight: 300; font-size: 1rem; color: var(--bone); opacity: .85; margin: 0; line-height: 1.6; }
.hg-day.today h3 { color: var(--ember); border-color: var(--ember); }
.hg-day.today p { color: var(--ember); opacity: 1; }
.hours-note { font-size: .9rem; font-weight: 300; color: var(--muted); margin-top: 22px; }
@media (max-width: 560px) { .hours-grid { grid-template-columns: 1fr; gap: 18px; } }
@media (max-width: 900px) { .kontakt-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { border-top: 2px solid var(--ember); background: var(--bg2); }
.footer-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 36px;
  padding: 30px var(--pad); max-width: 1500px; margin-inline: auto;
  font-family: var(--cond); font-weight: 300; font-size: .95rem; color: var(--muted);
}
.footer-row img { height: 28px; width: auto; opacity: .95; }
.footer-row nav { display: flex; gap: 26px; margin-left: auto; }
.footer-row a { transition: color .2s ease; }
.footer-row a:hover { color: var(--ember); }
@media (max-width: 900px) { .footer-row nav { margin-left: 0; } }

/* ---------- Unterseiten ---------- */
.page-head { padding: clamp(140px, 20vh, 200px) 0 clamp(30px, 5vh, 60px); }
.page-head h1 { font-size: clamp(4.5rem, 11vw, 10rem); margin-top: 10px; }
.page-head .lead { color: var(--bone); opacity: .8; font-weight: 300; max-width: 58ch; margin-top: 22px; }

.menu-wrap { max-width: 920px; margin-inline: auto; padding-inline: var(--pad); }
.menu-section { padding-block: clamp(34px, 5vh, 56px); }
.menu-section h2 { font-size: clamp(3rem, 6.5vw, 5rem); border-bottom: 2px solid var(--ember); padding-bottom: 12px; }
.menu-section .sub { color: var(--muted); font-weight: 300; font-size: .98rem; margin: 14px 0 20px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 2px 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.menu-item:last-child { border-bottom: 0; }
.menu-item .name { font-family: var(--cond); font-weight: 500; font-size: 1.22rem; text-transform: uppercase; letter-spacing: .04em; }
.menu-item .price { font-family: var(--cond); font-weight: 500; font-size: 1.15rem; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--ember); }
.menu-item .desc { grid-column: 1 / -1; color: var(--muted); font-weight: 300; font-size: .95rem; max-width: 66ch; }
.menu-item .origin { color: var(--muted); font-style: italic; }
.menu-table { width: 100%; border-collapse: collapse; margin: 6px 0 10px; }
.menu-table th, .menu-table td { padding: 10px 8px; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; font-size: .95rem; }
.menu-table th { font-family: var(--cond); font-weight: 400; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--muted); text-align: left; }
.menu-table td { font-weight: 300; }
.menu-table td:first-child { font-weight: 400; }
.menu-note { margin-top: clamp(30px, 5vh, 50px); padding-top: 22px; border-top: 2px solid var(--ember); color: var(--muted); font-weight: 300; font-size: .93rem; }
.menu-note strong { color: var(--bone); font-weight: 400; }

/* Recht */
.legal { max-width: 780px; margin-inline: auto; padding-inline: var(--pad); padding-bottom: clamp(70px, 10vh, 130px); }
.legal h1 { font-size: clamp(3.5rem, 9vw, 7rem); }
.legal h2 { font-family: var(--cond); font-weight: 500; font-size: 1.45rem; margin: 44px 0 14px; }
.legal p, .legal li { color: var(--bone); opacity: .82; font-weight: 300; }
.legal .todo { border-bottom: 1px dashed var(--ember); color: var(--ember); font-weight: 400; }
.legal-banner {
  border: 1px solid var(--line); border-left: 2px solid var(--ember);
  padding: 18px 24px; color: var(--bone); opacity: .85; font-weight: 300; font-size: .95rem; margin-bottom: 44px;
}

/* ==========================================================================
   Effekte (Elementor/animate.css, exakt wie gleis1-singen.de)
   ========================================================================== */
.animated { animation-duration: 1.25s; animation-fill-mode: both; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
.fadeIn { animation-name: fadeIn; }
.fadeInUp { animation-name: fadeInUp; }
.fadeInDown { animation-name: fadeInDown; }
.fadeInLeft { animation-name: fadeInLeft; }
.fadeInRight { animation-name: fadeInRight; }
.eanim { opacity: 0; }
.eanim.animated { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .eanim { opacity: 1; }
  .animated { animation: none; }
}

/* Floating-Buttons (Gleis-1-Muster) */
.float-reserve {
  position: fixed; right: 22px; bottom: 22px; z-index: 55;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ember); color: #fff;
  font-family: var(--cond); font-weight: 400; font-size: .95rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 13px 22px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 6px;
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
}
.float-reserve.show { opacity: 1; transform: none; pointer-events: auto; }
.float-reserve:hover { background: #e5b05e; }
.float-reserve svg { width: 16px; height: 16px; }
.to-top {
  position: fixed; right: 22px; bottom: 86px; z-index: 55;
  width: 44px; height: 44px; border: 0; border-radius: 6px; cursor: pointer;
  background: var(--ember); color: #fff; font-size: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
}
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: #e5b05e; }
.to-top svg { width: 20px; height: 20px; }
@media (max-width: 900px) {
  .float-reserve { right: 14px; bottom: 14px; padding: 12px 18px; }
  .to-top { right: 14px; bottom: 74px; }
}

@media print {
  .site-header, .site-footer, .float-reserve, .to-top { display: none; }
  body { background: #fff; color: #111; }
}
