@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/forum-latin.woff2") format("woff2");
}

.progressive-disclosure-prototype {
  overflow-x: clip;
}

.progressive-disclosure-prototype .article-shell {
  position: relative;
}

.progressive-disclosure-prototype .site-header-inner {
  min-height: 86px;
}

.progressive-disclosure-prototype .wordmark {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 9px 0 8px;
}

.site-brand-name {
  color: var(--ink);
  font-family: "Forum", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-brand-tagline {
  color: var(--gold-text);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .07em;
  text-transform: uppercase;
  animation: site-brand-gold-shimmer 4.8s ease-in-out infinite;
}

@keyframes site-brand-gold-shimmer {
  0%, 100% {
    color: var(--gold-text);
    text-shadow: 0 0 0 rgba(204, 171, 72, 0);
  }
  50% {
    color: var(--gold-bright);
    text-shadow: 0 0 11px rgba(204, 171, 72, .58);
  }
}

.progressive-disclosure-prototype .article-hero-inner {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
}

.progressive-disclosure-prototype .article-hero-copy {
  max-width: 920px;
  padding: 58px 0 62px;
}

.progressive-disclosure-prototype .article-hero h1,
.progressive-disclosure-prototype .article-deck,
.progressive-disclosure-prototype .author-byline {
  max-width: 860px;
}

.progressive-disclosure-prototype .practical-summary {
  padding: 62px 56px 60px;
  color: var(--ink);
  background: var(--paper);
  border-bottom-color: var(--line-dark);
}

.progressive-disclosure-prototype .practical-summary::before {
  background: var(--gold-bright);
}

.progressive-disclosure-prototype .summary-heading {
  max-width: 720px;
  margin-bottom: 30px;
  padding-right: 64px;
  font-size: clamp(40px, 4vw, 50px);
}

.progressive-disclosure-prototype .summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  border: 0;
  border-top: 1px solid var(--line-dark);
}

.progressive-disclosure-prototype .summary-item,
.progressive-disclosure-prototype .summary-item:nth-child(2n),
.progressive-disclosure-prototype .summary-item:nth-child(3n) {
  min-height: 0;
  padding: 24px 0 25px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.progressive-disclosure-prototype .summary-label {
  margin-bottom: 10px;
  color: var(--gold-text);
  font-size: 14px;
  line-height: 1.45;
  text-transform: none;
}

.progressive-disclosure-prototype .summary-points {
  display: grid;
  gap: 9px;
  max-width: 56ch;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  list-style: none;
}

.progressive-disclosure-prototype .summary-points li {
  position: relative;
  padding-left: 18px;
}

.progressive-disclosure-prototype .summary-points li::before {
  position: absolute;
  top: .68em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.progressive-disclosure-prototype .patient-summary-download {
  position: absolute;
  z-index: 2;
  top: 54px;
  right: 56px;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.progressive-disclosure-prototype .patient-summary-download .download-icon,
.progressive-disclosure-prototype .patient-summary-download .download-copy {
  display: none;
}

.progressive-disclosure-prototype .patient-summary-download-link {
  width: 44px;
  min-height: 44px;
  padding: 0;
  border-color: var(--line-dark);
  border-radius: 50%;
  color: var(--gold-text);
  background: var(--paper);
  font-size: 0;
  box-shadow: none;
}

.progressive-disclosure-prototype .patient-summary-download-link:hover,
.progressive-disclosure-prototype .patient-summary-download-link:focus-visible {
  border-color: var(--gold-text);
  color: var(--ink);
  background: var(--gold-pale);
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
}

.progressive-disclosure-prototype .patient-summary-download-link svg {
  width: 19px;
  height: 19px;
}

.progressive-disclosure-prototype .video-section {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  padding: 44px 56px 50px;
  background: var(--soft);
}

.progressive-disclosure-prototype .video-copy {
  display: block;
}

.progressive-disclosure-prototype .video-kicker,
.progressive-disclosure-prototype .video-copy > p {
  display: none;
}

.progressive-disclosure-prototype .video-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 40px);
}

.progressive-disclosure-prototype .video-card-grid {
  grid-template-columns: minmax(0, 720px);
  gap: 0;
}

.progressive-disclosure-prototype .video-card,
.progressive-disclosure-prototype .video-card-short {
  min-height: 104px;
  align-items: center;
  padding: 20px 4px;
  border: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.progressive-disclosure-prototype .video-card:hover,
.progressive-disclosure-prototype .video-card:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gold-text);
  background: rgba(255, 255, 255, .55);
  box-shadow: none;
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
}

.progressive-disclosure-prototype .video-card-icon,
.progressive-disclosure-prototype .video-card-short .video-card-icon,
.progressive-disclosure-prototype .video-card-label,
.progressive-disclosure-prototype .video-card-short .video-card-label,
.progressive-disclosure-prototype .video-card-arrow,
.progressive-disclosure-prototype .video-card-short .video-card-arrow {
  color: var(--gold-text);
}

.progressive-disclosure-prototype .video-card-copy strong {
  font-size: 15px;
}

.progressive-disclosure-prototype .video-card-copy > span:last-child,
.progressive-disclosure-prototype .video-card-short .video-card-copy > span:last-child {
  color: var(--muted);
  font-size: 12px;
}

.progressive-disclosure-prototype .video-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.progressive-disclosure-prototype .patient-quiz-card {
  position: relative;
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(216, 182, 74, .72);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #46278f 0%, #7036c5 42%, #174fba 100%);
  box-shadow: 0 18px 42px rgba(39, 37, 37, .16);
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.progressive-disclosure-prototype .patient-quiz-card::after {
  position: absolute;
  z-index: 3;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.progressive-disclosure-prototype .patient-quiz-card-tiles {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: .94;
}

.progressive-disclosure-prototype .patient-quiz-card-tiles span:nth-child(1) { background: #e64150; clip-path: polygon(0 0, 100% 0, 68% 100%, 0 76%); }
.progressive-disclosure-prototype .patient-quiz-card-tiles span:nth-child(2) { background: #1268d6; clip-path: polygon(0 0, 100% 0, 100% 82%, 24% 100%); }
.progressive-disclosure-prototype .patient-quiz-card-tiles span:nth-child(3) { background: #d59b09; clip-path: polygon(0 12%, 78% 0, 100% 100%, 0 100%); }
.progressive-disclosure-prototype .patient-quiz-card-tiles span:nth-child(4) { background: #218653; clip-path: polygon(20% 0, 100% 12%, 100% 100%, 0 100%); }

.progressive-disclosure-prototype .patient-quiz-card-copy {
  max-width: 28ch;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(24, 19, 38, .82);
  backdrop-filter: blur(8px);
}

.progressive-disclosure-prototype .patient-quiz-card-eyebrow {
  color: #ffe067;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.progressive-disclosure-prototype .patient-quiz-card-copy strong {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(27px, 2.9vw, 36px);
  font-weight: 400;
  line-height: 1.05;
}

.progressive-disclosure-prototype .patient-quiz-card-copy > span:last-child {
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  line-height: 1.45;
}

.progressive-disclosure-prototype .patient-quiz-card-arrow {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #ffe067;
  font-size: 32px;
  line-height: 1;
}

.progressive-disclosure-prototype .patient-quiz-card:hover,
.progressive-disclosure-prototype .patient-quiz-card:focus-visible {
  transform: translateY(-3px);
  border-color: #ffe067;
  box-shadow: 0 24px 52px rgba(39, 37, 37, .22);
  outline: 3px solid var(--st-focus);
  outline-offset: 4px;
}

.progressive-disclosure-prototype .video-card-visual {
  min-height: 0;
  aspect-ratio: 1672 / 941;
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(216, 182, 74, .72);
  border-radius: 10px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(39, 37, 37, .16);
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.progressive-disclosure-prototype .video-card-visual::after {
  position: absolute;
  z-index: 3;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.progressive-disclosure-prototype .video-card-visual-image,
.progressive-disclosure-prototype .video-card-visual-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.progressive-disclosure-prototype .video-card-visual-image {
  z-index: -2;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.progressive-disclosure-prototype .video-card-visual-scrim {
  z-index: -1;
  background: linear-gradient(180deg, transparent 47%, rgba(39, 37, 37, .12) 64%, rgba(31, 29, 28, .94) 100%);
}

.progressive-disclosure-prototype .video-card-visual-copy {
  width: min(62%, 560px);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3.2vw, 38px);
}

.progressive-disclosure-prototype .video-card-visual .video-card-label {
  margin: 0 0 8px;
  color: #E6C860;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .12em;
}

.progressive-disclosure-prototype .video-card-visual strong {
  max-width: 18ch;
  display: block;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(25px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

.progressive-disclosure-prototype .video-card-visual:hover,
.progressive-disclosure-prototype .video-card-visual:focus-visible {
  transform: translateY(-3px);
  border-color: #E6C860;
  background: var(--ink);
  box-shadow: 0 24px 52px rgba(39, 37, 37, .22);
  outline: 3px solid var(--st-focus);
  outline-offset: 4px;
}

.progressive-disclosure-prototype .video-card-visual:hover .video-card-visual-image,
.progressive-disclosure-prototype .video-card-visual:focus-visible .video-card-visual-image {
  transform: scale(1.025);
}

.progressive-disclosure-prototype .article-body {
  width: min(calc(100% - 48px), 1040px);
  padding-top: 96px;
}

.deep-dive-intro {
  display: block;
  margin-bottom: 22px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line-dark);
}

.deep-dive-intro h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}

.deep-dive-intro p:not(.sr-only) {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.deep-dive-panel {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: clip;
}

.deep-dive-panel:last-of-type {
  border-bottom: 1px solid var(--line-dark);
}

.deep-dive-panel > summary {
  min-height: 72px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 13px 4px;
  list-style: none;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  isolation: isolate;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.deep-dive-panel > summary::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, transparent 12%, rgba(204, 171, 72, .08) 36%, rgba(229, 201, 104, .38) 50%, rgba(204, 171, 72, .08) 64%, transparent 88%);
  transform: translateX(-120%);
  pointer-events: none;
}

.deep-dive-panel > summary::-webkit-details-marker {
  display: none;
}

.deep-dive-panel[open] > summary {
  background: var(--gold-pale);
  box-shadow: inset 4px 0 0 var(--gold-bright);
}

.deep-dive-panel[open] > summary::before {
  animation: deep-dive-gold-sweep .62s ease-out;
}

.deep-dive-panel > summary:active {
  color: var(--gold-text);
  background: var(--gold-pale);
  box-shadow: inset 0 0 0 2px rgba(172, 132, 18, .2);
}

.deep-dive-panel > summary:focus-visible {
  outline: 3px solid var(--st-focus);
  outline-offset: -4px;
}

@media (hover: hover) and (pointer: fine) {
  .deep-dive-panel > summary:hover {
    color: var(--gold-text);
    background: linear-gradient(90deg, var(--paper), var(--gold-pale), var(--paper));
    box-shadow: inset 4px 0 0 var(--gold-bright);
  }

  .deep-dive-panel > summary:hover::before {
    animation: deep-dive-gold-sweep .8s ease-out;
  }
}

@keyframes deep-dive-gold-sweep {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

.deep-dive-panel-label {
  position: relative;
  z-index: 1;
  max-width: 58ch;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.22;
}

.deep-dive-panel-label-media {
  display: grid;
  gap: 4px;
}

.deep-dive-panel-kicker {
  color: var(--gold-text);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.deep-dive-panel-icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-text);
  background: var(--paper);
}

.deep-dive-panel-icon::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .18s ease;
}

.deep-dive-panel[open] .deep-dive-panel-icon::before {
  transform: rotate(45deg);
}

.deep-dive-panel-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0 34px 34px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}

.deep-dive-panel-content > .article-section:first-of-type,
.deep-dive-panel-content > .author-section:first-of-type {
  margin-top: 0;
  padding-top: 32px;
}

.deep-dive-panel-content .article-section h2 {
  font-size: clamp(30px, 3.5vw, 36px);
}

.deep-dive-panel-content .inline-check:last-child {
  margin-bottom: 8px;
}

.deep-dive-video-section {
  margin: 0;
  padding: 32px 0 6px;
}

.deep-dive-video-section h2 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(29px, 3.4vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.deep-dive-video-link {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.deep-dive-video-link:hover,
.deep-dive-video-link:focus-visible {
  color: var(--gold-text);
  background: var(--gold-pale);
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
  transform: translateY(-1px);
}

.deep-dive-video-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--gold-text);
}

.deep-dive-video-icon svg,
.deep-dive-video-arrow {
  width: 18px;
  height: 18px;
}

.deep-dive-video-copy {
  min-width: 0;
}

.deep-dive-video-copy strong,
.deep-dive-video-copy span {
  display: block;
}

.deep-dive-video-copy strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
}

.deep-dive-video-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.deep-dive-video-arrow {
  color: var(--gold-text);
}

.deep-dive-panel-content .table-wrap {
  max-width: 100%;
  min-width: 0;
  contain: inline-size;
}

.deep-link-target {
  outline: 3px solid var(--st-focus);
  outline-offset: 6px;
}

.journey-return-bottom {
  margin: 30px 0 8px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}

.journey-return-bottom-link {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.journey-return-bottom-link:hover,
.journey-return-bottom-link:focus-visible {
  border-color: var(--gold-text);
  background: var(--gold-pale);
  outline: 3px solid var(--st-focus);
  outline-offset: 3px;
  transform: translateY(-1px);
}

.journey-return-bottom-link svg {
  width: 22px;
  height: 22px;
  color: var(--gold-text);
}

@media (max-width: 760px) {
  .progressive-disclosure-prototype .article-hero-copy {
    padding: 38px 0 44px;
  }

  .progressive-disclosure-prototype .site-header-inner {
    min-height: 78px;
    gap: 12px;
  }

  .progressive-disclosure-prototype .wordmark {
    gap: 2px;
    padding: 7px 0 6px;
  }

  .site-brand-name {
    font-size: 25px;
  }

  .site-brand-tagline {
    font-size: 7.5px;
    letter-spacing: .04em;
  }

  .progressive-disclosure-prototype [id] {
    scroll-margin-top: 78px;
  }

  .progressive-disclosure-prototype .practical-summary {
    padding: 42px 20px 40px;
  }

  .progressive-disclosure-prototype .summary-heading {
    padding-right: 54px;
    font-size: 36px;
  }

  .progressive-disclosure-prototype .patient-summary-download {
    top: 32px;
    right: 20px;
  }

  .progressive-disclosure-prototype .video-section {
    gap: 16px;
    padding: 34px 20px 42px;
  }

  .progressive-disclosure-prototype .video-copy h2 {
    font-size: 34px;
  }

  .progressive-disclosure-prototype .video-card-grid {
    grid-template-columns: 1fr;
  }

  .progressive-disclosure-prototype .patient-quiz-card {
    min-height: 290px;
    aspect-ratio: auto;
    padding: 22px;
    border-radius: 8px;
  }

  .progressive-disclosure-prototype .video-card,
  .progressive-disclosure-prototype .video-card-short {
    min-height: 108px;
    padding: 18px 2px;
  }

  .progressive-disclosure-prototype .video-card-visual {
    min-height: 430px;
    aspect-ratio: auto;
    padding: 0;
    border-radius: 8px;
  }

  .progressive-disclosure-prototype .video-card-visual-image {
    object-position: 80% center;
  }

  .progressive-disclosure-prototype .video-card-visual-scrim {
    background: linear-gradient(180deg, transparent 62%, rgba(39, 37, 37, .18) 70%, rgba(31, 29, 28, .96) 100%);
  }

  .progressive-disclosure-prototype .video-card-visual-copy {
    width: 100%;
    padding: 22px;
  }

  .progressive-disclosure-prototype .video-card-visual strong {
    max-width: 14ch;
    font-size: 25px;
  }

  .progressive-disclosure-prototype .summary-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .progressive-disclosure-prototype .summary-item,
  .progressive-disclosure-prototype .summary-item:nth-child(2n),
  .progressive-disclosure-prototype .summary-item:nth-child(3n) {
    min-height: 0;
    padding: 22px 20px;
  }

  .progressive-disclosure-prototype .summary-points {
    gap: 8px;
    font-size: 15.5px;
    line-height: 1.52;
  }

  .progressive-disclosure-prototype .article-body {
    width: min(calc(100% - 24px), 980px);
    padding-top: 70px;
  }

  .deep-dive-intro {
    padding-bottom: 24px;
  }

  .deep-dive-panel > summary {
    min-height: 68px;
    gap: 14px;
    padding: 14px 2px;
  }

  .deep-dive-panel-label {
    font-size: 18px;
  }

  .deep-dive-panel-icon {
    width: 40px;
    height: 40px;
  }

  .deep-dive-panel-content {
    padding: 0 18px 22px;
  }

  .deep-dive-video-section {
    padding-top: 26px;
  }

  .deep-dive-video-link {
    min-height: 116px;
    gap: 13px;
    padding: 18px 2px;
  }

  .deep-dive-panel-content .table-wrap {
    max-width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
  }

  .deep-dive-panel-content .comparison-table th[scope="row"],
  .deep-dive-panel-content .comparison-table thead tr > th:first-child {
    position: static;
  }

  .journey-return-bottom {
    margin-top: 24px;
    padding-top: 22px;
  }
}

@media (max-width: 420px) {
  .progressive-disclosure-prototype .summary-heading {
    font-size: 34px;
  }

  .deep-dive-intro h2 {
    font-size: 34px;
  }

  .deep-dive-panel-label {
    font-size: 18px;
  }

  .deep-dive-panel-content .article-section h2 {
    font-size: 29px;
  }
}

@media (max-width: 420px) {
  .site-brand-name {
    font-size: 22px;
    letter-spacing: .12em;
  }
}

@media (max-width: 340px) {
  .site-brand-name {
    font-size: 20px;
    letter-spacing: .08em;
  }

  .progressive-disclosure-prototype .summary-heading {
    padding-right: 50px;
    font-size: 33px;
  }

  .progressive-disclosure-prototype .video-card-visual {
    min-height: 410px;
  }

  .progressive-disclosure-prototype .video-card-visual-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .progressive-disclosure-prototype .video-card-visual strong {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-brand-tagline,
  .deep-dive-panel > summary,
  .progressive-disclosure-prototype .video-card,
  .progressive-disclosure-prototype .patient-quiz-card,
  .progressive-disclosure-prototype .video-card-visual-image,
  .deep-dive-video-link,
  .journey-return-bottom-link {
    animation: none;
    transition: none;
  }

  .deep-dive-panel > summary::before,
  .deep-dive-panel[open] > summary::before,
  .deep-dive-panel > summary:hover::before {
    animation: none;
    transform: none;
    opacity: 0;
  }

  .deep-dive-panel-icon::before {
    transition: none;
  }
}

.progressive-disclosure-prototype .site-footer-inner {
  min-height: 0;
  align-items: flex-end;
  padding-top: 38px;
  padding-bottom: 38px;
}

.progressive-disclosure-prototype .site-footer-disclaimer {
  max-width: 780px;
}

.progressive-disclosure-prototype .site-footer-disclaimer h2 {
  margin: 0 0 10px;
  color: var(--gold-text);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.progressive-disclosure-prototype .site-footer .site-footer-disclaimer p {
  max-width: 76ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .progressive-disclosure-prototype .site-footer-inner {
    align-items: flex-start;
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .progressive-disclosure-prototype .site-footer .site-footer-disclaimer p {
    font-size: 13.5px;
  }
}

@media print {
  .progressive-disclosure-prototype .site-footer {
    display: block !important;
    border-top: 1px solid #999;
    background: #fff;
  }

  .progressive-disclosure-prototype .site-footer-inner {
    display: block;
    padding: 18px 0 0;
  }

  .progressive-disclosure-prototype .footer-links {
    display: none !important;
  }

  .deep-dive-intro {
    display: block;
  }

  .deep-dive-panel > summary {
    display: none !important;
  }

  .deep-dive-panel {
    margin: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .deep-dive-panel:not([open]) > .deep-dive-panel-content {
    display: block !important;
  }

  .deep-dive-panel-content {
    padding: 0;
    border: 0;
  }
}
