:root {
  --ink: #1c2130;
  --night: #111621;
  --cream: #f8f0df;
  --paper: #f4ead6;
  --line: rgba(28, 33, 48, 0.16);
  --muted: #706a5f;
  --fig: #44204d;
  --teal: #0f5b56;
  --rose: #b4464b;
  --saffron: #d0a13d;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--cream);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.topbar.is-scrolled {
  background: rgba(248, 240, 223, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  width: max-content;
  gap: 2px;
}

.brand span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.brand small,
nav,
.nav-call,
.button,
.eyebrow,
.quick-facts span,
.dish span,
.hero-note span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand small {
  opacity: 0.72;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
}

.nav-call {
  justify-self: end;
  border: 1px solid currentColor;
  padding: 10px 17px;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 138px clamp(18px, 4vw, 54px) 78px;
  color: var(--cream);
}

.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-image: url("assets/haji-lane.jpg");
  background-size: cover;
  background-position: center 54%;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 22, 33, 0.86), rgba(17, 22, 33, 0.48) 48%, rgba(17, 22, 33, 0.18)),
    linear-gradient(0deg, rgba(17, 22, 33, 0.72), rgba(17, 22, 33, 0.05) 58%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--saffron);
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 9ch;
  margin-bottom: 24px;
  font-size: clamp(4rem, 11vw, 9.6rem);
}

h2 {
  max-width: 10.8ch;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.12;
}

.intro {
  max-width: 610px;
  color: rgba(248, 240, 223, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.33rem);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 12px 18px;
}

.button.primary {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.button.secondary {
  color: inherit;
}

.button.dark.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}

.button.dark.secondary {
  color: var(--ink);
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 54px);
  bottom: 34px;
  max-width: 240px;
  color: rgba(248, 240, 223, 0.78);
  text-align: right;
}

.hero-note span,
.hero-note strong {
  display: block;
}

.hero-note strong {
  margin-top: 8px;
  color: var(--cream);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.quick-facts div {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 4vw, 54px);
  border-right: 1px solid var(--line);
}

.quick-facts div:last-child {
  border-right: 0;
}

.quick-facts span,
.dish span {
  color: var(--muted);
}

.quick-facts strong {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.2;
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(18px, 4vw, 54px);
}

.section-title {
  display: grid;
  grid-template-columns: minmax(180px, 0.68fr) minmax(0, 1.32fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 42px;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 18px;
}

.dish {
  background: var(--cream);
  border: 1px solid var(--line);
}

.dish-large {
  grid-row: span 2;
}

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

.dish-large img {
  height: 574px;
}

.dish div,
.text-card {
  padding: 24px;
}

.dish p,
.hours-copy p,
address,
.preview-note p {
  color: var(--muted);
}

.text-card {
  min-height: 284px;
  display: grid;
  align-content: end;
  background: var(--fig);
  color: var(--cream);
}

.text-card span,
.text-card p {
  color: rgba(248, 240, 223, 0.72);
}

.visit-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr) auto;
  gap: 32px;
  align-items: end;
  padding: clamp(66px, 9vw, 112px) clamp(18px, 4vw, 54px);
  background: var(--teal);
  color: var(--cream);
}

address {
  color: rgba(248, 240, 223, 0.76);
  font-style: normal;
}

address strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
}

.hours {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: start;
  background: var(--cream);
}

.hours-copy p {
  max-width: 460px;
  margin-top: 22px;
}

.hours-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.hours-list div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  font-weight: 800;
}

dd {
  margin: 0;
  color: var(--muted);
}

.preview-note {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 560px;
  background: var(--rose);
  color: var(--cream);
}

.preview-note img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.preview-note div {
  display: grid;
  align-content: center;
  padding: clamp(54px, 8vw, 112px) clamp(18px, 4vw, 70px);
}

.preview-note p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(248, 240, 223, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: var(--night);
  color: rgba(248, 240, 223, 0.66);
  font-size: 0.78rem;
}

@media (max-width: 940px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 6.8rem);
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    text-align: left;
  }

  .quick-facts,
  .section-title,
  .menu-grid,
  .visit-band,
  .hours,
  .preview-note {
    grid-template-columns: 1fr;
  }

  .quick-facts div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dish-large {
    grid-row: auto;
  }

  .dish img,
  .dish-large img {
    height: clamp(250px, 58vw, 440px);
  }

  .text-card {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand span {
    font-size: 1.18rem;
  }

  h1 {
    max-width: 7.4ch;
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 1;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .hero {
    min-height: 86svh;
    padding-bottom: 54px;
  }

  .intro {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hours-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
