/* Per-shop design tokens for Anong Traditional Thai Massage.
   Loaded with a <link> for this tenant only; never imported from TSX. */
:root {
  --ink: #2b1d12;          /* deep warm brown */
  --ivory: #f6efe3;        /* warm cream */
  --gold: #b0803f;         /* Thai gold */
  --gold-lt: #d5ab63;
  --sage: #8a6a3a;
  --cta-green: #8a5a2b;    /* base.css primary var — warm brown-gold here */
  --cta-green-hover: #a4692f;
  --blush: #ecdcc2;
  --white: #ffffff;
  --mid: #6a5c4e;
  --border: rgba(43, 29, 18, .14);

  --sans: 'Inter', sans-serif;
  --serif: 'Cormorant Garamond', Georgia, serif;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --btt-bg: #6b4522;
}

/* Cream lotus over the transparent hero nav → dark lotus once the nav turns solid (cream) */
.nav.scrolled {
  background: rgba(246, 239, 227, .97);
  box-shadow: 0 1px 0 rgba(43, 29, 18, .10);
}
.nav.scrolled .nav-links a,
.nav.scrolled .nav-links .btn-member { color: #2b1d12; border-color: rgba(43, 29, 18, .26); }
.nav.scrolled .nav-burger span { background: #2b1d12; }
.nav-logo img { height: 54px; width: auto; }
/* Swap the cream lotus (over the dark hero) for the dark lotus once the nav turns cream */
.nav.scrolled .nav-logo .logo-light { display: none; }
.nav.scrolled .nav-logo .logo-dark { display: block; }

.site-chrome .nav .nav-links a.btn-book,
.site-chrome .mobile-nav a.btn-book {
  background: var(--cta-green);
  border-color: var(--cta-green);
  color: #fff;
}
.site-chrome .nav .nav-links a.btn-book:hover,
.site-chrome .mobile-nav a.btn-book:hover {
  background: var(--cta-green-hover);
  border-color: var(--cta-green-hover);
}

/* Hero — left-aligned copy over a warm scrim */
.hero-content {
  width: min(720px, 90vw);
  margin-right: auto;
  margin-left: 5vw;
  align-items: flex-start;
  text-align: left;
}
.hero-ctas { justify-content: flex-start; }
.hero-title { text-shadow: 0 2px 24px rgba(0, 0, 0, .35); }
.hero-slide::after {
  background: linear-gradient(90deg, rgba(35, 22, 12, .78) 0%, rgba(35, 22, 12, .38) 48%, rgba(35, 22, 12, .1) 80%);
}

.btn-primary { background: var(--cta-green); border-color: var(--cta-green); }
.btn-primary:hover { background: var(--cta-green-hover); box-shadow: 0 8px 24px rgba(138, 90, 43, .3); }
.strip { background: var(--ink); }
.contact { background: #000; }
.service-card { background: #fbf6ec; }
.about-badge { background: var(--cta-green); color: var(--ivory); }

/* ── Accredited provider + Signature Treatments (share an-popular card grid) ── */
.an-accred { background: #fff; }
.an-popular { background: var(--ivory); }
.an-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  max-width: 1120px;
  margin: 2.6rem auto 0;
}
.an-popular-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(43, 29, 18, .06);
}
.an-popular-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.an-popular-body { padding: 1.3rem 1.4rem 1.6rem; }
.an-popular-body h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--ink);
  margin: 0 0 .5rem;
}
.an-popular-body p { color: var(--mid); font-size: .96rem; line-height: 1.6; margin: 0; }
.an-popular-foot {
  margin-top: .9rem !important;
  padding-top: .8rem;
  border-top: 1px solid var(--border);
  font-size: .82rem !important;
  font-weight: 600;
  color: var(--gold) !important;
}

/* Accredited cards: small label header + collapsible text with "More" */
.an-accred-title {
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
  margin: 0 0 .55rem;
}
/* Accredited section: single text colour (no gold accents) */
.an-accred .an-clamp,
.an-accred .an-more-btn { color: var(--ink); }
.an-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.an-clamp.open {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.an-more-btn {
  margin-top: .5rem;
  background: none;
  border: 0;
  padding: 0;
  color: var(--gold);
  font-weight: 600;
  font-size: .82rem;
  cursor: pointer;
  text-decoration: underline;
}
.an-more-btn:hover { color: var(--cta-green); }

/* ── Our Team (an-team) ── */
.an-team { background: #fff; }
.an-team-photo {
  max-width: 1000px;
  margin: 2.6rem auto 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(43, 29, 18, .12);
}
.an-team-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.an-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
  max-width: 1060px;
  margin: 2.6rem auto 0;
}
.an-team-card {
  text-align: left;
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.an-team-cardimg {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.an-team-card-body { padding: 1.1rem 1.15rem 1.4rem; }
.an-team-card h3 { font-family: var(--serif); font-size: 1.45rem; color: var(--ink); margin: 0 0 .15rem; }
.an-team-rank {
  font-size: .68rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: .55rem;
}
.an-team-card p { color: var(--mid); font-size: .82rem; line-height: 1.55; margin: 0; }
.an-team-note {
  text-align: center;
  color: var(--mid);
  font-size: .94rem;
  max-width: 640px;
  margin: 2rem auto 0;
}
.an-note { color: var(--mid); font-size: .88rem; margin-top: 1rem; }

/* ── Video tour (an-video) ── */
.an-video { background: var(--ivory); }
.an-video-frame {
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 44px rgba(43, 29, 18, .18);
}
.an-video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── Careers band (an-careers) ── */
.an-careers { background: var(--ink); }
.an-careers-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.an-careers .section-label { color: var(--gold-lt); }
.an-careers .section-title { color: var(--ivory); }
.an-careers .section-title em { color: var(--gold-lt); }
.an-careers-text { color: rgba(246, 239, 227, .85); font-size: .98rem; line-height: 1.7; margin: .7rem 0; }
.an-careers .hero-ctas { margin-top: 1.5rem; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .an-popular-grid { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 700px) {
  .nav-logo img { height: 44px; max-width: 66vw; }
  .hero-content { margin: 0 auto; align-items: center; text-align: center; }
  .hero-ctas { justify-content: center; }
  .hero-slide { background-position: 60% center; }
  .hero-slide::after { background: rgba(35, 22, 12, .6); }
}
