/* ── INDEX PAGE ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body { font-family: 'Quattrocento', Georgia, serif; background: #fff; color: #423B25; overflow-x: hidden; }

/* ── HERO ── */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4% 7%;
  overflow: hidden;
  background: #4B4326;
}
.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
#hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 2; }
.hero-title {
  font-family: 'Quattrocento', serif;
  font-size: 88px;
  font-weight: 400;
  color: #FCFCFC;
  line-height: 1.05;
  margin-bottom: 16px;
}
.hero-subtitle {
  font-family: 'Quattrocento', serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FCFCFC;
  margin-bottom: 32px;
}
.hero-explore {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hero-explore i { font-size: 16px; }

/* ── THE CASALE SPLIT ── */
#the-casale {
  display: flex;
  min-height: 100vh;
}
.casale-photo-col {
  width: 56%;
  flex-shrink: 0;
  background-image: url('/assets/uploads/casalenew-2.jpg');
  background-size: cover;
  background-position: center;
}
.casale-panel-col {
  flex: 1;
  background: #E6E2D6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8% 7% 8% 6%;
}
.gh-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.gh-wrap h2 {
  font-family: 'Quattrocento', serif;
  font-size: 52px;
  font-weight: 400;
  color: #695E36;
  line-height: 1;
  flex-shrink: 0;
}
.gh-line { flex: 1; height: 1px; background: #695E36; }
.casale-panel-col p {
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  line-height: 1.7;
  color: #423B25;
  margin-bottom: 18px;
}
.casale-panel-col p strong { font-weight: 700; }
.btn-read-more {
  display: inline-block;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #695E36;
  border: 1px solid #695E36;
  padding: 15px 30px;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s;
  align-self: flex-end;
}
.btn-read-more:hover { background: #695E36; color: #fff; }

/* ── GALLERY ── */
.gallery {
  display: flex;
  align-items: flex-start;
  background-color: #E6E2D6;
}
.gallery .desktopContent {
  flex: 1;
  min-width: 0;
}
.desktopContentSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8vw;
}
.desktopContentSection .gh-wrap {
  margin-bottom: 28px;
}
.desktopContentSection .gh-wrap h2 {
  font-size: 52px;
}
.desktopContentSection p {
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  line-height: 1.7;
  color: #423B25;
  margin-bottom: 14px;
}
.desktopContentSection p strong { font-weight: 700; }
.gallery-photos-col {
  width: 50%;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.desktopPhoto {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
}
.mob-photo { display: none; }

/* ── WEDDINGS CIRCLE ── */
.stickey_circle_wrap {
  position: relative;
  background: #E6E2D6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 300vh;
}
.circle-sticky-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.circle {
  background-image: url('/assets/uploads/weddings-home.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.circle::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.62) 100%);
  pointer-events: none;
}
.circle-inner {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 8%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.circle-inner h2 {
  font-family: 'Quattrocento', serif;
  font-size: clamp(52px, 9vw, 110px);
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.05;
  text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.4);
}
.circle-inner p {
  font-family: 'Quattrocento', serif;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 680px;
  opacity: 0.92;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5), 0 1px 3px rgba(0,0,0,0.35);
}
.circle-inner a {
  display: inline-block;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
  padding: 12px 28px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.circle-inner a:hover { background: #fff; color: #4B4326; border-color: #fff; }

/* ── HOUSES ── */
.scroll-container-parent {
  position: relative;
  background-color: #E6E2D6;
}
.scroll-container-parent::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/assets/uploads/casa-sketch.jpg');
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 46%;
  opacity: 0.09;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.sticky-section {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 44px;
}
.houses-head {
  display: flex;
  justify-content: flex-end;
  padding: 54px 8vw 0;
}
.houses-header-inner {
  max-width: 500px;
}
.houses-eyebrow {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #A59350;
  margin-bottom: 16px;
}
.houses-title {
  font-family: 'Quattrocento', serif;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 400;
  color: #574E2D;
  line-height: 1.0;
  margin-bottom: 20px;
}
.houses-rule {
  width: 42px;
  height: 1px;
  background: #A59350;
  margin-bottom: 20px;
  opacity: 0.8;
}
.houses-desc-col p {
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  line-height: 1.85;
  color: #5C5238;
}
.houses-desc-col p strong { font-weight: 600; color: #423B25; }
.scroll-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5vw;
  gap: 20px;
  will-change: transform;
  overflow: visible;
}
.panel {
  will-change: transform;
  aspect-ratio: 1.5;
  width: 520px;
  flex-shrink: 0;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 36px rgba(0,0,0,0.28);
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}
.panel:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 52px rgba(0,0,0,0.42);
}
.panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.60) 100%);
}
.panel-foot {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 26px 28px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.panel-name {
  font-family: 'Quattrocento', serif;
  font-size: 26px;
  font-weight: 400;
  color: #FCFCFC;
  letter-spacing: 0.5px;
}
.btn-panel-discover {
  background: transparent;
  color: rgba(255,255,255,0.82);
  font-family: 'Rethink Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 0;
  padding: 9px 20px;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
  white-space: nowrap;
}
.btn-panel-discover:hover { background: rgba(165,147,80,0.15); border-color: #A59350; color: #A59350; }

/* ── TESTIMONIALS ── */
#testimonials-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #1B1810 0%, #241F13 100%);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
#testimonials-section::before {
  content: '\201C';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Quattrocento', serif;
  font-size: 500px;
  line-height: 1;
  color: rgba(165,147,80,0.07);
  pointer-events: none;
  user-select: none;
}
.testi-section-label {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #A59350;
  margin-bottom: 72px;
  text-align: center;
  position: relative;
}
.testi-stars {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
  color: #A59350;
  font-size: 13px;
  position: relative;
}
.testi-content {
  text-align: center;
  max-width: 820px;
  width: 88%;
  position: relative;
}
.testi-quote-text {
  font-family: 'Quattrocento', serif;
  font-size: clamp(19px, 2.3vw, 29px);
  font-weight: 400;
  color: #FAF8F4;
  line-height: 1.75;
  margin-bottom: 44px;
}
.testi-divider {
  width: 40px;
  height: 1px;
  background: #A59350;
  margin: 0 auto 28px;
  opacity: 0.65;
}
.testi-name-text {
  font-family: 'Quattrocento', serif;
  font-size: 17px;
  font-weight: 400;
  color: #A59350;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.testi-loc-text {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 13px;
  color: rgba(250,248,244,0.42);
  font-style: italic;
}
.testi-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 68px;
  position: relative;
}
.testi-progress {
  width: 180px;
  height: 1px;
  background: rgba(165,147,80,0.18);
  position: relative;
}
.testi-progress-fill {
  position: absolute;
  left: 0; top: 0; height: 100%;
  background: #A59350;
  transition: width 0.6s ease;
}
.testi-arrows {
  display: flex;
  align-items: center;
  gap: 36px;
}
.testi-arrow {
  width: 42px; height: 42px;
  border: 1px solid rgba(165,147,80,0.35);
  border-radius: 50%;
  background: none;
  color: #A59350;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s, background 0.25s;
}
.testi-arrow:hover { border-color: #A59350; background: rgba(165,147,80,0.1); }
.testi-counter {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(250,248,244,0.3);
  min-width: 48px;
  text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  #hero { justify-content: center; }
  .hero-title { font-size: 48px; }
  #the-casale { flex-direction: column; }
  .casale-photo-col { width: 100%; min-height: 55vw; }
  .gallery { flex-direction: column; }
  .gallery-photos-col { display: none; }
  .mob-photo { display: block; margin: 0 calc(-6vw + 12px) 28px; }
  .mob-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-radius: 6px; }
  .desktopContentSection { min-height: auto; padding: 60px 6vw; }
  .stickey_circle_wrap { min-height: 200vh; }
  .panel { width: 80vw; }
  .testi-content { width: 95%; }
  #testimonials-section::before { font-size: 300px; top: -40px; }
  .testi-section-label { margin-bottom: 48px; }
}

@media (max-width: 600px) {
  /* Houses — layout mobile */
  .sticky-section {
    height: auto;
    justify-content: flex-start;
    gap: 24px;
    padding-bottom: 0;
  }
  .houses-head {
    padding: 36px 5vw 0;
    justify-content: flex-start;
  }
  .scroll-container {
    padding: 0;
  }
  .panel {
    width: 100vw;
    border-radius: 0;
  }
  /* Sketch più grande, posizionato in alto così le card lo coprono parzialmente */
  .scroll-container-parent::before {
    background-size: 82%;
    background-position: center 12%;
    opacity: 0.12;
  }
}
