.case-body.is-art-gallery-glow > .case-stack-intro,
.case-body.is-art-gallery-glow > .art-gallery,
.case-body.is-art-gallery-glow > .art-vector-wall,
.case-body.is-art-gallery-glow > .poster-slider,
.case-body.is-art-gallery-glow > .thought-article,
.case-body.is-art-gallery-glow > .case-image-stack,
.case-body.is-art-gallery-glow > .airbnb-tabbed-panel,
.case-body.is-art-gallery-glow > .case-stack-footer {
  position: relative;
  z-index: 1;
}

.airbnb-tab-embed-frame.is-figma-locked,
.airbnb-launch-embed-frame.is-figma-locked,
.thought-talk-deck-frame.is-figma-locked {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 247, 252, 0.78)),
    rgba(255, 255, 255, 0.72);
}

.airbnb-tab-embed-frame.is-figma-locked iframe,
.airbnb-launch-embed-frame.is-figma-locked iframe,
.thought-talk-deck-frame.is-figma-locked iframe {
  opacity: 0;
  pointer-events: none;
}

.thought-article {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1080px, calc(100% - clamp(52px, 9vw, 144px)));
  margin: clamp(56px, 6.2vw, 92px) auto clamp(46px, 6vw, 86px);
}

.thought-article.has-full-content {
  grid-template-columns: minmax(360px, 0.455fr) minmax(360px, 0.455fr);
  column-gap: 9%;
  row-gap: clamp(30px, 4.2vw, 58px);
  align-items: center;
  width: min(720px, calc(100% - clamp(170px, 20vw, 360px)));
  margin-top: clamp(42px, 5vw, 74px);
}

.thought-article-header {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 clamp(4px, 1vw, 12px);
  text-align: left;
}

.thought-article-header h3 {
  margin: 0;
  color: rgba(23, 32, 51, 0.84);
  font-family: var(--title-font);
  font-size: clamp(46px, 4.16vw, 66px);
  font-weight: 200;
  line-height: 1.24;
}

.thought-article.has-full-content .thought-article-kicker {
  text-align: left;
}

.thought-article-visual {
  position: relative;
  margin: 0;
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid rgba(255,255,255,0.84);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255,255,255,0.88), transparent 30%),
    radial-gradient(circle at 78% 86%, color-mix(in srgb, var(--panel-accent), transparent 74%), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.78), rgba(242,250,252,0.50) 48%, rgba(255,255,255,0.62));
  box-shadow:
    0 24px 58px rgba(88, 116, 113, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.94),
    inset 0 -18px 38px color-mix(in srgb, var(--panel-accent), transparent 88%);
  cursor: zoom-in;
  overflow: hidden;
  transform: translateZ(0);
}

.thought-article.has-full-content .thought-article-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  align-self: center;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.thought-article-visual::after {
  content: "";
  position: absolute;
  inset: clamp(8px, 1vw, 12px);
  z-index: 0;
  border-radius: 5px;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 20%, rgba(255,255,255,0.54) 42%, rgba(171,230,255,0.20) 52%, transparent 72%),
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.58), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.28), rgba(214,244,255,0.18));
  background-size: 240% 100%, 100% 100%, 100% 100%;
  opacity: 1;
  animation: artImageShimmer 1600ms cubic-bezier(0.38, 0, 0.2, 1) infinite;
  transition: opacity 520ms ease;
}

.thought-article-visual.is-seen::after {
  opacity: 0;
  animation: none;
}

.thought-article-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 680ms ease, transform 300ms ease;
}

.thought-article.has-full-content .thought-article-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 5px;
}

.thought-article-image.is-seen {
  opacity: 1;
}

.thought-article-visual:hover .thought-article-image,
.thought-article-visual:focus-visible .thought-article-image {
  transform: scale(1.025);
}

.thought-article-caption {
  position: absolute;
  left: clamp(18px, 2vw, 26px);
  bottom: clamp(18px, 2vw, 26px);
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 44px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 260ms ease;
}

.thought-article-visual:hover .thought-article-caption,
.thought-article-visual:focus-visible .thought-article-caption {
  opacity: 1;
  transform: translateY(0);
}

.thought-article-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(23, 32, 51, 0.64);
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(255,255,255,0.74);
  box-shadow: 0 10px 24px rgba(61,129,177,0.10);
  font-family: var(--kicker-font);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.thought-article-copy {
  color: rgba(23, 32, 51, 0.66);
}

.thought-article.has-full-content .thought-article-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.thought-article-kicker {
  margin: 0 0 16px;
  color: rgba(86, 112, 130, 0.52);
  font-family: var(--kicker-font);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.42;
}

.thought-article-copy h3 {
  margin: 0 0 20px;
  color: rgba(23, 32, 51, 0.82);
  font-family: var(--title-font);
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 450;
  line-height: 1.12;
}

.thought-article-copy p:not(.thought-article-kicker) {
  margin: 0 0 22px;
  font-family: var(--body-font);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 300;
  line-height: 1.54;
}

.thought-article-lead {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.thought-article-copy .thought-article-lead p {
  margin: 0;
  font-family: var(--body-font);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 300;
  line-height: 1.58;
}

.thought-article.has-full-content .thought-article-lead {
  gap: 0;
  margin: 0 0 24px;
}

.thought-article.has-full-content .thought-article-lead p {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  color: rgba(23, 32, 51, 0.72);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.82;
}

.thought-article-nowrap {
  white-space: nowrap;
}

.thought-article-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: rgba(23, 32, 51, 0.58);
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 400;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.thought-article-source svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thought-article-source:hover,
.thought-article-source:focus-visible {
  color: rgba(23, 32, 51, 0.78);
  text-shadow: 0 0 16px rgba(255,255,255,0.62);
  transform: translateY(-1px);
}

.thought-article.has-full-content .thought-article-source {
  margin-top: 0;
  color: rgba(23, 32, 51, 0.72);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.thought-article-quote {
  grid-column: 1 / -1;
  width: min(900px, 100%);
  margin: clamp(18px, 3.4vw, 42px) auto 0;
  padding: clamp(10px, 1.2vw, 16px) 0 0;
}

.thought-article-quote-label {
  margin: 0 0 20px;
  color: rgba(23, 32, 51, 0.72);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
}

.thought-article-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.thought-article-quote blockquote p {
  margin: 0 0 20px;
  color: rgba(23, 32, 51, 0.66);
  font-family: var(--body-font);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 300;
  line-height: 1.62;
}

.thought-article-quote blockquote p:last-child {
  margin-bottom: 0;
}

.thought-article.has-full-content .thought-article-caption,
.thought-article.has-full-content .thought-article-visual::after {
  display: none;
}

.thought-article.has-full-content .thought-article-image {
  opacity: 1;
}

.thought-article.has-full-content .thought-article-visual:hover .thought-article-image,
.thought-article.has-full-content .thought-article-visual:focus-visible .thought-article-image {
  transform: none;
}

.thought-article.has-source-cover-link .thought-article-visual {
  cursor: pointer;
}

.thought-article.has-source-cover-link .thought-article-visual:hover .thought-article-image,
.thought-article.has-source-cover-link .thought-article-visual:focus-visible .thought-article-image,
.thought-article.has-source-cover-link:has(.thought-article-source:hover) .thought-article-image,
.thought-article.has-source-cover-link:has(.thought-article-source:focus-visible) .thought-article-image {
  filter: brightness(1.03);
  transform: scale(1.014);
}

.thought-article.has-source-cover-link .thought-article-visual:hover + .thought-article-copy .thought-article-source,
.thought-article.has-source-cover-link .thought-article-visual:focus-visible + .thought-article-copy .thought-article-source {
  color: rgba(23, 32, 51, 0.78);
  text-shadow: 0 0 16px rgba(255,255,255,0.62);
  transform: translateY(-1px);
}

.thought-article.has-full-content .thought-article-quote {
  width: min(1120px, 100%);
  margin: clamp(4px, 1vw, 12px) 0 0;
  padding: 0;
}

.thought-article.has-full-content .thought-article-quote-label {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(20px, 2.8vw, 32px);
  color: rgba(23, 32, 51, 0.84);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}

.thought-article.has-full-content .thought-article-quote blockquote {
  margin: 0 0 0 clamp(28px, 4vw, 62px);
}

.thought-article.has-full-content .thought-article-quote blockquote p {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 0 clamp(18px, 2.5vw, 30px);
  color: rgba(23, 32, 51, 0.86);
  font-family: var(--body-font);
  font-size: clamp(23px, calc(0.62vw + 14px), 28px);
  font-weight: 300;
  line-height: 1.8;
}

.thought-article.has-qa-content .thought-article-qa {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(34px, 4.2vw, 54px);
  width: 100%;
  margin: clamp(14px, 2.4vw, 26px) 0 0;
  padding: clamp(12px, 2vw, 24px) 0 0;
}

.thought-qa-item {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
}

.thought-qa-question {
  margin: 0;
  color: rgba(23, 32, 51, 0.78);
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.74;
}

.thought-qa-answer {
  margin: 0 0 0 clamp(28px, 4vw, 56px);
}

.thought-qa-answer blockquote,
.thought-qa-answer p {
  margin: 0;
  padding: 0;
  border: 0;
}

.thought-qa-answer p {
  color: rgba(23, 32, 51, 0.66);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.78;
}

.thought-qa-answer p + p {
  margin-top: 1.08em;
}

.thought-qa-answer strong {
  color: rgba(23, 32, 51, 0.74);
  font-weight: 500;
}

.thought-qa-fallback {
  margin: 0;
  color: rgba(23, 32, 51, 0.46);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 300;
}

.thought-article.has-module-content {
  width: min(860px, calc(100% - clamp(130px, 17vw, 320px)));
}

.thought-article.has-module-content .thought-article-modules {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(42px, 5.4vw, 78px);
  width: 100%;
  margin: clamp(10px, 2vw, 26px) 0 0;
  padding: clamp(10px, 2vw, 24px) 0 0;
}

.thought-module-intro,
.thought-module-body {
  color: rgba(23, 32, 51, 0.68);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.78;
}

.thought-module-intro {
  width: min(800px, 100%);
  margin: 0 auto;
}

.thought-module-intro p,
.thought-module-body p,
.thought-module-body li {
  margin: 0;
  color: inherit;
  font: inherit;
}

.thought-module-intro p,
.thought-module-body p {
  width: 100%;
}

.thought-module-intro p + p,
.thought-module-body p + p {
  margin-top: 1.1em;
}

.thought-module-body ul {
  display: grid;
  gap: 10px;
  margin: 1.05em 0 0;
  padding-left: 1.05em;
  list-style-position: outside;
}

.thought-module-divider {
  justify-self: center;
  margin: clamp(6px, 1.2vw, 14px) 0 clamp(-4px, -0.4vw, 0px);
  color: rgba(23, 32, 51, 0.66);
  font-family: var(--title-font);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.thought-module-item {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
  width: min(800px, 100%);
  margin: 0 auto;
}

.thought-module-header {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr);
  gap: clamp(26px, 3.8vw, 52px);
  align-items: center;
  width: 100%;
}

.thought-module-header h4 {
  margin: 0;
  color: rgba(23, 32, 51, 0.88);
  font-family: var(--body-font);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.28;
}

.thought-module-image-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255,255,255,0.18);
}

.thought-module-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.thought-module-body {
  width: 100%;
  margin: 0;
}

.thought-module-body blockquote {
  margin: clamp(30px, 4vw, 56px) 0;
  padding: clamp(22px, 3vw, 42px) 0 clamp(22px, 3vw, 42px) clamp(28px, 4.2vw, 56px);
  border-left: 1px solid rgba(99, 148, 181, 0.24);
}

.thought-module-body blockquote p:first-child {
  color: rgba(23, 32, 51, 0.68);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.78;
}

.thought-module-body blockquote:has(p + p) p:first-child {
  color: rgba(23, 32, 51, 0.84);
  font-family: var(--title-font);
  font-size: clamp(26px, 2.65vw, 36px);
  line-height: 1.32;
}

.thought-module-body blockquote p + p {
  margin-top: clamp(18px, 2.5vw, 30px);
  color: rgba(23, 32, 51, 0.66);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.6;
}

.thought-module-body strong {
  color: rgba(23, 32, 51, 0.76);
  font-weight: 600;
}

.thought-module-body em {
  color: rgba(23, 32, 51, 0.54);
  font-style: italic;
}

.info-panel.is-world-meta .case-body .thought-article.has-full-content .thought-article-lead p {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
}

.info-panel.is-world-meta .case-body .thought-article.has-full-content .thought-article-quote-label {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(20px, 2.8vw, 32px);
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.info-panel.is-world-meta .case-body .thought-article.has-full-content .thought-article-quote blockquote p {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: clamp(23px, calc(0.62vw + 14px), 28px);
  line-height: 1.8;
}

.info-panel.is-world-meta .case-body .thought-article.has-qa-content .thought-qa-question {
  width: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.74;
}

.info-panel.is-world-meta .case-body .thought-article.has-qa-content .thought-qa-answer p {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 19px;
  line-height: 1.78;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-intro p,
.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body p,
.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 19px;
  line-height: 1.78;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body ul {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin: 1.25em 0 0;
  padding-left: 1.35em;
  list-style: disc outside;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body ul::before {
  display: none;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body li,
.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body li:nth-child(n) {
  position: static;
  display: list-item;
  width: auto;
  height: auto;
  margin: 0 0 0.9em;
  padding: 0 0 0 0.15em;
  place-items: initial;
  gap: 0;
  align-content: initial;
  color: rgba(23, 32, 51, 0.68);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body blockquote:has(p + p) p:first-child {
  font-size: clamp(26px, 2.65vw, 36px);
  line-height: 1.32;
}

.info-panel.is-world-meta .case-body .thought-article.has-module-content .thought-module-body blockquote p + p {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.6;
}

.thought-article.has-flow-content {
  width: min(860px, calc(100% - clamp(130px, 17vw, 320px)));
}

.thought-article.has-flow-content .thought-article-copy {
  grid-column: 1 / -1;
  min-height: 0;
}

.thought-article.has-flow-content .thought-article-flow {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(34px, 4.6vw, 68px);
  width: 100%;
  margin: clamp(10px, 2vw, 26px) auto 0;
  padding: clamp(10px, 2vw, 24px) 0 0;
}

.thought-article-original-callout {
  grid-column: 1 / -1;
  /* Shrink to the sentence rather than stretching across the panel, keeping
     the right padding equal to the left. */
  width: fit-content;
  max-width: min(860px, 100%);
  margin: 0 auto 28px;
  padding: 14px 22px;
  color: rgba(40, 50, 80, 0.68);
  font-family: var(--body-font);
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 6px 20px rgba(61, 129, 177, 0.10),
    0 1px 3px rgba(61, 129, 177, 0.06);
}

.thought-article-toggle-original {
  display: inline;
  margin: 0;
  padding: 0;
  color: rgba(40, 50, 80, 0.82);
  font: inherit;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(40, 50, 80, 0.36);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.thought-article-toggle-original:hover,
.thought-article-toggle-original:focus-visible {
  color: rgba(40, 50, 80, 1);
  border-bottom-color: rgba(40, 50, 80, 0.72);
  outline: 0;
}

.thought-flow-text {
  color: rgba(23, 32, 51, 0.68);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.78;
}

.thought-flow-text h3 {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  color: rgba(23, 32, 51, 0.84);
  font-family: var(--title-font);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.28;
}

/* The logic-and-aesthetics essay uses large chapter signatures inside one
   continuous text section; preserve a deliberate paragraph break before them. */
.case-body[data-story-route="thoughts-logic-and-aesthetics"] .thought-flow-text p + h3 {
  padding-top: clamp(52px, 6vw, 92px);
}

.thought-flow-text p,
.thought-flow-text li {
  margin: 0;
  color: inherit;
  font: inherit;
}

.thought-flow-text p + p {
  margin-top: 1.12em;
}

.thought-flow-text ul,
.thought-flow-text ol {
  display: grid;
  gap: 10px;
  margin: 1.15em 0 0;
  padding-left: 1.35em;
  list-style-position: outside;
}

.thought-flow-text blockquote {
  margin: clamp(30px, 4vw, 54px) 0;
  padding: clamp(22px, 3vw, 40px) 0 clamp(22px, 3vw, 40px) clamp(28px, 4.2vw, 52px);
  border-left: 1px solid rgba(99, 148, 181, 0.24);
}

.thought-flow-figure {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
  width: 100%;
  margin: 0;
  cursor: zoom-in;
  outline: 0;
}

.thought-flow-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 260ms ease, filter 260ms ease;
}

.thought-flow-figure:hover img,
.thought-flow-figure:focus-visible img {
  filter: brightness(1.02);
  transform: scale(1.012);
}

.thought-flow-figure.is-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.thought-flow-figure.has-side-caption {
  grid-template-columns: minmax(300px, 0.92fr) minmax(240px, 0.78fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
}

.thought-flow-figure figcaption {
  width: min(640px, 100%);
  margin: 0 auto;
  color: rgba(23, 32, 51, 0.56);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.64;
  text-align: center;
}

.thought-flow-figure.has-side-caption figcaption {
  width: 100%;
  margin: 0;
  color: rgba(23, 32, 51, 0.70);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.62;
  text-align: left;
}

.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text p,
.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 19px;
  line-height: 1.78;
}

.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text ul,
.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text ol {
  position: static;
  display: grid;
  width: auto;
  height: auto;
  margin: 1.15em 0 0;
  padding-left: 1.35em;
  list-style: disc outside;
}

.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text ul::before,
.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text ol::before {
  display: none;
}

.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text li,
.info-panel.is-world-meta .case-body .thought-article.has-flow-content .thought-flow-text li:nth-child(n) {
  position: static;
  display: list-item;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 0.15em;
  place-items: initial;
  gap: 0;
  align-content: initial;
  color: rgba(23, 32, 51, 0.68);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.thought-article.has-link-card-content {
  width: min(860px, calc(100% - clamp(130px, 17vw, 320px)));
}

.thought-link-cards {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(42px, 5.2vw, 74px);
  width: 100%;
  margin: clamp(16px, 2.8vw, 34px) auto 0;
  padding: clamp(10px, 2vw, 24px) 0 0;
}

.thought-link-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(260px, 0.78fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.thought-link-card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255,255,255,0.18);
}

.thought-link-card-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 260ms ease, filter 260ms ease;
}

.thought-link-card:hover .thought-link-card-image img,
.thought-link-card:focus-visible .thought-link-card-image img {
  filter: brightness(1.03);
  transform: scale(1.014);
}

.thought-link-card-copy {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
}

.thought-link-card-eyebrow {
  display: block;
  margin: 0;
  color: rgba(86, 112, 130, 0.56);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.64;
}

.info-panel.is-world-meta .case-body .thought-article.has-link-card-content .thought-link-card-eyebrow {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.64;
}

.thought-link-card-copy h4 {
  margin: 0;
  color: rgba(23, 32, 51, 0.78);
  font-family: var(--body-font);
  font-size: clamp(22px, 2.05vw, 31px);
  font-weight: 400;
  line-height: 1.46;
}

.thought-link-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(23, 32, 51, 0.56);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.thought-link-card-action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thought-link-card:hover .thought-link-card-action,
.thought-link-card:focus-visible .thought-link-card-action {
  color: rgba(23, 32, 51, 0.78);
  text-shadow: 0 0 16px rgba(255,255,255,0.62);
  transform: translateY(-1px);
}

.thought-article.has-workshop-content {
  width: min(900px, calc(100% - clamp(120px, 16vw, 300px)));
}

.thought-article.has-talk-deck-content {
  width: min(900px, calc(100% - clamp(120px, 16vw, 300px)));
}

.thought-article.has-workshop-content .thought-article-copy {
  grid-column: 1 / -1;
  min-height: 0;
}

.thought-article.has-talk-deck-content .thought-article-copy {
  grid-column: 1 / -1;
  min-height: 0;
}

.thought-article.has-talk-deck-content .thought-article-header h3 {
  max-width: 980px;
  font-size: clamp(44px, 4vw, 64px);
}

.thought-article.has-talk-deck-content .thought-article-header h3 s {
  color: inherit;
  text-decoration-line: line-through;
  text-decoration-color: rgba(23, 32, 51, 0.54);
  text-decoration-thickness: 0.08em;
  text-decoration-skip-ink: none;
}

.thought-article.has-talk-deck-content .thought-article-lead {
  gap: clamp(14px, 1.6vw, 22px);
  margin-bottom: clamp(6px, 1vw, 14px);
}

/* Stands in for the deck when the slides are not published. Quieter than the
   lead and set off by a rule, so it reads as a note about the material rather
   than as more of the talk. */
.thought-talk-deck-note {
  max-width: 760px;
  margin: clamp(18px, 2.2vw, 30px) 0 0;
  padding-top: clamp(16px, 1.9vw, 24px);
  border-top: 1px solid rgba(86, 112, 130, 0.18);
  color: rgba(23, 32, 51, 0.56);
  font-family: var(--body-font);
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
}

.thought-talk-deck-note a {
  color: rgba(23, 32, 51, 0.78);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease-out;
}

.thought-talk-deck-note a:hover,
.thought-talk-deck-note a:focus-visible {
  color: rgba(23, 32, 51, 0.96);
}

/* The date line that used to sit here is gone, and the headline it sat above
   has moved into the title as a second line — smaller than the struck headline
   above it, but still title, not body. */
.thought-article-title-line-2 {
  display: inline-block;
  margin-top: 0.22em;
  font-size: 0.52em;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.25;
  opacity: 0.82;
}

.thought-article.has-talk-deck-content .thought-article-lead p {
  max-width: 820px;
  color: rgba(23, 32, 51, 0.68);
  font-family: var(--body-font);
  font-size: clamp(17px, 1.32vw, 20px);
  font-weight: 300;
  line-height: 1.72;
}

.info-panel.is-world-meta .case-body .thought-article.has-talk-deck-content .thought-article-lead p:not(:first-child) {
  max-width: 860px;
  color: rgba(23, 32, 51, 0.70);
  font-family: var(--title-font);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 300;
  line-height: 1.48;
}

.thought-workshop {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(34px, 4.8vw, 70px);
  width: 100%;
  margin: clamp(12px, 2.6vw, 34px) auto 0;
  padding: clamp(8px, 1.8vw, 22px) 0 0;
}

.thought-workshop-deck {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.64), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.52), rgba(222,245,255,0.28));
  box-shadow:
    0 24px 58px rgba(88, 116, 113, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.thought-workshop-deck iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.thought-workshop-copy {
  color: rgba(23, 32, 51, 0.68);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.78;
}

.thought-workshop-copy p,
.thought-workshop-copy li {
  margin: 0;
  color: inherit;
  font: inherit;
}

.thought-workshop-copy p + p {
  margin-top: 1.1em;
}

.thought-workshop-copy ul {
  display: grid;
  gap: 10px;
  margin: 1.15em 0;
  padding-left: 1.35em;
  list-style: disc outside;
}

.thought-workshop-award {
  margin: clamp(-10px, -1vw, 0px) 0 0;
  color: rgba(23, 32, 51, 0.72);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.thought-workshop-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  width: 100%;
}

.thought-workshop-photo {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.18);
  cursor: zoom-in;
  outline: 0;
}

.thought-workshop-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.thought-workshop-photo:hover img,
.thought-workshop-photo:focus-visible img {
  filter: brightness(1.03);
  transform: scale(1.024);
}

/* Tightened top and bottom: with the date line gone the blurb had a large gap
   above it and another under its label, which left the panel reading loose. */
.thought-article.has-talk-deck-content .thought-article-quote {
  width: min(860px, 100%);
  margin: clamp(8px, 1.3vw, 18px) 0 0;
  padding-top: clamp(2px, 0.4vw, 6px);
}

.thought-article.has-talk-deck-content .thought-article-quote-label {
  margin-bottom: clamp(8px, 0.95vw, 13px);
  color: rgba(23, 32, 51, 0.72);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
}

.thought-article.has-talk-deck-content .thought-article-quote blockquote {
  margin: 0;
  padding-left: clamp(22px, 2.6vw, 34px);
  border-left: 2px solid rgba(95, 184, 220, 0.62);
}

.thought-article.has-talk-deck-content .thought-article-quote blockquote p {
  margin: 0 0 0.72em;
  color: rgba(23, 32, 51, 0.70);
  font-family: var(--title-font);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 300;
  line-height: 1.48;
}

.thought-article.has-talk-deck-content .thought-article-quote blockquote p.is-spacer {
  min-height: 0.7em;
  margin: 0;
}

.thought-talk-deck {
  grid-column: 1 / -1;
  width: min(900px, 100%);
  margin: clamp(24px, 3.4vw, 54px) 0 0;
}

.thought-talk-deck-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 28, 36, 0.10);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.64), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.52), rgba(222,245,255,0.28));
  box-shadow:
    0 24px 58px rgba(88, 116, 113, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.8);
  aspect-ratio: 16 / 9;
}

.thought-talk-deck-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy ul {
  position: static;
  display: grid;
  width: auto;
  height: auto;
  margin: 1.15em 0;
  padding-left: 1.35em;
  list-style: disc outside;
}

.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy ul::before {
  display: none;
}

.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy p,
.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy li,
.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy li:nth-child(n) {
  position: static;
  display: list-item;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0.15em;
  place-items: initial;
  gap: 0;
  align-content: initial;
  color: rgba(23, 32, 51, 0.68);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  font-size: 19px;
  line-height: 1.78;
}

.info-panel.is-world-meta .case-body .thought-article.has-workshop-content .thought-workshop-copy p {
  display: block;
  padding: 0;
}

.thought-marker-highlight {
  display: inline;
  padding: 0 0.10em;
  background: linear-gradient(transparent 10%, rgba(178,225,252,0.52) 10%, rgba(178,225,252,0.52) 86%, transparent 86%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (max-width: 900px) {
.thought-article {
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
  }
.thought-article.has-full-content {
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
  }
.thought-article.has-module-content {
    width: calc(100% - 48px);
  }
.thought-article.has-flow-content {
    width: calc(100% - 48px);
  }
.thought-article.has-link-card-content {
    width: calc(100% - 48px);
  }
.thought-article.has-workshop-content {
    width: calc(100% - 48px);
  }
.thought-article.has-talk-deck-content {
    width: calc(100% - 48px);
  }
.thought-link-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
.thought-workshop-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.thought-flow-figure.has-side-caption {
    grid-template-columns: 1fr;
    gap: 16px;
  }
.thought-flow-figure.has-side-caption figcaption {
    font-size: 18px;
  }
.thought-module-header {
    grid-template-columns: 1fr;
  }
}

.paper-card .thought-link-card-copy {
  display: flex;
  flex-direction: column;
}

.paper-card .thought-link-card-eyebrow { order: 1; }

.paper-card .thought-link-card-copy > h4 { order: 2; }
