/* LUMÉ Aesthetics — site styles (builds on shared/css/base.css) */

/* ---- type rhythm: elegant high-contrast serif ---- */
[data-nav] .logo { font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: 21px; }
.logo b { color: var(--accent); font-weight: 600; }
[data-mobile-menu] { letter-spacing: .06em; }

.display { font-family: var(--font-display); font-weight: 500; line-height: 1.02; letter-spacing: -.01em; font-size: clamp(40px, 7vw, 92px); }
.h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 5vw, 68px); line-height: 1.04; letter-spacing: -.01em; }
.h2 em { font-style: italic; color: var(--accent); }
.lead { font-family: var(--font-body); font-weight: 300; font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 60ch; line-height: 1.7; }
.eyebrow { font-weight: 500; letter-spacing: .24em; }

/* ---- light, elegant scrub hero ---- */
[data-scrub-canvas] { background: var(--bg); }
/* LIGHT scrim: soft white wash so the luminous glow reveal stays bright; bumped ~12% for legibility over skin tones */
[data-scrub-canvas] .scrim {
  background:
    linear-gradient(180deg, rgba(251,246,241,.54) 0%, rgba(251,246,241,.20) 38%, rgba(251,246,241,.86) 100%),
    radial-gradient(120% 90% at 50% 30%, rgba(251,246,241,0) 40%, rgba(251,246,241,.62) 100%);
}
/* localized text scrim behind the headline block so the eyebrow + gold italic hold over the image */
[data-scrub-canvas] .scrub-overlay::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 50% 42%, rgba(251,246,241,.55), transparent 70%);
}
[data-scrub-canvas] .scrub-overlay > .wrap { position: relative; z-index: 1; }
/* eyebrow uses a deeper champagne (not the light --accent) so it clears 4.5:1 over the cream wash + skin-tone image */
.hero-kicker { font-family: var(--font-body); font-weight: 600; letter-spacing: .3em; text-transform: uppercase; font-size: 12px; color: #8C672A; margin-bottom: 22px; text-shadow: 0 1px 16px rgba(251,246,241,.9); }
.hero-h1 { font-family: var(--font-display); font-weight: 500; color: var(--ink); font-size: clamp(46px, 9vw, 132px); line-height: 1.0; letter-spacing: -.012em; text-shadow: 0 1px 30px rgba(251,246,241,.6); }
.hero-h1 em { color: var(--accent); font-style: italic; text-shadow: 0 1px 16px rgba(251,246,241,.9); }
.hero-sub { font-family: var(--font-body); font-weight: 300; color: var(--ink); font-size: clamp(16px, 2vw, 20px); max-width: 50ch; margin: 26px auto 32px; line-height: 1.7; opacity: .9; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 4; color: var(--muted); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; }

/* ---- buttons: refined ---- */
.btn { font-weight: 500; letter-spacing: .04em; }
/* dark ink on champagne, not white: white-on-#C8A06A is only 2.42:1 (fails AA), accent-ink clears 6.5:1 */
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { box-shadow: 0 14px 34px -14px var(--accent); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -16px rgba(42,32,36,.5); }

/* ---- trust / credentials strip ---- */
.trust { display: grid; grid-template-columns: 1fr; gap: 26px; text-align: center; }
@media (min-width: 760px){ .trust { grid-template-columns: repeat(4, 1fr); text-align: left; } }
.trust .ti { display: flex; flex-direction: column; gap: 6px; align-items: center; }
@media (min-width: 760px){ .trust .ti { align-items: flex-start; } }
.trust .ti b { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--ink); }
.trust .ti span { font-family: var(--font-body); font-weight: 300; font-size: 14px; color: var(--muted); max-width: 26ch; }
.trust-mark { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--accent); display: grid; place-items: center; color: var(--accent); font-family: var(--font-display); font-style: italic; font-size: 18px; }

/* ---- section intro ---- */
.kicker { font-family: var(--font-body); font-weight: 500; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }

/* ---- treatments menu ---- */
.treat { position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--card); display: flex; flex-direction: column; }
.treat .timg { position: relative; height: 220px; overflow: hidden; }
.treat .timg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.treat:hover .timg img { transform: scale(1.05); }
.treat .tbody { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.treat h3 { font-family: var(--font-display); font-weight: 600; font-size: 27px; color: var(--ink); letter-spacing: -.01em; }
.treat .tlede { font-family: var(--font-body); font-weight: 300; font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.treat ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.treat li { display: flex; justify-content: space-between; gap: 16px; font-family: var(--font-body); font-weight: 300; font-size: 15px; color: var(--ink); padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.treat li:last-child { border-bottom: 0; }
.treat li i { font-style: italic; color: var(--muted); font-family: var(--font-display); font-size: 16px; }

/* ---- before / after (tasteful, illustrative) ---- */
.ba { display: grid; grid-template-columns: 1fr; gap: clamp(16px,2.4vw,28px); }
@media (min-width: 760px){ .ba { grid-template-columns: 1fr 1fr; } }
.ba-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; }
.ba-card img { width: 100%; height: 100%; object-fit: cover; }
.ba-tag { position: absolute; top: 16px; left: 16px; z-index: 2; background: rgba(251,246,241,.9); backdrop-filter: blur(6px); color: var(--ink); font-family: var(--font-body); font-weight: 500; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; }
.ba-tag.after { background: var(--accent); color: #fff; }

/* ---- experience / space gallery ---- */
.gallery { display: grid; gap: clamp(14px,2vw,22px); grid-template-columns: 1fr; }
@media (min-width: 760px){ .gallery { grid-template-columns: 1.4fr 1fr; grid-auto-rows: 1fr; } }
.gphoto { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; min-height: 240px; }
.gphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gphoto:hover img { transform: scale(1.04); }
@media (min-width: 760px){ .gphoto.tall { grid-row: span 2; } }

/* ---- practitioner credibility ---- */
.practitioner { display: grid; grid-template-columns: 1fr; gap: clamp(28px,4vw,56px); align-items: center; }
@media (min-width: 880px){ .practitioner { grid-template-columns: 1fr 1.1fr; } }
.practitioner .pimg { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/5; }
.practitioner .pimg img { width: 100%; height: 100%; object-fit: cover; }
.practitioner h2 { margin: 10px 0 16px; }
.creds { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.creds li { position: relative; padding-left: 30px; font-family: var(--font-body); font-weight: 300; font-size: 16px; color: var(--ink); line-height: 1.6; }
.creds li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }

/* ---- consultation offer band ---- */
.offer { background: var(--accent); color: #fff; border-radius: var(--radius); padding: clamp(30px,4vw,56px); display: grid; gap: 18px; align-items: center; }
@media (min-width: 820px){ .offer { grid-template-columns: 1.5fr auto; } }
.offer .h2 { color: #fff; }
.offer .h2 em { color: #fff; font-style: italic; opacity: .85; }
.offer p { font-family: var(--font-body); font-weight: 300; opacity: .92; }
.offer .btn-ink { background: #fff; color: var(--ink); }
.offer .btn-ink:hover { box-shadow: 0 14px 32px -16px rgba(0,0,0,.35); }

/* ---- pricing / consultation card row ---- */
.pcards { display: grid; grid-template-columns: 1fr; gap: clamp(18px,2.4vw,28px); }
@media (min-width: 820px){ .pcards { grid-template-columns: repeat(3,1fr); } }
.pcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; }
.pcard.feat { background: var(--ink-deep); color: #fff; border-color: var(--ink-deep); }
.pcard h3 { font-family: var(--font-display); font-weight: 600; font-size: 25px; }
.pcard.feat h3, .pcard.feat .price { color: #fff; }
.pcard .price { font-family: var(--font-display); font-weight: 500; font-size: 52px; line-height: 1; margin: 14px 0 4px; color: var(--ink); }
.pcard .price small { font-family: var(--font-body); font-weight: 300; font-size: 15px; color: var(--muted); }
.pcard.feat .price small { color: rgba(255,255,255,.7); }
.pcard .from { font-family: var(--font-body); font-weight: 300; font-size: 13px; color: var(--muted); letter-spacing: .02em; }
.pcard.feat .from { color: rgba(255,255,255,.65); }
.pcard ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 11px; }
.pcard li { position: relative; padding-left: 26px; font-family: var(--font-body); font-weight: 300; font-size: 15px; line-height: 1.5; }
.pcard li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.pcard .btn { margin-top: auto; }

/* ---- faq (suitability + safety, GEO content) ---- */
.faq details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq summary { font-family: var(--font-display); font-weight: 600; font-size: 23px; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-family: var(--font-body); font-weight: 300; font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { margin-top: 14px; font-family: var(--font-body); font-weight: 300; color: var(--muted); max-width: 72ch; line-height: 1.7; }

/* ---- final cta (soft warm-dark spotlight) ---- */
.final { background: var(--ink-deep); color: #fff; border-radius: var(--radius); text-align: center; padding: clamp(52px,8vw,120px) 24px; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 80% at 50% 0%, rgba(200,160,106,.22), transparent 60%); pointer-events: none; }
.final .h2 { color: #fff; position: relative; }
.final .h2 em { color: var(--accent); font-style: italic; }
.final p { position: relative; font-family: var(--font-body); font-weight: 300; }

/* ---- mobile sticky bar ---- */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; gap: 10px; padding: 10px; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.mbar .btn { flex: 1; justify-content: center; }
@media (max-width: 760px){ .mbar { display: flex; } footer { padding-bottom: 92px; } }

/* ---- illustrative note ---- */
.illus { font-family: var(--font-body); font-weight: 300; font-size: 12px; color: var(--muted); letter-spacing: .03em; }

/* ---- footer tweak ---- */
footer .logo { font-family: var(--font-display); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
footer h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: .02em; }
footer a:hover { color: var(--accent); }

/* ---- floating products (scroll-driven) ---- */
.floatprods { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; background: var(--bg); }
.fp-center { position: relative; z-index: 1; text-align: center; max-width: 520px; padding: 0 24px; }
.fp-item { position: absolute; width: clamp(110px, 14vw, 178px); z-index: 2; }
.fp-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 18px; box-shadow: 0 32px 64px -30px rgba(42,32,36,.45); background: #fff; }
/* opaque callout pills so they stay crisp over the pale product photos (no photo bleed-through) */
.floatprods .callout-label { background: #2a2024; color: #fff; border: 1px solid rgba(0,0,0,.15); backdrop-filter: none; opacity: 1; box-shadow: 0 12px 28px -12px rgba(42,32,36,.6); }
.floatprods .callout-label b { color: var(--accent); }
.fp-1 { left: 4%; top: 23%; } .fp-2 { right: 7%; top: 9%; } .fp-3 { right: 3%; top: 40%; }
.fp-4 { left: 9%; bottom: 9%; } .fp-5 { right: 6%; bottom: 14%; }
.fp-1 .callout { top: 34%; left: 98%; } .fp-2 .callout { top: 42%; right: 98%; }
.fp-3 .callout { top: 42%; right: 98%; } .fp-4 .callout { top: 30%; left: 98%; } .fp-5 .callout { bottom: 44%; right: 98%; }
@media (max-width: 760px) {
  .fp-item { width: 86px; }
  .fp-1 { left: 0; top: 16%; } .fp-2 { right: 0; top: 9%; } .fp-3 { right: 0; top: 45%; }
  .fp-4 { left: 0; bottom: 20%; } .fp-5 { right: 2%; bottom: 11%; }
  .fp-center { max-width: 320px; }
}
