:root {
  --coal: #17120f;
  --coal-deep: #0f0b09;
  --walnut: #2a1f19;
  --cream: #f4ece2;
  --cream-soft: #faf6f1;
  --copper: #c47a3d;
  --copper-soft: #dfa066;
  --amber: #e2b15d;
  --text: #f7efe6;
  --muted: rgba(247, 239, 230, 0.72);
  --line: rgba(247, 239, 230, 0.12);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  --radius: 16px;
  --banner-height: 52px;
  --header-height: 74px;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Work Sans", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--banner-height) + var(--header-height) + 12px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--coal);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--amber);
}

a:hover {
  color: var(--copper-soft);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.template-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: linear-gradient(90deg, #101820, #1d2a35);
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.template-banner-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--banner-height);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.template-banner-label {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.template-banner p {
  margin: 0;
  font-size: 0.92rem;
}

.template-banner a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-header {
  position: sticky;
  top: var(--banner-height);
  z-index: 900;
  background: rgba(23, 18, 15, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--copper), #8f4f24);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--cream);
}

.brand-tagline {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
}

.site-nav a:hover {
  color: var(--amber);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--cream);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: clamp(420px, 72vh, 640px);
  display: grid;
  align-items: end;
  padding: 120px 0 72px;
  background:
    linear-gradient(180deg, rgba(15, 11, 9, 0.2), rgba(15, 11, 9, 0.82)),
    url("../../bar-background.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 11, 9, 0.15), rgba(15, 11, 9, 0.72));
}

.hero-content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  max-width: 720px;
}

.hero-eyebrow,
.section-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
}

.hero h1,
.section-head h2,
.builder-cta h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  color: var(--cream);
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.1rem);
}

.hero-lead,
.section-head p,
.builder-cta p,
.contact-copy p {
  color: var(--muted);
}

.hero-lead {
  margin: 16px 0 0;
  max-width: 58ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--copper);
  color: #fff;
}

.btn-primary:hover {
  background: var(--copper-soft);
  color: #fff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--cream);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--cream);
}

.section {
  padding: 72px 0;
}

.section-soft {
  background: var(--walnut);
}

.section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-head h2,
.contact-copy h2,
.builder-cta h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.about-grid,
.menu-grid,
.event-list {
  display: grid;
  gap: 18px;
}

.about-grid,
.menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.menu-card,
.event-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.info-card h3,
.menu-card h3,
.event-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--cream);
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.menu-list li span:first-child {
  color: var(--cream);
  font-weight: 600;
}

.menu-list li:last-child {
  border-bottom: 0;
}

.event-date {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--amber);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.contact-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li + li {
  margin-top: 10px;
}

.contact-visual img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.builder-cta {
  padding: 56px 0 72px;
  background: linear-gradient(135deg, var(--coal-deep), #2d2119);
}

.builder-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  padding: 28px 0 36px;
  background: #0d0a08;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-inner {
  display: grid;
  gap: 6px;
}

.footer-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--cream);
}

.footer-note,
.footer-credit {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-credit a {
  font-weight: 700;
}

@media (max-width: 920px) {
  .about-grid,
  .menu-grid,
  .contact-layout,
  .builder-cta-inner {
    grid-template-columns: 1fr;
  }

  .builder-cta-inner {
    display: grid;
  }
}

@media (max-width: 760px) {
  :root {
    --banner-height: 68px;
    --header-height: 68px;
  }

  .template-banner-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 16px;
    background: rgba(23, 18, 15, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}
