:root {
  --ink: #171714;
  --paper: #f5f0e5;
  --cream: #fffaf0;
  --lime: #c5f238;
  --orange: #ff5a36;
  --teal: #066c68;
  --line: rgba(23, 23, 20, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 24px 4vw; color: white; }
.brand { font-family: "Bebas Neue", sans-serif; font-size: 2rem; letter-spacing: .05em; }
.brand span { color: var(--lime); }
nav { display: flex; gap: 26px; font-weight: 700; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.hero { min-height: 760px; height: 92vh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 110px max(5vw, calc((100vw - 1200px)/2)); color: white; background: var(--teal); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,35,34,.92), rgba(7,35,34,.4) 58%, rgba(7,35,34,.08)); }
.hero-copy { position: relative; max-width: 690px; }
.eyebrow { margin: 0 0 14px; color: var(--lime); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.dark { color: var(--teal); }
h1, h2 { font-family: "Bebas Neue", sans-serif; font-weight: 400; line-height: .9; letter-spacing: .01em; margin: 0; }
h1 { font-size: clamp(5rem, 11vw, 10rem); }
h1 span { color: var(--lime); }
h2 { font-size: clamp(3.2rem, 7vw, 6.2rem); }
.hero-copy > p:not(.eyebrow) { max-width: 520px; line-height: 1.7; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; padding: 15px 20px; border: 2px solid transparent; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.button.primary { background: var(--orange); color: white; }
.button.secondary { border-color: rgba(255,255,255,.55); color: white; }
.open-card { position: absolute; right: 4vw; bottom: 0; display: grid; padding: 20px 28px; background: var(--lime); color: var(--ink); text-transform: uppercase; }
.open-card strong { font-size: .78rem; letter-spacing: .08em; }
.open-card span { font-family: "Bebas Neue"; font-size: 2rem; }
.ticker { overflow: hidden; display: flex; justify-content: space-around; gap: 40px; padding: 17px; background: var(--orange); color: white; font-family: "Bebas Neue"; font-size: 1.35rem; letter-spacing: .08em; }
.ticker span::before { content: "+"; color: var(--lime); margin-right: 32px; }
.section { width: min(1200px, 92vw); margin: 0 auto; padding: 110px 0; }
.announcements { padding-bottom: 0; }
.announcement-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 30px; }
.announcement-heading > span { color: var(--teal); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.announcement-list { display: grid; grid-auto-columns: minmax(280px, 420px); grid-auto-flow: column; gap: 16px; overflow-x: auto; padding-bottom: 15px; scroll-snap-type: x mandatory; }
.announcement-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); scroll-snap-align: start; }
.announcement-card img { display: block; width: 100%; max-height: 680px; object-fit: contain; background: var(--ink); }
.announcement-copy { padding: 22px; }
.announcement-copy h3 { margin: 0 0 8px; font-size: 1.2rem; }
.announcement-copy p { margin: 0 0 15px; line-height: 1.6; }
.announcement-copy a { color: var(--orange); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; }
.intro > p { line-height: 1.8; font-size: 1.08rem; }
.menu-section { padding-top: 60px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.search span { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.search input { width: min(330px, 75vw); padding: 14px 15px; border: 1px solid var(--line); background: var(--cream); font: inherit; }
.filters { display: flex; gap: 8px; margin: 32px 0 22px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--teal) transparent; }
.filters button { white-space: nowrap; padding: 10px 15px; border: 1px solid var(--line); background: transparent; font: 700 .75rem "DM Sans"; text-transform: uppercase; cursor: pointer; }
.filters button.active { background: var(--teal); border-color: var(--teal); color: white; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.drink-card { min-height: 130px; display: flex; justify-content: space-between; gap: 12px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.drink-card h3 { margin: 8px 0 0; font-size: 1.02rem; }
.drink-card strong { color: var(--orange); white-space: nowrap; }
.category { color: var(--teal); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.loading, .empty { grid-column: 1 / -1; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.view-more-card { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; background: var(--lime); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.view-more-card span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.view-more-card strong { font-family: "Bebas Neue"; font-size: 1.8rem; letter-spacing: .04em; }
.inner-header { position: absolute; }
.menu-page-hero { min-height: 430px; display: flex; align-items: end; padding: 140px max(4vw, calc((100vw - 1200px)/2)) 65px; color: white; background: linear-gradient(115deg, rgba(7,35,34,.96), rgba(6,108,104,.78)), url("/assets/top-image.jpg") center/cover; }
.menu-page-hero h1 { color: var(--lime); }
.menu-page-hero p:last-child { margin-bottom: 0; font-size: 1.05rem; }
.full-menu-grid { margin-top: 35px; }
.back-link { display: inline-block; margin-top: 28px; color: var(--teal); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.specials { background: var(--teal); color: white; }
.special-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-left: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
.special-grid article { padding: 28px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.special-grid span { color: var(--lime); font: 1.5rem "Bebas Neue"; }
.special-grid h3 { margin-bottom: 4px; }
.special-grid p { margin: 0; opacity: .75; }
.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; }
.visit-card { padding: 35px; background: var(--ink); color: white; }
.visit-card p { margin: 0 0 24px; line-height: 1.65; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4vw; background: var(--ink); color: white; font-size: .82rem; }
@media (max-width: 800px) {
  nav { display: none; }
  .site-header { padding: 18px 5vw; }
  .brand { font-size: 1.65rem; }
  .hero { min-height: 610px; height: 82vh; padding: 95px 5vw 105px; }
  h1 { font-size: clamp(4.5rem, 22vw, 7rem); }
  h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .96rem; line-height: 1.55; }
  .hero-actions { margin-top: 22px; }
  .open-card { right: 0; }
  .ticker { justify-content: flex-start; overflow: hidden; }
  .ticker span:nth-child(n+3) { display: none; }
  .section { width: 90vw; padding: 65px 0; }
  .announcements { padding-bottom: 0; }
  .announcement-heading { align-items: flex-start; flex-direction: column; margin-top: 20px; }
  .announcement-list { width: 100vw; margin-left: -5vw; padding: 0 5vw 15px; grid-auto-columns: 90vw; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .announcement-card img { max-height: none; }
  .announcement-list::-webkit-scrollbar { display: none; }
  .intro, .visit { grid-template-columns: 1fr; }
  .intro { gap: 25px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .filters { width: 100vw; margin-left: -5vw; padding: 0 5vw 12px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filters button { min-height: 44px; scroll-snap-align: start; }
  .menu-grid, .special-grid { grid-template-columns: 1fr; }
  .drink-card { min-height: 82px; padding: 17px; }
  .view-more-card { align-items: flex-start; flex-direction: column; }
  .special-grid { margin-top: 30px; }
  .special-grid article { padding: 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}
