/* Belmont Finance About page */

.desktop-nav a[aria-current="page"]::after,
.footer-column a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.about-hero {
  position: relative;
  min-height: auto;
  padding: 124px 0 clamp(64px, 7vw, 96px);
  overflow: hidden;
  background-color: var(--paper-light);
  background-image:
    linear-gradient(105deg, rgba(244, 237, 221, 0.3), rgba(248, 242, 230, 0.94) 54%, rgba(232, 220, 195, 0.62)),
    url("../assets/paper-texture.webp");
  isolation: isolate;
}

.about-hero::after {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: -0.34em;
  color: rgba(7, 97, 9, 0.055);
  font-size: clamp(220px, 34vw, 520px);
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1;
  content: "2005";
  pointer-events: none;
}
.about-hero__panorama {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 1;
  margin: 0 0 clamp(64px, 7vw, 96px);
  overflow: hidden;
  background: var(--paper-deep);
}

.about-hero__panorama::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: linear-gradient(to bottom, transparent, rgba(18, 25, 20, 0.16));
  content: "";
  pointer-events: none;
}

.about-hero__panorama img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero__panorama figcaption {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 18px;
  padding: 7px 9px;
  color: var(--ink);
  background: rgba(248, 242, 230, 0.84);
  box-shadow: 0 0 0 1px rgba(18, 25, 20, 0.08);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}


.about-hero__inner {
  position: relative;
  z-index: 1;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: clamp(48px, 7vw, 116px);
  align-items: end;
  margin-top: clamp(44px, 5vw, 64px);
}

.about-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(72px, 8.4vw, 126px);
  font-weight: 400;
  letter-spacing: -0.062em;
  line-height: 0.9;
}

.about-break--compact {
  display: none;
}

.about-break--wide {
  display: initial;
}

.about-hero__intro {
  max-width: 520px;
  padding-bottom: 10px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.5;
}

.about-hero__intro p {
  margin: 0 0 24px;
}

.about-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(54px, 6vw, 82px) 0 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.about-hero__facts > div {
  min-height: 122px;
  padding: 18px 28px 22px 0;
}

.about-hero__facts > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.about-hero__facts dt,
.about-hero__facts dd {
  margin: 0;
}

.about-hero__facts dt {
  margin-bottom: 18px;
  color: var(--ink-faint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-hero__facts dd {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

#our-story,
#leadership {
  scroll-margin-top: 124px;
}

.about-story__intro,
.about-endures__head,
.about-leadership__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
  margin-top: clamp(48px, 6vw, 76px);
}

.about-story h2,
.about-endures h2,
.about-leadership h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 88px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.about-story h2 {
  font-size: clamp(50px, 5.7vw, 82px);
}

.about-story__copy,
.about-leadership__head > p {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 17px;
}

.about-story__copy p {
  margin: 0 0 20px;
}

.about-story__copy .lede {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.4;
}

.about-timeline {
  margin: clamp(64px, 8vw, 112px) 0 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.about-timeline li {
  display: grid;
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1.7fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(28px, 3.2vw, 44px) 0;
  border-top: 1px solid var(--line);
}

.about-timeline__date {
  color: var(--accent-text);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.about-timeline li > div {
  display: grid;
  grid-template-columns: minmax(400px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
}

.about-timeline h3,
.about-timeline p {
  margin: 0;
}

.about-timeline h3 {
  max-width: none;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.about-timeline p {
  max-width: 650px;
  color: var(--ink-soft);
}

.about-endures {
  color: var(--paper-light);
  background-color: var(--teal);
  background-image: linear-gradient(rgba(21, 63, 56, 0.94), rgba(21, 63, 56, 0.94)), url("../assets/paper-texture.webp");
}

.section-label--light {
  border-bottom-color: rgba(248, 242, 230, 0.24);
}

.section-label--light span:nth-child(2) {
  color: #41c643;
}

.about-endures__head > p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(248, 242, 230, 0.74);
  font-size: 18px;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(58px, 7vw, 96px);
  border-top: 1px solid rgba(248, 242, 230, 0.42);
  border-bottom: 1px solid rgba(248, 242, 230, 0.2);
}

.about-principles article {
  min-height: 270px;
  padding: 24px clamp(24px, 3vw, 42px) 34px 0;
}

.about-principles article + article {
  padding-left: clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(248, 242, 230, 0.2);
}

.about-principles article > span {
  color: #41c643;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-principles h3 {
  max-width: 300px;
  margin: 64px 0 16px;
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.about-principles p {
  max-width: 380px;
  margin: 0;
  color: rgba(248, 242, 230, 0.72);
  font-size: 15px;
}

.about-leadership__head > p {
  margin: 8px 0 0;
  font-size: 18px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 72px) clamp(24px, 3.4vw, 52px);
  margin-top: clamp(64px, 8vw, 112px);
}

.team-profile {
  grid-column: span 2;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.team-profile:nth-child(4) {
  grid-column: 2 / span 2;
}

.team-profile__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 0 26px;
  overflow: hidden;
  background: var(--paper-deep);
}

.team-profile__portrait::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(18, 25, 20, 0.14);
  box-shadow: inset 0 0 0 8px rgba(248, 242, 230, 0.08);
  content: "";
  pointer-events: none;
}

.team-profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(0.98);
}

.team-profile__portrait--lana img {
  object-position: center center;
}

.team-profile__role {
  min-height: 2.6em;
  margin: 0 0 12px;
  color: var(--accent-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.team-profile h3 {
  margin: 0 0 18px;
  font-size: clamp(29px, 2.5vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.team-profile > p:last-child {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.about-page .closing {
  margin-top: clamp(24px, 4vw, 56px);
}

@media (max-width: 1180px) {
  .about-hero__grid,
  .about-story__intro,
  .about-endures__head,
  .about-leadership__head {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 48px;
  }

  .about-hero h1 {
    font-size: clamp(64px, 8.7vw, 94px);
  }

  .about-break--compact {
    display: initial;
  }

  .about-break--wide {
    display: none;
  }

  .about-timeline li > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-profile,
  .team-profile:nth-child(4) {
    grid-column: auto;
  }

  .team-profile:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - clamp(12px, 1.7vw, 26px));
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .about-hero__grid,
  .about-story__intro,
  .about-endures__head,
  .about-leadership__head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-hero__intro {
    max-width: 520px;
  }

  .about-story__copy,
  .about-endures__head > p,
  .about-leadership__head > p {
    max-width: 560px;
  }

  .about-hero__facts {
    grid-template-columns: minmax(125px, 0.7fr) minmax(210px, 1fr) minmax(240px, 1.3fr);
  }

  .about-hero__facts > div {
    padding-right: 20px;
  }

  .about-hero__facts > div + div {
    padding-left: 20px;
  }

  .about-timeline li {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 24px;
  }

  .about-timeline li > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principles article,
  .about-principles article + article {
    display: grid;
    grid-template-columns: 48px minmax(190px, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
    align-items: start;
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
  }

  .about-principles article + article {
    border-top: 1px solid rgba(248, 242, 230, 0.2);
  }

  .about-principles h3 {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: auto;
    padding: 112px 0 48px;
  }

  .about-hero__panorama {
    aspect-ratio: 2 / 1;
    margin-bottom: 48px;
  }

  .about-hero__panorama figcaption {
    bottom: 12px;
    padding: 6px 8px;
    font-size: 9px;
  }

  .about-hero::after {
    right: -0.03em;
    bottom: -0.08em;
    font-size: 180px;
  }

  .about-hero__grid,
  .about-story__intro,
  .about-endures__head,
  .about-leadership__head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-hero__grid {
    margin-top: 42px;
  }

  .about-hero h1 {
    font-size: clamp(48px, 14.5vw, 68px);
    line-height: 0.94;
  }

  .about-hero__intro {
    max-width: 39ch;
    padding-bottom: 0;
    font-size: 16px;
  }

  .about-hero__facts {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .about-hero__facts > div {
    min-height: 0;
    padding: 18px 0 22px;
  }

  .about-hero__facts > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-hero__facts dt {
    margin-bottom: 8px;
  }

  .about-story h2,
  .about-endures h2,
  .about-leadership h2 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.97;
  }

  .about-story__copy,
  .about-leadership__head > p,
  .about-endures__head > p {
    font-size: 16px;
  }

  .about-story__copy .lede {
    font-size: 20px;
  }

  .about-timeline {
    margin-top: 48px;
  }

  .about-timeline li,
  .about-timeline li > div {
    grid-template-columns: 1fr;
  }

  .about-timeline li {
    gap: 20px;
    padding: 28px 0 32px;
  }

  .about-timeline li > div {
    gap: 12px;
  }

  .about-timeline__date {
    font-size: 28px;
  }

  .about-principles {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .about-principles article,
  .about-principles article + article {
    min-height: 0;
    padding: 22px 0 28px;
    border-left: 0;
  }

  .about-principles article + article {
    border-top: 1px solid rgba(248, 242, 230, 0.2);
  }

  .about-principles h3 {
    margin-top: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 48px;
  }

  .team-profile:nth-child(5) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }

  .team-profile__role {
    min-height: 0;
  }

  #our-story,
  #leadership {
    scroll-margin-top: 112px;
  }
}
