:root{
  --paper:#f6f3ed;
  --ink:#292923;
  --muted:#64635b;
  --line:#d8d6cc;
  --sage:#dee3d4;
  --sage-dark:#495344;
  --white:#fffefb;
  --serif:"Instrument Serif","Instrument Fallback",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
  --gutter:clamp(20px,4.2vw,68px)
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:115px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
button,a,summary{
  -webkit-tap-highlight-color:transparent
}
a{
  color:inherit;
  text-decoration:none
}
button{
  font:inherit;
  color:inherit
}
img{
  display:block;
  max-width:100%;
  height:auto
}
figure,p,h1,h2,h3{
  margin:0
}
button,summary{
  cursor:pointer
}
::selection{
  background:#ccd5bc;
  color:#21261d
}
a:focus-visible,button:focus-visible,summary:focus-visible{
  outline:3px solid #587145;
  outline-offset:6px;
  border-radius:2px
}
.site-footer a:focus-visible,.closing a:focus-visible{
  outline-color:#dce9c9
}
.wrap{
  width:calc(100% - 2 * var(--gutter));
  max-width:1320px;
  margin-inline:auto
}
.section-space{
  padding-block:116px
}
.eyebrow{
  font-size:11px;
  line-height:1.5;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:.16em
}
.quiet{
  color:var(--muted);
  font-size:14px
}
h1,h2,h3{
  font-weight:400
}
h2{
  font-family:var(--serif);
  font-size:clamp(48px,5.5vw,80px);
  line-height:1.02;
  letter-spacing:-.025em
}
h2 em,h1 em{
  font-weight:400
}
h3{
  font-family:var(--serif)
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link{
  position:fixed;
  top:8px;
  left:16px;
  transform:translateY(-160%);
  background:var(--ink);
  color:white;
  padding:12px 20px;
  z-index:100
}
.skip-link:focus{
  transform:translateY(0)
}
.site-header{
  height:105px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-inline:var(--gutter);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(246,243,237,.97)
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  line-height:1;
  flex-shrink:0
}
.brand-cut{
  font-size:45px;
  font-weight:600;
  letter-spacing:-.085em
}
.brand-dot{
  color:#69745e
}
.brand-by{
  font-family:var(--serif);
  font-style:italic;
  font-size:23px;
  padding-top:7px
}
.main-nav{
  display:flex;
  gap:34px;
  align-items:center
}
.main-nav a{
  font-size:13px;
  position:relative;
  padding-block:13px
}
.main-nav a::after,.text-link::after{
  content:"";
  position:absolute;
  height:1px;
  background:currentColor;
  bottom:4px;
  left:0;
  right:0;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s
}
.main-nav a:hover::after,.text-link:hover::after{
  transform:scaleX(1)
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  min-height:56px;
  padding:15px 23px;
  background:var(--ink);
  color:var(--paper);
  border:1px solid var(--ink);
  font-size:13px;
  font-weight:500;
  line-height:1.4;
  transition:background .18s,transform .18s
}
.button span[aria-hidden]{
  font-size:23px;
  font-weight:400;
  line-height:1
}
.button:hover{
  background:var(--sage-dark);
  border-color:var(--sage-dark);
  transform:translateY(-2px)
}
.button-small{
  min-height:46px;
  padding:11px 18px;
  gap:25px;
  font-size:12px
}
.text-link{
  display:inline-flex;
  gap:20px;
  align-items:center;
  font-size:13px;
  font-weight:500;
  position:relative;
  padding-block:12px
}
.text-link span[aria-hidden]{
  font-size:21px
}
.menu-toggle{
  background:none;
  border:0;
  width:48px;
  height:48px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px
}
.menu-toggle[hidden]{
  display:none
}
.menu-toggle span{
  display:block;
  width:22px;
  height:1.5px;
  background:var(--ink);
  transition:transform .2s
}
.menu-toggle[aria-expanded="true"] span:first-child{
  transform:translateY(3.75px) rotate(45deg)
}
.menu-toggle[aria-expanded="true"] span:last-child{
  transform:translateY(-3.75px) rotate(-45deg)
}
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7%;
  padding-top:44px;
  padding-bottom:73px;
  align-items:center
}
.hero-copy{
  padding-block:30px 10px
}
.hero-copy .eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:10px;
  letter-spacing:.11em
}
.tiny-line{
  width:26px;
  height:1px;
  background:var(--ink);
  flex-shrink:0
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(86px,8.5vw,128px);
  line-height:.94;
  letter-spacing:-.025em;
  margin-top:30px
}
.hero h1 em{
  color:var(--sage-dark)
}
.hero-description{
  max-width:390px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
  margin-top:27px
}
.hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 25px;
  margin-top:30px
}
.hero-footnote{
  display:flex;
  gap:10px;
  align-items:center;
  color:var(--muted);
  font-size:11px;
  margin-top:36px
}
.small-star{
  font-size:26px;
  line-height:1;
  color:var(--sage-dark)
}
.hero-visual{
  position:relative;
  align-self:stretch;
  min-height:600px
}
.hero-visual>img{
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:center 52%
}
.hero-visual figcaption{
  position:absolute;
  right:0;
  bottom:-30px;
  font-size:10px;
  color:var(--muted);
  letter-spacing:.02em
}
.photo-note{
  position:absolute;
  left:-35px;
  bottom:35px;
  background:var(--sage);
  padding:24px 25px;
  width:226px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 5px 30px #2929230a;
  transform:rotate(-4deg);
  font-family:var(--serif);
  font-size:35px;
  line-height:1
}
.photo-note-mark{
  font-family:var(--sans);
  font-size:30px;
  align-self:flex-start
}
.intro-strip{
  border-block:1px solid var(--line);
  padding-block:21px
}
.intro-strip>.wrap{
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:20px
}
.intro-strip span{
  font-family:var(--serif);
  font-size:27px
}
.intro-strip span[aria-hidden]{
  font-family:var(--sans);
  font-size:19px;
  color:#69745e
}
.about{
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:40px
}
.section-label{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start
}
.section-label .small-star{
  font-size:82px;
  line-height:1;
  padding-bottom:7px;
  font-weight:400
}
.about h2{
  font-size:clamp(48px,5vw,74px)
}
.about-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  margin-block:30px 18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.9
}
.services{
  background:#eeece4
}
.section-heading{
  display:flex;
  justify-content:space-between;
  gap:55px;
  align-items:flex-end;
  margin-bottom:52px
}
.section-heading .eyebrow{
  margin-bottom:24px
}
.section-heading>p,.section-heading>div:last-child:not(:first-child){
  max-width:320px;
  font-size:14px;
  color:var(--muted);
  padding-bottom:3px
}
.section-heading .quiet{
  margin-top:15px;
  font-size:12px
}
.service-list{
  border-top:1px solid #c9cbbf
}
.service{
  border-bottom:1px solid #c9cbbf
}
.service summary{
  display:grid;
  grid-template-columns:55px 1fr 210px 30px;
  align-items:center;
  gap:20px;
  list-style:none;
  padding:24px 4px
}
.service summary::-webkit-details-marker,.faq summary::-webkit-details-marker{
  display:none
}
.service summary:hover h3{
  color:var(--sage-dark)
}
.service-number{
  font-size:11px;
  color:var(--muted)
}
.service h3{
  font-size:39px;
  line-height:1.2;
  letter-spacing:-.02em
}
.service-tag{
  font-size:12px;
  color:var(--muted)
}
.service-toggle{
  font-size:27px;
  font-weight:400;
  justify-self:end;
  line-height:1;
  transition:transform .2s
}
.service[open] .service-toggle{
  transform:rotate(45deg)
}
.service-body{
  margin-left:79px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  padding:0 54px 29px 0;
  font-size:13px;
  color:var(--muted)
}
.service-body>p{
  max-width:370px
}
.service-body ul{
  padding-left:15px;
  margin:0;
  columns:1
}
.service-body li{
  margin-bottom:2px;
  padding-left:3px
}
.service-note{
  font-size:12px;
  color:var(--muted);
  margin-top:29px
}
.service-note a{
  text-decoration:underline;
  text-underline-offset:4px;
  margin-left:4px
}
.salon-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}
.salon-card{
  background:var(--sage);
  padding:40px;
  scroll-margin-top:125px
}
.salon-card:nth-child(2){
  background:#e9e3d9
}
.salon-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px
}
.salon-card-top .eyebrow{
  font-size:10px
}
.salon-card h3{
  font-size:clamp(39px,4vw,57px);
  letter-spacing:-.025em;
  line-height:1.1;
  margin-bottom:15px
}
.salon-card address{
  font-style:normal;
  font-size:13px;
  line-height:1.75;
  color:#55594d
}
.card-address-link{
  display:inline-flex;
  align-items:center;
  gap:25px
}
.card-address-link:hover{
  text-decoration:underline;
  text-underline-offset:4px
}
.card-address-link>span[aria-hidden]{
  font-size:25px
}
.salon-hours{
  margin-top:28px;
  border-top:1px solid #29292330;
  padding-top:20px
}
.salon-hours h4{
  font-size:11px;
  font-weight:600;
  margin:0 0 11px;
  text-transform:uppercase;
  letter-spacing:.08em
}
.hours-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  line-height:1.6
}
.hours-table th{
  font-weight:400;
  text-align:left;
  vertical-align:top;
  padding:4px 15px 4px 0;
  width:36%
}
.hours-table td{
  text-align:right;
  padding-block:4px;
  font-variant-numeric:tabular-nums
}
.hours-table td span{
  display:block;
  white-space:nowrap
}
.salon-phone{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--ink);
  font-size:clamp(27px,3vw,38px);
  letter-spacing:-.04em;
  padding:18px 0 13px;
  margin-top:17px;
  line-height:1.3
}
.salon-phone:hover{
  color:var(--sage-dark)
}
.salon-phone span{
  font-size:30px
}
.phone-label{
  font-size:11px;
  margin-top:12px;
  color:#50564a
}
.card-links{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  margin-top:19px
}
.card-links a{
  font-size:12px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:20px
}
.card-links a:hover{
  text-decoration:underline;
  text-underline-offset:4px
}
.salon-footnote{
  max-width:760px;
  font-size:11px;
  line-height:1.8;
  color:var(--muted);
  margin-top:22px
}
.atmosphere{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#e9e5dd
}
.atmosphere figure{
  position:relative
}
.atmosphere img{
  width:100%;
  height:590px;
  object-fit:cover;
  object-position:center 44%
}
.atmosphere figcaption{
  position:absolute;
  bottom:14px;
  left:18px;
  background:var(--paper);
  padding:5px 9px;
  font-size:9px;
  letter-spacing:.04em
}
.atmosphere-copy{
  padding:65px 65px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start
}
.atmosphere-copy .eyebrow{
  margin-bottom:24px
}
.atmosphere-copy h2{
  font-size:clamp(46px,5vw,74px)
}
.atmosphere-copy>p:not(.eyebrow){
  font-size:13px;
  color:var(--muted);
  margin-block:27px 13px;
  line-height:1.9;
  max-width:320px
}
.faq{
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:70px
}
.faq .eyebrow{
  margin-bottom:24px
}
.faq h2{
  font-size:64px
}
.faq-list{
  border-top:1px solid var(--line)
}
.faq details{
  border-bottom:1px solid var(--line)
}
.faq summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  font-size:14px;
  padding:23px 0;
  line-height:1.5
}
.faq summary span{
  font-size:25px;
  line-height:1;
  transition:transform .2s
}
.faq details[open] summary span{
  transform:rotate(45deg)
}
.faq details>div{
  font-size:13px;
  color:var(--muted);
  padding:0 28px 25px 0;
  line-height:1.8
}
.faq details a{
  text-decoration:underline;
  text-underline-offset:3px
}
.closing{
  background:var(--sage-dark);
  color:var(--paper);
  overflow:hidden
}
.closing>.wrap{
  position:relative;
  padding-block:80px 90px
}
.closing .eyebrow{
  position:relative;
  z-index:1;
  color:#dce3d2;
  margin-bottom:23px
}
.closing h2{
  font-size:clamp(62px,7vw,100px);
  position:relative;
  z-index:1
}
.closing .button{
  margin-top:30px;
  position:relative;
  z-index:1
}
.button-light{
  background:var(--paper);
  color:var(--ink);
  border-color:var(--paper)
}
.button-light:hover{
  background:var(--sage);
  border-color:var(--sage)
}
.closing-word{
  position:absolute;
  right:-25px;
  bottom:-80px;
  font-size:clamp(180px,33vw,530px);
  font-weight:600;
  letter-spacing:-.1em;
  line-height:1;
  color:#d4deca18;
  pointer-events:none
}
.site-footer{
  background:#242620;
  color:#e7e8df
}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
  padding-block:67px 60px
}
.brand-footer .brand-cut{
  font-size:58px
}
.brand-footer .brand-by{
  font-size:27px
}
.brand-footer .brand-dot{
  color:#a9b99a
}
.footer-top>div>p:not(.eyebrow){
  font-size:12px;
  color:#b9bcb0;
  margin-top:18px
}
.footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.footer-links .eyebrow{
  margin-bottom:17px;
  color:#b9bcb0;
  font-size:10px
}
.footer-links a{
  font-size:12px;
  padding-block:7px
}
.footer-links a:hover,.footer-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:4px
}
.footer-bottom{
  border-top:1px solid #f6f3ed26;
  padding-block:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:10px;
  color:#b9bcb0
}
.footer-bottom>div{
  display:flex;
  gap:25px
}
.mobile-contact{
  display:none
}
.breadcrumb{
  font-size:11px;
  color:var(--muted);
  padding-block:30px;
  display:flex;
  gap:12px
}
.breadcrumb a{
  text-decoration:underline;
  text-underline-offset:4px
}
.location-hero{
  padding-block:45px 90px
}
.location-hero .eyebrow{
  margin-bottom:24px
}
.location-hero h1{
  font-family:var(--serif);
  font-size:clamp(61px,9vw,126px);
  line-height:1.03;
  letter-spacing:-.04em;
  overflow-wrap:anywhere
}
.location-hero>p:last-child{
  font-size:16px;
  color:var(--muted);
  max-width:480px;
  margin-top:27px
}
.location-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  margin-bottom:100px
}
.location-address{
  padding:40px 0
}
.location-address h2{
  font-size:56px
}
.location-address address{
  font-style:normal;
  margin-top:25px;
  font-size:22px;
  line-height:1.65
}
.location-address .button{
  margin-top:28px
}
.location-address .quiet{
  margin-top:20px;
  max-width:380px
}
.location-note{
  border-top:1px solid var(--line);
  padding-block:50px 80px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px
}
.location-note h2{
  font-size:50px
}
.location-note>div>p{
  font-size:14px;
  color:var(--muted);
  margin-bottom:20px;
  max-width:470px
}
.legal-intro{
  max-width:850px;
  margin:20px auto 45px
}
.legal-intro h1{
  font-family:var(--serif);
  font-size:clamp(52px,7vw,90px);
  line-height:1.1;
  letter-spacing:-.03em;
  overflow-wrap:anywhere
}
.legal-intro .eyebrow{
  margin-bottom:22px
}
.legal-review{
  background:var(--sage);
  padding:23px 28px;
  margin-top:30px;
  font-size:13px;
  line-height:1.8
}
.legal-copy{
  max-width:850px;
  margin-inline:auto;
  padding-bottom:100px;
  overflow-wrap:anywhere;
  font-size:14px;
  color:#484b42
}
.legal-copy h2{
  font-family:var(--sans);
  font-weight:500;
  font-size:24px;
  line-height:1.3;
  letter-spacing:-.02em;
  margin:42px 0 19px;
  color:var(--ink)
}
.legal-copy h3{
  font-family:var(--sans);
  font-size:19px;
  margin:32px 0 17px;
  font-weight:500
}
.legal-copy p{
  margin-block:18px;
  line-height:1.9
}
.legal-copy a{
  text-decoration:underline;
  text-underline-offset:3px
}
.not-found{
  padding-block:100px 130px;
  max-width:780px
}
.not-found h1{
  font-family:var(--serif);
  font-size:80px;
  line-height:1.04;
  margin-block:30px
}
.not-found p{
  margin-block:22px
}
.not-found .button{
  margin-top:10px
}
@media(min-width:1600px){
  .site-header{
    padding-inline:max(var(--gutter),calc((100vw - 1320px)/2))
  }
  .hero-visual{
    min-height:675px
  }
}
@media(max-width:1100px){
  .main-nav{
    gap:20px
  }
  .site-header{
    gap:20px
  }
  .brand-cut{
    font-size:38px
  }
  .brand-by{
    font-size:21px
  }
  .hero{
    gap:5%;
    padding-top:32px
  }
  .hero h1{
    font-size:clamp(80px,9vw,105px)
  }
  .hero-visual{
    min-height:575px
  }
  .hero-copy .eyebrow{
    font-size:9px
  }
  .hero-actions{
    gap:10px 16px
  }
  .hero-actions .button{
    padding-inline:17px;
    gap:18px
  }
  .hero-actions .text-link{
    font-size:12px
  }
  .hero-description{
    font-size:14px
  }
  .section-space{
    padding-block:85px
  }
  .atmosphere-copy{
    padding:40px
  }
  .atmosphere img{
    height:545px
  }
  .salon-card{
    padding:30px
  }
  .service summary{
    grid-template-columns:40px 1fr 180px 24px
  }
  .service-body{
    margin-left:64px
  }
  .faq{
    gap:40px
  }
  .footer-top{
    grid-template-columns:1.2fr 1fr 1.2fr
  }
}
@media(max-width:850px){
  .site-header{
    height:86px;
    gap:18px
  }
  .main-nav{
    gap:15px
  }
  .main-nav a{
    font-size:11px
  }
  .header-cta{
    font-size:11px;
    padding:10px 12px;
    gap:12px
  }
  .brand{
    gap:9px
  }
  .brand-cut{
    font-size:35px
  }
  .brand-by{
    font-size:19px
  }
  .hero h1{
    font-size:86px
  }
  .hero-copy .eyebrow{
    max-width:245px;
    line-height:1.7
  }
  .hero-visual{
    min-height:570px
  }
  .hero-description{
    font-size:13px
  }
  .hero-footnote{
    margin-top:23px
  }
  .photo-note{
    left:-20px;
    width:180px;
    font-size:29px;
    padding:21px
  }
  .about{
    grid-template-columns:1fr 2.1fr;
    gap:20px
  }
  .about-columns{
    gap:25px;
    font-size:13px
  }
  .service summary{
    grid-template-columns:35px 1fr 24px
  }
  .service-tag{
    display:none
  }
  .service h3{
    font-size:35px
  }
  .service-body{
    margin-left:59px;
    gap:30px;
    padding-right:20px
  }
  .salon-card{
    padding:27px
  }
  .salon-card h3{
    font-size:39px
  }
  .hours-table{
    font-size:12px
  }
  .atmosphere-copy{
    padding:32px
  }
  .atmosphere-copy h2{
    font-size:53px
  }
  .atmosphere img{
    height:540px
  }
  .faq h2{
    font-size:54px
  }
  .faq summary{
    font-size:13px
  }
  .location-layout{
    gap:30px
  }
  .location-address address{
    font-size:18px
  }
}
@media(max-width:700px){
  html{
    scroll-padding-top:92px
  }
  .site-header{
    height:auto;
    min-height:78px;
    flex-wrap:wrap;
    gap:0 12px;
    padding-block:14px;
    position:sticky
  }
  .brand-cut{
    font-size:39px
  }
  .brand-by{
    font-size:22px
  }
  .header-cta{
    margin-left:auto;
    font-size:10px;
    gap:14px;
    min-height:42px;
    padding-inline:13px
  }
  .main-nav{
    order:4;
    flex-basis:100%;
    justify-content:space-between;
    border-top:1px solid var(--line);
    padding-top:10px;
    margin-top:14px
  }
  .main-nav a{
    font-size:13px;
    padding-block:13px
  }
  .nav-ready .menu-toggle{
    display:flex
  }
  .nav-ready .main-nav{
    display:none
  }
  .nav-ready .main-nav.is-open{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding-block:12px 4px
  }
  .nav-ready .main-nav a{
    font-size:22px;
    font-family:var(--serif);
    padding:13px 0
  }
  .hero{
    grid-template-columns:1fr;
    gap:32px;
    padding-block:30px 51px
  }
  .hero-copy{
    padding:0
  }
  .hero-copy .eyebrow{
    font-size:9px;
    max-width:none;
    gap:9px
  }
  .tiny-line{
    width:19px
  }
  .hero h1{
    font-size:clamp(77px,21vw,120px);
    line-height:.94;
    margin-top:24px
  }
  .hero-description{
    font-size:14px;
    max-width:400px;
    line-height:1.8;
    margin-top:22px
  }
  .hero-actions{
    margin-top:25px;
    gap:10px 23px
  }
  .hero-actions .button{
    min-height:52px;
    padding:14px 18px;
    gap:22px;
    font-size:12px
  }
  .hero-actions .text-link{
    font-size:12px;
    gap:12px
  }
  .hero-footnote{
    margin-top:20px;
    font-size:10px
  }
  .hero-footnote .small-star{
    font-size:20px
  }
  .hero-visual{
    min-height:0;
    height:420px;
    margin-left:17px
  }
  .hero-visual img{
    object-position:center 45%
  }
  .photo-note{
    width:182px;
    left:-17px;
    bottom:24px;
    font-size:30px;
    padding:20px
  }
  .hero-visual figcaption{
    font-size:9px;
    bottom:-26px
  }
  .intro-strip{
    padding-block:17px
  }
  .intro-strip>.wrap{
    gap:14px;
    justify-content:space-between
  }
  .intro-strip span{
    font-size:19px;
    line-height:1.15;
    max-width:90px
  }
  .intro-strip span[aria-hidden]{
    font-size:13px
  }
  .section-space{
    padding-block:67px
  }
  .about{
    grid-template-columns:1fr;
    gap:27px
  }
  .section-label{
    flex-direction:row;
    align-items:center
  }
  .section-label .small-star{
    font-size:26px;
    padding:0
  }
  .about h2{
    font-size:54px
  }
  .about-columns{
    grid-template-columns:1fr;
    gap:17px;
    margin-block:24px 12px;
    font-size:14px;
    line-height:1.8
  }
  .eyebrow{
    font-size:10px;
    letter-spacing:.13em
  }
  .section-heading{
    display:block;
    margin-bottom:32px
  }
  .section-heading .eyebrow{
    margin-bottom:23px
  }
  .section-heading>p,.section-heading>div:last-child:not(:first-child){
    margin-top:24px;
    max-width:380px;
    font-size:13px
  }
  .section-heading .quiet{
    margin-top:9px
  }
  .service summary{
    grid-template-columns:26px 1fr 23px;
    gap:10px;
    padding:22px 0
  }
  .service h3{
    font-size:31px
  }
  .service-body{
    margin-left:36px;
    display:block;
    padding:0 8px 22px 0;
    font-size:12px
  }
  .service-body ul{
    margin-top:13px
  }
  .service-note{
    font-size:11px;
    line-height:1.9;
    margin-top:24px
  }
  .service-note a{
    display:inline-block;
    margin-left:0
  }
  .salon-grid{
    grid-template-columns:1fr;
    gap:20px
  }
  .salon-card{
    padding:28px 25px
  }
  .salon-card h3{
    font-size:46px
  }
  .salon-card-top{
    margin-bottom:19px
  }
  .salon-card address{
    font-size:13px
  }
  .salon-hours{
    margin-top:23px
  }
  .hours-table{
    font-size:13px
  }
  .hours-table th{
    width:38%
  }
  .salon-phone{
    font-size:34px;
    margin-top:11px;
    padding-top:20px
  }
  .card-links{
    margin-top:13px
  }
  .salon-footnote{
    font-size:10px;
    line-height:1.8;
    margin-top:18px
  }
  .atmosphere{
    grid-template-columns:1fr
  }
  .atmosphere img{
    height:420px;
    object-position:center 42%
  }
  .atmosphere-copy{
    padding:37px 27px 42px
  }
  .atmosphere-copy h2{
    font-size:60px
  }
  .atmosphere-copy>p:not(.eyebrow){
    font-size:14px;
    max-width:400px;
    margin-top:25px
  }
  .atmosphere-copy .text-link{
    font-size:12px
  }
  .faq{
    grid-template-columns:1fr;
    gap:33px
  }
  .faq h2{
    font-size:54px
  }
  .faq h2 br{
    display:none
  }
  .faq h2 em{
    margin-left:8px
  }
  .faq summary{
    font-size:13px;
    padding-block:22px
  }
  .faq details>div{
    font-size:12px
  }
  .closing>.wrap{
    padding-block:60px 70px
  }
  .closing h2{
    font-size:65px
  }
  .closing .eyebrow{
    font-size:9px
  }
  .closing .button{
    font-size:12px;
    min-height:52px
  }
  .closing-word{
    font-size:200px;
    bottom:-35px;
    right:-5px
  }
  .footer-top{
    grid-template-columns:1fr 1fr;
    gap:36px 20px;
    padding-block:49px 35px
  }
  .footer-top>div:first-child{
    grid-column:1/-1
  }
  .brand-footer .brand-cut{
    font-size:52px
  }
  .brand-footer .brand-by{
    font-size:25px
  }
  .footer-top>div>p:not(.eyebrow){
    font-size:11px;
    margin-top:14px
  }
  .footer-links .eyebrow{
    font-size:9px;
    letter-spacing:.08em
  }
  .footer-links a{
    font-size:11px;
    padding-block:8px
  }
  .footer-bottom{
    flex-wrap:wrap;
    gap:15px 10px;
    font-size:9px;
    padding-block:20px 99px
  }
  .footer-bottom>div{
    gap:18px
  }
  .footer-bottom>a{
    min-height:24px
  }
  .mobile-contact{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:19;
    background:var(--paper);
    border-top:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:15px var(--gutter) calc(15px + env(safe-area-inset-bottom));
    min-height:66px;
    box-shadow:0 -5px 25px #2929230a
  }
  .mobile-contact>span{
    font-size:10px
  }
  .mobile-contact strong{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:12px;
    font-weight:500
  }
  .mobile-contact strong span{
    font-size:22px;
    line-height:1
  }
  .breadcrumb{
    font-size:10px;
    padding-block:24px
  }
  .location-hero{
    padding-block:23px 43px
  }
  .location-hero h1{
    font-size:clamp(49px,11vw,76px)
  }
  .location-hero>p:last-child{
    font-size:14px;
    max-width:360px
  }
  .location-layout{
    grid-template-columns:1fr;
    gap:26px;
    margin-bottom:60px
  }
  .location-address{
    padding:0 0 18px
  }
  .location-address h2{
    font-size:46px
  }
  .location-address address{
    font-size:18px
  }
  .location-note{
    grid-template-columns:1fr;
    gap:24px;
    padding-block:40px 60px
  }
  .location-note h2{
    font-size:47px
  }
  .legal-intro{
    margin-top:14px
  }
  .legal-intro h1{
    font-size:52px
  }
  .legal-review{
    padding:20px;
    font-size:12px;
    margin-top:26px
  }
  .legal-copy{
    font-size:13px;
    padding-bottom:60px
  }
  .legal-copy h2{
    font-size:22px;
    margin-top:30px
  }
  .legal-copy h3{
    font-size:19px
  }
  .not-found{
    padding-block:60px 90px
  }
  .not-found h1{
    font-size:65px
  }
}
@media(max-width:380px){
  .header-cta{
    font-size:9px;
    padding-inline:9px;
    gap:7px
  }
  .header-cta span[aria-hidden]{
    font-size:18px
  }
  .brand{
    gap:8px
  }
  .brand-cut{
    font-size:34px
  }
  .brand-by{
    font-size:20px
  }
  .menu-toggle{
    width:38px
  }
  .site-header{
    gap:0 8px
  }
  .hero h1{
    font-size:80px
  }
  .hero-actions{
    gap:7px 15px
  }
  .hero-actions .button{
    font-size:11px;
    padding-inline:14px;
    gap:17px
  }
  .hero-actions .text-link{
    font-size:11px;
    gap:8px
  }
  .hero-visual{
    height:375px
  }
  .intro-strip span{
    font-size:17px
  }
  .about h2{
    font-size:49px
  }
  .service h3{
    font-size:28px
  }
  .salon-card{
    padding:25px 20px
  }
  .salon-card h3{
    font-size:41px
  }
  .hours-table{
    font-size:12px
  }
  .salon-phone{
    font-size:32px
  }
  .atmosphere-copy{
    padding-inline:24px
  }
  .closing h2{
    font-size:60px
  }
  .mobile-contact>span{
    font-size:9px
  }
  .mobile-contact strong{
    font-size:11px;
    gap:10px
  }
  .footer-links a{
    font-size:10px
  }
  .footer-links .eyebrow{
    font-size:8px
  }
  .legal-intro h1{
    font-size:45px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    transition:none!important;
    animation:none!important
  }
  .button:hover{
    transform:none
  }
}
@media print{
  .site-header,.site-footer,.mobile-contact,.closing,.hero-visual,.atmosphere,button{
    display:none!important
  }
  body{
    background:#fff;
    color:#000;
    font-size:11pt
  }
  .wrap{
    width:100%
  }
  .section-space{
    padding-block:20px
  }
  .hero{
    display:block;
    padding:0
  }
  .hero h1{
    font-size:45pt
  }
  .salon-grid{
    display:block
  }
  .salon-card{
    break-inside:avoid;
    margin-bottom:20px
  }
  .service-body{
    display:block!important
  }
  .legal-review{
    border:1px solid #999
  }
  a{
    text-decoration:underline
  }
  h2{
    font-size:30pt
  }
}
/* Disclosure navigation only appears on small screens. */
.menu-toggle{
  display:none
}
@media(max-width:700px){
  .nav-ready .menu-toggle{
    display:flex
  }
}
.location-layout .salon-card h2{
  font-size:48px;
  margin-top:24px
}
.location-layout .salon-card .quiet{
  font-size:11px;
  margin-top:23px;
  line-height:1.8
}
.legacy-anchor{
  display:block;
  scroll-margin-top:120px
}
.cta-label-short{
  display:none
}
@media(max-width:700px){
  .header-cta{
    gap:12px;
    font-size:12px;
    min-height:44px
  }
  .cta-label-long{
    display:none
  }
  .cta-label-short{
    display:inline
  }
  .site-header{
    flex-wrap:wrap
  }
  .menu-toggle{
    width:44px
  }
  .footer-links a{
    font-size:12px
  }
  .footer-links .eyebrow{
    font-size:10px
  }
  .footer-bottom{
    font-size:11px
  }
  .footer-bottom a{
    min-height:28px;
    display:inline-flex;
    align-items:center
  }
}
@media(max-width:380px){
  .header-cta{
    font-size:11px;
    padding-inline:10px;
    gap:10px
  }
  .menu-toggle{
    width:38px
  }
  .footer-links a{
    font-size:11px
  }
  .footer-links .eyebrow{
    font-size:9px
  }
}
/* The oversized brand detail keeps readable contrast and stays clear of copy. */
.closing-word{
  color:#a3b196
}
@media(max-width:1100px){
  .closing-word{
    display:none
  }
}
/* Match the measured width of Instrument Serif while local webfonts load. */
@font-face{
  font-family:"Instrument Fallback";
  src:local("Georgia");
  font-style:normal;
  font-weight:400;
  size-adjust:74.85%
}
@font-face{
  font-family:"Instrument Fallback";
  src:local("Georgia Italic"),local("Georgia");
  font-style:italic;
  font-weight:400;
  size-adjust:74.85%
}
.hero h1{
  white-space:nowrap
}
.fallback-nav{
  display:none
}
@media(max-width:700px){
  .main-nav{
    display:none
  }
  .menu-toggle[hidden]{
    display:flex;
    visibility:hidden
  }
  .fallback-nav{
    display:flex;
    flex-basis:100%;
    order:5;
    justify-content:space-between;
    gap:10px;
    border-top:1px solid var(--line);
    padding-top:10px;
    margin-top:14px
  }
  .fallback-nav a{
    font-size:13px;
    padding-block:13px
  }
  .footer-links a{
    min-height:44px;
    display:flex;
    align-items:center
  }
}
@media(max-width:700px){
  .location-layout .salon-card{
    order:-1
  }
}

@media(max-width:700px){
  .fallback-nav{padding-inline:var(--gutter);padding-bottom:10px;margin-top:0}
}
