:root {
  --talk-rule: rgba(255, 255, 255, 0.22);
  --talk-panel: #0a0b10;
  --talk-panel-2: #0f1320;
}

.deck-brand {
  position: absolute;
  z-index: 8;
  top: 24px;
  right: 84px;
}

.deck-brand img { width: 164px; }

.deck-copyright {
  position: absolute;
  z-index: 8;
  top: 28px;
  left: 84px;
  color: var(--lul-white);
  font: 700 14px / 1 var(--lul-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slide::before {
  display: none;
  content: none;
}

.slide--demo::after { background: var(--lul-blue); }
.slide--section,
.slide--course { background: var(--lul-black); }
.slide--section h1,
.slide--course h1 { color: var(--lul-blue-bright); }

.slide > .slide-body {
  grid-row: 1 / -1;
  width: 100%;
  min-height: 900px;
  padding: 104px 0 72px;
}

.slide__content { justify-content: center; }

.slide:not(.slide--cover, .slide--closing, .slide--section) h1 {
  max-width: 12ch;
  font-size: 86px;
  line-height: 0.94;
}

.slide--cover h1 { max-width: 10ch; font-size: 122px; }
.slide--section h1 { max-width: 12ch; font-size: 108px; }
.slide--closing h1 { max-width: 11ch; font-size: 106px; }
.slide--course h1 { max-width: 9ch; font-size: 100px; }

.eyebrow { color: var(--lul-cyan); }
.slide--section .eyebrow,
.slide--course .eyebrow { color: var(--lul-cyan); }

.lede {
  max-width: 38ch;
  margin-top: 24px;
  color: var(--lul-white);
  font-size: 30px;
  line-height: 1.35;
}

.caption {
  max-width: 72ch;
  margin: 28px auto 0;
  color: var(--lul-white);
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}

.byline {
  margin-top: 40px;
  color: var(--lul-white);
  font: 750 18px / 1.4 var(--lul-mono);
}

.constraint {
  display: inline-block;
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid var(--talk-rule);
  color: var(--lul-white);
  font-size: 21px;
  font-weight: 750;
}

.source-link,
.button-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--lul-white);
  font-size: 18px;
  font-weight: 800;
  text-decoration-color: var(--lul-cyan);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cover-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 33%;
}

.host-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: center;
}

.host-intro h1 { max-width: 7ch !important; }
.host-intro .lede { max-width: 31ch; }
.host-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.host-cards article { min-width: 0; }
.host-photo { aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.host-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.host-cards h3 { margin-top: 16px; font-size: 30px; }
.host-cards article > p:not(.host-role) { margin-top: 12px; color: var(--lul-white); font-size: 20px; line-height: 1.42; }
.host-role { margin-top: 8px; color: var(--lul-cyan); font: 800 15px / 1.2 var(--lul-mono); letter-spacing: 0.08em; text-transform: uppercase; }

.summit-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 66px;
  align-items: center;
}
.summit-layout h1 { max-width: 7ch !important; }
.summit-detail { margin-top: 22px; color: var(--lul-white); font-size: 22px; font-weight: 750; }
.summit-art { margin: 0; }
.summit-art img { display: block; width: 100%; max-height: 530px; object-fit: contain; }

.summit-lineup-layout {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 48px;
  align-items: center;
}
.summit-lineup-layout h1 { max-width: 7ch !important; }
.summit-url {
  display: inline-block;
  margin-top: 38px;
  color: var(--lul-cyan);
  font: 850 27px / 1.2 var(--lul-mono);
  white-space: nowrap;
  text-decoration-color: var(--lul-blue-bright);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
.summit-people {
  display: grid;
  gap: 14px;
  justify-items: end;
}
.speaker-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: min(100%, 790px);
  margin: 0;
  padding: 8px;
  border: 1px solid var(--talk-rule);
  background: var(--talk-panel);
}
.speaker-tile {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--talk-rule);
  background: var(--lul-black);
}
.speaker-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  object-position: center 24%;
}
.speaker-tile figcaption {
  min-height: 52px;
  padding: 7px 9px 8px;
  border-top: 1px solid var(--talk-rule);
}
.speaker-tile strong,
.speaker-tile span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.speaker-tile strong { font-size: 15px; line-height: 1.15; }
.speaker-tile span { margin-top: 4px; color: var(--lul-cyan); font: 700 12.5px / 1.2 var(--lul-mono); }
.summit-logos {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 790px);
}
.summit-logos span {
  min-width: 0;
  height: 42px;
  padding: 8px;
  display: grid;
  place-items: center;
  border: 1px solid var(--talk-rule);
  background: var(--lul-black);
}
.summit-logos img { display: block; max-width: 100%; max-height: 24px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }

.html-format-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 74px;
  align-items: center;
}
.html-format-layout h1 { max-width: 8ch !important; }
.format-shift {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) auto minmax(0, 1.15fr);
  gap: 18px;
  align-items: center;
}
.format-shift > div {
  min-height: 280px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--talk-rule);
  background: var(--talk-panel);
}
.format-shift strong { font-size: 72px; line-height: 0.95; }
.format-shift span { margin-top: 20px; color: var(--lul-white); font-size: 24px; line-height: 1.35; }
.format-shift i { color: var(--lul-blue-bright); font-size: 40px; font-style: normal; font-weight: 900; }
.format-shift .format-shift__html { border-color: var(--lul-blue-bright); background: var(--lul-blue); }
.prompt--html code { color: var(--lul-cyan); font: 800 0.92em / 1 var(--lul-mono); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.split--media { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
.split > * { min-width: 0; }

.flow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 23px;
  font-weight: 760;
}

.flow--vertical { flex-direction: column; align-items: stretch; }
.flow span { padding: 20px 22px; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.flow i { color: var(--lul-blue-bright); font-style: normal; text-align: center; }

.three-layers,
.reach-overview,
.ecosystem-stats,
.signal-columns,
.possibility-map,
.automation-path {
  display: grid;
  margin-top: 48px;
  border: 1px solid var(--talk-rule);
  background: var(--talk-panel);
}

.three-layers,
.reach-overview,
.ecosystem-stats,
.signal-columns { grid-template-columns: repeat(3, 1fr); }

.three-layers > div,
.reach-overview > div,
.ecosystem-stats > div,
.signal-columns > div,
.possibility-map > div,
.automation-path > div {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--talk-rule);
}

.three-layers > div:last-child,
.reach-overview > div:last-child,
.ecosystem-stats > div:last-child,
.signal-columns > div:last-child,
.possibility-map > div:last-child,
.automation-path > div:last-child { border-right: 0; }

.three-layers > div { min-height: 250px; display: flex; flex-direction: column; }
.three-layers span,
.reach-overview span,
.automation-path > div > span { color: var(--lul-cyan); font: 800 16px / 1 var(--lul-mono); }
.three-layers strong { margin-top: auto; font-size: 37px; line-height: 1; }
.three-layers p { margin: 18px 0 0; color: var(--lul-white); font-size: 21px; line-height: 1.4; }

.media-frame { padding: 10px; }
.media-frame--ui { padding: 0; border: 0; background: transparent; box-shadow: none; }
.product-shot { max-height: 500px; object-fit: contain; border: 1px solid var(--talk-rule); background: #050505; }
.agent-loop-figure .product-shot { padding: 18px; }
.media-frame--phone { text-align: center; }
.product-shot--phone { width: auto !important; max-width: 430px; max-height: 570px !important; margin: 0 auto; }
.media-frame figcaption,
.source-citation { color: var(--lul-white); font-size: 14px; }
.source-citation > span { display: block; margin-top: 5px; color: var(--lul-cyan); }

.surface-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.surface-gallery figure { min-width: 0; margin: 0; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.surface-gallery img { display: block; width: 100%; height: 250px; object-fit: cover; background: #050505; }
.surface-gallery__contain img { padding: 18px; object-fit: contain; background: var(--lul-white); }
.surface-gallery figcaption { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-top: 1px solid var(--talk-rule); }
.surface-gallery figcaption strong { font-size: 22px; }
.surface-gallery figcaption small { color: var(--lul-white); font-size: 14px; text-align: right; }

.folder-context {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--talk-rule);
  background: var(--talk-panel);
  font: 700 20px / 1.3 var(--lul-mono);
}

.folder-context strong { padding-bottom: 18px; border-bottom: 1px solid var(--talk-rule); color: var(--lul-cyan); font-size: 25px; }
.folder-context span { padding-left: 18px; }
.folder-context p { margin: 12px 0 0; padding: 18px; background: var(--lul-blue); font-family: var(--lul-sans); font-size: 20px; line-height: 1.35; }
.folder-context code { color: var(--lul-white); }

.reach-overview > div { min-height: 238px; display: flex; flex-direction: column; }
.reach-overview strong { margin-top: auto; font-size: 34px; }
.reach-overview p { margin: 16px 0 0; font-size: 21px; line-height: 1.35; }

.mcp-diagram {
  display: grid;
  grid-template-columns: 0.8fr auto 1.15fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 46px;
}

.mcp-diagram > div {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--talk-rule);
  background: var(--talk-panel);
}

.mcp-diagram__server { border-color: var(--lul-blue) !important; background: var(--lul-blue) !important; }
.mcp-diagram__tools { gap: 10px; justify-content: center !important; }
.mcp-diagram__tools span { padding: 12px 14px; border: 1px solid var(--talk-rule); font-size: 20px; font-weight: 760; }
.mcp-diagram strong { font-size: 30px; }
.mcp-diagram i { align-self: center; color: var(--lul-blue-bright); font-size: 34px; font-style: normal; font-weight: 900; }

.skill-loading {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.25fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 46px;
}

.skill-loading > div { min-height: 235px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.skill-loading > div:last-of-type { border-color: var(--lul-blue); background: var(--lul-blue); }
.skill-loading > div > span { color: var(--lul-cyan); font: 800 16px / 1 var(--lul-mono); }
.skill-loading > div:last-of-type > span { color: var(--lul-white); }
.skill-loading strong { margin-top: auto; font-size: 30px; }
.skill-loading p { margin: 16px 0 0; font-size: 20px; line-height: 1.35; }
.skill-loading i { align-self: center; color: var(--lul-blue-bright); font-size: 34px; font-style: normal; font-weight: 900; }

.skill-example-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: stretch; margin-top: 30px; }
.skill-loading-compact { display: grid; grid-template-rows: 1fr auto 1fr auto 1fr; gap: 7px; }
.skill-loading-compact > div { min-height: 100px; padding: 15px 18px; display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.skill-loading-compact > div:last-of-type { border-color: var(--lul-blue); background: var(--lul-blue); }
.skill-loading-compact span { color: var(--lul-cyan); font: 850 15px / 1 var(--lul-mono); }
.skill-loading-compact > div:last-of-type span { color: var(--lul-white); }
.skill-loading-compact p { color: var(--lul-white); font-size: 20px; line-height: 1.3; }
.skill-loading-compact strong { display: block; margin-bottom: 4px; font-size: 22px; }
.skill-loading-compact i { color: var(--lul-blue-bright); font-size: 22px; font-style: normal; font-weight: 900; text-align: center; }
.skill-file-shot { overflow: hidden; border: 1px solid var(--talk-rule); background: #070910; }
.skill-file-shot figcaption { padding: 15px 18px; border-bottom: 1px solid var(--talk-rule); color: var(--lul-white); font: 800 15px / 1.2 var(--lul-mono); letter-spacing: 0.04em; text-transform: uppercase; }
.skill-file-shot pre { min-height: 374px; padding: 24px; color: var(--lul-white); font: 650 20px / 1.5 var(--lul-mono); white-space: pre-wrap; }
.skill-file-shot code span { color: var(--lul-cyan); }

.plugin-package { padding: 1px; border: 1px solid var(--talk-rule); background: var(--talk-rule); display: grid; gap: 1px; }
.plugin-package > strong { padding: 22px; background: var(--lul-blue); font-size: 30px; }
.plugin-package > div { padding: 20px 22px; display: flex; justify-content: space-between; gap: 18px; background: var(--talk-panel); }
.plugin-package span { font-size: 21px; font-weight: 800; }
.plugin-package small { max-width: 26ch; color: var(--lul-white); font-size: 16px; line-height: 1.35; text-align: right; }

.ecosystem-stats > div { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; }
.ecosystem-stats strong { color: var(--lul-cyan); font-size: 74px; line-height: 0.9; }
.ecosystem-stats span { font-size: 20px; font-weight: 800; }
.plugin-roles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.plugin-roles span { padding: 10px 14px; border: 1px solid var(--talk-rule); background: var(--talk-panel); font-size: 17px; font-weight: 750; }
.plugin-lede { margin-top: 16px; }

.demo-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 62px; align-items: center; }
.tool-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tool-line span { padding: 11px 14px; border: 1px solid var(--talk-rule); background: var(--talk-panel); font-size: 20px; font-weight: 800; }
.prompt { margin: 0; padding: 30px; border: 1px solid var(--talk-rule); background: var(--talk-panel); box-shadow: 14px 14px 0 var(--lul-blue); font-size: 21px; line-height: 1.45; }
.prompt p { margin: 0 0 20px; }
.prompt strong { color: var(--lul-amber); font-size: 22px; }

.site-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border-block: 1px solid var(--talk-rule);
}
.site-capabilities > div {
  min-height: 210px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-right: 1px solid var(--talk-rule);
}
.site-capabilities > div:first-child { padding-left: 0; }
.site-capabilities > div:last-child { padding-right: 0; border-right: 0; }
.site-capabilities strong { font-size: 30px; }
.site-capabilities span { color: var(--lul-white); font-size: 20px; line-height: 1.4; }

.annotation-flow,
.creation-path,
.goal-contract { display: grid; gap: 16px; align-items: stretch; margin-top: 46px; }
.annotation-flow { grid-template-columns: 1fr auto 1fr auto 1fr; }
.creation-path { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; }
.goal-contract { grid-template-columns: repeat(3, 1fr) auto auto; }
.annotation-flow > div,
.creation-path > div,
.goal-contract > div { min-height: 185px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.annotation-flow > div:last-of-type,
.creation-path > div:last-of-type { border-color: var(--lul-blue); background: var(--lul-blue); }
.annotation-flow span { color: var(--lul-cyan); font: 800 16px / 1 var(--lul-mono); }
.annotation-flow strong,
.creation-path strong,
.goal-contract strong { margin-top: auto; font-size: 28px; }
.annotation-flow p,
.creation-path span,
.goal-contract span { margin: 14px 0 0; color: var(--lul-white); font-size: 20px; line-height: 1.35; }
.annotation-flow i,
.creation-path i,
.goal-contract i { align-self: center; color: var(--lul-blue-bright); font-size: 34px; font-style: normal; font-weight: 900; }
.goal-contract code { min-width: 124px; display: grid; place-content: center; padding: 20px; background: var(--lul-blue); color: var(--lul-white); font: 900 28px / 1 var(--lul-mono); }

.demo-cue {
  margin: 28px 0 0;
  padding: 14px 0 14px 18px;
  border-left: 4px solid var(--lul-amber);
  color: var(--lul-white);
  font-size: 20px;
  font-weight: 760;
}

.feature-index { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.feature-index span { padding: 14px 18px; border: 1px solid currentColor; font-size: 22px; font-weight: 850; }

.cloud-work-layout h1 { max-width: 8ch !important; }
.cloud-work-layout .lede { max-width: 31ch; }
.cloud-work-shift { display: grid; grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr); align-items: center; margin-top: 32px; border-block: 1px solid var(--talk-rule); }
.cloud-work-shift > div { min-width: 0; padding: 18px 0; }
.cloud-work-shift span { display: block; color: var(--lul-cyan); font: 800 14px / 1 var(--lul-mono); letter-spacing: 0.1em; }
.cloud-work-shift strong { display: block; margin-top: 10px; font-size: 24px; line-height: 1.1; }
.cloud-work-shift i { color: var(--lul-blue-bright); font-size: 30px; font-style: normal; font-weight: 900; text-align: center; }
.cloud-work-meme { align-self: center; justify-self: end; width: min(100%, 540px); }
.cloud-work-meme img { display: block; width: 100%; max-height: 560px; object-fit: contain; background: var(--lul-white); }

.voice-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.voice-flow > div { min-height: 210px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--talk-rule); background: var(--talk-panel); }
.voice-flow > div:nth-child(2) { border-color: var(--lul-blue); background: var(--lul-blue); }
.voice-flow strong { font-size: 40px; }
.voice-flow span { color: var(--lul-white); font-size: 20px; }

.subagent-tree { display: grid; justify-items: center; gap: 12px; margin-top: 34px; }
.subagent-tree__parent,
.subagent-tree__result { width: min(650px, 72%); padding: 20px 24px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--talk-rule); background: var(--talk-panel); font-size: 20px; }
.subagent-tree__branch {
  width: 66.666%;
  height: 36px;
  margin-bottom: -12px;
  background:
    linear-gradient(var(--lul-blue-bright), var(--lul-blue-bright)) 50% 0 / 2px 18px no-repeat,
    linear-gradient(var(--lul-blue-bright), var(--lul-blue-bright)) 50% 18px / 100% 2px no-repeat,
    linear-gradient(var(--lul-blue-bright), var(--lul-blue-bright)) 0 18px / 2px 18px no-repeat,
    linear-gradient(var(--lul-blue-bright), var(--lul-blue-bright)) 50% 18px / 2px 18px no-repeat,
    linear-gradient(var(--lul-blue-bright), var(--lul-blue-bright)) 100% 18px / 2px 18px no-repeat;
}
.subagent-tree__children { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.subagent-tree__children span { min-height: 110px; padding: 18px; display: grid; place-content: center; border: 1px solid var(--talk-rule); background: var(--talk-panel); font-size: 20px; font-weight: 800; text-align: center; }
.subagent-tree__result { border-color: var(--lul-blue); background: var(--lul-blue); }
.subagent-tree i { color: var(--lul-blue-bright); font-size: 28px; font-style: normal; font-weight: 900; }

.feature-quote { margin: 26px 0 0; padding-left: 18px; border-left: 4px solid var(--lul-blue-bright); color: var(--lul-white); font-size: 20px; font-weight: 750; }
.feature-quote cite { display: block; margin-top: 12px; color: var(--lul-cyan); font: 700 14px / 1.3 var(--lul-mono); }

.automation-path { grid-template-columns: repeat(4, 1fr); }
.automation-path > div { min-height: 196px; display: flex; flex-direction: column; }
.automation-path strong { margin-top: auto; font-size: 27px; }
.automation-path p { margin: 14px 0 0; font-size: 20px; line-height: 1.35; }

.signal-columns > div { min-height: 245px; display: flex; flex-direction: column; }
.signal-columns strong,
.possibility-map strong { font-size: 28px; }
.signal-columns p { margin: auto 0 16px; font-size: 21px; line-height: 1.35; }
.signal-columns span { color: var(--lul-cyan); font: 800 15px / 1 var(--lul-mono); }

.possibility-map { grid-template-columns: repeat(4, 1fr); }
.possibility-map > div { min-height: 270px; display: flex; flex-direction: column; gap: 18px; }
.possibility-map span { padding-top: 14px; border-top: 1px solid var(--talk-rule); color: var(--lul-white); font-size: 20px; }

.trust-loop,
.publish-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-top: 52px; }
.trust-loop span,
.publish-flow span { padding: 18px 22px; border: 1px solid var(--talk-rule); background: var(--talk-panel); font-size: 21px; font-weight: 800; text-align: center; }
.trust-loop span:nth-last-of-type(1),
.publish-flow span:nth-last-of-type(1) { border-color: var(--lul-blue); background: var(--lul-blue); }
.trust-loop i,
.publish-flow i { color: var(--lul-blue-bright); font-size: 30px; font-style: normal; font-weight: 900; }

.operator-depth { border-block: 1px solid var(--talk-rule); }
.operator-depth > div { padding: 18px 0; display: grid; grid-template-columns: minmax(230px, 0.85fr) 1.15fr; gap: 24px; align-items: baseline; border-bottom: 1px solid var(--talk-rule); }
.operator-depth > div:last-child { border-bottom: 0; }
.operator-depth strong { font-size: 22px; }
.operator-depth span { color: var(--lul-white); font-size: 20px; line-height: 1.35; }
.operator-depth .operator-more { margin: 18px 0 0; color: var(--lul-cyan); font: 850 18px / 1.2 var(--lul-mono); text-transform: uppercase; }

.slide--threshold h1 { max-width: 10ch; font-size: 118px; color: var(--lul-white); }
.slide--threshold .lede { max-width: 30ch; margin-top: 34px; }

.course-invite { min-height: 390px; padding: 36px; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 32px; align-items: center; border: 1px solid var(--lul-blue-bright); background: var(--talk-panel); }
.course-invite__details { min-height: 310px; display: flex; flex-direction: column; justify-content: center; }
.course-invite strong { font-size: 78px; line-height: 0.9; letter-spacing: -0.055em; }
.course-invite span { margin-top: 16px; font-size: 24px; font-weight: 800; }
.course-invite small { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--lul-white); font-size: 16px; font-weight: 750; }
.workshop-qr { margin: 0; text-align: center; }
.workshop-qr a { display: block; }
.workshop-qr img { display: block; width: 100%; padding: 12px; background: var(--lul-white); }
.workshop-qr figcaption { margin-top: 14px; color: var(--lul-cyan); font: 850 15px / 1.25 var(--lul-mono); text-transform: uppercase; }
.button-link { padding: 15px 18px; border: 1px solid var(--lul-blue-bright); background: var(--lul-black); color: var(--lul-white); text-decoration: none; }

.closing-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 72px; align-items: center; }
.closing-qrs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.closing-qr { margin: 0; text-align: center; }
.closing-qr > a:first-child { display: block; }
.closing-qr img { display: block; width: 100%; padding: 14px; background: var(--lul-white); }
.closing-qr figcaption { margin-top: 16px; color: var(--lul-white); font-size: 20px; font-weight: 750; }
.closing-qr a { display: inline-block; margin-top: 10px; color: var(--lul-cyan); font: 800 16px / 1.3 var(--lul-mono); text-underline-offset: 4px; }

@media print {
  .deck-brand { display: none; }
  .slide::before { display: none; }
}
