/*
Theme Name: Luz Hotel Pato Branco
Theme URI: https://luzhotelpatobranco.com.br
Author: Luz Hotel
Description: Tema editorial responsivo do Luz Hotel Pato Branco. Tradicao desde 1952.
Version: 1.4.2
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: luzhotel
*/

/* ============ RESET / BASE ============ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:Manrope,system-ui,-apple-system,sans-serif;color:#26221f;background:#fbf9f5;font-size:15px;line-height:1.6;text-wrap:pretty}
img{display:block;max-width:100%;width:100%;height:auto;object-fit:cover}
a{color:#6D282B;text-decoration:none}
a:hover{color:#8a3438}
p{margin:0}
button,input{font-family:inherit}
.serif{font-family:Manrope,system-ui,sans-serif}
.lz-wrap{max-width:1240px;margin:0 auto;padding:0 24px}
.lz-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#6D282B;margin-bottom:14px}
.lz-h2{font-family:Manrope,system-ui,sans-serif;font-size:27px;line-height:1.22;font-weight:600;letter-spacing:-.02em;margin:0}
.lz-body{font-size:14.5px;line-height:1.75;color:#4a443f}
.lz-inline-link{font-size:12px;letter-spacing:.05em;text-decoration:underline;display:inline-block}
.lz-skip{position:absolute;left:-9999px}
.lz-skip:focus{left:12px;top:12px;background:#fff;padding:10px 16px;z-index:99}

/* ============ HEADER ============ */
.lz-header{position:sticky;top:0;z-index:40;background:rgba(251,249,245,.66);backdrop-filter:blur(16px) saturate(1.3);-webkit-backdrop-filter:blur(16px) saturate(1.3);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px -8px rgba(20,15,12,.08);transition:box-shadow .35s ease,border-color .35s ease}
.lz-header.is-scrolled{background:rgba(251,249,245,.76);border-bottom-color:rgba(0,0,0,.04);box-shadow:0 22px 40px -18px rgba(20,15,12,.32)}
.lz-header__inner{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;max-width:1240px;margin:0 auto}
.lz-logo img{width:250px;height:auto}
.lz-nav{display:none}
.lz-nav ul,.lz-drawer__links ul,.lz-footer__links ul{list-style:none;margin:0;padding:0}
.lz-nav__list{display:flex;gap:28px;align-items:center}
.lz-drawer__list{display:flex;flex-direction:column;gap:26px}
.lz-footer__list{display:flex;flex-direction:column;gap:10px}
.lz-footer__list a{color:#e8e2d8}
.lz-footer__list a:hover{color:#fff}
.lz-nav li,.lz-drawer__links li,.lz-footer__links li{list-style:none;margin:0}
.lz-nav li a{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:#26221f;font-weight:500}
.lz-nav li a:hover{color:#6D282B}
.lz-nav li.current-menu-item a{color:#6D282B}
.lz-drawer__links li a{font-family:Manrope,system-ui,sans-serif;font-size:27px;font-weight:600;letter-spacing:-.02em;color:#26221f}
.lz-navlink{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:#26221f;font-weight:500}
.lz-navlink:hover,.lz-navlink.is-current{color:#6D282B}
.lz-navlink--btn{border:1px solid #26221f;padding:10px 20px}
.lz-navlink--btn:hover{border-color:#6D282B}
.lz-burger{display:flex;flex-direction:column;gap:4px;width:22px;height:22px;justify-content:center;background:none;border:none;padding:0;cursor:pointer}
.lz-burger span{display:block;height:1px;background:#26221f;transition:transform .3s ease,opacity .2s ease}
.lz-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(5px) rotate(45deg)}
.lz-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.lz-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}

/* drawer mobile */
.lz-drawer{position:fixed;inset:0;background:#fbf9f5;z-index:50;display:flex;flex-direction:column;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.lz-drawer.is-open{opacity:1;visibility:visible}
.lz-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}
.lz-drawer__close{background:none;border:none;font-size:26px;line-height:1;color:#26221f;cursor:pointer;padding:0}
.lz-drawer__links{display:flex;flex-direction:column;gap:26px}
.lz-drawer__links a{font-family:Manrope,system-ui,sans-serif;font-size:27px;font-weight:600;letter-spacing:-.02em;color:#26221f}
.lz-drawer__foot{margin-top:auto;font-size:12.5px;color:#6b6560;line-height:1.9}

/* ============ HERO ============ */
@keyframes lzHeroZoom{0%{transform:scale(1)}100%{transform:scale(1.09)}}
@keyframes lzHeroGradient{0%{opacity:.85}50%{opacity:1}100%{opacity:.85}}
@keyframes lzFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.lz-hero{position:relative;height:560px;overflow:hidden}
@keyframes lzHeroFade{0%{opacity:1}27%{opacity:1}33%{opacity:0}94%{opacity:0}100%{opacity:1}}
.lz-hero__img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;transform-origin:center;opacity:0;animation:lzHeroFade 24s linear infinite,lzHeroZoom 12s ease-in-out infinite alternate}
.lz-hero__img:nth-of-type(1){animation-delay:0s,0s}
.lz-hero__img:nth-of-type(2){animation-delay:-8s,-2s}
.lz-hero__img:nth-of-type(3){animation-delay:-16s,-4s}
.lz-hero__grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,12,.15) 0%,rgba(20,15,12,.05) 40%,rgba(20,15,12,.55) 100%);animation:lzHeroGradient 9s ease-in-out infinite}
.lz-hero__body{position:absolute;left:24px;right:24px;bottom:32px;color:#fff}
.lz-hero__eyebrow{font-family:Manrope,system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.35);margin-bottom:10px;animation:lzFadeUp .9s cubic-bezier(.22,1,.36,1) .1s both}
.lz-hero__title{font-family:Manrope,system-ui,sans-serif;font-size:40px;line-height:1.08;font-weight:600;letter-spacing:-.03em;margin:0 0 18px;animation:lzFadeUp .9s cubic-bezier(.22,1,.36,1) .35s both}
.lz-hero__cta{display:inline-block;border:1px solid rgba(255,255,255,.8);padding:13px 26px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff;animation:lzFadeUp .9s cubic-bezier(.22,1,.36,1) .6s both;transition:background .3s ease,color .3s ease}
.lz-hero__cta:hover{background:#fff;color:#26221f}
.lz-hero__title br{display:none}

/* page hero (internas) */
.lz-phero{position:relative;height:320px;overflow:hidden}
.lz-phero__img{position:absolute;inset:0;height:100%;width:100%}
.lz-phero__grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,12,.1) 0%,rgba(20,15,12,.55) 100%)}
.lz-phero__body{position:absolute;left:0;right:0;bottom:32px;color:#fff;max-width:1240px;margin:0 auto;padding:0 24px}
.lz-phero__eyebrow{font-family:Manrope,system-ui,sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase;opacity:.9;margin-bottom:10px}
.lz-phero__title{font-family:Manrope,system-ui,sans-serif;font-size:36px;line-height:1.1;font-weight:600;letter-spacing:-.03em;margin:0}
.lz-phero__sub{font-size:15px;line-height:1.6;color:rgba(255,255,255,.9);margin:10px 0 0;max-width:520px}

/* ============ DESTAQUES ============ */
.lz-feats{display:flex;flex-direction:column;gap:24px;padding:40px 24px;border-bottom:1px solid rgba(0,0,0,.07);max-width:1240px;margin:0 auto}
.lz-feat{display:flex;align-items:center;gap:16px}
.lz-feat img{width:56px;height:56px;border-radius:100px;flex:none}
.lz-feat__icon{width:52px;height:52px;flex:none;color:#6D282B;display:flex;align-items:center;justify-content:center}
.lz-feat__icon svg{width:100%;height:100%;display:block}
.lz-feat__t{font-family:Manrope,system-ui,sans-serif;font-size:16px;font-weight:500;margin-bottom:2px}
.lz-feat__d{font-size:12px;color:#6b6560;line-height:1.6}
.lz-feats__div{display:none;background:rgba(0,0,0,.08)}

/* ============ SOBRE (home) ============ */
.lz-about{max-width:1240px;margin:0 auto}
.lz-about__text{padding:56px 24px;display:flex;flex-direction:column}
.lz-about__text .lz-eyebrow{order:1}
.lz-about__text .lz-h2{order:2;margin-bottom:8px}
.lz-about__text .lz-about__link{order:3;margin-bottom:12px}
.lz-about__text p{order:4;margin-bottom:16px}
.lz-about__text p:last-of-type{margin-bottom:0}
.lz-about__img{height:320px}

/* ============ ACOMODAÇÕES ============ */
.lz-rooms{padding:56px 0 40px;background:#f3efe7}
.lz-rooms__head{padding:0 24px 28px;max-width:1240px;margin:0 auto}
.lz-rooms__head .lz-h2{margin-bottom:8px}
.lz-rooms__grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:40px;padding:0 24px;max-width:1240px;margin:0 auto}
.lz-room img{height:230px}
.lz-room__meta{padding-top:16px;display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.lz-room__name{font-family:Manrope,system-ui,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.02em}
.lz-room__num{font-size:12px;color:#6D282B;letter-spacing:.05em;white-space:nowrap}
.lz-room__desc{font-size:13.5px;color:#6b6560;line-height:1.6;margin:8px 0 0}

/* ============ CORPORATIVO ============ */
.lz-corp{background:#5A2124;color:#f7efef}
.lz-corp__inner{max-width:1240px;margin:0 auto;display:flex;flex-direction:column}
.lz-corp__text{padding:56px 24px 0;order:1}
.lz-corp__img{order:2}
.lz-corp__tags{order:3}
.lz-corp__text .lz-eyebrow{color:#e7bfc0}
.lz-corp__text .lz-h2{margin-bottom:20px}
.lz-corp__text p{font-size:14px;line-height:1.7;color:#eddcdc;margin:0 0 20px}
.lz-corp__link{font-size:12px;letter-spacing:.05em;text-decoration:underline;color:#f4f0ea}
.lz-corp__link:hover{color:#fff}
.lz-corp__img{height:260px;margin-top:32px}
.lz-corp__tags{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:12.5px;color:#e3cfcf;padding:20px 24px 56px}
.lz-corp__tags span::before{content:"\2713";margin-right:8px;color:#e7bfc0}

/* ============ INCLUSO ============ */
.lz-incl{padding:56px 0}
.lz-incl__head{max-width:1240px;margin:0 auto 24px;padding:0 24px}
.lz-incl__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1240px;margin:0 auto;padding:0 24px}
.lz-incl__grid img{height:150px}
.lz-incl__cap{font-family:Manrope,system-ui,sans-serif;padding-top:10px;font-size:15px}

/* ============ LOCALIZAÇÃO ============ */
.lz-loc{padding:0 24px 56px;max-width:1240px;margin:0 auto}
.lz-loc .lz-h2{margin-bottom:16px}
.lz-loc p{margin-bottom:16px}
.lz-map{height:220px;background:repeating-linear-gradient(135deg,#e7e2d8,#e7e2d8 10px,#dfd9cd 10px,#dfd9cd 20px);display:flex;align-items:center;justify-content:center;font:12px ui-monospace,monospace;color:#8a827a}
.lz-map iframe{width:100%;height:100%;border:0;display:block}

/* ============ INSTAGRAM ============ */
.lz-ig{padding:0 24px 56px;max-width:1240px;margin:0 auto}
.lz-ig .lz-h2{margin-bottom:20px}
.lz-ig__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.lz-ig__cell{position:relative;border:1px solid #6D282B;padding:5px}
.lz-ig__cell img{height:150px;transition:opacity .3s ease}
.lz-ig__cell:hover img{opacity:.88}
.lz-ig__labels{position:absolute;top:15px;left:15px;right:15px;display:flex;flex-direction:column;gap:5px;align-items:flex-start}
.lz-ig__kicker{background:#26221f;color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.03em;padding:4px 8px;line-height:1.3}
.lz-ig__kicker--wine{background:#6D282B}
.lz-ig__label{background:#6D282B;color:#fff;font-size:13px;font-weight:800;letter-spacing:.01em;padding:5px 9px;line-height:1.25}
.lz-ig__label--light{background:#fff;color:#26221f}

/* ============ RESERVA ============ */
.lz-book{background:#6D282B;color:#fff;padding:56px 24px}
.lz-book__inner{max-width:640px;margin:0 auto}
.lz-book .lz-h2{margin-bottom:6px}
.lz-book__sub{font-size:13px;color:rgba(255,255,255,.92);margin:0 0 22px}
.lz-book__form{display:flex;flex-direction:column;gap:12px}
.lz-book__row{display:flex;gap:12px}
.lz-book__row input{flex:1;min-width:0}
.lz-book input{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.55);color:#fff;padding:12px 2px;font-size:14px;width:100%;transition:border-color .3s ease}
.lz-book input:focus{outline:none;border-bottom-color:#fff}
.lz-book input::placeholder{color:rgba(255,255,255,.75)}
.lz-book button{margin-top:10px;background:#fff;color:#6D282B;border:none;padding:16px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:opacity .25s ease}
.lz-book button:hover{opacity:.86}

/* ============ CTA FAIXA (internas) ============ */
.lz-cta{background:#6D282B;color:#fff;padding:64px 24px;text-align:center}
.lz-cta .lz-h2{margin-bottom:12px}
.lz-cta p{font-size:14px;color:rgba(255,255,255,.9);margin:0 0 24px}
.lz-cta__btn{display:inline-block;background:#fff;color:#6D282B;padding:16px 34px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;line-height:1.4;max-width:100%;word-break:normal;overflow-wrap:anywhere}
.lz-cta__btn:hover{color:#6D282B;opacity:.86}
.lz-cta__mail{margin-top:16px;font-size:12.5px;color:rgba(255,255,255,.82);word-break:break-word}

/* ============ FOOTER ============ */
.lz-footer{background:#6D282B;color:#eddcdc;padding:48px 24px}
.lz-footer__inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:36px}
.lz-footer img{width:200px;filter:brightness(2) invert(2);margin-bottom:14px}
.lz-footer__tag{font-size:12.5px;line-height:1.8;color:#c9c2b8}
.lz-footer__h{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#e0a4a6;margin-bottom:14px}
.lz-footer__links{display:flex;flex-direction:column;gap:10px;font-size:13px}
.lz-footer__links a{color:#eddcdc}
.lz-footer__links a:hover{color:#fff}
.lz-footer__contact{font-size:12.5px;line-height:2;color:#e8e2d8}
.lz-footer__contact a{color:#e0a4a6}

/* ============ PÁGINAS INTERNAS ============ */
.lz-split{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px;padding:56px 24px}
.lz-split--alt{background:#f3efe7}
.lz-split__prose p{font-size:14.5px;line-height:1.8;color:#4a443f;margin:0 0 16px}
.lz-split__prose p:last-child{margin-bottom:0}
.lz-split__img{height:300px}
.lz-split__num{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#6D282B;margin-bottom:14px}
.lz-split__title{font-family:Manrope,system-ui,sans-serif;font-size:30px;line-height:1.15;font-weight:600;letter-spacing:-.025em;margin:0 0 10px}
.lz-split__sub{font-size:15px;line-height:1.55;color:#6b6560;margin:0 0 20px}
.lz-tags{display:flex;flex-wrap:wrap;gap:10px}
.lz-tag{font-size:12.5px;color:#6b6560;padding:8px 16px;border:1px solid rgba(0,0,0,.12);border-radius:100px}
.lz-checks{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:13.5px;color:#4a443f}
.lz-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lz-gallery img{height:170px}
.lz-gallery--3{grid-template-columns:1fr 1fr}
.lz-gallery__more{background:#f0ebe2;display:flex;align-items:center;justify-content:center;font:12px ui-monospace,monospace;color:#8a827a;height:170px}
.lz-strip{max-width:1240px;margin:0 auto;padding:0 24px 56px;display:grid;grid-template-columns:1fr;gap:12px}
.lz-strip img{height:220px}

/* ============ CONTEÚDO WP GENÉRICO ============ */
.lz-article{max-width:760px;margin:0 auto;padding:56px 24px}
.lz-article h1{font-family:Manrope,system-ui,sans-serif;font-size:34px;font-weight:500;line-height:1.15;margin:0 0 24px}
.lz-article h2,.lz-article h3{font-family:Manrope,system-ui,sans-serif;font-weight:500}
.lz-article p,.lz-article li{font-size:15px;line-height:1.85;color:#4a443f}
.lz-article img{margin:24px 0}

/* ============ DESKTOP ============ */
@media (min-width:1024px){
  .lz-wrap{padding:0 40px}
  .lz-eyebrow{font-size:12px;letter-spacing:.2em;margin-bottom:16px}
  .lz-h2{font-size:38px}
  .lz-header__inner{padding:18px 40px}
  .lz-logo img{width:210px}
  .lz-nav{display:flex;gap:28px;align-items:center}
  .lz-burger{display:none}

  .lz-hero{height:78vh;min-height:560px}
  .lz-hero__grad{background:linear-gradient(180deg,rgba(20,15,12,.1) 0%,rgba(20,15,12,.05) 45%,rgba(20,15,12,.6) 100%)}
  .lz-hero__body{left:0;right:0;bottom:64px;text-align:center;padding:0 40px}
  .lz-hero__eyebrow{font-size:13px;letter-spacing:.22em;margin-bottom:18px}
  .lz-hero__title{font-size:66px;margin-bottom:28px}
  .lz-hero__title br{display:inline}
  .lz-hero__cta{padding:16px 36px;font-size:12.5px;letter-spacing:.16em;border-color:rgba(255,255,255,.85)}

  .lz-phero{height:440px}
  .lz-phero__body{bottom:56px;padding:0 40px}
  .lz-phero__eyebrow{font-size:12px;letter-spacing:.22em;margin-bottom:14px}
  .lz-phero__title{font-size:56px}
  .lz-phero__sub{font-size:17px;margin-top:12px}

  .lz-feats{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:56px;padding:64px 40px;border-bottom:none}
  .lz-feats__div{display:block}
  .lz-feat{flex-direction:column;align-items:center;text-align:center;gap:18px}
  .lz-feat img{width:88px;height:88px}
  .lz-feat__icon{width:64px;height:64px}
  .lz-feat__t{font-size:20px;margin-bottom:6px}
  .lz-feat__d{font-size:13px}

  .lz-about{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:100px 40px;align-items:center}
  .lz-about__text{padding:0}
  .lz-about__text .lz-h2{order:2;line-height:1.2;margin-bottom:22px}
  .lz-about__text p{order:3;font-size:15px;line-height:1.85;margin-bottom:18px}
  .lz-about__text p:last-of-type{margin-bottom:26px}
  .lz-about__text .lz-about__link{order:4;margin-bottom:0;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase}
  .lz-about__img{height:520px}

  .lz-rooms{padding:100px 0}
  .lz-rooms__head{padding:0 40px 48px;display:flex;align-items:baseline;justify-content:space-between;gap:40px}
  .lz-rooms__head .lz-h2{line-height:1.2;margin-bottom:0}
  .lz-rooms__head .lz-inline-link{font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
  .lz-rooms__grid{grid-template-columns:1fr 1fr;gap:24px;padding:0 40px}
  .lz-room img{height:280px}
  .lz-room__meta{padding-top:18px}
  .lz-room__name{font-size:22px}
  .lz-room__num{font-size:12px}

  .lz-corp{padding:100px 0}
  .lz-corp__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:0 40px;align-items:center}
  .lz-corp__img{height:420px;margin-top:0;order:1}
  .lz-corp__text{order:2;padding:0}
  .lz-corp__text .lz-h2{line-height:1.2;margin-bottom:22px}
  .lz-corp__text p{font-size:15px;line-height:1.85;margin-bottom:26px}
  .lz-corp__tags{order:3;grid-column:2;grid-row:1;align-self:center;padding:0;margin-top:0;display:none}
  .lz-corp__link{font-size:12.5px;letter-spacing:.1em;text-transform:uppercase}
  .lz-corp__text .lz-corp__tags--inline{display:flex;gap:12px 28px;font-size:13px;margin-bottom:26px;padding:0}

  .lz-incl{padding:100px 0}
  .lz-incl__head{margin-bottom:40px;padding:0 40px}
  .lz-incl__grid{padding:0 40px}
  .lz-incl__grid{grid-template-columns:repeat(4,1fr);gap:24px}
  .lz-incl__grid img{height:200px}
  .lz-incl__cap{padding-top:14px;font-size:18px}

  .lz-loc{padding:0 40px 100px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
  .lz-loc .lz-h2{font-size:34px;line-height:1.2;margin-bottom:18px}
  .lz-loc p{font-size:15px;line-height:1.8;margin-bottom:0}
  .lz-map{height:320px}

  .lz-ig{padding:0 40px 100px}
  .lz-ig .lz-h2{font-size:34px;margin-bottom:24px}
  .lz-ig__grid{grid-template-columns:repeat(6,1fr)}
  .lz-ig__cell img{height:160px}

  .lz-book{padding:90px 0}
  .lz-book__inner{padding:0 40px;text-align:center}
  .lz-book .lz-h2{font-size:34px;margin-bottom:10px}
  .lz-book__sub{font-size:14px;margin-bottom:30px}
  .lz-book__form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .lz-book__nome{grid-column:1;grid-row:1}
  .lz-book__wa{grid-column:2;grid-row:1}
  .lz-book__row{grid-column:1/3;gap:14px}
  .lz-book__form button{grid-column:1/3;justify-self:center;margin-top:12px}
  .lz-book button{margin-top:0;padding:16px 44px;font-size:12.5px}

  .lz-cta{padding:90px 40px}
  .lz-cta .lz-h2{font-size:34px}
  .lz-cta p{font-size:14.5px;margin-bottom:26px}
  .lz-cta__btn{padding:16px 40px;font-size:12.5px}

  .lz-footer{padding:64px 40px}
  .lz-footer__inner{grid-template-columns:1.4fr 1fr 1fr;gap:48px}

  .lz-split{grid-template-columns:1fr 1fr;gap:64px;padding:100px 40px;align-items:center}
  .lz-split--rev .lz-split__media{order:-1}
  .lz-split__prose p{font-size:15.5px;line-height:1.9;margin-bottom:20px}
  .lz-split__img{height:440px}
  .lz-split__num{font-size:12px}
  .lz-split__title{font-size:42px;margin-bottom:12px}
  .lz-split__sub{font-size:17px;line-height:1.5;margin-bottom:24px}
  .lz-gallery{gap:12px}
  .lz-gallery img{height:190px}
  .lz-gallery__more{height:190px}
  .lz-gallery__wide{grid-column:1/3;height:400px}
  .lz-gallery__wide img{height:400px}
  .lz-strip{grid-template-columns:1fr 1fr 1fr;gap:24px;padding:100px 40px}
  .lz-strip img{height:280px}
  .lz-checks{gap:10px 24px;font-size:13.5px}
}

@media (prefers-reduced-motion:reduce){
  .lz-hero__img,.lz-hero__grad,.lz-hero__eyebrow,.lz-hero__title,.lz-hero__cta{animation:none}
  .lz-hero__img{opacity:0}
  .lz-hero__img:nth-of-type(1){opacity:1}
}


/* ============ WHATSAPP FLUTUANTE ============ */
.lz-wa{position:fixed;right:16px;bottom:16px;z-index:60;width:56px;height:56px;border-radius:100px;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -8px rgba(20,15,12,.45);transition:transform .25s ease,box-shadow .25s ease}
.lz-wa:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 30px -10px rgba(20,15,12,.5)}
.lz-wa svg{width:30px;height:30px;display:block}
@media (min-width:1024px){.lz-wa{right:28px;bottom:28px;width:60px;height:60px}.lz-wa svg{width:32px;height:32px}}

/* ============ CABEÇALHO ELEMENTOR (Theme Builder) ============ */
.elementor-location-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(6px)}
.admin-bar .elementor-location-header{top:32px}
@media (max-width:782px){
	.admin-bar .elementor-location-header{top:46px}
	.lz-rooms__grid {grid-template-columns: repeat(4, 1fr); padding:0 40px}
}
