/* ANJA :: anjapurp.com location bridge page
   Brand tokens: purple #61149E, magenta #FF1BD5, lavender #A983C8.
   Headlines Lato, body Karla, with self-contained system fallbacks (no external
   font request, to keep the page free of any cross-domain call other than the
   user-initiated View Menu redirect). */

/* Self-hosted brand fonts. woff2 files are served from /assets/fonts/ so the
   page makes ZERO request to any external Google Fonts host. The font stacks
   below keep their system-sans fallbacks; font-display: swap keeps text
   visible while the woff2 loads. */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/lato-400.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/lato-700.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/fonts/lato-900.woff2) format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/karla-400.woff2) format("woff2");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/karla-700.woff2) format("woff2");
}

:root {
  --purple: #61149E;
  --purple-deep: #4a0f7a;
  --magenta: #FF1BD5;
  --lavender: #A983C8;
  --ink: #201430;
  --muted: #5b4d6b;
  --line: #e6dced;
  --paper: #ffffff;
  --mist: #f6f1fa;
  --head: "Lato", "Helvetica Neue", Arial, sans-serif;
  --body: "Karla", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--head); font-weight: 900; line-height: 1.1; margin: 0; }

.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 22px; }

.btn-cta, .btn-outline {
  display: inline-block;
  font-family: var(--head);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.05s ease, opacity 0.15s ease;
}
.btn-cta { background: var(--magenta); color: #fff; }
.btn-cta:hover { opacity: 0.92; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.8); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-cta:active, .btn-outline:active { transform: translateY(1px); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

/* ---------- Age gate ---------- */
body.gated { overflow: hidden; }
body.gated #site { display: none; }

#agegate {
  position: fixed; inset: 0; z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 20%, var(--purple) 0%, var(--purple-deep) 70%);
  padding: 24px;
}
body.gated #agegate { display: flex; }

.gate-card { max-width: 460px; width: 100%; text-align: center; color: #fff; }
.gate-mark { display: block; width: 210px; max-width: 70%; height: auto; margin: 0 auto 26px; }
.gate-prompt { font-family: var(--head); font-weight: 900; font-size: 1.7rem; margin: 0 0 8px; }
.gate-sub { color: var(--lavender); margin: 0 0 28px; font-size: 1.02rem; }
.gate-actions { display: flex; gap: 14px; justify-content: center; }
.gate-note { margin-top: 26px; font-size: 0.85rem; color: var(--lavender); }
.gate-actions .btn-outline { color: #fff; }

/* ---------- Hero ---------- */
.hero {
  background: radial-gradient(circle at 78% 15%, rgba(255,27,213,0.28) 0%, rgba(255,27,213,0) 55%), var(--purple);
  color: #fff;
  padding: 26px 0 64px;
}
.site-head { display: flex; align-items: center; padding-top: 6px; }
.site-head img { width: 132px; height: auto; }
.hero-body { margin-top: 54px; max-width: 720px; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 4.6rem); letter-spacing: -0.01em; }
.hero .lede { font-size: clamp(1.05rem, 2.4vw, 1.35rem); color: #f2e9f8; margin-top: 18px; max-width: 560px; }
.hero .eyebrow { font-family: var(--head); font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; color: var(--lavender); }

/* ---------- Info / NAP ---------- */
.info { padding: 60px 0; }
.info-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: start; }
.info h2 { color: var(--purple); font-size: 1.9rem; margin-bottom: 18px; }
.nap { font-size: 1.12rem; line-height: 1.7; }
.nap strong { display: block; font-family: var(--head); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; color: var(--muted); margin-top: 20px; }
.nap a { color: var(--purple); font-weight: 700; text-decoration: none; }
.hours { list-style: none; margin: 8px 0 0; padding: 0; max-width: 340px; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.hours li span:last-child { font-weight: 700; }
.hours-note { max-width: 340px; margin: 10px 0 0; font-size: 0.95rem; line-height: 1.55; color: var(--muted); }
.info .btn-row .btn-cta { background: var(--magenta); }
.info .btn-row .btn-outline { color: var(--purple); border-color: var(--purple); }
.info .btn-row .btn-outline:hover { background: var(--mist); }

/* ---------- Map ---------- */
.map-wrap { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--mist); }
.map-wrap svg { display: block; width: 100%; height: auto; }
.map-cap { padding: 14px 18px; font-size: 0.95rem; color: var(--muted); border-top: 1px solid var(--line); background: #fff; }

/* ---------- Photos ---------- */
.gallery { background: var(--mist); padding: 60px 0; }
.gallery h2 { color: var(--purple); font-size: 1.9rem; margin-bottom: 8px; }
.gallery p.sub { color: var(--muted); margin: 0 0 28px; max-width: 620px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; display: block; }

/* ---------- Reviews ---------- */
.reviews { padding: 62px 0; }
.reviews h2 { color: var(--purple); font-size: 1.9rem; }
.rating-line { display: flex; align-items: center; gap: 12px; margin: 12px 0 30px; }
.stars { color: var(--magenta); font-size: 1.5rem; letter-spacing: 2px; }
.rating-num { font-family: var(--head); font-weight: 900; font-size: 1.3rem; }
.rating-src { color: var(--muted); font-size: 0.95rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: #fff; }
.review-card .rc-stars { color: var(--magenta); letter-spacing: 2px; font-size: 1rem; }
.review-card p { margin: 12px 0 16px; color: var(--ink); }
.review-card .rc-author { font-family: var(--head); font-weight: 800; }
.review-card .rc-date { color: var(--muted); font-size: 0.85rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--purple-deep); color: #efe6f7; padding: 48px 0 56px; font-size: 0.9rem; line-height: 1.65; }
.site-footer .legal { max-width: 780px; }
.site-footer .crc { color: #d9c9ea; }
.site-footer .lic { margin-top: 14px; font-weight: 700; color: #fff; }
.site-footer .brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.site-footer .brand-row img { width: 108px; height: auto; }
.site-footer .fine { margin-top: 22px; color: var(--lavender); font-size: 0.82rem; }

@media (max-width: 820px) {
  .info-grid { grid-template-columns: 1fr; gap: 30px; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid img { height: 220px; }
  .gate-actions { flex-direction: column; }
}
