:root {
  color-scheme: light;
  --canvas: #f3f6f7;
  --ink: #1e2d4f;
  --ink-soft: #52607c;
  --navy: #293b8d;
  --green: #3bb371;
  --green-text: #1f7448;
  --neon: #b6f650;
  --line: rgba(30, 45, 79, .18);
  --surface: #e8eef0;
  --header: rgba(243, 246, 247, .88);
  --focus: #293b8d;
  --display: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial Nova', Arial, sans-serif;
  --gutter: clamp(1.25rem, 3.2vw, 4rem);
  --header-h: 5.25rem;
}

html[data-theme='dark'] {
  color-scheme: dark;
  --canvas: #111a31;
  --ink: #f3f6f7;
  --ink-soft: #aeb8cc;
  --navy: #86a4ff;
  --green: #53d58e;
  --green-text: #75e6a7;
  --neon: #b6f650;
  --line: rgba(243, 246, 247, .16);
  --surface: #182442;
  --header: rgba(17, 26, 49, .88);
  --focus: #b6f650;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .45s ease, color .45s ease;
}
a { color: inherit; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: .7rem 1rem;
  background: var(--ink);
  color: var(--canvas);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .75rem var(--gutter);
  border-bottom: 1px solid transparent;
  transition: height .35s ease, background-color .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  height: 4.35rem;
  background: var(--header);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  position: relative;
  display: flex;
  align-items: center;
  width: 7.5rem;
  min-height: 3.5rem;
}
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
.site-nav > a {
  position: relative;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav > a::after, .arrow-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.32rem;
  height: 1px;
  background: currentColor;
  transition: right .3s ease;
}
.site-nav > a:hover::after, .arrow-link:hover::after { right: 0; }
.theme-toggle {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .55rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .09em;
}
.theme-toggle__track {
  width: 2.25rem;
  height: 1.25rem;
  padding: .16rem;
  border: 1px solid currentColor;
  border-radius: 99px;
}
.theme-toggle__track span {
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: currentColor;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
html[data-theme='dark'] .theme-toggle__track span { transform: translateX(.94rem); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-h) + 2rem) var(--gutter) 2rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(110deg, transparent 50%, color-mix(in srgb, var(--green) 7%, transparent) 100%),
    var(--canvas);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: -2;
  inset: auto -8vw -15vw auto;
  width: 45vw;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}
.hero__dna {
  position: absolute;
  z-index: -1;
  top: 7%;
  right: 5vw;
  width: min(27vw, 25rem);
  height: 88%;
  overflow: hidden;
  opacity: .82;
  filter: drop-shadow(0 0 1.5rem color-mix(in srgb, var(--green) 10%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 92%, transparent 100%);
  animation: dna-float 18s ease-in-out infinite;
}
.dna-rail {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.dna-rail--a { stroke: var(--green); }
.dna-rail--b { stroke: var(--navy); }
.dna-rungs g {
  opacity: .72;
}
.dna-rungs line {
  stroke: color-mix(in srgb, var(--ink) 52%, transparent);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.dna-rungs circle { fill: var(--canvas); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.dna-node--a { stroke: var(--green); }
.dna-node--b { stroke: var(--navy); }

.hero__topline, .hero__bottom { position: relative; z-index: 2; }
.hero__topline { display: flex; align-items: flex-start; }
.eyebrow {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span { margin-right: 1rem; color: var(--green-text); }
.hero__title {
  align-self: center;
  margin: 2rem 0;
  font-family: var(--display);
  font-size: clamp(4.2rem, 10.8vw, 11.2rem);
  font-weight: 400;
  line-height: .72;
  letter-spacing: -.055em;
}
.title-row { display: block; overflow: hidden; padding: .08em 0 .28em; }
.title-row > span { display: block; transform: translateY(150%); animation: title-in 1.1s cubic-bezier(.16,1,.3,1) forwards; }
.title-row--two { padding-left: 7vw; }
.title-row--two > span { animation-delay: .1s; }
.title-row--three { padding-left: 20vw; }
.title-row--three > span { animation-delay: .2s; }
.hero__title em { color: var(--green); font-weight: inherit; }
.hero__bottom {
  display: grid;
  grid-template-columns: minmax(16rem, 30rem) auto;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}
.hero__intro { margin: 0; max-width: 33rem; color: var(--ink-soft); font-size: clamp(.98rem, 1.2vw, 1.12rem); }
.arrow-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding-bottom: .35rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.arrow-link span { color: var(--green); font-size: 1.1rem; }

.reveal { animation: fade-up .9s .45s both; }
@keyframes title-in { to { transform: translateY(0); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(1.2rem); } }
@keyframes dna-float {
  0%, 100% { transform: translate3d(0, -.35rem, 0); }
  50% { transform: translate3d(0, .85rem, 0); }
}

.section-pad { padding: clamp(6rem, 12vw, 11rem) var(--gutter); }
.section-index {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-index span:first-child {
  display: grid;
  place-items: center;
  width: 2.1rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green-text);
}
.overline {
  margin: 0 0 1.5rem;
  color: var(--green-text);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.reveal-on-scroll {
  transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1);
}
.js .reveal-on-scroll { opacity: 0; transform: translateY(2.25rem); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

.photo-surface {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #182442;
}
.photo-surface::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(30,45,79,.08), transparent 55%, rgba(59,179,113,.06));
}
.photo-surface img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.02);
  transform: scale(1.035);
  transition: transform 1.5s cubic-bezier(.16,1,.3,1), filter .45s ease;
}
.photo-surface.is-visible img, .article-diptych.is-visible img { transform: scale(1); }
html[data-theme='dark'] .photo-surface img { filter: saturate(.72) contrast(1.04) brightness(.82); }
html[data-theme='dark'] .photo-surface::after { background: linear-gradient(135deg, rgba(17,26,49,.3), rgba(30,45,79,.08) 60%, rgba(59,179,113,.08)); }
.photo-surface[data-photo-pan] img {
  object-position: var(--photo-x, 50%) var(--photo-y, 50%);
  transform: none;
  transition: filter .45s ease;
}

.premise {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2.75rem, 5vw, 5rem);
  min-height: 100svh;
  align-content: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.premise__eyebrow { align-self: start; }
.premise__body {
  width: min(100%, 88rem);
  margin-inline: auto;
  padding-left: clamp(0rem, 7vw, 8rem);
}
.premise__body h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 9vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .84;
}
.premise__body h2 em { color: var(--green); font-weight: inherit; }
.premise__resolution {
  max-width: 19ch;
  margin: clamp(2rem, 3.5vw, 3.75rem) 0 0 clamp(0rem, 18vw, 16rem);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.35rem, 4.4vw, 4.75rem);
  letter-spacing: -.035em;
  line-height: .98;
}
.premise__copy {
  max-width: 42rem;
  margin: clamp(2rem, 3vw, 3.25rem) 0 0 clamp(0rem, 18vw, 16rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}
.premise__copy p { margin: 0; }
.premise__copy p + p { margin-top: 1.15rem; color: var(--ink); font-weight: 600; }

.photo-break {
  --photo-x: 50%;
  width: 100%;
  min-height: 24rem;
  max-height: 39rem;
  aspect-ratio: 16 / 6;
}
.photo-break::after {
  background:
    linear-gradient(180deg, rgba(17,26,49,.03), rgba(17,26,49,.24)),
    linear-gradient(90deg, rgba(30,45,79,.08), transparent 45%);
}

.statement {
  overflow: hidden;
  background: var(--ink);
  color: var(--canvas);
}
.statement__rail {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 1.25rem var(--gutter) 1.1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--canvas) 22%, transparent);
  color: color-mix(in srgb, var(--canvas) 70%, transparent);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.statement__rail i { width: 2.1rem; height: 1px; background: var(--green); }
.statement__body {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: clamp(3rem, 6vw, 6.5rem);
}
.statement__body::before {
  content: '';
  position: absolute;
  inset: 8% 21% 7% auto;
  width: 1px;
  background: color-mix(in srgb, var(--canvas) 17%, transparent);
  transform: rotate(11deg);
}
.statement__big {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.6rem, 9.6vw, 10.8rem);
  line-height: .8;
  letter-spacing: -.055em;
}
.statement__answer {
  position: relative;
  z-index: 1;
  max-width: 18ch;
  margin: 0 0 0 clamp(0rem, 22vw, 21rem);
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.3vw, 4.8rem);
  letter-spacing: -.035em;
  line-height: .98;
}
.statement__answer em { color: var(--green); font-weight: inherit; }

.featured {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(6rem, 11vw, 10rem) var(--gutter);
  border-bottom: 1px solid var(--line);
}
.featured__visual { position: absolute; z-index: 0; inset: 0; }
.featured__visual img { object-position: 32% 50%; }
.featured__visual::after {
  background: linear-gradient(to left, rgba(243,246,247,.97) 0%, rgba(243,246,247,.9) 36%, rgba(243,246,247,.2) 68%, transparent 84%);
}
html[data-theme='dark'] .featured__visual::after {
  background: linear-gradient(to left, rgba(17,26,49,.98) 0%, rgba(17,26,49,.91) 38%, rgba(17,26,49,.3) 69%, rgba(17,26,49,.05) 86%);
}
.featured__content { position: relative; z-index: 1; width: min(46rem, 52vw); margin-left: auto; }
.featured__content h2 {
  margin: 0 0 2rem;
  font-family: var(--display);
  font-size: clamp(4rem, 7.5vw, 8.5rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.05em;
}
.featured__content h2 em { color: var(--green); font-weight: inherit; }
.featured__content p:not(.overline) { max-width: 35rem; margin: 0 0 2.5rem; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.14rem); }

.instagram {
  position: relative;
  isolation: isolate;
  min-height: 95vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--green);
  color: #10233d;
}
.instagram .overline { color: #10233d; }
.instagram h2 {
  margin: 0;
  max-width: 8.4ch;
  font-family: var(--display);
  font-size: clamp(5rem, 11.5vw, 12.5rem);
  font-weight: 400;
  line-height: .76;
  letter-spacing: -.055em;
}
.instagram h2 em { color: #f3f6f7; font-weight: inherit; }
.instagram__footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-top: clamp(4rem, 7vw, 7rem); }
.instagram__footer p { margin: 0; max-width: 30rem; font-size: clamp(.95rem, 1.3vw, 1.1rem); }
.instagram__link {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  min-width: min(29rem, 38vw);
  padding: 1.25rem 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: padding .3s ease, color .3s ease;
}
.instagram__link span:last-child { margin-left: auto; font-size: 1.4rem; }
.instagram__link:hover { padding-inline: .75rem; color: #f3f6f7; }
.instagram__ring { position: absolute; z-index: -1; right: -14vw; top: 50%; width: min(58vw, 55rem); aspect-ratio: 1; border: 1px solid rgba(16,35,61,.35); border-radius: 50%; transform: translateY(-50%); }
.instagram__ring span { position: absolute; inset: 18%; border: 1px solid rgba(16,35,61,.25); border-radius: 50%; }
.instagram__ring span:last-child { inset: 38%; background: #b6f650; border: 0; animation: pulse-dot 4s ease-in-out infinite; }
@keyframes pulse-dot { 50% { transform: scale(.78); } }

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 3.5rem var(--gutter);
  background: #111a31;
  color: #f3f6f7;
  font-size: .72rem;
  letter-spacing: .06em;
}
.site-footer__logo { display: block; width: clamp(6.5rem, 8vw, 8rem); }
.site-footer__logo img { width: 100%; height: auto; filter: brightness(0) invert(1); opacity: .92; }
.site-footer__meta { display: flex; gap: .7rem; margin: 0; color: #aeb8cc; font: 600 .75rem/1.2 var(--sans); letter-spacing: .06em; }
.site-footer__nav { display: flex; gap: 1.5rem; }
.site-footer__nav a { text-decoration: none; }
.site-footer__nav a:hover { color: var(--green); }

/* Article */
.article-page { --header-h: 4.75rem; }
.article-progress { position: fixed; z-index: 30; inset: 0 0 auto; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; }
.article-hero {
  min-height: 100svh;
  padding: calc(var(--header-h) + 4.5rem) var(--gutter) clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(18rem, 1.15fr) minmax(18rem, 1fr) minmax(13rem, .55fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  background: #111a31;
  color: #f3f6f7;
}
.article-hero__eyebrow { grid-column: 1 / -1; align-self: start; }
.article-hero__eyebrow span { color: #53d58e; }
.article-hero__title { grid-column: 1 / -1; align-self: center; }
.article-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.8rem, 9.4vw, 10.5rem); font-weight: 400; line-height: .76; letter-spacing: -.055em; }
.article-hero h1 em { color: var(--green); font-weight: inherit; }
.article-hero .title-row--two { padding-left: clamp(2rem, 12vw, 13rem); }
.article-hero__intro { grid-column: 1 / 3; margin: 0; max-width: 35rem; color: #d4dbea; font-size: clamp(1.2rem, 1.8vw, 1.6rem); line-height: 1.45; }
.article-hero__meta { grid-column: 3; margin: 0; align-self: end; color: #aeb8cc; font-family: var(--sans); font-size: clamp(.92rem, 1vw, 1rem); font-weight: 400; line-height: 1.55; letter-spacing: 0; }

.article-opening-photo {
  --photo-x: 32%;
  width: 100%;
  min-height: 24rem;
  max-height: 36rem;
  aspect-ratio: 21 / 8;
}
.article-opening-photo::after { background: linear-gradient(180deg, rgba(17,26,49,.08), rgba(17,26,49,.18)); }

.article-shell {
  display: grid;
  grid-template-columns: minmax(11rem, .55fr) minmax(0, 46rem) minmax(4rem, .45fr);
  column-gap: clamp(2.5rem, 6vw, 7rem);
  padding: clamp(6rem, 10vw, 10rem) var(--gutter);
}
.article-body { grid-column: 2; }
.article-section { scroll-margin-top: calc(var(--header-h) + 2rem); }
.article-section + .article-section { margin-top: clamp(7rem, 12vw, 12rem); padding-top: clamp(4rem, 7vw, 6rem); border-top: 1px solid var(--line); }
.article-section > * { margin-block: 0; }
.article-section > * + * { margin-top: 1.55rem; }
.article-body .article-lede { margin: 2.5rem 0 3rem; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.08; letter-spacing: -.025em; }
.article-body h2 { max-width: 12ch; margin: 0 0 2.5rem; font-family: var(--display); font-size: clamp(3.2rem, 5.5vw, 5.6rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.article-body h3 { margin: 0; color: var(--ink); font-size: 1.05rem; letter-spacing: -.01em; }
.article-body p, .article-body li { color: var(--ink-soft); font-size: clamp(1.04rem, 1.2vw, 1.16rem); line-height: 1.78; }
.article-body strong { color: var(--ink); }
.article-body a { text-decoration-color: var(--green); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.article-body .article-beat { margin: 0 0 2.25rem; color: var(--ink); font-weight: 600; line-height: 1.55; }
.article-body ul, .article-body ol { padding-left: 0; }
.article-priorities, .article-steps { margin-top: 3.5rem !important; list-style: none; counter-reset: article-list; }
.article-priorities li, .article-steps li { counter-increment: article-list; display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.article-priorities li:last-child, .article-steps li:last-child { border-bottom: 1px solid var(--line); }
.article-priorities li::before, .article-steps li::before { content: '0' counter(article-list); color: var(--green-text); font: 600 .7rem/1.2 var(--sans); letter-spacing: .08em; }
.article-priorities h3 { margin-bottom: .35rem; font-family: var(--display); font-size: clamp(1.65rem, 2.4vw, 2.2rem); font-weight: 400; line-height: 1.05; }
.article-priorities p, .article-steps p { margin: 0; }
.article-section .article-diptych {
  width: min(58rem, calc(100vw - 24vw - var(--gutter)));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  grid-template-rows: clamp(20rem, 38vw, 31rem) auto;
  gap: clamp(.75rem, 1.5vw, 1.5rem);
  margin: clamp(4.5rem, 8vw, 7rem) 0 0;
}
.article-diptych__image { min-width: 0; }
.article-diptych__image img { object-position: 52% center; }
.article-diptych__image--motion img { object-position: 57% center; }
.article-diptych figcaption {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: .35rem;
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.5;
}
.article-steps li::before { grid-row: 1 / 3; }
.article-steps h3, .article-steps p { grid-column: 2; }
.article-steps h3 { margin-bottom: .35rem; }
.article-mistakes { margin-top: 3.5rem !important; }
.article-mistakes section { display: grid; grid-template-columns: 7rem 1fr; gap: .5rem 1.5rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.article-mistakes section:last-child { border-bottom: 1px solid var(--line); }
.article-mistakes section > p:first-child { grid-row: 1 / 3; margin: 0; color: var(--green-text); font: 600 .7rem/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.article-mistakes h3 { font-family: var(--display); font-size: clamp(1.8rem, 2.8vw, 2.5rem); font-weight: 400; line-height: 1.05; }
.article-mistakes h3 + p { margin: 0; }
.article-body blockquote {
  position: relative;
  width: min(58rem, calc(100vw - 2 * var(--gutter)));
  margin: clamp(5rem, 8vw, 8rem) 0 0 clamp(-6rem, -7vw, -2rem);
  padding: 2.75rem 0 2.75rem clamp(2rem, 5vw, 5rem);
  border-left: 2px solid var(--green);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.article-body blockquote p { color: inherit; font: inherit; line-height: inherit; }
.article-body blockquote p + p { max-width: 24ch; margin-top: 1.5rem; color: var(--ink-soft); font-family: var(--sans); font-size: .24em; line-height: 1.65; letter-spacing: 0; }
.article-aside { position: fixed; z-index: 12; top: calc(var(--header-h) + 3rem); left: var(--gutter); width: min(14rem, calc(19vw - var(--gutter))); padding-top: .2rem; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.75rem); transition: opacity .3s ease, transform .3s ease, color .3s ease; }
.article-aside.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.article-aside > p { margin: 0 0 1.2rem; color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-aside ol { margin: 0; padding: 0; list-style: none; counter-reset: article-toc; }
.article-aside li { counter-increment: article-toc; display: grid; grid-template-columns: 1.8rem 1fr; gap: .3rem; margin-top: .75rem; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.article-aside li::before { content: '0' counter(article-toc); color: var(--green-text); font: 600 .7rem/1.2 var(--sans); letter-spacing: .08em; }
.article-aside a { position: relative; display: inline-block; padding-bottom: .22rem; text-decoration: none; transition: color .25s ease; }
.article-aside a::after { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.article-aside a:hover, .article-aside a[aria-current='location'] { color: var(--ink); }
.article-aside a[aria-current='location']::after { transform: scaleX(1); }
.article-aside.is-on-dark { color: #aeb8cc; }
.article-aside.is-on-dark li { color: #aeb8cc; }
.article-aside.is-on-dark > p, .article-aside.is-on-dark a:hover, .article-aside.is-on-dark a[aria-current='location'] { color: #f3f6f7; }
.article-aside.is-on-dark li::before { color: #53d58e; }

.article-situations { scroll-margin-top: var(--header-h); padding: clamp(6rem, 10vw, 10rem) var(--gutter); background: #1e2d4f; color: #f3f6f7; }
.article-situations__inner { width: min(100%, 88rem); margin-inline: auto; padding-left: clamp(16rem, 20vw, 24rem); }
.article-situations h2 { max-width: 12ch; margin: 0 0 clamp(4rem, 7vw, 7rem); font-family: var(--display); font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.article-situations__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(243,246,247,.22); }
.article-situations__grid section { padding: clamp(2rem, 4vw, 4rem); border-bottom: 1px solid rgba(243,246,247,.22); }
.article-situations__grid section:nth-child(odd):not(:last-child) { border-right: 1px solid rgba(243,246,247,.22); }
.article-situations__grid section:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 6rem); }
.article-situations h3 { max-width: 18ch; margin: 0; font-family: var(--display); font-size: clamp(1.9rem, 3.2vw, 3.2rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.article-situations p { margin: 1.25rem 0 0; max-width: 35rem; color: #c9d1e2; line-height: 1.7; }
.article-situations strong { color: #f3f6f7; }

.article-closing-photo {
  width: 100%;
  min-height: 25rem;
  max-height: 38rem;
  aspect-ratio: 16 / 6;
}
.article-closing-photo img { object-position: 52% 47%; }
.article-closing-photo::after {
  background:
    linear-gradient(90deg, rgba(17,26,49,.52), rgba(17,26,49,.08) 28%, transparent 52%),
    linear-gradient(180deg, rgba(17,26,49,.08), rgba(17,26,49,.24));
}

.article-shell--closing { padding-top: clamp(7rem, 12vw, 12rem); }
.article-summary { margin: 3rem 0 0 !important; list-style: none; }
.article-summary li { position: relative; padding: 1rem 0 1rem 2.2rem; border-top: 1px solid var(--line); }
.article-summary li:last-child { border-bottom: 1px solid var(--line); }
.article-summary li::before { content: '→'; position: absolute; left: 0; color: var(--green-text); }
.article-note { margin-top: 5rem !important; padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-note strong { display: block; margin-bottom: .5rem; color: var(--ink); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.article-end { margin-top: 7rem !important; padding-top: 2rem; border-top: 1px solid var(--line); }
.article-end p { margin: 0 0 1.5rem; }

@media (max-width: 1100px) {
  .premise__body { padding-left: 4vw; }
  .premise__resolution, .premise__copy { margin-left: 14vw; }
  .article-hero { grid-template-columns: 1fr 1fr .6fr; }
  .article-shell { grid-template-columns: minmax(9rem, .35fr) minmax(0, 43rem) minmax(1rem, .12fr); }
  .article-body blockquote { margin-left: 0; }
}

@media (max-width: 760px) {
  :root { --header-h: 4.6rem; }
  .site-header { padding-block: .5rem; }
  .brand { width: 5.75rem; min-height: 2.85rem; }
  .site-nav { gap: .9rem; }
  .site-nav > a:first-child { display: none; }
  .theme-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { min-height: 100svh; padding-top: calc(var(--header-h) + 1.5rem); }
  .hero__dna { top: 12%; right: -8%; width: 58vw; height: 68%; opacity: .58; }
  .hero__title { margin: 1.7rem 0; font-size: clamp(3.45rem, 17vw, 6.4rem); line-height: .79; }
  .title-row--two { padding-left: 0; }
  .title-row--three { padding-left: 8vw; }
  .hero__bottom { grid-template-columns: 1fr; gap: 1.35rem; }
  .arrow-link { justify-self: start; }
  .section-pad { padding-block: 6rem; }
  .premise {
    min-height: auto;
    gap: 2.5rem;
    align-content: start;
  }
  .premise__body { padding-left: 0; }
  .premise__body h2 { max-width: 9ch; font-size: clamp(4rem, 16vw, 6rem); line-height: .86; }
  .premise__resolution { margin-left: 0; font-size: clamp(2.3rem, 10vw, 3.5rem); }
  .premise__copy { max-width: 32rem; margin-left: 0; }
  .photo-break { --photo-x: 52%; --photo-y: 50%; min-height: 0; max-height: none; aspect-ratio: 4 / 3; }
  .statement__rail { gap: .8rem; padding-inline: var(--gutter); font-size: .58rem; letter-spacing: .12em; }
  .statement__rail i { width: 1rem; flex: 0 0 auto; }
  .statement__body { min-height: 86svh; gap: 3.5rem; padding-block: 5.5rem; }
  .statement__big { font-size: clamp(4.2rem, 18vw, 7rem); line-height: .82; }
  .statement__answer { margin-left: 8vw; font-size: clamp(2.4rem, 10vw, 3.65rem); }
  .statement__body::before { inset: 9% 20% 8% auto; }
  .featured { min-height: auto; display: block; padding: 0; }
  .featured__visual { position: relative; aspect-ratio: 4 / 3; }
  .featured__visual::after { background: linear-gradient(180deg, transparent 55%, rgba(17,26,49,.18)); }
  html[data-theme='dark'] .featured__visual::after { background: linear-gradient(180deg, rgba(17,26,49,.08), rgba(17,26,49,.38)); }
  .featured__visual img { object-position: 32% 50%; }
  .featured__content { width: auto; padding: 5rem var(--gutter) 6rem; }
  .featured__content h2 { max-width: 8ch; font-size: clamp(4rem, 17vw, 6.5rem); }
  .instagram { min-height: 88svh; }
  .instagram h2 { font-size: clamp(4.6rem, 20vw, 7.5rem); }
  .instagram__footer { grid-template-columns: 1fr; }
  .instagram__link { min-width: 0; width: 100%; }
  .instagram__ring { width: 105vw; right: -60vw; }
  .site-footer { grid-template-columns: 1fr auto; gap: 2rem 1rem; align-items: start; }
  .site-footer__logo { grid-column: 1; }
  .site-footer__meta { grid-column: 1 / -1; grid-row: 2; }
  .site-footer__nav { grid-column: 2; grid-row: 1; flex-direction: column; align-items: flex-end; gap: .65rem; }
  .article-hero {
    min-height: 100svh;
    padding-top: calc(var(--header-h) + 4rem);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    gap: 2rem;
  }
  .article-hero__eyebrow, .article-hero__title, .article-hero__intro, .article-hero__meta { grid-column: 1; }
  .article-hero__title { align-self: center; }
  .article-hero h1 { font-size: clamp(3.25rem, 13.6vw, 6.5rem); line-height: .84; }
  .article-hero .title-row--two { padding-left: 0; }
  .article-hero__intro { font-size: 1.12rem; }
  .article-opening-photo { --photo-x: 32%; --photo-y: 50%; min-height: 0; max-height: none; aspect-ratio: 4 / 3; }
  .article-shell { grid-template-columns: 1fr; padding-block: 5rem; }
  .article-body, .article-aside { grid-column: 1; }
  .article-aside { position: static; width: auto; order: -1; margin-bottom: 5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .article-aside ol { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .article-aside li { margin-top: 0; }
  .article-section + .article-section { margin-top: 7rem; padding-top: 4rem; }
  .article-body h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .article-priorities li, .article-steps li { grid-template-columns: 2.5rem 1fr; gap: .75rem; }
  .article-mistakes section { grid-template-columns: 1fr; gap: .7rem; }
  .article-mistakes section > p:first-child { grid-row: auto; }
  .article-section .article-diptych { width: 100%; grid-template-columns: 1fr; grid-template-rows: auto; gap: .85rem; }
  .article-diptych__image { aspect-ratio: 16 / 10; }
  .article-diptych__image--motion { aspect-ratio: 16 / 8; }
  .article-diptych figcaption { grid-column: 1; padding-top: .5rem; }
  .article-body blockquote { width: 100%; margin-inline: 0; padding-left: 1.5rem; font-size: clamp(2.3rem, 12vw, 4.4rem); }
  .article-situations { padding-block: 6rem; }
  .article-situations__inner { padding-left: 0; }
  .article-situations h2 { font-size: clamp(3.4rem, 15vw, 5.5rem); }
  .article-situations__grid { grid-template-columns: 1fr; }
  .article-situations__grid section, .article-situations__grid section:last-child { grid-column: 1; display: block; padding: 2.25rem 0; border-right: 0; }
  .article-closing-photo { min-height: 0; max-height: none; aspect-ratio: 4 / 3; }
  .article-closing-photo img { object-position: 60% 48%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .title-row > span { transform: none; }
  .photo-surface img, .article-diptych img { transform: none; }
  .photo-surface[data-photo-pan] { --photo-y: 50% !important; }
}
