:root {
  color-scheme: dark;
  --ink: #15100d;
  --charcoal: #211a16;
  --coal: #0f1514;
  --ember: #c94b28;
  --ember-deep: #8f2f1e;
  --gold: #e5b757;
  --sea: #1f8a8a;
  --foam: #f7f0e2;
  --muted: #cdbfa9;
  --line: rgba(247, 240, 226, 0.18);
  --shadow: 0 24px 70px rgba(10, 7, 5, 0.42);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--coal);
  color: var(--foam);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(120deg, rgba(201, 75, 40, 0.18), transparent 34%),
    linear-gradient(210deg, rgba(31, 138, 138, 0.2), transparent 36%),
    var(--coal);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(247, 240, 226, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 240, 226, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(15, 21, 20, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--ember);
  color: var(--foam);
  font-weight: 900;
}

.brand-name,
.brand-place {
  display: block;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.brand-place {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2.4vw, 1.6rem);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding: 0.25rem 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--gold);
  color: var(--foam);
}

main {
  overflow: hidden;
}

.hero,
.signature,
.menu-preview,
.visit {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100svh - 76px);
  padding: clamp(2rem, 7vw, 5.5rem) 0;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  max-width: 10.5ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.6rem, 8.4vw, 7.2rem);
  line-height: 0.92;
}

h2 {
  max-width: 780px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.1rem, 4.5vw, 4.3rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.12rem;
}

.hero-text,
.visit p,
article p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.button.primary {
  background: var(--ember);
  box-shadow: 0 14px 34px rgba(201, 75, 40, 0.28);
  color: var(--foam);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(247, 240, 226, 0.06);
  color: var(--foam);
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.photo-placeholder {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 226, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(143, 47, 30, 0.88), rgba(33, 26, 22, 0.68)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(247, 240, 226, 0.08) 18px 19px);
  box-shadow: var(--shadow);
  color: var(--foam);
}

.photo-placeholder span,
.visit-panel span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-placeholder strong {
  display: block;
  max-width: 16ch;
  margin-top: 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1;
}

.photo-placeholder.large {
  min-height: 560px;
  aspect-ratio: 4 / 5;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.flame-note {
  position: absolute;
  right: clamp(-1rem, -2vw, -0.35rem);
  bottom: 12%;
  width: min(210px, 52%);
  padding: 1rem;
  border: 1px solid rgba(229, 183, 87, 0.55);
  border-radius: 8px;
  background: rgba(15, 21, 20, 0.92);
  box-shadow: var(--shadow);
}

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

.flame-note span {
  color: var(--ember);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flame-note strong {
  margin-top: 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.signature {
  padding: clamp(3rem, 8vw, 6rem) 0;
  border-top: 1px solid var(--line);
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.signature-grid article {
  min-height: 220px;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background: rgba(33, 26, 22, 0.72);
}

.gallery-band {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(280px, 1.2fr) minmax(180px, 0.7fr);
  gap: 1rem;
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.2rem, 4vw, 2rem) 0 clamp(3rem, 8vw, 6rem);
}

.photo-placeholder.portrait,
.photo-placeholder.landscape {
  padding: 1.1rem;
}

.photo-placeholder.portrait {
  aspect-ratio: 3 / 4;
}

.photo-placeholder.landscape {
  aspect-ratio: 16 / 10;
}

.menu-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 8vw, 6rem) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  align-self: start;
  position: sticky;
  top: 6rem;
}

.menu-list {
  display: grid;
  gap: 0.9rem;
}

.menu-list article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 240, 226, 0.055);
}

.menu-list article span {
  color: var(--sea);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.menu-list h3 {
  margin-bottom: 0.25rem;
}

.menu-list p {
  margin-bottom: 0;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 9vw, 7rem);
}

.visit-panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 1.7rem);
  border: 1px solid rgba(229, 183, 87, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(31, 138, 138, 0.16), transparent),
    rgba(33, 26, 22, 0.78);
  box-shadow: var(--shadow);
}

.visit-panel div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.visit-panel strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .signature,
  .menu-preview,
  .visit {
    width: min(100% - 1.25rem, 680px);
  }

  .hero,
  .menu-preview,
  .visit {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  h1 {
    max-width: 9ch;
  }

  .photo-placeholder.large {
    min-height: 360px;
    aspect-ratio: 1 / 1;
  }

  .flame-note {
    right: 0.8rem;
    bottom: 0.8rem;
    width: min(210px, 64%);
  }

  .signature-grid,
  .gallery-band {
    grid-template-columns: 1fr;
  }

  .signature-grid article {
    min-height: auto;
  }

  .gallery-band {
    width: min(100% - 1.25rem, 680px);
  }

  .photo-placeholder.portrait,
  .photo-placeholder.landscape {
    aspect-ratio: 16 / 10;
    min-height: 220px;
  }

  .section-heading {
    position: static;
  }
}

@media (max-width: 460px) {
  .brand-name {
    font-size: 1rem;
  }

  .site-nav {
    gap: 0.5rem;
    font-size: 0.82rem;
  }

  h1 {
    font-size: 3.1rem;
  }

  .button {
    width: 100%;
  }

  .menu-list article {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .site-header {
    position: static;
  }

  .hero {
    min-height: auto;
    padding: 1.5rem 0 2.5rem;
  }

  .photo-placeholder.large {
    min-height: 320px;
  }
}
