/* Confluence Trail - iOS-style design system.
   No em dashes in content. SF for UI, Fraunces for display titles. */

:root {
  --ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;

  /* Fresh light: bright airy surfaces, oxblood + prairie gold accents. Light only. */
  color-scheme: light;
  --bg: #f7f5f0;
  --group-bg: #fbfaf6;
  --elev: #ffffff;
  --elev-2: #f3f1ea;
  --label: #20201c;
  --label-2: #6c685f;
  --label-3: #adaa9f66;
  --separator: rgba(22, 20, 16, 0.08);
  --accent: #b23f2d;
  --accent-press: #8f3122;
  --gold: #b5821f;
  --gold-press: #8a6316;
  --maps-blue: #0a6cff;
  --material: rgba(251, 250, 246, 0.84);
  --shadow: 0 1px 2px rgba(35, 25, 15, 0.05), 0 10px 30px rgba(35, 25, 15, 0.06);
  --grain: 0.022;
  --nav-h: 44px;
  --tab-h: 50px;
  --np-h: 60px;
  --radius: 14px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
/* Light only by design. The tour reads as a bright, fresh field guide in any device theme. */

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: var(--ui);
  color: var(--label);
  background:
    radial-gradient(135% 95% at 50% -25%, color-mix(in srgb, var(--gold) 10%, var(--group-bg)), var(--group-bg) 58%);
  background-color: var(--group-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overscroll-behavior-y: none;
}
/* subtle archival grain */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: var(--grain); mix-blend-mode: overlay;
}
button { font-family: inherit; color: inherit; }

#app { height: 100%; position: relative; z-index: 1; }

/* ---------- Navigation bar (translucent, large-title aware) ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  height: calc(var(--nav-h) + var(--safe-top));
  padding-top: var(--safe-top);
  display: flex; align-items: center; gap: 4px;
  padding-left: 8px; padding-right: 8px;
  background: var(--material);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 0.5px solid transparent;
  transition: border-color 0.25s ease;
}
.nav.scrolled { border-bottom-color: var(--separator); }
.nav-title {
  position: absolute; left: 0; right: 0; text-align: center;
  font-weight: 600; font-size: 17px; letter-spacing: -0.2px;
  opacity: 0; transition: opacity 0.2s ease; pointer-events: none;
}
.nav.scrolled .nav-title { opacity: 1; }
.nav-back {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 3px;
  border: none; background: none; cursor: pointer;
  color: var(--accent); font-size: 17px; padding: 6px 6px 6px 2px;
}
.nav-back::before {
  content: ""; width: 11px; height: 11px; margin-right: 2px;
  border-left: 2.4px solid currentColor; border-bottom: 2.4px solid currentColor;
  transform: rotate(45deg); border-radius: 1px;
}
.nav-back:active { opacity: 0.4; }
.nav-back[hidden] { display: none; }
.nav-spacer { margin-left: auto; }

/* ---------- Screen scroll area ---------- */
.screen {
  position: absolute; inset: 0; z-index: 10;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding-top: calc(var(--nav-h) + var(--safe-top));
  padding-bottom: calc(var(--tab-h) + var(--safe-bottom) + 24px);
  scroll-behavior: smooth;
}
body.np-on .screen { padding-bottom: calc(var(--tab-h) + var(--np-h) + var(--safe-bottom) + 16px); }
.screen-inner { max-width: 760px; margin: 0 auto; padding: 0 16px; }
.screen.enter { animation: slideIn 0.32s cubic-bezier(0.32, 0.72, 0, 1); }
@keyframes slideIn { from { transform: translateX(28px); opacity: 0.4; } to { transform: none; opacity: 1; } }

/* ---------- Large title + section headers ---------- */
.large-title {
  font-family: var(--display);
  font-weight: 700; font-size: 34px; line-height: 1.06;
  letter-spacing: -0.5px; margin: 8px 0 2px; text-wrap: balance;
}
.subtitle { color: var(--label-2); font-size: 15px; margin: 0 0 18px; text-wrap: balance; }
.section-head {
  text-transform: uppercase; letter-spacing: 0.8px;
  font-size: 12px; font-weight: 700; color: var(--gold);
  margin: 26px 4px 8px;
}

/* ---------- brand lockup (home) ---------- */
.brand { margin: 12px 0 18px; }
.brand-eyebrow {
  text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px;
  font-weight: 700; color: var(--gold); margin-bottom: 10px;
}
.brand-word { display: flex; align-items: center; gap: 13px; }
.brand-mark { flex: 0 0 auto; width: 42px; height: 42px; }
.brand-title {
  font-family: var(--display); font-weight: 700; font-size: 38px;
  line-height: 0.98; letter-spacing: -0.6px; text-wrap: balance;
}
.brand-rule { height: 3px; width: 56px; background: var(--gold); border-radius: 2px; margin: 16px 0 0; opacity: 0.85; }

/* ---------- Grouped inset list (iOS table view) ---------- */
.list {
  background: var(--elev); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; margin: 0 0 10px;
}
.row {
  display: flex; align-items: center; gap: 12px;
  width: 100%; min-height: 60px; padding: 11px 14px;
  background: none; border: none; text-align: left; cursor: pointer;
  position: relative; color: inherit;
}
.row + .row::before {
  content: ""; position: absolute; top: 0; left: 58px; right: 0;
  height: 0.5px; background: var(--separator);
}
.row:active { background: var(--elev-2); }
.row-badge {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
  color: #fff; background: var(--accent); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}
.row-thumb {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 10px;
  object-fit: cover; background: var(--elev-2);
}
.row-body { flex: 1 1 auto; min-width: 0; }
.row-title { font-size: 16.5px; font-weight: 500; letter-spacing: -0.2px; }
.row-sub { font-size: 13.5px; color: var(--label-2); margin-top: 2px; }
.row-chev { flex: 0 0 auto; color: var(--label-3); }
.row-chev::after {
  content: ""; display: block; width: 8px; height: 8px;
  border-top: 2px solid var(--label-3); border-right: 2px solid var(--label-3);
  transform: rotate(45deg);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 17px; font-weight: 600; border: none; border-radius: 13px;
  padding: 14px 18px; cursor: pointer; width: 100%; text-decoration: none;
  transition: transform 0.08s ease, opacity 0.15s ease;
}
.btn:active { transform: scale(0.98); }
.btn-filled { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn-filled:active { background: var(--accent-press); }
.btn-maps { background: var(--maps-blue); color: #fff; }
.btn-maps[disabled], .btn-maps:not([href]) { background: var(--label-3); pointer-events: none; }
.btn-tinted {
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
}
.btn-row { display: flex; gap: 10px; margin: 14px 0; }
.btn-row .btn { font-size: 15.5px; padding: 11px 12px; }
.icon-btn {
  display: inline-grid; place-items: center; width: 44px; height: 44px;
  border-radius: 50%; border: none; background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent); cursor: pointer;
}
.icon-btn:active { transform: scale(0.94); }

/* ---------- Cards / detail ---------- */
.card { background: var(--elev); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hero { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; background: var(--elev-2); }
.img-credit { font-size: 11px; color: var(--label-3); margin: 4px 2px 0; }
.hero-zoom { font-size: 11px; font-weight: 600; color: var(--accent); text-align: right; padding: 6px 10px 8px; background: var(--elev); }

/* ---------- map dashboard ---------- */
.map-shell {
  position: relative; width: 100%;
  height: calc(100dvh - var(--nav-h) - var(--safe-top) - var(--tab-h) - var(--safe-bottom));
}
.map-full { position: absolute; inset: 0; }
.map-locate {
  position: absolute; right: 12px; bottom: 22px; z-index: 500;
  width: 46px; height: 46px; border-radius: 50%; border: none;
  background: var(--elev); color: var(--accent); box-shadow: var(--shadow);
  display: grid; place-items: center; cursor: pointer;
}
.map-locate:active { transform: scale(0.94); }
.leaflet-popup-content a { color: var(--accent); }

/* search */
.map-search { position: absolute; top: 10px; left: 10px; right: 10px; z-index: 600; }
.map-search-row { display: flex; gap: 8px; }
.map-search-input {
  flex: 1; min-width: 0; box-sizing: border-box; font: inherit; font-size: 16px;
  padding: 12px 16px; border-radius: 12px; border: none;
  background: var(--material); backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  box-shadow: var(--shadow); color: var(--label);
}
.map-search-input::placeholder { color: var(--label-2); }
.map-layers-btn {
  flex: 0 0 auto; width: 46px; border-radius: 12px; border: none; cursor: pointer;
  background: var(--material); backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px); box-shadow: var(--shadow);
  color: var(--accent); display: grid; place-items: center;
}
.map-layers-btn:active { transform: scale(0.96); }
/* category chips */
.map-chips { display: flex; gap: 7px; margin-top: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.map-chips::-webkit-scrollbar { display: none; }
.map-chip {
  flex: 0 0 auto; font: inherit; font-size: 13.5px; font-weight: 600;
  padding: 7px 13px; border-radius: 999px; border: none; cursor: pointer;
  background: var(--elev); color: var(--label); box-shadow: var(--shadow);
}
.map-chip.on { background: var(--accent); color: #fff; }
.map-chip.loading { opacity: 0.6; }
.map-chip.empty { opacity: 0.5; }
.chips-inline { margin: 2px 0 12px; }

/* portal special pin + badges + research add-ons */
.portal-pin { display: grid; place-items: center; }
.portal-pin svg { width: 16px; height: 16px; }
.portal-pin::before {
  content: ""; position: absolute; width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); border: 2px solid #fff; box-shadow: var(--shadow);
}
.portal-pin svg { position: relative; z-index: 1; }
.portal-badge { background: color-mix(in srgb, var(--gold) 18%, transparent) !important; color: var(--gold) !important; }
.source-list { padding: 4px 14px 12px; }
.source-item { font-size: 13.5px; color: var(--label-2); padding: 5px 0; border-top: 0.5px solid var(--separator); }
.source-item:first-child { border-top: none; }
.field-notes {
  width: 100%; box-sizing: border-box; min-height: 96px; resize: vertical;
  font: inherit; font-size: 15px; line-height: 1.45; color: var(--label);
  background: var(--elev); border: 1px solid var(--separator); border-radius: 12px;
  padding: 12px 14px; box-shadow: var(--shadow);
}
.field-notes::placeholder { color: var(--label-3); }
/* layers panel */
.map-layers-panel {
  margin-top: 8px; background: var(--elev); border-radius: 12px; box-shadow: var(--shadow);
  padding: 12px 14px; max-height: 50vh; overflow-y: auto;
}
.mlp-head { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--gold); margin-bottom: 8px; }
.mlp-row { display: flex; align-items: center; gap: 9px; padding: 6px 0; cursor: pointer; }
.mlp-swatch { width: 22px; height: 0; border-top-width: 3px; border-top-style: dashed; }
.swatch-rail { border-top-color: #3a2a20; }
.swatch-trail { border-top-color: var(--gold); border-top-style: dotted; border-top-width: 4px; }
.mlp-swatch.swatch-territory { height: 16px; border: 1.5px solid #5e7d5b; background: rgba(94, 125, 91, 0.18); border-radius: 3px; }
.mlp-label { font-size: 15px; }
.mlp-note { font-size: 12px; color: var(--label-2); margin-top: 6px; }
.map-results {
  margin-top: 8px; background: var(--elev); border-radius: 12px; box-shadow: var(--shadow);
  overflow: hidden; max-height: 50vh; overflow-y: auto;
}
.map-result {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left;
  padding: 11px 14px; background: none; border: none; cursor: pointer; color: inherit; position: relative;
}
.map-result + .map-result::before { content: ""; position: absolute; top: 0; left: 46px; right: 0; height: 0.5px; background: var(--separator); }
.map-result:active { background: var(--elev-2); }
.mr-ico { flex: 0 0 auto; color: var(--accent); display: grid; place-items: center; }
.mr-text { display: flex; flex-direction: column; min-width: 0; }
.mr-title { font-size: 15.5px; font-weight: 600; }
.mr-sub { font-size: 12.5px; color: var(--label-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* detail sheet (Google-style card) */
.place-sheet {
  position: fixed; left: 10px; right: 10px; z-index: 80;
  bottom: calc(var(--tab-h) + var(--safe-bottom) + 12px);
  background: var(--elev); border-radius: 16px; box-shadow: var(--shadow);
  overflow: hidden; max-height: 60vh; overflow-y: auto;
  animation: sheetUp 0.26s cubic-bezier(0.32, 0.72, 0, 1);
}
.place-sheet[hidden] { display: none; }
@keyframes sheetUp { from { transform: translateY(16px); opacity: 0.5; } to { transform: none; opacity: 1; } }
.sheet-close {
  position: absolute; top: 8px; right: 8px; z-index: 2; width: 32px; height: 32px;
  border-radius: 50%; border: none; background: rgba(0,0,0,0.42); color: #fff;
  font-size: 21px; line-height: 1; cursor: pointer;
}
.sheet-img { width: 100%; height: 150px; object-fit: cover; display: block; }
.sheet-body { padding: 13px 15px 16px; }
.sheet-eyebrow { text-transform: uppercase; letter-spacing: 0.7px; font-size: 11px; font-weight: 700; color: var(--gold); }
.sheet-title { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -0.3px; margin: 3px 0 6px; }
.sheet-sub { font-size: 14px; line-height: 1.45; color: var(--label-2); margin: 0 0 12px; }
.sheet-acts { display: flex; gap: 10px; }
.sheet-acts .btn { font-size: 15px; padding: 11px 12px; }
.sheet-open { width: 100%; margin-top: 10px; background: none; border: none; color: var(--accent); font: inherit; font-weight: 600; font-size: 15px; padding: 8px; cursor: pointer; }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(12, 10, 8, 0.92);
  display: flex; flex-direction: column;
}
.lightbox[hidden] { display: none; }
.lightbox-scroll { flex: 1; overflow: auto; -webkit-overflow-scrolling: touch; display: block; padding: env(safe-area-inset-top) 0 0; }
.lightbox-scroll img { display: block; min-width: 150%; max-width: none; margin: 0 auto; }
.lightbox-close {
  position: absolute; top: calc(env(safe-area-inset-top) + 8px); right: 14px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: rgba(0,0,0,0.5); color: #fff; font-size: 26px; line-height: 1; cursor: pointer;
}
.lightbox-cap { color: #d8d2c8; font-size: 12px; text-align: center; padding: 8px 16px calc(env(safe-area-inset-bottom) + 10px); }
.detail-title { font-family: var(--display); font-weight: 600; font-size: 27px; letter-spacing: -0.3px; margin: 16px 0 6px; text-wrap: balance; }
.detail-eyebrow { text-transform: uppercase; letter-spacing: 0.8px; font-size: 12px; font-weight: 700; color: var(--gold); margin-top: 10px; }
.prose { font-size: 16px; line-height: 1.55; color: var(--label); }
.prose p { margin: 0 0 13px; text-wrap: pretty; }
.summary { font-size: 16px; line-height: 1.5; color: var(--label-2); margin: 4px 0 8px; text-wrap: pretty; }
details.fold { margin: 6px 0 2px; }
details.fold > summary { list-style: none; cursor: pointer; color: var(--accent); font-weight: 600; font-size: 16px; padding: 8px 0; }
details.fold > summary::-webkit-details-marker { display: none; }

/* ---------- Map ---------- */
.map { height: 320px; width: 100%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--elev-2); margin: 4px 0 14px; }
.leaflet-container { font-family: var(--ui); background: var(--elev-2); }
.leaflet-control-zoom a { border-radius: 8px !important; color: var(--label) !important; }
.leaflet-bar { border: none !important; box-shadow: var(--shadow) !important; }
.leaflet-popup-content-wrapper { border-radius: 12px; }

/* active stop highlight in list */
.row.active .row-title { color: var(--accent); }

/* ---------- Now playing (Apple Music style, above tab bar) ---------- */
.np {
  position: fixed; left: 8px; right: 8px; z-index: 45;
  bottom: calc(var(--tab-h) + var(--safe-bottom) + 6px);
  height: var(--np-h);
  display: flex; align-items: center; gap: 12px; padding: 0 10px;
  background: var(--material); backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  border: 0.5px solid var(--separator); border-radius: 14px;
  box-shadow: var(--shadow); overflow: hidden;
}
.np[hidden] { display: none; }
.np-art { width: 42px; height: 42px; border-radius: 9px; background-size: cover; background-position: center; background-color: var(--accent); flex: 0 0 auto; }
.np-meta { flex: 1 1 auto; min-width: 0; }
.np-title { font-size: 14.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-sub { font-size: 12px; color: var(--label-2); }
.np-btn { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; border: none; background: none; color: var(--label); cursor: pointer; display: grid; place-items: center; }
.np-btn:active { opacity: 0.5; }
.np-close { width: 34px; height: 34px; color: var(--label-2); }
.np-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 16px; cursor: pointer; touch-action: none; }
.np-track { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--separator); }
.np-bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 0%; background: var(--gold); transition: width 0.18s linear; }
.np-knob { position: absolute; bottom: -3px; left: 0%; width: 11px; height: 11px; margin-left: -5.5px; border-radius: 50%; background: var(--gold); box-shadow: 0 1px 3px rgba(0,0,0,0.25); opacity: 0; transition: opacity 0.15s ease; }
.np-progress:hover .np-knob, .np-progress.seeking .np-knob { opacity: 1; }
.np-progress.seeking .np-bar { transition: none; }

/* ---------- photos (field research) ---------- */
.photo-wrap { margin-top: 2px; }
.photo-empty { color: var(--label-2); font-size: 14px; padding: 4px 2px 10px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 4px 0 12px; }
.photo-cell { position: relative; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: var(--elev); box-shadow: var(--shadow); }
.photo-cell img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; display: block; }
.photo-del { position: absolute; top: 5px; right: 5px; width: 26px; height: 26px; border: none; border-radius: 50%; background: rgba(20,18,14,0.6); color: #fff; cursor: pointer; display: grid; place-items: center; backdrop-filter: blur(4px); }
.photo-del:active { opacity: 0.6; }
.btn-photo {
  display: inline-flex; align-items: center; gap: 8px;
  font: inherit; font-size: 15.5px; font-weight: 600; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: none; border-radius: 12px; padding: 11px 16px; cursor: pointer; margin-bottom: 14px;
}
.btn-photo:active { opacity: 0.7; }

/* ---------- Tab bar ---------- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  height: calc(var(--tab-h) + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  display: flex; align-items: stretch;
  background: var(--material); backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-top: 0.5px solid var(--separator);
}
.tab {
  flex: 1; border: none; background: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  color: var(--label-2); font-size: 10px; font-weight: 600;
}
.tab .tab-ico { width: 25px; height: 25px; }
.tab.active { color: var(--accent); }
.tab:active { opacity: 0.6; }

/* ---------- itinerary / plan ---------- */
.row-time {
  flex: 0 0 auto; width: 48px; font-variant-numeric: tabular-nums;
  font-weight: 700; font-size: 13.5px; color: var(--gold);
}
.tag-gated {
  display: inline-block; margin-left: 8px; padding: 1px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 600; vertical-align: middle;
  background: color-mix(in srgb, var(--accent) 16%, transparent); color: var(--accent);
}
.venue-actions { display: flex; gap: 8px; margin: 14px 0 6px; }
.venue-act {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 12px 6px; border-radius: 12px; text-decoration: none;
  background: var(--elev); box-shadow: var(--shadow); color: var(--accent);
  font-size: 12.5px; font-weight: 600;
}
.venue-act:active { transform: scale(0.97); }
.venue-act-ico { display: grid; place-items: center; }
.inforow { display: flex; gap: 12px; padding: 12px 14px; position: relative; }
.inforow + .inforow::before { content: ""; position: absolute; top: 0; left: 14px; right: 0; height: 0.5px; background: var(--separator); }
.inforow-k { flex: 0 0 96px; color: var(--label-2); font-size: 14.5px; }
.inforow-v { flex: 1; font-size: 14.5px; }
.fineprint { font-size: 12.5px; color: var(--label-2); margin: 6px 4px 0; }
.gated-note {
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  border-left: 4px solid var(--accent); border-radius: 8px;
  padding: 10px 12px; font-size: 14px; color: var(--label); margin: 6px 0 2px;
}

@media (min-width: 760px) { .large-title { font-size: 40px; } }
