/* ============================================================
   About page styles
   ============================================================ */

/* ---------- hero ---------- */
.abt-hero {
  position: relative; background: #101010; color: var(--bg);
  padding: 90px var(--pad) 120px; overflow: hidden;
}
.abt-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('../assets/images/MN43Zofxvadkiar87bdIaRj9NxE.svg') center / cover no-repeat;
  filter: invert(1); opacity: .12; pointer-events: none;
}
.abt-hero__in { position: relative; }
.abt-hero__intro { max-width: 340px; margin-top: 26px; font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, .75); }

/* ---------- story statement ---------- */
.abt-story { position: relative; padding: 130px var(--pad) 130px; text-align: center; overflow: hidden; }
.abt-story::before {
  content: ''; position: absolute; inset: -20% 0;
  background: url('../assets/images/8OQBKTI9WBnLCVJXabrhbXA60.svg') center / contain no-repeat;
  opacity: .1; pointer-events: none;
}
.abt-story .eyebrow { justify-content: center; margin-bottom: 24px; position: relative; }
.abt-story__body { position: relative; font-size: 20px; line-height: 1.55; max-width: 640px; margin: 0 auto; }

/* ---------- media band ---------- */
.abt-media img, .abt-media video { width: 100%; height: min(92vh, 720px); object-fit: cover; }

/* ---------- mission / vision word walls ---------- */
.word-wall {
  font-weight: 700; font-size: clamp(90px, 13vw, 150px);
  line-height: .84; letter-spacing: -0.05em; text-transform: uppercase;
  white-space: nowrap; user-select: none; pointer-events: none;
}
.abt-mission {
  position: relative; background: #101010; color: var(--bg);
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  overflow: hidden; min-height: 600px;
}
.abt-mission .word-wall { color: rgba(255, 255, 255, .045); margin-left: -6px; }
.abt-mission__content { max-width: 360px; padding: 110px 40px; justify-self: center; }
.ww-heading { font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 16px; }
.abt-mission__content > p { font-size: 15px; line-height: 1.55; color: rgba(255, 255, 255, .8); }
.abt-sig { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.abt-sig img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.abt-sig__name { font-family: 'Homemade Apple', cursive; font-size: 16px; line-height: 1.2; }
.abt-sig__role { font-size: 9px; text-transform: uppercase; letter-spacing: .04em; color: var(--w-50); margin-top: 3px; }

.abt-vision {
  position: relative; display: grid; grid-template-columns: 1fr 1.25fr;
  align-items: center; overflow: hidden; min-height: 560px;
}
.abt-vision .word-wall { color: var(--white); text-align: right; justify-self: end; grid-column: 2; grid-row: 1; margin-right: -8px; }
.abt-vision__content { grid-column: 1; grid-row: 1; max-width: 300px; justify-self: center; padding: 80px var(--pad); }
.abt-vision__content > p { font-size: 15px; line-height: 1.55; color: var(--ink-80); }

/* ---------- clients ---------- */
.abt-clients { background: #101010; color: var(--bg); padding: 120px var(--pad) 140px; }
.abt-clients__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: start; margin-top: 10px; }
.abt-quote { border-top: 1px solid var(--w-line); padding: 28px 0 36px; }
.abt-quote:first-child { border-top: 0; padding-top: 0; }
.abt-quote img { max-height: 26px; width: auto; filter: brightness(0) invert(1); opacity: .9; margin-bottom: 22px; }
.abt-quote p { font-size: 15px; line-height: 1.55; color: rgba(255, 255, 255, .85); }
.abt-quote cite { display: block; font-style: normal; font-size: 11px; text-transform: uppercase; color: var(--w-50); text-align: right; margin-top: 18px; }

/* ---------- process ---------- */
.abt-process { padding: 120px var(--pad) 50px; }
.steps { border-left: 1px solid var(--line-soft); }
.step { border-top: 1px solid var(--line-soft); padding: 22px 0 80px; }
.step__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; padding: 0 0 12px 14px; border-bottom: 1px solid var(--line-soft);
  margin-bottom: 44px;
}
.step__badge { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 4px; }
.step__num { font-size: 54px; font-weight: 400; line-height: 1; letter-spacing: -0.02em; }
.step__title { font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: -0.01em; padding-bottom: 6px; }
.step__grid {
  display: grid; grid-template-columns: minmax(280px, 430px) minmax(240px, 340px);
  gap: 26px; margin-left: 62px; align-items: start;
}
.step__grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.step__copy p { font-size: 13.5px; line-height: 1.6; margin-bottom: 14px; }
.step__copy p:last-child { margin-bottom: 0; }

/* ---------- principles ---------- */
.abt-prin { background: #101010; color: var(--bg); padding: 120px var(--pad) 150px; }
.abt-prin .eyebrow { color: var(--w-50); margin-bottom: 14px; }
.abt-prin__head { display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 40px; }
.abt-prin__title { max-width: 680px; padding-bottom: 22px; color: var(--bg); }
.abt-prin__title::after { content: ''; display: block; width: 100px; height: 2px; background: var(--bg); margin-top: 18px; }
.abt-prin__intro { font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, .85); padding-bottom: 26px; }
.abt-prin__bar { height: 1px; background: var(--w-line); }
.abt-prin__cta { display: flex; justify-content: flex-end; margin-top: 22px; }
.abt-prin__grid { display: grid; grid-template-columns: minmax(300px, 440px) 1fr; gap: 10px 20px; margin-top: 56px; align-items: start; }
.abt-prin__img img { width: 100%; aspect-ratio: .76; object-fit: cover; }
.prin-acc .acc__item {
  border-bottom: 0; margin-bottom: 2px;
  background: rgba(255, 255, 255, .04);
  transition: background .35s ease;
}
.prin-acc .acc__item.open { background: transparent; }
.prin-acc .acc__item:not(.open):hover { background: rgba(255, 255, 255, .08); }
.prin-acc .acc__head { padding: 26px 34px; gap: 0; color: var(--bg); align-items: center; }
.prin__num {
  font-size: 44px; font-weight: 400; line-height: 1; letter-spacing: -0.02em;
  color: rgba(255, 255, 255, .3); flex: 0 0 auto;
  transition: color .35s ease, font-size .35s ease;
}
.prin-acc .acc__item:not(.open):hover .prin__num { color: rgba(255, 255, 255, .6); }
.prin-acc .acc__item.open .prin__num { color: var(--cream); font-size: 68px; }
/* the spacer's flex-grow animates, sliding the title from far right (closed)
   to beside the number (open) */
.prin__gap { flex: 1 1 auto; transition: flex-grow .45s ease; }
.prin-acc .acc__item.open .prin__gap { flex-grow: 0.001; }
.prin__title {
  font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: -0.01em;
  margin-left: 24px; white-space: nowrap;
  transition: color .35s ease;
}
.prin-acc .acc__item:not(.open):hover .prin__title { color: var(--white); }
.prin-acc .acc__body-in {
  padding: 26px 34px 60px 34%; font-size: 15px; line-height: 1.6;
  color: rgba(255, 255, 255, .85); max-width: 720px;
}

/* ---------- history / timeline ---------- */
.abt-history { padding: 130px 0 110px; }
.abt-history__head { text-align: center; padding: 0 var(--pad); }
.abt-history__head .eyebrow { justify-content: center; margin-bottom: 14px; }
.abt-history__intro { font-size: 15px; color: var(--ink-80); max-width: 420px; margin: 16px auto 0; }
.tl { display: flex; overflow-x: auto; padding: 80px var(--pad) 30px; scrollbar-width: thin; }
.tl-item { flex: 0 0 330px; position: relative; padding: 82px 34px 0 0; }
.tl-item::before {
  content: ''; position: absolute; top: 25px; left: 0; right: 0;
  border-top: 2px dotted rgba(20, 20, 20, .3);
}
.tl-item__year {
  position: absolute; top: 0; left: 16px; width: 52px; height: 52px; border-radius: 50%;
  background: var(--ink); color: var(--bg);
  display: grid; place-items: center; font-size: 13px;
}
.tl-item h3 { font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 14px; }
.tl-item p { font-size: 13.5px; line-height: 1.6; color: var(--ink-80); padding-left: 70px; }

/* ---------- team ---------- */
.abt-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 46px 16px; padding: 40px var(--pad) 120px; }
.abt-team__intro { grid-column: span 2; align-self: center; padding-right: 70px; }
.abt-team__intro h2 { margin: 12px 0 16px; max-width: 340px; }
.abt-team__intro .abt-team__lead { font-size: 15px; color: var(--ink-80); max-width: 300px; margin-bottom: 28px; }
.abt-team .team-card { position: relative; }

/* ---------- stats ---------- */
.abt-stats { padding: 40px var(--pad) 130px; }
.abt-stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.abt-stat { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 20px 24px 0; }
.abt-stat__val { position: relative; z-index: 2; font-size: 44px; font-weight: 500; line-height: 1; letter-spacing: -0.04em; }
.abt-stat__label { font-size: 11px; text-transform: uppercase; color: var(--ink-80); text-align: right; margin-top: 30px; }
.abt-stat__ico { position: absolute; left: 30px; top: 8px; width: 58px; opacity: .16; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .abt-mission, .abt-vision { grid-template-columns: 1fr; min-height: 0; }
  .abt-mission .word-wall, .abt-vision .word-wall { font-size: clamp(70px, 18vw, 120px); }
  .abt-vision .word-wall { grid-column: 1; grid-row: 2; }
  .abt-vision__content { grid-row: 1; padding-bottom: 20px; }
  .abt-mission__content { padding: 70px var(--pad); justify-self: start; }
  .abt-clients__grid { grid-template-columns: 1fr; gap: 50px; }
  .abt-prin__head { grid-template-columns: 1fr; }
  .abt-prin__grid { grid-template-columns: 1fr; }
  .step__grid { grid-template-columns: 1fr; margin-left: 14px; }
  .abt-team { grid-template-columns: 1fr 1fr; }
  .abt-team__intro { grid-column: span 2; padding-right: 0; }
  .abt-stats__row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .abt-team { grid-template-columns: 1fr; }
  .abt-team__intro { grid-column: span 1; }
  .abt-stats__row { grid-template-columns: 1fr; }
  .prin-acc .acc__body-in { padding-left: 24px; }
  .tl-item { flex-basis: 290px; }
}

/* story video: poster + play overlay */
.video-shell { position: relative; }
.video-shell__play {
  position: absolute; inset: 0; margin: auto; width: 84px; height: 84px;
  border-radius: 50%; background: rgba(248, 248, 245, .92); color: var(--ink);
  display: grid; place-items: center; transition: transform .25s ease;
}
.video-shell__play svg { width: 30px; height: 30px; margin-left: 4px; }
.video-shell__play:hover { transform: scale(1.07); }
.video-shell.playing .video-shell__play { display: none; }
