/* ============================================================
   about.css — company / about page only (about.html)
   Depends on assets/css/base.css for tokens, reset, nav,
   footer, buttons, container.
   ============================================================ */

/* ───── PAGE HERO ───── */
.page-hero{
  padding: 120px 0 100px;
  background: linear-gradient(180deg, #faf9fc 0%, #fff 100%);
  position: relative; overflow: hidden;
}
.page-hero::before{
  content:""; position: absolute;
  right: -180px; top: -120px;
  width: 520px; height: 520px; border-radius: 999px;
  background: radial-gradient(circle, rgba(252,124,180,0.16) 0%, rgba(252,124,180,0) 60%);
  z-index: 0;
}
.page-hero::after{
  content:""; position: absolute;
  left: -190px; bottom: -30px;
  width: 480px; height: 480px; border-radius: 999px;
  background: radial-gradient(circle, rgba(35,34,100,0.12) 0%, rgba(35,34,100,0) 60%);
  z-index: 0;
}
.page-hero .container{ position: relative; z-index: 2; }
.crumb{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-3);
  margin-bottom: 28px;
}
.crumb a{ color: var(--ink-3); }
.crumb a:hover{ color: var(--ink-2); }
.crumb .sep{ opacity: .5; }
.crumb .now{ color: var(--ink); }

.eyebrow{
  display: inline-block;
  font-size: 14px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--pink); text-transform: uppercase;
  margin-bottom: 18px;
}
.page-hero h1{
  margin: 0 0 28px;
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 900; letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
  max-width: 980px;
}
.page-hero h1 .pink{ color: var(--pink); }
.page-hero h1 .navy{ color: var(--navy); }
.page-hero .lead{
  margin: 0; max-width: 720px;
  font-size: 20px; line-height: 1.6; font-weight: 500;
  color: var(--ink-2);
}

/* ───── SECTION BASE ───── */
section{ padding: 130px 0; }
.section-soft{ background: var(--bg-soft); }
.section-dark{ background: var(--navy); color: #fff; }
.h-section{
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 900; letter-spacing: -0.035em;
  line-height: 1.15; margin: 0;
  text-wrap: balance;
}
.h-section .pink{ color: var(--pink); }
.h-section .navy{ color: var(--navy); }
.section-lead{
  margin-top: 20px; color: var(--ink-2);
  font-size: 18px; font-weight: 500;
  max-width: 640px; line-height: 1.55;
}
.section-dark .section-lead{ color: rgba(255,255,255,0.78); }
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 40px; flex-wrap: wrap; margin-bottom: 72px;
}

/* ───── MISSION SPLIT ───── */
.mission{
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px;
  align-items: center;
}
.mission-media{
  aspect-ratio: 4/5;
  background: var(--bg-soft);
  border-radius: 36px;
  overflow: hidden; position: relative;
}
.mission-media image-slot{ width:100%; height:100%; }
.mission-media .badge{
  position: absolute;
  left: 24px; bottom: 24px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 24px 60px -28px rgba(15,16,32,0.25);
  display: flex; gap: 12px; align-items: center;
  z-index: 3;
}
.mission-media .badge .em{
  width: 44px; height: 44px; border-radius: 999px;
  background: linear-gradient(135deg, #ffd1e3, #fc7cb4);
  display: grid; place-items: center;
  color: #fff;
}
.mission-media .badge b{ display:block; font-size:14px; font-weight: 800; letter-spacing: -0.02em;}
.mission-media .badge span{ font-size: 12px; color: var(--ink-3); margin-top: 2px; display:block;}

.mission-text h2{
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 900; letter-spacing: -0.035em;
  line-height: 1.2; margin: 0 0 24px;
  text-wrap: balance;
}
.mission-text p{
  color: var(--ink-2);
  font-size: 17.5px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.mission-text .quote{
  margin: 32px 0 0;
  padding: 24px 28px;
  background: var(--bg-soft);
  border-radius: 20px;
  border-left: 4px solid var(--pink);
  font-size: 17px; font-weight: 600;
  line-height: 1.55;
  color: var(--ink);
}
.mission-text .quote .who{
  margin-top: 12px;
  font-size: 13px; font-weight: 700; color: var(--ink-3);
}

/* ───── VALUES (3 cards) ───── */
.values-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.value{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px 44px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column; gap: 16px;
}
.value:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px -28px rgba(35,34,100,0.18);
  border-color: transparent;
}
.value .icn{
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--bg-soft);
  display: grid; place-items: center;
  color: var(--navy);
  margin-bottom: 8px;
}
.value .num{
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em;
  color: var(--pink); text-transform: uppercase;
}
.value h3{
  margin: 0;
  font-size: 24px; font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.25;
}
.value p{
  margin: 0;
  color: var(--ink-2);
  font-size: 15.5px; line-height: 1.6;
}

/* ───── TIMELINE (Our Story) ───── */
.timeline{
  position: relative;
  max-width: 880px; margin: 0 auto;
  padding-left: 28px;
}
.timeline::before{
  content:""; position: absolute;
  left: 9px; top: 8px; bottom: 8px;
  width: 2px; background: var(--line);
}
.tl-item{
  position: relative;
  padding: 0 0 44px;
}
.tl-item:last-child{ padding-bottom: 0; }
.tl-item::before{
  content:""; position: absolute;
  left: -28px; top: 6px;
  width: 20px; height: 20px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 4px #fff;
}
.tl-item.now::before{
  background: var(--pink); border-color: var(--pink);
}
.tl-year{
  display: inline-block;
  font-size: 13px; font-weight: 800; letter-spacing: 0.08em;
  color: var(--pink);
  margin-bottom: 8px;
}
.tl-item h4{
  margin: 0 0 8px;
  font-size: 22px; font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.3;
}
.tl-item p{
  margin: 0;
  color: var(--ink-2);
  font-size: 15.5px; line-height: 1.65;
  max-width: 680px;
}

/* ───── METRICS BAR ───── */
.metrics{
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: var(--navy);
  border-radius: 32px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.metrics::after{
  content:""; position: absolute;
  right: -100px; top: -100px;
  width: 280px; height: 280px; border-radius: 999px;
  background: var(--pink); opacity: 0.22;
  pointer-events: none;
}
.metric{
  padding: 48px 36px;
  border-right: 1px solid rgba(255,255,255,0.12);
  position: relative; z-index: 2;
}
.metric:last-child{ border-right: 0; }
.metric .v{
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900; letter-spacing: -0.04em;
  line-height: 1;
}
.metric .v small{
  font-size: 18px; font-weight: 700; opacity: 0.85; margin-left: 4px;
}
.metric .l{
  margin-top: 12px;
  font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.72);
}

/* ───── TEAM ───── */
.team-grid{
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.member{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: transform .2s ease, border-color .2s ease;
}
.member:hover{ transform: translateY(-3px); border-color: transparent; box-shadow: 0 24px 60px -28px rgba(35,34,100,0.18);}
.member .ava{
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffe2ee, #fcd6e5);
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  display: grid; place-items: center;
  color: var(--pink);
  font-size: 56px; font-weight: 900; letter-spacing: -0.04em;
}
.member .ava image-slot{ width: 100%; height: 100%; }
.member.navy .ava{ background: linear-gradient(135deg, #d8d7ff, #232264); color: #fff;}
.member.peach .ava{ background: linear-gradient(135deg, #ffe7c4, #f5a73a); color: #fff;}
.member.mint .ava{ background: linear-gradient(135deg, #c4f5e1, #1f8a5b); color: #fff;}
.member b{
  display:block;
  font-size: 17px; font-weight: 800; letter-spacing: -0.03em;
}
.member .role{
  margin-top: 4px;
  font-size: 13.5px; color: var(--ink-3); font-weight: 600;
}
.member .bio{
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13px; line-height: 1.55;
  color: var(--ink-2);
}

/* ───── PRESS LOGOS STRIP ───── */
.press{
  padding: 80px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.press .container{ display: flex; flex-direction: column; align-items: center; gap: 32px;}
.press .lbl{
  font-size: 12px; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-3);
}
.press-row{
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px;
  width: 100%; align-items: center;
}
.press-logo{
  height: 36px;
  display: grid; place-items: center;
  color: var(--ink-3);
  font-weight: 800; letter-spacing: -0.02em;
  font-size: 18px;
  opacity: 0.7;
  transition: opacity .2s ease;
}
.press-logo:hover{ opacity: 1; }
.press-logo .dot{ color: var(--pink); }

/* ───── OFFICE BENTO ───── */
.office-bento{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.ob{
  border-radius: 24px;
  overflow: hidden;
  background: var(--bg-soft);
  position: relative;
}
.ob image-slot{ width: 100%; height: 100%; }
.ob .cap{
  position: absolute; left: 20px; bottom: 20px;
  background: rgba(15,16,32,0.78);
  color: #fff;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 12.5px; font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 3;
}
.ob-1{ grid-column: span 4; grid-row: span 2; }
.ob-2{ grid-column: span 2; grid-row: span 1; }
.ob-3{ grid-column: span 2; grid-row: span 1; }
.ob-4{ grid-column: span 2; grid-row: span 1; }
.ob-5{ grid-column: span 2; grid-row: span 1; }
.ob-6{ grid-column: span 2; grid-row: span 1; }

/* ───── FINAL CTA ───── */
.final-cta{
  padding: 140px 0;
  background: var(--navy);
  color: #fff;
  text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before{
  content:""; position: absolute;
  width: 460px; height: 460px; border-radius: 999px;
  background: var(--pink); opacity: 0.18;
  left: -100px; top: -120px;
  pointer-events: none;
}
.final-cta::after{
  content:""; position: absolute;
  width: 320px; height: 320px; border-radius: 999px;
  background: var(--pink); opacity: 0.10;
  right: -80px; bottom: -120px;
  pointer-events: none;
}
.final-cta .container{ position: relative; z-index: 2; }
.final-cta .eyebrow{ color: var(--pink); }
.final-cta h2{
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900; letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 auto 40px;
  max-width: 880px; text-wrap: balance;
}
.final-cta h2 .pink{ color: var(--pink); }
.final-cta .cta-row{
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}

/* ───── RESPONSIVE (about-specific) ───── */
@media (max-width: 1024px){
  section{ padding: 96px 0; }
  .page-hero{ padding: 80px 0; }
  .mission{ grid-template-columns: 1fr; gap: 48px; }
  .values-grid{ grid-template-columns: 1fr; }
  .team-grid{ grid-template-columns: repeat(2, 1fr); }
  .metrics{ grid-template-columns: repeat(2, 1fr); }
  .metric{ border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .metric:nth-child(odd){ border-right: 1px solid rgba(255,255,255,0.12);}
  .metric:nth-last-child(-n+2){ border-bottom: 0;}
  .press-row{ grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .office-bento{ grid-template-columns: repeat(4, 1fr); }
  .ob-1{ grid-column: span 4; }
  .ob-2, .ob-3, .ob-4, .ob-5, .ob-6{ grid-column: span 2;}
}
@media (max-width: 720px){
  section{ padding: 72px 0; }
  .page-hero{ padding: 56px 0 64px; }
  .team-grid{ grid-template-columns: 1fr 1fr; }
  .metrics{ grid-template-columns: 1fr; }
  .metric{ border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.12);}
  .metric:last-child{ border-bottom: 0;}
  .press-row{ grid-template-columns: repeat(2, 1fr); gap: 18px;}
  .office-bento{ grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px;}
  .ob-1{ grid-column: span 2; }
  .ob-2, .ob-3, .ob-4, .ob-5, .ob-6{ grid-column: span 1;}
  .section-head{ margin-bottom: 48px; }
}
