: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)
}
.brand{
  display:inline-flex;
  min-height:44px;
  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
}.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
}.text-link:hover::after{
  transform:scaleX(1)
}
.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
}
.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;
  text-wrap:pretty;
  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-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
}
.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:12px
}
.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:1fr 210px 30px;
  align-items:center;
  gap:20px;
  list-style:none;
  padding:24px 4px
}
.service summary::-webkit-details-marker{
  display:none
}
.service summary:hover h3{
  color:var(--sage-dark)
}
.service h3{
  font-size:39px;
  line-height:1.2;
  letter-spacing:-.02em
}
.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:0;
  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 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
}
.salon-hours{
  margin-top:28px;
  border-top:1px solid #29292330;
  padding-top:20px
}

.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
}
.phone-label{
  font-size:11px;
  margin-top:12px;
  color:#50564a
}
.atmosphere{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  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:center;
  text-align:center
}
.atmosphere-copy .eyebrow{
  margin-bottom:12px
}
.atmosphere-copy h2{
  font-size:clamp(36px,5.5vw,78px);
  line-height:1.04
}
.atmosphere-copy h2>span{
  display:block
}
.atmosphere-copy>p:not(.eyebrow){
  font-size:13px;
  color:var(--muted);
  margin-block:27px 13px;
  line-height:1.9;
  max-width:400px
}
.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:11.5px
}
.closing h2{
  width:fit-content;
  max-width:100%;
  font-size:clamp(62px,7vw,100px);
  position:relative;
  z-index:1
}
.closing .button{
  margin-top:30px;
  position:relative;
  z-index:1
}
.closing-word{
  position:absolute;
  right:0;
  bottom:-50px;
  font-size:clamp(180px,26vw,390px);
  font-weight:600;
  letter-spacing:-.1em;
  line-height:1;
  color:#d4deca18;
  pointer-events:none
}
.site-footer{
  background:#242620;
  color:#e7e8df
}
.brand-footer .brand-cut{
  font-size:58px
}
.brand-footer .brand-by{
  font-size:27px
}
.brand-footer .brand-dot{
  color:#a9b99a
}
.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{
  text-decoration:underline;
  text-underline-offset:4px
}
.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){
  .hero-visual{
    min-height:675px
  }
}
@media(max-width:1100px){
  .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:1fr 180px 24px
  }
  .service-body{
    margin-left:0
  }
}
@media(max-width:850px){
  .brand{
    gap:9px
  }
  .brand-cut{
    font-size:35px
  }
  .brand-by{
    font-size:19px
  }
  .hero h1{
    font-size:86px
  }
  .hero-copy .eyebrow{
    max-width:255px;
    line-height:1.7
  }
  .hero-visual{
    min-height:570px
  }
  .hero-description{
    font-size:13px
  }
  .photo-note{
    left:-20px;
    width:180px;
    font-size:29px;
    padding:21px
  }
  .service summary{
    grid-template-columns:1fr 24px
  }
  .service h3{
    font-size:35px
  }
  .service-body{
    margin-left:0;
    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 img{
    height:540px
  }
  .location-layout{
    gap:30px
  }
  .location-address address{
    font-size:18px
  }
}
@media(max-width:725px){
  html{
    scroll-padding-top:92px
  }
  .brand-cut{
    font-size:39px
  }
  .brand-by{
    font-size:22px
  }
  .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;
    justify-content:center
  }
  .hero-actions .button{
    min-height:52px;
    padding:14px 18px;
    gap:22px;
    font-size:12px
  }
  .hero-actions .text-link{
    font-size:12px;
    gap:12px
  }
  .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
  }
  
  .section-space{
    padding-block:67px
  }
  .eyebrow{
    font-size:10px;
    letter-spacing:.13em
  }
  .section-heading{
    display:block;
    margin-bottom:32px
  }
  .section-heading .eyebrow{
    margin-bottom:11.5px
  }
  .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:1fr 24px;
    gap:10px;
    padding:22px 0
  }
  .service h3{
    font-size:31px
  }
  .service-body{
    margin-left:0;
    display:block;
    padding:0 8px 22px 0;
    font-size:12px
  }
  .service-body ul{
    margin-top:13px
  }
  .service-note{
    display:none
  }
  .salon-grid{
    grid-template-columns:1fr;
    gap:20px
  }
  .salon-card{
    padding:28px 25px
  }
  .salon-card h3{
    font-size:46px
  }
  .salon-card address{
    font-size:13px
  }
  .salon-hours{
    margin-top:23px
  }
  .hours-table{
    font-size:13px
  }
  .hours-table th{
    width:38%
  }
  .atmosphere{
    grid-template-columns:1fr
  }
  .atmosphere img{
    height:420px;
    object-position:center 42%
  }
  .atmosphere-copy{
    padding:37px 27px 42px
  }
  .atmosphere-copy h2{
    font-size:clamp(37px,12.5vw,52px)
  }
  .atmosphere-copy>p:not(.eyebrow){
    font-size:14px;
    max-width:400px;
    margin-top:25px
  }
  .atmosphere-copy .text-link{
    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
  }
  .brand-footer .brand-cut{
    font-size:52px
  }
  .brand-footer .brand-by{
    font-size:25px
  }
  .footer-links .eyebrow{
    font-size:9px;
    letter-spacing:.08em
  }
  .footer-links a{
    font-size:11px;
    padding-block:8px
  }
  .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){
  .brand{
    gap:8px
  }
  .brand-cut{
    font-size:34px
  }
  .brand-by{
    font-size:20px
  }
  .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
  }
  .service h3{
    font-size:28px
  }
  .salon-card{
    padding:25px 20px
  }
  .salon-card h3{
    font-size:41px
  }
  .hours-table{
    font-size:12px
  }
  .atmosphere-copy{
    padding-inline:24px
  }
  .closing h2{
    font-size:clamp(52px,16.6667vw,60px)
  }
  .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
  }
}
@media print{.site-footer,.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
  }
}
.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
}
@media(max-width:725px){
  .footer-links a{
    font-size:12px
  }
  .footer-links .eyebrow{
    font-size:10px
  }
}
@media(max-width:380px){
  .footer-links a{
    font-size:11px
  }
  .footer-links .eyebrow{
    font-size:9px
  }
}
/* Keep the original desktop split; center the CTA when space becomes tighter. */
.closing-word{
  color:#a3b196
}
@media(max-width:1279px){
  .closing>.wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center
  }
  .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
}
@media(max-width:725px){
  .footer-links a{
    min-height:44px;
    display:flex;
    align-items:center
  }
}
@media(max-width:725px){
  .location-layout .salon-card{
    order:-1
  }
}

/* Navigation: the same visual language, with a native modal on compact screens. */
.icon{
  width:20px;
  height:20px;
  flex:none;
  stroke-width:1.6
}
.site-header{
  height:105px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-inline:var(--gutter);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(246,243,237,.98)
}
.main-nav{
  display:flex;
  gap:clamp(18px,2.2vw,34px);
  align-items:center
}
.main-nav a{
  font-size:13px;
  padding-block:13px;
  text-decoration-thickness:1px;
  text-underline-offset:7px
}
.main-nav a:hover{
  color:var(--sage-dark);
  text-decoration:underline
}
.menu-toggle,.mobile-menu,.fallback-nav{
  display:none
}
.menu-toggle,.menu-close{
  width:44px;
  height:44px;
  flex:none;
  align-items:center;
  justify-content:center;
  border:1px solid transparent
}
.menu-toggle{
  flex-direction:column;
  gap:6px
}
.menu-toggle span{
  width:20px;
  height:1px;
  background:currentColor
}
.menu-open{
  overflow:hidden;
  scroll-behavior:auto
}
.menu-open body{
  position:fixed;
  width:100%;
  overflow:hidden
}
.mobile-menu{
  --menu-inset:max(var(--gutter),env(safe-area-inset-left),env(safe-area-inset-right));
  padding:0;
  border:0;
  color:var(--ink);
  background:var(--paper);
  max-width:none;
  max-height:none;
  margin:0;
  width:100%;
  height:100dvh;
  overflow:hidden
}
.mobile-menu[open]{
  display:flex;
  flex-direction:column;
  animation:menu-enter .2s ease-out
}
.mobile-menu::backdrop{
  background:var(--paper)
}
.menu-top{
  flex:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:82px;
  padding:17px var(--menu-inset);
  padding-top:max(17px,env(safe-area-inset-top));
  border-bottom:1px solid var(--line)
}
.menu-close{
  display:flex
}
.menu-close span{
  font-size:32px;
  line-height:1;
  font-weight:400
}
.menu-body{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-template-areas:"nav" "appointment" "social";
  grid-template-rows:auto minmax(min-content,1fr) auto;
  min-height:0;
  flex:1;
  overflow-y:auto;
  overscroll-behavior:contain
}
.menu-links{
  grid-area:nav;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  padding:24px var(--menu-inset) 28px
}
.menu-links a{
  color:var(--ink);
  border-bottom:1px solid var(--line);
  font-family:var(--serif);
  font-size:clamp(40px,12vw,56px);
  line-height:1.1;
  min-height:52px;
  padding-block:8px;
  text-decoration:none;
  transition:color .16s,border-color .16s
}
.menu-links a:last-child{
  font-style:italic
}
.menu-links a:focus-visible{
  outline-offset:3px
}
.menu-appointment{
  grid-area:appointment;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px var(--menu-inset);
  background:var(--sage)
}
.menu-appointment .eyebrow{
  font-size:9px;
  letter-spacing:.12em;
  color:var(--sage-dark)
}
.menu-appointment h2{
  font-size:clamp(34px,8.8vw,44px);
  line-height:1.05;
  margin-top:12px;
  letter-spacing:-.02em;
  color:var(--sage-dark)
}
.menu-appointment>p:not(.eyebrow){
  max-width:28ch;
  font-size:13px;
  line-height:1.7;
  margin:14px 0 22px;
  color:#4e5846
}
.menu-call{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:84px;
  width:100%;
  padding:16px 0;
  border-top:1px solid #acb59d;
  color:var(--sage-dark);
  transition:background-color .16s,color .16s
}
.menu-call>span{
  display:flex;
  flex-direction:column
}
.menu-call strong{
  font-size:13px;
  font-weight:500
}
.menu-call>span>span{
  font-size:20px;
  line-height:1.6
}
.menu-call>.icon{
  box-sizing:content-box;
  width:20px;
  height:20px;
  padding:11px;
  border:1px solid #acb59d;
  border-radius:8px;
  stroke-width:1.6;
  transition:background-color .16s,border-color .16s
}
.menu-call:focus-visible{
  outline-offset:-4px
}
.menu-instagram{
  grid-area:social;
  display:flex;
  align-items:center;
  align-self:start;
  justify-self:start;
  width:fit-content;
  max-width:calc(100% - 2 * var(--menu-inset));
  gap:10px;
  min-height:46px;
  margin:20px var(--menu-inset) max(24px,env(safe-area-inset-bottom));
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:var(--action-radius);
  background:var(--paper);
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
  white-space:nowrap;
  transition:background-color .18s,border-color .18s,color .18s
}
.menu-instagram strong{
  font-weight:500
}
.menu-instagram .icon{
  color:var(--sage-dark)
}
.menu-instagram:focus-visible{
  outline-offset:4px
}
/* Hover is reserved for precise pointers; pressed feedback also works on touch. */
@media(hover:hover) and (pointer:fine){
  .menu-links a:hover{
    color:#637058;
    border-bottom-color:#acb59d
  }
  .menu-call:hover{
    background-color:#cbd4bf
  }
  .menu-call:hover>.icon{
    border-color:#637058;
    background-color:#bac7aa
  }
  .menu-instagram:hover{
    background-color:var(--sage);
    border-color:#acb59d;
    color:var(--sage-dark)
  }
}
.menu-links a:is(:active,.is-pressed){
  color:#35402f;
  border-bottom-color:#637058
}
.menu-call:is(:active,.is-pressed){
  background-color:#bac7aa;
  color:#35402f
}
.menu-call:is(:active,.is-pressed)>.icon{
  border-color:#637058;
  background-color:#bac7aa
}
.menu-instagram:is(:active,.is-pressed){
  background-color:#cbd4bf;
  border-color:#637058;
  color:#35402f
}
/* Press immediately; the return to rest uses the short base transitions. */
.menu-links a:is(:active,.is-pressed),.menu-call:is(:active,.is-pressed),.menu-call:is(:active,.is-pressed)>.icon,.menu-instagram:is(:active,.is-pressed),.menu-close:is(:active,.is-pressed){
  transition-duration:0s
}
@keyframes menu-enter{
  from{
    opacity:0;
    transform:translateY(-8px)
  }
  to{
    opacity:1;
    transform:translateY(0)
  }
}
@media(max-width:1100px){
  .site-header{
    gap:18px
  }
  .main-nav{
    gap:20px
  }
  .main-nav a{
    font-size:12px
  }
}
@media(max-width:900px){
  .site-header{
    height:82px;
    gap:12px
  }
  .main-nav{
    display:none
  }
  .menu-toggle{
    display:flex
  }
  .menu-toggle[hidden]{
    display:flex;
    visibility:hidden
  }
  .fallback-nav{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:8px var(--gutter);
    border-bottom:1px solid var(--line)
  }
  .fallback-nav a{
    font-size:12px;
    display:flex;
    align-items:center;
    min-height:44px
  }
}
/* At wider menu sizes, navigation and social form one group beside the contact panel. */
@media(min-width:726px) and (max-width:900px){
  .menu-body{
    grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
    grid-template-areas:". appointment" "nav appointment" "social appointment" ". appointment";
    grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr)
  }
  .menu-links{
    padding-block:40px 12px
  }
  .menu-links a{
    font-size:clamp(48px,7.2vw,66px);
    padding-block:12px
  }
  .menu-appointment{
    padding:44px clamp(26px,4vw,40px) max(44px,env(safe-area-inset-bottom))
  }
  .menu-appointment h2{
    font-size:clamp(45px,6vw,54px)
  }
  .menu-appointment h2 em{
    display:block
  }
  .menu-appointment>p:not(.eyebrow){
    margin-bottom:30px
  }
  .menu-call{
    min-height:94px
  }
  .menu-instagram{
    margin-bottom:max(40px,env(safe-area-inset-bottom))
  }
}
@media(max-width:725px){
  .menu-top{
    min-height:78px
  }
  .site-header{
    height:78px;
    gap:10px
  }
  body{
    padding-bottom:calc(68px + env(safe-area-inset-bottom))
  }
  html{
    scroll-padding-bottom:calc(88px + env(safe-area-inset-bottom))
  }
}
@media(max-width:380px){
  .site-header{
    gap:8px
  }
}
/* An asymmetric mirror edge gives the genuine salon photograph its own frame. */
.hero-visual{
  --mirror-radius:46% 0 0 0
}
.hero-visual>img{
  border-radius:var(--mirror-radius)
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:12px -10px -12px 12px;
  border:1px solid #9ca48f;
  border-radius:var(--mirror-radius);
  pointer-events:none
}
.photo-note{
  border-bottom:2px solid #899778
}
.hero-actions{
  gap:12px
}
.service summary:focus-visible{
  outline-offset:3px
}
.service[open] summary{
  padding-bottom:20px
}
.salon-card{
  border-top:3px solid #88977b
}
.salon-card:nth-child(2){
  border-top-color:#a3947e
}
.salon-card>.eyebrow{
  font-size:10px;
  margin-bottom:18px
}
.salon-hours{
  margin-top:25px;
  padding-top:19px
}
.today-label{
  font-size:11px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-bottom:13px
}
.hours-table th{
  width:43%;
  padding:8px 10px 8px 0
}
.hours-table td{
  padding:8px 0;
  vertical-align:top
}
.today-badge{
  display:block;
  visibility:hidden;
  width:fit-content;
  margin-top:5px;
  padding:1px 7px;
  background:var(--sage-dark);
  color:var(--white);
  font-size:9px;
  font-weight:500;
  letter-spacing:.04em;
  line-height:1.5
}
.is-today .today-badge{
  visibility:visible
}
.hours-table .is-today th,.hours-table .is-today td{
  font-weight:600
}
.hours-note{
  font-size:11px;
  color:#55594d;
  line-height:1.6;
  margin-top:12px;
  min-height:3.2em
}
.atmosphere{
  background:transparent;
  gap:4%;
  align-items:center;
  padding-top:20px
}
.atmosphere figure{
  padding-right:20px
}
.atmosphere figure::after{
  content:"";
  position:absolute;
  right:0;
  top:25px;
  bottom:-20px;
  width:65%;
  background:var(--sage);
  z-index:-1
}
.atmosphere img{
  border-radius:0 0 32% 0
}
.atmosphere-copy{
  padding:35px 0
}
.atmosphere-copy>p:not(.eyebrow){
  margin-bottom:24px
}
.instagram-cta{
  font-size:12px;
  gap:11px
}
@media(max-width:850px){
  .salon-grid{
    gap:18px
  }
  .hours-note{
    min-height:4.8em
  }
}
@media(max-width:725px){
  .hero-visual::before{
    inset:10px -7px -10px 10px
  }
  .hero-actions .button{
    font-size:12px;
    padding-inline:16px
  }
  .salon-card{
    padding:29px
  }
  .hours-table{
    font-size:13px
  }
  .hours-note{
    min-height:3.2em
  }
  .atmosphere{
    gap:25px;
    padding-top:0
  }
  .atmosphere figure{
    margin-right:20px;
    padding-right:14px
  }
  .atmosphere-copy{
    padding:25px 0 0
  }
  .instagram-cta{
    font-size:12px;
    padding-inline:16px
  }
}
@media(max-width:380px){
  .hero-actions .button{
    font-size:11px;
    padding-inline:12px;
    min-height:50px
  }
  .salon-card{
    padding:25px 20px
  }
  .hours-note{
    min-height:4.8em
  }
}
@media(prefers-reduced-motion:reduce){
  .mobile-menu[open]{
    animation:none
  }
}
@media print{
  .site-header,.mobile-menu,.fallback-nav{
    display:none!important
  }
  body{
    padding-bottom:0
  }
  .today-badge{
    display:none
  }
}

/* CUT design principles:
   Olive carries personal emphasis and actions; ink carries information.
   Prose uses a compact editorial measure; photographs retain their wider frame.
   Controls share an 8px radius, while fine lines organize content.
   Small screens get their own compositions instead of narrow desktop columns. */
:root{
  --action-radius:8px;
  --olive-hover:#3c4737
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:15px 23px;
  border:1px solid var(--sage-dark);
  font-size:13px;
  font-weight:500;
  line-height:1.4;
  border-radius:var(--action-radius);
  color:var(--paper);
  background:var(--sage-dark);
  border-color:var(--sage-dark);
  gap:12px;
  transition:background .18s,border-color .18s,transform .18s
}
.button-small{
  min-height:46px;
  padding:11px 18px;
  font-size:12px
}
.button:hover{
  background:var(--olive-hover);
  border-color:var(--olive-hover);
  transform:translateY(-1px)
}
.button:active{
  transform:translateY(0);
  background:#333d2f
}
.button-secondary{
  background:transparent;
  color:var(--sage-dark);
  border-color:#949d89
}
.button-secondary:hover{
  background:var(--sage);
  color:var(--sage-dark)
}
.button-light{
  background:var(--paper);
  border-color:var(--paper);
  color:var(--sage-dark)
}
.button-secondary:active,.button-light:active{
  background:#cbd4bf;
  color:var(--sage-dark)
}
.button-light:hover{
  background:var(--sage);
  border-color:var(--sage);
  color:var(--sage-dark)
}
.menu-toggle,.menu-close{
  border-radius:var(--action-radius);
  background:var(--sage-dark);
  color:var(--paper);
  transition:background .18s,color .18s
}
.menu-toggle:hover{
  background:#637058
}
@media(hover:hover) and (pointer:fine){
  .menu-close:hover{
    background-color:#637058
  }
}
.menu-toggle:active,.menu-close:is(:active,.is-pressed){
  background:#35402f
}
.menu-toggle:focus-visible,.menu-close:focus-visible{
  outline:3px solid #587145;
  outline-offset:4px
}
a:focus-visible,button:focus-visible,summary:focus-visible{
  border-radius:var(--action-radius);
  outline-offset:4px
}
.main-nav a{
  border-radius:5px
}
.main-nav a:active,.text-link:active{
  color:var(--sage-dark)
}
.about h2 em,.services h2 em,.salons h2 em,.atmosphere h2 em,.location-hero h1 em,.location-note h2 em{
  color:var(--sage-dark)
}
.eyebrow{
  color:var(--sage-dark)
}
.site-footer .eyebrow,.closing .eyebrow{
  color:#c7d0bd
}
.about{
  display:grid;
  max-width:1120px;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
  padding-top:44px
}
.about-body{
  padding-top:38px
}
.about-intro .eyebrow{
  margin-bottom:11px
}
.about-columns{
  display:block;
  margin:0 0 15px;
  font-size:15px;
  line-height:1.9
}
.about-columns p+p{
  margin-top:20px
}
.about h2{
  font-size:clamp(48px,5vw,74px)
}
.about-body .text-link{
  text-decoration:underline;
  text-underline-offset:6px;
  text-decoration-color:#adb5a2
}
.services>.wrap{
  max-width:1120px
}
.services .section-heading{
  display:block;
  max-width:640px;
  margin-bottom:46px
}
.services .section-heading>p{
  max-width:480px;
  margin-top:25px;
  font-size:14px;
  line-height:1.8
}
.service summary{
  grid-template-columns:1fr 32px;
  padding:26px 0;
  gap:20px
}
.service h3{
  font-size:38px
}
.service[open] summary h3{
  color:var(--sage-dark)
}
.service-body{
  max-width:780px;
  grid-template-columns:1fr 1fr;
  gap:44px;
  padding:0 0 30px;
  font-size:14px
}
.service summary:focus-visible{
  outline-offset:6px
}
.service-toggle{
  color:var(--sage-dark);
  font-size:26px
}
.salon-card{
  border-radius:3px 3px 12px 12px
}
.salon-phone{
  display:flex;
  align-items:center;
  transition:color .18s;
  background:transparent;
  color:var(--sage-dark);
  padding:12px 0;
  gap:15px;
  min-height:72px;
  margin-top:20px;
  width:fit-content;
  border-radius:8px
}
.salon-phone>.icon{
  box-sizing:content-box;
  width:20px;
  height:20px;
  padding:12px;
  border:1px solid #acb59d;
  border-radius:8px;
  stroke-width:1.6
}
.salon-phone>span{
  display:flex;
  flex-direction:column
}
.salon-phone strong{
  font-size:12px;
  font-weight:500;
  color:var(--ink)
}
.salon-phone span span{
  font-size:24px;
  line-height:1.5;
  letter-spacing:-.01em
}
.salon-phone:hover{
  background:transparent;
  color:var(--ink)
}
.salon-phone:hover>.icon{
  background:#cbd4bf
}
.salon-phone:active>.icon{
  background:#bac7aa
}
.phone-label{
  margin-top:4px
}
.card-links{
  display:block;
  margin-top:23px
}
.card-links .button{
  width:auto
}
.atmosphere-copy h2 em{
  display:block;
  font-size:1.1em;
  margin-top:8px
}
@media(max-width:725px){
  .atmosphere-copy h2 em{
    font-size:clamp(50px,16vw,68px);
    margin-top:6px
  }
}
.atmosphere + .closing{
  margin-top:116px
}
.footer-top{
  display:grid;
  padding-block:67px 60px;
  grid-template-columns:1.35fr .9fr .8fr 1.15fr;
  gap:38px
}
.footer-bottom{
  border-top:1px solid #f6f3ed26;
  padding-block:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:11px;
  color:#b9bcb0
}
.footer-bottom>div{
  display:flex;
  gap:25px
}
.footer-top>div>p:not(.eyebrow){
  font-size:12px;
  color:#b9bcb0;
  margin-top:18px
}
.footer-bottom a{
  gap:6px;
  display:inline-flex;
  align-items:center;
  min-height:44px
}
@media(max-width:1100px){
  .about{
    gap:6%;
    grid-template-columns:1.05fr 1fr
  }
  .about h2{
    font-size:60px
  }
  .about-columns{
    font-size:14px
  }
  .footer-top{
    gap:22px;
    grid-template-columns:1.1fr .8fr .8fr 1.2fr
  }
}
@media(max-width:900px){
  .header-cta{
    display:none
  }
  .menu-toggle{
    margin-left:auto
  }
}
@media(max-width:850px){
  .about{
    gap:36px
  }
  .about h2{
    font-size:51px
  }
  .about-columns{
    font-size:13px
  }
  .atmosphere + .closing{
    margin-top:80px
  }
  .footer-top{
    grid-template-columns:1fr 1fr 1.2fr
  }
  .footer-top>div:first-child{
    grid-column:1/-1
  }
}
@media(max-width:725px){
  .about{
    grid-template-columns:1fr;
    gap:27px;
    padding-top:32px
  }
  .about-body{
    padding-top:0
  }
  .about h2{
    font-size:clamp(48px,13.5vw,60px)
  }
  .about-columns{
    font-size:14px;
    line-height:1.9
  }
  .about-columns p+p{
    margin-top:20px
  }
  .about-intro .eyebrow{
    margin-bottom:11px
  }
  .services .section-heading{
    margin-bottom:34px
  }
  .services .section-heading>p{
    margin-top:24px;
    font-size:14px
  }
  .service summary{
    padding:23px 0;
    grid-template-columns:1fr 26px;
    gap:15px
  }
  .service h3{
    font-size:31px
  }
  .service-body{
    display:block;
    padding-bottom:25px;
    font-size:13px
  }
  .service-body ul{
    margin-top:15px
  }
  .salon-phone{
    margin-top:19px
  }
  .salon-phone span span{
    font-size:23px
  }
  .salon-phone strong{
    font-size:12px
  }
  .salon-phone>.icon{
    width:19px;
    height:19px;
    padding:11px
  }
  .card-links .button{
    font-size:12px
  }
  .atmosphere + .closing{
    margin-top:65px
  }
  .footer-top{
    grid-template-columns:1fr 1fr;
    gap:32px 24px;
    padding-block:48px 26px
  }
  .footer-contact{
    grid-column:1/-1;
    border-top:1px solid #f6f3ed26;
    padding-top:25px
  }
  .footer-links a{
    font-size:13px;
    min-height:44px
  }
  .footer-links .eyebrow{
    font-size:10px
  }
  .footer-bottom{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    row-gap:8px;
    padding-block:24px 28px;
    font-size:12px
  }
  .footer-bottom>span{
    grid-column:1/-1
  }
  .footer-bottom>div{
    gap:23px
  }
  .footer-bottom>a{
    font-size:11px
  }
}
@media(max-width:380px){
  .about h2{
    font-size:48px
  }
  .service h3{
    font-size:29px
  }
  .footer-bottom>div{
    gap:18px
  }
  .footer-bottom{
    font-size:11px
  }
}
@media(prefers-reduced-motion:reduce){
  .button:hover,.button:active{
    transform:none
  }
}
/* Keep both salon introductions together, just as the service introduction. */
.salons .section-heading{
  display:block;
  max-width:700px
}
.salons .section-heading>div:last-child:not(:first-child){
  max-width:480px;
  margin-top:25px
}
.salons .section-heading .quiet{
  margin-top:9px
}
@media(max-width:725px){
  .footer-top>div>p:not(.eyebrow){
    font-size:11px
  }
}
@media print{
  .salon-phone{
    color:#000
  }
}

/* Desktop services: a compact reading column opposite the introduction. */
@media(min-width:951px){
  .services>.wrap{
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);
    gap:0 88px;
    align-items:start
  }
  .services .section-heading{
    grid-column:1;
    grid-row:1 / span 2;
    margin:0
  }
  .services .section-heading>p{
    max-width:32ch;
    margin-top:28px
  }
  .services h2{
    font-size:clamp(62px,5.2vw,76px)
  }
  .service-list{
    grid-column:2;
    grid-row:1
  }
  .service summary{
    padding:24px 0
  }
  .service h3{
    font-size:36px
  }
  .service-note{
    grid-column:2;
    grid-row:2;
    margin-top:24px;
    line-height:1.8
  }
}
/* Tablet retains a single compact module; opened details stay together. */
@media(min-width:726px){
  .service-body{
    display:block;
    max-width:48ch;
    padding:0 0 28px;
    font-size:14px;
    line-height:1.8
  }
  .service-body>p{
    max-width:none
  }
  .service-body ul{
    margin-top:16px;
    padding-left:17px
  }
  .service-body li{
    padding-left:3px;
    margin-bottom:5px
  }
}
@media(min-width:726px) and (max-width:950px){
  .services>.wrap{
    max-width:760px
  }
}
/* Visit information shares the salon section's width, spacing and icon palette. */
.visit-info{
  margin-top:32px;
  padding-top:30px;
  border-top:1px solid var(--line)
}
.visit-info h3{
  color:var(--sage-dark);
  font-size:42px;
  line-height:1.15;
  letter-spacing:-.02em;
  margin-bottom:28px
}
.visit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px 56px
}
.visit-item{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:16px;
  align-items:start
}
.visit-item>.icon{
  width:24px;
  height:24px;
  color:var(--sage-dark);
  margin-top:2px
}
.visit-item h4{
  margin:0 0 6px;
  font-size:14px;
  font-weight:600;
  line-height:1.5
}
.visit-item p{
  max-width:60ch;
  font-size:13px;
  line-height:1.8;
  color:var(--muted)
}
.mobile-callbar{
  display:none
}
@media(max-width:725px){
  .visit-info{
    margin-top:26px;
    padding-top:26px
  }
  .visit-info h3{
    font-size:34px;
    margin-bottom:24px
  }
  .visit-grid{
    grid-template-columns:1fr;
    gap:24px
  }
  .visit-item{
    grid-template-columns:22px minmax(0,1fr);
    gap:14px
  }
  .visit-item>.icon{
    width:22px;
    height:22px
  }
  .mobile-callbar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:25;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:8px;
    padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));
    background:var(--sage-dark);
    color:var(--paper);
    box-shadow:0 -1px 0 #ffffff20
  }
  .mobile-callbar a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:52px;
    padding:8px;
    background:#ffffff0c;
    border:1px solid #c8d2bf45;
    border-radius:6px;
    font-size:clamp(13px,3.7vw,14px);
    font-weight:500;
    line-height:1.2
  }
  .mobile-callbar .icon{
    width:18px;
    height:18px;
    color:#e2ebd9
  }
  .mobile-callbar a:hover{
    background:#637058
  }
  .mobile-callbar a:active{
    background:#35402f
  }
  .mobile-callbar a:focus-visible{
    outline-color:var(--paper);
    outline-offset:-4px
  }
  .menu-open .mobile-callbar{
    visibility:hidden
  }
}
@media print{
  .mobile-callbar{
    display:none!important
  }
  .visit-item{
    break-inside:avoid
  }
}
