.inner-page {
  min-height: 100vh;
  background: #080808;
}

.page-header {
  position: sticky;
  top: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  min-height: 650px;
  padding: 148px 6vw 76px;
  background:
    radial-gradient(circle at 15% 35%, rgba(73, 200, 255, .13), transparent 30%),
    radial-gradient(circle at 80% 72%, rgba(255, 79, 163, .12), transparent 32%),
    #050505;
}

.page-hero-copy {
  z-index: 1;
  align-self: center;
  max-width: 720px;
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(242, 234, 219, .54);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.breadcrumbs a { color: var(--blue); }

.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .86;
}

.page-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 30px 0 34px;
  color: rgba(242, 234, 219, .72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.page-hero-media {
  align-self: stretch;
  min-height: 420px;
  margin-left: 5vw;
  padding: 12px;
  background: #0b0b0b;
  border: 1px solid rgba(73, 200, 255, .55);
  box-shadow: 10px 10px 0 #000, 0 0 34px rgba(73, 200, 255, .14);
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-section {
  padding: 96px 6vw;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.page-section-inner {
  max-width: 1380px;
  margin: 0 auto;
}

.page-section h2 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .9;
}

.page-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(242, 234, 219, .68);
  font-size: 1.03rem;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.feature-card {
  padding: 30px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .18);
}

.feature-card:nth-child(3n + 1) { border-color: rgba(73, 200, 255, .55); }
.feature-card:nth-child(3n + 2) { border-color: rgba(255, 79, 163, .55); }
.feature-card:nth-child(3n) { border-color: rgba(255, 193, 74, .55); }

.feature-card h3 {
  margin: 0 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.feature-card p {
  margin: 0;
  color: rgba(242, 234, 219, .63);
  line-height: 1.65;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 60px 6vw;
  background: var(--cream);
  color: var(--black);
}

.page-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .95;
}

.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 70px;
  margin-top: 42px;
}

.seo-copy h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}

.seo-copy p {
  margin: 0;
  color: rgba(242, 234, 219, .64);
  line-height: 1.7;
}

.menu-page .page-hero { min-height: 560px; }

.menu-page-list {
  display: grid;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.menu-group {
  --group-color: var(--blue);
  padding: clamp(24px, 4vw, 48px);
  background: #111;
  border: 1px solid color-mix(in srgb, var(--group-color) 55%, transparent);
  box-shadow: 8px 8px 0 #000;
}

.menu-group:nth-child(2) { --group-color: var(--pink); }
.menu-group:nth-child(3) { --group-color: var(--amber); }
.menu-group:nth-child(4) { --group-color: var(--green); }
.menu-group:nth-child(5) { --group-color: var(--purple); }
.menu-group:nth-child(6) { --group-color: var(--red); }

.menu-group > h2 {
  padding-bottom: 22px;
  border-bottom: 3px solid var(--group-color);
  color: var(--cream);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.dish {
  border-bottom: 1px dashed rgba(242, 234, 219, .25);
}

.dish:last-child { border-bottom: 0; }

.dish summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}

.dish summary::-webkit-details-marker { display: none; }

.dish summary::after {
  content: "+";
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--group-color);
  border: 1px solid var(--group-color);
  font-size: 1.1rem;
}

.dish[open] summary::after { content: "−"; }

.dish h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.dish-price {
  color: var(--group-color);
  font-weight: 900;
  white-space: nowrap;
}

.dish-description {
  max-width: 800px;
  margin: -12px 46px 22px 0;
  color: rgba(242, 234, 219, .66);
  line-height: 1.65;
}

.dish-photo {
  overflow: hidden;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin-bottom: 26px;
  background: #090909;
  border: 1px solid color-mix(in srgb, var(--group-color) 55%, transparent);
}

.dish-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dish-photo.logo img {
  padding: 12%;
  object-fit: contain;
}

.event-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.event-page-card {
  min-height: 310px;
  padding: 32px;
  background: #111;
  border: 1px solid rgba(73, 200, 255, .48);
}

.event-page-card:nth-child(2) { border-color: rgba(255, 79, 163, .5); }
.event-page-card:nth-child(3) { border-color: rgba(255, 193, 74, .5); }
.event-page-card:nth-child(4) { border-color: rgba(185, 137, 255, .5); }

.event-page-card h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.event-page-card p {
  color: rgba(242, 234, 219, .68);
  line-height: 1.7;
}

.venue-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.venue-gallery figure {
  margin: 0;
  background: #111;
  border: 1px solid rgba(73, 200, 255, .4);
}

.venue-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.venue-gallery figcaption {
  padding: 16px;
  color: rgba(242, 234, 219, .66);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.visit-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  margin-top: 48px;
}

.contact-card {
  padding: 34px;
  color: var(--ink);
  background: var(--cream);
}

.contact-card h2 { font-size: clamp(2.8rem, 5vw, 5rem); }

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, .28);
}

.contact-list div {
  padding: 19px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .28);
}

.contact-list span {
  display: block;
  margin-bottom: 7px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-list strong,
.contact-list a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.map-card {
  min-height: 540px;
  background: url("images/bar-wide.jpg") center / cover;
  border: 1px solid rgba(73, 200, 255, .5);
}

@media (max-width: 980px) {
  .page-hero,
  .visit-grid { grid-template-columns: 1fr; }
  .page-hero-media { margin: 40px 0 0; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 110px 20px 64px;
  }
  .page-hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .page-hero-media { min-height: 300px; margin-top: 30px; }
  .page-section { padding: 72px 20px; }
  .feature-grid,
  .event-page-grid,
  .venue-gallery,
  .seo-copy { grid-template-columns: 1fr; }
  .page-cta { align-items: stretch; flex-direction: column; padding: 48px 20px; }
  .page-cta-actions { display: grid; }
  .menu-group { padding: 24px 20px; }
  .dish summary { grid-template-columns: minmax(0, 1fr) auto; }
  .dish summary::after { grid-column: 2; grid-row: 1; }
  .dish-price { grid-column: 1; grid-row: 2; }
  .dish-description { margin-right: 0; }
  .dish-photo { width: calc(100% + 40px); max-width: none; margin-left: -20px; margin-right: -20px; }
  .map-card { min-height: 360px; }
}
