:root {
  color-scheme: light;
  --wine: #bd5039;
  --wine-bright: #a84433;
  --wine-dark: #6d291f;
  --cream: #f5e8dc;
  --paper: #fffaf5;
  --ink: #321d18;
  --muted: #7c625b;
  --gold: #d2815f;
  --line: rgba(196, 87, 64, 0.18);
  --shadow: 0 18px 48px rgba(93, 40, 30, 0.13);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 136px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 7%, rgba(196, 87, 64, 0.16), transparent 24rem),
    linear-gradient(180deg, #f8eee5 0, var(--cream) 30rem),
    var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: white;
  color: var(--wine);
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px max(18px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(255, 250, 245, 0.22);
  background: rgba(189, 80, 57, 0.98);
  box-shadow: 0 8px 24px rgba(93, 40, 30, 0.22);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.topbar .brand {
  gap: 6px;
}

.brand-mark {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 5px 10px rgba(93, 40, 30, 0.2));
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.topbar .brand-copy strong {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--wine-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.topbar .brand-copy small {
  color: var(--paper);
}

.always-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.always-open i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68d391;
  box-shadow: 0 0 0 4px rgba(104, 211, 145, 0.13);
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  height: clamp(340px, 42vw, 480px);
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--wine-dark);
}

.hero > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 15, 11, 0.76) 0%, rgba(33, 20, 15, 0.48) 47%, rgba(33, 20, 15, 0.24) 78%),
    linear-gradient(90deg, rgba(25, 16, 12, 0.38), rgba(25, 16, 12, 0.22));
}

.hero-watermark {
  position: absolute;
  top: clamp(22px, 5vw, 54px);
  right: clamp(22px, 6vw, 72px);
  z-index: 2;
  width: clamp(112px, 15vw, 190px);
  height: auto;
  opacity: 0.22;
  filter: grayscale(0.12) drop-shadow(0 8px 20px rgba(26, 14, 9, 0.2));
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92%, 900px);
  max-width: none;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 7px;
  color: var(--wine-bright);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 15px;
  color: #ffe8dc;
  font-size: clamp(17px, 2.4vw, 25px);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-transform: none;
  text-shadow: 0 3px 18px rgba(10, 6, 4, 0.78);
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 10vw, 112px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-shadow: 0 5px 26px rgba(10, 6, 4, 0.82);
}

.hero-copy > p:last-child {
  max-width: none;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 3px 16px rgba(10, 6, 4, 0.72);
}

.menu-tools {
  position: relative;
  z-index: 4;
  max-width: 780px;
  margin: -30px auto 0;
  padding: 0 18px;
}

.search-box {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 0 10px 0 20px;
  border: 1px solid rgba(196, 87, 64, 0.13);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.search-box:focus-within {
  border-color: rgba(196, 87, 64, 0.55);
  box-shadow: 0 0 0 4px rgba(196, 87, 64, 0.1), var(--shadow);
}

.search-box svg {
  width: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--wine);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.search-box input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
}

.search-box input::placeholder {
  color: #8b7e79;
}

#clear-search {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f3dfd3;
  color: var(--wine);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

#clear-search.visible {
  display: grid;
  place-items: center;
}

.search-status {
  min-height: 20px;
  margin: 8px 4px 0;
  color: var(--muted);
  font-size: 13px;
}

.category-nav {
  position: sticky;
  z-index: 20;
  top: 71px;
  padding: 14px 0;
  background: linear-gradient(var(--cream) 76%, rgba(245, 232, 220, 0));
}

.category-nav > div {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  gap: 9px;
  overflow-x: auto;
  padding: 0 18px 9px;
  scrollbar-width: none;
}

.category-nav > div::-webkit-scrollbar {
  display: none;
}

.category-pill {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.88);
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 160ms ease;
}

.category-pill:hover,
.category-pill:focus-visible,
.category-pill.active {
  border-color: var(--wine);
  outline: 0;
  background: var(--wine);
  color: white;
}

.menu-content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 18px 96px;
}

.menu-section {
  padding: 38px 0 24px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  background: var(--wine);
  box-shadow: 0 14px 34px rgba(93, 40, 30, 0.15);
  color: var(--paper);
}

.section-heading .section-kicker {
  color: #ffe6da;
}

.section-heading h2,
.empty-state h2,
.dialog-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 5vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.section-price {
  flex: 0 0 auto;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 34px);
  font-weight: 600;
  white-space: nowrap;
}

.featured-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--wine-dark);
}

.featured-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.featured-media > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(116, 45, 35, 0.88);
  color: white;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.section-cover {
  height: clamp(220px, 38vw, 370px);
  margin-bottom: 16px;
}

.menu-card {
  border: 1px solid rgba(196, 87, 64, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 245, 0.97);
  box-shadow: 0 12px 36px rgba(93, 40, 30, 0.08);
}

.lunch-card {
  overflow: hidden;
}

.lunch-steps {
  padding: 10px 22px 20px;
}

.lunch-steps details {
  border-bottom: 1px solid var(--line);
}

.lunch-steps details:last-child {
  border-bottom: 0;
}

.lunch-steps summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  color: var(--wine);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
}

.lunch-steps summary::-webkit-details-marker {
  display: none;
}

.lunch-steps summary::after {
  content: "+";
  margin-left: auto;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.lunch-steps details[open] summary::after {
  content: "−";
}

.lunch-steps summary span {
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lunch-steps ul {
  display: grid;
  margin: -3px 0 20px;
  gap: 11px;
  padding: 0 0 0 27px;
  color: #4d403c;
}

.lunch-steps li::marker,
.dialog-ingredients li::marker {
  color: var(--gold);
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: 180ms ease;
}

.product-card--photo {
  --camera-scale: 2.08;
  --camera-x: -54%;
  --camera-y: 27%;
  --camera-roll: -3deg;
  --camera-turn: 5deg;
  min-height: 270px;
  overflow: hidden;
  border-color: rgba(255, 250, 245, 0.2);
  background: var(--wine-dark);
  box-shadow: 0 16px 38px rgba(77, 29, 22, 0.2);
  color: var(--paper);
  isolation: isolate;
}

.product-card--photo[data-item="negroni"],
.product-card--photo[data-item="americano"] {
  --camera-scale: 2.2;
  --camera-x: -60%;
  --camera-y: 29%;
  --camera-roll: -3.5deg;
  --camera-turn: 6deg;
}

.product-card--photo[data-item="spritz"],
.product-card--photo[data-item="pina-colada"],
.product-card--photo[data-item="paloma"],
.product-card--photo[data-item="margarita"] {
  --camera-scale: 2.02;
  --camera-x: -51%;
  --camera-y: 27%;
  --camera-roll: -3deg;
  --camera-turn: 5deg;
}

.product-card--photo[data-item="mojito"] {
  --camera-scale: 2.14;
  --camera-x: -57%;
  --camera-y: 26%;
  --camera-roll: -3.5deg;
  --camera-turn: 6deg;
}

.product-card--photo[data-item="tagliere"],
.product-card--photo[data-item="individuale"] {
  --camera-scale: 1.92;
  --camera-x: -46%;
  --camera-y: 3%;
  --camera-roll: -2.5deg;
  --camera-turn: 4deg;
}

.card-media,
.card-scrim {
  position: absolute;
  inset: 0;
}

.card-media {
  z-index: 0;
  overflow: hidden;
  perspective: 1000px;
}

.card-media::after {
  position: absolute;
  inset: -30%;
  background: linear-gradient(102deg, transparent 40%, rgba(255, 232, 214, 0.18) 50%, transparent 60%);
  content: "";
  opacity: 0;
  transform: translate3d(-72%, 0, 0) skewX(-12deg);
  transition:
    transform 3200ms cubic-bezier(0.17, 0.68, 0.16, 1),
    opacity 700ms ease;
  will-change: transform;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) brightness(1.13) contrast(0.98);
  transform: scale(1.02);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: filter 2200ms ease;
  will-change: transform;
}

@keyframes camera-orbit {
  0% {
    transform: perspective(1000px) translate3d(0, 0, 0) scale(1.02) rotateZ(0deg) rotateY(0deg);
  }
  36% {
    transform: perspective(1000px) translate3d(-12%, 9%, 0) scale(1.3) rotateZ(2deg) rotateY(-5deg);
  }
  68% {
    transform: perspective(1000px) translate3d(-30%, 18%, 0) scale(1.62) rotateZ(-1deg) rotateY(3deg);
  }
  100% {
    transform: perspective(1000px) translate3d(var(--camera-x), var(--camera-y), 0) scale(var(--camera-scale)) rotateZ(var(--camera-roll)) rotateY(var(--camera-turn));
  }
}

.card-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 14, 12, 0.78) 0%, rgba(23, 16, 13, 0.46) 49%, rgba(23, 16, 13, 0.05) 100%),
    linear-gradient(0deg, rgba(18, 12, 10, 0.66) 0%, rgba(18, 12, 10, 0.02) 70%);
  opacity: 1;
  transition: opacity 1200ms ease;
}

.product-card--photo > :not(.card-media):not(.card-scrim) {
  position: relative;
  z-index: 2;
}

.card-focus-caption {
  position: absolute !important;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  opacity: 0;
  text-shadow: 0 2px 14px rgba(14, 9, 7, 0.72);
  transform: translateY(10px);
  transition:
    opacity 450ms ease,
    transform 650ms ease;
}

.card-focus-caption span {
  max-width: 72%;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.card-focus-caption strong {
  color: white;
  font-size: 18px;
  white-space: nowrap;
}

.product-card--photo .card-topline,
.product-card--photo .card-title,
.product-card--photo .card-description,
.product-card--photo .card-action {
  transition:
    opacity 650ms ease,
    transform 750ms ease;
}

.product-card--photo.is-photo-active .card-media img {
  animation: camera-orbit 3800ms cubic-bezier(0.2, 0.72, 0.14, 1) both;
  filter: saturate(0.96) brightness(1.16) contrast(1.02);
}

.product-card--photo.is-photo-active .card-media::after {
  opacity: 1;
  transform: translate3d(72%, 0, 0) skewX(-12deg);
}

.product-card--photo.is-photo-active .card-scrim {
  opacity: 0.24;
}

.product-card--photo.is-photo-active .card-topline,
.product-card--photo.is-photo-active .card-title,
.product-card--photo.is-photo-active .card-description,
.product-card--photo.is-photo-active .card-action {
  opacity: 0;
  transform: translateY(-8px);
}

.product-card--photo.is-photo-active .card-focus-caption {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1900ms;
}

@media (hover: hover) and (pointer: fine) {
  .product-card--photo:hover .card-media img,
  .product-card--photo:focus-visible .card-media img,
  .product-card--photo.is-photo-hovered .card-media img {
    animation: camera-orbit 3800ms cubic-bezier(0.2, 0.72, 0.14, 1) both;
    filter: saturate(0.96) brightness(1.16) contrast(1.02);
  }

  .product-card--photo:hover .card-media::after,
  .product-card--photo:focus-visible .card-media::after,
  .product-card--photo.is-photo-hovered .card-media::after {
    opacity: 1;
    transform: translate3d(72%, 0, 0) skewX(-12deg);
  }

  .product-card--photo:hover .card-scrim,
  .product-card--photo:focus-visible .card-scrim,
  .product-card--photo.is-photo-hovered .card-scrim {
    opacity: 0.24;
  }

  .product-card--photo:hover .card-topline,
  .product-card--photo:hover .card-title,
  .product-card--photo:hover .card-description,
  .product-card--photo:hover .card-action,
  .product-card--photo:focus-visible .card-topline,
  .product-card--photo:focus-visible .card-title,
  .product-card--photo:focus-visible .card-description,
  .product-card--photo:focus-visible .card-action,
  .product-card--photo.is-photo-hovered .card-topline,
  .product-card--photo.is-photo-hovered .card-title,
  .product-card--photo.is-photo-hovered .card-description,
  .product-card--photo.is-photo-hovered .card-action {
    opacity: 0;
    transform: translateY(-8px);
  }

  .product-card--photo:hover .card-focus-caption,
  .product-card--photo:focus-visible .card-focus-caption,
  .product-card--photo.is-photo-hovered .card-focus-caption {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1900ms;
  }
}

.product-card--photo .card-topline em {
  border: 1px solid rgba(255, 250, 245, 0.2);
  background: rgba(255, 250, 245, 0.12);
  color: #ffe6da;
  backdrop-filter: blur(8px);
}

.product-card--photo .card-topline strong,
.product-card--photo .card-title {
  color: var(--paper);
  text-shadow: 0 2px 14px rgba(38, 12, 9, 0.42);
}

.product-card--photo .card-description {
  max-width: 72%;
  color: rgba(255, 250, 245, 0.84);
  text-shadow: 0 2px 12px rgba(38, 12, 9, 0.45);
}

.product-card--photo .card-action {
  color: #ffad98;
  text-shadow: 0 2px 10px rgba(38, 12, 9, 0.55);
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 87, 64, 0.38);
  box-shadow: 0 18px 40px rgba(93, 40, 30, 0.13);
}

.product-card--photo:hover {
  transform: none;
  border-color: rgba(255, 250, 245, 0.34);
  box-shadow: 0 20px 44px rgba(77, 29, 22, 0.25);
}

.product-card:focus-visible,
.dialog-close:focus-visible,
#empty-clear:focus-visible {
  outline: 3px solid rgba(196, 87, 64, 0.34);
  outline-offset: 3px;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.card-topline em {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(196, 87, 64, 0.1);
  color: var(--wine);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-topline strong,
.dialog-heading strong,
.from-price {
  color: var(--wine);
  font-size: 18px;
  white-space: nowrap;
}

.card-title {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.card-description {
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.card-action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 850;
}

.card-action b {
  transition: transform 160ms ease;
}

.product-card:hover .card-action b {
  transform: translateX(4px);
}

.zero-section {
  position: relative;
}

.zero-badge {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(93, 40, 30, 0.22);
}

.section-heading .zero-badge {
  background: var(--paper);
  color: var(--wine);
}

.coffee-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 250, 245, 0.38);
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.13);
  font-size: 25px;
}

.coffee-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.coffee-group {
  overflow: hidden;
  padding: 22px;
}

.coffee-group h3 {
  margin: 0 0 16px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.coffee-price-list {
  border-top: 1px solid var(--line);
}

.coffee-price-list > div {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 2px;
  border-bottom: 1px solid var(--line);
}

.coffee-price-list > div:last-child {
  border-bottom: 0;
}

.coffee-price-list span {
  color: #453936;
  font-weight: 750;
}

.coffee-price-list strong {
  color: var(--wine);
  white-space: nowrap;
}

.gin-card {
  padding: 22px;
}

.gin-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.price-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.price-list > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.price-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.price-list span {
  color: #453936;
  font-weight: 750;
}

.price-list strong {
  color: var(--wine);
  white-space: nowrap;
}

.price-list small {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(196, 87, 64, 0.1);
  color: var(--wine);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.empty-state {
  padding: 80px 20px;
  text-align: center;
}

.empty-state > span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 54px;
}

.empty-state p {
  color: var(--muted);
}

#empty-clear {
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--wine);
  color: white;
  cursor: pointer;
  font-weight: 800;
}

footer {
  padding: 46px 20px 54px;
  background: #63281f;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.footer-brand {
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
}

.footer-brand .brand-mark {
  padding: 2px;
  background: var(--cream);
  filter: none;
}

.footer-brand .brand-copy small {
  color: #f1cbbd;
}

footer p {
  max-width: 620px;
  margin: 9px auto 0;
}

.fine-print {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

[hidden] {
  display: none !important;
}

dialog {
  width: min(92vw, 560px);
  max-height: 88dvh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: 0 30px 90px rgba(77, 29, 22, 0.44);
}

dialog::backdrop {
  background: rgba(77, 29, 22, 0.72);
  backdrop-filter: blur(5px);
}

.dialog-shell {
  position: relative;
  max-height: 88dvh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 26px;
  background: var(--paper);
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f3dfd3;
  color: var(--wine);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-right: 42px;
}

.dialog-heading h2 {
  font-size: clamp(33px, 7vw, 47px);
}

.dialog-description {
  margin: 16px 0 24px;
  color: var(--muted);
  font-size: 17px;
}

.dialog-ingredients {
  padding: 19px 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff3e9;
}

.dialog-ingredients h3 {
  margin: 0 0 11px;
  color: var(--wine);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dialog-ingredients ul {
  display: grid;
  margin: 0;
  gap: 8px;
  padding-left: 20px;
}

.allergen-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 132px;
  }

  .topbar {
    min-height: 67px;
    padding: 9px 16px;
  }

  .brand-mark {
    width: 43px;
    height: 43px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .topbar .brand-copy strong {
    font-size: 23px;
  }

  .always-open {
    font-size: 12px;
  }

  .hero {
    height: 300px;
  }

  .hero > img:first-child {
    object-position: 69% 50%;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 50% 50%, rgba(24, 15, 11, 0.82) 0%, rgba(33, 20, 15, 0.56) 52%, rgba(33, 20, 15, 0.3) 100%),
      linear-gradient(rgba(25, 16, 12, 0.18), rgba(25, 16, 12, 0.18));
  }

  .hero-watermark {
    top: 18px;
    right: 16px;
    width: 102px;
    opacity: 0.24;
  }

  .hero-copy {
    left: 50%;
    width: 92%;
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(62px, 19vw, 78px);
  }

  .hero .eyebrow {
    margin-bottom: 13px;
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .hero-copy > p:last-child {
    margin-top: 19px;
    font-size: 16px;
  }

  .menu-tools {
    margin-top: -26px;
  }

  .search-box {
    min-height: 58px;
  }

  .category-nav {
    top: 66px;
  }

  .menu-content {
    padding-top: 0;
  }

  .menu-section {
    padding-top: 30px;
  }

  .section-heading {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .section-price {
    font-size: 25px;
  }

  .card-grid,
  .coffee-board,
  .price-list {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 195px;
  }

  .product-card--photo {
    min-height: 270px;
  }

  .product-card--photo .card-description {
    max-width: 78%;
  }

  .price-list > div,
  .price-list > div:nth-child(odd),
  .price-list > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .price-list > div:last-child {
    border-bottom: 0;
  }

  .gin-intro {
    flex-direction: column;
    gap: 12px;
  }

  .dialog-shell {
    padding: 27px 22px 24px;
  }
}

@media (max-width: 390px) {
  .brand-copy small {
    display: none;
  }

  .always-open {
    gap: 6px;
    font-size: 11px;
  }

  .hero-copy {
    width: 94%;
    max-width: none;
  }

  .section-heading {
    gap: 10px;
  }

  .section-price {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .product-card--photo .card-media img {
    animation: none !important;
    filter: saturate(0.82) brightness(1.1);
    transform: none !important;
  }

  .product-card--photo .card-media::after,
  .product-card--photo .card-focus-caption {
    display: none;
  }

  .product-card--photo .card-scrim,
  .product-card--photo .card-topline,
  .product-card--photo .card-title,
  .product-card--photo .card-description,
  .product-card--photo .card-action {
    opacity: 1 !important;
    transform: none !important;
  }
}
