*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#070907;color:#fff;font-family:Montserrat,Arial,sans-serif}a{text-decoration:none;color:inherit}:root{--gold:#d4a13e;--gold2:#a97725;--black:#050705;--cream:#f3eee4}header{height:84px;background:#040604;display:flex;align-items:center;padding:0 4.2vw;border-bottom:1px solid rgba(212,161,62,.32);position:sticky;top:0;z-index:50}.logo img{width:125px;height:76px;object-fit:contain}nav{display:flex;gap:34px;margin-left:auto}nav a{font-size:12px;text-transform:uppercase;letter-spacing:.07em}nav a:hover{color:var(--gold)}.actions{display:flex;gap:14px;margin-left:34px}.gold,.outline{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700;min-height:45px;padding:0 24px}.gold{background:var(--gold);color:#fff;border:1px solid var(--gold)}.outline{border:1px solid var(--gold2);color:#e5b95f;background:#050705}#hamb{display:none;background:none;color:#fff;border:0;font-size:25px}.hero{height:530px;position:relative;background:url('assets/hero.webp') center 47%/cover no-repeat}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.77) 0%,rgba(0,0,0,.48) 23%,rgba(0,0,0,.13) 49%,rgba(0,0,0,.04) 100%)}.hero-copy{position:absolute;left:3.5vw;top:48px;z-index:2;width:410px}.kicker{color:#e0ad4d;font-size:12px;text-transform:uppercase;letter-spacing:.19em;font-weight:600}.type{text-transform:uppercase;letter-spacing:.17em;font-size:12px;margin-top:10px}.hero h1,.about h2,.carta h2,.nosotros h2{font-family:"Cormorant Garamond",serif;text-transform:uppercase}.hero h1{font-size:61px;line-height:.88;margin:18px 0 0;font-weight:600;letter-spacing:-.025em}.script{font-family:"Cormorant Garamond",serif;font-style:italic;color:var(--gold);font-size:38px}.hero .script{margin-top:4px}.rule{width:47px;height:1px;background:var(--gold);margin:18px 0}.hero p{font-size:14px;line-height:1.55}.buttons{display:flex;gap:12px;margin-top:20px}.hero-info{position:absolute;z-index:2;left:3.5vw;bottom:20px;display:flex;gap:30px;font-size:10px}.about{display:grid;grid-template-columns:32% 68%;height:360px;background:#090b09}.about-copy{padding:34px 3.7vw;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 10% 45%,#11150f,#070907 70%)}.small{font-size:20px}.about h2,.carta h2,.nosotros h2{font-size:39px;line-height:.96;margin:8px 0 13px}.about p{color:#d8d4cc;font-size:12px;line-height:1.65;max-width:440px;margin:4px 0 9px}.more{margin-top:10px;padding:0 19px;min-height:42px;font-size:9px;width:max-content}.interior{height:360px;overflow:hidden;background:#111;position:relative}.interior img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:brightness(.66) contrast(1.12) saturate(.92)}.interior:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.08),transparent 45%);pointer-events:none}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(212,161,62,.28);border-bottom:1px solid rgba(212,161,62,.28);padding:0 3.5vw;background:#070907;min-height:100px}.benefits>div{display:flex;align-items:center;gap:17px;padding:17px 25px;border-right:1px solid #4b3a20}.benefits>div:last-child{border:0}.benefits b{font-size:32px;color:var(--gold);font-weight:400}.benefits strong{display:block;color:#eee8dc;text-transform:uppercase;font-size:10px;letter-spacing:.09em}.benefits small{display:block;color:#c9c4ba;font-size:10px;margin-top:6px;line-height:1.4}.carta{text-align:center;background:#f4eee3;color:#161611;padding:65px 4vw 75px}.carta .small{color:#a77628}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:30px auto 34px;max-width:1450px}.grid figure{margin:0;background:#111;position:relative;height:290px;overflow:hidden}.grid img{width:100%;height:100%;object-fit:cover;transition:.3s}.grid figure:hover img{transform:scale(1.035)}.grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:40px 12px 15px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff;font-family:"Cormorant Garamond",serif;text-transform:uppercase;font-size:25px}.order{margin:auto}.nosotros{display:grid;grid-template-columns:1fr 1fr;align-items:center}.nosotros>div{padding:70px 8vw}.nosotros p{color:#d2ccc1;line-height:1.7;font-size:13px;max-width:500px}.nosotros img{width:100%;height:460px;object-fit:cover}footer{min-height:170px;border-top:1px solid #574321;padding:30px 6vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#cfc8bc;font-size:12px;line-height:1.8}footer img{width:140px;height:105px;object-fit:contain}footer a{color:#d5aa5a}.float-order{position:fixed;right:28px;bottom:25px;width:88px;height:88px;border-radius:50%;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:40;text-transform:uppercase;font-weight:700;font-size:22px;text-align:center;box-shadow:0 8px 25px #0007}.float-order small{font-size:9px;line-height:1.15;margin-top:3px}@media(max-width:950px){nav{display:none;position:absolute;top:82px;left:0;right:0;background:#080a08;padding:25px;flex-direction:column}nav.open{display:flex}.actions{margin-left:auto}.actions .outline{display:none}#hamb{display:block}.hero{height:650px}.grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;height:auto}.interior{height:430px}.nosotros{grid-template-columns:1fr}}@media(max-width:560px){header{height:76px}.logo img{width:105px;height:68px}.actions{display:none}.hero{height:650px;background-position:57% center}.hero-copy{left:6vw;top:70px;width:auto;right:6vw}.hero h1{font-size:50px}.hero-info{left:6vw;bottom:22px;flex-direction:column;gap:8px}.buttons{flex-direction:column;align-items:flex-start}.benefits{grid-template-columns:1fr}.benefits>div{border-right:0;border-bottom:1px solid #392d1c;padding:15px 4px}.grid{grid-template-columns:1fr}.grid figure{height:360px}.nosotros img{height:420px}footer{grid-template-columns:1fr;gap:18px}.float-order{width:72px;height:72px;right:15px;bottom:15px}}


/* ===== V8: Pasión por la Cocina Italiana — real DiMontt salon ===== */
.about{
  display:grid !important;
  grid-template-columns:33.5% 66.5% !important;
  height:360px !important;
  min-height:360px !important;
  background:#090b09 !important;
}
.about-copy{
  padding:42px 4.2vw !important;
  justify-content:center !important;
}
.about-copy h2{
  font-size:40px !important;
  line-height:.96 !important;
  letter-spacing:-.01em !important;
  margin:8px 0 15px !important;
}
.about-copy p{
  max-width:425px !important;
  font-size:13px !important;
  line-height:1.62 !important;
}
.interior{
  height:360px !important;
  min-height:360px !important;
  overflow:hidden !important;
  background:#090b09 !important;
  position:relative !important;
}
.interior img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center 48% !important;
  filter:brightness(.88) contrast(1.04) saturate(.96) !important;
  transform:none !important;
}
.interior:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,rgba(5,7,5,.14) 0%,rgba(5,7,5,0) 28%),
    linear-gradient(0deg,rgba(0,0,0,.10),rgba(0,0,0,0) 38%) !important;
}
@media(max-width:900px){
  .about{grid-template-columns:1fr !important;height:auto !important}
  .interior{height:390px !important}
}


/* ===== V9: salón real completo, encuadre similar a la propuesta ===== */
.about{
  grid-template-columns:32% 68% !important;
  height:390px !important;
  min-height:390px !important;
}
.about-copy{
  padding:44px 4vw !important;
}
.interior{
  height:390px !important;
  min-height:390px !important;
  background:#080a08 !important;
  overflow:hidden !important;
}
.interior img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  /* show substantially more of the real room; avoid the wall/ceiling-only crop */
  object-position:center 56% !important;
  filter:brightness(.82) contrast(1.06) saturate(.92) !important;
  transform:scale(1.001) !important;
}
.interior:after{
  background:
    linear-gradient(90deg,rgba(5,7,5,.24) 0%,rgba(5,7,5,.05) 18%,rgba(5,7,5,0) 42%),
    linear-gradient(0deg,rgba(0,0,0,.13),rgba(0,0,0,0) 42%) !important;
}
@media(max-width:900px){
  .about{height:auto !important}
  .interior{height:430px !important}
  .interior img{object-position:center center !important}
}


/* ===== V10 — replicate approved visual ===== */

/* header */
header{
  height:92px !important;
  min-height:92px !important;
  background:#050605 !important;
  border-bottom:1px solid rgba(204,150,55,.30) !important;
}
.logo img{
  width:112px !important;
  height:78px !important;
  object-fit:contain !important;
}
nav{
  gap:34px !important;
}
nav a{
  font-size:12px !important;
  letter-spacing:.05em !important;
}
.actions{
  gap:14px !important;
}
.actions .outline{
  padding:14px 26px !important;
}

/* hero */
.hero{
  height:470px !important;
  min-height:470px !important;
  background-position:center 46% !important;
}
.overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 24%,rgba(0,0,0,.14) 47%,rgba(0,0,0,.04) 100%) !important;
}
.hero-copy{
  left:3.2vw !important;
  top:60px !important;
  width:390px !important;
}
.kicker{
  font-size:13px !important;
  letter-spacing:.16em !important;
}
.type{
  font-size:12px !important;
  letter-spacing:.16em !important;
}
.hero h1{
  font-size:60px !important;
  line-height:.84 !important;
  margin-top:22px !important;
}
.hero .script{
  font-size:39px !important;
  margin-top:8px !important;
}
.hero .rule{
  width:52px !important;
  margin:20px 0 16px !important;
}
.hero p{
  font-size:14px !important;
  line-height:1.55 !important;
}
.buttons{
  margin-top:22px !important;
}
.buttons .outline{
  min-width:212px !important;
}
.hero-info{
  left:3.2vw !important;
  bottom:17px !important;
  font-size:11px !important;
  gap:28px !important;
}

/* pasión section */
.about{
  grid-template-columns:29% 71% !important;
  min-height:355px !important;
  height:355px !important;
  background:#070907 !important;
}
.about-copy{
  padding:38px 3.2vw !important;
  justify-content:center !important;
}
.about-copy .script{
  font-size:20px !important;
}
.about-copy h2{
  font-size:39px !important;
  line-height:.97 !important;
  margin:7px 0 15px !important;
}
.about-copy .rule{
  width:46px !important;
  margin:0 0 15px !important;
}
.about-copy p{
  font-size:12px !important;
  line-height:1.62 !important;
  max-width:390px !important;
}
.about-copy .outline{
  margin-top:9px !important;
  padding:13px 20px !important;
}
.interior{
  height:355px !important;
  min-height:355px !important;
  overflow:hidden !important;
}
.interior img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:none !important;
  transform:none !important;
}
.interior:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,0) 28%) !important;
  pointer-events:none !important;
}

/* features strip like proposal */
.benefits{
  min-height:96px !important;
  padding:0 3.2vw !important;
}
.benefits>div{
  padding:18px 24px !important;
}
.benefits b{
  font-size:30px !important;
}
.benefits strong{
  font-size:10px !important;
}
.benefits small{
  font-size:10px !important;
}

/* responsive */
@media(max-width:900px){
  .hero{height:auto !important;min-height:620px !important}
  .hero-copy{left:22px !important;top:70px !important;width:auto !important;right:20px !important}
  .hero h1{font-size:49px !important}
  .about{grid-template-columns:1fr !important;height:auto !important}
  .interior{height:390px !important}
}


/* ===== V12: aprobado desde Favoritos hacia abajo ===== */
.carta-v12{
  background:#f4eee3 !important;
  color:#15120e !important;
  padding:22px 4.4vw 20px !important;
  text-align:center !important;
}
.carta-v12 .small{
  color:#b48434 !important;
  font-size:18px !important;
  margin-bottom:0 !important;
}
.carta-v12 h2{
  font-family:"Cormorant Garamond",serif !important;
  text-transform:uppercase !important;
  font-size:34px !important;
  margin:2px 0 14px !important;
}
.favorites-v12{
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:8px !important;
  max-width:1180px !important;
  margin:0 auto 12px !important;
}
.favorites-v12 figure{
  height:165px !important;
  margin:0 !important;
  position:relative !important;
  overflow:hidden !important;
  background:#111 !important;
}
.favorites-v12 img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  filter:brightness(.96) contrast(1.03) !important;
}
.favorites-v12 figcaption{
  position:absolute !important;
  left:0 !important; right:0 !important; bottom:0 !important;
  padding:26px 8px 8px !important;
  background:linear-gradient(transparent,rgba(0,0,0,.78)) !important;
  color:#fff !important;
  font-family:"Cormorant Garamond",serif !important;
  text-transform:uppercase !important;
  font-size:19px !important;
  line-height:1 !important;
}
.carta-v12 .order{
  display:inline-flex !important;
  padding:11px 22px !important;
  font-size:10px !important;
  margin-top:0 !important;
}

.moments-v12{
  display:grid !important;
  grid-template-columns:29% 71% !important;
  min-height:340px !important;
  background:#080a08 !important;
}
.moments-copy{
  padding:48px 4.2vw !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.moments-copy .script{
  font-size:19px !important;
  color:#d0a044 !important;
}
.moments-copy h2{
  font-family:"Cormorant Garamond",serif !important;
  text-transform:uppercase !important;
  font-size:37px !important;
  line-height:.96 !important;
  margin:8px 0 12px !important;
}
.moments-copy .rule{
  width:48px !important;
  height:1px !important;
  background:#c8963c !important;
  margin:2px 0 14px !important;
}
.moments-copy p{
  font-size:12px !important;
  line-height:1.65 !important;
  color:#ddd7cd !important;
  max-width:430px !important;
}
.moments-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  min-height:340px !important;
  gap:2px !important;
  background:#111 !important;
}
.moments-gallery>div{
  overflow:hidden !important;
}
.moments-gallery img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  filter:brightness(.93) contrast(1.05) saturate(1.02) !important;
}
.moments-gallery>div:nth-child(1) img{object-position:center 47% !important}
.moments-gallery>div:nth-child(2) img{object-position:center 48% !important}
.moments-gallery>div:nth-child(3) img{object-position:center 47% !important}

@media(max-width:1050px){
  .favorites-v12{grid-template-columns:repeat(3,1fr) !important}
  .favorites-v12 figure{height:220px !important}
}
@media(max-width:820px){
  .moments-v12{grid-template-columns:1fr !important}
  .moments-gallery{min-height:480px !important}
}
@media(max-width:560px){
  .favorites-v12{grid-template-columns:repeat(2,1fr) !important}
  .favorites-v12 figure{height:190px !important}
  .moments-gallery{grid-template-columns:1fr !important}
  .moments-gallery>div{height:300px !important}
}


/* ===== V13: logos más grandes ===== */
header .logo img,
.nav .logo img,
.logo img{
  width:auto !important;
  height:58px !important;
  max-height:58px !important;
  object-fit:contain !important;
}

@media (max-width:820px){
  header .logo img,
  .nav .logo img,
  .logo img{
    height:50px !important;
    max-height:50px !important;
  }
}

/* ===== V14: SOLO logos más grandes ===== */
header .logo img,
.nav .logo img,
.logo img{
  width:auto !important;
  height:76px !important;
  max-height:76px !important;
  object-fit:contain !important;
}
footer img{
  width:175px !important;
  height:125px !important;
  object-fit:contain !important;
}
@media (max-width:820px){
  header .logo img,
  .nav .logo img,
  .logo img{
    height:64px !important;
    max-height:64px !important;
  }
  footer img{
    width:155px !important;
    height:115px !important;
  }
}
