:root{
  --topbar:#242419;
  --ink:#1e1f1c;
  --muted:#65625b;
  --cream:#f6f2ea;
  --cream2:#f9f6ef;
  --line:#ded8cf;
  --rust:#a65c41;
  --rust-dark:#8b4935;
  --olive:#4f552b;
  --footer:#151817;
  --white:#fff;
  --shadow:0 8px 22px rgba(42,34,25,.08);
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream2);
  font-family:"Trebuchet MS", Arial, sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{display:inline-block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(var(--max), calc(100% - 72px));margin:0 auto}

.topbar{
  height:30px;
  background:var(--topbar);
  color:#f3efe6;
  font-size:12px;
  font-weight:700;
}
.topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar__item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.topbar svg{width:14px;height:14px;stroke-width:1.7}
.topbar__right{display:flex;align-items:center;gap:14px}
.topbar__divider{height:14px;width:1px;background:rgba(255,255,255,.33)}
.flag{font-size:12px;line-height:1}

.site-header{
  height:66px;
  background:#f8f5ee;
  border-bottom:1px solid #ded9cf;
  position:relative;
  z-index:10;
}
.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;min-width:251px;gap:17px;color:#222}
.brand__name{
  font-family:Georgia,"Times New Roman",serif;
  font-size:33px;
  letter-spacing:7px;
  line-height:1;
  font-weight:400;
}
.brand__line{height:31px;width:1px;background:#d7d1c8;margin-left:-3px}
.brand__sub{font-size:14px;color:#736f66;letter-spacing:.2px;white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:37px;font-size:14px;font-weight:700;margin-left:auto}
.main-nav a{position:relative;padding:26px 0 22px;color:#2f2f2c}
.main-nav a.active::after{
  content:"";position:absolute;left:0;right:0;bottom:18px;margin:auto;width:29px;height:1px;background:var(--rust)
}
.header-whats{
  width:105px;height:34px;border:1px solid #777169;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;color:#2c2c29;background:rgba(255,255,255,.12)
}
.header-whats svg{width:15px;height:15px;stroke-width:1.8}
.nav-toggle{display:none;border:0;background:transparent;padding:8px;margin-left:auto}
.nav-toggle span{display:block;width:24px;height:2px;background:#2a2a27;margin:5px 0}

.hero{
  position:relative;
  height:410px;
  overflow:hidden;
  background:#302b20;
}
.hero__media{
  position:absolute;inset:0;
  background-image:url('../img/hero.jpg');
  background-size:cover;
  background-position:center 61%;
  transform:scale(1.01);
}
.hero__shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.54) 30%, rgba(0,0,0,.24) 57%, rgba(0,0,0,.08) 100%),
    linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.02));
}
.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:5px}
.hero h1{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:38px;
  line-height:1.06;
  letter-spacing:.2px;
  color:#fff;
  font-weight:700;
  text-shadow:0 2px 8px rgba(0,0,0,.24);
}
.hero p{margin:0 0 30px;color:#fff;font-size:17px;line-height:1.5;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.hero__actions{display:flex;gap:17px;align-items:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;border-radius:4px;padding:0 18px;
  font-size:14px;font-weight:800;letter-spacing:.1px;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--rust);border:1px solid #c27659;color:#fff;min-width:176px}
.btn-primary:hover{background:var(--rust-dark)}
.btn-outline{border:1px solid rgba(255,255,255,.92);color:#fff;background:rgba(31,28,22,.2);min-width:144px}
.btn-outline:hover{background:rgba(255,255,255,.11)}

.section{background:var(--cream2)}
.section-products{padding:26px 0 24px}
.section-title{text-align:center;margin-bottom:24px}
.section-title h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  line-height:1.2;
  margin:0;
  font-weight:700;
  color:#1b1c1a;
}
.section-title span,.title-line{display:block;width:25px;height:1px;background:var(--rust);margin:11px auto 0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fffdf8;border:1px solid #ddd6cc;border-radius:3px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.025)}
.product-card img{width:100%;height:clamp(167px, 13.2vw, 212px);object-fit:cover;background:#ddd0c2}
.product-card__body{text-align:center;padding:15px 12px 14px;min-height:116px}
.product-card h3{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.2;font-weight:400;color:#262521}
.product-card p{margin:0 0 16px;font-size:11px;font-weight:700;color:#262521;letter-spacing:.05px}
.product-card a{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:28px;border:1px solid #bb745f;border-radius:3px;color:#a4563d;font-size:11px;font-weight:800;background:#fffdf8}
.product-card a:hover{background:#fff5ef}

.about-section{height:326px;background:#f5f1e9;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);border-top:1px solid #eee9e0;border-bottom:1px solid #eee9e0}
.about__image{background-image:url('../img/sobre-showroom.jpg');background-size:cover;background-position:center center;min-height:326px}
.about__content{display:flex;align-items:center;background:#f5f1e9}
.about__inner{padding:0 64px 0 44px;max-width:575px}
.about__inner h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.2;font-weight:400;margin:0;color:#161614}
.about__inner .title-line{margin:11px 0 18px;width:25px}
.about__lead{font-size:16px;line-height:1.48;margin:0 0 25px;color:#282824;font-weight:400;max-width:520px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.feature{padding:0 18px 0 0;border-right:1px solid #d4cec5}
.feature + .feature{padding-left:26px}
.feature:last-child{border-right:0;padding-right:0}
.feature__icon{width:47px;height:47px;border:1px solid #b78576;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 8px;color:#34342f}
.feature__icon svg{width:29px;height:29px;stroke-width:1.35}
.feature h3{font-size:13px;line-height:1.2;margin:0 0 8px;font-weight:800;color:#2d2c29}
.feature p{font-size:11px;line-height:1.55;margin:0;color:#262522;font-weight:600}

.section-steps{padding:24px 0 24px;background:#f8f5ee}
.section-title--steps{margin-bottom:18px}
.section-title--steps h2{font-size:30px;font-weight:400}
.section-title--steps span{margin-top:9px}
.steps-grid{display:grid;grid-template-columns:1fr 18px 1fr 18px 1fr 18px 1fr;gap:16px;align-items:center}
.step-card{height:138px;background:#fbf9f4;border:1px solid #ded8ce;border-radius:4px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;padding:14px 14px 12px;box-shadow:0 1px 2px rgba(0,0,0,.025)}
.step-card__icon{width:54px;height:54px;border-radius:50%;background:var(--olive);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:7px}
.step-card__icon svg{width:30px;height:30px;stroke-width:1.5}
.step-card h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.14;font-weight:700;color:#25231e}
.step-card p{margin:0;font-size:11px;line-height:1.42;color:#282824;font-weight:600;max-width:190px}
.step-arrow{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1;color:#4d4d47;text-align:center;margin-top:2px}

.cta{position:relative;height:124px;background:linear-gradient(90deg,#9a563f 0%,#93503c 55%,#513626 100%);overflow:hidden;color:#fff}
.cta__image{position:absolute;right:0;top:0;bottom:0;width:43%;background-image:linear-gradient(90deg,rgba(151,79,58,.45) 0%,rgba(151,79,58,.18) 25%,rgba(0,0,0,0) 56%),url('../img/cta-madeira.jpg');background-size:cover;background-position:center}
.cta__inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:4px}
.cta h2{margin:0 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.15;font-weight:400;color:#fff}
.btn-cta{border:1px solid rgba(255,255,255,.92);color:#fff;background:transparent;height:34px;min-height:34px;min-width:162px;font-size:13px;padding:0 19px}
.btn-cta:hover{background:rgba(255,255,255,.1)}

.footer{background:var(--footer);color:#f4efe8}
.footer__grid{min-height:210px;display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:54px;padding:25px 5px 21px}
.footer__brand strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1;letter-spacing:1.8px;font-weight:400;margin-bottom:2px}
.footer__brand span{display:block;font-size:13px;line-height:1.2;margin-bottom:13px;color:#f2eee7}
.footer__brand p{margin:0 0 15px;font-size:12px;line-height:1.55;max-width:185px;color:#fff;font-weight:500}
.socials{display:flex;gap:13px}
.socials a{width:22px;height:22px;border:1px solid rgba(255,255,255,.67);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}
.socials svg{width:13px;height:13px;stroke-width:1.6}
.footer__col h3{margin:0 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:400;color:#fdf9f1}
.footer__col a{display:block;font-size:12px;line-height:1.8;color:#f5f1ea;font-weight:500}
.footer__col p{margin:0 0 8px;font-size:12px;line-height:1.5;color:#f5f1ea;font-weight:500}
.footer__contact p,.footer__where p:first-of-type{display:flex;align-items:flex-start;gap:11px}
.footer__contact svg,.footer__where svg{width:15px;height:15px;min-width:15px;margin-top:2px;color:#f5f1ea;stroke-width:1.45}
.footer__contact span{display:inline-block;margin-top:4px}
.footer__where p:last-child{margin-top:22px;max-width:190px;font-size:13px;line-height:1.45;color:#eee8e0}
.footer__bottom{height:29px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;font-size:11px;color:#d8d1c7;background:rgba(0,0,0,.08)}

@media (min-width:1400px){
  .hero{height:435px}
  .hero h1{font-size:42px}
  .hero p{font-size:18px}
}
@media (min-width:1100px) and (max-width:1399px){
  :root{--max:1080px}
  .hero{height:392px}
  .product-grid{gap:14px}
  .about-section{height:300px}
  .about__image{min-height:300px}
  .step-card{height:126px}
  .section-steps{padding-top:18px;padding-bottom:20px}
}

@media (max-width:900px){
  :root{--max:100%}
  .wrap{width:calc(100% - 38px)}
  .topbar{height:auto;min-height:32px;padding:6px 0}
  .topbar__inner{align-items:flex-start;gap:8px;flex-direction:column}
  .topbar__right{gap:10px;flex-wrap:wrap}
  .site-header{height:auto;min-height:66px}
  .header__inner{min-height:66px;flex-wrap:wrap;gap:12px;padding:10px 0}
  .brand{min-width:0;gap:11px}
  .brand__name{font-size:28px;letter-spacing:5px}
  .brand__sub{font-size:12px}
  .nav-toggle{display:block}
  .main-nav{display:none;width:100%;order:5;flex-direction:column;align-items:flex-start;gap:0;padding:6px 0}
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 0;width:100%}
  .main-nav a.active::after{left:0;right:auto;bottom:8px}
  .header-whats{height:34px;width:102px;margin-left:auto}
  .hero{height:430px}
  .hero__content{justify-content:flex-end;padding-bottom:42px}
  .hero h1{font-size:34px}
  .hero p{font-size:16px}
  .hero__actions{flex-wrap:wrap}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-card img{height:190px}
  .about-section{height:auto;grid-template-columns:1fr}
  .about__image{min-height:265px}
  .about__inner{padding:32px 24px 34px;max-width:none}
  .features{grid-template-columns:1fr;gap:18px}
  .feature,.feature + .feature{border-right:0;border-bottom:1px solid #d4cec5;padding:0 0 18px}
  .feature:last-child{border-bottom:0;padding-bottom:0}
  .steps-grid{grid-template-columns:1fr;gap:12px}
  .step-arrow{display:none}
  .step-card{height:auto;min-height:125px}
  .cta{height:auto;min-height:150px}
  .cta__image{width:55%;opacity:.45}
  .footer__grid{grid-template-columns:1fr 1fr;gap:28px;padding-left:0;padding-right:0}
}
@media (max-width:560px){
  .wrap{width:calc(100% - 28px)}
  .topbar__right{display:none}
  .brand__name{font-size:24px;letter-spacing:3px}
  .brand__line{height:25px}
  .header-whats{display:none}
  .hero{height:490px}
  .hero h1{font-size:31px}
  .hero p br{display:none}
  .btn{width:100%}
  .hero__actions{width:100%}
  .product-grid{grid-template-columns:1fr}
  .product-card img{height:220px}
  .section-title h2{font-size:28px}
  .about__inner h2,.section-title--steps h2,.cta h2{font-size:27px}
  .cta__image{display:none}
  .footer__grid{grid-template-columns:1fr;min-height:0}
}
