/* Travel Page Styles — OliBene warm light theme */

/* Hero Section */
.travel-hero {
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.35), rgba(26, 26, 26, 0.65)),
              url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1600&h=900&fit=crop') center/cover no-repeat;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  margin-right: -20px;
}

.travel-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" x="10" font-size="60" opacity="0.06">✈️</text><text y="90" x="60" font-size="40" opacity="0.05">🏨</text><text y="30" x="70" font-size="35" opacity="0.05">🗺️</text></svg>') repeat;
  pointer-events: none;
}

.travel-hero__content {
  position: relative;
  z-index: 1;
}

.travel-hero__title {
  font-family: 'Poiret One', cursive;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: 0.01em;
  line-height: 1.18;
  max-width: 760px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

.travel-hero__title em {
  font-style: italic;
  color: #ffb380;
  font-weight: 400;
}

.travel-hero__subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.travel-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #e86c2e, #f0853f);
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  box-shadow: 0 8px 24px rgba(232, 108, 46, 0.4), 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
  letter-spacing: 0.01em;
}

.travel-hero__cta i { font-size: 0.95rem; }

.travel-hero__cta-arrow {
  transition: transform 0.25s ease;
}

.travel-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(232, 108, 46, 0.5), 0 2px 8px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #d35a1f, #e87530);
}

.travel-hero__cta:hover .travel-hero__cta-arrow {
  transform: translateX(4px);
}

.travel-hero__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 400;
}

/* ─────────────────────────────────────────────────────────
   Embedded weekly deals (formerly /deals.html)
   ───────────────────────────────────────────────────────── */
.deals-section {
  scroll-margin-top: 12px;
  padding: 28px 0 8px;
}

.deals-section__heading {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(232, 108, 46, 0.05) 0%, rgba(232, 108, 46, 0) 70%);
  border-radius: 18px;
  position: relative;
}

.deals-section__heading::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, #e86c2e, #f0a060);
  border-radius: 3px;
  opacity: 0.85;
}

.deals-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e86c2e;
  background: rgba(232, 108, 46, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.deals-section__eyebrow i { font-size: 0.7rem; }

.deals-section__title {
  font-family: 'Poiret One', sans-serif;
  font-style: normal;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 12px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.deals-section__title-text { font-style: normal; }

.deals-section__plane {
  font-style: normal;
  display: inline-block;
  transform: translateY(-2px) rotate(-8deg);
  font-size: 0.95em;
}

.deals-section__route {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 0.5em;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, #e86c2e, #f0853f);
  padding: 8px 18px;
  border-radius: 999px;
  border: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(232, 108, 46, 0.35);
  text-transform: uppercase;
}

.deals-section__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin: 0 auto 8px;
  max-width: 720px;
  line-height: 1.5;
}

.deals-section__cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

.deals-section__cta-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #777;
  margin-right: 4px;
}

.deals-cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: #fff;
  border: 1.5px solid #ece4db;
  border-radius: 999px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #2a2a2a;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

.deals-cta-chip i {
  color: #e86c2e;
  font-size: 0.88rem;
}

.deals-cta-chip:hover {
  border-color: #e86c2e;
  background: #fff8f3;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(232, 108, 46, 0.15);
}

.deals-cta-chip--ryanair i { color: #073590; }
.deals-cta-chip--wizz i    { color: #c6017c; }
.deals-cta-chip--booking i { color: #003580; }

[data-theme="dark"] .deals-section__heading {
  background: linear-gradient(180deg, rgba(232, 108, 46, 0.08) 0%, rgba(232, 108, 46, 0) 70%);
}
[data-theme="dark"] .deals-section__title { color: #f5ede2; }
[data-theme="dark"] .deals-section__subtitle { color: #c8bdaf; }
[data-theme="dark"] .deals-section__eyebrow { background: rgba(232, 108, 46, 0.18); color: #ffb380; }
[data-theme="dark"] .deals-section__route { background: #2a2a2a; border-color: rgba(232, 108, 46, 0.4); }
[data-theme="dark"] .deals-section__cta-label { color: #aaa; }
[data-theme="dark"] .deals-cta-chip { background: #2a2a2a; border-color: #3a3a3a; color: #eee; }
[data-theme="dark"] .deals-cta-chip:hover { background: #332720; border-color: #e86c2e; }

@media (max-width: 600px) {
  .deals-section__heading { padding: 22px 16px 4px; }
  .deals-section__title { gap: 8px; }
  .deals-section__route { font-size: 0.7em; padding: 4px 10px; }
  .deals-section__cta-row { gap: 6px; }
  .deals-cta-chip { padding: 7px 12px; font-size: 0.8rem; }
  .deals-section__cta-label { width: 100%; text-align: center; margin-bottom: 4px; margin-right: 0; }
}

.deals-meta {
  max-width: 1100px;
  margin: 18px auto 6px;
  padding: 0 24px;
  font-family: 'Mulish', sans-serif;
  font-size: .9rem;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.deals-tabs { display: flex; gap: 6px; flex-wrap: wrap; }

.deals-tab {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-family: 'Mulish', sans-serif;
  font-size: .85rem;
  color: #555;
}

.deals-tab.active {
  background: #e86c2e;
  color: #fff;
  border-color: #e86c2e;
}

.deals-grid {
  max-width: 1100px;
  margin: 18px auto 32px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.deal-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 3px solid #e86c2e;
  transition: transform .2s, box-shadow .2s;
}

.deal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.1);
}

.deal-card__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.deal-card__type { font-family: 'Mulish', sans-serif; font-size: .75rem; text-transform: uppercase; letter-spacing: .5px; color: #888; font-weight: 700; }
.deal-card__price { font-family: 'Poiret One', sans-serif; font-size: 1.6rem; font-weight: 700; color: #e86c2e; white-space: nowrap; }
.deal-card__route { font-family: 'Mulish', sans-serif; font-size: .9rem; color: #555; font-weight: 600; }
.deal-card__title { font-family: 'Mulish', sans-serif; font-size: 1.05rem; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin: 0; }
.deal-card__summary { font-family: 'Mulish', sans-serif; font-size: .9rem; color: #666; line-height: 1.5; flex-grow: 1; }
.deal-card__dates { font-family: 'Mulish', sans-serif; font-size: .85rem; color: #888; }
.deal-card__cta { align-self: flex-start; padding: 9px 16px; background: #e86c2e; color: #fff; border-radius: 999px; text-decoration: none; font-family: 'Mulish', sans-serif; font-weight: 700; font-size: .85rem; }
.deal-card__cta:hover { background: #d35a1f; }
.deal-card__source { font-family: 'Mulish', sans-serif; font-size: .75rem; color: #aaa; margin-top: 4px; }

.deals-empty, .deals-loading, .deals-error {
  max-width: 700px;
  margin: 24px auto;
  padding: 24px;
  text-align: center;
  font-family: 'Mulish', sans-serif;
  color: #666;
  background: #faf7f3;
  border-radius: 14px;
}
.deals-error { background: #fff5f5; color: #c0392b; }

[data-theme="dark"] .deal-card { background: #2a2a2a; }
[data-theme="dark"] .deal-card__title { color: #f5f5f5; }
[data-theme="dark"] .deal-card__summary { color: #c0c0c0; }
[data-theme="dark"] .deals-empty,
[data-theme="dark"] .deals-loading { background: #222; color: #ccc; }
[data-theme="dark"] .deals-tab { background: #2a2a2a; color: #ccc; border-color: #444; }

/* ─────────────────────────────────────────────────────────
   Section Intros (Quick Links + Travel News)
   Playfair Display serif to match Instagram brand voice
   ───────────────────────────────────────────────────────── */
.travel-quick-intro,
.travel-news-intro {
  max-width: 860px;
  margin: 36px auto 0;
  padding: 8px 24px 0;
  text-align: center;
}

.travel-news-intro { margin-top: 44px; }

.travel-quick-intro__eyebrow,
.travel-news-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e86c2e;
  background: rgba(232, 108, 46, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.travel-quick-intro__eyebrow i,
.travel-news-intro__eyebrow i { font-size: 0.7rem; }

.travel-quick-intro__title,
.travel-news-intro__title {
  font-family: 'Poiret One', cursive;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.18;
  letter-spacing: 0.5px;
}

.travel-quick-intro__title em,
.travel-news-intro__title em {
  font-style: italic;
  color: #e86c2e;
  font-weight: 700;
}

.travel-quick-intro__subtitle,
.travel-news-intro__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  color: #666;
  margin: 0 auto;
  max-width: 620px;
  line-height: 1.6;
}

[data-theme="dark"] .travel-quick-intro__title,
[data-theme="dark"] .travel-news-intro__title { color: #f5ede2; }
[data-theme="dark"] .travel-quick-intro__subtitle,
[data-theme="dark"] .travel-news-intro__subtitle { color: #c0b6a8; }
[data-theme="dark"] .travel-quick-intro__eyebrow,
[data-theme="dark"] .travel-news-intro__eyebrow { background: rgba(232,108,46,0.18); color: #ffb380; }

/* Quick Links */
.travel-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 24px;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #e0dbd4;
}

.travel-quick-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 18px;
  background: #faf8f5;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid #e0dbd4;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.travel-quick-link:hover {
  background: #b5704d;
  color: #fff;
  border-color: #b5704d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(181, 112, 77, 0.25);
}

.travel-quick-link .tql-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.travel-quick-link .tql-hint {
  font-size: 0.7rem;
  color: #9a8e82;
  font-weight: 400;
}

.travel-quick-link:hover .tql-hint {
  color: rgba(255, 255, 255, 0.75);
}

.travel-quick-link i {
  font-size: 0.9rem;
}

/* Tooltip (JS-generated, fixed position) */
.travel-tooltip {
  position: fixed;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 10px;
  width: 230px;
  text-align: center;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s;
}

.travel-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

.travel-tooltip::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #1a1a1a;
}

[data-theme="dark"] .travel-tooltip {
  background: #2a2d3d;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

[data-theme="dark"] .travel-tooltip::before {
  border-bottom-color: #2a2d3d;
}

/* Travel Cards with thumbnails */
.travel-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card-thumb {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  margin: -20px -20px 12px -20px;
  width: calc(100% + 40px);
}

.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.travel-card:hover .card-thumb img {
  transform: scale(1.05);
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body .card-desc {
  flex: 1;
}

.card-source-label {
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  color: #999;
  font-weight: 500;
}

.travel-attribution {
  margin: 28px auto 8px;
  padding: 14px 18px;
  max-width: 720px;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #8a7a68;
  background: rgba(255, 248, 240, 0.6);
  border: 1px dashed rgba(180, 130, 80, 0.3);
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .travel-hero {
    padding: 40px 20px 35px;
  }

  .travel-hero__title {
    font-size: 1.8rem;
  }

  .travel-hero__subtitle {
    font-size: 0.95rem;
  }

  .travel-quick-links {
    gap: 8px;
    padding: 15px 16px;
  }

  .travel-quick-link {
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  .card-thumb {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .travel-hero__title {
    font-size: 1.5rem;
  }

  .travel-quick-links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .travel-quick-links::-webkit-scrollbar {
    display: none;
  }
}
