/* Stella Mobile Massage NYC — public site styles. Tokens follow design_handoff README. */
:root {
  --ink-900: #241c12; --ink-800: #1c1712; --ink-700: #3c332a; --ink-600: #4a3d2c; --ink-500: #514537; --ink-400: #6b6155;
  --gold-500: #c9a24a; --gold-400: #e0bd74; --gold-700: #8a6a22; --gold-800: #6b5218; --gold-pill-hover: #b58c34;
  --brown-accent: #5a4526; --cream-bg: #f4eee2;
  --card: rgba(255,255,255,.9); --card-border: rgba(201,162,74,.3);
  --shadow-card: 0 18px 44px -18px rgba(62,45,16,.38), 0 2px 5px rgba(62,45,16,.07);
  --shadow-frame: 0 14px 34px -16px rgba(62,45,16,.40);
  --shadow-gold: 0 8px 18px -8px rgba(122,93,26,.75);
  --josefin: 'Josefin Sans', sans-serif;
  --pad-x: clamp(20px,5vw,64px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream-bg) url("../assets/spa-bg.jpg") center top / cover no-repeat fixed; color: var(--ink-700); font-family: 'Barlow', system-ui, sans-serif; }
img { max-width: 100%; }
a { color: var(--gold-700); text-decoration: none; }
a:hover { color: var(--gold-800); }
::selection { background: var(--gold-500); color: #fff; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; }
.wash { min-height: 100vh; overflow-x: hidden; background: linear-gradient(rgba(250,246,238,.62), rgba(250,246,238,.62)); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 999px; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-family: var(--josefin); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; border-radius: 999px; text-align: center; }
.btn-gold { background: var(--gold-500); color: #171005; font-weight: 600; box-shadow: var(--shadow-gold); }
.btn-gold:hover { background: var(--gold-400); color: #150e06; }
.btn-outline { border: 1px solid rgba(201,162,74,.75); background: rgba(255,255,255,.75); color: var(--ink-600); box-shadow: 0 8px 20px -12px rgba(62,45,16,.45); }
.btn-outline:hover { border-color: var(--gold-700); color: var(--ink-900); }
.btn-lg { font-size: 15px; padding: 17px 36px; }
.btn-md { font-size: 14px; padding: 13px 28px; }
.btn-orange { font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 600; white-space: nowrap; background: linear-gradient(90deg,#f0761a,#f7a532); color: #fff; border-radius: 4px; padding: 16px 30px; box-shadow: 0 10px 24px -10px rgba(196,96,16,.85); }
.btn-orange:hover { background: linear-gradient(90deg,#d96410,#ef9520); color: #fff; }
.pill { font-family: var(--josefin); white-space: nowrap; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; background: var(--gold-500); color: #171005; border-radius: 999px; padding: 9px 17px; font-weight: 600; box-shadow: 0 6px 14px -7px rgba(122,93,26,.8); }
.pill:hover { background: var(--gold-pill-hover); color: #171005; }
.pill-lg { font-size: 13px; padding: 10px 20px; }

/* ---------- Image slots ---------- */
.slot { position: absolute; inset: 0; background: linear-gradient(135deg, #efe6d4, #e4d6bb); overflow: hidden; }
.slot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.frame { position: relative; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-frame); }

/* ---------- Header & desktop nav ---------- */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px clamp(16px,4vw,56px); background: rgba(248,243,234,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(201,162,74,.34); box-shadow: 0 6px 22px -10px rgba(62,45,16,.30); }
.logo { display: block; width: clamp(72px,7vw,92px); height: auto; mix-blend-mode: multiply; }
.nav-desk { display: flex; align-items: center; gap: clamp(14px,2.4vw,34px); }
.nav-link { font-family: var(--josefin); font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-600); padding-bottom: 5px; border-bottom: 1px solid transparent; }
.nav-link:hover { color: var(--ink-900); border-bottom-color: rgba(201,162,74,.5); }
.nav-link.is-active { color: var(--ink-900); border-bottom-color: var(--gold-500); }
.nav-book { font-family: var(--josefin); font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: #1a1208; background: var(--gold-500); border-radius: 999px; padding: 12px 26px; font-weight: 600; white-space: nowrap; box-shadow: var(--shadow-gold); }
.nav-book:hover { background: var(--gold-400); color: #150e06; }

/* ---------- Mobile menu (signature element) ---------- */
.nav-toggle { display: none; align-items: center; gap: 12px; background: none; border: 0; padding: 4px; cursor: pointer; font-family: var(--josefin); font-size: 13px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-900); }
.nt-ring { position: relative; width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(138,106,34,.55); display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.7); box-shadow: 0 8px 20px -10px rgba(62,45,16,.55); transition: transform .5s cubic-bezier(.7,0,.2,1), background .3s; }
.nt-ring::before { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px dashed rgba(201,162,74,.55); transition: transform .8s cubic-bezier(.7,0,.2,1); }
.nav-toggle:hover .nt-ring { background: #fff; }
.nav-toggle:hover .nt-ring::before { transform: rotate(90deg); }
.nt-lines { position: relative; width: 22px; height: 10px; }
.nt-lines i { position: absolute; right: 0; height: 1.5px; border-radius: 2px; background: var(--gold-700); transition: all .45s cubic-bezier(.7,0,.2,1); }
.nt-lines i:nth-child(1) { top: 0; width: 22px; }
.nt-lines i:nth-child(2) { bottom: 0; width: 13px; }
.nt-close .nt-lines i:nth-child(1) { top: 4.25px; width: 20px; transform: rotate(45deg); }
.nt-close .nt-lines i:nth-child(2) { bottom: 4.25px; width: 20px; transform: rotate(-45deg); }
.nt-close .nt-ring::before { transform: rotate(180deg); }
.mm { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; overflow-y: auto; background: linear-gradient(rgba(250,245,236,.9), rgba(250,245,236,.96)), var(--cream-bg) url("../assets/spa-bg.jpg") center / cover no-repeat; clip-path: circle(0px at calc(100% - 46px) 46px); visibility: hidden; transition: clip-path .75s cubic-bezier(.7,0,.2,1), visibility 0s linear .75s; }
.mm[data-open="true"] { clip-path: circle(160% at calc(100% - 46px) 46px); visibility: visible; transition: clip-path .8s cubic-bezier(.7,0,.2,1), visibility 0s; }
.mm-top { display: flex; align-items: center; justify-content: space-between; padding: 8px clamp(16px,4vw,56px); border-bottom: 1px solid rgba(201,162,74,.3); }
.mm-list { list-style: none; margin: 0; padding: clamp(20px,5vh,48px) clamp(24px,7vw,64px) 0; display: flex; flex-direction: column; }
.mm-list li { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .6s cubic-bezier(.2,.7,.2,1); border-bottom: 1px solid rgba(201,162,74,.3); }
.mm[data-open="true"] .mm-list li { opacity: 1; transform: none; }
.mm[data-open="true"] .mm-list li:nth-child(1) { transition-delay: .28s; }
.mm[data-open="true"] .mm-list li:nth-child(2) { transition-delay: .36s; }
.mm[data-open="true"] .mm-list li:nth-child(3) { transition-delay: .44s; }
.mm[data-open="true"] .mm-list li:nth-child(4) { transition-delay: .52s; }
.mm-item { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: clamp(16px,2.6vh,24px) 0; color: var(--ink-900); }
.mm-item:hover { color: var(--gold-700); }
.mm-num { font-family: var(--josefin); font-size: 13px; letter-spacing: .18em; color: var(--gold-700); }
.mm-t { display: block; font-family: var(--josefin); font-weight: 300; font-size: clamp(30px,8.5vw,44px); line-height: 1.05; letter-spacing: .01em; }
.mm-s { display: block; margin-top: 6px; font-size: 14px; color: var(--ink-400); }
.mm-arrow { font-size: 22px; color: var(--gold-500); transition: transform .3s; }
.mm-item:hover .mm-arrow { transform: translateX(5px); }
.mm-cur .mm-t { font-style: italic; color: var(--gold-700); }
.mm-foot { margin-top: auto; padding: clamp(24px,4vh,40px) clamp(24px,7vw,64px) clamp(28px,5vh,48px); display: flex; flex-direction: column; gap: 14px; opacity: 0; transition: opacity .5s ease; }
.mm[data-open="true"] .mm-foot { opacity: 1; transition-delay: .6s; }
.mm-cta { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--josefin); font-weight: 600; font-size: 15px; letter-spacing: .16em; text-transform: uppercase; color: #171005; background: var(--gold-500); border-radius: 999px; padding: 18px 24px; box-shadow: 0 12px 26px -12px rgba(122,93,26,.85); }
.mm-cta:hover { background: var(--gold-400); color: #150e06; }
.mm-meta { display: flex; flex-direction: column; gap: 4px; font-size: 14px; line-height: 1.55; color: #5a5044; text-align: center; }
.mm-tag { font-family: var(--josefin); font-size: 12px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-700); text-align: center; }
@media (prefers-reduced-motion: reduce) {
  .mm, .mm[data-open="true"], .mm-list li, .mm-foot, .nt-ring, .nt-ring::before, .nt-lines i { transition-duration: .01s !important; transition-delay: 0s !important; }
}

/* ---------- Home: hero ---------- */
.hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px,100%),1fr)); align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: clamp(48px,7vw,104px) clamp(24px,5vw,72px); background: linear-gradient(90deg, rgba(252,249,243,.9), rgba(252,249,243,.5)); }
.hero h1 { margin: 0; font-family: var(--josefin); font-weight: 600; font-size: clamp(36px,5.4vw,64px); line-height: 1.02; letter-spacing: .01em; color: var(--ink-900); text-wrap: pretty; }
.hero-sub { margin: 0; font-family: var(--josefin); font-weight: 300; font-size: clamp(22px,2.6vw,32px); color: var(--ink-600); letter-spacing: .02em; }
.hero-p { margin: 0; max-width: 44ch; font-size: 16px; line-height: 1.7; color: var(--ink-500); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 6px; }
.hero-ctas .btn-outline { font-size: 15px; padding: 16px 30px; }
.hero-media { position: relative; min-height: clamp(300px,46vw,560px); }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream-bg) 0%, rgba(244,238,226,.30) 24%, rgba(244,238,226,0) 56%); pointer-events: none; }

/* ---------- Shared cards / sections ---------- */
.card { background: var(--card); border: 1px solid var(--card-border); border-radius: 10px; box-shadow: var(--shadow-card); }
.wrap { max-width: 1280px; margin: 0 auto; }

.why { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px,100%),1fr)); gap: clamp(24px,3.5vw,48px); align-items: center; padding: clamp(44px,6vw,86px) var(--pad-x); }
.why-card { color: var(--ink-800); padding: clamp(26px,3vw,40px); display: flex; flex-direction: column; gap: 18px; }
.why-q { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--gold-500); background: rgba(255,255,255,.75); display: flex; align-items: center; justify-content: center; color: #8f6f24; font-family: var(--josefin); font-size: 26px; align-self: center; }
.why-card h2 { margin: 0; font-family: var(--josefin); font-weight: 400; font-size: clamp(24px,3vw,34px); line-height: 1.15; letter-spacing: .01em; color: var(--ink-800); }
.why-lead { margin: 0; font-family: var(--josefin); font-size: 17px; letter-spacing: .02em; color: var(--ink-700); }
.why-card p.why-p, .why-card ul { margin: 0; font-size: 15px; line-height: 1.7; color: #4a4136; }
.why-card ul { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; line-height: normal; }
.portraits { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: clamp(340px,34vw,470px); }
.portraits .frame:first-child { grid-row: span 2; }

.best { padding: clamp(30px,5vw,64px) var(--pad-x) clamp(48px,7vw,96px); }
.best-h { margin: 0 0 clamp(26px,4vw,46px); text-align: center; font-family: var(--josefin); font-weight: 400; font-size: clamp(26px,3.6vw,40px); letter-spacing: .05em; color: var(--gold-700); padding-bottom: 18px; border-bottom: 1px solid rgba(201,162,74,.35); }
.best-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px,100%),1fr)); gap: clamp(20px,3vw,38px); }
.best-card { display: flex; flex-direction: column; gap: 16px; padding: clamp(18px,1.8vw,24px); }
.media-16x10 { position: relative; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 26px -14px rgba(62,45,16,.4); }
.best-card h3 { margin: 0; font-family: var(--josefin); font-weight: 400; font-size: clamp(22px,2.4vw,29px); line-height: 1.2; color: var(--ink-900); }
.best-sub { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--gold-700); }
.best-p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-500); }
.best-avail { margin: 0; font-size: 15px; color: var(--ink-600); }
.best-card ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: var(--ink-500); }
.best-card .btn { align-self: flex-start; margin-top: auto; }
.best-more { display: flex; justify-content: center; padding-top: clamp(30px,4vw,52px); }
.best-more .btn { padding: 17px 38px; white-space: normal; }

.prices { padding: 0 var(--pad-x) clamp(48px,7vw,96px); }
.prices-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px,100%),1fr)); gap: clamp(20px,3vw,38px); }
.price-card { color: #221a12; display: flex; flex-direction: column; }
.media-21x9 { position: relative; aspect-ratio: 21/9; border-radius: 10px 10px 0 0; overflow: hidden; }
.price-body { padding: clamp(24px,3vw,38px); display: flex; flex-direction: column; gap: 14px; }
.price-body h3 { margin: 0; font-family: var(--josefin); font-weight: 400; font-size: clamp(23px,2.6vw,31px); letter-spacing: .02em; color: var(--ink-800); }
.price-sub { margin: 0; font-size: 15px; font-weight: 600; color: var(--ink-800); }
.price-p { margin: 0; font-size: 15px; line-height: 1.7; color: #6b5636; }
.price-rows { margin: 6px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.price-rows li { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 16px; color: var(--ink-700); }
.price-rows li > span { min-width: 150px; }

.reviews { position: relative; margin: 0 auto clamp(48px,7vw,96px); padding: clamp(44px,6vw,88px) clamp(24px,5vw,64px); overflow: hidden; }
.skyline { position: absolute; right: 0; bottom: 0; width: min(60%,720px); height: 70%; opacity: .12; mix-blend-mode: multiply; }
.skyline .slot { background: none; }
.reviews-in { position: relative; max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(22px,3vw,34px); }
.reviews h2 { margin: 0; text-align: center; font-family: var(--josefin); font-weight: 400; font-size: clamp(25px,3.4vw,38px); letter-spacing: .04em; color: var(--ink-900); }
.review { display: flex; gap: 20px; align-items: flex-start; padding-top: 22px; border-top: 1px solid rgba(201,162,74,.34); }
.avatar { position: relative; width: 58px; height: 58px; flex: none; border-radius: 50%; overflow: hidden; }
.avatar .slot { background: radial-gradient(circle at 50% 40%, #f3e6c6, #d9bf85); }
.avatar .slot::after { content: "\201C"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--josefin); font-size: 30px; color: #fff; }
.avatar .slot:has(img)::after { content: none; }
.review p { margin: 0; font-size: clamp(16px,1.7vw,19px); line-height: 1.6; font-style: italic; color: var(--brown-accent); }

.book { max-width: 820px; margin: 0 auto; padding: 0 var(--pad-x) clamp(56px,8vw,104px); display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.book h2 { margin: 0; font-family: var(--josefin); font-weight: 400; font-size: clamp(26px,3.4vw,38px); letter-spacing: .04em; color: var(--ink-900); }
.book p { margin: 0; max-width: 52ch; font-size: 16px; line-height: 1.7; color: var(--ink-500); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-row .btn-outline { font-size: 15px; padding: 17px 34px; }

.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding: 26px clamp(20px,5vw,72px) 40px; border-top: 1px solid rgba(201,162,74,.16); font-size: 14px; color: var(--ink-400); }
.site-footer .logo { width: 120px; }

/* ---------- Services page ---------- */
.svc-page { max-width: 1320px; margin: 0 auto; padding: clamp(38px,5vw,72px) clamp(20px,4vw,52px) clamp(24px,3vw,36px); }
.svc-page h1 { margin: 0 0 10px; font-family: var(--josefin); font-weight: 400; font-size: clamp(26px,3.6vw,40px); letter-spacing: .02em; color: var(--ink-900); }
.svc-intro { margin: 0 0 clamp(22px,3vw,34px); font-size: 15px; color: var(--gold-700); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(282px,100%),1fr)); gap: clamp(18px,2.4vw,28px); }
.svc-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 10px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 26px 54px -20px rgba(62,45,16,.45), 0 2px 5px rgba(62,45,16,.08); }
.svc-media { position: relative; aspect-ratio: 16/10; }
.svc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.svc-title { margin: 0; font-family: var(--josefin); font-weight: 400; font-size: 23px; line-height: 1.2; letter-spacing: .02em; color: var(--ink-800); }
.svc-sub { margin: 0; font-size: 14px; font-weight: 600; color: var(--ink-800); }
.svc-desc { margin: 0; font-size: 14px; line-height: 1.6; color: #6b5636; }
.svc-list { margin: 6px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.svc-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 15px; color: var(--ink-700); }
.svc-row span { min-width: 132px; }
.pkgs { padding: clamp(20px,3vw,34px) clamp(16px,3vw,40px) clamp(28px,4vw,50px); }
.pkgs > h2 { margin: 0 0 clamp(18px,2.5vw,26px); font-family: var(--josefin); font-weight: 400; font-size: clamp(24px,3vw,34px); letter-spacing: .02em; color: var(--ink-900); }
.pkgs .svc-grid { grid-template-columns: repeat(auto-fit, minmax(min(290px,100%),1fr)); }
.svc-notes-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px,4vw,52px) clamp(48px,6vw,80px); }
.svc-notes { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.6; color: #5a5044; max-width: 90ch; }
.svc-notes-wrap .btn-row { justify-content: flex-start; padding-top: clamp(22px,3vw,32px); }
.svc-notes-wrap .btn { padding: 15px 30px; }
.site-footer.tight { padding: 26px clamp(16px,3vw,40px) 40px; }

@media (max-width: 900px) {
  .nav-desk { display: none !important; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 560px) {
  .nt-label { display: none; }
  .site-footer { justify-content: center; text-align: center; }
}
