:root {
  --night: #171b3d;
  --night-lift: #202658;
  --ember: #ff4325;
  --cream: #f4eadc;
  --display: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --editorial: Cochin, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: #0e1128;
  color-scheme: dark;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--cream);
  background: #0e1128;
  font-family: var(--display);
  letter-spacing: 0;
}

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

p, h1, h2, h3, dl, dd { margin: 0; }

main {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--night);
}

.opening {
  display: grid;
  grid-template-columns: 46.875% 53.125%;
  min-height: min(83.333vw, 1200px);
}

.art-stage {
  position: relative;
  aspect-ratio: 9 / 16;
  min-height: 100%;
  overflow: hidden;
  background: #263575;
}

.night-scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.art-mask {
  position: absolute;
  inset: 73% 0 0;
  background:
    linear-gradient(180deg, rgba(39, 53, 117, .9), #2a397d 18%, #2a397d 78%, #24316c);
}

.art-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(244, 234, 220, .16) 4px);
  mix-blend-mode: soft-light;
}

.retreat-logo {
  position: absolute;
  z-index: 2;
  top: 73.6%;
  left: 10.8%;
  width: 28.45%;
}

.event-meta {
  position: absolute;
  z-index: 2;
  top: 83.5%;
  left: 10.8%;
  width: 78%;
}

.event-date,
.event-status {
  font-size: clamp(16px, 1.67vw, 24px);
  line-height: 1.25;
}

.event-date { font-weight: 700; }
.event-status { margin-top: .58em; font-weight: 500; }
.responsive-event-summary { display: none; }

.menu-panel {
  padding: clamp(48px, 5.4vw, 78px) clamp(48px, 5.55vw, 80px) 70px;
  background: var(--night);
}

.eyebrow {
  color: var(--ember);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.section-heading h1,
.section-heading h2 {
  margin-top: 24px;
  color: var(--cream);
  font-size: clamp(38px, 3.62vw, 52px);
  font-weight: 700;
  line-height: 1.12;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "one two" "three four";
  gap: clamp(80px, 10vw, 145px) 40px;
  margin-top: clamp(115px, 13vw, 188px);
}

.dish-1 { grid-area: one; }
.dish-2 { grid-area: two; }
.dish-3 { grid-area: three; }
.dish-4 { grid-area: four; }

.dish span {
  display: block;
  color: var(--ember);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.dish h2 {
  margin-top: 16px;
  font-family: var(--editorial);
  font-size: clamp(25px, 2.02vw, 29px);
  font-weight: 700;
  line-height: 1.17;
}

.dish p {
  margin-top: 16px;
  font-family: var(--editorial);
  font-size: clamp(17px, 1.25vw, 18px);
  line-height: 1.53;
}

.evening {
  min-height: 620px;
  padding: 70px 5% 72px;
  background: var(--night-lift);
}

.evening-heading h2 {
  font-size: clamp(38px, 3.33vw, 48px);
  line-height: 1.17;
}

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

.service {
  min-height: 310px;
  padding-top: 8px;
}

.service + .service {
  border-left: 1px solid rgba(255, 67, 37, .45);
  padding-left: 10.4%;
}

.service h3 {
  color: var(--ember);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 12px;
}

.price-line strong {
  font-size: clamp(68px, 5.84vw, 84px);
  line-height: 1;
}

.price-line span,
.pickup-label {
  font-size: clamp(13px, 1.12vw, 16px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.timings {
  margin-top: 30px;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.4;
}

.timings div { display: flex; gap: 28px; }
.timings div + div { margin-top: 8px; }
.timings dt { min-width: 145px; text-transform: uppercase; }
.pickup-label { margin-top: 36px; }
.pickup-time { margin-top: 12px; font-size: clamp(24px, 1.8vw, 26px); font-weight: 700; }

.about {
  min-height: 430px;
  padding: 92px 5% 70px;
  background: var(--night);
}

.about h2 {
  margin-top: 16px;
  font-size: clamp(40px, 3.48vw, 50px);
  line-height: 1.12;
  text-transform: uppercase;
}

.about > p:last-child {
  max-width: 900px;
  margin-top: 28px;
  font-size: clamp(18px, 1.53vw, 22px);
  line-height: 1.55;
}

.closing {
  min-height: 190px;
  padding: 46px 5%;
  color: var(--night);
  background: var(--ember);
  font-weight: 700;
  text-transform: uppercase;
}

.closing-title { font-size: clamp(36px, 3.33vw, 48px); line-height: 1.08; }
.closing > p:last-child { margin-top: 12px; font-size: clamp(13px, 1.12vw, 16px); line-height: 1.25; }

@media (max-width: 899px) {
  .opening { display: block; min-height: 0; }
  .art-stage {
    display: block;
    aspect-ratio: auto;
    min-height: 0;
    background: var(--night);
  }

  .night-scene {
    grid-column: 1 / -1;
    height: auto;
    aspect-ratio: 9 / 11.68;
    object-fit: cover;
    object-position: center top;
  }

  .art-mask { display: none; }

  .art-stage > .retreat-logo,
  .art-stage > .event-meta { display: none; }

  .menu-panel { min-height: 1470px; padding: 36px 24px 70px; }
  .responsive-event-summary {
    display: grid;
    grid-template-columns: minmax(118px, 38%) 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 64px;
  }
  .responsive-event-summary img { width: 100%; }
  .responsive-event-summary .event-date { font-size: 16px; line-height: 1.3; }
  .responsive-event-summary .event-status { margin-top: 7px; font-size: 14px; line-height: 1.375; }
  .eyebrow { font-size: 13px; }
  .section-heading h1 { margin-top: 22px; font-size: 36px; line-height: 1.11; }

  .menu-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three" "four";
    gap: 0;
    margin-top: 165px;
  }

  .dish { min-height: 285px; }
  .dish:nth-child(3), .dish:nth-child(4) { min-height: 240px; }
  .dish h2 { margin-top: 12px; font-size: 29px; line-height: 1.17; }
  .dish p { margin-top: 10px; font-size: 17px; line-height: 1.53; }

  .evening { min-height: 820px; padding: 58px 24px 62px; }
  .evening-heading h2 { margin-top: 20px; font-size: 32px; line-height: 1.19; }
  .service-grid { display: block; margin-top: 42px; }
  .service { min-height: 240px; padding-top: 0; }
  .service + .service {
    min-height: 0;
    margin-top: 0;
    border-top: 1px solid rgba(255, 67, 37, .45);
    border-left: 0;
    padding-top: 46px;
    padding-left: 0;
  }
  .service h3 { font-size: 15px; }
  .price-line { gap: 26px; margin-top: 10px; }
  .price-line strong { font-size: 68px; }
  .price-line span { font-size: 13px; }
  .timings { margin-top: 24px; font-size: 16px; line-height: 1.5; }
  .timings div { gap: 15px; }
  .timings dt { min-width: 117px; }
  .pickup-label { margin-top: 28px; font-size: 13px; }
  .pickup-time { margin-top: 10px; font-size: 24px; }

  .about { min-height: 470px; padding: 58px 24px 54px; }
  .about h2 { margin-top: 18px; font-size: 34px; line-height: 1.18; }
  .about > p:last-child { margin-top: 22px; font-size: 17px; line-height: 1.59; }

  .closing { min-height: 220px; padding: 42px 24px; }
  .closing-title { max-width: 342px; font-size: 34px; line-height: 1.06; }
  .closing > p:last-child { max-width: 342px; margin-top: 18px; font-size: 13px; line-height: 1.31; }
}

@media (min-width: 600px) and (max-width: 899px) {
  .responsive-event-summary {
    grid-template-columns: 220px 1fr;
    max-width: 620px;
  }
}

@media (max-width: 359px) {
  .menu-panel, .evening, .about, .closing { padding-right: 20px; padding-left: 20px; }
  .timings { font-size: 14px; }
  .timings dt { min-width: 104px; }
  .timings div { gap: 8px; }
}
