/* ============================================================
   HILLS COURIERS — ABOUT PAGE PREMIUM CSS
   Save as css/about-premium.css
   ============================================================ */

/* ── HERO ───────────────────────────────────────────────────── */
.about-hero {
  min-height: 88vh;
  background:
    linear-gradient(160deg, rgba(5,32,47,0.88) 0%, rgba(8,43,71,0.80) 55%, rgba(0,0,0,0.78) 100%),
    url('https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?w=1400&q=80&auto=format&fit=crop') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px 100px;
  position: relative;
  overflow: hidden;
}

/* Gold shimmer top */
.about-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a84c 35%, #e8c97a 60%, transparent);
}

/* Grid texture */
.about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  animation: fadeUp 0.9s 0.2s cubic-bezier(0.4,0,0.2,1) both;
}

.about-eyebrow {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.30em;
  color: #c9a84c;
  margin-bottom: 20px;
}

.about-hero-content h1 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 22px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}

.about-hero-content p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.68);
  line-height: 1.85;
  max-width: 620px;
  margin: 0 auto 32px;
}

.about-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.about-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(201,168,76,0.35);
  padding: 9px 18px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
  transition: background 0.25s, border-color 0.25s;
}

.about-hero-badges span:hover {
  background: rgba(201,168,76,0.15);
  border-color: rgba(201,168,76,0.7);
}

.about-hero-badges span i {
  color: #c9a84c;
}

/* ── STATS STRIP ────────────────────────────────────────────── */
.about-stats-strip {
  background: #ffffff;
  border-bottom: 1px solid #ede9e0;
  padding: 36px 20px;
}

.about-stats-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-strip-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0 52px;
}

.about-strip-stat strong {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #082b47;
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-strip-stat sup {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.1rem;
  color: #c9a84c;
  vertical-align: super;
}

.about-strip-stat span {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aab0bc;
}

.about-strip-divider {
  width: 1px;
  height: 40px;
  background: #e2ddd4;
  flex-shrink: 0;
}

/* ── STORY SECTION ──────────────────────────────────────────── */
.about-story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: #faf8f4;
}

.about-story-img {
  position: relative;
  overflow: hidden;
}

.about-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85);
  transition: transform 6s cubic-bezier(0.4,0,0.2,1);
}

.about-story-section:hover .about-story-img img {
  transform: scale(1.04);
}

.about-story-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,43,71,0.3), transparent 60%);
  pointer-events: none;
}

.story-img-card {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: rgba(5,32,47,0.88);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 10px;
  padding: 14px 22px;
  z-index: 2;
  backdrop-filter: blur(6px);
}

.story-img-card strong {
  display: block;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #c9a84c;
  letter-spacing: 0.04em;
}

.story-img-card span {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

.about-story-text {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* Gold accent line */
.about-story-text::before {
  content: '';
  position: absolute;
  top: 72px; bottom: 72px; left: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, #c9a84c 30%, #e8c97a 70%, transparent);
  border-radius: 2px;
}

.about-label {
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: #c9a84c;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-story-text h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 600;
  color: #082b47;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

.about-story-text p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.88;
  color: #4a5568;
  font-weight: 300;
  margin-bottom: 16px;
}

.about-inline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #082b47;
  text-decoration: none;
  border-bottom: 2px solid #c9a84c;
  padding-bottom: 2px;
  transition: color 0.2s, gap 0.2s;
}

.about-inline-btn:hover {
  color: #c9a84c;
  gap: 16px;
}

/* ── MISSION / VISION ───────────────────────────────────────── */
.mission-section {
  background: #082b47;
  padding: 90px 10%;
  position: relative;
  overflow: hidden;
}

.mission-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mission-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 44px 40px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.mission-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.25);
  transform: translateY(-5px);
}

.mission-card--gold {
  border-color: rgba(201,168,76,0.2);
  background: rgba(201,168,76,0.05);
}

.mission-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9a84c;
  margin-bottom: 22px;
  transition: background 0.3s, transform 0.3s;
}

.mission-card:hover .mission-icon-wrap {
  background: rgba(201,168,76,0.22);
  transform: scale(1.08) rotate(-4deg);
}

.mission-card h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.mission-card p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  margin: 0;
}

/* ── VALUES ─────────────────────────────────────────────────── */
.about-values {
  background: #faf8f4;
  padding: 100px 10%;
}

.about-values-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-values-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-values-header h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #082b47;
  letter-spacing: -0.01em;
  margin-top: 12px;
  position: relative;
  display: inline-block;
}

.about-values-header h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin: 14px auto 0;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  background: #ffffff;
  border: 1px solid rgba(10,61,98,0.07);
  border-radius: 14px;
  padding: 36px 30px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s cubic-bezier(0.4,0,0.2,1),
              border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #082b47, #c9a84c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.value-card:hover::before { transform: scaleX(1); }

.value-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(8,43,71,0.12);
  border-color: rgba(201,168,76,0.2);
}

.value-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #c9a84c;
  margin-bottom: 20px;
  transition: background 0.3s, transform 0.3s;
}

.value-card:hover .value-icon {
  background: rgba(201,168,76,0.2);
  transform: scale(1.1) rotate(-4deg);
}

.value-card h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #082b47;
  margin-bottom: 10px;
}

.value-card p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.78;
  color: #6b7280;
  font-weight: 300;
  margin: 0;
}

/* ── TIMELINE ───────────────────────────────────────────────── */
.about-timeline-section {
  background: #ffffff;
  padding: 100px 10%;
}

.about-timeline-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.about-timeline-header {
  text-align: center;
  margin-bottom: 64px;
}

.about-timeline-header h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #082b47;
  margin: 12px 0 16px;
  position: relative;
  display: inline-block;
}

.about-timeline-header h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin: 14px auto 0;
}

.about-timeline-header p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  color: #6b7280;
  font-weight: 300;
  line-height: 1.75;
  max-width: 480px;
  margin: 20px auto 0;
}

.about-timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Horizontal connector line */
.about-timeline-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5%);
  right: calc(12.5%);
  height: 2px;
  background: linear-gradient(90deg, #c9a84c, #e8c97a, #c9a84c);
  z-index: 0;
}

.about-tl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tl-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #a07830);
  color: #05202f;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(201,168,76,0.35);
  margin-bottom: 28px;
  transition: transform 0.3s, box-shadow 0.3s;
  flex-shrink: 0;
}

.about-tl-item:hover .tl-number {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(201,168,76,0.5);
}

.tl-connector { display: none; }

.tl-card {
  background: #faf8f4;
  border: 1px solid rgba(10,61,98,0.07);
  border-radius: 12px;
  padding: 26px 22px;
  width: 90%;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.about-tl-item:hover .tl-card {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(8,43,71,0.1);
  border-color: rgba(201,168,76,0.2);
}

.tl-icon {
  font-size: 20px;
  color: #c9a84c;
  margin-bottom: 12px;
}

.tl-card h4 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #082b47;
  margin-bottom: 8px;
}

.tl-card p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.72;
  color: #6b7280;
  font-weight: 300;
  margin: 0;
}

/* ── WHY CHOOSE US ──────────────────────────────────────────── */
.about-why-section {
  background: #faf8f4;
  padding: 100px 10%;
}

.about-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-why-text h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 600;
  color: #082b47;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 14px 0 20px;
}

.about-why-text > p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.85;
  color: #4a5568;
  font-weight: 300;
  margin-bottom: 32px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.why-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.why-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  font-size: 11px;
  margin-top: 2px;
}

.why-list-item h5 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #082b47;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}

.why-list-item p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.72;
  color: #6b7280;
  font-weight: 300;
  margin: 0;
}

.about-why-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(8,43,71,0.16);
}

.about-why-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
  transition: transform 5s cubic-bezier(0.4,0,0.2,1);
}

.about-why-section:hover .about-why-img img {
  transform: scale(1.04);
}

.why-img-badge {
  position: absolute;
  bottom: 22px;
  right: 22px;
  background: rgba(5,32,47,0.88);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 100px;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6px);
}

.why-img-badge i { color: #c9a84c; font-size: 14px; }
.why-img-badge span {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

/* ── GLOBAL NETWORK ─────────────────────────────────────────── */
.global-network {
  background: #082b47;
  padding: 90px 10%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.global-network::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.global-network-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.global-network-inner h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.global-network-inner h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin: 14px auto 0;
}

.global-network-inner p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  margin-top: 24px;
}

.global-icons {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 48px;
  flex-wrap: wrap;
}

.global-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 32px;
  border: 1px solid rgba(201,168,76,0.12);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.global-icon-item:first-child { border-radius: 12px 0 0 12px; }
.global-icon-item:last-child  { border-radius: 0 12px 12px 0; }

.global-icon-item:hover {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.35);
  transform: translateY(-4px);
}

.global-icon-item i {
  font-size: 24px;
  color: #c9a84c;
}

.global-icon-item span {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* ── CTA ────────────────────────────────────────────────────── */
.about-cta {
  background: #faf8f4;
  padding: 90px 20px;
  text-align: center;
  border-top: 1px solid #ede9e0;
}

.about-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.about-cta-inner h2,
.about-cta h2 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 600;
  color: #082b47;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.about-cta-inner p,
.about-cta p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  color: #6b7280;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 36px;
}

.about-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 34px;
  background: linear-gradient(135deg, #c9a84c 0%, #a07830 100%);
  color: #05202f;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(201,168,76,0.28);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.about-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #dbb85a 0%, #b08838 100%);
  box-shadow: 0 14px 36px rgba(201,168,76,0.42);
  color: #05202f;
  text-decoration: none;
}

.about-btn--outline {
  background: transparent;
  color: #082b47;
  border: 2px solid #082b47;
  box-shadow: none;
}

.about-btn--outline:hover {
  background: #082b47;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(8,43,71,0.2);
}

/* ── WHATSAPP FLOAT ─────────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  z-index: 9997;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: waPulse 2.5s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(37,211,102,0.55);
  animation: none;
}

@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
  50%       { box-shadow: 0 6px 32px rgba(37,211,102,0.65); }
}

/* ── SCROLL REVEAL ──────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
              transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.in-view       { opacity: 1; transform: translateY(0); }
.reveal-delay-1       { transition-delay: 0.12s; }
.reveal-delay-2       { transition-delay: 0.24s; }
.reveal-delay-3       { transition-delay: 0.36s; }

/* ── KEYFRAMES ──────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  .about-story-section  { grid-template-columns: 1fr; }
  .about-story-img      { min-height: 320px; }
  .about-story-text     { padding: 48px 32px; }
  .about-story-text::before { top: 0; bottom: 0; }
  .mission-grid         { grid-template-columns: 1fr; }
  .about-values-grid    { grid-template-columns: repeat(2, 1fr); }
  .about-timeline-track { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-timeline-track::before { display: none; }
  .about-why-inner      { grid-template-columns: 1fr; gap: 48px; }
  .about-why-img img    { height: 300px; }
  .global-icon-item     { border-radius: 8px !important; }
}

@media (max-width: 640px) {
  .about-hero           { min-height: 70vh; padding: 100px 20px 80px; }
  .about-hero-content h1 { font-size: 2.2rem; }
  .about-stats-inner    { flex-wrap: wrap; gap: 20px; }
  .about-strip-stat     { width: 45%; padding: 0; }
  .about-strip-divider  { display: none; }
  .about-values-grid    { grid-template-columns: 1fr; }
  .about-timeline-track { grid-template-columns: 1fr; }
  .global-icons         { flex-direction: column; align-items: center; gap: 8px; }
  .global-icon-item     { width: 200px; border-radius: 8px !important; }
  .about-cta-btns       { flex-direction: column; align-items: center; }
  .about-btn            { width: 100%; justify-content: center; }
  .about-story-text     { padding: 36px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .about-hero-content { transition: none; animation: none; opacity: 1; transform: none; }
  .about-story-img img, .about-why-img img { transition: none; }
  .whatsapp-float { animation: none; }
}