.universe h1,
.universe h2,
.universe h3,
.universe h4,
.universe p {
  margin-top: 0;
}
.universe h1,
.universe h2,
.universe h3,
.universe h4 {
  font-weight: 450;
  text-wrap: balance;
}
.universe p {
  font-size: 15px;
  line-height: 1.75;
}
.universe h2 {
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.universe h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.universe svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.universe .inner-hero .wrap {
  position: relative;
  padding-top: 28px;
  min-height: 675px;
  display: flex;
  flex-direction: column;
}
.hero-eyeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 20px;
}
.hero-eyeline p {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}
.hero-eyeline a {
  font-size: 9px;
  color: var(--quiet);
}
.inner-hero-copy {
  position: relative;
  z-index: 2;
  width: 64%;
  margin: 83px 0 60px;
}
.inner-hero h1 {
  font-size: clamp(55px, 6.6vw, 104px);
  line-height: 1.01;
  letter-spacing: -0.07em;
  margin: 0 0 34px;
  font-weight: 450;
}
.inner-hero h1 > span {
  color: #8e8e8e;
}
.inner-deck {
  max-width: 460px;
  color: var(--quiet);
  margin-bottom: 26px !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
.inner-hero .solid-link {
  margin-top: 5px;
}
.signature-art {
  position: absolute;
  width: 50%;
  right: -3%;
  top: 62px;
  z-index: 1;
  pointer-events: none;
}
.signature-art img {
  width: 100%;
  height: auto;
  display: block;
  animation: material-entry 1.25s var(--ease) both;
}
.hero-baseline {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.hero-baseline a {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 26px;
}
.hero-baseline a span {
  font-size: 18px;
}
.theme-ink {
  background: var(--dark);
  color: var(--paper);
}
.theme-ink h1 > span {
  color: var(--sage);
}
.theme-ink .inner-deck,
.theme-ink .hero-eyeline a {
  color: #b5b5b5;
}
.theme-ink .hero-baseline {
  border-color: #4c4c4c;
  color: #bdbdbd;
}
.theme-ink .solid-link {
  color: var(--ink);
  background: var(--paper);
}
.theme-ink .solid-link:hover {
  background: var(--sage);
}
.theme-ink .signature-art {
  top: 38px;
  right: -5%;
  width: 54%;
}
.no-art .inner-hero-copy {
  width: 100%;
  max-width: 1020px;
}
.no-art .inner-hero-copy h1 {
  max-width: 1000px;
}
.no-art .inner-deck {
  max-width: 520px;
}
.no-art .wrap {
  min-height: 575px !important;
}
.fund-hero-facts {
  display: flex;
  gap: 58px;
  position: relative;
  z-index: 2;
  padding: 0 0 42px;
}
.fund-hero-facts strong {
  font-size: 27px;
  letter-spacing: -0.04em;
  font-weight: 450;
  display: block;
}
.fund-hero-facts span {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b4b4b4;
  display: block;
  margin-top: 9px;
}
.fund-page .inner-hero-copy {
  margin-bottom: 46px;
}
.fund-page .signature-art {
  top: 25px;
}
.process-page .inner-hero h1 {
  font-size: clamp(56px, 6.3vw, 98px);
}
.process-page .inner-hero-copy {
  width: 65%;
}
.process-page .signature-art {
  top: 92px;
  width: 48%;
  right: -3%;
}
.camp-page .signature-art {
  top: 24px;
  width: 51%;
}
.about-page .inner-hero h1 {
  font-size: clamp(72px, 8.5vw, 132px);
}
.about-page .signature-art {
  width: 48%;
  top: 8px;
  right: 0;
}
.contact-page .inner-hero h1 {
  font-size: clamp(65px, 7.5vw, 115px);
}
.contact-page .signature-art {
  top: 38px;
}
.sample-score {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 38px;
}
.sample-score > span {
  font-size: 56px;
  letter-spacing: -0.06em;
  line-height: 1;
}
.sample-score small {
  font-size: 20px;
  color: var(--quiet);
  letter-spacing: -0.02em;
}
.sample-score p {
  font-size: 11px;
  line-height: 1.6;
  color: var(--quiet);
  margin: 0;
}
.example-page .signature-art {
  width: 45%;
  right: -2%;
  top: 95px;
}
.apply-page .signature-art {
  right: -3%;
  width: 49%;
  top: 25px;
}
.inner-hero {
  overflow: hidden;
}
@keyframes material-entry {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* A system of generous editorial sections, with the original information intact. */
.designed-section {
  padding: 108px 0;
  border-bottom: 1px solid var(--rule);
}
.designed-section .section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 62px;
}
.section-header .section-badge {
  grid-column: 1/-1;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--quiet);
  display: block;
  margin-bottom: 25px;
}
.section-header .section-title {
  margin: 0;
}
.section-header .section-subtitle {
  font-size: 14px;
  color: var(--quiet);
  max-width: 450px;
  margin: 0;
  padding-bottom: 2px;
}
.section-ink {
  background: var(--dark);
  color: #eeeeee;
  border-color: #424242;
}
.section-ink .section-subtitle,
.section-ink .section-badge,
.section-ink p {
  color: #bdbdbd;
}
.section-ink .section-title,
.section-ink h3 {
  color: #eeeeee;
}
.section-ink .wrap {
  --rule: #484848;
  --quiet: #bdbdbd;
}
.benefits-grid,
.why-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 40px;
}
.benefit-card,
.why-card,
.security-item {
  border-top: 1px solid var(--rule);
  padding: 28px 0 0;
  position: relative;
}
.benefit-icon,
.why-icon,
.security-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #737373;
}
.benefit-title,
.why-title,
.security-title {
  font-size: 21px !important;
  margin-bottom: 14px;
}
.benefit-description,
.why-description,
.security-description {
  font-size: 13px !important;
  color: var(--quiet);
  margin: 0;
}
.criteria-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 100px;
  align-items: center;
}
.criteria-title {
  font-size: 32px !important;
  margin-bottom: 20px;
}
.criteria-description {
  color: var(--quiet);
  font-size: 14px !important;
}
.criteria-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.criteria-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  line-height: 1.6;
}
.criteria-icon {
  color: #787878;
  width: 20px;
  padding-top: 2px;
  flex-shrink: 0;
}
.criteria-icon svg {
  width: 18px;
  height: 18px;
}
.criteria-text strong {
  font-weight: 560;
}
.criteria-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  background: #e9e9e9;
  border-radius: 50% 50% 50% 3%;
  aspect-ratio: 1;
}
.score-meter {
  width: 80%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  position: relative;
}
.score-meter:before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
}
.score-meter-inner {
  text-align: center;
}
.score-meter-value {
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: -0.08em;
}
.score-meter-label {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--quiet);
  margin-top: 12px;
}
.timeline,
.process-timeline {
  position: relative;
}
.timeline-item,
.timeline-step {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  gap: 30px;
}
.timeline-item:last-child,
.timeline-step:last-child {
  border-bottom: 1px solid var(--rule);
}
.timeline-number,
.step-number {
  font-size: 54px;
  font-weight: 380;
  letter-spacing: -0.06em;
  color: #8f8f8f;
  line-height: 1;
}
.timeline-content,
.step-content {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.4fr);
  gap: 14px 50px;
  align-items: start;
}
.timeline-title,
.step-title {
  grid-column: 1;
  margin: 0;
  font-size: 24px !important;
}
.timeline-description,
.step-description {
  grid-column: 2;
  grid-row: 1/3;
  margin: 0;
  color: var(--quiet);
  font-size: 14px !important;
}
.timeline-duration,
.step-duration {
  grid-column: 1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--quiet);
  margin-top: 5px;
  align-self: start;
  display: flex;
  gap: 8px;
  align-items: center;
}
.timeline-duration svg,
.step-duration svg {
  width: 14px;
  height: 14px;
}
.timeline-line {
  display: none;
}
.timing-visual {
  padding: 55px 0;
}
.timing-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.timing-item {
  padding: 20px 0 30px;
  border-top: 1px solid var(--rule);
}
.timing-duration {
  font-size: 54px;
  letter-spacing: -0.06em;
  line-height: 1.3;
  margin-top: 35px;
}
.timing-label {
  font-size: 13px;
  color: var(--quiet);
  line-height: 1.6;
  margin-top: 12px;
}
.timing-icon {
  color: #959595;
}
.universe table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
.universe th {
  font-size: 10px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-weight: 550;
  color: var(--quiet);
  border-bottom: 1px solid var(--ink);
  padding: 16px 18px 16px 0;
}
.universe td {
  padding: 19px 18px 19px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.universe td.highlight,
.universe th.highlight {
  color: #616161;
}
.universe table td:last-child,
.universe table th:last-child {
  padding-right: 0;
}
.comparison-table th,
.comparison-table td {
  width: 33.33%;
  font-size: 13px;
}
.comparison-table th {
  font-size: 10px;
}
.faq-container,
.faq-list {
  max-width: 940px;
  margin-left: auto;
}
.disclosure {
  border-top: 1px solid var(--rule);
}
.disclosure:last-child {
  border-bottom: 1px solid var(--rule);
}
.disclosure summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.55;
  padding: 24px 0;
  letter-spacing: -0.02em;
}
.disclosure summary::-webkit-details-marker {
  display: none;
}
.disclosure summary > span {
  font-size: 24px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.disclosure[open] summary > span {
  transform: rotate(45deg);
}
.disclosure-body {
  max-width: 750px;
  padding: 0 42px 28px 0;
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.85;
}
.disclosure-body p {
  font-size: 14px;
  line-height: 1.85;
}
.disclosure-body p:last-child {
  margin-bottom: 0;
}
.disclosure-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.disclosure-body ul,
.disclosure-body ol {
  padding-left: 20px;
}
.disclosure-body li {
  margin: 8px 0;
}
.disclosure-body strong {
  font-weight: 550;
  color: var(--ink);
}
/* The framework becomes a physical object and an interactive explanation. */
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.overview-content h2 {
  margin-bottom: 28px;
}
.overview-content p {
  color: var(--quiet);
  font-size: 14px;
}
.camp-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 420px;
  margin: auto;
}
.diagram-center {
  position: absolute;
  inset: 36%;
  border: 1px solid #878787;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  background: #f3f3f3;
  z-index: 3;
}
.pillar-circle {
  position: absolute;
  width: 44%;
  height: 44%;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e1e1e14d;
}
.pillar-circle.capital {
  left: 5%;
  top: 5%;
}
.pillar-circle.advantage {
  right: 5%;
  top: 5%;
}
.pillar-circle.market {
  left: 5%;
  bottom: 5%;
}
.pillar-circle.people {
  right: 5%;
  bottom: 5%;
}
.pillar-icon {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
.pillar-label {
  font-size: 10px;
  color: var(--quiet);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 7px;
}
.pillar-card {
  padding: 48px 0 58px;
  border-top: 1px solid var(--rule);
}
.pillar-card:last-child {
  padding-bottom: 0;
}
.pillar-header {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-bottom: 36px;
}
.pillar-icon-large {
  font-size: 112px;
  letter-spacing: -0.08em;
  line-height: 0.9;
  min-width: 106px;
  color: #8c8c8c;
  font-weight: 400;
}
.pillar-info h3 {
  font-size: 38px;
  margin-bottom: 10px;
}
.pillar-tagline {
  font-size: 13px;
  color: var(--quiet);
  margin: 0;
}
.pillar-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.pillar-description {
  font-size: 14px;
  color: var(--quiet);
  line-height: 1.8;
}
.pillar-description p {
  font-size: 14px;
}
.metrics-title {
  font-size: 11px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--quiet);
  margin-bottom: 15px;
}
.metric-item {
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
}
.metric-icon {
  color: #959595;
  display: flex;
}
.metric-icon svg {
  width: 15px;
  height: 15px;
}
.stage-picker {
  display: flex;
  border-bottom: 1px solid var(--rule);
  margin: 45px 0 0;
  gap: 40px;
}
.stage-picker button {
  padding: 18px 0;
  border: 0;
  background: none;
  font-size: 14px;
  color: var(--quiet);
  position: relative;
  min-height: 52px;
}
.stage-picker button[aria-selected="true"] {
  color: var(--ink);
}
.stage-picker button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}
.stage-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 80px;
  padding: 50px 0 0;
}
.stage-name {
  font-size: 36px !important;
  grid-column: 1;
  margin: 0;
}
.stage-card > p {
  grid-column: 1;
  grid-row: 2;
  color: var(--quiet);
  font-size: 14px;
}
.weight-bars {
  grid-column: 2;
  grid-row: 1/4;
}
.weight-item {
  margin-bottom: 24px;
}
.weight-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}
.weight-bar {
  height: 5px;
  background: #dedede;
  overflow: hidden;
}
.weight-fill {
  height: 100%;
  background: #8c8c8c;
  transition: width 0.6s var(--ease);
}
.weight-fill.fill-advantage {
  background: #ababab;
}
.weight-fill.fill-market {
  background: #666666;
}
.weight-fill.fill-people {
  background: #bababa;
}
.score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
}
.score-category h3 {
  font-size: 22px;
}
.score-range {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  align-items: flex-start;
}
.range-indicator {
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 400;
  width: 100px;
  flex-shrink: 0;
  color: #959595;
}
.range-label {
  font-size: 15px;
  font-weight: 550;
  margin-bottom: 5px;
}
.range-description {
  font-size: 13px;
  color: var(--quiet);
  line-height: 1.7;
}
.sample-camp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.sample-camp > div {
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.sample-camp > div > span {
  font-size: 85px;
  letter-spacing: -0.06em;
  line-height: 1.2;
  color: #8d8d8d;
}
.sample-camp p {
  font-size: 12px;
  margin: 16px 0 24px;
}
.sample-camp strong {
  font-size: 38px;
  font-weight: 430;
  letter-spacing: -0.05em;
}
.sample-camp small {
  font-size: 13px;
  color: var(--quiet);
  letter-spacing: 0;
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.insight-card {
  padding: 30px 25px;
  background: #e7e7e7;
  border-top: 1px solid #b7b7b7;
}
.insight-card.opportunity {
  background: #e8e8e8;
}
.insight-card.risk {
  background: #e7e7e7;
  border-color: #adadad;
}
.insight-icon {
  margin-bottom: 35px;
}
.insight-title {
  font-size: 21px !important;
}
.insight-description {
  font-size: 13px !important;
  color: var(--quiet);
}
.recommendations {
  margin-top: 70px;
}
.recommendations > h3 {
  font-size: 32px;
}
.recommendation {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 25px;
  border-top: 1px solid var(--rule);
  padding: 28px 0;
}
.recommendation-number {
  font-size: 38px;
  letter-spacing: -0.055em;
  color: #959595;
}
.recommendation-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.recommendation-content p {
  font-size: 14px;
  color: var(--quiet);
  max-width: 780px;
}
/* Company and practical journeys. */
.about-section .wrap {
  display: grid;
  grid-template-columns: 60px 0.85fr 1.3fr;
  gap: 38px;
}
.section-number {
  font-size: 11px;
  color: var(--quiet);
  padding-top: 10px;
}
.about-section .section-heading {
  font-size: 44px;
  letter-spacing: -0.055em;
}
.section-content p {
  font-size: 15px;
  color: var(--quiet);
}
.section-content p:first-child {
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink);
  letter-spacing: -0.025em;
}
.section-ink .section-content p:first-child {
  color: #ebebeb;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 38px 0;
}
.metric {
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.metric-number {
  font-size: 34px;
  letter-spacing: -0.055em;
  margin-bottom: 12px;
}
.metric-label {
  font-size: 10px;
  color: var(--quiet);
  line-height: 1.6;
}
.process-list {
  margin: 30px 0;
}
.process-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
}
.process-icon {
  width: 22px;
  color: #adadad;
  flex-shrink: 0;
}
.offices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.office-card {
  position: relative;
  min-height: 340px;
  background: #e9e9e9;
  border: 1px solid transparent;
  padding: 38px;
  display: flex;
  flex-direction: column;
  transition:
    background 0.3s,
    border-color 0.3s;
  overflow: hidden;
}
.office-card:after {
  content: "↗";
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 26px;
  transition: transform 0.3s var(--ease);
}
.office-card:hover {
  background: #e0e0e0;
  border-color: #c0c0c0;
}
.office-card:hover:after {
  transform: translate(3px, -3px);
}
.office-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 40px;
}
.office-city {
  font-size: 36px !important;
  letter-spacing: -0.055em;
  margin: 0;
}
.office-status {
  font-size: 9px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.office-status-indicator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7d7d7d;
}
.office-address {
  font-size: 13px;
  line-height: 1.7;
  color: var(--quiet);
  padding-right: 35px;
}
.office-address-line {
  display: block;
}
.office-time {
  margin-top: auto;
  padding-top: 35px;
  display: flex;
  gap: 18px;
  align-items: baseline;
}
.local-time {
  font-size: 32px;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}
.office-timezone {
  font-size: 10px;
  color: var(--quiet);
}
.map-hint {
  font-size: 10px;
  color: var(--quiet);
  margin-top: 10px;
}
.contact-section .section-heading {
  font-size: 44px;
}
.contact-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin: 38px 0 60px;
}
.contact-method {
  padding-top: 25px;
  border-top: 1px solid var(--rule);
}
.contact-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--quiet);
  margin-bottom: 18px;
}
.contact-value {
  font-size: 25px;
  letter-spacing: -0.03em;
}
.response-commitment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #e8e8e8;
  padding: 40px;
}
.commitment-title {
  font-size: 27px !important;
}
.commitment-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 13px 0;
  font-size: 13px;
}
.check-icon {
  color: #7f7f7f;
  display: flex;
}
.application-path {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  padding-block: 105px;
}
.application-path h2 {
  margin: 25px 0;
}
.application-path ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.application-path li {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--rule);
  padding: 28px 0;
}
.application-path li > span {
  color: #959595;
  font-size: 12px;
  padding-top: 6px;
}
.application-path h3 {
  font-size: 23px;
  margin-bottom: 16px;
}
.application-path p {
  font-size: 14px;
  color: var(--quiet);
}
.handoff-panel {
  background: #e3e3e3;
  padding: 66px;
  position: relative;
  margin-bottom: 100px;
}
.handoff-panel h2 {
  font-size: 56px;
  margin: 35px 0 25px;
}
.handoff-panel > p:not(.micro) {
  max-width: 540px;
  color: #5b5b5b;
  font-size: 14px;
}
.handoff-panel .text-link {
  margin-left: 25px;
}
.site-cta {
  background: #e0e0e0;
  padding: 72px 0 82px;
  overflow: hidden;
}
.site-cta .micro {
  margin-bottom: 40px;
  color: #646464;
}
.site-cta .wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.site-cta h2 {
  font-size: clamp(48px, 6.3vw, 96px);
  line-height: 1.03;
  letter-spacing: -0.065em;
  margin: 0;
  max-width: 850px;
}
.site-cta .wrap > p:last-child {
  font-size: 13px;
  color: #5b5b5b;
  max-width: 480px;
  margin: 30px 0 0;
}
.round-cta {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #6e6e6e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
  font-size: 11px;
  text-align: center;
  padding: 15px;
  transition:
    background 0.3s,
    color 0.3s,
    transform 0.5s var(--ease);
}
.round-cta > span:last-child {
  font-size: 27px;
}
.round-cta:hover {
  background: var(--ink);
  color: var(--paper);
  transform: rotate(-4deg);
}
/* A library with its own visual rhythm. */
.library-page .inner-hero .wrap {
  min-height: 645px;
}
.library-page .signature-art {
  width: 46%;
  top: 65px;
  right: -1%;
}
.library-page .inner-hero-copy {
  margin-top: 85px;
}
.library-filters {
  display: flex;
  gap: 30px;
  padding: 40px 0 24px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.filter-button {
  padding: 10px 0;
  background: none;
  border: 0;
  font-size: 12px;
  color: var(--quiet);
  position: relative;
  min-height: 40px;
}
.filter-button[aria-pressed="true"] {
  color: var(--ink);
}
.filter-button[aria-pressed="true"]:after {
  content: "";
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: -25px;
  inset-inline: 0;
}
.library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 28px;
  padding-bottom: 105px;
}
.library-card {
  min-width: 0;
}
.editorial-cover {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e4e4e4;
  aspect-ratio: 1.65;
  margin-bottom: 25px;
}
.editorial-cover > .micro {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 9px;
  z-index: 2;
}
.editorial-cover img {
  position: absolute;
  width: 76%;
  right: -5%;
  top: -15%;
  transition: transform 1s var(--ease);
}
.editorial-cover:hover img {
  transform: rotate(5deg) scale(1.05);
}
.cover-index {
  font-size: 72px;
  letter-spacing: -0.065em;
  line-height: 1;
  position: absolute;
  left: 24px;
  bottom: 25px;
  font-weight: 350;
  color: #898989;
}
.cover-arrow {
  position: absolute;
  right: 24px;
  bottom: 25px;
  font-size: 23px;
}
.cover-1 {
  background: #2a2a2a;
  color: #e1e1e1;
}
.cover-1 img {
  filter: brightness(1.45);
}
.cover-1 .cover-index {
  color: #9d9d9d;
}
.cover-2 {
  background: #dedede;
}
.cover-3 {
  background: #e5e5e5;
}
.library-card h3 {
  font-size: 29px;
  margin: 0 0 14px;
  max-width: 590px;
  line-height: 1.2;
}
.library-card h3 a:hover {
  color: #737373;
}
.library-card > p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--quiet);
  max-width: 580px;
  margin-bottom: 18px;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 9px;
  line-height: 1.5;
  color: var(--quiet);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pill {
  display: inline-block;
}
.lead-card {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 52px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--rule);
}
.lead-card .editorial-cover {
  grid-column: 1;
  grid-row: 1/5;
  aspect-ratio: 1.1;
  margin: 0;
}
.lead-card h3 {
  grid-column: 2;
  font-size: 43px;
  margin: 32px 0 22px;
}
.lead-card > p {
  grid-column: 2;
  font-size: 14px;
}
.lead-card .meta {
  grid-column: 2;
  align-self: end;
  padding: 25px 0;
}
.newsletter-page .lead-card .editorial-cover {
  aspect-ratio: 1.35;
}
.newsletter-page .library-grid {
  padding-bottom: 70px;
}
.newsletter-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-top: 1px solid var(--rule);
  padding-block: 65px 80px;
}
.newsletter-panel h2 {
  font-size: 42px;
  margin: 28px 0 20px;
  max-width: 400px;
}
.newsletter-panel p {
  font-size: 13px;
  color: var(--quiet);
  max-width: 440px;
}
.newsletter-signup-form {
  padding-top: 12px;
}
.email-label {
  display: block;
  font-size: 11px;
  margin-bottom: 16px;
}
.email-entry {
  display: flex;
  border-bottom: 1px solid var(--ink);
  align-items: center;
  min-height: 56px;
  gap: 20px;
}
.email-entry input {
  width: 100%;
  min-width: 0;
  background: none;
  border: 0;
  color: var(--ink);
  font-size: 20px;
  padding: 15px 0;
  border-radius: 0;
}
.email-entry input::placeholder {
  color: #8f8f8f;
}
.email-entry button {
  border: 0;
  background: none;
  font-size: 11px;
  white-space: nowrap;
  padding: 16px 0;
  min-height: 48px;
}
.consent-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  font-size: 10px;
  line-height: 1.8;
  color: var(--quiet);
}
.consent-label input {
  accent-color: var(--ink);
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  flex-shrink: 0;
}
.consent-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-status {
  min-height: 22px;
  font-size: 12px !important;
  margin-top: 18px;
  line-height: 1.6 !important;
}
.form-status[data-tone="error"] {
  color: #4c4c4c;
}
.form-status[data-tone="success"] {
  color: #595959;
}
/* Quiet, legible long-form reading, with sticky chapter navigation. */
.reading-hero {
  padding: 35px 0 60px;
  overflow: hidden;
}
.reading-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: var(--quiet);
  margin-bottom: 65px;
}
.reading-breadcrumb a:hover {
  color: var(--ink);
}
.reading-hero .micro {
  color: #797979;
  margin-bottom: 24px;
}
.reading-hero h1 {
  font-size: clamp(45px, 5.8vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.065em;
  max-width: 1130px;
  margin: 0 0 33px;
  font-weight: 450;
}
.reading-deck {
  max-width: 740px;
  font-size: 17px !important;
  color: var(--quiet);
  line-height: 1.7 !important;
  margin-bottom: 0;
}
.article-title-tail {
  display: block;
  color: #929292;
  font-size: 0.64em;
  letter-spacing: -0.055em;
  margin-top: 8px;
}
.case-reading .reading-hero h1 {
  font-size: clamp(70px, 8.6vw, 130px);
}
.reading-meta {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 19px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--quiet);
}
.reading-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 70px;
  padding-block: 70px 100px;
  align-items: start;
}
.reading-toc {
  position: sticky;
  top: 35px;
  font-size: 11px;
  max-height: calc(100dvh - 65px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.reading-toc details summary {
  list-style: none;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.reading-toc summary::-webkit-details-marker {
  display: none;
}
.reading-toc summary > span {
  display: none;
}
.reading-toc nav a {
  display: flex;
  gap: 12px;
  font-size: 11px;
  line-height: 1.6;
  padding: 10px 10px 10px 0;
  color: var(--quiet);
  border-left: 1px solid transparent;
}
.reading-toc nav a span {
  font-size: 9px;
  color: #9c9c9c;
  padding-top: 1px;
}
.reading-toc nav a:hover,
.reading-toc nav a[aria-current] {
  color: var(--ink);
}
.reading-toc nav a[aria-current] {
  border-left-color: var(--accent);
  padding-left: 10px;
  background: #e8e8e880;
}
.print-link {
  font-size: 10px;
  margin-top: 28px;
  border: 0;
  border-top: 1px solid var(--rule);
  background: none;
  padding: 20px 0;
  min-height: 44px;
  text-align: left;
  width: 100%;
  color: var(--quiet);
}
.reading-body {
  min-width: 0;
  max-width: 100%;
}
.reading-body h2 {
  font-size: 34px;
  letter-spacing: -0.045em;
  line-height: 1.18;
  margin: 65px 0 26px;
  padding-top: 26px;
  border-top: 1px solid var(--rule);
  scroll-margin-top: 25px;
}
.reading-body > .case-prose > h2:first-child,
.reading-body > .editorial-prose > .article-section:first-child h2 {
  margin-top: 0;
}
.reading-body h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  margin: 38px 0 18px;
}
.reading-body h4 {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 26px 0 14px;
  font-weight: 550;
}
.reading-body p {
  font-size: 14px;
  line-height: 1.9;
  color: #505050;
  margin-bottom: 21px;
}
.reading-body strong {
  font-weight: 580;
  color: var(--ink);
}
.reading-body ul,
.reading-body ol {
  padding-left: 22px;
  margin: 22px 0;
}
.reading-body li {
  font-size: 14px;
  line-height: 1.85;
  color: #505050;
  margin: 10px 0;
  padding-left: 3px;
}
.reading-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #b1b1b1;
}
.reading-body a:hover {
  text-decoration-color: var(--ink);
}
.reading-body img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 28px auto;
}
.reading-body blockquote {
  margin: 30px 0;
  padding: 25px 30px;
  border-left: 2px solid #979797;
  background: #e9e9e9;
}
.reading-body blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.015em;
}
.reading-body hr {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 40px 0;
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
  margin: 28px 0 35px;
  scrollbar-width: thin;
}
.reading-body table {
  min-width: 520px;
}
.reading-body td {
  font-size: 12px;
}
.reading-body th {
  font-size: 10px;
}
.reading-body td strong {
  font-weight: 570;
}
.reading-body td p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.reading-body table .positive {
  color: #6a6a6a;
}
.reading-body .negative {
  color: #585858;
}
.reading-body .callout,
.reading-body .claim-block,
.reading-body .executive-summary,
.reading-body .evidence-snapshot,
.reading-body .case-abstract {
  background: #e9e9e9;
  padding: 30px;
  margin: 28px 0;
  border-top: 1px solid #b8b8b8;
}
.reading-body .warning-callout {
  background: #e6e6e6;
  border-top: 1px solid #acacac;
}
.reading-body .success-callout {
  background: #e7e7e7;
  border-top: 1px solid #b8b8b8;
}
.callout-title,
.claim-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.reading-body .claim-text,
.reading-body .callout p:last-child {
  margin-bottom: 0;
}
.reading-body .executive-summary h2 {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.reading-body .key-takeaways {
  padding: 25px 30px;
  border: 1px solid var(--rule);
  margin-block: 28px;
}
.reading-body .key-takeaways h3 {
  margin-top: 0;
}
.figure-caption,
.exhibit-caption {
  font-size: 10px !important;
  color: var(--quiet) !important;
  line-height: 1.7 !important;
  padding-top: 12px;
}
.reading-body .article-section {
  margin-bottom: 45px;
}
.reading-body .exhibit-figure {
  margin: 28px 0;
  padding: 25px;
  border: 1px solid var(--rule);
}
.reading-body svg {
  width: 100%;
  height: auto;
  max-height: 460px;
}
.reading-body .bar-chart {
  margin: 24px 0;
}
.bar-row {
  display: grid;
  grid-template-columns: 145px 1fr 35px;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  font-size: 11px;
}
.bar-track {
  height: 12px;
  background: #e2e2e2;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  width: calc(var(--value, 50) * 1%);
  background: #949494;
}
.bar-label {
  line-height: 1.5;
}
.bar-value {
  font-variant-numeric: tabular-nums;
}
.score-bar-container {
  height: 10px;
  background: #e0e0e0;
  margin: 14px 0 22px;
  overflow: hidden;
}
.score-bar {
  background: #919191;
  height: 100%;
}
.pillars-grid,
.camp-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.pillar-item,
.camp-metric-card {
  padding: 22px;
  border: 1px solid var(--rule);
}
.pillar-item h3,
.camp-metric-card h3 {
  font-size: 18px;
  margin-top: 0;
}
.pillar-item p,
.camp-metric-card p {
  font-size: 12px;
}
.metric-value,
.score-value {
  font-size: 30px;
  letter-spacing: -0.05em;
}
.matrix-container {
  position: relative;
  margin: 35px 0;
  padding: 30px 0 28px 24px;
}
.matrix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid #c5c5c5;
  background: #c5c5c5;
}
.quadrant {
  padding: 23px;
  background: #eaeaea;
  min-height: 155px;
  font-size: 12px;
  line-height: 1.6;
}
.quadrant h3,
.quadrant h4 {
  margin: 0 0 12px;
  font-size: 16px;
}
.quadrant p {
  font-size: 12px;
}
.quadrant.highlight {
  background: #d8d8d8;
}
.x-axis {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}
.y-axis {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1.4;
}
.journey-box {
  padding: 26px;
  border: 1px solid var(--rule);
  margin: 30px 0;
}
.journey-row {
  display: flex;
  align-items: stretch;
  gap: 15px;
  justify-content: space-between;
}
.journey-point {
  flex: 1;
  font-size: 12px;
  line-height: 1.6;
  min-width: 0;
}
.journey-point h4 {
  font-size: 14px;
  margin-top: 0;
}
.journey-arrow {
  align-self: center;
  color: #959595;
}
.source-note,
.reading-body .source-note p {
  font-size: 11px;
  color: var(--quiet);
  line-height: 1.8;
}
.reading-body .download-row,
.reading-body .cta-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin: 26px 0;
}
.reading-body .btn {
  font-size: 11px;
  text-decoration: none;
}
.weight-stack,
.stacked-bar {
  display: flex;
  min-height: 24px;
  overflow: hidden;
  margin: 16px 0;
}
.weight-segment {
  background: #9d9d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  min-height: 24px;
}
.weight-segment:nth-child(2) {
  background: #c0c0c0;
}
.weight-segment:nth-child(3) {
  background: #797979;
  color: #ffffff;
}
.weight-segment:nth-child(4) {
  background: #d6d6d6;
}
.trust-grid,
.trust-cards,
.camp-score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.trust-card {
  padding: 22px;
  border: 1px solid var(--rule);
  font-size: 12px;
}
.trust-card h3 {
  font-size: 19px;
  margin: 0 0 16px;
}
.related-section {
  border-top: 1px solid var(--rule);
  padding: 65px 0;
  background: #ebebeb;
}
.related-section h2 {
  font-size: 40px;
  margin: 25px 0 45px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.related-grid .card {
  border-top: 1px solid #c5c5c5;
  padding-top: 25px;
  min-width: 0;
}
.related-grid h3 {
  font-size: 23px;
  margin-bottom: 18px;
}
.related-grid p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--quiet);
}
.related-grid .meta {
  margin: 20px 0;
}
.related-grid .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.back-library {
  padding: 35px 0 55px;
  border-top: 1px solid var(--rule);
}
.back-library a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.legal-page .inner-hero .wrap {
  min-height: 450px !important;
}
.legal-page .inner-hero-copy {
  margin: 65px 0 50px;
}
.legal-page .inner-hero .inner-deck {
  display: none;
}
.legal-page .last-updated {
  width: calc(100% - 112px);
  max-width: 1440px;
  margin: 25px auto 0;
  font-size: 11px;
  color: var(--quiet);
}
.legal-page .reading-layout {
  padding-top: 40px;
}
.legal-page .reading-body h2:first-child {
  margin-top: 0;
}
.legal-page .reading-body .highlight-box {
  padding: 25px;
  background: #e8e8e8;
  margin: 25px 0;
}
.legal-page .reading-body .highlight-box h3 {
  margin-top: 0;
}
/* Answers and a complete, navigable directory. */
.faq-workspace {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 90px;
  padding-block: 70px 100px;
}
.faq-sidebar {
  position: sticky;
  top: 30px;
  align-self: start;
}
.faq-sidebar > label {
  display: block;
  font-size: 11px;
  margin-bottom: 15px;
}
.search-box {
  border-bottom: 1px solid var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-box input {
  border: 0;
  padding: 15px 0;
  min-width: 0;
  width: 100%;
  background: none;
  font-size: 14px;
  border-radius: 0;
}
.search-box > span {
  font-size: 24px;
}
#faq-count {
  font-size: 10px;
  color: var(--quiet);
  margin: 13px 0 30px;
}
.faq-sidebar nav a {
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq-sidebar .text-link {
  margin-top: 30px;
  font-size: 11px;
}
.question-category {
  margin-bottom: 62px;
}
.question-category > h2 {
  font-size: 30px;
  margin-bottom: 28px;
}
.question-category svg {
  display: none;
}
.question-category .category-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.no-results {
  padding: 20px 0;
}
.no-results h2 {
  font-size: 30px;
}
.no-results p {
  color: var(--quiet);
  font-size: 14px;
}
.no-results button {
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 12px 0;
  font-size: 12px;
}
.site-directory {
  padding-block: 70px 100px;
}
.directory-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 40px 0;
  border-top: 1px solid var(--rule);
}
.directory-group h2 {
  font-size: 30px;
}
.directory-group a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  font-size: 17px;
  line-height: 1.45;
  border-bottom: 1px solid var(--rule);
}
.directory-group a:hover {
  color: #7d7d7d;
}
.directory-group a:last-child {
  border: 0;
}
@media (min-width: 1600px) {
  .inner-hero-copy {
    margin-top: 115px;
  }
  .inner-hero .wrap {
    min-height: 800px !important;
  }
  .signature-art {
    width: 44% !important;
    right: 0 !important;
  }
  .reading-layout {
    grid-template-columns: 280px minmax(0, 900px);
    gap: 120px;
  }
  .reading-hero h1 {
    max-width: 1300px;
  }
}
@media (max-width: 1000px) {
  .universe .inner-hero .wrap {
    min-height: 620px;
  }
  .inner-hero-copy {
    margin-top: 78px;
    width: 69%;
  }
  .inner-hero h1 {
    font-size: 64px;
  }
  .inner-deck {
    max-width: 390px;
  }
  .signature-art {
    top: 125px;
    width: 48%;
    right: -6%;
  }
  .inner-hero-copy .solid-link {
    max-width: 360px;
  }
  .designed-section {
    padding: 80px 0;
  }
  .designed-section .section-header {
    column-gap: 40px;
  }
  .criteria-grid {
    gap: 50px;
  }
  .timeline-item,
  .timeline-step {
    grid-template-columns: 70px 1fr;
  }
  .timeline-content,
  .step-content {
    gap: 12px 30px;
  }
  .reading-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 40px;
  }
  .reading-body h2 {
    font-size: 29px;
  }
  .reading-toc nav a {
    font-size: 10px;
  }
  .library-card h3 {
    font-size: 25px;
  }
  .lead-card {
    gap: 0 35px;
  }
  .lead-card h3 {
    font-size: 32px;
    margin-top: 18px;
  }
  .lead-card > p {
    font-size: 13px;
  }
  .newsletter-panel {
    gap: 50px;
  }
  .faq-workspace {
    grid-template-columns: 220px 1fr;
    gap: 50px;
  }
  .about-section .wrap {
    grid-template-columns: 40px 1fr;
    gap: 24px;
  }
  .about-section .section-content {
    grid-column: 2;
  }
  .about-section .section-heading {
    margin-bottom: 12px;
  }
  .overview-grid {
    gap: 45px;
  }
  .pillar-content {
    gap: 40px;
  }
  .score-grid {
    gap: 20px 30px;
  }
  .application-path {
    gap: 50px;
  }
  .office-card {
    padding: 30px;
  }
  .office-city {
    font-size: 31px !important;
  }
  .contact-value {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .universe h2 {
    font-size: 35px;
  }
  .inner-hero-copy,
  .process-page .inner-hero-copy {
    width: 72%;
  }
  .inner-hero h1,
  .process-page .inner-hero h1 {
    font-size: 56px;
  }
  .inner-deck {
    max-width: 360px;
    font-size: 13px !important;
  }
  .signature-art {
    width: 43%;
    top: 190px;
    right: -5%;
    opacity: 0.8;
  }
  .theme-ink .signature-art {
    width: 48%;
    right: -13%;
    top: 120px;
  }
  .hero-eyeline a {
    display: none;
  }
  .inner-hero-copy .solid-link {
    font-size: 11px;
  }
  .fund-hero-facts {
    gap: 35px;
  }
  .fund-hero-facts strong {
    font-size: 24px;
  }
  .designed-section .section-header {
    display: block;
    margin-bottom: 40px;
  }
  .section-header .section-title {
    margin-bottom: 22px;
  }
  .section-header .section-subtitle {
    max-width: 520px;
  }
  .benefits-grid,
  .why-grid,
  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
  }
  .criteria-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
  }
  .criteria-visual {
    min-height: 240px;
  }
  .score-meter-value {
    font-size: 72px;
  }
  .timeline-content,
  .step-content {
    display: block;
  }
  .timeline-title,
  .step-title {
    margin-bottom: 16px;
  }
  .timeline-duration,
  .step-duration {
    margin-top: 18px;
  }
  .timing-breakdown {
    gap: 25px;
  }
  .timing-duration {
    font-size: 38px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .camp-diagram {
    max-width: 340px;
  }
  .pillar-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .pillar-header {
    gap: 25px;
  }
  .pillar-icon-large {
    font-size: 90px;
    min-width: 85px;
  }
  .pillar-info h3 {
    font-size: 32px;
  }
  .score-grid {
    grid-template-columns: 1fr;
  }
  .sample-camp {
    gap: 20px;
  }
  .sample-camp > div > span {
    font-size: 64px;
  }
  .sample-camp strong {
    font-size: 30px;
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .insight-card {
    padding: 30px;
  }
  .office-card {
    padding: 26px;
    min-height: 310px;
  }
  .office-city {
    font-size: 27px !important;
  }
  .office-status {
    display: none;
  }
  .office-header {
    margin-bottom: 30px;
  }
  .local-time {
    font-size: 26px;
  }
  .office-time {
    gap: 10px;
  }
  .office-timezone {
    font-size: 9px;
  }
  .office-card:after {
    right: 25px;
    bottom: 25px;
    font-size: 21px;
  }
  .response-commitment {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .application-path {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 70px;
  }
  .handoff-panel {
    padding: 42px;
    margin-bottom: 70px;
  }
  .handoff-panel h2 {
    font-size: 44px;
  }
  .site-cta .wrap > div {
    gap: 30px;
  }
  .site-cta h2 {
    font-size: 52px;
  }
  .round-cta {
    width: 120px;
    height: 120px;
    font-size: 10px;
  }
  .library-page .signature-art {
    top: 160px;
    width: 47%;
    right: -9%;
  }
  .library-page .inner-hero .wrap {
    min-height: 600px;
  }
  .lead-card h3 {
    font-size: 28px;
  }
  .lead-card .editorial-cover {
    aspect-ratio: auto;
    height: 100%;
    min-height: 330px;
  }
  .lead-card .editorial-cover img {
    width: 115%;
    top: 10%;
    right: -23%;
  }
  .library-grid {
    gap: 42px 24px;
  }
  .library-card h3 {
    font-size: 24px;
  }
  .editorial-cover {
    aspect-ratio: 1.3;
  }
  .editorial-cover img {
    width: 95%;
    top: 0;
    right: -15%;
  }
  .cover-index {
    font-size: 54px;
  }
  .editorial-cover > .micro {
    font-size: 8px;
    left: 18px;
    top: 18px;
  }
  .cover-index {
    left: 18px;
    bottom: 18px;
  }
  .cover-arrow {
    right: 18px;
    bottom: 18px;
  }
  .newsletter-panel {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 50px;
  }
  .newsletter-panel h2 {
    font-size: 37px;
    max-width: none;
  }
  .newsletter-panel p {
    max-width: 550px;
  }
  .newsletter-signup-form {
    max-width: 600px;
  }
  .reading-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }
  .reading-toc {
    position: static;
    max-height: none;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 20px;
  }
  .reading-toc details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 28px;
    margin-bottom: 0;
  }
  .reading-toc summary > span {
    display: block;
    font-size: 20px;
  }
  .reading-toc details[open] summary > span {
    transform: rotate(45deg);
  }
  .reading-toc nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin-top: 20px;
  }
  .reading-toc nav a {
    font-size: 11px;
  }
  .print-link {
    margin-top: 15px;
    border: 0;
    padding: 10px 0;
    width: auto;
  }
  .reading-hero {
    padding-bottom: 45px;
  }
  .reading-hero h1 {
    font-size: 48px;
  }
  .reading-deck {
    font-size: 15px !important;
  }
  .reading-breadcrumb {
    margin-bottom: 48px;
  }
  .reading-body h2 {
    font-size: 30px;
  }
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-workspace {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 45px;
  }
  .faq-sidebar {
    position: static;
  }
  .faq-sidebar nav {
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
  }
  .faq-sidebar nav a {
    font-size: 11px;
    border: 0;
    padding: 6px 0;
  }
  .faq-sidebar nav a span {
    display: none;
  }
  .faq-sidebar .text-link {
    margin-top: 15px;
  }
  #faq-count {
    margin-bottom: 18px;
  }
  .directory-group {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
  }
  .directory-group h2 {
    font-size: 26px;
  }
  .directory-group a {
    font-size: 15px;
  }
  .legal-page .last-updated {
    width: calc(100% - 64px);
  }
}
@media (max-width: 540px) {
  .universe .inner-hero .wrap {
    min-height: unset;
    padding-top: 24px;
  }
  .hero-eyeline p {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .inner-hero-copy,
  .process-page .inner-hero-copy {
    width: 100%;
    margin: 55px 0 20px;
  }
  .inner-hero h1,
  .process-page .inner-hero h1 {
    font-size: clamp(44px, 11.5vw, 61px);
    letter-spacing: -0.067em;
    line-height: 1.04;
    margin-bottom: 27px;
  }
  .inner-deck {
    max-width: 100%;
    font-size: 13px !important;
    line-height: 1.85 !important;
    margin-bottom: 20px !important;
  }
  .signature-art,
  .theme-ink .signature-art,
  .fund-page .signature-art,
  .process-page .signature-art,
  .camp-page .signature-art,
  .about-page .signature-art,
  .contact-page .signature-art,
  .example-page .signature-art,
  .apply-page .signature-art,
  .library-page .signature-art {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 290px;
    top: auto;
    right: auto;
    margin: -8px auto 6px;
    opacity: 1;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .signature-art img {
    width: 340px;
    max-width: 100%;
    height: 340px;
  }
  .theme-ink .signature-art {
    margin-top: -10px;
  }
  .fund-page .signature-art {
    height: 295px;
  }
  .fund-page .inner-hero-copy {
    margin-bottom: 18px;
  }
  .fund-hero-facts {
    order: 1;
    gap: 20px;
    padding: 5px 0 30px;
    justify-content: space-between;
  }
  .fund-hero-facts strong {
    font-size: 21px;
  }
  .fund-hero-facts span {
    font-size: 7px;
    letter-spacing: 0.05em;
  }
  .hero-baseline {
    order: 2;
    padding: 19px 0;
    font-size: 7px;
    gap: 20px;
  }
  .hero-baseline a {
    gap: 17px;
    white-space: nowrap;
  }
  .hero-baseline a span {
    font-size: 16px;
  }
  .about-page .inner-hero h1 {
    font-size: 76px;
  }
  .contact-page .inner-hero h1 {
    font-size: 64px;
  }
  .about-page .signature-art,
  .apply-page .signature-art {
    height: 310px;
    margin-top: 0;
  }
  .no-art .wrap {
    min-height: unset !important;
  }
  .no-art .inner-hero-copy {
    margin: 55px 0 40px;
  }
  .no-art h1 {
    font-size: 47px;
  }
  .sample-score {
    order: 1;
    margin: 0 0 28px;
    gap: 18px;
  }
  .sample-score > span {
    font-size: 47px;
  }
  .sample-score p {
    font-size: 10px;
  }
  .sample-score small {
    font-size: 17px;
  }
  .designed-section {
    padding: 62px 0;
  }
  .designed-section .section-header {
    margin-bottom: 34px;
  }
  .universe h2 {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -0.05em;
  }
  .section-header .section-subtitle {
    font-size: 13px;
  }
  .section-header .section-badge {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .benefits-grid,
  .why-grid,
  .security-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .benefit-card,
  .why-card,
  .security-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 18px;
    padding-top: 24px;
  }
  .benefit-icon,
  .why-icon,
  .security-icon {
    grid-column: 1;
    grid-row: 1/3;
    width: 30px;
    height: 30px;
    margin: 0;
    justify-content: flex-start;
  }
  .benefit-title,
  .why-title,
  .security-title {
    grid-column: 2;
    font-size: 21px !important;
    margin-bottom: 12px;
  }
  .benefit-description,
  .why-description,
  .security-description {
    grid-column: 2;
    font-size: 13px !important;
  }
  .criteria-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .criteria-title {
    font-size: 27px !important;
  }
  .criteria-visual {
    width: 85%;
    margin: auto;
    min-height: unset;
    max-width: 320px;
  }
  .score-meter-value {
    font-size: 90px;
  }
  .timeline-item,
  .timeline-step {
    grid-template-columns: 38px 1fr;
    gap: 23px;
    padding: 27px 0;
  }
  .timeline-number,
  .step-number {
    font-size: 38px;
  }
  .timeline-title,
  .step-title {
    font-size: 22px !important;
  }
  .timeline-description,
  .step-description {
    font-size: 13px !important;
  }
  .timing-breakdown {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .timing-visual {
    padding: 0;
  }
  .timing-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px 22px;
    padding: 24px 0;
  }
  .timing-icon {
    grid-column: 1;
    grid-row: 1/3;
    padding-top: 7px;
  }
  .timing-duration {
    font-size: 40px;
    margin: 0;
  }
  .timing-label {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
  }
  .comparison-table table {
    min-width: 480px;
  }
  .universe th,
  .universe td {
    padding-right: 20px;
  }
  .disclosure summary {
    font-size: 16px;
    padding: 21px 0;
    gap: 20px;
  }
  .disclosure-body {
    padding-right: 15px;
    font-size: 13px;
  }
  .disclosure-body p {
    font-size: 13px;
  }
  .overview-grid {
    gap: 35px;
  }
  .camp-diagram {
    max-width: 300px;
  }
  .pillar-card {
    padding: 37px 0;
  }
  .pillar-header {
    gap: 23px;
    margin-bottom: 28px;
  }
  .pillar-icon-large {
    font-size: 84px;
    min-width: 70px;
  }
  .pillar-info h3 {
    font-size: 28px;
  }
  .pillar-tagline {
    font-size: 12px;
    line-height: 1.5;
  }
  .pillar-description,
  .pillar-description p {
    font-size: 13px;
  }
  .stage-picker {
    gap: 0;
    justify-content: space-between;
    margin-top: 30px;
  }
  .stage-picker button {
    font-size: 11px;
    padding: 16px 8px;
    min-height: 48px;
  }
  .stage-picker button:first-child {
    padding-left: 0;
  }
  .stage-picker button:last-child {
    padding-right: 0;
  }
  .stage-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
  }
  .stage-name {
    font-size: 29px !important;
  }
  .stage-card > p {
    grid-column: 1;
    grid-row: auto;
    font-size: 13px;
    margin: 0;
  }
  .weight-bars {
    grid-column: 1;
    grid-row: auto;
    margin-top: 15px;
  }
  .range-indicator {
    width: 82px;
    font-size: 28px;
  }
  .score-range {
    gap: 18px;
  }
  .range-description {
    font-size: 12px;
  }
  .sample-camp {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 25px;
  }
  .sample-camp > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 15px;
    padding-top: 20px;
  }
  .sample-camp > div > span {
    font-size: 62px;
  }
  .sample-camp p {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
    margin: 0;
  }
  .sample-camp strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 28px;
    text-align: right;
  }
  .sample-camp small {
    font-size: 10px;
  }
  .recommendation {
    grid-template-columns: 32px 1fr;
    gap: 22px;
    padding: 24px 0;
  }
  .recommendation-number {
    font-size: 29px;
  }
  .recommendation-content h4 {
    font-size: 19px;
  }
  .recommendation-content p {
    font-size: 13px;
  }
  .recommendations {
    margin-top: 40px;
  }
  .insight-card {
    padding: 26px;
  }
  .insight-icon {
    margin-bottom: 24px;
  }
  .about-section .wrap {
    display: block;
  }
  .section-number {
    margin-bottom: 22px;
  }
  .about-section .section-heading {
    font-size: 39px;
    margin-bottom: 25px;
  }
  .section-content p {
    font-size: 13px;
  }
  .section-content p:first-child {
    font-size: 19px;
  }
  .metrics-grid {
    gap: 18px;
  }
  .metric-number {
    font-size: 28px;
  }
  .metric-label {
    font-size: 9px;
  }
  .process-item {
    font-size: 13px;
  }
  .offices-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .office-card {
    min-height: 305px;
    padding: 28px;
  }
  .office-city {
    font-size: 35px !important;
  }
  .office-status {
    display: flex;
  }
  .office-header {
    margin-bottom: 28px;
  }
  .office-time {
    padding-top: 25px;
  }
  .local-time {
    font-size: 30px;
  }
  .contact-methods {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 30px 0 45px;
  }
  .contact-value {
    font-size: 25px;
  }
  .response-commitment {
    padding: 28px;
  }
  .commitment-title {
    font-size: 23px !important;
  }
  .commitment-item {
    font-size: 12px;
  }
  .application-path {
    padding-block: 60px;
    gap: 20px;
  }
  .application-path h2 {
    margin-bottom: 20px;
  }
  .application-path li {
    gap: 22px;
    padding: 25px 0;
  }
  .application-path h3 {
    font-size: 22px;
  }
  .application-path p {
    font-size: 13px;
  }
  .handoff-panel {
    padding: 30px 25px;
    margin-bottom: 60px;
  }
  .handoff-panel h2 {
    font-size: 39px;
    margin: 30px 0 22px;
  }
  .handoff-panel > p:not(.micro) {
    font-size: 13px;
  }
  .handoff-panel .solid-link {
    font-size: 11px;
    padding: 16px 18px;
    gap: 18px;
    max-width: 100%;
  }
  .handoff-panel .text-link {
    margin: 20px 0 0;
    font-size: 11px;
  }
  .site-cta {
    padding: 50px 0 55px;
  }
  .site-cta .micro {
    margin-bottom: 30px;
  }
  .site-cta .wrap > div {
    display: block;
    position: relative;
    padding-bottom: 125px;
  }
  .site-cta h2 {
    font-size: 48px;
    max-width: 350px;
  }
  .round-cta {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 9px;
    gap: 12px;
  }
  .site-cta .wrap > p:last-child {
    font-size: 12px;
    margin-top: 24px;
  }
  .library-page .inner-hero .wrap {
    min-height: unset;
  }
  .library-page .inner-hero-copy {
    margin-top: 55px;
  }
  .library-page .signature-art {
    height: 270px;
  }
  .library-filters {
    gap: 6px 20px;
    padding: 25px 0 16px;
    margin-bottom: 28px;
  }
  .filter-button {
    font-size: 11px;
    min-height: 38px;
  }
  .filter-button[aria-pressed="true"]:after {
    bottom: 0;
  }
  .library-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 60px;
  }
  .lead-card {
    display: block;
    padding-bottom: 32px;
  }
  .lead-card .editorial-cover {
    aspect-ratio: 1.38;
    height: auto;
    min-height: 0;
    margin-bottom: 23px;
  }
  .lead-card .editorial-cover img {
    width: 85%;
    top: -10%;
    right: -10%;
  }
  .library-card h3,
  .lead-card h3 {
    font-size: 29px;
    margin: 0 0 16px;
    line-height: 1.15;
  }
  .lead-card > p,
  .library-card > p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .lead-card .meta {
    padding: 0;
  }
  .editorial-cover {
    aspect-ratio: 1.45;
    margin-bottom: 22px;
  }
  .editorial-cover img {
    width: 85%;
    top: -10%;
    right: -10%;
  }
  .cover-index {
    font-size: 58px;
  }
  .meta {
    font-size: 8px;
    gap: 8px 16px;
  }
  .newsletter-panel {
    padding-block: 45px 55px;
    gap: 22px;
  }
  .newsletter-panel h2 {
    font-size: 35px;
    margin: 25px 0 20px;
  }
  .email-entry input {
    font-size: 19px;
  }
  .email-entry {
    gap: 12px;
  }
  .email-entry button {
    font-size: 10px;
  }
  .consent-label {
    font-size: 10px;
    gap: 10px;
  }
  .reading-hero {
    padding: 26px 0 35px;
  }
  .reading-breadcrumb {
    font-size: 9px;
    margin-bottom: 42px;
  }
  .reading-hero .micro {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .reading-hero h1 {
    font-size: 40px;
    letter-spacing: -0.055em;
    line-height: 1.08;
    margin-bottom: 27px;
    overflow-wrap: break-word;
  }
  .reading-deck {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .case-reading .reading-hero h1 {
    font-size: 67px;
  }
  .article-title-tail {
    font-size: 0.56em;
    line-height: 1.2;
    margin-top: 12px;
  }
  .reading-meta {
    padding: 18px 0;
    gap: 8px 16px;
    font-size: 8px;
  }
  .reading-layout {
    padding-block: 30px 60px;
    gap: 30px;
  }
  .reading-toc nav {
    grid-template-columns: 1fr;
  }
  .reading-toc nav a {
    padding: 9px 0;
  }
  .reading-body h2 {
    font-size: 28px;
    margin: 45px 0 24px;
    padding-top: 24px;
  }
  .reading-body h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .reading-body p,
  .reading-body li {
    font-size: 13px;
    line-height: 1.9;
  }
  .reading-body .callout,
  .reading-body .claim-block,
  .reading-body .executive-summary,
  .reading-body .evidence-snapshot,
  .reading-body .case-abstract {
    padding: 23px;
    margin: 24px 0;
  }
  .reading-body blockquote {
    padding: 24px;
  }
  .reading-body blockquote p {
    font-size: 17px;
  }
  .reading-body .exhibit-figure {
    padding: 16px;
  }
  .reading-body table {
    min-width: 480px;
  }
  .reading-body th {
    font-size: 9px;
  }
  .reading-body td {
    font-size: 11px;
  }
  .pillars-grid,
  .camp-metrics-grid,
  .trust-grid,
  .trust-cards,
  .camp-score-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bar-row {
    grid-template-columns: 94px 1fr 27px;
    gap: 8px;
    font-size: 9px;
  }
  .bar-track {
    height: 9px;
  }
  .quadrant {
    padding: 15px;
    min-height: 165px;
    font-size: 11px;
  }
  .quadrant h3,
  .quadrant h4 {
    font-size: 14px;
  }
  .quadrant p {
    font-size: 11px;
  }
  .matrix-container {
    padding-left: 21px;
  }
  .journey-box {
    padding: 20px;
  }
  .journey-row {
    flex-direction: column;
    gap: 18px;
  }
  .journey-arrow {
    transform: rotate(90deg);
  }
  .journey-point {
    font-size: 12px;
  }
  .related-section {
    padding: 45px 0;
  }
  .related-section h2 {
    font-size: 34px;
    margin-bottom: 32px;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .related-grid h3 {
    font-size: 24px;
  }
  .back-library {
    padding: 28px 0 40px;
  }
  .back-library a {
    font-size: 16px;
  }
  .legal-page .inner-hero .wrap {
    min-height: unset !important;
  }
  .legal-page .inner-hero-copy {
    margin: 50px 0 40px;
  }
  .legal-page .last-updated {
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 10px;
  }
  .legal-page .reading-layout {
    padding-top: 25px;
  }
  .legal-page .reading-body h2 {
    font-size: 26px;
  }
  .faq-workspace {
    padding-block: 35px 65px;
    gap: 35px;
  }
  .question-category {
    margin-bottom: 42px;
  }
  .question-category > h2 {
    font-size: 27px;
    margin-bottom: 22px;
  }
  .site-directory {
    padding-block: 30px 65px;
  }
  .directory-group {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px 0;
  }
  .directory-group h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .directory-group a {
    font-size: 15px;
    padding: 14px 0;
  }
}
@media print {
  .global-header,
  .global-footer,
  #site-explore,
  .global-skip,
  .reading-toc,
  .newsletter-panel,
  .related-section,
  .back-library,
  .hero-baseline,
  .signature-art,
  .reading-progress {
    display: none !important;
  }
  .wrap {
    width: 100% !important;
    max-width: none;
  }
  .reading-layout {
    display: block;
    padding: 20px 0;
  }
  .reading-hero {
    padding: 0;
  }
  .reading-hero h1 {
    font-size: 36px;
  }
  .reading-meta {
    font-size: 8px;
  }
  .reading-body h2 {
    break-after: avoid;
    font-size: 22px;
  }
  .reading-body h3 {
    break-after: avoid;
    font-size: 18px;
  }
  .reading-body p,
  .reading-body li {
    font-size: 10px;
    line-height: 1.7;
  }
  .table-scroll {
    overflow: visible;
  }
  .reading-body table {
    min-width: 0;
    font-size: 9px;
  }
  body {
    background: white;
    color: black;
  }
  .reading-body a {
    text-decoration: none;
  }
  .reading-body .callout,
  .reading-body .exhibit-figure {
    break-inside: avoid;
  }
  html {
    scroll-behavior: auto;
  }
}
/* Exhibit marks remain proportional to their original source values. */
.bar-fill {
  display: block;
}
.bar-row {
  grid-template-columns: 145px minmax(0, 1fr) 49px;
}
.bar-value {
  text-align: right;
  white-space: nowrap;
}
.bar-row[data-tone="positive"] .bar-fill {
  background: #828282;
}
.bar-row[data-tone="risk"] .bar-fill {
  background: #8d8d8d;
}
.reading-body .sources {
  font-size: 11px;
  color: var(--quiet);
  line-height: 1.85;
  padding: 25px 0;
  border-top: 1px solid var(--rule);
  margin-top: 32px;
}
.reading-body .download-link {
  font-size: 12px;
  line-height: 1.6;
}
.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}
.score-label {
  font-size: 12px;
}
.reading-body .score-value {
  font-size: 21px;
}
.pillar-letter {
  font-size: 36px;
  letter-spacing: -0.04em;
  color: #919191;
}
.pillar-name {
  font-size: 16px;
  margin: 8px 0;
}
.pillar-desc {
  font-size: 12px;
  line-height: 1.7;
  color: var(--quiet);
}
.journey-year {
  font-size: 10px;
  letter-spacing: 0.07em;
  color: var(--quiet);
  margin-bottom: 14px;
}
.journey-quadrant {
  font-size: 19px;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.journey-score {
  font-size: 25px;
  letter-spacing: -0.04em;
  margin-top: 18px;
  color: #7e7e7e;
}
.quadrant-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 520;
}
.quadrant-desc {
  font-size: 12px;
  color: #6c6c6c;
}
.metric-line {
  margin-bottom: 14px;
}
.metric-name {
  font-size: 12px;
  font-weight: 550;
}
.metric-note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--quiet);
  margin-top: 5px;
}
.callout--red-flags {
  background: #e6e6e6 !important;
  border-top-color: #a9a9a9 !important;
}
.callout--measure-next {
  background: #e6e6e6 !important;
}
.metrics-next-pillar {
  font-size: 14px;
  font-weight: 550;
}
.comparison-header {
  font-size: 12px;
  letter-spacing: 0.025em;
  color: var(--quiet);
  margin: 25px 0;
}
.decision-question {
  font-size: 14px;
  line-height: 1.8;
  border-left: 2px solid #919191;
  padding-left: 22px;
  margin: 30px 0;
}
.decision-question strong {
  display: block;
  margin-bottom: 8px;
}
.figure-caption {
  font-size: 10px;
  line-height: 1.7;
  color: var(--quiet);
}
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .bar-row {
    grid-template-columns: 90px minmax(0, 1fr) 39px;
  }
  .reading-body .sources {
    font-size: 10px;
  }
  .reading-body .download-link {
    font-size: 11px;
  }
  .quadrant-title {
    font-size: 14px;
  }
  .quadrant-desc {
    font-size: 11px;
  }
}

.universe .micro {
  font-size: 10px;
  line-height: 1.6;
}
.pillar-circle {
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.5s var(--ease);
}
.pillar-circle:hover {
  background: #dfdfdf;
  border-color: #929292;
  transform: translateY(-4px);
}
/* Working demonstrations use the same considered material and clear hierarchy. */
.timing-breakdown {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.assessment-demo {
  max-width: 900px;
  margin: auto;
}
.demo-note {
  margin-bottom: 24px;
  color: var(--quiet);
}
.demo-stack {
  display: grid;
  gap: 22px;
}
.demo-question {
  background: #eaeaea;
  padding: 34px;
}
.demo-question-head {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: flex-start;
  margin-bottom: 26px;
}
.demo-question-head h4 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.demo-question-head p {
  font-size: 12px;
  color: var(--quiet);
  margin: 0;
}
.demo-question-head > span {
  font-size: 8px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  padding-top: 7px;
  color: var(--quiet);
}
.demo-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.demo-option {
  padding: 21px;
  background: transparent;
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}
.demo-option[aria-pressed="true"] {
  border-color: #767676;
  background: #dadada;
}
.demo-option[aria-pressed="true"]:after {
  content: "↗";
  position: absolute;
  right: 16px;
  top: 18px;
  color: #696969;
}
.demo-option > div:first-child {
  font-size: 14px;
  margin-bottom: 5px;
}
.demo-option > div:last-child {
  font-size: 11px;
  color: var(--quiet);
}
.demo-option:hover {
  background: #e1e1e1;
}
.demo-explanation {
  padding: 30px 34px;
  border: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px 22px;
}
.demo-explanation > div {
  grid-row: 1/3;
  color: #848484;
}
.demo-explanation h4 {
  font-size: 18px;
  margin: 0;
}
.demo-explanation p {
  font-size: 13px;
  color: var(--quiet);
  margin: 0;
  line-height: 1.8;
  grid-column: 2;
}
.results-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.result-preview {
  background: #eaeaea;
  border: 1px solid #dbdbdb;
}
.result-preview-header {
  padding: 25px 25px 20px;
  border-bottom: 1px solid #d1d1d1;
}
.result-preview-header .micro {
  font-size: 8px;
  color: var(--quiet);
  display: block;
  margin-bottom: 22px;
}
.result-preview h3 {
  font-size: 25px;
  margin-bottom: 8px;
}
.result-preview-header p {
  font-size: 11px;
  color: var(--quiet);
  margin: 0;
}
.result-preview-body {
  padding: 27px 25px;
}
.dashboard-total {
  font-size: 84px;
  letter-spacing: -0.075em;
  line-height: 1;
  text-align: center;
  padding: 6px 0 24px;
}
.dashboard-total span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--quiet);
  margin-top: 14px;
}
.dashboard-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.dashboard-pillars > div {
  border-top: 1px solid #c9c9c9;
  padding: 15px 0;
}
.dashboard-pillars strong {
  font-size: 30px;
  letter-spacing: -0.04em;
  font-weight: 450;
  display: block;
}
.dashboard-pillars span {
  font-size: 10px;
  color: var(--quiet);
}
.result-preview-body h4 {
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0;
  margin: 0 0 12px;
}
.result-preview-body ul {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
}
.result-preview-body li {
  font-size: 11px;
  line-height: 1.8;
  color: var(--quiet);
  margin-bottom: 6px;
}
.report-reasons {
  padding-left: 16px;
  margin: 0 0 25px;
}
.report-reasons li {
  padding: 14px 0;
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
}
.result-preview .text-link {
  font-size: 11px;
}
.plan-score {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.plan-score > span {
  font-size: 9px;
  display: block;
  color: var(--quiet);
  margin-bottom: 10px;
}
.plan-score strong {
  font-size: 25px;
  letter-spacing: -0.035em;
  font-weight: 450;
  color: #727272;
}
.progress-example {
  max-width: 820px;
  margin: auto;
  padding: 40px 0 0;
}
.progress-example > h3 {
  font-size: 32px;
  margin: 20px 0 45px;
}
.progress-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
  border-bottom: 1px solid #4f4f4f;
  padding: 0 0 22px;
}
.progress-columns > div > span {
  font-size: 10px;
  display: block;
  margin-top: 17px;
  color: #b6b6b6;
}
.progress-column {
  height: calc(var(--score) * 3px);
  background: #424242;
  border-top: 1px solid #a6a6a6;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 18px;
}
.progress-column strong {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #d0d0d0;
}
.progress-columns > div:last-child .progress-column {
  background: #b2b2b2;
  border-top-color: #e5e5e5;
}
.progress-columns > div:last-child strong {
  color: #2c2c2c;
}
.progress-example > p:last-child {
  font-size: 13px;
  max-width: 640px;
  line-height: 1.8;
  color: #b6b6b6;
}
@media (max-width: 900px) {
  .timing-breakdown {
    grid-template-columns: repeat(2, 1fr);
  }
  .results-preview {
    gap: 15px;
  }
  .result-preview-header,
  .result-preview-body {
    padding: 22px 18px;
  }
  .result-preview h3 {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .results-preview {
    grid-template-columns: 1fr;
  }
  .result-preview {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
  }
  .result-preview-header {
    border-bottom: 0;
    border-right: 1px solid #d1d1d1;
    padding: 25px;
  }
  .result-preview-body {
    padding: 25px;
  }
  .demo-question {
    padding: 26px;
  }
  .demo-question-head {
    display: block;
  }
  .demo-question-head > span {
    display: block;
    margin-top: 16px;
  }
  .progress-columns {
    gap: 22px;
  }
  .progress-column strong {
    font-size: 36px;
  }
}
@media (max-width: 540px) {
  .timing-breakdown {
    grid-template-columns: 1fr;
  }
  .demo-question {
    padding: 23px;
  }
  .demo-question-head h4 {
    font-size: 22px;
  }
  .demo-options {
    gap: 10px;
  }
  .demo-option {
    padding: 16px 13px;
    font-size: 12px;
  }
  .demo-option > div:first-child {
    font-size: 13px;
    padding-right: 10px;
  }
  .demo-option > div:last-child {
    font-size: 10px;
  }
  .demo-option[aria-pressed="true"]:after {
    right: 9px;
    top: 12px;
    font-size: 10px;
  }
  .demo-explanation {
    padding: 24px;
    display: block;
  }
  .demo-explanation > div {
    margin-bottom: 20px;
  }
  .demo-explanation h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .demo-explanation p {
    font-size: 12px;
  }
  .result-preview {
    display: block;
  }
  .result-preview-header {
    border-right: 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .result-preview h3 {
    font-size: 28px;
  }
  .dashboard-pillars {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .dashboard-pillars strong {
    font-size: 27px;
  }
  .result-preview-body li {
    font-size: 12px;
  }
  .progress-example {
    padding-top: 5px;
  }
  .progress-example > h3 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .progress-columns {
    gap: 15px;
  }
  .progress-column {
    height: calc(var(--score) * 2.6px);
    padding: 14px 8px;
  }
  .progress-column strong {
    font-size: 29px;
  }
  .progress-columns > div > span {
    font-size: 8px;
  }
  .progress-example > p:last-child {
    font-size: 12px;
  }
}
.score-row .score-bar-container {
  flex: 1;
  margin: 0;
  height: 8px;
  min-width: 0;
}
.score-row .score-label {
  width: 85px;
  flex-shrink: 0;
}
.score-row .score-value {
  width: 36px;
  text-align: right;
  flex-shrink: 0;
}
.score-row {
  margin: 25px 0;
  gap: 20px;
}
.score-row .score-bar {
  height: 100%;
}
.reading-body .comparison-header {
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .score-row {
    gap: 14px;
  }
  .score-row .score-label {
    width: 64px;
    font-size: 10px;
  }
  .score-row .score-value {
    width: 28px;
    font-size: 17px;
  }
  .score-row .score-bar-container {
    height: 6px;
  }
}
.about-page .metrics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
