/* ===================================================================
   Company / About — orange hero tab + structured editorial body.
   =================================================================== */

.about-page {
  --about-orange: #ec652b;
  --about-orange-light: #f2a878;
  --about-orange-dark: #7a3a1a;
  --about-ink: #1c1c1e;
  --about-ink-soft: #2a3438;
  --about-muted: #5c6068;
  --about-line: #d8d8dc;
  --about-surface: #ffffff;
  --about-surface-muted: #f0f0f2;
  --wwd-accent: var(--about-orange);
  --about-radius: 18px;
  --about-measure: 640px;
  background: var(--about-surface-muted);
}

.about-body {
  background: var(--about-surface);
  border-radius: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 40px) 0 0;
  margin-top: -8px;
  padding: clamp(36px, 5vw, 56px) 0 clamp(72px, 8vw, 96px);
}

.about-body .container {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 80px);
}

/* ── Hero tab (orange) ── */
.about-hero-panel {
  padding: clamp(108px, 15vw, 140px) clamp(24px, 5vw, 64px) clamp(52px, 8vw, 80px);
}

.about-hero-panel-inner {
  max-width: 920px;
}

.about-eyebrow--hero {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.about-story-heading--hero {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18em 0.3em;
  margin: 0 0 clamp(22px, 3.5vw, 32px);
  max-width: 14ch;
  font-size: clamp(2.5rem, 6.5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: #ffffff;
}

.about-heading-word {
  display: inline-block;
}

.about-story-heading--hero .about-heading-word {
  --word-from: translateY(22px) scale(0.94);
  opacity: 0;
  animation: aboutWordSnap 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.12s + var(--word-i, 0) * 0.075s);
}

.about-story-heading--hero .about-heading-word[data-dir="tl"] { --word-from: translate(-52px, -38px) rotate(-11deg) scale(0.88); }
.about-story-heading--hero .about-heading-word[data-dir="tr"] { --word-from: translate(52px, -38px) rotate(11deg) scale(0.88); }
.about-story-heading--hero .about-heading-word[data-dir="bl"] { --word-from: translate(-48px, 42px) rotate(9deg) scale(0.9); }
.about-story-heading--hero .about-heading-word[data-dir="br"] { --word-from: translate(48px, 42px) rotate(-9deg) scale(0.9); }
.about-story-heading--hero .about-heading-word[data-dir="top"] { --word-from: translateY(-56px) rotate(-4deg) scale(0.92); }
.about-story-heading--hero .about-heading-word[data-dir="bottom"] { --word-from: translateY(56px) rotate(4deg) scale(0.92); }
.about-story-heading--hero .about-heading-word[data-dir="left"] { --word-from: translateX(-64px) rotate(-6deg) scale(0.9); }
.about-story-heading--hero .about-heading-word[data-dir="right"] { --word-from: translateX(64px) rotate(6deg) scale(0.9); }

@keyframes aboutWordSnap {
  from {
    opacity: 0;
    transform: var(--word-from);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.about-intro-lead--hero {
  margin: 0;
  max-width: 44ch;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

/* ── Shared typography ── */
.about-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--about-orange);
}

.about-section-title {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--about-ink);
}

.about-prose p,
.about-split-copy p {
  margin: 0 0 16px;
  font-size: 1.06rem;
  line-height: 1.72;
  color: var(--about-muted);
}

.about-prose p:last-child,
.about-split-copy p:last-child {
  margin-bottom: 0;
}

.about-closing {
  margin-top: 20px !important;
  font-weight: 500;
  color: var(--about-ink-soft) !important;
}

.about-closing a {
  color: var(--about-orange);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Panels ── */
.about-panel {
  margin: 0;
}

.about-story-panel .about-prose {
  max-width: var(--about-measure);
}

/* ── Pillars ── */
.about-intro-block {
  margin: 0;
}

.about-pillars {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  .about-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-pillar {
  padding: clamp(22px, 3vw, 28px);
  border-radius: var(--about-radius);
  background: var(--about-surface-muted);
  border: 1px solid var(--about-line);
}

.about-pillar-num {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--about-orange);
}

.about-pillar h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--about-ink);
}

.about-pillar p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--about-muted);
}

/* ── Photo gallery ── */
.about-photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .about-photo-grid--intro {
    grid-template-columns: 1.55fr 1fr;
    grid-template-rows: minmax(320px, 34vw);
    align-items: stretch;
  }

  .about-photo-grid--intro .about-photo {
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
  }
}

.about-photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--about-radius);
  background: #d4d4d8;
}

.about-photo--wide { aspect-ratio: 16 / 11; }
.about-photo--tall { aspect-ratio: 3 / 4; }

@media (max-width: 699px) {
  .about-photo--wide,
  .about-photo--tall {
    aspect-ratio: 4 / 3;
  }
}

.about-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-photo-grid--intro .about-photo--wide img { object-position: center 35%; }
.about-photo-grid--intro .about-photo--tall img { object-position: center 18%; }

/* ── Split layouts (expertise, fitness, leadership) ── */
.about-split {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

@media (min-width: 820px) {
  .about-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.88fr);
    gap: clamp(40px, 5vw, 72px);
  }

  .about-split--reverse {
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.05fr);
  }

  .about-split--reverse .about-split-copy {
    order: 2;
  }

  .about-split--reverse .about-split-photo {
    order: 1;
  }
}

.about-split-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--about-radius);
  background: #d4d4d8;
}

.about-split-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 38%;
}

.about-split-photo--portrait img {
  aspect-ratio: 3 / 4;
  object-position: center 18%;
}

/* ── Mission ── */
.about-mission {
  max-width: var(--about-measure);
  margin: 0;
  padding: clamp(28px, 4vw, 36px) 0 clamp(28px, 4vw, 36px) 20px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  border-left: 3px solid var(--about-orange);
}

.about-mission p {
  margin: 0;
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--about-ink-soft);
}

/* ── Leadership entries ── */
.about-founder-entry + .about-founder-entry {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--about-line);
}

.about-founder-entry h3 {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--about-ink);
}

.about-founder-entry .role {
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--about-orange);
}

.about-founder-entry p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.68;
  color: var(--about-muted);
}

/* ── CTA ── */
.about-cta {
  padding: clamp(40px, 6vw, 56px);
  border-radius: var(--about-radius);
  background: var(--about-ink-soft);
  text-align: center;
}

.about-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.about-cta p {
  margin: 0 auto 24px;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: var(--about-orange);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-cta-btn:hover {
  background: var(--about-orange-light);
  color: var(--about-ink);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .about-story-heading--hero .about-heading-word {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
