:root {
  --bg: #f7f3eb;
  --bg-warm: #f0e6d7;
  --surface: rgba(255, 252, 247, 0.58);
  --surface-strong: rgba(255, 251, 245, 0.82);
  --surface-soft: rgba(248, 241, 231, 0.7);
  --glass-border: rgba(255, 255, 255, 0.68);
  --border: rgba(95, 126, 92, 0.16);
  --text: #203128;
  --muted: #5f6657;
  --green: #3f6a50;
  --green-deep: #284637;
  --orange: #cf7243;
  --orange-soft: rgba(207, 114, 67, 0.12);
  --shadow-soft:
    0 42px 104px rgba(38, 52, 40, 0.16),
    0 16px 34px rgba(38, 52, 40, 0.08);
  --shadow-card:
    0 34px 68px rgba(43, 58, 44, 0.14),
    0 14px 28px rgba(43, 58, 44, 0.07);
  --shadow-card-pop:
    0 42px 82px rgba(43, 58, 44, 0.17),
    0 18px 34px rgba(43, 58, 44, 0.09);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1.1rem;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(203, 118, 69, 0.18), transparent 22rem),
    radial-gradient(circle at 88% 4%, rgba(72, 122, 88, 0.16), transparent 24rem),
    radial-gradient(circle at 50% 100%, rgba(46, 68, 52, 0.11), transparent 30rem),
    linear-gradient(180deg, #fbf8f1 0%, #f5efe5 44%, #f3eee5 100%);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 32%),
    radial-gradient(circle at bottom, rgba(63, 106, 80, 0.07), transparent 34rem);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 8% -9rem auto;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 64, 49, 0.14), transparent 64%);
  filter: blur(26px);
  opacity: 0.9;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0 3.5rem;
}

.hero {
  padding: 0.35rem 0 1rem;
}

.hero-panel,
.section-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 250, 244, 0.28) 100%),
    linear-gradient(180deg, rgba(252, 246, 238, 0.54), rgba(245, 236, 225, 0.38)),
    var(--surface);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    var(--shadow-soft);
}

.hero-panel::before,
.section-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(207, 114, 67, 0.16), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(63, 106, 80, 0.11), transparent 20rem);
}

.hero-panel::after,
.section-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 70%);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(19rem, 0.95fr);
  gap: 1.25rem;
  padding: 1.35rem;
}

.hero-copy,
.hero-utility,
.section-heading,
.deal-grid {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 0.55rem 0.2rem 0.35rem;
  max-width: 43rem;
}

.brand-slot {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  position: relative;
  align-self: flex-start;
  padding: 0.38rem 0.6rem 0.38rem 0.38rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 241, 232, 0.72)),
    rgba(255, 249, 244, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 16px 28px rgba(43, 58, 44, 0.08);
  color: var(--green-deep);
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    text-shadow 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.brand-slot-compact {
  margin-bottom: 1rem;
}

.brand-slot-heading {
  align-items: flex-start;
  gap: 1rem;
  padding: 0.2rem 0.1rem 0.32rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  min-width: 0;
}

.brand-kicker {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 0.98;
  color: var(--green-deep);
}

.brand-meta {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-wordmark-heading {
  gap: 0.2rem;
}

.brand-meta-heading {
  margin-top: 0.22rem;
  color: rgba(44, 66, 51, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.brand-slot:hover,
.brand-slot:focus-visible {
  color: var(--orange);
  transform: translateY(-2px);
  border-color: rgba(207, 114, 67, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 243, 235, 0.8)),
    rgba(255, 249, 244, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 20px 34px rgba(43, 58, 44, 0.1);
  text-shadow: 0 10px 20px rgba(207, 114, 67, 0.12);
  outline: none;
}

.brand-slot:hover .brand-name,
.brand-slot:focus-visible .brand-name,
.brand-slot:hover .brand-meta,
.brand-slot:focus-visible .brand-meta {
  color: inherit;
}

.brand-slot-heading:hover,
.brand-slot-heading:focus-visible {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.brand-slot-heading .brand-name {
  font-size: inherit;
  line-height: inherit;
}

.brand-slot-heading .brand-kicker {
  margin-bottom: 0.12rem;
  font-size: clamp(0.74rem, 1.55vw, 0.94rem);
  letter-spacing: 0.28em;
}

.brand-slot-heading .brand-meta-heading {
  text-shadow: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.1rem);
  line-height: 0.95;
  color: var(--green-deep);
}

.hero-text {
  margin: 1.1rem 0 0;
  max-width: 35rem;
  color: var(--muted);
  font-size: 1.08rem;
  text-wrap: pretty;
}

.hero-utility {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem;
}

.section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-self: flex-start;
}

.day-detail-utility {
  display: grid;
  gap: 1rem;
}

.day-nav-shell {
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 240, 232, 0.66)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 18px 34px rgba(52, 70, 54, 0.09);
}

.day-nav-label {
  margin: 0 0 0.7rem;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  width: 100%;
}

.section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.78rem 1.12rem;
  border: 1px solid rgba(63, 106, 80, 0.14);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 244, 236, 0.74)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 26px rgba(56, 71, 56, 0.08);
  color: var(--green-deep);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(207, 114, 67, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 30px rgba(87, 77, 53, 0.11);
  color: var(--orange);
  outline: none;
}

.section-nav a[aria-current="page"] {
  border-color: rgba(207, 114, 67, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 248, 242, 0.94), rgba(250, 238, 227, 0.96)),
    rgba(255, 246, 237, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 16px 28px rgba(93, 69, 43, 0.12);
  color: var(--orange);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-stats.day-detail-stats {
  grid-template-columns: repeat(auto-fit, minmax(9.75rem, 1fr));
}

.hero-stats div {
  padding: 1.05rem 1.05rem 1.1rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(246, 241, 233, 0.62)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 34px rgba(52, 70, 54, 0.1);
}

.hero-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.hero-stats strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--green-deep);
  font-size: 2rem;
  line-height: 1;
}

.content {
  display: grid;
  gap: 1.55rem;
  padding-top: 1.1rem;
}

.homepage-flow {
  display: grid;
  gap: 1.75rem;
}

.homepage-browse-band {
  display: grid;
  gap: 1.4rem;
}

.content-section {
  padding: 0;
}

.content-section-secondary {
  margin-top: -0.1rem;
}

.section-panel {
  padding: 1.45rem;
}

.section-panel-secondary {
  padding: 1.15rem 1.25rem;
}

.homepage-panel {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 34px 72px rgba(43, 58, 44, 0.12),
    0 14px 28px rgba(43, 58, 44, 0.05);
}

.homepage-panel-today {
  border-color: rgba(207, 114, 67, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.78), rgba(254, 246, 237, 0.42)),
    linear-gradient(180deg, rgba(252, 246, 238, 0.52), rgba(246, 235, 223, 0.34)),
    var(--surface);
}

.homepage-panel-browse {
  padding-top: 1.3rem;
}

.homepage-panel-venues {
  border-color: rgba(63, 106, 80, 0.14);
}

.neighborhood-detail-panel-food {
  border-color: rgba(207, 114, 67, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.76), rgba(253, 246, 238, 0.44)),
    linear-gradient(180deg, rgba(252, 246, 238, 0.48), rgba(245, 236, 225, 0.28)),
    var(--surface);
}

.neighborhood-detail-panel-food .section-kicker,
.neighborhood-detail-panel-food .section-count {
  color: var(--orange);
}

.neighborhood-detail-panel-drinks {
  border-color: rgba(63, 106, 80, 0.16);
  background:
    linear-gradient(180deg, rgba(248, 252, 248, 0.76), rgba(241, 248, 242, 0.44)),
    linear-gradient(180deg, rgba(239, 247, 240, 0.48), rgba(232, 241, 229, 0.28)),
    var(--surface);
}

.neighborhood-detail-panel-drinks .section-kicker,
.neighborhood-detail-panel-drinks .section-count {
  color: var(--green);
}

.neighborhood-detail-panel-both {
  border-color: rgba(136, 110, 64, 0.16);
  background:
    linear-gradient(180deg, rgba(252, 251, 246, 0.78), rgba(248, 244, 235, 0.48)),
    linear-gradient(180deg, rgba(247, 244, 236, 0.48), rgba(239, 235, 225, 0.3)),
    var(--surface);
}

.neighborhood-detail-panel-both .section-kicker,
.neighborhood-detail-panel-both .section-count {
  color: #7c5f33;
}

.day-detail-panel-live-music {
  border-color: rgba(63, 106, 80, 0.18);
  background:
    linear-gradient(180deg, rgba(249, 252, 248, 0.76), rgba(243, 248, 241, 0.48)),
    linear-gradient(180deg, rgba(240, 247, 238, 0.5), rgba(232, 241, 229, 0.28)),
    var(--surface);
}

.day-detail-panel-live-music .section-kicker,
.day-detail-panel-live-music .section-count {
  color: var(--green);
}

.neighborhood-detail-panel-live-music {
  border-color: rgba(63, 106, 80, 0.18);
  background:
    linear-gradient(180deg, rgba(249, 252, 248, 0.76), rgba(243, 248, 241, 0.48)),
    linear-gradient(180deg, rgba(240, 247, 238, 0.5), rgba(232, 241, 229, 0.28)),
    var(--surface);
}

.neighborhood-detail-panel-live-music .section-kicker,
.neighborhood-detail-panel-live-music .section-count {
  color: var(--green);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.3rem;
}

.section-heading-secondary {
  margin-bottom: 0.8rem;
}

.section-heading-secondary h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--green-deep);
}

.section-count {
  display: inline-flex;
  align-items: center;
  padding: 0.46rem 0.94rem;
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.92), rgba(252, 237, 226, 0.86)),
    var(--orange-soft);
  border: 1px solid rgba(207, 114, 67, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 18px rgba(90, 66, 42, 0.07);
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 700;
}

.section-heading-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  max-width: 24rem;
}

.section-heading-side p {
  margin: 0;
  color: var(--muted);
  text-align: right;
  text-wrap: pretty;
}

.homepage-section .section-kicker {
  margin-bottom: 0.55rem;
}

.homepage-section .section-heading {
  margin-bottom: 1.15rem;
}

.homepage-section .section-heading-side {
  max-width: 22rem;
}

.homepage-section-live .live-now-summary-copy h2 {
  max-width: 20ch;
}

.homepage-section-live .live-now-summary-copy p {
  max-width: 34rem;
}

.homepage-section-today .section-heading {
  align-items: start;
  gap: 1.5rem;
}

.homepage-section-today .section-kicker {
  color: var(--orange);
}

.homepage-section-today .section-heading h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.15rem);
}

.homepage-section-today .section-heading-side p {
  font-size: 1rem;
  line-height: 1.58;
}

.homepage-section-today .section-count {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 14px 24px rgba(90, 66, 42, 0.1);
}

.homepage-section-today .deal-grid {
  gap: 1.2rem;
}

.homepage-section-browse .section-heading {
  align-items: start;
  gap: 1.35rem;
}

.homepage-section-browse .section-heading h2 {
  font-size: clamp(1.9rem, 3.7vw, 2.45rem);
}

.homepage-section-browse .section-heading-side p {
  font-size: 0.98rem;
}

.homepage-section-browse .browse-card {
  min-height: 13.45rem;
}

.homepage-section-neighborhoods .browse-card-copy,
.homepage-section-days .browse-card-copy {
  max-width: 24rem;
}

.homepage-section-days .browse-card-day {
  min-height: 11.8rem;
}

.homepage-section-days .browse-card-day .browse-card-body h3 {
  font-size: clamp(1.8rem, 3.25vw, 2.2rem);
}

.homepage-section-venues .for-venues-copy h2 {
  max-width: 15ch;
}

.homepage-section-venues .for-venues-copy p {
  max-width: 42rem;
}

.section-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.76rem 1.1rem;
  border: 1px solid rgba(207, 114, 67, 0.24);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.92), rgba(250, 240, 230, 0.8)),
    rgba(255, 247, 240, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 28px rgba(90, 66, 42, 0.11);
  color: var(--orange);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.section-action:hover,
.section-action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(207, 114, 67, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 34px rgba(90, 66, 42, 0.14);
  outline: none;
}

.section-tools {
  display: grid;
  gap: 0.75rem;
  margin: -0.1rem 0 1.15rem;
}

.section-helper {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.neighborhood-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.neighborhood-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.62rem 0.92rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(246, 240, 232, 0.78)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 22px rgba(51, 66, 52, 0.06);
  color: var(--green-deep);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}

.neighborhood-chip:hover,
.neighborhood-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(207, 114, 67, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 18px rgba(74, 62, 44, 0.07);
  color: var(--orange);
  outline: none;
}

.neighborhood-chip.is-selected {
  border-color: rgba(207, 114, 67, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 248, 242, 0.94), rgba(250, 238, 227, 0.96)),
    rgba(255, 246, 237, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 12px 20px rgba(93, 69, 43, 0.08);
  color: var(--orange);
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.browse-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.browse-card-grid-days {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.browse-card-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.deal-grid-empty {
  grid-template-columns: 1fr;
}

.deal-card,
.empty-state {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: 1.55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(252, 248, 242, 0.54)),
    linear-gradient(180deg, rgba(252, 246, 238, 0.48), rgba(244, 237, 226, 0.34)),
    var(--surface);
  backdrop-filter: blur(19px) saturate(132%);
  -webkit-backdrop-filter: blur(19px) saturate(132%);
}

.deal-card::before,
.empty-state::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.24), transparent 48%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 34%);
}

.deal-card {
  display: flex;
  flex-direction: column;
  min-height: 13.6rem;
  padding: 1.28rem 1.28rem 1.22rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    var(--shadow-card);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.deal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(207, 114, 67, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    var(--shadow-card-pop);
}

.browse-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  min-height: 14.1rem;
  padding: 1.45rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(252, 248, 242, 0.54)),
    linear-gradient(180deg, rgba(252, 246, 238, 0.48), rgba(244, 237, 226, 0.34)),
    var(--surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 30px 60px rgba(43, 58, 44, 0.12),
    0 12px 24px rgba(43, 58, 44, 0.05);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.browse-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.24), transparent 48%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 34%);
}

.browse-card::after {
  content: "";
  position: absolute;
  inset: auto -16% -28% auto;
  width: 11rem;
  height: 11rem;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 106, 80, 0.11), transparent 68%);
  filter: blur(18px);
  opacity: 0.7;
}

.browse-card:hover,
.browse-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.75);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 247, 0.72)),
    linear-gradient(180deg, rgba(255, 250, 244, 0.62), rgba(245, 237, 226, 0.36)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    var(--shadow-card-pop);
  outline: none;
}

.browse-card-neighborhood {
  min-height: 14.6rem;
}

.browse-card-neighborhood::after {
  background:
    radial-gradient(circle at 40% 40%, rgba(207, 114, 67, 0.14), transparent 52%),
    radial-gradient(circle, rgba(63, 106, 80, 0.12), transparent 72%);
}

.browse-card-day {
  min-height: 12.8rem;
}

.browse-card-day::after {
  width: 9rem;
  height: 9rem;
  background: radial-gradient(circle, rgba(207, 114, 67, 0.13), transparent 70%);
}

.browse-card-static {
  min-height: 12.2rem;
}

.browse-card-static:hover,
.browse-card-static:focus-visible {
  transform: none;
  border-color: rgba(63, 106, 80, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(252, 248, 242, 0.54)),
    linear-gradient(180deg, rgba(252, 246, 238, 0.48), rgba(244, 237, 226, 0.34)),
    var(--surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 26px 52px rgba(43, 58, 44, 0.1),
    0 10px 22px rgba(43, 58, 44, 0.04);
}

.browse-card > * {
  position: relative;
  z-index: 1;
}

.browse-card-top,
.browse-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(207, 114, 67, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(250, 241, 231, 0.86)),
    rgba(255, 247, 240, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 24px rgba(74, 62, 44, 0.11);
  color: var(--orange);
  line-height: 1;
  flex-shrink: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.icon-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 52%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 42%);
}

.icon-badge::after {
  content: "";
  position: absolute;
  inset: 0.26rem;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
}

.icon-badge-glyph {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1;
}

.icon-badge-image {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 0.72rem);
  height: calc(100% - 0.72rem);
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
}

.icon-badge-lg {
  min-width: 3.7rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 1.2rem;
}

.icon-badge-sm {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.icon-badge-brand {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.9rem;
}

.icon-badge-brand-hero {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 1.05rem;
}

.icon-badge[data-icon-kind="brand"] {
  color: #fff9f4;
  border-color: rgba(255, 255, 255, 0.3);
  background:
    radial-gradient(circle at 74% 26%, rgba(221, 149, 92, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(67, 111, 84, 0.99), rgba(38, 67, 52, 0.95)),
    linear-gradient(180deg, rgba(214, 129, 78, 0.24), rgba(207, 114, 67, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 20px 32px rgba(47, 67, 52, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 26px rgba(207, 114, 67, 0.12);
}

.icon-badge[data-icon-kind="brand"]::after {
  inset: 0.32rem;
  border-color: rgba(255, 244, 236, 0.18);
  border-radius: 0.72rem;
  opacity: 1;
}

.icon-badge[data-icon-kind="brand"] .icon-badge-glyph {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-shadow: 0 8px 16px rgba(16, 28, 19, 0.2);
}

.icon-badge[data-icon-kind="neighborhood"] {
  min-width: 4.15rem;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 1.32rem;
  border-color: rgba(63, 106, 80, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 242, 233, 0.8)),
    rgba(255, 248, 242, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 30px rgba(52, 66, 52, 0.1);
  color: var(--green-deep);
}

.icon-badge[data-icon-kind="neighborhood"]::after {
  inset: 0.34rem;
  border-color: rgba(255, 255, 255, 0.42);
  border-radius: 0.94rem;
  opacity: 1;
}

.icon-badge[data-icon-kind="neighborhood"][data-icon-render="image"] {
  padding: 0.08rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 242, 233, 0.82)),
    rgba(255, 248, 242, 0.9);
}

.icon-badge[data-icon-kind="neighborhood"][data-icon-render="image"]::after {
  inset: 0.2rem;
}

.icon-badge[data-icon-kind="neighborhood"][data-icon-render="image"] .icon-badge-image {
  width: calc(100% - 0.08rem);
  height: calc(100% - 0.08rem);
}

.icon-badge[data-icon-kind="day"] {
  color: var(--orange);
}

.icon-badge[data-icon-kind="neighborhood"] .icon-badge-glyph,
.icon-badge[data-icon-kind="day"] .icon-badge-glyph {
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon-badge[data-icon-kind="info"] .icon-badge-glyph,
.icon-badge[data-icon-kind="category"] .icon-badge-glyph {
  font-size: 1rem;
}

.icon-badge[data-icon-key="west-des-moines"],
.icon-badge[data-icon-key="valley-junction"],
.icon-badge[data-icon-key="east-village"] {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 28px rgba(74, 62, 44, 0.12);
}

.icon-tone-civic[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92), rgba(250, 241, 232, 0.82)),
    rgba(255, 247, 240, 0.92);
  color: #8d4f33;
  border-color: rgba(207, 114, 67, 0.18);
}

.icon-tone-market[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(251, 254, 248, 0.92), rgba(238, 246, 236, 0.82)),
    rgba(243, 250, 241, 0.9);
  color: #315f45;
  border-color: rgba(63, 106, 80, 0.18);
}

.icon-tone-meadow[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(247, 251, 249, 0.92), rgba(234, 243, 239, 0.82)),
    rgba(239, 248, 244, 0.9);
  color: #30595a;
  border-color: rgba(78, 116, 108, 0.16);
}

.icon-tone-grove[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(250, 252, 246, 0.92), rgba(240, 244, 230, 0.82)),
    rgba(245, 249, 236, 0.9);
  color: #4f6b34;
  border-color: rgba(106, 132, 80, 0.18);
}

.icon-tone-river[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(248, 252, 252, 0.92), rgba(235, 243, 244, 0.82)),
    rgba(239, 247, 248, 0.9);
  color: #32606a;
  border-color: rgba(74, 112, 122, 0.18);
}

.icon-tone-sunrise[data-icon-kind="neighborhood"] {
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.94), rgba(247, 237, 226, 0.84)),
    rgba(252, 243, 234, 0.92);
  color: #a45c39;
  border-color: rgba(214, 135, 87, 0.2);
}

.browse-card-icon {
  font-size: 1.28rem;
}

.brand-mark {
  flex-shrink: 0;
}

.brand-slot:hover .brand-mark,
.brand-slot:focus-visible .brand-mark {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 32px rgba(47, 67, 52, 0.2),
    0 0 24px rgba(207, 114, 67, 0.16);
}

.brand-slot-heading .brand-mark {
  margin-top: 0.16rem;
}

.browse-card-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}

.browse-card-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.38rem;
  padding: 0.58rem 0.94rem;
  border: 1px solid rgba(63, 106, 80, 0.12);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 242, 234, 0.76)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 12px 20px rgba(51, 66, 52, 0.08);
  color: var(--green-deep);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.browse-card-body h3 {
  font-size: clamp(1.55rem, 3vw, 1.95rem);
  line-height: 1.01;
  color: var(--green-deep);
}

.browse-card-day .browse-card-body h3 {
  font-size: clamp(2rem, 3.9vw, 2.65rem);
}

.browse-card-copy {
  margin: 0.82rem 0 0;
  color: var(--muted);
  font-size: 0.99rem;
  line-height: 1.56;
  max-width: 29rem;
  text-wrap: pretty;
}

.browse-card-footer {
  margin-top: auto;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(63, 106, 80, 0.08);
}

.browse-card-cta {
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.browse-card-arrow {
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(250, 240, 230, 0.82)),
    rgba(255, 247, 240, 0.92);
  color: var(--orange);
  font-size: 1.34rem;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 26px rgba(90, 66, 42, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.browse-card:hover .browse-card-arrow,
.browse-card:focus-visible .browse-card-arrow {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 30px rgba(90, 66, 42, 0.15);
}

.browse-card-neighborhood .browse-card-icon {
  min-width: 4.15rem;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 1.32rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 22px 34px rgba(52, 66, 52, 0.12);
}

.browse-card-neighborhood:hover .browse-card-icon,
.browse-card-neighborhood:focus-visible .browse-card-icon,
.browse-card-day:hover .browse-card-icon,
.browse-card-day:focus-visible .browse-card-icon {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 26px 38px rgba(52, 66, 52, 0.15);
}

.live-now-module {
  border-radius: 1.5rem;
}

.section-panel-live {
  border-color: rgba(147, 255, 163, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 28px 56px rgba(43, 58, 44, 0.12),
    0 0 0 1px rgba(141, 239, 167, 0.05),
    0 0 28px rgba(95, 255, 154, 0.08);
}

.live-now-summary {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.live-now-summary::-webkit-details-marker {
  display: none;
}

.live-now-summary-copy h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--green-deep);
}

.live-now-summary-copy p {
  margin: 0.65rem 0 0;
  max-width: 42rem;
  color: var(--muted);
}

.live-now-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
  padding: 0.52rem 0.88rem;
  border: 1px solid rgba(125, 255, 168, 0.22);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(241, 255, 246, 0.94), rgba(235, 250, 240, 0.82)),
    rgba(242, 255, 246, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(60, 108, 79, 0.1),
    0 0 22px rgba(122, 255, 165, 0.12);
  color: #25884a;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-now-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f4ffec, #62ff9d 56%, #1edc5d 100%);
  box-shadow:
    0 0 0 0 rgba(98, 255, 157, 0.38),
    0 0 14px rgba(98, 255, 157, 0.6);
  animation: livePulse 2.4s ease-in-out infinite;
}

.live-now-summary-side {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.live-now-toggle {
  display: inline-grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.94), rgba(250, 240, 230, 0.8)),
    rgba(255, 247, 240, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 30px rgba(90, 66, 42, 0.14);
  color: var(--orange);
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.live-now-module[open] .live-now-toggle {
  transform: rotate(45deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 22px 34px rgba(90, 66, 42, 0.18),
    0 0 18px rgba(98, 255, 157, 0.12);
}

.live-now-details {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease, margin-top 220ms ease;
}

.live-now-module[open] .live-now-details {
  grid-template-rows: 1fr;
  margin-top: 1rem;
}

.live-now-details > * {
  overflow: hidden;
}

.live-now-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.live-now-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.2rem;
}

.live-now-empty p {
  margin: 0;
  max-width: 34rem;
  color: var(--muted);
}

@keyframes livePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(98, 255, 157, 0.28),
      0 0 14px rgba(98, 255, 157, 0.55);
  }
  50% {
    box-shadow:
      0 0 0 0.45rem rgba(98, 255, 157, 0),
      0 0 22px rgba(98, 255, 157, 0.62);
  }
}

.deal-card > *,
.empty-state > * {
  position: relative;
  z-index: 1;
}

.deal-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}

.deal-venue {
  margin: 0;
  color: var(--green);
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.deal-icon {
  font-size: 1rem;
}

.deal-card h3 {
  max-width: 15ch;
  font-size: 1.52rem;
  line-height: 1.08;
  color: #26362b;
}

.deal-description {
  margin: 0.82rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  text-wrap: pretty;
}

.deal-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
}

.deal-time {
  margin: 0;
  color: var(--green-deep);
  font-size: 0.96rem;
  font-weight: 700;
}

.deal-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border-radius: var(--radius-pill);
  background: rgba(63, 106, 80, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.empty-state {
  min-height: 9.5rem;
  padding: 1.45rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(242, 235, 225, 0.68)),
    var(--surface-soft);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 36px rgba(56, 71, 56, 0.08);
}

.empty-state-live,
.empty-state-featured {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1.2fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.35rem;
  min-height: 13.5rem;
  padding: 1.55rem 1.6rem;
  text-align: left;
  border-color: rgba(63, 106, 80, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(250, 245, 238, 0.72)),
    linear-gradient(180deg, rgba(255, 247, 239, 0.7), rgba(243, 238, 228, 0.72)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 24px 44px rgba(56, 71, 56, 0.1);
}

.empty-state-live::before,
.empty-state-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 25%, rgba(207, 114, 67, 0.16), transparent 10rem),
    radial-gradient(circle at 80% 24%, rgba(63, 106, 80, 0.12), transparent 12rem);
}

.live-empty-signal,
.live-empty-copy,
.live-empty-actions {
  position: relative;
  z-index: 1;
}

.empty-state-featured {
  grid-template-columns: minmax(0, 1.3fr) auto;
  min-height: 12rem;
}

.live-empty-signal {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92), rgba(255, 245, 235, 0.65) 44%, transparent 46%);
}

.live-empty-signal::before,
.live-empty-signal::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.live-empty-signal::before {
  border: 1px solid rgba(207, 114, 67, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 26px rgba(74, 62, 44, 0.08);
}

.live-empty-signal::after {
  inset: 1rem;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, rgba(207, 114, 67, 0.9), rgba(173, 92, 50, 0.94));
  box-shadow:
    0 0 0 0.6rem rgba(207, 114, 67, 0.1),
    0 10px 22px rgba(207, 114, 67, 0.18);
}

.live-empty-copy {
  max-width: 35rem;
}

.live-empty-kicker {
  margin: 0 0 0.55rem;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-empty-copy h3 {
  max-width: 18ch;
  font-size: clamp(1.9rem, 4vw, 2.65rem);
  line-height: 1.02;
  color: var(--green-deep);
}

.live-empty-copy p:last-child {
  margin: 0.8rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1rem;
}

.live-empty-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.live-now-inline,
.for-venues-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 1rem 1.25rem;
}

.live-now-copy,
.for-venues-copy {
  max-width: 42rem;
}

.live-now-copy h2,
.for-venues-copy h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.3rem);
  color: var(--green-deep);
}

.live-now-copy p,
.for-venues-copy p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.empty-state-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.empty-state-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.86rem;
  padding: 0.76rem 1.08rem;
  border: 1px solid rgba(63, 106, 80, 0.14);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 240, 232, 0.76)),
    var(--surface-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 24px rgba(74, 62, 44, 0.08);
  color: var(--green-deep);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.empty-state-link:hover,
.empty-state-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(207, 114, 67, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 28px rgba(74, 62, 44, 0.11);
  color: var(--orange);
  outline: none;
}

.empty-state-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.86rem 1.08rem 0.86rem 0.9rem;
  border: 1px solid rgba(207, 114, 67, 0.24);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(250, 240, 230, 0.84)),
    rgba(255, 247, 240, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 34px rgba(101, 77, 47, 0.12);
  color: var(--green-deep);
}

.empty-state-cta-plus {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #db8556, #c86d40);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 10px 18px rgba(200, 109, 64, 0.28);
  color: #fff9f4;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.empty-state-cta-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.empty-state-cta-copy strong {
  color: var(--green-deep);
  font-size: 0.98rem;
  line-height: 1.1;
}

.empty-state-cta-copy small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  margin-top: 1.5rem;
  padding: 1.15rem 0.25rem 0;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 900px) {
  .hero-panel {
    grid-template-columns: 1fr;
  }

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

  .brand-slot-compact {
    margin-bottom: 0.7rem;
  }

  .hero-utility {
    gap: 0.9rem;
    padding: 0;
  }

  .site-nav {
    order: -1;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .browse-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 1rem, 40rem);
    padding-top: 0.65rem;
    padding-bottom: 2.45rem;
  }

  .hero {
    padding: 0.18rem 0 0.95rem;
  }

  .hero-panel,
  .section-panel {
    border-radius: 1.5rem;
    padding: 1.06rem;
  }

  .hero-panel {
    gap: 1rem;
  }

  .hero-copy {
    padding: 0.2rem 0.08rem 0;
  }

  .brand-slot {
    width: 100%;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.34rem 0.52rem 0.34rem 0.34rem;
  }

  .brand-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.22em;
  }

  .brand-name {
    font-size: 1.08rem;
    text-wrap: balance;
  }

  .brand-meta {
    font-size: 0.69rem;
  }

  .brand-slot-heading {
    gap: 0.8rem;
    padding: 0.18rem 0 0.28rem 0;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.45rem, 13vw, 4rem);
    line-height: 0.94;
  }

  .hero-text {
    margin-top: 0.9rem;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.6;
    text-wrap: pretty;
  }

  .hero-utility {
    gap: 0.95rem;
  }

  .day-nav-shell {
    padding: 0.98rem 0.98rem 1rem;
  }

  .day-nav-label {
    margin-bottom: 0.68rem;
    font-size: 0.76rem;
  }

  .section-nav.site-nav,
  .section-nav.day-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 0.5rem);
    margin: 0 -0.25rem;
    padding: 0 0.25rem 0.42rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 0.25rem;
  }

  .section-nav.site-nav::-webkit-scrollbar,
  .section-nav.day-nav::-webkit-scrollbar {
    display: none;
  }

  .section-nav a {
    min-height: 3.28rem;
    padding: 0.9rem 1.12rem;
    font-size: 0.94rem;
    scroll-snap-align: start;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .hero-stats.day-detail-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-width: 0;
    padding: 0.96rem 0.9rem 1rem;
  }

  .hero-stats span {
    font-size: 0.76rem;
    line-height: 1.2;
    text-wrap: balance;
  }

  .hero-stats strong {
    margin-top: 0.38rem;
    font-size: 1.62rem;
  }

  .content {
    gap: 1.35rem;
    padding-top: 1rem;
  }

  .homepage-flow {
    gap: 1.5rem;
  }

  .homepage-browse-band {
    gap: 1.2rem;
  }

  .section-panel-secondary {
    padding: 1.06rem 1.08rem;
  }

  .hero-stats,
  .deal-grid,
  .browse-card-grid,
  .browse-card-grid-compact,
  .live-now-details-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.12rem;
  }

  .section-title-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.52rem;
  }

  .section-heading h2 {
    font-size: clamp(1.7rem, 7.8vw, 2.3rem);
    line-height: 1;
    max-width: none;
  }

  .section-heading-side {
    align-items: start;
    max-width: none;
    gap: 0.7rem;
    width: 100%;
  }

  .section-heading-side p {
    text-align: left;
    max-width: none;
    line-height: 1.58;
    text-wrap: pretty;
  }

  .section-count {
    min-height: 2.68rem;
    padding: 0.62rem 0.98rem;
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .section-action {
    width: 100%;
    min-height: 3.15rem;
    padding: 0.88rem 1.08rem;
  }

  .section-tools {
    gap: 0.65rem;
    margin: 0 0 1rem;
  }

  .section-helper {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .section-nav {
    width: 100%;
  }

  .section-nav.day-nav a,
  .section-nav.site-nav a {
    flex: 0 0 auto;
  }

  .neighborhood-chip-row {
    flex-wrap: nowrap;
    gap: 0.68rem;
    overflow-x: auto;
    margin-right: -0.18rem;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .neighborhood-chip-row::-webkit-scrollbar {
    display: none;
  }

  .deal-card {
    min-height: auto;
    padding: 1.22rem 1.16rem 1.14rem;
    border-radius: 1.46rem;
  }

  .deal-card-top {
    margin-bottom: 0.68rem;
    gap: 0.8rem;
  }

  .deal-card h3 {
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.09;
  }

  .deal-description {
    margin-top: 0.76rem;
    font-size: 0.96rem;
    line-height: 1.58;
    text-wrap: pretty;
  }

  .deal-card-footer {
    align-items: start;
    flex-direction: column;
    gap: 0.62rem;
    padding-top: 0.9rem;
  }

  .deal-time {
    font-size: 0.95rem;
    line-height: 1.42;
    text-wrap: pretty;
  }

  .deal-chip {
    min-height: 2.32rem;
    max-width: 100%;
    padding: 0.54rem 0.84rem;
    font-size: 0.85rem;
    line-height: 1.24;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }

  .browse-card {
    min-height: auto;
    gap: 1rem;
    padding: 1.24rem;
    border-radius: 1.6rem;
  }

  .browse-card-icon {
    min-width: 3.35rem;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 1rem;
  }

  .browse-card-neighborhood .browse-card-icon[data-icon-kind="neighborhood"] {
    min-width: 3.72rem;
    width: 3.72rem;
    height: 3.72rem;
    border-radius: 1.16rem;
  }

  .browse-card-pill {
    min-height: 2.72rem;
    padding: 0.72rem 0.96rem;
    font-size: 0.84rem;
    line-height: 1.22;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }

  .browse-card-body h3 {
    max-width: none;
    font-size: clamp(1.38rem, 6vw, 1.8rem);
    line-height: 0.99;
  }

  .browse-card-day .browse-card-body h3 {
    font-size: clamp(1.72rem, 8vw, 2.1rem);
  }

  .browse-card-copy {
    margin-top: 0.74rem;
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.58;
    text-wrap: pretty;
  }

  .browse-card-arrow {
    display: none;
  }

  .browse-card-top,
  .browse-card-footer {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .browse-card-pills {
    width: 100%;
    justify-content: flex-start;
    row-gap: 0.55rem;
    column-gap: 0.55rem;
    margin-left: 0;
  }

  .browse-card-cta {
    font-size: 0.92rem;
    min-height: 1.5rem;
    display: inline-flex;
    align-items: center;
  }

  .live-now-module {
    border-radius: 1.35rem;
  }

  .live-now-summary {
    flex-direction: column;
    gap: 0.85rem;
  }

  .live-now-summary-copy h2 {
    max-width: none;
    font-size: clamp(1.28rem, 7vw, 1.72rem);
    line-height: 1.01;
    max-width: 14ch;
  }

  .live-now-summary-copy p {
    margin-top: 0.6rem;
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.56;
    text-wrap: pretty;
  }

  .live-now-summary-side,
  .live-now-empty,
  .live-empty-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .live-now-summary-side {
    align-self: flex-start;
  }

  .neighborhood-chip {
    flex: 0 0 auto;
    min-height: 3rem;
    padding: 0.78rem 1.02rem;
  }

  .live-now-toggle {
    width: 3.1rem;
    height: 3.1rem;
  }

  .live-now-empty {
    gap: 0.8rem;
  }

  .live-now-empty p {
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.56;
    text-wrap: pretty;
  }

  .empty-state-live {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.26rem;
    align-items: flex-start;
  }

  .empty-state-featured,
  .live-now-inline,
  .for-venues-panel {
    grid-template-columns: 1fr;
    gap: 1.08rem;
  }

  .live-empty-signal {
    width: 4.9rem;
    height: 4.9rem;
  }

  .live-empty-copy h3 {
    max-width: none;
    font-size: clamp(1.6rem, 8vw, 2.1rem);
    line-height: 1.02;
  }

  .live-empty-copy p:last-child {
    max-width: none;
  }

  .live-now-inline,
  .for-venues-panel {
    gap: 1rem;
  }

  .live-empty-actions,
  .empty-state-links {
    width: 100%;
    gap: 0.75rem;
  }

  .empty-state-link,
  .empty-state-cta {
    width: 100%;
    min-height: 3.22rem;
  }

  .empty-state-link {
    padding: 0.86rem 1.06rem;
  }

  .empty-state-cta {
    justify-content: flex-start;
    padding: 0.92rem 1.02rem;
  }

  .empty-state-cta-copy {
    align-items: flex-start;
    text-align: left;
  }

  .site-footer {
    margin-top: 1.25rem;
    padding: 1.08rem 0.15rem 0;
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 0.8rem, 34rem);
    padding-top: 0.5rem;
  }

  .hero-panel,
  .section-panel {
    padding: 1.02rem;
    border-radius: 1.4rem;
  }

  .day-nav-shell {
    padding: 0.94rem;
  }

  .day-nav-label {
    margin-bottom: 0.64rem;
    letter-spacing: 0.1em;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .hero-stats div {
    padding: 0.88rem 0.9rem;
  }

  .section-nav a {
    min-height: 3.24rem;
    padding: 0.86rem 1.02rem;
    font-size: 0.92rem;
  }

  .section-heading h2 {
    font-size: clamp(1.55rem, 9vw, 2rem);
    max-width: none;
  }

  .homepage-section-today .section-heading h2 {
    font-size: clamp(1.95rem, 10vw, 2.4rem);
    max-width: none;
  }

  .section-count,
  .browse-card-pill,
  .deal-chip {
    min-height: 2.58rem;
  }

  .browse-card {
    gap: 1rem;
    padding: 1.12rem;
  }

  .browse-card-icon {
    min-width: 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
  }

  .browse-card-neighborhood .browse-card-icon[data-icon-kind="neighborhood"] {
    min-width: 3.48rem;
    width: 3.48rem;
    height: 3.48rem;
    border-radius: 1.08rem;
  }

  .deal-card h3 {
    max-width: none;
    font-size: 1.3rem;
  }

  .deal-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .deal-description {
    font-size: 0.95rem;
  }

  .live-now-toggle {
    align-self: flex-start;
    width: 3.15rem;
    height: 3.15rem;
  }

  .live-now-summary-copy h2,
  .live-empty-copy h3 {
    max-width: none;
  }

  .live-empty-signal {
    width: 4.7rem;
    height: 4.7rem;
  }

  .empty-state-live {
    padding: 1.08rem;
  }
}
