/* Freeze and Fizz — shared styles
   Brand: Navy + Turquoise + Coral + Cream (matches logo) */

:root {
  --turq: #1FCFC4;
  --turq-deep: #0EA89C;
  --turq-pale: #C7F2EE;
  --ice: #9FDDFF;
  --fizz: #FF6F91;
  --fizz-deep: #E8225F;
  --coral: #FF8FA3;
  --sun: #FFD23F;
  --butter: #FFF4D6;
  --cream: #FFFAF0;
  --navy: #1E3A5F;
  --navy-deep: #0B2B3D;
  --shadow: 0 4px 30px rgba(30, 58, 95, 0.08);
  --shadow-lg: 0 14px 50px rgba(30, 58, 95, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--navy);
  overflow-x: hidden;
  line-height: 1.5;
}

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

/* ---------- Announcement Banner ---------- */
.announce-banner {
  background: linear-gradient(90deg, var(--turq) 0%, var(--fizz) 50%, var(--turq) 100%);
  background-size: 200% 100%;
  animation: shimmer 8s ease-in-out infinite;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 101;
}
.announce-banner .sparkle {
  display: inline-block;
  margin: 0 8px;
  animation: sparkle-spin 3s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes sparkle-spin {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.2); }
}

/* ---------- First-and-Only hero badge ---------- */
.first-only-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--navy);
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  box-shadow: 0 8px 30px rgba(30, 58, 95, 0.12);
  border: 2px solid var(--turq);
  position: relative;
}
.first-only-badge::before {
  content: "★";
  color: var(--fizz);
  font-size: 18px;
}
.first-only-badge::after {
  content: "★";
  color: var(--fizz);
  font-size: 18px;
}
.first-only-badge .highlight {
  background: linear-gradient(135deg, var(--turq), var(--fizz));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 250, 240, 0.92);
  backdrop-filter: blur(20px);
  padding: 16px 40px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid rgba(30, 58, 95, 0.06);
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.nav-logo img { height: 48px; width: 48px; border-radius: 50%; }
.nav-logo-text {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.nav-logo-text em {
  font-style: italic;
  color: var(--turq);
}
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 500;
  font-size: 14px;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--fizz); }
.nav-links a.active { color: var(--turq); }
.nav-cta {
  background: var(--navy);
  color: var(--cream) !important;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--fizz); color: white !important; }

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--navy);
  cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 16px 36px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary {
  background: var(--fizz);
  color: white;
  box-shadow: 0 10px 30px rgba(255, 111, 145, 0.4);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(255, 111, 145, 0.55);
}
.btn-turq {
  background: var(--turq);
  color: white;
  box-shadow: 0 10px 30px rgba(31, 207, 196, 0.4);
}
.btn-turq:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(31, 207, 196, 0.55);
}
.btn-secondary {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--turq);
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 80px 40px 110px;
  text-align: center;
  overflow: hidden;
}
.hero.gradient {
  background:
    radial-gradient(circle at 15% 20%, rgba(31, 207, 196, 0.22), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(255, 111, 145, 0.2), transparent 45%),
    var(--cream);
}
.hero-logo-large {
  width: 180px;
  height: 180px;
  margin: 0 auto 28px;
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(30, 58, 95, 0.2);
}
.hero-label {
  display: inline-flex; align-items: center; gap: 10px;
  background: white;
  color: var(--navy);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
}
.hero-label .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--fizz);
  box-shadow: 0 0 12px var(--fizz);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}
.hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(48px, 10vw, 140px);
  line-height: 0.95;
  color: var(--navy);
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.hero h1 em {
  font-style: italic;
  color: var(--fizz);
}
.hero h1 .turq-word {
  color: var(--turq);
  font-style: italic;
}
.hero-sub {
  font-size: 18px;
  color: var(--navy);
  opacity: 0.75;
  margin: 0 auto 36px;
  max-width: 580px;
}
.hero-ctas { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; align-items: center; }

/* Floating drinks */
.float-drink {
  position: absolute;
  width: 120px; height: 170px;
  border-radius: 60px;
  box-shadow: 0 24px 60px rgba(30, 58, 95, 0.2);
  animation: gentle-float 7s ease-in-out infinite;
}
.float-drink::after {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.float-drink-1 {
  top: 80px; left: 5%;
  background: linear-gradient(180deg, var(--fizz), var(--coral));
  transform: rotate(-10deg);
}
.float-drink-2 {
  top: 50px; right: 6%;
  background: linear-gradient(180deg, var(--turq), var(--turq-pale));
  transform: rotate(8deg);
  animation-delay: -3.5s;
}
@keyframes gentle-float {
  0%, 100% { transform: translateY(0) rotate(var(--rot, -10deg)); }
  50% { transform: translateY(-22px) rotate(var(--rot, -10deg)); }
}
.float-drink-1 { --rot: -10deg; }
.float-drink-2 { --rot: 8deg; }

/* ---------- This Week ---------- */
.this-week {
  padding: 50px 40px;
  background: white;
  text-align: center;
  border-top: 1px solid rgba(30, 58, 95, 0.06);
  border-bottom: 1px solid rgba(30, 58, 95, 0.06);
}
.this-week h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--turq-deep);
  margin-bottom: 22px;
}
.events-row {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.event-pill {
  background: var(--cream);
  color: var(--navy);
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(30, 58, 95, 0.06);
  transition: transform 0.15s, border-color 0.2s;
}
.event-pill:hover { transform: translateY(-2px); border-color: var(--turq); }
.event-pill strong { color: var(--fizz); margin-right: 10px; font-weight: 700; }

/* ---------- Section headings ---------- */
.section {
  padding: 110px 40px;
  max-width: 1300px;
  margin: 0 auto;
}
.section-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--turq-deep);
  margin-bottom: 14px;
}
.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1;
  letter-spacing: -2px;
  color: var(--navy);
  margin-bottom: 48px;
  max-width: 800px;
}
.section-title em { font-style: italic; color: var(--fizz); }
.section-title .turq-word { color: var(--turq); font-style: italic; }

/* ---------- Menu grid ---------- */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.drink-card {
  padding: 28px 24px;
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.drink-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.drink-swatch {
  width: 100%;
  height: 140px;
  border-radius: 16px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.drink-swatch::before {
  content: '';
  position: absolute;
  top: -40%; left: -20%;
  width: 70px; height: 200%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: rotate(20deg);
}
.drink-card.pink .drink-swatch { background: linear-gradient(160deg, var(--fizz), var(--coral)); }
.drink-card.turq .drink-swatch { background: linear-gradient(160deg, var(--turq), var(--turq-pale)); }
.drink-card.ice .drink-swatch { background: linear-gradient(160deg, var(--ice), #d9f0ff); }
.drink-card.lime .drink-swatch { background: linear-gradient(160deg, #C7FF3D, var(--turq-pale)); }
.drink-card.sun .drink-swatch { background: linear-gradient(160deg, var(--sun), var(--coral)); }
.drink-card.cream .drink-swatch {
  background: linear-gradient(160deg, var(--butter), white);
  border: 1px solid rgba(30, 58, 95, 0.06);
}
.drink-card.navy .drink-swatch { background: linear-gradient(160deg, var(--navy), var(--turq-deep)); }

.drink-tag {
  display: inline-block;
  background: var(--turq-pale);
  color: var(--turq-deep);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.drink-name {
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.drink-name em { font-style: italic; color: var(--fizz); }
.drink-ingredients {
  font-size: 13px;
  line-height: 1.55;
  color: var(--navy);
  opacity: 0.65;
  margin-bottom: 18px;
  min-height: 44px;
}
.drink-price {
  display: flex; justify-content: space-between; align-items: baseline;
  font-weight: 600;
  font-size: 17px;
  color: var(--fizz);
}
.drink-price span { color: var(--navy); opacity: 0.5; font-weight: 500; font-size: 13px; }

/* ---------- Category chips ---------- */
.cat-bar {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px;
}
.cat-chip {
  padding: 10px 20px;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(30, 58, 95, 0.08);
  user-select: none;
}
.cat-chip.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.cat-chip:hover:not(.active) { transform: translateY(-2px); border-color: var(--turq); }

/* ---------- Packages ---------- */
.catering-band {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 111, 145, 0.16), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(31, 207, 196, 0.2), transparent 50%),
    linear-gradient(135deg, var(--turq-pale) 0%, var(--cream) 100%);
  padding: 130px 40px;
  text-align: center;
}
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 50px auto 0;
}
.package {
  background: white;
  padding: 36px 30px;
  border-radius: 24px;
  text-align: left;
  box-shadow: var(--shadow);
  transition: transform 0.3s;
  position: relative;
}
.package:hover { transform: translateY(-5px); }
.package.featured {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: white;
}
.package.featured h4, .package.featured p { color: white; }
.package h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.package .price {
  font-family: 'DM Serif Display', serif;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--turq), var(--fizz));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package.featured .price {
  background: linear-gradient(135deg, var(--turq), #C7FF3D);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package p {
  color: var(--navy);
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.6;
}
.package.featured p { opacity: 0.85; }
.package .badge {
  position: absolute;
  top: -12px; right: 24px;
  background: var(--fizz);
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.package ul {
  list-style: none;
  margin-top: 16px;
}
.package ul li {
  padding: 6px 0;
  font-size: 13px;
  opacity: 0.8;
}
.package ul li::before {
  content: "✓ ";
  color: var(--turq);
  font-weight: 700;
  margin-right: 6px;
}

/* ---------- Social/Stats ---------- */
.social-strip {
  padding: 80px 40px;
  background: white;
  text-align: center;
}
.social-strip h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--navy);
  letter-spacing: -1px;
}
.social-strip h3 em { font-style: italic; color: var(--turq-deep); }
.stat-row { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat .num {
  font-family: 'DM Serif Display', serif;
  font-size: 52px;
  line-height: 1;
  background: linear-gradient(135deg, var(--turq-deep), var(--fizz));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.stat .label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.6;
}

/* ---------- Forms ---------- */
.form-card {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  max-width: 720px;
  margin: 0 auto;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-row-full { margin-bottom: 18px; }
.form-label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(30, 58, 95, 0.12);
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  color: var(--navy);
  background: var(--cream);
  transition: border-color 0.2s, background 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--turq);
  background: white;
}
.form-textarea { resize: vertical; min-height: 110px; }
.form-help { font-size: 12px; color: var(--navy); opacity: 0.6; margin-top: 6px; }
.form-submit { width: 100%; margin-top: 10px; }

/* ---------- Calendar ---------- */
.calendar-wrapper {
  background: white;
  padding: 20px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.calendar-wrapper iframe {
  width: 100%;
  border: 0;
  border-radius: 16px;
  min-height: 620px;
}
.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.event-card {
  background: white;
  padding: 22px 24px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.2s;
}
.event-card:hover { transform: translateY(-3px); }
.event-card .date {
  display: inline-block;
  background: linear-gradient(135deg, var(--turq), var(--turq-deep));
  color: white;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.event-card h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.event-card .location { font-size: 13px; color: var(--navy); opacity: 0.65; }

/* ---------- Fundraiser pitch ---------- */
.pitch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin: 40px 0;
}
.pitch-item {
  padding: 28px 24px;
  background: white;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.pitch-item .icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 14px;
  background: var(--turq-pale);
  color: var(--turq-deep);
}
.pitch-item h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--navy);
}
.pitch-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--navy);
  opacity: 0.7;
}

/* ---------- About ---------- */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-split .content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: var(--navy);
  opacity: 0.85;
}
.about-logo-card {
  background: white;
  padding: 60px;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.about-logo-card img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
}

/* ---------- Footer ---------- */
footer {
  padding: 70px 40px 30px;
  text-align: center;
  background: var(--navy);
  color: var(--cream);
}
footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 16px;
}
footer .footer-logo img {
  width: 64px; height: 64px; border-radius: 50%;
  background: white;
  padding: 4px;
}
footer .footer-logo span {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  letter-spacing: -1px;
}
footer .footer-logo span em {
  font-style: italic;
  color: var(--turq);
}
footer .tagline { opacity: 0.6; font-size: 14px; margin-bottom: 24px; }
footer .footer-links {
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
  margin-bottom: 24px;
  list-style: none;
}
footer .footer-links a {
  color: var(--cream);
  text-decoration: none;
  opacity: 0.75;
  font-size: 14px;
  transition: opacity 0.2s, color 0.2s;
}
footer .footer-links a:hover { opacity: 1; color: var(--turq); }
footer .social-icons { display: flex; justify-content: center; gap: 14px; margin-bottom: 24px; }
footer .social-icons a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--cream);
  text-decoration: none;
  transition: background 0.2s;
}
footer .social-icons a:hover { background: var(--turq); }
footer .copyright { opacity: 0.4; font-size: 12px; }

/* ---------- Legal / Policy pages ---------- */
.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 40px;
}
.legal-page h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 5vw, 60px);
  color: var(--navy);
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  line-height: 1;
}
.legal-page h1 em { font-style: italic; color: var(--fizz); }
.legal-page .effective {
  font-size: 13px;
  color: var(--navy);
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.legal-page h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 26px;
  color: var(--navy);
  margin: 40px 0 14px;
  letter-spacing: -0.5px;
}
.legal-page h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin: 24px 0 8px;
}
.legal-page p, .legal-page li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--navy);
  margin-bottom: 12px;
}
.legal-page ul, .legal-page ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-page a { color: var(--turq-deep); }
.legal-page .callout {
  background: var(--turq-pale);
  padding: 18px 22px;
  border-radius: 14px;
  margin: 24px 0;
  font-size: 14px;
  border-left: 4px solid var(--turq);
}
.legal-page .callout.warn {
  background: #FFF4D6;
  border-left-color: var(--sun);
}
.legal-page .sig-block {
  background: white;
  border: 1px solid rgba(30, 58, 95, 0.1);
  padding: 24px;
  border-radius: 14px;
  margin: 30px 0;
}
.legal-page .sig-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.legal-page .sig-line > div {
  border-top: 1px solid var(--navy);
  padding-top: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.6;
}
.print-only { display: none; }
.print-btn {
  background: var(--navy);
  color: var(--cream);
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
  display: inline-block;
}
.print-btn:hover { background: var(--fizz); }

@media print {
  .nav, footer, .print-btn, .hamburger, .announce-banner { display: none !important; }
  body { background: white; }
  .legal-page { padding: 0; }
  .print-only { display: block; }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .nav { padding: 14px 20px; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--cream); padding: 24px; flex-direction: column; gap: 18px;
    border-bottom: 1px solid rgba(30, 58, 95, 0.08);
  }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
  .section { padding: 70px 20px; }
  .catering-band, .this-week, .hero { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 60px; padding-bottom: 80px; }
  .hero-logo-large { width: 140px; height: 140px; }
  .form-row { grid-template-columns: 1fr; }
  .about-split { grid-template-columns: 1fr; gap: 30px; }
  .about-logo-card { padding: 40px; }
  .about-logo-card img { width: 200px; height: 200px; }
  .float-drink { display: none; }
  footer .footer-logo span { font-size: 36px; }
}
