:root{
    --ink:#2b2b22;
    --moss:#3f5d40;
    --moss-dark:#131514;
    --parchment:#E1B15F;
    --parchment-2:#eee5d0;
    --rust:#a5562b;
    --line:#cfc4a4;
  }
  *{box-sizing:border-box;}
  .wrap{margin:0; padding:0; background:transparent;}
  
  .wrap{
    font-family: Georgia, 'Iowan Old Style', serif;
    color: var(--ink);
    max-width: 980px;
    margin: 0 auto;
  }
  .header{ padding: 18px 22px 12px; border-bottom: 1px solid var(--line); }
  .header h1{ font-size: 1.4rem; margin: 0 0 4px; color: var(--moss-dark); }
  .header p{ font-family: "Open Sans", sans-serif; font-size: 0.83rem; margin: 0; color: #5c5648; }
  .map-shell{ position: relative; }
  #map{ height: 580px; width: 100%; background: var(--parchment); }
  .leaflet-popup-content-wrapper{ background: var(--parchment); border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
  .leaflet-popup-tip{ background: var(--parchment); }
  .popup-card{ font-family: "Open Sans", sans-serif; max-width: 250px; }
  .popup-card .num{ display:inline-block; background: var(--moss); color: #fff; font-size: 0.7rem; font-weight:700; padding: 1px 7px; border-radius: 10px; margin-bottom: 4px; }
  .popup-card h3{ font-family: "Roboto", sans-serif; font-size: 1.2rem; line-height: 1.1; padding: 0; margin: 2px 0 4px; color: var(--moss-dark); }
  .popup-card .theme{ font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--rust); margin-bottom: 6px; }
  .popup-card .dist{ font-size: 0.72rem; color: #79735f; margin-bottom: 6px; }
  .popup-card p{ font-size: 0.82rem; line-height: 1.4; margin: 0; }
  .marker-pin{
    width: 26px; height: 26px; border-radius: 50%; background: var(--moss);
    border: 2px solid #fff; color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700; font-size: 12px; display:flex; align-items:center; justify-content:center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
  }
  .marker-pin.start{ background: var(--rust); width: 30px; height: 30px; font-size: 13px; }
  .legend{
    position:absolute; bottom: 14px; left: 14px;
    background: rgba(244,239,225,0.92); border: 1px solid var(--line);
    border-radius: 4px; padding: 8px 10px;
    font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 0.72rem; z-index: 500; color: var(--ink);
  }
  .legend .dot{ display:inline-block; width:9px;height:9px;border-radius:50%; margin-right:5px; vertical-align:middle; }
  .legend .ln{ display:inline-block; width:16px; height:0; border-top: 2px dashed var(--moss); margin-right:5px; vertical-align:middle; }