:root {
  --bg: #ffffff;
  --text: #171717;
  --muted: #8a8a8a;
  --line: #e8e8e8;
  --line-dark: #cfcfcf;
  --surface: #ffffff;
  --max-width: 1120px;
}

@font-face {
  font-family: "Newfoundation Whyte Book";
  src: url("./src/assets/fonts/NewfoundationWhyte-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newfoundation Whyte Light";
  src: url("./src/assets/fonts/NewfoundationWhyte-Light.woff2") format("woff2"),
       url("./src/assets/fonts/NewfoundationWhyte-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

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

.site-shell {
  min-height: 100vh;
}

.section {
  width: min(calc(100% - 64px), var(--max-width));
  margin: 0 auto;
}

.home-page .section {
  width: min(calc(100% - 64px), var(--max-width));
  margin-left: auto;
  margin-right: auto;
}

.home-page .alumni-section.section {
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  padding: 34px 0 0;
}

.brand {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  font-weight: 300;
}

.topnav {
  display: none;
}

.hero {
  padding: 170px 0 170px;
}

.hero-copy-compact {
  max-width: 700px;
}

.hero-copy h1,
.split-copy h2 {
  margin: 0;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-weight: 350;
  letter-spacing: -2.1px;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(52px, 4.7vw, 58px);
  line-height: 1.08;
}

.lede,
.split-copy p,
.footer p {
  margin: 22px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.lede a,
.inline-readmore a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.inline-readmore {
  margin-left: 0.2ch;
  color: var(--text);
  white-space: nowrap;
  font-size: inherit;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 200;
}

.hero-actions {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 28px;
  border: 1.5px solid #111;
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 1;
}

.split-section,
.alumni-section,
.contact-section {
  padding: 0 0 180px;
}

.section-heading {
  margin-bottom: 18px;
}

.small-heading {
  margin-bottom: 18px;
}

.eyebrow {
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: -0.7px;
}

.split-layout,
.research-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
}

.split-section .split-layout {
  grid-template-columns: minmax(380px, 430px) minmax(340px, 1fr);
  gap: 88px;
  max-width: 1080px;
  margin-top: 8px;
  overflow: visible;
}

.split-layout-building {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 600px;
  margin-top: 6px;
}

.split-copy {
  max-width: 430px;
  padding-top: 72px;
}

.split-copy h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.06;
  max-width: 430px;
}

.split-copy p {
  margin-top: 28px;
  max-width: 360px;
  line-height: 1.66;
}

.split-copy .button {
  margin-top: 20px;
  min-width: 172px;
}

.hero-actions .button {
  min-width: 216px;
}

.feature-card,
.essay-card {
  background: var(--surface);
}

.media-card,
.essay-card {
  border-radius: 16px;
  overflow: hidden;
}

.media-card img,
.video-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  object-position: center center;
}

.split-layout-building .media-card img,
.research-grid .video-thumb img {
  aspect-ratio: 1.72 / 1;
}

.split-section .media-card {
  width: calc(100% + 140px);
  max-width: none;
}

.split-section .media-card img {
  aspect-ratio: 1.58 / 1;
  object-position: 58% 46%;
}

.resource-list,
.essay-list {
  display: grid;
  gap: 0;
  align-content: start;
}

.resource-item,
.essay-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  padding: 5px 0;
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 19px;
  border-bottom: 1px solid transparent;
  font-weight: 300;
}

.resource-item span,
.essay-item span {
  color: var(--text);
}

.resource-item strong,
.essay-item strong {
  color: var(--muted);
  font-weight: 300;
}

#research {
  padding-top: 150px;
}

.research-grid {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 600px;
  margin-top: 26px;
}

.split-layout-building .resource-list,
.research-grid .essay-list {
  max-width: none;
  padding-top: 0;
}

.split-layout-building .resource-item,
.research-grid .essay-item {
  min-height: 44px;
}

.essay-card {
  display: block;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-thumb {
  position: relative;
}

.play-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: transparent;
}

.play-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1a1a1a;
}

.essay-card h3,
.essay-card p {
  display: none;
}

.alumni-title {
  margin: 260px 0 110px;
  text-align: center;
  font-size: clamp(40px, 4vw, 46px);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card img {
  height: 84px;
  width: auto;
  object-fit: contain;
}

.contact-section {
  padding: 170px 0 170px;
  min-height: 0;
}

.contact-stack h2 {
  margin: 0;
  font-size: clamp(56px, 6vw, 66px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.contact-handle {
  display: inline-block;
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(56px, 6vw, 66px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.footer {
  display: grid;
  gap: 16px;
  padding: 0 0 38px;
}

.footer p {
  margin: 0;
  max-width: 1280px;
  font-size: 12px;
  line-height: 1.5;
}

.juncture-page {
  max-width: 1120px;
  padding-top: 146px;
}

.juncture-intro {
  margin-bottom: 132px;
}

.juncture-name {
  margin: 0;
  font-size: 60px;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-weight: 350;
  letter-spacing: -2.1px;
  line-height: 1.02;
}

.juncture-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.juncture-reading {
  max-width: 1120px;
  margin: 0 auto;
}

.juncture-body {
  display: grid;
  grid-template-columns: 150px 50px minmax(0, 720px) minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.juncture-side-image img {
  width: 150px;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  object-position: center center;
}

.juncture-essay {
  max-width: 1120px;
  margin: 0 auto;
}

.juncture-title {
  max-width: 720px;
  margin: 0 auto 18px;
  font-size: 21px;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-weight: 350;
  line-height: 1.18;
  letter-spacing: -0.7px;
  text-align: left;
}

.juncture-side-image {
  grid-column: 1;
  margin-top: -54px;
}

.juncture-copy {
  grid-column: 3;
  max-width: 720px;
}

.juncture-essay p,
.juncture-quote {
  margin: 0 0 32px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.juncture-quote {
  padding-left: 14px;
  border-left: 1px solid var(--line-dark);
  color: var(--text);
}

.juncture-break {
  margin: 44px 0 212px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.juncture-break p {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.22;
}

.juncture-mid-figure {
  display: flex;
  justify-content: center;
  margin: 112px 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.juncture-mid-figure img {
  width: 190px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

.juncture-block {
  margin-top: 0;
  max-width: 1020px;
}

.juncture-block + .juncture-block {
  margin-top: 132px;
}

.juncture-block-title {
  margin: 0 0 20px;
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: -0.7px;
  color: var(--muted);
}

.juncture-contact {
  margin: 176px 0 182px;
}

.juncture-contact h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 68px);
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-weight: 350;
  letter-spacing: -2.1px;
  line-height: 0.98;
}

.juncture-handle {
  display: inline-block;
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(54px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 300;
}

.manifesto-plain {
  margin-top: 22px;
  max-width: 600px;
}

.manifesto-plain p {
  max-width: 520px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.7px;
}

.event-page .section {
  width: min(calc(100% - 32px), 1240px);
}

.event-page .topbar {
  padding-top: 34px;
}

.event-hero {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  min-height: calc(100vh - 90px);
  padding: 82px 0 76px;
}

.event-copy {
  max-width: 360px;
}

.event-copy h1 {
  margin: 0;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-size: clamp(54px, 4.9vw, 62px);
  font-style: italic;
  font-weight: 350;
  letter-spacing: -2.2px;
  line-height: 1.03;
}

.event-copy p {
  margin: 28px 0 0;
  max-width: 330px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 1.38;
}

.event-button {
  margin-top: 28px;
  min-width: 158px;
}

.event-media {
  margin: 0;
  justify-self: end;
  width: min(100%, 760px);
}

.event-media img {
  width: 100%;
  aspect-ratio: 1.27 / 1;
  object-fit: cover;
  object-position: center center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 809px) {
  .section {
    width: min(calc(100% - 32px), 660px);
  }

  .home-page .section {
    width: min(calc(100% - 32px), 660px);
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .alumni-section.section {
    margin-left: auto;
    margin-right: auto;
  }

  .topbar {
    padding-top: 18px;
  }

  .hero {
    padding: 36px 0 82px;
  }

  .hero-copy h1 {
    font-size: 39px;
    max-width: none;
    line-height: 1.03;
  }

  .lede,
  .split-copy p,
  .footer p,
  .social-links,
  .eyebrow,
  .inline-readmore,
  .resource-item,
  .essay-item {
    font-size: 18px;
  }

  .split-layout,
  .research-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  #research {
    padding-top: 84px;
  }

  .lede {
    margin-top: 18px;
    max-width: 760px;
    line-height: 1.56;
  }

  .social-links {
    margin-top: 24px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .split-section .split-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: 22px;
  }

  .split-section .media-card {
    width: 100%;
  }

  .split-section .media-card img {
    aspect-ratio: 1.18 / 1;
    object-position: center center;
  }

  .split-layout-building,
  .research-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .split-copy {
    max-width: 180px;
    padding-top: 10px;
  }

  .split-copy h2 {
    font-size: 29px;
    line-height: 1.1;
    max-width: none;
  }

  .split-copy p {
    margin-top: 18px;
    max-width: 360px;
    line-height: 1.4;
  }

  .split-copy .button {
    margin-top: 16px;
  }

  .button {
    min-height: 56px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 1;
  }

  .hero-actions .button {
    min-width: 196px;
  }

  .split-copy .button {
    min-width: 146px;
  }

  .media-card,
  .essay-card {
    border-radius: 12px;
  }

  .media-card img,
  .video-thumb img {
    aspect-ratio: 1.18 / 1;
  }

  .alumni-title {
    margin-top: 92px;
    margin-bottom: 26px;
    font-size: 31px;
  }

  .logo-grid {
    gap: 16px;
  }

  .logo-card img {
    height: 46px;
  }

  .footer {
    gap: 14px;
    padding-bottom: 24px;
  }

  .alumni-section {
    padding-bottom: 72px;
  }

  .contact-section {
    padding: 72px 0 120px;
  }

  .juncture-page {
    max-width: none;
    padding-top: 36px;
  }

  .juncture-intro {
    margin-bottom: 56px;
  }

  .juncture-name {
    font-size: 31px;
  }

  .juncture-links {
    gap: 14px;
    margin-top: 16px;
  }

  .juncture-reading {
    max-width: none;
  }

  .juncture-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .juncture-side-image img {
    width: 132px;
  }

  .juncture-title {
    font-size: 24px;
    margin-bottom: 22px;
    max-width: none;
  }

  .juncture-side-image,
  .juncture-copy {
    grid-column: auto;
  }

  .juncture-essay p,
  .juncture-quote,
  .juncture-links,
  .juncture-block-title {
    font-size: 18px;
  }

  .juncture-copy {
    max-width: none;
  }

  .juncture-essay p,
  .juncture-quote {
    margin-bottom: 20px;
  }

  .juncture-mid-figure {
    margin: 58px 0 34px;
    width: auto;
    position: static;
    left: auto;
    transform: none;
  }

  .juncture-mid-figure img {
    width: 150px;
  }

  .juncture-mid-figure {
    margin: 58px 0 34px;
  }

  .juncture-mid-figure img {
    width: 150px;
  }

  .juncture-break {
    margin: 72px 0 84px;
    width: auto;
    position: static;
    left: auto;
    transform: none;
  }

  .juncture-break p {
    font-size: 21px;
  }

  .juncture-contact {
    margin: 110px 0 120px;
  }

  .juncture-contact h2,
  .juncture-handle {
    font-size: 31px;
  }

  .contact-stack h2,
  .contact-handle {
    font-size: 31px;
  }

  .manifesto-plain p {
    font-size: 18px;
  }

  .event-page .section {
    width: min(calc(100% - 32px), 660px);
  }

  .event-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 36px 0 80px;
    align-items: start;
  }

  .event-copy {
    max-width: none;
  }

  .event-copy h1 {
    font-size: 31px;
    letter-spacing: -1.1px;
    line-height: 1.05;
  }

  .event-copy p {
    margin-top: 18px;
    max-width: 310px;
    font-size: 18px;
    line-height: 1.45;
  }

  .event-button {
    margin-top: 20px;
    min-width: 132px;
  }

  .event-media {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 480px) {
  .section {
    width: calc(100% - 6px);
  }

  .home-page .section {
    width: calc(100% - 6px);
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .alumni-section.section {
    margin-left: auto;
    margin-right: auto;
  }

  .split-section,
  .alumni-section,
  .contact-section {
    padding-bottom: 96px;
  }

  .split-layout,
  .research-grid {
    gap: 14px;
  }

  #research {
    padding-top: 60px;
  }

  .resource-list,
  .essay-list {
    gap: 0;
  }

  .resource-item,
  .essay-item {
    min-height: 28px;
    padding: 4px 0;
  }

  .hero {
    padding: 28px 0 72px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .split-section .split-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .split-copy {
    max-width: none;
    padding-top: 0;
  }

  .split-copy h2,
  .split-copy p {
    max-width: none;
  }

  .button {
    min-height: 50px;
    padding: 0 20px;
    font-size: 17px;
  }

  .hero-actions .button,
  .split-copy .button {
    min-width: 0;
    width: auto;
  }

  .juncture-name,
  .juncture-title,
  .contact-stack h2,
  .contact-handle,
  .juncture-contact h2,
  .juncture-handle {
    overflow-wrap: anywhere;
  }

  .juncture-side-image img {
    width: 120px;
  }
}

.bio-page .section,
.cal-page .section {
  width: min(calc(100% - 64px), var(--max-width));
}

.bio-main {
  padding-top: 84px;
}

.bio-layout {
  max-width: 700px;
}

.bio-title {
  margin: 0;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 5.4vw, 42px);
  font-weight: 350;
  letter-spacing: -1.8px;
  line-height: 1.02;
}

.bio-intro {
  margin: 16px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 1.45;
}

.bio-intro a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.bio-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.bio-images {
  display: grid;
  gap: 52px;
  margin-top: 12px;
}

.bio-image {
  margin: 0;
  position: relative;
  width: 228px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.bio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-image-download {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.bio-image:hover .bio-image-download,
.bio-image:focus-within .bio-image-download {
  opacity: 1;
  transform: translateY(0);
}

.bio-image-download::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 2px;
  height: 11px;
  background: #111;
  transform: translateX(-50%);
}

.bio-image-download::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateX(-50%) rotate(45deg);
}

.bio-block {
  margin-top: 96px;
}

.bio-block-title {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: -0.7px;
}

.bio-list {
  max-width: 620px;
}

.bio-list .essay-item {
  min-height: 44px;
  padding: 5px 0;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 300;
}

.bio-list .essay-item span {
  max-width: 460px;
}

.bio-list .essay-item strong {
  color: var(--muted);
  font-weight: 300;
}

.bio-contact {
  padding: 134px 0 120px;
}

.bio-contact h2,
.bio-contact .juncture-handle {
  margin: 0;
  font-size: clamp(56px, 6vw, 66px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.bio-contact .juncture-handle {
  display: inline-block;
  color: var(--muted);
}

.cal-main {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 140px);
  padding: 56px 0 72px;
}

.cal-layout {
  width: 100%;
}

.cal-title {
  margin: 0 0 14px;
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 7vw, 72px);
  font-weight: 350;
  letter-spacing: -2.4px;
  line-height: 0.96;
}

.cal-copy {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 1.4;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.cal-card {
  display: grid;
  align-content: end;
  min-height: min(42vw, 420px);
  padding: 28px;
  border: 1.5px solid #141414;
  border-radius: 42px;
  background: #ffffff;
  transition: transform 0.18s ease;
}

.cal-card:hover,
.cal-card:focus-visible {
  transform: translateY(-2px);
}

.cal-duration {
  font-family: "Newfoundation Whyte Book", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 350;
  letter-spacing: -2px;
  line-height: 0.95;
}

.cal-label {
  margin-top: 14px;
  color: #737373;
  font-family: "Newfoundation Whyte Light", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.9vw, 22px);
  font-weight: 300;
  letter-spacing: -0.4px;
}

@media (max-width: 720px) {
  .bio-page .section,
  .cal-page .section {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .bio-main {
    padding-top: 62px;
  }

  .bio-images {
    margin-top: 12px;
    gap: 40px;
  }

  .bio-image {
    width: 180px;
  }

  .bio-block {
    margin-top: 82px;
  }

  .bio-list .essay-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
  }

  .bio-list .essay-item span {
    max-width: none;
  }

  .cal-main {
    min-height: auto;
    padding-top: 74px;
  }

  .cal-grid {
    gap: 14px;
  }

  .cal-card {
    min-height: 220px;
    padding: 18px;
    border-radius: 28px;
  }
}

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

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