/* Harietta — fonte opcional; usa Cormorant Garamond como fallback */
:root{
  --ivory:#FAF9F7;--cream:#EEECE7;--sand:#E0DAD0;--ink:#2E2620;
  --plum:#4E3A2A;--plum-soft:#6B5340;--rose:#C7A56A;--rose-soft:#E7D6B4;
  --gold:#B5894E;--muted:#6A6058;--line:rgba(78,58,42,.15);
  --shadow:0 18px 50px -24px rgba(46,38,32,.42);--maxw:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{font-family:'Montserrat',sans-serif;background:var(--ivory);color:var(--ink);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Harietta','Cormorant Garamond',serif;font-weight:500;line-height:1.14;letter-spacing:.01em}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-family:'Jost',sans-serif;font-weight:500;font-size:.74rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.7rem}
.eyebrow::before{content:"";width:34px;height:1px;background:var(--gold);display:inline-block}
.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:'Jost',sans-serif;font-weight:500;font-size:.86rem;letter-spacing:.04em;padding:.95rem 1.7rem;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:.3s ease;white-space:nowrap}
.btn-primary{background:var(--plum);color:var(--ivory)}
.btn-primary:hover{background:var(--plum-soft);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--plum);border-color:var(--line)}
.btn-ghost:hover{background:var(--plum);color:var(--ivory);border-color:var(--plum)}
.btn-wa{background:#1FA855;color:#fff}
.btn-wa:hover{background:#178d46;transform:translateY(-2px)}

/* HEADER */
header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,249,247,.86);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.35s}
header.scrolled{border-bottom-color:var(--line);box-shadow:0 8px 30px -22px rgba(43,35,32,.5)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;flex-direction:row;align-items:center;gap:.55rem;line-height:1}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-mark{height:42px;width:auto;display:block}
.foot-logo{height:64px;width:auto;display:block;margin-bottom:.3rem}
.brand .name{font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:600;color:var(--plum);letter-spacing:.02em;white-space:nowrap}
.brand .sub{font-family:'Jost',sans-serif;font-size:.56rem;font-weight:400;letter-spacing:.42em;text-transform:uppercase;color:var(--gold);margin-top:3px}
.nav-cta{display:flex;align-items:center;gap:1rem}
.back-link{font-size:.83rem;color:var(--ink);display:inline-flex;align-items:center;gap:.4rem}
.back-link:hover{color:var(--plum)}

/* BREADCRUMB + HERO */
.t-hero{padding:118px 0 50px}
.crumb{font-size:.8rem;color:var(--muted);margin-bottom:1.4rem;display:flex;gap:.5rem;flex-wrap:wrap}
.crumb a:hover{color:var(--plum)}
.crumb span{color:var(--gold)}
.t-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.t-hero h1{font-size:clamp(2.6rem,5.4vw,4rem);color:var(--plum);margin:1rem 0 1.1rem}
.t-hero p.lead{font-size:1.1rem;color:var(--muted);margin-bottom:1.9rem;max-width:32em}
.t-hero .hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.t-hero img.slot{width:100%;height:560px;box-shadow:var(--shadow)}

/* BENEFITS */
section{padding:72px 0}
.alt{background:var(--cream)}
.sec-head{max-width:640px;margin-bottom:42px}
.sec-head h2{font-size:clamp(2rem,4vw,2.8rem);color:var(--plum);margin:.8rem 0 .8rem}
.sec-head p{color:var(--muted);font-size:1.04rem}
.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.benefit{display:flex;gap:1rem;background:var(--ivory);border:1px solid var(--line);border-radius:16px;padding:1.4rem 1.5rem}
.benefit .ic{width:42px;height:42px;border-radius:11px;background:var(--cream);display:grid;place-items:center;color:var(--gold);flex-shrink:0}
.benefit h4{font-size:1.25rem;color:var(--plum);margin-bottom:.2rem}
.benefit p{font-size:.9rem;color:var(--muted)}

/* INDICATIONS + GALLERY */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}
.tags span{background:var(--ivory);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;color:var(--plum)}
.t-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.t-gallery img.slot{width:100%;height:240px}

/* FAQ */
.faq-wrap{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
details{background:var(--ivory);border:1px solid var(--line);border-radius:16px;padding:0 1.6rem;transition:.3s}
details[open]{box-shadow:var(--shadow)}
summary{list-style:none;cursor:pointer;padding:1.3rem 0;font-size:1.18rem;font-family:'Cormorant Garamond',serif;color:var(--plum);display:flex;justify-content:space-between;align-items:center;gap:1rem}
summary::-webkit-details-marker{display:none}
summary .plus{width:24px;height:24px;flex-shrink:0;position:relative}
summary .plus::before,summary .plus::after{content:"";position:absolute;background:var(--gold);left:50%;top:50%;transform:translate(-50%,-50%)}
summary .plus::before{width:14px;height:2px}
summary .plus::after{width:2px;height:14px;transition:.3s}
details[open] summary .plus::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
details p{padding:0 0 1.4rem;color:var(--muted);font-size:.96rem}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,var(--plum) 0%,var(--plum-soft) 100%);color:var(--ivory);border-radius:26px;padding:54px;text-align:center;position:relative;overflow:hidden}
.cta-band::after{content:"";position:absolute;top:-40%;right:-6%;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,var(--rose) 0,transparent 70%);opacity:.4}
.cta-band h2{color:var(--ivory);font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.8rem;position:relative}
.cta-band p{color:rgba(252,249,245,.82);margin-bottom:1.8rem;position:relative;max-width:34em;margin-left:auto;margin-right:auto}
.cta-band .btn{position:relative}

/* RELATED */
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rel-card{background:var(--ivory);border:1px solid var(--line);border-radius:16px;padding:1.4rem 1.5rem;transition:.3s;display:flex;flex-direction:column;gap:.4rem}
.rel-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.rel-card h4{font-size:1.3rem;color:var(--plum)}
.rel-card .more{font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--gold);text-transform:uppercase;margin-top:.4rem}

/* FOOTER */
footer{background:var(--plum);color:rgba(252,249,245,.78);padding:56px 0 26px;margin-top:0}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(252,249,245,.16)}
footer .brand .name{color:var(--ivory)}
footer .brand .sub{color:var(--rose-soft)}
footer p{font-size:.9rem;line-height:1.7;margin-top:1rem;max-width:30em}
.foot-col h5{font-family:'Jost',sans-serif;font-weight:500;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rose-soft);margin-bottom:1.1rem}
.foot-col a,.foot-col p{display:block;font-size:.9rem;margin:0 0 .6rem;color:rgba(252,249,245,.78);transition:.25s}
.foot-col a:hover{color:var(--ivory)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:22px;font-size:.78rem;color:rgba(252,249,245,.55)}

/* FLOAT WA */
.wa-float{position:fixed;bottom:24px;right:24px;z-index:90;width:60px;height:60px;border-radius:50%;background:#1FA855;display:grid;place-items:center;box-shadow:0 12px 30px -8px rgba(31,168,85,.7);transition:.3s;animation:pulse 2.6s infinite}
.wa-float:hover{transform:scale(1.08)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(31,168,85,.5)}70%{box-shadow:0 0 0 16px rgba(31,168,85,0)}100%{box-shadow:0 0 0 0 rgba(31,168,85,0)}}
.wa-float svg{width:32px;height:32px;fill:#fff}

@media(max-width:900px){
  .t-hero-grid,.two-col{grid-template-columns:1fr;gap:36px}
  .benefits,.steps,.related{grid-template-columns:1fr}
  .steps{gap:18px}
  .foot-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  section{padding:54px 0}
  .t-hero{padding:104px 0 40px}
  .t-hero img.slot{height:340px}
  .cta-band{padding:36px 24px}
}

/* VIDEO */
.video-sec{padding-top:0}
.video-frame{margin:0 auto;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#000;width:fit-content;max-width:100%}
.video-frame video{display:block;height:auto;max-width:100%;max-height:74vh}
.t-video{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);background:#1a1410;display:flex;justify-content:center;align-items:center;padding:0}
.t-video video{display:block;height:520px;width:auto;max-width:100%}
@media(max-width:900px){.t-video video{height:auto;width:100%;max-height:70vh}}

/* category grid (hub pages) */
.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{background:var(--ivory);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.35s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.card img.slot{width:100%;height:210px}
.card .card-body{padding:1.5rem 1.5rem 1.7rem;display:flex;flex-direction:column;gap:.55rem;flex:1;cursor:pointer}
.card .card-body h3{font-size:1.5rem;color:var(--plum);transition:color .25s}
.card:hover .card-body h3{color:var(--rose)}
.card .card-body p{font-size:.9rem;color:var(--muted)}
.card .card-body .more{margin-top:auto;padding-top:.5rem;font-size:.76rem;font-weight:500;letter-spacing:.04em;color:var(--gold);text-transform:uppercase}
@media(max-width:900px){.grid-cards{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.grid-cards{grid-template-columns:1fr}}

/* TOM PADRÃO DAS FOTOS — neutro clínico (cores fiéis, leve dessaturação, contraste suave) */
img.slot,.t-hero img,.t-gallery img,.card img,.about-media img{filter:saturate(.88) contrast(1.04) brightness(1.03)}
img.slot img{filter:none}

/* PAINEL PROVISÓRIO DO HERO — trocar pela foto real quando disponível */
.hero-brand-panel{width:100%;height:560px;border-radius:22px;box-shadow:var(--shadow);border:1px solid var(--line);background:linear-gradient(150deg,var(--ivory) 0%,var(--cream) 48%,var(--sand) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}
.hero-brand-panel::after{content:"";position:absolute;top:-28%;right:-18%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,var(--rose-soft) 0,transparent 68%);opacity:.5}
.hero-brand-panel img{height:86px;width:auto;position:relative;opacity:.92}
.hero-brand-panel .hbp-name{font-family:'Cormorant Garamond',serif;font-size:2.1rem;color:var(--plum);letter-spacing:.02em;position:relative}
.hero-brand-panel .hbp-sub{font-family:'Jost',sans-serif;font-size:.66rem;letter-spacing:.42em;text-transform:uppercase;color:var(--gold);position:relative}
@media(max-width:900px){.hero-brand-panel{height:340px}.hero-brand-panel img{height:64px}}

.brand-word{height:32px;width:auto;display:block;margin-top:6px}

/* DESTAQUES */
strong{font-weight:600;color:var(--plum)}

img.slot{display:block;width:100%;object-fit:cover}
