:root{--ink:#201d1e;--pink:#d894aa;--rose:#f3e4e9;--blush:#faf3f4;--cream:#fffaf5;--gold:#a8783d;--green:#183d2b;--line:rgba(32,29,30,.15);--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 var(--sans);overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit}
.skip-link{position:fixed;top:-5rem;left:1rem;background:#fff;padding:.8rem 1rem;z-index:100}
.skip-link:focus{top:1rem}
.site-header{position:absolute;top:0;left:0;z-index:20;width:100%;height:86px;padding:0 clamp(1.25rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid rgba(255,255,255,.32)}
.site-header.scrolled{position:fixed;background:rgba(255,250,245,.96);color:var(--ink);box-shadow:0 8px 30px rgba(32,29,30,.08);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.brand-logo{width:74px;height:62px;object-fit:cover;object-position:center;background:#fff;border-radius:50%;mix-blend-mode:screen}
.site-header.scrolled .brand-logo{mix-blend-mode:multiply}
.site-header nav{display:flex;align-items:center;gap:1.55rem}
.site-header nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem}
.nav-cta{border:1px solid currentColor;padding:.65rem 1rem}
.menu-toggle{display:none;width:44px;height:44px;background:none;border:0;color:inherit}
.menu-toggle span{display:block;width:24px;height:1px;margin:7px auto;background:currentColor}
.hero{min-height:100svh;display:grid;grid-template-columns:45% 55%;background:var(--rose)}
.hero-copy{padding:clamp(8rem,14vw,12rem) clamp(2rem,6vw,7rem) 5rem;display:flex;flex-direction:column;justify-content:center;position:relative}
.hero-copy:before{content:'';position:absolute;width:55%;aspect-ratio:1;border:1px solid rgba(168,120,61,.35);border-radius:50%;left:-22%;top:15%}
.eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.72rem;font-weight:700;color:var(--gold);margin:0 0 1.25rem}
.hero h1,.intro h2,.section-title h2,.consultation h2,.hours h2,.evolution h2,.contact h2{font:400 clamp(3rem,5.7vw,6rem)/.98 var(--serif);letter-spacing:-.045em;margin:0}
.hero h1 em,.intro h2 em,.section-title h2 em,.consultation h2 em,.hours h2 em,.evolution h2 em,.contact h2 em{font-weight:400;color:#a85c76}
.hero-copy>p:not(.eyebrow){font:400 1.15rem/1.65 var(--serif);max-width:570px;margin:2rem 0}
.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.8rem 1.4rem;text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:700;transition:.25s}
.button:hover,.button:focus-visible{transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff}
.button-light{background:#fff;color:var(--ink)}
.text-link{text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;text-underline-offset:.4rem}
.location{margin-top:3.5rem;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;color:#706468}
.hero-photo{min-height:100svh;position:relative;overflow:hidden}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,20,20,.3),transparent 45%)}
.photo-label{position:absolute;z-index:2;right:2rem;bottom:2rem;color:#fff;text-align:right}
.photo-label strong{display:block;font:400 2.2rem var(--sans);letter-spacing:.35em}
.photo-label span{font:italic 1.05rem var(--serif)}
.section-pad{padding:clamp(5rem,10vw,9rem) clamp(1.4rem,7vw,7rem)}
.intro{display:grid;grid-template-columns:1fr;align-items:center;background:var(--cream)}
.intro-copy{width:min(100%,900px);margin-inline:auto}
.intro h2,.section-title h2,.consultation h2,.hours h2,.evolution h2,.contact h2{font-size:clamp(2.8rem,5.2vw,5.1rem)}
.intro .lead{font:400 1.35rem/1.55 var(--serif);margin:2rem 0 1rem;max-width:680px}
.intro-copy>p:not(.eyebrow):not(.lead):not(.signature){max-width:680px;color:#62595c}
.signature{font:italic 1.65rem var(--serif);color:#a85c76}
.about{display:grid;grid-template-columns:.78fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:center;background:#f4e5e9}
.about-photo{position:relative;max-width:620px}
.about-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 30%;box-shadow:24px 24px 0 rgba(255,255,255,.72)}
.about-photo span{position:absolute;left:1rem;bottom:1rem;background:rgba(32,29,30,.88);color:#fff;padding:.7rem .9rem;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem}
.about h2,.portfolio h2{font:400 clamp(2.8rem,5.2vw,5.1rem)/.98 var(--serif);letter-spacing:-.045em;margin:0}
.about h2 em,.portfolio h2 em{font-weight:400;color:#a85c76}
.about .lead{font:400 1.28rem/1.55 var(--serif);margin:2rem 0 1rem}
.about-copy>p:not(.eyebrow):not(.lead):not(.signature){color:#62595c;max-width:680px}
.staff{background:var(--cream);display:grid;grid-template-columns:.78fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:center}
.staff-heading{max-width:650px}
.staff h2{font:400 clamp(2.8rem,5.2vw,5.1rem)/.98 var(--serif);letter-spacing:-.045em;margin:0}
.staff h2 em{font-weight:400;color:#a85c76}
.staff-heading .lead{font:400 1.25rem/1.55 var(--serif);margin:2rem 0 0;color:#62595c}
.staff-profile{display:grid;grid-template-columns:minmax(220px,.82fr) 1fr;background:#f3e4e9;box-shadow:24px 24px 0 rgba(216,148,170,.18)}
.staff-photo{min-height:560px;overflow:hidden}
.staff-photo img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.staff-copy{padding:clamp(2rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center}
.staff-role{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:700;color:var(--gold);margin:0 0 .8rem}
.staff-copy h3{font:400 clamp(2.8rem,4.5vw,4.4rem)/1 var(--serif);margin:0 0 1.5rem}
.staff-copy>p:not(.staff-role){color:#62595c;margin:.45rem 0}
.staff-specialty{display:inline-block;align-self:flex-start;margin-top:1.8rem;padding-top:1rem;border-top:1px solid rgba(168,120,61,.5);color:#a85c76;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700}
.education{background:#1d191a;color:#fff}
.education-heading{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(3rem,8vw,8rem);align-items:end}
.education-heading .eyebrow,.education-heading h2{grid-column:1}
.education-heading .lead,.education-heading>p:last-child{grid-column:2;margin:0;color:rgba(255,255,255,.7)}
.education-heading .lead{font:400 1.25rem/1.55 var(--serif);color:#fff;margin-bottom:1rem}
.education h2{font:400 clamp(2.8rem,5.2vw,5.1rem)/.98 var(--serif);letter-spacing:-.045em;margin:0}
.education h2 em{font-weight:400;color:#e7a5bc}
.education-journey{margin:4.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}
.education-journey article{padding:2rem;min-height:290px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
.education-journey article>span{display:block;color:#e7a5bc;font:italic 1rem var(--serif);margin-bottom:2.3rem}
.education-journey h3{font:400 1.55rem/1.2 var(--serif);margin:0 0 1rem}
.education-journey p{color:rgba(255,255,255,.66);margin:0}
.education-gallery{display:grid;grid-template-columns:1.25fr repeat(3,.8fr);gap:1rem}
.education-gallery figure{position:relative;margin:0;min-height:440px;overflow:hidden}
.education-gallery img{width:100%;height:100%;object-fit:cover}
.education-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:3rem 1rem 1rem;background:linear-gradient(transparent,rgba(18,14,15,.82));font:italic 1rem var(--serif)}
.services{background:#231f20;color:#fff}
.section-title{max-width:850px;margin-bottom:4rem}
.services .section-title h2 em{color:#e8aabf}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
.service-card{min-height:310px;padding:2rem;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.service-card>span{font:italic 1rem var(--serif);color:#e7a5bc;margin-bottom:2.2rem}
.service-card h3{font:400 clamp(1.5rem,2.5vw,2rem) var(--serif);margin:0}
.service-card p{color:rgba(255,255,255,.68)}
.service-card small{margin-top:auto;color:#e8bac9;text-transform:uppercase;letter-spacing:.09em}
.service-card.featured{background:#9f5871}
.service-card.featured span,.service-card.featured small{color:#fff}
.portfolio{background:var(--cream)}
.portfolio .section-title p:last-child{max-width:650px;color:#665c5f}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:430px;gap:1rem}
.portfolio-card{position:relative;margin:0;overflow:hidden;background:#e9d8dc}
.portfolio-card-wide{grid-row:span 2}
.portfolio-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.portfolio-card:hover img{transform:scale(1.025)}
.portfolio-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:2.5rem 1rem 1rem;color:#fff;background:linear-gradient(transparent,rgba(20,16,17,.78));font:italic 1rem var(--serif)}
.consultation{display:grid;grid-template-columns:1fr .85fr;gap:clamp(3rem,9vw,10rem);align-items:center;background:#bb718a;color:#fff}
.consultation .eyebrow{color:#f9e6ec}
.consultation h2 em{color:#2a2225}
.consultation-copy>p{font-family:var(--serif);font-size:1.13rem;max-width:620px}
.consultation ul{list-style:none;margin:1.8rem 0 2.3rem;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.consultation li:before{content:'—';margin-right:.55rem}
.consultation-quote{margin:0;font:italic clamp(2rem,4.4vw,4rem)/1.2 var(--serif);border-left:1px solid rgba(255,255,255,.55);padding-left:clamp(2rem,5vw,5rem)}
.price-list{background:var(--blush)}
.price-list .section-title p:last-child{max-width:700px;color:#6a6063}
.price-images{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,4rem);max-width:1100px;margin:auto}
.price-card{text-decoration:none;background:#fff;padding:1rem;box-shadow:0 22px 55px rgba(43,29,34,.1);transition:.25s}
.price-card:hover{transform:translateY(-6px)}
.price-card img{width:100%;aspect-ratio:2/3;object-fit:cover;object-position:top}
.price-card span{display:block;padding:1rem .4rem .25rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}
.hours{display:grid;grid-template-columns:.75fr 1.1fr;gap:clamp(3rem,9vw,9rem);align-items:start;background:var(--cream)}
.hours-heading>p:last-child{max-width:490px;color:#665c5f}
.hours-list{margin:0}
.hours-list div{display:flex;justify-content:space-between;gap:2rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.hours-list dt{font-family:var(--serif);font-size:1.15rem}
.hours-list dd{margin:0;font-weight:700}
.hours-list .special{color:#a85c76}
.evolution{display:grid;grid-template-columns:.78fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:center;background:#ece2d5}
.evolution-image img{width:100%;max-height:720px;object-fit:cover;box-shadow:24px 24px 0 rgba(255,255,255,.55)}
.evolution-copy>p:not(.eyebrow){max-width:620px;color:#5d554c}
.coming-soon{display:inline-block;margin-top:1.5rem;padding:.7rem 1rem;border:1px solid var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:.68rem}
.careers{display:grid;grid-template-columns:1.1fr .8fr;gap:clamp(3rem,9vw,9rem);align-items:center;background:#9f5871;color:#fff}
.careers .eyebrow{color:#f8dfe7}
.careers h2{font:400 clamp(2.8rem,5.2vw,5.1rem)/.98 var(--serif);letter-spacing:-.045em;margin:0}
.careers h2 em{font-weight:400;color:#251f21}
.careers .lead{font:400 1.25rem/1.55 var(--serif);margin:2rem 0 1rem;max-width:720px}
.careers-copy>p:not(.eyebrow):not(.lead){max-width:700px;color:rgba(255,255,255,.78)}
.careers-actions{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-top:2rem}
.careers-link{color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;text-underline-offset:.4rem}
.careers-values{border:1px solid rgba(255,255,255,.4);padding:clamp(1.5rem,4vw,3rem)}
.careers-values>p{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;font-weight:700;margin:0 0 1rem;color:#f8dfe7}
.careers-values ul{list-style:none;margin:0;padding:0}
.careers-values li{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.25);font:400 1.12rem/1.4 var(--serif)}
.careers-values li:last-child{border-bottom:0}
.careers-values span{color:#f8dfe7;font:italic .9rem var(--serif)}
.contact{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:center;background:var(--blush)}
.contact-logo{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);box-shadow:18px 18px 0 #ead3da;text-align:center;padding:2rem}
.contact-logo img{width:100%;height:100%;object-fit:contain}
.contact-copy address{font-style:normal;margin:2.2rem 0}
.contact-copy address a{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);text-decoration:none}
.contact-copy address span{text-transform:uppercase;letter-spacing:.13em;color:#a85c76;font-size:.7rem;font-weight:700}
footer{background:#171415;color:#fff;padding:3rem clamp(1.4rem,7vw,7rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
footer .brand-logo{mix-blend-mode:screen}
footer p{font-size:.72rem;color:rgba(255,255,255,.55);letter-spacing:.08em}
.whatsapp-float{position:fixed;right:1.2rem;bottom:1.2rem;z-index:15;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#234b35;color:#fff;text-decoration:none;font-size:.75rem;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.reveal{opacity:1;transform:none}
.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s,transform .8s}
.motion-ready .reveal.visible{opacity:1;transform:none}

@media(max-width:1200px){.site-header{height:76px}
.menu-toggle{display:block}
.site-header nav{position:absolute;top:76px;left:0;width:100%;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--cream);color:var(--ink);padding:1rem 1.4rem 1.5rem;box-shadow:0 18px 30px rgba(0,0,0,.12)}
.site-header nav.open{display:flex}
.site-header nav a{padding:1rem 0;border-bottom:1px solid var(--line)}
.site-header nav .nav-cta{text-align:center;margin-top:1rem;padding:.9rem;background:var(--ink);color:#fff;border:0}
.hero{grid-template-columns:1fr}
.hero-copy{min-height:78svh;padding-top:8rem}
.hero-photo{min-height:70svh}
.intro,.about,.staff,.consultation,.hours,.evolution,.careers,.contact{grid-template-columns:1fr}
.staff-heading{max-width:820px}
.staff-profile{max-width:900px}
.education-heading{grid-template-columns:1fr}
.education-heading .eyebrow,.education-heading h2,.education-heading .lead,.education-heading>p:last-child{grid-column:1}
.education-heading .lead{margin-top:2rem}
.education-journey{grid-template-columns:1fr}
.education-journey article{min-height:0}
.education-gallery{grid-template-columns:1fr 1fr}
.education-result{grid-column:1/-1}
.service-grid{grid-template-columns:repeat(2,1fr)}
.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:440px}
.portfolio-card-wide{grid-row:auto}
.consultation-quote{border-left:0;border-top:1px solid rgba(255,255,255,.55);padding:2rem 0 0}
.evolution-image{max-width:620px}
.contact-logo{max-width:620px}
}

@media(max-width:620px){.brand-logo{width:64px;height:54px}
.hero-copy{min-height:82svh;padding:8rem 1.4rem 4rem}
.hero-photo{min-height:68svh}
.hero h1{font-size:clamp(3.3rem,14vw,4.5rem)}
.hero-actions{align-items:stretch}
.button{width:100%}
.careers-actions{align-items:stretch}
.careers-link{text-align:center;padding:.7rem}
.text-link{text-align:center}
.photo-label{right:1.2rem;bottom:1.2rem}
.photo-label strong{font-size:1.7rem}
.section-pad{padding-top:4.7rem;padding-bottom:4.7rem}
.service-grid{grid-template-columns:1fr}
.about-photo img{box-shadow:12px 12px 0 rgba(255,255,255,.72)}
.staff-profile{grid-template-columns:1fr;box-shadow:12px 12px 0 rgba(216,148,170,.18)}
.staff-photo{min-height:0;aspect-ratio:4/5}
.portfolio-grid{grid-template-columns:1fr;grid-auto-rows:420px}
.education-gallery{grid-template-columns:1fr}
.education-result{grid-column:auto}
.education-gallery figure{min-height:390px}
.service-card{min-height:260px}
.consultation ul{grid-template-columns:1fr}
.price-images{grid-template-columns:1fr}
.hours-list div{gap:1rem}
.hours-list dt{font-size:1rem}
.hours-list dd{text-align:right}
.evolution-image img{box-shadow:12px 12px 0 rgba(255,255,255,.55)}
.contact-logo strong{font-size:3.3rem;letter-spacing:.14em}
.contact-copy address a{grid-template-columns:1fr;gap:.1rem;overflow-wrap:anywhere}
footer{flex-direction:column;align-items:flex-start}
.whatsapp-float{width:50px;height:50px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.motion-ready .reveal{opacity:1;transform:none;transition:none}
.button,.price-card{transition:none}
}

.eyebrow{letter-spacing:.25em}
.hours{grid-template-columns:.75fr 1.1fr}

@media(max-width:1200px){.hours{grid-template-columns:1fr}
}
