.route-about {
  background: #020609;
}

.inner-header {
  position: relative;
  z-index: 10;
  background: #020609;
}

.inner-header .site-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 800px;
  grid-template-columns: minmax(520px, 0.95fr) minmax(400px, 1.05fr);
  align-items: stretch;
  overflow: hidden;
  padding-inline: var(--gutter);
  background:
    linear-gradient(90deg, rgba(188, 37, 31, 0.11), transparent 40%),
    #070c0f;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 80px clamp(40px, 5vw, 80px) 80px 0;
}

.about-hero-copy .t-eyebrow {
  margin: 0 0 28px;
  color: var(--action);
}

.about-hero-copy h1 {
  max-width: 780px;
  margin: 0;
}

.about-hero-copy > p.t-body {
  max-width: 58ch;
  margin: 30px 0 0;
  color: rgba(245, 242, 235, 0.75);
}

.about-hero-proof {
  max-width: 780px;
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-hero-proof > p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--action);
}

.about-hero-proof dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.about-hero-proof dl > div {
  min-height: 148px;
  padding: 24px 24px 24px 0;
}

.about-hero-proof dl > div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

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

.about-hero-proof dt {
  color: var(--ink);
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 0.95;
}

.about-hero-proof dd {
  max-width: 22ch;
  margin-top: 18px;
  color: rgba(245, 242, 235, 0.66);
}

.about-hero-proof .about-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-proof .about-rating-stars {
  display: flex;
  gap: 4px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.about-rating-stars span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  background: var(--action);
  color: var(--ink);
}

.about-hero-proof .about-rating dd {
  display: block;
  max-width: none;
  margin-top: 13px;
}

.about-rating dd strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
}

.about-rating dd span {
  display: block;
  margin-top: 5px;
  color: rgba(245, 242, 235, 0.58);
}

.about-hero-photo {
  min-height: 800px;
  background:
    linear-gradient(90deg, #070c0f 0%, transparent 26%),
    linear-gradient(180deg, transparent 70%, #070c0f 100%),
    url("../assets/leon-identity.jpg") 55% 30% / cover no-repeat;
  filter: saturate(0.72) contrast(1.04);
}

.about-hero-frame {
  position: absolute;
  top: 48px;
  right: var(--gutter);
  z-index: 2;
  width: min(32vw, 470px);
  height: calc(100% - 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.about-hero-frame::before,
.about-hero-frame::after {
  position: absolute;
  right: -4px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--action);
}

.about-hero-frame::before {
  top: -4px;
}

.about-hero-frame::after {
  bottom: -4px;
}

.story-section,
.values-section,
.founder-section,
.about-practice {
  padding: 150px var(--gutter) 160px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(460px, 1.3fr);
  gap: clamp(34px, 5vw, 84px);
  background: #f5f2eb;
  color: #101518;
}

.story-section .section-label,
.values-section .section-label,
.founder-section .section-label,
.about-practice .section-label {
  color: var(--action);
}

.story-heading h2,
.values-heading h2,
.founder-copy h2,
.about-practice-heading h2 {
  margin: 0;
}

.story-heading .section-label,
.values-heading .section-label,
.founder-copy .section-label,
.about-practice-heading .section-label {
  margin: 0 0 24px;
}

.story-copy p {
  max-width: 65ch;
  margin: 0;
  color: rgba(16, 21, 24, 0.78);
}

.story-copy p + p {
  margin-top: 30px;
}

.story-bridge {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(600px, 1.25fr);
  gap: clamp(40px, 6vw, 96px);
  margin: 54px 0 0;
  padding: 44px 0 0;
  border-top: 4px solid var(--action);
}

.story-bridge-heading > p {
  margin: 0 0 22px;
  color: var(--action);
}

.story-bridge-heading h3 {
  max-width: 20ch;
  margin: 0;
  color: var(--ink);
}

.story-bridge ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.story-bridge li {
  min-height: 220px;
  padding: 28px 26px 28px 0;
}

.story-bridge li + li {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.story-bridge li span {
  color: var(--action);
}

.story-bridge li p {
  margin: 54px 0 0;
  color: rgba(245, 242, 235, 0.74);
}

.values-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(560px, 1.2fr);
  gap: clamp(54px, 7vw, 112px);
  background: #080d10;
}

.values-heading {
  align-self: start;
}

.values-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.values-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.values-list article > span {
  color: var(--action);
}

.values-list p {
  max-width: 64ch;
  margin: 0;
  color: rgba(245, 242, 235, 0.74);
}

.values-list strong {
  color: var(--ink);
}

.values-image {
  grid-column: 1 / -1;
  aspect-ratio: 2.3;
  margin: 46px 0 0;
  overflow: hidden;
  border-bottom: 4px solid var(--action);
}

@media (max-width: 780px) {
  .values-image { aspect-ratio: 4 / 5; }
  .values-image img { object-position: 52% center; }
}

.founder-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 76px);
  background: #f5f2eb;
  color: #101518;
}

.founder-photo {
  position: relative;
  padding: 20px 0 0 20px;
}

.founder-photo::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 58%;
  border-top: 3px solid var(--action);
  border-left: 3px solid var(--action);
  content: "";
}

.founder-photo img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 84% center;
  filter: saturate(0.75) contrast(1.04);
}

.founder-photo-caption {
  position: relative;
  left: -20px;
  display: inline-block;
  margin: 12px 0 0;
  color: rgba(16, 21, 24, 0.68);
}

.founder-copy p {
  max-width: 62ch;
  color: rgba(16, 21, 24, 0.78);
}

.founder-copy h2 + p {
  margin-top: 30px;
}

.founder-copy p + p {
  margin-top: 24px;
}

.about-practice {
  background: #020609;
}

.about-practice-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.about-practice-heading > p.t-body {
  max-width: 58ch;
  margin: 26px auto 0;
  color: rgba(245, 242, 235, 0.66);
}

.about-practice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 72px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.about-practice-list article {
  min-height: 330px;
  padding: 42px 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.about-practice-list span {
  color: var(--action);
}

.about-practice-list h3 {
  max-width: 16ch;
  margin: 64px 0 0;
}

.about-practice-list p {
  max-width: 33ch;
  margin: 22px 0 0;
  color: rgba(245, 242, 235, 0.68);
}

.about-final-cta {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(188, 37, 31, 0.14), transparent 50%),
    #070c0f;
}

.about-final-cta h2,
.about-final-cta p {
  color: var(--ink);
}

@media (max-width: 1050px) {
  .about-hero,
  .about-hero {
    grid-template-columns: 1fr 0.85fr;
  }

  .founder-section {
    grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1fr);
  }

  .story-section {
    grid-template-columns: 56px 1fr;
  }

  .story-copy {
    grid-column: 2;
  }

  .story-bridge {
    grid-template-columns: 1fr;
  }

  .about-hero-proof dl {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-proof dl > div:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .values-section,
  .about-practice {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .founder-section {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    order: 2;
  }

}

@media (max-width: 700px) {
  .inner-header .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .about-hero {
    min-height: 1180px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .about-hero-copy {
    align-self: end;
    padding: 520px 0 90px;
  }

  .about-hero-photo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 590px;
    background-position: 55% 20%;
  }

  .about-hero-frame {
    top: 34px;
    width: 50vw;
    height: 430px;
  }

  .story-bridge ol {
    grid-template-columns: 1fr;
  }

  .story-bridge li {
    min-height: 0;
  }

  .story-bridge li + li {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }

  .story-bridge li p {
    margin-top: 28px;
  }

  .story-section,
  .values-section,
  .founder-section,
  .about-practice {
    padding-top: 112px;
    padding-bottom: 120px;
  }

  .story-section,
  .founder-section {
    grid-template-columns: 1fr;
  }

  .story-copy {
    grid-column: 1;
  }

  .founder-photo {
    order: 2;
  }

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

  .about-practice-list article {
    min-height: 0;
  }

  .about-final-cta {
    min-height: auto;
  }
}
