:root{--berry:#a33159;--deep:#74213d;--cream:#fff9ed;--pink:#f4aec5;--ink:#34242a;--muted:#715b63;--line:#e5d2d6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #187060;outline-offset:6px}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.08}em{font-weight:400;color:var(--berry)}header{min-height:98px;padding:10px 6%;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:var(--cream)}.brand{display:flex;align-items:center;gap:14px;font-size:14px;letter-spacing:2px}.brand img{border-radius:50%;width:70px;height:70px}.brand small{display:block;font-size:10px;letter-spacing:4px}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.text-link:hover{color:var(--berry)}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--berry);color:var(--cream);padding:17px 25px;font-size:15px;font-weight:600;border:1px solid var(--berry);transition:background .2s,transform .2s}.button:hover{background:var(--deep);transform:translateY(-2px)}.button.small{padding:10px 20px}.hero{display:grid;grid-template-columns:1.05fr 1fr;position:relative;max-width:1600px;margin:auto;padding:52px 6% 64px;gap:6%}.hero-copy{align-self:center;padding:15px 0 45px}.eyebrow{font-size:12px;letter-spacing:2.8px;font-weight:600;color:var(--berry);margin-bottom:24px}h1{font-size:clamp(64px,7.5vw,112px);letter-spacing:-4px;line-height:.98}h1 em{font-size:1.12em}.intro{max-width:360px;margin:30px 0;color:var(--muted);font-size:17px}.micro{font-size:12px;margin-top:13px;color:var(--muted)}.hero-photo{position:relative;max-height:640px;min-height:540px;margin:0 0 15px}.hero-photo>img{width:100%;height:100%;max-height:640px;object-position:center 39%;border-radius:240px 240px 3px 3px}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;color:white;padding:24px;background:linear-gradient(transparent,#29171cb3);font-size:12px;letter-spacing:2px;display:flex;justify-content:space-between;gap:12px}.hero-photo figcaption span{font-size:10px;align-self:center}.hero-bottom{position:absolute;bottom:25px;left:6%;font-size:12px;letter-spacing:1px;display:flex;gap:30px}.ribbon{background:var(--berry);color:var(--cream);padding:22px 6%;display:flex;justify-content:space-between;gap:25px;align-items:center;font-size:12px;letter-spacing:3px}.ribbon i{color:var(--pink);font-size:24px}.section{padding:100px 6%;max-width:1600px;margin:auto}h2{font-size:clamp(38px,4.3vw,64px);letter-spacing:-1.8px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:50px}.section-heading>p{max-width:350px;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.services article{padding:35px 30px 10px 0}.services article+article{padding-left:30px;border-left:1px solid var(--line)}.number{font-size:12px;color:var(--berry);letter-spacing:2px}h3{font-size:29px;margin:25px 0 18px}.services p{color:var(--muted);font-size:15px;max-width:310px}.services a{display:inline-flex;gap:16px;font-size:13px;margin-top:30px;color:var(--berry);border-bottom:1px solid var(--line);padding-bottom:6px}.portfolio{background:#f6e7e9;max-width:none}.portfolio>.section-heading,.gallery{max-width:1408px;margin-left:auto;margin-right:auto}.text-link{border-bottom:1px solid var(--berry);padding-bottom:6px;font-size:14px}.text-link span{margin-left:20px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:30px}.gallery-photo{position:relative;overflow:hidden}.gallery-photo img{width:100%;height:600px;object-position:50% 38%;transition:transform .5s}.gallery-photo:hover img{transform:scale(1.025)}.gallery-photo.second img{object-position:50% 60%}.gallery-photo>span{position:absolute;bottom:0;left:0;right:0;color:white;background:linear-gradient(transparent,#1b101bd9);padding:50px 24px 23px;display:flex;justify-content:space-between;font-size:14px}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:9%;align-items:center}.logo-panel img{width:100%;height:auto}.about-copy>p:not(.eyebrow){margin-top:25px;color:var(--muted);max-width:510px}.about-copy .text-link{display:inline-block;margin-top:30px}.contact{max-width:none;background:var(--berry);color:var(--cream);text-align:center;padding-bottom:110px}.contact .eyebrow{color:var(--cream)}.contact h2{font-size:clamp(48px,5.6vw,80px)}.contact h2 em{color:var(--pink)}.contact>p:not(.eyebrow){margin:25px 0}.button.light{background:var(--cream);color:var(--deep);border-color:var(--cream);margin-top:8px}.button.light:hover{background:var(--pink)}.phone{display:block;margin:20px auto 0;width:fit-content}.contact .micro{color:#ffe4ef;font-size:12px}footer{padding:35px 6% 100px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}footer>span{letter-spacing:2px}footer small{font-size:10px;display:block}footer p{color:var(--muted)}.floating{position:fixed;bottom:22px;right:24px;z-index:3;display:flex;align-items:center;gap:10px;background:var(--deep);color:white;border:1px solid #ffffff60;border-radius:50px;padding:15px 20px;box-shadow:0 5px 24px #35122226;font-size:13px}.floating:hover{background:#57182e}.skip{position:fixed;left:15px;top:-100px;padding:12px;background:white;z-index:10}.skip:focus{top:10px}@media(min-width:1600px){.hero{gap:100px}}@media(max-width:900px){header{padding:10px 5%;gap:15px}.brand span{display:none}nav{gap:20px}.hero{padding:40px 5% 65px;gap:5%}h1{font-size:76px}.hero-photo{min-height:510px}.hero-photo figcaption span{display:none}.section{padding:70px 5%}.gallery-photo img{height:480px}.about{gap:6%}.services article{padding-right:18px}.services article+article{padding-left:18px}h3{font-size:25px}.ribbon{letter-spacing:1.5px}}@media(max-width:600px){html{scroll-padding-top:20px}header{min-height:85px;flex-wrap:wrap;gap:10px}.brand img{width:56px;height:56px}nav{gap:16px;font-size:12px}.button.small{font-size:12px;padding:9px 12px;gap:9px}.hero{display:flex;flex-direction:column;padding:40px 6% 60px;gap:25px}.hero-copy{padding:0;align-self:stretch}.eyebrow{font-size:11px;letter-spacing:2px;margin-bottom:20px}h1{font-size:clamp(62px,17vw,94px);letter-spacing:-2.5px}.intro{margin:24px 0;font-size:16px;max-width:320px}.hero-copy .button{width:100%}.hero-photo{min-height:0;height:460px;width:100%;margin:8px 0 0}.hero-photo>img{object-position:center 38%}.hero-bottom{bottom:19px}.ribbon{flex-wrap:wrap;justify-content:center;gap:12px 20px;font-size:10px;padding:18px}.ribbon i{font-size:16px}.ribbon span:last-child,.ribbon i:last-of-type{display:none}.section{padding:60px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p,.section-heading>.text-link{margin-top:25px;display:inline-block}.services{grid-template-columns:1fr}.services article,.services article+article{padding:27px 0;border-left:0;border-bottom:1px solid var(--line)}h3{margin:15px 0;font-size:29px}.services p{max-width:none}.services a{margin-top:20px}.gallery{gap:25px;grid-template-columns:1fr}.gallery-photo img{height:440px}.gallery-photo.second img{height:440px;object-position:center 65%}.about{display:flex;flex-direction:column;gap:35px}.logo-panel{width:75%;max-width:320px;align-self:flex-start}.about-copy h2{font-size:40px}.contact h2{font-size:51px}.contact{padding-bottom:80px}.contact .button{width:100%;gap:20px}footer{flex-wrap:wrap;padding:30px 6% 100px}footer p{width:100%;order:3}.floating{right:15px;bottom:15px;padding:13px 17px}.floating span{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Botões de consulta e movimentos suaves. */
.services a{display:flex;justify-content:space-between;align-items:center;gap:14px;width:fit-content;max-width:100%;padding:14px 18px;background:var(--berry);color:var(--cream);border:1px solid var(--berry);border-radius:4px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #74213d12;transition:background .2s,transform .2s,box-shadow .2s}
.services a:hover{background:var(--deep);transform:translateY(-3px);box-shadow:0 8px 18px #74213d24}
.services a span{font-size:20px;transition:transform .2s}
.services a:hover span{transform:translate(2px,-2px)}
@media(prefers-reduced-motion:no-preference){
.hero-copy{animation:arrive .85s both}.hero-photo{animation:arrive 1s .15s both}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible,.reveal:focus-within{opacity:1;transform:translateY(0)}
.services article:nth-child(2){transition-delay:.1s}.services article:nth-child(3){transition-delay:.2s}
.floating{animation:arrive .7s .5s both;transition:background .2s,box-shadow .2s}
.floating:hover{box-shadow:0 8px 28px #74213d45}
@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
}
@media(max-width:600px){.services a{width:100%}}
/* Botões unificados: rosa e cantos arredondados. */
.button,.button.small,.services a{border-radius:999px}
.text-link{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;background:var(--berry);color:var(--cream);border:1px solid var(--berry);border-radius:999px;font-weight:600;line-height:1.6;transition:background .2s,transform .2s}
.text-link:hover{color:var(--cream);background:var(--deep);transform:translateY(-2px)}
.about-copy .text-link{display:inline-flex}
@media(max-width:600px){.section-heading>.text-link{display:inline-flex}}
@media(prefers-reduced-motion:reduce){.text-link:hover{transform:none}}
