*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f5f1;color:#171512;font-family:Arial,Helvetica,sans-serif}.container{width:min(1180px,92%);margin:auto}.site-header{height:96px;background:#070706;border-bottom:1px solid #3c3020;position:sticky;top:0;z-index:50}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo img{display:block;width:285px;height:82px;object-fit:contain}.nav nav{display:flex;align-items:center;gap:21px}.nav nav a{font-size:12px;font-weight:700;color:#eee;text-decoration:none}.nav nav a:hover{color:#d1a35b}.top-cta{border:1px solid #c99a4e;padding:12px 14px}.language{background:transparent;color:#d6aa61;border:1px solid #655033;padding:8px 10px;font-weight:bold;cursor:pointer}.menu{display:none;color:white;background:none;border:0;font-size:25px}.hero{min-height:760px;background-image:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.82) 24%,rgba(0,0,0,.58) 48%,rgba(0,0,0,.22) 70%,rgba(0,0,0,.08) 100%), url('hero-floor.png');background-size:cover;background-position:center right;color:white;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,620px);align-items:center;gap:0;padding:110px 0 95px 0}.eyebrow,.heading span,.service-area span{color:#d0a057;font-size:12px;letter-spacing:.18em;font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,5.4vw,72px);line-height:1.04;margin:18px 0 22px;font-weight:500}.hero-copy>p{font-size:18px;line-height:1.7;color:#ece6df;max-width:620px}.hero-actions{display:flex;gap:13px;margin:30px 0 16px;flex-wrap:wrap}.button{display:inline-block;padding:15px 19px;text-decoration:none;font-weight:800;font-size:13px;border:0;cursor:pointer}.gold{background:linear-gradient(135deg,#b67f35,#e0b96f);color:#111}.outline{border:1px solid #bd914d;color:white;background:transparent}.hero small{color:#9e9991}.brand-panel{border:1px solid #5b4228;background:rgba(0,0,0,.28);padding:36px 28px;text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.3)}.brand-panel img{width:100%;height:auto}.brand-line{width:70px;height:1px;background:#d0a057;margin:25px auto 15px}.brand-panel p{color:#d0a057;letter-spacing:.12em;font-size:12px}.section{padding:95px 0}.heading{text-align:center;max-width:750px;margin:0 auto 45px}.heading.left{text-align:left;margin-left:0}.heading h2,.split h2,.contact h2,.service-area h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,53px);line-height:1.08;margin:13px 0}.heading p,.split p,.contact p{color:#68625b;line-height:1.75}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.cards article{background:white;border:1px solid #ddd4c7;padding:30px 23px;min-height:245px}.cards b{color:#c28f43;font-size:12px}.cards h3{font-family:Georgia,serif;font-size:24px;margin:20px 0 10px}.cards p{color:#706a62;line-height:1.65;font-size:14px}.dark{background:#090807;color:white}.dark .heading p{color:#aaa49c}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.placeholder{height:330px;border:1px solid #5d482e;background:linear-gradient(145deg,#24201b,#65503a);display:flex;align-items:end;padding:20px}.placeholder.warm{background:linear-gradient(145deg,#3d291a,#a16531)}.placeholder.deep{background:linear-gradient(145deg,#181614,#75451f)}.placeholder span{background:#080706;padding:8px 10px;color:#d0a057;font-size:11px;font-weight:bold;letter-spacing:.1em}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.split h2{margin-top:14px}.checks{display:grid;gap:13px;margin-top:25px}.checks span{font-weight:bold}.checks i{font-style:normal;margin-left:8px}.service-area{background:#17120d;color:white;padding:58px 0;border-top:1px solid #4b3824;border-bottom:1px solid #4b3824}.service-area-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.service-area h2{font-size:36px;margin-bottom:0}.contact{background:#050504;color:white}.contact p{color:#b7b1aa}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.contact form{display:grid;gap:12px;background:#0d0c0a;border:1px solid #33291e;padding:28px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}input,select,textarea{width:100%;padding:14px;background:#050504;color:white;border:1px solid #41372c;font:inherit}form small{color:#77716b}footer{background:#000;color:#817c75;padding:35px 0}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px}.footer img{width:240px}.footer p{margin:0}@media(max-width:980px){.menu{display:block}.nav nav{display:none;position:absolute;left:0;right:0;top:86px;background:#070706;padding:25px;flex-direction:column;align-items:flex-start}.nav nav.open{display:flex}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.brand-panel{max-width:650px;margin:auto}.cards{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}.service-area-inner,.footer{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.logo img{width:220px}.hero-grid{padding:55px 0;gap:40px}.hero h1{font-size:45px}.cards{grid-template-columns:1fr}.two{grid-template-columns:1fr}.section{padding:70px 0}.service-area h2{font-size:30px}}
.hero-photo-panel img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
  border:1px solid rgba(205,155,73,.28);
}
@media(max-width:900px){
  .hero-photo-panel img{height:250px}
}

.hero-overlay-content{width:100%}
.hero-copy{
  max-width:620px;
  padding:10px 0;
}
.hero-copy h1{
  text-shadow:0 2px 18px rgba(0,0,0,.35);
}
.hero-copy small{
  display:block;
  margin-top:12px;
}
@media(max-width:980px){
  .hero{
    min-height:700px;
    background-position:center center;
    background-image:linear-gradient(180deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.72) 38%,rgba(0,0,0,.45) 100%), url('hero-floor.png');
  }
  .hero-grid{
    grid-template-columns:1fr;
    padding:85px 0 75px 0;
  }
  .hero-copy{
    max-width:100%;
  }
}
@media(max-width:600px){
  .hero{
    min-height:620px;
  }
}

/* Ajuste visual: mueve el bloque principal un poco hacia la derecha */
@media(min-width:981px){
  .hero-copy{
    margin-left:58px;
  }
}
@media(max-width:980px){
  .hero-copy{
    margin-left:0;
  }
}

/* Ajuste final solicitado */
.site-header{
  height:108px !important;
}
.logo img{
  width:330px !important;
  height:96px !important;
  object-fit:contain !important;
}
@media(min-width:981px){
  .hero-copy{
    margin-left:92px !important;
    max-width:600px !important;
  }
}
@media(max-width:980px){
  .site-header{
    height:96px !important;
  }
  .logo img{
    width:250px !important;
    height:74px !important;
  }
}
@media(max-width:600px){
  .site-header{
    height:88px !important;
  }
  .logo img{
    width:220px !important;
    height:66px !important;
  }
}

.hero-services{
  font-size:18px;
  line-height:1.8;
  color:#f0d7aa !important;
  max-width:620px;
  letter-spacing:.05em;
  font-weight:700;
  text-transform:uppercase;
  margin:10px 0 0 0;
}
.hero-services::after{
  content:"";
  display:block;
  width:110px;
  height:2px;
  background:linear-gradient(90deg,#c38b3a,#e4be74);
  margin-top:18px;
}
@media(max-width:600px){
  .hero-services{
    font-size:16px;
    line-height:1.7;
  }
}

.hero-tagline{
  font-size:19px;
  line-height:1.75;
  color:#f3ece2;
  max-width:660px;
  margin:8px 0 6px 0;
}
@media(max-width:600px){
  .hero-tagline{
    font-size:17px;
    line-height:1.65;
  }
}

.hero-copy h1{
  max-width: 760px;
}
@media(max-width:600px){
  .hero-copy h1{
    max-width: 100%;
  }
}

/* Hero headline + supporting sentence */
.hero-copy h1{
  max-width:680px;
  margin-bottom:14px;
}
.hero-subheadline{
  max-width:640px;
  margin:0 0 16px 0;
  font-size:20px;
  line-height:1.6;
  color:#f1ebe4;
  font-weight:400;
}
@media(max-width:600px){
  .hero-subheadline{
    font-size:17px;
    line-height:1.55;
  }
}

/* Ajuste final del hero: título en dos líneas */
@media (min-width: 981px){
  .hero-copy h1{
    max-width: 860px !important;
    font-size: 5.2rem !important;
    line-height: 1.02 !important;
    letter-spacing: -0.02em;
  }
  .hero-subheadline{
    max-width: 620px !important;
  }
}
@media (max-width: 980px){
  .hero-copy h1{
    max-width: 100% !important;
  }
}

/* Fuerza visualmente el título en dos líneas */
.hero-copy h1 br{
  display:block;
}
@media (min-width: 981px){
  .hero-copy h1{
    max-width: 720px !important;
  }
}

/* Corrección definitiva: título exactamente en dos líneas */
@media (min-width:981px){
  .hero-grid{
    grid-template-columns:minmax(0,760px) !important;
  }
  .hero-copy{
    max-width:760px !important;
    margin-left:72px !important;
  }
  .hero-copy h1{
    width:760px !important;
    max-width:760px !important;
    font-size:clamp(62px,4.35vw,76px) !important;
    line-height:1.02 !important;
    letter-spacing:-0.025em !important;
    white-space:normal !important;
  }
  .hero-title-line{
    display:block !important;
    white-space:nowrap !important;
  }
}
@media (max-width:980px){
  .hero-copy h1{
    width:auto !important;
    max-width:100% !important;
  }
  .hero-title-line{
    display:block !important;
    white-space:normal !important;
  }
}

/* BEFORE & AFTER */
.before-after{
  background:
    radial-gradient(circle at top, rgba(112,69,26,.15), transparent 34%),
    #090807;
}
.before-after .heading{
  margin-bottom:50px;
}
.compare-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.compare-card{
  background:#100e0c;
  border:1px solid #3f3020;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.compare-visual{
  position:relative;
  height:300px;
  overflow:hidden;
  background:#1a1714;
}
.compare-visual::before,
.compare-visual::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:50%;
}
.compare-visual::before{
  left:0;
}
.compare-visual::after{
  right:0;
}
.tone-one::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.3)),
    repeating-linear-gradient(90deg,
      #62503f 0 32px,
      #3e3328 32px 35px,
      #6a5642 35px 68px,
      #43362b 68px 71px,
      #70604f 71px 104px);
}
.tone-one::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.16)),
    repeating-linear-gradient(90deg,
      #b67a41 0 32px,
      #7e4b24 32px 35px,
      #c58a4e 35px 68px,
      #85502a 68px 71px,
      #cc9155 71px 104px);
}
.tone-two::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.24)),
    repeating-linear-gradient(90deg,
      #7d766c 0 30px,
      #544b44 30px 33px,
      #9a9186 33px 64px,
      #60564c 64px 67px,
      #857c71 67px 98px);
}
.tone-two::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.15)),
    repeating-linear-gradient(90deg,
      #ad7c4a 0 30px,
      #7b532f 30px 33px,
      #bf8d58 33px 64px,
      #8b613a 64px 67px,
      #c99660 67px 98px);
}
.tone-three::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28)),
    repeating-linear-gradient(90deg,
      #564434 0 26px,
      #35281f 26px 29px,
      #67513e 29px 58px,
      #392c22 58px 61px,
      #715843 61px 90px);
}
.tone-three::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.16)),
    repeating-linear-gradient(90deg,
      #9b6837 0 26px,
      #6c421f 26px 29px,
      #b17843 29px 58px,
      #7c4d28 58px 61px,
      #bd8750 61px 90px);
}
.compare-divider{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:rgba(255,255,255,.78);
  z-index:2;
}
.compare-divider span{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  color:#0e0d0b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  box-shadow:0 10px 18px rgba(0,0,0,.25);
}
.compare-label{
  position:absolute;
  bottom:16px;
  z-index:3;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  padding:8px 12px;
  color:#fff;
}
.before-label{
  left:16px;
  background:rgba(0,0,0,.72);
  border:1px solid rgba(255,255,255,.15);
}
.after-label{
  right:16px;
  background:#b68241;
  color:#120e09;
}
.compare-copy{
  padding:24px 22px 26px;
}
.compare-copy h3{
  font-family:Georgia,serif;
  font-size:28px;
  margin:0 0 12px;
  color:#fff;
}
.compare-copy p{
  margin:0;
  color:#b8b1a9;
  line-height:1.75;
  font-size:14px;
}
.showcase-cta{
  text-align:center;
  margin-top:30px;
}
.showcase-cta .button{
  min-width:220px;
}
@media(max-width:980px){
  .compare-grid{
    grid-template-columns:1fr;
  }
  .compare-visual{
    height:270px;
  }
}

/* REAL BEFORE & AFTER PROJECTS */
.real-project-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}
.real-project-card{
  background:#0e0d0b;
  border:1px solid #3d2f20;
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  overflow:hidden;
}
.real-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px;
  background:#2a2118;
}
.real-pair figure{
  margin:0;
  position:relative;
  height:360px;
  overflow:hidden;
  background:#111;
}
.real-pair img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.real-pair figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 11px;
  background:rgba(0,0,0,.78);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  border:1px solid rgba(255,255,255,.15);
}
.real-pair .after-cap{
  background:#c28d45;
  color:#120e09;
  border-color:#c28d45;
}
.real-project-copy{
  padding:24px 24px 28px;
}
.real-project-copy h3{
  font-family:Georgia,serif;
  color:#fff;
  font-size:28px;
  margin:0 0 10px;
}
.real-project-copy p{
  color:#b8b1a9;
  line-height:1.72;
  margin:0;
  font-size:14px;
}
.more-projects-note{
  text-align:center;
  margin-top:28px;
  color:#a99e91;
  font-size:13px;
  letter-spacing:.04em;
}
@media(max-width:980px){
  .real-project-grid{
    grid-template-columns:1fr;
  }
  .real-pair figure{
    height:320px;
  }
}
@media(max-width:600px){
  .real-pair{
    grid-template-columns:1fr;
  }
  .real-pair figure{
    height:280px;
  }
}

/* Three-project layout */
@media(min-width:1180px){
  .real-project-grid{
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }
  .real-pair figure{
    height:285px;
  }
  .real-project-copy{
    min-height:190px;
  }
  .real-project-copy h3{
    font-size:24px;
  }
}
.direct-contact{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:14px}.direct-contact a,.footer a{color:#c99a58;text-decoration:none}.direct-contact a:hover,.footer a:hover{text-decoration:underline}

/* Before & After paired lightbox */
.real-pair{cursor:zoom-in}
.real-pair:focus-visible{outline:2px solid #d0a057;outline-offset:4px}
.pair-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:1000;display:none;align-items:center;justify-content:center;padding:70px 28px 28px}
.pair-lightbox.open{display:flex}
.pair-lightbox-content{width:min(1400px,96vw);display:grid;grid-template-columns:1fr 1fr;gap:18px}
.pair-lightbox figure{margin:0;position:relative;background:#0b0a08;border:1px solid #4d3a25}
.pair-lightbox img{display:block;width:100%;height:min(72vh,820px);object-fit:contain;background:#050504}
.pair-lightbox figcaption{position:absolute;left:14px;bottom:14px;background:#080706;color:#fff;padding:8px 11px;font-size:11px;font-weight:800;letter-spacing:.12em}
.pair-lightbox figcaption.after-cap{color:#d0a057}
.pair-lightbox-close{position:absolute;right:24px;top:18px;border:0;background:transparent;color:white;font-size:46px;line-height:1;cursor:pointer}
body.lightbox-open{overflow:hidden}
@media(max-width:700px){.pair-lightbox{padding:58px 12px 12px}.pair-lightbox-content{grid-template-columns:1fr;gap:10px}.pair-lightbox img{height:38vh}.pair-lightbox-close{right:14px;top:10px}}

/* Scrollable Before & After gallery */
.real-project-grid{display:flex!important;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.real-project-card{flex:0 0 min(760px,88vw);scroll-snap-align:start;margin:0!important}
.real-project-copy{display:none!important}
.real-pair{display:grid;grid-template-columns:1fr 1fr;gap:2px;cursor:pointer;overflow:hidden;border-radius:14px}
.real-pair figure{position:relative;margin:0;min-width:0}
.real-pair img{width:100%;height:360px;object-fit:cover;display:block}
.pair-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border:0;border-radius:50%;font-size:36px;line-height:1;cursor:pointer;background:rgba(255,255,255,.9);color:#111}
.pair-prev{left:18px}.pair-next{right:18px}
@media(max-width:700px){.real-project-card{flex-basis:92vw}.real-pair img{height:240px}.pair-lightbox-nav{width:42px;height:42px;font-size:30px}.pair-prev{left:6px}.pair-next{right:6px}.pair-lightbox-content{width:88vw}}
