/* =============================================================
   HEY JIMINY V3 — Adventure Companion Interface (css/hey-jiminy.css)
   =============================================================
   Page-scoped stylesheet, loaded only on hey-jiminy.html. Built on
   the site's existing navy/gold/cream tokens (variables.css) plus
   one page-local addition, --hey2-sage, for the brief's requested
   sage accent — defined locally here, not added to the shared
   variables.css file (per "do not modify global CSS unless
   absolutely necessary").
============================================================= */

/* Same authoritative workspace, presented inside the summoned Companion
   Sheet. Only page chrome is removed; orchestration, state, structured
   renderers, composer, authentication, and capability behavior are shared. */
html.hey2-companion-embed,
html.hey2-companion-embed body { height: 100% !important; min-height: 100% !important; background: transparent; overflow: hidden; }
html.hey2-companion-embed .scrim,
html.hey2-companion-embed .sidebar,
html.hey2-companion-embed .topbar,
html.hey2-companion-embed .bottom-nav,
html.hey2-companion-embed .book-trip-promo,
html.hey2-companion-embed .hey-dialog { display: none !important; }
html.hey2-companion-embed .app-shell,
html.hey2-companion-embed .main,
html.hey2-companion-embed .content { display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 100%; margin: 0; padding: 0; overflow: hidden; }
html.hey2-companion-embed .hey2 { flex:1 1 auto; min-height:0; border-radius:0; padding:12px; box-shadow:none; background:transparent; overflow-y:auto; overscroll-behavior:contain; }
html.hey2-companion-embed .hey2-header,
html.hey2-companion-embed .hey2-thought,
html.hey2-companion-embed .hey2-living,
html.hey2-companion-embed .hey2-upnext-preview,
html.hey2-companion-embed .hey2-section,
html.hey2-companion-embed .hey2-panel--empty { display:none !important; }
html.hey2-companion-embed .hey2-conversation[hidden] { display:block; }
html.hey2-companion-embed .hey2-conversation:empty::before { content:"I’m here. What can I help you figure out?"; display:block; max-width:88%; padding:13px 15px; border:1px solid rgba(120,194,238,.72); border-radius:20px; background:linear-gradient(180deg,rgba(194,232,250,.96),rgba(139,202,237,.94)); color:#071f41; font-size:13px; font-weight:750; line-height:1.45; box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 18px rgba(1,18,43,.18); }
html.hey2-companion-embed .hey2-composer { flex:0 0 auto; position:static; width:100%; margin:0; padding:8px 10px max(8px,env(safe-area-inset-bottom)); background:rgba(3,20,48,.72); border-top:1px solid rgba(126,190,235,.22); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
html.hey2-companion-embed .hey2-composer__body { padding:0; border:0; border-radius:16px; background:transparent; box-shadow:none; }
html.hey2-companion-embed .hey2-composer__row { margin:0; gap:7px; }
html.hey2-companion-embed .hey2-composer__row input { min-height:44px; padding:9px 13px; border-radius:15px; }
html.hey2-companion-embed .hey2-composer__row .hey2-btn--primary { min-width:44px; width:44px; min-height:44px; padding:0; border-radius:15px; font-size:0; }
html.hey2-companion-embed .hey2-composer__row .hey2-btn--primary::before { content:"↑"; font-size:20px; line-height:1; }
html.hey2-companion-embed .hey2-composer__quick,
html.hey2-companion-embed .hey2-composer__context { display:none !important; }
html.hey2-companion-embed .hey2-sheet-preview { margin-top:10px; padding:12px; border-radius:18px; color:#f5f9ff; }
html.hey2-companion-embed .hey2-sheet-preview__eyebrow { display:block; margin-bottom:3px; color:#9fc8e8; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
html.hey2-companion-embed .hey2-sheet-preview__name { display:block; font-size:15px; line-height:1.25; }
html.hey2-companion-embed .hey2-sheet-preview__detail { display:block; margin-top:3px; color:#c6d9eb; font-size:12px; }
html.hey2-companion-embed .hey2-sheet-preview__actions { display:flex; gap:8px; margin-top:10px; }
html.hey2-companion-embed .hey2-sheet-preview__actions button { min-height:44px; border-radius:13px; padding:0 13px; font:inherit; font-size:12px; font-weight:800; cursor:pointer; }
html.hey2-companion-embed .hey2-sheet-preview__primary { border:1px solid rgba(255,191,58,.9); background:#f5af21; color:#071d3c; }
html.hey2-companion-embed .hey2-sheet-preview__secondary { border:1px solid rgba(147,202,238,.62); background:rgba(118,180,221,.2); color:#e9f5ff; }
html.hey2-companion-embed .hey2-sheet-preview__secondary:disabled { opacity:.5; cursor:wait; }
html.hey2-companion-embed .hey2-log-scrim,
html.hey2-companion-embed .hey2-log-drawer { display: none !important; }

.hey2 {
  --hey2-sage: #8fa693;
  --hey2-glass: rgba(255,255,255,.62);
  --hey2-glass-strong: rgba(255,255,255,.82);
  --hey2-glass-border: rgba(7,31,65,.10);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: 34px;
  background-image:
    radial-gradient(ellipse at 50% 38%, rgba(3,20,48,.42) 0%, rgba(3,20,48,.22) 48%, rgba(3,20,48,.40) 100%),
    linear-gradient(rgba(3,20,48,.30), rgba(3,20,48,.38)),
    url("/assets/images/hey-jiminy-celestial-wrapper.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 44%;
  box-shadow: 0 20px 44px rgba(3,20,48,.22);
  overflow: hidden;
}

/* ── HEADER ───────────────────────────────────────────────────── */
.hey2-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.hey2-header__identity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hey2-header__mark {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: var(--gold);
  background: var(--navy);
  box-shadow: 0 6px 14px rgba(7,31,65,.2);
}
.hey2-header__identity h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: -.01em;
}
.hey2-header__status {
  margin: 0;
  font-size: 10.5px;
  font-weight: 700;
  color: #b9c9dd;
}
.hey2-log-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--hey2-glass-border);
  background: var(--hey2-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 7px 13px;
  min-height: 40px;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.hey2-log-btn:hover { background: rgba(255,255,255,.8); }
.hey2-log-btn:active { transform: scale(.96); }
.hey2-log-btn[hidden] { display: none; }
.hey2-log-btn { position: relative; }
.hey2-log-btn--indicator::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--cream, #fbf7ee);
  animation: hey2IndicatorIn .3s cubic-bezier(.22,1,.36,1);
}
@keyframes hey2IndicatorIn { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  .hey2-log-btn { transition: none; }
  .hey2-log-btn--indicator::after { animation: none; }
}

/* ── STATUS / ERROR / SIGN-IN ────────────────────────────────── */
.hey2-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 26px 4px;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}
.hey2-status[hidden] { display: none; }

.hey2-spinner {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2.5px solid rgba(7,31,65,.14);
  border-top-color: var(--navy);
  animation: hey2Spin .7s linear infinite;
}
.hey2-spinner--small { width: 14px; height: 14px; border-width: 2px; }
@keyframes hey2Spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .hey2-spinner { animation: none; border-top-color: rgba(7,31,65,.4); }
}

.hey2-panel {
  padding: 22px;
  border-radius: 22px;
  background: var(--hey2-glass-strong);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--hey2-glass-border);
  box-shadow: 0 18px 46px rgba(7,31,65,.10);
  text-align: center;
  margin-bottom: 14px;
}
.hey2-panel[hidden] { display: none; }
.hey2-panel p { margin: 0 0 14px; color: var(--ink); font-weight: 700; }
.hey2-panel--signin.jiminy-glass--speech {
  padding: 28px 24px 24px;
}
.hey2-panel--signin.jiminy-glass--speech p {
  max-width: 36ch;
  margin: 0 auto 18px;
  color: var(--jiminy-glass-speech-text);
  font-family: Georgia, serif;
  font-size: clamp(17px, 4.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
}
.hey2-panel--empty {
  padding: 34px 24px;
}
.hey2-panel__mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 17px;
  margin-bottom: 12px;
}
.hey2-panel__eyebrow {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 18px;
  color: var(--navy);
  font-weight: normal;
}
.hey2-panel__body {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13.5px;
}
.hey2-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.hey2-panel__list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
}
.hey2-panel__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* ── UP NEXT PREVIEW — one compact line right under the Living
   Adventure Card, before the fuller Up Next section below. ──────── */
.hey2-upnext-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(7,31,65,.035);
  border: 1px solid rgba(7,31,65,.05);
}
.hey2-upnext-preview[hidden] { display: none; }
.hey2-upnext-preview__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--hey2-sage);
  flex-shrink: 0;
}
.hey2-upnext-preview__body {
  flex: 1;
  min-width: 0;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hey2-upnext-preview__body span {
  color: var(--muted);
  font-weight: 600;
}
/* A soft shimmer only when Jiminy has actually updated/confirmed the
   next recommendation — never continuous, never on every render. */
.hey2-upnext-preview--updated {
  animation: hey2PreviewShimmer .6s cubic-bezier(.22,1,.36,1);
}
@keyframes hey2PreviewShimmer {
  0% { background: rgba(244,184,37,.14); }
  100% { background: rgba(7,31,65,.035); }
}
@media (prefers-reduced-motion: reduce) {
  .hey2-upnext-preview--updated { animation: none; }
}

/* ── QUIET NOTICES ────────────────────────────────────────────── */
.hey2-notice {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}
.hey2-notice[hidden] { display: none; }
.hey2-notice--error {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(178,58,58,.08);
  color: #7a2b2b;
  font-size: 13.5px;
  font-weight: 700;
  font-style: normal;
}

/* ── ASK CONVERSATION — a guest's typed question + Jiminy's honest
   reply, rendered by renderHeyJiminyConversationTurn() in
   js/hey-jiminy.js. Same restrained frosted-glass language as
   .hey2-thought/.hey2-panel below (--hey2-glass tokens), kept as
   plain text-first turns rather than another heavy card — the
   conversation is the visual hero here, not a component. ─────── */
.hey2-conversation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 20px;
}
.hey2-conversation[hidden] { display: none; }

.hey2-turn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hey2-turn__question {
  align-self: flex-end;
  max-width: 82%;
  margin: 0;
  padding: 10px 16px;
  border-radius: 16px 16px 4px 16px;
  background: var(--navy);
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-word;
}

.hey2-turn__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 92%;
  padding: 16px 20px;
}
.hey2-turn__answer-mark {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--gold);
  background: rgba(2,18,43,.72);
  border: 1px solid rgba(244,184,37,.28);
  margin-top: 1px;
}
.hey2-turn__answer-text {
  margin: 0;
  color: var(--jiminy-glass-speech-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.hey2-turn__link {
  align-self: flex-start;
  margin-left: 20px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hey2-turn__link:hover { color: var(--gold); }

/* UNIT 5C-C2x — governed conversational entity clarification: real,
   keyboard-accessible Yes/No/choice actions appended to a turn. Never
   an .hey2-turn__link (bare text link) — these are actual <button>
   elements so the guest can activate them with a single tap or Enter/
   Space from focus. */
.hey2-turn__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: flex-start;
  margin-left: 56px;
  max-width: calc(100% - 56px);
}
.hey2-turn__action {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(30, 103, 164, .24);
  background: linear-gradient(180deg, rgba(239, 249, 255, .96), rgba(218, 237, 249, .92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84), 0 4px 10px rgba(7,31,65,.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.hey2-turn__action:hover:not(:disabled) {
  border-color: rgba(30, 103, 164, .42);
  background: linear-gradient(180deg, #effaff, #cfeafa);
  box-shadow: inset 0 1px 0 #fff, 0 5px 12px rgba(7,31,65,.09);
}
.hey2-turn__action:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.hey2-turn__action:disabled {
  border-color: rgba(7,31,65,.1);
  background: rgba(232,239,244,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62);
  color: rgba(7,31,65,.58);
  cursor: default;
}

@media (max-width: 480px) {
  .hey2-turn__question,
  .hey2-turn__answer { max-width: 100%; }
  .hey2-turn__actions { margin-left: 0; max-width: 100%; }
}

/* ── THOUGHT BUBBLE — persistent, translucent, alive ─────────── */
.hey2-thought {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0 0 20px;
  padding: 20px 24px;
  transition: box-shadow .5s ease, border-color .5s ease;
}
.hey2-thought[hidden] { display: none; }
/* Presence gives the bubble itself a barely-there acknowledgement —
   never brighter, just a hair more present while Jiminy is thinking
   or actively speaking a fresh thought. */
[data-jiminy-presence="thinking"] .hey2-thought,
[data-jiminy-presence="speaking"] .hey2-thought {
  border-color: rgba(244,184,37,.22);
  box-shadow: var(--jiminy-glass-speech-refraction),var(--jiminy-glass-speech-depth),0 0 0 1px rgba(244,184,37,.08);
}

.hey2-thought__mark {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: var(--gold);
  background: rgba(2,18,43,.72);
  border: 1px solid rgba(244,184,37,.28);
  opacity: .92;
}
.hey2-thought__mark--shimmer { animation: hey2MarkShimmer .5s cubic-bezier(.22,1,.36,1); }
@keyframes hey2MarkShimmer {
  0% { box-shadow: 0 0 0 0 rgba(244,184,37,.45); }
  60% { box-shadow: 0 0 0 6px rgba(244,184,37,0); }
  100% { box-shadow: 0 0 0 0 rgba(244,184,37,0); }
}

.hey2-thought__text {
  margin: 3px 0 0;
  max-width: 46ch;
  font-size: 15px;
  font-weight: 700;
  color: var(--jiminy-glass-speech-text);
  line-height: 1.6;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .22s cubic-bezier(.22,1,.36,1), transform .22s cubic-bezier(.22,1,.36,1);
}
/* Existing thought fades + moves UP and out; the new one starts
   translated slightly BELOW rest and transitions up into place —
   two distinct transient states rather than one symmetric fade. */
.hey2-thought__text--exiting { opacity: 0; transform: translateY(-4px); transition-duration: .16s; }
.hey2-thought__text--entering { opacity: 0; transform: translateY(4px); }
@media (prefers-reduced-motion: reduce) {
  .hey2-thought__text,
  .hey2-thought { transition: none; }
  .hey2-thought__mark--shimmer { animation: none; }
}

/* ── LIVING ADVENTURE CARD — the centerpiece ─────────────────── */
.hey2-living[hidden] { display: none; }

.hey2-living-card {
  position: relative;
  padding: 30px 26px 28px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.72) 100%);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  border: 1px solid rgba(7,31,65,.08);
  box-shadow: 0 30px 70px rgba(7,31,65,.13), inset 0 1px 0 rgba(255,255,255,.6);
  margin-bottom: 14px;
  overflow: hidden;
  transition: transform .22s cubic-bezier(.22,1,.36,1);
}
.hey2-living-card.jiminy-glass--surface > * {
  position: relative;
  z-index: 4;
}
.hey2-living-card.jiminy-glass--surface::before {
  height: auto;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__land,
.hey2-living-card.jiminy-glass--surface .hey2-living-card__freshness,
.hey2-living-card.jiminy-glass--surface .hey2-living-card__status {
  color: #b8cbe2;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__title,
.hey2-living-card.jiminy-glass--surface .hey2-living-card__stat strong,
.hey2-living-card.jiminy-glass--surface .hey2-living-card__eta {
  color: #f7fbff;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__stat {
  border-color: rgba(126,190,255,.14);
  background: rgba(255,255,255,.07);
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__stat em {
  color: #aebfd3;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__freshness--stale {
  color: #f1cd71;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__why {
  border-color: rgba(244,184,37,.24);
  background: rgba(255,255,255,.055);
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__why-title {
  color: #f4c84e;
}
.hey2-living-card.jiminy-glass--surface .hey2-living-card__why li,
.hey2-living-card.jiminy-glass--surface .hey2-living-card__watching {
  color: #e8f1fb;
}
.hey2-living-card.jiminy-glass--surface .hey2-watch-panel {
  border-color: rgba(244,184,37,.24);
  background: rgba(255,255,255,.055);
}
.hey2-living-card.jiminy-glass--surface .hey2-watch-panel__heading {
  color: #f4c84e;
}
.hey2-living-card.jiminy-glass--surface .hey2-watch-item {
  border-color: rgba(126,190,255,.12);
  background: rgba(255,255,255,.06);
}
.hey2-living-card.jiminy-glass--surface .hey2-watch-item span { color: #aebfd3; }
.hey2-living-card.jiminy-glass--surface .hey2-watch-item strong { color: #f7fbff; }
.hey2-living-card.jiminy-glass--surface .hey2-link-btn { color: #c5d5e7; }
.hey2-living-card.jiminy-glass--surface .hey2-btn--go {
  background: linear-gradient(135deg, #f7cf61, var(--gold));
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(244,184,37,.2);
}
.hey2-living-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, #f6dd94 50%, var(--gold) 100%);
  opacity: .8;
}
/* Entrance — only applied when the card is genuinely a NEW arrival
   (see heyLastLivingRenderKind in js/hey-jiminy.js), never replayed
   on a routine busy-state re-render. Card rises + fades in first,
   then the gold edge resolves, then stats and Why This settle with a
   small stagger — "Jiminy placing a recommendation in front of the
   guest," not everything appearing at once. */
.hey2-living-card--enter { animation: hey2CardIn .4s cubic-bezier(.22,1,.36,1); }
.hey2-living-card--enter::before { opacity: 0; animation: hey2EdgeIn .5s ease-out .1s forwards; }
.hey2-living-card--enter .hey2-living-card__stat { opacity: 0; animation: hey2FadeUp .32s cubic-bezier(.22,1,.36,1) forwards; }
.hey2-living-card--enter .hey2-living-card__stat:nth-child(1) { animation-delay: .14s; }
.hey2-living-card--enter .hey2-living-card__stat:nth-child(2) { animation-delay: .18s; }
.hey2-living-card--enter .hey2-living-card__stat:nth-child(3) { animation-delay: .22s; }
.hey2-living-card--enter .hey2-living-card__why { opacity: 0; animation: hey2FadeUp .32s cubic-bezier(.22,1,.36,1) forwards .3s; }
@keyframes hey2CardIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hey2EdgeIn { from { opacity: 0; } to { opacity: .8; } }
@keyframes hey2FadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* The moment "Let's Go" is pressed — the card settles rather than
   just sitting there while the network call happens. */
.hey2-living-card--settling { transform: scale(.985); }

@media (prefers-reduced-motion: reduce) {
  .hey2-living-card,
  .hey2-living-card--enter,
  .hey2-living-card--enter::before,
  .hey2-living-card--enter .hey2-living-card__stat,
  .hey2-living-card--enter .hey2-living-card__why {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (hover: hover) {
  .hey2-living-card:hover { box-shadow: 0 34px 78px rgba(7,31,65,.16), inset 0 1px 0 rgba(255,255,255,.6); }
  .hey2-living-card.jiminy-glass--surface:hover { box-shadow: var(--jiminy-glass-surface-depth); }
}

.hey2-living-card__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.hey2-living-card__land {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--hey2-sage);
  margin-bottom: 3px;
}
.hey2-living-card__title {
  margin: 3px 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(22px, 6vw, 29px);
  color: var(--navy);
  line-height: 1.18;
  letter-spacing: -.01em;
  word-break: break-word;
}

.hey2-living-card__stats {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.hey2-living-card__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(7,31,65,.045);
  border: 1px solid rgba(7,31,65,.05);
  flex: 1 1 auto;
  min-width: 84px;
}
.hey2-living-card__stat strong {
  font-size: 13.5px;
  color: var(--navy);
}
.hey2-living-card__stat em {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--muted);
}

.hey2-living-card__opportunity {
  /* Dead as of Phase 2A: the old fake "opportunity"/"confidence"
     copy was replaced by the real option_label stat chip + the
     freshness line below. Left in place, harmless, per this
     project's existing convention of not deleting now-unused rules
     mid-refactor. */
  margin: 0 0 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
}

/* Freshness — truthful, restrained. Never implies a snapshot is
   continuously live. Stale gets a quiet amber tint, never alarming
   red (a stale recommendation is a normal state, not an error). */
.hey2-living-card__freshness {
  margin: 0 0 12px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
}
.hey2-living-card__freshness--stale {
  color: #9a6c00;
}

/* WHY THIS — always a visible section, never a hidden toggle target;
   this is the explanation Jiminy's recommendation earns its trust
   from, so it must never sit empty or collapsed by default. */
.hey2-living-card__why {
  margin: 14px 0 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(244,184,37,.07);
  border: 1px solid rgba(244,184,37,.18);
}
.hey2-living-card__why-title {
  margin: 0 0 8px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9a6c00;
}
.hey2-living-card__why ul {
  margin: 0;
  padding-left: 18px;
}
.hey2-living-card__why li {
  font-size: 13px;
  color: var(--ink);
  line-height: 1.65;
}


.hey2-living-card__status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
}

.hey2-living-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hey2-living-card__secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 18px;
  margin-top: 10px;
}

/* ── SHARED BUTTONS ───────────────────────────────────────────── */
.hey2-btn {
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  min-height: 46px;
  font-weight: 800;
  font-size: 14.5px;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.hey2-btn--go {
  padding: 15px 30px;
  font-size: 15.5px;
  background: linear-gradient(135deg, var(--navy) 0%, #0a2a55 100%);
  color: var(--gold);
  box-shadow: 0 16px 34px rgba(7,31,65,.3);
}
.hey2-btn--go:hover { filter: brightness(1.08); }
.hey2-btn--go:active { transform: scale(.97); box-shadow: 0 10px 22px rgba(7,31,65,.26); }
.hey2-btn--primary { background: var(--navy); color: #fff; }
.hey2-btn--outline {
  background: rgba(255,255,255,.55);
  color: var(--navy);
  border: 1.5px solid rgba(7,31,65,.09);
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 20px;
}
.hey2-btn:active:not(:disabled) { transform: scale(.97); }
.hey2-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hey2-btn { transition: none; }
  .hey2-btn:active { transform: none; }
}

.hey2-link-btn {
  background: none;
  border: 0;
  padding: 8px 2px;
  min-height: 44px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.hey2-link-btn--why { color: #f4c84e; font-weight: 800; }
.hey2-link-btn--quiet { color: var(--muted); font-weight: 600; opacity: .82; }
.hey2-link-btn:disabled { opacity: .6; cursor: not-allowed; }

/* ── NOW EXPLORING (active-adventure state) ──────────────────── */
.hey2-living-card--exploring {
  background: linear-gradient(160deg, rgba(7,31,65,.05) 0%, rgba(255,255,255,.86) 45%);
}
.hey2-living-card__eta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}
.hey2-living-card__pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  animation: hey2Pulse 2.2s ease-in-out infinite;
}
@keyframes hey2Pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.7); }
}
@media (prefers-reduced-motion: reduce) {
  .hey2-living-card__pulse { animation: none; }
}
.hey2-living-card__check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  animation: hey2CheckIn .35s cubic-bezier(.22,1,.36,1);
}
@keyframes hey2CheckIn {
  from { opacity: 0; transform: scale(.6); }
  to { opacity: 1; transform: scale(1); }
}
.hey2-living-card--complete {
  background: linear-gradient(160deg, rgba(244,184,37,.08) 0%, rgba(255,255,255,.9) 55%);
}
@media (prefers-reduced-motion: reduce) {
  .hey2-living-card__check { animation: none; }
}
.hey2-living-card__progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(7,31,65,.07);
  overflow: hidden;
  margin-bottom: 16px;
}
.hey2-living-card__progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6cf6b, var(--gold));
  transition: width .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hey2-living-card__progress-fill { transition: none; }
}
.hey2-living-card__watching {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: var(--ink);
  font-style: italic;
  line-height: 1.55;
}


.hey2-watch-panel {
  margin: 16px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(244,184,37,.30);
  border-radius: 16px;
  background: rgba(255,249,232,.62);
}
.hey2-watch-panel__heading {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8b6500;
}
.hey2-watch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.hey2-watch-item {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,31,65,.07);
}
.hey2-watch-item span,
.hey2-watch-item strong {
  display: block;
}
.hey2-watch-item span {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
}
.hey2-watch-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12.5px;
  color: var(--navy);
  white-space: nowrap;
}
@media (max-width: 620px) {
  .hey2-watch-grid { grid-template-columns: 1fr; }
  .hey2-watch-item strong { white-space: normal; }
}

/* ── SECTION HEADINGS ─────────────────────────────────────────── */
.hey2-section { margin-bottom: 18px; }
.hey2-section[hidden] { display: none; }
.hey2-section__title {
  margin: 0 0 10px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d7e5f4;
}

/* ── UP NEXT ──────────────────────────────────────────────────── */
.hey2-upnext {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 560px) {
  .hey2-upnext { grid-template-columns: 1fr 1fr; }
}
/* A recent reorder crossfades rather than snapping — the guest just
   told Jiminy something changed, so it should visibly land softly. */
.hey2-upnext--crossfade { animation: hey2FadeUp .32s cubic-bezier(.22,1,.36,1); }
@media (prefers-reduced-motion: reduce) {
  .hey2-upnext--crossfade { animation: none; }
}
.hey2-upnext-card {
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: var(--hey2-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--hey2-glass-border);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.hey2-upnext-card__slot {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hey2-upnext-card.jiminy-glass--nested .hey2-upnext-card__land,
.hey2-upnext-card.jiminy-glass--nested .hey2-upnext-card__meta { color: #afc2d8; }
.hey2-upnext-card.jiminy-glass--nested .hey2-upnext-card__title { color: #f7fbff; }
.hey2-upnext-card.jiminy-glass--nested .hey2-upnext-card__reason { color: #e6eef8; }
.hey2-upnext-card.jiminy-glass--nested.hey2-upnext-card--selected {
  border-color: rgba(244,184,37,.72);
  box-shadow: var(--jiminy-glass-nested-refraction), var(--jiminy-glass-nested-depth), 0 0 0 1px rgba(244,184,37,.12);
}
.hey2-upnext-card--selected {
  border-color: var(--gold);
  box-shadow: 0 10px 26px rgba(244,184,37,.16);
}
@media (hover: hover) {
  .hey2-upnext-card { transition: transform .18s ease, box-shadow .18s ease, border-color .25s ease; }
  .hey2-upnext-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(7,31,65,.1); }
  .hey2-upnext-card.jiminy-glass--nested:hover {
    box-shadow: var(--jiminy-glass-nested-refraction), var(--jiminy-glass-nested-depth);
  }
  .hey2-upnext-card.jiminy-glass--nested.hey2-upnext-card--selected:hover {
    box-shadow: var(--jiminy-glass-nested-refraction), var(--jiminy-glass-nested-depth), 0 0 0 1px rgba(244,184,37,.12);
  }
  @media (prefers-reduced-motion: reduce) {
    .hey2-upnext-card { transition: border-color .25s ease; }
    .hey2-upnext-card:hover { transform: none; }
  }
}
.hey2-upnext-card__land {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--hey2-sage);
  margin-bottom: 4px;
}
.hey2-upnext-card__title {
  margin: 0 0 4px;
  font-size: 15.5px;
  font-weight: 800;
  color: var(--navy);
}
.hey2-upnext-card__meta {
  margin: 0 0 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
}
.hey2-upnext-card__reason {
  margin: 0 0 12px;
  font-size: 12.5px;
  color: var(--ink);
  line-height: 1.5;
}
.hey2-upnext-card__cta {
  width: 100%;
  min-height: 44px;
  padding: 9px 14px;
  font-size: 13px;
}
.hey2-upnext-card__cta:not(:disabled) {
  border-color: rgba(126,190,235,.7);
  background: linear-gradient(180deg, #d9eefb, #b8d8ed);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 3px 8px rgba(2,18,43,.14);
  color: var(--navy);
  cursor: pointer;
}
.hey2-upnext-card__cta:not(:disabled):hover {
  border-color: #9bd5f4;
  background: linear-gradient(180deg, #e4f5ff, #c5e3f4);
  box-shadow: inset 0 1px 0 #fff, 0 4px 10px rgba(2,18,43,.18);
}
.hey2-upnext-card__cta:focus-visible {
  outline: 2px solid #bde9ff;
  outline-offset: 2px;
}
.hey2-upnext-card__cta:disabled {
  border-color: rgba(153,171,190,.26);
  background: rgba(151,166,183,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  color: rgba(7,31,65,.62);
  opacity: 1;
}

/* ── ON DECK ──────────────────────────────────────────────────── */
.hey2-ondeck-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  min-height: 44px;
  border-radius: 16px;
  background: rgba(7,31,65,.04);
  border: 1px solid var(--hey2-glass-border);
  font-size: 12.5px;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}
.hey2-ondeck-toggle__chevron {
  transition: transform .2s ease;
  display: inline-block;
}
.hey2-ondeck-toggle[aria-expanded="true"] .hey2-ondeck-toggle__chevron { transform: rotate(90deg); }
@media (prefers-reduced-motion: reduce) {
  .hey2-ondeck-toggle__chevron { transition: none; }
}
.hey2-ondeck-body {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.hey2-ondeck-body[hidden] { display: none; }
.hey2-ondeck-card {
  flex: 0 0 auto;
  min-width: 160px;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--hey2-glass);
  border: 1px solid var(--hey2-glass-border);
}
.hey2-ondeck-card h4 { margin: 0 0 2px; font-size: 13px; color: var(--navy); }
.hey2-ondeck-card p { margin: 0; font-size: 11.5px; color: var(--muted); }

/* ── COMPACT COMPOSER ─────────────────────────────────────────── */
.hey2-composer {
  margin: 4px 0 calc(78px + env(safe-area-inset-bottom));
}
.hey2-composer[hidden] { display: none; }
.hey2-composer__body {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13,48,86,.96), rgba(5,27,57,.98));
  border: 1px solid rgba(126,190,235,.48);
  box-shadow: inset 0 1px 0 rgba(221,244,255,.18), 0 8px 18px rgba(2,18,43,.14);
}
.hey2-composer__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hey2-composer__row label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.hey2-composer__row input {
  min-height: 44px;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(162,210,241,.58);
  background: rgba(240,249,255,.96);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  flex: 1 1 auto;
  outline: none;
}
.hey2-composer__row input::placeholder { color: #60758c; }
.hey2-composer__row input:focus {
  border-color: #a8ddf8;
  box-shadow: 0 0 0 2px rgba(147,214,249,.22);
}
.hey2-composer__row .hey2-btn--primary {
  min-width: 72px;
  min-height: 44px;
  padding: 10px 18px;
  background: linear-gradient(180deg, #c8e7f7, #9fcce6);
  border: 1px solid rgba(190,232,253,.76);
  color: var(--navy);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.hey2-composer__row .hey2-btn--primary:disabled {
  background: rgba(151,166,183,.52);
  border-color: rgba(153,171,190,.24);
  color: rgba(7,31,65,.6);
  box-shadow: none;
  opacity: 1;
}
.hey2-composer__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hey2-composer__quick button {
  border: 1px solid rgba(126,190,235,.34);
  background: rgba(222,241,252,.12);
  border-radius: 999px;
  padding: 8px 14px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  color: #deedf8;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.hey2-composer__quick-btn--active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.hey2-composer__context {
  margin-top: 10px;
  border-top: 1px solid rgba(126,190,235,.2);
  padding-top: 8px;
}
.hey2-composer__context summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #bad2e5;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.hey2-composer__context-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 6px 10px;
  align-items: end;
  padding: 4px 0 2px;
}
.hey2-composer__context-row label {
  grid-column: 1 / -1;
  color: #dbeaf5;
  font-size: 11.5px;
  font-weight: 800;
}
.hey2-composer__context-row select {
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(162,210,241,.46);
  background: rgba(240,249,255,.94);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}
.hey2-composer__context-row .hey2-btn--primary {
  min-height: 44px;
  background: rgba(222,241,252,.14);
  border: 1px solid rgba(126,190,235,.34);
  color: #deedf8;
}
@media (prefers-reduced-motion: reduce) {
  .hey2-composer__quick button { transition: none; }
}

@media (max-width: 480px) {
  .hey2 { padding: 14px 12px; border-radius: 28px; }
  .hey2-composer__body { padding: 12px; border-radius: 20px; }
  .hey2-composer__row { align-items: stretch; }
  .hey2-composer__context-row { grid-template-columns: 1fr; }
  .hey2-composer__context-row label { grid-column: auto; }
}

@media (max-width: 760px) {
  .hey2 { background-position: center 48%; }
}

/* ── ADVENTURE LOG DRAWER — hidden by default, never the primary
   layout. Slide-over on desktop/tablet, bottom sheet on mobile. ── */
.hey2-log-scrim {
  position: fixed;
  inset: 0;
  background: rgba(7,31,65,.35);
  backdrop-filter: blur(2px);
  z-index: 400;
  opacity: 0;
  transition: opacity .28s ease;
}
.hey2-log-scrim--open { opacity: 1; }
.hey2-log-scrim[hidden] { display: none; }

.hey2-log-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 92vw);
  background: #fdfbf5;
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px rgba(7,31,65,.2);
  z-index: 401;
  display: flex;
  flex-direction: column;
  padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
  padding-top: calc(18px + env(safe-area-inset-top));
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.22,1,.36,1);
}
.hey2-log-drawer--open { transform: translateX(0); }
.hey2-log-drawer[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .hey2-log-scrim,
  .hey2-log-drawer { transition: none; }
}

.hey2-log-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.hey2-log-drawer__head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 19px;
  color: var(--navy);
}
.hey2-log-drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 18px;
  color: var(--navy);
  cursor: pointer;
}

.hey2-log-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0 2px 0 26px;
  overflow-y: auto;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hey2-log-drawer__list::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--line);
}
.hey2-log-daypart {
  position: relative;
  margin: 2px 0 -4px -26px;
  padding-left: 26px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
}
.hey2-log-ambient {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 6px;
}
.hey2-log-ambient__icon {
  position: absolute;
  left: -22px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fdfbf5;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 9px;
}
.hey2-log-ambient__body { font-size: 12.5px; color: var(--ink); line-height: 1.5; }
.hey2-log-ambient__body strong { color: var(--navy); }
.hey2-log-ambient__time { font-size: 10px; color: var(--muted); }

.hey2-log-decision {
  position: relative;
  display: flex;
  gap: 8px;
}
.hey2-log-decision__icon {
  position: absolute;
  left: -22px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 8px;
}
.hey2-log-decision--settled .hey2-log-decision__icon { background: var(--muted); }
.hey2-log-decision__body {
  flex: 1;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(7,31,65,.04);
}
.hey2-log-decision__head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 3px;
}
.hey2-log-decision__head span:last-child { color: var(--muted); text-transform: none; font-weight: 700; letter-spacing: 0; }
.hey2-log-decision__title { margin: 0 0 3px; font-size: 12.5px; font-weight: 800; color: var(--navy); }
.hey2-log-decision__resolution { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.5; }

.hey2-log-drawer__pagination { text-align: center; padding-top: 10px; }
.hey2-log-drawer__pagination[hidden] { display: none; }

@media (max-width: 640px) {
  .hey2-log-drawer {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 78vh;
    border-left: none;
    border-top: 1px solid var(--line);
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -20px 50px rgba(7,31,65,.2);
    transform: translateY(100%);
  }
  .hey2-log-drawer--open { transform: translateY(0); }
}

/* ── FOCUS / A11Y ─────────────────────────────────────────────── */
.hey2 button:focus-visible,
.hey2-log-drawer button:focus-visible,
.hey2-composer button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Book Your Trip is a site-wide shared component (css/shared.css) —
   not edited here. This page-scoped override only quiets its visual
   weight so it never competes with Jiminy's own recommendation;
   #heyBookTripPromo is fully hidden via JS while a Living Adventure
   Card is on screen, and shown (at reduced prominence) only in the
   empty/error/sign-in states where there's nothing else to look at. */
#heyBookTripPromo {
  opacity: .85;
  transform: scale(.98);
  transform-origin: center top;
}
.hey2-sheet-preview__overflow{position:relative}.hey2-sheet-preview__overflow summary{list-style:none;min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid #44baff;border-radius:50%;cursor:pointer;color:#fff}.hey2-sheet-preview__overflow summary::-webkit-details-marker{display:none}.hey2-sheet-preview__overflow[open]{padding:8px;border-radius:14px;background:#06234c}.hey2-sheet-preview__overflow button{display:block;min-height:44px;width:100%;border:0;border-radius:9px;background:transparent;color:#fff;text-align:left;padding:8px 12px}.hey2-sheet-preview__overflow button:focus-visible,.hey2-sheet-preview__overflow summary:focus-visible{outline:2px solid #ffca3a;outline-offset:2px}
