/* ========== PICNIC ========== */
/* Hero: single centered panel (triptych center; side arches deferred) */
.grove-hero { position: relative; background: var(--cream); padding: calc(var(--nav-height) + 2rem) 2rem 4.5rem; overflow: hidden; }
.grove-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(201,168,76,0.10), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(15,26,46,0.025) 39px 40px);
}
.grove-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; text-align: center; }
.grove-eyebrow {
  font-family: 'Cinzel', serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 1rem;
}
.grove-title {
  font-family: 'Cinzel', serif; font-weight: 700; color: var(--navy);
  font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.03; letter-spacing: 0.02em;
  margin: 0 0 0.6rem; text-wrap: balance;
}
.grove-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1.3rem, 3vw, 1.7rem); color: var(--burgundy);
  margin: 0 0 1.4rem;
}
.grove-rule { width: 60px; height: 2px; background: var(--gold); margin: 0 auto 1.6rem; }
.grove-stats {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline;
  gap: 0.4rem 0;
  font-family: 'Cinzel', serif; font-size: 0.8rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.9rem;
}
.grove-stat { display: inline-flex; align-items: baseline; gap: 0.4em; padding: 0 1.1rem; }
.grove-stat:not(:last-child) { border-right: 1px solid rgba(201,168,76,0.45); }
.grove-stat strong { color: var(--burgundy); font-weight: 700; font-size: 1.05rem; }
.grove-addr {
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem;
  color: var(--text-muted); margin: 0 0 1.8rem;
}
.grove-cta {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: 'Cinzel', serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--white); background: var(--burgundy);
  border: 1px solid var(--burgundy); padding: 0.9rem 2rem;
  text-decoration: none; border-radius: 2px;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.grove-cta:hover, .grove-cta:focus-visible { filter: brightness(0.92); transform: translateY(-1px); outline: none; }
.picnic-section { background: var(--cream); padding: 2.75rem 2rem 3rem; }
.picnic-section .section-inner { max-width: 1100px; }
.picnic-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
/* Dark amenities band: echoes the home Services altar for shared rhythm */
.picnic-altar {
  position: relative; padding: 2.25rem 2rem 2.5rem;
  background: var(--navy); color: var(--white); overflow: hidden;
}
/* Pull the grid up under the title (scoped: leaves home Services altar untouched) */
.picnic-altar .section-line--altar { margin-bottom: 1.25rem; }
.picnic-altar::before,
.picnic-altar::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 280px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.picnic-altar::before { top: 0; }
.picnic-altar::after { bottom: 0; }
.picnic-altar-inner { max-width: 1000px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
/* 5-column amenity grid. Dividers drawn with inset box-shadow (right + bottom)
   so they stay correct at any column count and an orphaned last cell on
   wrap just leaves navy rather than a tinted empty box. */
.picnic-amen-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(201,168,76,0.28);
}
.picnic-amen {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 0.45rem; padding: 1.6rem 1rem;
  box-shadow: inset -1px -1px 0 rgba(201,168,76,0.2);
}
.picnic-amen-icon { color: var(--gold); font-size: 1.1rem; line-height: 1; }
.picnic-amen-name {
  font-family: 'Cinzel', serif; font-size: 1rem; letter-spacing: 0.04em;
  color: var(--white);
}
.picnic-amen-note {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 0.95rem; color: rgba(255,255,255,0.62);
}
.picnic-altar-coda {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 1.18rem; line-height: 1.6; color: rgba(255,255,255,0.8);
  max-width: 720px; margin: 1.6rem auto 0;
}

/* Perfect-For uses pill row */
.picnic-uses { background: var(--cream); padding: 3.25rem 2rem 3.5rem; text-align: center; }
.picnic-uses-inner { max-width: 940px; margin: 0 auto; }
.picnic-uses-grb { display: block; width: 56px; height: auto; margin: 0 auto 1rem; opacity: 0.55; }
.picnic-uses-inner .section-line { margin: 0 auto 1.8rem; }
.picnic-uses-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 0;
}
.picnic-uses-list li {
  font-family: 'Cinzel', serif; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-body);
  padding: 0.4rem 1.1rem; border-right: 1px solid rgba(107,28,42,0.25);
}
.picnic-uses-list li:last-child { border-right: none; }
.picnic-contact {
  padding-top: 1.75rem;
  border-top: 1px solid var(--stone);
}
.picnic-contact-prompt {
  font-size: 1.06rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.9rem;
}
.picnic-contact-line {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-body);
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.picnic-contact-line--phone {
  margin-bottom: 0.85rem;
}
.picnic-contact-link {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(15,26,46,0.25);
  transition: border-color 0.2s, color 0.2s;
}
.picnic-contact-link:hover { border-bottom-color: var(--burgundy); color: var(--burgundy); }
.picnic-contact-link--insta { color: var(--burgundy); border-bottom-color: rgba(107,28,42,0.25); }
.picnic-contact-link:focus-visible { outline: var(--focus-ring-light); outline-offset: 3px; border-radius: 2px; }
.picnic-map {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.picnic-map--bare { max-width: 900px; margin-left: auto; margin-right: auto; }
.picnic-map--bare .picnic-map-embed { padding-bottom: 42.86%; }

/* Picnic block sections (header + content) */
.picnic-section { padding-bottom: 3.5rem; }
.picnic-section-header { text-align: center; margin: 0 auto 1.75rem; max-width: 720px; }
.picnic-section-header .section-line { margin-left: auto; margin-right: auto; }
.picnic-block { margin-top: 2.5rem; }
.picnic-block:first-of-type { margin-top: 0; }

/* Map folded under Reserve: slim caption instead of full section header */
.picnic-map-wrap { margin-top: 2.25rem; }
.picnic-map-label {
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 1rem;
}
.picnic-map-label-sep { color: var(--gold-deep); margin: 0 0.5em; }

/* Contact column meta blocks (Location / Capacity / Response Time) */
.picnic-contact-meta {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(107,28,42,0.18);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-body);
  line-height: 1.7;
}
.picnic-contact-meta strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.picnic-contact-meta p { margin: 0; }

/* Form intro line */
.picnic-form-intro {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-body);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  font-style: italic;
}
.picnic-map-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.picnic-map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Picnic gallery */
.picnic-gallery { background: var(--cream); padding: 1rem 2rem 2.5rem; }
.picnic-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.picnic-photo {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 3;
  background: var(--stone);
}
.picnic-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Picnic inquiry form */
.picnic-form {
  margin-top: 0;
  padding-top: 1.75rem;
  border-top: 1px solid var(--stone);
}
.picnic-form-prompt {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 0.4rem;
}
.picnic-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}
.picnic-form-field { display: flex; flex-direction: column; }
.picnic-form-field--full { grid-column: 1 / -1; }
.picnic-form-label {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}
.picnic-form-field input,
.picnic-form-field textarea {
  font-family: 'Cormorant Garamond', serif;
  font-size: max(1.05rem, 16px);
  font-weight: 500;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--stone);
  border-radius: 2px;
  background: #fff;
  color: var(--text-body);
  width: 100%;
  min-height: 44px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.picnic-form-field input:focus,
.picnic-form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.18);
}
.picnic-form-field textarea { resize: vertical; min-height: 110px; }
.picnic-form-status {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: var(--burgundy);
  min-height: 1.2em;
}
.picnic-form-submit { margin-top: 1rem; }

/* ========== SERB FESTIVAL ========== */
/* Reuses .picnic-altar (5-col amen grid) + .picnic-uses; hero is bespoke. */

/* Hero: navy-deep, two-column — copy left, the event flyer framed at right. */
.fest-hero {
  position: relative; overflow: hidden;
  background: var(--navy-deep); color: var(--white);
  padding: calc(var(--nav-height) + 2.75rem) 2rem 3.25rem;
}
.fest-hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 38%, rgba(107,28,42,0.42), transparent 58%),
    radial-gradient(ellipse at 82% 78%, rgba(201,168,76,0.20), transparent 55%);
}
.fest-hero-inner {
  position: relative; z-index: 1;
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 0.85fr;
  gap: 3rem; align-items: center;
}
.fest-hero-text { text-align: left; }
.fest-eyebrow {
  font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light);
  margin: 0 0 0.9rem;
}
.fest-title {
  font-family: 'Cinzel', serif; font-weight: 700; color: var(--white);
  font-size: clamp(2.8rem, 6.5vw, 4.8rem); line-height: 1.0; letter-spacing: 0.01em;
  margin: 0 0 0.7rem; text-wrap: balance;
}
.fest-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem); color: var(--gold-light);
  margin: 0 0 1.4rem; line-height: 1.25;
}
.fest-dates {
  display: inline-block; margin: 0 0 0.6rem;
  font-family: 'Cinzel', serif; font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  letter-spacing: 0.04em; color: var(--gold);
  padding-bottom: 0.45rem; border-bottom: 2px solid var(--gold);
}
.fest-dates strong { color: var(--gold); font-weight: 700; }
.fest-hero-hours {
  font-family: 'Cinzel', serif; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.72);
  margin: 0.5rem 0 1.1rem;
}
.fest-hours-sep { margin: 0 0.6rem; color: var(--gold); }
.fest-addr {
  font-family: 'Cormorant Garamond', serif; font-size: 1.08rem;
  color: rgba(255,255,255,0.66); margin: 0 0 1.6rem;
}
.fest-cta-row { display: flex; flex-direction: column; align-items: flex-start; gap: 0.95rem; }
.fest-cta {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--navy); background: var(--gold);
  border: 1px solid var(--gold); padding: 0.9rem 2rem;
  text-decoration: none; border-radius: 2px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.fest-cta:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.fest-free {
  font-family: 'Cinzel', serif; font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light);
}
.fest-free::before { content: "\2713\00a0"; color: var(--gold); }
.fest-hero-flyer { display: flex; justify-content: center; }
.fest-hero-flyer img {
  width: auto; max-width: 100%; height: auto; display: block;
  max-height: clamp(380px, 52vh, 560px);
  border-radius: 4px; border: 1px solid rgba(201,168,76,0.5);
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
  transform: rotate(-1.6deg); transition: transform 0.4s ease;
}
.fest-hero-flyer img:hover { transform: rotate(0deg) scale(1.02); }

/* Featured band: warm the shared navy altar + add lift; picnic untouched. */
.fest-altar { background: linear-gradient(160deg, var(--navy) 0%, #190f1a 100%); }
.fest-altar .picnic-amen { transition: background 0.3s ease, transform 0.3s ease; }
.fest-altar .picnic-amen:hover { background: rgba(201,168,76,0.08); transform: translateY(-3px); }
/* Last DOM cell never has a neighbor to its right — drop its divider so the
   orphan card on a wrapped row doesn't dangle a gold line into empty navy. */
.fest-altar .picnic-amen:last-child { box-shadow: none; }
.fest-altar .fest-lead { margin: 0 auto 2.25rem; }

/* Support band: light, so it reads as a distinct closing ask after the dark altar. */
.fest-support { background: var(--cream); padding: 3.5rem 2rem; }
.fest-support-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 3.5rem; flex-wrap: wrap; text-align: left;
}
.fest-support-text { max-width: 480px; }
.fest-support .section-label,
.fest-support .section-title { text-align: left; }
.fest-support .section-line { margin: 0 0 1.25rem; }
.fest-support-body {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  line-height: 1.6; color: var(--text-body);
}
.fest-support-qr {
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
  flex-shrink: 0;
}
.fest-support-qr img {
  display: block; width: 260px; height: 260px; background: var(--white);
  border: 1px solid var(--stone); box-shadow: 0 6px 20px rgba(15,26,46,0.1);
}
.fest-support-qr-caption {
  font-family: 'Cinzel', serif; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
}
.donate-btn {
  display: inline-flex; align-items: center; gap: 0.5em; margin-top: 0.25rem;
  font-family: 'Cinzel', serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--white); background: var(--burgundy);
  border: 1px solid var(--burgundy); padding: 0.85rem 2rem;
  text-decoration: none; border-radius: 2px;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.donate-btn:hover,
.donate-btn:focus-visible {
  filter: brightness(0.92); transform: translateY(-1px); outline: none;
}

@media (max-width: 640px) {
  .fest-support-inner { flex-direction: column; text-align: center; }
  .fest-support-text { max-width: 100%; }
  .fest-support .section-label,
  .fest-support .section-title { text-align: center; }
  .fest-support .section-line { margin: 0 auto 1.25rem; }
}

