:root{
  --bg:#0e2f2c;
  --card:#124743;
  --text:#eaf7f6;
  --muted:#b8e0dc;
  --accent:#4cc5b8;
  --line:rgba(255,255,255,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, #142047 0%, var(--bg) 60%);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.container{width:min(1100px, 92%); margin-inline:auto}

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(11,18,32,.75);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}

.brand{font-weight:800; letter-spacing:.2px}
.nav{display:flex; gap:18px; align-items:center}
.nav a{opacity:.9}
.nav a:hover{opacity:1}

.menuBtn{
  display:none;
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  font-size:18px;
}

.mobileMenu{
  display:none;
  border-top:1px solid var(--line);
  padding:10px 0;
}
.mobileMenu a{
  display:block;
  padding:10px 0;
  opacity:.9;
}
.mobileMenu.open{display:block}

.hero{padding:56px 0 22px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:start;
}

h1{font-size: clamp(30px, 4vw, 44px); line-height:1.05; margin:0 0 12px}
h2{font-size: clamp(22px, 2.5vw, 30px); margin:0 0 8px}
h3{margin:0 0 6px}

.muted{color:var(--muted)}
.small{font-size:13px}
.actions{display:flex; gap:12px; margin:16px 0 10px; flex-wrap:wrap}

.bullets{margin:14px 0 0; padding-left:18px}
.bullets li{margin:6px 0; color:var(--muted)}

.section{padding:52px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.grid3{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.card{
  background: rgba(17,26,46,.8);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.heroCard{position:relative; overflow:hidden}
.quick{display:flex; gap:10px; margin-top:10px; flex-wrap:wrap}

.ph{
  height:140px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  color: rgba(255,255,255,.75);
  margin-bottom:10px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:12px 14px;
  border-radius:14px;
  background: var(--accent);
  color:#071022;
  font-weight:700;
  border:1px solid rgba(255,255,255,.12);
}
.btn:hover{filter:brightness(1.05)}
.btn--ghost{
  background: transparent;
  color: var(--text);
  border:1px solid rgba(255,255,255,.18);
}
.btn--small{padding:10px 12px; border-radius:12px}
.btn--wa{background:#35c46a}

.contactGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  align-items:start;
}

.form label{display:block; margin-bottom:10px; color:var(--muted); font-size:14px}
input, textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(79,124,255,.7)}

.footer{
  padding:22px 0 30px;
  border-top:1px solid var(--line);
}
.footer__inner{
  display:flex; justify-content:space-between; align-items:center;
  gap:12px; flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 860px){
  .hero__grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .contactGrid{grid-template-columns:1fr}
  .nav{display:none}
  .menuBtn{display:inline-flex}
}
/* LOGO SUPERIOR */
.brand{
  display:flex;
  align-items:center;
}

.logo{
  height:85px;        /* tamaño del logo */
  max-width:100%;
  object-fit:contain;
}
.topbar{
  padding-top:10px;
  padding-bottom:10px;
}
/* Galería antes/después */
.grid2{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}

.project h3{ margin-bottom:12px; }

.ba-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin-bottom:10px;
}

.ba-item{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
}

.ba-img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.ba-cap{
  position:absolute;
  left:10px;
  bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.45);
  color: rgba(255,255,255,.92);
  font-weight:700;
  font-size:13px;
  border: 1px solid rgba(255,255,255,.18);
}

@media (max-width: 860px){
  .grid2{ grid-template-columns: 1fr; }
}

/* Imagen única (cocina, etc.) */
.single-img{
  width:100%;
  height:380px;   /* ⬅️ MÁS GRANDE */
  object-fit:cover;
  border-radius:14px;
  margin-bottom:10px;
  border:1px solid rgba(255,255,255,.14);
}
/* Cinta de fotos */
.photo-strip{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:10px 0;
  scroll-snap-type: x mandatory;
}

.photo-strip img{
  flex: 0 0 auto;
  width:280px;
  height:180px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.15);
  scroll-snap-align:start;
}

/* En móvil se ven más grandes */
@media (max-width: 600px){
  .photo-strip img{
    width:85%;
    height:220px;
  }
}
.top-phone{
  margin-left: 15px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.top-phone:hover{
  color: var(--accent);
}


