/* Esperienze — Agriturismo Bisenzio */

.exp-page-hero {
  background: linear-gradient(145deg, #2d5a3a 0%, #3d7349 45%, #5a8f5e 100%);
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.exp-page-hero h1 {
  margin: 0 0 0.75rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
}

.exp-page-hero p {
  margin: 0 auto;
  max-width: 720px;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1rem, 2.1vw, 1.15rem);
  line-height: 1.6;
  opacity: 0.96;
}

.exp-quick-nav {
  position: sticky;
  top: 99px;
  z-index: 20;
  background: rgba(251, 247, 242, 0.97);
  border-bottom: 1px solid #e3d6c4;
  box-shadow: 0 4px 12px rgba(45, 35, 25, 0.06);
}

.exp-quick-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0.65rem 0;
  justify-content: center;
}

.exp-quick-nav__list a {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.92rem;
  color: #3d5c3a;
  background: #fff;
  border: 1px solid #c9d9c0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.exp-quick-nav__list a:hover {
  background: #3d7349;
  color: #fff;
  border-color: #3d7349;
}

.exp-section {
  padding: clamp(2.2rem, 4.5vw, 3.2rem) 0;
  scroll-margin-top: 140px;
}

.exp-section:nth-child(even) {
  background: linear-gradient(180deg, #fbf7f2 0%, #ffffff 100%);
}

.exp-section__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
}

.exp-section__row--reverse .exp-section__content {
  order: 2;
}

.exp-section__row--reverse .exp-section__visual {
  order: 1;
}

.exp-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}

.exp-section__kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b5a45;
}

.exp-section__title {
  margin: 0 0 0.85rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 700;
  color: #4a3528;
  line-height: 1.25;
}

.exp-section__intro,
.exp-section__text,
.exp-section__formula {
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(0.98rem, 1.9vw, 1.05rem);
  line-height: 1.65;
  color: #4f4438;
}

.exp-section__tagline {
  margin: 0 0 0.65rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #3d7349;
  line-height: 1.45;
}

.exp-section__intro {
  margin-bottom: 0.65rem;
}

.exp-section__points-title {
  margin: 1.25rem 0 0.75rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #4a3528;
}

.exp-section__tagline,
.exp-section__paragraph,
.exp-copy__paragraph {
  font-family: 'Abhaya Libre', serif;
  line-height: 1.65;
  color: #4f4438;
}

.exp-section__paragraph,
.exp-copy__paragraph {
  margin-bottom: 0.85rem;
  font-size: clamp(0.96rem, 1.85vw, 1.03rem);
}

.exp-section__highlights,
.exp-copy__highlights {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem 0.85rem;
  background: #f8f4ed;
  border-radius: 12px;
  border-left: 4px solid #a67c3d;
}

.exp-section__highlights-title,
.exp-copy__highlights-title {
  margin: 0 0 0.65rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #6b0001;
}

.exp-section__highlights-list,
.exp-copy__highlights-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  list-style: none;
}

.exp-section__highlights-list li,
.exp-copy__highlights-list li {
  position: relative;
  margin-bottom: 0.45rem;
  padding-left: 0.15rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #3f3227;
}

.exp-section__highlights-list li::before,
.exp-copy__highlights-list li::before {
  content: '★';
  position: absolute;
  left: -1.1rem;
  color: #a67c3d;
  font-size: 0.75rem;
  top: 0.15rem;
}

.exp-section__closing,
.exp-copy__closing {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(90deg, #e8f0e4 0%, #f8f4ed 100%);
  border-radius: 10px;
  font-family: 'Abhaya Libre', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3d5c3a;
  line-height: 1.55;
}

.exp-promo-hero__tagline {
  max-width: 680px;
  margin: 0 auto 0.75rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.05rem, 2.3vw, 1.22rem);
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.98;
}

.exp-promo-selling {
  padding: 2rem 0 0.5rem;
  background: #fff;
}

.exp-promo-selling__copy .exp-promo-main__text {
  font-family: 'Abhaya Libre', serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #4f4438;
  margin-bottom: 1rem;
}

.exp-promo-points__title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #4a3528;
}

.exp-section__formula--hero {
  margin-top: 0;
}

.exp-section__text {
  margin-bottom: 0.75rem;
}

.exp-section__formula {
  padding: 0.85rem 1rem;
  background: #f3ebe0;
  border-left: 4px solid #a67c3d;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1rem;
}

.exp-section__points {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
}

.exp-section__points li {
  position: relative;
  padding-left: 1.15rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.95rem;
  color: #3f3227;
  line-height: 1.4;
}

.exp-section__points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3d7349;
  font-weight: 700;
}

.exp-section__cta {
  align-self: flex-start;
  background-color: #3d7349 !important;
  border-color: #3d7349 !important;
  color: #fff !important;
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  padding: 0.6rem 1.35rem;
  border-radius: 999px;
}

.exp-section__cta:hover {
  background-color: #2d5a3a !important;
  border-color: #2d5a3a !important;
  color: #fff !important;
}

.exp-section__visual-slot {
  min-height: 280px;
}

.exp-section__visual--photo {
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 12px 28px rgba(45, 35, 25, 0.12);
}

.exp-section__visual--photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

/* Segnaposto immagini */
.exp-placeholder {
  width: 100%;
  min-height: 280px;
  border-radius: 16px;
  border: 1px dashed #c9b8a0;
  background-color: #f8f4ed;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(61, 115, 73, 0.07) 0%, transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(166, 124, 61, 0.09) 0%, transparent 40%),
    linear-gradient(145deg, #faf6f0 0%, #f3ebe0 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.exp-placeholder__inner {
  text-align: center;
  max-width: 260px;
}

.exp-placeholder__icon {
  display: block;
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: 0.65rem;
  opacity: 0.9;
}

.exp-placeholder__label {
  display: block;
  font-family: 'Abhaya Libre', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4a3528;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.exp-placeholder__hint {
  display: block;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.92rem;
  color: #6b5a45;
  letter-spacing: 0.02em;
}

.exp-placeholder__note {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: #9a8b78;
  font-style: italic;
}

.exp-placeholder--area-verde {
  border-color: #a8c4ad;
}

.exp-placeholder--asporto {
  border-color: #d4c08a;
}

.exp-placeholder--pizza {
  border-color: #d4a89a;
}

.exp-placeholder--cucina {
  border-color: #d4b896;
}

.exp-placeholder--apericena {
  border-color: #c4b0d0;
}

.exp-placeholder--promo,
.exp-placeholder--promo-side {
  min-height: 300px;
}

.exp-promo-main__row {
  padding: 0.5rem 0 1rem;
}

.exp-promo-main__text {
  text-align: left;
}

/* Home cards */
.home-esperienze-section {
  padding: clamp(2rem, 4.5vw, 3rem) 0;
  background: linear-gradient(180deg, #f5f0e8 0%, #ffffff 55%);
}

.home-esperienze-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
}

.home-esperienze-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: #e8f0e4;
  color: #2d5a3a;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.home-esperienze-title {
  margin: 0.75rem 0 0.5rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: #4a3528;
  font-weight: 700;
}

.home-esperienze-subtitle {
  margin: 0 auto 1rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.6;
  color: #5a4f42;
}

.home-esperienze-all {
  border-radius: 999px;
  font-weight: 700;
  font-family: 'Abhaya Libre', serif;
}

.home-esperienze-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.home-esperienze-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
  padding: 0 0 1rem;
  background: #fff;
  border: 1px solid #e3d6c4;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(45, 35, 25, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.home-esperienze-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0.75rem;
  background: linear-gradient(180deg, #f8f4ed 0%, #f3ebe0 100%);
  border-bottom: 1px dashed #e3d6c4;
  font-size: 1.75rem;
}

.home-esperienze-card__body {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-esperienze-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(45, 35, 25, 0.1);
}

.home-esperienze-card__icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.home-esperienze-card__title {
  margin: 0 0 0.45rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #4a3528;
  line-height: 1.25;
}

.home-esperienze-card__teaser {
  flex: 1;
  margin: 0 0 0.85rem;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5a4f42;
}

.home-esperienze-card__link {
  font-family: 'Abhaya Libre', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3d7349;
  text-decoration: none;
}

.home-esperienze-card__link:hover {
  color: #2d5a3a;
  text-decoration: underline;
}

/* Menu dropdown esperienze */
.nav-exp-dropdown .dropdown-menu {
  border-radius: 10px;
  border-color: #e3d6c4;
  box-shadow: 0 10px 24px rgba(45, 35, 25, 0.12);
  padding: 0.35rem 0;
  min-width: 260px;
}

.nav-exp-dropdown .dropdown-item {
  font-family: 'Abhaya Libre', serif;
  font-size: 1rem;
  color: #4a3528;
  padding: 0.45rem 1rem;
}

.nav-exp-dropdown .dropdown-item:hover {
  background: #e8f0e4;
  color: #2d5a3a;
}

@media (max-width: 1199px) {
  .exp-quick-nav {
    top: 0;
  }

  .exp-section {
    scroll-margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .home-esperienze-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exp-section__row,
  .exp-section__row--reverse {
    grid-template-columns: 1fr;
  }

  .exp-section__row--reverse .exp-section__content,
  .exp-section__row--reverse .exp-section__visual {
    order: unset;
  }

  .exp-section__content {
    min-height: auto;
  }

  .exp-placeholder,
  .exp-section__visual-slot {
    min-height: 220px;
  }

  .exp-section__points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .home-esperienze-grid {
    grid-template-columns: 1fr;
  }

  .exp-quick-nav__list a {
    font-size: 0.82rem;
    padding: 0.3rem 0.55rem;
  }
}

/* Pagine promozionali dedicate */
.exp-promo-hero {
  color: #fff;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.exp-promo-hero h1 {
  margin: 0 0 0.85rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

.exp-promo-hero__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  opacity: 0.92;
}

.exp-promo-hero__lead {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.6;
}

.exp-promo-hero__cta {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  border-radius: 999px;
}

.exp-promo-hero__back a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  font-family: 'Abhaya Libre', serif;
}

.exp-promo-main {
  padding: 2rem 0 0.5rem;
}

.exp-promo-main__text {
  font-family: 'Abhaya Libre', serif;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #4f4438;
  text-align: center;
}

.exp-promo-points {
  padding: 1rem 0 2rem;
  background: linear-gradient(180deg, #fbf7f2 0%, #fff 100%);
}

.exp-promo-point-card {
  height: 100%;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e3d6c4;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(45, 35, 25, 0.05);
}

.exp-promo-point-card p {
  margin: 0;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.98rem;
  color: #3f3227;
  line-height: 1.45;
}

.exp-promo-main__visual .exp-placeholder {
  min-height: 320px;
}

.exp-promo-footer-cta {
  padding: 2.5rem 0 3rem;
  background: rgba(188, 188, 188, 0.12);
}

.exp-promo-footer-cta__title {
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #4a3528;
  margin-bottom: 1rem;
}

.exp-section__page-link {
  margin: 0.75rem 0 0;
  font-family: 'Abhaya Libre', serif;
  font-size: 0.95rem;
}

.exp-section__page-link a {
  color: #3d7349;
  font-weight: 700;
  text-decoration: none;
}

.exp-section__page-link a:hover {
  text-decoration: underline;
}
