/* ====================================================
   ABOUT PAGE — HERO
   ==================================================== */
  #about-hero {
    padding-top: 130px;
    padding-bottom: 80px;
    background:
      radial-gradient(circle at top right, rgba(255, 69, 0, 0.12), transparent 35%),
      linear-gradient(180deg, #08090C 0%, #12141C 100%);
    position: relative;
    overflow: hidden;
  }

  #about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 69, 0, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 69, 0, 0.04) 1px, transparent 1px);
    background-size: 80px 80px;
  }

  .about-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .about-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(3.4rem, 6vw, 6rem);
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: var(--white);
    margin: 14px 0 24px;
  }

  .about-h1 em {
    color: var(--gold);
    font-style: normal;
  }

  .about-hero-sub {
    font-size: 1rem;
    line-height: 1.72;
    color: rgba(255, 249, 245, 0.72);
    margin-bottom: 16px;
    max-width: 520px;
  }

  .about-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 28px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .about-hero-trust span::after {
    content: ' ·';
    margin-left: 16px;
    opacity: 0.4;
  }

  .about-hero-trust span:last-child::after {
    display: none;
  }

  .about-truck-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(255, 69, 0, 0.18));
  }

  @media (max-width: 900px) {
    .about-hero-inner {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .about-hero-visual {
      order: -1;
      max-width: 340px;
      margin: 0 auto;
    }

    #about-hero {
      padding-top: 110px;
    }
  }

  /* ====================================================
   ABOUT — TEAM SECTION
   ==================================================== */
  #team {
    background: var(--black);
    padding: 80px 0;
  }

  .about-team-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .about-team-header {
    margin-bottom: 56px;
  }

  .about-team-header .eyebrow {
    color: rgba(255, 179, 71, 0.8);
  }

  .about-team-header h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--white);
    margin: 12px 0 14px;
    line-height: 1.05;
  }

  .about-team-header p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 480px;
    line-height: 1.65;
  }

  .about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  /* Director of Lending card — subtle distinction */
  .team-card--lending {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .team-card--lending .team-role {
    color: rgba(255, 255, 255, 0.45);
  }

  .team-card--lending .team-obsession {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 249, 245, 0.65);
  }

  .team-card--lending .team-btn-secondary {
    font-size: 0.72rem;
    padding: 10px 8px;
  }

  @media (max-width: 1100px) {
    .about-team-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .about-team-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ====================================================
   BRAND STORY — FIRETRUCK
   ==================================================== */
  #brand-story {
    background: var(--cream);
    padding: 80px 0;
  }

  .brand-story-outer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .brand-story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }

  .brand-story-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .truck-photo {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--black);
  }

  .truck-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.92;
    transition: opacity 0.3s ease;
  }

  .truck-photo:hover img {
    opacity: 1;
  }

  .truck-photo--front {
    grid-row: span 2;
  }

  .truck-photo-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
  }

  .brand-story-content .eyebrow {
    color: var(--gold);
  }

  .brand-story-content h2 {
    font-size: clamp(2.8rem, 4.5vw, 4.5rem);
    color: var(--black);
    margin: 14px 0 24px;
    line-height: 0.95;
  }

  .brand-story-content h2 em {
    color: var(--gold);
    font-style: normal;
  }

  .brand-story-lead {
    font-size: 1.1rem;
    color: var(--navy);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .brand-story-content p {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .brand-story-note {
    margin-top: 28px;
    padding: 20px 24px;
    background: rgba(255, 69, 0, 0.04);
    border-left: 3px solid var(--gold);
    border-radius: 4px;
  }

  .note-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .brand-story-note p {
    font-size: 0.875rem;
    color: var(--gray);
    line-height: 1.65;
    margin: 0;
  }

  @media (max-width: 900px) {
    .brand-story-inner {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .brand-story-photos {
      grid-template-columns: 1fr 1fr;
      max-height: 320px;
    }

    .truck-photo--front {
      grid-row: span 1;
    }

    .truck-photo img {
      max-height: 220px;
    }
  }

  /* ====================================================
   COVERAGE
   ==================================================== */
  #coverage {
    background: var(--off-white);
    padding: 72px 0;
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid var(--gray-light);
  }

  .coverage-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 28px;
    text-align: center;
  }

  .coverage-text .eyebrow {
    margin-bottom: 10px;
  }

  .coverage-text h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    color: var(--black);
    margin: 10px 0 18px;
    font-weight: 400;
  }

  .coverage-text p {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 36px;
  }

  /* ====================================================
   MOBILE
   ==================================================== */
  @media (max-width: 768px) {
    #brand-story {
      padding: 64px 0;
    }

    #coverage {
      padding: 56px 0;
    }

    .about-team-header {
      margin-bottom: 40px;
    }
  }
