@font-face {
  font-family: "Campaign Serif";
  src: url("assets/fonts/Editorial-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Campaign Serif";
  src: url("assets/fonts/Editorial-Italic.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Funnel Sans";
  src: url("assets/fonts/FunnelSans-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Funnel Sans";
  src: url("assets/fonts/FunnelSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --green: #1f3020;
  --cream: #ede0bd;
  --white: #f8f8f4;
  --paper: #f1f2ec;
  --ink: #142015;
  --line: rgba(31, 48, 32, 0.24);
  --sans: "Funnel Sans", "Avenir Next", sans-serif;
  --serif: "Campaign Serif", "Playfair Display", Georgia, serif;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  transform: translateY(-140%);
  background: var(--cream);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 30px;
  color: var(--green);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 248, 244, 0.93);
  backdrop-filter: blur(16px);
  transition: height 0.35s ease, background 0.35s ease;
}

.site-header.is-condensed { height: 68px; }

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img { width: 54px; height: 54px; }
.brand__name {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 44px); }
.desktop-nav a,
.join-link,
.eyebrow,
.hero-kicker,
.place-card__line span,
.place-card__line p,
.place-card__story,
.chapter__count,
.tour-list span,
.tour-list em,
.tour-list i,
.resolve__proof span,
.resolve__footer,
.menu__top,
.menu > p {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 0.3s ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.join-link {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 174px;
  justify-content: space-between;
  padding: 14px 16px;
  color: var(--white);
  background: var(--green);
  transition: color 0.25s, background 0.25s;
}
.join-link:hover { color: var(--green); background: var(--cream); }

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }

.menu {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 26px clamp(24px, 5vw, 72px) 38px;
  visibility: hidden;
  color: var(--cream);
  background: var(--green);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.65s cubic-bezier(0.76, 0, 0.24, 1), visibility 0.65s;
}
.menu.is-open { visibility: visible; clip-path: inset(0); }
.menu__top { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(237,224,189,.35); padding-bottom: 20px; }
.menu__close { color: inherit; border: 0; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; }
.menu nav { margin: auto 0; }
.menu nav a {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid rgba(237,224,189,.2);
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .9;
}
.menu nav a span { font-family: var(--sans); font-size: 10px; letter-spacing: .15em; }
.menu nav a:hover { color: var(--white); }

.assembly-hero {
  position: relative;
  min-height: 100vh;
  padding: 126px 30px 54px;
  color: var(--green);
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(31,48,32,.06) 50%, transparent calc(50% + .5px)),
    var(--white);
}

.hero-kicker { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.hero-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: end;
  gap: 40px;
  padding: 42px 0 48px;
}
.hero-heading h1,
.places h2,
.chapter h2,
.tour h2,
.resolve h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
}
.hero-heading h1 { font-size: clamp(4.5rem, 8.1vw, 9.8rem); line-height: .77; }
.hero-heading h1 em,
.tour h2 em { font-weight: 400; }
.hero-heading p { max-width: 380px; margin-left: auto; font-size: clamp(1.1rem, 1.5vw, 1.45rem); line-height: 1.25; }

.assembly {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  min-height: 550px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.assembly__list { display: flex; flex-direction: column; min-width: 0; }
.person-row {
  position: relative;
  flex: 1;
  min-height: 94px;
  display: grid;
  grid-template-columns: 48px minmax(180px, 1fr) minmax(120px, .66fr) 28px;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}
.person-row:last-child { border-bottom: 0; }
.person-row__number,
.person-row__meta { font-size: 11px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.person-row__number { opacity: .55; }
.person-row__name { overflow: hidden; font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.55rem); line-height: .95; white-space: nowrap; text-overflow: ellipsis; }
.person-row__meta { max-width: 22ch; opacity: .66; }
.person-row__arrow { opacity: 0; transform: translate(-8px, 8px); transition: opacity .25s, transform .25s; }
.person-row:hover,
.person-row.is-active { color: var(--white); background: var(--green); }
.person-row.is-active .person-row__arrow { opacity: 1; transform: none; }

.assembly__portrait { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; border-left: 1px solid var(--line); background: var(--cream); }
.portrait-frame { position: relative; min-height: 420px; overflow: hidden; }
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 65%, rgba(31,48,32,.22));
  mix-blend-mode: multiply;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.03) sepia(.1);
  transition: opacity .3s ease, transform .7s cubic-bezier(.22,1,.36,1);
}
.portrait-frame img.is-changing { opacity: 0; transform: scale(1.025); }
.portrait-frame__index { position: absolute; z-index: 2; top: 16px; right: 16px; padding: 8px 10px; color: var(--white); background: var(--green); font-size: 10px; letter-spacing: .08em; }
.assembly__portrait figcaption { min-height: 130px; display: grid; gap: 18px; align-content: center; padding: 22px 28px; border-top: 1px solid rgba(31,48,32,.35); }
.portrait-quote { max-width: 44ch; font-family: var(--serif); font-size: clamp(1.18rem, 1.65vw, 1.6rem); line-height: 1.05; }
.assembly__portrait figcaption span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.scroll-mark { width: max-content; display: flex; align-items: center; gap: 14px; margin: 30px auto 0; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-mark i { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.scroll-mark i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; animation: nudge 1.7s ease-in-out infinite; }

.places { padding: 150px 30px 170px; background: var(--white); }
.places__intro { display: grid; grid-template-columns: .58fr 1.22fr .7fr; align-items: start; gap: 40px; padding-bottom: 92px; }
.places h2 { font-size: clamp(4.4rem, 8vw, 9.4rem); line-height: .78; }
.places__lead { max-width: 410px; margin-top: 10px; font-size: clamp(1.2rem, 1.7vw, 1.65rem); line-height: 1.24; }
.place-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px 18px; }
.place-card--wide { grid-column: 1 / -1; }
.place-card__image { height: min(50vw, 680px); overflow: hidden; background: #ccd0c8; }
.place-card:not(.place-card--wide) .place-card__image { height: min(42vw, 570px); }
.place-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform 1s cubic-bezier(.22,1,.36,1), filter .5s; }
.place-card a:hover img { transform: scale(1.035); filter: grayscale(.1); }
.place-card__line { display: grid; grid-template-columns: 70px 1fr auto 24px; align-items: baseline; gap: 14px; padding: 18px 0 14px; border-bottom: 1px solid var(--line); }
.place-card__line h3 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.8rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.place-card__line i { font-style: normal; }
.place-card__story { max-width: 56ch; margin: 14px 0 0 84px; line-height: 1.5; }

.method { position: relative; height: 320vh; background: var(--paper); }
.method__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.method__track { height: 100%; width: 300vw; display: flex; will-change: transform; }
.chapter { position: relative; width: 100vw; height: 100vh; flex: 0 0 100vw; overflow: hidden; display: grid; grid-template-columns: .5fr 1fr 1fr; align-items: center; gap: 4vw; padding: 100px 5vw 54px; }
.chapter--thought { background: var(--cream); }
.chapter--heart { color: var(--green); background: var(--white); }
.chapter--deeds { color: var(--white); background: var(--green); }
.chapter__ordinal { align-self: start; margin-top: 40px; font-family: var(--serif); font-size: clamp(6rem, 15vw, 17rem); line-height: .7; opacity: .16; }
.chapter__copy { align-self: center; position: relative; z-index: 2; }
.chapter__copy h2 { margin: 20px 0 30px; font-size: clamp(5.5rem, 10.2vw, 12rem); line-height: .75; }
.chapter__copy > p { max-width: 31ch; font-size: clamp(1.3rem, 1.8vw, 1.8rem); line-height: 1.2; }
.chapter__copy > a { width: max-content; display: flex; gap: 32px; margin-top: 38px; padding: 16px 0; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.chapter__count { display: block; margin-top: 54px; }
.chapter__arch { align-self: end; justify-self: end; width: min(34vw, 520px); height: min(72vh, 730px); overflow: hidden; border-radius: 48% 48% 0 0 / 28% 28% 0 0; }
.chapter__arch img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.chapter--thought .chapter__arch img { filter: grayscale(.85) sepia(.15); }
.chapter--deeds .chapter__arch { border: 1px solid rgba(237,224,189,.45); }
.chapter--deeds .chapter__arch img { opacity: .7; mix-blend-mode: luminosity; }
.method__progress { position: absolute; right: 5vw; bottom: 28px; left: 5vw; height: 2px; background: rgba(31,48,32,.18); }
.method__progress span { display: block; width: 0; height: 100%; background: currentColor; }

.tour { padding: 150px 30px 160px; color: var(--green); background: var(--white); }
.tour__head { display: grid; grid-template-columns: 1.15fr .35fr .5fr; align-items: end; gap: 48px; padding-bottom: 90px; }
.tour h2 { margin-top: 22px; font-size: clamp(5rem, 9vw, 10.5rem); line-height: .74; }
.tour__head > img { width: clamp(120px, 13vw, 210px); justify-self: center; }
.tour__head > p { max-width: 33ch; font-size: clamp(1.15rem, 1.4vw, 1.45rem); line-height: 1.25; }
.tour-list { border-top: 1px solid var(--line); }
.tour-list a { min-height: 110px; display: grid; grid-template-columns: .65fr 1fr .9fr auto; align-items: center; gap: 24px; padding: 20px 14px; border-bottom: 1px solid var(--line); transition: color .3s, background .3s, padding .3s; }
.tour-list strong { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.6rem); font-weight: 400; line-height: .9; }
.tour-list em,
.tour-list i { font-style: normal; }
.tour-list i { text-align: right; }
.tour-list a:hover { padding-right: 26px; padding-left: 26px; color: var(--white); background: var(--green); }

.resolve { position: relative; min-height: 100vh; padding: 130px 30px 34px; overflow: hidden; color: var(--white); background: var(--green); }
.resolve__grain { position: absolute; inset: 0; opacity: .09; pointer-events: none; background-image: repeating-radial-gradient(circle at 30% 20%, var(--cream) 0 1px, transparent 1px 5px); background-size: 9px 9px; mix-blend-mode: soft-light; }
.resolve__intro { position: relative; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 40px; padding-bottom: 110px; }
.resolve h2 { font-size: clamp(4.8rem, 8.5vw, 10rem); line-height: .77; }
.resolve__intro > p { max-width: 27ch; font-size: clamp(1.2rem, 1.6vw, 1.55rem); line-height: 1.25; }
.resolve__proof { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.resolve__proof > div { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-right: 1px solid rgba(255,255,255,.24); }
.resolve__proof > div:last-child { border-right: 0; }
.resolve__proof strong { font-family: var(--serif); font-size: clamp(4rem, 8vw, 9rem); font-weight: 400; line-height: .75; color: var(--cream); }
.resolve__proof span { max-width: 24ch; line-height: 1.45; }
.resolve__cta { position: relative; min-height: 210px; display: flex; justify-content: space-between; align-items: center; margin-top: 110px; padding: 20px 44px; color: var(--green); background: var(--cream); clip-path: polygon(26px 0, calc(100% - 26px) 0, calc(100% - 26px) 26px, 100% 26px, 100% calc(100% - 26px), calc(100% - 26px) calc(100% - 26px), calc(100% - 26px) 100%, 26px 100%, 26px calc(100% - 26px), 0 calc(100% - 26px), 0 26px, 26px 26px); transition: color .3s, background .3s, clip-path .35s; }
.resolve__cta span { font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 8rem); letter-spacing: -.045em; }
.resolve__cta i { font-family: var(--serif); font-size: clamp(4rem, 7vw, 8rem); font-style: normal; }
.resolve__cta:hover { color: var(--green); background: var(--white); clip-path: polygon(52px 0, calc(100% - 52px) 0, calc(100% - 52px) 26px, calc(100% - 26px) 26px, calc(100% - 26px) 52px, 100% 52px, 100% calc(100% - 52px), calc(100% - 26px) calc(100% - 52px), calc(100% - 26px) calc(100% - 26px), calc(100% - 52px) calc(100% - 26px), calc(100% - 52px) 100%, 52px 100%, 52px calc(100% - 26px), 26px calc(100% - 26px), 26px calc(100% - 52px), 0 calc(100% - 52px), 0 52px, 26px 52px, 26px 26px, 52px 26px); }
.resolve__footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; margin-top: 110px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); }
.resolve__footer img { width: 110px; height: 110px; }
.resolve__footer p { justify-self: center; }
.resolve__footer nav { justify-self: end; display: flex; gap: 28px; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.mobile-join { display: none; }

@keyframes nudge {
  0%, 100% { transform: translateY(-3px); }
  50% { transform: translateY(4px); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 8px 18px; height: 70px; }
  .desktop-nav, .join-link { display: none; }
  .menu-toggle { display: block; }
  .brand img { width: 48px; height: 48px; }
  .assembly-hero { padding: 102px 18px 42px; background: var(--white); }
  .hero-heading { grid-template-columns: 1fr; padding: 34px 0; }
  .hero-heading p { margin-left: 0; }
  .assembly { grid-template-columns: 1fr; }
  .assembly__portrait { grid-row: 1; border-left: 0; border-bottom: 1px solid var(--line); }
  .portrait-frame { min-height: 520px; }
  .assembly__list { grid-row: 2; }
  .person-row { grid-template-columns: 36px 1fr 26px; }
  .person-row__meta { display: none; }
  .places { padding: 110px 18px 130px; }
  .places__intro { grid-template-columns: 1fr 1fr; }
  .places__intro .eyebrow { grid-column: 1 / -1; }
  .place-card__line { grid-template-columns: 55px 1fr 24px; }
  .place-card__line p { display: none; }
  .place-card__story { margin-left: 69px; }
  .method { height: auto; }
  .method__sticky { position: static; height: auto; overflow: visible; }
  .method__track { width: auto; height: auto; display: block; transform: none !important; }
  .chapter { width: 100%; height: auto; min-height: 780px; display: grid; grid-template-columns: .35fr .65fr; grid-template-rows: auto 1fr; padding: 90px 24px 0; }
  .chapter__ordinal { grid-row: 1; }
  .chapter__copy { grid-row: 1; }
  .chapter__arch { grid-column: 1 / -1; grid-row: 2; width: min(86vw, 620px); height: 500px; justify-self: center; }
  .method__progress { display: none; }
  .tour { padding: 110px 18px 120px; }
  .tour__head { grid-template-columns: 1fr .35fr; }
  .tour__head > p { grid-column: 1 / -1; }
  .tour-list a { grid-template-columns: .55fr 1fr auto; }
  .tour-list em { display: none; }
  .resolve { padding: 100px 18px 92px; }
  .resolve__intro { grid-template-columns: 1fr; padding-bottom: 80px; }
  .resolve__proof > div { min-height: 190px; padding: 22px; }
  .resolve__cta { min-height: 170px; margin-top: 80px; padding: 20px 30px; }
  .resolve__footer { grid-template-columns: 1fr auto; }
  .resolve__footer p { display: none; }
  .mobile-join { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: space-between; padding: 17px 20px; color: var(--white); background: var(--green); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 30px rgba(31,48,32,.25); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  .brand__name { font-size: 13px; }
  .hero-kicker span:last-child { display: none; }
  .hero-heading h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  .assembly { min-height: 0; }
  .portrait-frame { min-height: 390px; }
  .assembly__portrait figcaption { min-height: 148px; padding: 20px; }
  .person-row { min-height: 76px; padding: 13px 14px; gap: 10px; }
  .person-row__name { font-size: 1.5rem; }
  .places__intro { grid-template-columns: 1fr; gap: 28px; padding-bottom: 66px; }
  .places__intro .eyebrow { grid-column: auto; }
  .places h2 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .place-index { grid-template-columns: 1fr; gap: 68px; }
  .place-card--wide { grid-column: auto; }
  .place-card__image,
  .place-card:not(.place-card--wide) .place-card__image { height: 105vw; max-height: 580px; }
  .place-card__line { grid-template-columns: 44px 1fr 20px; gap: 8px; }
  .place-card__line h3 { font-size: 2.55rem; }
  .place-card__story { margin-left: 52px; }
  .chapter { min-height: 760px; grid-template-columns: 70px 1fr; gap: 16px; padding: 76px 18px 0; }
  .chapter__ordinal { font-size: 5rem; }
  .chapter__copy h2 { margin: 14px 0 24px; font-size: clamp(4.4rem, 22vw, 6.8rem); }
  .chapter__copy > p { font-size: 1.2rem; }
  .chapter__count { margin-top: 28px; }
  .chapter__arch { width: calc(100vw - 36px); height: 440px; }
  .tour__head { grid-template-columns: 1fr; gap: 30px; padding-bottom: 64px; }
  .tour__head > img { width: 100px; justify-self: start; grid-row: auto; margin-left: 0; }
  .tour__head > div { grid-row: auto; }
  .tour__head > p { grid-column: auto; }
  .tour h2 { font-size: clamp(4rem, 19vw, 6rem); }
  .tour-list a { min-height: 104px; grid-template-columns: .72fr 1fr 24px; gap: 10px; padding: 16px 4px; }
  .tour-list strong { font-size: 2.3rem; }
  .tour-list i { font-size: 0; }
  .tour-list i::after { content: "↗"; font-size: 17px; }
  .resolve__intro { gap: 28px; }
  .resolve h2 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .resolve__proof { grid-template-columns: 1fr; }
  .resolve__proof > div { min-height: 148px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .resolve__proof > div:last-child { border-bottom: 0; }
  .resolve__proof strong { font-size: 4.8rem; }
  .resolve__cta { min-height: 142px; margin-top: 62px; padding: 20px 24px; }
  .resolve__cta span { max-width: 7ch; font-size: 3.1rem; line-height: .82; }
  .resolve__cta i { font-size: 3.5rem; }
  .resolve__footer { margin-top: 72px; padding-bottom: 28px; }
  .resolve__footer img { width: 80px; height: 80px; }
  .resolve__footer nav { flex-direction: column; gap: 10px; text-align: right; }
  .menu nav a { grid-template-columns: 42px 1fr; font-size: clamp(2.7rem, 13vw, 4.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .method { height: auto; }
  .method__sticky { position: static; height: auto; overflow: visible; }
  .method__track { width: auto; height: auto; display: block; transform: none !important; }
  .chapter { width: 100%; min-height: 100vh; }
}
