:root {
  --cream: #f3ead8;
  --paper: #fbf7ef;
  --ink: #1d211e;
  --muted: #6d7069;
  --red: #912f20;
  --red-dark: #682218;
  --blue: #1e5361;
  --sand: #dfc28f;
  --line: #d9cdb8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(47, 38, 25, 0.16);
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.65;
}
body.modal-open {
  overflow: hidden;
}
button,
input {
  font: inherit;
}
button,
a {
  color: inherit;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  height: 78px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(22, 25, 22, 0.76);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-stamp {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "DM Serif Display", serif;
  font-size: 1rem;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}
.brand small {
  font-size: 0.57rem;
  letter-spacing: 0.18em;
  opacity: 0.67;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.88rem;
}
.desktop-nav a {
  opacity: 0.78;
  transition: 0.2s;
}
.desktop-nav a:hover {
  opacity: 1;
  color: #f2cf93;
}
.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
}
.header-cta {
  min-height: 40px;
  font-size: 0.85rem;
}
.header-cta:hover,
.primary-button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}
.header-cta svg,
.primary-button svg,
.text-button svg,
footer svg {
  width: 17px;
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
}
.mobile-nav {
  position: fixed;
  z-index: 49;
  top: 78px;
  inset-inline: 14px;
  display: grid;
  padding: 8px;
  background: #21231f;
  color: #fff;
  box-shadow: var(--shadow);
}
.mobile-nav[hidden] {
  display: none;
}
.mobile-nav a {
  padding: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  background: #2a3029;
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=2000&q=88");
  background-size: cover;
  background-position: center;
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 21, 18, 0.9) 0%,
      rgba(18, 21, 18, 0.61) 48%,
      rgba(18, 21, 18, 0.12) 78%
    ),
    linear-gradient(0deg, rgba(12, 15, 12, 0.72), transparent 52%);
}
@keyframes heroDrift {
  to {
    transform: scale(1.045);
  }
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, 75vw);
  height: 100%;
  margin: auto;
  padding-top: 78px;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.kicker span {
  width: 34px;
  height: 2px;
  background: #dfb96e;
}
.hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: "DM Serif Display", "Noto Sans SC", serif;
  font-size: clamp(4.4rem, 7.5vw, 8.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.hero h1 span {
  display: inline-block;
  color: #e8c887;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 0.74em;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.hero-intro {
  max-width: 570px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}
.hero-facts {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 42px;
  z-index: 2;
  display: flex;
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.hero-facts div {
  display: grid;
  min-width: 130px;
  padding: 17px 22px;
  background: rgba(22, 25, 22, 0.62);
  backdrop-filter: blur(12px);
}
.hero-facts strong {
  font-family: "DM Serif Display", serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: #e8c887;
}
.hero-facts span {
  font-size: 0.72rem;
  opacity: 0.72;
}
.vertical-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 50%;
  margin: 0;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  opacity: 0.55;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}
.today-alert {
  position: absolute;
  z-index: 3;
  top: 98px;
  right: max(28px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(18, 21, 18, 0.72);
  color: #fff;
  backdrop-filter: blur(12px);
  font-size: 0.74rem;
}
.today-alert strong {
  color: #f2cf93;
}
.today-alert svg {
  width: 15px;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2cf93;
  box-shadow: 0 0 0 5px rgba(242, 207, 147, 0.16);
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  50% {
    opacity: 0.45;
  }
}
.intro-strip {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  align-items: start;
  gap: 60px;
  max-width: var(--max);
  margin: auto;
  padding: 88px 28px;
  border-bottom: 1px solid var(--line);
}
.intro-strip > p:first-child {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--red);
}
.intro-strip h2 {
  margin: 0;
  font-family: "DM Serif Display", "Noto Sans SC", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
}
.intro-strip > p:last-child {
  margin: 7px 0 0;
  color: var(--muted);
}
.today-board {
  padding: 94px max(28px, calc((100vw - var(--max)) / 2));
  background: #ede1ca;
}
.today-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}
.today-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.today-date {
  display: grid;
  padding-left: 18px;
  border-left: 2px solid var(--red);
  text-align: right;
}
.today-date span {
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.today-date strong {
  font-size: 1rem;
}
.today-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.today-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(74, 58, 39, 0.18);
  background: var(--paper);
}
.today-card.deal {
  background: var(--red);
  color: #fff;
}
.today-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.today-kind {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.deal .today-kind {
  color: #f2cf93;
}
.today-kind svg {
  width: 14px;
}
.today-time {
  color: var(--muted);
  font-size: 0.67rem;
}
.deal .today-time {
  color: rgba(255, 255, 255, 0.64);
}
.today-card h3 {
  margin: 26px 0 10px;
  font-size: 1.35rem;
  line-height: 1.3;
}
.today-offer {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 1.05rem;
  font-weight: 900;
}
.deal .today-offer {
  color: #f2cf93;
}
.today-description {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.deal .today-description {
  color: rgba(255, 255, 255, 0.72);
}
.today-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.deal .today-links {
  border-color: rgba(255, 255, 255, 0.2);
}
.today-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 800;
}
.today-links a:first-child {
  color: var(--red);
}
.deal .today-links a:first-child {
  color: #f2cf93;
}
.today-links svg {
  width: 13px;
}
.offer-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}
.offer-disclaimer svg {
  width: 15px;
}
.explore {
  max-width: var(--max);
  margin: auto;
  padding: 100px 28px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.kicker.dark {
  color: var(--red);
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.5vw, 4.7rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.82rem;
}
.filter-bar {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: start;
  gap: 28px;
  margin: 42px 0 36px;
  padding: 14px;
  border-block: 1px solid var(--line);
}
.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-right: 1px solid var(--line);
  margin-top: 4px;
}
.search-box svg {
  width: 18px;
  color: var(--red);
}
.search-box input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.shortcut {
  padding: 2px 7px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #999;
  font-size: 0.68rem;
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-groups {
  display: grid;
  gap: 11px;
}
.filter-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: start;
  gap: 8px;
}
.filter-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 9px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}
.filter-label svg {
  width: 15px;
  color: var(--red);
}
.filter-chip {
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 30px;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
}
.filter-chip:hover,
.filter-chip.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.filter-chip.type-chip:hover,
.filter-chip.type-chip.active {
  border-color: var(--blue);
  background: var(--blue);
}
.district-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.district-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.district-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.card-image {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: #ddd;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
}
.district-card:hover .card-image img {
  transform: scale(1.055);
}
.card-index {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--paper);
  font-family: "DM Serif Display", serif;
  color: var(--red);
}
.save-button {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 23, 20, 0.72);
  color: #fff;
  backdrop-filter: blur(8px);
}
.save-button svg {
  width: 18px;
}
.save-button.saved {
  background: var(--red);
  color: #fff;
}
.card-body {
  padding: 22px;
}
.zone-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.zone-label svg {
  width: 13px;
}
.card-classifications {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.card-classifications .zone-label {
  margin: 0;
}
.type-label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 4px 8px;
  border-radius: 20px;
  background: rgba(30, 83, 97, 0.1);
  color: var(--blue);
  font-size: 0.64rem;
  font-weight: 800;
  white-space: nowrap;
}
.type-label svg {
  width: 12px;
}
.card-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.card-title-row h3 {
  margin: 0;
  font-size: 1.52rem;
  line-height: 1.25;
}
.card-title-row span {
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.68rem;
}
.card-food {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}
.tag-list span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  background: var(--cream);
  font-size: 0.68rem;
}
.detail-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--red);
  font-weight: 700;
}
.detail-button svg {
  width: 18px;
  transition: 0.2s;
}
.detail-button:hover svg {
  transform: translate(3px, -3px);
}
.empty-state {
  text-align: center;
  padding: 90px 20px;
}
.empty-state svg {
  width: 42px;
  height: 42px;
  color: var(--red);
}
.map-feature {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 620px;
  background: var(--blue);
  color: #fff;
}
.map-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px max(50px, calc((100vw - var(--max)) / 2)) 80px
    max(28px, calc((100vw - var(--max)) / 2));
}
.kicker.light {
  color: #e7c98e;
}
.map-copy h2 {
  margin: 0;
  font-family: "DM Serif Display", "Noto Sans SC", serif;
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  font-weight: 400;
  line-height: 0.95;
}
.map-copy > p:not(.kicker) {
  max-width: 430px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.7);
}
.primary-button.sand {
  background: var(--sand);
  color: #25221d;
}
.map-window {
  position: relative;
  min-height: 620px;
  margin: 36px 36px 36px 0;
  overflow: hidden;
  background: #e8dfcc;
}
.map-window iframe {
  width: 100%;
  height: 100%;
  min-height: 548px;
  border: 0;
  filter: saturate(0.72) contrast(0.92);
}
.map-label {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: grid;
  padding: 13px 17px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}
.map-label span {
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  color: var(--red);
}
.map-label strong {
  font-family: "DM Serif Display", serif;
  font-size: 1.25rem;
  font-weight: 400;
}
footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 42px;
  padding: 56px max(28px, calc((100vw - var(--max)) / 2));
  background: #191c19;
  color: #fff;
}
footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}
footer > a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
}
footer > small {
  grid-column: 1/-1;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
}
.detail-modal {
  width: min(1040px, calc(100% - 30px));
  max-height: 90vh;
  padding: 0;
  border: 0;
  background: var(--paper);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.42);
}
.detail-modal::backdrop {
  background: rgba(17, 20, 17, 0.72);
  backdrop-filter: blur(7px);
}
.modal-close {
  position: fixed;
  z-index: 4;
  top: calc(5vh + 17px);
  right: max(30px, calc((100vw - min(1040px, calc(100vw - 30px))) / 2 + 17px));
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.modal-close svg {
  width: 20px;
}
.modal-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 620px;
}
.modal-visual {
  position: relative;
  min-height: 620px;
}
.modal-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-visual:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 18, 15, 0.55), transparent 45%);
  content: "";
}
.modal-number {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 24px;
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 5rem;
  line-height: 1;
}
.modal-info {
  padding: 58px 48px 42px;
  overflow: auto;
}
.modal-info h2 {
  margin: 4px 0 8px;
  font-size: 2.6rem;
  line-height: 1.12;
}
.modal-lead {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 1.05rem;
  font-weight: 700;
}
.modal-description {
  color: var(--muted);
}
.modal-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.modal-highlights div {
  padding: 15px;
  border: 1px solid var(--line);
  background: #fff;
}
.modal-highlights span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}
.modal-highlights strong {
  font-size: 0.9rem;
}
.mini-map {
  height: 210px;
  margin-top: 24px;
  border: 1px solid var(--line);
}
.mini-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
  padding: 13px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
}
.map-link svg {
  width: 18px;
}
@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .topbar {
    grid-template-columns: 1fr auto auto;
  }
  .menu-button {
    display: block;
  }
  .hero-copy {
    width: auto;
    margin: 0;
    padding-inline: 36px;
  }
  .hero-facts {
    left: 36px;
    right: auto;
  }
  .intro-strip {
    grid-template-columns: 1fr 1fr;
  }
  .intro-strip > p:first-child {
    grid-column: 1/-1;
  }
  .filter-bar {
    grid-template-columns: 1fr;
  }
  .search-box {
    border-right: 0;
  }
  .district-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-feature {
    grid-template-columns: 1fr;
  }
  .map-copy {
    padding: 80px 36px;
  }
  .map-window {
    min-height: 500px;
    margin: 0 28px 28px;
  }
  .map-window iframe {
    min-height: 500px;
  }
  .modal-grid {
    grid-template-columns: 1fr;
  }
  .modal-visual {
    min-height: 300px;
    height: 300px;
  }
  .modal-info {
    padding: 38px 30px;
  }
  .modal-close {
    top: calc(5vh + 12px);
  }
}
@media (max-width: 650px) {
  .topbar {
    height: 68px;
    padding: 0 17px;
  }
  .brand-stamp {
    width: 38px;
    height: 38px;
  }
  .brand small {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .mobile-nav {
    top: 68px;
  }
  .hero {
    min-height: 760px;
  }
  .today-alert {
    top: 82px;
    right: 16px;
    left: 16px;
    justify-content: center;
  }
  .hero-copy {
    padding: 90px 22px 170px;
  }
  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 5.6rem);
  }
  .hero-intro {
    font-size: 0.95rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .hero-facts {
    left: 22px;
    right: 22px;
    bottom: 25px;
  }
  .hero-facts div {
    min-width: 0;
    flex: 1;
    padding: 13px;
  }
  .vertical-note {
    display: none;
  }
  .intro-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 65px 22px;
  }
  .intro-strip > p:first-child {
    grid-column: auto;
  }
  .today-board {
    padding: 70px 16px;
  }
  .today-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .today-date {
    text-align: left;
  }
  .today-grid {
    grid-template-columns: 1fr;
  }
  .today-card {
    min-height: 280px;
  }
  .explore {
    padding: 75px 16px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .filter-bar {
    margin-top: 30px;
  }
  .filter-row {
    grid-template-columns: 1fr;
  }
  .filter-label {
    padding-top: 0;
  }
  .filter-chips {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 7px;
  }
  .filter-chip {
    flex: none;
  }
  .district-grid {
    grid-template-columns: 1fr;
  }
  .card-image {
    height: 250px;
  }
  .map-copy {
    padding: 70px 24px;
  }
  .map-window {
    margin: 0 14px 14px;
    min-height: 430px;
  }
  .map-window iframe {
    min-height: 430px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 50px 24px;
  }
  footer > small {
    grid-column: auto;
  }
  .detail-modal {
    max-height: 94vh;
  }
  .modal-info h2 {
    font-size: 2rem;
  }
  .modal-highlights {
    grid-template-columns: 1fr;
  }
  .modal-close {
    top: calc(3vh + 9px);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* Membership */
.dessert-section {
  padding: 100px max(28px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #173f49;
  color: #fff;
}
.dessert-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 64px;
  margin-bottom: 46px;
}
.dessert-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.96;
}
.dessert-heading > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
}
.dessert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.dessert-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) 1.18fr;
  min-height: 350px;
  background: var(--paper);
  color: var(--ink);
}
.dessert-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.dessert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.dessert-card:hover .dessert-image img {
  transform: scale(1.035);
}
.dessert-image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(251, 247, 239, 0.9);
  color: var(--red);
  font-family: "DM Serif Display", serif;
}
.dessert-copy {
  display: flex;
  flex-direction: column;
  padding: 28px;
}
.dessert-meta {
  display: grid;
  gap: 3px;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.dessert-meta span:last-child {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
}
.dessert-copy h3 {
  margin: 12px 0 9px;
  font-size: 1.65rem;
  line-height: 1.1;
}
.dessert-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.dessert-pick {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}
.dessert-pick svg {
  flex: 0 0 auto;
  width: 15px;
  color: var(--red);
}
.dessert-pick strong {
  color: var(--ink);
}
.dessert-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}
.dessert-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
}
.dessert-links svg {
  width: 14px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.language-toggle {
  min-width: 38px;
  min-height: 38px;
  padding: 0 9px;
  border: 1px solid rgba(242, 207, 147, 0.58);
  border-radius: 50%;
  background: transparent;
  color: #f2cf93;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.language-toggle:hover {
  background: rgba(242, 207, 147, 0.14);
}
.weather-widget {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  white-space: nowrap;
}
.weather-widget > svg {
  width: 17px;
  color: #f2cf93;
}
.weather-widget strong {
  color: #fff;
  font-size: 0.92rem;
}
.weather-place {
  color: #f2cf93;
  font-weight: 700;
}
.weather-wind {
  color: rgba(255, 255, 255, 0.48);
}
.member-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
}
.member-button svg {
  width: 16px;
}
.member-button.paid {
  border-color: #e7c98e;
  color: #f3d89e;
}
.membership {
  padding: 100px max(28px, calc((100vw - var(--max)) / 2));
  background: var(--cream);
}
.membership-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 44px;
}
.membership-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1;
}
.membership-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.plan-card {
  position: relative;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.plan-card.plan-featured {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.plan-name {
  margin: 0;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.plan-featured .plan-name {
  color: #efcf93;
}
.plan-card h3 {
  margin: 12px 0 8px;
  font-family: "DM Serif Display", "Noto Sans SC", serif;
  font-size: 3rem;
  font-weight: 400;
}
.plan-card > p:not(.plan-name) {
  color: var(--muted);
}
.plan-featured > p:not(.plan-name) {
  color: rgba(255, 255, 255, 0.72);
}
.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.plan-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}
.plan-card li svg {
  width: 17px;
  color: var(--red);
}
.plan-featured li svg {
  color: #efcf93;
}
.plan-button {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 800;
}
.plan-button.light {
  background: #efcf93;
  color: #25211b;
}
.plan-card > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.64rem;
  text-align: center;
}
.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  background: #efcf93;
  color: #552016;
  font-size: 0.65rem;
  font-weight: 900;
}
.account-modal {
  width: min(900px, calc(100% - 30px));
  padding: 0;
  border: 0;
  background: var(--paper);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.42);
}
.account-modal::backdrop {
  background: rgba(17, 20, 17, 0.72);
  backdrop-filter: blur(7px);
}
.account-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 560px;
}
.account-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  background:
    linear-gradient(155deg, rgba(30, 83, 97, 0.82), rgba(20, 38, 39, 0.96)),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=900&q=82")
      center/cover;
  color: #fff;
}
.account-brand .brand-stamp {
  margin-bottom: auto;
}
.account-brand p {
  margin: 0 0 8px;
  color: #efcf93;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.account-brand h2 {
  margin: 0 0 14px;
  font-size: 2.35rem;
  line-height: 1.12;
}
.account-brand > span:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}
.account-panel {
  padding: 58px 48px;
}
.auth-tabs {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--line);
}
.auth-tab {
  flex: 1;
  padding: 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
}
.auth-tab.active {
  border-color: var(--red);
  color: var(--red);
}
.social-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
.social-auth-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}
.social-auth-button:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
}
.social-auth-button.wechat {
  color: #0b6b35;
}
.social-auth-button svg {
  width: 19px;
  height: 19px;
}
.social-mark {
  color: #4285f4;
  font:
    700 1.05rem Arial,
    sans-serif;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.74rem;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.auth-form {
  display: grid;
  gap: 18px;
}
.auth-form[hidden] {
  display: none;
}
.auth-form h3 {
  margin: 0;
  font-size: 1.8rem;
}
.auth-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
}
.auth-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
  outline: 0;
}
.auth-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(145, 47, 32, 0.1);
}
.auth-form label small {
  font-size: 0.62rem;
}
.code-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}
.send-code-button {
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 0 0.8rem;
  background: transparent;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.send-code-button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.auth-form .primary-button {
  width: 100%;
}
.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--red);
  font-size: 0.76rem;
}
.member-dashboard {
  display: grid;
  gap: 22px;
}
.member-dashboard h3 {
  margin: 0;
  font-size: 2rem;
}
.daily-offers-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  background: var(--red);
  color: #fff;
  text-align: left;
}
.daily-offers-button span {
  display: grid;
  gap: 5px;
}
.daily-offers-button small {
  color: #efcf93;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.daily-offers-button strong {
  font-family: "DM Serif Display", "Noto Sans SC", serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.daily-offers-button > svg {
  width: 30px;
  height: 30px;
  color: #efcf93;
}
.membership-pill {
  display: inline-flex;
  width: max-content;
  padding: 6px 11px;
  border-radius: 20px;
  background: var(--cream);
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
}
.account-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.account-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}
.account-stats strong {
  display: block;
  font-size: 1.45rem;
}
.account-stats span {
  font-size: 0.68rem;
  color: var(--muted);
}
.logout-button {
  padding: 11px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
}
.offers-modal {
  width: min(1180px, calc(100% - 32px));
  max-height: 94vh;
  padding: 0;
  border: 0;
  background: var(--cream);
  color: var(--ink);
}
.offers-modal::backdrop {
  background: rgba(17, 20, 17, 0.78);
  backdrop-filter: blur(7px);
}
.offers-close {
  position: fixed;
  top: calc(3vh + 14px);
  right: max(28px, calc((100vw - 1180px) / 2 + 18px));
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}
.offers-panel {
  padding: 64px clamp(22px, 5vw, 68px);
}
.offers-heading {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.offers-heading > p,
.offer-category-title p {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.offers-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 0.96;
}
.offers-heading > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.8rem;
}
.offers-heading > div strong {
  color: var(--red);
}
.offer-category {
  padding-top: 44px;
}
.offer-category-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.offer-category-title > span {
  font-family: "DM Serif Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--red);
}
.offer-category-title h3 {
  margin: 0;
  font-size: 1.7rem;
}
.member-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.member-offer-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.member-offer-card.dessert {
  border-top-color: #d29355;
}
.offer-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.offer-card-top svg {
  width: 17px;
  height: 17px;
}
.member-offer-card h3 {
  margin: 2px 0 0;
  font-size: 1.3rem;
}
.member-offer-card > strong {
  font-size: 0.95rem;
  line-height: 1.45;
}
.member-offer-card > p,
.member-offer-card > small {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}
.offer-location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.offer-location svg {
  width: 13px;
}
.member-offer-card > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 4px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
}
.member-offer-card > a svg {
  width: 13px;
}
.offers-disclaimer {
  display: flex;
  gap: 12px;
  margin-top: 42px;
  padding: 18px;
  background: rgba(145, 47, 32, 0.07);
  color: var(--muted);
  font-size: 0.7rem;
}
.offers-disclaimer svg {
  flex: 0 0 auto;
  width: 18px;
  color: var(--red);
}
.offers-disclaimer p {
  margin: 0;
}
.offers-loading,
.offers-empty {
  min-height: 420px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
}
.offers-loading svg {
  animation: offer-spin 1s linear infinite;
}
.offers-empty svg {
  width: 44px;
  height: 44px;
  color: var(--red);
}
.offers-empty h2,
.offers-empty p {
  margin: 0;
}
@keyframes offer-spin {
  to {
    transform: rotate(360deg);
  }
}
.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 14px 18px;
  background: #1d211e;
  color: #fff;
  box-shadow: var(--shadow);
  font-size: 0.82rem;
}
.toast.error {
  background: var(--red);
}

@media (max-width: 980px) {
  .weather-condition,
  .weather-wind {
    display: none;
  }
  .member-button span {
    display: none;
  }
  .membership-heading {
    grid-template-columns: 1fr;
  }
  .dessert-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .dessert-grid {
    grid-template-columns: 1fr;
  }
  .account-shell {
    grid-template-columns: 1fr;
  }
  .account-brand {
    min-height: 230px;
  }
  .account-brand .brand-stamp {
    margin-bottom: 45px;
  }
}

@media (max-width: 650px) {
  .weather-widget {
    padding: 0 8px;
    border-right: 0;
  }
  .weather-place {
    display: none;
  }
  .header-actions .header-cta {
    display: none;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .membership {
    padding: 72px 18px;
  }
  .dessert-section {
    padding: 72px 18px;
  }
  .dessert-card {
    grid-template-columns: 1fr;
  }
  .dessert-image {
    min-height: 220px;
  }
  .membership-heading {
    gap: 20px;
  }
  .plan-card {
    padding: 28px 22px;
  }
  .account-brand {
    display: none;
  }
  .account-panel {
    padding: 58px 24px 32px;
  }
  .social-auth {
    grid-template-columns: 1fr;
  }
  .account-stats {
    grid-template-columns: 1fr;
  }
  .account-modal {
    max-height: 94vh;
  }
  .account-close {
    top: calc(3vh + 9px);
  }
  .offers-panel {
    padding: 58px 18px 28px;
  }
  .offers-close {
    top: calc(3vh + 8px);
    right: 24px;
  }
  .offers-heading > div {
    display: grid;
  }
  .member-offers-grid {
    grid-template-columns: 1fr;
  }
  .offers-modal {
    width: calc(100% - 16px);
    max-height: 96vh;
  }
}
