:root {
  font-family: "Satoshi", sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  --paper: #e7e2d7;
  --paper-light: #f0ece2;
  --ink: #171815;
  --muted: #686862;
  --line: rgba(23, 24, 21, 0.2);
  --line-light: rgba(240, 236, 226, 0.2);
  --signal: #a58a52;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-deep: cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
}

::selection {
  color: var(--paper-light);
  background: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.primary-cta:focus-visible,
.mobile-application-cta:focus-visible,
.bio-footer a:focus-visible,
.form-success button:focus-visible {
  outline-color: var(--signal);
}

[hidden] {
  display: none !important;
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 30;
  padding: 11px 15px;
  color: var(--paper-light);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 360ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.bio-header,
.bio-hero,
.access-shell,
.application,
.bio-footer {
  width: min(calc(100% - 64px), 1400px);
  margin-right: auto;
  margin-left: auto;
}

.bio-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

.personal-mark,
.company-mark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.personal-mark > span {
  display: grid;
  width: 35px;
  height: 35px;
  color: var(--paper-light);
  background: var(--ink);
  place-items: center;
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
}

.personal-mark strong,
.company-mark strong,
.footer-wordmark {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.company-mark {
  gap: 18px;
  text-align: right;
}

.company-mark span {
  color: rgba(23, 24, 21, 0.64);
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.personal-mark,
.company-mark,
.identity-ledger a,
.bio-footer a,
.form-success button {
  transition:
    opacity 360ms var(--ease),
    transform 360ms var(--ease);
}

.personal-mark:hover,
.company-mark:hover,
.identity-ledger a:hover,
.bio-footer a:hover {
  opacity: 0.65;
  transform: translateY(-2px);
}

.personal-mark:active,
.company-mark:active,
.identity-ledger a:active,
.bio-footer a:active,
.form-success button:active {
  transform: scale(0.98);
}

.eyebrow,
.identity-ledger,
.portrait-frame figcaption,
.access-index,
.access-copy > small,
.protocol-bar,
.access-protocol dt,
.application-route,
.form-heading,
.preview-note,
.form-success > span,
.bio-footer {
  font-family: "Fragment Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: rgba(23, 24, 21, 0.52);
  font-size: 8px;
}

.eyebrow--light {
  color: rgba(240, 236, 226, 0.48);
}

/* Hero */

.bio-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: calc(100dvh - 84px);
  padding: clamp(54px, 6vw, 90px) 0 clamp(70px, 7vw, 108px);
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.43;
  background-image:
    linear-gradient(rgba(23, 24, 21, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 24, 21, 0.07) 1px, transparent 1px);
  background-size: calc(100% / 12) 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 78%, transparent);
  pointer-events: none;
}

.mobile-council-invite {
  display: none;
}

.portrait-frame {
  position: relative;
  z-index: 1;
  grid-column: 7 / 13;
  grid-row: 1;
  align-self: stretch;
  min-height: 630px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #91928a;
  box-shadow: inset 0 0 0 1px rgba(23, 24, 21, 0.16);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(231, 226, 215, 0.5), transparent 34%),
    linear-gradient(0deg, rgba(23, 24, 21, 0.55), transparent 28%);
  box-shadow: inset 0 0 0 1px rgba(23, 24, 21, 0.14);
  content: "";
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1) sepia(0.08) contrast(0.96) brightness(0.94);
  transform: scale(1.025);
  transition: transform 1.2s var(--ease-deep);
}

.portrait-frame:hover img {
  transform: scale(1.055);
}

.portrait-frame figcaption {
  position: absolute;
  right: 22px;
  bottom: 19px;
  left: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(240, 236, 226, 0.72);
  font-size: 7px;
}

.bio-copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / 8;
  grid-row: 1;
  align-self: center;
  padding: 30px 0 20px clamp(18px, 4vw, 62px);
}

.bio-copy h1 {
  max-width: 750px;
  margin: 26px 0 34px;
  font-size: clamp(76px, 8.6vw, 138px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.bio-lead {
  max-width: 510px;
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.bio-body {
  max-width: 510px;
  margin: 23px 0 0;
  color: #555650;
  font-size: 16px;
  line-height: 1.48;
}

.identity-ledger {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 590px;
  margin-top: 42px;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 7px;
  list-style: none;
}

.identity-ledger > * {
  padding: 14px 17px;
  border-right: 1px solid var(--line);
}

.identity-ledger > :first-child {
  padding-left: 0;
}

.identity-ledger > :last-child {
  border-right: 0;
}

.hero-coordinate {
  position: absolute;
  right: clamp(20px, 2vw, 32px);
  bottom: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  font-family: "Fragment Mono", monospace;
  font-size: 7px;
}

.hero-coordinate i {
  position: relative;
  width: 110px;
  height: 1px;
  margin: 0 9px;
  background: rgba(23, 24, 21, 0.32);
}

.hero-coordinate i::after {
  position: absolute;
  top: 50%;
  left: 66%;
  width: 8px;
  height: 8px;
  background: var(--signal);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

/* Private access */

.access-entry {
  position: relative;
  min-height: 920px;
  color: var(--paper-light);
  background: var(--ink);
  overflow: hidden;
}

.access-landscape,
.access-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.access-landscape {
  opacity: 0.22;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(23, 24, 21, 0.6) 58%, rgba(23, 24, 21, 0.2)),
    linear-gradient(0deg, var(--ink), transparent 52%, var(--ink)),
    url("./assets/augmented-landscape.jpg") center / cover;
  filter: grayscale(1) contrast(1.08);
}

.access-grid {
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(240, 236, 226, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 236, 226, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.access-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1.55fr) minmax(320px, 0.78fr);
  gap: clamp(38px, 5.2vw, 82px);
  align-items: center;
  min-height: 920px;
  padding-top: 100px;
  padding-bottom: 110px;
}

.access-index {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(240, 236, 226, 0.44);
  font-size: 7px;
}

.access-index span {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-light);
  place-items: center;
}

.access-index p {
  margin: 0;
}

.access-copy {
  align-self: center;
}

.access-copy h2 {
  max-width: 800px;
  margin: 24px 0 30px;
  font-size: clamp(48px, 5.9vw, 90px);
  font-weight: 300;
  letter-spacing: -0.072em;
  line-height: 0.91;
}

.access-copy h2 em {
  display: block;
  margin-top: 0.12em;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.access-copy > p {
  max-width: 570px;
  margin: 0;
  color: rgba(240, 236, 226, 0.6);
  font-size: 16px;
  line-height: 1.5;
}

.access-copy > p + p {
  margin-top: 16px;
}

.primary-cta,
.submit-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(100%, 520px);
  min-height: 70px;
  margin-top: 42px;
  padding: 0 22px;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid var(--paper-light);
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 420ms var(--ease),
    background-color 420ms var(--ease),
    transform 420ms var(--ease);
}

.primary-cta i,
.submit-cta i {
  font-style: normal;
  transition: transform 420ms var(--ease);
}

.primary-cta:hover,
.submit-cta:hover {
  color: var(--paper-light);
  background: transparent;
  transform: translateY(-3px);
}

.primary-cta:hover i,
.submit-cta:hover i {
  transform: translate(4px, 4px);
}

.primary-cta:active,
.submit-cta:active {
  transform: scale(0.98);
}

.access-copy > small {
  display: block;
  margin-top: 16px;
  color: rgba(240, 236, 226, 0.68);
  font-size: 9px;
}

.access-protocol {
  position: relative;
  align-self: end;
  min-height: 430px;
  color: var(--paper-light);
  background: rgba(15, 16, 14, 0.96);
  border: 1px solid var(--line-light);
  box-shadow: 0 30px 90px rgba(10, 10, 9, 0.22);
}

.protocol-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 16px;
  color: rgba(240, 236, 226, 0.66);
  border-bottom: 1px solid var(--line-light);
  font-size: 9px;
}

.access-protocol dl {
  margin: 0;
}

.access-protocol dl > div {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  padding: 22px 18px;
  border-bottom: 1px solid var(--line-light);
}

.access-protocol dt {
  color: rgba(240, 236, 226, 0.62);
  font-size: 9px;
}

.access-protocol dd {
  margin: 0;
  font-size: 14px;
}

.protocol-diagram {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  gap: 4px;
  margin: 28px 18px 0;
}

.protocol-diagram span {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(240, 236, 226, 0.42);
}

.protocol-diagram span:first-child {
  background: var(--signal);
  border-color: var(--signal);
}

.access-protocol > p {
  position: absolute;
  right: 18px;
  bottom: 24px;
  left: 18px;
  margin: 0;
  color: rgba(240, 236, 226, 0.68);
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  line-height: 1.55;
  text-transform: uppercase;
}

/* Application */

.application {
  display: grid;
  grid-template-columns: minmax(310px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(60px, 9vw, 140px);
  padding-top: clamp(110px, 13vw, 190px);
  padding-bottom: clamp(120px, 14vw, 210px);
}

.application-intro {
  position: sticky;
  top: 50px;
  align-self: start;
}

.application-intro h2 {
  margin: 24px 0 30px;
  font-size: clamp(55px, 5.4vw, 83px);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.9;
}

.application-intro h2 em {
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.application-intro > p:not(.eyebrow) {
  max-width: 440px;
  margin: 0;
  color: #575852;
  font-size: 15px;
  line-height: 1.55;
}

.application-route {
  display: flex;
  align-items: center;
  margin-top: 48px;
  color: rgba(23, 24, 21, 0.46);
  font-size: 7px;
}

.application-route i {
  flex: 1;
  height: 1px;
  margin: 0 10px;
  background: var(--line);
}

.form-panel {
  min-width: 0;
  border-top: 1px solid var(--ink);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  color: rgba(23, 24, 21, 0.48);
  border-bottom: 1px solid var(--line);
  font-size: 7px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
}

.field {
  position: relative;
  padding: 29px 0 20px;
  border-bottom: 1px solid var(--line);
}

.field--wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.field input,
.field select {
  min-height: 38px;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.4;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(23, 24, 21, 0.28);
}

.field select {
  appearance: none;
  cursor: pointer;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 2px;
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  content: "↓";
  pointer-events: none;
  transform: translateY(-50%);
}

.field > small {
  display: block;
  min-height: 15px;
  margin-top: 8px;
  color: rgba(23, 24, 21, 0.45);
  font-size: 11px;
  line-height: 1.35;
}

.field-error {
  min-height: 15px;
  margin: 8px 0 0;
  color: #8a3f31;
  font-family: "Fragment Mono", monospace;
  font-size: 8px;
  line-height: 1.4;
}

.field.has-error {
  border-bottom-color: #8a3f31;
}

.field.has-error label {
  color: #8a3f31;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 13px;
  align-items: start;
  margin-top: 30px;
  color: #555650;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.consent a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.consent-error {
  margin-left: 31px;
}

.submit-cta {
  width: 100%;
  margin-top: 30px;
  color: var(--paper-light);
  background: var(--ink);
  border-color: var(--ink);
  cursor: pointer;
}

.submit-cta:hover {
  color: var(--ink);
}

.submit-cta[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.preview-note {
  margin: 13px 0 0;
  color: rgba(23, 24, 21, 0.64);
  font-size: 9px;
  line-height: 1.5;
}

.form-status {
  min-height: 18px;
  margin: 13px 0 0;
  color: #8a3f31;
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  line-height: 1.5;
  text-transform: uppercase;
}

.form-success {
  min-height: 610px;
  padding: clamp(42px, 6vw, 76px);
  color: var(--paper-light);
  background: var(--ink);
}

.form-success > span {
  color: rgba(240, 236, 226, 0.42);
  font-size: 7px;
}

.form-success h3 {
  max-width: 560px;
  margin: 140px 0 28px;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.form-success p {
  max-width: 500px;
  margin: 0;
  color: rgba(240, 236, 226, 0.58);
  font-size: 15px;
  line-height: 1.55;
}

.form-success button {
  margin-top: 38px;
  padding: 0 0 8px;
  color: var(--paper-light);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-family: "Fragment Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-success button:hover {
  opacity: 0.62;
}

/* Footer */

.bio-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr auto;
  gap: 30px;
  align-items: end;
  min-height: 150px;
  padding: 45px 0 30px;
  color: rgba(240, 236, 226, 0.54);
  background: var(--ink);
  border-top: 1px solid var(--line-light);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  font-size: 9px;
}

.footer-wordmark {
  color: var(--paper-light);
  font-family: "Satoshi", sans-serif;
  text-transform: none;
}

.bio-footer p {
  max-width: 310px;
  margin: 0;
  line-height: 1.55;
}

.bio-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* Reveal */

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 850ms var(--ease),
    transform 850ms var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .bio-copy h1 {
    font-size: clamp(72px, 9vw, 110px);
  }

  .access-shell {
    grid-template-columns: 80px minmax(0, 1.4fr) minmax(290px, 0.7fr);
    gap: 34px;
  }

  .application {
    gap: 60px;
  }

  .bio-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .bio-header,
  .bio-hero,
  .access-shell,
  .application,
  .bio-footer {
    width: calc(100% - 40px);
  }

  .bio-header {
    min-height: 70px;
  }

  .company-mark span {
    display: none;
  }

  .company-mark strong {
    font-size: 14px;
  }

  .bio-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
    padding: 20px 0 74px;
  }

  .hero-grid {
    background-size: 20% 64px;
  }

  .mobile-council-invite {
    position: relative;
    z-index: 2;
    display: block;
    grid-column: 1;
    grid-row: 1;
    padding: 28px 18px 42px;
  }

  .mobile-council-invite h2 {
    max-width: 580px;
    margin: 20px 0 28px;
    font-size: clamp(48px, 13.8vw, 68px);
    font-weight: 400;
    letter-spacing: -0.072em;
    line-height: 0.88;
    text-wrap: balance;
  }

  .mobile-council-invite h2 em {
    display: block;
    margin-top: 0.12em;
    font-family: "Clash Display", sans-serif;
    font-weight: 400;
    letter-spacing: -0.04em;
  }

  .mobile-application-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 62px;
    padding: 0 18px;
    color: var(--paper-light);
    background: var(--ink);
    border: 1px solid var(--ink);
    font-family: "Fragment Mono", monospace;
    font-size: 8px;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    transition:
      color 420ms var(--ease),
      background-color 420ms var(--ease),
      transform 420ms var(--ease);
  }

  .mobile-application-cta i {
    flex: 0 0 auto;
    font-style: normal;
    transition: transform 420ms var(--ease);
  }

  .mobile-application-cta:hover {
    color: var(--ink);
    background: transparent;
    transform: translateY(-3px);
  }

  .mobile-application-cta:hover i {
    transform: translate(4px, 4px);
  }

  .mobile-application-cta:active {
    transform: scale(0.98);
  }

  .mobile-council-invite small {
    display: block;
    margin-top: 12px;
    color: rgba(23, 24, 21, 0.54);
    font-family: "Fragment Mono", monospace;
    font-size: 7px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .portrait-frame {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 4 / 4.55;
    border-radius: 12px;
  }

  .portrait-frame::after {
    background: linear-gradient(0deg, rgba(23, 24, 21, 0.5), transparent 33%);
  }

  .bio-copy {
    grid-column: 1;
    grid-row: 3;
    margin-top: 30px;
    padding: 0 18px;
  }

  .bio-copy .eyebrow {
    color: rgba(23, 24, 21, 0.52);
  }

  .bio-copy h1 {
    margin: 19px 0 34px;
    color: var(--ink);
    font-size: clamp(64px, 21vw, 90px);
    line-height: 0.8;
  }

  .bio-lead {
    font-size: 25px;
  }

  .bio-body {
    font-size: 15px;
  }

  .identity-ledger {
    margin-top: 34px;
  }

  .identity-ledger > * {
    padding: 12px 10px;
  }

  .identity-ledger > :first-child {
    padding-left: 0;
  }

  .hero-coordinate {
    display: none;
  }

  .access-entry,
  .access-shell {
    min-height: 0;
  }

  .access-shell {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 88px;
    padding-bottom: 90px;
  }

  .access-index {
    align-self: auto;
  }

  .access-copy h2 {
    font-size: clamp(48px, 13.8vw, 70px);
  }

  .primary-cta {
    min-height: 64px;
    margin-top: 34px;
  }

  .access-protocol {
    align-self: auto;
    min-height: 390px;
  }

  .application {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .application-intro {
    position: static;
  }

  .application-intro h2 {
    font-size: clamp(51px, 14.5vw, 70px);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field,
  .field--wide {
    grid-column: 1;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 18px;
  }

  .submit-cta {
    min-height: 64px;
  }

  .form-success {
    min-height: 560px;
    padding: 36px 24px;
  }

  .form-success h3 {
    margin-top: 120px;
  }

  .bio-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 260px;
  }

}

@media (max-width: 430px) {
  .bio-header,
  .bio-hero,
  .access-shell,
  .application,
  .bio-footer {
    width: calc(100% - 32px);
  }

  .personal-mark strong {
    font-size: 15px;
  }

  .personal-mark > span {
    width: 32px;
    height: 32px;
  }

  .company-mark strong {
    font-size: 12px;
  }

  .portrait-frame {
    aspect-ratio: 4 / 4.75;
  }

  .mobile-council-invite {
    padding: 24px 14px 38px;
  }

  .mobile-council-invite h2 {
    font-size: clamp(43px, 13vw, 56px);
  }

  .bio-copy {
    margin-top: 26px;
    padding: 0 14px;
  }

  .bio-copy h1 {
    font-size: clamp(60px, 20vw, 78px);
  }

  .identity-ledger {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .identity-ledger > * {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .identity-ledger > :nth-child(2) {
    border-left: 1px solid var(--line);
  }

  .identity-ledger > :last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .access-copy h2 {
    font-size: clamp(44px, 13vw, 59px);
  }

  .primary-cta,
  .submit-cta {
    gap: 14px;
    padding: 0 16px;
    font-size: 8px;
  }

  .access-protocol dl > div {
    grid-template-columns: 82px 1fr;
  }

  .application-route {
    font-size: 6px;
  }

  .form-heading span:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Legal and not found */

.legal-page {
  background: var(--paper);
}

.legal-header {
  width: min(calc(100% - 64px), 1400px);
}

.legal-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 160px);
  width: min(calc(100% - 64px), 1400px);
  min-height: calc(100dvh - 84px);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) 0 clamp(110px, 12vw, 180px);
}

.legal-title {
  position: sticky;
  top: 50px;
  align-self: start;
}

.legal-title h1 {
  margin: 24px 0 30px;
  font-size: clamp(64px, 8vw, 118px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.legal-title > p:last-child {
  color: var(--muted);
  font-size: 13px;
}

.legal-content {
  border-top: 1px solid var(--ink);
}

.legal-content section {
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.legal-content p {
  max-width: 680px;
  margin: 0;
  color: #555650;
  font-size: 16px;
  line-height: 1.65;
}

.legal-content p + p {
  margin-top: 15px;
}

.legal-content a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.not-found-page {
  display: grid;
  min-height: 100dvh;
  color: var(--paper-light);
  background: var(--ink);
  place-items: center;
}

.not-found-page main {
  width: min(calc(100% - 40px), 1100px);
}

.not-found-page span,
.not-found-page a {
  font-family: "Fragment Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.not-found-page h1 {
  margin: 40px 0 64px;
  font-size: clamp(72px, 12vw, 170px);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.83;
}

.not-found-page a {
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 780px) {
  .legal-header,
  .legal-main {
    width: calc(100% - 40px);
  }

  .legal-main {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 84px;
  }

  .legal-title {
    position: static;
  }
}
