:root{color-scheme:light;--paper:#f1f1ef;--ink:#1c1d1a;--muted:#5e605b;--sand:#c7b69d;--line:#c9cac3;--gutter:clamp(1.15rem,4.6vw,5rem);--header:5.5rem;--font:'Instrument Sans',Arial,sans-serif}
*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 1rem)}body{margin:0;font-family:var(--font);font-size:1.125rem;line-height:1.5;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400;letter-spacing:-.05em;line-height:1.08;overflow-wrap:break-word}h2{font-size:clamp(2.6rem,6vw,6rem)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:not-allowed}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,.gallery:focus-visible{outline:3px solid #ad5b06;outline-offset:5px}.skip-link{position:fixed;top:1rem;left:1rem;z-index:100;padding:1rem;background:white;color:black;transform:translateY(-200%)}.skip-link:focus{transform:none}.eyebrow{font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;line-height:1.5}.line{display:block;overflow:hidden;padding-bottom:.12em;margin-bottom:-.12em}.line>span{display:block}
.topbar{height:var(--header);position:fixed;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 var(--gutter);color:white;background:linear-gradient(#1118,transparent);z-index:30;transition:background .25s,color .25s}.topbar.is-solid,.topbar.menu-open{background:var(--paper);color:var(--ink);border-bottom:1px solid #1c1d1a12}.brand{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:500;letter-spacing:-.06em;line-height:1.15;display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}.brand span{font-size:.75rem;letter-spacing:.08em;font-weight:500}.topbar nav{display:flex;gap:2rem;align-items:center;font-size:1rem}.topbar nav a{padding:.7rem 0}.topbar nav a:hover{text-decoration:underline;text-underline-offset:.4em}.menu-toggle{border:0;padding:.6rem 0;background:none;display:flex;gap:.8rem;align-items:center;font-size:1rem}.menu-toggle>span{font-size:1.5rem;line-height:1;transition:transform .25s}.menu-open .menu-toggle>span{transform:rotate(45deg)}
.hero{position:relative;isolation:isolate;background:#17130f;color:#fff;min-height:max(48rem,100svh);display:flex;padding:calc(var(--header) + 4rem) var(--gutter) 5rem;overflow:hidden}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img,.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 40%}.hero-media video{opacity:0;transition:opacity .5s}.hero.video-ready .hero-media video{opacity:1}.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#100c09c9 0%,#100c0985 50%,#100c091a),linear-gradient(0deg,#100c09d1,transparent 55%,#100c094d)}.hero-content{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:5rem}.hero h1{font-size:clamp(3.6rem,8.6vw,8.8rem);line-height:1.04;max-width:12ch;letter-spacing:-.06em}.hero-bottom{align-self:flex-end;width:min(100%,36rem)}.hero-bottom>p{font-size:clamp(1.5rem,2.5vw,2.6rem);line-height:1.2;letter-spacing:-.04em;margin-bottom:1.75rem}.pill{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:0;border-radius:99rem;width:100%;min-height:4.4rem;padding:.35rem .35rem .35rem 1.5rem;font-size:1.0625rem;line-height:1.3;text-align:left}.pill-light{background:var(--paper);color:var(--ink)}.pill-dark{background:var(--ink);color:var(--paper)}.pill-arrow{flex:0 0 3.55rem;width:3.55rem;height:3.55rem;border-radius:50%;display:grid;place-items:center;font-size:1.8rem;transition:transform .25s,background .25s}.pill-light .pill-arrow{background:var(--ink);color:white}.pill-dark .pill-arrow{background:var(--paper);color:var(--ink)}.pill:hover:not(:disabled) .pill-arrow{transform:rotate(45deg)}.pill:disabled{background:#908573;color:#fff}.pill:disabled .pill-arrow{background:#d9cbb6;color:#5f5549}.motion-toggle{position:absolute;bottom:1.3rem;right:var(--gutter);border:0;padding:.5rem 0;background:none;color:white;display:flex;gap:1rem;font-size:.875rem}
.color-section{padding:5rem var(--gutter) 5rem}.section-label{display:flex;align-items:center;gap:1.5rem;margin-bottom:6rem}.section-label p{font-size:.875rem;line-height:1.3;text-transform:uppercase}.asterisk{display:inline-block;font-size:3.5rem;line-height:1;transform:rotate(var(--mark-rotation,0deg))}.color-section h2{max-width:19ch}.color-intro{display:flex;justify-content:flex-end;margin:3rem 0 4rem}.reading-text{font-size:clamp(1.25rem,2.25vw,2rem);line-height:1.4;letter-spacing:-.035em;max-width:30ch;color:#55564f}.reading-text .read-word{color:var(--word-color,#55564f)}.gallery{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#75776c transparent;padding-bottom:1.5rem}.gallery figure{flex:1 0 30%;min-width:0;scroll-snap-align:start}.gallery-image{height:clamp(20rem,36vw,38rem);overflow:hidden;border-radius:.55rem;background:#d7d5ce}.gallery-image img{width:100%;height:100%;object-fit:cover;transform:scale(var(--gallery-scale,1));object-position:50% 40%}.gallery figure:nth-child(3) img{object-position:75% 50%}.gallery figcaption{display:flex;justify-content:space-between;gap:.8rem;font-size:.9375rem;line-height:1.4;margin-top:1rem}.image-note{font-size:.8125rem;color:var(--muted);max-width:65ch;margin-top:.75rem}
.method{color:#f5f5f1;background:#080908;position:relative}.method-stage{padding:5rem var(--gutter)}.method-heading{position:relative;z-index:2}.method-heading .eyebrow{color:#bbbdb7;margin-bottom:1.25rem}.method h2{max-width:16ch}.process{position:relative;margin:6rem calc(var(--gutter) * -1) 0;overflow:hidden}.arc-viewport{height:8rem;position:relative;overflow:hidden;margin-bottom:-3rem}.arc{position:absolute;left:50%;top:2rem;border:1px solid #60635b;width:56rem;height:56rem;border-radius:50%;transform:translateX(-50%) rotate(var(--arc-angle,-14deg))}.arc-dot{position:absolute;top:-.45rem;left:calc(50% - .45rem);width:.9rem;height:.9rem;background:#e6ad45;border-radius:50%}.process-content{position:relative;padding:0 var(--gutter);text-align:center}.process-count{display:flex;align-items:center;justify-content:center;gap:.5rem;width:5.5rem;height:5.5rem;padding:.75rem;flex-shrink:0;border:1px solid #62665b;border-radius:50%;margin:0 auto 2.5rem;font-size:.9375rem;background:#080908}.count-divider{height:1rem;width:1px;background:#777}.process-slide{margin-bottom:3rem}.process-slide h3{font-size:clamp(1.8rem,3.4vw,3.2rem);letter-spacing:-.04em;line-height:1.12;margin-bottom:.9rem}.process-slide p{color:#c3c6bd;font-size:clamp(1.0625rem,1.8vw,1.5rem);line-height:1.4}.process-controls{display:flex;gap:.6rem;justify-content:center;margin-top:2rem}.process-controls button{width:2.8rem;height:2.8rem;border:1px solid #676c60;background:transparent;color:#c3c6bd;border-radius:50%;font-size:.875rem}.process-controls button[aria-pressed=true]{background:#f0f0e9;color:#151713;border-color:#f0f0e9}.motion-enabled .method{height:260svh}.motion-enabled .method-stage{height:calc(100svh - var(--header));position:sticky;top:var(--header);display:flex;flex-direction:column;justify-content:space-between;padding-top:3.5rem;padding-bottom:3.5rem}.motion-enabled .process{margin-top:2.5rem}.motion-enabled .process-slides{min-height:8.5rem}.motion-enabled .process-slide{margin-bottom:0}
.consult{background:var(--sand);display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;padding:6rem var(--gutter)}.consult-heading,.selector{min-width:0}.consult-heading .eyebrow{margin-bottom:1.5rem}.consult-heading>p:last-child{font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.25;letter-spacing:-.04em;margin-top:5rem;max-width:24ch}.selector{align-self:end}.selector h3{font-size:1.25rem;letter-spacing:-.025em;margin-bottom:2rem}.choices{display:grid}.choices button{border:0;border-top:1px solid #766d5c;min-height:4.7rem;padding:1rem .25rem;background:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-size:1.125rem}.choices button:last-child{border-bottom:1px solid #766d5c}.choices button:hover{background:#ffffff20}.choices button[aria-pressed=true]{background:#1c1d1a;color:white;padding-inline:1rem}.choice-indicator{font-size:1.6rem}.selector #selection-copy{font-size:1rem;min-height:3rem;margin:1.5rem 0}.demo-note{font-size:.8125rem;line-height:1.5;margin-top:1rem;color:#3f3b34}footer{padding:4rem var(--gutter) 2rem}.footer-top{display:flex;justify-content:space-between;gap:2rem;padding-bottom:4rem}.footer-top p,.back-top{font-size:1rem}.back-top{white-space:nowrap}.footer-bottom{border-top:1px solid var(--line);padding-top:1.5rem;display:flex;gap:2rem;justify-content:space-between;font-size:.8125rem;color:var(--muted)}.footer-bottom p{max-width:55ch}dialog{border:0;border-radius:1rem;background:var(--paper);color:var(--ink);width:calc(100% - 2rem);max-width:36rem;max-height:85svh;padding:3rem;overflow:auto}dialog::backdrop{background:#111b;backdrop-filter:blur(6px)}dialog h2{font-size:2.6rem;margin:1.5rem 0}dialog .eyebrow{padding-right:2rem}dialog>p:not(.eyebrow){margin-bottom:2rem}.dialog-close{position:absolute;right:1rem;top:1rem;width:2.75rem;height:2.75rem;border:0;background:none;font-size:2rem}
@media(min-width:761px){.menu-toggle{display:none!important}.topbar nav{display:flex!important}}
@media(max-width:1000px){.brand span{display:none}.consult{gap:3rem}.hero-bottom{width:min(100%,32rem)}.gallery figure{flex-basis:42%}.motion-enabled .method-stage{padding-top:2.5rem;padding-bottom:2.5rem}}
@media(max-width:760px){:root{--header:4.7rem}.topbar{gap:1rem}.brand{font-size:1.5rem}.topbar nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:1rem var(--gutter) 2rem;background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line)}.topbar nav a{padding:1rem 0;border-top:1px solid var(--line);font-size:1.4rem}.hero{min-height:max(44rem,100svh);padding-top:calc(var(--header) + 2rem);padding-bottom:4.5rem}.hero-content{gap:6rem}.hero h1{font-size:clamp(3.35rem,12vw,5.5rem);line-height:1.08;letter-spacing:-.06em}.hero-bottom{align-self:stretch;width:100%}.hero-bottom>p{font-size:clamp(1.6rem,6.2vw,2.4rem);margin-bottom:1.5rem}.hero::after{background:linear-gradient(180deg,#100c09a6, #100c096b 42%,#100c09bb 74%,#100c09bd)}.hero-media img,.hero-media video{object-position:50% 50%}.pill{min-height:3.8rem;font-size:1rem;padding-left:1.2rem}.pill-arrow{flex-basis:3.1rem;width:3.1rem;height:3.1rem}.color-section{padding-top:3.5rem;padding-bottom:3.5rem}.section-label{gap:1rem;margin-bottom:4.5rem}.asterisk{font-size:2.8rem}.section-label p{font-size:.875rem}.color-section h2{font-size:clamp(2.3rem,8.5vw,4rem)}.color-intro{margin:2rem 0 3rem}.reading-text{font-size:1.25rem;max-width:100%}.gallery figure{flex:0 0 82%}.gallery-image{height:25rem;height:clamp(20rem,95vw,30rem)}.gallery figcaption{font-size:.875rem}.gallery{gap:.8rem}.method-stage{padding:3.5rem var(--gutter)}.method h2{font-size:clamp(2.6rem,10vw,4.5rem)}.motion-enabled .method{height:280svh}.motion-enabled .method-stage{padding:2.5rem var(--gutter)}.process-slide h3{font-size:1.9rem}.process-slide p{font-size:1.125rem}.process-count{width:5rem;height:5rem;margin-bottom:1.5rem}.process-controls{margin-top:1.2rem}.arc-viewport{height:7rem}.consult{grid-template-columns:1fr;padding:3.5rem var(--gutter);gap:3rem}.consult h2{font-size:clamp(2.8rem,11vw,4.5rem)}.consult-heading>p:last-child{margin-top:4.5rem;font-size:1.7rem}.selector h3{margin-bottom:1.5rem}.footer-top{flex-wrap:wrap;gap:2rem;padding-bottom:2.5rem}.footer-top p{width:100%;order:3}.footer-bottom{flex-direction:column;gap:1rem}dialog{padding:2.5rem 1.5rem}dialog h2{font-size:2.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
body:not(.motion-enabled) .arc{transform:translateX(-50%)}body:not(.motion-enabled) .asterisk{transform:none}body:not(.motion-enabled) .gallery-image img{transform:none}
@media(min-width:761px){.motion-enabled .method-stage{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.motion-enabled .method-heading{align-self:start}.motion-enabled .method h2{font-size:clamp(2.6rem,4.7vw,5.5rem)}.motion-enabled .process{margin:0;width:100%}.motion-enabled .process-content{padding:0 1rem}.motion-enabled .process-slides{min-height:10rem}}
@media(max-width:760px){.motion-enabled .method-stage{padding-block:2rem}.motion-enabled .process{margin-top:1.5rem}.motion-enabled .process-controls{margin-top:.75rem}}
.text-motion .topbar .brand{animation:brand-in .7s cubic-bezier(.2,.65,.2,1) both}@keyframes brand-in{from{opacity:0;transform:translateY(-.6rem)}to{opacity:1;transform:none}}

/* Scroll-linked typography: stable line masks keep the layout in place. */
.text-motion .reveal-lines .line>span{transform:translate3d(var(--line-x,0px),var(--line-y,0%),0);will-change:transform}
.text-motion .hero h1 .line{transform:translate3d(var(--hero-line-x,0px),var(--hero-line-y,0px),0)}
.text-motion .hero-media{transform:translateY(var(--hero-drift,0px)) scale(1.08)}
.text-motion .reading-text .read-word{display:inline-block;transform:translateY(var(--word-y,0px))}
.text-motion .gallery-image img{transform:translateY(var(--image-y,0px)) scale(1.12)}
.motion-enabled .process{flex-shrink:0}
.motion-enabled .process-slides{display:grid;min-height:0}
.motion-enabled .process-slide{grid-area:1/1;opacity:var(--step-opacity,0);transform:translateY(var(--step-y,0px));pointer-events:none;will-change:transform,opacity}
.motion-enabled .process-slide:first-child{--step-opacity:1}
.motion-enabled .process-slide p{transform:translateY(var(--step-copy-y,0px))}
.motion-enabled .process-count{border-color:#8d8d7b}
@media(max-width:760px) and (max-height:740px){
 .motion-enabled .method-stage{padding-block:1.25rem;justify-content:space-between}
 .motion-enabled .method h2{font-size:clamp(2rem,8vw,2.7rem)}
 .motion-enabled .method-heading .eyebrow{margin-bottom:.6rem}
 .motion-enabled .process{margin-top:1rem}
 .motion-enabled .arc-viewport{height:5rem;margin-bottom:-1.6rem}
 .motion-enabled .process-count{width:5rem;height:5rem;margin-bottom:1.2rem}
 .motion-enabled .process-slide h3{font-size:1.7rem}
 .motion-enabled .process-slide p{font-size:1.0625rem}
}
body:not(.text-motion) .read-word{transform:none;color:var(--ink)}
@media(prefers-reduced-motion:reduce){.text-motion .reveal-lines .line>span,.text-motion .hero h1 .line,.text-motion .hero-media,.text-motion .gallery-image img,.text-motion .reading-text .read-word{transform:none!important}}

/* Original salon mark, with its native proportions and colours. */
.brand:has(.brand-logo){display:inline-flex;align-items:center;flex-shrink:0;line-height:1}
.brand-logo{display:block;flex-shrink:0;width:4.5rem;height:4.5rem;object-fit:contain;border-radius:50%}
.topbar .brand-logo{outline:1px solid #ffffff40}
.footer-top .brand-logo{width:6rem;height:6rem}
@media(max-width:760px){.topbar .brand-logo{width:3.8rem;height:3.8rem}}
