/* Decluttered preview — focused pages, restrained hierarchy */
.preview-site {
  --preview-nav-height: 60px;
  background: var(--bg);
  color: var(--ink);
}

.preview-site .nav__links {
  gap: 2.2rem;
}

.preview-site .nav__links a[aria-current="page"] {
  color: var(--gold);
  opacity: 1;
}

.preview-site .nav__cta,
.preview-site .btn {
  border-radius: 9px;
}

.preview-site .nav__cta:hover,
.preview-site .btn:hover {
  transform: none;
}

.preview-site .btn--dark:active,
.preview-site .nav__cta:active {
  background: var(--black);
}

.preview-site .btn--gold {
  background: var(--gold-2);
  color: var(--black);
}

.preview-site .btn--gold:hover,
.preview-site .btn--gold:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.notice {
  padding-top: var(--preview-nav-height);
  background: var(--black);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.notice__inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.notice__inner p {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.notice__inner strong {
  font-size: .96rem;
}

.notice__inner p span {
  color: rgba(255, 255, 255, .64);
  font-size: .92rem;
}

.notice__inner > a,
.text-link,
.back-link {
  color: var(--gold);
  font-weight: 700;
  text-underline-offset: 4px;
}

.notice__inner > a {
  color: var(--gold-2);
}

.notice__inner > a:hover,
.text-link:hover,
.back-link:hover {
  text-decoration: underline;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: clamp(110px, 14vw, 190px);
  right: 0;
  bottom: clamp(54px, 7vw, 92px);
  width: min(44vw, 690px);
  background: var(--gold-2);
}

.home-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}

.home-hero__copy h1 {
  max-width: 9ch;
  font-size: clamp(3.7rem, 7vw, 6rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
}

.home-hero__copy h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-line {
  display: block;
  overflow: hidden;
  padding-right: .06em;
}

.hero-line > span {
  display: block;
  transform-origin: left bottom;
}

.home-hero__copy > p {
  max-width: 38ch;
  margin-top: 28px;
  color: var(--gray);
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.home-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.home-hero__photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--bg-2);
  perspective: 1000px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.home-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 1px;
  background: var(--gold-2);
  opacity: 0;
  pointer-events: none;
}

.home-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 68%;
  transform: translate3d(var(--photo-x, 0), var(--photo-y, 0), 0) scale(1.035);
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.home-hero__rail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: var(--gold-2);
  color: var(--black);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .015em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-hero__photo figcaption {
  position: absolute;
  inset: auto 12px 12px auto;
  padding: 7px 10px;
  background: rgba(10, 10, 11, .82);
  color: #fff;
  font-size: .78rem;
}

.home-score {
  position: relative;
  overflow: hidden;
  background: var(--black);
  color: #fff;
}

.home-score__layout {
  padding-top: clamp(92px, 13vw, 168px);
  padding-bottom: clamp(56px, 8vw, 92px);
}

.home-score__statement {
  display: grid;
  font-size: clamp(3.2rem, 8.6vw, 6rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.04em;
}

.home-score__statement span {
  --score-ink: var(--gold-2);
  --score-x: -42vw;
  --score-y: -8vh;
  --score-r: -7deg;
  --score-scale: 1.58;
  --score-echo-x: .18em;
  --score-echo-y: -.06em;
  --score-delay: 0ms;
  --score-strike-delay: 230ms;
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: max-content;
  max-width: 100%;
  transform-origin: left center;
}

.home-score__statement span::before {
  content: attr(data-copy);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  font: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  -webkit-text-stroke: 2px var(--score-ink);
  pointer-events: none;
  opacity: 0;
}

.home-score__statement span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.08em;
  right: -.1em;
  top: 58%;
  height: .22em;
  background: var(--score-ink);
  clip-path: polygon(0 31%, 7% 8%, 18% 25%, 31% 0, 43% 22%, 57% 5%, 69% 30%, 81% 4%, 92% 24%, 100% 10%, 98% 72%, 88% 92%, 73% 74%, 62% 100%, 48% 78%, 36% 96%, 21% 72%, 9% 91%, 1% 68%);
  opacity: 0;
  transform: scaleX(0) rotate(-1.5deg);
  transform-origin: left center;
  pointer-events: none;
}

.home-score__statement span:nth-child(2) {
  --score-x: 44vw;
  --score-y: 3vh;
  --score-r: 6deg;
  --score-scale: 1.5;
  --score-echo-x: -.2em;
  --score-echo-y: .04em;
  --score-delay: 150ms;
  --score-strike-delay: 380ms;
  margin-left: 12%;
  transform-origin: right center;
}

.home-score__statement span:nth-child(3) {
  --score-x: -38vw;
  --score-y: 15vh;
  --score-r: -5deg;
  --score-scale: 1.66;
  --score-echo-x: .16em;
  --score-echo-y: .08em;
  --score-delay: 300ms;
  --score-strike-delay: 530ms;
  margin-left: 25%;
}

.home-score__statement span:last-child {
  --score-ink: #fff;
  --score-x: 10vw;
  --score-y: 34vh;
  --score-r: 7deg;
  --score-scale: 1.92;
  --score-echo-x: -.22em;
  --score-echo-y: -.08em;
  --score-delay: 470ms;
  --score-strike-delay: 700ms;
  justify-self: end;
  color: var(--gold-2);
  transform-origin: right center;
}

.home-score__statement em {
  font-style: normal;
}

.home-score__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(64px, 9vw, 112px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.home-score__foot p {
  color: rgba(255, 255, 255, .62);
  font-size: .92rem;
}

.home-score__foot a {
  color: var(--gold-2);
  font-weight: 700;
}

.home-score__foot a span,
.text-link span,
.notice__inner > a span {
  display: inline-block;
  transition: transform 180ms cubic-bezier(.16, 1, .3, 1);
}

.home-score__foot a:hover span,
.home-score__foot a:focus-visible span,
.text-link:hover span,
.text-link:focus-visible span,
.notice__inner > a:hover span,
.notice__inner > a:focus-visible span {
  transform: translateX(5px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.section-intro h2,
.home-story h2,
.home-join h2,
.page-action h2,
.team-feature h2 {
  font-size: clamp(2.25rem, 4.8vw, 4rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.section-intro p,
.home-story p,
.home-join p,
.page-action p,
.team-feature p {
  color: var(--gray);
  font-size: 1.08rem;
  line-height: 1.6;
}

.home-story {
  padding: clamp(100px, 13vw, 168px) 0;
  background: var(--bg-2);
}

.home-story__layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(56px, 10vw, 140px);
  align-items: center;
}

.home-story figure {
  max-height: 640px;
  overflow: hidden;
}

.home-story img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 45%;
}

.home-story p {
  max-width: 46ch;
  margin-top: 24px;
}

.home-story .text-link {
  display: inline-block;
  margin-top: 28px;
}

.home-join {
  padding: clamp(76px, 10vw, 120px) 0;
  background: var(--black);
  color: #fff;
}

.home-join__layout,
.page-action__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.home-join p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .68);
}

.btn--light {
  background: #fff;
  color: var(--black);
}

.preview-footer {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.preview-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.preview-footer nav a {
  color: var(--gray);
  font-size: .94rem;
}

.preview-footer nav a:hover {
  color: var(--gold);
}

.inner-main {
  padding-top: 72px;
}

.page-intro {
  padding-top: clamp(88px, 12vw, 152px);
  padding-bottom: clamp(88px, 12vw, 152px);
}

.page-intro h1 {
  max-width: 12ch;
  margin-top: 40px;
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.04em;
}

.page-intro > p {
  max-width: 55ch;
  margin-top: 30px;
  color: var(--gray);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.event-directory {
  padding-bottom: clamp(100px, 14vw, 176px);
}

.event-group {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 110px);
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.event-group:last-child {
  border-bottom: 1px solid var(--line);
}

.event-group header h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.event-group header p {
  margin-top: 10px;
  color: var(--gray-2);
}

.event-group ul {
  columns: 2;
  column-gap: 48px;
  list-style: none;
}

.event-group li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  break-inside: avoid;
  font-size: 1.08rem;
  font-weight: 500;
}

.page-action {
  padding: clamp(72px, 10vw, 112px) 0;
  background: var(--bg-2);
}

.page-action h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.page-action p {
  margin-top: 12px;
}

.member-intro {
  padding-bottom: clamp(72px, 9vw, 112px);
}

.member-library {
  overflow-x: clip;
  padding-bottom: clamp(100px, 14vw, 176px);
}

.member-library > h2 {
  margin-bottom: 28px;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.member-document {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 76px minmax(190px, .62fr) minmax(230px, .9fr) minmax(340px, auto);
  gap: clamp(18px, 2.7vw, 38px);
  align-items: center;
  padding: 48px clamp(14px, 2vw, 24px);
  border-top: 1px solid var(--line);
  transition: color 420ms cubic-bezier(.16, 1, .3, 1), border-color 420ms cubic-bezier(.16, 1, .3, 1);
}

.member-document::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--black);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.member-document__number {
  color: var(--gold);
  font-size: clamp(4.2rem, 7vw, 6rem);
  font-weight: 900;
  line-height: .76;
  letter-spacing: -.04em;
  transition: color 300ms ease, transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.member-document:last-child {
  border-bottom: 1px solid var(--line);
}

.member-document__title > p {
  margin-bottom: 10px;
  color: var(--gray);
  font-size: .86rem;
  font-weight: 500;
}

.member-document__title h3 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.member-document__description {
  max-width: 55ch;
  color: var(--gray);
  font-size: 17px;
  line-height: 1.6;
}

.member-document__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 18px;
  flex-wrap: wrap;
}

.member-intro .back-link,
.member-document__actions .text-link {
  color: var(--ink);
}

.member-intro .back-link,
.member-document__actions .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.member-intro .back-link svg,
.member-document__actions .text-link svg,
.member-document__actions .btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.member-document__deck {
  gap: 8px;
}

.member-document:focus-within,
.member-document:focus-within .member-document__description,
.member-document:focus-within .member-document__title > p,
.member-document:focus-within .member-document__actions .text-link {
  color: #fff;
}

.member-document:focus-within::before {
  transform: none;
}

.member-document:focus-within .member-document__number {
  color: var(--gold-2);
  transform: rotate(-4deg) scale(1.08);
}

.member-document:focus-within .btn--dark {
  background: #fff;
  color: var(--black);
}

@media (hover: hover) {
  .member-document:hover,
  .member-document:hover .member-document__description,
  .member-document:hover .member-document__title > p,
  .member-document:hover .member-document__actions .text-link {
    color: #fff;
  }

  .member-document:hover::before {
    transform: none;
  }

  .member-document:hover .member-document__number {
    color: var(--gold-2);
    transform: rotate(-4deg) scale(1.08);
  }

  .member-document:hover .btn--dark {
    background: #fff;
    color: var(--black);
  }
}

.member-document.is-armed {
  --member-entry-x: -8vw;
  --member-entry-tilt: -1.4deg;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 32% 0 0);
  transform: translate3d(var(--member-entry-x), 24px, 0) rotate(var(--member-entry-tilt));
}

.member-document:nth-of-type(even).is-armed {
  --member-entry-x: 8vw;
  --member-entry-tilt: 1.4deg;
  clip-path: inset(0 0 0 32%);
}

.member-document.is-armed.is-live {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0);
  transform: none;
  transition: opacity 680ms cubic-bezier(.16, 1, .3, 1),
    filter 680ms cubic-bezier(.16, 1, .3, 1),
    clip-path 780ms cubic-bezier(.16, 1, .3, 1),
    transform 780ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--member-delay, 0ms);
}

.member-intro .back-link:hover,
.member-intro .back-link:focus-visible,
.member-document__actions .text-link:hover,
.member-document__actions .text-link:focus-visible {
  color: var(--black);
}

.member-reading__intro {
  max-width: 860px;
  margin-inline: auto;
  padding-bottom: clamp(64px, 8vw, 96px);
}

.member-reading__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
}

.member-reading__back svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.member-reading__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.member-reading__nav a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 5px;
}

.member-reading {
  max-width: 820px;
  padding-bottom: clamp(110px, 15vw, 184px);
}

.member-reading section {
  scroll-margin-top: 100px;
}

.member-reading section + section {
  margin-top: clamp(100px, 14vw, 168px);
  padding-top: clamp(88px, 12vw, 144px);
  border-top: 1px solid var(--line);
}

.member-reading h2 {
  margin-bottom: 48px;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.member-reading h3 {
  margin-top: 52px;
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.member-reading p,
.member-reading li,
.member-reading dd {
  font-size: 17px;
  line-height: 1.72;
}

.member-reading p + p {
  margin-top: 16px;
}

.member-reading ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0 1.15rem;
}

.member-reading .text-link {
  color: var(--ink);
}

.member-reading__facts {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.member-reading__facts > div {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) 1fr;
  gap: 26px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.member-reading__facts dt {
  font-size: 17px;
  font-weight: 700;
}

.member-reading__facts--compact > div {
  padding: 12px 0;
}

.member-reading .btn {
  display: inline-flex;
  margin-top: 14px;
}

.team-feature {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: clamp(56px, 10vw, 140px);
  align-items: center;
  padding-bottom: clamp(110px, 15vw, 190px);
}

.team-feature--reverse figure {
  order: 2;
}

.team-feature figure {
  overflow: hidden;
  max-height: 620px;
}

.team-feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.team-feature:first-of-type img {
  object-position: center 62%;
}

.team-feature p {
  max-width: 48ch;
  margin-top: 24px;
}

.team-roles {
  padding-top: clamp(100px, 13vw, 160px);
  padding-bottom: clamp(100px, 13vw, 160px);
  border-top: 1px solid var(--line);
}

.team-roles dl {
  border-top: 1px solid var(--line);
}

.team-roles dl > div {
  display: grid;
  grid-template-columns: minmax(200px, .7fr) 1.3fr;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.team-roles dt {
  font-size: 1.3rem;
  font-weight: 700;
}

.team-roles dd {
  max-width: 58ch;
  color: var(--gray);
  line-height: 1.6;
}

.team-faq {
  padding-bottom: clamp(110px, 15vw, 190px);
}

/* Motion thesis: images develop into view; copy locks into place. */
@keyframes headline-lock {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
    clip-path: inset(0 0 34% 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0);
  }
}

@keyframes copy-settle {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes photo-develop {
  from {
    opacity: .35;
    transform: scale(1.045);
    filter: grayscale(1) contrast(.82) blur(7px);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0) contrast(1) blur(0);
    clip-path: inset(0);
  }
}

@keyframes hero-line-rise {
  from {
    opacity: 0;
    transform: translateY(112%) rotate(1.5deg);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    filter: blur(0);
  }
}

@keyframes photo-scan {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  16% {
    opacity: .78;
  }
  84% {
    opacity: .42;
  }
  100% {
    opacity: 0;
    transform: translateY(420px);
  }
}

@keyframes score-line-impact {
  0% {
    opacity: 0;
    transform: translate3d(var(--score-x), var(--score-y), 0) rotate(var(--score-r)) scale(var(--score-scale));
    filter: blur(14px);
  }
  54% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-1deg) scale(.94);
    filter: blur(0);
  }
  72% {
    transform: translate3d(0, 0, 0) rotate(.45deg) scale(1.035);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
    filter: blur(0);
  }
}

@keyframes score-afterimage {
  0%, 35% {
    opacity: 0;
    transform: translate3d(var(--score-echo-x), var(--score-echo-y), 0) scale(1.14);
  }
  52% {
    opacity: .9;
  }
  100% {
    opacity: 0;
    transform: translate3d(.08em, -.03em, 0) scale(1.035);
  }
}

@keyframes score-paint-strike {
  0% {
    opacity: 0;
    transform: scaleX(0) rotate(-1.5deg);
  }
  68% {
    opacity: .26;
    transform: scaleX(1.06) rotate(-1.5deg);
  }
  100% {
    opacity: .16;
    transform: scaleX(1) rotate(-1.5deg);
  }
}

@keyframes boundary-reveal {
  from {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes page-leave {
  to {
    opacity: 0;
    filter: blur(4px);
  }
}

@keyframes page-arrive {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(8px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .notice__inner {
    animation: copy-settle 460ms cubic-bezier(.16, 1, .3, 1) 80ms both;
  }

  .page-intro h1,
  .awards-intro h1 {
    animation: headline-lock 720ms cubic-bezier(.16, 1, .3, 1) both;
  }

  .hero-line > span {
    animation: hero-line-rise 740ms cubic-bezier(.16, 1, .3, 1) both;
  }

  .hero-line:nth-child(2) > span {
    animation-delay: 70ms;
  }

  .hero-line:nth-child(3) > span {
    animation-delay: 140ms;
  }

  .home-hero__copy > p,
  .page-intro > p,
  .awards-lede {
    animation: copy-settle 560ms cubic-bezier(.16, 1, .3, 1) 150ms both;
  }

  .home-hero__actions,
  .page-intro .back-link,
  .awards-back,
  .awards-summary {
    animation: copy-settle 520ms cubic-bezier(.16, 1, .3, 1) 260ms both;
  }

  .home-hero__photo {
    animation: photo-develop 880ms cubic-bezier(.16, 1, .3, 1) 120ms both;
  }

  .home-hero__photo::before {
    animation: photo-scan 820ms cubic-bezier(.16, 1, .3, 1) 480ms both;
  }

  .home-score.is-armed .home-score__statement span,
  .home-score.is-armed .home-score__foot {
    opacity: 0;
  }

  .home-score.is-armed.is-live .home-score__statement span {
    animation: score-line-impact 780ms cubic-bezier(.16, 1, .3, 1) var(--score-delay) both;
  }

  .home-score.is-armed.is-live .home-score__statement span::before {
    animation: score-afterimage 690ms cubic-bezier(.16, 1, .3, 1) var(--score-delay) both;
  }

  .home-score.is-armed.is-live .home-score__statement span::after {
    animation: score-paint-strike 410ms cubic-bezier(.16, 1, .3, 1) var(--score-strike-delay) both;
  }

  .home-score.is-armed.is-live .home-score__foot {
    animation: copy-settle 500ms cubic-bezier(.16, 1, .3, 1) 1120ms both;
  }

  @supports (animation-timeline: view()) {
    .home-story__layout > div,
    .home-join__layout,
    .event-group,
    .team-feature > div,
    .team-roles,
    .team-faq,
    .award-meet {
      animation: boundary-reveal cubic-bezier(.16, 1, .3, 1) both;
      animation-timeline: view();
      animation-range: entry 4% cover 28%;
    }

    .home-story figure,
    .team-feature figure {
      animation: photo-develop cubic-bezier(.16, 1, .3, 1) both;
      animation-timeline: view();
      animation-range: entry 2% cover 34%;
    }
  }
}

@supports (view-transition-name: root) {
  @view-transition {
    navigation: auto;
  }

  .preview-site .nav {
    view-transition-name: site-navigation;
  }

  ::view-transition-old(root) {
    animation: page-leave 160ms ease-in both;
  }

  ::view-transition-new(root) {
    animation: page-arrive 360ms cubic-bezier(.16, 1, .3, 1) both;
  }

  ::view-transition-old(site-navigation),
  ::view-transition-new(site-navigation) {
    animation: none;
  }
}

@media (max-width: 920px) {
  .home-hero::before {
    top: auto;
    right: 0;
    bottom: 48px;
    width: calc(100% - 44px);
    height: 44%;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .home-hero__copy h1 {
    max-width: none;
  }

  .home-hero__photo {
    max-width: none;
  }

  .section-intro,
  .home-story__layout,
  .team-feature {
    grid-template-columns: 1fr;
  }

  .member-document {
    grid-template-columns: 72px minmax(190px, .68fr) minmax(0, 1fr);
  }

  .member-document__number {
    grid-row: 1 / 3;
  }

  .member-document__title {
    grid-column: 2;
  }

  .member-document__description {
    grid-column: 3;
  }

  .member-document__actions {
    grid-column: 3;
    justify-content: flex-start;
  }

  .section-intro {
    gap: 18px;
  }

  .section-intro p {
    max-width: 45ch;
  }

  .home-story figure,
  .team-feature figure {
    max-width: 600px;
  }

  .team-feature--reverse figure {
    order: 0;
  }
}

@media (max-width: 680px) {
  .notice--members .notice__inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .notice--members .notice__inner p {
    display: grid;
    gap: 2px;
  }

  .notice--members .notice__inner p span {
    font-size: .82rem;
  }

  .notice--members .notice__inner > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  .notice:not(.notice--members) .notice__inner,
  .notice:not(.notice--members) .notice__inner p,
  .home-join__layout,
  .page-action__layout,
  .preview-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .notice__inner {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
  }

  .notice__inner p {
    gap: 3px;
  }

  .home-hero {
    padding: 72px 0 92px;
  }

  .home-hero__copy h1,
  .page-intro h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .home-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero__photo img {
    aspect-ratio: 4 / 3;
  }

  .home-hero::before {
    height: 34%;
  }

  .home-hero__rail {
    inset: auto 0 0;
    width: auto;
    height: 28px;
    justify-content: flex-start;
    padding: 0 12px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .home-hero__photo figcaption {
    bottom: 40px;
  }

  .home-score__statement span:nth-child(n) {
    justify-self: start;
    margin-left: 0;
  }

  .home-score__foot {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 56px;
  }

  .home-story img,
  .team-feature img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .home-join__layout,
  .page-action__layout {
    gap: 28px;
  }

  .preview-footer nav {
    justify-content: flex-start;
  }

  .event-group {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 46px 0;
  }

  .event-group ul {
    columns: 1;
  }

  .team-roles dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .member-document {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
    padding: 36px 0;
  }

  .member-document__number {
    grid-row: auto;
    font-size: 3.8rem;
  }

  .member-document__title {
    grid-column: 2;
  }

  .member-document__description {
    grid-column: 1 / -1;
  }

  .member-document__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .member-document__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .member-reading__facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-document.is-armed,
  .member-document.is-armed.is-live {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .home-hero__photo img {
    transform: none;
    transition: none;
  }

  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation-duration: .001ms !important;
  }
}
