/*
 * Public travel pages.
 * Shared cinematic system for the travel hub and Houston guest guide.
 */

html,
body {
  overflow-x: hidden;
}

body.travel-page {
  background: #fff8ed;
  color: #17130f;
}

.travel-page :focus-visible {
  outline: 3px solid rgba(216, 184, 97, 0.78);
  outline-offset: 4px;
}

.travel-page .btn {
  letter-spacing: 0;
}

.travel-hero {
  position: relative;
  min-height: 92svh;
  margin-top: calc(-1 * var(--header-height));
  padding: calc(var(--header-height) + 5rem) 4.5rem 5rem;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fff8ed;
  background: #030202;
}

.travel-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  border-top: 4rem solid rgba(3, 2, 2, 0.94);
  border-bottom: 4rem solid rgba(3, 2, 2, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 237, 0.09),
    inset 0 -1px 0 rgba(255, 248, 237, 0.09);
}

.travel-hero__media,
.travel-hero__scrim {
  position: absolute;
  inset: 0;
}

.travel-hero__media {
  z-index: -3;
  background-size: cover;
  background-position: center 42%;
  filter: saturate(0.88) contrast(1.08);
  transform: scale(1.035);
  animation: travelHeroDrift 20s ease-in-out infinite alternate;
}

.travel-hero--hub .travel-hero__media {
  background-image: var(--travel-hub-hero-image, linear-gradient(135deg, #062d27, #7a282c));
}

.travel-hero--houston .travel-hero__media {
  background-image: var(--travel-houston-hero-image, var(--travel-card-houston-image, linear-gradient(135deg, #062d27, #7a282c)));
  background-position: center 38%;
}

.travel-hero__scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 2, 2, 0.88), rgba(3, 2, 2, 0.24) 52%, rgba(6, 45, 39, 0.82)),
    linear-gradient(180deg, rgba(3, 2, 2, 0.08), rgba(3, 2, 2, 0.82));
}

.travel-hero__inner {
  position: relative;
  z-index: 8;
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 25.5rem);
  align-items: end;
  gap: 3rem;
}

.travel-hero__copy {
  display: grid;
  gap: 1rem;
  max-width: 68rem;
}

.travel-hero__title {
  width: min(100%, 12ch);
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 6.35rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
  text-wrap: balance;
  text-shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
}

.travel-hero__subtitle {
  width: min(48rem, 100%);
  margin: 0;
  color: rgba(255, 248, 237, 0.8);
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.35;
}

.travel-hero__actions,
.travel-concierge__actions,
.travel-guide-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.travel-hero__actions {
  margin-top: 0.45rem;
}

.travel-hero .btn-ghost {
  border-color: rgba(255, 248, 237, 0.72);
  color: #fff8ed;
  background: rgba(6, 45, 39, 0.42);
}

.travel-hero .btn-ghost:hover,
.travel-hero .btn-ghost:focus-visible {
  border-color: #d8b861;
  color: #1d1712;
  background: #fff8ed;
}

.travel-hero__panel {
  padding: 1.25rem;
  border: 1px solid rgba(216, 184, 97, 0.34);
  border-radius: 8px;
  background: rgba(6, 45, 39, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.travel-panel__label,
.travel-section__label,
.travel-destination-card__meta,
.travel-info-card span,
.travel-status-card span,
.travel-timeline span,
.travel-hero__scroll {
  margin: 0;
  color: #d8b861;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.travel-hero__panel h2 {
  margin: 0.5rem 0 1rem;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.08;
}

.travel-panel__list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 184, 97, 0.18);
  border-radius: 8px;
  list-style: none;
  background: rgba(216, 184, 97, 0.18);
}

.travel-panel__list li {
  padding: 0.9rem;
  color: rgba(255, 248, 237, 0.78);
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.42;
  background: rgba(3, 2, 2, 0.26);
}

.travel-panel__list strong {
  color: #fff8ed;
  font-weight: 700;
}

.travel-hero__scroll {
  position: absolute;
  right: 4.5rem;
  bottom: 2.4rem;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 248, 237, 0.74);
  text-decoration: none;
}

.travel-hero__scroll svg {
  width: 1.1rem;
  height: 1.1rem;
  color: #d8b861;
  animation: travelScrollCue 1.8s ease-in-out infinite;
}

.travel-main {
  position: relative;
  background:
    linear-gradient(180deg, #fff8ed 0%, #f7ebd8 44%, #fff8ed 100%);
}

.travel-container {
  width: min(100% - 3rem, 1180px);
  margin: 0 auto;
}

.travel-section,
.travel-guide-section {
  padding: 6.5rem 0;
}

.travel-section--guides {
  padding-top: 7.5rem;
}

.travel-section__header {
  display: grid;
  gap: 0.8rem;
  max-width: 52rem;
  margin-bottom: 2.35rem;
}

.travel-section__header h2,
.travel-concierge h2,
.travel-guide-cta h2 {
  margin: 0;
  color: #1d1712;
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.travel-section__header p:last-child,
.travel-concierge p,
.travel-guide-cta p,
.travel-info-card p,
.travel-status-card p,
.travel-timeline p {
  margin: 0;
  color: rgba(29, 23, 18, 0.72);
  font-family: var(--font-primary);
  font-size: 1.12rem;
  line-height: 1.58;
}

.travel-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.travel-destination-card {
  position: relative;
  min-height: 37rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  color: #fff8ed;
  text-decoration: none;
  background: #030202;
  box-shadow: 0 28px 80px rgba(29, 23, 18, 0.14);
}

.travel-destination-card__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 520ms ease, filter 520ms ease;
}

.travel-destination-card--lagos .travel-destination-card__media {
  background-image: var(--travel-card-lagos-image, linear-gradient(135deg, #062d27, #7a282c));
}

.travel-destination-card--houston .travel-destination-card__media {
  background-image: var(--travel-card-houston-image, linear-gradient(135deg, #062d27, #7a282c));
}

.travel-destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 2, 2, 0.02), rgba(3, 2, 2, 0.82)),
    linear-gradient(90deg, rgba(3, 2, 2, 0.62), rgba(3, 2, 2, 0.08));
}

.travel-destination-card:hover .travel-destination-card__media {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

.travel-destination-card__content {
  display: grid;
  gap: 0.8rem;
  padding: 2rem;
}

.travel-destination-card strong {
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
}

.travel-destination-card__content > span:not(.travel-destination-card__media):not(.travel-destination-card__meta):not(.travel-link) {
  max-width: 31rem;
  color: rgba(255, 248, 237, 0.78);
  font-family: var(--font-primary);
  font-size: 1.12rem;
  line-height: 1.48;
}

.travel-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  color: #1d1712;
  font-family: var(--font-accent);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.travel-destination-card .travel-link {
  color: #fff8ed;
}

.travel-link::after {
  content: "";
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

a:hover .travel-link::after,
.travel-link:hover::after {
  transform: translateX(0.24rem);
}

.travel-split,
.travel-concierge,
.travel-guide-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}

.travel-checklist,
.travel-card-grid,
.travel-status-grid,
.travel-timeline {
  display: grid;
  gap: 1rem;
}

.travel-checklist article,
.travel-info-card,
.travel-status-card,
.travel-timeline article {
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.82);
  box-shadow: 0 18px 50px rgba(29, 23, 18, 0.06);
}

.travel-checklist article,
.travel-info-card,
.travel-status-card {
  padding: 1.35rem;
}

.travel-checklist span {
  color: #b88a1b;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.travel-checklist h3,
.travel-info-card h3,
.travel-status-card h3,
.travel-timeline h3 {
  margin: 0.55rem 0 0.45rem;
  color: #1d1712;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.travel-checklist p {
  margin: 0;
  color: rgba(29, 23, 18, 0.72);
  font-family: var(--font-primary);
  font-size: 1.05rem;
  line-height: 1.5;
}

.travel-section--concierge {
  padding-top: 0;
}

.travel-concierge,
.travel-guide-cta {
  padding: 2.1rem;
  border: 1px solid rgba(6, 45, 39, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 45, 39, 0.95), rgba(29, 23, 18, 0.94));
  box-shadow: 0 28px 80px rgba(29, 23, 18, 0.16);
}

.travel-concierge h2,
.travel-concierge p,
.travel-guide-cta h2,
.travel-guide-cta p {
  color: #fff8ed;
}

.travel-concierge p,
.travel-guide-cta p {
  color: rgba(255, 248, 237, 0.76);
}

.travel-concierge__actions,
.travel-guide-cta__actions {
  justify-content: flex-end;
}

.travel-page-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0 0 5.5rem;
}

.travel-page-nav a {
  display: inline-flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  color: #1d1712;
  font-family: var(--font-accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 248, 237, 0.8);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.travel-page-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 138, 27, 0.35);
  background: #fff8ed;
}

.travel-quick-nav {
  position: sticky;
  top: calc(var(--header-height) + 0.7rem);
  z-index: 12;
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.72rem;
  margin: -2.4rem 0 1.5rem;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.88);
  box-shadow: 0 16px 44px rgba(29, 23, 18, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  scrollbar-width: none;
}

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

.travel-quick-nav a {
  flex: 0 0 auto;
  padding: 0.68rem 0.92rem;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  color: #1d1712;
  font-family: var(--font-accent);
  font-size: 0.9rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.travel-quick-nav a:hover,
.travel-quick-nav a.is-active,
.travel-quick-nav a:focus-visible {
  color: #fff8ed;
  border-color: rgba(6, 45, 39, 0.72);
  background: #062d27;
  transform: translateY(-1px);
}

.travel-guide-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 3rem;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.84);
  box-shadow: 0 18px 50px rgba(29, 23, 18, 0.06);
}

.travel-guide-section--feature {
  margin-top: 0;
}

.travel-guide-section--dark {
  background:
    linear-gradient(135deg, #062d27, #1d1712);
}

.travel-guide-section--dark .travel-section__header h2,
.travel-guide-section--dark .travel-section__header p:last-child {
  color: #fff8ed;
}

.travel-guide-section--dark .travel-section__header p:last-child {
  color: rgba(255, 248, 237, 0.76);
}

.travel-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.travel-status-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-info-card span,
.travel-status-card span,
.travel-timeline span {
  display: block;
}

.travel-table-wrap {
  max-width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid rgba(29, 23, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  -webkit-overflow-scrolling: touch;
}

.travel-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-family: var(--font-primary);
}

.travel-table th,
.travel-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(29, 23, 18, 0.1);
  text-align: left;
  vertical-align: top;
}

.travel-table th {
  color: #1d1712;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  text-transform: uppercase;
  background: rgba(216, 184, 97, 0.14);
}

.travel-table td {
  color: rgba(29, 23, 18, 0.76);
  font-size: 1rem;
  line-height: 1.42;
}

.travel-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-timeline article {
  padding: 1.35rem;
}

.travel-weather-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.travel-weather-strip span {
  min-height: 5.25rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(216, 184, 97, 0.24);
  border-radius: 8px;
  color: #fff8ed;
  font-family: var(--font-accent);
  font-size: 0.95rem;
  text-align: center;
  background: rgba(255, 248, 237, 0.08);
}

.travel-guide-cta {
  margin: 1rem 0 1.5rem;
}

.reveal {
  opacity: 1;
}

.travel-enhanced .reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 620ms ease, transform 620ms ease;
}

.travel-enhanced .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes travelHeroDrift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.075) translate3d(-1.2rem, 0.8rem, 0);
  }
}

@keyframes travelScrollCue {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.35rem);
  }
}
