/* ============================================================
   Amazing Vitality Massage — Shared Styles
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:    #060608;
  --obsidian: #0c0c10;
  --onyx:     #111116;
  --charcoal: #1a1a22;
  --white:    #f5f0ff;
  --muted:    rgba(245,240,255,.58);

  --c-root:   #e53935;
  --c-sacral: #f4511e;
  --c-solar:  #f9a825;
  --c-heart:  #00c853;
  --c-throat: #00acc1;
  --c-third:  #5e35b1;
  --c-crown:  #ab47bc;

  --chakra-h: linear-gradient(90deg, var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown));
  --chakra-v: linear-gradient(180deg, var(--c-crown), var(--c-third), var(--c-throat), var(--c-heart), var(--c-solar), var(--c-sacral), var(--c-root));

  --serif: 'Playfair Display', Georgia, serif;
  --sans:  'Jost', sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--sans); font-weight: 300; overflow-x: hidden; cursor: none; }

[data-lucide], svg.lucide { width: 1em; height: 1em; stroke-width: 1.75; vertical-align: middle; display: inline-block; flex-shrink: 0; }

body::before {
  content: ''; position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* ── CURSOR ── */
#cursor-outer {
  position: fixed; z-index: 9999; width: 36px; height: 36px;
  border: 1px solid rgba(171,71,188,.4); border-radius: 50%;
  pointer-events: none; transform: translate(-50%,-50%);
  transition: width .35s, height .35s, border-color .35s, background .35s;
}
#cursor-inner {
  position: fixed; z-index: 9999; width: 5px; height: 5px;
  background: var(--c-crown); border-radius: 50%;
  pointer-events: none; transform: translate(-50%,-50%);
}
#cursor-outer.hovered { width: 54px; height: 54px; border-color: var(--c-crown); background: rgba(171,71,188,.07); }

/* ── CHAKRA STRIP ── */
.chakra-strip {
  height: 4px; background: var(--chakra-h); position: relative; z-index: 700;
  box-shadow: 0 2px 16px rgba(171,71,188,.35), 0 1px 6px rgba(0,172,193,.3);
}

/* ── TOPBAR ── */
#topbar {
  background: var(--onyx); border-bottom: 1px solid rgba(94,53,177,.12);
  padding: .6rem 5rem; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 600;
}
.topbar-left { display: flex; align-items: center; gap: 2.4rem; }
.topbar-item {
  display: flex; align-items: center; gap: .65rem;
  font-size: .82rem; letter-spacing: .06em; color: rgba(245,240,255,.62);
  text-decoration: none; transition: color .3s;
}
.topbar-item:hover { color: var(--c-crown); }
.topbar-item i { color: var(--c-throat); font-size: .82rem; }
.topbar-right { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,240,255,.4); }
.topbar-right i { color: var(--c-solar); margin-right: .4rem; font-size: .72rem; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 5rem;
  background: rgba(6,6,8,.97); backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(94,53,177,.08);
  transition: padding .4s;
}
nav::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: var(--chakra-h); opacity: .45;
}
.nav-logo {
  display: inline-flex; align-items: center; text-decoration: none;
  padding: 3px; border-radius: 8px;
  background: linear-gradient(90deg, var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown), var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown));
  background-size: 200% 100%;
  animation: logoBorderSlide 10s linear infinite;
}
.nav-logo img {
  height: 54px; width: auto; display: block;
  padding: 6px 10px; border-radius: 5px;
  background: rgba(6,6,8,.97);
}
.nav-logo:hover img { filter: brightness(1.15); }
.nav-links { display: flex; gap: 2.6rem; list-style: none; align-items: center; }
.nav-links a { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,240,255,.58); text-decoration: none; transition: color .3s; font-weight: 400; }
.nav-links a:hover, .nav-links a.active { color: var(--c-crown); }
.nav-call {
  display: flex; align-items: center; gap: .85rem;
  background: linear-gradient(135deg, var(--c-third), var(--c-crown));
  color: #fff !important; padding: .85rem 1.8rem; white-space: nowrap;
  box-shadow: 0 2px 16px rgba(94,53,177,.3);
  transition: box-shadow .3s !important;
}
.nav-call:hover { box-shadow: 0 4px 28px rgba(171,71,188,.45) !important; color: #fff !important; }
.nav-call i { font-size: .95rem; color: #fff; }
.nav-call-num { display: flex; flex-direction: column; line-height: 1.2; }
.nav-call-label { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; opacity: .8; font-weight: 500; }
.nav-call-digits { font-size: .88rem; font-weight: 600; letter-spacing: .04em; }

/* ── SECTION / TYPE ── */
section { padding: 8rem 5rem; }
.label { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; }
.label-line { width: 28px; height: 2px; background: var(--chakra-h); flex-shrink: 0; border-radius: 1px; }
.label-text { font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; color: var(--c-throat); font-weight: 400; }
.heading { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 300; line-height: 1.12; color: var(--white); }
.heading em { font-style: italic; color: var(--c-crown); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── MARQUEE ── */
.marquee-wrap {
  border-top: 1px solid rgba(94,53,177,.12); border-bottom: 1px solid rgba(94,53,177,.12);
  background: var(--obsidian); padding: .9rem 0; overflow: hidden;
}
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-item { font-family: var(--serif); font-size: .88rem; font-style: italic; color: rgba(245,240,255,.28); white-space: nowrap; padding: 0 2rem; display: flex; align-items: center; gap: 2rem; }
.marquee-item i { font-style: normal; font-size: .55rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── BUTTONS ── */
.btn-primary {
  background: linear-gradient(135deg, rgba(94,53,177,.85), rgba(171,71,188,.85));
  color: #fff; border: 1px solid rgba(171,71,188,.4);
  font-family: var(--sans); font-size: .78rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 1.05rem 2.8rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: .7rem;
  transition: background .3s, transform .2s, box-shadow .3s; cursor: none;
  box-shadow: 0 2px 12px rgba(94,53,177,.25);
}
.btn-primary:hover { background: linear-gradient(135deg, rgba(94,53,177,1), rgba(171,71,188,1)); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(94,53,177,.35); }

/* Keep old class names working */
.btn-gold { background: linear-gradient(135deg, rgba(94,53,177,.85), rgba(171,71,188,.85)); color: #fff; border: 1px solid rgba(171,71,188,.4); font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: 1.05rem 2.8rem; text-decoration: none; display: inline-flex; align-items: center; gap: .7rem; transition: background .3s, transform .2s, box-shadow .3s; cursor: none; box-shadow: 0 2px 12px rgba(94,53,177,.25); }
.btn-gold:hover { background: linear-gradient(135deg, rgba(94,53,177,1), rgba(171,71,188,1)); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(94,53,177,.35); }
.btn-gold i, .btn-primary i { font-size: .85rem; }

.btn-outline {
  font-family: var(--sans); font-size: .78rem; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(245,240,255,.55);
  text-decoration: none; display: flex; align-items: center; gap: .8rem;
  transition: color .3s; cursor: none; background: none; border: none;
}
.btn-outline::after { content: ''; display: block; width: 28px; height: 1px; background: currentColor; transition: width .3s; }
.btn-outline:hover { color: var(--white); }
.btn-outline:hover::after { width: 48px; }

/* ── PAGE HERO ── */
.page-hero {
  padding: 7rem 5rem 5rem; background: var(--obsidian);
  border-bottom: 1px solid rgba(94,53,177,.1); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(94,53,177,.1) 0%, transparent 70%); pointer-events: none;
}
.page-hero-tag { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.5rem; }
.page-hero-tag-line { width: 28px; height: 2px; background: var(--chakra-h); border-radius: 1px; }
.page-hero-tag-text { font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--c-throat); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; letter-spacing: -.01em; }
.page-hero h1 em { font-style: italic; color: var(--c-crown); }
.page-hero-sub { margin-top: 1.2rem; font-size: 1.05rem; line-height: 1.9; color: rgba(245,240,255,.62); max-width: 480px; }
.page-hero-call { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; }

/* ── FOOTER ── */
footer { background: var(--obsidian); padding: 3.5rem 5rem; position: relative; overflow: hidden; }
footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--chakra-h);
  box-shadow: 0 2px 16px rgba(171,71,188,.3);
}
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-bottom: 2.5rem; margin-bottom: 2rem;
  border-bottom: 1px solid rgba(94,53,177,.1);
}
.footer-logo {
  margin-bottom: .8rem; display: inline-flex; align-items: center;
  padding: 3px; border-radius: 8px;
  background: linear-gradient(90deg, var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown), var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown));
  background-size: 200% 100%;
  animation: logoBorderSlide 10s linear infinite;
}
.footer-logo img {
  height: 48px; width: auto; display: block;
  padding: 5px 9px; border-radius: 5px;
  background: var(--obsidian);
}
.footer-therapist {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  background: var(--chakra-h); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.footer-col-title { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--c-throat); margin-bottom: 1.2rem; }
.footer-links { display: flex; flex-direction: column; gap: .75rem; }
.footer-links a { font-size: .9rem; color: rgba(245,240,255,.42); text-decoration: none; transition: color .3s; display: flex; align-items: center; gap: .6rem; }
.footer-links a i { font-size: .78rem; color: var(--c-third); }
.footer-links a:hover { color: var(--c-crown); }
.footer-contact { display: flex; flex-direction: column; gap: .85rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: .75rem; font-size: .92rem; color: rgba(245,240,255,.48); line-height: 1.6; }
.footer-contact-item i { color: var(--c-throat); font-size: .82rem; margin-top: .25rem; flex-shrink: 0; }
.footer-contact-item a { color: var(--c-crown); text-decoration: none; transition: color .3s; }
.footer-contact-item a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: .72rem; letter-spacing: .04em; color: rgba(245,240,255,.22); }
.footer-hours { font-size: .75rem; color: rgba(245,240,255,.32); display: flex; align-items: center; gap: .5rem; }

/* ── KEYFRAMES ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes logoBorderSlide {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* ── THERAPIST PROFILE ── */
.therapist-profile {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 1.2rem; padding: 3rem 2rem;
}
.therapist-photo-wrap {
  width: 320px; height: 320px; border-radius: 50%; padding: 4px;
  background: linear-gradient(135deg, var(--c-root), var(--c-sacral), var(--c-solar), var(--c-heart), var(--c-throat), var(--c-third), var(--c-crown));
  background-size: 200% 200%;
  animation: logoBorderSlide 10s linear infinite;
  flex-shrink: 0;
}
.therapist-photo-wrap img {
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  display: block; border: 3px solid var(--obsidian);
}
.therapist-name {
  font-family: var(--serif); font-size: 1.8rem; font-weight: 400;
  color: var(--white); line-height: 1.2;
}
.therapist-title {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  background: var(--chakra-h); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-weight: 500;
}
.therapist-divider {
  width: 40px; height: 2px; background: var(--chakra-h); border-radius: 1px;
}

/* Inline profile card (for about page) */
.profile-card {
  display: flex; align-items: center; gap: 2.5rem;
  padding: 3rem; background: var(--charcoal);
  border: 1px solid rgba(94,53,177,.15); position: relative; overflow: hidden;
}
.profile-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--chakra-h); opacity: .5;
}
.profile-card .therapist-photo-wrap { width: 240px; height: 240px; }
.profile-card-info { flex: 1; }
.profile-card-name {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--white);
  margin-bottom: .4rem;
}
.profile-card-role {
  font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--c-throat); margin-bottom: 1rem;
}
.profile-card-bio {
  font-size: .88rem; line-height: 1.82; color: var(--muted); max-width: 420px;
}

@media (max-width: 960px) {
  .therapist-photo-wrap { width: 160px; height: 160px; }
  .therapist-name { font-size: 1.5rem; }
  .profile-card { flex-direction: column; text-align: center; gap: 1.5rem; padding: 2.5rem 1.6rem; }
  .profile-card .therapist-photo-wrap { width: 160px; height: 160px; }
  .profile-card-bio { max-width: none; }
}

/* ── HAMBURGER MENU ── */
.nav-hamburger {
  display: none; background: none; border: 1px solid rgba(94,53,177,.25);
  padding: .6rem; cursor: pointer; z-index: 610;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  width: 42px; height: 42px; transition: border-color .3s;
  -webkit-appearance: none; appearance: none;
}
.nav-hamburger:hover { border-color: var(--c-crown); }
.nav-hamburger span {
  display: block; width: 20px; height: 1.5px; background: var(--white);
  transition: transform .3s, opacity .3s;
}
.nav-hamburger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE NAV OVERLAY ── */
.mobile-nav-overlay {
  display: none; position: fixed; inset: 0; z-index: 590;
  background: rgba(6,6,8,.97); backdrop-filter: blur(24px);
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  opacity: 0; transition: opacity .35s;
}
.mobile-nav-overlay.open { display: flex; opacity: 1; }
.mobile-nav-overlay a {
  font-size: 1.1rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(245,240,255,.7); text-decoration: none; font-weight: 400;
  transition: color .3s;
}
.mobile-nav-overlay a:hover, .mobile-nav-overlay a.active { color: var(--c-crown); }
.mobile-nav-overlay .nav-call {
  margin-top: 1rem;
  background: linear-gradient(135deg, var(--c-third), var(--c-crown));
  color: #fff !important; padding: 1rem 2.2rem;
  display: inline-flex; align-items: center; gap: .85rem;
  font-size: .85rem; font-weight: 600; letter-spacing: .08em;
}
.mobile-nav-overlay .nav-call i { color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  body { display: flex; flex-direction: column; }
  /* Reorder: nav (logo) above topbar */
  #topbar { padding: .6rem 1.4rem; flex-direction: column; gap: .4rem; text-align: center; }
  .topbar-left { flex-wrap: wrap; justify-content: center; gap: .6rem; flex-direction: column; }
  /* Bigger font on mobile */
  .topbar-item { font-size: .95rem; }
  .topbar-item i { font-size: .95rem; }
  /* Hide hours and Licensed Massage Therapist on mobile */
  .topbar-left span.topbar-item { display: none; }
  .topbar-right { display: none; }
  /* Reorder: address before phone */
  .topbar-left a[href^="https://maps"] { order: -1; }
  .chakra-strip { order: -1; }
  nav {
    position: relative !important; padding: 1rem 1.4rem !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important;
    order: 0;
  }
  #topbar { order: 1 !important; }
  section, .marquee-wrap, #trust, footer, .mobile-nav-overlay { order: 3; }
  .nav-links { display: none !important; }
  .nav-hamburger { display: flex !important; position: absolute !important; right: 1.4rem !important; top: 50% !important; transform: translateY(-50%) !important; }
  section { padding: 5rem 1.6rem; }
  .page-hero { padding: 5rem 1.6rem 3.5rem; }
  .page-hero h1 { font-size: clamp(2rem, 8vw, 3.5rem); }
  .footer-top { flex-direction: column; gap: 2.5rem; align-items: center; text-align: center; }
  .footer-links { align-items: center; }
  .footer-bottom { flex-direction: column; gap: .8rem; text-align: center; }
  .nav-call-num .nav-call-label { display: none; }
  footer { padding: 3rem 1.6rem; }
  .heading { font-size: clamp(1.8rem, 6vw, 3rem); }
}

/* ── TOUCH DEVICE ── */
@media (hover: none) and (pointer: coarse) {
  body { cursor: auto; }
  #cursor-outer, #cursor-inner { display: none !important; }
  a, button, .svc, .rv, .contact-card, .pillar-card { cursor: pointer; }
  .btn-primary, .btn-gold, .btn-outline, .faq-q, .nav-call { cursor: pointer; }
}
