@font-face {
  font-family:Editorial;
  src:url('assets/instrument-serif-regular.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face {
  font-family:Editorial;
  src:url('assets/instrument-serif-italic.woff2') format('woff2');
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face {
  font-family:Inter;
  src:url('assets/inter-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
:root {
  --paper:#f5f2eb;
  --ink:#282923;
  --accent:#6b2935;
  --muted:#64635c;
  --line:#d7d3c9;
  --serif:Editorial,Georgia,'Times New Roman',serif;
  --sans:Inter,Arial,sans-serif;
  --header-h:100px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-snap-type:y proximity;
  scroll-padding-top:var(--header-h);
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,summary,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  font:inherit;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid currentColor;
  outline-offset:6px;
}
::selection {
  color:var(--paper);
  background:var(--accent);
}
.skip-link {
  position:fixed;
  left:24px;
  top:-80px;
  padding:14px 24px;
  background:var(--ink);
  color:var(--paper);
  z-index:100;
}
.skip-link:focus {
  top:16px;
}
.site-header {
  height:var(--header-h);
  padding:0 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(245,242,235,.96);
  backdrop-filter:blur(16px);
}
.wordmark {
  font-size:16px;
  letter-spacing:.035em;
  white-space:nowrap;
}
.wordmark span:not(.wordmark-dot) {
  font-weight:600;
}
.wordmark-dot {
  color:var(--accent);
}
.site-header nav {
  display:flex;
  gap:36px;
  height:100%;
  align-items:center;
}
.nav-link {
  font-size:14px;
  position:relative;
  padding:10px 0;
  color:var(--muted);
}
.nav-link:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background:var(--accent);
  transform:scaleX(0);
  transition:transform .25s;
}
.nav-link:hover,.nav-link.active {
  color:var(--ink);
}
.nav-link.active:after {
  transform:scaleX(1);
}
.header-buy {
  font-size:14px;
  display:flex;
  align-items:center;
  gap:28px;
  border:1px solid #b5b1a7;
  padding:13px 18px;
  transition:background .2s;
}
.header-buy:hover {
  background:#e9e4d9;
}
.chapter {
  position:relative;
  min-height:calc(100svh - var(--header-h));
  scroll-snap-align:start;
  scroll-margin-top:0;
}
.book-section {
  padding:44px 5% 82px;
  display:grid;
  grid-template-columns:1.06fr 1fr;
  column-gap:7.3%;
  align-items:center;
}
.eyebrow {
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
  letter-spacing:.15em;
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 27px;
}
.small-rule {
  width:28px;
  height:1px;
  background:var(--accent);
}
h1,h2,h3,p {
  margin-top:0;
}
h1 {
  font-family:var(--serif);
  font-size:clamp(66px,6.5vw,112px);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.025em;
  margin:0 0 26px;
}
.title-last {
  white-space:nowrap;
}
.title-period {
  color:var(--accent);
}
.subtitle {
  font-family:var(--serif);
  font-size:clamp(26px,2.3vw,38px);
  line-height:1.17;
  letter-spacing:.005em;
  margin-bottom:23px;
}
.subtitle em {
  color:var(--accent);
}
.hero-description {
  font-size:16px;
  line-height:1.65;
  color:var(--muted);
  margin-bottom:26px;
}
.hero-actions {
  display:flex;
  gap:29px;
  align-items:center;
}
.button {
  font-size:14px;
  padding:18px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  min-height:54px;
  transition:background .2s,transform .2s;
}
.button-primary {
  color:var(--paper);
  background:var(--accent);
}
.button-primary:hover {
  background:#53202a;
  transform:translateY(-2px);
}
.text-link {
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:22px;
  line-height:2;
  border-bottom:1px solid #a8a398;
}
.text-link:hover {
  border-color:var(--accent);
  color:var(--accent);
}
.hero-art {
  align-self:stretch;
  max-height:750px;
  min-height:560px;
  background:#e9e5da;
  padding:25px 27px 21px;
  display:flex;
  flex-direction:column;
  position:relative;
}
.art-index {
  font-size:12px;
  color:#616158;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.cover-stage {
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:35px 10px;
  min-height:0;
}
.book-caption {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #c8c5bb;
  padding-top:17px;
  font-size:12px;
  gap:10px;
}
.chapter-footer {
  position:absolute;
  bottom:25px;
  left:5%;
  right:5%;
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:var(--muted);
  letter-spacing:.02em;
}
.chapter-footer a {
  display:flex;
  gap:25px;
}
.chapter-footer a:hover {
  color:var(--accent);
}
.chapter-progress {
  position:fixed;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:11px;
  font-size:10px;
  z-index:21;
  pointer-events:none;
  color:var(--muted);
}
.progress-line {
  width:1px;
  height:74px;
  background:#b5b1a7;
  display:block;
}
.progress-line>span {
  display:block;
  width:1px;
  height:33.33%;
  background:var(--accent);
  transition:height .5s;
}
@media(min-width:1600px) {
  .book-section {
    column-gap:9%;
    padding-top:60px;
    padding-bottom:100px;
  }
  .hero-art {
    max-height:820px;
  }
  .hero-description {
    font-size:18px;
  }
}
@media(max-width:1050px) {
  :root {
    --header-h:85px;
  }
  .site-header {
    padding:0 4%;
  }
  .site-header nav {
    gap:23px;
  }
  .header-buy {
    gap:12px;
  }
  .book-section {
    padding:38px 5% 75px;
    column-gap:5%;
    grid-template-columns:1.1fr 1fr;
  }
  .hero-art {
    min-height:530px;
    padding:20px;
  }
  .hero-actions {
    gap:20px;
    align-items:flex-start;
    flex-direction:column;
  }
  .art-index {
    font-size:12px;
    line-height:1.5;
  }
  .book-caption {
    flex-direction:column;
    gap:7px;
  }
  .chapter-progress {
    right:14px;
  }
  .cover-stage {
    padding:25px 0;
  }
  h1 {
    font-size:clamp(58px,7vw,75px);
  }
}
@media(max-width:700px) {
  :root {
    --header-h:118px;
  }
  html {
    scroll-snap-type:y proximity;
  }
  .site-header {
    padding:18px 24px 0;
    flex-wrap:wrap;
    align-content:space-between;
    gap:9px;
  }
  .wordmark {
    font-size:14px;
  }
  .header-buy {
    font-size:12px;
    padding:10px;
    gap:12px;
  }
  .site-header nav {
    order:3;
    justify-content:space-between;
    width:100%;
    height:46px;
    gap:0;
  }
  .nav-link {
    font-size:13px;
    padding:12px 0;
  }
  .book-section {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:35px;
    padding:37px 24px 80px;
  }
  .eyebrow {
    font-size:12px;
    margin-bottom:24px;
    letter-spacing:.12em;
  }
  h1 {
    font-size:clamp(62px,13.5vw,88px);
    margin-bottom:23px;
  }
  .subtitle {
    font-size:30px;
  }
  .hero-description {
    font-size:16px;
    margin-bottom:24px;
  }
  .desktop-break {
    display:none;
  }
  .hero-actions {
    flex-direction:row;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
  }
  .button {
    gap:25px;
    padding:16px 19px;
  }
  .text-link {
    gap:15px;
  }
  .hero-art {
    min-height:480px;
    max-height:none;
    padding:20px;
  }
  .cover-stage {
    padding:28px 12px;
  }
  .book-caption {
    flex-direction:row;
  }
  .chapter-footer {
    left:24px;
    right:24px;
    bottom:25px;
    font-size:12px;
  }
  .hero-footer>span {
    display:none;
  }
  .hero-footer>a {
    margin-left:auto;
  }
  .chapter-progress {
    display:none;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
}
.book-cover {
  display:block;
  width:auto;
  height:auto;
  max-height:min(55svh,510px);
  max-width:82%;
  object-fit:contain;
  transform:rotate(-5deg);
  box-shadow:12px 22px 30px #25251b32,2px 3px 5px #25251b1a;
  transition:transform .6s cubic-bezier(.2,.7,.2,1),box-shadow .6s;
}
.cover-stage:hover .book-cover {
  transform:rotate(-2deg) translateY(-5px);
  box-shadow:12px 28px 34px #25251b35;
}
.hero-copy {
  animation:arrive .8s both;
}
.hero-art {
  animation:arrive 1s .1s both;
}
.chapter-progress {
  font-size:12px;
}
.cases-section {
  background:#30242a;
  color:var(--paper);
  padding:64px 7% 86px 5%;
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:10%;
  align-items:center;
}
.cases-section .small-rule {
  background:#c79e9b;
}
.cases-section .eyebrow {
  color:#d0b5b7;
  margin-bottom:32px;
}
.cases-section h2,.author-copy h2 {
  font-family:var(--serif);
  font-size:clamp(62px,5.5vw,90px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.02em;
  margin:0 0 28px;
}
.cases-section h2 em {
  color:#d5aba9;
}
.section-description {
  max-width:345px;
  font-size:16px;
  line-height:1.75;
  color:#d0c7c8;
  margin-bottom:32px;
}
.case-premise {
  border-top:1px solid #605157;
  max-width:340px;
  display:flex;
  gap:23px;
  align-items:center;
  padding-top:25px;
}
.premise-mark {
  font-family:var(--serif);
  font-size:40px;
  color:#d5aba9;
}
.case-premise p {
  font-size:13px;
  line-height:1.7;
  color:#d0c7c8;
  margin:0;
}
.case-list {
  min-width:0;
}
.case {
  border-top:1px solid #75636c;
}
.case:last-of-type {
  border-bottom:1px solid #75636c;
}
.case summary {
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:30px 1fr 28px;
  gap:16px;
  padding:23px 0;
  align-items:start;
  transition:color .2s;
}
.case summary::-webkit-details-marker {
  display:none;
}
.case summary:hover .case-name {
  color:#e7c5c2;
}
.case-number {
  font-size:12px;
  color:#c4a4a6;
  padding-top:5px;
}
.case-heading {
  display:block;
}
.case-category {
  display:block;
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#d3b6b9;
}
.case-category>span {
  letter-spacing:.02em;
  color:#c2b4b7;
  margin-left:7px;
}
.case-name {
  display:block;
  font-family:var(--serif);
  font-size:34px;
  line-height:1.1;
  letter-spacing:.01em;
}
.case-name br {
  display:none;
}
.case-name br:after {
  content:' ';
}
.case-toggle {
  width:25px;
  height:25px;
  position:relative;
  margin-top:18px;
}
.case-toggle:before,.case-toggle:after {
  content:'';
  position:absolute;
  left:5px;
  top:12px;
  width:15px;
  height:1px;
  background:#ddc6ca;
  transition:transform .3s;
}
.case-toggle:after {
  transform:rotate(90deg);
}
details[open] .case-toggle:after {
  transform:rotate(0);
}
.case-body {
  padding:1px 41px 28px 46px;
  animation:arrive .35s both;
}
.case-body h3 {
  font-size:17px;
  font-weight:500;
  line-height:1.4;
  margin-bottom:12px;
  color:#f1e8e5;
}
.case-body>p {
  font-size:16px;
  line-height:1.75;
  color:#d7cccf;
  margin-bottom:18px;
}
.case-body .case-insight {
  border-left:1px solid #c69799;
  padding-left:16px;
  color:#e5c6c6;
  font-family:var(--serif);
  font-size:24px;
  font-style:italic;
  line-height:1.25;
  margin-bottom:0;
}
.source-note {
  font-size:12px;
  color:#c1aeb5;
  line-height:1.6;
  margin:19px 0 0 46px;
}
.cases-section .chapter-footer {
  color:#c6b7bd;
}
.cases-section .chapter-footer a:hover {
  color:#f5f2eb;
}
.viewing-cases .chapter-progress {
  color:#d3b6b9;
}
.viewing-cases .progress-line {
  background:#75636c;
}
.viewing-cases #progress-fill {
  background:#e5c6c6;
}
.author-section {
  padding:62px 8% 85px 8%;
  display:grid;
  grid-template-columns:.85fr 1fr;
  gap:13%;
  align-items:center;
}
.portrait-placeholder {
  aspect-ratio:4/5;
  max-height:615px;
  width:100%;
  background:#e7e1d7;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-self:center;
  padding:25px;
  position:relative;
  overflow:hidden;
}
.portrait-top,.portrait-bottom {
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:12px;
  color:#655e56;
  z-index:1;
}
.portrait-initial {
  font-family:var(--serif);
  font-size:clamp(200px,28vw,390px);
  color:#b4a99b;
  letter-spacing:-.1em;
  line-height:1;
  text-align:center;
  padding-right:.1em;
}
.portrait-initial>span {
  color:var(--accent);
  opacity:.7;
}
.portrait-bottom {
  border-top:1px solid #c8c0b4;
  padding-top:18px;
  align-items:end;
}
.portrait-bottom>span:last-child {
  font-size:12px;
  font-style:italic;
  text-align:right;
}
.author-copy h2 {
  font-size:clamp(64px,5.8vw,88px);
  margin-bottom:22px;
}
.author-copy h2 em {
  color:var(--accent);
}
.author-copy .eyebrow {
  margin-bottom:24px;
}
.author-lede {
  font-family:var(--serif);
  font-size:29px;
  line-height:1.2;
  margin-bottom:21px;
}
.author-bio {
  font-size:16px;
  color:var(--muted);
  line-height:1.8;
  margin-bottom:14px;
  max-width:485px;
}
.bio-source {
  font-size:12px;
  color:var(--muted);
  display:inline-flex;
  gap:13px;
  border-bottom:1px solid var(--line);
  padding-bottom:4px;
}
.bio-source:hover {
  color:var(--accent);
}
.author-cta {
  border-top:1px solid var(--line);
  margin-top:28px;
  padding-top:25px;
  display:flex;
  gap:22px;
  justify-content:space-between;
  align-items:center;
}
.author-cta>p {
  font-family:var(--serif);
  font-size:26px;
  line-height:1.15;
  margin:0;
}
.author-cta>p em {
  color:var(--accent);
}
.author-cta .button {
  padding:17px 20px;
  gap:25px;
  white-space:nowrap;
}
.reveal {
  opacity:1;
  transform:none;
}
.motion-ready .reveal {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);
}
.motion-ready .reveal.is-visible {
  opacity:1;
  transform:none;
}
.motion-ready .case-list {
  transition-delay:.12s;
}
@keyframes arrive {
  from {
    opacity:0;
    transform:translateY(16px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}
@media(min-width:1600px) {
  .cases-section {
    gap:12%;
  }
  .case-name {
    font-size:40px;
  }
  .case summary {
    padding-top:30px;
    padding-bottom:30px;
  }
  .case-body>p,.author-bio {
    font-size:16px;
  }
  .author-section {
    padding-left:11%;
    padding-right:11%;
  }
}
@media(max-width:1100px) {
  .cases-section {
    gap:6%;
    padding-right:6%;
    grid-template-columns:.85fr 1.15fr;
  }
  .cases-section h2 {
    font-size:64px;
  }
  .case summary {
    grid-template-columns:22px 1fr 20px;
    gap:12px;
  }
  .case-name {
    font-size:29px;
  }
  .case-body {
    padding-left:34px;
    padding-right:20px;
  }
  .source-note {
    margin-left:34px;
  }
  .case-category {
    font-size:12px;
    letter-spacing:.05em;
  }
  .author-section {
    gap:8%;
    padding-left:6%;
    padding-right:6%;
    grid-template-columns:.8fr 1fr;
  }
  .author-cta {
    align-items:flex-start;
    flex-direction:column;
  }
  .author-copy h2 {
    font-size:68px;
  }
  .author-lede {
    font-size:27px;
  }
  .portrait-bottom {
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}
@media(max-width:700px) {
  .book-cover {
    max-height:400px;
    max-width:83%;
  }
  .nav-link {
    font-size:14px;
  }
  .cases-section,.author-section {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding:44px 24px 85px;
    gap:35px;
  }
  .cases-section h2 {
    font-size:64px;
    margin-bottom:23px;
  }
  .cases-section .eyebrow {
    margin-bottom:26px;
  }
  .section-description {
    max-width:430px;
    margin-bottom:0;
  }
  .case-premise {
    display:none;
  }
  .case summary {
    grid-template-columns:22px 1fr 22px;
    padding:23px 0;
  }
  .case-name {
    font-size:30px;
    line-height:1.12;
  }
  .case-name br {
    display:block;
  }
  .case-category>span {
    margin-left:3px;
  }
  .case-body {
    padding:0 10px 26px 34px;
  }
  .case-body>p {
    font-size:16px;
    line-height:1.7;
  }
  .case-body h3 {
    font-size:17px;
  }
  .case-body .case-insight {
    font-size:25px;
  }
  .source-note {
    margin-left:0;
    margin-top:23px;
  }
  .cases-section .chapter-footer>span {
    display:none;
  }
  .cases-section .chapter-footer>a {
    margin-left:auto;
  }
  .author-section {
    padding-top:38px;
    gap:36px;
  }
  .portrait-placeholder {
    aspect-ratio:1.15;
    max-height:410px;
    order:2;
    padding:22px;
  }
  .portrait-initial {
    font-size:220px;
  }
  .portrait-bottom {
    flex-direction:row;
    align-items:end;
  }
  .author-copy {
    order:1;
  }
  .author-copy h2 {
    font-size:75px;
  }
  .author-lede {
    font-size:31px;
  }
  .author-bio {
    font-size:16px;
    max-width:none;
  }
  .author-cta {
    flex-direction:row;
    align-items:center;
    gap:15px;
    margin-top:24px;
    padding-top:24px;
  }
  .author-cta>p {
    font-size:25px;
  }
  .author-cta .button {
    padding:15px 16px;
    gap:20px;
  }
  .author-section .chapter-footer>span {
    max-width:190px;
    line-height:1.6;
    font-size:12px;
  }
  .author-section .chapter-footer {
    align-items:center;
    gap:15px;
  }
  .author-section .chapter-footer>a {
    font-size:12px;
    gap:12px;
  }
}
@media(max-width:370px) {
  .site-header {
    padding-left:18px;
    padding-right:18px;
  }
  .header-buy {
    gap:6px;
    font-size:12px;
  }
  .book-section,.cases-section,.author-section {
    padding-left:20px;
    padding-right:20px;
  }
  h1 {
    font-size:61px;
  }
  .hero-actions {
    gap:18px;
  }
  .cases-section h2 {
    font-size:57px;
  }
  .author-cta {
    align-items:flex-start;
    flex-direction:column;
  }
  .case-category {
    font-size:12px;
    letter-spacing:0;
  }
  .portrait-initial {
    font-size:190px;
  }
  .portrait-bottom {
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(prefers-reduced-motion:reduce) {
  .motion-ready .reveal {
    opacity:1;
    transform:none;
  }
  .book-cover,.cover-stage:hover .book-cover {
    transform:none;
  }
}
html.navigating {
  scroll-snap-type:none;
}
@media(min-width:701px) and (max-height:800px) {
  :root {
    --header-h:80px;
  }
  .book-section {
    padding-top:26px;
    padding-bottom:58px;
  }
  .book-section h1 {
    font-size:clamp(58px,5.4vw,80px);
    margin-bottom:18px;
  }
  .book-section .eyebrow {
    margin-bottom:19px;
  }
  .subtitle {
    font-size:27px;
    margin-bottom:17px;
  }
  .hero-description {
    line-height:1.5;
    margin-bottom:22px;
  }
  .desktop-break {
    display:none;
  }
  .hero-art {
    min-height:470px;
  }
  .book-cover {
    max-height:390px;
  }
  .cases-section {
    padding-top:42px;
    padding-bottom:68px;
    gap:7%;
  }
  .cases-section h2 {
    font-size:65px;
  }
  .case summary {
    padding-top:16px;
    padding-bottom:16px;
  }
  .case-name {
    font-size:30px;
  }
  .case-body {
    padding-bottom:20px;
  }
  .case-body>p {
    line-height:1.6;
  }
  .source-note {
    margin-top:15px;
  }
  .author-section {
    padding-top:36px;
    padding-bottom:70px;
  }
  .author-copy h2 {
    font-size:65px;
    margin-bottom:18px;
  }
  .author-copy .eyebrow {
    margin-bottom:18px;
  }
  .author-lede {
    font-size:26px;
    margin-bottom:16px;
  }
  .author-bio {
    line-height:1.65;
    margin-bottom:11px;
  }
  .author-cta {
    margin-top:20px;
    padding-top:19px;
  }
  .portrait-placeholder {
    max-height:520px;
  }
  .chapter-footer {
    bottom:20px;
  }
}

/* Let the revised introduction set both desktop columns' height. */
@media (min-width: 701px) {
  .book-section { align-content: center; }
  .hero-art {
    contain: size;
    min-height: 0;
    max-height: none;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .cover-stage { height: 100%; min-width: 0; padding: 30px 10px; }
  .book-cover { height: 100%; max-height: 100%; width: auto; }
}

/* Give the case copy more horizontal room and reduce the stack height. */
@media (min-width: 701px) {
  .cases-section {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.35fr);
    gap: 5%;
    padding-top: 42px;
    padding-bottom: 68px;
  }
  .case summary { padding-top: 17px; padding-bottom: 17px; }
  .case-name { font-size: 32px; }
  .case-body { padding-right: 18px; padding-bottom: 22px; }
  .case-body > p { line-height: 1.6; }
}

/* Align the tops and bottoms of each desktop pair, without fixed text heights. */
@media (min-width: 701px) {
  .cases-section, .author-section { align-content: center; }
  .cases-intro {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .case-premise { margin-top: auto; }
  .author-section { grid-template-columns: .85fr 1.1fr; gap: 8%; }
  .portrait-placeholder {
    contain: size;
    aspect-ratio: auto;
    min-height: 0;
    max-height: none;
    align-self: stretch;
  }
}

@media (min-width: 701px) {
  .cases-intro h2 { font-size: clamp(40px, 5.5vw, 82px); }
}
@media (min-width: 1000px) {
  .author-cta { flex-direction: row; align-items: center; }
}

/* Reserve the tallest accordion state so toggling does not move either column. */
.cases-section { overflow-anchor: none; }
html:has(.case-list:focus-within) { scroll-snap-type: none; }
.case-list {
  min-height: var(--case-list-height, 0px);
  display: flex;
  flex-direction: column;
}
.case-list .source-note { margin-top: auto; padding-top: 19px; }
.case-list.case-measure {
  position: fixed;
  left: -10000px;
  top: 0;
  min-height: 0;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: none;
}

/* Matching outer rules and equal footer rows in every accordion state. */
@media (min-width: 701px) {
  .cases-intro {
    border-top: 1px solid #75636c;
    padding-top: 17px;
  }
  .cases-intro .small-rule { display: none; }
  .case-list .case:last-of-type { border-bottom: 0; }
  .case-premise, .case-list .source-note {
    border-top: 1px solid #75636c;
    min-height: 80px;
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 19px;
  }
  .case-premise { max-width: none; align-items: flex-start; }
  .case-list .source-note { margin-left: 0; padding-left: 46px; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .case-list .source-note { padding-left: 34px; }
}
