/* ============================================================
   BRONZE TERE — Sections (v2, light premium)
   ============================================================ */

/* ---------- NAV ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-block: 20px; transition: background .35s, box-shadow .35s, padding .35s; }
.nav.scrolled { background: color-mix(in oklab, var(--bg) 92%, transparent); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); padding-block: 12px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo img { height: 72px; width: auto; transition: height .35s; }
.nav.scrolled .nav-logo img { height: 58px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; color: var(--ink-soft); position: relative; transition: color .25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: var(--gold); transition: width .3s var(--ease); }
.nav-links a:hover { color: var(--ink); } .nav-links a:hover::after { width: 100%; }
@media (max-width: 900px){ .nav-links{display:none} }
@media (max-width: 560px){ .nav-cta .btn{ padding-inline:18px; } .nav-cta .btn .long{display:none} }

/* ---------- HERO ---------- */
.hero { min-height: 100svh; display: grid; grid-template-columns: var(--hero-split) 1fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(96px,12vw,140px) clamp(28px,5vw,84px) clamp(48px,6vw,72px); position: relative; background: var(--bg); }
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero h1 { font-size: clamp(40px, 6vw, 78px); font-weight: 500; letter-spacing: -0.01em; margin-bottom: 26px; }
.hero h1 .italic { font-style: italic; color: var(--gold); }
.hero-sub { font-size: clamp(16px,1.6vw,18.5px); color: var(--ink-soft); font-weight: 300; max-width: 34em; margin-bottom: 34px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-checks { display: flex; flex-direction: column; gap: 12px; }
.hero-check { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--ink); font-weight: 400; }
.hero-check .hc-ic { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--detail); color: var(--gold); }
.hero-photo { position: relative; min-height: 60svh; }
.hero-photo image-slot, .hero-photo .hero-img-wrap { width: 100%; height: 100%; }
.hero-photo img.hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo .hp-tag { position: absolute; left: 28px; bottom: 28px; z-index: 3; background: color-mix(in oklab, var(--bg) 86%, transparent); backdrop-filter: blur(8px); padding: 13px 20px; border-radius: 2px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px; color: var(--ink); box-shadow: var(--shadow-card); }
@media (max-width: 900px){
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-photo { min-height: 60svh; order: -1; }
  .hero-copy { padding-top: 120px; }
}

/* ---------- GALERIA ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid image-slot, .gallery-grid .gal-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
@media (max-width: 880px){ .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .gallery-grid { grid-template-columns: 1fr; } }

/* ---------- DIFERENCIAIS ---------- */
.dif { background: var(--bg-2); }
.dif-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px,4vw,52px); }
.dif-item { display: flex; flex-direction: column; gap: 16px; }
.dif-ic { width: 56px; height: 56px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 50%; }
.dif-item h3 { font-size: 26px; font-weight: 600; }
.dif-item p { font-size: 15px; color: var(--ink-soft); font-weight: 300; }
.dif-item .dif-rule { width: 28px; height: 1px; background: var(--gold); }
@media (max-width: 900px){ .dif-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; } }
@media (max-width: 480px){ .dif-grid { grid-template-columns: 1fr; } }

/* ---------- SOBRE A MICHELE ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px,6vw,80px); align-items: start; }
.about-photo { position: relative; height: clamp(460px, 55vw, 660px); }
.about-photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.about-photo .about-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-photo .ap-frame { position: absolute; inset: 16px -16px -16px 16px; border: 1px solid var(--gold-soft); z-index: -1; }
.about-sign { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 30px; color: var(--gold); margin-top: 8px; }
.about-copy { padding-top: clamp(24px, 4vw, 60px); }
.about-copy h2 { font-size: clamp(32px,4.6vw,56px); margin: 16px 0 22px; font-weight: 500; }
.about-copy p { font-size: 17px; color: var(--ink-soft); font-weight: 300; margin-bottom: 18px; max-width: 40em; }
.about-copy .btn { margin-top: 14px; }
@media (max-width: 860px){ .about-grid { grid-template-columns: 1fr; } .about-photo { max-width: 100%; } .about-photo .ap-frame{ inset: 12px -12px -12px 12px; } }

/* ---------- SERVIÇOS ---------- */
.serv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.serv-card { background: var(--bg); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); overflow: hidden; }
.serv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.serv-card image-slot, .serv-card .serv-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.serv-body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.serv-body h3 { font-size: 25px; font-weight: 600; }
.serv-body p { font-size: 14px; color: var(--ink-soft); font-weight: 300; flex: 1; }
.serv-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; color: var(--cta); margin-top: 6px; transition: gap .25s, color .25s; }
.serv-link:hover { gap: 14px; color: var(--ink); }
.serv-link svg { color: var(--wa); }
@media (max-width: 980px){ .serv-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px){ .serv-grid { grid-template-columns: 1fr; } }

/* ---------- DEPOIMENTOS ---------- */
.rev { background: var(--bg-2); }
.rev-summary { display: flex; align-items: center; gap: 16px; justify-content: center; margin-bottom: 44px; flex-wrap: wrap; }
.rev-score { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; color: var(--ink); line-height: 1; }
.rev-stars { display: flex; gap: 3px; color: var(--gold); }
.rev-sub { font-size: 13.5px; color: var(--ink-soft); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev-card { background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; }
.rev-head { display: flex; align-items: center; gap: 13px; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 19px; color: #fff; flex: none; }
.rev-name { font-weight: 500; font-size: 15px; color: var(--ink); }
.rev-meta { font-size: 12px; color: var(--ink-faint); }
.rev-card .rev-stars { color: var(--gold); }
.rev-text { font-size: 14.5px; color: var(--ink-soft); font-weight: 300; line-height: 1.65; }
.rev-g { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 6px; font-size: 11.5px; color: var(--ink-faint); }
.rev-ph { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px dashed var(--gold-soft); padding: 3px 8px; border-radius: 99px; align-self: flex-start; }
@media (max-width: 920px){ .rev-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .rev-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 800px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 2px; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(20px,2.4vw,26px); color: var(--ink); }
.faq-icon { flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--gold-soft); display: grid; place-items: center; color: var(--gold); transition: transform .35s var(--ease), background .3s, color .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold); color: #fff; border-color: var(--gold); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 2px 28px; font-size: 15.5px; color: var(--ink-soft); font-weight: 300; max-width: 60em; }

/* ---------- CTA FINAL ---------- */
.cta-final { position: relative; min-height: 70svh; display: grid; place-items: center; text-align: center; overflow: hidden; isolation: isolate; }
.cta-final .cta-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-final image-slot { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.cta-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(45,40,35,.5), rgba(45,40,35,.62)); }
.cta-inner { padding: clamp(64px,9vw,120px) var(--gutter); max-width: 760px; position: relative; z-index: 1; }
.cta-inner .eyebrow { color: #f0dcc0; justify-content: center; } .cta-inner .eyebrow::before { background: #f0dcc0; }
.cta-inner h2 { color: #fff; font-size: clamp(34px,5.5vw,68px); margin: 18px auto 18px; font-weight: 500; }
.cta-inner p { color: rgba(255,255,255,.9); font-size: 18px; font-weight: 300; max-width: 36em; margin: 0 auto 32px; }
.cta-location { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 15px; font-weight: 500; letter-spacing: 0.06em; margin-bottom: 36px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); padding: 10px 20px; border-radius: 99px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--bg-2); color: var(--ink-soft); padding-block: clamp(54px,6vw,80px) 32px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; margin-bottom: 44px; }
.footer-brand img { height: 64px; width: auto; margin-bottom: 18px; }
.footer-tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 21px; color: var(--ink); max-width: 20em; }
.footer-info { display: flex; flex-direction: column; gap: 16px; }
.fi-row { display: flex; gap: 13px; align-items: flex-start; font-size: 14.5px; font-weight: 300; }
.fi-row svg { flex: none; color: var(--gold); margin-top: 3px; }
.fi-row .fi-k { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-bottom: 3px; font-weight: 500; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-faint); }
.footer-dv-link { color: var(--gold); font-weight: 500; transition: color .2s; }
.footer-dv-link:hover { color: var(--ink); }
@media (max-width: 760px){ .footer-top { grid-template-columns: 1fr; } }

/* ---------- WHATSAPP FLOAT ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: inline-flex; align-items: center; gap: 11px; background: var(--wa); color: #fff; font-weight: 500; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; padding: 15px 22px 15px 17px; border-radius: 99px; box-shadow: 0 14px 34px -10px rgba(37,211,102,.6); transition: transform .3s var(--ease), box-shadow .3s; }
.wa-float:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 44px -10px rgba(37,211,102,.7); }
.wa-float svg { flex: none; }
.wa-pulse { position: absolute; inset: 0; border-radius: 99px; animation: wapulse 2.4s ease-out infinite; pointer-events: none; }
@keyframes wapulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)} 70%{box-shadow:0 0 0 18px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
@media (max-width: 600px){ .wa-float .wa-label{display:none} .wa-float{padding:16px} }
