:root {
  --red: #bf2534;
  --yellow: #f2b705;
  --ink: #2b1712;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --muted: #7e6c64;
  --line: #e7dac9;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
button, input { font: inherit; }
button { color: inherit; }

.access-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 88% 16%, var(--yellow) 0 7%, transparent 7.3%),
    linear-gradient(145deg, #fffdf8 0%, #f4e8d7 100%);
}
.access-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font: 700 22px Georgia, serif;
  letter-spacing: -.08em;
}
.eyebrow {
  margin: 20px 0 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.access-screen h1 {
  margin: 0;
  font: 600 clamp(31px, 9vw, 50px) Georgia, "Songti SC", serif;
}
.muted {
  max-width: 340px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.loader {
  width: 28px;
  height: 28px;
  margin-top: 28px;
  border: 3px solid var(--line);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.access-screen .action {
  margin-top: 26px;
  padding: 12px 22px;
  border: 0;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  cursor: pointer;
}

.hero {
  min-height: 390px;
  position: relative;
  overflow: hidden;
  padding: 22px clamp(20px, 5vw, 64px) 28px;
  color: #fff8ec;
  background:
    radial-gradient(circle at 87% 20%, rgba(242,183,5,.95) 0 9%, transparent 9.3%),
    linear-gradient(135deg, #a51627 0%, #c92d3d 55%, #9d1325 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(242,183,5,.94);
  border-radius: 50%;
}
.topbar, .hero-copy, .hero-meta {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  font-family: Georgia, serif;
}
.invite-badge {
  padding: 6px 10px;
  border-radius: 99px;
  background: var(--yellow);
  color: var(--ink);
  letter-spacing: .03em;
}
.hero-copy { margin-top: 65px; }
.hero-copy .eyebrow { color: var(--yellow); }
.hero h1 {
  max-width: 700px;
  margin: 0;
  font: 600 clamp(42px, 9vw, 76px)/1.08 Georgia, "Songti SC", serif;
  letter-spacing: -.045em;
}
.hero-subtitle {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255,248,236,.82);
  font-size: 15px;
  line-height: 1.75;
}
.hero-meta {
  display: flex;
  gap: 22px;
  margin-top: 45px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}

.menu-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px) 64px;
}
.tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(59,31,22,.08);
}
.tabs button {
  position: relative;
  height: 62px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}
.tabs button:last-child { border-right: 0; }
.tabs button.active { color: var(--red); }
.tabs button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20%;
  width: 60%;
  height: 4px;
  background: var(--yellow);
}
.tools { padding: 24px 0 5px; }
.search {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: rgba(255,253,248,.8);
}
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}
.filters {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
}
.filters button {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
}
.filters button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 28px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.section-heading h2 {
  margin: 0;
  font: 600 clamp(27px, 5vw, 38px) Georgia, "Songti SC", serif;
}
.section-heading span { color: var(--muted); font-size: 12px; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.drink-card {
  overflow: hidden;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  box-shadow: 0 8px 22px rgba(60,34,25,.05);
}
.label-wrap {
  position: relative;
  aspect-ratio: 1.22;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(242,183,5,.14), rgba(191,37,52,.08)), #efe5d5;
}
.label-wrap img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.promo {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 5px 8px;
  background: var(--yellow);
  font-size: 9px;
  font-weight: 800;
}
.card-copy { padding: 14px; }
.brewery {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.drink-card h3 {
  margin: 7px 0 2px;
  font: 600 17px/1.15 Georgia, serif;
}
.cn-name { margin: 4px 0; font-size: 13px; font-weight: 700; }
.style { min-height: 33px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.facts { display: flex; gap: 10px; color: var(--muted); font-size: 10px; }
.price-row {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #eee4d5;
}
.price-row strong { font: 700 18px Georgia, serif; }
.price-row span { color: var(--red); font-size: 9px; }
.notice {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
footer {
  padding: 46px 20px;
  text-align: center;
  background: var(--ink);
  color: rgba(255,255,255,.7);
  font-size: 11px;
}
footer strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font: 600 18px Georgia, serif;
  letter-spacing: .1em;
}

@media (min-width: 720px) {
  .card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
  .hero { min-height: 500px; }
  .hero-copy { margin-top: 95px; }
}
@media (max-width: 380px) {
  .card-grid { grid-template-columns: 1fr; }
}
