/* ============================================================
   WILDMAN - About
   Ported from the "/about" route of the design prototype.
   ============================================================ */

.wm-about__title { font-size: clamp(31px, 6vw, 86px); letter-spacing: -0.045em; max-width: 16ch; text-wrap: balance; }

.wm-about__pledge {
  font-family: var(--wm-font-heading);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: var(--wm-weight-medium);
  line-height: 1.55;
  color: var(--wm-blue-bright);
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--wm-border);
  max-width: 56ch;
  text-wrap: pretty;
}

/* Our story ---------------------------------------------------- */

.wm-about__story { padding: var(--wm-section-y-sm) var(--wm-gutter); }
.wm-about__split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(28px, 4.4vw, 70px);
  align-items: center;
}
/* width:100% matters: with only aspect-ratio and min-height set, a box
   narrower than 373px resolved its WIDTH from the 280px min-height and grew
   past the container. */
.wm-about__photo {
  position: relative;
  width: 100%;
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
  border: 1px solid var(--wm-border-light);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .13);
  aspect-ratio: 4 / 3;
  min-height: 280px;
  background: #e9eef4;
}
.wm-about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wm-about__photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-family: var(--wm-font-heading);
  font-size: var(--wm-text-xs);
  letter-spacing: 0.1em;
  color: var(--wm-text-dark-muted);
  border: 1px dashed rgba(0, 0, 0, .18);
}

.wm-about__story-label,
.wm-about__eyebrow {
  font-family: var(--wm-font-heading);
  font-size: 11px;
  font-weight: var(--wm-weight-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wm-blue);
}
.wm-about__steps { margin: clamp(22px, 2.6vw, 32px) 0 0; padding: 0; list-style: none; }
.wm-about__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(16px, 2vw, 24px);
  padding-bottom: 26px;
}
.wm-about__step:last-child { padding-bottom: 0; }
.wm-about__step-rail { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.wm-about__step:last-child .wm-about__step-rail { gap: 0; }

.wm-about__year {
  font-family: var(--wm-font-heading);
  font-size: 13px;
  font-weight: var(--wm-weight-bold);
  color: #fff;
  background: var(--wm-gradient-blue);
  border-radius: var(--wm-radius-pill);
  padding: 7px 13px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(12, 86, 191, .3);
}
.wm-about__dot {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(12, 86, 191, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wm-blue);
}
.wm-about__step--feature .wm-about__dot {
  background: var(--wm-gradient-blue);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(12, 86, 191, .3);
}
.wm-about__step--last .wm-about__dot {
  background: var(--wm-gradient-triangle);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(27, 174, 205, .3);
}
.wm-about__step-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, rgba(12, 86, 191, .45), rgba(12, 86, 191, .14));
}
.wm-about__step--feature .wm-about__step-line {
  background: linear-gradient(180deg, rgba(12, 86, 191, .45), rgba(27, 174, 205, .25));
}

.wm-about__step-copy {
  font-family: var(--wm-font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: var(--wm-text-dark-secondary);
  padding-top: 10px;
}
.wm-about__step--plain .wm-about__step-copy { padding-top: 6px; }
/* The turning point in the story is set in the heading face. */
.wm-about__step--feature .wm-about__step-copy {
  font-family: var(--wm-font-heading);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: var(--wm-weight-semibold);
  line-height: 1.5;
  color: var(--wm-text-dark);
  padding-top: 8px;
}

/* Why businesses stay ------------------------------------------ */

.wm-about__why {
  padding: var(--wm-section-y-sm) var(--wm-gutter);
  border-bottom: 1px solid var(--wm-border);
  background: var(--wm-bg);
}
.wm-about__why-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.wm-about__why-title {
  font-family: var(--wm-font-heading);
  font-weight: var(--wm-weight-bold);
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--wm-text);
  margin-top: 14px;
}
.wm-about__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(272px, 100%), 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(32px, 4vw, 52px);
}
.wm-about__card {
  border: 1px solid var(--wm-border);
  border-radius: var(--wm-radius-lg);
  background: var(--wm-gradient-card);
  padding: clamp(26px, 2.8vw, 36px);
  min-height: 262px;
  display: flex;
  flex-direction: column;
}
.wm-about__card--feature {
  border-color: var(--wm-border-blue);
  background: var(--wm-gradient-card-blue);
}
.wm-about__card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.wm-about__card .wm-icon { width: 46px; height: 46px; border-radius: var(--wm-radius-btn); }
.wm-about__card-index {
  font-family: var(--wm-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--wm-blue-bright);
  opacity: .65;
}
.wm-about__card-mark {
  font-family: var(--wm-font-heading);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: var(--wm-weight-extrabold);
  letter-spacing: -0.045em;
  line-height: 1;
}
.wm-about__card-title {
  font-family: var(--wm-font-heading);
  font-size: 21px;
  font-weight: var(--wm-weight-bold);
  letter-spacing: -0.01em;
  color: var(--wm-text);
  margin-top: auto;
  padding-top: 36px;
}
.wm-about__card-copy {
  font-family: var(--wm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wm-text-secondary);
  margin-top: 11px;
}

/* Mission and values ------------------------------------------- */

.wm-about__mission { padding: var(--wm-section-y-sm) var(--wm-gutter); }
.wm-about__mission-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(22px, 3.4vw, 56px);
  align-items: end;
}
.wm-about__mission-title {
  font-family: var(--wm-font-heading);
  font-weight: var(--wm-weight-bold);
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--wm-text-dark);
  margin-top: 14px;
  max-width: 15ch;
  text-wrap: balance;
}
.wm-about__mission-copy {
  font-family: var(--wm-font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--wm-text-dark-secondary);
  max-width: 52ch;
  text-wrap: pretty;
}

.wm-about__values-label { margin-top: clamp(48px, 6.4vw, 88px); }
.wm-about__values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(272px, 100%), 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(22px, 2.6vw, 32px);
}
.wm-about__value {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--wm-border-light);
  border-radius: var(--wm-radius-lg);
  box-shadow: var(--wm-shadow-card);
  padding: clamp(24px, 2.6vw, 32px);
  transition: transform var(--wm-transition-spring), box-shadow var(--wm-transition-spring);
}
.wm-about__value:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(0, 0, 0, .14); }
.wm-about__value-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.wm-about__value .wm-icon { width: 46px; height: 46px; border-radius: var(--wm-radius-btn); }
.wm-about__value-index {
  font-family: var(--wm-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--wm-blue);
  opacity: .55;
}
.wm-about__value-title {
  font-family: var(--wm-font-heading);
  font-size: 20px;
  font-weight: var(--wm-weight-bold);
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--wm-text-dark);
  margin-top: 26px;
}
.wm-about__value-copy {
  font-family: var(--wm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wm-text-dark-secondary);
  margin-top: 11px;
}

/* The story in full -------------------------------------------- */

.wm-about__journey { padding: var(--wm-section-y-sm) var(--wm-gutter); }
.wm-about__chapters { margin-top: clamp(24px, 3vw, 38px); }
/* Heading rail on the left, prose on the right, one rule per chapter. */
.wm-about__chapter {
  display: grid;
  grid-template-columns: minmax(min(210px, 100%), 0.72fr) minmax(0, 1.6fr);
  gap: clamp(18px, 3vw, 56px);
  padding: clamp(28px, 3.4vw, 46px) 0;
  border-top: 1px solid var(--wm-border);
}
.wm-about__chapter:last-child { padding-bottom: 0; }
.wm-about__chapter-index {
  display: block;
  font-family: var(--wm-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--wm-blue-bright);
  opacity: .65;
}
.wm-about__chapter-title {
  font-family: var(--wm-font-heading);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: var(--wm-weight-bold);
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--wm-text);
  margin-top: 12px;
  text-wrap: balance;
}
.wm-about__chapter-copy { max-width: 62ch; }
.wm-about__chapter-copy p {
  font-family: var(--wm-font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.75;
  color: var(--wm-text-secondary);
  text-wrap: pretty;
}
.wm-about__chapter-copy p + p { margin-top: 16px; }

@media (max-width: 860px) {
  .wm-about__chapter { grid-template-columns: 1fr; }
}

/* Founder ------------------------------------------------------- */

.wm-about__founder { padding: var(--wm-section-y-sm) var(--wm-gutter); }
.wm-about__depth {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(20px, 3.4vw, 56px);
  align-items: start;
}
.wm-about__depth-title {
  font-family: var(--wm-font-heading);
  font-weight: var(--wm-weight-bold);
  font-size: clamp(27px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--wm-text-dark);
  max-width: 14ch;
  text-wrap: balance;
}
.wm-about__depth-copy { max-width: 60ch; }
.wm-about__depth-copy p {
  font-family: var(--wm-font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.75;
  color: var(--wm-text-dark-secondary);
  text-wrap: pretty;
}
.wm-about__depth-copy p + p { margin-top: 16px; }

.wm-about__founder-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(40px, 5.2vw, 72px);
}
.wm-about__founder-card,
.wm-about__speaking {
  background: #fff;
  border: 1px solid var(--wm-border-light);
  border-radius: var(--wm-radius-lg);
  box-shadow: var(--wm-shadow-card);
  padding: clamp(24px, 2.6vw, 32px);
  transition: transform var(--wm-transition-spring), box-shadow var(--wm-transition-spring);
}
.wm-about__founder-card:hover,
.wm-about__speaking:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(0, 0, 0, .14); }

.wm-about__founder-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 2.4vw, 28px);
  align-items: start;
}
.wm-about__founder-photo {
  position: relative;
  width: clamp(112px, 13vw, 168px);
  aspect-ratio: 1;
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
  border: 1px solid var(--wm-border-light);
  background: #e9eef4;
}
.wm-about__founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wm-about__founder-photo .wm-about__photo-placeholder { padding: 12px; }
.wm-about__founder-name {
  font-family: var(--wm-font-heading);
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: var(--wm-weight-bold);
  letter-spacing: -0.02em;
  color: var(--wm-text-dark);
}
.wm-about__founder-role {
  font-family: var(--wm-font-heading);
  font-size: 11px;
  font-weight: var(--wm-weight-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wm-blue);
  margin-top: 7px;
}
.wm-about__founder-bio {
  font-family: var(--wm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wm-text-dark-secondary);
  margin-top: 14px;
}

.wm-about__speaking { display: flex; flex-direction: column; align-items: flex-start; }
.wm-about__speaking .wm-icon { width: 46px; height: 46px; border-radius: var(--wm-radius-btn); }
.wm-about__speaking-title {
  font-family: var(--wm-font-heading);
  font-size: 20px;
  font-weight: var(--wm-weight-bold);
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--wm-text-dark);
  margin-top: 26px;
}
.wm-about__speaking-copy {
  font-family: var(--wm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--wm-text-dark-secondary);
  margin-top: 11px;
}
.wm-about__speaking-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  font-family: var(--wm-font-heading);
  font-size: 14px;
  font-weight: var(--wm-weight-semibold);
  color: var(--wm-blue);
}
.wm-about__speaking-link:hover { color: var(--wm-text-dark); }

@media (max-width: 560px) {
  .wm-about__founder-card { grid-template-columns: 1fr; }
}

/* Closing band ------------------------------------------------- */

.wm-about__close {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) var(--wm-gutter);
  background: var(--wm-gradient-blue);
}
.wm-about__close-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 120% at 12% 0%, rgba(27, 174, 205, .35) 0%, transparent 58%);
  pointer-events: none;
}
.wm-about__close-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
}
.wm-about__close-title {
  font-family: var(--wm-font-heading);
  font-weight: var(--wm-weight-extrabold);
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
  text-wrap: balance;
}
.wm-about__close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}
.wm-about__close-btn { font-size: 17px; padding: 18px 32px; }
