:root {
  --ink: #142c2d;
  --teal: #0b6b6d;
  --teal-dark: #064d50;
  --red: #e34d36;
  --yellow: #e5ad31;
  --cream: #f7efe1;
  --paper: #fff8ea;
  --line: rgba(20, 44, 45, 0.18);
  --shadow: 0 18px 42px rgba(54, 35, 18, 0.18);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(227, 77, 54, 0.08) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 28%, rgba(11, 107, 109, 0.08) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(20, 44, 45, 0.025) 1px, transparent 1px),
    var(--cream);
  background-size: auto, auto, 18px 18px, auto;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.7;
}

img,
svg {
  display: block;
}

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

button,
input {
  font: inherit;
}

.page-shell {
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 680px;
  padding: 42px 44px 68px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  left: -50px;
  bottom: -22px;
  width: 260px;
  height: 74px;
  background: var(--yellow);
  transform: rotate(-7deg);
  opacity: 0.9;
  clip-path: polygon(0 24%, 100% 0, 86% 100%, 8% 78%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 234, 0.98) 0%, rgba(255, 248, 234, 0.86) 38%, rgba(255, 248, 234, 0.2) 58%, rgba(255, 248, 234, 0) 72%),
    url("assets/hero-food.png") center / cover no-repeat;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 28% 44%, rgba(229, 173, 49, 0.12), transparent 26%),
    repeating-linear-gradient(0deg, rgba(82, 55, 32, 0.035) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}

.site-header {
  position: relative;
  z-index: 4;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  color: var(--red);
  transform: rotate(-5deg);
  line-height: 1;
}

.brand span {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.3rem;
  font-weight: 700;
}

.brand small {
  margin-top: 5px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
}

.menu-button {
  display: none;
}

.site-menu {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding-bottom: 10px;
}

.site-nav a:first-child::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  border-radius: 999px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.social {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  font-weight: 900;
  font-size: 0.86rem;
}

.reserve-button,
.primary-link,
.secondary-link,
.outline-button,
.event-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 900;
}

.reserve-button,
.primary-link {
  color: #fff;
  background: var(--red);
  box-shadow: 0 10px 18px rgba(227, 77, 54, 0.25);
}

.reserve-button {
  min-height: 42px;
  padding: 10px 20px;
  font-size: 0.84rem;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 1320px);
  max-width: 1320px;
  margin: 56px auto 0;
  padding-left: 10px;
}

.hand-note {
  position: relative;
  z-index: 4;
  display: inline-block;
  margin: 0 0 24px 94px;
  padding: 6px 14px 8px;
  color: var(--teal-dark);
  background: rgba(255, 248, 234, 0.82);
  border: 1px solid rgba(20, 44, 45, 0.12);
  border-radius: 8px;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(54, 35, 18, 0.08);
  transform: rotate(-5deg);
}

.hero-content h1 {
  position: relative;
  z-index: 3;
  margin: 0;
  max-width: 630px;
  font-size: 3.35rem;
  line-height: 1.42;
  font-weight: 950;
  text-shadow:
    0 2px 0 rgba(255, 248, 234, 0.95),
    0 4px 18px rgba(255, 248, 234, 0.75);
}

.hero-content h1 span {
  color: var(--red);
  font-size: 3.7rem;
}

.hero-copy {
  margin: 24px 0 28px;
  font-size: 1.02rem;
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.secondary-link,
.outline-button {
  color: var(--ink);
  background: rgba(255, 248, 234, 0.82);
  border: 2px solid rgba(20, 44, 45, 0.22);
}

main {
  background:
    linear-gradient(rgba(255, 248, 234, 0.74), rgba(255, 248, 234, 0.74)),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(20, 44, 45, 0.025) 14px 15px),
    var(--cream);
}

.features {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 248, 234, 0.9);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature {
  min-height: 218px;
  padding: 34px 34px 28px;
  text-align: center;
  border-right: 1px dashed rgba(20, 44, 45, 0.25);
}

.feature:last-child {
  border-right: 0;
}

.feature svg {
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
  color: var(--teal);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature h2 {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 1.05rem;
  font-weight: 950;
}

.feature p {
  margin: 0 auto;
  max-width: 230px;
  font-size: 0.88rem;
  font-weight: 700;
}

.menu-section {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 36px 62px;
}

.menu-section::before,
.menu-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu-section::before {
  left: -46px;
  top: 26px;
  width: 250px;
  height: 92px;
  background: rgba(11, 107, 109, 0.15);
  clip-path: polygon(2% 18%, 100% 0, 82% 82%, 0 100%);
}

.menu-section::after {
  right: -12px;
  bottom: 18px;
  width: 240px;
  height: 44px;
  background:
    linear-gradient(45deg, var(--red) 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(45deg, transparent 75%, var(--red) 75%) 0 0 / 28px 28px,
    linear-gradient(45deg, transparent 75%, var(--red) 75%) 14px -14px / 28px 28px,
    linear-gradient(45deg, var(--red) 25%, transparent 25%) -14px 14px / 28px 28px;
  opacity: 0.78;
  transform: rotate(2deg);
}

.section-heading {
  position: relative;
  z-index: 1;
}

.menu-heading {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.menu-heading p,
.gallery-title p {
  margin: 0;
  color: var(--teal);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 3.1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.menu-heading span,
.mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 16px;
  color: #fff;
  background: var(--yellow);
  font-size: 0.86rem;
  font-weight: 950;
  transform: rotate(-3deg);
}

.menu-heading em {
  color: var(--red);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 2rem;
  font-style: normal;
}

.menu-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.menu-card {
  background: #fff;
  box-shadow: 0 12px 24px rgba(68, 45, 23, 0.14);
  border: 1px solid rgba(20, 44, 45, 0.1);
  transform: rotate(-1deg);
}

.menu-card:nth-child(even) {
  transform: rotate(1deg);
}

.menu-photo {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  background-image: var(--menu-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-burger { --menu-image: url("assets/menu-burger.png"); }
.menu-pancake { --menu-image: url("assets/menu-pancake.png"); }
.menu-cookie { --menu-image: url("assets/menu-cookie.png"); }
.menu-latte { --menu-image: url("assets/menu-latte.png"); }
.menu-dessert { --menu-image: url("assets/menu-dessert.png"); }

.menu-card h3 {
  margin: 14px 12px 2px;
  color: var(--red);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.08rem;
  line-height: 1.15;
}

.menu-card p {
  margin: 0 12px 4px;
  font-size: 0.76rem;
  font-weight: 900;
}

.menu-card strong {
  display: block;
  margin: 0 12px 16px;
  font-size: 1.25rem;
  font-weight: 950;
}

.outline-button {
  position: relative;
  z-index: 1;
  width: min(300px, 100%);
  margin: 34px auto 0;
}

.events-section {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 36px 66px;
}

.events-section::before {
  content: "♪";
  position: absolute;
  left: 4px;
  top: 88px;
  color: var(--ink);
  font-size: 1.6rem;
  transform: rotate(-15deg);
}

.events-section::after {
  content: "♪";
  position: absolute;
  left: 26px;
  top: 132px;
  color: var(--ink);
  font-size: 1.25rem;
  transform: rotate(10deg);
}

.events-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.script-title {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #101010;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-5deg);
}

.mini-label {
  background: var(--teal);
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 950;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.event-card {
  --shade: rgba(6, 77, 80, 0.72);
  --event-image: url("assets/event-live.png");
  position: relative;
  min-height: 286px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), var(--shade)),
    var(--event-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-live { --event-image: url("assets/event-live.png"); --shade: rgba(5, 72, 74, 0.82); }
.event-brunch { --event-image: url("assets/event-brunch.png"); --shade: rgba(198, 121, 28, 0.82); }
.event-private { --event-image: url("assets/event-private.png"); --shade: rgba(5, 76, 77, 0.78); }
.event-party { --event-image: url("assets/event-party.png"); --shade: rgba(209, 62, 44, 0.82); }

.event-card span {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 4px 11px;
  background: rgba(255, 248, 234, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.event-card h2 {
  margin: 52px 0 8px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.event-card p {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
}

.event-card time {
  font-size: 0.78rem;
  font-weight: 950;
}

.event-card a {
  align-self: flex-start;
  min-height: 38px;
  padding: 8px 16px;
  color: var(--ink);
  background: #fff;
  font-size: 0.82rem;
}

.gallery-section {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 186px 1fr;
  gap: 18px;
  padding: 52px 36px 42px;
}

.gallery-section::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 40px;
  width: 210px;
  height: 132px;
  background: var(--teal);
  opacity: 0.8;
  transform: rotate(-14deg);
  clip-path: polygon(8% 0, 100% 17%, 76% 100%, 0 74%);
}

.gallery-title {
  position: relative;
  z-index: 1;
  align-self: center;
}

.gallery-title p {
  color: #171717;
  font-size: 2.75rem;
}

.gallery-title span {
  display: block;
  margin-top: 8px;
  font-weight: 950;
}

.gallery-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.gallery-photo {
  aspect-ratio: 16 / 10;
  min-height: 0;
  border: 4px solid #fff;
  box-shadow: 0 10px 22px rgba(54, 35, 18, 0.16);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-bar { background-image: url("assets/gallery-bar.png"); }
.gallery-sofa { background-image: url("assets/gallery-sofa.png"); }
.gallery-patio { background-image: url("assets/gallery-patio.png"); }
.gallery-room { background-image: url("assets/gallery-room.png"); }
.gallery-live { background-image: url("assets/event-live.png"); }

.info-section {
  max-width: 1320px;
  margin: 0 auto 28px;
  padding: 28px 36px 34px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.08fr;
  gap: 0;
  background: rgba(255, 248, 234, 0.88);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-card {
  padding: 18px 28px;
  border-right: 1px dashed rgba(20, 44, 45, 0.25);
}

.info-card:last-child {
  border-right: 0;
}

.info-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.info-card h2 span {
  margin-left: 10px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 950;
}

.access-layout {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 20px;
  align-items: start;
}

.mini-map {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  background: #f4efe3;
  border: 5px solid #fff;
  box-shadow: 0 8px 18px rgba(54, 35, 18, 0.12);
}

.mini-map::before,
.mini-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 30%, rgba(11, 107, 109, 0.16) 31% 34%, transparent 35%),
    linear-gradient(0deg, transparent 44%, rgba(11, 107, 109, 0.12) 45% 49%, transparent 50%),
    linear-gradient(130deg, transparent 47%, rgba(11, 107, 109, 0.22) 48% 52%, transparent 53%);
}

.map-road {
  position: absolute;
  height: 6px;
  width: 150px;
  background: rgba(227, 77, 54, 0.22);
  border-radius: 999px;
}

.road-a {
  left: -20px;
  top: 24px;
  transform: rotate(18deg);
}

.road-b {
  right: -45px;
  bottom: 32px;
  transform: rotate(-24deg);
}

.road-c {
  left: 18px;
  bottom: 13px;
  background: rgba(229, 173, 49, 0.35);
  transform: rotate(4deg);
}

.map-pin {
  position: absolute;
  left: 63px;
  top: 32px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--red);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  font-size: 0.65rem;
  font-weight: 950;
}

.map-pin::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.map-pin {
  color: transparent;
}

.map-pin::after {
  content: "HERE!";
  position: absolute;
  left: 16px;
  top: 38px;
  width: 56px;
  color: var(--ink);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1rem;
  font-weight: 900;
  transform: rotate(28deg);
}

address {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
}

.access-card ul {
  margin: 10px 0 0 158px;
  padding-left: 15px;
  font-size: 0.76rem;
  font-weight: 800;
}

.follow-card {
  display: flex;
  flex-direction: column;
}

.follow-card a {
  position: relative;
  margin: 0 0 11px 36px;
  font-size: 0.86rem;
  font-weight: 900;
}

.follow-card a::before {
  position: absolute;
  left: -36px;
  top: -2px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 0.72rem;
}

.follow-card a:nth-of-type(1)::before { content: "IG"; background: var(--red); }
.follow-card a:nth-of-type(2)::before { content: "f"; background: #2e5d9f; }
.follow-card a:nth-of-type(3)::before { content: "X"; background: #111; }

.newsletter-card p {
  margin: 0 0 18px;
  font-size: 0.86rem;
  font-weight: 800;
}

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

.mail-field {
  display: grid;
  grid-template-columns: 1fr 42px;
  min-height: 46px;
  overflow: hidden;
  border: 2px solid rgba(20, 44, 45, 0.16);
  border-radius: 999px;
  background: #fff;
}

.mail-field input {
  width: 100%;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
}

.mail-field button {
  width: 42px;
  border: 0;
  color: #fff;
  background: var(--teal);
  font-weight: 950;
  cursor: pointer;
}

.site-footer {
  min-height: 82px;
  padding: 18px 44px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(rgba(6, 77, 80, 0.94), rgba(6, 77, 80, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.08) 3px 4px);
}

.footer-brand {
  color: #fff;
  transform: rotate(-4deg);
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 0.78rem;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.anchor-mark {
  font-size: 2.2rem;
}

@media (max-width: 1160px) {
  .hero {
    padding-inline: 28px;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .site-menu {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }

  .header-actions {
    justify-content: center;
  }

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

  .feature:nth-child(2) {
    border-right: 0;
  }

  .feature:nth-child(1),
  .feature:nth-child(2) {
    border-bottom: 1px dashed rgba(20, 44, 45, 0.25);
  }

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

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

  .info-section {
    grid-template-columns: 1fr;
  }

  .info-card {
    border-right: 0;
    border-bottom: 1px dashed rgba(20, 44, 45, 0.25);
  }

  .info-card:last-child {
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .hero {
    z-index: 10000;
    min-height: auto;
    padding: 12px 18px 24px;
  }

  .hero-photo {
    background:
      linear-gradient(180deg, rgba(255, 248, 234, 0.66) 0%, rgba(255, 248, 234, 0.08) 16%, rgba(255, 248, 234, 0.04) 45%, rgba(255, 248, 234, 0.72) 70%, rgba(255, 248, 234, 0.68) 88%, rgba(255, 248, 234, 0.18) 100%),
      url("assets/hero-food.png") 94% 96px / auto 335px no-repeat;
  }

  .hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, var(--cream) 0%, rgba(247, 239, 225, 0) 18%, rgba(247, 239, 225, 0) 48%, var(--cream) 68%);
  }

  .hero-photo::after {
    opacity: 0.35;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483647;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 18px 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    gap: 12px;
  }

  .site-header .brand {
    justify-self: start;
    padding: 5px 8px 7px;
    background: rgba(255, 248, 234, 0.82);
    border-radius: 8px;
  }

  .menu-button {
    position: relative;
    z-index: 2;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    color: var(--teal-dark);
    background: rgba(255, 248, 234, 0.88);
    border: 2px solid rgba(11, 107, 109, 0.22);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(54, 35, 18, 0.1);
    font-weight: 950;
    cursor: pointer;
  }

  .menu-button-lines {
    position: relative;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: background 0.2s ease;
  }

  .menu-button-lines::before,
  .menu-button-lines::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.2s ease, top 0.2s ease;
  }

  .menu-button-lines::before {
    top: -7px;
  }

  .menu-button-lines::after {
    top: 7px;
  }

  .menu-button-text {
    font-size: 0.75rem;
  }

  .site-header.menu-open .menu-button-lines {
    background: transparent;
  }

  .site-header.menu-open .menu-button-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .site-header.menu-open .menu-button-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

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

  .site-menu {
    position: fixed;
    top: 68px;
    right: 16px;
    left: 16px;
    z-index: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 14px;
    background: rgba(255, 248, 234, 0.96);
    border: 0 solid transparent;
    border-radius: 10px;
    box-shadow: 0 16px 30px rgba(54, 35, 18, 0.14);
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease, border-width 0.3s ease;
  }

  .site-header.menu-open .site-menu {
    max-height: 460px;
    opacity: 1;
    padding: 16px 14px 18px;
    border-width: 1px;
    border-color: rgba(20, 44, 45, 0.12);
    pointer-events: auto;
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 12px 18px;
    font-size: 0.9rem;
  }

  .site-nav a {
    padding: 9px 4px;
    border-bottom: 1px dashed rgba(20, 44, 45, 0.18);
    text-align: center;
  }

  .site-nav a:first-child::after,
  .site-nav a:hover::after {
    display: none;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .reserve-button {
    width: 100%;
    max-width: none;
  }

  .hero-content {
    margin-top: 350px;
    padding-left: 0;
  }

  .hand-note {
    display: none;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: 2.35rem;
    line-height: 1.38;
  }

  .hero-content h1 span {
    font-size: 2.55rem;
  }

  .hero-copy {
    margin: 14px 0 14px;
    font-size: 0.92rem;
  }

  .hero-buttons {
    gap: 20px;
  }

  .primary-link,
  .secondary-link {
    width: auto;
    max-width: none;
    min-height: auto;
    padding: 0 0 5px;
    color: var(--teal-dark);
    background: transparent;
    border: 0;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.9rem;
  }

  .primary-link {
    color: var(--red);
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px dashed rgba(20, 44, 45, 0.25);
  }

  .feature:last-child {
    border-bottom: 0;
  }

  .menu-section,
  .events-section,
  .gallery-section {
    padding-inline: 18px;
  }

  .menu-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .menu-heading p,
  .gallery-title p {
    font-size: 2.45rem;
  }

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

  .events-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .script-title {
    font-size: 3.2rem;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section {
    grid-template-columns: 1fr;
  }

  .gallery-section::before {
    display: none;
  }

  .gallery-title p {
    font-size: clamp(2rem, 11vw, 2.45rem);
    line-height: 1;
  }

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

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

  .info-section {
    padding: 16px 18px 24px;
  }

  .info-card {
    padding: 20px 0;
  }

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

  .mini-map {
    max-width: 240px;
  }

  .access-card ul {
    margin-left: 0;
  }

  .site-footer {
    padding: 24px 18px;
    gap: 20px;
  }
}

@media (max-width: 460px) {
  .menu-list,
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-section {
    padding-top: 42px;
  }

  .gallery-title {
    align-self: start;
  }

  .gallery-photo {
    aspect-ratio: 16 / 9;
  }

  .menu-card {
    transform: none;
  }

  .menu-card:nth-child(even) {
    transform: none;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content h1 span {
    font-size: 2.12rem;
  }

  .hero {
    min-height: auto;
  }
}
