body { overflow-x: hidden; }
.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 2rem; min-height: 88px; padding: .7rem 4vw; background: rgba(246,245,244,.95); border-bottom: 1px solid rgba(127,124,118,.2); backdrop-filter: blur(10px); }
.brand img { width: 170px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.5vw, 2.8rem); }
.desktop-nav a { font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.booking { color: white; background: var(--ink); }

.hero { min-height: calc(100vh - 118px); display: grid; grid-template-columns: 1.08fr .92fr; background: var(--sand); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 5vw 8vw 8vw; }
.hero h1 { max-width: 780px; margin: 0; font: 400 clamp(4rem, 7.4vw, 8.8rem)/.82 var(--display); letter-spacing: -.04em; }
.hero h1 em, h2 em { color: #a8736a; font-style: italic; }
.lead { max-width: 560px; margin: 2rem 0; font-size: 1.08rem; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.solid { color: white; background: var(--ink); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; border-bottom: 1px solid; padding-bottom: .35rem; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--blush); }
.arch { width: min(72%, 540px); height: min(78%, 730px); overflow: hidden; border-radius: 280px 280px 1rem 1rem; box-shadow: 30px 30px 0 rgba(255,255,255,.4); }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; right: 5%; bottom: 8%; width: 128px; height: 128px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--ink); background: var(--blush); border: 1px solid rgba(33,30,28,.35); transform: rotate(8deg); font: 400 1.2rem/1.1 var(--display); }

.promise { padding: 9rem max(5vw, calc((100vw - 1200px)/2)); text-align: center; background: var(--cream); }
.promise p { color: var(--taupe); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
.promise h2 { max-width: 1000px; margin: 1.5rem auto; font: 400 clamp(2.3rem,4.5vw,5.2rem)/1 var(--display); }
.crown { color: var(--taupe); font: 2rem var(--display); }

.treatments { padding: 8rem 5vw; background: white; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; max-width: 1260px; margin: auto; }
.section-head h2, .locations > h2, .discover > h2 { margin: 0; font: 400 clamp(3rem,5vw,6rem)/.93 var(--display); }
.section-head > p { max-width: 430px; color: var(--grey); line-height: 1.55; }
.treatment-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.1rem; max-width: 1260px; margin: 4rem auto 2.5rem; }
.treatment-card { background: var(--sand); }
.treatment-card:nth-child(2) { background: var(--blush); }
.treatment-card:nth-child(3) { background: var(--mist); }
.treatment-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82); }
.treatment-card div { padding: 1.6rem; }
.treatment-card span { color: var(--grey); font-size: .7rem; }
.treatment-card h3 { margin: .7rem 0; font: 400 2rem var(--display); }
.treatment-card p { min-height: 3em; color: #4d5552; line-height: 1.5; }
.treatment-card a { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.outline { display: flex; width: max-content; margin: auto; color: var(--ink); }

.locations { padding: 8rem 7vw; color: var(--ink); background: #d8c9bf; }
.locations > .eyebrow, .locations > h2 { text-align: center; }
.locations h2 em { color: var(--rose-deep); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; max-width: 1180px; margin: 4rem auto 0; }
.location-image { position: relative; overflow: hidden; }
.location-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s; }
.location-grid article:hover img { transform: scale(1.025); }
.location-image span { position: absolute; right: 1rem; bottom: -.12em; color: white; font: 400 clamp(4rem,8vw,8rem)/.7 var(--display); }
.location-grid h3 { margin: 1.5rem 0 .4rem; font: 400 2.4rem var(--display); }
.location-grid p { margin: .4rem 0; }
.location-grid .muted { color: #625c58; }
.location-grid article > div:last-child { display: flex; gap: 1.5rem; margin-top: 1.5rem; font-size: .74rem; text-decoration: underline; text-underline-offset: .3rem; text-transform: uppercase; letter-spacing: .08em; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; background: var(--sand); }
.about-image { position: relative; margin: 7vw 0 7vw 9vw; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image span { position: absolute; right: -55px; bottom: 50px; width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; text-align: center; color: var(--ink); background: var(--blush); border: 1px solid rgba(33,30,28,.22); font: 1.15rem/1.1 var(--display); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.about-copy h2 { margin: 0 0 2rem; font: 400 clamp(3rem,5vw,6rem)/.9 var(--display); }
.about-copy > p:not(.eyebrow) { max-width: 540px; line-height: 1.65; }
.about-copy .text-link { align-self: flex-start; margin-top: 1rem; }
.about-copy small { margin-top: 2rem; color: var(--grey); }

.discover { padding: 8rem 5vw; background: var(--cream); }
.discover > p, .discover > h2 { text-align: center; }
.discover-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; max-width: 1260px; margin: 4rem auto 0; }
.discover-grid > a { min-height: 560px; padding-bottom: 1.5rem; background: white; }
.discover-grid img { width: 100%; height: 430px; object-fit: cover; }
.discover-grid span, .discover-grid strong { display: block; padding: .3rem 1.5rem; }
.discover-grid span { margin-top: 1.1rem; color: var(--grey); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.discover-grid strong { font: 400 1.8rem var(--display); }
.discover-grid .career { display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: white; background: var(--taupe); }
.discover-grid .career span, .discover-grid .career strong { padding-left: 0; }
.career strong { font-size: 3rem; }
.career p { max-width: 30ch; line-height: 1.5; }
.career i { margin-top: 2rem; font-style: normal; text-decoration: underline; }

.cta { padding: 9rem 5vw; text-align: center; background: var(--blush); }
.cta h2 { margin: 1rem 0 2.5rem; font: 400 clamp(3.4rem,7vw,8rem)/.85 var(--display); }
.light { color: white; background: var(--ink); }

footer { position: relative; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 3rem; padding: 5rem 6vw 6rem; color: white; background: #292523; }
footer img { width: 180px; margin-bottom: 1.5rem; }
footer p { color: #d6ccc6; line-height: 1.6; }
footer div:not(:first-child) { display: flex; flex-direction: column; gap: .6rem; }
footer .eyebrow { color: #d6ccc6; }
footer small { position: absolute; bottom: 2rem; left: 6vw; color: #a99b94; }
.mobile-booking { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .brand img { width: 140px; }
  .desktop-booking { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 7vw 4rem; }
  .hero h1 { font-size: clamp(3.5rem,16vw,6.5rem); }
  .hero-visual { min-height: 600px; }
  .arch { height: 520px; }
  .promise, .treatments, .locations, .discover { padding-top: 5rem; padding-bottom: 5rem; }
  .section-head { display: block; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card img { aspect-ratio: 16/10; }
  .location-grid, .about { grid-template-columns: 1fr; }
  .about-image { margin: 4rem 12vw 0; height: 600px; }
  .about-copy { padding: 5rem 8vw; }
  .discover-grid { grid-template-columns: 1fr; }
  .discover-grid > a { min-height: auto; }
  .discover-grid .career { min-height: 420px; }
  footer { grid-template-columns: 1fr 1fr; padding-bottom: 8rem; }
  .mobile-booking { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; display: block; padding: 1rem 1.4rem; border-radius: 999px; color: white; background: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.18); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
}

@media (max-width: 560px) {
  .concept-bar { justify-content: flex-start; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .arch { height: 410px; }
  .location-grid { gap: 4rem; }
  .about-image { height: 480px; margin-left: 6vw; margin-right: 12vw; }
  .about-image span { right: -38px; width: 115px; height: 115px; }
  footer { grid-template-columns: 1fr; }
}
