:root {
  color-scheme: light;
  --ink: #111113;
  --muted: #6d7077;
  --paper: #f7f5f0;
  --cream: #fffaf0;
  --night: #06070a;
  --silver: #dfe5e8;
  --green: #596f4d;
  --blue: #2c5f86;
  --red: #a3322b;
  --gold: #c38b37;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
}

.topbar {
  position: fixed;
  z-index: 70;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 28px), var(--max));
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.38);
  color: #fff;
  backdrop-filter: blur(18px) saturate(140%);
}

.brand,
.topbar a {
  color: inherit;
  text-decoration: none;
}

.brand {
  font-weight: 700;
}

.topbar nav {
  display: flex;
  gap: clamp(12px, 3vw, 28px);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #000;
  display: grid;
  place-items: end start;
  padding: 18vh max(24px, calc((100vw - var(--max)) / 2)) 9vh;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.42)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 38%);
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.72fr;
  gap: 2px;
  opacity: 0.92;
  transform: scale(1.03);
}

.hero-media img:nth-child(2) {
  filter: saturate(1.08) contrast(1.08);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 8vw, 106px);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 900px;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.hero-copy p:not(.eyebrow),
.intro p,
.chapter-copy p,
.feature-copy p,
.taste-copy p,
.gallery-head p {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
}

.hero-copy p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-stats {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 9vh;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 420px;
}

.hero-stats span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  font-size: 13px;
}

.hero-stats strong {
  font-size: 18px;
}

.intro {
  padding: clamp(82px, 11vw, 150px) max(24px, calc((100vw - 920px) / 2));
  background: var(--cream);
}

.intro p {
  margin: 0;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.18;
  font-weight: 700;
}

.chapter,
.feature,
.taste,
.gallery,
.details {
  padding: clamp(70px, 10vw, 130px) max(24px, calc((100vw - var(--max)) / 2));
}

.chapter-dark {
  color: #fff;
  background: var(--night);
}

.chapter-copy,
.taste-copy,
.gallery-head {
  max-width: 820px;
  margin-bottom: clamp(32px, 5vw, 62px);
}

.chapter-copy p:not(.eyebrow),
.feature-copy p,
.taste-copy p,
.gallery-head p {
  color: var(--muted);
}

.chapter-dark .chapter-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.cinema-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  grid-template-rows: minmax(270px, 36vw) minmax(270px, 36vw);
  gap: 14px;
}

.photo-tile,
.landmark-strip button,
.food-board button,
.masonry a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: #ddd;
  cursor: zoom-in;
}

.photo-tile img,
.landmark-strip img,
.food-board img,
.masonry img {
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 700ms ease;
}

.photo-tile:hover img,
.landmark-strip button:hover img,
.food-board button:hover img,
.masonry a:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.cinema-grid .wide {
  grid-row: 1 / 3;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  background: #ffffff;
}

.feature-media {
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius);
}

.feature-copy {
  max-width: 460px;
}

.split-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
}

.split-showcase .tall {
  min-height: 720px;
}

.stack {
  display: grid;
  gap: 14px;
}

.panorama {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(70px, 10vw, 120px) max(24px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: #000;
}

.panorama::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 55%);
}

.panorama img {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.panorama div {
  position: relative;
  z-index: 1;
  width: min(850px, 100%);
}

.landmark-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 390px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x mandatory;
}

.landmark-strip button {
  aspect-ratio: 4 / 5;
  scroll-snap-align: start;
}

.taste {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 7, 10, 0.92), rgba(6, 7, 10, 0.72)),
    url("assets/photos/img_34.jpg") center / cover;
}

.taste-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.food-board {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(260px, 32vw);
  gap: 14px;
}

.food-board button:first-child {
  grid-row: span 2;
}

.details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--paper);
  padding-top: 0;
}

.details article {
  padding: clamp(26px, 4vw, 48px);
  background: #fff;
  min-height: 220px;
}

.details span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--red);
  font-weight: 800;
}

.details p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 17px;
}

.gallery {
  background: #fff;
}

.masonry {
  columns: 4 230px;
  column-gap: 14px;
}

.masonry a {
  break-inside: avoid;
  margin: 0 0 14px;
  min-height: 180px;
}

.masonry a.portrait {
  aspect-ratio: 3 / 4;
}

.masonry a.landscape {
  aspect-ratio: 4 / 3;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 54px 22px 22px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: auto;
  height: auto;
  max-width: min(100%, 1280px);
  max-height: calc(100vh - 84px);
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: fixed;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.reveal,
.has-js .reveal,
.has-js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  img {
    object-fit: contain;
  }

  .topbar {
    top: 10px;
    min-height: 42px;
    padding: 0 14px;
  }

  .topbar nav {
    gap: 14px;
  }

  .hero {
    min-height: 100svh;
    display: grid;
    place-items: end start;
    padding: 18vh 24px 8vh;
    color: #fff;
    background: #000;
    align-items: end;
    overflow: hidden;
  }

  .hero::after {
    display: block;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.36) 56%, rgba(0, 0, 0, 0.52)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 48%);
  }

  .hero-media {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 58% 42%;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
    padding: 0;
    opacity: 0.92;
    transform: none;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    background: #000;
    object-fit: cover;
  }

  .hero-media img:first-child {
    grid-row: 1 / 3;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    padding: 0;
    max-width: calc(100vw - 48px);
  }

  .hero-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.82);
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 22px 0 0;
    justify-content: flex-start;
    max-width: calc(100vw - 48px);
  }

  .hero-stats span {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
  }

  .cinema-grid,
  .feature,
  .split-showcase,
  .food-board,
  .details {
    grid-template-columns: 1fr;
  }

  .cinema-grid {
    grid-template-rows: none;
  }

  .food-board {
    grid-auto-rows: auto;
  }

  .cinema-grid .wide,
  .food-board button:first-child {
    grid-row: auto;
  }

  .photo-tile,
  .food-board button {
    aspect-ratio: auto;
    min-height: 0;
  }

  .feature-media,
  .split-showcase .tall {
    min-height: 0;
    aspect-ratio: auto;
  }

  .photo-tile,
  .landmark-strip button,
  .food-board button,
  .masonry a,
  .feature-media {
    background: #08090b;
  }

  .photo-tile img,
  .landmark-strip img,
  .food-board img,
  .masonry img,
  .feature-media img {
    height: auto;
    object-fit: contain;
  }

  .cinema-grid .photo-tile,
  .split-showcase .photo-tile,
  .food-board button {
    display: grid;
    place-items: center;
  }

  .landmark-strip {
    grid-auto-columns: minmax(82vw, 1fr);
  }

  .landmark-strip button {
    aspect-ratio: auto;
  }

  .masonry a.portrait,
  .masonry a.landscape {
    aspect-ratio: auto;
  }

  .masonry {
    columns: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .masonry a,
  .masonry a.portrait,
  .masonry a.landscape {
    aspect-ratio: 1 / 1;
    margin: 0;
    min-height: 0;
    background: #f0f0f0;
  }

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

  .panorama {
    min-height: auto;
    display: block;
    padding: 0;
    color: var(--ink);
    background: #fff;
  }

  .panorama::after {
    display: none;
  }

  .panorama img {
    position: relative;
    inset: auto;
    height: auto;
    opacity: 1;
    object-fit: contain;
  }

  .panorama div {
    width: auto;
    padding: 28px 24px 64px;
  }

  .details {
    gap: 1px;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 14px;
  }

  .topbar nav {
    font-size: 12px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 74px);
    line-height: 0.98;
    color: #fff;
    text-shadow: 0 6px 26px rgba(0, 0, 0, 0.38);
  }

  .intro p {
    font-size: 28px;
    line-height: 1.22;
  }

  .hero-copy p:not(.eyebrow),
  .chapter-copy p,
  .feature-copy p,
  .taste-copy p,
  .gallery-head p {
    font-size: 17px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.45;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
  }

  .hero-stats {
    gap: 8px;
  }

  .hero-stats span {
    padding: 9px 11px;
    font-size: 12px;
  }

  .chapter,
  .feature,
  .taste,
  .gallery,
  .details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
