@font-face {
  font-family: "IG Guides Newsreader";
  src: url("/assets/fonts/newsreader/newsreader-latin-wght-normal-v26.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "IG Guides Inter";
  src: url("/assets/fonts/inter/inter-latin-wght-normal-v20.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* Reusable premium editorial article foundation. */
.guide-article {
  --guide-ink: #101713;
  --guide-muted: #56655d;
  --guide-forest: #0c2118;
  --guide-forest-raised: #10271c;
  --guide-forest-soft: #143226;
  --guide-green: #73c600;
  --guide-green-strong: #79c900;
  --guide-lime: #91e100;
  --guide-lime-wash: #e7f3d5;
  --guide-sage-wash: #e2ecd8;
  --guide-paper: #f2f0e8;
  --guide-paper-raised: #f6f4ed;
  --guide-ivory: #faf9f4;
  --guide-ivory-clean: #fcfbf7;
  --guide-line: rgba(16, 23, 19, .18);
  --guide-line-strong: rgba(16, 23, 19, .32);
  --guide-shell-max: 90rem;
  --guide-inner-max: 77.5rem;
  --guide-reading-max: 45rem;
  position: relative;
  overflow: clip;
  color: var(--guide-ink);
  background: var(--guide-paper);
  font-family: "IG Guides Inter", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.62;
}

.guide-article,
.guide-article *,
.guide-article *::before,
.guide-article *::after {
  box-sizing: border-box;
}

.guide-article :where(h1, h2, h3) {
  margin: 0;
  color: var(--guide-ink);
  font-family: "IG Guides Newsreader", Georgia, serif;
  font-weight: 500;
  text-wrap: balance;
}

.guide-article :where(h4, legend, label, summary, button) {
  font-family: "IG Guides Inter", Inter, ui-sans-serif, system-ui, sans-serif;
}

.guide-article :where(p, ul, ol, dl, figure) {
  margin-top: 0;
}

.guide-article :where(p, li, dd) {
  color: var(--guide-muted);
}

.guide-article :where(p, li, dd, a, span) {
  overflow-wrap: break-word;
}

.guide-article :where(img, picture) {
  max-width: 100%;
}

.guide-article img {
  display: block;
}

.guide-article .guide-shell {
  width: min(
    calc(100% - (2 * clamp(1.25rem, 4vw, 3rem))),
    var(--guide-shell-max)
  );
  margin-inline: auto;
}

.guide-article .guide-chapter > .guide-shell,
.guide-article .guide-chapter-nav__inner,
.guide-article .guide-chapter-nav-mobile {
  max-width: var(--guide-inner-max);
}

.guide-article .guide-chapter .container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.guide-article .guide-kicker,
.guide-article .eyebrow {
  margin: 0 0 .625rem;
  color: #41584d;
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .155em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-article .guide-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.guide-article .guide-kicker::before {
  width: 1.75rem;
  height: .1875rem;
  flex: 0 0 auto;
  background: var(--guide-green);
  content: "";
}

.guide-article .guide-hero {
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--guide-line);
  background: var(--guide-ivory);
}

.guide-article .guide-hero-grid {
  display: grid;
  align-items: center;
  padding-block: clamp(4rem, 6.4vw, 5.75rem) clamp(3.5rem, 4.8vw, 4.5rem);
}

.guide-article .guide-hero-copy {
  min-width: 0;
  max-width: 47rem;
}

.guide-article .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem .625rem;
  align-items: center;
  margin: 0 0 2rem;
  color: #65736c;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.4;
}

.guide-article .breadcrumbs a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: .2em;
}

.guide-article .breadcrumbs a:hover {
  text-decoration-color: currentColor;
}

.guide-article .guide-hero h1 {
  max-width: 12.5ch;
  margin: .75rem 0 1.5rem;
  font-size: clamp(4rem, 5.15vw, 4.75rem);
  letter-spacing: -.045em;
  line-height: .96;
}

.guide-article .guide-answer {
  max-width: 66ch;
  margin: 0;
  color: #26332c;
  font-size: clamp(1.0625rem, 1.25vw, 1.1875rem);
  line-height: 1.62;
}

.guide-article .guide-answer strong {
  color: var(--guide-ink);
  font-weight: 800;
}

.guide-article .guide-note {
  max-width: var(--guide-reading-max);
  margin: 1.25rem 0 0;
  padding: .875rem 1rem;
  border: 0;
  border-left: .1875rem solid var(--guide-green);
  border-radius: 0;
  background: var(--guide-lime-wash);
  color: #314039;
  font-size: .9375rem;
  line-height: 1.52;
}

.guide-article .guide-note :where(p, li) {
  color: inherit;
}

.guide-article .guide-note h3 {
  margin-bottom: .5rem;
  font-family: "IG Guides Inter", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.guide-article .guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin-top: 1.75rem;
}

.guide-article .guide-hero-actions .btn,
.guide-article .guide-final-actions .btn {
  min-height: 3rem;
  padding: .75rem 1rem;
  border: 1px solid var(--guide-forest);
  border-radius: .5rem;
  box-shadow: none;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.25;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}

.guide-article .guide-hero-actions .btn-primary {
  border-color: var(--guide-forest);
  background: var(--guide-forest);
  color: #fff;
}

.guide-article .guide-hero-actions .btn-secondary {
  border-color: var(--guide-line-strong);
  background: transparent;
  color: var(--guide-ink);
}

.guide-article .guide-hero-actions .btn:hover,
.guide-article .guide-final-actions .btn:hover {
  transform: translateY(-1px);
}

.guide-article .guide-text-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  min-height: 2.75rem;
  padding-inline: .25rem;
  color: #2f4b3d;
  font-size: .875rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(47, 75, 61, .4);
  text-underline-offset: .25em;
}

.guide-article .guide-byline {
  max-width: 68ch;
  margin: 1.5rem 0 0;
  color: #68766f;
  font-size: .8125rem;
  line-height: 1.55;
}

.guide-article .guide-hero-media {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--guide-line);
  border-radius: 0;
  background: var(--guide-paper-raised);
  box-shadow: none;
}

.guide-article .guide-hero-media picture {
  display: block;
}

.guide-article .guide-hero-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.guide-article .guide-hero-media figcaption {
  position: static;
  margin: 0;
  padding: .75rem .875rem;
  border: 0;
  border-top: 1px solid var(--guide-line);
  border-radius: 0;
  background: var(--guide-paper-raised);
  color: #58675f;
  font-size: .8125rem;
  line-height: 1.45;
}

.guide-article .guide-chapter-nav {
  display: none;
}

.guide-article .guide-chapter-nav-mobile {
  position: relative;
  z-index: 4;
  padding-block: 1.25rem;
}

.guide-article .guide-chapter-nav-mobile > details {
  border-block: 1px solid var(--guide-line);
  background: var(--guide-ivory-clean);
}

.guide-article .guide-chapter-nav-mobile > details > summary {
  position: relative;
  min-height: 3.25rem;
  padding: .875rem 3rem .875rem 1rem;
  color: var(--guide-ink);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .04em;
  list-style: none;
}

.guide-article .guide-chapter-nav-mobile > details > summary::-webkit-details-marker {
  display: none;
}

.guide-article .guide-chapter-nav-mobile > details > summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "+";
  color: var(--guide-forest);
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%);
}

.guide-article .guide-chapter-nav-mobile > details[open] > summary::after {
  content: "−";
}

.guide-article .guide-chapter-nav-mobile nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--guide-line);
  background: var(--guide-line);
}

.guide-article .guide-chapter-nav-mobile nav a {
  display: flex;
  gap: .5rem;
  min-width: 0;
  min-height: 3rem;
  padding: .75rem 1rem;
  align-items: center;
  background: var(--guide-paper-raised);
  color: var(--guide-ink);
  font-size: .8125rem;
  font-weight: 750;
  line-height: 1.3;
}

.guide-article .guide-chapter-nav-mobile nav a span {
  color: #68796f;
  font-variant-numeric: tabular-nums;
}

.guide-article .guide-chapter-nav-mobile__all {
  padding: 1rem;
  border-top: 1px solid var(--guide-line);
  background: var(--guide-paper);
}

.guide-article .guide-chapter-nav-mobile__all > p {
  margin: 0 0 .75rem;
  color: #3d5147;
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guide-article .guide-chapter-nav-mobile__all ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .375rem 1.25rem;
  margin: 0;
  padding-left: 1.25rem;
}

.guide-article .guide-chapter-nav-mobile__all a {
  color: #32483d;
  font-size: .8125rem;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(50, 72, 61, .28);
  text-underline-offset: .18em;
}

.guide-article :where([id]) {
  scroll-margin-top: 6rem;
}

.guide-article .guide-chapter {
  position: relative;
  padding-block: clamp(4.75rem, 6.5vw, 5.75rem);
  border-top: 1px solid var(--guide-line);
  background: var(--guide-paper);
}

.guide-article .guide-chapter--pace,
.guide-article .guide-chapter--media {
  background: var(--guide-ivory);
}

.guide-article .guide-chapter__intro {
  display: grid;
  grid-template-columns: clamp(5.5rem, 8vw, 7.5rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  max-width: 62rem;
  margin-bottom: 2rem;
}

.guide-article .guide-chapter__folio {
  display: block;
  color: #a8b6ae;
  font-family: "IG Guides Newsreader", Georgia, serif;
  font-size: clamp(5.5rem, 7.6vw, 7.5rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 300;
  letter-spacing: -.06em;
  line-height: .8;
}

.guide-article .guide-chapter__intro h2 {
  max-width: 17ch;
  margin: .25rem 0 1rem;
  font-size: clamp(3rem, 4.2vw, 3.75rem);
  letter-spacing: -.04em;
  line-height: .98;
}

.guide-article .guide-chapter__intro > div > p:last-child {
  max-width: 62ch;
  margin: 0;
  color: var(--guide-muted);
  font-size: 1.0625rem;
  line-height: 1.62;
}

.guide-article .guide-short-answer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8rem, .26fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  max-width: 62rem;
  margin: 0 0 clamp(2.5rem, 4vw, 3.5rem);
  padding: 1.25rem 1.5rem;
  border-block: 1px solid rgba(16, 23, 19, .2);
  background: var(--guide-lime-wash);
}

.guide-article .guide-short-answer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5.5rem;
  height: .25rem;
  background: var(--guide-green);
  content: "";
}

.guide-article .guide-short-answer > span {
  color: #32473c;
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.guide-article .guide-short-answer > p {
  max-width: 68ch;
  margin: 0;
  color: var(--guide-ink);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.55;
}

.guide-article .guide-chapter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.guide-article .guide-chapter__main {
  min-width: 0;
}

.guide-article .guide-chapter__main > * {
  min-width: 0;
}

.guide-article .guide-chapter__main > * + * {
  margin-top: clamp(3rem, 5vw, 4rem);
}

.guide-article .guide-section,
.guide-article .guide-topic {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
}

.guide-article .section-alt {
  background: transparent;
}

.guide-article .guide-section-heading {
  max-width: var(--guide-reading-max);
  margin: 0 0 1.5rem;
  text-align: left;
}

.guide-article .guide-section-heading h2 {
  margin: 0 0 .875rem;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  letter-spacing: -.025em;
  line-height: 1.08;
}

.guide-article .guide-section-heading p:last-child {
  max-width: 65ch;
  margin-bottom: 0;
  color: var(--guide-muted);
  font-size: 1.0625rem;
  line-height: 1.62;
}

.guide-article .guide-prose,
.guide-article .guide-reading-layout,
.guide-article .guide-methodology {
  max-width: var(--guide-reading-max);
}

.guide-article .guide-reading-layout {
  display: block;
}

.guide-article .guide-prose :where(p, li),
.guide-article .guide-methodology :where(p, li) {
  color: #38473f;
  font-size: 1.0625rem;
  line-height: 1.64;
}

.guide-article .guide-prose h3,
.guide-article .guide-methodology h3 {
  margin: 1.75rem 0 .75rem;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  letter-spacing: -.02em;
  line-height: 1.12;
}

.guide-article .guide-prose :where(ul, ol),
.guide-article .guide-methodology :where(ul, ol) {
  display: grid;
  gap: .625rem;
  margin: 1rem 0 1.25rem;
  padding-left: 1.25rem;
}

.guide-article .guide-prose ul,
.guide-article .guide-methodology ul {
  list-style: disc;
}

.guide-article .guide-prose a,
.guide-article .guide-methodology a,
.guide-article .guide-section > .container > p a {
  color: #244d39;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(36, 77, 57, .35);
  text-underline-offset: .2em;
}

.guide-article .guide-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17.5rem, .72fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.guide-article .guide-inline-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 0;
  background: var(--guide-paper-raised);
}

.guide-article .guide-inline-photo img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}

.guide-article .guide-inline-photo figcaption {
  padding: .75rem .875rem;
  border-top: 1px solid var(--guide-line);
  color: #5b6962;
  font-size: .8125rem;
  line-height: 1.45;
}

.guide-article .guide-detail {
  margin: 1.75rem 0 0;
  border-block: 1px solid var(--guide-line);
  background: var(--guide-ivory-clean);
}

.guide-article .guide-detail > summary {
  position: relative;
  min-height: 3.5rem;
  padding: 1rem 3.25rem 1rem 1rem;
  color: var(--guide-ink);
  cursor: pointer;
  font-size: .9375rem;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.guide-article .guide-detail > summary::-webkit-details-marker {
  display: none;
}

.guide-article .guide-detail > summary > span {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #426052;
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.guide-article .guide-detail[open] > summary > span {
  transform: translateY(-50%) rotate(45deg);
}

.guide-article .guide-detail > :not(summary) {
  border-top: 1px solid var(--guide-line);
}

.guide-article .guide-organizer-notes {
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-top: .25rem solid var(--guide-green);
  background: var(--guide-sage-wash);
}

.guide-article .guide-organizer-notes__title {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid var(--guide-line);
  color: #30463b;
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.guide-article .guide-organizer-notes > section {
  min-width: 0;
  padding: 1rem;
  border-bottom: 1px solid var(--guide-line);
}

.guide-article .guide-organizer-notes > section:last-child {
  border-bottom: 0;
}

.guide-article .guide-organizer-notes > section p {
  margin: 0 0 .25rem;
  color: var(--guide-ink);
  font-size: .8125rem;
  font-weight: 800;
  line-height: 1.4;
}

.guide-article .guide-organizer-notes > section span {
  display: block;
  color: #4f6158;
  font-size: .8125rem;
  line-height: 1.45;
}

.guide-article .guide-context-image {
  max-width: 100%;
  margin-inline: 0;
  overflow: hidden;
  border-block: 1px solid var(--guide-line);
  background: var(--guide-paper-raised);
}

.guide-article .guide-context-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.guide-article .guide-context-image--landscape img {
  aspect-ratio: 16 / 9;
}

.guide-article .guide-context-image--portrait {
  max-width: 48rem;
}

.guide-article .guide-context-image--portrait img {
  aspect-ratio: 4 / 3;
}

.guide-article .guide-context-image figcaption {
  padding: .75rem .875rem;
  border-top: 1px solid var(--guide-line);
  color: #5b6962;
  font-size: .8125rem;
  line-height: 1.45;
}

.guide-article .guide-role-strip {
  padding: 1.5rem;
  border-block: 1px solid var(--guide-line);
  background: var(--guide-lime-wash);
}

.guide-article .guide-role-strip h3 {
  max-width: 24ch;
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.guide-article .guide-role-strip ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--guide-line);
  list-style: none;
}

.guide-article .guide-role-strip li {
  min-width: 0;
  padding: .875rem;
  background: var(--guide-ivory-clean);
  color: #34463d;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.45;
}

.guide-article .guide-methodology {
  padding: 1.5rem;
  border: 1px solid var(--guide-line);
  border-radius: 0;
  background: var(--guide-paper-raised);
}

.guide-article .guide-methodology h2 {
  margin-bottom: .875rem;
  font-size: clamp(1.625rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.guide-article .guide-final-cta {
  margin-top: clamp(3rem, 5vw, 4rem);
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(12, 33, 24, .28);
  background: var(--guide-lime);
}

.guide-article .guide-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
  gap: 2rem;
  align-items: center;
}

.guide-article .guide-final-cta h2 {
  max-width: 20ch;
  margin-bottom: .75rem;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  letter-spacing: -.03em;
  line-height: 1.02;
}

.guide-article .guide-final-cta p {
  max-width: 68ch;
  color: #203128;
  font-size: .9375rem;
  line-height: 1.55;
}

.guide-article .guide-final-actions {
  display: grid;
  gap: .625rem;
  min-width: 0;
}

.guide-article .guide-final-actions .btn-primary {
  border-color: var(--guide-forest);
  background: var(--guide-forest);
  color: #fff;
}

.guide-article .guide-final-actions .btn-secondary {
  border-color: rgba(12, 33, 24, .4);
  background: transparent;
  color: var(--guide-forest);
}

.editorial-page--guides [data-guide-editorial-close] .btn-secondary {
  border-color: var(--guide-forest);
  background: var(--guide-paper);
  color: var(--guide-forest);
}

.editorial-page--guides [data-guide-editorial-close] .btn-secondary:hover {
  border-color: var(--guide-forest);
  background: var(--guide-lime-wash);
  color: var(--guide-forest);
}

.guide-article :focus-visible {
  outline: .1875rem solid var(--guide-green);
  outline-offset: .1875rem;
}

@media (min-width: 68.75rem) {
  .guide-article .guide-hero-grid {
    grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
    gap: 3rem;
  }

  .guide-article .guide-chapter-nav {
    position: sticky;
    top: 4.4375rem;
    z-index: 15;
    display: block;
    height: 4.125rem;
    border-bottom: 1px solid var(--guide-line);
    background: rgba(250, 249, 244, .98);
  }

  .guide-article .guide-chapter-nav__inner {
    display: flex;
    height: 4.125rem;
    gap: 1.25rem;
    align-items: center;
  }

  .guide-article .guide-chapter-nav__inner > p {
    flex: 0 0 auto;
    margin: 0;
    color: #405248;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .guide-article .guide-chapter-nav__links {
    display: flex;
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    gap: clamp(.75rem, 1.6vw, 1.5rem);
    align-items: stretch;
    justify-content: center;
    white-space: nowrap;
  }

  .guide-article .guide-chapter-nav__links a {
    position: relative;
    display: inline-flex;
    min-width: 0;
    height: 100%;
    gap: .375rem;
    align-items: center;
    border-bottom: .1875rem solid transparent;
    color: #4c5c54;
    font-size: clamp(.75rem, .85vw, .875rem);
    font-weight: 700;
    line-height: 1.2;
  }

  .guide-article .guide-chapter-nav__links a span {
    color: #79867f;
    font-size: .6875rem;
    font-variant-numeric: tabular-nums;
  }

  .guide-article .guide-chapter-nav__links a[aria-current="location"] {
    border-bottom-color: var(--guide-green);
    color: var(--guide-ink);
    font-weight: 850;
  }

  .guide-article .guide-chapter-nav__all {
    position: relative;
    flex: 0 0 auto;
  }

  .guide-article .guide-chapter-nav__all > summary {
    min-height: 2.75rem;
    padding: .6875rem 2rem .6875rem .875rem;
    border: 1px solid var(--guide-line);
    color: #34473d;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.25;
    list-style: none;
  }

  .guide-article .guide-chapter-nav__all > summary::-webkit-details-marker {
    display: none;
  }

  .guide-article .guide-chapter-nav__all > summary::after {
    position: absolute;
    top: 50%;
    right: .75rem;
    content: "+";
    font-size: 1rem;
    line-height: 1;
    transform: translateY(-50%);
  }

  .guide-article .guide-chapter-nav__all[open] > summary::after {
    content: "−";
  }

  .guide-article .guide-chapter-nav__all > div {
    position: absolute;
    top: calc(100% + .625rem);
    right: 0;
    width: min(24rem, calc(100vw - 2rem));
    max-height: calc(100vh - 10rem);
    padding: 1rem;
    overflow-y: auto;
    border: 1px solid var(--guide-line-strong);
    background: var(--guide-ivory-clean);
    box-shadow: 0 .75rem 1.75rem rgba(12, 33, 24, .12);
  }

  .guide-article .guide-chapter-nav__all > div > p {
    margin: 0 0 .625rem;
    color: #5a6861;
    font-size: .75rem;
    line-height: 1.4;
  }

  .guide-article .guide-chapter-nav__all ol {
    display: grid;
    gap: .25rem;
    margin: 0;
    padding-left: 1.25rem;
  }

  .guide-article .guide-chapter-nav__all a {
    display: block;
    padding: .25rem 0;
    color: #2d4739;
    font-size: .8125rem;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-color: rgba(45, 71, 57, .25);
    text-underline-offset: .18em;
  }

  .guide-article .guide-chapter-nav-mobile {
    display: none;
  }

  .guide-article :where([id]) {
    scroll-margin-top: 10rem;
  }
}

@media (min-width: 80rem) {
  .guide-article .guide-chapter__grid {
    grid-template-columns: minmax(0, 1fr) 18.125rem;
    gap: 3rem;
  }
}

@media (min-width: 68.75rem) and (max-width: 79.9375rem) {
  .guide-article .guide-organizer-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-article .guide-organizer-notes__title {
    grid-column: 1 / -1;
  }

  .guide-article .guide-organizer-notes > section {
    border-right: 1px solid var(--guide-line);
  }

  .guide-article .guide-organizer-notes > section:nth-of-type(even) {
    border-right: 0;
  }
}

@media (max-width: 68.6875rem) {
  .guide-article .guide-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-article .guide-hero-copy {
    max-width: 52rem;
  }

  .guide-article .guide-hero-media {
    width: min(100%, 60rem);
    margin-top: clamp(2.25rem, 5vw, 2.75rem);
  }

  .guide-article .guide-chapter-nav {
    display: none !important;
  }

  .guide-article .guide-chapter-nav-mobile {
    display: block;
  }

  .guide-article .guide-organizer-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-article .guide-organizer-notes__title {
    grid-column: 1 / -1;
  }

  .guide-article .guide-organizer-notes > section {
    border-right: 1px solid var(--guide-line);
  }

  .guide-article .guide-organizer-notes > section:nth-of-type(even) {
    border-right: 0;
  }
}

@media (max-width: 51.25rem) {
  .guide-article {
    font-size: 1.0625rem;
  }

  .guide-article .guide-shell {
    width: min(calc(100% - 2rem), var(--guide-shell-max));
  }

  .guide-article .guide-hero-grid {
    padding-block: 3.5rem 3rem;
  }

  .guide-article .guide-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.5rem, 9vw, 3rem);
    line-height: .98;
  }

  .guide-article .guide-hero-media {
    margin-top: clamp(1.75rem, 6vw, 2.25rem);
  }

  .guide-article .guide-hero-media img {
    aspect-ratio: 4 / 3;
  }

  .guide-article .guide-chapter {
    padding-block: clamp(3.5rem, 9vw, 4.5rem);
  }

  .guide-article .guide-chapter__intro {
    display: block;
    margin-bottom: 1.5rem;
  }

  .guide-article .guide-chapter__folio {
    margin-bottom: 1rem;
    font-size: clamp(2.375rem, 11vw, 3.25rem);
    line-height: .9;
  }

  .guide-article .guide-chapter__intro h2 {
    margin-top: .375rem;
    font-size: clamp(2.125rem, 7.5vw, 2.625rem);
    line-height: 1;
  }

  .guide-article .guide-short-answer {
    grid-template-columns: 1fr;
    gap: .625rem;
    padding: 1rem;
  }

  .guide-article .guide-chapter__main > * + * {
    margin-top: clamp(2.25rem, 8vw, 3rem);
  }

  .guide-article .guide-section-heading h2 {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
  }

  .guide-article .guide-split-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-article .guide-organizer-notes {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-article .guide-organizer-notes__title {
    grid-column: auto;
  }

  .guide-article .guide-organizer-notes > section {
    border-right: 0;
  }

  .guide-article .guide-context-image--portrait {
    max-width: 100%;
  }

  .guide-article .guide-context-image :where(img),
  .guide-article .guide-context-image--landscape :where(img),
  .guide-article .guide-context-image--portrait :where(img) {
    aspect-ratio: 4 / 3;
  }

  .guide-article .guide-final-cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-article .guide-final-actions {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .guide-article .guide-chapter-nav-mobile nav,
  .guide-article .guide-chapter-nav-mobile__all ol,
  .guide-article .guide-role-strip ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 26.875rem) {
  .guide-article .guide-shell {
    width: calc(100% - 1.5rem);
  }

  .guide-article .breadcrumbs {
    margin-bottom: 1.5rem;
  }

  .guide-article .guide-hero-grid {
    padding-block: 3rem 2.5rem;
  }

  .guide-article .guide-hero h1 {
    font-size: 2.5rem;
  }

  .guide-article .guide-answer {
    font-size: 1.0625rem;
  }

  .guide-article .guide-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-article .guide-hero-actions .btn {
    width: 100%;
  }

  .guide-article .guide-text-link {
    justify-content: center;
    text-align: center;
  }

  .guide-article .guide-chapter-nav-mobile {
    width: calc(100% - 1.5rem);
  }

  .guide-article .guide-final-cta {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 20rem) {
  .guide-article .guide-shell,
  .guide-article .guide-chapter-nav-mobile {
    width: calc(100% - 1rem);
  }

  .guide-article .guide-hero h1 {
    font-size: 2.5rem;
    letter-spacing: -.04em;
  }

  .guide-article .guide-chapter__intro h2 {
    font-size: 2.125rem;
  }

  .guide-article .guide-note,
  .guide-article .guide-short-answer,
  .guide-article .guide-role-strip {
    padding-inline: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-article,
  .guide-article *,
  .guide-article *::before,
  .guide-article *::after {
    scroll-behavior: auto !important;
    transition-delay: 0ms !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .guide-article {
    color: CanvasText;
    background: Canvas;
    forced-color-adjust: auto;
  }

  .guide-article :where(
    .guide-short-answer,
    .guide-organizer-notes,
    .guide-role-strip,
    .guide-final-cta,
    .guide-detail,
    .guide-hero-media,
    .guide-context-image
  ) {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .guide-article :where(a, button, summary):focus-visible {
    outline: .1875rem solid Highlight;
    outline-offset: .1875rem;
  }

  .guide-article .guide-chapter-nav__links a[aria-current="location"] {
    border-bottom-color: Highlight;
  }
}
