:root{
  --ink:#1e272b;
  --blue:#103846;
  --blue-dark:#082934;
  --wood:#b96f3f;
  --wood-dark:#8f4f29;
  --cream:#f6f1ea;
  --cream-2:#ede5da;
  --white:#fff;
  --muted:#6b7174;
  --line:#ddd3c7;
  --green:#25d366;
  --shadow:0 18px 50px rgba(20,36,42,.11);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{color:inherit}
.container{width:min(1180px,92%);margin-inline:auto}
.section{padding:100px 0}
.section-soft{background:var(--cream)}
.section-dark{background:var(--blue-dark);color:var(--white)}
.eyebrow{color:var(--wood);font-weight:800;font-size:11px;letter-spacing:2.5px;margin-bottom:14px}
.eyebrow-light{color:#e2b083}
.section-title{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(38px,5vw,60px);line-height:1.07;color:var(--blue-dark);max-width:760px}
.section-title.light{color:var(--white)}

/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,211,199,.9)}
.nav-wrap{min-height:86px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.logo{width:74px;height:58px;object-fit:contain;border-radius:4px}
.brand-copy strong{display:block;color:var(--blue);font-family:Georgia,'Times New Roman',serif;font-size:18px;letter-spacing:.2px}
.brand-copy span{display:block;color:var(--wood);font-size:8.5px;letter-spacing:1.8px;margin-top:2px}
.main-nav{display:flex;align-items:center;gap:23px;margin-left:auto}
.main-nav a{font-size:12px;font-weight:700;color:#2e3a3f;position:relative;padding:32px 0}
.main-nav a:after{content:"";position:absolute;left:0;bottom:24px;width:0;height:2px;background:var(--wood);transition:.2s ease}
.main-nav a:hover:after{width:100%}
.nav-cta{background:var(--blue);color:var(--white);padding:12px 18px;border-radius:4px;font-size:11px;font-weight:800;transition:.2s ease}
.nav-cta:hover{background:var(--wood)}
.menu-toggle{display:none;margin-left:auto;width:42px;height:42px;border:1px solid var(--line);background:var(--white);border-radius:5px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:19px;height:2px;background:var(--blue)}

/* HERO */
.hero{position:relative;min-height:710px;display:flex;align-items:center;background:url('img/parquet-sala.jpg.jpeg') center/cover no-repeat;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 35%,rgba(255,255,255,.64) 57%,rgba(7,27,35,.12) 82%,rgba(7,27,35,.2) 100%)}
.hero-content{position:relative;z-index:1;padding:85px 0}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(50px,7vw,83px);line-height:1.01;color:var(--blue-dark);max-width:760px;letter-spacing:-1.7px}
.hero h1 em{display:block;color:var(--wood);font-weight:400}
.hero-text{max-width:610px;color:#4f5b60;font-size:16px;line-height:1.9;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{min-height:52px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:11px;font-weight:800;letter-spacing:.4px;transition:.2s ease}
.btn-primary{background:var(--wood);color:var(--white);box-shadow:0 10px 25px rgba(185,111,63,.22)}
.btn-primary:hover{background:var(--wood-dark);transform:translateY(-2px)}
.btn-light{background:rgba(255,255,255,.94);color:var(--blue);border:1px solid rgba(16,56,70,.35)}
.btn-light:hover{background:var(--blue);color:var(--white)}
.hero-badges{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;color:#576267;font-size:12px;font-weight:700}
.hero-badges span{display:flex;align-items:center;gap:5px}

/* INTRO */
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.intro-copy h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--blue);font-size:26px;line-height:1.25;margin-bottom:16px}
.intro-copy>p{color:var(--muted);line-height:1.9}
.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.mini-stats div{border-top:2px solid var(--wood);padding-top:12px}
.mini-stats strong{display:block;color:var(--blue);font-size:16px}
.mini-stats span{font-size:11px;color:var(--muted)}

/* SECTION HEADING */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:42px}
.section-heading>p{max-width:390px;color:var(--muted);line-height:1.8}

/* PRODUCTS */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{background:var(--white);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 30px rgba(24,38,43,.06);transition:.25s ease}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.card-image{height:325px;overflow:hidden}
.card-image img{height:100%;object-fit:cover;transition:.4s ease}
.product-card:hover .card-image img{transform:scale(1.035)}
.card-body{padding:26px}
.tag{font-size:9px;font-weight:800;letter-spacing:1.8px;color:var(--wood)}
.card-body h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:29px;color:var(--blue);margin:8px 0 10px}
.card-body p{font-size:13px;color:var(--muted);line-height:1.75;min-height:68px}
.card-body a{display:inline-block;margin-top:15px;color:var(--blue);font-size:11px;font-weight:800}
.card-body a:hover{color:var(--wood)}

/* INSTALL */
.install-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.install-image-wrap{position:relative}
.install-image-wrap>img{height:590px;object-fit:cover;border-radius:8px}
.image-note{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(8,41,52,.94);color:var(--white);padding:18px 20px;border-radius:5px;backdrop-filter:blur(5px)}
.image-note strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400}
.image-note span{font-size:11px;color:#d8e1e3}
.install-copy>p:not(.eyebrow){color:var(--muted);margin:20px 0 22px;line-height:1.9}
.check-list{list-style:none;border-top:1px solid var(--line);margin-bottom:24px}
.check-list li{padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}
.check-list li:before{content:'✓';color:var(--wood);font-weight:900;margin-right:10px}
.text-link{font-size:11px;font-weight:800;color:var(--blue)}
.text-link:hover{color:var(--wood)}

/* SERVICES */
.services-heading{max-width:760px;margin-bottom:38px}
.services-heading>p:last-child{color:#c6d1d5;margin-top:15px}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.service-card{border:1px solid rgba(255,255,255,.14);border-radius:7px;overflow:hidden;background:rgba(255,255,255,.045)}
.service-card button{width:100%;border:0;background:transparent;color:var(--white);display:grid;grid-template-columns:54px 1fr 34px;align-items:center;gap:14px;text-align:left;padding:18px 20px;cursor:pointer}
.service-number{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--wood);font-family:Georgia,'Times New Roman',serif;font-size:17px}
.service-title{font-family:Georgia,'Times New Roman',serif;font-size:23px}
.service-arrow{font-size:25px;color:#e4b48f;text-align:center}
.service-detail{display:none;border-top:1px solid rgba(255,255,255,.11)}
.service-card.open .service-detail{display:block;animation:fadeIn .25s ease}
.service-detail img{height:280px;object-fit:cover;object-position:center}
.service-detail p{padding:17px 20px 20px;color:#c7d2d5;font-size:13px;line-height:1.75}
@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

/* GALLERY */
.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:300px 300px;gap:15px}
.gallery-item{position:relative;overflow:hidden;border-radius:7px;background:var(--cream)}
.gallery-item img{height:100%;object-fit:cover;object-position:center;transition:.4s ease}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-large{grid-row:1/3}
.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:35px 18px 16px;background:linear-gradient(transparent,rgba(4,25,33,.83));color:var(--white);font-family:Georgia,'Times New Roman',serif;font-size:20px}

/* QUOTE */
.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:68px;align-items:start}
.quote-copy>p:not(.eyebrow){color:var(--muted);line-height:1.9;margin-top:19px;max-width:470px}
.contact-highlight{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}
.contact-highlight span{display:block;font-size:9px;font-weight:800;letter-spacing:2px;color:var(--wood)}
.contact-highlight a{display:block;font-family:Georgia,'Times New Roman',serif;font-size:34px;color:var(--blue);margin:4px 0}
.contact-highlight small{color:var(--muted)}
.quote-form{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:34px;box-shadow:0 15px 40px rgba(24,38,43,.07)}
.form-title{margin-bottom:23px}
.form-title h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400;color:var(--blue)}
.form-title p{font-size:12px;color:var(--muted)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form label{display:block;font-size:11px;font-weight:800;color:#3b474c;margin-bottom:14px}
.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #d7cec2;border-radius:4px;background:var(--white);padding:13px 14px;outline:none;color:var(--ink);transition:.18s ease}
.quote-form input,.quote-form select{height:50px}
.quote-form textarea{min-height:120px;resize:vertical}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--wood);box-shadow:0 0 0 3px rgba(185,111,63,.10)}
.submit-btn{width:100%;min-height:54px;border:0;border-radius:4px;background:var(--blue);color:var(--white);font-size:11px;font-weight:800;letter-spacing:.3px;cursor:pointer;transition:.2s ease}
.submit-btn:hover{background:var(--wood)}
.privacy-note{text-align:center;color:#858585;font-size:10px;margin-top:10px}

/* CTA */
.cta-band{background:var(--blue);padding:68px 0;color:var(--white)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.cta-inner h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,5vw,55px);font-weight:400;line-height:1.08}
.btn-white{background:var(--white);color:var(--blue);min-width:205px}
.btn-white:hover{background:var(--wood);color:var(--white)}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:60px}
.footer-logo{width:180px;height:112px;object-fit:contain;object-position:left center;margin-bottom:16px}
.contact-brand h2{font-family:Georgia,'Times New Roman',serif;color:var(--blue);font-weight:400;font-size:31px}
.contact-brand p{color:var(--muted);max-width:440px;margin-top:10px}
.contact-col>span{display:block;color:var(--wood);font-size:9px;letter-spacing:2px;font-weight:800;margin-bottom:10px}
.contact-col a{display:block;padding:9px 0;border-bottom:1px solid var(--line);font-size:13px;color:#445056}
.contact-col a:hover{color:var(--wood)}
footer{background:#eee8e0;padding:22px 0;color:#747474;font-size:11px}
.footer-row{display:flex;justify-content:space-between;gap:20px}

/* WHATSAPP */
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:1100;height:58px;padding:0 18px;display:flex;align-items:center;gap:9px;border-radius:32px;background:var(--green);color:var(--white);font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.24);transition:.2s ease}
.whatsapp-float:hover{transform:translateY(-3px)}
.whatsapp-float svg{width:25px;height:25px;fill:var(--white)}
.whatsapp-float span{font-size:12px}

/* TABLET */
@media(max-width:980px){
  .main-nav{position:absolute;left:0;right:0;top:86px;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.08);padding:8px 4% 15px}
  .main-nav.open{display:flex}
  .main-nav a{padding:13px 0;border-bottom:1px solid #eee}
  .main-nav a:after{display:none}
  .menu-toggle{display:flex}
  .nav-cta{margin-left:0}
  .intro-grid,.install-grid,.quote-grid{grid-template-columns:1fr;gap:45px}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-card:last-child{grid-column:1/-1;max-width:calc(50% - 10px)}
  .service-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 270px 270px}
  .gallery-large{grid-column:1/-1;grid-row:auto}
  .contact-grid{grid-template-columns:1.2fr 1fr 1fr;gap:30px}
}

/* MOBILE */
@media(max-width:650px){
  html{scroll-padding-top:76px}
  .section{padding:72px 0}
  .nav-wrap{min-height:76px;gap:10px}
  .logo{width:56px;height:48px}
  .brand-copy strong{font-size:13px}
  .brand-copy span{display:none}
  .menu-toggle{width:38px;height:38px}
  .nav-cta{padding:10px 11px;font-size:9px}
  .main-nav{top:76px}

  .hero{min-height:650px;background-position:64% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 62%,rgba(255,255,255,.64) 100%)}
  .hero-content{padding:65px 0}
  .hero h1{font-size:47px;letter-spacing:-.8px;max-width:360px}
  .hero-text{font-size:14px;line-height:1.75;max-width:355px}
  .hero-actions{flex-direction:column;max-width:330px}
  .btn{width:100%}
  .hero-badges{display:grid;gap:8px}

  .section-title{font-size:39px}
  .intro-grid{gap:28px}
  .intro-copy h3{font-size:22px}
  .mini-stats{grid-template-columns:1fr;gap:12px}
  .section-heading{flex-direction:column;align-items:flex-start;gap:18px}
  .product-grid{grid-template-columns:1fr}
  .product-card:last-child{grid-column:auto;max-width:none}
  .card-image{height:285px}

  .install-grid{gap:35px}
  .install-image-wrap>img{height:430px}
  .image-note{left:14px;right:14px;bottom:14px;padding:15px}
  .image-note strong{font-size:19px}

  .service-card button{grid-template-columns:48px 1fr 26px;padding:15px}
  .service-number{width:42px;height:42px;font-size:15px}
  .service-title{font-size:20px}
  .service-detail img{height:240px}

  .gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  .gallery-item,.gallery-large{height:285px;grid-column:auto;grid-row:auto}

  .quote-grid{gap:35px}
  .quote-form{padding:23px 17px}
  .form-row{grid-template-columns:1fr;gap:0}
  .contact-highlight a{font-size:31px}

  .cta-inner{flex-direction:column;align-items:flex-start}
  .cta-inner .btn{width:auto}

  .contact-grid{grid-template-columns:1fr;gap:35px}
  .footer-logo{width:150px;height:95px}
  .footer-row{flex-direction:column;gap:5px}
  .whatsapp-float{width:58px;padding:0;justify-content:center}
  .whatsapp-float span{display:none}
}
