/*
Theme Name: HOPS 2026
Theme URI: https://hops-makarska.com/
Author: HOPS / Codex
Description: Custom block theme for HOPS Beer & Food Factory, Makarska.
Version: 0.1.28
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: hops-2026
*/
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bebas-neue-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bebas-neue-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/oswald-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/oswald-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green: #78b91e;
  --green-dark: #4f7c00;
  --black: #020503;
  --panel: #080d0a;
  --panel-soft: #11160f;
  --line: #7b5e27;
  --amber: #e2a13b;
  --text: #f7f1e4;
  --muted: #b9b0a0;
  --radius: 8px;
  --page-pad: clamp(16px, 2.4vw, 34px);
  --content: min(100% - (var(--page-pad) * 2), 1500px);
  --display-font: "Bebas Neue", Impact, "Arial Black", sans-serif;
  --body-font: "Oswald", Inter, Arial, sans-serif;
  --accent-font: "Oswald", "Arial Narrow", Arial, sans-serif;
  --daily-marendin-font: "Oswald", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(120, 185, 30, 0.1), transparent 32rem),
    var(--black);
  font-family: var(--body-font);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  padding: 12px var(--page-pad);
  background: rgba(2, 5, 3, 0.9);
  border-bottom: 1px solid rgba(120, 185, 30, 0.25);
  backdrop-filter: blur(14px);
}

.brand img,
.site-footer img {
  width: 126px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 30px);
  font-size: 14px;
  font-weight: 500;
}

.site-nav a,
.daily-menu-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  white-space: nowrap;
}

.daily-menu-nav-trigger {
  padding: 0;
  border: 0;
  color: #f2b443;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.site-nav a:hover,
.daily-menu-nav-trigger:hover,
.daily-menu-nav-trigger:focus-visible {
  color: var(--green);
}

[data-daily-menu-open][hidden] {
  display: none !important;
}

.nav-icon {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 161, 59, 0.55);
  border-radius: 50%;
  color: var(--green);
  background: rgba(120, 185, 30, 0.08);
}

.header-cta,
.btn,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-cta,
.btn-primary,
.newsletter button {
  color: #111;
  background: linear-gradient(180deg, #91d326, #638f05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-ghost,
.btn-outline {
  color: #fff;
  background: rgba(3, 7, 5, 0.72);
}

.btn-outline {
  color: var(--green);
}

.nav-toggle {
  display: none;
}

.section {
  border-top: 1px solid rgba(120, 185, 30, 0.28);
}

#home,
#food,
#favorites,
#beer,
#cocktails,
#events,
#reservations,
#contact {
  scroll-margin-top: 96px;
}

.full-bleed,
.mockup-band {
  width: 100%;
}

.hero {
  position: relative;
  min-height: min(630px, calc(100vh - 66px));
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(38px, 6.5vw, 82px) var(--page-pad);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 3, 0.94), rgba(2, 5, 3, 0.56) 42%, rgba(2, 5, 3, 0.03) 100%),
    linear-gradient(180deg, transparent 78%, rgba(2, 5, 3, 0.38));
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
}

.eyebrow,
.hop-mark,
.icon-label {
  margin: 0 0 10px;
  color: var(--green);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(58px, 8.4vw, 128px);
  line-height: 0.86;
  color: #f7f7f2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.62);
}

h1 span {
  color: var(--green);
}

.hero-title {
  display: grid;
  gap: clamp(4px, 0.8vw, 10px);
  justify-items: start;
  line-height: 0.88;
  text-transform: none;
}

.hero-logo-line {
  display: block;
  line-height: 0;
}

.hero-title-logo-img {
  width: clamp(230px, 28vw, 420px);
  height: auto;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.56));
}

.hero-title-line {
  display: block;
  color: #f7f7f2;
}

.hero-title-line.accent {
  color: var(--green);
}

.hero-copy {
  max-width: 560px;
  color: #efe6d6;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.35;
}

.hero-actions,
.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-daily-menu-trigger {
  min-height: 50px;
  padding-inline: 28px;
  border-color: #f2b443;
  color: #171006;
  background: linear-gradient(180deg, #f6c45b, #d8951d);
  box-shadow: 0 8px 24px rgba(216, 149, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font-size: 14px;
}

.hero-daily-menu-trigger:hover,
.hero-daily-menu-trigger:focus-visible {
  color: #111;
  background: linear-gradient(180deg, #ffd470, #e5a52f);
  transform: translateY(-1px);
}

.proof-strip {
  margin-top: 28px;
  color: #d8d0c1;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-practical {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin-top: 18px;
  color: #f7f1e4;
  font-size: 14px;
  font-weight: 700;
}

.hero-practical span,
.hero-practical a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: inherit;
}

.hero-practical a {
  color: #b8db62;
}

.hero-practical .icon {
  width: 16px;
  height: 16px;
}

.quick-action {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 180px;
  padding: 7px 18px 7px 0;
  border-right: 1px solid rgba(120, 185, 30, 0.35);
}

.quick-action .icon {
  width: 32px;
  height: 32px;
  color: var(--green);
}

.section-heading {
  width: var(--content);
  margin: 0 auto;
  padding: 28px 0 16px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 0.94;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 auto 8px;
  color: var(--green);
}

.section-divider span {
  width: min(150px, 20vw);
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.section-divider .icon {
  width: 30px;
  height: 30px;
}

.daypart-photo picture,
.daypart-photo img,
.feature-card > img,
.venue-photo img,
.event-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.daypart-photo picture {
  display: block;
}

.site-menu-section {
  --site-menu-display: "Gill Sans Heavy", "Gill Sans MT", "Gill Sans", "Arial Black", Arial, sans-serif;
  --site-menu-body: "Myriad Pro", "Myriad Pro Condensed", Arial, sans-serif;
  --site-menu-text: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", "Myriad Pro", Arial, sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 150px),
    radial-gradient(circle at 18% 0, rgba(120, 185, 30, 0.12), transparent 26rem),
    #050806;
}

.home-menu-preview {
  --site-menu-display: "Gill Sans Heavy", "Gill Sans MT", "Gill Sans", "Arial Black", Arial, sans-serif;
  --site-menu-body: "Myriad Pro", "Myriad Pro Condensed", Arial, sans-serif;
  --site-menu-text: "Gill Sans", "Gill Sans MT", "Gill Sans Nova", "Myriad Pro", Arial, sans-serif;
}

.home-menu-grid {
  width: var(--content);
  margin: 0 auto 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-menu-card {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(226, 161, 59, 0.5);
  border-radius: var(--radius);
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0, rgba(120, 185, 30, 0.13), transparent 16rem),
    rgba(8, 13, 10, 0.9);
}

.home-menu-card:hover,
.home-menu-card:focus-visible {
  border-color: var(--green);
  outline: 0;
  box-shadow: inset 0 -4px 0 rgba(120, 185, 30, 0.55);
}

.home-menu-card > span {
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 0.9;
  text-transform: uppercase;
}

.home-menu-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-menu-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  padding-top: 8px;
  border-top: 1px solid rgba(226, 161, 59, 0.22);
}

.home-menu-card b {
  color: #fff;
  font-family: var(--site-menu-body);
  font-size: 14px;
  line-height: 1.15;
}

.home-menu-card em {
  color: var(--green);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.home-menu-card strong {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.dayparts {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 150px),
    #070a08;
}

.daypart-tabs {
  display: none;
}

.daypart-toggle {
  min-height: 40px;
  border: 1px solid rgba(120, 185, 30, 0.5);
  border-radius: var(--radius);
  color: var(--green);
  background: rgba(3, 7, 5, 0.78);
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
}

.daypart-toggle.is-active {
  color: #111;
  background: linear-gradient(180deg, #91d326, #638f05);
}

.daypart-grid {
  width: var(--content);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  border-top: 1px solid rgba(120, 185, 30, 0.48);
  border-bottom: 1px solid rgba(120, 185, 30, 0.48);
  background: var(--panel);
}

.daypart,
.daypart-photo {
  min-height: clamp(210px, 19vw, 285px);
  margin: 0;
}

.daypart-text {
  display: grid;
  grid-template-columns: minmax(76px, 0.34fr) 1fr;
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  padding: clamp(24px, 3vw, 44px);
}

.daypart-text > div:last-child {
  min-width: 0;
}

.icon-rail {
  display: grid;
  place-items: center;
  min-height: 150px;
  color: var(--green);
  border-right: 2px solid rgba(120, 185, 30, 0.85);
}

.icon-rail .icon {
  width: clamp(48px, 5.2vw, 76px);
  height: clamp(48px, 5.2vw, 76px);
}

.daypart-text h3 {
  margin-bottom: 8px;
  color: var(--green);
  font-family: var(--accent-font);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.daypart-time {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 5px 10px;
  border: 1px solid rgba(226, 161, 59, 0.48);
  border-radius: 999px;
  color: var(--amber);
  background: rgba(226, 161, 59, 0.08);
  font-family: var(--accent-font);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1;
}

.daypart-intro {
  max-width: 46ch;
  margin: 0 0 16px;
  color: #efe6d6;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.45;
}

.menu-lines {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-lines li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: end;
  color: var(--muted);
  font-size: 15px;
}

.menu-lines li::after {
  content: "";
  order: 2;
  height: 1px;
  margin-bottom: 0.35em;
  border-bottom: 1px dotted rgba(247, 241, 228, 0.32);
}

.menu-lines span {
  order: 1;
}

.menu-lines a {
  color: inherit;
  text-decoration: none;
}

.menu-lines a:hover,
.menu-lines a:focus-visible {
  color: var(--cream);
}

.menu-lines b {
  order: 3;
  color: var(--green);
  font-weight: 700;
}

.daypart-menu-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--green);
  font-family: var(--accent-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.daypart-menu-link .icon {
  width: 16px;
  height: 16px;
}

.daypart-menu-link:hover,
.daypart-menu-link:focus-visible {
  color: var(--cream);
}

.site-menu-shell {
  width: var(--content);
  margin: 0 auto 30px;
  border-top: 1px solid rgba(120, 185, 30, 0.48);
  border-bottom: 1px solid rgba(120, 185, 30, 0.48);
  background:
    linear-gradient(180deg, rgba(17, 22, 15, 0.95), rgba(5, 8, 6, 0.98)),
    var(--panel);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.site-menu-toolbar {
  position: sticky;
  top: 74px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid rgba(226, 161, 59, 0.28);
  background: rgba(5, 8, 6, 0.96);
  backdrop-filter: blur(14px);
}

.site-menu-nav,
.site-menu-locales,
.site-menu-groups {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.site-menu-link,
.site-menu-locale,
.site-menu-group-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(120, 185, 30, 0.52);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(2, 5, 3, 0.72);
  font: 700 12px/1 var(--site-menu-body);
  text-transform: uppercase;
  white-space: nowrap;
}

.site-menu-locale {
  cursor: pointer;
}

.site-menu-link.is-active,
.site-menu-locale.is-active {
  border-color: var(--green);
  color: #111;
  background: linear-gradient(180deg, #91d326, #638f05);
}

.site-menu-groups {
  padding: 10px 12px 0;
}

.site-menu-group-link {
  min-height: 30px;
  border-color: rgba(226, 161, 59, 0.38);
  border-radius: 999px;
  color: var(--text);
  font-size: 11px;
}

.site-menu-link-icon {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-menu-group-link:hover,
.site-menu-group-link:focus-visible {
  border-color: var(--amber);
  color: #fff;
  outline: 0;
}

.site-menu-status {
  margin: 12px;
  padding: 12px;
  border: 1px solid rgba(120, 185, 30, 0.36);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(2, 5, 3, 0.62);
}

.site-menu-card {
  margin: 12px;
  border: 1px solid rgba(226, 161, 59, 0.32);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(226, 161, 59, 0.1), transparent 24rem),
    rgba(2, 5, 3, 0.44);
}

.site-menu-card-head {
  padding: clamp(18px, 2.7vw, 30px);
  border-bottom: 1px solid rgba(226, 161, 59, 0.28);
  background: rgba(2, 5, 3, 0.5);
}

.site-menu-card-head h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--site-menu-display);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.site-menu-category {
  padding: clamp(16px, 2.5vw, 28px);
  scroll-margin-top: 148px;
}

.site-menu-category + .site-menu-category {
  border-top: 1px solid rgba(226, 161, 59, 0.22);
}

.site-menu-category h4 {
  margin-bottom: 12px;
  color: var(--amber);
  font-family: var(--site-menu-display);
  font-size: clamp(29px, 3.3vw, 46px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.site-menu-category-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-menu-category-icon {
  width: clamp(30px, 3vw, 42px);
  height: clamp(30px, 3vw, 42px);
  flex: none;
  padding: 7px;
  border: 1px solid rgba(226, 161, 59, 0.62);
  border-radius: 50%;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: rgba(120, 185, 30, 0.08);
}

.site-menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.site-menu-item {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  align-content: start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(5, 8, 6, 0.74);
}

.site-menu-item-name,
.site-menu-variant-name,
.site-menu-price,
.site-menu-description {
  font-family: var(--site-menu-text);
}

.site-menu-item-name,
.site-menu-variant-name {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.site-menu-price {
  margin: 0;
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  text-align: right;
  white-space: nowrap;
}

.site-menu-description {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.28;
}

.site-menu-variants {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin-top: 3px;
}

.site-menu-variant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-menu-variant .site-menu-description {
  margin-top: -2px;
}

.site-menu-empty {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(226, 161, 59, 0.28);
  border-radius: var(--radius);
  color: var(--muted);
}

.favorites,
.events {
  width: var(--content);
  margin: 0 auto;
  padding: 0 0 30px;
}

.compact {
  padding-top: 24px;
  padding-bottom: 12px;
}

.compact h2 {
  font-size: clamp(30px, 3.5vw, 46px);
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.favorites-grid article,
.event-grid article,
.event-promo,
.reservation-panel,
.feature-card,
.map-placeholder {
  border: 1px solid rgba(226, 161, 59, 0.5);
  border-radius: var(--radius);
  background: rgba(8, 13, 10, 0.9);
}

.favorites-grid article {
  overflow: hidden;
  text-align: center;
}

.favorites-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.favorites-grid h3 {
  min-height: 48px;
  margin: 10px 8px 4px;
  font-size: 17px;
  line-height: 1.1;
}

.favorites-grid b {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 18px;
}

.favorite-badge {
  display: inline-flex;
  margin: 0 8px 14px;
  padding: 4px 9px;
  border: 1px solid rgba(120, 185, 30, 0.48);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.beer-section,
.drinks-section,
.cocktails {
  padding: 0 var(--page-pad) 18px;
}

.beer-section {
  --beer-panel-height: clamp(610px, 41vw, 690px);
  --beer-mobile-panel-height: 660px;
  background:
    radial-gradient(circle at 83% 30%, rgba(226, 161, 59, 0.12), transparent 24rem),
    radial-gradient(circle at 18% 20%, rgba(120, 185, 30, 0.09), transparent 26rem);
}

#beer.beer-section {
  scroll-margin-top: 110px;
}

.feature-card {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  overflow: hidden;
}

.feature-card > img {
  height: 100%;
  min-height: clamp(300px, 27vw, 410px);
}

.feature-card.reverse {
  grid-template-columns: 0.88fr 1.12fr;
}

.feature-card.reverse img {
  grid-column: 2;
}

.feature-card.reverse div {
  grid-row: 1;
}

.feature-card div {
  padding: clamp(26px, 4vw, 56px);
}

.feature-card h3 {
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.48;
}

.cocktail-hero {
  position: relative;
  width: min(100%, 1500px);
  min-height: clamp(460px, 42vw, 620px);
  margin: 0 auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 161, 59, 0.48);
  border-radius: var(--radius);
  background: #030503;
}

.cocktail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  background:
    linear-gradient(90deg, rgba(2, 5, 3, 0.96) 0%, rgba(2, 5, 3, 0.82) 28%, rgba(2, 5, 3, 0.22) 62%, rgba(2, 5, 3, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 5, 3, 0.08), rgba(2, 5, 3, 0.74));
  pointer-events: none;
}

.cocktail-hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cocktail-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 46vw);
  padding: clamp(34px, 5vw, 74px);
}

.cocktail-copy h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(40px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.cocktail-copy p {
  max-width: 510px;
  color: rgba(248, 241, 226, 0.82);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.48;
}

.cocktail-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.cocktail-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(226, 161, 59, 0.46);
  border-radius: 999px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(2, 5, 3, 0.54);
}

.cocktail-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  color: var(--cream);
  list-style: none;
  font-family: var(--accent-font);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cocktail-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cocktail-list li::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 34px;
  background: var(--amber);
}

.cocktail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.beer-showcase {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
  align-items: stretch;
}

.beer-story,
.beer-detail,
.beer-selector {
  border: 1px solid rgba(226, 161, 59, 0.52);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(120, 185, 30, 0.08), transparent 34%),
    rgba(8, 13, 10, 0.92);
}

.beer-story {
  position: relative;
  height: var(--beer-panel-height);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(250px, 0.48fr);
  gap: clamp(18px, 2.3vw, 30px);
  align-items: stretch;
  padding: clamp(22px, 2.7vw, 36px);
  overflow: hidden;
}

.beer-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(120, 185, 30, 0.14), transparent 20rem),
    linear-gradient(145deg, rgba(2, 5, 3, 0.98), rgba(7, 12, 8, 0.82));
  opacity: 1;
}

.beer-story::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 161, 59, 0.78), transparent);
}

.beer-story > * {
  position: relative;
  z-index: 1;
}

.beer-story-copy {
  display: grid;
  align-content: center;
}

.beer-story-visual {
  position: relative;
  min-height: 0;
  border: 1px solid rgba(226, 161, 59, 0.42);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 5, 3, 0.08), rgba(2, 5, 3, 0.24)),
    url("assets/generated/beer-taps-flight.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.beer-story-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 5, 3, 0.18)),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.2), transparent 9rem);
}

.beer-story-logo {
  width: min(250px, 72%);
  margin: 0 0 20px;
}

.beer-story h3,
.beer-detail h3 {
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.beer-story h3 {
  font-size: clamp(38px, 4.1vw, 60px);
}

.beer-detail h3 {
  font-size: clamp(42px, 4.3vw, 62px);
}

.beer-story p,
.beer-description {
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.45;
}

.beer-description {
  min-height: 3.35em;
  margin-bottom: 0;
}

.beer-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.beer-facts span {
  display: grid;
  gap: 8px;
  min-height: 66px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(120, 185, 30, 0.36);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(2, 5, 3, 0.56);
  text-transform: uppercase;
}

.beer-facts .icon {
  width: 27px;
  height: 27px;
  color: var(--green);
}

.beer-facts b {
  font-size: 13px;
  line-height: 1.15;
}

.beer-detail {
  position: relative;
  height: var(--beer-panel-height);
  min-height: 0;
  display: grid;
  grid-template-areas:
    "heading heading"
    "copy visual";
  grid-template-columns: minmax(250px, 0.86fr) minmax(210px, 0.62fr);
  grid-template-rows: auto 1fr;
  gap: clamp(18px, 2.4vw, 32px);
  align-items: center;
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 58%, rgba(226, 161, 59, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(120, 185, 30, 0.1), transparent 36%),
    rgba(8, 13, 10, 0.94);
}

.beer-detail-heading {
  grid-area: heading;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto auto minmax(24px, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 0.9;
  text-transform: uppercase;
}

.beer-detail-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.beer-detail-heading span:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.beer-detail-heading .icon {
  width: 28px;
  height: 28px;
}

.beer-detail-copy {
  grid-area: copy;
  min-width: 0;
  display: grid;
  align-content: center;
}

.beer-style {
  margin: -6px 0 18px;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(28px, 2.9vw, 42px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.beer-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 14px 0;
  padding: 12px 0;
  border-top: 1px solid rgba(120, 185, 30, 0.58);
  border-bottom: 1px solid rgba(120, 185, 30, 0.36);
}

.beer-metrics div {
  padding: 0 16px;
  border-left: 1px solid rgba(120, 185, 30, 0.35);
}

.beer-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.beer-metrics dt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.beer-metrics dd {
  margin: 5px 0 0;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.9;
}

.beer-pour-prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  max-width: 230px;
}

.beer-pour-prices p {
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  align-items: baseline;
  justify-content: space-between;
  min-height: 52px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(120, 185, 30, 0.48);
  border-radius: var(--radius);
  background: rgba(2, 5, 3, 0.64);
}

.beer-pour-prices p:last-child {
  border-color: var(--green);
  box-shadow: inset 0 -3px 0 rgba(120, 185, 30, 0.34);
}

.beer-pour-prices span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.beer-pour-prices b {
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(29px, 2.7vw, 38px);
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
}

.beer-visual {
  position: relative;
  grid-area: visual;
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
}

.beer-visual::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 16%;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(226, 161, 59, 0.72), rgba(75, 34, 8, 0.6) 58%, transparent 72%);
  filter: blur(1px);
  opacity: 0.64;
}

.beer-visual::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 23%;
  width: 96px;
  height: 64px;
  background:
    radial-gradient(ellipse at 30% 55%, rgba(120, 185, 30, 0.68) 0 18%, transparent 19%),
    radial-gradient(ellipse at 54% 34%, rgba(120, 185, 30, 0.58) 0 17%, transparent 18%),
    radial-gradient(ellipse at 72% 62%, rgba(120, 185, 30, 0.52) 0 16%, transparent 17%);
  opacity: 0.48;
  transform: rotate(-12deg);
}

.nonic-glass {
  --beer-tone: #d99a23;
  position: relative;
  z-index: 1;
  width: min(280px, 82%);
  height: min(520px, 100%);
  display: grid;
  place-items: center;
  filter: drop-shadow(0 28px 22px rgba(0, 0, 0, 0.62));
}

.beer-glass-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(2%);
}

.beer-selector {
  width: min(100%, 1500px);
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
  gap: 10px;
  align-items: stretch;
  padding: 9px 10px 12px;
  overflow-x: auto;
  scrollbar-color: rgba(120, 185, 30, 0.8) rgba(247, 241, 228, 0.12);
  scrollbar-width: thin;
}

.beer-selector-main {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.beer-seasonal-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(120, 185, 30, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(120, 185, 30, 0.09), transparent 54%),
    rgba(2, 5, 3, 0.42);
}

.beer-selector::-webkit-scrollbar {
  height: 8px;
}

.beer-selector::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(247, 241, 228, 0.12);
}

.beer-selector::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), rgba(226, 161, 59, 0.82));
}

.beer-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 5px 9px;
  align-items: center;
  min-width: 0;
  min-height: 118px;
  padding: 9px;
  border: 1px solid rgba(226, 161, 59, 0.42);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 48%),
    rgba(3, 7, 5, 0.76);
  font: inherit;
  text-align: left;
}

.beer-option:hover,
.beer-option:focus-visible,
.beer-option[aria-selected="true"] {
  border-color: var(--green);
  outline: 0;
  box-shadow: inset 3px 0 0 var(--green), 0 0 0 1px rgba(120, 185, 30, 0.2);
}

.beer-option b,
.beer-option small,
.beer-option em {
  display: block;
}

.beer-option b {
  overflow-wrap: anywhere;
  font-family: var(--display-font);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.beer-option small {
  margin-top: 2px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.beer-option em {
  grid-column: 2;
  display: grid;
  gap: 2px;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
}

.beer-option-glass-img {
  grid-row: 1 / 3;
  width: 38px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.58));
}

.beer-option.is-seasonal {
  border-color: rgba(120, 185, 30, 0.42);
}

.beer-seasonal-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 28px;
  padding: 0 4px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.beer-seasonal-label::before,
.beer-seasonal-label::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(120, 185, 30, 0.58);
}

.beer-detail[data-seasonal-active] [data-beer-seasonal-label] {
  color: var(--amber);
}

.events {
  padding-bottom: 34px;
}

.events .wide {
  width: min(720px, 100%);
  margin-top: 14px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.event-timeline {
  position: relative;
}

.event-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(120, 185, 30, 0.45);
}

.event-grid article {
  position: relative;
  min-height: 135px;
  padding: 16px 18px;
}

.event-grid .icon {
  width: 38px;
  height: 38px;
  color: var(--green);
  margin-bottom: 8px;
}

.event-grid b,
.event-promo b {
  color: var(--green);
  font-size: 26px;
  line-height: 1;
}

.event-grid h3,
.event-promo h3 {
  margin: 6px 0;
  font-family: var(--display-font);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.event-grid p,
.event-promo p,
.event-promo li {
  color: var(--muted);
}

.event-promo {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr minmax(250px, 360px);
  overflow: hidden;
}

.event-promo img {
  height: clamp(190px, 21vw, 260px);
}

.event-promo div {
  padding: 24px 28px;
}

.event-promo ul {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.event-promo li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--green);
}

.event-promo li::before {
  content: "+";
}

.poster-gallery {
  width: var(--content);
  margin: 0 auto 30px;
  padding: 24px 0 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(120, 185, 30, 0.11), transparent 23rem),
    radial-gradient(circle at 14% 88%, rgba(226, 161, 59, 0.09), transparent 24rem);
}

.poster-gallery-heading {
  padding-top: 8px;
}

[data-poster-gallery].anim-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-poster-gallery].anim-reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-poster-gallery].anim-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.poster-shell {
  overflow: hidden;
  border: 1px solid rgba(226, 161, 59, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(19, 18, 13, 0.95), rgba(9, 9, 6, 0.98)),
    rgba(12, 12, 9, 0.98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.poster-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.poster-toolbar strong,
.poster-toolbar span {
  display: block;
}

.poster-toolbar strong {
  color: var(--paper);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.poster-toolbar span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.poster-reset {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(120, 185, 30, 0.45);
  border-radius: 999px;
  background: rgba(120, 185, 30, 0.1);
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.poster-reset:hover,
.poster-reset:focus-visible {
  border-color: rgba(226, 161, 59, 0.65);
  color: var(--amber);
}

.poster-viewport {
  position: relative;
  height: clamp(430px, 62vh, 700px);
  overflow: hidden;
  isolation: isolate;
  cursor: grab;
  touch-action: none;
  user-select: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #0b0b08;
  background-size: 58px 58px;
}

.poster-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 120px rgba(0, 0, 0, 0.5);
}

.poster-viewport.is-dragging {
  cursor: grabbing;
}

.poster-world {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.poster-tile {
  position: absolute;
  left: 0;
  top: 0;
}

.poster-tile::before {
  content: "";
  position: absolute;
  inset: -70px;
  background:
    linear-gradient(90deg, rgba(120, 185, 30, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(226, 161, 59, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
}

.poster-card {
  position: absolute;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: calc(var(--radius) - 2px);
  background: #111;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.poster-card::after {
  content: attr(data-title);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  z-index: 2;
  color: #fffaf0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 180ms ease;
}

.poster-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.015);
}

.poster-card:hover,
.poster-card:focus-visible {
  z-index: 20;
  border-color: rgba(226, 161, 59, 0.78);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52), 0 0 0 3px rgba(120, 185, 30, 0.15);
  outline: none;
}

.poster-card:hover::after,
.poster-card:focus-visible::after {
  opacity: 1;
}

.poster-card.featured {
  border-color: rgba(120, 185, 30, 0.36);
}

.gesture-hint {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 8;
  max-width: 350px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(12, 12, 9, 0.78);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.photo-dialog {
  width: min(1040px, calc(100vw - 32px));
  max-width: none;
  max-height: min(760px, calc(100vh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 161, 59, 0.48);
  border-radius: var(--radius);
  background: #0c0c09;
  color: var(--paper);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.68);
}

.photo-dialog::backdrop {
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(8px);
}

.dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  min-height: min(720px, calc(100vh - 40px));
}

.dialog-media {
  display: block;
  width: 100%;
  min-height: 430px;
  padding: 0;
  border: 0;
  background: #070705;
  cursor: zoom-out;
}

.dialog-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #070705;
}

.dialog-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 35% 20%, rgba(120, 185, 30, 0.12), transparent 16rem),
    #11110d;
}

.dialog-panel h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.dialog-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  font-weight: 800;
  cursor: pointer;
}

.dialog-close:hover,
.dialog-close:focus-visible {
  border-color: rgba(226, 161, 59, 0.7);
  color: var(--amber);
}

.flight-photo {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.62);
  pointer-events: none;
  will-change: left, top, width, height, transform, opacity;
}

.flight-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.reservations {
  width: var(--content);
  margin: 0 auto 30px;
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 16px;
}

.venue-photo {
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(226, 161, 59, 0.45);
}

.reservation-panel {
  padding: clamp(22px, 2.6vw, 32px);
}

.reservation-panel h2 {
  color: var(--green);
  font-size: clamp(34px, 4.5vw, 58px);
}

.contact-list {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.practical-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 20px 0;
  border-top: 1px solid rgba(226, 161, 59, 0.35);
  border-bottom: 1px solid rgba(226, 161, 59, 0.35);
}

.practical-info article {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 16px 0;
}

.practical-info article:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.practical-info .icon {
  width: 20px;
  height: 20px;
  color: var(--amber);
}

.practical-info article div,
.practical-info article span {
  display: grid;
  min-width: 0;
}

.practical-info article b {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.practical-info article span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-list p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 0;
}

.contact-list .icon {
  color: var(--green);
  margin-top: 2px;
}

.reservation-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.reservation-quick-actions .btn {
  min-height: 38px;
  padding-inline: 16px;
}

.map-placeholder {
  margin: 16px 0;
  min-height: 145px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(120, 185, 30, 0.16), transparent 44%),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    #0c1516;
}

.location-actions {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
  margin: 16px 0 0;
}

.reservation-quick-actions .location-actions {
  width: 100%;
}

.location-actions .btn {
  min-height: 50px;
  padding-inline: 14px;
}

.location-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(230px, 0.92fr);
  min-height: 318px;
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid rgba(120, 185, 30, 0.38);
  border-radius: var(--radius);
  background: #111711;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 318px;
  display: block;
  border: 0;
  border-right: 1px solid rgba(120, 185, 30, 0.24);
  filter: saturate(0.82) contrast(1.05) brightness(0.84);
}

.location-map-fallback {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  min-height: 318px;
  padding: clamp(20px, 3vw, 32px);
  border-right: 1px solid rgba(120, 185, 30, 0.24);
  background:
    radial-gradient(circle at 78% 24%, rgba(120, 185, 30, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(7, 11, 8, 0.96), rgba(20, 30, 16, 0.9));
}

.location-map-fallback .map-pin-large {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(120, 185, 30, 0.55);
  border-radius: 999px;
  color: var(--hops-green);
  background: rgba(4, 8, 5, 0.72);
}

.location-map-fallback b {
  color: #fff;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 0.98;
  text-transform: uppercase;
}

.location-map-fallback p {
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.location-map-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 24px);
  background:
    linear-gradient(180deg, rgba(16, 23, 17, 0.92), rgba(7, 11, 8, 0.96)),
    var(--panel-soft);
}

.location-map-copy b,
.location-trust b {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.location-map-copy p,
.location-trust span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
}

.location-map-link {
  width: 100%;
}

.location-map-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 11px 12px;
  border: 1px solid rgba(120, 185, 30, 0.6);
  border-radius: var(--radius);
  background: rgba(4, 8, 5, 0.9);
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.3);
}

.location-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.location-trust p {
  min-height: 84px;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(226, 161, 59, 0.35);
  border-radius: var(--radius);
  background: rgba(16, 23, 17, 0.66);
}

.venue-photo {
  position: relative;
}

.venue-photo-copy {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.venue-photo-copy span {
  padding: 10px 12px;
  border: 1px solid rgba(120, 185, 30, 0.55);
  border-radius: var(--radius);
  background: rgba(4, 8, 5, 0.82);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.reservation-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

label {
  display: grid;
  gap: 6px;
  color: #e9e0d0;
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 185, 30, 0.38);
  border-radius: var(--radius);
  color: var(--text);
  background: #050806;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.form-success {
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(120, 185, 30, 0.45);
  border-radius: var(--radius);
  color: var(--green);
  background: rgba(120, 185, 30, 0.08);
}

.form-success:empty {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr;
  gap: 28px;
  padding: 24px var(--page-pad);
  border-top: 1px solid rgba(226, 161, 59, 0.35);
  background: #040604;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
}

.site-footer nav {
  display: grid;
  gap: 7px;
}

.site-footer .social-links a {
  width: fit-content;
  color: #f7f1e4;
  font-weight: 700;
}

.site-footer .social-links a:hover,
.site-footer .social-links a:focus-visible {
  color: var(--green);
}

.newsletter {
  display: grid;
  gap: 10px;
  align-content: start;
}

@media (max-width: 920px) {
  #home,
  #food,
  #favorites,
  #beer,
  #cocktails,
  #events,
  #reservations,
  #contact {
    scroll-margin-top: 84px;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 4px;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 1px solid var(--green);
    border-radius: var(--radius);
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    background: var(--green);
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 6px;
    padding: 12px 0;
  }

  .site-nav.is-open a,
  .site-nav.is-open .daily-menu-nav-trigger {
    min-height: 38px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(2, 5, 3, 0.86), rgba(2, 5, 3, 0.38) 58%, rgba(2, 5, 3, 0.16) 100%),
      linear-gradient(90deg, rgba(2, 5, 3, 0.28), rgba(2, 5, 3, 0.02) 78%);
  }

  .site-menu-list,
  .home-menu-grid,
  .daypart-grid,
  .feature-card,
  .feature-card.reverse,
  .reservations,
  .site-footer,
  .event-promo {
    grid-template-columns: 1fr;
  }

  .feature-card.reverse img,
  .feature-card.reverse div {
    grid-column: auto;
    grid-row: auto;
  }

  .cocktail-hero {
    display: block;
    width: 100%;
    max-width: calc(100vw - 32px);
    min-height: 0;
  }

  .cocktail-hero::after {
    display: none;
  }

  .cocktail-hero-img {
    position: relative;
    display: block;
    height: clamp(260px, 58vw, 420px);
    object-position: 62% center;
  }

  .cocktail-copy {
    width: auto;
    max-width: 100%;
    padding: clamp(24px, 7vw, 40px);
    background:
      radial-gradient(circle at 88% 0%, rgba(226, 161, 59, 0.16), transparent 18rem),
      rgba(3, 5, 3, 0.96);
  }

  .favorites-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .event-grid,
  .location-actions,
  .location-trust,
  .practical-info,
  .reservation-form {
    grid-template-columns: 1fr;
  }

  .practical-info article:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .location-map {
    grid-template-columns: 1fr;
  }

  .location-map iframe {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 185, 30, 0.24);
  }

  .location-map-fallback {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 185, 30, 0.24);
  }

  .location-map-label {
    top: 214px;
    bottom: auto;
  }

  .event-promo img {
    max-height: 220px;
  }

  .beer-showcase {
    grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
  }

  .beer-detail {
    grid-template-areas:
      "heading"
      "copy"
      "visual";
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .beer-visual {
    min-height: 250px;
  }

  .nonic-glass {
    width: min(140px, 48%);
  }
}

@media (max-width: 640px) {
  .beer-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(86px, 30vw);
    gap: 10px;
    padding-inline: var(--page-pad);
  }

  .beer-section .section-heading {
    grid-column: 1 / -1;
    width: 100%;
  }

  .beer-showcase {
    display: contents;
  }

  .beer-story {
    grid-column: 1 / -1;
    grid-row: 3;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .beer-story-copy {
    align-content: start;
  }

  .beer-story-visual {
    min-height: 220px;
  }

  .beer-story-logo {
    width: min(250px, 80%);
    margin-bottom: 18px;
  }

  .beer-story h3 {
    font-size: 40px;
  }

  .beer-facts {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }

  .beer-facts span {
    min-height: 46px;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .beer-detail {
    grid-column: 1;
    grid-row: 2;
    height: var(--beer-mobile-panel-height);
    min-height: 0;
    grid-template-areas:
      "copy"
      "visual";
    grid-template-columns: 1fr;
    gap: 8px;
    align-content: start;
    padding: 14px;
  }

  .beer-detail-heading {
    display: none;
  }

  .beer-detail h3 {
    font-size: clamp(38px, 15vw, 54px);
  }

  .beer-style {
    margin-bottom: 10px;
    font-size: clamp(24px, 8.7vw, 34px);
  }

  .beer-description {
    min-height: 0;
    font-size: 14px;
    line-height: 1.32;
  }

  .beer-metrics {
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 10px 0;
    padding: 9px 0;
  }

  .beer-metrics div,
  .beer-metrics div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    border-left: 0;
  }

  .beer-metrics dd {
    font-size: 28px;
  }

  .beer-pour-prices {
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: none;
  }

  .beer-pour-prices p {
    min-height: 50px;
    padding: 8px 10px;
  }

  .beer-pour-prices b {
    font-size: clamp(24px, 7vw, 29px);
  }

  .beer-visual {
    height: clamp(155px, 39vw, 188px);
    min-height: clamp(155px, 39vw, 188px);
  }

  .nonic-glass {
    width: clamp(76px, 23vw, 92px);
    height: clamp(150px, 45vw, 185px);
  }

  .beer-glass-photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }

  .beer-selector {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: var(--beer-mobile-panel-height);
    margin: 0;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 6px;
    padding: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: none;
  }

  .beer-selector-main,
  .beer-seasonal-group {
    display: contents;
  }

  .beer-option {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    min-height: 96px;
    padding: 8px 5px;
    text-align: center;
  }

  .beer-option-glass-img {
    grid-row: auto;
    width: 34px;
    height: 58px;
  }

  .beer-option b {
    font-size: clamp(16px, 5.2vw, 22px);
  }

  .beer-option small {
    display: none;
  }

  .beer-option em {
    display: none;
  }

  .beer-seasonal-label {
    min-width: 0;
    min-height: 46px;
    padding: 4px;
    border: 1px solid rgba(120, 185, 30, 0.42);
    border-radius: var(--radius);
    background: rgba(120, 185, 30, 0.09);
    font-size: 11px;
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 560px) {
  :root {
    --page-pad: 14px;
  }

  .brand img {
    width: 104px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-actions .btn,
  .quick-action {
    width: 100%;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .site-menu-section {
    padding-inline: 0;
  }

  .site-menu-section .section-heading {
    padding-inline: var(--page-pad);
  }

  .site-menu-shell {
    width: 100%;
    margin-bottom: 18px;
  }

  .site-menu-toolbar {
    top: 66px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px var(--page-pad);
  }

  .site-menu-nav,
  .site-menu-locales,
  .site-menu-groups {
    gap: 6px;
  }

  .site-menu-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .site-menu-locales {
    justify-content: stretch;
    overflow-x: visible;
  }

  .site-menu-locales .site-menu-locale {
    flex: 1 1 0;
  }

  .site-menu-link,
  .site-menu-locale {
    min-height: 33px;
    padding: 0 10px;
    font-size: 11px;
  }

  .site-menu-groups {
    padding: 8px var(--page-pad) 0;
  }

  .site-menu-group-link {
    min-height: 29px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .site-menu-card {
    margin: 9px var(--page-pad);
  }

  .site-menu-card-head {
    padding: 14px;
  }

  .site-menu-card-head h3 {
    font-size: 36px;
  }

  .site-menu-category {
    padding: 12px;
    scroll-margin-top: 150px;
  }

  .site-menu-category h4 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .site-menu-list {
    gap: 6px;
  }

  .site-menu-item {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
    padding: 10px;
  }

  .site-menu-item-name,
  .site-menu-variant-name {
    font-size: 17px;
  }

  .site-menu-price {
    font-size: 18px;
  }

  .site-menu-description {
    font-size: 13px;
    line-height: 1.22;
  }

  .site-menu-variants {
    gap: 6px;
    margin-top: 1px;
  }

  .site-menu-variant {
    gap: 4px 10px;
    padding-top: 6px;
  }

  .favorites-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .daypart-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 18px;
  }

  [data-daypart-panel] {
    display: none;
  }

  [data-daypart-panel].is-active {
    display: grid;
  }

  figure[data-daypart-panel].is-active {
    display: block;
  }

  .venue-photo {
    min-height: 230px;
  }

  .feature-card > img {
    height: 230px;
  }

  .cocktail-hero-img {
    height: 245px;
  }

  .cocktail-copy h3 {
    font-size: clamp(36px, 15vw, 54px);
  }

  .cocktail-copy p {
    width: min(100%, 300px);
    max-width: 100%;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .cocktail-signals {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 300px);
  }

  .cocktail-signals span {
    width: 100%;
    justify-content: center;
  }

  .cocktail-list,
  .cocktail-actions {
    width: min(100%, 300px);
  }

  .cocktail-actions {
    display: grid;
  }

  .cocktail-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .beer-stats {
    grid-template-columns: 1fr;
  }

  .favorites-grid h3 {
    min-height: 40px;
    font-size: 14px;
  }

  .daypart-text {
    grid-template-columns: 1fr;
  }

  .icon-rail {
    min-height: 72px;
    border-right: 0;
    border-bottom: 2px solid rgba(120, 185, 30, 0.85);
  }

  .event-timeline::before {
    top: 0;
    bottom: 0;
    left: 18px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .event-grid article {
    padding-left: 54px;
  }

  .event-grid .icon {
    position: absolute;
    left: 14px;
    top: 18px;
    width: 28px;
    height: 28px;
  }

  .reservation-quick-actions .btn {
    width: 100%;
  }
}

/* Beer mockup stage override */
.beer-showcase {
  position: relative;
  width: min(100%, 1500px);
  height: var(--beer-panel-height);
  min-height: var(--beer-panel-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1.08fr) minmax(280px, 0.72fr);
  gap: 0;
  align-items: stretch;
  padding: clamp(22px, 2.4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(226, 161, 59, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(1, 3, 2, 0.99), rgba(5, 8, 6, 0.96) 31%, rgba(6, 7, 6, 0.95) 57%, rgba(1, 3, 2, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 -90px 120px rgba(0, 0, 0, 0.52);
}

.beer-showcase::before {
  content: none;
  position: absolute;
  top: 22px;
  left: clamp(20px, 2.6vw, 44px);
  right: clamp(20px, 2.6vw, 44px);
  height: 1px;
  background:
    linear-gradient(90deg, rgba(226, 161, 59, 0.95), transparent 43%, transparent 57%, rgba(226, 161, 59, 0.95));
  pointer-events: none;
}

.beer-showcase::after {
  content: none;
}

.beer-story,
.beer-detail,
.beer-selector {
  background: transparent;
}

.beer-story {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(18px, 2vw, 30px) clamp(20px, 2vw, 34px) clamp(18px, 2vw, 30px) 0;
  overflow: visible;
  border: 0;
  border-right: 1px solid rgba(226, 161, 59, 0.38);
  border-radius: 0;
}

.beer-story::before,
.beer-story::after {
  content: none;
}

.beer-story-copy {
  display: grid;
  align-content: center;
  max-width: 315px;
}

.beer-story-kicker {
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 15px;
}

.beer-story-logo {
  width: min(240px, 88%);
  margin: 0 0 18px;
}

.beer-story h3 {
  display: grid;
  gap: 2px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.beer-story h3 span {
  color: #f7f1e4;
}

.beer-story h3 strong {
  color: var(--green);
  font-weight: 400;
}

.beer-story-rule {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 12px;
  align-items: center;
  margin: 16px 0 12px;
  color: var(--green);
}

.beer-story-rule span {
  height: 1px;
  background: rgba(226, 161, 59, 0.65);
}

.beer-story-rule .icon {
  width: 22px;
  height: 22px;
}

.beer-story p,
.beer-description {
  color: var(--muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.36;
}

.beer-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 15px;
}

.beer-facts > span {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f7f1e4;
  background: transparent;
  text-transform: none;
}

.beer-facts > span > span {
  display: grid;
  gap: 2px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.beer-facts .icon {
  width: 32px;
  height: 32px;
  padding: 7px;
  color: var(--green);
  border: 1px solid rgba(120, 185, 30, 0.8);
  border-radius: 50%;
}

.beer-facts b {
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.beer-facts small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.beer-detail {
  position: relative;
  z-index: 1;
  isolation: isolate;
  grid-column: 2 / 4;
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(270px, 0.62fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas:
    "heading info"
    "visual info";
  gap: clamp(18px, 2.3vw, 38px);
  align-items: stretch;
  padding: clamp(12px, 1.5vw, 24px) 0 clamp(6px, 1vw, 14px) clamp(24px, 3vw, 48px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.beer-detail-heading {
  grid-area: heading;
}

.beer-stage-frame {
  --beer-stage-image: none;
  --beer-stage-size: 108% auto;
  --beer-stage-position: 42% 72%;
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  min-height: 0;
  margin: -88px -180px -58px -110px;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  background-image: var(--beer-stage-image);
  background-repeat: no-repeat;
  background-size: var(--beer-stage-size);
  background-position: var(--beer-stage-position);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    radial-gradient(ellipse 112% 104% at 50% 56%, #000 66%, rgba(0, 0, 0, 0.74) 88%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    radial-gradient(ellipse 112% 104% at 50% 56%, #000 66%, rgba(0, 0, 0, 0.74) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  z-index: -1;
}

.beer-stage-frame::before,
.beer-stage-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.beer-stage-frame::before {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 5, 3, 1) 0%, rgba(2, 5, 3, 0.92) 8%, transparent 24%, transparent 76%, rgba(2, 5, 3, 0.92) 92%, rgba(2, 5, 3, 1) 100%),
    linear-gradient(180deg, rgba(2, 5, 3, 0.88), transparent 12%, transparent 86%, rgba(2, 5, 3, 0.9));
}

.beer-stage-frame::after {
  content: none;
}

.beer-stage-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  object-fit: contain;
  object-position: center;
}

.beer-stage-scene[hidden] {
  display: none;
}

.beer-detail[data-stage-render-active] .beer-stage-scene {
  opacity: 0;
}

.beer-detail[data-stage-render-active] .beer-stage-title {
  gap: 3px;
  transform: translateY(-60px);
}

.beer-detail[data-stage-render-active] .beer-stage-title .eyebrow {
  font-size: clamp(26px, 2.2vw, 36px);
}

.beer-detail[data-stage-render-active] .beer-stage-title h3 {
  font-size: clamp(62px, 6.3vw, 104px);
}

.beer-detail[data-stage-render-active] .beer-style {
  font-size: clamp(27px, 2.4vw, 38px);
}

.beer-stage-title {
  grid-area: heading;
  position: relative;
  z-index: 4;
  display: grid;
  gap: 5px;
  justify-items: center;
  align-content: start;
  min-width: 0;
  text-align: center;
}

.beer-stage-divider {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(46px, 1fr) auto minmax(46px, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--green);
}

.beer-stage-divider span {
  height: 1px;
  background: rgba(226, 161, 59, 0.72);
}

.beer-stage-divider .icon {
  width: 23px;
  height: 23px;
}

.beer-stage-title .eyebrow {
  margin: 0;
  color: #f7f1e4;
  font-family: var(--display-font);
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 0.9;
}

.beer-stage-title h3 {
  margin: 0;
  color: #f7f1e4;
  font-family: var(--display-font);
  font-size: clamp(68px, 7.3vw, 118px);
  font-weight: 400;
  line-height: 0.82;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.62);
  text-transform: uppercase;
}

.beer-style {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(28px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.beer-style::before,
.beer-style::after {
  content: "";
  width: clamp(24px, 3vw, 46px);
  height: 1px;
  background: rgba(226, 161, 59, 0.72);
}

.beer-detail-info {
  grid-area: info;
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(34px, 4.4vw, 72px) 0 0 clamp(14px, 1.4vw, 26px);
}

.beer-detail-kicker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 clamp(34px, 4vw, 56px);
  color: var(--green);
  font-family: var(--accent-font);
  font-size: clamp(15px, 1.25vw, 21px);
  line-height: 1;
  text-transform: uppercase;
}

.beer-detail-kicker .icon {
  width: 21px;
  height: 21px;
}

.beer-description {
  min-height: 4.45em;
  max-height: 4.45em;
  margin: 0;
  overflow: hidden;
}

.beer-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 96px;
  margin: 6px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(226, 161, 59, 0.72);
  border-bottom: 1px solid rgba(226, 161, 59, 0.55);
}

.beer-metrics div {
  display: grid;
  align-content: center;
  padding: 0 clamp(16px, 1.8vw, 28px);
  border-left: 1px solid rgba(226, 161, 59, 0.58);
}

.beer-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.beer-metrics dt {
  color: #f7f1e4;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.beer-metrics dd {
  margin: 7px 0 0;
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 0.86;
}

.beer-pour-prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: none;
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(226, 161, 59, 0.46);
}

.beer-pour-prices p {
  position: relative;
  display: grid;
  grid-template-columns: minmax(68px, 0.36fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 70px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(226, 161, 59, 0.76);
  border-radius: var(--radius);
  background: rgba(2, 5, 3, 0.64);
}

.beer-pour-prices p::after {
  content: ">";
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1;
}

.beer-pour-prices p:last-child {
  border-color: rgba(226, 161, 59, 0.86);
  box-shadow: none;
}

.beer-pour-prices span {
  color: #f7f1e4;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.beer-pour-prices b {
  color: var(--green);
  font-family: var(--display-font);
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 0.85;
  text-align: center;
  white-space: nowrap;
}

.beer-product-stage {
  position: relative;
  grid-area: visual;
  z-index: 1;
  display: block;
  min-height: 0;
  height: 100%;
  padding-top: clamp(10px, 1.4vw, 24px);
  isolation: isolate;
}

.beer-product-stage::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 8%;
  height: 80%;
  background:
    radial-gradient(ellipse at center bottom, rgba(226, 161, 59, 0.68), rgba(166, 82, 9, 0.28) 38%, transparent 72%);
  filter: blur(8px);
  opacity: 0.8;
  z-index: 0;
}

.beer-product-stage::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: clamp(58px, 5.6vw, 86px);
  border-radius: 50% 50% 8px 8px;
  background:
    linear-gradient(180deg, rgba(42, 36, 29, 0.95), rgba(8, 8, 7, 0.98)),
    radial-gradient(ellipse at center, rgba(226, 161, 59, 0.28), transparent 64%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.nonic-glass {
  position: absolute;
  left: 50%;
  bottom: clamp(-42px, -2.4vw, -28px);
  z-index: 1;
  width: min(300px, 58%);
  height: clamp(330px, 23vw, 390px);
  margin-bottom: 0;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 22px rgba(0, 0, 0, 0.66));
}

.nonic-glass .beer-glass-photo {
  display: block;
  width: auto;
  height: clamp(330px, 23vw, 390px);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: none;
}

.beer-detail[data-stage-render-active] .beer-product-stage {
  padding-top: 0;
}

.beer-detail[data-stage-render-active] .beer-product-stage::before,
.beer-detail[data-stage-render-active] .beer-product-stage::after,
.beer-detail[data-stage-render-active] .nonic-glass {
  display: none;
}

.beer-selector {
  position: relative;
  width: min(100%, 1500px);
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 10px;
  align-items: stretch;
  padding: 14px 36px 16px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(226, 161, 59, 0.68);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(7, 12, 9, 0.94), rgba(2, 5, 3, 0.98));
  scrollbar-color: rgba(120, 185, 30, 0.82) rgba(247, 241, 228, 0.12);
  scrollbar-width: thin;
}

.beer-selector::before,
.beer-selector::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(226, 161, 59, 0.75);
  border-radius: 50%;
  color: var(--green);
  background: rgba(2, 5, 3, 0.92);
  font-family: var(--display-font);
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.beer-selector::before {
  content: "<";
  left: -20px;
}

.beer-selector::after {
  content: ">";
  right: -20px;
}

.beer-selector-main {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 150px));
  gap: 8px;
  min-width: max-content;
}

.beer-seasonal-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(174px, 174px)) auto;
  gap: 8px;
  min-width: max-content;
  padding: 8px;
  border: 1px solid rgba(120, 185, 30, 0.7);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(120, 185, 30, 0.1), transparent 56%),
    rgba(2, 5, 3, 0.54);
}

.beer-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(48px, 0.34fr) minmax(78px, 1fr);
  grid-template-rows: auto minmax(88px, 1fr);
  grid-template-areas:
    "title title"
    "glass prices";
  gap: 8px 12px;
  align-items: end;
  min-width: 0;
  min-height: 168px;
  padding: 10px 13px 12px;
  border: 1px solid rgba(226, 161, 59, 0.5);
  border-radius: var(--radius);
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 48%),
    rgba(3, 7, 5, 0.78);
  font: inherit;
  text-align: left;
}

.beer-option:hover,
.beer-option:focus-visible,
.beer-option[aria-selected="true"] {
  border-color: var(--green);
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(120, 185, 30, 0.68), 0 0 18px rgba(120, 185, 30, 0.16);
}

.beer-option[aria-selected="true"]::after {
  content: "\2605";
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: rgba(2, 5, 3, 0.78);
  font-size: 13px;
}

.beer-option-title {
  grid-area: title;
  display: grid;
  gap: 3px;
  width: 100%;
  min-width: 0;
  padding-right: 22px;
}

.beer-option b,
.beer-option small,
.beer-option em {
  display: block;
}

.beer-option b {
  width: 100%;
  overflow: hidden;
  color: #f7f1e4;
  font-family: var(--display-font);
  font-size: clamp(17px, 1.16vw, 24px);
  font-weight: 400;
  line-height: 0.95;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.beer-option small {
  margin-top: 1px;
  color: var(--green);
  font-size: clamp(10px, 0.75vw, 13px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.beer-option em {
  grid-area: prices;
  align-self: end;
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-style: normal;
  font-size: clamp(11px, 0.72vw, 13px);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-align: right;
}

.beer-option em > span {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

.beer-option-price-volume {
  color: #f7f1e4;
  font-weight: 400;
}

.beer-option-price-value {
  color: var(--green);
  font-size: clamp(12px, 0.84vw, 15px);
  font-weight: 500;
}

.beer-option-glass-img {
  grid-area: glass;
  justify-self: center;
  align-self: end;
  width: clamp(38px, 3vw, 54px);
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.62));
}

.beer-option.is-seasonal {
  border-color: rgba(120, 185, 30, 0.56);
}

.beer-seasonal-label {
  grid-column: 4;
  grid-row: 1;
  display: grid;
  place-items: center;
  min-width: 25px;
  min-height: 0;
  padding: 0 2px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.beer-seasonal-label::before,
.beer-seasonal-label::after {
  content: none;
}

.beer-detail[data-seasonal-active] [data-beer-seasonal-label] {
  color: var(--amber);
}

@media (max-width: 1180px) {
  .beer-showcase {
    height: auto;
    min-height: 640px;
    grid-template-columns: minmax(220px, 0.7fr) minmax(300px, 1fr) minmax(250px, 0.75fr);
    padding: 22px;
  }

  .beer-detail {
    grid-template-columns: minmax(300px, 1fr) minmax(250px, 0.78fr);
    padding-left: 28px;
  }

  .beer-selector {
    grid-template-columns: max-content max-content;
  }
}

@media (max-width: 640px) {
  .beer-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(90px, 30vw);
    gap: 10px;
    padding-inline: var(--page-pad);
  }

  .beer-section .section-heading {
    grid-column: 1 / -1;
    width: 100%;
  }

  .beer-showcase {
    display: contents;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .beer-showcase::before,
  .beer-showcase::after {
    content: none;
  }

  .beer-detail {
    grid-column: 1;
    grid-row: 2;
    height: var(--beer-mobile-panel-height);
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "info"
      "visual";
    gap: 8px;
    align-content: start;
    padding: 13px;
    overflow: hidden;
    border: 1px solid rgba(226, 161, 59, 0.58);
    border-radius: var(--radius);
    background: rgba(2, 5, 3, 0.95);
  }

  .beer-stage-frame {
    grid-area: visual;
    margin: 0;
    -webkit-mask-image: radial-gradient(ellipse 118% 106% at 50% 58%, #000 68%, rgba(0, 0, 0, 0.78) 86%, transparent 100%);
    mask-image: radial-gradient(ellipse 118% 106% at 50% 58%, #000 68%, rgba(0, 0, 0, 0.78) 86%, transparent 100%);
  }

  .beer-stage-scene {
    object-position: center;
  }

  .beer-detail[data-stage-render-active] .beer-stage-scene {
    transform: translateY(1%) scale(1.1);
  }

  .beer-stage-title {
    justify-items: start;
    gap: 2px;
    text-align: left;
  }

  .beer-stage-divider {
    display: none;
  }

  .beer-stage-title .eyebrow {
    font-size: 20px;
  }

  .beer-stage-title h3 {
    font-size: clamp(42px, 14vw, 60px);
  }

  .beer-style {
    gap: 8px;
    font-size: clamp(23px, 8.5vw, 34px);
    text-align: left;
  }

  .beer-style::before {
    content: none;
  }

  .beer-style::after {
    width: 34px;
  }

  .beer-detail-info {
    gap: 8px;
    padding: 0;
    align-content: start;
  }

  .beer-detail-kicker {
    display: none;
  }

  .beer-description {
    min-height: 4.25em;
    max-height: 4.25em;
    font-size: 13px;
    line-height: 1.35;
  }

  .beer-metrics {
    min-height: 0;
    margin: 4px 0;
    padding: 8px 0;
  }

  .beer-metrics div,
  .beer-metrics div:first-child {
    padding: 0 8px;
  }

  .beer-metrics div:first-child {
    padding-left: 0;
  }

  .beer-metrics dt {
    font-size: 12px;
  }

  .beer-metrics dd {
    font-size: 29px;
  }

  .beer-pour-prices {
    gap: 6px;
  }

  .beer-pour-prices p {
    grid-template-columns: minmax(48px, 0.34fr) minmax(0, 1fr) auto;
    min-height: 46px;
    padding: 8px 9px;
  }

  .beer-pour-prices span {
    font-size: 14px;
  }

  .beer-pour-prices b {
    font-size: clamp(27px, 8vw, 34px);
  }

  .beer-pour-prices p::after {
    font-size: 25px;
  }

  .beer-product-stage {
    min-height: 0;
    padding-top: 0;
  }

  .beer-product-stage::before {
    left: 8%;
    right: 8%;
    bottom: 10%;
    height: 74%;
    filter: blur(6px);
  }

  .beer-product-stage::after {
    left: 18%;
    right: 18%;
    height: 40px;
  }

  .nonic-glass {
    width: clamp(82px, 27vw, 120px);
    height: clamp(168px, 49vw, 235px);
    bottom: 26px;
    margin-bottom: 0;
  }

  .nonic-glass .beer-glass-photo {
    height: clamp(168px, 49vw, 235px);
  }

  .beer-story {
    grid-column: 1 / -1;
    grid-row: 3;
    height: auto;
    min-height: 0;
    padding: 18px;
    border: 1px solid rgba(226, 161, 59, 0.48);
    border-radius: var(--radius);
    background: rgba(2, 5, 3, 0.93);
  }

  .beer-story-logo {
    width: min(230px, 92%);
    margin-bottom: 20px;
  }

  .beer-story h3 {
    font-size: 40px;
  }

  .beer-facts {
    gap: 9px;
  }

  .beer-facts > span {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .beer-facts .icon {
    width: 34px;
    height: 34px;
  }

  .beer-selector {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: var(--beer-mobile-panel-height);
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 6px;
    padding: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(226, 161, 59, 0.58);
    background: rgba(2, 5, 3, 0.95);
    justify-items: stretch;
  }

  .beer-selector::before,
  .beer-selector::after {
    content: none;
  }

  .beer-selector-main,
  .beer-seasonal-group {
    display: contents;
    min-width: 0;
  }

  .beer-option {
    width: 100%;
    box-sizing: border-box;
    justify-self: stretch;
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "title"
      "glass";
    justify-items: center;
    min-height: 94px;
    padding: 8px 4px;
    text-align: center;
  }

  .beer-option-title {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .beer-option b {
    font-size: clamp(12px, 3.8vw, 16px);
  }

  .beer-option small,
  .beer-option em {
    display: none;
  }

  .beer-option-glass-img {
    width: 34px;
    height: 58px;
  }

  .beer-option[aria-selected="true"]::after {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .beer-seasonal-label {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    display: grid;
    min-width: 0;
    min-height: 44px;
    padding: 4px;
    border: 1px solid rgba(120, 185, 30, 0.46);
    border-radius: var(--radius);
    background: rgba(120, 185, 30, 0.09);
    font-size: 10px;
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 640px) {
  .beer-section {
    --beer-mobile-panel-height: 704px;
    grid-template-columns: minmax(0, 1fr) minmax(92px, 29vw);
    grid-template-areas:
      "heading heading"
      "story story"
      "detail selector";
    gap: 10px;
    padding-bottom: 18px;
  }

  .beer-section .section-heading {
    grid-area: heading;
  }

  .beer-showcase {
    display: contents;
  }

  .beer-story {
    grid-area: story;
    height: auto;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    background:
      linear-gradient(145deg, rgba(120, 185, 30, 0.08), transparent 42%),
      rgba(2, 5, 3, 0.94);
  }

  .beer-story::after {
    content: none;
  }

  .beer-story-copy {
    display: grid;
    grid-template-columns: minmax(86px, 0.36fr) minmax(0, 1fr);
    gap: 8px 12px;
    align-items: center;
  }

  .beer-story-kicker,
  .beer-story h3,
  .beer-story-rule,
  .beer-story p,
  .beer-facts {
    grid-column: 2;
  }

  .beer-story-logo {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 100%;
    margin: 0;
  }

  .beer-story-kicker {
    margin: 0;
    font-size: 11px;
  }

  .beer-story h3 {
    margin: 0;
    font-size: clamp(25px, 7vw, 36px);
    line-height: 0.92;
  }

  .beer-story-rule {
    margin: 2px 0;
  }

  .beer-story p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .beer-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 2px;
  }

  .beer-facts > span {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
    text-align: center;
  }

  .beer-facts .icon {
    width: 26px;
    height: 26px;
  }

  .beer-facts b {
    font-size: 9px;
  }

  .beer-facts small {
    display: none;
  }

  .beer-detail {
    grid-area: detail;
    height: var(--beer-mobile-panel-height);
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(292px, 1fr) auto auto auto;
    grid-template-areas:
      "heading"
      "visual"
      "prices"
      "metrics"
      "description";
    gap: 9px;
    padding: 10px;
    background: rgba(2, 5, 3, 0.96);
  }

  .beer-stage-frame {
    grid-area: visual;
    min-height: 292px;
    margin: -24px -42px -30px -42px;
    z-index: 0;
    background-size: 154% auto;
    background-position: 47% 66%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  }

  .beer-detail[data-stage-render-active] .beer-stage-title {
    transform: none;
  }

  .beer-stage-title {
    justify-items: center;
    text-align: center;
  }

  .beer-stage-title .eyebrow {
    font-size: clamp(18px, 6vw, 24px);
  }

  .beer-stage-title h3,
  .beer-detail[data-stage-render-active] .beer-stage-title h3 {
    font-size: clamp(39px, 13vw, 58px);
  }

  .beer-style,
  .beer-detail[data-stage-render-active] .beer-style {
    justify-content: center;
    font-size: clamp(22px, 7.7vw, 32px);
    text-align: center;
  }

  .beer-style::before {
    content: "";
  }

  .beer-style::before,
  .beer-style::after {
    width: 24px;
  }

  .beer-detail-info {
    display: contents;
  }

  .beer-description {
    grid-area: description;
    min-height: 3.8em;
    max-height: 3.8em;
    padding-top: 8px;
    border-top: 1px solid rgba(226, 161, 59, 0.48);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.28;
  }

  .beer-metrics {
    grid-area: metrics;
    min-height: 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 6px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(226, 161, 59, 0.48);
  }

  .beer-metrics div,
  .beer-metrics div:first-child {
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 0 6px;
  }

  .beer-metrics div:first-child {
    border-left: 0;
  }

  .beer-metrics dd {
    margin-top: 4px;
    font-size: clamp(28px, 8vw, 35px);
  }

  .beer-pour-prices {
    grid-area: prices;
    gap: 7px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .beer-pour-prices p {
    grid-template-columns: minmax(48px, 0.32fr) minmax(0, 1fr) 28px;
    min-height: 46px;
    padding: 7px 9px;
    gap: 8px;
  }

  .beer-pour-prices span {
    font-size: 15px;
    font-weight: 600;
  }

  .beer-pour-prices b {
    font-size: clamp(31px, 9vw, 40px);
  }

  .beer-selector {
    grid-area: selector;
    height: var(--beer-mobile-panel-height);
    min-height: 0;
    padding: 5px;
  }

  .beer-option {
    min-height: 106px;
    gap: 5px;
    padding: 7px 4px;
  }

  .beer-option-title {
    align-self: start;
  }

  .beer-option b {
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .beer-option small {
    display: block;
    font-size: 9px;
    line-height: 1.05;
  }

  .beer-option em {
    display: none;
  }

  .beer-option-glass-img {
    width: 38px;
    height: 64px;
  }

  .beer-seasonal-label {
    min-height: 38px;
    font-size: 9px;
  }
}

@media (max-width: 920px) {
  .poster-toolbar {
    grid-template-columns: 1fr;
  }

  .poster-viewport {
    height: clamp(420px, 72vh, 640px);
  }

  .dialog-grid {
    grid-template-columns: 1fr;
  }

  .dialog-media {
    min-height: 52vh;
  }

  .dialog-panel {
    min-height: 190px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 640px) {
  .poster-gallery {
    padding-top: 18px;
  }

  .poster-toolbar {
    padding: 12px;
  }

  .poster-viewport {
    height: 520px;
  }

  .gesture-hint {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    font-size: 12px;
  }

  .photo-dialog {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
  }

  .dialog-panel h3 {
    font-size: clamp(32px, 12vw, 48px);
  }
}

/* ===== HOPS smartphone refinements + favorites marquee (2026-06-30) ===== */
@media (max-width: 640px) {
  /* Hero — smaller CTAs, reframe so burger + beer both show */
  .hero-content { width: auto; max-width: calc(100vw - (var(--page-pad) * 2)); }
  html,
  body { max-width: 100%; overflow-x: hidden; }
  .hero { width: 100%; box-sizing: border-box; }
  .hero-title-logo-img { width: clamp(190px, 62vw, 300px); }
  .hero-copy { max-width: 32ch; font-size: 16px; line-height: 1.35; overflow-wrap: anywhere; }
  .tonight-strip { box-sizing: border-box; flex-wrap: wrap; }
  .tonight-copy { font-size: 0; }
  .tonight-copy::before { content: attr(data-mobile-label); font-size: 13.5px; }
  .tonight-strip { max-width: 100%; white-space: normal; border-radius: 18px; line-height: 1.25; }
  .section-heading { width: auto; margin-inline: var(--page-pad); }
  .dayparts .section-heading h2 { max-width: 10ch; margin-inline: auto; font-size: 34px; line-height: 1.02; text-wrap: balance; overflow-wrap: normal; }
  .dayparts .section-heading p { max-width: 30ch; margin-inline: auto; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: auto; flex: 0 0 auto; padding: 9px 15px; font-size: 12.5px; }
  .hero-actions .hero-daily-menu-trigger { width: 100%; flex: 1 0 100%; min-height: 48px; font-size: 14px; }
  .hero-actions .btn .icon { width: 14px; height: 14px; }
  .hero-practical { gap: 8px 14px; margin-top: 14px; font-size: 12.5px; }
  .hero-practical a { flex-basis: 100%; }
  .hero-bg img { object-position: 85% center; }

  /* Dayparts — stack all three: name, time, items, photo */
  .daypart-tabs { display: none; }
  .daypart-grid { display: flex; flex-direction: column; gap: 0; border: 0; }
  .daypart-text, .daypart-photo { display: block; min-height: auto; width: 100%; }
  .daypart-text { padding: 20px var(--page-pad) 8px; border-top: 1px solid rgba(120, 185, 30, 0.28); }
  .daypart-text > .icon-rail { display: none; }
  .daypart-text h3 { display: block; margin-bottom: 8px; font-size: 30px; }
  .daypart-text .icon-label { margin: 0 0 8px; font-family: var(--display-font); font-size: 36px; line-height: 1; color: var(--green); }
  .daypart-time { margin-bottom: 10px; }
  .daypart-intro { margin-bottom: 14px; font-size: 15px; }
  .menu-lines li { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .menu-lines li::after { content: none; }
  .menu-lines span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .menu-lines b { flex: none; margin-top: 0; color: var(--amber); font-size: 13px; white-space: nowrap; }
  .daypart-photo { padding: 6px var(--page-pad) 22px; }
  .daypart-photo img, .daypart-photo picture img { width: 100%; height: clamp(190px, 50vw, 250px); object-fit: cover; border-radius: 12px; display: block; }
  [data-daypart-panel="brunch"].daypart-text { order: 1; }
  [data-daypart-panel="brunch"].daypart-photo { order: 2; }
  [data-daypart-panel="lunch"].daypart-text { order: 3; }
  [data-daypart-panel="lunch"].daypart-photo { order: 4; }
  [data-daypart-panel="dinner"].daypart-text { order: 5; }
  [data-daypart-panel="dinner"].daypart-photo { order: 6; }

  /* Makarska Pivovara — clean logo, no box/frame, no overlap */
  .beer-story { border: 0; }
  .beer-story::before, .beer-story::after { display: none; }
  .beer-story-copy { display: block; }
  .beer-story-copy > * { position: static; }
  .beer-story-copy .beer-story-logo { display: block; width: clamp(200px, 58vw, 250px); height: auto; max-width: none; min-width: 0; margin: 6px 0 16px; background: none; box-shadow: none; padding: 0; border: 0; border-radius: 0; }
  .beer-story-kicker { margin-bottom: 8px; }
  .beer-facts b { color: var(--green); }
}

/* ===== HOPS premium motion layer (2026-06-30) ===== */
.hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tonight-strip {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(123, 94, 39, 0.55);
  border-radius: 999px;
  background: rgba(8, 13, 10, 0.66);
  color: var(--paper);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
}

.tonight-strip:hover,
.tonight-strip:focus-visible {
  border-color: rgba(120, 185, 30, 0.7);
}

.tonight-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(120, 185, 30, 0.18);
}

.tonight-copy {
  min-width: 0;
}

.events > .btn.wide {
  display: flex;
  width: min(420px, calc(100% - 2 * var(--page-pad)));
  margin: 18px auto 0;
  justify-content: center;
}

/* Scroll reveal (classes applied by main.js only when motion is allowed) */
.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease var(--reveal-delay, 0s), transform 0.7s ease var(--reveal-delay, 0s);
}

/* Favorites marquee on all widths — JS drives the drift; drag to reposition, it resumes from there */
.favorites {
  overflow: hidden;
}

.favorites-grid[data-marquee] {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 16px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.favorites-grid[data-marquee].is-dragging {
  cursor: grabbing;
}

.favorites-grid[data-marquee] > * {
  flex: 0 0 auto;
  width: 280px;
}

@media (max-width: 640px) {
  .favorites-grid[data-marquee] > * {
    width: clamp(220px, 72vw, 280px);
  }
}

/* Header scrolled state + nav scroll-spy */
.site-header {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(2, 5, 3, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.site-nav a.is-active {
  color: var(--green);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-bg img {
    animation: hops-hero-zoom 18s ease-out forwards;
  }

  .hero-content h1,
  .hero-content .hero-copy,
  .hero-content .hero-actions,
  .hero-content .tonight-strip {
    animation: hops-fade-up 0.8s ease-out backwards;
  }

  .hero-content .hero-copy { animation-delay: 0.12s; }
  .hero-content .hero-actions { animation-delay: 0.24s; }
  .hero-content .tonight-strip { animation-delay: 0.36s; }
}

@keyframes hops-hero-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

@keyframes hops-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* Sticky beer story while the selector scrolls (desktop only, no scroll-jacking) */
@media (min-width: 921px) {
  .beer-showcase {
    align-items: start;
  }

  .beer-story {
    position: sticky;
    top: 86px;
  }
}

/* Reduced motion: anchor clicks must not animate the scroll (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.daily-marendin-open {
  overflow: hidden;
}

.daily-marendin-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 26px 18px;
  overflow: auto;
  background: rgba(7, 10, 8, 0.54);
  backdrop-filter: blur(2px);
}

.daily-marendin-overlay::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 5, 3, 0.34), rgba(2, 5, 3, 0.72)),
    var(--daily-marendin-bg, none);
  background-position: center;
  background-size: cover;
  opacity: 0.08;
}

.daily-marendin-dialog {
  width: min(362px, calc(100vw - 36px));
}

.daily-marendin-sheet {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: min(752px, calc(100vh - 92px));
  max-height: none;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 15, 13, 0.06), rgba(10, 12, 10, 0.28)),
    var(--daily-marendin-bg, none),
    #151a16;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.68);
  color: #f4efe7;
  font-family: var(--daily-marendin-font);
}

.daily-marendin-sheet::before,
.daily-marendin-sheet::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}

.daily-marendin-sheet::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 52%),
    linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.5));
}

.daily-marendin-sheet::after {
  bottom: 0;
  z-index: 1;
  height: 118px;
  background:
    linear-gradient(180deg, rgba(4, 5, 4, 0), rgba(4, 5, 4, 0.86) 28%, rgba(4, 5, 4, 0.96));
}

.daily-marendin-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 241, 228, 0.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.44);
  font: 900 20px/1 Arial, sans-serif;
  cursor: pointer;
}

.daily-marendin-head {
  position: relative;
  z-index: 2;
  min-height: 152px;
  padding: 14px 14px 0;
}

.daily-marendin-title-block {
  min-width: 0;
}

.daily-marendin-badge {
  display: none;
}

.daily-marendin-title {
  display: none;
}

.daily-marendin-date {
  position: absolute;
  top: 102px;
  left: 16px;
  margin: 0;
  color: var(--amber);
  font-size: 22px;
  font-weight: 900;
  line-height: 0.95;
}

.daily-marendin-intro {
  margin: 0;
  color: #f7f2e9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.05;
  text-align: left;
}

.daily-marendin-logo {
  display: none;
}

.daily-marendin-cta-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 6px;
  align-items: center;
  margin: 0 12px 6px;
  padding: 5px 6px;
  border: 1px solid rgba(216, 154, 57, 0.32);
  background: rgba(0, 0, 0, 0.36);
}

.daily-marendin-body {
  position: relative;
  z-index: 2;
  min-height: 0;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 0 14px 92px;
}

.daily-marendin-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.daily-marendin-group + .daily-marendin-group,
.daily-marendin-special + .daily-marendin-group,
.daily-marendin-group + .daily-marendin-special {
  margin-top: 0;
}

.daily-marendin-group-title {
  margin: 0 0 4px;
  color: #f0dfc8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.daily-marendin-row {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr) 44px;
  gap: 5px;
  align-items: start;
  color: #e8e4dc;
  font-size: 15.6px;
  font-weight: 300;
  line-height: 1.08;
  text-align: left;
}

.daily-marendin-row::before {
  content: "\2022";
  color: var(--amber);
}

.daily-marendin-dish {
  min-width: 0;
}

.daily-marendin-price-wrap {
  color: var(--amber);
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

.daily-marendin-price .price-cents {
  font-size: 0.6em;
  vertical-align: 0.35em;
}

.daily-marendin-price .price-currency {
  margin-left: 0.16em;
}

.daily-marendin-special {
  margin-inline: -14px;
  padding: 6px 14px;
  background: rgba(134, 91, 56, 0.96);
}

.daily-marendin-special .daily-marendin-group-title,
.daily-marendin-special .daily-marendin-row::before,
.daily-marendin-special .daily-marendin-price-wrap {
  color: #f4c06c;
}

.daily-marendin-foot {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: block;
  padding: 0;
  border-top: 0;
}

.daily-marendin-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 12px;
  align-items: center;
  padding: 6px 9px 7px;
  border-top: 1px solid rgba(216, 154, 57, 0.28);
  border-bottom: 1px solid rgba(216, 154, 57, 0.1);
  color: #f5eee5;
  background: linear-gradient(90deg, rgba(72, 47, 31, 0.92), rgba(32, 25, 20, 0.9));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.78);
}

.daily-marendin-service strong,
.daily-marendin-service span {
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.daily-marendin-service span {
  text-align: right;
  white-space: nowrap;
}

.daily-marendin-service small {
  grid-column: 1 / -1;
  margin-top: 5px;
  color: rgba(245, 238, 229, 0.82);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.daily-marendin-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 7px;
  border: 1px solid rgba(120, 185, 30, 0.88);
  border-radius: 6px;
  color: #111;
  background: linear-gradient(180deg, #91d326, #638f05);
  font-size: 10.2px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.daily-marendin-menu-link:hover,
.daily-marendin-menu-link:focus-visible,
.daily-marendin-close:hover,
.daily-marendin-close:focus-visible {
  outline: 2px solid rgba(247, 241, 228, 0.72);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .daily-marendin-overlay {
    align-items: end;
    padding: 0;
  }

  .daily-marendin-dialog {
    width: min(100%, 420px);
  }

  .daily-marendin-sheet {
    aspect-ratio: auto;
    height: min(752px, 92svh);
    border-radius: 24px 24px 0 0;
  }

  .daily-marendin-head {
    min-height: 152px;
    padding: 14px 14px 0;
  }

  .daily-marendin-close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .daily-marendin-body {
    padding: 0 14px 92px;
  }

  .daily-marendin-special {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .daily-marendin-row {
    grid-template-columns: 6px minmax(0, 1fr) 44px;
    gap: 5px;
  }

  .daily-marendin-foot {
    padding: 0;
  }

  .daily-marendin-menu-link {
    width: auto;
  }
}

@media (min-width: 900px) {
  .daily-marendin-overlay {
    padding: 12px 16px;
    overflow: hidden;
  }

  .daily-marendin-dialog {
    width: min(1080px, calc(100vw - 32px));
  }

  .daily-marendin-sheet {
    width: 100%;
    height: min(860px, calc(100vh - 24px));
    aspect-ratio: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 205px 70px minmax(0, 1fr) 80px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(4, 7, 5, 0.02), rgba(4, 7, 5, 0.38)),
      url("assets/generated/daily-marendin-background-desktop.jpg?v=desktop-20260710"),
      #151a16;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .daily-marendin-sheet::before {
    z-index: 0;
    left: 0;
    right: 0;
    width: auto;
    background: linear-gradient(180deg, transparent 24%, rgba(4, 7, 5, 0.14) 32%, rgba(4, 7, 5, 0.52) 100%);
    box-shadow: none;
  }

  .daily-marendin-sheet::after {
    right: 0;
    left: 0;
    width: auto;
  }

  .daily-marendin-head {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 205px;
  }

  .daily-marendin-date {
    top: 148px;
    left: 48px;
    font-size: 30px;
  }

  .daily-marendin-cta-row {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) 196px;
    gap: 24px;
    align-self: center;
    margin: 0 42px;
    padding: 11px 14px;
  }

  .daily-marendin-intro {
    font-size: 18px;
    line-height: 1.3;
  }

  .daily-marendin-menu-link {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .daily-marendin-body {
    grid-column: 1 / -1;
    grid-row: 3;
    gap: 10px;
    padding: 7px 42px 8px;
    overflow: hidden;
  }

  .daily-marendin-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 42px;
  }

  .daily-marendin-group-title {
    margin-bottom: 6px;
    font-size: 21px;
    font-weight: 700;
  }

  .daily-marendin-row {
    grid-template-columns: 8px minmax(0, 1fr) 70px;
    gap: 10px;
    font-size: 18px;
    line-height: 1.15;
  }

  .daily-marendin-special {
    margin-inline: 0;
    padding: 10px 16px;
    border-radius: 4px;
  }

  .daily-marendin-special .daily-marendin-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .daily-marendin-foot {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 4;
    width: auto;
    margin: 6px 42px 12px;
    align-self: end;
  }

  .daily-marendin-service strong,
  .daily-marendin-service span {
    font-size: 22px;
  }

  .daily-marendin-service small {
    font-size: 16px;
  }

  .daily-marendin-close {
    top: 20px;
    right: 20px;
  }
}

.language-suggestion {
  position: fixed;
  z-index: 120;
  top: 88px;
  right: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 34px;
  gap: 10px;
  align-items: center;
  width: min(440px, calc(100vw - 36px));
  padding: 12px;
  border: 1px solid rgba(120, 185, 30, 0.72);
  border-radius: var(--radius);
  background: rgba(4, 8, 5, 0.97);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.language-suggestion p {
  margin: 0;
  color: #f7f1e4;
  font-size: 14px;
  line-height: 1.35;
}

.language-suggestion a {
  color: var(--green);
  font-weight: 800;
}

.language-suggestion button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 640px) {
  .language-suggestion {
    top: 76px;
    right: 10px;
    grid-template-columns: minmax(0, 1fr) auto 32px;
    width: calc(100vw - 20px);
  }
}

/* Footer language switcher (links injected by main.js from hreflang alternates).
   nav.lang-switcher: same specificity as the .site-footer nav grid rule, but later
   in the cascade, so the switcher stays a horizontal row. */
.site-footer nav.lang-switcher {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(123, 94, 39, 0.35);
  font-size: 13.5px;
}

.lang-switcher a {
  color: var(--muted);
}

.lang-switcher a:hover,
.lang-switcher a:focus-visible {
  color: var(--green);
}

.lang-switcher a.is-active {
  color: var(--green);
  font-weight: 700;
}

.hops-consent {
  position: fixed;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 16px;
  z-index: 2400;
  width: min(760px, calc(100vw - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(226, 161, 59, 0.5);
  border-radius: 8px;
  background: rgba(8, 13, 10, 0.97);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
  color: var(--text);
}

.hops-consent__copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--amber);
  font-size: 18px;
}

.hops-consent__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.hops-consent__privacy {
  display: inline-block;
  margin-top: 6px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 700;
}

.hops-consent__privacy:hover,
.hops-consent__privacy:focus-visible {
  color: var(--green);
}

.hops-consent__actions {
  display: flex;
  gap: 8px;
}

.hops-consent__button {
  min-width: 132px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green);
  color: #071000;
  font: 700 13px/1.15 var(--body-font);
  cursor: pointer;
}

.hops-consent__button--secondary {
  min-width: 92px;
  border-color: rgba(247, 241, 228, 0.34);
  background: transparent;
  color: var(--text);
}

.hops-consent__button:hover,
.hops-consent__button:focus-visible {
  outline: 2px solid rgba(247, 241, 228, 0.78);
  outline-offset: 2px;
}

.hops-consent-settings {
  position: fixed;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 10px;
  z-index: 1900;
  min-height: 44px;
  padding: 7px 10px;
  border: 1px solid rgba(226, 161, 59, 0.42);
  border-radius: 6px;
  color: var(--muted);
  background: rgba(8, 13, 10, 0.92);
  font: 600 11px/1.15 var(--body-font);
  cursor: pointer;
}

.hops-consent-settings:hover,
.hops-consent-settings:focus-visible {
  border-color: var(--green);
  color: var(--text);
  outline: 2px solid rgba(247, 241, 228, 0.78);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .hops-consent {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .hops-consent__actions {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  }

  .hops-consent__button,
  .hops-consent__button--secondary {
    width: 100%;
    min-width: 0;
  }

  .hops-consent-settings {
    max-width: calc(100vw - 20px);
  }
}

.privacy-body {
  min-height: 100vh;
  background: #060a07;
}

.privacy-header {
  background: rgba(2, 5, 3, 0.96);
}

.privacy-page {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 156px 0 72px;
}

.privacy-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.privacy-page h1 {
  margin: 0;
  color: var(--text);
  font: 400 64px/1 var(--display-font);
}

.privacy-intro {
  max-width: 760px;
  margin: 20px 0 46px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.privacy-section {
  padding: 28px 0;
  border-top: 1px solid rgba(226, 161, 59, 0.28);
}

.privacy-section h2 {
  margin: 0 0 14px;
  color: var(--amber);
  font: 400 32px/1.1 var(--display-font);
}

.privacy-section p {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .privacy-header {
    min-height: 74px;
    padding: 8px 14px;
  }

  .privacy-header .brand img {
    width: 104px;
  }

  .privacy-header .site-nav {
    position: static;
    display: flex;
    width: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    gap: 12px;
  }

  .privacy-header .site-nav a {
    padding: 10px 0;
    font-size: 13px;
  }

  .privacy-header .site-nav a:first-child {
    display: none;
  }

  .privacy-page {
    width: min(100% - 28px, 960px);
    padding-top: 104px;
  }

  .privacy-page h1 {
    font-size: 44px;
  }

  .privacy-intro {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .privacy-section h2 {
    font-size: 28px;
  }

  .privacy-section p {
    font-size: 16px;
  }
}
