:root {  --ink: #1e2328;  --muted: #647174;  --paper: #f7f3e8;  --cream: #fffaf0;  --leaf: #236b5b;  --leaf-dark: #17483f;  --coral: #d85d45;  --sun: #f3b73f;  --sky: #d9eef0;  --line: rgba(30, 35, 40, 0.14);  --shadow: 0 24px 70px rgba(24, 47, 43, 0.18);  --radius: 8px;}* { box-sizing: border-box; }html { scroll-behavior: smooth; }body {  margin: 0;  color: var(--ink);  background: var(--paper);  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;  line-height: 1.5;}a { color: inherit; }img { display: block; max-width: 100%; }.site-header {  position: sticky;  top: 0;  z-index: 50;  display: flex;  align-items: center;  justify-content: space-between;  gap: 24px;  padding: 14px clamp(18px, 4rem, 56px);  background: rgba(255, 250, 240, 0.94);  border-bottom: 1px solid var(--line);  backdrop-filter: blur(16px);}.brand {  display: inline-flex;  align-items: center;  gap: 10px;  text-decoration: none;}.brand-mark {  display: grid;  width: 42px;  height: 42px;  place-items: center;  color: #fff;  background: var(--leaf);  border-radius: 50%;  font-weight: 900;}.brand strong,.brand small { display: block; }.brand small { color: var(--muted); font-size: 12px; }nav { display: flex; flex-wrap: wrap; gap: 8px; }nav a,.button {  min-height: 42px;  display: inline-flex;  align-items: center;  justify-content: center;  border-radius: var(--radius);  text-decoration: none;  font-weight: 850;}nav a { padding: 8px 12px; color: var(--muted); }nav a:hover { color: var(--ink); background: rgba(35, 107, 91, 0.08); }.section,.section-band { padding: clamp(48px, 5rem, 90px) clamp(18px, 4rem, 56px); }.hero-route {  min-height: calc(100vh - 70px);  display: grid;  gap: 28px;  background: linear-gradient(180deg, #fffaf0 0%, #f7f3e8 48%, #e8f1ec 100%);}.hero-intro {  display: grid;  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);  gap: clamp(24px, 3rem, 52px);  align-items: end;}.eyebrow {  margin: 0 0 12px;  color: var(--coral);  font-size: 12px;  font-weight: 950;  letter-spacing: 0;  text-transform: uppercase;}h1,h2,h3,p { overflow-wrap: anywhere; }h1,h2 { margin: 0; letter-spacing: 0; line-height: 0.98; }h1 { max-width: 950px; font-size: clamp(46px, 5.4rem, 88px); }h1 span { color: var(--leaf); }h2 { max-width: 760px; font-size: clamp(32px, 3.8rem, 58px); }h3 { margin: 10px 0 8px; font-size: 22px; line-height: 1.1; }.hero-lede {  max-width: 720px;  margin: 22px 0 0;  color: #374044;  font-size: clamp(18px, 1.4rem, 22px);}.hero-actions,.collab-actions,.card-actions { display: flex; flex-wrap: wrap; gap: 10px; }.hero-actions { margin-top: 26px; }.button { border: 1px solid transparent; padding: 11px 16px; }.button.primary { color: #fff; background: var(--leaf); }.button.primary:hover { background: var(--leaf-dark); }.button.secondary { color: var(--leaf-dark); background: rgba(255, 255, 255, 0.7); border-color: var(--line); }.button.full { width: 100%; }.hero-stats {  display: grid;  grid-template-columns: repeat(2, minmax(0, 1fr));  gap: 10px;}.hero-stats div {  min-height: 104px;  display: grid;  align-content: center;  gap: 4px;  padding: 16px;  background: rgba(255, 255, 255, 0.68);  border: 1px solid var(--line);  border-radius: var(--radius);}.hero-stats strong { color: var(--leaf-dark); font-size: 34px; line-height: 1; }.hero-stats span { color: var(--muted); font-weight: 850; }.route-stage {  display: grid;  gap: 14px;}.route-stage-header,.archive-heading {  display: grid;  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);  gap: 18px;  align-items: end;}.map-controls {  display: flex;  flex-wrap: wrap;  justify-content: flex-end;  gap: 8px;}.filter-button,.timeline-button,.icon-button,.archive-page-card {  border: 1px solid var(--line);  color: var(--ink);  background: rgba(255, 255, 255, 0.74);  border-radius: var(--radius);  font: inherit;  font-weight: 850;  cursor: pointer;}.filter-button {  min-height: 42px;  display: grid;  grid-template-columns: auto auto;  align-items: center;  gap: 8px;  padding: 8px 11px;}.filter-button small {  min-width: 26px;  padding: 2px 6px;  color: var(--muted);  background: rgba(30, 35, 40, 0.06);  border-radius: 999px;  font-weight: 950;}.filter-button.active,.filter-button:hover,.timeline-button.active,.archive-page-card:hover {  color: #fff;  background: var(--leaf);  border-color: var(--leaf);}.filter-button.active small,.filter-button:hover small { color: rgba(255, 255, 255, 0.82); background: rgba(255, 255, 255, 0.16); }.map-shell {  position: relative;  display: grid;  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);  min-height: 650px;  overflow: hidden;  background: var(--cream);  border: 1px solid var(--line);  border-radius: var(--radius);  box-shadow: var(--shadow);}.map-wrap { position: relative; min-height: 650px; }.map-canvas { position: absolute; inset: 0; }.map-fallback {  position: absolute;  left: 18px;  bottom: 18px;  z-index: 2;  display: none;  max-width: 280px;  padding: 14px;  background: rgba(255, 250, 240, 0.94);  border: 1px solid var(--line);  border-radius: var(--radius);}.map-fallback strong,.map-fallback span { display: block; }.journey-panel {  position: relative;  z-index: 3;  display: flex;  flex-direction: column;  gap: 14px;  padding: 20px;  background: var(--cream);  border-left: 1px solid var(--line);}.close-panel { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; }.panel-kicker,.panel-meta { margin: 0; color: var(--muted); font-weight: 850; }.panel-kicker,.journey-panel h3 { padding-right: 40px; }.journey-panel h3 { margin: 0; font-size: 30px; }.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #111; border-radius: var(--radius); }.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }.panel-summary,.journey-panel blockquote { margin: 0; }.journey-panel blockquote {  padding: 14px;  color: var(--leaf-dark);  background: var(--sky);  border-left: 4px solid var(--leaf);  border-radius: var(--radius);  font-weight: 850;}.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }.tag-row span {  padding: 5px 8px;  color: #8a3425;  background: rgba(216, 93, 69, 0.1);  border: 1px solid rgba(216, 93, 69, 0.18);  border-radius: 999px;  font-size: 12px;  font-weight: 850;}.timeline { display: grid; gap: 12px; }.list-heading,.archive-active-heading {  display: flex;  align-items: end;  justify-content: space-between;  gap: 16px;  padding-top: 4px;}.list-heading h3,.archive-active-heading strong { margin: 0; color: var(--leaf-dark); font-size: 26px; line-height: 1; }.list-heading span,.archive-active-heading span,.archive-note { color: var(--muted); font-weight: 850; }.timeline-country-items,.archive-country-items {  display: grid;  grid-template-columns: repeat(4, minmax(150px, 1fr));  gap: 8px;}.timeline-button {  min-height: 78px;  padding: 10px;  text-align: left;}.timeline-button span { display: block; }.timeline-button .time-country { color: var(--muted); font-size: 12px; }.timeline-button.active .time-country { color: rgba(255, 255, 255, 0.78); }.empty-state {  margin: 0;  padding: 18px;  color: var(--muted);  background: rgba(255, 255, 255, 0.68);  border: 1px solid var(--line);  border-radius: var(--radius);}.section-heading {  display: flex;  align-items: end;  justify-content: space-between;  gap: 24px;  margin-bottom: 26px;}.intro-grid,.featured-grid,.glossary-grid,.archive-overview {  display: grid;  grid-template-columns: repeat(3, minmax(0, 1fr));  gap: 16px;}.intro-grid article,.featured-card,.glossary-grid article,.archive-item,.archive-page-card {  background: rgba(255, 250, 240, 0.82);  border: 1px solid var(--line);  border-radius: var(--radius);}.intro-grid article,.glossary-grid article { padding: 22px; }.mini-icon {  display: inline-grid;  width: 38px;  height: 38px;  place-items: center;  color: #fff;  background: var(--coral);  border-radius: 50%;  font-weight: 900;  font-size: 13px;}.featured-card { overflow: hidden; }.featured-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }.featured-card-content { padding: 16px; }.featured-card h3 { font-size: 20px; }.featured-card p,.intro-grid p,.glossary-grid p,.collab p { color: var(--muted); }.card-actions { margin-top: 14px; }.card-actions .button { min-height: 38px; padding: 9px 11px; font-size: 14px; }.fallback-list { background: #edf3ee; }.archive-heading { align-items: start; }.archive-filters { justify-content: flex-end; }.archive-list { display: grid; gap: 14px; }.archive-overview { grid-template-columns: repeat(4, minmax(0, 1fr)); }.archive-page-card {  min-height: 96px;  display: grid;  align-content: center;  gap: 6px;  padding: 16px;  text-align: left;}.archive-page-card strong { font-size: 18px; }.archive-page-card span { color: var(--muted); font-weight: 850; }.archive-page-card:hover span { color: rgba(255, 255, 255, 0.78); }.archive-note { margin: 0; }.archive-item {  display: grid;  grid-template-columns: 96px minmax(0, 1fr) auto;  gap: 14px;  align-items: center;  padding: 10px;}.archive-item img { width: 96px; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }.archive-item h3 { margin: 0 0 4px; font-size: 18px; }.archive-item p { margin: 0; color: var(--muted); }.glossary { background: var(--leaf-dark); color: #fff; }.glossary .eyebrow { color: var(--sun); }.glossary-grid article { color: var(--ink); background: #fffaf0; }.glossary-grid strong,.glossary-grid span { display: block; }.glossary-grid strong { color: var(--leaf-dark); font-size: 30px; }.glossary-grid span { color: var(--coral); font-weight: 900; }.collab {  display: grid;  grid-template-columns: minmax(0, 1fr) auto;  gap: 24px;  align-items: center;  background: var(--sky);}footer {  position: relative;  z-index: 61;  display: flex;  justify-content: space-between;  gap: 16px;  padding: 24px clamp(18px, 4rem, 56px);  color: var(--muted);  background: var(--paper);  border-top: 1px solid var(--line);}.ali-marker {  width: 34px;  height: 34px;  border: 3px solid #fff;  border-radius: 50%;  background: var(--coral);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);  cursor: pointer;}.ali-marker.active { background: var(--sun); transform: scale(1.16); }.static-route-arrow {  position: absolute;  z-index: 3;  color: var(--leaf-dark);  text-shadow: 0 1px 0 #fffaf0, 0 0 8px rgba(255, 250, 240, 0.85);  font-size: 17px;  font-weight: 950;  line-height: 1;  animation: routeArrowPulse 900ms ease-in-out infinite;}.static-route-badge {  position: absolute;  z-index: 4;  padding: 4px 7px;  color: #fffaf0;  background: var(--leaf-dark);  border: 2px solid #fffaf0;  border-radius: 999px;  font-size: 10px;  font-weight: 950;  line-height: 1;  transform: translate(-50%, -155%);  box-shadow: 0 8px 18px rgba(24, 47, 43, 0.2);}@keyframes routeArrowPulse { 0% { opacity: 0.25; } 45% { opacity: 1; } 100% { opacity: 0.25; } }.journey-panel.is-collapsed { display: none; }@media (max-width: 1100px) {  .hero-intro,  .route-stage-header,  .archive-heading,  .map-shell,  .collab { grid-template-columns: 1fr; }  .map-controls { justify-content: flex-start; }  .journey-panel { border-left: 0; border-top: 1px solid var(--line); }  .timeline-country-items,  .archive-country-items,  .archive-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (max-width: 760px) {  .site-header,  .section-heading,  .list-heading,  .archive-active-heading,  footer { align-items: flex-start; flex-direction: column; }  h1 { font-size: 44px; }  h2 { font-size: 34px; }  .hero-stats,  .intro-grid,  .featured-grid,  .glossary-grid,  .timeline-country-items,  .archive-country-items,  .archive-overview { grid-template-columns: 1fr; }  .map-shell,  .map-wrap { min-height: auto; }  .map-wrap { height: 430px; }  .journey-panel { padding: 16px; }  .archive-item { grid-template-columns: 86px minmax(0, 1fr); }  .archive-item .button { grid-column: 1 / -1; }  .filter-button { min-width: 0; }}@media (max-width: 460px) {  .section,  .section-band { padding-left: 16px; padding-right: 16px; }  .hero-stats div { min-height: 86px; }  .map-controls { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }  .filter-button { width: 100%; }  .map-wrap { height: 360px; }}
.tantry-toggle {  display: inline-flex;  align-items: center;  gap: 8px;  min-height: 42px;  padding: 8px 12px;  color: var(--leaf-dark);  background: rgba(255, 255, 255, 0.7);  border: 1px solid var(--line);  border-radius: 999px;  font: inherit;  font-weight: 850;  cursor: pointer;  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;}.tantry-toggle:hover { border-color: var(--leaf); }.tantry-toggle .tantry-toggle-dot {  width: 12px;  height: 12px;  border-radius: 50%;  background: var(--muted);  box-shadow: 0 0 0 3px rgba(100, 113, 116, 0.18);  transition: background 160ms ease, box-shadow 160ms ease;}.tantry-toggle .tantry-toggle-state {  min-width: 30px;  padding: 2px 7px;  color: var(--muted);  background: rgba(30, 35, 40, 0.07);  border-radius: 999px;  font-size: 11px;  font-weight: 950;  text-align: center;}.tantry-toggle.is-on {  color: #fff;  background: var(--coral);  border-color: var(--coral);}.tantry-toggle.is-on .tantry-toggle-dot { background: var(--sun); box-shadow: 0 0 0 3px rgba(243, 183, 63, 0.45); }.tantry-toggle.is-on .tantry-toggle-state { color: #fff; background: rgba(255, 255, 255, 0.22); }
.tantry-translator {  margin-top: 18px;  display: grid;  gap: 14px;  padding: clamp(20px, 3vw, 30px);  color: var(--ink);  background: #fffaf0;  border: 1px solid var(--line);  border-radius: var(--radius);  box-shadow: var(--shadow);}.tantry-translator-head h3 { margin: 6px 0 0; color: var(--leaf-dark); font-size: clamp(22px, 2.4rem, 30px); }.tantry-field { display: grid; gap: 6px; }.tantry-field-label {  color: var(--muted);  font-size: 12px;  font-weight: 950;  text-transform: uppercase;  letter-spacing: 0.02em;}.tantry-translator input {  width: 100%;  min-height: 52px;  padding: 12px 14px;  color: var(--ink);  background: #fff;  border: 1px solid var(--line);  border-radius: var(--radius);  font: inherit;  font-size: 18px;}.tantry-translator input:focus { outline: none; border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(35, 107, 91, 0.16); }.tantry-output-box {  display: grid;  gap: 6px;  padding: 16px;  background: var(--sky);  border-left: 4px solid var(--leaf);  border-radius: var(--radius);}.tantry-output { margin: 0; color: var(--leaf-dark); font-size: clamp(20px, 2.6rem, 28px); font-weight: 900; }.tantry-translator-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }.tantry-translator-actions small { color: var(--muted); font-weight: 850; }
.voice-clip {  display: grid;  gap: 10px;  padding: 14px;  background: rgba(243, 183, 63, 0.12);  border: 1px solid rgba(216, 93, 69, 0.22);  border-radius: var(--radius);}.voice-clip[hidden] { display: none; }.voice-clip-btn {  display: inline-flex;  align-items: center;  gap: 10px;  justify-self: start;  min-height: 42px;  padding: 9px 15px 9px 12px;  color: #fff;  background: var(--coral);  border: 0;  border-radius: 999px;  font: inherit;  font-weight: 900;  cursor: pointer;}.voice-clip-btn:hover { background: #c44e38; }.voice-clip-icon {  width: 0;  height: 0;  border-style: solid;  border-width: 7px 0 7px 12px;  border-color: transparent transparent transparent #fff;}.voice-clip-btn.is-playing .voice-clip-icon {  width: 12px;  height: 13px;  border: 0;  background: linear-gradient(90deg, #fff 0 35%, transparent 35% 65%, #fff 65% 100%);}.voice-clip-place { margin: 0; color: #8a3425; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.02em; }.voice-clip-quote {  margin: 0;  padding: 10px 12px;  color: var(--leaf-dark);  background: rgba(255, 250, 240, 0.85);  border-left: 4px solid var(--coral);  border-radius: var(--radius);  font-weight: 850;  font-style: italic;}.voice-clip-quote[hidden] { display: none; }
.ali-dictionary { margin-top: 30px; }.ali-dictionary-head h3 { margin: 6px 0 4px; color: #fff; font-size: clamp(22px, 2.4rem, 30px); }.ali-dictionary-sub { margin: 0 0 16px; color: rgba(255, 255, 255, 0.72); font-weight: 850; }.ali-dictionary-grid {  display: grid;  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));  gap: 12px;}.ali-word {  display: flex;  align-items: center;  gap: 12px;  padding: 12px 14px;  color: var(--ink);  background: #fffaf0;  border: 1px solid var(--line);  border-radius: var(--radius);}.ali-word.is-mute { opacity: 0.72; }.ali-word-play {  flex: 0 0 auto;  display: grid;  place-items: center;  width: 38px;  height: 38px;  color: #fff;  background: var(--coral);  border: 0;  border-radius: 50%;  cursor: pointer;}.ali-word-play[disabled] { background: var(--muted); cursor: default; }.ali-word-play:not([disabled]):hover { background: #c44e38; }.ali-word-icon {  width: 0;  height: 0;  border-style: solid;  border-width: 6px 0 6px 10px;  border-color: transparent transparent transparent #fff;  margin-left: 2px;}.ali-word-play.is-playing .ali-word-icon {  width: 10px;  height: 11px;  border: 0;  margin-left: 0;  background: linear-gradient(90deg, #fff 0 35%, transparent 35% 65%, #fff 65% 100%);}.ali-word-text { display: grid; gap: 1px; min-width: 0; }.ali-word-text strong { color: var(--leaf-dark); font-size: 19px; line-height: 1.1; }.ali-word-text span { color: var(--coral); font-weight: 900; font-size: 13px; }
.passport { background: var(--leaf-dark); color: #fff; background-image: radial-gradient(circle at 12% 18%, rgba(243,183,63,0.10), transparent 26%), radial-gradient(circle at 88% 78%, rgba(216,93,69,0.12), transparent 24%); }.passport .eyebrow { color: var(--sun); }.passport-head { max-width: 940px; margin-bottom: 28px; }.passport-head h2 { color: #fff; }.passport-thesis-sub { margin: 16px 0 0; color: rgba(255,255,255,0.78); font-size: clamp(16px, 1.4rem, 20px); font-weight: 850; }
.passport-receipt { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; margin-bottom: 34px; }.passport-stat { display: grid; align-content: center; gap: 4px; padding: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); }.passport-stat strong { color: var(--sun); font-size: clamp(26px, 3vw, 36px); line-height: 1; }.passport-stat span { color: rgba(255,255,255,0.74); font-weight: 850; font-size: 13px; }
.passport-trail-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }.passport-trail-head strong { color: #fff; font-size: 22px; }.passport-trail-head span { color: rgba(255,255,255,0.66); font-weight: 850; }
.passport-trail { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }.passport-stamp { display: grid; justify-items: center; gap: 2px; width: 132px; padding: 14px 10px; color: var(--leaf-dark); background: #fffaf0; border: 2px solid var(--coral); border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,0.22); cursor: pointer; font: inherit; transition: transform 160ms ease, box-shadow 160ms ease; }.passport-trail .passport-stamp:nth-child(4n+1) { transform: rotate(-2.5deg); }.passport-trail .passport-stamp:nth-child(4n+3) { transform: rotate(2deg); }.passport-stamp:hover { transform: rotate(0) translateY(-3px) scale(1.04); box-shadow: 0 16px 30px rgba(0,0,0,0.3); }.passport-stamp-flag { font-size: 26px; line-height: 1; }.passport-stamp-of { color: var(--coral); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.08em; }.passport-stamp-name { color: var(--leaf-dark); font-size: 17px; font-weight: 950; line-height: 1.05; text-align: center; text-transform: uppercase; }.passport-stamp-no { color: var(--muted); font-size: 11px; font-weight: 900; }.passport-link { color: rgba(255,255,255,0.5); font-size: 18px; }
@media (max-width: 1100px) { .passport-receipt { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 760px) { .passport-receipt { grid-template-columns: repeat(2, minmax(0,1fr)); } .passport-trail { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; } .passport-stamp { width: 124px; flex: 0 0 auto; } }
/* on-map crossings */
.crossing-handshake { font-size: 17px; line-height: 1; cursor: default; pointer-events: none; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35)); }
.static-handshake { font-size: 16px; line-height: 1; z-index: 4; filter: drop-shadow(0 1px 2px rgba(255,250,240,0.85)); }
/* hero is single column now (stat tiles removed; passport receipt owns the numbers) */
.hero-intro { grid-template-columns: 1fr; align-items: start; }
.ali-dictionary { margin-top: 20px; }
/* sticky-header offset so in-page anchors don't hide under the header */
section[id] { scroll-margin-top: 80px; }
/* ---- mobile-first refinements (phone is the primary surface) ---- */
@media (max-width: 760px) {
  .hero-route { min-height: auto; gap: 22px; }
  .site-header { gap: 12px; padding: 12px 16px; }
  nav { gap: 6px; }
  h1 { font-size: clamp(34px, 11vw, 46px); line-height: 1.02; }
  h2 { font-size: clamp(26px, 8vw, 36px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 50px; font-size: 16px; }
  .passport-head h2 { font-size: clamp(24px, 7.5vw, 32px); }
  .map-wrap { height: 64vh; min-height: 360px; }
  .journey-panel { gap: 12px; }
  .card-actions { flex-direction: column; }
  .card-actions .button { width: 100%; min-height: 46px; }
  .ali-dictionary-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 440px) {
  .ali-dictionary-grid { grid-template-columns: 1fr; }
  .passport-receipt { gap: 8px; }
}
/* smaller map pins + handshakes so a phone-sized map doesn't get crowded */
@media (max-width: 760px) {
  .ali-marker { width: 24px; height: 24px; border-width: 2px; box-shadow: 0 5px 12px rgba(0,0,0,0.22); }
  .ali-marker.active { transform: scale(1.22); }
  .crossing-handshake { font-size: 13px; }
  .static-handshake { font-size: 13px; }
  .static-route-badge { font-size: 9px; padding: 3px 6px; }
  .static-route-arrow { font-size: 14px; }
}
@media (max-width: 440px) {
  .ali-marker { width: 20px; height: 20px; border-width: 2px; }
  .crossing-handshake { font-size: 12px; }
  .static-handshake { font-size: 12px; }
}
/* top sliding "Buy me a Toffee" banner */
.toffee-banner { display: block; background: #d62828; color: #fff; text-decoration: none; overflow: hidden; }
.toffee-track { display: inline-flex; white-space: nowrap; animation: toffeeScroll 28s linear infinite; }
.toffee-banner:hover .toffee-track { animation-play-state: paused; }
.toffee-msg { display: inline-block; padding: 6px 0; font-weight: 850; font-size: 13px; }
@keyframes toffeeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .toffee-track { animation: none; white-space: normal; } .toffee-msg + .toffee-msg { display: none; } .toffee-banner { text-align: center; } }
/* Buy me a Toffee section */
.toffee { background: #fff3f1; }
.toffee-card { display: flex; gap: clamp(18px, 3vw, 28px); align-items: center; padding: clamp(22px, 4vw, 40px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.toffee-cup { font-size: clamp(46px, 8vw, 76px); line-height: 1; }
.toffee-copy h2 { margin: 6px 0 10px; }
.toffee-copy p { color: var(--muted); max-width: 560px; }
.toffee-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.toffee-btn { color: #fff; background: #d62828; border-color: #d62828; }
.toffee-btn:hover { background: #b81d1d; }
@media (max-width: 600px) { .toffee-card { flex-direction: column; text-align: center; align-items: center; } .toffee-actions { justify-content: center; } .toffee-btn { width: 100%; } }
/* always-on Subscribe button */
.yt-subscribe { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; color: #fff; background: #ff0000; text-decoration: none; font-weight: 900; border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,0.3); }
.yt-subscribe:hover { background: #d90000; }
.yt-subscribe-icon { display: inline-grid; place-items: center; width: 22px; height: 22px; color: #ff0000; background: #fff; border-radius: 5px; font-size: 10px; padding-left: 2px; }
@media (max-width: 600px) { .yt-subscribe { right: 12px; bottom: 12px; padding: 10px 14px; } .yt-subscribe-text { font-size: 14px; } }
/* static footer credit banner (same look as the top toffee banner) */
.eblessings-banner { position: relative; z-index: 61; background: #d62828; color: #fff; text-align: center; padding: 7px 16px; font-weight: 850; font-size: 13px; }
.eblessings-banner a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.eblessings-banner a:hover { color: #ffe9b0; }
.eb-heart { color: #fff; }
/* About section */
.about-card { padding: clamp(22px, 4vw, 40px); background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-lede { margin: 0; max-width: 760px; font-size: clamp(18px, 1.5rem, 23px); color: #374044; line-height: 1.55; }
.about-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
@media (max-width: 600px) { .about-actions .button { width: 100%; } }
/* donation details */
.support-details { display: grid; gap: 10px; margin: 18px 0 10px; }
.support-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.support-info { display: grid; gap: 2px; min-width: 0; }
.support-label { color: var(--muted); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.02em; }
.support-info strong { color: var(--ink); font-size: clamp(18px, 2.4vw, 22px); font-weight: 900; word-break: break-all; font-variant-numeric: tabular-nums; }
.support-sub { color: var(--muted); font-weight: 850; font-size: 13px; }
.support-copy { flex: 0 0 auto; min-height: 40px; padding: 8px 16px; color: #fff; background: var(--leaf); border: 0; border-radius: 999px; font: inherit; font-weight: 900; cursor: pointer; }
.support-copy:hover { background: var(--leaf-dark); }
.support-copy.is-copied { background: var(--coral); }
.support-thanks { margin: 6px 0 0; color: var(--leaf-dark); font-weight: 900; }
@media (max-width: 600px) { .support-row { flex-direction: column; align-items: flex-start; } .support-copy { width: 100%; } }