/**
 * Beige theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
@import url(./fonts/velodroma_basic/VelodromaBasic.css);
@import url("https://use.typekit.net/bco1wfn.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #fff; }

@font-face {
  font-family: 'NeueDINSemiWide-RegularWeb';
  src: url('/dist/theme/fonts/NeueDINweb/NeueDINSemiWide-RegularWeb.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
  
@font-face {
  font-family: "Optician Sans";
  src:
    url("./fonts/Optician-Sans-master/Web-PS/Optician-Sans.woff2") format("woff2"),
    url("./fonts/Optician-Sans-master/Web-TT/Optician-Sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
:root {
  --background-color: #f7f3de;
  --main-font: plantin, serif;
  --main-font-size: 40px;
  --main-color: #333;
  --block-margin: 20px;
  --heading-margin: 0 0 20px 0;
  --heading-font: VelodromaBasic, Futura, sans-serif;
  --heading-color: #333;
  --heading-line-height: 1.2;
  --heading-letter-spacing: normal;
  --heading-text-transform: uppercase;
  --heading-text-shadow: none;
  --heading-font-weight: Regular;
  --heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
  --heading1-size: 3.77em;
  --heading2-size: 2.11em;
  --heading3-size: 1.55em;
  --heading4-size: 1em;
  --code-font: monospace;
  --link-color: #8b743d;
  --link-color-hover: #c0a86e;
  --selection-background-color: rgba(79, 64, 28, 0.99);
  --selection-color: #fff; }

.reveal-viewport {
  background: #f7f2d3;
  background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
  background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  background-color: #f7f3de; }

.reveal {
  font-family: plantin, serif;
  font-size: 40px;
  font-weight: normal;
  color: #333; }

.reveal ::selection {
  color: #fff;
  background: rgba(79, 64, 28, 0.99);
  text-shadow: none; }

.reveal ::-moz-selection {
  color: #fff;
  background: rgba(79, 64, 28, 0.99);
  text-shadow: none; }

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #333;
  font-family: "VelodromaBasic", "Futura", sans-serif;
  font-weight: Regular;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 3.77em; }

.reveal h2 {
  font-size: 2.11em; }

.reveal h3 {
  font-size: 1.55em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
  margin-bottom: 0; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

.reveal img {
  margin: 20px 0; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #8b743d;
  text-decoration: none;
  transition: color .15s ease; }

.reveal a:hover {
  color: #c0a86e;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #564826; }

/*********************************************
 * Frame helper
 *********************************************/
.reveal .r-frame {
  border: 4px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal a .r-frame {
  transition: all .15s linear; }

.reveal a:hover .r-frame {
  border-color: #8b743d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #8b743d; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #8b743d; }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #f7f3de; } }

.hgnm {
  font-family: plantin;
  font-weight: 400;
  font-style: italic; }

.figcap {
  position: absolute;
  right: 0px;
  margin-top: 0px;
  padding-top: 0px;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-size: 20px; 
  white-space: nowrap;
}

.regular-text {
  text-align: left; }

.rep-tab {
  width: 100%;
  font-size: 25px; }

#bio-list {
  position: absolute;
  width: 550px;
  left: 0px;
  margin-top: 100px;
  word-wrap: break-word;
  font-size: 20px;
  text-align: left; }

#gma {
  padding: 0px; }

#light-blue-text {
  color: #AFC5D8;
  text-align: left; }

#concerns-header {
  /* color: #AFC5D8; */
  text-align: left; 
}

#concerns-dynamic, #dynamic-text {
  color: #888C1E;
  text-align: left; }

.title-card h4 {
  margin-bottom: 0px;
  font-weight: bold; }

.title-card h5, h6 {
  font-weight: 100;
  font-size: 75%; }

.title-card h5 {
  font-family: plantin;
  font-style: italic;
  text-transform: none; }

.photo-collage {
  width: 100%;
  position: inline-block;
  float: left;
  vertical-align: center; }

.block-quote {
  font-size: 65%; }

.xenakis-paper {
  width: 50%;
  position: fixed;
  right: 0px;
  top: 0px; }

.winnicott-img {
  width: 45%;
  position: fixed;
  left: 0px;
  bottom: 0px; }

.fullscreen-vid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%; }

#au-dessus-list {
  font-size: 25px; }

#x-bottom-pad {
  padding-bottom: 20px; }


.arrows {
  font-family: 'NeueDINSemiWide-RegularWeb';
  font-style: normal;
  white-space: nowrap;
  display: contents;


}

.bold-emph {
  font-family: 'VelodromaBasic';
  font-size: smaller;
  display: inline-block;
}

.slightly-smaller {
  /* font-family: 'VelodromaBasic'; */
  font-size: 80%;
  /* display: inline-block; */
}

/* text highlighting */

#hili {
  /* color: #AFC5D8; */
  color: #e5c868;

  text-align: left;
  /* -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
          animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, #b1d7d456 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0; */
  /* background: inherit; */
  /* background-clip: text;
  color: transparent;
  filter: invert(1); */
}

/* @-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}

@keyframes highlight {
  to {
    background-position: 0 0;
  }
} */

.overlay{
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), 
  rgba(179, 0, 203, 0.361));
}





/* https://codepen.io/mattgrosswork/pen/VwprebG */


/* body {
  color: #ccc;
  background: #111;
  font-family: sans-serif;
} */

/* h1,
h2 {
  margin: 0;
}

a {
  color: #ccc;
}

section {
  padding: 20px;
} */

.hero {
  /* font-size: clamp(40px, 10vw, 100px); */
  font-family: plantin, serif;
  line-height: 1;
  display: inline-block;
  /* color: #fff; */
  z-index: 2;
  /* letter-spacing: 10px; */

  /* Bright things in dark environments usually cast that light, giving off a glow */
  /* filter: drop-shadow(0 1px 3px); */
}

.demo {
  height: 100px;
  background: #fff;
}

.layers {
  position: relative;
  
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
  
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  clip-path: polygon(
    0% 12%,
    53% 12%,
    53% 26%,
    25% 26%,
    25% 86%,
    31% 86%,
    31% 0%,
    53% 0%,
    53% 84%,
    92% 84%,
    92% 82%,
    70% 82%,
    70% 29%,
    78% 29%,
    78% 65%,
    69% 65%,
    69% 66%,
    77% 66%,
    77% 45%,
    85% 45%,
    85% 26%,
    97% 26%,
    97% 28%,
    84% 28%,
    84% 34%,
    54% 34%,
    54% 89%,
    30% 89%,
    30% 58%,
    83% 58%,
    83% 5%,
    68% 5%,
    68% 36%,
    62% 36%,
    62% 1%,
    12% 1%,
    12% 34%,
    60% 34%,
    60% 57%,
    98% 57%,
    98% 83%,
    1% 83%,
    1% 53%,
    91% 53%,
    91% 84%,
    8% 84%,
    8% 83%,
    4% 83%
  );
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(
      0% 43%,
      83% 43%,
      83% 22%,
      23% 22%,
      23% 24%,
      91% 24%,
      91% 26%,
      18% 26%,
      18% 83%,
      29% 83%,
      29% 17%,
      41% 17%,
      41% 39%,
      18% 39%,
      18% 82%,
      54% 82%,
      54% 88%,
      19% 88%,
      19% 4%,
      39% 4%,
      39% 14%,
      76% 14%,
      76% 52%,
      23% 52%,
      23% 35%,
      19% 35%,
      19% 8%,
      36% 8%,
      36% 31%,
      73% 31%,
      73% 16%,
      1% 16%,
      1% 56%,
      50% 56%,
      50% 8%
    );
  }

  5% {
    clip-path: polygon(
      0% 29%,
      44% 29%,
      44% 83%,
      94% 83%,
      94% 56%,
      11% 56%,
      11% 64%,
      94% 64%,
      94% 70%,
      88% 70%,
      88% 32%,
      18% 32%,
      18% 96%,
      10% 96%,
      10% 62%,
      9% 62%,
      9% 84%,
      68% 84%,
      68% 50%,
      52% 50%,
      52% 55%,
      35% 55%,
      35% 87%,
      25% 87%,
      25% 39%,
      15% 39%,
      15% 88%,
      52% 88%
    );
  }

  30% {
    clip-path: polygon(
      0% 53%,
      93% 53%,
      93% 62%,
      68% 62%,
      68% 37%,
      97% 37%,
      97% 89%,
      13% 89%,
      13% 45%,
      51% 45%,
      51% 88%,
      17% 88%,
      17% 54%,
      81% 54%,
      81% 75%,
      79% 75%,
      79% 76%,
      38% 76%,
      38% 28%,
      61% 28%,
      61% 12%,
      55% 12%,
      55% 62%,
      68% 62%,
      68% 51%,
      0% 51%,
      0% 92%,
      63% 92%,
      63% 4%,
      65% 4%
    );
  }

  45% {
    clip-path: polygon(
      0% 33%,
      2% 33%,
      2% 69%,
      58% 69%,
      58% 94%,
      55% 94%,
      55% 25%,
      33% 25%,
      33% 85%,
      16% 85%,
      16% 19%,
      5% 19%,
      5% 20%,
      79% 20%,
      79% 96%,
      93% 96%,
      93% 50%,
      5% 50%,
      5% 74%,
      55% 74%,
      55% 57%,
      96% 57%,
      96% 59%,
      87% 59%,
      87% 65%,
      82% 65%,
      82% 39%,
      63% 39%,
      63% 92%,
      4% 92%,
      4% 36%,
      24% 36%,
      24% 70%,
      1% 70%,
      1% 43%,
      15% 43%,
      15% 28%,
      23% 28%,
      23% 71%,
      90% 71%,
      90% 86%,
      97% 86%,
      97% 1%,
      60% 1%,
      60% 67%,
      71% 67%,
      71% 91%,
      17% 91%,
      17% 14%,
      39% 14%,
      39% 30%,
      58% 30%,
      58% 11%,
      52% 11%,
      52% 83%,
      68% 83%
    );
  }

  76% {
    clip-path: polygon(
      0% 26%,
      15% 26%,
      15% 73%,
      72% 73%,
      72% 70%,
      77% 70%,
      77% 75%,
      8% 75%,
      8% 42%,
      4% 42%,
      4% 61%,
      17% 61%,
      17% 12%,
      26% 12%,
      26% 63%,
      73% 63%,
      73% 43%,
      90% 43%,
      90% 67%,
      50% 67%,
      50% 41%,
      42% 41%,
      42% 46%,
      50% 46%,
      50% 84%,
      96% 84%,
      96% 78%,
      49% 78%,
      49% 25%,
      63% 25%,
      63% 14%
    );
  }

  90% {
    clip-path: polygon(
      0% 41%,
      13% 41%,
      13% 6%,
      87% 6%,
      87% 93%,
      10% 93%,
      10% 13%,
      89% 13%,
      89% 6%,
      3% 6%,
      3% 8%,
      16% 8%,
      16% 79%,
      0% 79%,
      0% 99%,
      92% 99%,
      92% 90%,
      5% 90%,
      5% 60%,
      0% 60%,
      0% 48%,
      89% 48%,
      89% 13%,
      80% 13%,
      80% 43%,
      95% 43%,
      95% 19%,
      80% 19%,
      80% 85%,
      38% 85%,
      38% 62%
    );
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}

.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
  
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }

  15% {
    top: 10px;
    left: 10px;
  }

  60% {
    top: 5px;
    left: -10px;
  }

  75% {
    top: -5px;
    left: 20px;
  }

  100% {
    top: 10px;
    left: 5px;
  }
}

.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.7;
  }

  30% {
    opacity: 0.4;
  }

  45% {
    opacity: 0.6;
  }

  76% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.8;
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}

.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }

  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }

  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }

  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }

  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}

.glitch {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
  position: relative;
  /* padding: 200px 0; */
  text-align: center;
}

.environment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  filter: blur(5px);
  /* background: url(https://images.unsplash.com/photo-1602136773736-34d445b989cb?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80)
    center no-repeat;
  background-size: cover; */
}

#glitchy-date {
  font-family: plantin, serif;
  font-size: 0.5em;
  color:lightslategray ;
}

/* pick your actual chart div id/class */
#echart-scatter {
  font-family: var(--main-font, "Your Theme Font", serif);
}

.reveal blockquote {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  width: 90%;
  max-width: none;
  margin: 10vh auto;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
}

/* asdasdf */

/* =========================
   Slide: centered media + quote
   ========================= */

/* Center the slide’s content as a vertical stack */
.centered-media-slide {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
}

/* Ensure your inner wrapper participates in the same centering */
.centered-media-slide .regular-text.--onum {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Header: stop theme/layout tricks from pushing it around */
.centered-media-slide .regular-text.--onum > div:first-child,
.centered-media-slide h4 {
  position: static !important;
  transform: none !important;
}

/* Header spacing: keep it close to the centered content */
.centered-media-slide h4 {
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
}

/* Two-column row: center video + quote vertically */
.centered-media-slide .media-row {
  display: flex;
  align-items: center;        /* vertical center alignment */
  justify-content: center;
  gap: 4rem;
}

/* Left column */
.centered-media-slide .video-col {
  flex: 0 0 50%;
}

.centered-media-slide .video-col video {
  width: 100%;
  max-height: 70vh;
}

/* Right column: quote block */
.centered-media-slide .quote-col {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;

  /* remove theme "quote styling" */
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Some themes draw quote lines using pseudo-elements */
.centered-media-slide .quote-col::before,
.centered-media-slide .quote-col::after {
  content: none !important;
  display: none !important;
}

/* Some themes style the <p> inside blockquote */
.centered-media-slide .quote-col p {
  margin: 0 0 0.75rem 0;
  border: 0 !important;
  box-shadow: none !important;
}

/* .reveal span {
  all: unset;
  display: inline;
} */
 
/* Only reset spans you use as “inline wrappers” inside normal text */
.reveal p span,
.reveal li span,
.reveal blockquote span {
  all: unset;
  display: inline;
}


.has-corner-image {
  position: relative;  /* anchor for absolute positioning */
}


/* your corner image */
.corner-image {
  position: absolute;
  top: 2rem;
  right: 2rem;

  width: 26%;
  max-width: 360px;
  height: auto;

  z-index: 2;
  pointer-events: none;
}

/* your corner image */
.corner-image2 {
  position: absolute;
  top: 2rem;
  right: 2rem;

  width: 35%;
  /* max-width: 360px; */
  height: auto;

  z-index: 2;
  pointer-events: none;
}

/* reserve space so text never runs under the image */
.simulation-slide .regular-text.--onum {
  padding-right: calc(26% + 4rem); /* image width + its right/top offsets/gap */
}

.qr-figure {
  position: absolute;
  top: 20px;
  right: 60px;
  text-align: center;
}

.qr-figure img {
  width: 220px;
}

.qr-figure figcaption {
  font-size: 0.4em;
  font-style: italic;
  margin-top: -30px;
  /* opacity: 0.8; */
}


/* new additions for orchestration */

.simulation-slide .pg-layout{
	display:grid;
	grid-template-columns: 1.2fr 1fr;
	gap:40px;
	width:100%;
	align-items:start;
}

.simulation-slide .pg-text{
	width:100%;
  font-size: 60%;
}

.simulation-slide .pg-images{
	display:flex;
	flex-direction:column;
	gap:0px;
	width:100%;
}

/* .simulation-slide .pg-image-block{
	display:flex;
	flex-direction:column;
	align-items:center;
} */

.simulation-slide .pg-image-block{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.simulation-slide .pg-caption{
	font-size:0.3em;
	text-align:left;
	margin-top:0px;
  margin-bottom:0px;
}

section.simulation-slide{
	width:100%;
	max-width:none;
}

section.simulation-slide .pg-layout{
	grid-template-columns: 1fr 420px;
}

.simulation-slide .pg-images.pg-images-wide{
	width:600px;
	max-width:none;
}
section.simulation-slide .pg-layout.pg-layout-wide{
	grid-template-columns: 1fr 500px;
}

/* =========================================
   CUSTOM ACADEMIC FOOTER
   Uses same typographic feel as your
   working slide-number rules
   ========================================= */

.talk-footer {
  position: fixed !important;
  left: 20px !important;
  bottom: 12px !important;
  z-index: 35 !important;

  display: inline-flex !important;
  align-items: end !important;
  justify-content: flex-start !important;
  gap: 1rem !important;

  width: auto !important;
  max-width: calc(100vw - 40px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;

  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.talk-footer,
.talk-footer *,
.talk-footer a,
.talk-footer span,
.talk-footer div {
  text-transform: none !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.talk-footer-left,
.talk-footer-center,
.talk-footer-right {
  margin: 0 !important;
  /* margin-bottom: 20px !important; */
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  color: rgba(0,0,0,0.68) !important;
  font-family: Georgia, Times, serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant-numeric: oldstyle-nums proportional-nums !important;
  font-feature-settings: "onum" 1, "pnum" 1 !important;
}

.talk-footer-center {
  max-width: 30vw !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.talk-footer-right,
#footer-slide-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.15em !important;
  color: #777 !important;
  font-family: Georgia, Times, serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-variant-numeric: oldstyle-nums proportional-nums !important;
  font-feature-settings: "onum" 1, "pnum" 1 !important;
}

.reveal .slide-number {
  display: none !important;
}

.talk-footer-left::after,
.talk-footer-center::after {
  content: "|";
  margin-left: 1rem;
  color: rgba(0,0,0,0.45);
}

/* Reset theme interference on footer children */
.talk-footer,
.talk-footer *,
.talk-footer a,
.talk-footer span,
.talk-footer div {
  text-transform: none !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Left + center footer text */
.talk-footer-left,
.talk-footer-center,
.talk-footer-right {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  color: rgba(0,0,0,0.68) !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

/* Make the center behave nicely */
.talk-footer-center {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
}

/* Right side number styling — matches the look you liked */
.talk-footer-right,
#footer-slide-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.15em !important;

  font-family: Georgia, Times, serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #777 !important;

  /* old-style numerals */
  font-variant-numeric: oldstyle-nums proportional-nums !important;
  font-feature-settings: "onum" 1, "pnum" 1 !important;
}

/* Optional: give the whole footer old-style figures too */
.talk-footer-left,
.talk-footer-center {
  font-variant-numeric: oldstyle-nums proportional-nums !important;
  font-feature-settings: "onum" 1, "pnum" 1 !important;
}

/* Hide Reveal's built-in number if it still appears anywhere */
.reveal .slide-number {
  display: none !important;
}

/* ------------ */
/* MENTI FRAMES */
/* ------------ */

/* Container for the Mentimeter embed */
.menti-shell {
  position: relative;
  width: 95%;              
  /* matches your previous layout */
  height: 0;
  /* top: -16px; */
  padding-bottom: 56.25%; 
  /* 16:9 — tweak to 60–65% if needed */
  overflow: hidden;
}

/* The iframe itself */
.menti-frame {
  position: absolute;
  /* top: 0; */
  top: 0px;
  left: 0;
  width: 100%;
  height: 90%;
  border: 0;

  /* Crop top + bottom without breaking layout */
  /* transform: translateY(-18px) scaleY(1.08); */
  /* transform-origin: top center; */
}

/* QR code block */
/* .menti-qr {
  position: absolute;
  top: 40%; 
  right: -25px;

  text-align: center;
  font-size: 0.5em; */
  /* line-height: 1.2; */

  /* padding: 6px; */
  /* border-radius: 6px; */

  /* optional subtle background for readability */
  /* background: rgba(255, 255, 255, 0.85); */
/* } */

.menti-qr {
  position: absolute;
  top: 40%;
  right: -25px;

  text-align: center;
  font-size: 0.5em;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px; 
  /* controls spacing between QR + text + player */
}

/* QR image */
.menti-qr img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto 4px auto;
}

/* ------------ */
/* AUDIO PLAYER */
/* ------------ */

.mini-audio-player {
  width: 70px;   
  height: 70px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* no background so it feels integrated */
  background: none;
  padding: 0;
}

.mini-audio-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #111;
  color: rgb(237 124 117);
  /* 238 124 117 */
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
}

.mini-audio-progress {
  width: 100%;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}

.mini-audio-progress-fill {
  width: 0%;
  height: 100%;
  background: rgb(237 124 117);
}

#koechlin {
  position: absolute;
  top: 0%;
  right: 0px;
}

#koechlin img {
  width: 300px;
  background: none;
  border: none;
  box-shadow: none;
}

/* position: fixed inside Reveal.js slides anchors to the transformed slide,
   not the viewport — causing a jump on slide entry. Use absolute instead. */
.reveal .slides section figure#gma {
  position: absolute !important;
}