:root {
  --bg: #fff7fb;
  --bg-deep: #2a0f22;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --surface-soft: #ffe6f1;
  --text: #341827;
  --muted: #7a5b6b;
  --primary: #b01363;
  --primary-dark: #7f0f49;
  --primary-deep: #560a31;
  --accent: #f3b3cf;
  --accent-strong: #ffd66b;
  --border: #efcade;
  --border-strong: #dc9bbc;
  --shadow: 0 18px 46px rgba(79, 10, 45, 0.12);
  --shadow-strong: 0 22px 55px rgba(50, 6, 29, 0.24);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 164, 204, 0.32), transparent 24%),
    radial-gradient(circle at top left, rgba(176, 19, 99, 0.12), transparent 20%),
    linear-gradient(180deg, #fff8fc 0%, #fff2f8 34%, #fff9fc 100%);
}

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

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(55, 11, 34, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 182, 215, 0.16);
  box-shadow: 0 12px 34px rgba(35, 7, 21, 0.22);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f8b7d5;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  color: #fff4fa;
}

.tagline {
  margin: 0.55rem 0 0;
  max-width: 46rem;
  color: rgba(255, 236, 246, 0.86);
  font-size: 1.04rem;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff4fa;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 194, 223, 0.14);
  font-weight: 600;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.top-nav a[aria-current='page'] {
  transform: translateY(-1px);
  background: rgba(255, 190, 222, 0.16);
  border-color: rgba(255, 214, 236, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hero,
.feature-hero {
  padding: 2.3rem 0 1.35rem;
}

.hero-grid,
.feature-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr minmax(280px, 360px);
  gap: 1.2rem;
  align-items: stretch;
}

.hero h2,
.feature-hero h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  color: var(--primary-deep);
}

.hero p,
.feature-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 44rem;
}

.hero-card,
.feature-callout,
.letter-section,
.venue-card,
.promo-card,
.tier-card,
.feature-card,
.info-panel,
.cta-band {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card,
.feature-callout,
.info-panel {
  padding: 1.15rem;
}

.feature-callout {
  background: linear-gradient(145deg, rgba(176, 19, 99, 0.98), rgba(92, 12, 53, 0.98));
  color: white;
  border-color: transparent;
  box-shadow: var(--shadow-strong);
}

.feature-callout p,
.feature-callout li,
.feature-callout .muted-light {
  color: rgba(255, 241, 248, 0.92);
}

.feature-callout h3 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
}

.feature-callout ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.input-label {
  display: block;
  margin-bottom: 0.55rem;
  font-weight: 700;
  color: var(--primary-dark);
}

#searchInput {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid #d9afc5;
  font-size: 1rem;
  outline: none;
  background: #fff;
}

#searchInput:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(176, 19, 99, 0.12);
}

.results-count {
  min-height: 1.4rem;
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.letters-wrap {
  padding: 0 0 1rem;
}

.letters-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.letters-index a,
.letters-index span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--border);
}

.letters-index a {
  background: white;
  color: var(--primary-dark);
}

.letters-index a:hover,
.letters-index a:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.letters-index span {
  color: #d2aec2;
  background: rgba(255, 255, 255, 0.6);
}

.listings-section,
.featured-sections,
.info-section,
.tiers-section,
.featured-list-section {
  padding: 0 0 3rem;
}

.venue-list,
.tier-grid,
.feature-grid,
.info-grid,
.cta-grid {
  display: grid;
  gap: 1.25rem;
}

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

.letter-section {
  overflow: hidden;
}

.letter-header,
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
}

.letter-header {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, rgba(255, 214, 235, 0.6), rgba(255, 255, 255, 0.92));
}

.letter-header h3,
.section-heading h3 {
  margin: 0;
  font-size: 1.7rem;
  color: var(--primary-deep);
}

.letter-count,
.section-heading p,
.panel-text,
.feature-subtext {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 600;
}

.letter-content {
  padding: 1rem;
  display: grid;
  gap: 0.95rem;
}

.venue-card,
.feature-card,
.tier-card {
  padding: 1rem;
  border-radius: var(--radius-md);
}

.venue-name-row,
.feature-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.venue-name,
.feature-title {
  text-decoration: none;
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 1.13rem;
}

.venue-name:hover,
.venue-name:focus-visible,
.feature-title:hover,
.feature-title:focus-visible {
  color: var(--primary);
}

.badge,
.tier-badge,
.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.badge,
.soft-badge {
  background: rgba(255, 214, 107, 0.24);
  color: #87520d;
}

.tier-badge {
  background: rgba(176, 19, 99, 0.1);
  color: var(--primary-dark);
}

.venue-meta,
.feature-meta {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.venue-meta a,
.feature-meta a {
  color: inherit;
  text-decoration: none;
}

.venue-meta a:hover,
.venue-meta a:focus-visible,
.feature-meta a:hover,
.feature-meta a:focus-visible {
  color: var(--primary);
}

.meta-line {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.meta-label {
  min-width: 72px;
  font-weight: 800;
  color: var(--primary-deep);
}

.promo-card,
.cta-band {
  padding: 1rem;
  background: linear-gradient(135deg, rgba(176, 19, 99, 0.98), rgba(92, 12, 53, 0.98));
  color: white;
  border-color: transparent;
  box-shadow: var(--shadow-strong);
}

.promo-card h4,
.cta-band h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.promo-card p,
.cta-band p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.button,
.promo-card a,
.cta-band a,
.tier-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--accent-strong);
  color: #4c2b00;
  font-weight: 800;
  text-decoration: none;
  border: none;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.button:hover,
.button:focus-visible,
.promo-card a:hover,
.promo-card a:focus-visible,
.cta-band a:hover,
.cta-band a:focus-visible,
.tier-card a:hover,
.tier-card a:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff3fa;
  border: 1px solid rgba(255, 226, 241, 0.28);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.empty-state {
  padding: 1.4rem;
  text-align: center;
  background: white;
  border: 1px dashed #e0b8cb;
  border-radius: var(--radius-lg);
  color: var(--muted);
}

.section-heading {
  margin-bottom: 1rem;
  padding: 0;
}

.section-heading h3 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.section-heading p {
  margin: 0;
  max-width: 44rem;
  font-weight: 500;
}

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

.tier-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 248, 0.92));
}

.tier-card.featured-tier {
  border-color: #f0c957;
  box-shadow: 0 22px 52px rgba(120, 47, 9, 0.12);
}

.tier-card h4 {
  margin: 0;
  font-size: 1.42rem;
  color: var(--primary-deep);
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-dark);
}

.price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.tier-card ul,
.info-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.tier-card li,
.info-panel li {
  margin-bottom: 0.45rem;
}

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

.feature-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 251, 0.96));
}

.feature-card p {
  color: var(--muted);
}

.feature-town {
  color: var(--primary-dark);
  font-weight: 700;
}

.info-panel h4 {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  color: var(--primary-deep);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.3rem 0 2rem;
  background: rgba(69, 11, 40, 0.98);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255, 230, 242, 0.86);
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .tier-grid,
  .feature-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .header-inner,
  .hero-grid,
  .feature-hero-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .top-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .site-header {
    position: static;
  }

  .hero,
  .feature-hero {
    padding-top: 1.4rem;
  }

  .letter-header,
  .venue-name-row,
  .feature-card-top,
  .footer-inner,
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .letters-index a,
  .letters-index span {
    width: 38px;
    height: 38px;
  }

  .meta-line {
    flex-direction: column;
    gap: 0.15rem;
  }

  .meta-label {
    min-width: 0;
  }
}


.promo-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 0.85rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}
