/* About: a continuous editorial origin field with no catalog treatment. */
.page-about {
  --about-canvas: #ece6da;
  --about-ink: #191b19;
  --about-muted: #555951;
  --about-accent: #a2472d;
  --about-surface: #ded7ca;
  --about-ghost: rgba(25, 27, 25, 0.065);
  --canvas: var(--about-canvas);
  --ink: var(--about-ink);
  --signal: var(--about-accent);
  --display: "Newsreader", Georgia, serif;
  --body: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --step-hero: clamp(48px, 6.4vw, 84px);
  --step-h2: clamp(35px, 4.8vw, 61px);
  --step-h3: clamp(23px, 2.5vw, 31px);
  --step-body: 18px;
  --step-small: 12px;
}

.page-about main {
  overflow: clip;
}

.page-about main *,
.page-about footer * {
  min-width: 0;
}

.about-origin {
  overflow: clip;
}

.about-opening,
.about-identity,
.about-independence,
.about-movement,
.about-public-trail {
  position: relative;
  isolation: isolate;
}

.about-opening {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.64fr);
  grid-template-areas:
    "label label"
    "title copy";
  column-gap: clamp(46px, 8vw, 138px);
  align-content: center;
  padding-block: clamp(76px, 11vh, 132px) clamp(136px, 18vh, 210px);
}

.about-kicker {
  grid-area: label;
  margin: 0 0 clamp(35px, 6vh, 70px);
  color: var(--about-accent);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-opening h1 {
  grid-area: title;
  align-self: start;
  max-width: 12ch;
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.052em;
}

.about-opening__copy,
.about-identity__copy,
.about-independence__copy,
.about-movement__copy,
.about-public-trail {
  font-family: var(--display);
}

.about-opening__copy {
  grid-area: copy;
  align-self: end;
  max-width: 43ch;
  color: var(--about-muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.56;
}

.about-opening__copy p,
.about-identity__copy p,
.about-independence__copy p,
.about-movement__copy p {
  margin-bottom: 1.25em;
}

.about-opening__copy p:last-child,
.about-identity__copy p:last-child,
.about-independence__copy p:last-child,
.about-movement__copy p:last-child {
  margin-bottom: 0;
}

.about-environment {
  position: absolute;
  z-index: -1;
  margin: 0;
  color: var(--about-ghost);
  font-family: var(--body);
  font-size: clamp(94px, 15.5vw, 226px);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.075em;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

.about-environment--origin {
  left: max(var(--shell-pad), calc((100vw - var(--shell-max)) / 2 + var(--shell-pad)));
  bottom: 0;
}

.about-identity {
  min-height: 104svh;
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  padding-block: clamp(110px, 15vw, 210px);
}

.about-identity__copy {
  grid-column: 2;
  max-width: 61ch;
  margin-left: auto;
  color: var(--about-muted);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.58;
}

.about-identity h2 {
  max-width: 12ch;
  margin: 0 0 clamp(42px, 7vw, 84px);
  color: var(--about-ink);
  font-weight: 500;
}

.about-environment--lab {
  right: -0.08em;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.about-independence {
  min-height: 126svh;
  display: flex;
  align-items: center;
  padding-block: clamp(120px, 18vw, 250px);
}

.about-independence__copy {
  width: 100%;
}

.about-independence h2 {
  max-width: 12ch;
  margin: 0 0 clamp(55px, 8vw, 110px);
  color: var(--about-accent);
  font-weight: 500;
}

.about-independence__statement {
  max-width: 38ch;
  margin-left: clamp(0px, 12vw, 190px);
  color: var(--about-ink);
  font-size: clamp(28px, 3.55vw, 51px);
  line-height: 1.18;
  letter-spacing: -0.024em;
}

.about-independence__copy > p:last-child {
  max-width: 48ch;
  margin-left: auto;
  color: var(--about-muted);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.58;
}

.about-movement {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 9vw, 150px);
  align-items: end;
  padding-block: clamp(105px, 14vw, 195px);
}

.about-movement::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: var(--about-surface);
}

.about-movement h2 {
  max-width: 12ch;
  margin: 0;
  font-weight: 500;
}

.about-movement__copy {
  max-width: 54ch;
  color: var(--about-muted);
  font-size: clamp(20px, 1.75vw, 25px);
  line-height: 1.56;
}

.about-movement__copy strong {
  color: var(--about-accent);
  font-family: var(--body);
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-public-trail {
  min-height: 62svh;
  display: flex;
  align-items: center;
  padding-block: clamp(100px, 14vw, 190px);
}

.about-public-trail p {
  max-width: 30ch;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.027em;
}

.about-public-trail a {
  color: var(--about-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}

.page-about .social-links a {
  border-color: rgba(255, 255, 255, 0.28);
  background: #0d1214;
}

html[data-theme-resolved="light"] .page-about {
  --about-canvas: #ece6da;
  --about-ink: #191b19;
  --about-muted: #555951;
  --about-accent: #a2472d;
  --about-surface: #ded7ca;
  --about-ghost: rgba(25, 27, 25, 0.065);
  --canvas: var(--about-canvas);
  --ink: var(--about-ink);
  --signal: var(--about-accent);
}

html[data-theme-resolved="dark"] .page-about {
  --about-canvas: #0d100f;
  --about-ink: #efe8dc;
  --about-muted: #b9b2a7;
  --about-accent: #e57954;
  --about-surface: #1a1e1b;
  --about-ghost: rgba(239, 232, 220, 0.06);
  --canvas: var(--about-canvas);
  --ink: var(--about-ink);
  --signal: var(--about-accent);
}

@media (prefers-color-scheme: dark) {
  .page-about {
    --about-canvas: #0d100f;
    --about-ink: #efe8dc;
    --about-muted: #b9b2a7;
    --about-accent: #e57954;
    --about-surface: #1a1e1b;
    --about-ghost: rgba(239, 232, 220, 0.06);
    --canvas: var(--about-canvas);
    --ink: var(--about-ink);
    --signal: var(--about-accent);
  }
}

@media (max-width: 900px) {
  .about-opening {
    min-height: calc(100svh - 78px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "title"
      "copy";
    gap: 0;
    padding-block: 72px 170px;
  }

  .about-opening h1 {
    max-width: 13ch;
  }

  .about-opening__copy {
    max-width: 50ch;
    margin: 48px 0 0 clamp(0px, 12vw, 92px);
  }

  .about-identity {
    min-height: 94svh;
    grid-template-columns: 1fr;
  }

  .about-identity__copy {
    grid-column: 1;
    max-width: 55ch;
    margin-left: clamp(0px, 13vw, 100px);
  }

  .about-environment--lab {
    right: -0.14em;
    top: auto;
    bottom: 0;
    transform: none;
    writing-mode: horizontal-tb;
  }

  .about-independence {
    min-height: auto;
    padding-block: 150px;
  }

  .about-independence__statement {
    margin-left: clamp(0px, 9vw, 70px);
  }

  .about-independence__copy > p:last-child {
    margin-top: 54px;
  }

  .about-movement {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    align-items: start;
    padding-block: 130px;
  }

  .about-movement h2 {
    max-width: 15ch;
  }

  .about-movement__copy {
    max-width: 48ch;
    margin-left: clamp(0px, 11vw, 84px);
  }
}

@media (max-width: 560px) {
  .about-opening {
    min-height: auto;
    padding-block: 52px 142px;
  }

  .about-kicker {
    margin-bottom: 30px;
  }

  .about-opening h1 {
    max-width: 12ch;
    font-size: clamp(45px, 13.4vw, 58px);
  }

  .about-opening__copy {
    max-width: none;
    margin: 38px 0 0;
    font-size: 18px;
  }

  .about-environment {
    font-size: 26vw;
  }

  .about-environment--origin {
    left: var(--shell-pad);
  }

  .about-identity {
    min-height: auto;
    padding-block: 108px 170px;
  }

  .about-identity__copy {
    margin-left: 0;
    font-size: 19px;
  }

  .about-identity h2 {
    margin-bottom: 40px;
    font-size: clamp(38px, 11vw, 50px);
  }

  .about-independence {
    padding-block: 110px;
  }

  .about-independence h2 {
    margin-bottom: 48px;
    font-size: clamp(38px, 11vw, 50px);
  }

  .about-independence__statement {
    margin-left: 0;
    font-size: clamp(27px, 8.1vw, 35px);
  }

  .about-independence__copy > p:last-child {
    margin: 42px 0 0;
    font-size: 19px;
  }

  .about-movement {
    gap: 40px;
    padding-block: 104px;
  }

  .about-movement h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .about-movement__copy {
    margin-left: 0;
    font-size: 19px;
  }

  .about-public-trail {
    min-height: 62svh;
    padding-block: 104px;
  }

  .about-public-trail p {
    font-size: clamp(30px, 9vw, 39px);
  }
}

@media (forced-colors: active) {
  .about-environment {
    display: none;
  }

  .about-movement::before {
    background: Canvas;
  }

  .page-about .social-links a {
    border-color: CanvasText;
    background: Canvas;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about,
  .page-about * {
    scroll-behavior: auto;
  }
}
