@font-face{font-family:Inter;src:url('../assets/fonts/inter/Inter-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('../assets/fonts/inter/Inter-Medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('../assets/fonts/inter/Inter-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('../assets/fonts/inter/Inter-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Instrument;src:url('../assets/fonts/instrument-serif/InstrumentSerif-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Instrument;src:url('../assets/fonts/instrument-serif/InstrumentSerif-Italic.ttf') format('truetype');font-style:italic;font-display:swap}
:root{--bg:#E4E1DC;--surface:#F9F8F6;--accent:#CCB493;--ink:#5D6059;--ink-deep:#30332e;--line:rgba(93,96,89,.18);--max:1180px;--radius:24px;--shadow:0 18px 50px rgba(64,58,50,.1)}
*{box-sizing:border-box}html{}body{margin:0;background:var(--surface);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:1rem;top:-4rem;background:var(--ink-deep);color:#fff;padding:.7rem 1rem;border-radius:8px;z-index:10}.skip-link:focus{top:1rem}.container{width:min(var(--max),calc(100% - 3rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:5;background:rgba(249,248,246,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.wordmark{font-family:Instrument,Georgia,serif;font-size:2rem;line-height:1;color:var(--ink-deep);white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:1.55rem;font-size:.82rem;font-weight:600}.desktop-nav a{padding:.4rem 0;border-bottom:2px solid transparent}.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav a[aria-current=page]{color:var(--ink-deep);border-color:var(--accent)}.mobile-menu{display:none}.mobile-menu summary{list-style:none;cursor:pointer;border:1px solid var(--line);padding:.55rem .8rem;border-radius:10px;font-weight:600;color:var(--ink-deep)}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-nav{position:absolute;right:1.5rem;top:70px;display:grid;gap:.8rem;padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);min-width:210px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:999px;padding:.82rem 1.2rem;background:var(--accent);color:var(--ink-deep);font-size:.86rem;font-weight:700;}.button:hover{box-shadow:0 8px 18px rgba(71,62,48,.18);background:#d6c2a8}.button:focus-visible,.text-link:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--ink-deep);outline-offset:3px}.button.secondary{background:transparent;border-color:var(--ink);color:var(--ink-deep)}.button.secondary:hover{background:var(--bg)}.hero{padding:clamp(3rem,7vw,7rem) 0}.hero-home{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,7rem)}.eyebrow{display:inline-flex;margin:0 0 1.1rem;padding:.36rem .75rem;border-radius:999px;background:var(--bg);color:var(--ink-deep);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero h1,.page-intro h1{margin:0;color:var(--ink-deep);font-family:Instrument,Georgia,serif;font-size:clamp(3.4rem,7vw,6.6rem);font-weight:400;line-height:.95;letter-spacing:-.025em}.hero h1 em,.page-intro h1 em,.section-heading em{font-style:italic;color:#977d5c}.hero p{max-width:34rem;font-size:1.07rem;margin:1.5rem 0 2rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-image{height:min(72vh,740px);border-radius:150px 150px 28px 28px;overflow:hidden;box-shadow:var(--shadow);background:var(--bg)}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.section{padding:clamp(4rem,8vw,8rem) 0}.section.alt{background:var(--bg)}.section-heading{text-align:center;max-width:720px;margin:0 auto 3rem}.section-heading h2,.page-intro h1{color:var(--ink-deep)}.section-heading h2{font-family:Instrument,Georgia,serif;font-size:clamp(2.6rem,5vw,4.5rem);font-weight:400;line-height:1;margin:.25rem 0 1rem}.section-heading p{margin:0 auto;max-width:600px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.procedure-cards{grid-template-columns:repeat(4,1fr)}.card{padding:1.55rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);}.card:hover{box-shadow:var(--shadow)}.card h3{margin:.2rem 0 .55rem;color:var(--ink-deep);font-family:Instrument,Georgia,serif;font-size:2rem;font-weight:400}.card p{margin:0 0 1.1rem;font-size:.92rem}.text-link{font-weight:700;color:var(--ink-deep);text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,7rem);align-items:center}.portrait{width:100%;max-height:680px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.copy h2{font-family:Instrument,Georgia,serif;font-size:clamp(2.5rem,5vw,4.4rem);line-height:1;color:var(--ink-deep);font-weight:400;margin:.2rem 0 1rem}.copy h2 em{color:#977d5c}.copy p{max-width:58ch}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:2rem 0}.stat{padding:1rem;background:rgba(249,248,246,.7);border-radius:16px}.stat strong{display:block;font-family:Instrument,Georgia,serif;font-size:2rem;color:var(--ink-deep);font-weight:400}.stat span{font-size:.78rem}.product-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px}.gallery-preview,.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-preview img,.gallery img{width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:18px}.cta-band{background:var(--ink-deep);color:#fff;padding:clamp(3rem,6vw,5rem);border-radius:32px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-band h2{font-family:Instrument,Georgia,serif;font-size:clamp(2.4rem,4vw,4rem);line-height:1;margin:0;color:#fff}.cta-band p{margin:.8rem 0 0;color:#e8e5df;max-width:52ch}.cta-band .button{background:var(--accent)}.faq{max-width:850px;margin:auto}.faq details{border-top:1px solid var(--line);padding:1.1rem 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;color:var(--ink-deep);font-weight:700}.faq p{max-width:70ch;margin:.8rem 0 0}.page-intro{padding:clamp(4rem,9vw,8rem) 0;text-align:center;background:var(--bg)}.page-intro p{max-width:650px;margin:1.2rem auto 0;font-size:1.05rem}.procedure-list{display:grid;gap:1.5rem}.procedure{display:grid;grid-template-columns:.65fr 1fr;gap:clamp(1.5rem,5vw,5rem);padding:clamp(1.5rem,4vw,3rem);border-radius:28px;background:var(--bg);align-items:center}.procedure:nth-child(even){background:#eeeae4}.procedure h2,.product h2{font-family:Instrument,Georgia,serif;color:var(--ink-deep);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1;margin:.2rem 0 1rem}.procedure h3,.product h3{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#977d5c;margin:1.5rem 0 .35rem}.pill-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0;list-style:none}.pill-list li{border:1px solid var(--line);border-radius:999px;padding:.42rem .72rem;font-size:.82rem}.product{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);align-items:center;padding:clamp(2rem,5vw,5rem) 0;border-bottom:1px solid var(--line)}.product:nth-child(even) .product-image{order:2}.product-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.notice{display:flex;gap:.8rem;align-items:flex-start;padding:1.1rem 1.3rem;background:#f0ece5;border:1px solid var(--line);border-radius:16px;margin-bottom:2rem}.notice strong{color:var(--ink-deep)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:start}.contact-list{display:grid;gap:.8rem;margin:1.5rem 0}.contact-item{padding:1.2rem 1.3rem;border:1px solid var(--line);border-radius:18px;background:var(--bg)}.contact-item strong{display:block;color:var(--ink-deep);margin-bottom:.2rem}.form-card{padding:clamp(1.5rem,4vw,3rem);border-radius:28px;background:var(--bg)}.form-card h2{font-family:Instrument,Georgia,serif;color:var(--ink-deep);font-weight:400;font-size:2.8rem;line-height:1;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.38rem}.field.full{grid-column:1/-1}.field label{font-size:.8rem;font-weight:700;color:var(--ink-deep)}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(93,96,89,.35);background:var(--surface);border-radius:12px;padding:.8rem .9rem;color:var(--ink)}.field textarea{min-height:140px;resize:vertical}.form-status{min-height:1.5rem;margin:.8rem 0 0;font-size:.85rem}.site-footer{margin-top:clamp(4rem,8vw,8rem);padding:3rem 0 1rem;background:var(--ink-deep);color:#e8e5df}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.site-footer .wordmark{color:#fff}.site-footer h2{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.site-footer a:hover,.site-footer a:focus-visible{color:#fff}.footer-links{display:grid;gap:.4rem;font-size:.9rem}.copyright{border-top:1px solid rgba(255,255,255,.16);margin-top:2rem;padding-top:1rem;font-size:.75rem}.floating-whatsapp{position:fixed;right:1.2rem;bottom:1.2rem;width:52px;height:52px;border-radius:50%;background:#2f9d61;color:#fff;display:grid;place-items:center;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.2);z-index:4}.floating-whatsapp:focus-visible{outline-color:#fff}
@media(max-width:900px){.desktop-nav,.header-inner>.header-cta{display:none}.mobile-menu{display:block}.hero-home,.split,.contact-grid{grid-template-columns:1fr}.hero-home{min-height:auto}.hero-image{height:clamp(440px,68vh,650px)}.hero-home .hero-copy{order:-1}.cards,.procedure-cards{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.procedure{grid-template-columns:1fr}.product{grid-template-columns:1fr}.product:nth-child(even) .product-image{order:0}.product-image{max-height:540px}.gallery,.gallery-preview{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.container{width:min(var(--max),calc(100% - 2rem))}.header-inner{min-height:68px}.wordmark{font-size:1.8rem}.hero{padding:3.5rem 0}.hero h1,.page-intro h1{font-size:clamp(3rem,15vw,4.6rem)}.hero p{font-size:.98rem}.hero-image{height:470px;border-radius:100px 100px 22px 22px}.cards,.procedure-cards,.stats,.product-preview,.gallery,.gallery-preview,.footer-grid,.form-grid{grid-template-columns:1fr}.section{padding:4rem 0}.cta-band{display:block;padding:2rem;border-radius:24px}.cta-band .button{margin-top:1.5rem}.procedure,.product{padding:1.3rem;border-radius:20px}.procedure h2,.product h2{font-size:2.8rem}.field.full{grid-column:auto}.form-grid{gap:.85rem}.site-footer{margin-top:4rem}.floating-whatsapp{width:48px;height:48px;right:1rem;bottom:1rem}}

.copy.h2{font-family:Instrument,Georgia,serif;font-size:clamp(2.5rem,5vw,4.4rem);line-height:1;color:var(--ink-deep);font-weight:400;margin:.2rem 0 1rem}.copy.h2 em{color:#977d5c}
.stats{padding:clamp(1.25rem,3vw,2.25rem);background:var(--ink-deep);border-radius:28px;box-shadow:var(--shadow);gap:0}.stat{position:relative;padding:1rem 1.25rem;background:transparent;border-radius:0}.stat+.stat{border-left:1px solid rgba(249,248,246,.28)}.stat strong{color:var(--accent);font-size:clamp(2.6rem,5vw,4.4rem);line-height:1}.stat span{display:block;margin-top:.7rem;color:#f9f8f6;font-size:.78rem;line-height:1.35}@media(max-width:600px){.stats{gap:.25rem;padding:1rem}.stat{padding:1rem}.stat+.stat{border-left:0;border-top:1px solid rgba(249,248,246,.28)}}
.product-tile{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:22px}.product-tile img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:0}.product-tile__copy{padding:1.25rem 1.35rem 1.4rem}.product-tile__copy h3{margin:0;color:var(--ink-deep);font-family:Instrument,Georgia,serif;font-size:2rem;font-weight:400;line-height:1}.product-tile__copy p{margin:.6rem 0 0;font-size:.9rem}.cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.cta-band .button{white-space:nowrap}@media(max-width:900px){.cta-band{grid-template-columns:1fr}.cta-band .button{width:max-content;margin-top:1.5rem}}@media(max-width:600px){.cta-band .button{width:100%;margin-top:1.25rem}}
.button{background:linear-gradient(135deg,#CCB493 0%,#dccbb4 100%)}.button:hover{background:linear-gradient(135deg,#d2bca0 0%,#e4d4bf 100%)}
main>.section:last-child{padding-bottom:2rem}.site-footer{margin-top:0}.cta-band h2{font-weight:400}
form[data-whatsapp-form]{display:flex;flex-direction:column;align-items:flex-start}.form-grid{width:100%;margin-bottom:1.25rem}

.hero .eyebrow{padding:.28rem .6rem;font-size:.62rem;letter-spacing:.065em}
@media(max-width:600px){.hero .eyebrow{padding:.25rem .52rem;font-size:.58rem;letter-spacing:.055em}}
.hero-location{margin:0 0 1.45rem!important;color:var(--ink-deep);font-size:.94rem;font-weight:700}.assessment-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;padding:0;margin:0;list-style:none}.assessment-steps li{display:grid;gap:.8rem;padding:1.35rem;background:var(--surface);border:1px solid var(--line);border-radius:18px}.assessment-steps strong{display:grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:50%;background:var(--accent);color:var(--ink-deep);font-family:Instrument,Georgia,serif;font-size:1.35rem;font-weight:400}.assessment-steps span{font-size:.88rem;line-height:1.45;color:var(--ink-deep)}.field select{appearance:auto;min-height:3rem}.form-helper{max-width:48ch;margin:.9rem 0 0;font-size:.82rem;line-height:1.45}.contact-item address,.footer-links address{font-style:normal}.map-embed{overflow:hidden;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.map-embed iframe{display:block;width:100%;height:380px;border:0}.floating-whatsapp{width:auto;height:52px;padding:0 1rem;display:flex;align-items:center;gap:.55rem;border-radius:999px}.floating-whatsapp svg{width:22px;height:22px;flex:0 0 22px}.floating-whatsapp span{font-size:.82rem;white-space:nowrap}@media(max-width:900px){.assessment-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.assessment-steps{grid-template-columns:1fr}.floating-whatsapp{width:48px;padding:0;justify-content:center}.floating-whatsapp span{display:none}.map-embed iframe{height:300px}}
/* Ajustes da Home: hierarquia do hero e alinhamento dos cards. */
.hero h1{font-size:clamp(3rem,5.4vw,5.4rem)}.procedure-cards .card{display:flex;flex-direction:column}.procedure-cards .text-link{margin-top:auto;align-self:flex-start}@media(max-width:600px){.hero h1{font-size:clamp(2.7rem,13vw,3.9rem)}}


/* Refinamentos visuais: hero, procedimentos, avaliação, galeria, mapa e rodapé. */
.hero-image{height:clamp(500px,56vh,640px)}
.hero-image img{object-position:center 40%}
.procedure-cards{grid-auto-rows:1fr}
.procedure-cards .card{border-color:rgba(93,96,89,.22);box-shadow:0 7px 20px rgba(52,47,39,.06)}
.procedure-cards .card:hover{box-shadow:0 10px 25px rgba(52,47,39,.10)}
.procedure-icon{display:block;width:2rem;height:2rem;margin:0 0 .85rem;color:var(--ink-deep);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.assessment-section{background:var(--ink-deep);color:#e8e5df}
.assessment-section .section-heading{margin-bottom:2.25rem}
.assessment-section .section-heading h2,.assessment-section .section-heading p{color:#fff}
.assessment-section .eyebrow{background:var(--accent);color:var(--ink-deep)}
.assessment-section .assessment-steps li{background:rgba(249,248,246,.08);border-color:rgba(249,248,246,.22)}
.assessment-section .assessment-steps strong{background:var(--accent);color:var(--ink-deep)}
.assessment-section .assessment-steps span{color:#fff}
.about-home__media{min-height:560px;overflow:hidden;border-radius:28px}
.about-home__media img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.gallery-preview,.gallery{gap:1.25rem}
.gallery-zoom{display:block;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--bg);box-shadow:0 6px 16px rgba(52,47,39,.05)}
.gallery-preview .gallery-zoom,.gallery .gallery-zoom{height:clamp(330px,31vw,540px)}
.gallery-preview img,.gallery img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;border-radius:0;transition:transform .25s ease}
.gallery-zoom:hover img{transform:scale(1.02)}
.gallery-zoom:focus-visible{outline:3px solid var(--ink-deep);outline-offset:4px}
.map-block{display:grid;gap:1rem;justify-items:start;padding:1rem;background:var(--bg);border:1px solid var(--line);border-radius:28px}
.map-block .map-embed{width:100%;border-radius:18px;box-shadow:none}
.map-open{margin-left:.2rem}
.footer-grid{gap:clamp(2rem,5vw,4.5rem)}
.footer-contact{gap:.7rem}
.footer-contact>a,.footer-contact address,.footer-hours{display:flex;align-items:flex-start;gap:.55rem}
.footer-contact svg{width:1rem;height:1rem;flex:0 0 1rem;margin-top:.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:var(--accent)}
.footer-contact address{line-height:1.5}
.footer-hours{line-height:1.5}
@media(max-width:900px){.hero-image{height:clamp(440px,62vh,590px)}.about-home__media{min-height:480px}.assessment-steps{grid-template-columns:repeat(3,1fr)}.gallery-preview .gallery-zoom,.gallery .gallery-zoom{height:clamp(300px,45vw,470px)}}
@media(max-width:600px){.section{padding:3.25rem 0}.section-heading{margin-bottom:2rem}.hero-image{height:390px;border-radius:88px 88px 22px 22px}.hero-image img{object-position:center 37%}.about-home__media{min-height:420px;border-radius:22px}.assessment-steps{grid-template-columns:1fr}.assessment-section .section-heading{margin-bottom:2rem}.gallery-preview,.gallery{gap:1rem}.gallery-preview .gallery-zoom,.gallery .gallery-zoom{height:auto;min-height:0}.gallery-preview img,.gallery img{height:auto;object-fit:contain}.map-block{padding:.75rem;border-radius:22px}.map-open{width:calc(100% - .5rem);margin:.25rem}.footer-grid{gap:2.25rem}.footer-contact{gap:.85rem}}

.assessment-section .section-heading .eyebrow{color:var(--ink-deep)}


/* Galeria de resultados: arquivos em proporção original, sem áreas vazias. */
.gallery-preview .gallery-zoom,.gallery .gallery-zoom{height:auto}
.gallery-preview img,.gallery img{height:auto;object-fit:initial}

/* Elevação discreta nos cards de conteúdo, sem alterar a paleta. */
.product-tile,.contact-item,.form-card{border:1px solid var(--line);box-shadow:0 6px 18px rgba(52,47,39,.055)}
.product-tile:hover,.contact-item:hover{box-shadow:0 9px 22px rgba(52,47,39,.075)}
.assessment-section .assessment-steps li{box-shadow:0 7px 18px rgba(0,0,0,.14)}

/* Ritmo vertical mais equilibrado entre conteúdos e chamadas. */
.section{padding:clamp(3.5rem,6vw,6.5rem) 0}
.page-intro{padding:clamp(3.5rem,7vw,6.5rem) 0}
.section-heading{margin-bottom:clamp(1.75rem,3.5vw,2.5rem)}
.section-heading h2{margin-bottom:.75rem}
@media(max-width:600px){
  .hero{padding:2.75rem 0 3.25rem}
  .section{padding:2.85rem 0}
  .page-intro{padding:3rem 0}
  .section-heading{margin-bottom:1.45rem}
  .copy h2{margin-bottom:.75rem}
  .stats{margin:1.5rem 0}
  .section .actions[style]{margin-top:1.15rem!important}
}


