/* =========================================================
   Casa Olivaz - CSS principal
   Arquivo: assets/css/olivaz.css
   ========================================================= */

:root{
  --oliva:#5E6B57;
  --olive:#5E6B57;
  --salvia:#8FA48A;
  --linho:#EAE3D7;
  --linen:#EAE3D7;
  --off:#F6F3EE;
  --madeira:#9A6B43;
  --lavanda:#C9BEDA;
  --cobre:#B87333;
  --texto:#2a2a2a;
  --muted:#6b6b6b;
  --white:#ffffff;
  --radius:18px;
  --shadow:0 12px 34px rgba(39,45,35,.09);
  --shadow-soft:0 8px 24px rgba(39,45,35,.07);
  --container:1200px;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  scroll-behavior:smooth;
}

body{
  font-family:"DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--texto);
  line-height:1.6;
  background:var(--off);
  overflow-x:hidden;
}

img,
svg,
video{
  max-width:100%;
  display:block;
}

button,
input,
select,
textarea{
  font:inherit;
}

a{
  color:inherit;
}

h1,
h2,
h3,
h4{
  font-family:"Cormorant Garamond", serif;
  line-height:1.12;
  color:var(--oliva);
  margin:0 0 .7rem 0;
  font-weight:600;
}

p{
  margin:0 0 1rem;
}

.container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 20px;
}

.center{
  text-align:center;
}

.max-600{
  max-width:600px;
  margin:0 auto 1.25rem;
}

.link{
  color:var(--oliva);
  text-underline-offset:4px;
}

.link:hover{
  color:var(--madeira);
}

.block{
  display:block;
}

.script,
.logo-script{
  font-family:"Great Vibes", cursive;
  color:var(--madeira);
}

/* =========================================================
   Botões
   ========================================================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  min-height:42px;
  padding:.78rem 1.18rem;
  border-radius:999px;
  border:1px solid transparent;
  background:var(--oliva);
  color:#fff;
  text-decoration:none;
  line-height:1.15;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(94,107,87,.22);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(94,107,87,.26);
}

.btn:active{
  transform:translateY(0);
}

.btn-ghost{
  background:rgba(255,255,255,.72);
  color:var(--oliva);
  border-color:rgba(94,107,87,.22);
  box-shadow:0 8px 22px rgba(39,45,35,.08);
}

.btn-ghost:hover{
  background:#fff;
  border-color:rgba(94,107,87,.42);
}

.btn-cta{
  background:linear-gradient(135deg,var(--oliva),var(--salvia));
  color:#fff;
  border-color:rgba(255,255,255,.12);
}

.btn.is-loading{
  opacity:.75;
  pointer-events:none;
}

/* =========================================================
   Topbar / Menu
   ========================================================= */

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(246,243,238,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(39,45,35,.07);
  transition:background .2s ease, box-shadow .2s ease;
}

.topbar.scrolled{
  background:rgba(246,243,238,.96);
  box-shadow:0 8px 28px rgba(39,45,35,.08);
}

.topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:72px;
  gap:1rem;
}

.logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  min-width:120px;
}

.logo img,
.logo-img{
  height:58px;
  width:auto;
  max-width:170px;
  object-fit:contain;
  display:block;
}

.logo-script{
  font-size:clamp(1.7rem,3.2vw,2.15rem);
  letter-spacing:.5px;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.55rem;
}

.nav a{
  text-decoration:none;
  color:var(--texto);
  padding:.58rem .75rem;
  border-radius:12px;
  font-size:.98rem;
  transition:background .18s ease, color .18s ease;
}

.nav a:hover{
  background:rgba(154,107,67,.08);
  color:var(--oliva);
}

.nav a.btn{
  padding:.7rem 1.05rem;
}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(39,45,35,.1);
  border-radius:12px;
  background:#fff;
  padding:9px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(39,45,35,.07);
}

.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#333;
  margin:5px auto;
  border-radius:999px;
  transition:.2s;
}

.menu-toggle.open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2){
  opacity:0;
}

.menu-toggle.open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* =========================================================
   Hero
   ========================================================= */

.hero{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:center;
  color:#fff;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

.hero-inner{
  position:relative;
  z-index:1;
}

.hero-title{
  font-size:clamp(2.7rem,7vw,6rem);
  color:#fff;
  margin-bottom:.8rem;
  letter-spacing:-.04em;
  text-shadow:0 12px 38px rgba(0,0,0,.22);
}

.hero-sub{
  font-size:clamp(1rem,2.2vw,1.22rem);
  max-width:720px;
  margin:0 0 1.35rem;
  color:rgba(255,255,255,.92);
  text-shadow:0 6px 20px rgba(0,0,0,.2);
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:.8rem;
  flex-wrap:wrap;
}

.hero-editorial{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0, 1.3fr) minmax(280px, .7fr);
  gap:2rem;
  align-items:end;
  min-height:calc(100vh - 90px);
  padding:clamp(3rem, 7vw, 6rem) 0;
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.8rem;
  font-size:.9rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
  margin-bottom:1rem;
  text-shadow:0 6px 18px rgba(0,0,0,.18);
}

.hero-kicker::before{
  content:"";
  width:54px;
  height:1px;
  background:rgba(255,255,255,.75);
}

.hero-note{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:1.35rem 1.25rem;
  color:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.16);
  align-self:end;
}

.hero-note small{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  opacity:.78;
  margin-bottom:.6rem;
}

.hero-note strong{
  display:block;
  font-family:"Cormorant Garamond", serif;
  font-size:1.55rem;
  line-height:1.1;
  font-weight:600;
  margin-bottom:.7rem;
}

.hero-note p{
  margin:0;
  font-size:.95rem;
  line-height:1.6;
  color:rgba(255,255,255,.9);
}

/* =========================================================
   Seções / textos
   ========================================================= */

.section{
  padding:clamp(64px,8vw,96px) 0;
  background:var(--off);
}

.section-alt{
  background:#fff;
}

.section--linen{
  background:linear-gradient(180deg, #f8f4ed, var(--off));
}

.section-label{
  display:block;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.17em;
  color:var(--madeira);
  margin-bottom:.75rem;
  font-weight:700;
}

.section-title{
  font-size:clamp(2rem,4vw,3.4rem);
}

.section-title.center{
  text-align:center;
}

.section-desc{
  max-width:720px;
  margin:0 auto 1.8rem;
  text-align:center;
  color:var(--muted);
  font-size:1.02rem;
}

.footer-title{
  font-size:1.25rem;
  margin-bottom:.5rem;
}

.divider{
  width:100%;
  max-width:180px;
  height:1px;
  background:rgba(94,107,87,.18);
  margin:1rem auto 1.5rem;
  position:relative;
}

.divider-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--madeira);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 8px rgba(154,107,67,.08);
}

.grid-two{
  display:grid;
  gap:28px;
  grid-template-columns:1.2fr .8fr;
}

.grid-three{
  display:grid;
  gap:28px;
  grid-template-columns:repeat(3,1fr);
}

.photo-stack{
  display:grid;
  gap:16px;
}

.photo-stack img{
  width:100%;
  min-height:280px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:var(--shadow);
}

.photo-stack img:nth-child(2){
  width:82%;
  margin-left:auto;
  margin-top:-52px;
  border:8px solid var(--off);
}

.bullets{
  padding-left:18px;
  margin:.75rem 0 0;
}

.bullets li{
  margin:.35rem 0;
}

/* =========================================================
   Faixa abaixo do hero
   ========================================================= */

.intro-band{
  position:relative;
  margin-top:-62px;
  z-index:4;
}

.intro-band__card{
  background:rgba(246,243,238,.92);
  backdrop-filter:blur(8px);
  border:1px solid rgba(94,107,87,.12);
  border-radius:30px;
  box-shadow:0 25px 70px rgba(39,45,35,.08);
  padding:1.2rem;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}

.intro-band__item{
  padding:1rem;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(94,107,87,.08);
}

.intro-band__item span{
  display:block;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  opacity:.7;
  margin-bottom:.35rem;
}

.intro-band__item strong{
  display:block;
  font-family:"Cormorant Garamond", serif;
  font-size:1.55rem;
  line-height:1.1;
  color:var(--oliva);
  margin-bottom:.35rem;
}

.intro-band__item p{
  margin:0;
  font-size:.95rem;
  line-height:1.6;
}

/* =========================================================
   Blocos editoriais
   ========================================================= */

.section-story .grid-two{
  align-items:center;
}

.editorial-block{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:2rem;
  align-items:center;
}

.editorial-panel{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,247,243,.96));
  border:1px solid rgba(94,107,87,.1);
  border-radius:30px;
  padding:clamp(1.5rem, 3vw, 2.2rem);
  box-shadow:0 25px 70px rgba(39,45,35,.06);
}

.editorial-quote{
  font-family:"Cormorant Garamond", serif;
  font-size:clamp(1.7rem,3vw,2.5rem);
  line-height:1.12;
  color:var(--oliva);
  margin:0 0 1rem;
}

.experience-intro{
  max-width:760px;
  margin:0 auto 2rem;
  text-align:center;
}

/* =========================================================
   Cards experiências
   ========================================================= */

.cards{
  display:grid;
  gap:22px;
  grid-template-columns:repeat(4,1fr);
  align-items:stretch;
}

.card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(94,107,87,.08);
  display:flex;
  flex-direction:column;
  transition:transform .2s ease, box-shadow .2s ease;
}

.card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(39,45,35,.12);
}

.card-media{
  margin:0;
}

.card-media img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.card-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:1rem;
  flex:1;
}

.card h3{
  margin:0 0 .55rem;
  color:var(--oliva);
  font-size:1.55rem;
}

.card p{
  color:var(--muted);
}

/* =========================================================
   Galeria / Carrossel
   ========================================================= */

.gallery-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(246,243,238,.95));
  border:1px solid rgba(94,107,87,.08);
  border-radius:34px;
  padding:clamp(1rem,2vw,1.4rem);
  box-shadow:0 18px 55px rgba(39,45,35,.06);
}

.slider{
  --spv:1;
  position:relative;
  margin-top:12px;
}

.slider-viewport{
  overflow:hidden;
  border-radius:22px;
}

.slider-track{
  display:flex;
  transition:transform .5s ease;
  will-change:transform;
}

.slide{
  flex:0 0 calc(100% / var(--spv));
  padding:7px;
}

.slide img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:var(--shadow-soft);
}

.slide .empty{
  height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px dashed rgba(0,0,0,.15);
  color:var(--muted);
  border-radius:18px;
}

.slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  border:0;
  background:#fff;
  box-shadow:0 6px 16px rgba(0,0,0,.18);
  color:var(--oliva);
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .2s ease, background .2s ease;
  z-index:2;
}

.slider-btn:hover{
  transform:translateY(-50%) scale(1.04);
}

.slider-btn.prev{
  left:-6px;
}

.slider-btn.next{
  right:-6px;
}

/* =========================================================
   Álbuns
   ========================================================= */

.albuns-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  gap:28px;
  margin-top:40px;
}

.album-card{
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 6px 25px rgba(0,0,0,0.12);
  transition:all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor:pointer;
  background:white;
  border:1px solid rgba(94,107,87,.08);
}

.album-card:hover{
  transform:translateY(-10px);
  box-shadow:0 16px 42px rgba(0,0,0,0.18);
}

.album-cover{
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
}

.album-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.6s ease;
}

.album-card:hover .album-cover img{
  transform:scale(1.08);
}

.album-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(transparent 0%, rgba(0,0,0,0.9) 100%);
  color:white;
  padding:28px 20px 22px;
}

.album-title{
  margin:0;
  font-size:1.55rem;
  font-weight:700;
  font-family:"Cormorant Garamond", serif;
  line-height:1.25;
  color:#ffffff;
  text-shadow:0 2px 8px rgba(0,0,0,0.6);
  letter-spacing:0.5px;
}

.album-count{
  font-size:0.9rem;
  opacity:0.95;
  margin-bottom:8px;
  display:block;
  font-weight:500;
  text-shadow:0 1px 4px rgba(0,0,0,0.5);
}

.empty-album{
  grid-column:1 / -1;
  text-align:center;
  padding:80px 20px;
  color:#666;
  background:#f9f9f9;
  border-radius:16px;
  border:2px dashed #ddd;
}

.empty-album p{
  font-size:1.1rem;
  margin:0;
  color:#888;
}

/* =========================================================
   Modal de álbum
   ========================================================= */

.modal{
  display:none;
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  z-index:1000;
  animation:fadeIn 0.3s ease;
}

.modal.show{
  display:flex;
  align-items:center;
  justify-content:center;
}

.modal-content{
  background:white;
  border-radius:18px;
  max-width:90vw;
  max-height:90vh;
  width:800px;
  position:relative;
  animation:slideUp 0.3s ease;
  overflow:hidden;
}

.modal-close{
  position:absolute;
  top:16px;
  right:16px;
  background:rgba(0,0,0,0.7);
  color:white;
  border:none;
  border-radius:50%;
  width:40px;
  height:40px;
  font-size:1.5rem;
  cursor:pointer;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
}

.album-header{
  padding:20px;
  border-bottom:1px solid #eee;
  text-align:center;
}

.album-header h3{
  margin:0 0 4px 0;
  font-size:1.5rem;
}

.album-slider{
  position:relative;
  padding:20px;
}

.album-viewport{
  overflow:hidden;
  border-radius:12px;
}

.album-track{
  display:flex;
  transition:transform 0.5s ease;
}

.album-slide{
  min-width:100%;
  padding:10px;
}

.album-slide img{
  width:100%;
  height:400px;
  object-fit:contain;
  border-radius:8px;
}

@keyframes fadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

@keyframes slideUp{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}

/* =========================================================
   Reservas / Formulário
   ========================================================= */

.reserve-wrap{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:2rem;
  align-items:start;
}

.reserve-copy{
  position:sticky;
  top:110px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,247,243,.98));
  border:1px solid rgba(94,107,87,.1);
  border-radius:28px;
  padding:1.6rem;
  box-shadow:0 20px 60px rgba(39,45,35,.06);
}

.reserve-copy h3{
  margin:0 0 .85rem;
  font-family:"Cormorant Garamond", serif;
  font-size:2rem;
  line-height:1.05;
  color:var(--oliva);
}

.reserve-copy p{
  margin:0 0 1rem;
}

.reserve-points{
  display:grid;
  gap:.75rem;
  margin-top:1rem;
}

.reserve-points div{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  padding:.85rem .9rem;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(94,107,87,.08);
}

.reserve-points strong{
  color:var(--oliva);
  font-size:.95rem;
}

.reserve-form-shell{
  background:rgba(255,255,255,.95);
  border:1px solid rgba(94,107,87,.1);
  border-radius:30px;
  padding:clamp(1.2rem,2.2vw,1.8rem);
  box-shadow:0 20px 60px rgba(39,45,35,.06);
}

.form{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  box-shadow:none;
  max-width:none;
  margin:16px auto 0;
}

.form-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.form-grid label,
.form label,
label.block{
  display:flex;
  flex-direction:column;
}

label span{
  font-size:.92rem;
  color:var(--muted);
  margin-bottom:6px;
}

input,
select,
textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid rgba(39,45,35,.14);
  border-radius:14px;
  background:#fff;
  color:var(--texto);
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(94,107,87,.55);
  box-shadow:0 0 0 4px rgba(94,107,87,.12);
}

textarea{
  resize:vertical;
}

.alert{
  max-width:880px;
  margin:0 auto 12px;
  padding:12px 14px;
  border-radius:12px;
  font-weight:500;
}

.alert.success{
  background:#e8f5e9;
  color:#236a2c;
}

.alert.error{
  background:#fdecea;
  color:#b3261e;
}

/* =========================================================
   Rodapé
   ========================================================= */

.footer{
  background:#fbf8f3;
  border-top:1px solid rgba(0,0,0,.06);
  padding-top:48px;
}

.footer-topline{
  max-width:700px;
  margin:0 auto 48px;
}

.copy{
  text-align:center;
  color:var(--muted);
  padding:18px 0 24px;
  margin-top:30px;
  border-top:1px dashed rgba(0,0,0,.08);
}

/* =========================================================
   Botão flutuante WhatsApp - corrigido
   ========================================================= */

.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  width:58px;
  height:58px;
  min-width:58px;
  min-height:58px;
  max-width:58px;
  max-height:58px;
  border-radius:50%;
  background:#25D366;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
  z-index:9999;
  text-decoration:none;
  overflow:visible;
  animation:whatsappPulse 1.8s infinite;
  transition:transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover{
  transform:scale(1.08);
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}

.whatsapp-float img{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  min-height:28px !important;
  max-width:28px !important;
  max-height:28px !important;
  object-fit:contain;
  display:block;
}

.whatsapp-float::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:rgba(37, 211, 102, 0.35);
  z-index:-1;
  animation:whatsappRing 1.8s infinite;
}

@keyframes whatsappPulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.06);}
  100%{transform:scale(1);}
}

@keyframes whatsappRing{
  0%{transform:scale(1);opacity:.65;}
  70%{transform:scale(1.55);opacity:0;}
  100%{transform:scale(1.55);opacity:0;}
}

/* =========================================================
   Modal pré-orçamento
   Prefixo: olv-
   ========================================================= */

body.olv-modal-open{
  overflow:hidden;
}

.olv-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.olv-modal.show{
  display:flex;
}

.olv-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(20, 20, 20, 0.65);
  backdrop-filter:blur(6px);
}

.olv-modal__panel{
  position:relative;
  width:min(1100px, 100%);
  max-height:calc(100dvh - 36px);
  background:#ffffff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
}

@supports not (height: 100dvh){
  .olv-modal__panel{
    max-height:calc(100vh - 36px);
  }
}

.olv-modal__topbar{
  position:sticky;
  top:0;
  z-index:2;
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:14px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}

.olv-modal__title{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:1.55rem;
  font-weight:700;
  color:#3a3a3a;
}

.olv-modal__subtitle{
  margin:4px 0 0;
  font-size:.95rem;
  color:#6b6b6b;
}

.olv-modal__close{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  font-size:22px;
  cursor:pointer;
  line-height:1;
  display:grid;
  place-items:center;
  transition:.18s;
}

.olv-modal__close:hover{
  background:#f4f4f4;
  transform:scale(1.05);
}

.olv-modal__content{
  flex:1;
  min-height:0;
  padding:18px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background:#f6f6f6;
}

.olv-po-layout{
  display:grid;
  grid-template-columns:1.4fr .9fr;
  gap:16px;
}

.olv-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  padding:16px;
}

.olv-card h4{
  margin:0 0 12px;
  font-family:"DM Sans", Inter, system-ui, sans-serif;
  font-size:1.05rem;
  font-weight:800;
  color:#3a3a3a;
}

.olv-grid-2{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

.olv-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.olv-field span{
  font-size:.9rem;
  font-weight:600;
  color:#5a5a5a;
}

.olv-field input,
.olv-field select{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.15);
  font:inherit;
  background:#fff;
}

.olv-field input:focus,
.olv-field select:focus{
  outline:none;
  border-color:#5e6b57;
  box-shadow:0 0 0 3px rgba(94,107,87,.18);
}

.olv-cat{
  margin-top:18px;
  padding-top:14px;
  border-top:1px dashed rgba(0,0,0,.15);
}

.olv-options{
  display:grid;
  gap:10px;
}

.olv-option{
  display:grid;
  grid-template-columns:36px 1fr auto;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
}

.olv-option:hover{
  border-color:rgba(94,107,87,.45);
  box-shadow:0 10px 26px rgba(0,0,0,.10);
  transform:translateY(-1px);
}

.olv-option input{
  grid-column:1;
  width:18px;
  height:18px;
  margin:0;
  accent-color:#5e6b57;
  cursor:pointer;
}

.olv-option span{
  grid-column:2;
  font-weight:600;
  font-size:0.95rem;
  color:#2f2f2f;
  line-height:1.4;
}

.olv-option strong{
  grid-column:3;
  font-weight:800;
  font-size:0.95rem;
  color:#1f1f1f;
  white-space:nowrap;
}

.olv-option input:checked + span,
.olv-option input:checked ~ strong{
  color:#5e6b57;
}

.olv-summary{
  position:sticky;
  top:78px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.olv-total{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}

.olv-total__value{
  font-size:1.7rem;
  font-weight:900;
  color:#1f1f1f;
}

.olv-bebida{
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  margin-top:8px;
}

.olv-bebida strong{
  display:block;
}

.olv-bebida small{
  color:#6b6b6b;
}

.olv-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
  margin-top:16px;
  flex-wrap:wrap;
}

.olv-alert{
  padding:12px 14px;
  border-radius:14px;
  margin:0 0 14px;
  font-weight:600;
}

.olv-alert.success{
  background:#e8f5e9;
  color:#236a2c;
}

.olv-alert.error{
  background:#fdecea;
  color:#b3261e;
}

.olv-alert.info{
  background:#eef4ff;
  color:#234a7c;
}

/* Captcha do pré-orçamento */
.olv-captcha{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.olv-captcha.show{
  display:flex;
}

.olv-captcha__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(4px);
}

.olv-captcha__panel{
  position:relative;
  width:min(420px, 100%);
  background:#fff;
  border-radius:22px;
  padding:22px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.olv-captcha__panel h3{
  margin:0 0 .4rem;
  color:var(--oliva);
}

.olv-captcha__panel p{
  color:var(--muted);
}

.olv-captcha__actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:16px;
}

/* =========================================================
   Animações de entrada
   ========================================================= */

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

.reveal-delay-1{
  transition-delay:.08s;
}

.reveal-delay-2{
  transition-delay:.16s;
}

.reveal-delay-3{
  transition-delay:.24s;
}

.reveal-delay-4{
  transition-delay:.32s;
}

/* =========================================================
   Galeria admin simples, caso usada
   ========================================================= */

.gal-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
  gap:12px;
}

.gitem{
  position:relative;
  border:1px solid rgba(0,0,0,.1);
  border-radius:12px;
  overflow:hidden;
  background:#fafafa;
}

.gitem img{
  display:block;
  width:100%;
  height:140px;
  object-fit:cover;
}

.gitem footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  padding:8px;
}

.gitem .mini{
  font-size:.82rem;
}

.soft{
  opacity:.5;
  filter:grayscale(30%);
  pointer-events:none;
}

/* =========================================================
   Responsivo
   ========================================================= */

@media (max-width:1100px){
  .cards{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:980px){
  .hero-editorial,
  .editorial-block,
  .reserve-wrap{
    grid-template-columns:1fr;
  }

  .hero-note,
  .reserve-copy{
    position:static;
  }

  .intro-band{
    margin-top:-34px;
  }

  .intro-band__card{
    grid-template-columns:1fr;
  }

  .grid-two{
    grid-template-columns:1fr;
  }

  .grid-three{
    grid-template-columns:1fr 1fr;
  }

  .olv-po-layout{
    grid-template-columns:1fr;
  }

  .olv-summary{
    position:static;
  }

  .olv-grid-2{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .container{
    padding:0 16px;
  }

  .topbar .container{
    min-height:64px;
  }

  .logo img,
  .logo-img{
    height:44px;
    max-width:145px;
  }

  .menu-toggle{
    display:block;
  }

  .nav{
    position:absolute;
    right:16px;
    top:68px;
    width:min(280px, calc(100vw - 32px));
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    box-shadow:0 18px 44px rgba(39,45,35,.14);
    padding:10px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    width:100%;
    text-align:center;
  }

  .hero{
    min-height:78vh;
  }

  .hero-editorial{
    min-height:calc(78vh - 64px);
    padding:3rem 0 4rem;
  }

  .hero-title{
    font-size:clamp(2.6rem,15vw,4.2rem);
    max-width:10ch;
  }

  .hero-kicker{
    font-size:.75rem;
  }

  .hero-kicker::before{
    width:34px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .grid-three{
    grid-template-columns:1fr;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .slide img{
    height:230px;
  }

  .album-slide img{
    height:310px;
  }

  .photo-stack img:nth-child(2){
    width:88%;
    margin-top:-28px;
  }
}

@media (max-width:520px){
  .section{
    padding:56px 0;
  }

  .intro-band__card,
  .editorial-panel,
  .reserve-copy,
  .reserve-form-shell,
  .gallery-shell{
    border-radius:24px;
  }

  .albuns-grid{
    grid-template-columns:1fr;
    gap:20px;
    margin-top:30px;
  }

  .album-title{
    font-size:1.3rem;
  }

  .album-overlay{
    padding:22px 16px 18px;
  }

  .olv-modal{
    padding:10px;
  }

  .olv-modal__content{
    padding:12px;
  }

  .olv-option{
    grid-template-columns:32px 1fr auto;
    padding:14px;
  }

  .olv-option span{
    font-size:0.92rem;
  }

  .olv-actions,
  .olv-captcha__actions{
    flex-direction:column;
  }

  .olv-actions .btn,
  .olv-captcha__actions .btn{
    width:100%;
  }

  .whatsapp-float{
    width:52px;
    height:52px;
    min-width:52px;
    min-height:52px;
    max-width:52px;
    max-height:52px;
    right:14px;
    bottom:14px;
  }

  .whatsapp-float img{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    min-height:24px !important;
    max-width:24px !important;
    max-height:24px !important;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}
