@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--bg:#f6f2e9;--surface:#fffdf8;--ink:#20231f;--muted:#666b63;--accent:#b9822d;--forest:#073a31;--deep:#052a24;--line:#d9d3c7;--xs:.5rem;--sm:1rem;--md:1.75rem;--lg:3.5rem;--xl:6.5rem;--xxl:10rem;--side:clamp(1.25rem,5.7vw,6.5rem);--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--ease:cubic-bezier(.22,.74,.24,1)}
*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0;background:var(--bg);color:var(--ink);font:400 1rem/1.7 var(--sans);text-rendering:optimizeLegibility;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}figure,p,h1,h2,h3,blockquote{margin:0}.skip{position:fixed;left:1rem;top:-5rem;z-index:1000;background:#fff;padding:.8rem 1rem}.skip:focus{top:1rem}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:.98;letter-spacing:-.035em}h1{font-size:clamp(3.4rem,8vw,8.4rem)}h2{font-size:clamp(2.7rem,5vw,5.4rem)}h3{font-size:clamp(1.6rem,2.4vw,2.6rem)}em{font-weight:500;color:var(--accent)}.eyebrow{font-size:.72rem;line-height:1.3;text-transform:uppercase;letter-spacing:.19em;font-weight:600;color:var(--accent)}.topbar{height:30px;padding:0 var(--side);display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;background:var(--deep);color:#f2eadb;font-size:.62rem;letter-spacing:.13em}.topbar span:first-child{margin-right:auto}.topbar a:last-child{font-size:1rem}.header{height:82px;padding:0 var(--side);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;position:sticky;top:0;z-index:50;background:rgba(246,242,233,.92);border-bottom:1px solid transparent;transition:height .35s var(--ease),background .35s,border-color .35s;backdrop-filter:blur(10px)}.header.is-scrolled{height:70px;border-color:var(--line);background:rgba(255,253,248,.96)}.brand{display:flex;align-items:center;gap:.75rem;width:max-content}.brand img{width:32px;height:57px;object-fit:contain}.brand span{display:grid}.brand strong{font:500 1.1rem/1 var(--serif);letter-spacing:.02em}.brand small{font-size:.53rem;letter-spacing:.2em;color:var(--accent);margin-top:.35rem}.nav{display:flex;align-items:center;gap:clamp(1rem,2.3vw,2.5rem)}.nav a{position:relative;padding:.8rem 0;font-size:.76rem;font-weight:600}.nav a:after{content:'';position:absolute;left:0;right:0;bottom:.45rem;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.nav a:hover:after,.nav a[aria-current=page]:after{transform:scaleX(1);transform-origin:left}.header>.button{justify-self:end}.menu-button{display:none;background:none;border:0;color:inherit;min-width:48px;min-height:48px}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.25rem;min-height:48px;padding:.75rem 1.35rem;border:1px solid var(--forest);background:var(--forest);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.04em;transition:background .28s,color .28s,border-color .28s}.button span{transition:transform .28s var(--ease)}.button:hover span{transform:translate(4px,-2px)}.button.cream,.button.light{background:var(--surface);color:var(--forest);border-color:var(--surface)}.button.line{background:transparent;color:var(--forest)}.actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.hero{position:relative;min-height:calc(100svh - 112px);overflow:hidden;background:#d9d1c3;isolation:isolate}.hero picture{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover;object-position:64% center;transform:scale(1.045);animation:image-enter 1.2s var(--ease) .08s both}.hero:before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(246,242,233,.98),rgba(246,242,233,.88) 32%,rgba(246,242,233,.06) 64%,rgba(3,31,26,.28))}.hero-content{position:relative;z-index:2;width:min(54rem,62%);padding:clamp(5rem,10vh,9rem) var(--side) 7rem}.hero-content h1{max-width:9ch;margin:1.5rem 0 2rem}.hero-content h1 span{display:block;overflow:hidden}.hero-content h1 span:last-child{margin-left:.42em}.hero-content>p:not(.eyebrow){max-width:34rem;color:#454b45;font-size:clamp(1rem,1.25vw,1.18rem);margin-bottom:2rem}.hero-signature{display:none}.hero-rail{position:absolute;z-index:3;right:var(--side);top:34%;display:grid;gap:1.1rem;border-left:1px solid #ffffff8c;padding:1.4rem 0 1.4rem 1.5rem}.hero-rail a{color:#fff;font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 2px 12px #052a24}.hero-rail a:before{content:'—';color:#d6aa65;margin-right:.6rem}.hero-pager{position:absolute;z-index:3;left:var(--side);bottom:2.2rem;display:flex;align-items:center;gap:.8rem;color:var(--forest);font-size:.68rem}.hero-pager i{width:5rem;height:1px;background:var(--accent)}@keyframes image-enter{from{opacity:.25;clip-path:inset(0 0 0 100%)}to{opacity:1;clip-path:inset(0);transform:scale(1)}}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:0 var(--side);background:var(--surface);border-bottom:1px solid var(--line)}.trust-strip>div{min-height:110px;padding:1.5rem;border-left:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;align-content:center}.trust-strip>div:last-child{border-right:1px solid var(--line)}.trust-icon{grid-row:1/3;color:var(--accent);font-size:1.25rem}.trust-strip strong{font-size:.8rem}.trust-strip small{font-size:.68rem;color:var(--muted)}.section{padding:var(--xl) var(--side)}.manifest{display:grid;grid-template-columns:.55fr 2.15fr;gap:5vw}.manifest h2{max-width:18ch}.manifest p:last-child{max-width:39rem;margin:2.5rem 5vw 0 auto;color:var(--muted);font-size:1.08rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem}.section-head h2{margin-top:1.25rem}.text-link{display:inline-flex;align-items:center;min-height:44px;border-bottom:1px solid currentColor;font-size:.76rem;font-weight:600;letter-spacing:.04em}.services{background:#ece8de}.service-showcase{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(480px,1.22fr);gap:clamp(2rem,6vw,7rem);align-items:start}.service-stage{position:sticky;top:6rem;height:min(70vh,720px);overflow:hidden;background:#d8d2c7}.service-stage img{width:100%;height:100%;object-fit:cover;transition:opacity .25s,transform .8s var(--ease)}.service-stage.is-changing img{opacity:.15;transform:scale(1.025)}.service-stage figcaption{position:absolute;left:1rem;bottom:1rem;background:#fffdf8eb;padding:.5rem .7rem;font-size:.6rem;letter-spacing:.13em;text-transform:uppercase}.service-index{border-top:1px solid #bdb7ac}.service-row{display:grid;grid-template-columns:3rem 1fr auto;gap:1.3rem;align-items:start;padding:1.55rem .25rem;border-bottom:1px solid #bdb7ac;transition:padding .3s var(--ease),color .3s}.service-row:hover,.service-row.is-active{padding-left:1rem;color:var(--forest)}.service-row .number{font-size:.66rem;color:var(--accent);padding-top:.65rem}.service-row-copy{display:grid;gap:.55rem}.service-row strong{font:500 clamp(1.7rem,3vw,3.4rem)/1 var(--serif);letter-spacing:-.035em}.service-row small{max-width:35rem;color:var(--muted);font-size:.78rem}.service-arrow{font-size:1.2rem;transition:transform .3s}.service-row:hover .service-arrow{transform:translate(5px,-4px)}
.editorial{display:grid;grid-template-columns:1.05fr .95fr;min-height:760px}.editorial-visual{position:relative;overflow:hidden}.editorial-visual img{width:100%;height:100%;object-fit:cover}.image-caption{position:absolute;left:1.5rem;bottom:1.5rem;color:#fff;font-size:.62rem;letter-spacing:.18em}.editorial-copy{padding:6rem clamp(2rem,6vw,7rem);display:flex;flex-direction:column;justify-content:center;background:var(--forest);color:#fff}.editorial-copy h2{margin:1.5rem 0 2rem}.editorial-copy p:not(.eyebrow){max-width:34rem;color:#d6ded9}.editorial-copy blockquote{font:italic 500 clamp(1.6rem,2.7vw,3rem)/1.15 var(--serif);color:#e5c990;border-left:1px solid #e5c990;padding-left:1.5rem;margin:2.5rem 0}.salon-story{display:grid;grid-template-columns:.68fr 1.32fr;gap:6vw;align-items:center}.story-copy p:not(.eyebrow){max-width:30rem;color:var(--muted);margin:1.75rem 0}.salon-story figure{position:relative;min-height:min(68vw,720px);overflow:hidden}.salon-story figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.salon-story figcaption{position:absolute;left:1rem;bottom:1rem;background:#fffdf8eb;padding:.55rem .8rem;font-size:.62rem;letter-spacing:.12em}.visual-gallery{background:var(--deep);color:#fff}.visual-gallery .section-head em{color:#e4c58d}.gallery-note{text-align:right;color:#d0d9d4}.gallery-note a{color:#e4c58d}.gallery-grid{display:grid;grid-template-columns:1.15fr .7fr .82fr;grid-template-rows:300px 300px;gap:.65rem}.gallery-grid figure{overflow:hidden}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),filter .4s}.gallery-grid figure:hover img{transform:scale(1.03);filter:saturate(1.08)}.gallery-main{grid-row:1/3}.gallery-grid figure:nth-child(2){grid-column:2/4}.gallery-cta{display:flex;justify-content:flex-end;margin-top:2rem}.visual-gallery .button.line{color:#fff;border-color:#fff}.experience{background:var(--surface)}.steps-title{margin-top:1.25rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:4vw;margin-top:4rem;border-top:1px solid var(--line)}.step{padding-top:1.5rem}.step span{font-size:.65rem;color:var(--accent)}.step h3{margin:1.1rem 0}.step p{color:var(--muted)}
.booking-showcase{margin:0 var(--side) var(--xl);display:grid;grid-template-columns:1.2fr .9fr .75fr;background:var(--forest);color:#fff}.booking-showcase>div,.booking-showcase>ul{padding:clamp(2.2rem,4vw,4.5rem);border-right:1px solid #ffffff29}.booking-copy{background:var(--deep)}.booking-copy h2{font-size:clamp(2.7rem,4.8vw,5.3rem);margin:1rem 0 1.5rem}.booking-copy>p:not(.eyebrow){color:#cbd6d1;margin-bottom:2rem}.mini-calendar{display:flex;flex-direction:column;justify-content:center}.calendar-head{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #ffffff33;padding-bottom:1rem}.calendar-head strong{font:500 1.25rem var(--serif)}.calendar-head span,.mini-calendar small{font-size:.65rem;letter-spacing:.1em;color:#e0bd78}.week,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem;text-align:center;margin-top:1.25rem}.week span{font-size:.6rem;color:#abbab4}.days b{padding:.55rem 0;font-size:.7rem}.days .closed{background:var(--accent);text-decoration:line-through}.mini-calendar small{margin-top:1.25rem}.booking-benefits{list-style:none;margin:0;display:flex;flex-direction:column;justify-content:center;gap:1.4rem}.booking-benefits li{display:flex;align-items:center;gap:.8rem;font-size:.8rem}.booking-benefits span{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--accent);border-radius:50%;color:#e5c990}
.contact{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;background:var(--forest);color:#fff}.contact h2{margin:1.3rem 0 1.8rem}.contact>div:first-child>p:not(.eyebrow){color:#cfdbd5}.contact-item{display:block;padding:1.35rem 0;border-bottom:1px solid #ffffff33}.contact-item span{display:block;font-size:.62rem;letter-spacing:.16em;color:#e5c990;margin-bottom:.45rem}.contact-item strong{font-size:1.15rem;font-weight:500}.contact-item p{color:#d5ded9}.footer{padding:3.5rem var(--side) 2.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:2.5rem;align-items:center;background:var(--deep);color:#fff;border-top:1px solid #ffffff26}.footer-brand img{width:135px;height:auto}.footer-quote{text-align:center;font:italic 500 1.35rem var(--serif);color:#e5c990}.footer-contact{grid-column:1/-1;display:flex;justify-content:center;gap:2rem;padding-top:1.5rem;border-top:1px solid #ffffff26;font-size:.7rem}.footer-links{display:flex;gap:1.5rem;font-size:.7rem}.mobile-cta{display:none}
.page-intro{padding:clamp(4rem,8vw,8rem) var(--side);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-intro:after{content:'ES';position:absolute;right:var(--side);bottom:-.27em;font:500 clamp(9rem,23vw,24rem)/1 var(--serif);color:#073a3109;pointer-events:none}.breadcrumb{font-size:.68rem;color:var(--muted);margin-bottom:3rem}.page-intro h1{max-width:12ch;margin:1.2rem 0 2rem;font-size:clamp(3.6rem,7.7vw,8.3rem)}.page-intro>p:last-child{max-width:44rem;color:var(--muted);font-size:1.05rem}.detail-grid{padding:var(--xl) var(--side);display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 8vw}.detail-grid h2{font-size:clamp(2.1rem,4vw,4rem);margin-bottom:1.5rem}.detail-grid p{color:var(--muted)}.note{padding:1.25rem;border-left:1px solid var(--accent);background:#ece7dc;font-size:.82rem}.prose{max-width:850px;margin:auto;padding:var(--xl) 1.5rem}.prose h2{font-size:clamp(2rem,4vw,3.6rem);margin:3.5rem 0 1.2rem}.prose p{margin:1.1rem 0;color:var(--muted)}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}.logo-panel{min-height:660px;overflow:hidden}.portrait-panel img{width:100%;height:100%;object-fit:cover}.about-copy h2{margin:1.5rem 0 2rem}.about-copy p{color:var(--muted);margin-bottom:1.25rem}.about-copy .text-link{margin:.35rem 0}.salon-page-story{padding-top:var(--xl);padding-bottom:var(--xl)}.reveal{opacity:0;transform:translateY(18px)}.reveal.in-view{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease)}
@media(max-width:1050px){.header,.topbar{padding-inline:2rem}.nav{gap:1rem}.nav a{font-size:.68rem}.trust-strip{padding-inline:2rem}.section,.contact,.page-intro,.detail-grid,.footer{padding-left:2rem;padding-right:2rem}.booking-showcase{margin-left:2rem;margin-right:2rem}.service-showcase{gap:2rem}.gallery-grid{grid-template-rows:240px 240px}}
@media(max-width:800px){:root{--xl:4.5rem}.topbar{display:none}.header{height:74px;padding:0 1.2rem;display:flex;justify-content:space-between}.header.is-scrolled{height:68px}.header>.button{display:none}.menu-button{display:flex;align-items:center;justify-content:center;gap:.55rem;z-index:102}.menu-button i,.menu-button i:before,.menu-button i:after{display:block;width:18px;height:1px;background:currentColor;content:'';transition:transform .3s,opacity .3s}.menu-button i:before{transform:translateY(-5px)}.menu-button i:after{transform:translateY(4px)}.menu-button[aria-expanded=true]{color:#fff;position:fixed;right:1.2rem;top:.8rem}.menu-button[aria-expanded=true] i{background:transparent}.menu-button[aria-expanded=true] i:before{transform:rotate(45deg)}.menu-button[aria-expanded=true] i:after{transform:rotate(-45deg)}.nav{position:fixed;inset:0;z-index:100;background:var(--deep);color:#fff;padding:8rem 1.5rem 7rem;display:flex;flex-direction:column;align-items:flex-start;gap:0;overflow:auto;counter-reset:nav}.nav[hidden]{display:none}.nav a{width:100%;padding:.8rem 0;font:500 clamp(2.3rem,10vw,4rem)/1 var(--serif);border-bottom:1px solid #ffffff29;counter-increment:nav}.nav a:before{content:'0' counter(nav);display:inline-block;width:2.3rem;font:600 .62rem var(--sans);color:#d8b36d;vertical-align:middle}.nav a:after{display:none}.hero{min-height:760px}.hero:before{background:linear-gradient(180deg,#f6f2e917,#f6f2e9f2 52%,var(--bg) 78%)}.hero-image{height:58%;object-position:63% 28%}.hero-content{width:100%;padding:23rem 1.25rem 6rem}.hero-content h1{font-size:clamp(3.6rem,16.5vw,5.2rem);margin:1rem 0 1.3rem}.hero-content h1 span:last-child{margin-left:0}.hero-content>p:not(.eyebrow){font-size:.9rem}.hero-rail{display:none}.hero-pager{left:1.25rem;bottom:1.5rem}.trust-strip{grid-template-columns:1fr 1fr;padding:0}.trust-strip>div{min-height:105px;padding:1rem;border-bottom:1px solid var(--line)}.trust-strip>div:nth-child(odd){border-left:0}.manifest{grid-template-columns:1fr;gap:1.5rem}.manifest p:last-child{margin:2rem 0 0}.section,.contact,.page-intro,.detail-grid,.footer{padding-left:1.25rem;padding-right:1.25rem}.section-head{align-items:flex-start;flex-direction:column}.service-showcase{grid-template-columns:1fr}.service-stage{position:relative;top:auto;height:62vw;min-height:330px}.service-row{padding:1.2rem .1rem;grid-template-columns:2.2rem 1fr auto}.service-row strong{font-size:clamp(1.65rem,7vw,2.5rem)}.editorial{grid-template-columns:1fr}.editorial-visual{height:125vw;max-height:680px}.editorial-copy{padding:4.5rem 1.25rem}.salon-story{grid-template-columns:1fr;gap:2.5rem}.salon-story figure{min-height:105vw}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-1.25rem;padding-inline:1.25rem;gap:.65rem}.gallery-grid figure,.gallery-main,.gallery-grid figure:nth-child(2){flex:0 0 82%;height:110vw;max-height:520px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.gallery-cta{justify-content:flex-start}.steps{grid-template-columns:1fr;gap:1rem}.booking-showcase{display:block;margin:0 0 var(--xl)}.booking-showcase>div,.booking-showcase>ul{padding:3.2rem 1.25rem;border-right:0;border-bottom:1px solid #ffffff29}.booking-benefits{padding-top:2.2rem!important;padding-bottom:2.2rem!important}.contact{grid-template-columns:1fr;gap:2.5rem}.about{grid-template-columns:1fr}.logo-panel{min-height:120vw}.detail-grid{grid-template-columns:1fr;gap:2.5rem}.footer{grid-template-columns:1fr;text-align:center;padding-bottom:7.5rem}.footer-brand{margin:auto}.footer-contact{grid-column:auto;flex-direction:column;gap:.7rem}.footer-links{justify-content:center}.mobile-cta{position:fixed;z-index:80;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);padding:.35rem .4rem calc(.35rem + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line)}.mobile-cta a{display:grid;place-items:center;min-height:52px;font-size:.58rem}.mobile-cta a span{font-size:1rem}.mobile-cta .primary{background:var(--forest);color:#fff}.page-intro:after{right:-1rem}.page-intro{padding-top:4rem;padding-bottom:4rem}.breadcrumb{margin-bottom:2rem}}
@media(max-width:390px){.brand strong{font-size:1rem}.hero-content{padding-top:21rem}.hero{min-height:720px}.actions .button{flex:1;padding-inline:.8rem}.service-stage{min-height:300px}.trust-strip small{font-size:.61rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.hero-image{transform:none}}

/* Art direction: one continuous hair-led visual story */
body{--scroll:0;--thread:0}.page-wipe{position:fixed;inset:0;z-index:999;background:var(--deep);transform:scaleY(0);transform-origin:bottom;pointer-events:none}.page-wipe.is-leaving{animation:page-wipe .48s var(--ease) both}@keyframes page-wipe{to{transform:scaleY(1)}}.hair-thread{position:absolute;z-index:7;right:1.4vw;top:82vh;width:9vw;height:520vh;overflow:visible;pointer-events:none;opacity:.48}.hair-thread path{fill:none;stroke:var(--accent);stroke-width:.75;stroke-linecap:round;stroke-dasharray:1400;stroke-dashoffset:calc(1400 - (1400 * var(--thread)));filter:drop-shadow(0 0 1px #fff8)}.art-inner .hair-thread{height:180vh;opacity:.22}
.art-home .hero{height:calc(100svh - 30px);min-height:680px}.art-home .header{position:fixed;top:30px;left:0;right:0;color:#fff;background:transparent;border-color:#ffffff26;backdrop-filter:none}.art-home .header.is-scrolled{top:0;background:#f6f2e9f2;color:var(--ink);border-color:var(--line);backdrop-filter:blur(10px)}.art-home .hero:before{background:linear-gradient(90deg,#052a24d6 0%,#052a2466 32%,transparent 63%,#052a2459)}.art-home .hero-content{color:#fff;padding-top:18vh;width:min(64rem,72%)}.art-home .hero-content>p:not(.eyebrow){color:#eee7d9}.art-home .hero-content h1{position:relative;z-index:4;font-size:clamp(5.8rem,10.5vw,11.5rem);line-height:.78;text-shadow:0 3px 35px #052a2440}.art-home .hero-content h1 em{color:#f0cf8c}.art-home .hero .button.cream{background:#f6f2e9;color:var(--deep)}.hero-ghost{position:absolute;z-index:2;color:transparent;-webkit-text-stroke:1px #ffffff63;font:500 clamp(8rem,22vw,24rem)/.7 var(--serif);letter-spacing:-.08em;white-space:nowrap;pointer-events:none;will-change:transform}.hero-ghost-top{top:16%;left:-2%;transform:translateX(calc(var(--scroll) * -.025px))}.hero-ghost-bottom{right:-3%;bottom:7%;transform:translateX(calc(var(--scroll) * .02px))}.hero-frame{position:absolute;inset:9rem var(--side) 3rem;z-index:2;pointer-events:none}.hero-frame span{position:absolute;background:#ffffff70}.hero-frame span:nth-child(1),.hero-frame span:nth-child(3){height:1px;width:100%;transform:scaleX(0);animation:frame-x 1s .35s var(--ease) forwards}.hero-frame span:nth-child(3){bottom:0;transform-origin:right}.hero-frame span:nth-child(2),.hero-frame span:nth-child(4){width:1px;height:100%;transform:scaleY(0);animation:frame-y 1s .35s var(--ease) forwards}.hero-frame span:nth-child(2){right:0;transform-origin:bottom}.hero-frame span:nth-child(4){left:0}@keyframes frame-x{to{transform:scaleX(1)}}@keyframes frame-y{to{transform:scaleY(1)}}.kinetic-band{position:relative;z-index:9;overflow:hidden;background:var(--accent);color:var(--deep);height:4.2rem;display:flex;align-items:center;transform:rotate(-1deg) scale(1.02);margin-top:-1.4rem}.kinetic-band div{font:500 2.1rem/1 var(--serif);white-space:nowrap;word-spacing:.4rem;animation:kinetic 22s linear infinite}@keyframes kinetic{to{transform:translateX(-50%)}}.trust-strip{position:relative;z-index:6;padding-top:1rem}
.manifest{position:relative;min-height:105vh;align-items:center;overflow:hidden;background:var(--bg)}.manifest:before{content:'BEAUTY';position:absolute;left:-3vw;top:25%;font:500 20vw/.75 var(--serif);letter-spacing:-.08em;color:#073a3109;transform:translateX(calc(var(--section-progress,0) * -10vw));pointer-events:none}.manifest .reveal{position:relative;z-index:2}.manifest h2{font-size:clamp(4rem,8.5vw,9rem);line-height:.86}.services{position:relative;padding-top:10rem;padding-bottom:10rem;background:var(--deep);color:#fff;clip-path:polygon(0 3vw,100% 0,100% calc(100% - 3vw),0 100%)}.services .section-head{position:relative;z-index:2}.services .section-head em,.services .eyebrow{color:#e1bb75}.services .text-link{color:#fff}.service-showcase{grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr)}.service-stage{top:8rem;height:72vh;transform:perspective(1000px) rotateY(calc(var(--pointer-x,0) * 2deg)) rotateX(calc(var(--pointer-y,0) * -1deg));transition:transform .25s ease-out}.service-stage:after{content:'VIEW';position:absolute;right:1rem;top:1rem;width:4.5rem;height:4.5rem;border:1px solid #fff9;border-radius:50%;display:grid;place-items:center;font-size:.58rem;letter-spacing:.18em;color:#fff;opacity:0;transform:scale(.8);transition:.3s}.service-stage:hover:after{opacity:1;transform:scale(1)}.service-row{border-color:#ffffff32;color:#fff}.service-row:hover,.service-row.is-active{color:#e6c98e}.service-row small{color:#aebdb7}.service-row .number{color:#d6a858}
.editorial{position:relative;min-height:115vh;background:var(--deep)}.editorial-visual{clip-path:inset(calc((1 - var(--image-progress,0)) * 12%) 0)}.editorial-visual img{transform:scale(calc(1.12 - var(--image-progress,0) * .1)) translateY(calc((.5 - var(--image-progress,0)) * 3%))}.editorial-copy{position:relative;overflow:hidden}.editorial-copy:after{content:'ES';position:absolute;right:-.12em;bottom:-.2em;font:500 18rem/.8 var(--serif);color:#ffffff08}.salon-story{min-height:105vh;grid-template-columns:.58fr 1.42fr;padding-top:10rem;padding-bottom:10rem}.salon-story figure{transform:translateY(calc((.5 - var(--salon-progress,0)) * 6vh));min-height:78vh}.salon-story figure:before{content:'';position:absolute;inset:0;z-index:2;border:1px solid #fff8;transform:translate(-1.3rem,-1.3rem);pointer-events:none}.visual-gallery{padding-top:9rem;padding-bottom:9rem;overflow:hidden}.gallery-grid{display:flex;gap:1rem;width:max-content;transform:translateX(calc(var(--gallery-progress,0) * -24vw))}.gallery-grid figure,.gallery-main,.gallery-grid figure:nth-child(2){width:clamp(300px,38vw,640px);height:70vh;max-height:720px;flex:none;grid-column:auto;grid-row:auto}.gallery-grid figure:nth-child(2){width:clamp(430px,54vw,880px)}.gallery-grid figure:nth-child(3){width:clamp(260px,29vw,480px)}.gallery-grid figure:after{content:'KEŞFET';position:absolute;inset:auto 1rem 1rem auto;width:4.5rem;height:4.5rem;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:.55rem;letter-spacing:.12em;color:#fff;opacity:0;transition:.3s}.gallery-grid figure{position:relative}.gallery-grid figure:hover:after{opacity:1}
.final-scene{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--deep);color:#fff}.final-scene-image{background:url('/assets/hair-1920.webp') center/cover no-repeat;clip-path:ellipse(70% 82% at 35% 50%);transform:scale(calc(1 + var(--final-progress,0) * .06))}.final-scene-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:8vw 7vw 8vw 2vw}.final-scene h2{font-size:clamp(5rem,9vw,10rem);line-height:.78;margin:1.5rem 0 2rem}.final-scene h2 span,.final-scene h2 em{display:block}.final-scene h2 span{margin-left:-22vw}.final-scene h2 em{color:#e6c98e}.final-scene-copy>p:not(.eyebrow){max-width:34rem;color:#cbd6d1;margin-bottom:2rem}.final-scene .button{align-self:flex-start}.final-scene small{margin-top:1.2rem;color:#c5b38e;letter-spacing:.09em}.final-arrow{position:absolute;z-index:3;width:min(30vw,420px);right:4vw;bottom:7vh;overflow:visible}.final-arrow path{fill:none;stroke:#d6a858;stroke-width:1.2;stroke-dasharray:500;stroke-dashoffset:calc(500 - var(--final-progress,0) * 500)}
.footer{position:relative;overflow:hidden;padding-top:13rem}.footer-wordmark{position:absolute;top:1rem;left:0;width:100%;text-align:center;font:500 clamp(4rem,12vw,12rem)/1 var(--serif);letter-spacing:-.07em;color:#ffffff0c;white-space:nowrap}.footer>*:not(.footer-wordmark){position:relative;z-index:2}.cms-no-motion *{animation:none!important;transition:none!important}
@media(max-width:800px){.art-home .header{top:0}.art-home .hero{height:100svh}.art-home .hero:before{background:linear-gradient(180deg,#052a2438 0%,#052a2430 40%,#052a24e8 76%,var(--deep))}.art-home .hero-content{padding-top:54vh;width:100%;color:#fff}.art-home .hero-content h1{font-size:clamp(4rem,18vw,6rem)}.art-home .hero-content>p:not(.eyebrow){color:#ddd6ca}.hero-ghost{font-size:30vw}.hero-ghost-top{top:17%}.hero-ghost-bottom{bottom:31%}.hero-frame{inset:5.5rem 1.2rem 2rem}.kinetic-band{height:3.5rem}.kinetic-band div{font-size:1.6rem}.hair-thread{right:-2vw;width:20vw;opacity:.3}.manifest{min-height:80vh}.manifest h2{font-size:clamp(3.7rem,15vw,5.5rem)}.services{clip-path:polygon(0 1.5rem,100% 0,100% calc(100% - 1.5rem),0 100%);padding-top:7rem}.service-showcase{grid-template-columns:1fr}.service-stage{transform:none;height:105vw}.service-stage:after{display:none}.editorial{min-height:auto}.editorial-visual{clip-path:none}.salon-story{min-height:auto;padding-top:6rem;padding-bottom:6rem}.salon-story figure{transform:none;min-height:120vw}.gallery-grid{transform:none}.gallery-grid figure,.gallery-main,.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3){width:82vw;height:112vw}.final-scene{min-height:100svh;display:block}.final-scene-image{position:absolute;inset:0;opacity:.52;clip-path:none}.final-scene:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#052a2424,#052a24f2 66%)}.final-scene-copy{min-height:100svh;padding:45vh 1.25rem 6rem}.final-scene h2{font-size:clamp(4.1rem,17vw,6.2rem)}.final-scene h2 span{margin-left:0}.final-arrow{width:62vw;right:-5vw;bottom:12vh}.footer{padding-top:9rem}.footer-wordmark{top:1.5rem;font-size:18vw}}
@media(prefers-reduced-motion:reduce){.kinetic-band div{animation:none}.hair-thread path,.final-arrow path{stroke-dashoffset:0}.hero-ghost,.gallery-grid,.salon-story figure,.service-stage,.editorial-visual img{transform:none!important}.editorial-visual{clip-path:none}.page-wipe{display:none}}

/* Minimal premium finish */
.line-icon{width:1.25rem;height:1.25rem;display:inline-block;vertical-align:middle;flex:none}.topbar .line-icon{width:.95rem;height:.95rem}.mobile-cta .line-icon{width:1.15rem;height:1.15rem}.footer-contact .line-icon{width:1rem;height:1rem;margin-right:.45rem}.trust-icon .line-icon{width:1.35rem;height:1.35rem}.trust-icon{display:grid;place-items:center}.art-home .hero:before{background:linear-gradient(90deg,#052a24c7 0%,#052a2452 34%,transparent 68%,#052a2440)}.hero-frame{opacity:.5}.hero-ghost{-webkit-text-stroke-color:#ffffff42}.kinetic-band{height:3.2rem;transform:none;margin-top:0;background:#c69343}.kinetic-band div{font-size:1.35rem;letter-spacing:.025em;animation-duration:34s}.hair-thread{opacity:.28}.manifest{min-height:92vh}.services{clip-path:polygon(0 2vw,100% 0,100% calc(100% - 2vw),0 100%)}.service-stage:after,.gallery-grid figure:after{background:#052a2473;backdrop-filter:blur(3px)}.button{position:relative;overflow:hidden}.button:before{content:'';position:absolute;inset:0;background:var(--accent);transform:translateX(-102%);transition:transform .36s var(--ease)}.button:hover:before{transform:translateX(0)}.button>*{position:relative;z-index:1}.button.cream:before,.button.light:before{background:#e7c889}.button.line:before{background:var(--forest)}.visual-gallery .button.line:before{background:#fff}.visual-gallery .button.line:hover{color:var(--deep)}.nav a{letter-spacing:.025em}.final-scene-image{filter:saturate(.82) contrast(1.03)}.footer{border-top:0}
@media(max-width:800px){.kinetic-band{height:2.8rem}.kinetic-band div{font-size:1.15rem}.hero-frame{opacity:.35}.hair-thread{opacity:.18}.services{clip-path:polygon(0 1rem,100% 0,100% calc(100% - 1rem),0 100%)}.mobile-cta a span{font-size:inherit}.mobile-cta a{gap:.2rem}.button:before{display:none}}

/* V5 editorial composition */
.art-home{background:#f4f0e8}.art-home .hair-thread,.art-home .kinetic-band,.art-home .hero-ghost,.art-home .hero-frame,.art-home .hero-rail,.art-home .hero-pager{display:none}.art-home .topbar{display:none}.art-home .header{position:absolute;top:0;height:88px;color:#28251f;background:transparent;border:0;padding-inline:3vw;grid-template-columns:1.25fr 1.4fr .65fr}.art-home .header.is-scrolled{position:fixed;top:0;height:68px;background:#f8f4edeb;color:#28251f;border-bottom:1px solid #cfc7bb;backdrop-filter:blur(12px)}.art-home .brand strong{font-size:1.25rem;letter-spacing:.07em}.art-home .brand small{color:#6a5843}.art-home .header>.button{border-radius:3rem;background:#2d261e;border-color:#2d261e;padding-inline:1.7rem}.art-home .hero{height:min(900px,100svh);min-height:720px;background:#eee9e0}.art-home .hero:before{background:linear-gradient(90deg,#f4f0e8 0%,#f4f0e8f5 30%,#f4f0e872 47%,transparent 66%)}.art-home .hero-image{object-position:center;filter:saturate(.88) contrast(.98)}.art-home .hero-content{color:#211e19;width:51%;padding:17vh 3vw 7rem}.art-home .hero-content .eyebrow{color:#6d5b46}.art-home .hero-content h1{font-size:clamp(5.5rem,8.5vw,9.8rem);line-height:.83;text-shadow:none;margin:1.25rem 0 2rem}.art-home .hero-content h1 em{color:#211e19}.art-home .hero-content h1 span:last-child{margin-left:0}.art-home .hero-content>p:not(.eyebrow){max-width:31rem;color:#4d4942;font-size:1rem}.art-home .hero .button{border-radius:3rem;padding-inline:1.7rem;background:#2d261e;border-color:#2d261e}.art-home .hero .button.cream{background:#f7f3eb;color:#2d261e;border-color:#2d261e}.art-home .trust-strip{padding:0 3vw;background:#eee9df}.art-home .trust-strip>div{min-height:92px;background:transparent}.art-home .manifest{min-height:auto;padding:7rem 3vw 5rem;grid-template-columns:.45fr 1.55fr;background:#f4f0e8}.art-home .manifest:before{display:none}.art-home .manifest h2{font-size:clamp(3.8rem,6vw,7rem);line-height:.9;max-width:15ch}.art-home .manifest p:last-child{max-width:35rem}
.art-home .services{background:#f4f0e8;color:#231f1a;clip-path:none;padding:3rem 3vw 7rem}.art-home .services .eyebrow{color:#806444}.art-home .services .section-head em{color:#231f1a}.art-home .services .text-link{color:#231f1a}.art-home .service-showcase{display:block}.art-home .service-stage{display:none}.art-home .service-index{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid #c9c1b5}.art-home .service-row{position:relative;display:flex;flex-direction:column;min-height:500px;padding:18rem 1rem 1rem;border-bottom:1px solid #c9c1b5;border-right:1px solid #c9c1b5;color:#231f1a;overflow:hidden}.art-home .service-row:first-child{border-left:1px solid #c9c1b5}.art-home .service-row:before{content:'';position:absolute;inset:0 0 auto;height:17rem;background-size:cover;background-position:center;filter:saturate(.76);transition:transform .55s var(--ease),filter .35s}.art-home .service-row:nth-child(1):before{background-image:url('/assets/stylist-900.webp')}.art-home .service-row:nth-child(2):before{background-image:url('/assets/hair-640.webp')}.art-home .service-row:nth-child(3):before{background-image:url('/assets/hero-salon-960.webp')}.art-home .service-row:nth-child(4):before{background-image:url('/assets/salon-interior-900.webp')}.art-home .service-row:nth-child(5):before{background-image:url('/assets/hero-editorial-v5-900.webp')}.art-home .service-row:nth-child(6):before{background-image:url('/assets/stylist-900.webp');background-position:72% center}.art-home .service-row:hover,.art-home .service-row.is-active{padding-left:1rem;color:#231f1a}.art-home .service-row:hover:before{transform:scale(1.025);filter:saturate(.92)}.art-home .service-row .number{order:4;margin-top:auto;align-self:flex-end;color:#8c7455}.art-home .service-row-copy{display:flex;flex-direction:column;gap:.7rem}.art-home .service-row strong{font-size:clamp(1.25rem,1.6vw,2rem);line-height:1.02}.art-home .service-row small{color:#716b62;font-size:.7rem;line-height:1.55}.art-home .service-arrow{position:absolute;right:1rem;bottom:1rem;font-size:0}.art-home .service-arrow:after{content:'→';font-size:1rem}
.art-home .editorial{grid-template-columns:.85fr 1.15fr;min-height:760px;background:#ede8df;color:#211e19}.art-home .editorial-visual{clip-path:none;filter:grayscale(1);margin:0}.art-home .editorial-visual img{transform:none}.art-home .editorial-copy{background:#f7f3eb;color:#211e19;padding:7rem 7vw}.art-home .editorial-copy:after{content:'“';right:4vw;bottom:auto;top:3rem;font-size:12rem;color:#aa936c20}.art-home .editorial-copy .eyebrow{color:#806444}.art-home .editorial-copy p:not(.eyebrow){color:#625c54}.art-home .editorial-copy blockquote{color:#5c4b39;border-color:#b59a70}.art-home .salon-story{min-height:auto;grid-template-columns:.55fr 1.45fr;padding:7rem 3vw;background:#f4f0e8}.art-home .salon-story figure{min-height:620px;transform:none}.art-home .salon-story figure:before{display:none}.art-home .visual-gallery{padding:5rem 3vw 6rem;background:#f4f0e8;color:#211e19}.art-home .visual-gallery .section-head em,.art-home .gallery-note a{color:#806444}.art-home .gallery-note{color:#716b62}.art-home .gallery-grid{display:grid;width:auto;grid-template-columns:repeat(6,1fr);gap:.65rem;transform:none}.art-home .gallery-grid figure,.art-home .gallery-main,.art-home .gallery-grid figure:nth-child(2),.art-home .gallery-grid figure:nth-child(3){width:auto;height:310px;grid-row:auto;grid-column:auto}.art-home .gallery-grid figure:nth-child(1){grid-column:span 2}.art-home .gallery-grid figure:nth-child(2){grid-column:span 2}.art-home .gallery-grid figure:nth-child(3),.art-home .gallery-grid figure:nth-child(4){grid-column:span 1}.art-home .gallery-grid figure:after{background:#f4f0e8d9;color:#211e19;border-color:#211e19}.art-home .visual-gallery .button.line{color:#211e19;border-color:#211e19}.art-home .experience{display:none}.art-home .final-scene{min-height:420px;grid-template-columns:.75fr 1.25fr;background:#211d18}.art-home .final-scene-image{display:none}.art-home .final-scene-copy{padding:5rem 3vw}.art-home .final-scene h2{font-size:clamp(3.8rem,6vw,7rem);margin:1rem 0 1.5rem}.art-home .final-scene h2 span{margin-left:0}.art-home .final-scene-copy>p:not(.eyebrow){font-size:.88rem}.art-home .final-arrow{right:5vw;width:28vw;opacity:.55}.art-home .contact{padding-top:5rem;padding-bottom:5rem;background:#29241e}.art-home .footer{background:#1f1b17}
@media(max-width:1050px){.art-home .service-index{grid-template-columns:repeat(3,1fr)}.art-home .service-row{min-height:470px}.art-home .header{grid-template-columns:1fr auto}.art-home .nav{display:none}.art-home .menu-button{display:flex}}
@media(max-width:800px){.art-home .header{position:absolute;height:74px;padding-inline:1.25rem}.art-home .header.is-scrolled{position:fixed}.art-home .hero{height:100svh;min-height:720px}.art-home .hero:before{background:linear-gradient(180deg,transparent 0%,transparent 42%,#f4f0e8d9 59%,#f4f0e8 75%)}.art-home .hero-image{height:58%;object-position:62% center}.art-home .hero-content{width:100%;padding:54vh 1.25rem 5.5rem}.art-home .hero-content h1{font-size:clamp(4rem,17vw,5.4rem);margin:.7rem 0 1rem}.art-home .hero-content>p:not(.eyebrow){font-size:.82rem;line-height:1.55;margin-bottom:1.2rem}.art-home .hero .actions{gap:.5rem}.art-home .hero .button{min-height:44px}.art-home .trust-strip{display:none}.art-home .manifest{padding:5rem 1.25rem 3.5rem;grid-template-columns:1fr}.art-home .manifest h2{font-size:clamp(3.5rem,14vw,5rem)}.art-home .services{padding:2rem 1.25rem 5rem}.art-home .service-index{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-1.25rem;padding-inline:1.25rem;border-top:0}.art-home .service-row{flex:0 0 78vw;min-height:460px;scroll-snap-align:center;border:1px solid #c9c1b5}.art-home .editorial{grid-template-columns:1fr;min-height:auto}.art-home .editorial-visual{height:112vw}.art-home .editorial-copy{padding:4.5rem 1.25rem}.art-home .salon-story{grid-template-columns:1fr;padding:5rem 1.25rem}.art-home .salon-story figure{min-height:105vw}.art-home .visual-gallery{padding:4rem 1.25rem}.art-home .gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-1.25rem;padding-inline:1.25rem}.art-home .gallery-grid figure,.art-home .gallery-main,.art-home .gallery-grid figure:nth-child(2),.art-home .gallery-grid figure:nth-child(3){flex:0 0 72vw;width:72vw;height:88vw;scroll-snap-align:center}.art-home .final-scene{min-height:540px;display:block}.art-home .final-scene-copy{min-height:540px;padding:5rem 1.25rem 7rem}.art-home .final-scene h2{font-size:clamp(4rem,17vw,5.8rem)}.art-home .final-arrow{width:62vw}.art-home .contact{padding-top:4rem;padding-bottom:4rem}}

/* V9 usability and content consolidation */
.topbar{font-size:.7rem;min-height:34px;height:auto;padding-block:.35rem}.eyebrow{font-size:.78rem}.service-row small{font-size:.82rem}.contact-item span,.image-caption,.salon-story figcaption{font-size:.7rem}.faq{background:#eee9df;color:#231f1a}.faq .section-head{max-width:62rem}.faq-list{max-width:76rem;margin-left:auto;border-top:1px solid #c9c1b5}.faq details{border-bottom:1px solid #c9c1b5}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:72px;padding:1.15rem 0;cursor:pointer;list-style:none;font:500 clamp(1.25rem,2.1vw,2rem)/1.2 var(--serif)}.faq summary::-webkit-details-marker{display:none}.faq summary span{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid #9f927e;border-radius:50%;font:400 1rem var(--sans);transition:transform .25s}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{max-width:54rem;padding:0 4rem 1.5rem 0;color:#625c54}.art-home .hair-thread{display:none}
@media(max-width:1250px) and (min-width:801px){.art-home .service-index{grid-template-columns:repeat(3,1fr)}.art-home .service-row{min-height:470px}.art-home .service-row:nth-child(4){border-left:1px solid #c9c1b5}}
@media(max-width:1050px) and (min-width:801px){.header{grid-template-columns:1fr auto}.header>.button{display:none}.art-home .nav{display:flex}.art-home .menu-button{display:none}.nav{gap:.75rem}.nav a{font-size:.64rem}}
@media(max-width:800px){.art-home .nav{display:flex}.art-home .nav[hidden]{display:none}.mobile-cta{grid-template-columns:repeat(3,1fr);padding:.3rem .45rem calc(.3rem + env(safe-area-inset-bottom))}.mobile-cta a{min-height:50px;font-size:.68rem}.mobile-cta .primary{border-radius:2px}.eyebrow{font-size:.72rem}.art-home .hero-content>p:not(.eyebrow){font-size:.9rem}.art-home .service-row small{font-size:.78rem}.faq summary{min-height:64px;font-size:1.25rem}.faq details p{padding-right:1rem}.footer{padding-bottom:6.8rem}}
