/* ═══════════════════════════════════════════════════════════════
   CORPORATE & EXECUTIVE TRAVEL — Executive Briefing Dashboard
   ═══════════════════════════════════════════════════════════════ */

.private-charter-section,
.corporate-executive-section,
.group-travel-section,
.medical-transport-section,
.special-occasions-section {
  position: relative;
  padding: 120px 0 60px;
  z-index: 2;
}

.private-charter-section {
  padding-top: 85px;
  padding-bottom: 40px;
}

.corporate-executive-section {
  padding-top: 60px;
}

.group-travel-section,
.special-occasions-section {
  padding-top: 40px;
}

/* ── Background decorations ─────────────────────────────────── */
/* Decor-map styles inherited from index.css — no overrides needed */

.ce-light-radial {
  position: fixed;
  top: 10%;
  right: 20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 205, 81, 0.06), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.ce-light-radial-secondary {
  position: fixed;
  bottom: 5%;
  left: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 205, 81, 0.03), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* ── Container ──────────────────────────────────────────────── */

.global-runway {
  display: none;
}

.ce-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

/* ── Section label ──────────────────────────────────────────── */

.ce-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.ce-label-tag {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: clamp(14px, 0.9vw + 5px, 18px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: clamp(2.5px, 0.25vw, 4px);
  line-height: 1.3;
  color: var(--color-accent);
  white-space: nowrap;
}

.ce-label-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(250, 205, 81, 0.2), transparent);
}

/* ═══════════════════════════════════════════════════════════════
   HERO — Two-Column Layout
   ═══════════════════════════════════════════════════════════════ */

.ce-hero {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.ce-hero-content {
  flex: 1 1 0%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ce-eyebrow {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: clamp(14px, 0.9vw + 5px, 18px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: clamp(2.5px, 0.25vw, 4px);
  line-height: 1.3;
  color: var(--color-accent);
  display: block;
}

.ce-heading {
  font-family: var(--font-heading);
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin: 0;
}

.ce-heading-line {
  display: block;
}

.ce-paragraph {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-soft);
  margin: 0;
  text-align: justify;
}

.ce-paragraph strong {
  color: var(--color-accent);
  font-weight: 500;
}

.ce-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--color-accent);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(250, 205, 81, 0.3);
  transition: border-color 0.3s ease, gap 0.3s ease;
  width: fit-content;
}

.ce-cta:hover {
  border-color: var(--color-cyan);
  gap: 14px;
}

.ce-cta-arrow {
  font-family: var(--font-body);
  font-size: 16px;
  transition: transform 0.3s ease;
}

.ce-cta:hover .ce-cta-arrow {
  transform: translateX(3px);
}

/* ── Hero visual ────────────────────────────────────────────── */

.ce-hero-visual {
  flex: 0 0 42%;
  position: relative;
}

.private-charter-section .ce-hero-visual {
  flex: 0 0 42%;
}

.ce-image-frame {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.ce-image-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(250, 205, 81,0.2), rgba(250, 205, 81,0.05), rgba(250, 205, 81,0.15));
  z-index: -1;
  pointer-events: none;
}
.ce-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  opacity: 0.4;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 2;
}

.ce-image {
  width: 100%;
  height: auto;
  display: block;
}

.ce-image-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, var(--overlay-heavy) 100%);
  pointer-events: none;
  z-index: 1;
}

.ce-image-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent), rgba(250, 205, 81, 0.2));
  z-index: 2;
}

.ce-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--color-cyan);
  z-index: 3;
  pointer-events: none;
  opacity: 0.5;
}
.ce-corner-tl {
  top: 10px;
  left: 10px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}
.ce-corner-br {
  bottom: 10px;
  right: 10px;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
}

/* ═══════════════════════════════════════════════════════════════
   SOLUTIONS GRID — Dashboard Modules
   ═══════════════════════════════════════════════════════════════ */

.ce-solutions {
  margin-bottom: 20px;
}

.ce-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.ce-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: var(--color-card);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease,
    filter 0.4s ease;
}
.ce-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  background: #203847;
  box-shadow: var(--shadow-md);
}

.ce-card-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(250, 205, 81, 0.12) 40%,
    rgba(255, 255, 255, 0.30) 50%,
    rgba(250, 205, 81, 0.12) 60%,
    transparent 100%
  );
  pointer-events: none;
  transition: left var(--transition-slow);
  transform: skewX(-25deg);
  transform-origin: top;
}

.ce-card:hover .ce-card-shimmer {
  left: 150%;
}

.ce-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.ce-card-icon {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ce-card-icon svg {
  display: block;
  transition: transform 0.5s ease;
}

.ce-card:hover .ce-card-icon svg {
  transform: rotate(3deg) scale(1.05);
  filter: drop-shadow(0 0 8px rgba(250, 205, 81, 0.6)) drop-shadow(0 0 20px rgba(250, 205, 81, 0.3));
}

.ce-card-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-text);
  margin: 0;
  letter-spacing: -0.01em;
}

.ce-card-desc {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-soft);
  margin: 0;
  flex: 1 1 auto;
}



/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 1199px) {
  .ce-hero { gap: 40px; }
  .ce-heading { font-size: clamp(40px, 4vw, 52px); }
  .ce-solutions-grid { gap: 16px; }
  .ce-card { padding: 22px 18px; }
}

@media (max-width: 991px) {
  .private-charter-section,
  .corporate-executive-section,
  .group-travel-section,
  .medical-transport-section,
  .special-occasions-section { padding: 80px 0 40px; }
  .private-charter-section { padding-top: 125px; }
  .group-travel-section,
  .special-occasions-section { padding-top: 30px; }
  .ce-container { padding: 0 30px; }

  .ce-hero {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 70px;
  }
  .ce-hero-content { flex: 0 0 100%; padding: 0; }
  .ce-hero-visual { flex: 0 0 100%; max-width: 500px; }

  /* ── Responsive content order: Text → Image ── */
  .private-charter-section .ce-hero-content,
  .group-travel-section .ce-hero-content,
  .special-occasions-section .ce-hero-content {
    order: 1;
  }
  .private-charter-section .ce-hero-visual,
  .group-travel-section .ce-hero-visual,
  .special-occasions-section .ce-hero-visual {
    order: 2;
  }

  .ce-solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ce-solutions { margin-bottom: 15px; }
}

@media (max-width: 767px) {
  .ce-section-label {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .ce-eyebrow {
    font-size: 13.5px !important;
    letter-spacing: 2.5px !important;
  }
  .ce-label-tag {
    white-space: normal !important;
    line-height: 1.4;
    font-size: 13.5px !important;
    letter-spacing: 2.5px !important;
  }
  .ce-label-line {
    width: 100%;
    height: 1px;
    flex: none;
  }
}

@media (max-width: 360px) {
  .ce-eyebrow,
  .ce-label-tag {
    font-size: 12.5px !important;
    letter-spacing: 2px !important;
  }
}

@media (max-width: 575px) {
  .corporate-executive-section,
  .group-travel-section,
  .medical-transport-section,
  .special-occasions-section { padding: 60px 0 30px; }
  .private-charter-section { padding: 140px 0 30px; }
  .group-travel-section,
  .special-occasions-section { padding-top: 20px; }
  .ce-container { padding: 0 20px; }
  .ce-heading { font-size: 32px; }
  .ce-paragraph { font-size: 15px; }
  .ce-solutions-grid { grid-template-columns: 1fr; }
  .ce-card { padding: 20px 16px; }
  .ce-card-title { font-size: 18px; }
  .ce-hero-visual { max-width: 100%; }

  .hero-cta-link {
    white-space: normal !important;
    height: auto !important;
    min-height: 56px;
    padding: 14px 28px !important;
    text-align: center;
    line-height: 1.4;
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ── Hero Premium Overrides (From Index) ── */
.classic-hero.hero-premium .hero-dark-overlay {
  background: transparent !important;
  opacity: 1;
}
/* Scoped gradient overlay — covers ONLY the text column (left ~44% of viewport).
   Never extends over the aircraft, so the jet is never painted over with blue.
   The image mask handles the actual blend. */
.classic-hero.hero-premium .hero-left-gradient {
  background: linear-gradient(
    90deg,
    #01569C 0%,
    #01569C 36%,
    rgba(1, 86, 156, 0.70) 44%,
    rgba(1, 86, 156, 0.20) 50%,
    transparent 56%
  ) !important;
}
.classic-hero.hero-premium .hero-aircraft-img {
  object-position: 20% center;
}
@media (min-width: 992px) {
  .classic-hero.hero-premium .hero-aircraft-wrap {
    width: 58%;
  }
  .classic-hero.hero-premium .hero-content-col {
    /* Fluid responsive width that expands on shorter viewports to prevent text wrapping */
    width: clamp(480px, calc(34vw + max(0px, 750px - 100vh) * 1.5), 800px);
    margin-left: max(40px, calc((100vw - 1340px) / 2 + 40px));
  }
  /* Mask fades the image itself (not a painted overlay) so the aircraft
     remains visible. Very wide fade zone (0 → 62%) — no rectangular edge. */
  .classic-hero.hero-premium .hero-aircraft-img {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,0.05) 10%,
      rgba(0,0,0,0.20) 22%,
      rgba(0,0,0,0.45) 34%,
      rgba(0,0,0,0.72) 46%,
      rgba(0,0,0,0.90) 54%,
      black 62%,
      black 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,0.05) 10%,
      rgba(0,0,0,0.20) 22%,
      rgba(0,0,0,0.45) 34%,
      rgba(0,0,0,0.72) 46%,
      rgba(0,0,0,0.90) 54%,
      black 62%,
      black 100%
    );
  }
}
.classic-hero.hero-premium .hero-vignette {
  background: transparent !important;
}
.hero-premium .hero-flight-path {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.hero-premium .hero-flight-path-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-premium .fp-halo {
  opacity: 0.06;
}
.hero-premium .fp-glow {
  opacity: 0.15;
}
.hero-premium .fp-core {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .hero-premium .hero-flight-path {
    display: none;
  }
}

/* Prevent full-page animation from overlapping the hero section */
.taxiway-network {
  clip-path: inset(100vh 0 0 0);
}

/* ── Small Mobile Adjustments (320-360px) ── */
@media (max-width: 375px) {
  .hero-cta-link {
    min-height: 44px !important;
    height: auto !important;
    padding: 12px 20px !important;
    font-size: 13px !important;
    gap: 8px !important;
    letter-spacing: 1.2px !important;
  }
  .hero-cta-link .cta-arrow {
    font-size: 16px !important;
  }
}

/* ---------------------------------------------------------------
   OUR SOLUTIONS (CHARTER SOLUTIONS PAGE REDESIGN)
   --------------------------------------------------------------- */

.cs-section {
  padding: 80px 0;
  position: relative;
  background: transparent;
  z-index: 1;
}

.cs-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 60px;
}

.cs-eyebrow {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  color: var(--color-accent, #FACD51);
  font-size: clamp(14px, 0.9vw + 5px, 18px);
  font-weight: 700;
  letter-spacing: clamp(2.5px, 0.25vw, 4px);
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.cs-heading {
  font-family: var(--font-primary, sans-serif);
  font-size: clamp(32px, 4vw, 48px);
  color: var(--color-white, #ffffff);
  line-height: 1.2;
  margin: 0;
}

.cs-subhead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
  border-left: 2px solid var(--color-gold, #c6a87c);
  padding-left: 20px;
}

/* ==============================================================
   OUR SOLUTIONS — TYPOGRAPHY-LED SERVICE INDEX
   ============================================================== */

.cs-service-index {
  position: relative;
  padding: 60px 0 0 0;
  width: 100%;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.cs-index-row {
  display: block;
  padding: 40px 0 60px 0;
  border-bottom: 1px solid rgba(198, 168, 124, 0.2);
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
}

.cs-index-row:first-child {
  border-top: none;
}

.cs-index-left {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.cs-index-label {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: clamp(14px, 0.9vw + 5px, 18px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: clamp(2.5px, 0.25vw, 4px);
  line-height: 1.3;
  color: var(--color-accent, #FACD51);
  margin-bottom: 15px;
  display: block;
  transition: color 0.4s ease;
}

.cs-index-title {
  font-family: var(--font-primary, sans-serif);
  font-size: 48px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}

.cs-index-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
}

.cs-index-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  min-width: 220px;
}

.cs-index-icon {
  font-size: 42px;
  color: var(--color-gold, #c6a87c);
  margin-right: 30px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
}

.cs-index-cta {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  transition: all 0.4s ease;
}

.cs-index-cta i {
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.cs-index-cta-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

/* Hover Interactions */
.cs-index-row:hover .cs-index-label {
  color: #ffffff;
}
.cs-index-row:hover .cs-index-title {
  color: var(--color-gold, #c6a87c);
}
.cs-index-row:hover .cs-index-icon {
  transform: scale(1.1);
  color: #fff;
}
.cs-index-row:hover .cs-index-cta {
  color: var(--color-gold, #c6a87c);
}
.cs-index-row:hover .cs-index-cta i {
  transform: translateX(6px);
}

/* Subtle Differentiation */
.cs-index-row:nth-child(even) .cs-index-title {
  font-weight: 400; /* slight weight change to break repetition */
}
.cs-index-row--special .cs-index-title {
  font-family: var(--font-secondary, serif);
  font-style: italic;
  font-weight: 300;
  font-size: 52px;
}

/* Center the final category horizontally */
@media (min-width: 768px) {
  .cs-index-row--special {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }
  
  .cs-index-row--special .cs-index-left {
    width: 100%;
    /* Match the approximate width of a standard column */
    max-width: 500px;
  }
}



/* -------------------------------------
   Responsive Service Index Adjustments
-------------------------------------- */
@media (max-width: 1024px) {
  .cs-index-title {
    font-size: 42px;
  }
  .cs-index-row--special .cs-index-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .cs-index-row {
    padding: 50px 0;
  }
  .cs-service-index {
    gap: 30px;
  }
  .cs-index-title {
    font-size: 36px;
  }
  .cs-index-row--special .cs-index-title {
    font-size: 40px;
  }
  .cs-index-icon {
    font-size: 36px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  /* Mobile Header Stacked Layout */
  .cs-header-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  
  .cs-subhead {
    border-left: none;
    padding-left: 0;
  }

  .cs-index-row {
    padding: 40px 0;
  }

  .cs-service-index {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cs-index-cta-wrap {
    margin-top: 20px;
  }
  
  .cs-index-left {
    margin-bottom: 0;
  }
  
  .cs-index-label {
    font-size: 13.5px !important;
    letter-spacing: 2.5px !important;
  }
  
  .cs-index-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .cs-index-row--special .cs-index-title {
    font-size: 36px;
  }
  
  .cs-index-desc {
    font-size: 15px;
  }
}

