:root {
  --paper: #efe1d9;
  --paper-light: #fff8f3;
  --ink: #2b2020;
  --red: #c8102e;
  --red-dark: #9e0f28;
  --sage: #637764;
  --honey: #d8a443;
  --line: rgba(200, 16, 46, 0.22);
  --shadow: 0 18px 42px rgba(126, 51, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 164, 67, 0.16), transparent 26rem),
    linear-gradient(180deg, var(--paper-light), var(--paper));
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0;
}

.home-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(200, 16, 46, 0.06), transparent 23rem),
    radial-gradient(circle at 86% 70%, rgba(99, 119, 100, 0.12), transparent 24rem),
    #e9ded8;
}

.info-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 16, 46, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 76%, rgba(99, 119, 100, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--paper-light), var(--paper));
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(255, 248, 243, 0.78);
  border-bottom: 1px solid rgba(200, 16, 46, 0.18);
  backdrop-filter: blur(14px);
}

.brand-mark {
  width: clamp(92px, 14vw, 150px);
}

.site-header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.6rem, 2vw, 1.4rem);
  color: var(--red);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header nav a {
  padding: 0.45rem 0;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.site-header nav a:hover {
  border-color: var(--red);
}

.site-header nav a[aria-current="page"] {
  border-color: var(--red);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 6.6rem 0 2.5rem;
  overflow: hidden;
  align-items: end;
  justify-items: center;
  background:
    linear-gradient(180deg, rgba(255, 248, 243, 0.4), rgba(233, 222, 216, 0)),
    transparent;
  scroll-margin-top: 6.5rem;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8rem;
  background: linear-gradient(0deg, var(--paper), rgba(233, 222, 216, 0));
  content: "";
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  padding-inline: clamp(1.25rem, 6vw, 5rem);
  width: min(820px, 100%);
  text-align: center;
  margin-top: auto;
  transition: opacity 360ms ease, transform 360ms ease;
}

.hero-content > * {
  transition: opacity 360ms ease, transform 360ms ease;
}

.hero-copy {
  width: min(620px, 100%);
  color: var(--red);
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 12vw, 7.5rem);
  font-weight: 700;
  line-height: 0.9;
}

.hero-copy p {
  width: min(420px, 100%);
  margin: 0 auto;
  color: var(--red);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(0.92rem, 2.1vw, 1.2rem);
  font-weight: 900;
  line-height: 1.18;
}

.hero-mountain {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: clamp(260px, 48svh, 520px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(0.96);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 66%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.hero-content > p {
  width: min(660px, 100%);
  margin: 0 auto;
  color: #5b4141;
  font-size: clamp(1.05rem, 2.5vw, 1.45rem);
  line-height: 1.55;
}

.menu-photo-button {
  position: relative;
  display: grid;
  width: min(7cm, 86vw);
  height: 2cm;
  overflow: hidden;
  place-items: center;
  border: 2px solid rgba(255, 248, 243, 0.9);
  border-radius: 16px;
  color: #fff8f3;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(126, 51, 43, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 260ms ease, opacity 260ms ease;
}

.menu-photo-button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.menu-photo-button::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.24), transparent 52%);
  content: "";
}

.menu-photo-button::before {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -90%;
  z-index: 2;
  width: 46%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 35%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0.18) 65%,
    transparent 100%
  );
  content: "";
  opacity: 0;
  transform: skewX(-18deg);
  pointer-events: none;
}

.menu-photo-button span {
  position: relative;
  z-index: 3;
}

.menu-photo-button:hover,
.menu-photo-button:focus-visible {
  border-color: #fff8f3;
  box-shadow:
    0 0 0 4px rgba(200, 16, 46, 0.24),
    0 0 24px rgba(200, 16, 46, 0.8),
    0 16px 34px rgba(126, 51, 43, 0.28);
  outline: none;
  animation: red-button-glow 1.1s ease-in-out infinite alternate;
}

.menu-photo-button:hover::before,
.menu-photo-button:focus-visible::before {
  animation: button-glint 1.05s linear infinite;
  opacity: 1;
}

.social-photo-button {
  margin-top: 0.4rem;
}

@keyframes button-glint {
  from {
    left: -90%;
  }

  to {
    left: 140%;
  }
}

.menu-photo-button.is-zooming {
  z-index: 30;
  transform: scale(1.22);
  opacity: 0;
}

.home-page.page-zooming .hero-content > :not(.menu-photo-button) {
  opacity: 0;
  transform: scale(0.96);
}

@keyframes red-button-glow {
  from {
    box-shadow:
      0 0 0 3px rgba(200, 16, 46, 0.18),
      0 0 18px rgba(200, 16, 46, 0.56),
      0 16px 34px rgba(126, 51, 43, 0.26);
  }

  to {
    box-shadow:
      0 0 0 6px rgba(200, 16, 46, 0.3),
      0 0 34px rgba(200, 16, 46, 0.96),
      0 18px 40px rgba(126, 51, 43, 0.34);
  }
}

.menu-section {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(99, 119, 100, 0.1), transparent 28%),
    var(--paper);
  scroll-margin-top: 6.5rem;
}

.menu-page .menu-section {
  min-height: 100svh;
  padding-top: clamp(8.4rem, 13vw, 10rem);
}

.info-section {
  min-height: 100svh;
  padding: clamp(8.4rem, 13vw, 10rem) clamp(1rem, 5vw, 4rem) 4rem;
}

.info-card {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-top: 7px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 248, 243, 0.76);
  box-shadow: var(--shadow);
}

.centered-card {
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  text-align: center;
}

.info-card p {
  width: min(560px, 100%);
  margin: 0;
  color: #593737;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.55;
}

.location-card {
  display: grid;
  gap: 1.2rem;
}

.location-card address {
  color: var(--red-dark);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.map-frame {
  overflow: hidden;
  border: 2px solid rgba(200, 16, 46, 0.18);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: var(--paper);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-link {
  justify-self: center;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto 2.4rem;
  text-align: center;
}

.section-heading p {
  margin: 0 0 0.25rem;
  color: var(--sage);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h1 {
  margin: 0;
  color: var(--red);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.menu-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.2rem, 5vw, 3rem) clamp(1.2rem, 3vw, 2rem);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.menu-panel {
  position: relative;
  padding: clamp(1rem, 2.6vw, 1.4rem);
  border: 1px solid var(--line);
  border-top: 7px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 248, 243, 0.72);
  box-shadow: var(--shadow);
}

.menu-panel.with-drawing {
  isolation: isolate;
  overflow: visible;
}

.menu-panel.with-drawing > :not(.panel-drawing) {
  position: relative;
  z-index: 2;
}

.menu-panel.featured,
.menu-panel:nth-of-type(2),
.menu-panel:nth-of-type(8) {
  grid-column: 1 / -1;
}

.panel-drawing {
  position: absolute;
  z-index: 1;
  width: clamp(136px, 18vw, 250px);
  opacity: 1;
  filter:
    saturate(1.05)
    contrast(1.04)
    drop-shadow(1px 0 0 #fff8f3)
    drop-shadow(-1px 0 0 #fff8f3)
    drop-shadow(0 1px 0 #fff8f3)
    drop-shadow(0 -1px 0 #fff8f3)
    drop-shadow(0 0 4px rgba(255, 248, 243, 0.96))
    drop-shadow(0 14px 22px rgba(126, 51, 43, 0.22));
  pointer-events: none;
}

.panel-drawing.small {
  width: clamp(118px, 15vw, 200px);
}

.panel-drawing-top-right {
  top: -3.3rem;
  right: -1.7rem;
  rotate: 8deg;
}

.panel-drawing-top-left {
  top: -3.1rem;
  left: -1.7rem;
  rotate: -8deg;
}

.panel-drawing-bottom-right {
  right: -1.7rem;
  bottom: -3.2rem;
  rotate: -7deg;
}

.panel-drawing-bottom-left {
  bottom: -3.2rem;
  left: -1.7rem;
  rotate: 7deg;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.panel-title::after {
  flex: 1;
  height: 3px;
  background: var(--red);
  content: "";
}

.panel-title span {
  color: var(--red);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

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

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

.menu-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed rgba(200, 16, 46, 0.26);
}

.menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-item h2 {
  margin: 0;
  color: var(--red);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.menu-item p,
.note {
  margin: 0.34rem 0 0;
  color: #593737;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.45;
}

.menu-item strong,
.simple-list strong,
.price-row strong {
  flex: 0 0 auto;
  color: var(--red-dark);
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  white-space: nowrap;
}

.menu-item.stacked {
  display: grid;
  gap: 0.7rem;
}

.simple-list span,
.price-row span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding-bottom: 0.58rem;
  border-bottom: 1px dashed rgba(200, 16, 46, 0.26);
  color: var(--red);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.14rem);
  font-weight: 900;
  text-transform: uppercase;
}

.simple-list span:last-child,
.price-row span:last-child {
  border-bottom: 0;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.2rem;
}

.price-row span {
  display: grid;
  gap: 0.35rem;
  justify-content: start;
}

.drinks {
  border-top-color: var(--sage);
}

.drinks .panel-title span,
.drinks .menu-item h2,
.drinks .simple-list span {
  color: var(--red);
}

.drinks .panel-title::after {
  background: var(--sage);
}

footer {
  display: grid;
  justify-items: center;
  padding: 2rem 1rem 2.4rem;
  background: var(--paper-light);
  color: var(--red);
  font-weight: 900;
}

.home-page footer {
  background: #e9ded8;
}

footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .menu-layout,
  .menu-grid,
  .menu-grid.three {
    grid-template-columns: 1fr;
  }

  .menu-panel.featured,
  .menu-panel:nth-of-type(2),
  .menu-panel:nth-of-type(8) {
    grid-column: auto;
  }

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

  .panel-drawing {
    width: clamp(112px, 26vw, 170px);
    opacity: 0.95;
  }

  .panel-drawing.small {
    width: clamp(100px, 23vw, 150px);
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.65rem 0.85rem;
  }

  .brand-mark {
    flex: 0 0 auto;
    width: 84px;
  }

  .site-header nav {
    max-width: calc(100% - 96px);
    gap: 0.35rem 0.55rem;
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .site-header nav a {
    padding: 0.32rem 0;
  }

  .hero {
    min-height: 100svh;
    padding-top: 6.1rem;
    padding-bottom: 1.5rem;
  }

  .hero-mountain {
    height: clamp(260px, 48svh, 390px);
  }

  .hero-content {
    gap: 0.85rem;
    padding-inline: 1rem;
    transform: translateY(-clamp(1.25rem, 6svh, 3rem));
  }

  .hero-copy h1 {
    margin-bottom: 0.7rem;
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero-copy p {
    max-width: 330px;
    font-size: 0.78rem;
  }

  .hero-content > p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .menu-photo-button {
    border-radius: 14px;
  }

  .menu-page .menu-section,
  .info-section {
    padding-top: 7.4rem;
  }

  .section-heading {
    margin-bottom: 1.7rem;
  }

  .section-heading p {
    font-size: 0.82rem;
  }

  .section-heading h1 {
    font-size: clamp(2.45rem, 14vw, 4.5rem);
  }

  .menu-section {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .menu-panel {
    padding: 1rem;
  }

  .panel-drawing-top-right {
    top: -2.2rem;
    right: -0.75rem;
  }

  .panel-drawing-top-left {
    top: -2.2rem;
    left: -0.75rem;
  }

  .panel-drawing-bottom-right {
    right: -0.75rem;
    bottom: -2.2rem;
  }

  .panel-drawing-bottom-left {
    bottom: -2.2rem;
    left: -0.75rem;
  }

  .menu-item {
    display: grid;
    gap: 0.55rem;
  }

  .menu-item strong {
    justify-self: start;
  }

  .price-row {
    grid-template-columns: 1fr;
  }

  .info-card {
    padding: 1rem;
  }

  .location-card address {
    font-size: 1rem;
  }

  .map-frame {
    aspect-ratio: 4 / 5;
  }
}
