
body{--page-bg:radial-gradient(circle at 8% 0%,rgba(184,155,97,.18),transparent 30%),radial-gradient(circle at 92% 8%,rgba(49,69,44,.13),transparent 32%),linear-gradient(180deg,var(--ivory2),var(--ivory) 42%,#f5eadb)}
.home-system{background:linear-gradient(135deg,#24351f,#40543a);color:var(--ivory2)}
.home-system h2,.home-system h3{color:var(--ivory2)}.home-system p{color:rgba(251,243,231,.82)}
.price{background:var(--ivory2);border:1px solid rgba(49,69,44,.18);border-radius:30px;padding:28px;box-shadow:var(--shadow)}
.big-price{font-family:var(--serif);font-size:clamp(4rem,7vw,6.5rem);line-height:.85;color:var(--olive);letter-spacing:-.06em}
.row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(49,69,44,.14);padding:11px 0;font-weight:900}.row b{color:var(--olive)}
.contact{padding-bottom:114px;background:linear-gradient(135deg,#20321f,var(--olive));color:var(--ivory2)}.contact h2{color:var(--ivory2)}.contact p{color:rgba(251,243,231,.84)}
.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.intent{min-height:64px;border-radius:18px;background:rgba(255,250,241,.16);border:1px solid rgba(255,250,241,.2);color:var(--ivory2);display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-weight:950}
@media(max-width:640px){.intent-grid{grid-template-columns:1fr}.contact{padding-bottom:122px}}


/* v15 — home sin cortes secos */
.home-system{
  background:
    radial-gradient(circle at 18% 0%,rgba(184,155,97,.18),transparent 32%),
    linear-gradient(180deg,
      color-mix(in srgb,#24351f 68%,#fbf3e7) 0%,
      #24351f 18%,
      #40543a 72%,
      color-mix(in srgb,#40543a 74%,#fbf3e7) 100%);
}

.home-system .card{
  background:rgba(255,250,241,.12);
  border-color:rgba(255,250,241,.20);
}

.home-system .card p{
  color:rgba(255,250,241,.82);
}

.contact{
  background:
    radial-gradient(circle at 78% 12%,rgba(184,155,97,.17),transparent 32%),
    linear-gradient(180deg,
      color-mix(in srgb,#31452c 66%,#fbf3e7) 0%,
      #31452c 20%,
      #20321f 78%,
      #141c12 100%);
}

.price{
  background:
    linear-gradient(180deg,#fffaf1,#fbf3e7);
}

@supports not (background: color-mix(in srgb,#000,#fff)){
  .home-system{
    background:linear-gradient(180deg,#6f7b62 0%,#24351f 18%,#40543a 72%,#7b856e 100%);
  }
  .contact{
    background:linear-gradient(180deg,#7a856b 0%,#31452c 20%,#20321f 78%,#141c12 100%);
  }
}


/* v16 — contacto y oferta con contraste blindado */
.home-system .eyebrow{color:#d8c79e}
.home-system h2,.home-system h3,.home-system .card strong{color:#fffaf1}
.home-system p,.home-system .card p{color:rgba(255,250,241,.84)}

.contact .eyebrow{color:#d8c79e}
.contact h2{color:#fffaf1}
.contact p{color:rgba(255,250,241,.86)}
.intent{box-shadow:0 14px 32px rgba(0,0,0,.10)}


/* v17 fotos premium home */
.home-photo-gallery{
  padding:82px 0;
  background:
    radial-gradient(circle at 80% 0%,rgba(184,155,97,.16),transparent 34%),
    linear-gradient(180deg,rgba(251,243,231,0) 0%,#fffaf1 16%,#fbf3e7 72%,rgba(251,243,231,0) 100%);
}
.home-photo-grid{
  display:grid;
  grid-template-columns:1.15fr .9fr .95fr;
  gap:18px;
}
.home-photo-card{
  position:relative;
  min-height:310px;
  border-radius:26px;
  overflow:hidden;
  margin:0;
  box-shadow:0 24px 58px rgba(46,41,34,.13);
  border:1px solid rgba(49,69,44,.12);
  background:#ead8be;
}
.home-photo-card:first-child{
  grid-row:span 2;
  min-height:640px;
}
.home-photo-card img{
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  transform:scale(1.02);
}
.home-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
}
.home-photo-card figcaption{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
  color:#fffaf1;
}
.home-photo-card figcaption strong{
  display:block;
  font-family:var(--serif);
  font-size:1.55rem;
  line-height:1;
  margin-bottom:6px;
}
.home-photo-card figcaption span{
  display:block;
  color:rgba(255,250,241,.82);
  font-weight:700;
}
@media(max-width:900px){
  .home-photo-grid{grid-template-columns:1fr 1fr}
  .home-photo-card:first-child{grid-row:auto;min-height:360px}
}
@media(max-width:640px){
  .home-photo-grid{grid-template-columns:1fr}
  .home-photo-card,.home-photo-card:first-child{min-height:330px}
}


/* v18 home tune */
.home-photo-card{
  width:100%;
}
.home-photo-card img{
  object-fit:cover;
}
@media(max-width:640px){
  .home-photo-gallery{
    padding:64px 0;
  }
  .home-photo-card,
  .home-photo-card:first-child{
    min-height:300px;
  }
  .intent-grid{
    width:100%;
  }
  .intent{
    width:100%;
  }
}


/* v19 home cards and gallery */
.home-photo-card{width:100%}
.home-photo-card img{object-fit:cover}
@media(max-width:640px){
  .home-photo-gallery{padding:64px 0}
  .home-photo-card,.home-photo-card:first-child{min-height:300px}
  .intent-grid{width:100%}
  .intent{width:100%}
}
