:root{--ink:#173f39;--cream:#f4efe4;--paper:#fbf8f1;--sage:#b9c8ad;--orange:#e66d3e;--line:rgba(23,63,57,.18);--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit}.site-header{height:88px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;gap:38px;border-bottom:1px solid var(--line);position:absolute;z-index:10;width:100%}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:600;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid currentColor;border-radius:50%;font-family:var(--serif);font-size:22px;font-weight:400}.site-header nav{display:flex;gap:30px;margin-left:auto}.site-header nav a{text-decoration:none;font-size:14px}.site-header nav a:hover,.text-link:hover{opacity:.62}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--ink);color:white;border:0;border-radius:2px;padding:15px 20px;text-decoration:none;font:600 14px var(--sans);transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#23554e}.button-small{padding:12px 17px}.hero{min-height:780px;display:grid;grid-template-columns:55% 45%;padding-top:88px}.hero-copy{padding:clamp(84px,10vw,150px) clamp(30px,8vw,120px)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:600;margin:0 0 30px}.hero h1,.section h2,.contact h2{font:400 clamp(62px,7vw,108px)/.88 var(--serif);letter-spacing:-.045em;margin:0}.hero h1 em,.section h2 em,.contact h2 em{font-weight:400;color:var(--orange)}.hero-intro{max-width:560px;font-size:18px;margin:35px 0}.hero-actions{display:flex;align-items:center;gap:30px}.text-link{text-underline-offset:5px;font-size:14px}.trust-row{display:flex;gap:26px;margin-top:80px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.trust-row span:before{content:"•";color:var(--orange);margin-right:8px}.hero-art{position:relative;background:var(--sage);overflow:hidden;min-height:692px}.hero-art svg{position:absolute;inset:auto 0 0;width:100%;height:92%;fill:none;stroke:var(--ink);stroke-width:1.5}.sun{position:absolute;width:34vw;height:34vw;border-radius:50%;background:#eacb79;top:9%;right:-19%}.hero-note{position:absolute;right:10%;bottom:8%;font:italic 26px/1.1 var(--serif);text-align:right}.marquee{overflow:hidden;background:var(--ink);color:var(--cream);padding:16px 0;white-space:nowrap;font:28px var(--serif)}.marquee div{width:max-content;animation:marquee 22s linear infinite}.marquee i{color:var(--orange);font-style:normal;margin:0 20px}.section{padding:120px clamp(24px,8vw,120px)}.section-heading{display:grid;grid-template-columns:1fr 2fr 1fr;gap:50px;align-items:start;margin-bottom:70px}.section-heading h2{font-size:70px}.section-heading>p:last-child{margin-top:5px}.treatment-list{border-top:1px solid var(--line)}.treatment{display:grid;grid-template-columns:80px 1.5fr 1fr auto;gap:30px;align-items:center;padding:35px 0;border-bottom:1px solid var(--line)}.treatment-index{font:24px var(--serif);color:var(--orange)}.treatment h3{font:400 36px var(--serif);margin:0}.treatment p{margin:4px 0 0;color:#53706b}.treatment-meta{text-align:right}.treatment-meta strong{display:block;font-size:18px}.treatment a{width:42px;height:42px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;text-decoration:none;transition:.2s}.treatment a:hover{background:var(--ink);color:white}.data-note{text-align:right;font-size:12px;opacity:.65;margin-top:16px}.about{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,10vw,150px)}.about-card{min-height:560px;background:var(--orange);color:#fff;padding:65px;display:flex;flex-direction:column;justify-content:space-between}.about-card blockquote{font:400 clamp(38px,4vw,62px)/1 var(--serif);margin:0}.signature{font:italic 34px var(--serif)}.about-copy{align-self:center}.about-copy h2{font-size:70px}.about-copy>p{font-size:18px}.about-copy ul{list-style:none;padding:0;margin-top:40px}.about-copy li{padding:20px 0;border-top:1px solid var(--line)}.about-copy li span{font:20px var(--serif);color:var(--orange);margin-right:20px}.availability{background:var(--ink);color:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,12vw,180px)}.availability h2{font-size:74px}.availability h2 em{color:#eacb79}.availability-intro>p:not(.eyebrow){max-width:520px}.button-light{background:var(--cream);color:var(--ink);margin-top:22px}.schedule{border-top:1px solid rgba(255,255,255,.25)}.schedule-row{display:grid;grid-template-columns:1fr 1fr;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.25)}.schedule-row span:last-child{text-align:right;color:#cbd5d0}.contact{text-align:center;padding-top:150px;padding-bottom:150px}.contact h2{font-size:clamp(64px,8vw,110px);max-width:900px;margin:auto}.contact>p:not(.eyebrow){max-width:580px;margin:35px auto}.contact-actions{display:flex;justify-content:center;align-items:center;gap:32px}.button-disabled{opacity:.55;cursor:not-allowed}.button-disabled:hover{transform:none;background:var(--ink)}footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:35px clamp(24px,5vw,76px);border-top:1px solid var(--line);font-size:13px}footer p:nth-child(2){text-align:center}footer p:last-child{text-align:right}.brand-footer{font-size:14px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:900px){.site-header{height:76px;position:absolute}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:22px 28px;border-bottom:1px solid var(--line);flex-direction:column}.site-header nav.open{display:flex}.menu-toggle{display:block;margin-left:auto;background:none;border:0;color:inherit}.header-cta{display:none}.hero{grid-template-columns:1fr;padding-top:76px}.hero-copy{padding:90px 25px 70px}.hero h1{font-size:68px}.trust-row{margin-top:55px;flex-wrap:wrap}.hero-art{min-height:520px}.sun{width:80vw;height:80vw}.section{padding:85px 25px}.section-heading{grid-template-columns:1fr;gap:10px}.section-heading h2,.about-copy h2,.availability h2{font-size:55px}.treatment{grid-template-columns:45px 1fr auto}.treatment-meta{grid-column:2;text-align:left}.treatment>a{grid-column:3;grid-row:1/3}.treatment h3{font-size:29px}.about,.availability{grid-template-columns:1fr}.about-card{min-height:470px;padding:40px}.availability{gap:60px}.contact-actions{flex-direction:column}footer{grid-template-columns:1fr;text-align:center;gap:15px}footer p:nth-child(2),footer p:last-child{text-align:center;margin:0}.brand-footer{justify-content:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* Keep content readable before it enters the viewport; motion is enhancement only. */
.reveal{opacity:1;transform:none}
.reveal.visible{animation:rise .7s both}
@keyframes rise{from{opacity:.01;transform:translateY(18px)}to{opacity:1;transform:none}}

/* Hero image options */
.hero-gallery{background:#9eaa91}
.hero-gallery>img{width:100%;height:100%;min-height:692px;display:block;object-fit:cover;transition:opacity .25s ease}
.hero-gallery>img.changing{opacity:.25}
.hero-gallery:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(15,38,34,.5));pointer-events:none}
.hero-gallery .hero-note{z-index:2;color:#fff;text-shadow:0 1px 20px rgba(0,0,0,.35)}
.hero-picker{position:absolute;z-index:3;left:26px;bottom:24px;display:flex;gap:7px;padding:7px;background:rgba(251,248,241,.86);backdrop-filter:blur(8px)}
.hero-picker button{width:38px;height:38px;border:0;background:transparent;color:var(--ink);font:600 11px var(--sans);cursor:pointer}
.hero-picker button:hover,.hero-picker button.active{background:var(--ink);color:#fff}

/* Draft testimonials */
.reviews{background:#e7ddca}
.reviews .section-heading{margin-bottom:55px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{min-height:370px;padding:42px;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between}
.review-card-featured{background:var(--orange);color:#fff;transform:translateY(-18px)}
.review-card blockquote{font:400 31px/1.12 var(--serif);margin:28px 0}
.review-card>p{font-size:11px;text-transform:uppercase;letter-spacing:.09em;opacity:.7}
.stars{color:#d39a38;letter-spacing:.16em;font-size:12px}
.review-card-featured .stars{color:#ffe19a}

@media(max-width:900px){.hero-gallery>img{min-height:520px}.hero-picker{left:18px;bottom:18px}.review-grid{grid-template-columns:1fr}.review-card{min-height:300px;padding:34px}.review-card-featured{transform:none}.review-card blockquote{font-size:29px}}

/* Matheus Pires brand system — June 2026 */
:root{--ink:#324037;--cream:#e5e7d6;--paper:#f7f7ef;--sage:#455d3c;--orange:#583e25;--line:rgba(50,64,55,.2);--serif:"Juana","Cormorant Garamond",Georgia,serif;--sans:"Sofia Pro","Poppins",Arial,sans-serif}
body{background:var(--paper);color:var(--ink);font-family:var(--sans)}
.site-header{background:rgba(247,247,239,.9);backdrop-filter:blur(12px)}
.brand{font-family:var(--serif);font-size:21px;font-weight:400}
.brand-mark{font-size:24px;font-style:italic;text-transform:lowercase}
.brand-wordmark{display:flex;flex-direction:column;line-height:.85;letter-spacing:.01em}
.brand-wordmark small{margin-top:7px;font:500 7px/1 var(--sans);letter-spacing:.15em;text-transform:uppercase}
.hero h1,.section h2,.contact h2,.treatment h3,.review-card blockquote{font-family:var(--serif)}
.hero h1 em,.section h2 em,.contact h2 em{color:#583e25}
.hero-art{background:#455d3c}
.hero-gallery>img{object-position:center 22%;filter:saturate(.82) contrast(.97)}
.hero-gallery:after{background:linear-gradient(transparent 45%,rgba(36,31,32,.64))}
.marquee,.availability{background:#324037}
.marquee i,.treatment-index,.about-copy li span{color:#583e25}
.treatments{background:#f7f7ef}
.about{background:#e5e7d6}
.about-portrait{position:relative;margin:0;padding:0;overflow:hidden;background:#455d3c;min-height:620px}
.about-portrait img{width:100%;height:100%;min-height:620px;display:block;object-fit:cover;object-position:center 24%;filter:saturate(.8)}
.about-portrait figcaption{position:absolute;left:28px;bottom:24px;padding:10px 14px;background:rgba(229,231,214,.9);color:#241f20;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.reviews{background:#d2e3e7}
.review-card{background:#f7f7ef}
.review-card-featured{background:#455d3c;color:#fff}
.stars{color:#583e25}.review-card-featured .stars{color:#d2e3e7}
.availability h2 em{color:#d2e3e7}
.button{background:#324037}.button:hover{background:#455d3c}
.button-light{background:#e5e7d6;color:#324037}
.contact{background:#f7f7ef}
footer{background:#e5e7d6}
@media(max-width:900px){.brand{font-size:18px}.brand-wordmark small{font-size:6px}.about-portrait,.about-portrait img{min-height:520px}.hero-gallery>img{object-position:center 18%}}
.treatment{grid-template-columns:80px 1fr auto}
@media(max-width:900px){.treatment{grid-template-columns:45px 1fr auto}}
.header-logo{display:block;width:auto;height:68px;mix-blend-mode:multiply}
.footer-logo{display:block;width:145px;height:auto;mix-blend-mode:multiply}
.brand-footer{justify-self:start}
@media(max-width:900px){.header-logo{height:58px}.footer-logo{width:135px}.brand-footer{justify-self:center}}
.site-header,footer{background:#f5f0e8}
.header-logo,.footer-logo{mix-blend-mode:normal}
