:root {
  --bg: #11100d;
  --panel: #f7f0e4;
  --paper: #fffaf0;
  --ink: #191713;
  --muted: #746958;
  --line: rgba(247, 240, 228, 0.16);
  --green: #082f27;
  --green-soft: #123f35;
  --gold: #c8a45d;
  --gold-soft: #ead7ad;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(200, 164, 93, 0.18), transparent 360px),
    linear-gradient(180deg, #0b201c 0, var(--bg) 420px, #17110c 100%);
  color: var(--panel);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

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

button {
  font: inherit;
}

.demo-ribbon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 120;
  border: 1px solid rgba(234, 215, 173, 0.42);
  border-radius: 999px;
  background: rgba(8, 47, 39, 0.88);
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  pointer-events: none;
  text-transform: uppercase;
}

.menu-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(234, 215, 173, 0.16);
  background: rgba(11, 25, 21, 0.92);
  padding: 10px 14px 12px;
  backdrop-filter: blur(18px);
}

.header-actions,
.hero-tags,
.category-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 16px;
}

.brand {
  display: grid;
  min-width: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.9;
}

.brand span {
  color: #fff7e8;
  font-size: 1.72rem;
  font-weight: 500;
}

.brand strong {
  color: var(--gold);
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.demo-pill,
.eyebrow,
.signature-card span,
.photo-item span,
.category-heading span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-pill {
  flex: 0 0 auto;
  justify-self: end;
  max-width: 100%;
  border: 1px solid rgba(234, 215, 173, 0.3);
  border-radius: 999px;
  padding: 7px 10px;
}

.pill-short {
  display: none;
}

.menu-header p {
  margin: 6px 0 9px;
  color: rgba(247, 240, 228, 0.72);
  font-size: 0.84rem;
  line-height: 1.35;
}

.header-actions {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
}

.action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.action.primary {
  background: var(--gold);
  color: #15120d;
}

.action.secondary {
  border: 1px solid rgba(234, 215, 173, 0.3);
  color: var(--gold-soft);
}

main {
  width: min(calc(100% - 24px), 840px);
  margin: 0 auto;
  padding: 12px 0 74px;
}

.hero,
.section,
.story-card,
.demo-location,
.contact-card {
  overflow: hidden;
  border: 1px solid rgba(234, 215, 173, 0.18);
  border-radius: 14px;
  background: rgba(247, 240, 228, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero {
  background: #0d1815;
  color: var(--panel);
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  background: #071411;
}

.hero-slides {
  position: relative;
  width: 100%;
  height: clamp(250px, 62vw, 390px);
  touch-action: pan-y;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transition: opacity 680ms ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-pos-dining {
  object-position: center center;
}

.hero-pos-room {
  object-position: center center;
}

.hero-pos-drinks {
  object-position: center center;
}

.hero-dots {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.hero-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.48);
  cursor: pointer;
  padding: 0;
}

.hero-dots button.active {
  width: 22px;
  background: var(--gold);
}

.hero-copy,
.section,
.story-card > div,
.demo-location,
.contact-card {
  padding: 18px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 11ch;
  color: #fff7e8;
  font-size: clamp(2.35rem, 11vw, 4.2rem);
}

h2 {
  color: var(--green);
  font-size: clamp(1.7rem, 7vw, 2.45rem);
}

p {
  margin: 10px 0 0;
  color: inherit;
  line-height: 1.48;
}

.hero-copy p {
  max-width: 560px;
  color: rgba(247, 240, 228, 0.75);
}

.hero-tags {
  flex-wrap: wrap;
  margin-top: 15px;
}

.hero-tags span {
  border: 1px solid rgba(234, 215, 173, 0.28);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 850;
  padding: 8px 10px;
}

.section,
.story-card,
.demo-location,
.contact-card {
  margin-top: 12px;
}

.section-heading {
  margin-bottom: 12px;
}

.signature-grid,
.menu-list,
.category-items {
  display: grid;
  gap: 12px;
}

.signature-card,
.photo-item {
  overflow: hidden;
  border: 1px solid rgba(8, 47, 39, 0.1);
  border-radius: 12px;
  background: var(--paper);
}

.signature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.signature-card div,
.photo-item div {
  display: grid;
  gap: 7px;
  padding: 13px;
}

.signature-card h3,
.photo-item h3,
.text-item h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.2;
}

.signature-card p,
.photo-item p,
.text-item p,
.story-card p,
.demo-location p,
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.signature-card strong,
.photo-item strong,
.text-item strong {
  color: var(--green);
  font-weight: 950;
}

.category-nav {
  position: sticky;
  top: 126px;
  z-index: 70;
  margin: 12px 0 0;
  overflow-x: auto;
  border-block: 1px solid rgba(234, 215, 173, 0.14);
  background: rgba(17, 16, 13, 0.9);
  padding: 9px 12px;
  scrollbar-width: none;
  backdrop-filter: blur(14px);
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-tab {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid rgba(234, 215, 173, 0.24);
  border-radius: 999px;
  background: rgba(247, 240, 228, 0.06);
  color: var(--gold-soft);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 8px 11px;
}

.category-tab.active {
  border-color: var(--gold);
  background: var(--gold);
  color: #15120d;
}

.category-block {
  scroll-margin-top: 190px;
}

.category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 9px;
}

.category-heading strong {
  color: var(--muted);
  font-size: 0.82rem;
}

.photo-item {
  display: grid;
  grid-template-columns: minmax(138px, 40%) minmax(0, 1fr);
  min-height: 156px;
}

.photo-item img {
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
  object-position: center;
}

.menu-img-sea-bass {
  object-position: 52% 50%;
}

.menu-img-ribeye {
  object-position: 54% 48%;
}

.menu-img-truffle-risotto {
  object-position: 48% 54%;
}

.menu-img-prawn-salad {
  object-position: 48% 50%;
}

.menu-img-chocolate-fondant {
  object-position: 50% 52%;
}

.menu-img-signature-drinks {
  object-position: 50% 48%;
}

.text-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(8, 47, 39, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.78);
  padding: 13px;
}

.story-card img {
  width: 100%;
  height: clamp(210px, 50vw, 340px);
  object-fit: cover;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
  margin-top: 12px;
}

.gallery img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.gallery img:first-child {
  grid-row: span 2;
  height: 308px;
}

.map-visual {
  display: grid;
  min-height: 120px;
  place-items: center;
  margin-top: 14px;
  border: 1px solid rgba(8, 47, 39, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(8, 47, 39, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(8, 47, 39, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 64% 36%, rgba(200, 164, 93, 0.34), transparent 70px),
    #f4ead8;
  background-size: 24px 24px, 24px 24px, auto, auto;
  color: var(--green);
  font-weight: 950;
}

.contact-card {
  display: grid;
  gap: 10px;
  background: linear-gradient(135deg, #f9f0df, #efe0c2);
}

.contact-card .action {
  width: 100%;
}

footer {
  padding: 28px 16px 42px;
  color: rgba(247, 240, 228, 0.62);
  font-size: 0.86rem;
  text-align: center;
}

@media (min-width: 680px) {
  .menu-header {
    padding-inline: calc((100vw - min(100%, 840px)) / 2 + 12px);
  }

  .hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .hero-carousel,
  .hero-slides {
    height: 100%;
    min-height: 480px;
  }

  .hero-copy {
    align-self: center;
    padding: 34px;
  }

  h1 {
    max-width: 10ch;
  }

  .signature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-item {
    grid-template-columns: 210px 1fr;
  }

  .photo-item img {
    min-height: 176px;
  }

  .story-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
  }

  .story-card img {
    height: 100%;
    min-height: 330px;
  }

  .category-nav {
    top: 125px;
  }
}

@media (max-width: 520px) {
  .brand-row {
    gap: 12px;
  }

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

  .demo-pill {
    width: fit-content;
    font-size: 0.62rem;
    padding: 6px 8px;
  }

  .pill-full {
    display: none;
  }

  .pill-short {
    display: inline;
  }

  .header-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .menu-header p {
    font-size: 0.82rem;
  }

  .demo-ribbon {
    display: none;
  }

  .hero-copy,
  .section,
  .story-card > div,
  .demo-location,
  .contact-card {
    padding: 15px;
  }

  .photo-item {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    min-height: 160px;
  }

  .photo-item img {
    min-height: 160px;
  }

  .photo-item div {
    gap: 5px;
    padding: 12px;
  }

  .photo-item p {
    font-size: 0.86rem;
    line-height: 1.36;
  }

  .hero-copy p {
    max-width: 32ch;
    font-size: 0.94rem;
  }

  .category-nav {
    top: 172px;
  }

  .category-block {
    scroll-margin-top: 235px;
  }
}
