*{ box-sizing:border-box; margin:0; padding:0; }
html,body{
  height:100%;
  max-width:100%;
  overflow-x:hidden;
}
html{
  scroll-behavior:smooth;
  color-scheme: light;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
img,svg,video,canvas{ display:block; max-width:100%; height:auto; }

:root{
  --maxw:960px;
  --pad:22px;
  --radius:18px;

  --shadow:0 10px 30px rgba(0,0,0,.06);
  --shadow-strong: 0 14px 40px rgba(0,0,0,.10), 0 3px 10px rgba(0,0,0,.06);

  --muted:#6e6e73; 
  --ink:#111; 
  --blue:#2A9CA1; 
  --bg-alt:#f5f5f7;
  --pin-gray:#9aa0a6; 
  --nav-h:72px;

  --font-sans: -apple-system, BlinkMacSystemFont, system-ui,
               "SF Pro Text", "SF Pro Display",
               "Helvetica Neue", Arial, sans-serif;

  --hero-top-pad: 110px;
  --hero-bottom-gap: 30px;

  --section-pad-y: 14px;
  --about-img-maxw: 360px;
  --about-img-scale: 1.03;
  --about-img-bottom: -1px;
  --about-img-right: 48px;
  --about-text-nudge-left: 0px;

  --hueA: 214;
  --hueB: 220;
  --hueC: 226;
  --satDyn: 72%;
  --satFilter: 1.28;
}

body{
  font-family:var(--font-sans);
  color:var(--ink); 
  background:#fff; 
  line-height:1.6;
  -webkit-font-smoothing:antialiased; 
  text-rendering:optimizeLegibility;
  padding-top:var(--nav-h);
}
.container{ max-width:var(--maxw); margin:0 auto; padding:0 var(--pad); }

body::before{
  content:""; 
  position:fixed; 
  inset:0; 
  z-index:-1; 
  pointer-events:none;
  background:
    radial-gradient(1100px 800px at 18% 12%,
      hsla(calc(var(--hueA) - 8), calc(var(--satDyn) + 6%), 98%, .22), transparent 62%),
    radial-gradient(1200px 900px at 82% 20%,
      hsla(calc(var(--hueC) + 10), calc(var(--satDyn) + 4%), 97%, .20), transparent 64%),
    linear-gradient(120deg,
      hsl(var(--hueA), calc(var(--satDyn) + 4%), 99%) 0%,
      hsl(var(--hueB), calc(var(--satDyn) + 6%), 98%) 42%,
      hsl(var(--hueC), calc(var(--satDyn) + 4%), 99%) 100%);
  background-repeat:no-repeat; 
  filter: saturate(var(--satFilter));
}

.skip-link{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus{ position:static; width:auto; height:auto; padding:8px; background:#000; color:#fff; }

.site-header{
  position:fixed; top:0; left:0; right:0; z-index:9999;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.site-header .container{ max-width:var(--maxw)!important; padding-inline:var(--pad)!important; }

.nav{
  display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 0;
}
.brand{ display:flex; flex-direction:column; align-items:flex-start; text-decoration:none; color:#0e0f10; }
.brand-line1{ 
  font-family:"Manrope", Inter, var(--font-sans);
  font-weight:800; 
  font-size:clamp(22px,3vw,28px); 
  letter-spacing:-0.01em; 
  line-height:1; 
}
.brand-line2{ 
  font-family:"Manrope", Inter, var(--font-sans);
  font-weight:600; 
  font-size:clamp(10px,1.6vw,12px); 
  letter-spacing:.28em; 
  margin-top:4px; 
  color:#1b1c1e; 
  text-transform:uppercase; 
}

.nav-list{ list-style:none; display:flex; align-items:center; gap:16px; margin-left:auto; }
.nav-list>li>a{ text-decoration:none; color:#000; font-size:14.5px; }
.nav-list>li>a:hover{ color:var(--blue); }

.nav-social{ display:flex; gap:12px; margin-left:8px; }
.icon-social{ display:inline-flex; align-items:center; justify-content:center; width:35px; height:35px; text-decoration:none; }
.ico-social-img{
  width:35px; height:35px;
  object-fit:contain;
  border-radius:6px;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
  transition:transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.icon-social:hover .ico-social-img{
  transform:scale(1.06);
  filter:brightness(1.05);
  box-shadow:0 4px 12px rgba(0,0,0,.10);
}

.hero{
  min-height: calc(100vh - var(--nav-h));
  margin-bottom: var(--hero-bottom-gap);
}
.hero-inner{ padding-top: var(--hero-top-pad); }
.hero,.section{ scroll-margin-top: calc(var(--nav-h) + 24px); }

.hero-title{
  font-family:"Manrope", Inter, var(--font-sans);
  font-size: clamp(32px, 5vw, 60px);
  letter-spacing:-0.02em;
  line-height:1.06;
  color:var(--ink);
  max-width: 26ch;
  margin-bottom:18px;
}
.hero-title .nowrap{ white-space:nowrap; }
.accent{ color: var(--blue); }

.hero-layout{
  display:grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1.1fr);
  gap:32px;
  align-items:stretch;
}

.hero-copy-box{
  border-radius:16px;
  border:1px solid transparent;
  background:transparent;
  padding:10px 0 4px;
}
.hero-copy-box .lede{
  margin-top:0;
  font-size:17px;
  color:var(--muted);
  text-align:justify;
  text-justify:inter-word;
}
.hero-copy-box .lede + .lede{ margin-top:6px; }

.cta-row{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.hero-slider{ width:100%; max-width:100%; }
.hero-slider-viewport{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  box-shadow:var(--shadow-strong);
  background:#fff;
  aspect-ratio:4 / 3;
}
.hero-slider-track{ position:relative; width:100%; height:100%; }
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.02);
  transition:opacity .6s ease, transform .6s ease;
}
.hero-slide.is-active{ opacity:1; transform:scale(1); }
.hero-slide img{ width:100%; height:100%; object-fit:cover; }

.hero-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:10px;
}
.hero-dot{
  width:9px; height:9px;
  border-radius:999px;
  border:none;
  background:rgba(0,0,0,0.18);
  cursor:pointer;
  transition:background .2s ease, transform .2s ease, width .2s ease;
}
.hero-dot.is-active{
  background:var(--blue);
  transform:scale(1.05);
  width:18px;
}

.btn{
  display:inline-block;
  text-decoration:none;
  border-radius:999px;
  padding:11px 16px;
  font-weight:600;
  transition:filter .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn-ghost{ border:1px solid #d2d2d7; color:#111; background:#fff; }
.btn-ghost:hover{ background:#f6f6f7; }
.btn-primary{ background:var(--blue); color:#fff; border:1px solid transparent; }
.btn-primary:hover{ filter:brightness(1.08); }

.section{ margin:100px 0; }
#chi-sono.section{ margin-top:70px; }
.section h2{
  font-family:var(--font-sans);
  font-size:clamp(26px,3.5vw,34px);
  margin-bottom:10px;
}
.section-lede{ color:var(--muted); margin-bottom:22px; }

.card{
  background: linear-gradient(180deg, #ffffff 0%, #fafafb 100%);
  border:1px solid #e8e8ee;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
}

.about-wrap{ position:relative; }
.about{
  position:relative;
  padding: var(--section-pad-y) var(--pad);
  overflow:hidden;
}
.about-text{
  position:relative;
  z-index:3;
  padding:4px 6px 0 6px;
  margin-left: var(--about-text-nudge-left);
}
.about-text p{
  color: var(--muted);
  text-align:justify;
  text-justify:inter-word;
  font-size:15px;
  margin:8px 0;
}

.about-desktop{ display:block; }
.about-mobile{ display:none; }
.about-horizontal{ display:none; }

.about-media{
  position:absolute;
  right: var(--about-img-right);
  bottom: calc(0px + 1px + var(--about-img-bottom));
  z-index:1;
  pointer-events:none;
}
.about-media img{
  display:block;
  width:min(var(--about-img-maxw), 34vw);
  height:auto;
  transform-origin: bottom right;
  transform: scale(var(--about-img-scale));
  box-shadow:none;
}

#chi-sono .about-wrap > h2{ margin-bottom:14px; }

.steps{
  list-style:none;
  display:grid;
  grid-template-columns: 1fr 12px 1fr 12px 1fr;
  column-gap:16px;
  row-gap:24px;
  padding:0;
  text-align: justify;
  hyphens:auto;
}
.step{
  background:#fff;
  border:1px solid #e8e8ee;
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow);
}
.step-title{
  display:flex;
  align-items:baseline;
  gap:8px;
  line-height:1.25;
}
.step-num{ font-weight:800; color:var(--blue); }
.step p{ color:var(--muted); font-size:15px; }

.step-sep{
  align-self:center;
  justify-self:center;
  width:12px;
  font-weight:800;
  font-size:20px;
  color:var(--blue);
}

.treatments-carousel{
  --caro-gap:16px;
  --vcount:3;
  position:relative;
  margin-top:24px;
}
.caro-viewport{ width:100%; overflow-x:hidden; overflow-y:visible; }
.caro-track{
  display:flex;
  gap:var(--caro-gap);
  align-items:stretch;
  transform:translate3d(0,0,0);
}
.slide{
  position:relative;
  flex: 0 0 calc((100% - (var(--caro-gap) * (var(--vcount) - 1))) / var(--vcount));
  display:flex;
}

.treatment-item{
  background:#fff;
  border:1px solid #e8e8ee;
  border-radius:16px;
  padding:18px 16px 14px 16px;
  display:flex;
  flex-direction:column;
  height:auto;
  min-height:260px;
}
.treatment-item h3{
  font-size:18px;
  margin-bottom:6px;
  font-family:var(--font-sans);
  color:var(--blue);
}
.treatment-item p{
  color:var(--muted);
  margin-bottom:0;
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
  font-size:14px;
}

.treatment-item[data-badge]{ position:relative; }
.treatment-item[data-badge]::before{
  content: attr(data-badge);
  position:absolute;
  right:10px;
  bottom:10px;
  font-size:10.5px;
  font-weight:700;
  color:#fff;
  background:var(--blue);
  padding:4px 8px;
  border-radius:999px;
  box-shadow:0 0 0 0 rgba(42,156,161,0.35);
  animation: badgeGlow 2.8s ease-in-out infinite;
}

.treatment-item[data-badge]{
  position:relative;
  overflow:visible;
  z-index:5;
}

.treatment-item[data-badge]::before{
  animation: badgeGlow 2.8s ease-in-out infinite;
  box-shadow:0 0 6px 3px rgba(42,156,161,0.45);
}

.caro-btn{
  appearance:none;
  border:none;
  background:#fff;
  width:42px;
  height:42px;
  border-radius:999px;
  box-shadow:var(--shadow);
  border:1px solid #e8e8ee;
  font-size:22px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:50%;
  z-index:20;
  transform:translateY(-50%);
}
.caro-prev{
  left:0;
  transform:translate(-60%, -50%);
}
.caro-next{
  right:0;
  transform:translate(60%, -50%);
}

.treat-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}
.treat-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:none;
  background:rgba(0,0,0,0.18);
  cursor:pointer;
  transition:background .2s ease, transform .2s ease, width .2s ease;
}
.treat-dot.is-active{
  background:var(--blue);
  transform:scale(1.05);
  width:18px;
}

.locations .locations-grid{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:16px;
  align-items:stretch;
}
.hours-list{ list-style:none; display:grid; gap:10px; margin-top:6px; }
.hours-list li{
  background:#fff;
  border:1px solid #e5e5e7;
  border-radius:var(--radius);
  padding:12px;
  cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.hours-list li:hover,
.hours-list li.active{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(42,156,161,0.12);
}
.map{
  width:100%;
  height:100%;
  border:1px solid #e5e5e7;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.pin-wrapper svg path{ transition:fill .12s ease; }
.pin-wrapper.pin-gray svg path{ fill:var(--pin-gray) !important; }
.pin-wrapper.pin-blue svg path{ fill:var(--blue) !important; }
.leaflet-control-attribution{
  font-size:11px;
  opacity:.75;
  background:rgba(255,255,255,.85);
  border-radius:6px;
  padding:2px 6px;
}

.footer-bar{
  background:#2b2f36;
  color:#fff;
  font-family:var(--font-sans);
  font-size:14px;
  font-weight:500;
  text-align:center;
  padding:21px 0;
  border-top:3px solid #1f2329;
}
.footer-bar span{
  opacity:.95;
  letter-spacing:.3px;
  font-size:12px;
  white-space:normal;
  word-break:break-word;
}
.footer-bar strong{ font-weight:700; }

.footer-bar a,
.footer-bar a:visited,
.footer-bar a:active {
  color:#ffffff;
  text-decoration:none;
}
.footer-bar a:hover {
  color:#ffffff;
  text-decoration:none;
  opacity:0.9;
}

.js .reveal-fade,
.js .reveal-scale,
.js .reveal-up{
  opacity:0;
  will-change:transform,opacity;
}

.policy-main {
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 80px;
}

.policy-box {
  background: #fff;
  border: 1px solid #e8e8ee;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  padding: 32px 28px;
  max-width: 820px;
  margin: 0 auto;
}

.policy-box h1 {
  font-size: 28px;
  margin-bottom: 18px;
}

.policy-box h2 {
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 8px;
}

.policy-box p,
.policy-box li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.policy-box ul {
  padding-left: 18px;
}

.reveal-fade{
  opacity:0;
  transition: opacity .45s ease var(--d,0s);
}
.reveal-fade.is-in{
  opacity:1;
}

.reveal-up{
  transform: translateY(28px);
  opacity:0;
  transition:
    transform .45s cubic-bezier(.22,.61,.36,1) var(--d,0s),
    opacity .45s ease var(--d,0s);
}
.reveal-up.is-in{
  transform: translateY(0);
  opacity:1;
}

.reveal-scale{
  opacity:0;
  transform:scale(0.97);
  transition:
    opacity .35s ease-out var(--d,0s),
    transform .35s ease-out var(--d,0s);
}

.reveal-scale.is-in{
  opacity:1;
  transform:scale(1);
}

[data-gate="after-scroll"]{
  opacity:0 !important;
  visibility:hidden !important;
}
.scrolled [data-gate="after-scroll"].is-in{
  opacity:1 !important;
  visibility:visible !important;
}

@media (prefers-reduced-motion: reduce){
  .reveal-fade,
  .reveal-up,
  .reveal-scale{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  [data-gate="after-scroll"]{
    opacity:1 !important;
    visibility:visible !important;
  }
}

@media (max-width: 900px) and (orientation: portrait){

  .nav{
    padding:6px 0;
  }

  .brand-line1{
    font-size:18px;
    line-height:1.1;
  }
  .brand-line2{
    font-size:9px;
    letter-spacing:0.22em;
    margin-top:2px;
  }

  .nav-list{
    display:none;
  }

  .nav-social{
    margin-left:auto;
    gap:10px;
  }
  .icon-social,
  .ico-social-img{
    width:30px;
    height:30px;
  }

  .hero{
    min-height:auto;
    margin-bottom:32px;
  }

  .hero-inner{
    padding-top: 90px;
  }

  .hero-title{
    max-width:100%;
    font-size: clamp(34px, 7vw, 42px);
  }

  .hero-layout{
    display:flex;
    flex-direction:column;
    gap:20px;
  }

  .cta-row{
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin-top:16px;
    margin-bottom:45px;
  }

  .cta-row .btn{
    flex:0 0 auto;
    padding:9px 14px;
    font-size:14px;
  }

  .hero-slider-viewport{
    aspect-ratio: 4 / 5;
  }

  :root{
    --section-pad-y: 10px;
    --about-img-maxw: 560px;
    --about-img-right: 40px;
    --about-img-bottom: -1px;
    --about-img-scale: 1.25;
  }

  #chi-sono.section{
    margin-top:32px;
  }

  .section{
    margin:72px 0;
  }

  .about-desktop{ display:none; }
  .about-mobile{ display:block; }
  .about-horizontal{ display:none; }

  .about-media img{
    width:65vw;
    max-width:400px;
    transform:scale(1.25);
  }

  .steps{
    grid-template-columns:1fr;
    row-gap:19px;
  }

  .step{
    text-align:justify;
  }

  .step-sep{
    justify-self:center;
    transform:rotate(90deg);
    margin:-4px 0;
  }

  .treatments-carousel{
    --vcount:1;
  }

  .treatment-item{
    min-height:260px;
  }

  .container{
    padding-left:20px;
    padding-right:20px;
  }

  .about-text{
    padding-left:4px;
    padding-right:4px;
  }
}

@media (max-width: 900px) and (orientation: landscape){

  .cta-row{
    flex-wrap:nowrap;
    justify-content:flex-start;
  }
  .cta-row .btn{
    flex:0 0 auto;
    padding:9px 14px;
    font-size:13px;
  }

  .hero-copy-box .lede{
    font-size:14px;
  }

  .hero-slider{
    margin-top:20px;
  }

  .about-desktop{ display:none; }
  .about-mobile{ display:none; }
  .about-horizontal{ display:block; }

  .steps{
    grid-template-columns: 1fr 12px 1fr 12px 1fr;
  }
  .step-sep{
    transform:none;
    margin:0;
  }

  .treatments-carousel{
    --vcount:3;
    margin-top:29px;
  }

  .caro-track{
    align-items:stretch;
  }

  .treatment-item{
    overflow:visible;
  }
}

@media (min-width: 901px){
  .hero-copy-box{
    margin-top:-6px;
  }
}

@keyframes badgeGlow{
  0%{
    box-shadow:0 0 6px 3px rgba(42,156,161,0.45);
    transform:translateY(0);
  }
  50%{
    box-shadow:0 0 20px 10px rgba(42,156,161,0);
    transform:translateY(-1px);
  }
  100%{
    box-shadow:0 0 6px 3px rgba(42,156,161,0.45);
    transform:translateY(0);
  }
}
