:root {
  --ink: #1c171b;
  --plum: #2b1028;
  --plum-2: #5f2458;
  --rose: #dc9aae;
  --pink: #f3c7d4;
  --cream: #fff8f5;
  --white: #ffffff;
  --line: rgba(43, 16, 40, .14);
  --shadow: 0 24px 60px rgba(43, 16, 40, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.05; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: white; background: var(--plum); font-size: .68rem; font-weight: 800; letter-spacing: .06em;
}
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.brand small { display: block; margin-top: .25rem; color: var(--plum-2); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; gap: 2rem; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--plum-2); }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  padding: .85rem 1.35rem; border: 1px solid var(--plum); border-radius: 999px;
  background: var(--plum); color: white; text-decoration: none; font-weight: 750;
  box-shadow: 0 10px 24px rgba(43, 16, 40, .13); transition: transform .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--plum-2); }
.button-small { min-height: 42px; padding: .65rem 1.1rem; font-size: .9rem; }
.button-ghost { color: var(--plum); background: transparent; box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { color: white; }

.hero {
  min-height: 720px;
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: stretch;
  background: radial-gradient(circle at 15% 15%, rgba(243,199,212,.75), transparent 33%), linear-gradient(135deg, #fff8f5 0%, #f9e8ec 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.hero-copy { padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem); align-self: center; }
.eyebrow { margin: 0 0 1rem; color: var(--plum-2); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.06; font-weight: 500; margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3.1rem, 6vw, 6.4rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.4rem, 4vw, 4.2rem); letter-spacing: -.035em; }
h3 { margin-bottom: 1rem; font-size: 2rem; }
.hero-lead { max-width: 640px; margin: 0 0 2rem; color: #544851; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.trust-line { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: #51434d; font-size: .86rem; font-weight: 650; }
.trust-line span::before { content: "•"; margin-right: .55rem; color: var(--rose); }
.hero-image-wrap { position: relative; min-height: 580px; overflow: hidden; background: var(--plum); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-note { position: absolute; right: 2rem; bottom: 2rem; width: min(320px, calc(100% - 4rem)); padding: 1.25rem 1.35rem; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.hero-note span { margin-top: .35rem; color: #65555f; font-size: .86rem; }

.intro { max-width: 900px; margin: 0 auto; padding: 7rem 2rem 3rem; text-align: center; }
.intro > p:last-child { max-width: 680px; margin: 0 auto; color: #675861; font-size: 1.1rem; }
.services { width: min(1240px, calc(100% - 3rem)); margin: 0 auto 5rem; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 560px; padding: 2.3rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.service-card:nth-child(2n) { border-right: 0; }
.service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.service-brows { background: var(--white); }
.service-skin { background: #f5d9e1; }
.service-wellness { background: var(--plum); color: white; }
.service-weight-loss { background: #8a3f70; color: white; }
.service-number { margin-bottom: 4rem; font-size: .74rem; letter-spacing: .16em; opacity: .72; }
.service-card p { color: inherit; opacity: .8; }
.service-card ul { margin: 1.1rem 0 2rem; padding-left: 1.15rem; }
.service-card li { margin: .55rem 0; }
.service-card li span { margin-right: .35rem; }
.service-card li strong { float: right; margin-left: .65rem; white-space: nowrap; }
.service-card li::after { content: ""; display: block; clear: both; }
.service-card > a { margin-top: auto; text-underline-offset: .3rem; font-weight: 800; }
.weight-loss-highlight { margin: .25rem 0 1.5rem; padding: 1rem; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.weight-loss-highlight strong, .weight-loss-highlight span { display: block; }
.weight-loss-highlight strong { margin-bottom: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.weight-loss-highlight span { font-size: .9rem; line-height: 1.45; opacity: .82; }

.wellness-menu { width: min(1240px, calc(100% - 3rem)); margin: 0 auto 8rem; padding: clamp(2rem, 5vw, 4.5rem); color: white; background: #160b15; }
.wellness-heading { max-width: 760px; }
.wellness-heading .eyebrow { color: var(--pink); }
.wellness-heading h2 { margin-bottom: 1rem; }
.wellness-heading > p:last-child { color: rgba(255,255,255,.72); }
.menu-panel { margin: 2.5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.menu-column { border-top: 1px solid rgba(255,255,255,.28); }
.menu-column h3 { margin: 1.4rem 0 .75rem; font-size: 1.65rem; }
.menu-row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.wellness-menu .button { background: var(--pink); border-color: var(--pink); color: var(--plum); }
.wellness-menu .button:hover, .wellness-menu .button:focus-visible { background: white; }
.pricing-note { margin: -1rem 0 1.5rem; color: rgba(255,255,255,.72); font-size: .88rem; }

.appreciation { width: min(1240px, calc(100% - 3rem)); margin: 0 auto 8rem; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; color: var(--plum); background: linear-gradient(135deg, #f3c7d4, #fff8f5); border: 1px solid var(--line); }
.appreciation-rate { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--plum); }
.appreciation-rate strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(5.5rem, 11vw, 10rem); font-weight: 500; line-height: .82; letter-spacing: -.07em; }
.appreciation-rate span { margin-top: 1.25rem; font-size: 1rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.appreciation-copy { align-self: center; padding: clamp(2.5rem, 6vw, 5.5rem); }
.appreciation-copy h2 { max-width: 720px; font-size: clamp(2.35rem, 4vw, 4.25rem); }
.appreciation-copy > p:not(.eyebrow) { max-width: 720px; font-size: 1.05rem; }
.appreciation-terms { margin: 1.5rem 0 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(43,16,40,.2); color: #675861; font-size: .9rem !important; }
.appreciation .button-ghost:hover, .appreciation .button-ghost:focus-visible { color: white; }

.client-gallery { width: min(1240px, calc(100% - 3rem)); margin: 0 auto 8rem; display: grid; grid-template-columns: .8fr 1fr 1fr; align-items: stretch; gap: 1rem; }
.client-gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 2rem 2.5rem 0; }
.client-gallery-copy h2 { font-size: clamp(2.2rem, 3.5vw, 3.8rem); }
.client-gallery-copy > p:last-child { margin: 0; color: #675861; }
.client-photo { position: relative; min-height: 460px; margin: 0; overflow: hidden; background: var(--pink); }
.client-photo img { width: 100%; height: 100%; object-fit: cover; }
.client-photo figcaption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .85rem 1rem; color: var(--plum); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }

.about { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.about-quote { min-height: 590px; display: grid; place-items: center; padding: 4rem; color: white; background: linear-gradient(145deg, rgba(43,16,40,.95), rgba(95,36,88,.9)), radial-gradient(circle at 70% 25%, var(--rose), transparent 45%); }
.about-quote p { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.12; }
.about-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.about-copy p:not(.eyebrow) { color: #62535d; font-size: 1.05rem; }
.heritage-mark { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.heritage-mark img { width: 230px; height: auto; }
.heritage-mark span { display: block; max-width: 440px; margin-top: .8rem; color: #715f6b; font-size: .84rem; }

.suite-opportunity { width: min(1240px, calc(100% - 3rem)); margin: 7rem auto 0; padding: clamp(2.5rem, 6vw, 5.5rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); color: white; background: linear-gradient(135deg, #2b1028, #5f2458); }
.suite-heading .eyebrow { color: var(--pink); }
.suite-heading h2 { max-width: 580px; margin-bottom: 0; }
.suite-details { align-self: center; }
.suite-details p { max-width: 650px; margin-top: 0; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.suite-details .button { margin-top: 1rem; color: white; border-color: var(--pink); }
.suite-details .button:hover, .suite-details .button:focus-visible { color: var(--plum); background: var(--pink); }

.connect { width: min(1240px, calc(100% - 3rem)); margin: 0 auto; padding: 7rem 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.connect-copy { position: sticky; top: 2rem; }
.connect-copy > p:last-child { max-width: 480px; margin-bottom: 0; color: #675861; font-size: 1.05rem; }
.social-links { display: grid; border-top: 1px solid var(--line); }
.social-links a { position: relative; display: grid; grid-template-columns: 125px 1fr auto; gap: 1.25rem; align-items: center; min-height: 112px; padding: 1.35rem .25rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .18s ease, padding .18s ease, background .18s ease; }
.social-links a:hover, .social-links a:focus-visible { padding-left: 1rem; padding-right: 1rem; color: var(--plum-2); background: rgba(243,199,212,.23); }
.social-name { color: #715f6b; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.social-links strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; }
.social-arrow { font-size: 1.35rem; }

.credentials { padding: 5rem max(2rem, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; color: white; background: #160b15; }
.credentials h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(2.25rem, 3.5vw, 3.75rem); }
.credentials .eyebrow { color: var(--pink); }
.credential-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.24); }
.credential-list div { min-height: 170px; padding: 1.5rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.24); }
.credential-list div:first-child { border-right: 1px solid rgba(255,255,255,.24); }
.credential-list span, .credential-list strong { display: block; }
.credential-list span { margin-bottom: .8rem; color: var(--pink); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.credential-list strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.25; }

.visit { padding: 7rem max(2rem, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .9fr 1.1fr .65fr; gap: 4rem; align-items: center; background: #f4c7d4; }
.visit h2 { margin-bottom: .8rem; }
.visit p { margin-bottom: 0; }
.hours { border-top: 1px solid rgba(43,16,40,.22); }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(43,16,40,.22); }
.hours strong { text-align: right; }
.visit-actions { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.phone-link { color: var(--plum); font-size: 1.05rem; font-weight: 800; }

footer { padding: 3rem max(2rem, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: rgba(255,255,255,.75); background: #160b15; font-size: .82rem; }
.footer-brand strong { color: white; }
.footer-brand small { color: var(--pink); }
.footer-brand .brand-mark { background: var(--pink); color: var(--plum); }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 5.5rem 2rem 4rem; }
  .hero-image-wrap { min-height: 640px; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .menu-panel { grid-template-columns: 1fr; gap: 2rem; }
  .appreciation { grid-template-columns: 1fr; }
  .appreciation-rate { min-height: 280px; }
  .service-number { margin-bottom: 2rem; }
  .client-gallery { grid-template-columns: 1fr 1fr; }
  .client-gallery-copy { grid-column: 1 / -1; padding: 0 0 1rem; }
  .about { grid-template-columns: 1fr; }
  .about-quote { min-height: 460px; }
  .suite-opportunity { grid-template-columns: 1fr; }
  .connect { grid-template-columns: 1fr; }
  .connect-copy { position: static; }
  .credentials { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; gap: 2rem; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .site-header { width: calc(100% - 2rem); min-height: 78px; }
  .site-header > .button { display: none; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .6rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 4.5rem 1.25rem 3.2rem; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; }
  .hero-image-wrap { min-height: 480px; }
  .hero-note { right: 1rem; bottom: 1rem; width: calc(100% - 2rem); }
  .intro { padding: 5rem 1.25rem 2.5rem; }
  .services { width: calc(100% - 2rem); margin-bottom: 5rem; }
  .service-card { padding: 1.65rem; }
  .wellness-menu { width: calc(100% - 2rem); margin-bottom: 5rem; padding: 2.25rem 1.25rem; }
  .appreciation { width: calc(100% - 2rem); margin-bottom: 5rem; }
  .appreciation-rate { min-height: 220px; }
  .appreciation-copy { padding: 2.5rem 1.25rem; }
  .client-gallery { width: calc(100% - 2rem); margin-bottom: 5rem; grid-template-columns: 1fr; }
  .client-gallery-copy { grid-column: auto; }
  .client-photo { min-height: 390px; }
  .about-quote, .about-copy { padding: 3.5rem 1.25rem; }
  .about-quote { min-height: 390px; }
  .suite-opportunity { width: calc(100% - 2rem); margin-top: 5rem; padding: 3rem 1.25rem; }
  .connect { width: calc(100% - 2.5rem); padding: 5rem 0; gap: 2rem; }
  .social-links a { grid-template-columns: 1fr auto; gap: .25rem 1rem; min-height: 104px; }
  .social-name { grid-column: 1; }
  .social-links strong { grid-column: 1; }
  .social-arrow { grid-column: 2; grid-row: 1 / span 2; }
  .credentials { padding: 4rem 1.25rem; }
  .credential-list { grid-template-columns: 1fr; }
  .credential-list div:first-child { border-right: 0; }
  .credential-list div { min-height: 0; padding: 1.5rem 0; }
  .visit { padding: 5rem 1.25rem; }
  .hours div { display: grid; gap: .15rem; }
  .hours strong { text-align: left; }
  footer { padding: 3rem 1.25rem; }
  .mobile-bar { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 64px; display: grid; grid-template-columns: .8fr 1.2fr; background: white; box-shadow: 0 -8px 30px rgba(43,16,40,.16); }
  .mobile-bar a { display: grid; place-items: center; color: var(--plum); text-decoration: none; font-weight: 800; }
  .mobile-bar a:last-child { color: white; background: var(--plum); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
