:root {
  --ink: #1a120c;
  --paper: #f6efe4;
  --cream: #fff8ee;
  --brown: #3b2416;
  --gold: #c9a227;
  --gold-soft: #e8d08a;
  --navy: #10204a;
  --navy-2: #1c3370;
  --check: #3a6bd6;
  --rust: #9c3b1e;
  --ok: #1f7a3a;
  --shadow: 0 18px 40px rgba(26, 18, 12, .18);
  --radius: 22px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

/* Header */
.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246, 239, 228, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(59,36,22,.08);
}
.top-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 10px 0;
}
.brand {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.brand img {
  width: 52px; height: 52px; object-fit: cover; border-radius: 50%;
  background: #2a1a10;
}
.brand strong { font-size: 1.15rem; letter-spacing: .04em; }
.brand span { display: block; font-size: .72rem; color: #6b5648; font-weight: 500; }
nav { display: flex; gap: 6px; flex-wrap: wrap; }
nav a {
  text-decoration: none; font-weight: 650; font-size: .86rem;
  padding: 8px 12px; border-radius: 999px;
}
nav a:hover { background: rgba(59,36,22,.08); }
nav a.cta {
  background: var(--ink); color: var(--cream);
}
.menu-btn {
  display: none; border: 0; background: var(--ink); color: var(--cream);
  width: 42px; height: 42px; border-radius: 12px; font-size: 1.2rem;
}

/* Hero */
.hero {
  position: relative; min-height: 78vh;
  display: grid; align-items: end;
  color: #fff;
  background: #1a120c center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,10,6,.15), rgba(16,10,6,.78) 70%);
}
.hero-in { position: relative; z-index: 1; padding: 48px 0 56px; }
.kicker {
  display: inline-block; letter-spacing: .18em; text-transform: uppercase;
  font-size: .72rem; font-weight: 700; color: var(--gold-soft);
  margin-bottom: 10px;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: .95; margin: 0 0 14px;
}
.hero p { max-width: 38rem; font-size: 1.08rem; opacity: .95; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; border: 0; cursor: pointer;
  padding: 13px 18px; border-radius: 999px; font-weight: 700;
  font-size: .95rem;
}
.btn-gold { background: var(--gold); color: #1a120c; }
.btn-light { background: #fff; color: var(--ink); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-wa { background: #25D366; color: #062; }
.btn-fb { background: #1877F2; color: #fff; }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-outline { background: transparent; border: 1.5px solid var(--ink); }

/* Cards / sections */
section { padding: 64px 0; }
.sec-title {
  font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin: 0 0 8px;
}
.lead { color: #5d4a3d; max-width: 40rem; margin: 0 0 28px; }
.grid-3, .grid-2 { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1.1fr .9fr; }
.card {
  background: var(--cream); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
}
.card img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 20px; }
.card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.pill {
  display: inline-block; background: #efe2cd; color: #5a3d22;
  font-size: .75rem; font-weight: 700; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 999px; margin-bottom: 8px;
}

/* Event highlight */
.event-banner {
  background:
    linear-gradient(135deg, #10204a, #1c3370 55%, #9c3b1e);
  color: #fff; border-radius: 28px; overflow: hidden;
  display: grid; grid-template-columns: 1.15fr .85fr;
  box-shadow: var(--shadow);
}
.event-banner .txt { padding: 32px; }
.event-banner h2 {
  font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 6px 0 10px; line-height: 1.05;
}
.event-banner .when { font-size: 1.15rem; color: var(--gold-soft); font-weight: 700; }
.event-banner img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }

/* Share kit */
.share-bar {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px;
}
.share-bar .btn { min-height: 46px; }

/* Oktoberfest page */
.okto-hero {
  background: var(--navy) center/cover no-repeat;
  color: #fff; min-height: 88vh; display: grid; align-items: end;
  position: relative;
}
.okto-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,18,46,.25), rgba(10,18,46,.82));
}
.check-strip {
  height: 16px;
  background: repeating-linear-gradient(90deg, #fff 0 14px, #3a6bd6 14px 28px);
}
.countdown {
  display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0;
}
.cd {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  min-width: 72px; text-align: center; padding: 10px 8px; border-radius: 14px;
}
.cd b { display: block; font-size: 1.5rem; }
.cd span { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }

.program {
  background: #fff; border-radius: var(--radius); padding: 8px 0;
}
.program li {
  list-style: none; display: grid; grid-template-columns: 90px 1fr;
  gap: 12px; padding: 14px 18px; border-bottom: 1px solid #eee5d6;
}
.program ul { margin: 0; padding: 0; }
.program time { font-weight: 800; color: var(--navy); }

.caption-box {
  background: #fff; border-radius: var(--radius); padding: 18px;
  box-shadow: var(--shadow);
}
.caption-box textarea {
  width: 100%; min-height: 120px; border: 1px solid #e4d6c3;
  border-radius: 14px; padding: 12px; font: inherit; resize: vertical;
}
.copy-ok { color: var(--ok); font-weight: 700; font-size: .9rem; }

/* Hours / map */
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 8px 0; border-bottom: 1px solid #eadfce; }
.hours td:last-child { text-align: right; font-weight: 700; }
.note { font-size: .85rem; color: #6b5648; }

footer {
  background: var(--ink); color: #f0e4d4; padding: 36px 0 28px;
}
footer a { color: var(--gold-soft); }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.tiny { opacity: .7; font-size: .82rem; }
.credits {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(240,228,212,.18);
  font-size: .78rem;
  line-height: 1.45;
  opacity: .85;
}

.toast {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 999px;
  opacity: 0; pointer-events: none; transition: .25s;
  z-index: 80;
}
.toast.show { opacity: 1; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
}
.gallery img.tall { height: 220px; }
@media (max-width: 860px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img { height: 160px; }
}

@media (max-width: 860px) {
  .grid-3, .grid-2, .event-banner, .foot-grid { grid-template-columns: 1fr; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  nav {
    display: none; position: absolute; right: 16px; top: 68px;
    background: #fff; flex-direction: column; padding: 10px;
    border-radius: 16px; box-shadow: var(--shadow); min-width: 180px;
  }
  nav.open { display: flex; }
  .hero { min-height: 72vh; }
}
