
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}body.modal-open{overflow:hidden}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit}button{font:inherit;color:inherit}svg{display:block}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 20px;border:1px solid currentColor;text-decoration:none;font-size:13px;font-weight:700;cursor:pointer;background:transparent}.button svg{width:16px;height:16px}.button.solid{background:var(--accent);border-color:var(--accent);color:var(--button-text)}.button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.site-header{height:64px;position:sticky;top:0;z-index:40;backdrop-filter:blur(16px)}.nav{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{text-decoration:none;font-family:var(--display);font-size:19px}.nav-links{display:flex;gap:28px}.nav-links a{text-decoration:none;font-size:13px;font-weight:600}.nav-actions{display:flex;justify-content:flex-end}.menu-button{display:none;background:transparent;border:0;padding:8px}.menu-button span{display:block;width:22px;height:1px;background:currentColor;margin:5px}.mobile-menu{display:none}.section{padding:clamp(58px,7vh,82px) 0}.section-title{font-family:var(--display);font-weight:400;font-size:clamp(34px,4vw,54px);line-height:1.02;margin:8px 0 0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:end;margin-bottom:34px}.section-head>p{max-width:480px;margin:0;justify-self:end}.service-group{border-top:1px solid var(--line);display:grid;grid-template-columns:280px 1fr}.service-group:last-child{border-bottom:1px solid var(--line)}.service-group-head{padding:24px 28px 24px 0;position:sticky;top:82px;align-self:start}.service-group-head span{font-size:11px;font-weight:700}.service-group-head h3{font-family:var(--display);font-size:28px;font-weight:400;margin:14px 0 4px}.service-group-head small{opacity:.62}.service-items{border-left:1px solid var(--line)}.service-row{width:100%;display:grid;grid-template-columns:1fr auto 18px;gap:16px;align-items:center;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);padding:18px 0 18px 24px;cursor:pointer}.service-row:last-child{border-bottom:0}.service-row strong{display:block;font-size:15px}.service-row small{display:block;margin-top:4px;opacity:.62}.service-row b{font-size:13px}.service-row i{width:14px;height:14px;position:relative}.service-row i:before,.service-row i:after{content:"";position:absolute;background:currentColor;left:0;top:6px;width:14px;height:1px}.service-row i:after{transform:rotate(90deg)}.service-items:not(.expanded) .service-row:nth-child(n+5){display:none}.service-expand{display:none;width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:15px 24px;text-align:left;font-weight:700;font-size:12px;cursor:pointer}.service-items.has-more-desktop .service-expand{display:block}.hours>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);gap:30px}.hours span{opacity:.7}.hours strong{font-size:14px}.feature-list{display:flex;flex-wrap:wrap;gap:8px}.feature-list span{font-size:12px;padding:9px 12px;border:1px solid var(--line)}.team-card h3{font-family:var(--display);font-size:34px;font-weight:400;margin:6px 0 12px}.team-card p{margin:0;opacity:.72}.team-card small{display:block;margin-top:16px;font-weight:700}.team-number{font-size:12px;font-weight:700}.team-image{overflow:hidden}.modal{position:fixed;inset:0;z-index:100;display:none}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(12,10,10,.72);backdrop-filter:blur(5px)}.modal-panel{position:absolute;right:0;top:0;height:100%;width:min(560px,94vw);background:var(--paper);padding:70px 42px 42px;overflow:auto}.modal-close{position:absolute;top:20px;right:22px;width:38px;height:38px;border:1px solid var(--line);background:transparent}.modal-close span{position:absolute;width:18px;height:1px;background:currentColor;left:9px;top:18px;transform:rotate(45deg)}.modal-close span+span{transform:rotate(-45deg)}#service-modal-body h2{font-family:var(--display);font-size:42px;line-height:1.05;font-weight:400;margin:10px 0 18px}#service-modal-body>p{line-height:1.7}.service-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin-bottom:22px}.variants{margin:24px 0}.variants>div{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.variants small{opacity:.65}.lightbox-panel{width:100%;background:rgba(15,13,13,.94);color:#fff;display:grid;place-items:center;padding:50px}.lightbox-panel img{max-width:min(1000px,82vw);max-height:78vh;object-fit:contain}.lightbox-panel p{position:absolute;bottom:18px}.lightbox-nav{position:absolute;top:50%;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.15);color:#fff}.lightbox-nav svg{width:20px;margin:auto}.lightbox-nav.prev{left:22px}.lightbox-nav.next{right:22px}.footer-inner{min-height:86px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.reveal{animation:rise .7s both}@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:900px){.container{width:min(var(--max),calc(100% - 32px))}.nav{grid-template-columns:1fr auto}.nav-links,.nav-actions .button{display:none}.menu-button{display:block}.nav-actions{display:block}.mobile-menu{position:fixed;z-index:39;left:0;right:0;top:64px;background:var(--paper);padding:24px 16px 28px;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:.25s;display:grid;gap:0}.mobile-menu a:not(.button){padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none}.mobile-menu .button{margin-top:18px}.menu-open .mobile-menu{transform:none}.section-head{grid-template-columns:1fr;gap:18px}.section-head>p{justify-self:start}.service-group{grid-template-columns:1fr}.service-group-head{position:static;padding:24px 0}.service-items{border-left:0}.service-row{padding-left:0}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:6px}}
@media(max-width:520px){.service-items:not(.expanded) .service-row:nth-child(n+3){display:none}.service-items.has-more-mobile .service-expand{display:block}.container{width:calc(100% - 28px)}.section{padding:52px 0}.section-title{font-size:36px}.button{width:100%}.service-row{grid-template-columns:1fr auto 16px;gap:10px}.service-row strong{font-size:14px}.modal-panel{padding:64px 22px 30px}#service-modal-body h2{font-size:34px}.lightbox-panel{padding:36px 8px}.lightbox-nav{top:auto;bottom:18px}.lightbox-panel p{bottom:70px}.footer-inner{min-height:100px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

:root{--ink:#2b2023;--paper:#fff7ec;--pink:#f3b6c5;--accent:#c94855;--blue:#93bfd2;--yellow:#eacb72;--button-text:#fff;--focus:#3d6f83;--line:rgba(43,32,35,.17);--display:"Fraunces",serif;--body:"Figtree",sans-serif;--max:1220px}body{font-family:var(--body);background:var(--paper);color:var(--ink);font-size:16px;line-height:1.55}.site-header{background:rgba(255,247,236,.93);border-bottom:1px solid var(--line)}.brand{font-weight:700}.hero{height:calc(100vh - 64px);min-height:620px;max-height:720px;padding:28px 0 34px}.hero-grid{height:100%;display:grid;grid-template-columns:.88fr 1.12fr;gap:38px;align-items:center}.hero-title{font-family:var(--display);font-size:clamp(64px,8.2vw,118px);line-height:.82;letter-spacing:-.055em;font-weight:650;margin:14px 0 24px}.hero-title em{font-weight:300}.hero-copy p{font-size:17px;max-width:520px;margin:0 0 22px}.hero-actions{display:flex;gap:10px}.hero-note{margin-top:26px;display:flex;gap:26px;font-size:12px;font-weight:700}.hero-collage{height:100%;position:relative}.hero-collage button{position:absolute;border:0;padding:0;background:none;overflow:hidden;cursor:pointer}.hero-collage button:nth-child(1){left:9%;top:3%;width:51%;height:55%;border-radius:42px 42px 10px 10px}.hero-collage button:nth-child(2){right:0;top:12%;width:37%;height:38%;border:9px solid var(--paper);transform:rotate(2deg)}.hero-collage button:nth-child(3){left:0;bottom:2%;width:35%;height:38%;border:9px solid var(--paper);transform:rotate(-3deg)}.hero-collage button:nth-child(4){right:10%;bottom:0;width:48%;height:42%;border-radius:10px 10px 46px 46px;border:9px solid var(--paper)}.hero-badge{position:absolute;left:46%;top:47%;width:115px;height:115px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--yellow);border:7px solid var(--paper);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;z-index:3}.studio{background:var(--pink)}.studio-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.studio-card{background:var(--paper);padding:34px;transform:rotate(-1deg);border:1px solid var(--ink)}.studio-card h2{font-family:var(--display);font-size:48px;line-height:1;font-weight:600;margin:10px 0 18px}.studio-card p{font-size:17px}.studio-values{display:grid;grid-template-columns:1fr 1fr;gap:14px}.studio-value{min-height:165px;padding:24px;border:1px solid var(--ink);background:rgba(255,247,236,.45)}.studio-value:nth-child(2){background:var(--blue)}.studio-value:nth-child(3){background:var(--yellow)}.studio-value h3{font-family:var(--display);font-size:27px;margin:22px 0 6px}#service-categories{max-width:920px;margin:auto}.treatments .service-group{display:block;border:1px solid var(--ink)}.treatments .service-group-head{position:static;padding:22px 24px;background:var(--yellow)}.treatments .service-items{border-left:0}.treatments .service-row{padding-left:24px}.portfolio{background:#fff}.gallery-kuties{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:12px}.gallery-kuties button{border:0;padding:0;background:none;overflow:hidden;cursor:pointer}.gallery-kuties button:nth-child(1){grid-column:1/6;grid-row:span 2;border-radius:36px 0 0 0}.gallery-kuties button:nth-child(2){grid-column:6/9}.gallery-kuties button:nth-child(3){grid-column:9/13;border-radius:0 36px 0 0}.gallery-kuties button:nth-child(4){grid-column:6/10}.gallery-kuties button:nth-child(5){grid-column:10/13}.gallery-kuties button:nth-child(6){grid-column:6/13}.gallery-more{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.gallery-more p{max-width:520px}.founder{background:var(--blue)}.founder-grid{display:grid;grid-template-columns:.72fr 1.1fr .72fr;gap:34px;align-items:stretch}.founder-image{min-height:480px;border-radius:110px 110px 12px 12px;overflow:hidden;border:8px solid var(--paper)}.founder-copy{display:flex;flex-direction:column;justify-content:center}.founder-copy h2{font-family:var(--display);font-size:58px;line-height:.95;margin:8px 0 22px}.access-note{background:var(--paper);padding:28px;align-self:end;border:1px solid var(--ink);transform:rotate(1deg)}.access-note h3{font-family:var(--display);font-size:29px;margin:8px 0 10px}.reviews{background:var(--yellow)}.review-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-list blockquote{margin:0;background:var(--paper);border:1px solid var(--ink);padding:26px;min-height:235px}.review-list blockquote p{font-family:var(--display);font-size:24px;line-height:1.22;margin:0}.review-list footer{margin-top:24px;font-size:13px;font-weight:700}.review-list footer span{display:block;font-weight:400;opacity:.66}.visit{background:var(--accent);color:#fff;--line:rgba(255,255,255,.26)}.visit-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:80px}.visit h2{font-family:var(--display);font-size:clamp(44px,5vw,68px);line-height:.95;margin:8px 0 24px}.contact-links a{display:block;text-decoration:none;font-size:18px;margin:6px 0}.visit .feature-list{margin-top:26px}.site-footer{background:var(--accent);color:#fff;border-top:1px solid rgba(255,255,255,.25)}
@media(max-width:900px){.hero{height:auto;min-height:0;max-height:none}.hero-grid,.studio-grid,.founder-grid,.visit-grid{grid-template-columns:1fr}.hero-copy{padding:48px 0 10px}.hero-collage{height:570px}.studio-grid{gap:28px}.founder-image{min-height:520px;max-width:480px}.access-note{transform:none}.review-list{grid-template-columns:1fr}.gallery-kuties{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.gallery-kuties button:nth-child(n){grid-column:auto;grid-row:auto;border-radius:0}.gallery-kuties button:nth-child(1){grid-column:1/3}.gallery-kuties button:nth-child(6){grid-column:1/3}}
@media(max-width:520px){.hero-title{font-size:64px}.hero-actions{display:grid}.hero-note{display:grid;gap:5px}.hero-collage{height:430px}.hero-collage button:nth-child(1){left:4%;width:58%;height:52%}.hero-collage button:nth-child(2){width:39%;height:34%}.hero-collage button:nth-child(3){width:38%;height:34%}.hero-collage button:nth-child(4){right:4%;width:53%;height:40%}.hero-badge{width:90px;height:90px;left:43%;font-size:9px}.studio-card{padding:24px}.studio-card h2{font-size:39px}.studio-values{grid-template-columns:1fr}.gallery-kuties{grid-template-columns:1fr;grid-auto-rows:230px}.gallery-kuties button:nth-child(n){grid-column:auto}.gallery-more{display:grid;gap:16px}.founder-image{min-height:390px}.founder-copy h2{font-size:45px}.visit-grid{gap:46px}}
