/* About only. Keep the Business / Recruit 100svh heroes in subpages.css. */
.about-page :is(main, section)[id] { scroll-margin-top: 72px; }
.about-page :focus-visible { outline-color: currentColor; }
.about-page .hero-nav a { text-shadow: 0 1px 8px #050707; }
.about-page [aria-current="page"] { text-decoration: underline; text-underline-offset: .25em; }

.about-page .about-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  min-height: 100vh;
  min-height: 100svh;
  padding: 180px var(--gutter) clamp(40px, 5vh, 64px);
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-panel);
}
.about-page .about-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.about-page .about-hero__title { max-width: 100%; overflow-wrap: anywhere; }
.about-page .about-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.05) 30%, rgba(0,0,0,.02) 55%, rgba(0,0,0,.34)); }
.about-page .about-hero__title h1 { margin: 0; font: 700 clamp(88px, 9.7vw, 156px)/1 "helvetica-neue-lt-pro-cond", var(--font-copy-en); letter-spacing: -.045em; }
.about-page .about-hero__title p { margin: 12px 0 0; font-size: clamp(22px, 2.8vw, 42px); font-weight: 700; line-height: 1.4; }

/* 1440px reference: left 110px, prose left 415px / width 880px. */
.about-page .about-philosophy { padding-block: clamp(80px, 7.65vw, 124px) clamp(100px, 8.75vw, 140px); }
.about-page .about-philosophy__inner { width: min(84.8%, 1220px); margin-inline: auto; }
.about-page .about-philosophy h2 { margin: 0; font-size: clamp(56px, 8.05vw, 116px); font-weight: 900; letter-spacing: -.055em; line-height: 1.2; overflow-wrap: anywhere; }
.about-page .about-philosophy h2 span { color: var(--color-accent); }
.about-page .about-philosophy__statement { margin: 40px 0 0; font-size: clamp(22px, 3.15vw, 46px); font-weight: 900; line-height: 1.5; letter-spacing: -.04em; }
.about-page .about-philosophy__body { width: 72%; margin: 64px 2.9% 0 auto; font-size: 18px; font-weight: 400; -webkit-text-stroke: .25px currentColor; line-height: 2; letter-spacing: .055em; }
.about-page .about-philosophy__body p { margin: 0; }
.about-page .about-philosophy__body p + p { margin-top: 1.75em; }

.about-page .contact { padding-block: 80px; background: var(--color-accent); }
.about-page .contact__link { width: min(69.4%, 1000px); align-items: flex-start; gap: 60px; }
.about-page .contact__link > span { min-width: 0; }
.about-page .contact__link .display-title { overflow-wrap: anywhere; }
.about-page .contact__link .display-title { font-size: clamp(96px, 15.7vw, 226px); line-height: .84; transform: scaleX(.98); }
.about-page .contact__link small { max-width: 470px; margin-top: 18px; transform: none; font-size: 22px; line-height: 1.5; }
.about-page .contact__link > i { flex: 0 0 auto; width: 140px; margin-top: 28px; }
.about-page .contact__link:is(:hover, :focus-visible) > i { color: var(--color-accent); background: var(--color-ink); transform: translateX(8px); }

@media (max-width: 1100px) {
  .about-page .contact__link { width: 84.8%; gap: 30px; }
  .about-page .contact__link small { font-size: 18px; }
  .about-page .contact__link > i { width: 100px; }
}
@media (max-width: 760px) {
  .about-page :is(main, section)[id] { scroll-margin-top: 72px; }
  .about-page .about-hero { min-height: 100svh; padding: 150px 20px 32px; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 28px; }
  .about-page .about-hero__title h1 { font-size: clamp(80px, 20vw, 120px); }
  .about-page .about-hero__title p { font-size: 22px; }
  .about-page .about-hero__cta { align-self: flex-end; }
  .about-page .about-philosophy { padding-block: 72px 88px; }
  .about-page .about-philosophy__inner { width: calc(100% - 40px); }
  .about-page .about-philosophy h2 { font-size: clamp(32px, 9.5vw, 66px); line-height: 1.3; }
  .about-page .about-philosophy__statement { margin-top: 26px; font-size: clamp(17px, 4vw, 25px); line-height: 1.7; }
  .about-page .about-philosophy__body { width: 100%; margin: 40px 0 0; font-size: 18px; line-height: 2; letter-spacing: .035em; }
  .about-page .about-philosophy__body p + p { margin-top: 32px; }
  .about-page .contact { padding-block: 48px; }
  .about-page .contact__link { width: calc(100% - 40px); gap: 16px; }
  .about-page .contact__link .display-title { font-size: clamp(48px, 14.6vw, 100px); transform: none; }
  .about-page .contact__link small { font-size: 14px; }
  .about-page .contact__link > i { width: 48px; margin-top: 5px; font-size: 30px; border-width: 1px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-page *, .about-page *::before, .about-page *::after { transition-delay: 0s !important; }
  .about-page .contact__link > i { transform: none !important; }
  .about-page .roll-link__line:last-child { display: none; }
  .about-page .roll-link__char { transform: none !important; }
}
