:root {
  --lajarre-radius: 18px;
  --lajarre-radius-small: 12px;
  --lajarre-shadow: 0 10px 34px rgba(39,48,41,.09);
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

.wp-site-blocks { overflow: clip; }
.lajarre-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(41,69,33,.08);
  backdrop-filter: blur(12px);
}
.admin-bar .lajarre-site-header { top: 32px; }

.lajarre-logo-lockup .wp-block-site-title a { text-decoration: none; }
.lajarre-logo-lockup .wp-block-site-tagline { margin-top: -8px; }

.lajarre-hero {
  min-height: 610px;
  display: flex;
  align-items: center;
}
.lajarre-hero .wp-block-cover__image-background { object-position: 66% 50%; }
.lajarre-hero-copy { max-width: 610px; }
.lajarre-kicker { letter-spacing: .02em; }

.lajarre-card {
  height: 100%;
  border: 1px solid rgba(41,69,33,.10);
  border-radius: var(--lajarre-radius);
  overflow: hidden;
  box-shadow: var(--lajarre-shadow);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lajarre-card:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(39,48,41,.12); }
.lajarre-card .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.lajarre-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dce7d4;
  margin: -30px auto 8px;
  position: relative;
  font-size: 1.55rem;
  box-shadow: 0 5px 18px rgba(39,48,41,.08);
}

.lajarre-section { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.lajarre-section-title { text-align: center; margin-bottom: 2rem; }
.lajarre-section-title:after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #8cab64;
  margin: 14px auto 0;
}

.lajarre-event-card {
  border-radius: var(--lajarre-radius);
  border: 1px solid rgba(41,69,33,.10);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--lajarre-shadow);
}
.lajarre-event-card .wp-block-post-featured-image img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }

.lajarre-feature {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--lajarre-shadow);
}
.lajarre-feature-media img { min-height: 420px; width: 100%; object-fit: cover; }

.lajarre-benefit { text-align: center; }
.lajarre-benefit-icon { font-size: 2.1rem; margin-bottom: .5rem; }

.lajarre-shop-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(41,69,33,.10);
  background: #fff;
  box-shadow: 0 8px 24px rgba(39,48,41,.07);
}
.lajarre-shop-card img { aspect-ratio: 4/2.7; object-fit: cover; width: 100%; }

.lajarre-footer { border-top: 1px solid rgba(41,69,33,.10); }
.lajarre-footer a { text-decoration: none; }

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #294521;
  border-color: #557535;
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover { background:#eef4e9; }

@media (max-width: 900px) {
  .lajarre-hero { min-height: 560px; }
  .lajarre-hero .wp-block-cover__background { opacity: .72 !important; background: #f8f5ec !important; }
  .lajarre-hero-copy { max-width: 100%; }
  .lajarre-feature-media img { min-height: 320px; }
}

@media (max-width: 782px) {
  .admin-bar .lajarre-site-header { top: 46px; }
  .lajarre-site-header { position: relative; top: 0; }
  .lajarre-hero { min-height: 520px; }
  .lajarre-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lajarre-card { transition: none; }
}

.is-style-list-none { list-style: none; padding-left: 0; }
.lajarre-site-header .wp-block-buttons { flex-shrink: 0; }
@media (max-width: 1100px) {
  .lajarre-site-header .wp-block-navigation { font-size: .88rem; }
  .lajarre-site-header .wp-block-buttons .wp-block-button__link { padding-left: .9rem; padding-right: .9rem; }
}
