:root {
  --think-ink: #14211d;
  --think-muted: #52615b;
  --think-paper: #fbfaf5;
  --think-white: #ffffff;
  --think-navy: #0d1b3f;
  --think-forest: #123f3a;
  --think-teal: #0f766e;
  --think-mint: #dff5ec;
  --think-amber: #d97706;
  --think-sand: #f5ead4;
  --think-blue: #3456d1;
  --think-line: #dce3de;
  --think-shadow: 0 22px 60px rgba(20, 33, 29, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  background: var(--think-paper);
  color: var(--think-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  margin: 0;
}
body::before {
  background-image: radial-gradient(rgba(20, 33, 29, .07) .7px, transparent .7px);
  background-size: 18px 18px;
  content: "";
  inset: 0;
  opacity: .26;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
#navBarContainer { background: #fff; min-height: 66px; }
#citStaffTools { opacity: .72 !important; }
#citStaffTools:hover, #citStaffTools:focus-visible { opacity: 1 !important; }
a { color: var(--think-blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #243f9f; }
img { height: auto; max-width: 100%; }
.think-shell { margin: 0 auto; max-width: 1180px; padding: 0 24px; }
.think-reading { margin: 0 auto; max-width: 880px; padding: 0 24px; }
.think-section { padding: 84px 0; }
.think-section--compact { padding: 56px 0; }
.think-section--white { background: rgba(255, 255, 255, .9); }
.think-section--dark { background: var(--think-ink); color: #f7fbf8; }
.think-section--mint { background: #edf7f2; }
.think-section--sand { background: #f8f0e2; }

@supports (content-visibility: auto) {
  .think-section { contain-intrinsic-size: auto 900px; content-visibility: auto; }
  #thinking-map { contain-intrinsic-size: auto 2400px; }
}

.think-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(80, 214, 181, .22), transparent 24rem),
    radial-gradient(circle at 11% 95%, rgba(245, 173, 65, .18), transparent 23rem),
    linear-gradient(135deg, #0d1b3f 0%, #123f3a 58%, #173229 100%);
  color: #fff;
  overflow: hidden;
  padding: 34px 0 86px;
  position: relative;
}
.think-hero::after {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
  height: 560px;
  position: absolute;
  right: -250px;
  top: -220px;
  width: 560px;
}
.think-breadcrumb { color: rgba(255, 255, 255, .68); font-size: .86rem; margin: 0 0 54px; }
.think-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.think-breadcrumb a { color: inherit; }
.think-breadcrumb [aria-current="page"] { color: #fff; }
.think-hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); }
.think-kicker {
  color: #8ee9d1;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.think-hero h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); letter-spacing: -.055em; line-height: 1.02; margin: 0; max-width: 820px; }
.think-deck { color: rgba(255, 255, 255, .82); font-size: clamp(1.06rem, 2vw, 1.28rem); margin: 26px 0 0; max-width: 760px; }
.think-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.think-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
}
.think-button--light { background: #fff; color: var(--think-navy); }
.think-button--light:hover { background: #eefbf6; color: var(--think-navy); }
.think-button--ghost { border-color: rgba(255, 255, 255, .38); color: #fff; }
.think-button--ghost:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.think-button--dark { background: var(--think-navy); color: #fff; }
.think-button--dark:hover { background: #17305f; color: #fff; }
.think-review { color: rgba(255, 255, 255, .56); font-size: .8rem; margin-top: 26px; }

.think-compass {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 18px;
  position: relative;
  transform: rotate(1.5deg);
  z-index: 1;
}
.think-compass-card {
  background: rgba(255, 255, 255, .94);
  border-radius: 18px;
  color: var(--think-ink);
  min-height: 124px;
  padding: 19px;
}
.think-compass-card:nth-child(2), .think-compass-card:nth-child(3) { background: #dff5ec; }
.think-compass-card span { color: var(--think-teal); display: block; font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.think-compass-card strong { display: block; font-size: 1.05rem; line-height: 1.25; margin-top: 8px; }
.think-compass-card small { color: var(--think-muted); display: block; font-size: .76rem; line-height: 1.4; margin-top: 7px; }
.think-compass-center {
  align-items: center;
  background: #e69a32;
  border: 5px solid var(--think-forest);
  border-radius: 50%;
  color: #1f2a25;
  display: flex;
  font-size: .73rem;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  left: 50%;
  line-height: 1.2;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  width: 88px;
}

.think-answer {
  background: #fff;
  border: 1px solid var(--think-line);
  border-left: 6px solid var(--think-teal);
  border-radius: 0 24px 24px 0;
  box-shadow: var(--think-shadow);
  margin-top: -34px;
  padding: 30px 34px;
  position: relative;
  z-index: 2;
}
.think-answer h2 { font-size: 1.35rem; margin: 0 0 8px; }
.think-answer p { color: #33453e; font-size: 1.02rem; margin: 0; }
.think-answer p + p { margin-top: 12px; }
.think-inference { background: var(--think-sand); border-radius: 10px; color: #6f4a16; display: inline-block; font-size: .74rem; font-weight: 900; letter-spacing: .08em; margin-right: 6px; padding: 3px 8px; text-transform: uppercase; }

.think-toc { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; }
.think-toc a { background: #fff; border: 1px solid var(--think-line); border-radius: 999px; color: #314139; font-size: .81rem; font-weight: 700; padding: 8px 13px; text-decoration: none; }
.think-toc a:hover { border-color: var(--think-teal); color: var(--think-teal); }

.think-eyebrow { color: var(--think-teal); font-size: .76rem; font-weight: 900; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; }
.think-section h2 { color: var(--think-ink); font-size: clamp(1.9rem, 4vw, 3.1rem); letter-spacing: -.04em; line-height: 1.08; margin: 0; }
.think-section--dark h2 { color: #fff; }
.think-section--dark .think-eyebrow { color: #72d9c0; }
.think-lede { color: var(--think-muted); font-size: 1.05rem; margin: 18px 0 0; max-width: 790px; }
.think-section--dark .think-lede { color: #b8c9c1; }

.think-method-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; }
.think-method {
  background: #fff;
  border: 1px solid var(--think-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 28px;
  position: relative;
}
.think-method::before { background: var(--method-color, var(--think-teal)); content: ""; height: 5px; inset: 0 0 auto; position: absolute; }
.think-method:nth-child(3n+2) { --method-color: #d97706; }
.think-method:nth-child(3n+3) { --method-color: #3456d1; }
.think-method-head { align-items: center; display: flex; gap: 14px; }
.think-method-number { align-items: center; background: #edf4f0; border-radius: 50%; color: var(--think-forest); display: inline-flex; flex: 0 0 40px; font-size: .76rem; font-weight: 900; height: 40px; justify-content: center; width: 40px; }
.think-method h3 { font-size: 1.25rem; letter-spacing: -.02em; line-height: 1.2; margin: 0; }
.think-method > p { color: var(--think-muted); margin: 16px 0 0; }
.think-method dl { border-top: 1px solid #e8ece9; display: grid; gap: 9px; grid-template-columns: 102px 1fr; margin: 20px 0 0; padding-top: 18px; }
.think-method dt { color: #6a756f; font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.think-method dd { color: #28372f; font-size: .88rem; margin: 0; }
.think-method .think-anchor { color: #53615b; font-size: .78rem; margin-top: auto; padding-top: 18px; }
.think-method .think-anchor a { font-weight: 800; }
.think-method--wide { grid-column: 1 / -1; }

.think-note { background: #fff7e8; border: 1px solid #edcf99; border-radius: 18px; color: #61471d; margin-top: 28px; padding: 20px 24px; }
.think-note strong { color: #463111; }

.think-paradigm-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}
.think-paradigm-controls button {
  background: #f1f5f3;
  border: 1px solid #cbd8d2;
  border-radius: 999px;
  color: #314139;
  cursor: pointer;
  font-family: inherit;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 15px;
}
.think-paradigm-controls button:hover { border-color: var(--think-teal); color: var(--think-teal); }
.think-paradigm-controls button[aria-pressed="true"] { background: var(--think-navy); border-color: var(--think-navy); color: #fff; }
.think-paradigm-controls button:focus-visible { outline: 3px solid #f3b54a; outline-offset: 3px; }
.think-paradigm-grid { align-items: stretch; display: grid; gap: 24px; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); margin-top: 22px; }
.think-paradigm-card, .think-radar-card { border: 1px solid var(--think-line); border-radius: 24px; margin: 0; min-width: 0; }
.think-paradigm-card { background: linear-gradient(145deg, #0d1b3f, #123f3a); color: #fff; padding: 30px; }
.think-paradigm-origin { color: #8ee9d1 !important; font-size: .72rem; font-weight: 900; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.think-paradigm-card h3 { color: #fff; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.035em; line-height: 1.08; margin: 11px 0 0; }
.think-paradigm-card > p { color: #c9d8d1; margin: 17px 0 0; }
.think-paradigm-lists { border-top: 1px solid rgba(255, 255, 255, .14); display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 24px; padding-top: 21px; }
.think-paradigm-lists h4 { color: #fff; font-size: .73rem; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.think-paradigm-lists ul { color: #c9d8d1; font-size: .84rem; margin: 11px 0 0 18px; padding: 0; }
.think-paradigm-link { font-size: .82rem; }
.think-paradigm-link a { color: #a9efd9; font-weight: 800; }
.think-paradigm-link a:hover { color: #fff; }
.think-radar-card { background: #f8fbf9; display: flex; flex-direction: column; padding: 24px; }
.think-radar-card figcaption, .think-hybrid-figure figcaption { align-items: baseline; display: flex; flex-wrap: wrap; gap: 7px 15px; justify-content: space-between; }
.think-radar-card figcaption strong, .think-hybrid-figure figcaption strong { color: var(--think-ink); font-size: 1rem; }
.think-radar-card figcaption span, .think-hybrid-figure figcaption span { color: var(--think-muted); font-size: .75rem; }
.think-radar { display: block; margin: auto; max-width: 490px; overflow: visible; width: 100%; }
.think-radar-grid polygon, .think-radar-grid line { fill: none; stroke: #cbd7d1; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.think-radar-grid polygon:last-of-type { stroke: #9eb2a9; stroke-width: 1.8; }
.think-radar-shape { fill: rgba(15, 118, 110, .2); stroke: var(--think-teal); stroke-linejoin: round; stroke-width: 4; transition: points .32s ease; vector-effect: non-scaling-stroke; }
.think-radar-points circle { fill: #e69a32; stroke: #fff; stroke-width: 3; transition: cx .32s ease, cy .32s ease; vector-effect: non-scaling-stroke; }
.think-radar-labels text { fill: #33453e; font: 800 13px/1.2 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .015em; }
.think-radar-summary { border-top: 1px solid var(--think-line); color: var(--think-muted); font-size: .78rem; margin: 0; padding-top: 13px; }
.think-radar-data { border: 1px solid var(--think-line); border-radius: 18px; margin-top: 20px; overflow: hidden; }
.think-radar-data > summary { background: #f1f6f3; color: var(--think-ink); cursor: pointer; font-size: .86rem; font-weight: 850; padding: 15px 19px; }
.think-radar-data .think-table-wrap { border: 0; border-radius: 0; box-shadow: none; margin: 0; }
.think-table--compact { min-width: 940px; }
.think-table--compact th, .think-table--compact td { font-size: .76rem; padding: 13px 14px; }

.think-table-wrap { border: 1px solid var(--think-line); border-radius: 22px; box-shadow: 0 14px 38px rgba(20, 33, 29, .05); margin-top: 38px; overflow-x: auto; }
.think-table { background: #fff; border-collapse: collapse; min-width: 830px; width: 100%; }
.think-table caption { left: -9999px; position: absolute; }
.think-table th { background: var(--think-navy); color: #fff; font-size: .76rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.think-table th, .think-table td { border-bottom: 1px solid var(--think-line); padding: 17px 19px; vertical-align: top; }
.think-table td { color: #3e4b45; font-size: .89rem; }
.think-table tbody tr:last-child td { border-bottom: 0; }
.think-table strong { color: var(--think-ink); }
.think-source-type { border: 1px solid #cdd8d2; border-radius: 999px; color: #53615b; display: inline-block; font-size: .67rem; font-weight: 900; margin-top: 5px; padding: 2px 8px; text-transform: uppercase; }
.think-source-type--admissions { background: #e9f6f0; border-color: #a9d8c5; color: #176248; }

.think-signal-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; }
.think-signal { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; padding: 22px; }
.think-signal span { color: #72d9c0; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.think-signal h3 { color: #fff; font-size: 1.02rem; line-height: 1.3; margin: 9px 0 0; }
.think-signal p { color: #b8c9c1; font-size: .84rem; line-height: 1.55; margin: 10px 0 0; }

.think-proof { counter-reset: proof; display: grid; gap: 14px; margin-top: 38px; }
.think-proof-step {
  align-items: start;
  background: #fff;
  border: 1px solid var(--think-line);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px minmax(0, 1fr) minmax(220px, .55fr);
  padding: 20px 22px;
}
.think-proof-step::before { align-items: center; background: var(--think-navy); border-radius: 13px; color: #fff; content: counter(proof); counter-increment: proof; display: flex; font-size: .78rem; font-weight: 900; height: 40px; justify-content: center; width: 40px; }
.think-proof-step h3 { font-size: 1.02rem; margin: 2px 0 5px; }
.think-proof-step p { color: var(--think-muted); font-size: .88rem; margin: 0; }
.think-proof-example { background: #f1f6f3; border-radius: 11px; color: #3c4a43; font-size: .8rem; padding: 11px 13px; }

.think-compare { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; margin-top: 38px; }
.think-compare-column { background: #fff; border: 1px solid var(--think-line); border-radius: 22px; padding: 28px; }
.think-compare-column:first-child { background: #f1f3f8; }
.think-compare-column h3 { font-size: 1.2rem; margin: 0; }
.think-compare-column ul { margin: 18px 0 0; padding: 0; list-style: none; }
.think-compare-column li { border-top: 1px solid var(--think-line); font-size: .9rem; padding: 12px 0; }
.think-compare-column li:first-child { border-top: 0; }
.think-compare-column strong { display: block; }
.think-compare-column span { color: var(--think-muted); }

.think-workflow { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; }
.think-workflow article { background: #fff; border: 1px solid #ead7b5; border-radius: 20px; padding: 24px; }
.think-workflow .think-workflow-label { color: #92400e; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.think-workflow h3 { font-size: 1.06rem; margin: 9px 0; }
.think-workflow p { color: var(--think-muted); font-size: .87rem; margin: 0; }
.think-workflow ul { color: #48564f; font-size: .82rem; margin: 14px 0 0 18px; padding: 0; }
.think-hybrid-figure { background: rgba(255, 255, 255, .58); border: 1px solid #ead7b5; border-radius: 22px; margin: 34px 0 0; padding: 23px; }
.think-hybrid-flow { display: grid; gap: 14px; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; margin: 20px 0 0; padding: 0; }
.think-hybrid-flow li { background: #fff; border: 1px solid #e7d6b8; border-radius: 16px; min-width: 0; padding: 17px 14px; position: relative; }
.think-hybrid-flow li:not(:last-child)::after { color: #b16a13; content: "\2192"; font-size: 1.15rem; font-weight: 900; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); z-index: 2; }
.think-hybrid-flow span { color: #a65e0b; display: block; font-size: .68rem; font-weight: 900; letter-spacing: .09em; }
.think-hybrid-flow strong { color: var(--think-ink); display: block; font-size: .96rem; margin-top: 5px; }
.think-hybrid-flow small { color: var(--think-muted); display: block; font-size: .7rem; line-height: 1.35; margin-top: 5px; }

.think-year { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; }
.think-quarter { border-left: 1px solid #bfd4ca; padding: 0 22px 18px; position: relative; }
.think-quarter::before { background: var(--think-teal); border: 5px solid #edf7f2; border-radius: 50%; content: ""; height: 16px; left: -8px; position: absolute; top: 4px; width: 16px; }
.think-quarter span { color: var(--think-teal); font-size: .71rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.think-quarter h3 { font-size: 1rem; margin: 9px 0; }
.think-quarter p { color: var(--think-muted); font-size: .84rem; margin: 0; }

.think-ai-policy { background: #fff; border: 1px solid var(--think-line); border-radius: 24px; box-shadow: var(--think-shadow); display: grid; gap: 30px; grid-template-columns: .85fr 1.15fr; margin-top: 38px; padding: 32px; }
.think-ai-policy h3 { font-size: 1.35rem; margin: 0; }
.think-ai-policy p { color: var(--think-muted); margin: 12px 0 0; }
.think-do-dont { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.think-do-dont div { border-radius: 16px; padding: 18px; }
.think-do { background: #e9f7f0; color: #175b43; }
.think-dont { background: #fff0ec; color: #893b2b; }
.think-do-dont strong { display: block; margin-bottom: 7px; }
.think-do-dont ul { font-size: .82rem; margin: 0 0 0 17px; padding: 0; }

.think-faq { margin-top: 34px; }
.think-faq details { border-bottom: 1px solid var(--think-line); }
.think-faq summary { color: var(--think-ink); cursor: pointer; font-size: 1rem; font-weight: 800; list-style: none; padding: 19px 42px 19px 0; position: relative; }
.think-faq summary::-webkit-details-marker { display: none; }
.think-faq summary::after { color: var(--think-teal); content: "+"; font-size: 1.45rem; position: absolute; right: 8px; top: 13px; }
.think-faq details[open] summary::after { content: "\2212"; }
.think-faq p { color: var(--think-muted); margin: 0; padding: 0 46px 20px 0; }

.think-sources { columns: 2; column-gap: 42px; margin: 34px 0 0; padding-left: 22px; }
.think-sources li { break-inside: avoid; color: var(--think-muted); font-size: .82rem; margin: 0 0 14px; padding-left: 4px; }
.think-sources a { font-weight: 750; }
.think-editorial-note { border-top: 1px solid var(--think-line); color: #68746e; font-size: .79rem; margin-top: 28px; padding-top: 20px; }

.think-cta {
  align-items: center;
  background: linear-gradient(125deg, var(--think-navy), var(--think-forest));
  border-radius: 28px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  padding: 36px;
}
.think-cta h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.think-cta p { color: #c8d6d0; margin: 10px 0 0; max-width: 680px; }
.think-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.think-footer { background: #0a1714; color: #aabbb3; font-size: .8rem; padding: 36px 0; }
.think-footer-grid { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; }
.think-footer a { color: #d8e6df; }
.think-footer strong { color: #fff; }

.think-sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }

@media (max-width: 960px) {
  .think-hero-grid { grid-template-columns: 1fr; }
  .think-compass { margin: 0 auto; max-width: 560px; width: 100%; }
  .think-paradigm-grid { grid-template-columns: 1fr; }
  .think-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .think-workflow { grid-template-columns: 1fr; }
  .think-hybrid-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .think-hybrid-flow li:nth-child(3)::after { display: none; }
  .think-year { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .think-ai-policy { grid-template-columns: 1fr; }
  .think-cta { grid-template-columns: 1fr; }
  .think-cta-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  #navBarContainer { min-height: 114px; }
}

@media (max-width: 340px) {
  #navBarContainer { min-height: 138px; }
}

@media (max-width: 700px) {
  .think-shell, .think-reading { padding: 0 18px; }
  .think-section { padding: 62px 0; }
  .think-hero { padding-bottom: 68px; }
  .think-breadcrumb { margin-bottom: 38px; }
  .think-hero h1 { font-size: clamp(2.15rem, 11vw, 3.35rem); }
  .think-compass-card { min-height: 112px; padding: 15px; }
  .think-compass-card small { display: none; }
  .think-compass-center { height: 76px; width: 76px; }
  .think-answer { margin-top: -24px; padding: 24px 22px; }
  .think-method-grid, .think-compare, .think-do-dont { grid-template-columns: 1fr; }
  .think-method--wide { grid-column: auto; }
  .think-method { padding: 24px 21px; }
  .think-method dl { grid-template-columns: 1fr; }
  .think-method dd + dt { margin-top: 5px; }
  .think-paradigm-card, .think-radar-card { padding: 22px 18px; }
  .think-paradigm-lists { grid-template-columns: 1fr; }
  .think-radar-labels text { font-size: 17px; }
  .think-signal-grid { grid-template-columns: 1fr; }
  .think-proof-step { grid-template-columns: 42px 1fr; }
  .think-proof-example { grid-column: 2; }
  .think-year { grid-template-columns: 1fr; }
  .think-hybrid-flow { grid-template-columns: 1fr; }
  .think-hybrid-flow li:not(:last-child)::after, .think-hybrid-flow li:nth-child(3)::after { bottom: -19px; display: block; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .think-sources { columns: 1; }
  .think-cta { padding: 28px 22px; }
}

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

@media print {
  #navBarContainer, .think-hero-actions, .think-toc, .think-paradigm-controls, .think-cta, .think-footer { display: none !important; }
  body { background: #fff; color: #000; }
  body::before { display: none; }
  .think-hero { background: #fff; color: #000; padding: 30px 0; }
  .think-hero h1, .think-kicker, .think-deck, .think-review, .think-breadcrumb { color: #000; }
  .think-hero-grid { display: block; }
  .think-compass { display: none; }
  .think-answer { box-shadow: none; margin-top: 0; }
  .think-section { contain-intrinsic-size: none; content-visibility: visible; padding: 32px 0; }
  .think-method, .think-table-wrap, .think-ai-policy { box-shadow: none; break-inside: avoid; }
}
