:root {
  color-scheme: dark;
  --bg: #0d0d0f;
  --panel: #171719;
  --panel-soft: #202024;
  --text: #f4eee7;
  --muted: #b7aaa0;
  --line: #3a3430;
  --red: #c43b2f;
  --gold: #d6a84f;
  --ink: #09090a;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(196, 59, 47, .24), transparent 34rem),
    linear-gradient(180deg, #131315 0%, var(--bg) 48%, #080809 100%);
  color: var(--text);
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(244, 238, 231, .12);
  background: rgba(13, 13, 15, .86);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  background: var(--ink);
  color: var(--red);
  font-size: 1.35rem;
  transform: rotate(-6deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .9rem;
  color: var(--muted);
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--text);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 8, 9, .9) 0%, rgba(8, 8, 9, .66) 42%, rgba(8, 8, 9, .28) 100%),
    linear-gradient(0deg, rgba(8, 8, 9, .95) 0%, rgba(8, 8, 9, .16) 58%),
    url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1800&q=80") center / cover;
  filter: saturate(.75) contrast(1.12);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, black, transparent 86%);
}

.hero-inner,
.section-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 9vw, 8rem);
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .55);
}

.hero-text {
  max-width: 620px;
  margin-bottom: 1.6rem;
  color: #dfd3c8;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .8rem 1rem;
  border: 1px solid rgba(244, 238, 231, .18);
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.button.secondary {
  background: rgba(9, 9, 10, .58);
  color: var(--text);
}

section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-top: 1px solid rgba(244, 238, 231, .09);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.lead,
.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(244, 238, 231, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.card h3 {
  margin-bottom: .45rem;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.feature {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
}

.photo {
  min-height: 420px;
  border: 1px solid rgba(244, 238, 231, .14);
  background:
    linear-gradient(0deg, rgba(8, 8, 9, .34), rgba(8, 8, 9, .05)),
    url("https://images.unsplash.com/photo-1566417713940-fe7c737a9ef2?auto=format&fit=crop&w=1200&q=80") center / cover;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
}

.split-list {
  display: grid;
  gap: .75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.split-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid rgba(244, 238, 231, .12);
}

.price {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}

.events {
  background:
    linear-gradient(180deg, rgba(196, 59, 47, .11), rgba(196, 59, 47, 0)),
    var(--panel);
}

.event-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(244, 238, 231, .12);
}

.date {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.tag {
  justify-self: end;
  padding: .35rem .6rem;
  border: 1px solid rgba(214, 168, 79, .42);
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hours {
  background: var(--ink);
}

.hours-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(244, 238, 231, .14);
  background: var(--panel-soft);
}

.hours-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(244, 238, 231, .12);
  padding-bottom: .75rem;
}

.contact {
  padding-bottom: 2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px solid rgba(244, 238, 231, .14);
  background:
    linear-gradient(135deg, rgba(214, 168, 79, .16), transparent 28%),
    repeating-linear-gradient(45deg, #141416 0 18px, #18181b 18px 36px);
  color: var(--muted);
  text-align: center;
  padding: 1.5rem;
}

.footer {
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: .9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  border-top: 1px solid rgba(244, 238, 231, .12);
  padding-top: 1.25rem;
}

@media (max-width: 760px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: .9rem 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: .15rem;
  }

  .section-heading,
  .feature,
  .hours-box,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .photo {
    min-height: 280px;
  }

  .event-row {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .tag {
    justify-self: start;
  }

  .footer-inner {
    flex-direction: column;
  }
}
