.sunday-market-page {
  background: #fbf7ef;
}

.sunday-market-page .header-inner {
  gap: 1.5rem;
}

.sunday-market-page .brand {
  flex-shrink: 0;
}

.sunday-market-page .section p {
  text-align: left;
}

.sunday-market-page .section .sunday-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  color: #755d3f;
}

.sunday-market-page .sunday-section-heading.centered .sunday-eyebrow {
  text-align: center;
}

@media (min-width: 769px) {
  .sunday-market-page .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 0.5rem;
  }
}

.sunday-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(232, 215, 185, 0.9), transparent 38%),
    linear-gradient(135deg, #fdf9f3 0%, #f3eadb 100%);
  border-bottom: 1px solid var(--border-color);
}

.sunday-hero::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(139, 115, 85, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(139, 115, 85, 0.05), 0 0 0 6rem rgba(139, 115, 85, 0.03);
  pointer-events: none;
}

.sunday-hero-grid,
.sunday-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.sunday-hero-copy,
.sunday-hero-image {
  position: relative;
  z-index: 1;
}

.sunday-hero-copy .receipt-launcher {
  margin: 1rem 0 0;
}

.sunday-eyebrow {
  margin: 0 0 0.6rem;
  color: #755d3f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sunday-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--primary-color);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.sunday-status {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 1.4rem 0 0;
  padding: 0.45rem 0.85rem;
  color: #315221;
  background: #e7f0dd;
  border: 1px solid #9db785;
  border-radius: 999px;
  font-weight: 700;
}

.sunday-status::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.55rem;
  background: #5b7f3a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(91, 127, 58, 0.15);
}

.sunday-lead {
  max-width: 620px;
  margin: 1rem 0 1.5rem;
  color: var(--text-light);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.sunday-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 650px;
  margin: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.sunday-hero-facts > div {
  padding: 1rem 1.25rem 1rem 0;
}

.sunday-hero-facts > div + div {
  padding-left: 1.25rem;
  border-left: 1px solid var(--border-color);
}

.sunday-hero-facts span,
.sunday-details dt {
  display: block;
  margin-bottom: 0.2rem;
  color: #806b51;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sunday-hero-facts strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.sunday-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.sunday-actions .btn,
.sunday-visit-copy .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sunday-hero-image {
  margin: 0;
  padding: 0.7rem;
  background: #fff;
  border: 1px solid rgba(139, 115, 85, 0.35);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(44, 36, 22, 0.19);
}

.sunday-hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 17px;
}

.sunday-hero-image figcaption {
  padding: 0.7rem 0.5rem 0.15rem;
  color: var(--text-light);
  font-size: 0.84rem;
  text-align: center;
}

.sunday-products-section {
  background: #fff;
}

.sunday-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.75rem;
}

.sunday-section-heading h2,
.sunday-visit-copy h2 {
  margin: 0;
  color: var(--primary-color);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 1.05;
  text-align: left;
}

.sunday-section-heading > p {
  max-width: 540px;
  margin: 0;
  color: var(--text-light);
}

.sunday-section-heading.centered {
  display: block;
  text-align: center;
}

.sunday-section-heading.centered h2 {
  text-align: center;
}

.sunday-products-grid {
  margin-top: 0;
}

.sunday-products-grid .products-grid-in-group {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sunday-products-grid .product-card {
  padding: 1.15rem;
  box-shadow: 0 8px 24px rgba(44, 36, 22, 0.08);
}

.products-grid.sunday-products-grid:not(.list-view) .product-image-wrapper {
  order: -1;
  flex: none;
  margin: 0 0 1rem;
  border-radius: 8px;
  background: var(--bg-alt);
}

.sunday-products-grid .product-card > div:first-child {
  min-width: 0;
}

.sunday-products-grid .product-card h3 {
  font-size: 1.2rem;
}

.sunday-products-grid .product-card .price {
  font-size: 1.25rem;
}

.sunday-products-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  background: var(--bg-alt);
  border-radius: 12px;
  text-align: center;
}

.sunday-all-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(34, 77, 45, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, #f3f7ed 0%, #fffaf0 100%);
  box-shadow: 0 8px 24px rgba(34, 77, 45, 0.08);
}

.sunday-all-products-copy {
  display: grid;
  gap: 0.25rem;
  max-width: 42rem;
  color: var(--text-light);
}

.sunday-all-products-copy strong {
  color: var(--primary);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.sunday-all-products-link {
  flex: 0 0 auto;
  min-height: 48px;
  white-space: nowrap;
}

.sunday-all-products + .sunday-products-grid {
  margin-top: 1.25rem;
}

.text-link,
.sunday-contact a {
  color: #6e573c;
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.sunday-about-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 15%, rgba(208, 183, 127, 0.18), transparent 34%),
    linear-gradient(135deg, #244d2d 0%, #183a22 100%);
}

.sunday-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.sunday-market-page .section .sunday-about-intro .sunday-eyebrow {
  color: #e5ca91;
}

.sunday-about-intro h2 {
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 1.05;
  text-align: left;
}

.sunday-about-intro > p:last-child {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.7;
}

.sunday-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sunday-about-points article {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
}

.sunday-about-points span {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.55rem;
  color: #17361f;
  background: #e5ca91;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sunday-about-points h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}

.sunday-about-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.sunday-expect-section {
  background: #f4eadb;
}

.sunday-expect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sunday-expect-grid article {
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(139, 115, 85, 0.35);
  border-radius: 16px;
}

.sunday-step {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 50%;
  font-weight: 700;
}

.sunday-expect-grid h3 {
  margin: 0 0 0.45rem;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.sunday-expect-grid p {
  margin: 0;
  color: var(--text-light);
}

.sunday-visit-section {
  background: #fff;
}

.sunday-visit-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.sunday-map-card {
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(44, 36, 22, 0.13);
}

.sunday-map-card iframe {
  width: 100%;
  height: 470px;
  display: block;
}

.sunday-details {
  margin: 1.5rem 0;
}

.sunday-details > div {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border-color);
}

.sunday-details dd {
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
}

.sunday-contact {
  margin-top: 1.25rem;
  color: var(--text-light);
}

.sunday-mobile-bar {
  display: none;
}

@media (max-width: 980px) {
  .sunday-section-heading {
    display: block;
  }

  .sunday-section-heading > p {
    margin-top: 0.8rem;
  }

  .sunday-hero-grid,
  .sunday-visit-grid,
  .sunday-about-grid {
    grid-template-columns: 1fr;
  }

  .sunday-hero-image {
    max-width: 720px;
    transform: none;
  }

  .sunday-products-grid .products-grid-in-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sunday-market-page {
    --sunday-mobile-bar-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: calc(var(--sunday-mobile-bar-height) + 0.5rem);
  }

  .sunday-market-page .nav-toggle {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .sunday-market-page .brand-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .sunday-hero {
    padding: 2.2rem 0 2.5rem;
  }

  .sunday-hero-grid {
    gap: 1.7rem;
  }

  .sunday-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .sunday-hero-facts {
    grid-template-columns: 1fr;
  }

  .sunday-hero-facts > div {
    padding: 0.85rem 0;
  }

  .sunday-hero-facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--border-color);
    border-left: 0;
  }

  .sunday-actions .btn {
    width: 100%;
  }

  .sunday-hero-image {
    padding: 0.45rem;
    border-radius: 16px;
  }

  .sunday-hero-image img {
    border-radius: 11px;
  }

  .sunday-products-grid .products-grid-in-group,
  .sunday-expect-grid,
  .sunday-about-points {
    grid-template-columns: 1fr;
  }

  .products-grid.sunday-products-grid:not(.list-view) .product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    column-gap: 0.8rem;
  }

  .sunday-products-grid .product-card > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .products-grid.sunday-products-grid:not(.list-view) .product-image-wrapper {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 1;
    align-self: start;
    margin: 0;
  }

  .sunday-products-grid .product-card .product-actions {
    grid-column: 1 / -1;
  }

  .sunday-all-products {
    align-items: stretch;
    flex-direction: column;
    padding: 1.2rem;
    text-align: center;
  }

  .sunday-all-products-link {
    width: 100%;
    padding-inline: 0.8rem;
    white-space: normal;
  }

  .sunday-map-card iframe {
    height: 360px;
  }

  .sunday-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    min-height: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    padding: 0.55rem max(0.75rem, env(safe-area-inset-right)) calc(0.55rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    background: rgba(44, 36, 22, 0.96);
    box-shadow: 0 -8px 24px rgba(44, 36, 22, 0.18);
  }

  .sunday-mobile-bar a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
  }

  .sunday-mobile-bar a:last-child {
    color: var(--primary-color);
    background: var(--accent-color);
    border-color: var(--accent-color);
  }

  .sunday-market-page .cart-button {
    bottom: calc(var(--sunday-mobile-bar-height) + 0.75rem);
  }

  .sunday-market-page .reservation-cart {
    bottom: calc(var(--sunday-mobile-bar-height) + 0.5rem);
    max-height: calc(100vh - var(--sunday-mobile-bar-height) - 1rem);
    max-height: min(85vh, calc(100dvh - var(--sunday-mobile-bar-height) - 1rem));
  }

  .sunday-market-page .reservation-cart .cart-actions .btn {
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .products-grid.sunday-products-grid:not(.list-view) .product-card {
    grid-template-columns: minmax(0, 1fr) 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sunday-market-page *,
  .sunday-market-page *::before,
  .sunday-market-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
