/* ============================================================
   CHEF PAM'S CATERING — Site Styles
   Brand palette: Cream #F5E9CC, Navy #142A47, Red #C8332C
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  --cream: #F5E9CC;
  --cream-light: #FAF1DA;
  --navy: #142A47;
  --navy-light: #2A4366;
  --red: #C8332C;
  --red-dark: #A02822;
  --text: #1F1F1F;
  --muted: #6B6B6B;
  --border: rgba(20, 42, 71, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --display: 'Playfair Display', Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; color: var(--navy); line-height: 1.2; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin-bottom: 0.6rem; }
p { margin-bottom: 1rem; }
em { font-style: italic; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: saturate(180%) blur(8px);
  background: rgba(245, 233, 204, 0.92);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.site-header .logo { display: flex; align-items: center; gap: 14px; }
.site-header .logo img { width: 56px; height: 56px; }
.site-header .logo .wordmark {
  font-family: var(--serif);
  font-weight: 700;
  font-style: italic;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.1;
}
.site-header .logo .wordmark .small { display: block; font-size: 0.7rem; letter-spacing: 2px; font-style: normal; color: var(--red); margin-top: 2px; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--navy); font-weight: 500; font-size: 0.95rem; }
.nav a:hover { color: var(--red); }
.nav .nav-cta {
  background: var(--red);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.nav .nav-cta:hover { background: var(--red-dark); color: white; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--navy); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
}
.btn-primary { background: var(--red); color: white; border-color: var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: white; }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy); color: white; }
.btn-on-dark { background: white; color: var(--navy); border-color: white; }
.btn-on-dark:hover { background: var(--cream); border-color: var(--cream); color: var(--navy); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  padding: 80px 24px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5C2018 0%, #8B2A21 50%, #142A47 100%);
  z-index: 0;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 233, 204, 0.08), transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(20, 42, 71, 0.5), transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.hero h1 {
  color: white;
  font-family: var(--display);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.hero .sub {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.93);
  font-weight: 400;
}
.hero .ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-photo-tag {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  font-style: italic;
}

/* Page hero (smaller, used on inner pages) */
.page-hero {
  min-height: 42vh;
  padding: 100px 24px 60px;
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.5rem; }
.page-hero .sub { font-size: 1.05rem; }

/* ============================================================
   SECTIONS
   ============================================================ */
section { padding: 80px 0; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: white; }
.section-navy h2, .section-navy h3 { color: white; }
.section-navy p { color: rgba(255, 255, 255, 0.88); }
.section-light { background: var(--cream-light); }

.section-intro { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-intro .eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-intro h2 { font-style: italic; }
.section-intro p { color: var(--muted); font-size: 1.05rem; }

/* ============================================================
   THREE-UP CARDS
   ============================================================ */
.three-up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.svc-card {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(20, 42, 71, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20, 42, 71, 0.13); }
.svc-card-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px;
}
.svc-card-img.alt-1 { background: linear-gradient(135deg, #8B2A21, #5C2018); }
.svc-card-img.alt-2 { background: linear-gradient(135deg, var(--navy), #2A4366); }
.svc-card-img.alt-3 { background: linear-gradient(135deg, #6B5840, #3D2E1F); }
.svc-card-body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.svc-card .price-tag {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 8px;
}
.svc-card h3 { font-style: italic; margin-bottom: 10px; }
.svc-card p { color: var(--muted); flex: 1; font-size: 0.97rem; }
.svc-card .card-link {
  margin-top: 18px;
  font-weight: 600;
  color: var(--red);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.svc-card .card-link::after { content: " →"; }

/* ============================================================
   IMAGE + TEXT SECTIONS
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-img {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-align: center;
  padding: 30px;
}
.split-img.tall { aspect-ratio: 3/4; }
.split-text h2 { font-style: italic; }
.split-text .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 14px;
}

/* ============================================================
   QUOTE / TESTIMONIAL
   ============================================================ */
.quote-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.quote {
  background: white;
  padding: 36px 34px;
  border-radius: 6px;
  border-left: 4px solid var(--red);
  box-shadow: 0 2px 14px rgba(20, 42, 71, 0.06);
}
.quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 14px;
}
.quote .attr { font-size: 0.85rem; color: var(--muted); font-style: normal; }

/* Pull quote (story page) */
.pull-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}
.pull-quote::before, .pull-quote::after { color: var(--red); font-weight: 700; }
.pull-quote::before { content: "\201C"; }
.pull-quote::after { content: "\201D"; }
.pull-quote .attr {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.9rem;
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 18px;
  font-weight: 700;
}

/* ============================================================
   MARKET SCHEDULE BLOCK
   ============================================================ */
.market-block {
  background: white;
  border-radius: 8px;
  padding: 36px 34px;
  box-shadow: 0 4px 20px rgba(20, 42, 71, 0.08);
}
.market-day {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.market-day:last-child { border-bottom: 0; }
.market-day .when {
  flex: 0 0 130px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--red);
}
.market-day .when small {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 2px;
}
.market-day .where {
  flex: 1;
}
.market-day .where strong {
  display: block;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.market-day .where .addr {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 8px;
}
.market-day .where a {
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 16px;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { text-align: center; padding: 90px 24px; }
.final-cta h2 { color: white; font-style: italic; margin-bottom: 12px; }
.final-cta p { color: rgba(255, 255, 255, 0.88); max-width: 580px; margin: 0 auto 28px; }

/* ============================================================
   CATERING TIER CARDS
   ============================================================ */
.tier {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 14px rgba(20, 42, 71, 0.08);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
.tier-img {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  text-align: center;
  padding: 30px;
}
.tier-img.t1 { background: linear-gradient(135deg, #8B2A21, #5C2018); }
.tier-img.t2 { background: linear-gradient(135deg, #6B5840, #3D2E1F); }
.tier-img.t3 { background: linear-gradient(135deg, var(--navy), #2A4366); }
.tier-body { padding: 36px 38px; }
.tier-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}
.tier-body h3 { font-style: italic; font-size: 1.7rem; margin: 6px 0 8px; }
.tier-meta {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.tier-body ul { list-style: none; margin-bottom: 22px; }
.tier-body li {
  padding: 5px 0 5px 24px;
  position: relative;
  font-size: 0.97rem;
  color: var(--text);
}
.tier-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

/* What's Included table */
.included-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(20, 42, 71, 0.08);
}
.included-table th, .included-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.included-table th {
  background: var(--navy);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
.included-table td:not(:first-child) { text-align: center; }
.included-table tr:last-child td { border-bottom: 0; }
.included-table tr:nth-child(even) td { background: var(--cream-light); }

/* Process steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 30px;
}
.step {
  text-align: center;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--red);
  color: white;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
}
.step h4 { font-family: var(--serif); font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.step p { font-size: 0.92rem; color: var(--muted); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-tab {
  padding: 10px 22px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: all 0.15s ease;
}
.gallery-tab.active, .gallery-tab:hover { background: var(--navy); color: white; border-color: var(--navy); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery-item {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  text-align: center;
  padding: 18px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.gallery-item:hover { opacity: 0.85; }
.gallery-item.tall { aspect-ratio: 3/4; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.alt-1 { background: linear-gradient(135deg, #8B2A21, #5C2018); }
.gallery-item.alt-2 { background: linear-gradient(135deg, #6B5840, #3D2E1F); }
.gallery-item.alt-3 { background: linear-gradient(135deg, #2A4366, #142A47); }

/* ============================================================
   INQUIRY FORM
   ============================================================ */
.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.form-side {
  background: linear-gradient(135deg, #8B2A21, #5C2018);
  color: white;
  padding: 48px 40px;
  border-radius: 8px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-side .inner { max-width: 320px; }
.form-side h3 { color: white; font-style: italic; margin-bottom: 12px; }
.form-side p { color: rgba(255, 255, 255, 0.88); font-size: 0.95rem; }

.form-card {
  background: white;
  padding: 36px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(20, 42, 71, 0.08);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-row.single { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.form-field label .req { color: var(--red); }
.form-field input, .form-field select, .form-field textarea {
  padding: 11px 14px;
  font-size: 0.97rem;
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream-light);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 0;
  border-color: var(--red);
  background: white;
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-checkbox { display: flex; align-items: center; gap: 8px; margin: 6px 0 18px; font-size: 0.9rem; color: var(--muted); }
.form-checkbox input { margin: 0; }
.form-submit { margin-top: 8px; }
.form-submit .btn { width: 100%; padding: 16px; font-size: 1rem; }
.form-promise {
  margin-top: 24px;
  padding: 16px 18px;
  background: var(--cream-light);
  border-left: 3px solid var(--red);
  border-radius: 0 4px 4px 0;
  font-size: 0.9rem;
  color: var(--muted);
}
.form-promise strong { color: var(--navy); }

/* ============================================================
   STORY PAGE
   ============================================================ */
.story-body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.8;
}
.story-body p { margin-bottom: 1.4rem; }
.story-signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--red);
  margin-top: 2rem;
  font-weight: 700;
}
.press-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 30px 0;
  opacity: 0.7;
}
.press-strip .press-logo {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--muted);
  padding: 8px 16px;
  border: 1px dashed var(--border);
  border-radius: 4px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 24px 30px;
  font-size: 0.9rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-grid h4 {
  color: white;
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-grid a { color: rgba(255, 255, 255, 0.75); display: block; padding: 4px 0; }
.footer-grid a:hover { color: white; }
.footer-brand .wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  color: white;
  margin-bottom: 8px;
}
.footer-brand p { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.newsletter-form { display: flex; gap: 8px; margin-top: 12px; }
.newsletter-form input {
  flex: 1;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 4px;
  font-size: 0.9rem;
}
.newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.5); }
.newsletter-form button {
  padding: 10px 16px;
  background: var(--red);
  color: white;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
}
.newsletter-form button:hover { background: var(--red-dark); }

/* ============================================================
   PHOTO PLACEHOLDER NOTE
   ============================================================ */
.photo-note {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}
.photo-label {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.92rem;
  margin-top: 6px;
}

/* ============================================================
   REAL PHOTO SUPPORT (overrides placeholder gradients)
   ============================================================ */
.svc-card-img.has-photo,
.split-img.has-photo,
.tier-img.has-photo,
.gallery-item.has-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.svc-card-img.has-photo span,
.split-img.has-photo > div,
.tier-img.has-photo > div,
.gallery-item.has-photo > div {
  display: none;
}

/* Hero with photo */
.hero.has-photo .hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero.has-photo .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 42, 71, 0.55) 0%, rgba(92, 32, 24, 0.4) 50%, rgba(20, 42, 71, 0.7) 100%);
  z-index: 1;
}
.hero.has-photo .hero-content,
.hero.has-photo .hero-photo-tag {
  position: relative;
  z-index: 2;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .three-up { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split.reverse { direction: ltr; }
  .quote-row { grid-template-columns: 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
  .form-side { min-height: 240px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .tier { grid-template-columns: 1fr; }
  .tier-img { min-height: 200px; }
  section { padding: 60px 0; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; gap: 0; padding: 0; border-bottom: 1px solid var(--border); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 24px; width: 100%; border-bottom: 1px solid var(--border); }
  .nav a:last-child { border-bottom: 0; }
  .nav .nav-cta { margin: 14px 24px; width: calc(100% - 48px); }
  .nav-toggle { display: block; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.wide { grid-column: span 1; }
  .market-day { flex-direction: column; gap: 8px; }
  .market-day .when { flex: none; }
  .site-header .logo .wordmark { font-size: 1rem; }
  .site-header .logo img { width: 44px; height: 44px; }
}
