:root {
  --coffee-bean: #22181a;
  --dusty-blush: #d89d9f;
  --neon-rose: #f43687;
  --whipped-cream: #ece3d4;
  --rose-gold: #bb8a7f;
  --midnight: #1a1113;
  --border: rgba(236, 227, 212, 0.15);
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  --font-body: "Libre Baskerville", serif;
  --font-display: "Libre Baskerville", serif;
  --font-accent: "Libre Baskerville", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--whipped-cream);
  background: radial-gradient(circle at top, #352026, var(--coffee-bean) 60%);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

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

body.menu-page {
  background: var(--coffee-bean);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  margin-top: 0;
  color: var(--whipped-cream);
  line-height: 1.2;
}

p {
  margin-top: 0;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(26, 17, 19, 0.85);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--whipped-cream);
  padding: 0.25rem 0.5rem;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-stack {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1.15;
}

.brand-text {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.brand-tagline {
  font-family: var(--font-accent);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dusty-blush);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  color: var(--whipped-cream);
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--dusty-blush);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--dusty-blush);
  color: var(--coffee-bean);
  font-weight: 700;
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
}

.btn-secondary {
  background: transparent;
  color: var(--dusty-blush);
  border-color: var(--dusty-blush);
}

.btn-nav {
  padding: 0.5rem 1.1rem;
}

.btn-neon {
  background: var(--dusty-blush);
  color: var(--coffee-bean);
  border-color: var(--dusty-blush);
  box-shadow: none;
}

.hero {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.menu-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: start;
}

.menu-hero-board {
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 0.75rem;
  background: rgba(12, 6, 8, 0.8);
  box-shadow: var(--shadow);
}

.menu-hero-board img {
  border-radius: 20px;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 5vw, 3.5rem);
}

.eyebrow {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: var(--rose-gold);
}

.hero-copy p {
  color: rgba(236, 227, 212, 0.85);
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-media {
  display: grid;
  gap: 1rem;
}

.hero-gallery {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--midnight);
}

.hero-gallery-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.hero-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  position: relative;
}

.hero-gallery-track img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.25rem 1.5rem 2.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.65vw, 1.4rem);
  letter-spacing: 0.02em;
  color: var(--whipped-cream);
  text-align: left;
  background: linear-gradient(
    to top,
    rgba(18, 9, 13, 0.88) 0%,
    rgba(18, 9, 13, 0.55) 55%,
    rgba(18, 9, 13, 0) 100%
  );
  pointer-events: none;
}

.hero-gallery-number {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  min-width: 2.25rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(18, 9, 13, 0.75);
  color: var(--whipped-cream);
  font-family: var(--font-accent, var(--font-body));
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-align: center;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(236, 227, 212, 0.25);
  pointer-events: none;
  z-index: 2;
}

.hero-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(236, 227, 212, 0.3);
  background: rgba(18, 9, 13, 0.65);
  color: var(--whipped-cream);
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 3;
}

.hero-gallery-arrow:hover {
  background: rgba(18, 9, 13, 0.85);
}

.hero-gallery-prev {
  left: 0.75rem;
}

.hero-gallery-next {
  right: 0.75rem;
}

.hero-gallery-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}

.hero-gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(236, 227, 212, 0.35);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-gallery-dot.active {
  background: var(--dusty-blush);
  transform: scale(1.3);
}

.section {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
}

.section-head {
  margin-bottom: 1.5rem;
}

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

.menu-item {
  background: rgba(26, 17, 19, 0.75);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.3rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.menu-item p {
  color: rgba(236, 227, 212, 0.8);
}

.menu-item span {
  font-weight: 700;
  color: var(--dusty-blush);
}

.pattern-panel {
  background: var(--midnight);
  position: relative;
}

.pattern-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/pattern-bandana.png');
  opacity: 0.08;
  background-size: 600px;
  mix-blend-mode: screen;
}

.pattern-panel > .container {
  position: relative;
}

.pattern-note {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  color: rgba(236, 227, 212, 0.7);
}

.pattern-note img {
  width: 220px;
  min-width: 120px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
}

.story {
  background: #1d1417;
  border-block: 1px solid var(--border);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  align-items: center;
}

.story-bits {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.caption {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 0.25rem;
}

.story-bit-line {
  display: block;
}

.perks-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-grid;
  gap: 0.6rem;
  text-align: left;
}

.perks-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(236, 227, 212, 0.85);
}

.perk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  border-radius: 999px;
  background: rgba(216, 157, 159, 0.12);
  border: 1px solid rgba(216, 157, 159, 0.25);
  font-size: 0.95rem;
}

blockquote {
  margin: 0;
  padding: 2rem;
  background: rgba(34, 24, 26, 0.85);
  border-radius: 24px;
  border: 1px solid var(--border);
  font-style: italic;
  box-shadow: var(--shadow);
}

.blockquote-note {
  display: block;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
}

.visit {
  background: linear-gradient(160deg, rgba(216, 157, 159, 0.08), transparent);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

.details-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(236, 227, 212, 0.85);
}

.details-list a {
  color: var(--dusty-blush);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.details-list a:hover,
.details-list a:focus {
  color: var(--neon-rose);
}

.visit-note {
  background: rgba(26, 17, 19, 0.85);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
}

.cta {
  background: var(--midnight);
  border-top: 1px solid var(--border);
}

.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #1a1214;
  padding: 1.5rem 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  color: rgba(236, 227, 212, 0.7);
}

.footer-left p {
  margin: 0;
}

.footer-left img {
  width: 160px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

.footer-left img.footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.footer-wrap a {
  color: var(--neon-rose);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.back-to-top-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.back-to-top:hover .back-to-top-arrow {
  transform: translateY(-2px);
}

.section-alt {
  background: rgba(255, 255, 255, 0.025);
  border-block: 1px solid var(--border);
}

.menu-print-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
}

.menu-print-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-table {
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(26, 17, 19, 0.8);
  margin: 1rem 0;
}

.menu-table p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-table p:last-child {
  border-bottom: none;
}

.menu-table strong {
  color: var(--dusty-blush);
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tag-list li {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(26, 17, 19, 0.6);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.menu-page-title {
  margin-bottom: 0.5rem;
}

.menu-page-subtitle,
.menu-note {
  color: rgba(236, 227, 212, 0.75);
  font-family: var(--font-body);
}

.menu-note {
  padding: 1rem 1.25rem;
  margin-top: 1.25rem;
  border-left: 3px solid rgba(236, 227, 212, 0.25);
  background: rgba(236, 227, 212, 0.05);
  border-radius: 0.5rem;
}


.menu-board {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, #2d1b20, #12090d 65%);
  color: var(--whipped-cream);
}

.board-shell {
  width: min(1400px, 94vw);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.board-shell-image {
  gap: 1.5rem;
}

.board-download {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.board-figure {
  margin: 0;
  border-radius: 32px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.25);
  padding: 0.75rem;
  box-shadow: var(--shadow);
}

.board-figure img {
  border-radius: 24px;
  width: 100%;
}

.board-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.board-logo {
  width: clamp(90px, 12vw, 160px);
  height: auto;
}

.board-logo-wide {
  width: clamp(180px, 32vw, 360px);
}

.board-head h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}

.board-tagline {
  font-family: var(--font-accent);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--rose-gold);
}

.board-grid {
  display: grid;
  gap: 1.5rem;
}

.board-grid.two-col {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.board-grid.three-col {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.board-section {
  background: rgba(18, 9, 13, 0.85);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

.board-section h2 {
  margin-bottom: 0.85rem;
  font-size: 1.75rem;
}

.board-section h3 {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}

.board-section p,
.board-section li,
.board-note {
  font-family: var(--font-body);
  color: rgba(236, 227, 212, 0.88);
}

.board-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.board-list.price li {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.board-list.price span:last-child {
  color: var(--dusty-blush);
  font-weight: 700;
}

.board-note {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill-list li {
  border: 1px solid var(--border);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.04);
}

.board-foot {
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(236, 227, 212, 0.65);
  text-align: center;
}

.board-subgrid {
  display: grid;
  gap: 1rem;
}

.board-subgrid.two {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.menu-board-links {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.menu-gallery {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid var(--border);
}

.menu-board-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu-board-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(18, 9, 13, 0.85);
  box-shadow: var(--shadow);
}

.menu-board-card-text p {
  color: rgba(236, 227, 212, 0.82);
}

.menu-board-card-media {
  align-self: center;
}

.menu-board-card-media img {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.menu-board-card-image {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.menu-board-card-image a {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-board-card-image a:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.55);
}

.menu-board-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-card-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-family: var(--font-body);
  color: rgba(236, 227, 212, 0.9);
}

.menu-card-list strong {
  color: var(--dusty-blush);
}

.menu-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.menu-preview {
  background: rgba(255, 255, 255, 0.01);
  border-block: 1px solid var(--border);
}

.menu-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.menu-preview-card {
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 1rem;
  text-decoration: none;
  color: var(--whipped-cream);
  background: rgba(19, 11, 14, 0.85);
  display: grid;
  gap: 0.85rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.menu-preview-card img {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-preview-card h3 {
  margin: 0.2rem 0;
}

.menu-preview-card p {
  color: rgba(236, 227, 212, 0.78);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  color: var(--whipped-cream);
  font-size: 1.5rem;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}

.board-mini-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(26, 17, 19, 0.9);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 0;
}

.board-mini-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.board-mini-wrap .brand {
  gap: 0.5rem;
}

.board-mini-wrap .brand-logo {
  width: 36px;
  height: 36px;
}

.board-mini-wrap .brand-text {
  font-size: 1rem;
}

.board-back-link {
  color: var(--dusty-blush);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.board-back-link:hover {
  color: var(--whipped-cream);
}

.menu-page .brand-stack {
  max-width: 160px;
}

@media (max-width: 840px) {
  .nav-toggle {
    display: block;
  }

  .nav-wrap {
    min-height: 64px;
    padding: 0.5rem 0;
    flex-wrap: wrap;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-text {
    font-size: 1.05rem;
  }

  .brand-tagline {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0.35rem;
    padding: 0.75rem 0 1rem;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    display: block;
    padding: 0.95rem 0.25rem;
    border-top: 1px solid var(--border);
    font-size: 1rem;
    line-height: 1.3;
  }

  .site-nav .btn-nav {
    margin-top: 0.6rem;
    padding: 0.85rem 1.2rem;
    text-align: center;
    border-top: none;
  }

  .site-nav .btn-nav + .btn-nav {
    margin-top: 0.5rem;
  }

  .hero,
  .section {
    padding-inline: 0;
  }

  .menu-board-card {
    padding: 1.5rem;
  }

  .hero-gallery-track img {
    aspect-ratio: 4 / 5;
  }

  .pattern-note {
    flex-direction: column;
    text-align: center;
  }

  .pattern-note img {
    width: 160px;
  }

  .cta-wrap {
    flex-direction: column;
    text-align: center;
  }

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

  .footer-wrap {
    flex-direction: column;
    text-align: center;
  }

  .footer-left {
    flex-direction: column;
  }

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

@media (max-width: 600px) {
  .container {
    width: calc(100vw - 32px);
  }

  .nav-wrap {
    min-height: 56px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-text {
    font-size: 0.92rem;
  }

  .brand-tagline {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .hero {
    padding: clamp(2rem, 6vw, 4rem) 0;
  }

  .hero-copy h1 {
    font-size: clamp(1.6rem, 6vw, 2.3rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
  }

  .hero-gallery {
    border-radius: 18px;
  }

  .hero-gallery-track img {
    aspect-ratio: 1 / 1;
  }

  .hero-gallery-dots {
    bottom: 0.5rem;
    gap: 0.35rem;
  }

  .hero-gallery-dot {
    width: 7px;
    height: 7px;
  }

  .section {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  }

  .section-head h2,
  .board-section h2 {
    font-size: 1.4rem;
  }

  .menu-item {
    padding: 1rem;
    border-radius: 16px;
  }

  .menu-preview-card {
    border-radius: 20px;
    padding: 0.75rem;
  }

  .menu-preview-card img {
    border-radius: 14px;
  }

  .visit-note {
    padding: 1.2rem;
  }

  blockquote {
    padding: 1.4rem;
    border-radius: 18px;
  }

  .board-shell {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 2rem;
  }

  .board-figure {
    border-radius: 20px;
    padding: 0.5rem;
  }

  .board-figure img {
    border-radius: 14px;
  }

  .board-head h1 {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  .board-section {
    border-radius: 20px;
    padding: 1.2rem;
  }

  .menu-board-card {
    border-radius: 22px;
    padding: 1.2rem;
    gap: 1.2rem;
  }

  .menu-board-card-media img {
    border-radius: 16px;
  }

  .footer-left img {
    width: 120px;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .brand-text {
    font-size: 0.82rem;
  }

  .brand-tagline {
    display: none;
  }
}
