/* Restore the new design's centered section header (theme main.css ships 100%). */
.section-header {
  max-width: 700px;
}

.product-grid > .product-card:nth-child(2n) {
  margin-top: 0;
}

.main-header .header-container {
  min-height: 68px;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.site-logo-img,
.footer-logo-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.main-header .nav-list {
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.main-header .nav-link {
  white-space: nowrap;
}

.hero-container {
  margin-top: 7.25rem;
}

.subpage-hero-container {
  margin-top: 7.25rem;
}

.subpage-hero {
  min-height: 540px;
  height: auto;
  padding: 9.5rem 0 5rem;
  overflow: hidden;
}

.subpage-hero .hero-bg-img {
  height: 100%;
}

.subpage-hero-title {
  overflow: visible;
}

.subpage-hero-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  gap: 2rem;
  row-gap: 1.25rem;
}

.hero-actions .cta-button {
  min-width: 190px;
}

.reviews-section {
  padding: var(--spacing-xl) 0;
  background: var(--color-sage);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--color-white);
  border: 1px solid #1c3f3014;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 15px 45px #1c3f300f;
}

.review-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.review-stars {
  color: #dcae1d;
  font-size: 1.1rem;
  letter-spacing: .08em;
  line-height: 1;
  padding: 0 1.25rem 1.25rem;
  text-align: center;
}

.inline-link {
  color: var(--color-forest);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.mini-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: .35rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: var(--color-forest);
  color: var(--color-cream-bg);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.masonry-button {
  border: 1px solid rgba(250, 246, 240, .72);
  border-radius: 999px;
  padding: .65rem 1rem;
  background: rgba(250, 246, 240, .12);
  text-decoration: none;
}

.masonry-card:hover .masonry-button {
  background: var(--color-cream-bg);
  color: var(--color-forest);
  border-color: var(--color-cream-bg);
}

.attraction-booking-form {
  margin-top: 4rem;
}

.produce-list-section {
  padding: 0 0 var(--spacing-xl);
  background: var(--color-cream-bg);
}

.produce-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.produce-list-card {
  background: var(--color-white);
  border: 1px solid #1c3f3014;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 36px #1c3f300a;
}

.produce-list-card h3 {
  font-family: var(--font-serif);
  color: var(--color-forest);
  font-size: 1.65rem;
  margin-bottom: .75rem;
}

.produce-list-card p {
  color: var(--color-charcoal-muted);
  line-height: 1.65;
}

.produce-card-actions {
  margin-top: auto;
  padding-top: 1.5rem;
}

.produce-follow-toggle {
  background: var(--color-forest);
  color: var(--color-cream-bg);
  border: 1px solid var(--color-forest);
  border-radius: 999px;
  padding: .7rem 1.25rem;
  font-size: .9rem;
  font-weight: 700;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.produce-follow-toggle:hover,
.produce-follow-toggle[aria-expanded="true"] {
  background: var(--color-terracotta);
  border-color: var(--color-terracotta);
  transform: translateY(-1px);
}

.produce-social-panel {
  display: none;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.produce-social-panel.is-open {
  display: flex;
}

.produce-social-button {
  border: 1px solid #1c3f3026;
  border-radius: 999px;
  color: var(--color-forest);
  background: var(--color-sage);
  padding: .6rem 1rem;
  font-size: .85rem;
  font-weight: 700;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.produce-social-button:hover {
  background: var(--color-forest);
  border-color: var(--color-forest);
  color: var(--color-cream-bg);
}

.package-info-header {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.activity-detail-section {
  padding: 5.5rem 0 4.5rem;
}

.activity-row {
  gap: clamp(2rem, 5vw, 4rem);
  margin-bottom: 4.5rem;
}

.activity-row:last-child {
  margin-bottom: 0;
}

.activity-body {
  margin-bottom: 1.5rem;
}

.activity-features-list {
  margin-bottom: 1.5rem;
}

.calendar-section {
  padding: 5rem 0;
}

.video-feature-section {
  padding: 5rem 0;
}

.attraction-booking-form {
  margin-top: 2rem;
}

.package-info-header {
  margin-top: 3.5rem;
}

.reviews-section .section-actions {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-top: .5rem;
}

.masonry-card-link,
.product-card-link,
.about-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.masonry-card-link {
  height: 100%;
}

.video-feature-section {
  padding: var(--spacing-xl) 0;
  background: var(--color-cream-bg);
}

.video-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.video-embed-card {
  background: var(--color-white);
  border: 1px solid #1c3f3014;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 15px 45px #1c3f300f;
}

.video-embed-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 0;
  border-radius: 8px;
  display: block;
}

.bulk-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 4rem;
}

.bulk-item {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  background: var(--color-white);
  border: 1px solid #1c3f3014;
  border-radius: 12px;
  padding: 1.25rem;
}

.bulk-item span {
  font-family: var(--font-serif);
  color: var(--color-forest);
  font-size: 1.35rem;
  line-height: 1.1;
}

.bulk-item small {
  color: var(--color-charcoal-muted);
  font-size: .85rem;
}

.bulk-item input {
  margin-top: .35rem;
  border: 1px solid #1c3f3026;
  border-radius: 8px;
  background: var(--color-cream-bg);
  padding: .8rem 1rem;
  font: inherit;
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-container,
  .header-container,
  .footer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-header {
    margin-bottom: 2.75rem;
  }

  .product-grid,
  .attractions-layout,
  .about-grid,
  .about-intro-grid,
  .manifesto-grid,
  .activity-row,
  .activity-row.reverse,
  .contact-grid-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .activity-row.reverse .activity-img-frame {
    grid-column: auto;
  }

  .activity-row.reverse .activity-desc {
    grid-area: auto;
  }

  .activity-detail-section,
  .calendar-section,
  .video-feature-section,
  .season-section,
  .reviews-section,
  .about-section,
  .contact-section,
  .preorder-section,
  .manifesto-section,
  .legacy-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .activity-row {
    margin-bottom: 3rem;
  }

  .activity-img-frame,
  .manifesto-img-frame,
  .about-img-parallax,
  .video-embed-card,
  .review-card,
  .preorder-reservation-form,
  .contact-form-column {
    border-radius: 10px;
  }

  .activity-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .review-grid,
  .bulk-order-grid,
  .produce-list-grid,
  .video-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .main-header .header-container {
    min-height: 62px;
    padding-top: .55rem;
    padding-bottom: .55rem;
  }

  .site-logo-img {
    width: 58px;
    height: 58px;
  }

  .hero-container,
  .subpage-hero-container {
    margin-top: 5.75rem;
  }

  .subpage-hero {
    min-height: 460px;
    padding: 8rem 0 4rem;
  }

  .hero-section {
    min-height: 680px;
    height: auto;
    padding: 8rem 0 4rem;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .hero-title .word:nth-child(2),
  .hero-title .word:nth-child(3) {
    margin-left: 0;
  }

  .hero-description,
  .section-desc,
  .subpage-hero-desc {
    font-size: 1rem;
  }

  .hero-actions .cta-button {
    min-width: min(100%, 220px);
  }

  .hero-actions {
    gap: 1rem;
  }

  .cta-button {
    white-space: normal;
  }

  .masonry-card,
  .masonry-card.wide {
    height: 420px;
  }

  .masonry-content {
    padding: 2rem;
    transform: none;
  }

  .masonry-desc {
    opacity: 1;
    max-height: none;
  }

  .preorder-reservation-form,
  .contact-form-column {
    padding: 2rem;
  }

  .form-row-two {
    grid-template-columns: 1fr;
  }

  .footer-top .footer-container,
  .footer-bottom .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 540px) {
  .section-container,
  .header-container,
  .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .announcement-bar {
    padding: .55rem 1rem;
  }

  .announcement-content {
    gap: .6rem;
    text-align: center;
  }

  .subpage-hero {
    min-height: 420px;
    padding: 7rem 0 3rem;
  }

  .subpage-hero-title,
  .section-title {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }

  .hero-section {
    min-height: 640px;
    padding-bottom: 3rem;
  }

  .hero-description {
    margin-bottom: 2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .cta-button,
  .cta-button {
    width: 100%;
  }

  .product-info,
  .crop-body,
  .pioneer-info,
  .produce-list-card {
    padding: 1.5rem;
  }

  .preorder-reservation-form,
  .contact-form-column {
    padding: 1.5rem;
  }

  .activity-detail-section,
  .calendar-section,
  .video-feature-section,
  .season-section,
  .reviews-section,
  .about-section,
  .contact-section,
  .preorder-section,
  .manifesto-section,
  .legacy-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .activity-row {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .activity-pricing {
    display: flex;
    width: 100%;
  }

  .price-divider {
    display: none;
  }

  .masonry-card,
  .masonry-card.wide {
    height: 360px;
  }

  .masonry-title {
    font-size: 1.8rem;
  }

  .review-grid {
    gap: 1rem;
  }

  .hours-list li,
  .detail-group {
    gap: .75rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-value {
    max-width: 100%;
    text-align: left;
  }
}
.subpage-hero {
    padding: 6.5rem 0 5rem;
}
.subpage-hero {
    min-height: 516px;
}