:root {
  --bg: #f6f2ea;
  --bg-soft: #fffaf4;
  --surface: rgba(255, 251, 245, 0.9);
  --surface-strong: #fffdf9;
  --text: #1e1a16;
  --muted: #655b53;
  --line: rgba(62, 47, 36, 0.12);
  --brand: #b85c38;
  --brand-dark: #8f3f1d;
  --accent: #1d6b63;
  --accent-soft: #d9efe9;
  --shadow: 0 20px 50px rgba(35, 23, 15, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(184, 92, 56, 0.12), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(29, 107, 99, 0.14), transparent 25%),
    linear-gradient(180deg, #fbf7f0 0%, #f4ede2 100%);
  color: var(--text);
  line-height: 1.6;
}

body[data-page="music"] {
  --bg: #ebe9e0;
  --bg-soft: #f3f1ea;
  --surface: rgba(244, 242, 235, 0.92);
  --surface-strong: #f6f4ee;
  --text: rgb(53, 53, 53);
  --muted: rgb(93, 93, 92);
  --line: rgba(83, 83, 83, 0.14);
  --brand: rgb(83, 83, 83);
  --brand-dark: rgb(61, 61, 61);
  --accent: rgb(102, 98, 90);
  --accent-soft: rgba(83, 83, 83, 0.09);
  --shadow: 0 20px 50px rgba(38, 38, 38, 0.1);
  background:
    radial-gradient(circle at 14% 8%, rgba(83, 83, 83, 0.08), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(235, 233, 224, 0.7), transparent 24%),
    linear-gradient(180deg, #f2f0e8 0%, #e7e4db 100%);
}

body[data-page="wine"] {
  --bg: #fff6ea;
  --bg-soft: #fffaf2;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #fffdfa;
  --text: #2b2118;
  --muted: #69574a;
  --line: rgba(116, 74, 33, 0.14);
  --brand: #ee882d;
  --brand-dark: #9f4317;
  --accent: #4ca7cf;
  --accent-soft: rgba(76, 167, 207, 0.16);
  --shadow: 0 22px 52px rgba(119, 72, 24, 0.12);
  background:
    radial-gradient(circle at 14% 10%, rgba(251, 201, 42, 0.26), transparent 22%),
    radial-gradient(circle at 87% 18%, rgba(98, 193, 231, 0.22), transparent 20%),
    radial-gradient(circle at 80% 72%, rgba(176, 207, 84, 0.18), transparent 22%),
    linear-gradient(180deg, #fff9f1 0%, #fef0de 100%);
}

body[data-page="cookies"] {
  --bg: #fffaf4;
  --bg-soft: #fffdf9;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #fffefa;
  --text: #2d2532;
  --muted: #695f73;
  --line: rgba(79, 63, 103, 0.12);
  --brand: #ef7b2d;
  --brand-dark: #2f388f;
  --accent: #21a6df;
  --accent-soft: rgba(33, 166, 223, 0.15);
  --shadow: 0 22px 54px rgba(104, 78, 116, 0.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 223, 52, 0.24), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(33, 166, 223, 0.2), transparent 21%),
    radial-gradient(circle at 82% 74%, rgba(17, 168, 78, 0.16), transparent 23%),
    radial-gradient(circle at 20% 78%, rgba(233, 35, 65, 0.14), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #fff4e9 100%);
}

body[data-page="shop"] {
  --bg: #fff8f1;
  --bg-soft: #fffdf9;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #fffefa;
  --text: #2b2118;
  --muted: #6a5849;
  --line: rgba(104, 61, 29, 0.12);
  --brand: #c6552d;
  --brand-dark: #8d3418;
  --accent: #195d73;
  --accent-soft: rgba(25, 93, 115, 0.14);
  --shadow: 0 22px 54px rgba(98, 58, 29, 0.12);
  background:
    radial-gradient(circle at 11% 10%, rgba(198, 85, 45, 0.16), transparent 23%),
    radial-gradient(circle at 88% 16%, rgba(25, 93, 115, 0.14), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #f7eee4 100%);
}

body[data-page="home"] {
  background:
    radial-gradient(circle at 13% 9%, rgba(238, 136, 45, 0.16), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(33, 166, 223, 0.14), transparent 22%),
    radial-gradient(circle at 79% 74%, rgba(17, 168, 78, 0.1), transparent 24%),
    radial-gradient(circle at 25% 78%, rgba(83, 83, 83, 0.08), transparent 22%),
    linear-gradient(180deg, #fdf9f2 0%, #f5ede2 100%);
}

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

a {
  color: inherit;
}

iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: var(--radius-sm);
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.95em;
  background: rgba(30, 26, 22, 0.06);
  padding: 0.1rem 0.35rem;
  border-radius: 0.4rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--text);
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

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

.section,
.hero,
.page-hero {
  padding: 4.5rem 0;
}

.hero {
  padding-top: 2rem;
}

.hero-grid,
.split-layout {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  align-items: center;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.content-card h2,
.cta-banner h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.hero-copy h1,
.page-hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.hero-text,
.section-heading p,
.content-card p,
.panel-card p,
.feature-card p,
.info-item p,
.notice-banner,
.cta-banner p {
  color: var(--muted);
}

.narrow-copy {
  max-width: 42rem;
}

.eyebrow,
.card-kicker,
.mini-heading {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 800;
}

.eyebrow,
.card-kicker {
  color: var(--brand-dark);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.75rem 0;
}

.button-row-centered {
  justify-content: center;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(184, 92, 56, 0.14);
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge-soft {
  background: rgba(29, 107, 99, 0.12);
  color: #174f48;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--brand) 0%, #cf7b56 100%);
  color: white;
  box-shadow: 0 16px 32px rgba(184, 92, 56, 0.25);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.65);
  color: var(--text);
  border: 1px solid var(--line);
}

.text-link {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  color: var(--brand-dark);
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-inline {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  color: currentColor;
}

.icon-row .text-link {
  display: inline-flex;
  align-items: center;
}

.hero-points,
.action-list {
  margin: 1.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.hero-panel,
.panel-list,
.song-list,
.shop-grid,
.video-grid,
.featured-grid {
  display: grid;
  gap: 1rem;
}

.stat-card,
.feature-card,
.content-card,
.panel-card,
.info-item,
.event-card,
.song-card,
.shop-card,
.gallery-card,
.notice-banner,
.cta-banner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.stat-card,
.feature-card,
.content-card,
.panel-card,
.info-item,
.event-card,
.song-card,
.shop-card,
.gallery-card {
  padding: 1.4rem;
}

.stat-number {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
}

.accent-card {
  background: linear-gradient(160deg, rgba(29, 107, 99, 0.92), rgba(14, 62, 57, 0.95));
  color: white;
}

.accent-card p,
.accent-card .text-link,
.accent-card .mini-heading {
  color: inherit;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 1.75rem;
}

.section-heading.left-aligned {
  margin-bottom: 1rem;
}

.card-grid,
.feature-grid,
.request-grid,
.service-area-grid {
  display: grid;
  gap: 1rem;
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.request-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.section-highlight {
  background: rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(62, 47, 36, 0.08);
  border-bottom: 1px solid rgba(62, 47, 36, 0.08);
}

.spotlight-strip,
.offerings-grid {
  display: grid;
  gap: 1rem;
}

.spotlight-card,
.offering-card,
.promo-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.spotlight-card,
.offering-card,
.promo-panel {
  padding: 1.5rem;
}

.spotlight-card h2,
.promo-panel h2,
.offering-card h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.spotlight-card p,
.offering-card p,
.promo-panel p {
  color: var(--muted);
}

.spotlight-card-accent {
  background: linear-gradient(145deg, rgba(184, 92, 56, 0.96), rgba(210, 139, 98, 0.96));
  color: white;
}

.spotlight-card-accent p,
.spotlight-card-accent .text-link,
.spotlight-card-accent .card-kicker {
  color: inherit;
}

.family-accent {
  background: linear-gradient(145deg, rgba(29, 107, 99, 0.96), rgba(98, 170, 153, 0.94));
}

.offerings-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.offering-card {
  background: rgba(255, 255, 255, 0.78);
}

.offering-card-family {
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.96), rgba(255, 255, 255, 0.88));
}

.promo-panel {
  background:
    linear-gradient(180deg, rgba(255, 246, 239, 0.96), rgba(255, 255, 255, 0.88));
  align-self: start;
}

.promo-panel-family {
  background:
    linear-gradient(180deg, rgba(241, 252, 248, 0.98), rgba(255, 255, 255, 0.9));
}

.cta-banner-strong {
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.98), rgba(255, 255, 255, 0.92));
}

.family-banner {
  background:
    linear-gradient(145deg, rgba(242, 252, 246, 0.98), rgba(255, 255, 255, 0.92));
}

.feature-card-bright {
  background:
    linear-gradient(180deg, rgba(255, 249, 240, 0.98), rgba(255, 255, 255, 0.94));
}

.info-list {
  display: grid;
  gap: 1rem;
}

.info-item h3,
.feature-card h3,
.panel-card h3,
.content-card h2,
.shop-card h3,
.event-card h3,
.song-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.cta-banner {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.service-area-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.service-chip {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 700;
}

.page-hero {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.page-hero-music,
.page-hero-paint,
.page-hero-family,
.page-hero-shop,
.page-hero-contact,
.page-hero-notfound {
  position: relative;
}

.page-hero-party {
  overflow: hidden;
}

.page-hero-party::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 223, 187, 0.45), transparent 18%),
    radial-gradient(circle at 88% 22%, rgba(121, 196, 184, 0.22), transparent 20%),
    radial-gradient(circle at 70% 78%, rgba(184, 92, 56, 0.14), transparent 24%);
  pointer-events: none;
}

.page-hero-party .container {
  position: relative;
  z-index: 1;
}

.page-hero-family-fun::before {
  background:
    radial-gradient(circle at 15% 16%, rgba(255, 222, 151, 0.46), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(122, 211, 191, 0.26), transparent 20%),
    radial-gradient(circle at 75% 76%, rgba(255, 174, 124, 0.2), transparent 24%);
}

.page-hero-music::after,
.page-hero-paint::after,
.page-hero-family::after,
.page-hero-shop::after,
.page-hero-contact::after,
.page-hero-notfound::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(30, 26, 22, 0.14), transparent);
}

.music-hero-logo {
  width: min(100%, 420px);
  height: auto;
  display: block;
  margin: 0 0 1.25rem;
}

.wine-hero-grid {
  display: grid;
  gap: 1.6rem;
  align-items: center;
}

.wine-hero-copy {
  max-width: 42rem;
}

.wine-hero-logo {
  width: min(100%, 260px);
  border-radius: 2rem;
  border: 6px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px rgba(132, 80, 26, 0.18);
  margin: 0 0 1.2rem;
}

.wine-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.wine-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(132, 80, 26, 0.08);
}

.wine-hero-panel {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 219, 0.96));
  border: 1px solid rgba(116, 74, 33, 0.14);
  border-radius: 2rem;
  box-shadow: 0 24px 52px rgba(132, 80, 26, 0.12);
  padding: 1.5rem;
  backdrop-filter: blur(16px);
}

.wine-hero-panel h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.wine-hero-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.wine-hero-list li {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(116, 74, 33, 0.12);
  border-radius: 1rem;
  padding: 0.85rem 0.95rem;
  color: var(--muted);
}

.cookies-hero-grid {
  display: grid;
  gap: 1.6rem;
  align-items: center;
}

.cookies-hero-copy {
  max-width: 44rem;
}

.cookies-hero-logo {
  width: min(100%, 520px);
  height: auto;
  margin: 0 0 1.2rem;
  filter: drop-shadow(0 16px 28px rgba(96, 71, 126, 0.12));
}

.cookies-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cookies-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(104, 78, 116, 0.07);
}

.cookies-hero-panel {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 219, 0.96));
  border: 1px solid rgba(79, 63, 103, 0.12);
  border-radius: 2rem;
  box-shadow: 0 24px 52px rgba(104, 78, 116, 0.12);
  padding: 1.5rem;
  backdrop-filter: blur(16px);
}

.cookies-hero-panel h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.cookies-hero-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.cookies-hero-list li {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(79, 63, 103, 0.1);
  border-radius: 1rem;
  padding: 0.85rem 0.95rem;
  color: var(--muted);
}

.home-hero-grid {
  display: grid;
  gap: 1.6rem;
  align-items: start;
}

.home-hero-copy {
  max-width: 44rem;
}

.home-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.home-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(85, 57, 32, 0.08);
}

.home-brand-preview {
  display: grid;
  gap: 1rem;
}

.home-brand-preview-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
  backdrop-filter: blur(14px);
}

.home-brand-preview-card p {
  margin: 0 0 0.7rem;
  color: var(--muted);
}

.home-brand-preview-logo {
  display: block;
  margin-bottom: 0.9rem;
}

.home-brand-preview-logo-music {
  width: min(100%, 220px);
}

.home-brand-preview-logo-wine {
  width: 6rem;
  border-radius: 1.3rem;
  border: 4px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 28px rgba(132, 80, 26, 0.12);
}

.home-brand-preview-logo-cookies {
  width: min(100%, 260px);
}

.home-brand-preview-music {
  background: linear-gradient(180deg, rgba(244, 242, 235, 0.98), rgba(255, 255, 255, 0.9));
}

.home-brand-preview-wine {
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.98), rgba(255, 255, 255, 0.92));
}

.home-brand-preview-cookies {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 255, 255, 0.92));
}

.home-lane-grid {
  display: grid;
  gap: 1rem;
}

.home-lane-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.4rem;
  backdrop-filter: blur(14px);
}

.home-lane-logo {
  display: block;
  margin-bottom: 1rem;
}

.home-lane-logo-music {
  width: min(100%, 240px);
}

.home-lane-logo-wine {
  width: 6.75rem;
  border-radius: 1.5rem;
  border: 4px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 28px rgba(132, 80, 26, 0.12);
}

.home-lane-logo-cookies {
  width: min(100%, 300px);
}

.home-lane-card h3 {
  margin-top: 0;
  margin-bottom: 0.55rem;
}

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

.home-lane-points {
  margin: 1rem 0 1.1rem;
  padding-left: 1.05rem;
  color: var(--muted);
}

.home-lane-points li + li {
  margin-top: 0.4rem;
}

.home-lane-card-music {
  background: linear-gradient(180deg, rgba(240, 238, 232, 0.98), rgba(255, 255, 255, 0.92));
}

.home-lane-card-wine {
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.98), rgba(255, 255, 255, 0.92));
}

.home-lane-card-cookies {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 255, 255, 0.92));
}

.home-secondary-grid {
  margin-top: 1rem;
}

body[data-page="home"] .hero-copy h1,
body[data-page="home"] .section-heading h2,
body[data-page="home"] .content-card h2,
body[data-page="home"] .cta-banner h2,
body[data-page="home"] .home-lane-card h3 {
  font-family: "Lato", "Manrope", sans-serif;
}

body[data-page="home"] .hero-copy h1 {
  font-weight: 900;
  letter-spacing: -0.04em;
}

.shop-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.shop-inventory {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(29, 107, 99, 0.12);
  color: #14524b;
}

.shop-inventory.is-sold-out {
  background: rgba(198, 85, 45, 0.14);
  color: #8d3418;
}

.shop-local-copy {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.shop-card-actions {
  margin-top: 1rem;
}

.shop-card-actions .button {
  width: 100%;
}

.shop-card-sold-out {
  opacity: 0.88;
}

.shop-card-actions .button:disabled,
.shop-reserve-panel .button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.shop-reserve-panel {
  margin-top: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(255, 243, 230, 0.94));
  box-shadow: var(--shadow);
}

.shop-reserve-summary {
  margin-bottom: 1rem;
}

.shop-reserve-summary .panel-card,
.shop-reserve-summary .panel-card p:last-child {
  margin-bottom: 0;
}

body[data-page="shop"] .page-hero,
body[data-page="shop"] .section-heading h2,
body[data-page="shop"] .content-card h2,
body[data-page="shop"] .cta-banner h2,
body[data-page="shop"] .feature-card h3,
body[data-page="shop"] .panel-card h3,
body[data-page="shop"] .shop-card h3 {
  font-family: "Lato", "Manrope", sans-serif;
}

body[data-page="shop"] .page-hero h1 {
  font-weight: 900;
  letter-spacing: -0.04em;
}

body[data-page="shop"] .hero-badge {
  background: rgba(198, 85, 45, 0.12);
  color: #8d3418;
}

body[data-page="shop"] .hero-badge-soft {
  background: rgba(25, 93, 115, 0.12);
  color: #195d73;
}

body[data-page="shop"] .notice-banner {
  background: linear-gradient(135deg, rgba(198, 85, 45, 0.96), rgba(232, 118, 69, 0.94));
  color: white;
  border: 0;
}

body[data-page="shop"] .notice-banner strong {
  letter-spacing: 0.06em;
}

body[data-page="shop"] .feature-card-bright,
body[data-page="shop"] .feature-card,
body[data-page="shop"] .panel-card,
body[data-page="shop"] .content-card,
body[data-page="shop"] .shop-card,
body[data-page="shop"] .cta-banner-strong {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 239, 0.94));
}

body[data-page="wine"] .page-hero,
body[data-page="wine"] .section-heading h2,
body[data-page="wine"] .content-card h2,
body[data-page="wine"] .cta-banner h2,
body[data-page="wine"] .spotlight-card h2,
body[data-page="wine"] .promo-panel h2,
body[data-page="wine"] .offering-card h3,
body[data-page="wine"] .panel-card h3 {
  font-family: "Lato", "Manrope", sans-serif;
}

body[data-page="wine"] .page-hero h1 {
  font-weight: 900;
  letter-spacing: -0.04em;
}

body[data-page="wine"] .page-hero-party::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 201, 42, 0.34), transparent 18%),
    radial-gradient(circle at 90% 16%, rgba(99, 193, 231, 0.24), transparent 18%),
    radial-gradient(circle at 76% 74%, rgba(177, 207, 84, 0.18), transparent 22%),
    radial-gradient(circle at 28% 82%, rgba(238, 136, 45, 0.16), transparent 24%);
}

body[data-page="wine"] .button-primary {
  box-shadow: 0 18px 34px rgba(238, 136, 45, 0.24);
}

body[data-page="wine"] .button-secondary {
  background: rgba(255, 255, 255, 0.78);
}

body[data-page="wine"] .spotlight-card-accent {
  background: linear-gradient(145deg, rgba(251, 201, 42, 0.98), rgba(238, 136, 45, 0.96));
  color: #3d2915;
}

body[data-page="wine"] .spotlight-card-accent p,
body[data-page="wine"] .spotlight-card-accent .text-link,
body[data-page="wine"] .spotlight-card-accent .card-kicker {
  color: inherit;
}

body[data-page="wine"] .offering-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 235, 0.88));
  position: relative;
}

body[data-page="wine"] .offering-card::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.38rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fbc92a 0%, #ee882d 55%, #4ca7cf 100%);
}

body[data-page="wine"] .promo-panel {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 237, 207, 0.92));
}

body[data-page="wine"] .gallery-card::before {
  background: linear-gradient(180deg, rgba(29, 19, 10, 0.08), rgba(29, 19, 10, 0.66));
}

body[data-page="wine"] .gallery-card-sunset {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 235, 163, 0.78), transparent 24%),
    linear-gradient(135deg, #f28c32 0%, #f7b335 50%, #ef6b32 100%);
}

body[data-page="wine"] .gallery-card-floral {
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 251, 213, 0.48), transparent 24%),
    linear-gradient(135deg, #56b0d3 0%, #2f869f 45%, #8ad0c8 100%);
}

body[data-page="wine"] .gallery-card-seasonal {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 238, 189, 0.44), transparent 20%),
    linear-gradient(135deg, #a8c851 0%, #f29a2d 46%, #df5f2c 100%);
}

body[data-page="wine"] .service-chip {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 26px rgba(132, 80, 26, 0.08);
}

body[data-page="wine"] .cta-banner-strong {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 215, 0.94));
}

body[data-page="cookies"] .page-hero,
body[data-page="cookies"] .section-heading h2,
body[data-page="cookies"] .content-card h2,
body[data-page="cookies"] .cta-banner h2,
body[data-page="cookies"] .spotlight-card h2,
body[data-page="cookies"] .promo-panel h2,
body[data-page="cookies"] .offering-card h3,
body[data-page="cookies"] .panel-card h3 {
  font-family: "Lato", "Manrope", sans-serif;
}

body[data-page="cookies"] .page-hero h1 {
  font-weight: 900;
  letter-spacing: -0.04em;
}

body[data-page="cookies"] .page-hero-party::before,
body[data-page="cookies"] .page-hero-family-fun::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 223, 52, 0.34), transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(33, 166, 223, 0.24), transparent 18%),
    radial-gradient(circle at 78% 74%, rgba(17, 168, 78, 0.18), transparent 21%),
    radial-gradient(circle at 24% 78%, rgba(233, 35, 65, 0.14), transparent 24%);
}

body[data-page="cookies"] .button-primary {
  background: linear-gradient(135deg, #ef7b2d 0%, #e82341 100%);
  box-shadow: 0 18px 34px rgba(233, 35, 65, 0.18);
}

body[data-page="cookies"] .button-secondary {
  background: rgba(255, 255, 255, 0.8);
}

body[data-page="cookies"] .hero-badge {
  background: rgba(47, 56, 143, 0.11);
  color: #2f388f;
}

body[data-page="cookies"] .hero-badge-soft {
  background: rgba(33, 166, 223, 0.12);
  color: #1f6b9b;
}

body[data-page="cookies"] .spotlight-card-accent,
body[data-page="cookies"] .family-accent {
  background: linear-gradient(145deg, rgba(47, 56, 143, 0.98), rgba(33, 166, 223, 0.92));
  color: white;
}

body[data-page="cookies"] .spotlight-card-accent p,
body[data-page="cookies"] .spotlight-card-accent .text-link,
body[data-page="cookies"] .spotlight-card-accent .card-kicker {
  color: inherit;
}

body[data-page="cookies"] .offering-card-family {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.9));
  position: relative;
}

body[data-page="cookies"] .offering-card-family::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 0.42rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f388f 0%, #ef242f 24%, #ffdf00 48%, #08a34b 72%, #21a6df 100%);
}

body[data-page="cookies"] .promo-panel-family {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 241, 212, 0.94));
}

body[data-page="cookies"] .feature-card-bright,
body[data-page="cookies"] .content-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.94));
}

body[data-page="cookies"] .gallery-card::before {
  background: linear-gradient(180deg, rgba(24, 18, 28, 0.08), rgba(24, 18, 28, 0.62));
}

body[data-page="cookies"] .gallery-card-sunset {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 246, 166, 0.72), transparent 22%),
    linear-gradient(135deg, #ef242f 0%, #f28f31 48%, #ffda20 100%);
}

body[data-page="cookies"] .gallery-card-floral {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 250, 212, 0.44), transparent 24%),
    linear-gradient(135deg, #2f388f 0%, #21a6df 48%, #75d4ef 100%);
}

body[data-page="cookies"] .gallery-card-seasonal {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 249, 197, 0.42), transparent 22%),
    linear-gradient(135deg, #0ea34b 0%, #9aca4d 42%, #f28f31 100%);
}

body[data-page="cookies"] .service-chip {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 26px rgba(104, 78, 116, 0.08);
}

body[data-page="cookies"] .family-banner {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 221, 0.94));
}

.notice-banner {
  padding: 1rem 1.25rem;
}

.event-summary,
.song-meta,
.shop-meta,
.form-feedback {
  color: var(--muted);
}

.song-catalog {
  display: grid;
  gap: 1.5rem;
}

.song-catalog-top {
  display: grid;
  gap: 1.1rem;
  align-items: start;
}

.song-catalog-heading {
  margin-bottom: 0;
}

.song-catalog-controls {
  display: grid;
  gap: 0.75rem;
}

.song-catalog-controls .field {
  margin-bottom: 0;
}

.song-meta {
  font-weight: 700;
}

.song-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.song-filter-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.song-filter-button.is-active,
.song-filter-button:hover,
.song-filter-button:focus-visible {
  background: rgba(184, 92, 56, 0.12);
  color: var(--brand-dark);
}

.event-card .event-date,
.shop-price,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  background: var(--accent-soft);
  color: #13423c;
}

.badge {
  background: rgba(184, 92, 56, 0.12);
  color: var(--brand-dark);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
}

.song-card-tags {
  margin-top: 0.5rem;
}

.song-card {
  padding: 0.9rem 0.95rem;
}

.song-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
}

.song-card p {
  margin: 0;
  font-size: 0.96rem;
}

.request-card,
.compact-info-card {
  align-self: start;
  padding: 1.15rem 1.2rem;
}

.request-card .eyebrow,
.compact-info-card .eyebrow {
  margin: 0 0 0.35rem;
}

.request-card h2,
.compact-info-card h2 {
  margin-bottom: 0.75rem;
}

.request-card .stacked-form {
  display: grid;
  gap: 0.8rem;
}

.request-card .field {
  margin-bottom: 0;
}

.request-card .field textarea {
  min-height: 6.25rem;
}

.request-card .button {
  width: 100%;
}

.request-card .form-feedback {
  margin: 0;
  min-height: 1.25rem;
}

.compact-info-card p {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.compact-info-card .action-list {
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.compact-info-card .icon-row {
  gap: 0.65rem;
}

.compact-info-card .button-row {
  gap: 0.65rem;
  margin: 0.9rem 0 0;
}

.compact-info-card .button-row .button {
  flex: 1 1 11rem;
  padding: 0.82rem 1rem;
}

.song-list-catalog {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0.8rem;
}

.song-list-catalog .badge {
  font-size: 0.74rem;
  padding: 0.2rem 0.55rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.field span {
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(62, 47, 36, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(184, 92, 56, 0.35);
  border-color: var(--brand);
}

.stacked-form .button {
  border: 0;
  cursor: pointer;
}

.helper-text {
  font-size: 0.95rem;
}

.video-grid {
  grid-template-columns: 1fr;
}

.photo-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.photo-card {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.shop-grid,
.song-list {
  grid-template-columns: 1fr;
}

.featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gallery-card {
  min-height: 280px;
  display: flex;
  align-items: end;
  overflow: hidden;
  position: relative;
  color: white;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 15, 12, 0.12), rgba(20, 15, 12, 0.7));
}

.gallery-card-copy {
  position: relative;
  z-index: 1;
}

.gallery-card-copy .card-kicker {
  color: rgba(255, 245, 239, 0.88);
}

.gallery-card-copy p {
  color: rgba(255, 249, 244, 0.92);
}

.gallery-card-sunset {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 211, 158, 0.78), transparent 26%),
    linear-gradient(135deg, #9a4c2b 0%, #d88b5f 52%, #f0c6a0 100%);
}

.gallery-card-floral {
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 249, 216, 0.56), transparent 25%),
    linear-gradient(135deg, #1c5b52 0%, #2d8479 48%, #7ac0ab 100%);
}

.gallery-card-seasonal {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 231, 193, 0.5), transparent 22%),
    linear-gradient(135deg, #6f3624 0%, #b85c38 45%, #d9985f 100%);
}

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

.center-copy {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(250, 246, 240, 0.78);
  border-bottom: 1px solid rgba(62, 47, 36, 0.08);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

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

.brand-lockup strong {
  display: block;
  font-size: 1rem;
}

.brand-lockup span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.nav-toggle {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-weight: 800;
}

.site-nav {
  position: absolute;
  top: 76px;
  left: 1rem;
  right: 1rem;
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 251, 245, 0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-nav[hidden] {
  display: none;
}

.site-nav a {
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  border-radius: 0.9rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: rgba(184, 92, 56, 0.11);
  color: var(--brand-dark);
}

.site-footer {
  padding: 3rem 0;
  border-top: 1px solid rgba(62, 47, 36, 0.08);
}

.site-footer-inner {
  display: grid;
  gap: 1rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-grid h3 {
  margin-bottom: 0.6rem;
}

.footer-grid a {
  color: var(--muted);
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--text);
  text-decoration: underline;
}

@media (min-width: 760px) {
  .spotlight-strip {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .home-hero-grid,
  .cookies-hero-grid,
  .wine-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  }

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

  .song-catalog-top {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .hero-grid,
  .split-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .cta-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .video-grid,
  .shop-grid,
  .song-list,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (min-width: 960px) {
  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav[hidden] {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .site-footer-inner {
    gap: 1.5rem;
  }

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

  .home-brand-preview {
    gap: 1.1rem;
  }

  .home-brand-preview-card,
  .cookies-hero-panel,
  .wine-hero-panel {
    padding: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .song-list-catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
