/* Alaska Cruise 2026 — Front-End Styles v1.6 — Light Theme
   Dark text on light backgrounds. Glacier blue + Virgin red accents.
   Scoped under .ak- prefix to avoid theme conflicts.                  */

/* ── Variables ──────────────────────────────────────────────────────── */
:root {
  --ak-navy:    #0f2744;
  --ak-glacier: #2d7ea8;
  --ak-glacier-dark: #1a5f85;
  --ak-gold:    #c8922a;
  --ak-virgin:  #e31837;
  --ak-dst:     #ce1141;
  --ak-white:   #ffffff;
  --ak-ink:     #1a2733;
  --ak-ink-mid: #3d5166;
  --ak-ink-light: #6b8299;
  --ak-bg:      #f4f7fa;
  --ak-bg-alt:  #ffffff;
  --ak-border:  rgba(45,126,168,0.15);
  --ak-card-bg: #ffffff;
  --ak-max:     1100px;
}

/* ── Force override WordPress/theme heading/text colors ─────────────── */
.ak-section h1, .ak-section h2, .ak-section h3,
.ak-section h4, .ak-section h5, .ak-section h6 {
  color: var(--ak-ink) !important;
}
.ak-section p, .ak-section li, .ak-section span {
  color: inherit;
}

/* ── GLOBAL RESET ───────────────────────────────────────────────────── */
body, html { overflow-x: hidden; }

body.wp-theme-breakdance-zero {
  background: var(--ak-bg) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.breakdance .bde-shortcode,
.breakdance [class*="bde-"],
.breakdance-shortcode,
[data-element-type="shortcode"],
.entry-content, .wp-block-post-content,
.site-content, .page-content, .content-area,
main.site-main, #primary, #content, #page,
#wrapper, .container, .content-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Sections ───────────────────────────────────────────────────────── */
.ak-section {
  padding: 5rem 2rem;
  background: var(--ak-bg);
  color: var(--ak-ink);
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.ak-section--alt { background: var(--ak-bg-alt); }

.ak-inner {
  max-width: var(--ak-max);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.ak-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ak-glacier) !important;
  margin-bottom: 0.5rem;
  display: block;
}

.ak-section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--ak-ink) !important;
  margin-bottom: 2.5rem;
  line-height: 1.15;
}

.ak-section-intro {
  font-size: 15px;
  color: var(--ak-ink-mid) !important;
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 680px;
}

/* ── FULL BLEED HERO (stays dark — it's a photo hero) ───────────────── */
.ak-hero,
.ak-full-bleed {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  background-color: var(--ak-navy);
  background-size: cover;
  background-position: center 40%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-top: 3px solid var(--ak-virgin);
  box-sizing: border-box;
}

.ak-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,25,45,0.35) 0%,
    rgba(10,25,45,0.55) 50%,
    rgba(10,25,45,0.85) 100%
  );
  z-index: 1;
}

.ak-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
}

.ak-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(200,228,240,0.9) !important;
  margin-bottom: 1.5rem;
  display: block;
}
.ak-eyebrow::before {
  content: "\25CF";
  color: var(--ak-virgin);
  margin-right: 0.6em;
  font-size: 8px;
  vertical-align: middle;
}

.ak-hero-title {
  font-size: clamp(2.8rem, 7vw, 5.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
  margin: 0 0 1rem !important;
  text-shadow: 0 2px 30px rgba(0,0,0,0.5) !important;
  letter-spacing: -0.01em;
}
.ak-hero-title em {
  font-style: italic !important;
  color: #8fd4f0 !important;
}

.ak-hero-subtitle {
  font-size: 1.1rem !important;
  color: rgba(255,255,255,0.88) !important;
  margin-bottom: 3rem !important;
  font-weight: 300;
  line-height: 1.75;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.ak-hero-dates {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}
.ak-hero-dates span { color: #8fd4f0 !important; font-weight: 600; }
.ak-hero-dates span:first-child { color: #ff8fa0 !important; }

.ak-hero-scroll-hint {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  opacity: 0.5;
  animation: ak-bounce 2s infinite;
}
.ak-hero-scroll-hint span {
  font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.7);
}
.ak-scroll-arrow {
  width: 14px; height: 14px;
  border-right: 2px solid rgba(255,255,255,0.6);
  border-bottom: 2px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
}
@keyframes ak-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ── STATS BAR ──────────────────────────────────────────────────────── */
.ak-stats-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--ak-navy);
  border-bottom: 3px solid var(--ak-virgin);
}
.ak-stat-item {
  flex: 1; min-width: 130px;
  display: flex; flex-direction: column; align-items: center;
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.07);
  text-align: center;
  transition: background 0.2s;
}
.ak-stat-item:last-child { border-right: none; }
.ak-stat-item:hover { background: rgba(255,255,255,0.05); }
.ak-stat-icon  { font-size: 1.5rem; margin-bottom: 0.4rem; display: block; }
.ak-stat-value { font-size: 1.8rem; font-weight: 700; color: #ffffff !important; line-height: 1; display: block; }
.ak-stat-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.3rem; display: block; }

/* ── WAVE DIVIDERS ──────────────────────────────────────────────────── */
.ak-wave-divider { line-height: 0; overflow: hidden; width: 100%; display: block; }
.ak-wave-divider svg { display: block; width: 100%; height: 60px; }

/* ── COUNTDOWN ──────────────────────────────────────────────────────── */
.ak-countdown-section { border-bottom: 1px solid var(--ak-border); }
.ak-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem; max-width: 560px;
}
.ak-cd-unit {
  background: var(--ak-navy);
  border: none;
  border-radius: 16px;
  padding: 1.75rem 1rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(15,39,68,0.15);
}
.ak-cd-num   { font-size: 2.8rem; font-weight: 700; line-height: 1; color: #ffffff !important; display: block; }
.ak-cd-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.4rem; display: block; }
.ak-departed-msg { font-size: 1.4rem; font-style: italic; color: var(--ak-glacier); margin-top: 1rem; }

/* ── PRE-SAIL TIMELINE ──────────────────────────────────────────────── */
.ak-timeline { display: flex; flex-direction: column; }
.ak-tl-item {
  display: grid;
  grid-template-columns: 145px 28px 1fr;
  gap: 0 1.2rem; align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ak-border);
}
.ak-tl-item:last-child { border-bottom: none; }
.ak-tl-when { font-size: 11px; color: var(--ak-ink-light) !important; letter-spacing: 0.05em; text-transform: uppercase; padding-top: 3px; line-height: 1.6; }
.ak-tl-dot-col { display: flex; flex-direction: column; align-items: center; }
.ak-tl-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.ak-tl-dot--done    { background: #4a90d9; }
.ak-tl-dot--pending { background: #c8d8e4; }
.ak-tl-dot--depart  { background: var(--ak-gold); }
.ak-tl-line { width: 2px; background: var(--ak-border); flex: 1; min-height: 16px; margin-top: 4px; }
.ak-tl-title { font-size: 1.1rem; font-weight: 600; color: var(--ak-ink) !important; margin-bottom: 0.35rem; }
.ak-tl-tags  { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.65rem; }
.ak-badge { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }
.ak-badge--done    { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.ak-badge--pending { background: #fff8e1; color: #f57f17; border: 1px solid #ffe082; }
.ak-badge--depart  { background: #fff8e1; color: #f57f17; border: 1px solid #ffe082; }
.ak-tl-desc { font-size: 13px; color: var(--ak-ink-mid) !important; line-height: 1.7; margin-bottom: 0.6rem; }
.ak-action-list { list-style: none; padding: 0; margin: 0.5rem 0 0; display: flex; flex-direction: column; gap: 0.45rem; }
.ak-action-list li {
  font-size: 13px; color: var(--ak-ink-mid);
  display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.55;
}
.ak-action-list li::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #c8d8e4; flex-shrink: 0; margin-top: 5px;
}
.ak-action-list li.ak-done { color: #2e7d32; }
.ak-action-list li.ak-done::before { background: #66bb6a; }

/* ── ITINERARY ──────────────────────────────────────────────────────── */
.ak-itin-list { display: flex; flex-direction: column; }
.ak-itin-row {
  display: grid; grid-template-columns: 72px 28px 1fr;
  gap: 0 1.2rem; align-items: start;
  padding: 1.4rem 0; border-bottom: 1px solid var(--ak-border);
}
.ak-itin-row:last-child { border-bottom: none; }
.ak-itin-date { font-size: 11px; color: var(--ak-ink-light) !important; letter-spacing: 0.06em; text-transform: uppercase; padding-top: 3px; line-height: 1.5; }
.ak-itin-dot-col { display: flex; flex-direction: column; align-items: center; }
.ak-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.ak-dot--embark      { background: var(--ak-gold); }
.ak-dot--sea         { background: #c8d8e4; }
.ak-dot--port        { background: var(--ak-glacier); }
.ak-dot--anniversary { background: #e879a0; }
.ak-itin-line { width: 2px; background: rgba(45,126,168,0.2); flex: 1; min-height: 16px; margin-top: 4px; }
.ak-itin-port  { font-size: 1.1rem; font-weight: 700; color: var(--ak-ink) !important; margin-bottom: 0.25rem; }
.ak-itin-tags  { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-bottom: 0.4rem; }
.ak-tag { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; }
.ak-tag--embark      { background: #fff3cd; color: #8a5e00; border: 1px solid #ffd97d; }
.ak-tag--sea         { background: #e8f4fb; color: var(--ak-ink-light); border: 1px solid #bee3f8; }
.ak-tag--port        { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; }
.ak-tag--anniversary { background: #fce4ec; color: #c2185b; border: 1px solid #f48fb1; }
.ak-itin-desc      { font-size: 13px; color: var(--ak-ink-mid) !important; line-height: 1.65; }
.ak-itin-excursion { font-size: 13px; color: var(--ak-glacier-dark) !important; margin-top: 0.4rem; line-height: 1.6; font-weight: 500; }

/* ── PORTS ──────────────────────────────────────────────────────────── */
.ak-ports-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.ak-port-card {
  background: var(--ak-card-bg);
  border: 1px solid #dce8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(45,126,168,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ak-port-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(45,126,168,0.15); }
.ak-port-photo { width: 100%; height: 160px; overflow: hidden; }
.ak-port-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.ak-port-card:hover .ak-port-photo img { transform: scale(1.05); }
.ak-port-card-body { padding: 1.25rem; }
.ak-port-icon     { font-size: 1.6rem; display: block; margin-bottom: 0.6rem; }
.ak-port-name     { font-size: 1.2rem; font-weight: 700; color: var(--ak-ink) !important; margin-bottom: 0.2rem; }
.ak-port-location { font-size: 11px; color: var(--ak-glacier) !important; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.65rem; display: block; font-weight: 600; }
.ak-port-desc     { font-size: 13px; color: var(--ak-ink-mid) !important; line-height: 1.7; }
.ak-port-excursion { margin-top: 0.9rem; padding-top: 0.9rem; border-top: 1px solid #e8f0f5; }
.ak-port-excursion-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ak-glacier); margin-bottom: 0.35rem; display: block; font-weight: 600; }
.ak-port-excursion p { font-size: 12px; color: var(--ak-ink-mid); line-height: 1.6; margin: 0; }

/* ── WEATHER ────────────────────────────────────────────────────────── */
.ak-weather-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-bottom: 1.5rem; }
.ak-weather-card {
  background: var(--ak-card-bg);
  border: 1px solid #dce8f0;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(45,126,168,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ak-weather-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(45,126,168,0.13); }
.ak-weather-emoji { font-size: 2.5rem; display: block; margin-bottom: 0.75rem; }
.ak-weather-port  { font-size: 15px; font-weight: 700; color: var(--ak-ink) !important; margin-bottom: 0.2rem; display: block; }
.ak-weather-date  { font-size: 11px; color: var(--ak-glacier); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem; display: block; font-weight: 600; }
.ak-weather-temps { margin-bottom: 0.75rem; }
.ak-temp-high { font-size: 1.6rem; font-weight: 700; color: #e06c00; }
.ak-temp-sep  { color: #c8d8e4; margin: 0 0.3rem; }
.ak-temp-low  { font-size: 1.2rem; font-weight: 500; color: var(--ak-glacier); }
.ak-weather-desc { font-size: 12px; color: var(--ak-ink-mid); line-height: 1.65; margin-bottom: 0.75rem; }
.ak-weather-live { font-size: 11px; color: var(--ak-ink-light); font-style: italic; }
.ak-weather-note { font-size: 12px; color: var(--ak-ink-light); text-align: center; margin-top: 0.5rem; }

/* ── PACKING LIST ───────────────────────────────────────────────────── */
.ak-packing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 1.5rem; }
.ak-packing-cat {
  background: var(--ak-card-bg);
  border: 1px solid #dce8f0;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(45,126,168,0.06);
}
.ak-packing-cat-title { font-size: 13px; font-weight: 700; color: var(--ak-ink); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--ak-border); }
.ak-packing-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.ak-packing-item { margin-bottom: 0.5rem; }
.ak-pack-label { display: flex; align-items: flex-start; gap: 0.65rem; cursor: pointer; }
.ak-pack-label input[type="checkbox"] { display: none; }
.ak-pack-check-box {
  width: 17px; height: 17px;
  border: 2px solid #bee3f8; border-radius: 4px;
  flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s; background: #f4f7fa;
}
.ak-pack-label input:checked + .ak-pack-check-box { background: var(--ak-glacier); border-color: var(--ak-glacier); }
.ak-pack-label input:checked + .ak-pack-check-box::after { content: '✓'; font-size: 10px; color: #fff; font-weight: 700; }
.ak-pack-text { font-size: 13px; color: var(--ak-ink-mid); line-height: 1.5; transition: color 0.15s; }
.ak-pack-label.ak-checked .ak-pack-text { color: #aabcca; text-decoration: line-through; }
.ak-packing-progress { display: flex; align-items: center; gap: 0.75rem; }
.ak-packing-bar { flex: 1; height: 5px; background: #dce8f0; border-radius: 3px; overflow: hidden; }
.ak-packing-fill { height: 100%; background: linear-gradient(90deg, var(--ak-glacier), #5ba8d0); width: 0%; transition: width 0.3s ease; border-radius: 3px; }
.ak-packing-count { font-size: 11px; color: var(--ak-ink-light); white-space: nowrap; }
.ak-packing-total { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0 0; border-top: 1px solid var(--ak-border); }
#ak-packing-total-text { font-size: 13px; color: var(--ak-ink-mid); }
.ak-packing-reset { background: none; border: 1px solid #dce8f0; color: var(--ak-ink-light); font-size: 11px; padding: 4px 12px; border-radius: 20px; cursor: pointer; transition: all 0.15s; }
.ak-packing-reset:hover { border-color: var(--ak-glacier); color: var(--ak-glacier); }

/* ── MUSIC PLAYER ───────────────────────────────────────────────────── */
.ak-music-player { background: var(--ak-card-bg); border: 1px solid #dce8f0; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(45,126,168,0.08); }
.ak-music-now-playing {
  display: flex; align-items: center; gap: 1.25rem; padding: 1.5rem;
  background: linear-gradient(135deg, var(--ak-navy), var(--ak-glacier-dark));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ak-music-disc {
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0; transition: transform 0.3s;
}
.ak-music-disc.ak-spinning { animation: ak-spin 3s linear infinite; }
@keyframes ak-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.ak-music-title  { font-size: 16px; font-weight: 600; color: #ffffff !important; margin-bottom: 0.2rem; display: block; }
.ak-music-artist { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 0.2rem; display: block; }
.ak-music-vibe   { font-size: 11px; color: #8fd4f0; letter-spacing: 0.08em; display: block; }
.ak-music-tracks { max-height: 340px; overflow-y: auto; padding: 0.5rem 0; }
.ak-music-tracks::-webkit-scrollbar { width: 4px; }
.ak-music-tracks::-webkit-scrollbar-thumb { background: #bee3f8; border-radius: 2px; }
.ak-music-track { display: flex; align-items: center; gap: 1rem; padding: 0.75rem 1.25rem; cursor: pointer; transition: background 0.15s; }
.ak-music-track:hover  { background: #f0f7fc; }
.ak-music-track.ak-playing { background: #e8f4fb; }
.ak-track-num    { font-size: 12px; color: #aabcca; width: 20px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.ak-music-track.ak-playing .ak-track-num { color: var(--ak-glacier); font-weight: 700; }
.ak-track-info   { flex: 1; min-width: 0; }
.ak-track-title  { font-size: 13px; font-weight: 600; color: var(--ak-ink) !important; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ak-track-artist { font-size: 11px; color: var(--ak-ink-light); display: block; }
.ak-track-vibe   { font-size: 10px; color: #aabcca; white-space: nowrap; letter-spacing: 0.05em; }
.ak-music-note   { font-size: 12px; color: var(--ak-ink-light); padding: 0.75rem 1.25rem; border-top: 1px solid #e8f0f5; margin: 0; }
.ak-music-note strong { color: var(--ak-ink-mid); }

/* ── CREW ───────────────────────────────────────────────────────────── */
.ak-couples-grid { display: flex; flex-direction: column; gap: 2.5rem; }
.ak-couple-row   { display: flex; flex-direction: column; gap: 0.75rem; }
.ak-couple-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ak-ink-light); }
.ak-couple-cards { display: flex; gap: 1rem; flex-wrap: wrap; }
.ak-crew-card {
  background: var(--ak-card-bg);
  border: 1px solid #dce8f0;
  border-radius: 14px; padding: 1.5rem 1rem;
  text-align: center; transition: transform 0.2s, box-shadow 0.2s;
  min-width: 140px; flex: 1; max-width: 210px;
  box-shadow: 0 2px 8px rgba(45,126,168,0.06);
}
.ak-crew-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(45,126,168,0.12); }
.ak-crew-card--anniversary { border-color: #f48fb1; background: #fff5f8; }
.ak-crew-card--dst { border-color: rgba(206,17,65,0.4) !important; background: #fff5f7 !important; }
.ak-crew-photo {
  width: 76px; height: 76px; border-radius: 50%;
  object-fit: cover; display: block; margin: 0 auto 0.75rem;
  border: 3px solid #bee3f8; box-shadow: 0 2px 10px rgba(45,126,168,0.15);
}
.ak-crew-photo--anniversary { border-color: #f48fb1 !important; }
.ak-crew-initials {
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.75rem;
  background: #e8f4fb; font-size: 1.3rem; font-weight: 700;
  color: var(--ak-glacier); border: 3px solid #bee3f8;
}
.ak-crew-name     { font-size: 13px; font-weight: 700; color: var(--ak-ink) !important; margin-bottom: 0.2rem; }
.ak-crew-location { font-size: 12px; color: var(--ak-ink-light) !important; margin-bottom: 0.2rem; }
.ak-crew-note     { font-size: 11px; color: var(--ak-ink-light); font-style: italic; line-height: 1.5; margin-top: 0.3rem; }
.ak-anniv-badge {
  display: inline-block; margin-top: 0.5rem; font-size: 10px;
  background: #fce4ec; color: #c2185b;
  border: 1px solid #f48fb1; padding: 3px 9px; border-radius: 20px; letter-spacing: 0.06em; font-weight: 600;
}
.ak-dst-badge {
  display: inline-flex; align-items: center; gap: 0.3em; margin-top: 0.45rem;
  font-size: 10px; background: #fff0f3; color: #c0143a;
  border: 1px solid rgba(206,17,65,0.3); padding: 3px 9px; border-radius: 20px; letter-spacing: 0.06em; font-weight: 600;
}

/* ── GALLERY ────────────────────────────────────────────────────────── */
.ak-gallery-note { font-size: 14px; color: var(--ak-ink-mid); margin-bottom: 2rem; }
.ak-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ak-gallery-slot {
  border-radius: 12px; aspect-ratio: 4/3;
  background: #e8f4fb; border: 2px dashed #bee3f8;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s;
}
.ak-gallery-slot:hover { border-color: var(--ak-glacier); }
.ak-gallery-slot p { font-size: 12px; color: var(--ak-ink-light); text-align: center; padding: 0.5rem; margin: 0; }
.ak-gallery-slot--large { grid-column: span 2; grid-row: span 2; }

/* ── WELCOME POPUP ──────────────────────────────────────────────────── */
.ak-welcome-popup {
  position: fixed; inset: 0; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem; background: rgba(15,39,68,0.75); backdrop-filter: blur(6px);
}
.ak-welcome-popup.ak-hidden { display: none; }
.ak-welcome-card {
  background: #ffffff; border: none;
  border-radius: 24px; padding: 2.5rem 2rem;
  max-width: 420px; width: 100%; text-align: center;
  box-shadow: 0 20px 60px rgba(15,39,68,0.3);
  border-top: 4px solid var(--ak-virgin);
}
.ak-welcome-ship { font-size: 3rem; display: block; margin-bottom: 1rem; }
.ak-welcome-card h2 { font-size: 1.6rem; font-weight: 800; color: var(--ak-ink) !important; margin: 0 0 0.5rem; }
.ak-welcome-card p  { font-size: 14px; color: var(--ak-ink-mid); line-height: 1.7; margin-bottom: 1.5rem; }
.ak-welcome-crew { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin-bottom: 1.75rem; }
.ak-welcome-name {
  font-size: 12px; font-weight: 600;
  background: #e8f4fb; color: var(--ak-glacier-dark);
  border: 1px solid #bee3f8; padding: 4px 12px; border-radius: 20px;
}
.ak-welcome-btn {
  background: linear-gradient(135deg, var(--ak-glacier), var(--ak-glacier-dark));
  border: none; color: #fff; font-size: 15px; font-weight: 600;
  padding: 0.85rem 2rem; border-radius: 50px; cursor: pointer; width: 100%;
  transition: opacity 0.2s; box-shadow: 0 4px 15px rgba(45,126,168,0.35);
}
.ak-welcome-btn:hover { opacity: 0.9; }
.ak-welcome-skip { display: block; margin: 0.75rem auto 0; font-size: 12px; color: var(--ak-ink-light); cursor: pointer; background: none; border: none; }
.ak-welcome-skip:hover { color: var(--ak-ink-mid); }

/* ── CHATBOT ────────────────────────────────────────────────────────── */
.ak-chat-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 9998;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ak-glacier), var(--ak-glacier-dark));
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(45,126,168,0.45);
  transition: transform 0.2s;
}
.ak-chat-fab:hover { transform: scale(1.08); }
.ak-chat-fab svg { width: 26px; height: 26px; fill: #fff; }
.ak-chat-window {
  position: fixed; bottom: 100px; right: 28px; z-index: 9997;
  width: 360px; max-height: 520px;
  background: #ffffff; border: 1px solid #dce8f0;
  border-radius: 20px; display: flex; flex-direction: column;
  overflow: hidden; box-shadow: 0 10px 50px rgba(15,39,68,0.2);
  transform: scale(0.92) translateY(12px); opacity: 0; pointer-events: none;
  transition: all 0.25s ease;
}
.ak-chat-window.ak-open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }
.ak-chat-header {
  background: linear-gradient(135deg, var(--ak-navy), var(--ak-glacier-dark));
  padding: 1rem 1.25rem; display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0;
}
.ak-chat-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.ak-chat-title    { font-size: 14px; font-weight: 600; color: #fff; display: block; }
.ak-chat-subtitle { font-size: 11px; color: rgba(255,255,255,0.65); display: block; }
.ak-chat-close { margin-left: auto; background: none; border: none; color: rgba(255,255,255,0.7); cursor: pointer; font-size: 22px; line-height: 1; padding: 0 4px; }
.ak-chat-close:hover { color: #fff; }
.ak-chat-messages {
  flex: 1; overflow-y: auto; padding: 1rem;
  display: flex; flex-direction: column; gap: 0.75rem; min-height: 180px;
  background: #f8fafb;
}
.ak-chat-messages::-webkit-scrollbar { width: 4px; }
.ak-chat-messages::-webkit-scrollbar-thumb { background: #bee3f8; border-radius: 2px; }
.ak-msg {
  max-width: 85%; font-size: 13px; line-height: 1.55;
  padding: 0.65rem 0.95rem; border-radius: 16px; word-break: break-word;
}
.ak-msg--bot   { background: #fff; border: 1px solid #dce8f0; color: var(--ak-ink); align-self: flex-start; border-bottom-left-radius: 4px; box-shadow: 0 1px 4px rgba(45,126,168,0.08); }
.ak-msg--user  { background: var(--ak-glacier); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.ak-msg--typing { background: #fff; border: 1px solid #dce8f0; color: var(--ak-ink-light); align-self: flex-start; font-style: italic; font-size: 12px; border-bottom-left-radius: 4px; }
.ak-msg--error { background: #fff5f5; border: 1px solid #fca5a5; color: #dc2626; align-self: flex-start; font-size: 12px; border-bottom-left-radius: 4px; }
.ak-chat-suggestions { padding: 0.5rem 1rem 0.75rem; display: flex; flex-wrap: wrap; gap: 0.4rem; flex-shrink: 0; background: #f8fafb; border-top: 1px solid #e8f0f5; }
.ak-suggestion-btn {
  background: #fff; border: 1px solid #bee3f8; color: var(--ak-glacier-dark);
  font-size: 11px; font-weight: 500; padding: 5px 11px; border-radius: 20px; cursor: pointer; transition: all 0.15s;
}
.ak-suggestion-btn:hover { background: #e8f4fb; border-color: var(--ak-glacier); }
.ak-chat-input-row {
  display: flex; gap: 0.5rem; padding: 0.75rem 1rem;
  border-top: 1px solid #e8f0f5; flex-shrink: 0; background: #fff;
}
#ak-chat-input {
  flex: 1; background: #f4f7fa; border: 1px solid #dce8f0;
  border-radius: 20px; padding: 0.5rem 1rem; color: var(--ak-ink); font-size: 13px; outline: none;
}
#ak-chat-input::placeholder { color: #aabcca; }
#ak-chat-input:focus { border-color: var(--ak-glacier); background: #fff; }
#ak-chat-send { background: var(--ak-glacier); border: none; border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background 0.15s; }
#ak-chat-send:hover { background: var(--ak-glacier-dark); }
#ak-chat-send svg { width: 16px; height: 16px; fill: #fff; }

/* ── Admin bar ──────────────────────────────────────────────────────── */
.admin-bar .ak-hero { min-height: calc(100vh - 32px); }
@media screen and (max-width: 782px) { .admin-bar .ak-hero { min-height: calc(100vh - 46px); } }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 700px) {
  .ak-tl-item         { grid-template-columns: 100px 22px 1fr; }
  .ak-itin-row        { grid-template-columns: 52px 22px 1fr; }
  .ak-countdown-grid  { grid-template-columns: repeat(2, 1fr); }
  .ak-gallery-grid    { grid-template-columns: repeat(2, 1fr); }
  .ak-gallery-slot--large { grid-column: span 2; grid-row: span 1; }
  .ak-chat-window     { width: calc(100vw - 2rem); right: 1rem; bottom: 90px; }
  .ak-chat-fab        { bottom: 20px; right: 20px; }
  .ak-hero-title      { font-size: 2.4rem !important; }
  .ak-stats-bar       { flex-wrap: wrap; }
  .ak-stat-item       { min-width: 30%; padding: 1rem 0.5rem; }
  .ak-weather-grid    { grid-template-columns: repeat(2, 1fr); }
  .ak-packing-grid    { grid-template-columns: 1fr; }
  .ak-music-now-playing { flex-direction: column; text-align: center; }
}
