@font-face {
  font-family: "Cinzel";
  src: url("assets/fonts/Cinzel-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #f5e9ce;
  --ink-soft: #cdbfa1;
  --paper: #0b0a1f;
  --paper-deep: #14112e;
  --white: #f5e9ce;
  --wine: #14112e;
  --wine-dark: #060517;
  --terracotta: #d19805;
  --brass: #d19805;
  --line: rgba(209, 152, 5, 0.3);
  --shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.82);
  --display: "Cinzel", "Times New Roman", serif;
  --serif: "Cormorant Garamond", Garamond, serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(83, 19, 103, 0.28), transparent 70%),
    radial-gradient(ellipse 70% 50% at 100% 35%, rgba(26, 5, 119, 0.22), transparent 70%),
    linear-gradient(180deg, #0b0a1f 0%, #0e0b26 50%, #0b0a1f 100%);
  background-attachment: fixed;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--terracotta);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 7, 24, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.32);
}

.header-inner {
  width: var(--shell);
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  width: 132px;
  flex: 0 0 auto;
}

.brand img {
  filter: invert(93%) sepia(15%) saturate(410%) hue-rotate(352deg) brightness(105%) contrast(92%);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
}

.primary-nav a {
  position: relative;
  padding: 28px 0 24px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 80px);
  color: var(--white);
  background:
    radial-gradient(circle at 73% 38%, rgba(209, 152, 5, 0.2), transparent 25%),
    radial-gradient(circle at 20% 80%, rgba(83, 19, 103, 0.3), transparent 35%),
    radial-gradient(circle at 92% 82%, rgba(30, 60, 79, 0.32), transparent 30%),
    linear-gradient(130deg, #060517 0%, #14112e 58%, #0b0a1f 100%);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' width='240' height='240'><g fill='none' stroke='%23D19805' stroke-width='0.7' opacity='0.7'><polygon points='60,10 72,38 100,38 78,56 86,84 60,68 34,84 42,56 20,38 48,38'/><polygon points='60,22 68,40 88,40 72,52 78,72 60,62 42,72 48,52 32,40 52,40'/><polygon points='180,130 192,158 220,158 198,176 206,204 180,188 154,204 162,176 140,158 168,158'/><polygon points='180,142 188,160 208,160 192,172 198,192 180,182 162,192 168,172 152,160 172,160'/></g></svg>");
  background-size: 240px 240px;
  mask-image: linear-gradient(to right, transparent, black 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  padding: 110px 0 84px;
}

.hero-inner > * {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: var(--terracotta);
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7.7rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.6);
}

.hero-copy {
  max-width: 620px;
  margin: 32px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  font-style: italic;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}

.button {
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #0c0a08;
  background: var(--terracotta);
}

.button-primary:hover {
  background: #e7b93f;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
}

.button-ghost:hover {
  color: var(--wine-dark);
  background: var(--white);
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 78px;
  color: rgba(245, 233, 206, 0.54);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-note span:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--brass);
  transform: rotate(45deg);
}

.section {
  padding: clamp(96px, 12vw, 160px) 0;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 50px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 440px;
  margin: 0 0 7px;
  color: var(--ink-soft);
}

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

.menu-card {
  position: relative;
  padding: clamp(30px, 4.2vw, 50px);
  background: linear-gradient(180deg, rgba(20, 17, 46, 0.78), rgba(11, 10, 31, 0.72));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.menu-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(209, 152, 5, 0.22);
  transform: rotate(45deg);
}

.menu-card-header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.menu-number {
  margin: 0 0 7px;
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.15;
  text-transform: uppercase;
}

.menu-price {
  margin: 0;
  color: var(--terracotta);
  display: flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.menu-price strong {
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

.menu-price span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-list li {
  position: relative;
  padding: 25px 0 25px 48px;
  border-bottom: 1px solid rgba(245, 233, 206, 0.09);
}

.course-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.course-index {
  position: absolute;
  top: 28px;
  left: 0;
  width: 26px;
  height: 26px;
  color: var(--terracotta);
  border: 1px solid rgba(209, 152, 5, 0.42);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 0.74rem;
}

.course-list h4 {
  margin: 0 0 7px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.46rem;
  font-weight: 500;
  line-height: 1.25;
}

.course-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.7;
}

.buffet-section {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(135deg, rgba(83, 19, 103, 0.14), transparent 55%),
    var(--wine-dark);
  background-size: 42px 42px, 42px 42px, auto, auto;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  overflow: hidden;
}

.buffet-section::before {
  content: "";
  position: absolute;
  left: -220px;
  top: -220px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(211, 168, 102, 0.18);
  transform: rotate(45deg);
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.012),
    0 0 0 160px rgba(255, 255, 255, 0.008);
}

.section-heading-light .eyebrow {
  color: var(--terracotta);
}

.section-heading-light > p {
  color: rgba(255, 250, 240, 0.6);
}

.buffet-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.85fr;
  border: 1px solid rgba(229, 195, 144, 0.18);
}

.buffet-panel {
  min-width: 0;
  padding: clamp(30px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.025);
}

.buffet-panel + .buffet-panel {
  border-left: 1px solid rgba(229, 195, 144, 0.18);
}

.buffet-panel-featured {
  background: rgba(209, 152, 5, 0.07);
}

.category-heading {
  min-height: 90px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(229, 195, 144, 0.18);
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.category-heading > span {
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 1.15rem;
}

.category-heading p {
  margin: 1px 0 3px;
  color: rgba(255, 250, 240, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.category-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.simple-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  position: relative;
  padding: 10px 0 10px 20px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  font-style: italic;
}

.simple-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--brass);
  transform: rotate(45deg);
}

.section-footnote {
  margin: 32px 0 0 auto;
  max-width: 600px;
  color: rgba(255, 250, 240, 0.48);
  font-size: 0.76rem;
  font-style: italic;
  text-align: right;
}

.bites-section {
  background:
    radial-gradient(circle at 100% 20%, rgba(83, 19, 103, 0.24), transparent 32%),
    radial-gradient(circle at 0% 70%, rgba(30, 60, 79, 0.2), transparent 30%),
    var(--paper);
}

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

.bite-category {
  background: linear-gradient(180deg, rgba(20, 17, 46, 0.76), rgba(11, 10, 31, 0.78));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.bite-category header {
  position: relative;
  min-height: 150px;
  padding: 30px 32px 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent),
    linear-gradient(135deg, rgba(83, 19, 103, 0.28), transparent),
    var(--wine);
  overflow: hidden;
}

.bite-category header::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -68px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(226, 186, 124, 0.27);
  transform: rotate(45deg);
}

.bite-category header p {
  margin: 0 0 5px;
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bite-category header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.bite-category header > span {
  position: absolute;
  right: 30px;
  top: 31px;
  color: rgba(245, 233, 206, 0.44);
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.priced-list {
  margin: 0;
  padding: 13px 32px 24px;
  list-style: none;
}

.priced-list li {
  min-height: 52px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(245, 233, 206, 0.09);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.priced-list li:last-child {
  border-bottom: 0;
}

.priced-list li > span:first-child {
  color: var(--ink-soft);
  font-size: 1rem;
  font-style: italic;
}

.bite-price {
  min-width: 104px;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
}

.bite-price[data-price]:not([data-price=""])::after {
  content: " KM / zalogaj";
}

.closing {
  padding: clamp(90px, 12vw, 145px) 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(83, 19, 103, 0.42), transparent 36%),
    radial-gradient(circle at 100% 100%, rgba(26, 5, 119, 0.28), transparent 35%),
    var(--wine-dark);
  text-align: center;
}

.closing-inner {
  max-width: 810px;
  margin: 0 auto;
}

.closing img {
  width: 180px;
  margin: 0 auto 32px;
  filter: invert(68%) sepia(87%) saturate(1049%) hue-rotate(4deg) brightness(88%) contrast(101%);
  opacity: 0.9;
}

.closing .eyebrow {
  color: var(--terracotta);
}

.closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  text-wrap: balance;
}

.closing p:not(.eyebrow) {
  max-width: 600px;
  margin: 28px auto 36px;
  color: rgba(255, 250, 240, 0.7);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 790px;
  margin: 0 auto;
}

.contact-button {
  position: relative;
  min-width: 0;
  padding: 22px 54px 22px 24px;
  color: var(--white);
  border: 1px solid rgba(237, 201, 143, 0.34);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-button::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 23px;
  color: var(--terracotta);
  font-size: 1.25rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.contact-button span {
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-button strong {
  max-width: 100%;
  font-family: var(--sans);
  font-size: clamp(0.78rem, 1.4vw, 0.94rem);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-button:hover {
  color: var(--wine-dark);
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: translateY(-2px);
}

.contact-button:hover span,
.contact-button:hover::after {
  color: var(--wine);
}

.contact-button:hover::after {
  transform: translate(3px, calc(-50% - 3px));
}

.site-footer {
  min-height: 88px;
  padding: 22px max(24px, calc((100% - 1180px) / 2));
  color: rgba(255, 250, 240, 0.5);
  background: var(--wine-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .hero {
    min-height: 740px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .menu-grid,
  .bites-grid {
    grid-template-columns: 1fr;
  }

  .buffet-layout {
    grid-template-columns: 1fr 1fr;
  }

  .buffet-panel:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(229, 195, 144, 0.18);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 74px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    width: 112px;
  }

  .nav-toggle {
    position: relative;
    z-index: 102;
    width: 42px;
    height: 42px;
    padding: 10px 7px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .nav-toggle > span:not(.sr-only) {
    width: 24px;
    height: 1px;
    background: var(--terracotta);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 72px 0 auto;
    min-height: calc(100vh - 72px);
    padding: 48px 28px;
    background: var(--paper);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
  }

  .primary-nav a {
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--display);
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .primary-nav a::after {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 72px);
    place-items: end center;
  }

  .hero::before {
    opacity: 0.12;
    mask-image: none;
  }

  .hero-inner {
    width: calc(100% - 40px);
    padding: 92px 0 44px;
    text-align: center;
  }

  .hero-inner > * {
    margin-right: auto;
    margin-left: auto;
  }

  .hero h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(3.35rem, 15vw, 5rem);
    letter-spacing: -0.035em;
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 34rem;
    margin-top: 28px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 360px);
    margin-top: 34px;
  }

  .hero-note {
    margin-top: 54px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }

  .hero-note span:not(:first-child)::before {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

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

  .section-heading h2 {
    font-size: clamp(3.15rem, 15vw, 4.8rem);
    letter-spacing: -0.035em;
  }

  .menu-card {
    padding: 28px 22px;
  }

  .menu-card-header {
    align-items: flex-start;
  }

  .course-list li {
    padding-left: 40px;
  }

  .buffet-layout {
    grid-template-columns: 1fr;
  }

  .buffet-panel + .buffet-panel,
  .buffet-panel:last-child {
    grid-column: auto;
    border-top: 1px solid rgba(229, 195, 144, 0.18);
    border-left: 0;
  }

  .section-footnote {
    text-align: left;
  }

  .bite-category header {
    min-height: 136px;
    padding: 27px 24px;
  }

  .bite-category header > span {
    top: 28px;
    right: 22px;
  }

  .priced-list {
    padding: 12px 23px 22px;
  }

  .closing {
    padding-right: 16px;
    padding-left: 16px;
  }

  .closing img {
    width: 145px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .contact-button {
    padding: 20px 50px 20px 20px;
  }

  .site-footer {
    padding: 27px 20px;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .closing,
  .site-footer {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 60px 0;
  }

  .section {
    padding: 50px 0;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .menu-card,
  .bite-category {
    break-inside: avoid;
  }
}
