/* ============================================================
   Shared "kiosk back-bar" — extracted verbatim from what was
   five byte-identical copies across mallorca-crossings.html,
   mallorca-exile.html, mallorca-network.html, mallorca-types.html,
   and pollensa-colony.html. Do not re-inline this into any page —
   edit here once, all five (and any future chapter) update together.

   Behaviour unchanged from the original: hidden by default, shown
   via JS only when the page is opened standalone (not inside an
   index.html iframe with ?embed=1).

   Addition: a second link, "Private Journeys," per the brief's
   priority of cross-linking narrative pages to bookings. Kept to
   two links total so the bar stays a minimal kiosk element, not a
   full nav — these pages' own dramatic per-chapter styling is the
   point, and shouldn't be competing with a busy top bar.
   ============================================================ */
#gi-back{
  display:none;position:fixed;top:0;left:0;right:0;z-index:300;
  background:rgba(8,18,26,.93);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(100,160,190,.18);height:52px;
  align-items:center;justify-content:space-between;padding:0 18px}
#gi-back a{font-family:'Oswald',sans-serif;text-transform:uppercase;
  letter-spacing:.16em;font-size:.68rem;color:#90b8c8;text-decoration:none;
  display:inline-flex;align-items:center;gap:12px;padding:10px 6px;
  border-radius:6px;transition:color .2s}
#gi-back a:hover,#gi-back a:active{color:#e8c060}
#gi-back-active body{padding-top:52px}
