.elementor-307 .elementor-element.elementor-element-b22c373{--display:flex;--margin-top:1px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-307:not(.elementor-motion-effects-element-type-background), body.elementor-page-307 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-0c46d5e *//* ============================================
   PÁGINA TERRUÑO - BODEGAS SIERRA DE CABRERAS
   ============================================ */

/* --- HERO TERRUÑO --- */
.terruno-hero {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 
    linear-gradient(rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.6)),
    url('URL_IMAGEN_VINEDOS') center/cover;
  background-attachment: fixed;
}

.terruno-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 0%, rgba(5, 5, 5, 0.3) 100%);
}

.terruno-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.terruno-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C4A47C;
  display: block;
  margin-bottom: 12px;
}

.terruno-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 500;
  color: #F5F5F5;
  margin: 0;
}

/* --- INTRO --- */
.terruno-intro {
  background: #050505;
  padding: 60px 40px;
}

.terruno-intro__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.terruno-intro__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.7;
  color: rgba(245, 245, 245, 0.9);
  margin: 0;
}

/* --- LOCALIZACIÓN --- */
.terruno-location {
  background: #F5F5F5;
  padding: 100px 40px;
}

.terruno-location__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.terruno-location__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.terruno-location__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  color: #050505;
  margin: 0 0 32px 0;
}

.terruno-location__details {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-item__label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C4A47C;
}

.detail-item__value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: #050505;
  line-height: 1.2;
}

.terruno-location__description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(5, 5, 5, 0.75);
  margin: 0;
}

/* --- CARACTERÍSTICAS (3 columnas) --- */
.terruno-features {
  background: #050505;
  padding: 100px 40px;
}

.terruno-features__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.feature-card {
  text-align: center;
}

.feature-card__icon {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.feature-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  color: #F5F5F5;
  margin: 0 0 16px 0;
}

.feature-card__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 245, 245, 0.75);
  margin: 0;
}

/* --- IMAGEN FULL WIDTH --- */
.terruno-image-full {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.terruno-image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terruno-image-full__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.terruno-image-full__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #F5F5F5;
  text-align: center;
  max-width: 900px;
  margin: 0;
}

/* --- VARIEDADES --- */
.terruno-varieties {
  background: #F5F5F5;
  padding: 120px 40px;
}

.terruno-varieties__container {
  max-width: 1400px;
  margin: 0 auto;
}

.terruno-varieties__main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  color: #050505;
  text-align: center;
  margin: 0 0 80px 0;
}

.varieties-grid {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.variety-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.variety-card--reverse {
  direction: rtl;
}

.variety-card--reverse > * {
  direction: ltr;
}

.variety-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.variety-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  color: #050505;
  margin: 0 0 12px 0;
}

.variety-card__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C4A47C;
  display: block;
  margin-bottom: 24px;
}

.variety-card__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(5, 5, 5, 0.75);
  margin: 0 0 24px 0;
}

.variety-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.variety-card__features li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(5, 5, 5, 0.65);
  padding: 10px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  position: relative;
  padding-left: 24px;
}

.variety-card__features li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #C4A47C;
  font-size: 20px;
}

/* --- FILOSOFÍA --- */
.terruno-philosophy {
  background: #050505;
  padding: 120px 40px;
}

.terruno-philosophy__container {
  max-width: 1400px;
  margin: 0 auto;
}

.terruno-philosophy__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  color: #F5F5F5;
  text-align: center;
  margin: 0 0 80px 0;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.philosophy-item {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid rgba(245, 245, 245, 0.1);
  transition: all 0.3s ease;
}

.philosophy-item:hover {
  border-color: #C4A47C;
  transform: translateY(-8px);
}

.philosophy-item__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #C4A47C;
  display: block;
  margin-bottom: 24px;
}

.philosophy-item__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: #F5F5F5;
  margin: 0 0 16px 0;
}

.philosophy-item__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 245, 245, 0.75);
  margin: 0;
}

/* --- CTA FINAL --- */
.terruno-cta {
  background: 
    linear-gradient(rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.8)),
    url('URL_IMAGEN_BODEGA') center/cover;
  padding: 120px 40px;
  background-attachment: fixed;
}

.terruno-cta__content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.terruno-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 500;
  color: #F5F5F5;
  margin: 0 0 20px 0;
}

.terruno-cta__text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(245, 245, 245, 0.85);
  margin: 0 0 40px 0;
}

.terruno-cta__button {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #050505;
  background: #C4A47C;
  border: 2px solid #C4A47C;
  padding: 16px 48px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.terruno-cta__button:hover {
  background: transparent;
  color: #C4A47C;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196, 164, 124, 0.3);
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .terruno-location__container,
  .variety-card {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .variety-card--reverse {
    direction: ltr;
  }
  
  .philosophy-grid,
  .terruno-features__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .terruno-hero__title {
    font-size: 42px;
  }
  
  .terruno-intro__text {
    font-size: 18px;
  }
  
  .terruno-location,
  .terruno-varieties,
  .terruno-philosophy {
    padding: 80px 24px;
  }
  
  .terruno-image-full__quote {
    font-size: 24px;
  }
  
  .terruno-cta__title,
  .terruno-varieties__main-title,
  .terruno-philosophy__title {
    font-size: 36px;
  }
}/* End custom CSS */