/* ── Page Hero ── */
    .page-hero {
      position: relative;
      height: 420px;
      background: url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1800&q=85') center/cover no-repeat;
      display: flex; align-items: center; justify-content: center;
      text-align: center;
      overflow: hidden;
    }
    .page-hero::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(10,20,70,0.78) 0%, rgba(27,60,140,0.65) 100%);
    }
    .page-hero-content {
      position: relative; z-index: 2;
      color: #fff; padding: 0 24px;
    }
    .page-hero-eyebrow {
      font-size: 11px; font-weight: 600;
      letter-spacing: 0.32em; text-transform: uppercase;
      color: #F5B800; margin-bottom: 14px;
      font-family: Inter, sans-serif; display: block;
    }
    .page-hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(32px, 5vw, 58px);
      font-weight: 700; line-height: 1.15;
      color: #fff; margin: 0 0 16px;
    }
    .page-hero-sub {
      font-size: 15px; color: rgba(255,255,255,0.75);
      max-width: 560px; margin: 0 auto;
      line-height: 1.7; font-family: Inter, sans-serif;
    }
    /* Breadcrumb */
    .breadcrumb {
      background: #F8FAFF;
      padding: 12px 0;
      border-bottom: 1px solid #E8EEF9;
    }
    .breadcrumb-inner {
      max-width: 1200px; margin: 0 auto;
      padding: 0 32px;
      display: flex; align-items: center; gap: 8px;
      font-size: 12.5px; font-family: Inter, sans-serif;
      color: #718096;
    }
    .breadcrumb a { color: #1B3C8C; text-decoration: none; }
    .breadcrumb a:hover { color: #F5B800; }
    .breadcrumb-sep { color: #CBD5E0; }

    /* ── Story Section ── */
    .about-page-story {
      background: #FAFBFF;
      padding: 64px 0 72px;
    }
    .story-grid {
      max-width: 1200px; margin: 0 auto;
      padding: 0 32px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px; align-items: center;
    }
    .story-img-wrap {
      position: relative;
    }
    .story-img-wrap img {
      width: 100%; height: 420px;
      object-fit: cover;
      border-radius: 20px;
      display: block;
      box-shadow: 0 20px 60px rgba(27,60,140,0.15);
    }
    .story-img-badge {
      position: absolute;
      bottom: -24px; right: -20px;
      background: #1B3C8C;
      color: #fff; border-radius: 14px;
      padding: 20px 24px;
      box-shadow: 0 10px 30px rgba(27,60,140,0.35);
      text-align: center;
    }
    .story-img-badge-num {
      font-family: 'Playfair Display', serif;
      font-size: 36px; font-weight: 700;
      color: #F5B800; line-height: 1; display: block;
    }
    .story-img-badge-txt {
      font-size: 11px; font-weight: 500;
      color: rgba(255,255,255,0.8);
      line-height: 1.4; display: block; margin-top: 4px;
    }
    .story-text { padding-bottom: 24px; }
    .story-tag {
      display: inline-block;
      font-size: 10.5px; font-weight: 600;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: #F5B800; border: 1px solid rgba(245,184,0,0.3);
      padding: 4px 14px; border-radius: 20px;
      margin-bottom: 18px; font-family: Inter, sans-serif;
    }
    .story-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 700; color: #1A2340;
      line-height: 1.25; margin: 0 0 20px;
    }
    .story-text p {
      font-size: 15px; color: #4A5568;
      line-height: 1.8; margin-bottom: 16px;
      font-family: Inter, sans-serif;
    }
    .story-stats {
      display: flex; align-items: center;
      gap: 0; margin-top: 32px;
      padding-top: 28px;
      border-top: 1px solid #E8EEF9;
    }
    .story-stat {
      flex: 1; text-align: center;
    }
    .story-stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 28px; font-weight: 700;
      color: #1B3C8C; line-height: 1; display: block;
    }
    .story-stat-lbl {
      font-size: 11.5px; color: #718096;
      font-weight: 500; font-family: Inter, sans-serif;
      display: block; margin-top: 4px;
    }
    .story-stat-div {
      width: 1px; height: 44px;
      background: #E8EEF9; flex-shrink: 0;
    }

    /* ── Why Choose Us ── */
    .why-us {
      background: #fff;
      padding: 60px 0;
    }
    .why-grid {
      max-width: 1200px; margin: 32px auto 0;
      padding: 0 32px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .why-card {
      background: #F8FAFF;
      border: 1px solid #E8EEF9;
      border-radius: 18px;
      padding: 36px 28px;
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    }
    .why-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(27,60,140,0.10);
      border-color: #1B3C8C;
    }
    .why-icon {
      width: 52px; height: 52px;
      background: rgba(27,60,140,0.08);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .why-icon svg { width: 26px; height: 26px; stroke: #1B3C8C; }
    .why-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 18px; font-weight: 700;
      color: #1A2340; margin: 0 0 10px;
    }
    .why-card p {
      font-size: 13.5px; color: #4A5568;
      line-height: 1.75; margin: 0;
      font-family: Inter, sans-serif;
    }

    /* ── Mission Vision ── */
    .mv-section {
      background: #F8FAFF;
      padding: 60px 0;
    }
    .mv-section .mv-grid {
      max-width: 1200px; margin: 40px auto 0;
      padding: 0 32px;
    }

    /* ── Team ── */
    .team-section {
      background: #fff;
      padding: 60px 0;
    }
    .team-grid {
      max-width: 1200px; margin: 40px auto 0;
      padding: 0 32px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .team-card {
      background: #F8FAFF;
      border: 1px solid #E8EEF9;
      border-radius: 18px;
      padding: 32px 24px;
      text-align: center;
      transition: transform 0.25s, box-shadow 0.25s;
    }
    .team-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(27,60,140,0.10);
    }
    .team-avatar {
      width: 72px; height: 72px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px; font-weight: 700;
      color: #fff; margin: 0 auto 16px;
      font-family: Inter, sans-serif;
    }
    .team-name {
      font-family: 'Playfair Display', serif;
      font-size: 17px; font-weight: 700;
      color: #1A2340; margin: 0 0 4px;
    }
    .team-role {
      font-size: 12px; font-weight: 600;
      color: #F5B800; letter-spacing: 0.08em;
      text-transform: uppercase;
      font-family: Inter, sans-serif;
      margin: 0 0 12px;
    }
    .team-phone {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 13px; color: #1B3C8C;
      text-decoration: none; font-family: Inter, sans-serif;
      font-weight: 500;
      transition: color 0.2s;
    }
    .team-phone:hover { color: #F5B800; }
    .team-phone svg { width: 13px; height: 13px; stroke: currentColor; }

    /* ── Values ── */
    .values-section {
      background: #1B3C8C;
      padding: 52px 0;
    }
    .values-section-inner {
      max-width: 1200px; margin: 0 auto;
      padding: 0 32px;
    }
    .values-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 700; color: #fff;
      text-align: center; margin: 0 0 48px;
    }
    .values-section h2 span { color: #F5B800; }
    .values-cards {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }
    .value-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 14px;
      padding: 28px 16px;
      text-align: center;
      transition: background 0.25s, transform 0.25s;
    }
    .value-card:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-3px);
    }
    .value-card svg {
      width: 32px; height: 32px;
      stroke: #F5B800; margin-bottom: 12px;
    }
    .value-card span {
      display: block;
      font-size: 13px; font-weight: 600;
      color: #fff; font-family: Inter, sans-serif;
    }

    /* ── CTA same as home ── */

    /* ── Responsive ── */
    /* ── Tablet ── */
    @media (max-width: 1024px) {
      .story-grid          { gap: 48px; }
      .why-grid            { grid-template-columns: 1fr 1fr; gap: 20px; }
      .values-cards        { grid-template-columns: repeat(3, 1fr); gap: 12px; }
      .team-grid           { grid-template-columns: 1fr 1fr; gap: 20px; }
      .mv-section .mv-grid { padding: 0 24px; }
      .values-section-inner{ padding: 0 24px; }
    }

    /* ── Mobile landscape / large phone ── */
    @media (max-width: 768px) {
      /* Hero */
      .page-hero        { height: 280px; }
      .page-hero-title  { font-size: clamp(24px,7vw,36px); }
      .page-hero-sub    { font-size: 13px; }

      /* Breadcrumb */
      .breadcrumb-inner { padding: 0 16px; }

      /* Story */
      .about-page-story { padding: 40px 0 48px; }
      .story-grid       { grid-template-columns: 1fr; gap: 32px; padding: 0 16px; }
      .story-img-wrap img { height: 240px; }
      .story-img-badge  { bottom: -18px; right: 10px; padding: 14px 16px; }
      .story-img-badge-num { font-size: 26px; }
      .story-title      { font-size: clamp(20px,5vw,28px); }
      .story-text p     { font-size: 13.5px; }
      .story-stats      { gap: 0; margin-top: 20px; padding-top: 18px; }
      .story-stat-num   { font-size: 22px; }
      .story-stat-lbl   { font-size: 10.5px; }

      /* Why Us */
      .why-us           { padding: 40px 0; }
      .why-grid         { grid-template-columns: 1fr; gap: 14px; padding: 0 16px; }
      .why-card         { padding: 24px 20px; }
      .why-card h3      { font-size: 15px; }
      .why-card p       { font-size: 13px; }
      .why-icon         { width: 42px; height: 42px; margin-bottom: 14px; }

      /* Mission Vision */
      .mv-section       { padding: 40px 0; }
      .mv-section .mv-grid { padding: 0 16px; gap: 16px; }
      .mv-card          { padding: 24px 18px; }
      .mv-title         { font-size: 18px; }
      .mv-text          { font-size: 13px; }
      .mv-list li       { font-size: 12.5px; }

      /* Team */
      .team-section     { padding: 40px 0; }
      .team-grid        { grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 16px; }
      .team-card-wrap   { height: auto; perspective: none; }
      .team-card-inner  { transform: none !important; transform-style: flat; }
      .team-card-front  { position: relative; inset: auto; padding: 20px 14px; }
      .team-card-back   { display: none; }
      .team-avatar      { width: 54px; height: 54px; font-size: 16px; margin-bottom: 10px; }
      .team-name        { font-size: 14px; }
      .team-role        { font-size: 10px; margin-bottom: 8px; }
      .team-phone       { font-size: 11.5px; }

      /* Values */
      .values-section   { padding: 40px 0; }
      .values-section-inner { padding: 0 16px; }
      .values-section h2{ font-size: clamp(20px,5vw,28px); margin-bottom: 28px; }
      .values-cards     { grid-template-columns: repeat(3, 1fr); gap: 10px; }
      .value-card       { padding: 20px 10px; }
      .value-card svg   { width: 26px; height: 26px; margin-bottom: 8px; }
      .value-card span  { font-size: 11px; }

      /* Section headers */
      .section-header   { padding: 32px 16px 20px; }

      /* CTA */
      #cta-about        { padding: 52px 16px; }
    }

    /* ── Small mobile ── */
    @media (max-width: 480px) {
      .page-hero        { height: 250px; }
      .team-grid        { grid-template-columns: 1fr; }
      .values-cards     { grid-template-columns: 1fr 1fr; }
      .story-img-wrap img { height: 200px; }
      .why-grid         { gap: 12px; }
      .mv-section .mv-grid { gap: 12px; }
    }

    /* ── Animated Counter ── */
    .story-stat-num { transition: none; }

    /* ── Page hero parallax overlay ── */
    .page-hero { overflow: hidden; }
    .page-hero-content { will-change: transform; }

    /* ── Floating orbs background ── */
    .page-hero-orbs {
      position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
    }
    .orb {
      position: absolute; border-radius: 50%;
      background: radial-gradient(circle, rgba(245,184,0,0.18) 0%, transparent 70%);
      animation: orbFloat linear infinite;
    }
    .orb-1 { width: 400px; height: 400px; top: -100px; left: -100px; animation-duration: 18s; }
    .orb-2 { width: 300px; height: 300px; top: 50%; right: -80px; animation-duration: 22s; animation-delay: -8s; }
    .orb-3 { width: 200px; height: 200px; bottom: -60px; left: 40%; animation-duration: 15s; animation-delay: -4s; }
    @keyframes orbFloat {
      0%,100% { transform: translateY(0) scale(1); }
      50%      { transform: translateY(-30px) scale(1.08); }
    }

    /* ── Hero title reveal ── */
    .page-hero-title .word { display: inline-block; overflow: hidden; }
    .page-hero-title .char { display: inline-block; }

    /* reveal classes removed — GSAP handles opacity/transform */

    /* ── Why card hover glow ── */
    .why-card {
      position: relative; overflow: hidden;
      background: #F8FAFF;
    }
    .why-card::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(27,60,140,0.04), rgba(245,184,0,0.06));
      opacity: 0; transition: opacity 0.4s;
      border-radius: inherit;
    }
    .why-card:hover::before { opacity: 1; }
    .why-card::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1B3C8C, #F5B800);
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.4s ease;
    }
    .why-card:hover::after { transform: scaleX(1); }

    /* ── Team card flip effect ── */
    .team-card-wrap {
      perspective: 1000px;
      height: 200px;
    }
    .team-card-inner {
      position: relative; width: 100%; height: 100%;
      transform-style: preserve-3d;
      transition: transform 0.65s cubic-bezier(0.4,0,0.2,1);
    }
    .team-card-wrap:hover .team-card-inner { transform: rotateY(180deg); }
    .team-card-front, .team-card-back {
      position: absolute; inset: 0;
      backface-visibility: hidden;
      border-radius: 18px;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      padding: 28px 20px;
    }
    .team-card-front {
      background: #F8FAFF;
      border: 1px solid #E8EEF9;
    }
    .team-card-back {
      background: linear-gradient(135deg, #1B3C8C, #0F1F4B);
      transform: rotateY(180deg);
      border: none;
    }
    .team-card-back .team-name { color: #fff; }
    .team-card-back .team-role { color: #F5B800; }
    .team-card-back .team-phone { color: rgba(255,255,255,0.85); }
    .team-card-back .team-phone:hover { color: #F5B800; }
    .team-card-back p {
      font-size: 12px; color: rgba(255,255,255,0.6);
      text-align: center; margin: 10px 0 0;
      font-family: Inter, sans-serif; line-height: 1.6;
    }

    /* ── Story image parallax ── */
    .story-img-wrap { overflow: hidden; }
    .story-img-wrap img { will-change: transform; }

    /* ── Values card pulse ── */
    .value-card {
      position: relative; overflow: hidden;
    }
    .value-card::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at 50% 50%, rgba(245,184,0,0.15) 0%, transparent 70%);
      opacity: 0; transition: opacity 0.35s;
    }
    .value-card:hover::before { opacity: 1; }
    .value-card svg { transition: transform 0.35s ease; }
    .value-card:hover svg { transform: scale(1.2) rotate(-8deg); }

    /* ── Stat number gradient ── */
    .story-stat-num {
      background: linear-gradient(135deg, #1B3C8C, #2D5CC8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ── Section eyebrow line ── */
    .section-eyebrow {
      position: relative;
      padding: 0 28px;
    }
    .section-eyebrow::before,
    .section-eyebrow::after {
      content: '';
      position: absolute; top: 50%;
      width: 20px; height: 1px;
      background: var(--clr-gold, #F5B800);
    }
    .section-eyebrow::before { left: 0; }
    .section-eyebrow::after  { right: 0; }

    /* ── Marquee airline strip on about ── */
    .about-airline-strip {
      background: #0F1A2E; padding: 28px 0;
      overflow: hidden;
    }

    /* ── Why icon animated bg ── */
    .why-icon { transition: background 0.3s, transform 0.3s; }
    .why-card:hover .why-icon {
      background: rgba(27,60,140,0.15);
      transform: rotate(-6deg) scale(1.1);
    }

    @media (max-width: 768px) {
      .team-card-wrap { height: auto; perspective: none; }
      .team-card-inner { transform: none !important; transform-style: flat; }
      .team-card-front { position: relative; inset: auto; }
      .team-card-back { display: none; }
    }