/* ============================================
   EXPLORE DHARAMSHALA — editorial, full-bleed,
   interactive. Tibetan prayer-flag bunting,
   monastery silhouette, index-numbered culture
   panels, monospace map data, clean teardrop
   pins, glass spot sheet. No emoji UI.
   ============================================ */

/* ————— HERO (full-screen) ————— */
.ex-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + var(--s9)) var(--s6) var(--s11);
  overflow: hidden;
}
.ex-hero-inner { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; width: 100%; text-align: center; }

.ex-eyebrow {
  display: inline-flex; align-items: center; gap: var(--s3);
  font-size: var(--fs-xs); font-weight: var(--fw-semi);
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.78); margin-bottom: var(--s5);
}
.ex-eyebrow .he-rule { width: 30px; height: 1px; background: var(--gold); }

.ex-hero h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-x);
  font-size: clamp(2.6rem, 9vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0,0,0,0.6);
  margin-bottom: var(--s5);
}
.ex-hero h1 .accent { color: var(--gold); }

.ex-lead {
  font-size: var(--fs-md);
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto var(--s7);
}
.ex-hero-cta { display: flex; gap: var(--s3); flex-wrap: wrap; justify-content: center; }

.ex-coords {
  margin-top: var(--s7);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
}
.ex-coords b { color: var(--primary); font-weight: 600; }

/* ————— Tibetan prayer-flag bunting ————— */
.bunting {
  display: flex;
  width: 100%; max-width: 880px;
  margin: 0 auto var(--s8);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.4));
}
.bunting .pf {
  flex: 1 1 0; height: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: top center;
  animation: flagsway 5s ease-in-out infinite;
  opacity: 0.95;
}
.bunting .pf:nth-child(5n+1) { background: #2f8fe0; animation-delay: 0s; }
.bunting .pf:nth-child(5n+2) { background: #f2f2f2; animation-delay: .2s; }
.bunting .pf:nth-child(5n+3) { background: #ff5a52; animation-delay: .4s; }
.bunting .pf:nth-child(5n+4) { background: #34c77b; animation-delay: .6s; }
.bunting .pf:nth-child(5n+5) { background: #f7b733; animation-delay: .8s; }
@keyframes flagsway {
  0%,100% { transform: rotate(-1.5deg) translateY(0); }
  50%     { transform: rotate(1.5deg) translateY(2px); }
}
@media (prefers-reduced-motion: reduce){ .bunting .pf{ animation: none; } }

/* ————— Monastery / mountain silhouette band ————— */
.silhouette {
  position: absolute; left: 0; right: 0; bottom: 0;
  width: 100%; height: 130px; z-index: 2;
  pointer-events: none; color: #fff;
}
.silhouette svg { width: 100%; height: 100%; display: block; }

/* Reveal motion tuned for the editorial blocks */
.culture-panel.reveal { transform: translateY(30px); }
.spot-item.reveal { transform: translateY(18px); }
.culture-panel .cp-index { transition: opacity .6s var(--ease) .1s, transform .6s var(--ease) .1s; }
.culture-panel.reveal .cp-index { opacity: 0; transform: translateY(10px) scale(0.94); }
.culture-panel.reveal.in .cp-index { opacity: 1; transform: none; }

/* ————— Section label (editorial, shared) ————— */
.ex-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: var(--s4);
}
.ex-label::before { content: ''; width: 18px; height: 1px; background: currentColor; }

/* ————— Culture panels (asymmetric, index-numbered) ————— */
.ex-culture { padding: var(--s11) 0 var(--s9); }
.ex-culture .wrap { max-width: 1040px; margin: 0 auto; padding: 0 var(--s6); }
.culture-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s2);
  padding: var(--s8) 0;
  border-top: 1px solid var(--hairline);
}
.culture-panel:last-child { border-bottom: 1px solid var(--hairline); }
.cp-index {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 9vw, 4rem);
  font-weight: var(--fw-x);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.22);
  letter-spacing: -0.02em;
}
.cp-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: var(--fs-xs); font-weight: var(--fw-bold);
  letter-spacing: 0.16em; text-transform: uppercase;
  margin: var(--s3) 0 var(--s3);
}
.cp-kicker .cp-rule { width: 24px; height: 2px; border-radius: 2px; background: currentColor; }
.culture-panel h2 {
  font-family: var(--font-display); font-weight: var(--fw-x);
  font-size: clamp(1.7rem, 5vw, 2.6rem); line-height: 1.06;
  color: #fff; margin-bottom: var(--s4); letter-spacing: -0.02em;
}
.culture-panel p { font-size: var(--fs-base); color: var(--text-soft); line-height: 1.75; max-width: 620px; }
.cp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--s5); }
.cp-tag {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.02em;
  padding: 5px 11px; border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04); border: 1px solid var(--hairline);
  color: var(--text-soft);
}
.cp-tibet .cp-kicker { color: var(--crimson); }
.cp-israel .cp-kicker { color: var(--sky); }
.cp-mountain .cp-kicker { color: var(--primary); }
@media (min-width: 760px) {
  .culture-panel { grid-template-columns: 120px 1fr; gap: var(--s8); align-items: start; }
  .cp-index { padding-top: var(--s2); }
}

/* ————— FULL-SCREEN MAP ————— */
.ex-map-section { padding: 0; background: var(--bg); }
.map-stage { position: relative; height: 100svh; width: 100%; overflow: hidden; background: rgba(255,255,255,0.03); }

.map-overlay {
  position: absolute; top: 0; left: 0; right: 0; z-index: 410;
  padding: calc(var(--nav-h) + var(--s3)) var(--s5) var(--s6);
  background: linear-gradient(to bottom, rgba(6,16,12,0.92) 0%, rgba(6,16,12,0.55) 55%, transparent 100%);
  pointer-events: none;
}
.map-overlay > * { pointer-events: auto; }
.map-overlay-head { margin-bottom: var(--s4); }
.map-overlay-head .ex-label { margin-bottom: var(--s2); color: rgba(255,255,255,0.7); }
.map-overlay-head h2 {
  font-family: var(--font-display); font-weight: var(--fw-x);
  font-size: clamp(1.6rem, 5.5vw, 2.4rem); color: #fff;
  letter-spacing: -0.02em; line-height: 1.02;
}

/* Category filter chips (overlay scroll row) */
.map-filters {
  display: flex; flex-wrap: nowrap; gap: var(--s2);
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.map-filters::-webkit-scrollbar { display: none; }
.map-filter {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: var(--r-full);
  font-size: var(--fs-xs); font-weight: var(--fw-semi);
  letter-spacing: 0.02em;
  background: var(--glass-soft);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  cursor: pointer; transition: all var(--duration) var(--ease);
  -webkit-user-select: none; user-select: none;
}
.map-filter .swatch { width: 9px; height: 9px; border-radius: 50%; transition: transform var(--duration) var(--ease); }
.map-filter[aria-pressed="true"] { color: #fff; border-color: rgba(255,255,255,0.16); background: rgba(255,255,255,0.12); }
.map-filter[aria-pressed="false"] .swatch { transform: scale(0.6); opacity: 0.4; }
.map-filter:active { transform: scale(0.96); }

/* Map fills the stage */
#explore-map { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--bg); z-index: 1; }

/* Touch activate guard (prevents scroll-trap until tapped) */
.map-activate {
  position: absolute; inset: 0; z-index: 405;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 28%;
  background: rgba(255,255,255,0.06);
  transition: opacity .25s ease;
}
.map-activate.hidden { display: none; }
.map-activate .pill {
  font-size: var(--fs-sm); font-weight: var(--fw-semi); color: #fff;
  padding: 12px 22px; border-radius: var(--r-full);
  background: var(--glass);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border-hi);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

/* Jump-to-guide cue */
.map-scrollcue {
  position: absolute; left: 50%; bottom: var(--s5); transform: translateX(-50%);
  z-index: 408;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; padding: 8px 15px; border-radius: var(--r-full);
  background: var(--glass-soft);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
}
.map-scrollcue svg { animation: cuebob 2s ease-in-out infinite; }
@keyframes cuebob { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(3px); } }
@media (prefers-reduced-motion: reduce){ .map-scrollcue svg { animation: none; } }
.map-loading {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: var(--s4); color: var(--text-muted);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  background: radial-gradient(80% 60% at 50% 40%, rgba(30,200,160,0.08), transparent 70%), rgba(255,255,255,0.04);
}
.map-loading .ml-pulse {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--primary); box-shadow: 0 0 0 0 rgba(30,200,160,0.5);
  animation: mlpulse 1.6s ease-out infinite;
}
@keyframes mlpulse {
  0% { box-shadow: 0 0 0 0 rgba(30,200,160,0.5); }
  100% { box-shadow: 0 0 0 16px rgba(30,200,160,0); }
}

/* Map tools */
.map-tools { position: absolute; right: 12px; bottom: 16px; z-index: 408; display: flex; flex-direction: column; gap: 8px; }
.map-tool {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--glass-soft);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border-hi);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.20);
  transition: transform var(--duration) var(--ease), background var(--duration) var(--ease);
}
.map-tool svg { width: 18px; height: 18px; }
.map-tool:hover { background: rgba(30,200,160,0.22); }
.map-tool:active { transform: scale(0.92); }
.map-tool.loading svg { animation: spin 0.9s linear infinite; opacity: 0.6; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Leaflet glass overrides */
.leaflet-container { font-family: var(--font); background: var(--bg); }
.leaflet-control-attribution { background: rgba(255,255,255,0.10) !important; color: rgba(255,255,255,0.75) !important; font-size: 10px !important; border: 1px solid rgba(255,255,255,0.08) !important; }
.leaflet-control-attribution a { color: rgba(255,255,255,0.85) !important; }
.leaflet-bar a {
  background: rgba(255,255,255,0.12) !important; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}
.leaflet-bar a:hover { background: rgba(30,200,160,0.22) !important; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { display: none; }

/* Clean teardrop pins (no emoji) — drop in with a staggered pop */
@keyframes pindrop {
  0%   { opacity: 0; transform: rotate(-45deg) scale(0); }
  70%  { transform: rotate(-45deg) scale(1.18); }
  100% { opacity: 1; transform: rotate(-45deg) scale(1); }
}
.ex-pin {
  width: 22px; height: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--pin, #1ec8a0);
  border: 2px solid rgba(255,255,255,0.92);
  box-shadow: 0 4px 10px rgba(0,0,0,0.55);
  position: relative;
  animation: pindrop 0.45s var(--ease) backwards;
}
@media (prefers-reduced-motion: reduce){ .ex-pin { animation: none; } }
.ex-pin::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(8,16,13,0.82); transform: translate(-50%,-50%);
}
.ex-pin.hub { width: 30px; height: 30px; border-width: 3px; animation: pindrop 0.45s var(--ease) backwards, hubpulse 2.6s ease-in-out 0.5s infinite; }
.ex-pin.hub::after { width: 9px; height: 9px; background: #06100c; }
@keyframes hubpulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(30,200,160,0.28), 0 4px 12px rgba(0,0,0,0.6); }
  50%     { box-shadow: 0 0 0 12px rgba(30,200,160,0.04), 0 4px 12px rgba(0,0,0,0.6); }
}

/* ————— Glass spot sheet ————— */
.spot-sheet {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-modal);
  transform: translateY(115%); transition: transform 0.42s var(--ease);
  padding: 0 var(--s3) calc(var(--s3) + env(safe-area-inset-bottom,0));
  pointer-events: none;
}
.spot-sheet.open { transform: translateY(0); pointer-events: auto; }
.spot-sheet-card {
  position: relative;
  max-width: 540px; margin: 0 auto;
  background: rgba(10,16,13,0.86);
  -webkit-backdrop-filter: blur(28px) saturate(1.3); backdrop-filter: blur(28px) saturate(1.3);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  padding: var(--s6);
  box-shadow: 0 -12px 50px rgba(0,0,0,0.6);
}
.spot-sheet-grip { width: 40px; height: 4px; border-radius: 3px; background: rgba(255,255,255,0.22); margin: 0 auto var(--s5); }
.spot-sheet-cat {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: var(--fs-xs); font-weight: var(--fw-bold);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: var(--s3);
}
.spot-sheet-cat .ss-dot { width: 8px; height: 8px; border-radius: 50%; }
.spot-sheet h3 { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-xl); color: #fff; margin-bottom: var(--s3); letter-spacing: -0.02em; }
.spot-sheet .ss-meta { display: flex; gap: var(--s4); flex-wrap: wrap; align-items: center; font-size: var(--fs-xs); color: var(--text-muted); margin-bottom: var(--s4); }
.spot-sheet .ss-meta span { display: inline-flex; align-items: center; gap: 5px; }
.spot-sheet .ss-meta svg { opacity: 0.8; }
.spot-sheet .ss-dist { font-family: var(--font-mono); color: var(--primary); font-weight: 700; letter-spacing: 0; }
.spot-sheet p.ss-tip { font-size: var(--fs-sm); color: var(--text-soft); line-height: 1.7; margin-bottom: var(--s5); }
.spot-sheet .ss-actions { display: flex; gap: var(--s3); }
.spot-sheet .ss-actions a { flex: 1; min-height: 48px; border-radius: var(--r-md); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: var(--fw-bold); font-size: var(--fs-sm); }
.spot-sheet .ss-actions a svg { width: 15px; height: 15px; }
.ss-dir { background: rgba(255,255,255,0.06); border: 1px solid var(--hairline-strong); color: #fff; }
.ss-wa { background: var(--wa-green); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,0.28); }
.spot-sheet-close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; font-size: 17px; display: flex; align-items: center; justify-content: center; }
.spot-backdrop { position: fixed; inset: 0; z-index: calc(var(--z-modal) - 1); background: rgba(0,0,0,0.45); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.spot-backdrop.open { opacity: 1; pointer-events: auto; }
@media (min-width: 768px) {
  .spot-sheet { left: auto; right: var(--s5); bottom: var(--s5); width: 380px; padding: 0; }
}

/* ————— Static crawlable spot guide ————— */
.spot-guide { padding: var(--s10) 0 var(--s11); }
.spot-guide .wrap { max-width: 1180px; margin: 0 auto; padding: 0 var(--s6); }
.spot-guide-head { margin-bottom: var(--s7); max-width: 620px; }
.spot-guide-head h2 { font-family: var(--font-display); font-weight: var(--fw-x); font-size: clamp(1.8rem,5vw,2.7rem); color:#fff; margin-bottom: var(--s3); letter-spacing: -0.02em; line-height: 1.04; }
.spot-guide-head p { color: var(--text-soft); line-height: 1.6; }
.spot-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--r-lg); overflow: hidden; }
.spot-item {
  background: #0b120f;
  padding: var(--s6);
  cursor: pointer;
  transition: background var(--duration) var(--ease);
  position: relative;
}
.spot-item:hover { background: #0f1714; }
.spot-item .si-top { display: flex; align-items: center; gap: 8px; margin-bottom: var(--s3); }
.spot-item .si-cat {
  font-family: var(--font-mono); font-size: 10px; font-weight: var(--fw-bold);
  text-transform: uppercase; letter-spacing: 0.08em;
  display: inline-flex; align-items: center; gap: 7px;
}
.spot-item .si-cat .si-dot { width: 8px; height: 8px; border-radius: 50%; }
.spot-item h3 { font-family: var(--font-display); font-size: var(--fs-md); font-weight: var(--fw-bold); color: #fff; margin-bottom: 6px; letter-spacing: -0.01em; }
.spot-item .si-area { font-size: var(--fs-xs); color: var(--text-muted); margin-bottom: var(--s3); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.spot-item .si-area svg { opacity: 0.7; }
.spot-item .si-dist { font-family: var(--font-mono); color: var(--primary); font-weight: 700; }
.spot-item p { font-size: var(--fs-sm); color: var(--text-soft); line-height: 1.65; margin-bottom: var(--s4); }
.spot-item .si-actions { display: flex; gap: var(--s4); align-items: center; }
.spot-item .si-actions a { font-size: var(--fs-xs); font-weight: var(--fw-bold); display: inline-flex; align-items: center; gap: 6px; }
.spot-item .si-actions a svg { width: 14px; height: 14px; }
.si-dir { color: #fff; }
.si-dir:hover { color: var(--primary); }
.si-wa { color: #5ef0a0; }
.si-best { margin-left: auto; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--text-muted); display: inline-flex; align-items: center; gap: 5px; }
/* spot grid → gapped glass cards (fill/border come from glass.css) */
.spot-grid { background: none; border: none; border-radius: 0; overflow: visible; gap: var(--s4); }
.spot-item { border-radius: var(--r-lg); }
.spot-item:hover { background: var(--sheen), rgba(22,32,27,0.66) !important; }
@media (min-width: 640px) { .spot-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .spot-grid { grid-template-columns: 1fr 1fr 1fr; } }

/* ============================================
   MAP-AS-HERO  ·  floating glass over live map
   ============================================ */
.map-hero {
  position: absolute;
  z-index: 410;
  top: calc(var(--nav-h) + var(--s4));
  left: var(--s4);
  right: var(--s4);
  max-width: 470px;
  padding: var(--s6);
  border-radius: var(--r-2xl);
  background: var(--sheen), rgba(8, 14, 11, 0.55);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid var(--glass-border-hi);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 18px 50px rgba(0,0,0,0.5);
  animation: mapHeroIn 0.6s var(--ease-spring) both;
}
@keyframes mapHeroIn { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .map-hero { animation: none; } }

.map-hero .ex-eyebrow { margin-bottom: var(--s3); color: rgba(255,255,255,0.82); }
.map-hero h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-x);
  font-size: clamp(1.9rem, 6.4vw, 2.9rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: var(--s3);
  text-shadow: 0 0 28px rgba(30,200,160,0.22);
}
.map-hero h1 .accent {
  background: linear-gradient(120deg, #1ec8a0 0%, #5bb4f0 60%, #a98bff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 0 18px rgba(30,200,160,0.5));
}
.map-hero .ex-lead {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  margin: 0 0 var(--s5);
  max-width: none;
}
.map-hero-cta { display: flex; flex-direction: column; gap: var(--s3); }
.map-hero-cta .btn { width: 100%; padding: var(--s4) var(--s5); }
@media (min-width: 560px) {
  .map-hero-cta { flex-direction: row; }
  .map-hero-cta .btn { flex: 1; }
}

/* glass category filter bar (bottom) */
.map-filters-bar {
  position: absolute;
  left: 0; right: 0;
  bottom: calc(var(--s3) + env(safe-area-inset-bottom, 0));
  z-index: 410;
  padding: var(--s8) var(--s4) var(--s3);
  pointer-events: none;
  background: linear-gradient(to top, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 55%, transparent 100%);
}
.map-filters-bar .map-filters { pointer-events: auto; }

/* tools move up the right edge so they clear the filter bar */
.map-tools { bottom: auto; top: 56%; }

/* the standalone scroll cue is redundant with the hero CTA */
.map-scrollcue { display: none; }

/* ============================================
   COLLAPSIBLE CULTURE READING CARDS
   ============================================ */
.ex-culture-head { margin-bottom: var(--s6); }
.ex-culture-head h2 {
  font-family: var(--font-display); font-weight: var(--fw-x);
  font-size: clamp(1.7rem, 5vw, 2.5rem); color: #fff;
  letter-spacing: -0.02em; line-height: 1.05;
}
.culture-read .rc-mark {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: var(--fw-x);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  flex-shrink: 0;
}
.culture-read.cp-tibet    .rc-mark { -webkit-text-stroke-color: rgba(255,90,82,0.6); }
.culture-read.cp-israel   .rc-mark { -webkit-text-stroke-color: rgba(91,180,240,0.6); }
.culture-read.cp-mountain .rc-mark { -webkit-text-stroke-color: rgba(30,200,160,0.6); }
.culture-read .rc-sub { display: block; margin-top: 3px; }
