:root {
  --paper: #f4f2ee;
  --paper-deep: #e6e0d6;
  --ink: #243b53;
  --ink-deep: #1b2f44;
  --muted: #5f6f81;
  --accent: #6f8197;
  --accent-soft: #c8d3dc;
  --lime: #9eb2c0;
  --white: #fbfaf7;
  --line: rgba(36, 59, 83, 0.2);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "DM Sans", "Avenir Next", sans-serif;
  --sans: "DM Sans", "Avenir Next", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.16;
  content: "";
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  background: var(--accent-soft);
  color: var(--ink-deep);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ink-deep);
  color: var(--white);
  transform: translateY(-150%);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 112px;
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand,
.footer-brand {
  display: block;
}

.brand img {
  width: 208px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a,
.footer-links a {
  position: relative;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.site-nav a:not(.nav-primary)::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-primary {
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transition: background 200ms ease, color 200ms ease;
}

.nav-primary:hover,
.nav-primary:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 26px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform 200ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(183, 195, 172, 0.22), transparent 28%),
    var(--paper);
}

.hero::before {
  position: absolute;
  top: 112px;
  bottom: 0;
  left: calc(50% + 165px);
  width: 1px;
  background: var(--line);
  content: "";
}

.hero-grid {
  display: grid;
  min-height: calc(100svh - 112px);
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 72px;
  align-items: center;
  padding-block: clamp(48px, 6.5vh, 68px) 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 31px;
  height: 1px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 4.6vw, 4.2rem);
  line-height: 1.02;
}

.hero-lede {
  max-width: 690px;
  margin: 32px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions,
.about-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 13px 23px;
  border: 1px solid var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 3px 3px 0 rgba(36, 59, 83, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 1px 1px 0 rgba(36, 59, 83, 0.22);
  transform: translate(3px, 3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-block: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-visual {
  position: relative;
  min-height: min(520px, 52vh);
  display: grid;
  place-items: center;
}

.image-disc {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 50% 50% 44% 56% / 57% 44% 56% 43%;
  background: #9fb8c2;
  box-shadow: 9px 9px 0 rgba(221, 200, 184, 0.65);
  transform: rotate(2deg);
}

.image-disc img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transform: scale(1.02) rotate(-2deg);
}

.orbit {
  position: absolute;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.orbit-one {
  width: 540px;
  height: 410px;
  transform: rotate(-18deg);
}

.orbit-two {
  width: 465px;
  height: 580px;
  border-color: var(--accent);
  transform: rotate(25deg);
}

.margin-note {
  position: absolute;
  right: -54px;
  bottom: 38px;
  z-index: 3;
  display: flex;
  margin: 0;
  gap: 16px;
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: bottom right;
}

.margin-note span:not(:last-child)::after {
  margin-left: 16px;
  color: var(--accent);
  content: "•";
}

.statement-band {
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
  border-block: 1px solid var(--ink);
  background: var(--paper-deep);
  transform: rotate(-0.2deg);
}

.statement-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  padding-block: 15px;
  animation: ticker 32s linear infinite;
}

.statement-track span {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
}

.statement-track i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.brochure-section {
  padding-top: 72px;
  padding-bottom: 96px;
}

.brochure-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 46px;
  align-items: center;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(221, 200, 184, 0.12));
  box-shadow: 0 18px 40px rgba(36, 59, 83, 0.1);
}

.brochure-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
  line-height: 1.04;
}

.brochure-lede {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.52rem);
  line-height: 1.45;
}

.brochure-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brochure-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.5);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brochure-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.brochure-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--ink-deep);
  box-shadow: 0 16px 36px rgba(16, 31, 45, 0.24);
  color: var(--white);
}

.brochure-cover {
  padding: 28px 24px 24px;
  background: radial-gradient(circle at top right, rgba(221, 200, 184, 0.22), transparent 28%), var(--ink-deep);
}

.brochure-cover small {
  display: block;
  color: var(--accent-soft);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brochure-cover h3 {
  margin: 18px 0 12px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.brochure-cover p {
  margin: 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.85rem;
  line-height: 1.6;
}

.brochure-points {
  margin: 0;
  padding: 20px 24px 22px;
  list-style: none;
  background: rgba(255, 253, 248, 0.04);
}

.brochure-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
}

.brochure-points li + li {
  margin-top: 12px;
}

.brochure-points li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-soft);
  content: "";
}

.research-copy .research-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.section {
  padding-block: 130px;
}

.section-intro {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 72px;
}

.section-intro .eyebrow {
  margin-top: 18px;
}

.section-intro h2,
.visual-heading h2,
.about-title h2,
.research-heading h2 {
  margin: 0;
  font-size: clamp(2.05rem, 4vw, 3.55rem);
  line-height: 1.06;
}

.section-intro h2 em {
  color: var(--accent);
  font-weight: 400;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.topic-card {
  position: relative;
  min-height: 330px;
  padding: 35px 34px 42px 0;
  border-bottom: 1px solid var(--line);
}

.topic-card:not(:last-child) {
  margin-right: 34px;
  border-right: 1px solid var(--line);
}

.topic-number {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 0.95rem;
}

.topic-card h3 {
  margin: 85px 0 20px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.topic-card p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.newsletter-section {
  position: relative;
  overflow: hidden;
  padding-block: 105px;
  background: linear-gradient(140deg, #415c75, #345068 60%, #314a62);
  color: var(--white);
}

.newsletter-section::before {
  position: absolute;
  top: -45%;
  right: -9%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 50%;
  content: "";
}

.newsletter-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 90px;
  align-items: center;
}

.newsletter-mark {
  position: relative;
  display: grid;
  width: 230px;
  height: 230px;
  place-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.newsletter-mark::before,
.newsletter-mark::after {
  position: absolute;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 50%;
  content: "";
}

.newsletter-mark::before {
  width: 178px;
  height: 250px;
  transform: rotate(31deg);
}

.newsletter-mark::after {
  width: 250px;
  height: 178px;
  transform: rotate(-24deg);
}

.newsletter-mark span {
  font-family: var(--serif);
  font-size: 8rem;
  font-style: italic;
  line-height: 1;
}

.newsletter-mark i {
  position: absolute;
  right: 35px;
  bottom: 45px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-soft);
}

.newsletter-copy .eyebrow {
  margin-bottom: 22px;
  color: var(--white);
}

.newsletter-copy h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4.9vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.newsletter-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.05rem;
}

.newsletter-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.button-newsletter {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink-deep);
  box-shadow: 3px 3px 0 rgba(27, 47, 68, 0.5);
}

.button-newsletter:hover,
.button-newsletter:focus-visible {
  box-shadow: 1px 1px 0 rgba(27, 47, 68, 0.5);
  transform: translate(3px, 3px);
}

.newsletter-actions > span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.research-section {
  position: relative;
  overflow: hidden;
  background: #213a52;
  color: var(--white);
}

.research-section::before {
  position: absolute;
  top: -140px;
  right: -130px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(221, 200, 184, 0.2);
  border-radius: 50%;
  content: "";
}

.research-section::after {
  position: absolute;
  top: -60px;
  right: -210px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(183, 195, 172, 0.2);
  border-radius: 50%;
  content: "";
}

.research-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 100px;
}

.eyebrow-light {
  color: var(--accent-soft);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 46px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 253, 248, 0.3);
  border-radius: 99px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 0 4px rgba(221, 200, 184, 0.14);
}

.research-heading h2 {
  max-width: 670px;
  font-size: clamp(2.2rem, 4.1vw, 3.8rem);
}

.research-copy {
  padding-top: 116px;
}

.research-copy > p {
  max-width: 520px;
  color: rgba(255, 253, 248, 0.7);
}

.research-copy .research-lede {
  margin-top: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.45;
}

.association-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  margin-top: 62px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.association-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid var(--accent-soft);
  border-radius: 50%;
  color: var(--accent-soft);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-style: italic;
}

.association-label {
  margin: 0 0 7px;
  color: var(--accent-soft) !important;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.association-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 500;
}

.association-card p:not(.association-label) {
  margin: 0 0 16px;
  color: rgba(255, 253, 248, 0.64);
  font-size: 0.9rem;
  line-height: 1.55;
}

.association-card a {
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.interest-section {
  background: var(--paper);
}

.interest-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 64px;
}

.interest-heading h2 {
  max-width: 790px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.interest-heading h2 em {
  color: var(--accent);
  font-weight: 400;
}

.interest-heading > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
}

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

.interest-card {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  border: 1px solid var(--ink);
}

.interest-card-burnout {
  background: var(--paper-deep);
  box-shadow: 0 14px 28px rgba(36, 59, 83, 0.12);
}

.interest-card-learning {
  background: #dce4ea;
  box-shadow: 0 14px 28px rgba(36, 59, 83, 0.12);
}

.interest-card-number {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 3;
  font-family: var(--serif);
  font-size: 0.85rem;
}

.interest-card-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: var(--accent-soft);
}

.interest-card-visual img {
  width: 218px;
  height: 218px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.72);
}

.learning-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  padding: 40px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.9vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.learning-symbol span:nth-child(2) {
  color: var(--accent);
  font-style: italic;
}

.interest-card-copy {
  display: flex;
  flex-direction: column;
  padding: 38px 38px 34px;
}

.interest-label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.interest-card h3 {
  max-width: 500px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.interest-card-copy > p:not(.interest-label) {
  max-width: 500px;
  margin: 0 0 28px;
  color: rgba(23, 63, 67, 0.75);
  font-size: 0.9rem;
}

.interest-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.notebook-section {
  padding-block: 150px;
  background: #ece3db;
}

.notebook-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.7fr;
  gap: 80px;
}

.notebook-label {
  position: relative;
}

.notebook-label .eyebrow {
  color: var(--ink);
}

.handline {
  display: block;
  width: 118px;
  height: 66px;
  margin: 50px 0 0 22px;
  border-bottom: 1px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.handline::after {
  display: block;
  width: 8px;
  height: 8px;
  margin: 59px 0 0 112px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  content: "";
  transform: rotate(-17deg);
}

.big-quote {
  margin: 0;
}

.big-quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.big-quote figcaption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 63, 67, 0.35);
  font-size: 0.78rem;
}

.big-quote figcaption > span {
  max-width: 310px;
  color: rgba(23, 63, 67, 0.7);
}

.big-quote figcaption a {
  font-weight: 600;
  text-decoration: none;
}

.visual-essay-section {
  overflow: hidden;
  background: var(--white);
}

.visual-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 64px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
}

.visual-heading h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1.06;
}

.visual-heading h2 em {
  color: var(--accent);
  font-weight: 400;
}

.visual-heading > p {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted);
}

.visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
  gap: 34px;
  align-items: center;
}

.visual-story {
  position: relative;
  overflow: hidden;
  display: grid;
  padding: 0;
  border: 1px solid var(--ink);
  cursor: zoom-in;
  text-align: left;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.visual-story-feature {
  grid-template-columns: minmax(320px, 0.62fr) minmax(220px, 0.38fr);
  min-height: 650px;
  background: var(--ink-deep);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(16, 31, 45, 0.2);
}

.visual-story-feature .visual-image-frame {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #d4c4c8;
}

.visual-story-feature .visual-image-frame img {
  width: auto;
  max-width: 100%;
  height: min(590px, 45vw);
  object-fit: contain;
  box-shadow: 0 16px 42px rgba(14, 44, 47, 0.22);
}

.visual-story-feature .visual-story-copy {
  justify-content: flex-end;
  padding: 32px 28px 36px;
}

.visual-story-feature .visual-story-copy > span:not(.visual-open) {
  color: rgba(255, 253, 248, 0.66);
}

.visual-story-secondary {
  align-self: center;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(36, 59, 83, 0.14);
}

.visual-story-secondary .visual-image-frame {
  overflow: hidden;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--ink);
  background: #9fb8c2;
}

.visual-story-secondary .visual-story-copy {
  min-height: 238px;
  padding: 26px 25px 28px;
}

.visual-story img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), filter 400ms ease;
}

.visual-story-copy {
  display: flex;
  flex-direction: column;
}

.visual-index {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.visual-story-copy b {
  display: block;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.95vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.visual-story-copy > span:not(.visual-open) {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.visual-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid currentColor;
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.visual-open i {
  font-family: var(--sans);
  font-size: 1rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.visual-story:hover,
.visual-story:focus-visible {
  box-shadow: 0 18px 36px rgba(36, 59, 83, 0.2);
  transform: translate(5px, 5px);
}

.visual-story:hover img,
.visual-story:focus-visible img {
  filter: saturate(0.9);
  transform: scale(1.012);
}

.visual-story:hover .visual-open i,
.visual-story:focus-visible .visual-open i {
  transform: translate(3px, -3px);
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.about-title h2 {
  max-width: 510px;
}

.about-copy {
  max-width: 660px;
  padding-top: 56px;
}

.about-copy > p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 1.05rem;
}

.about-copy > p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45;
}

.site-footer {
  padding-block: 72px 36px;
  background: var(--ink-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}

.footer-brand img {
  width: 205px;
  filter: brightness(0) invert(1);
}

.footer-grid > p:not(.copyright) {
  max-width: 430px;
  margin: 3px 0 0 auto;
  color: rgba(255, 253, 248, 0.65);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
}

.footer-links {
  display: flex;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 253, 248, 0.15);
}

.copyright {
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 253, 248, 0.15);
  color: rgba(255, 253, 248, 0.42);
  font-size: 0.76rem;
  text-align: right;
}

.lightbox {
  width: min(940px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  padding: 54px 20px 20px;
  border: 0;
  background: var(--paper);
}

.lightbox::backdrop {
  background: rgba(14, 44, 47, 0.88);
  backdrop-filter: blur(8px);
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  margin: auto;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
}

.lightbox-close span {
  margin-left: 7px;
  font-size: 1.25rem;
  font-weight: 400;
}

.archive-page {
  min-height: 100vh;
  background: var(--paper);
}

.archive-back {
  border-bottom: 1px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.archive-main {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-block: 180px 90px;
  background: radial-gradient(circle at 76% 35%, rgba(221, 200, 184, 0.24), transparent 26%);
}

.archive-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  align-items: center;
}

.archive-copy h1 {
  max-width: 780px;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
}

.archive-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
}

.archive-copy .archive-lede {
  margin-top: 40px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.5;
}

.archive-figure {
  position: relative;
  margin: 0;
  transform: rotate(2deg);
}

.archive-figure::after {
  position: absolute;
  bottom: 47px;
  left: -1px;
  z-index: 2;
  padding: 5px 17px 6px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  content: "autspace.net";
  font-size: 0.72rem;
  font-weight: 600;
}

.archive-figure img {
  border: 1px solid var(--ink);
  filter: saturate(0.65);
  box-shadow: 0 14px 32px rgba(36, 59, 83, 0.14);
}

.archive-figure figcaption {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.has-motion .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.has-motion .reveal-delay-1 {
  transition-delay: 120ms;
}

.has-motion .reveal-delay-2 {
  transition-delay: 240ms;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 0.78rem;
  }

  .nav-primary {
    padding: 9px 13px;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
  }

  .hero-visual {
    transform: scale(0.87);
  }

  .research-grid,
  .about-grid {
    gap: 60px;
  }

  .visual-heading {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 40px;
  }

  .visual-grid {
    grid-template-columns: 1fr;
    max-width: 790px;
    margin-inline: auto;
  }

  .visual-story-secondary {
    width: min(500px, 70%);
    margin: 12px 0 0 auto;
  }

  .newsletter-grid {
    gap: 60px;
  }

  .newsletter-mark {
    width: 190px;
    height: 190px;
  }

  .newsletter-mark::before {
    width: 148px;
    height: 210px;
  }

  .newsletter-mark::after {
    width: 210px;
    height: 148px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .site-header {
    height: 88px;
  }

  .brand img {
    width: 178px;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 21;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 90px 10vw;
    background: var(--paper);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: 2.3rem;
    font-weight: 500;
  }

  .site-nav .nav-primary {
    margin-top: 20px;
    font-family: var(--sans);
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 88px;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 72px 130px;
  }

  h1 {
    font-size: clamp(2.35rem, 10.2vw, 3.7rem);
  }

  .hero-visual {
    min-height: 480px;
    transform: none;
  }

  .image-disc {
    width: min(75vw, 430px);
  }

  .orbit-one {
    width: min(92vw, 540px);
  }

  .orbit-two {
    width: min(80vw, 465px);
    height: min(92vw, 580px);
  }

  .margin-note {
    right: -5px;
  }

  .section {
    padding-block: 95px;
  }

  .section-intro,
  .research-grid,
  .notebook-grid,
  .visual-heading,
  .about-grid,
  .newsletter-grid,
  .interest-heading {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .newsletter-mark {
    margin: 0 auto;
  }

  .newsletter-copy {
    text-align: center;
  }

  .newsletter-copy .eyebrow,
  .newsletter-actions {
    justify-content: center;
  }

  .newsletter-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }

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

  .interest-card {
    min-height: 590px;
  }

  .section-intro .eyebrow {
    margin-top: 0;
  }

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

  .topic-card {
    min-height: 0;
    padding: 30px 0 42px;
  }

  .topic-card:not(:last-child) {
    margin-right: 0;
    border-right: 0;
  }

  .topic-card h3 {
    margin: 35px 0 12px;
  }

  .research-copy,
  .about-copy {
    padding-top: 0;
  }

  .status-pill {
    margin-bottom: 28px;
  }

  .handline {
    display: none;
  }

  .big-quote figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .visual-heading > p {
    max-width: 520px;
  }

  .visual-heading {
    padding-bottom: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .archive-figure {
    max-width: 480px;
  }

  .footer-grid > p:not(.copyright) {
    margin-left: 0;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 30px);
  }

  .hero-grid {
    padding-top: 58px;
  }

  .newsletter-section {
    padding-block: 82px;
  }

  .newsletter-mark {
    width: 150px;
    height: 150px;
  }

  .newsletter-mark::before {
    width: 112px;
    height: 166px;
  }

  .newsletter-mark::after {
    width: 166px;
    height: 112px;
  }

  .newsletter-mark span {
    font-size: 6rem;
  }

  .newsletter-copy h2 {
    font-size: 2.5rem;
  }

  .newsletter-actions {
    align-items: center;
    flex-direction: column;
  }

  .interest-heading h2 {
    font-size: 2.35rem;
  }

  .interest-card {
    min-height: 0;
    grid-template-rows: 220px 1fr;
  }

  .interest-card-copy {
    min-height: 390px;
    padding: 30px 24px 28px;
  }

  .interest-card-visual img {
    width: 180px;
    height: 180px;
  }

  .learning-symbol {
    gap: 9px;
    padding: 24px;
    font-size: 1.8rem;
  }

  .archive-back {
    font-size: 0;
  }

  .archive-back::after {
    font-size: 0.78rem;
    content: "Startseite ↗";
  }

  .archive-main {
    padding-top: 140px;
  }

  .archive-copy h1 {
    font-size: 2.6rem;
  }

  h1 {
    font-size: 2.7rem;
    line-height: 1.04;
  }

  .hero-lede {
    margin-top: 30px;
    font-size: 1.18rem;
  }

  .hero-actions,
  .about-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .image-disc {
    width: min(78vw, 350px);
    box-shadow: 0 12px 26px rgba(36, 59, 83, 0.14);
  }

  .orbit-two {
    height: 105vw;
  }

  .margin-note {
    display: none;
  }

  .section-intro h2,
  .visual-heading h2,
  .about-title h2,
  .research-heading h2 {
    font-size: 2.4rem;
  }

  .research-grid {
    gap: 55px;
  }

  .research-heading h2 {
    font-size: 2.55rem;
  }

  .association-card {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .association-mark {
    width: 46px;
    height: 46px;
    font-size: 1.7rem;
  }

  .notebook-section {
    padding-block: 95px;
  }

  .big-quote blockquote {
    font-size: 2rem;
  }

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

  .visual-story-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .visual-story-feature .visual-image-frame {
    padding: 20px;
  }

  .visual-story-feature .visual-image-frame img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .visual-story-feature .visual-story-copy,
  .visual-story-secondary .visual-story-copy {
    min-height: 245px;
    padding: 26px 22px 28px;
  }

  .visual-story-secondary {
    width: 100%;
    margin-top: 8px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}

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

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