/* =========================
   ABOUT HERO
========================= */
section {
    margin-bottom: 80px;
  }

.about-hero {
    padding: 110px 20px 80px;
    border-bottom: 1px solid #171717;
    background:
      radial-gradient(circle at center, rgba(249, 115, 22, 0.08), transparent 28%),
      linear-gradient(180deg, #050505, #000);
    overflow: hidden;
  }
  
  .about-hero-inner {
    text-align: center;
  }
  
  .about-hero h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.98;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.03em;
  }
  
  /* =========================
     ABOUT STORY
  ========================= */
  .about-story {
    padding: 95px 20px 80px;
    background: #000;
  }
  
  .about-story-inner {
    max-width: 980px;
  }
  
  .about-label {
    display: inline-block;
    margin-bottom: 26px;
    color: #f97316;
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    font-weight: 700;
  }
  
  .about-story h2 {
    font-size: clamp(2.4rem, 5.5vw, 4.8rem);
    line-height: 1.02;
    font-weight: 800;
    max-width: 820px;
    margin-bottom: 42px;
  }
  
  .about-story-copy {
    max-width: 860px;
    margin-left: 22px;
    padding-left: 46px;
    border-left: 2px solid rgba(249, 115, 22, 0.55);
  }
  
  .about-story-copy p {
    color: #f2f2f2;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }
  
  .mission-highlight-card {
    margin-top: 52px;
    max-width: 830px;
    padding: 42px 40px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.08), rgba(80, 15, 20, 0.18));
    border: 1px solid rgba(249, 115, 22, 0.18);
    box-shadow:
      0 0 0 1px rgba(249, 115, 22, 0.06) inset,
      0 0 35px rgba(249, 115, 22, 0.1);
  }
  
  .mission-highlight-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(249, 115, 22, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  .mission-highlight-icon svg {
    width: 26px;
    height: 26px;
    stroke: #f97316;
  }
  
  .mission-highlight-card p {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    color: #f5f5f5;
    margin: 0;
  }
  
  .mission-highlight-text {
    color: #ffa143;
  }

  .mission-highlight-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 0 0 1px rgba(249,115,22,0.2),
      0 20px 50px rgba(249,115,22,0.15);
  }
  
  .about-story-end {
    max-width: 860px;
    margin-top: 54px;
    margin-left: 74px;
  }
  
  .about-story-end p {
    color: #d1d5db;
    font-size: 1.04rem;
    line-height: 1.72;
    margin: 0;
  }
  
  .about-divider {
    height: 1px;
    background: #1b1b1b;
    margin: 48px 0 34px;
  }
  
  .about-next h3 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    margin: 0;
  }
  
  .about-arrow {
    display: inline-block;
    margin-left: 18px;
    color: #f97316;
  }

  .about-timeline {
    margin: 50px 0;
    border-left: 2px solid rgba(249,115,22,0.3);
    padding-left: 30px;
  }
  
  .timeline-item {
    margin-bottom: 28px;
    position: relative;
  }
  
  .timeline-dot {
    position: absolute;
    left: -38px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #f97316;
    border-radius: 50%;
  }
  
  /* =========================
     ABOUT VALUES
  ========================= */
  .about-values {
    padding: 100px 20px 110px;
    border-top: 1px solid #171717;
    background: #000;
  }
  
  .about-values-inner {
    max-width: 1180px;
  }
  
  .values-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 52px;
  }
  
  .values-header h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    line-height: 1.1;
    margin-bottom: 14px;
  }
  
  .values-header p {
    color: #b3b3b3;
    font-size: 1.03rem;
    line-height: 1.7;
    margin: 0;
  }
  
  .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  
  .value-card {
    min-height: 345px;
    padding: 32px 30px;
    border-radius: 22px;
    background: linear-gradient(145deg, #090909, #050505);
    border: 1px solid #202020;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  }
  
  .value-card:hover {
    transform: translateY(-6px);
    border-color: #f97316;
    box-shadow: 0 18px 36px rgba(249, 115, 22, 0.08);
  }
  

  
  .value-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(249, 115, 22, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
  }
  
  .value-icon svg {
    width: 25px;
    height: 25px;
    stroke: #f97316;
  }
  
  .value-card h3 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 700;
  }
  
  .value-card p {
    color: #d1d5db;
    font-size: 1.03rem;
    line-height: 1.75;
    margin: 0;
  }

  

  .about-visual-break {
    margin: 80px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #aaa;
    opacity: 0.7;
  }

  section {
    animation: fadeIn 0.6s ease;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* =========================
     RESPONSIVE
  ========================= */
  @media (max-width: 1100px) {
    .values-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .about-hero {
      padding: 95px 20px 60px;
    }
  
    .about-story {
      padding: 75px 20px 65px;
    }
  
    .about-story h2 {
      margin-bottom: 30px;
    }
  
    .about-story-copy {
      margin-left: 0;
      padding-left: 22px;
    }
  
    .mission-highlight-card {
      padding: 30px 24px;
    }
  
    .mission-highlight-card p {
      font-size: 1.55rem;
    }
  
    .about-story-end {
      margin-left: 0;
    }
  
    .about-values {
      padding: 80px 20px 85px;
    }
  
    .values-grid {
      grid-template-columns: 1fr;
    }
  
    .value-card {
      min-height: unset;
    }
  }
  
  @media (max-width: 480px) {
    .about-hero h1 {
      font-size: 2.5rem;
    }
  
    .about-story h2 {
      font-size: 2.1rem;
    }
  
    .about-next h3 {
      font-size: 2rem;
    }
  
    .value-card h3 {
      font-size: 1.55rem;
    }
  }