@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #111111;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 31px;
}

h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 29px;
  line-height: 47px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 31px;
}

h3 {
  font-family: "IBM Plex Serif", serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 19px;
}

h4 {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 12px;
}

h1 + h2, h2 + h3, h1:first-child, h2:first-child, h3:first-child, hr + h2 {
  margin-top: 0;
}

a {
  color: #D42020;
  text-decoration: none;
}
p a, .page-content a {
  text-decoration: underline;
}
p a.button, .page-content a.button {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul, ol {
  margin-left: 31px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 19px;
}

li {
  margin-bottom: 12px;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  background-color: #F7EDD4;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: rgba(0, 0, 0, 0.55);
}

code, pre, kbd {
  font-size: 16px;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  background-color: #EDF1FF;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 14px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

hr {
  border: 1px dotted rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  margin: 31px 0;
}

.drop-cap {
  font-family: "IBM Plex Serif", serif;
  font-size: 62px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
}

.callout {
  color: #111111;
  background-color: #CCE8CC;
  padding: 19px;
}
.callout.alert {
  color: #111111;
  background-color: #FFE91F;
}
.callout.note {
  color: #111111;
  background-color: #CCF1FF;
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  background-color: #FFFB7A;
  padding: 4px 0;
}

.impact {
  font-size: 23px;
  line-height: 38px;
}

.pop {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.caption {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
  margin-top: -26px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 26px;
}
h1 + .caption, h2 + .caption {
  margin-top: -27.5px;
}
h3 + .caption {
  margin-top: -17.5px;
  margin-bottom: 19px;
}

p, ul, ol, blockquote, pre, img, .callout, .caption {
  margin-bottom: 31px;
}

@media all and (min-width: 682px) {
  body:not(.has-sidebar) h1 {
    font-size: 47px;
    line-height: 73px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 37px;
    line-height: 58px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 29px;
    line-height: 47px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 23px;
    line-height: 38px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -26px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -16px;
  }
  .impact {
    font-size: 29px;
    line-height: 47px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 31px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 31px;
  }
}
.page-container + .page-container {
  margin-top: 50px;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-list {
  margin-bottom: 0;
}

.page-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
}
.page-title a {
  color: #111111;
}
.page-title a:hover {
  color: #D42020;
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 31px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 50px;
  height: 50px;
}

.author-description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 31px;
}
.author-description .avatar {
  float: left;
  width: 93px;
  height: 93px;
  margin-right: 19px;
}

.author-description-intro {
  font-weight: bold;
}

.page-container, .headline-area, .byline, .page-content, .page-list, .author-description {
  display: flow-root;
}

@media all and (min-width: 421px) {
  .byline .page-author:after, .byline .page-date:after {
    display: none;
  }
  .byline .page-author + .page-date-intro:before, .byline .page-author + .page-date:before, .byline .page-date + .page-date-intro:before {
    color: rgba(0, 0, 0, 0.55);
    content: "• ";
  }
}
@media all and (min-width: 682px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 31px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: #DD0000;
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: 4px;
  user-select: none;
}

textarea {
  line-height: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

button, input[type=submit], .button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: #111111;
  text-decoration: none;
  background-color: #FFEBB3;
  padding: 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  background-color: #fff5d9;
  transition: background-color 0.3s ease;
}
button:active, input[type=submit]:active, .button:active {
  border-bottom-width: 2px;
  margin-top: 2px;
}

button.save, .button.save {
  color: #FFFFFF;
  background-color: #509B26;
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  background-color: #60ba2e;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: #D50B0B;
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  background-color: #f31313;
}
button.action, .button.action {
  color: #FFFFFF;
  background-color: #12A7FF;
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: #38b5ff;
}
button.update, .button.update {
  color: #111111;
  background-color: #FCFC0D;
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  background-color: #fcfc33;
}
button svg, .button svg {
  vertical-align: inherit;
}

#banner {
  background-color: #FFFFA8;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 706px) {
  #banner {
    padding-left: 31px;
    padding-right: 31px;
  }
}

#header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#content {
  word-break: break-word;
  padding-top: 31px;
  padding-bottom: 31px;
}

#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
@media all and (min-width: 682px) {
  .container {
    max-width: 644px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 706px) {
  .container {
    max-width: 100%;
    padding-left: 31px;
    padding-right: 31px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1102px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
}
#site-title a {
  color: inherit;
}

.menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu li {
  margin-right: 31px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu:before {
  content: "↔";
  color: rgba(0, 0, 0, 0.55);
  margin-right: 31px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgba(0, 0, 0, 0.55);
}
@media all and (min-width: 1102px) {
  .text .bar {
    width: 100%;
  }
  .text .bar code {
    font-size: 13px;
  }
  .readability .text .bar, .focus .text .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .readability .text .bar {
    max-width: 346px;
    margin-right: -396px;
  }
  .focus .text .bar {
    max-width: 167px;
    margin-right: -198px;
  }
  .focus .text .bar.left {
    float: left;
    clear: left;
    margin-left: -198px;
  }
}

.bleed {
  display: flow-root;
  position: relative;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -19px;
}
.bleed + .bleed {
  margin-top: -50px;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -31px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -31px;
}
@media all and (min-width: 682px) {
  .bleed {
    margin-left: calc((644px - 100vw) / 2);
  }
}
@media all and (min-width: 706px) {
  .bleed {
    margin-left: -31px;
  }
}
@media all and (min-width: 1102px) {
  .bleed {
    margin-left: calc((1040px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 31px;
  padding-bottom: 31px;
}
.bleed pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.bleed.no-border {
  border-top: none;
}
.bleed.red {
  background-color: hsl(0, 100%, 90%);
}
.bleed.red blockquote, .bleed.red .page-content > .small, .bleed.red .caption, .bleed.red .bar {
  color: hsl(0, 100%, 25%);
}
.bleed.salmon {
  background-color: hsl(20, 100%, 90%);
}
.bleed.salmon blockquote, .bleed.salmon .page-content > .small, .bleed.salmon .caption, .bleed.salmon .bar {
  color: hsl(20, 100%, 25%);
}
.bleed.orange {
  background-color: hsl(40, 100%, 90%);
}
.bleed.orange blockquote, .bleed.orange .page-content > .small, .bleed.orange .caption, .bleed.orange .bar {
  color: hsl(40, 100%, 25%);
}
.bleed.yellow {
  background-color: hsl(60, 100%, 90%);
}
.bleed.yellow blockquote, .bleed.yellow .page-content > .small, .bleed.yellow .caption, .bleed.yellow .bar {
  color: hsl(60, 100%, 25%);
}
.bleed.chartreuse {
  background-color: hsl(80, 100%, 90%);
}
.bleed.chartreuse blockquote, .bleed.chartreuse .page-content > .small, .bleed.chartreuse .caption, .bleed.chartreuse .bar {
  color: hsl(80, 100%, 25%);
}
.bleed.lime {
  background-color: hsl(100, 100%, 90%);
}
.bleed.lime blockquote, .bleed.lime .page-content > .small, .bleed.lime .caption, .bleed.lime .bar {
  color: hsl(100, 100%, 25%);
}
.bleed.green {
  background-color: hsl(120, 100%, 90%);
}
.bleed.green blockquote, .bleed.green .page-content > .small, .bleed.green .caption, .bleed.green .bar {
  color: hsl(120, 100%, 25%);
}
.bleed.aquamarine {
  background-color: hsl(140, 100%, 90%);
}
.bleed.aquamarine blockquote, .bleed.aquamarine .page-content > .small, .bleed.aquamarine .caption, .bleed.aquamarine .bar {
  color: hsl(140, 100%, 25%);
}
.bleed.turquoise {
  background-color: hsl(160, 100%, 90%);
}
.bleed.turquoise blockquote, .bleed.turquoise .page-content > .small, .bleed.turquoise .caption, .bleed.turquoise .bar {
  color: hsl(160, 100%, 25%);
}
.bleed.cyan {
  background-color: hsl(180, 100%, 90%);
}
.bleed.cyan blockquote, .bleed.cyan .page-content > .small, .bleed.cyan .caption, .bleed.cyan .bar {
  color: hsl(180, 100%, 25%);
}
.bleed.blue {
  background-color: hsl(200, 100%, 90%);
}
.bleed.blue blockquote, .bleed.blue .page-content > .small, .bleed.blue .caption, .bleed.blue .bar {
  color: hsl(200, 100%, 25%);
}
.bleed.steel {
  background-color: hsl(220, 100%, 90%);
}
.bleed.steel blockquote, .bleed.steel .page-content > .small, .bleed.steel .caption, .bleed.steel .bar {
  color: hsl(220, 100%, 25%);
}
.bleed.lavender {
  background-color: hsl(240, 100%, 90%);
}
.bleed.lavender blockquote, .bleed.lavender .page-content > .small, .bleed.lavender .caption, .bleed.lavender .bar {
  color: hsl(240, 100%, 25%);
}
.bleed.purple {
  background-color: hsl(260, 100%, 90%);
}
.bleed.purple blockquote, .bleed.purple .page-content > .small, .bleed.purple .caption, .bleed.purple .bar {
  color: hsl(260, 100%, 25%);
}
.bleed.orchid {
  background-color: hsl(280, 100%, 90%);
}
.bleed.orchid blockquote, .bleed.orchid .page-content > .small, .bleed.orchid .caption, .bleed.orchid .bar {
  color: hsl(280, 100%, 25%);
}
.bleed.magenta {
  background-color: hsl(300, 100%, 90%);
}
.bleed.magenta blockquote, .bleed.magenta .page-content > .small, .bleed.magenta .caption, .bleed.magenta .bar {
  color: hsl(300, 100%, 25%);
}
.bleed.pink {
  background-color: hsl(320, 100%, 90%);
}
.bleed.pink blockquote, .bleed.pink .page-content > .small, .bleed.pink .caption, .bleed.pink .bar {
  color: hsl(320, 100%, 25%);
}
.bleed.rose {
  background-color: hsl(340, 100%, 90%);
}
.bleed.rose blockquote, .bleed.rose .page-content > .small, .bleed.rose .caption, .bleed.rose .bar {
  color: hsl(340, 100%, 25%);
}

.bleed:has(+ .bleed) {
  border-bottom: 0;
}

@media all and (min-width: 682px) {
  .focus #header, .focus #nav, .focus #nav-2, .focus #footer {
    text-align: center;
  }
  .focus #header-image, .focus #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 682px) {
  .focus .text .headline-area, .focus .text .featured-image-wrap, .focus .text .page-content h1, .focus .text h2, .focus .text h3, .focus .text h1 + .caption, .focus .text h2 + .caption, .focus .text h3 + .caption, .focus .text .impact, .focus .text .extend + .caption, .focus .text .extend .caption {
    text-align: center;
  }
  .focus .text .byline .avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.readability .text .byline .avatar {
  float: right;
  margin-left: 19px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 682px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 19px;
  }
  .focus .text .byline .avatar {
    margin-bottom: 12px;
  }
}
.focus .text .breakout {
  margin-left: auto;
  margin-right: auto;
}
.text .breakout.left {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.text .pullout.left {
  float: none;
  margin-right: 0;
}
@media all and (min-width: 706px) {
  .readability .text, .focus .text {
    max-width: 644px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 62px);
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > h4, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: calc(706px - 100vw);
  }
  .focus .text {
    margin-left: auto;
    margin-right: auto;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: calc(353px - 50vw);
    margin-right: calc(353px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 31px;
  }
  .focus .text .extend.left {
    margin-right: 31px;
  }
}
@media all and (min-width: 1102px) {
  .readability .text .pullout, .focus .text .pullout {
    float: right;
    box-sizing: border-box;
  }
  .readability .text .extend, .focus .text .extend {
    max-width: 1040px;
  }
  .readability .text .extend .pullout, .focus .text .extend .pullout {
    float: none;
    max-width: 100%;
  }
  .readability .text .headline-area, .readability .text .page-content > h1, .readability .text .page-content > h2, .readability .text .page-content > h3, .readability .text .page-content > h4, .readability .text .page-content > .impact, .readability .text .extend, .readability .text .extend + .caption {
    margin-right: -396px;
  }
  .readability .text .breakout {
    max-width: calc(702.5px + (100vw - 1040px) / 2);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 694px);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .extend .pullout {
    margin-left: 0;
    margin-right: 0;
  }
  .focus .text .headline-area, .focus .text .page-content > h1, .focus .text .page-content > h2, .focus .text .page-content > h3, .focus .text .page-content > .impact, .focus .text .extend, .focus .text .extend + .caption {
    margin-left: -198px;
    margin-right: -198px;
  }
  .focus .text .breakout {
    max-width: calc(504.5px + (100vw - 1040px) / 2);
    margin-left: 31px;
    margin-right: calc(322px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(322px - 50vw);
    margin-right: 31px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 873px);
    margin-right: calc(-198px - (100vw - 1040px) / 2);
  }
  .focus .text .pullout.left {
    float: left;
    margin-left: calc(-198px - (100vw - 1040px) / 2);
    margin-right: 0;
  }
  .focus .text .extend .pullout {
    margin-left: auto;
    margin-right: auto;
  }
  .text .breakout, .text .extend .breakout {
    float: right;
    box-sizing: border-box;
    max-width: calc(504.5px + (100vw - 1040px) / 2);
    margin-left: 31px;
    margin-right: calc((1040px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1040px - 100vw) / 2);
    margin-right: 31px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  background: #f3f0e8;
  line-height: 1.6;
}

/* ===== SECTION BASE ===== */
.slide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  position: relative;
}

.slide-dark {
  background: #1a1a1a;
  color: #ffffff;
  max-width: 100%;
}

.slide-dark .slide-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-light {
  background: #f3f0e8;
  color: #222222;
}

.gold-bar-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #c9a84c;
}

.footer-line {
  position: absolute;
  bottom: 30px;
  right: 80px;
  font-size: 13px;
  color: #999999;
  letter-spacing: 1px;
}

.slide-dark .footer-line {
  color: #777;
}

h1.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

h2.section-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.8vw, 22px);
  color: #999999;
  margin-bottom: 40px;
}

.slide-dark h2.section-subtitle {
  color: #aaa;
}

.gold-text {
  color: #c9a84c;
}

/* ===== SLIDE 1: HERO ===== */
#hero {
  background: #1a1a1a;
  text-align: center;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hero .gold-bar-top {
  height: 6px;
}

#hero .gold-bar-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #c9a84c;
}

.diamond-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.diamond-icon svg {
  width: 100%;
  height: 100%;
}

#hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 86px);
  color: #ffffff;
  line-height: 1.05;
  max-width: 1000px;
  margin-bottom: 0;
}

#hero .investment-opp {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 20px);
  letter-spacing: 6px;
  color: #c9a84c;
  margin-top: 10px;
  margin-bottom: 30px;
}

#hero .gold-divider {
  width: 120px;
  height: 3px;
  background: #c9a84c;
  margin: 0 auto 30px;
}

#hero .sub-info {
  font-size: clamp(15px, 1.4vw, 19px);
  color: #ccc;
  line-height: 1.8;
}

#hero .confidential {
  position: absolute;
  bottom: 40px;
  font-size: 13px;
  letter-spacing: 4px;
  color: #777;
}

/* ===== SLIDE 2: COMPANY OVERVIEW ===== */
#overview .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

#overview .text-col p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #444;
}

#overview .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#overview .stat-card {
  background: #222222;
  color: #ffffff;
  padding: 24px 30px;
  border-bottom: 4px solid #c9a84c;
}

#overview .stat-card .label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 6px;
}

#overview .stat-card .value {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 22px;
}

/* ===== SLIDE 3: THE OPPORTUNITY ===== */
#opportunity .cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.opp-card {
  background: #ffffff;
  border-top: 5px solid #c9a84c;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.opp-card .icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.opp-card .big-num {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  margin-bottom: 8px;
}

.opp-card .desc {
  font-size: 15px;
  color: #777;
  line-height: 1.5;
}

#opportunity .bottom-bar {
  background: #222222;
  color: #c9a84c;
  padding: 22px 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ===== SLIDE 4: THE PROPERTY ===== */
#property .prop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

#property .prop-left .location-pin {
  color: #c9a84c;
  font-size: 40px;
  margin-bottom: 8px;
}

#property .prop-left h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  color: #c9a84c;
  margin-bottom: 16px;
}

#property .prop-left .address {
  font-size: 17px;
  color: #ccc;
  margin-bottom: 30px;
}

.prop-table {
  width: 100%;
}

.prop-table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-left: 4px solid #c9a84c;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.prop-table .row-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
}

.prop-table .row-value {
  font-weight: 700;
  font-size: 18px;
}

#property .highlights-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 36px;
}

#property .highlights-box h3 {
  font-size: 13px;
  letter-spacing: 4px;
  color: #c9a84c;
  margin-bottom: 24px;
  border-bottom: 1px solid #c9a84c;
  padding-bottom: 12px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.highlight-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: #c9a84c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  margin-top: 2px;
}

.highlight-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}

/* ===== SLIDE 5: OFFERING STRUCTURE ===== */
#offering .offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.terms-table {
  background: #ffffff;
  border-top: 5px solid #c9a84c;
  padding: 36px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.terms-table h3 {
  font-size: 13px;
  letter-spacing: 4px;
  color: #c9a84c;
  margin-bottom: 24px;
}

.term-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.term-row:last-child {
  border-bottom: none;
}

.term-row .label {
  color: #888;
  font-size: 15px;
}

.term-row .value {
  font-weight: 700;
  font-size: 15px;
  text-align: right;
}

.offer-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.eligibility-box, .receive-box {
  background: #222222;
  color: #ffffff;
  padding: 30px;
  border-top: 4px solid #c9a84c;
}

.eligibility-box h3, .receive-box h3 {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eligibility-box ul, .receive-box ul {
  list-style: none;
  padding: 0;
}

.eligibility-box li, .receive-box li {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bullet-gold {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #c9a84c;
  border-radius: 50%;
  margin-top: 7px;
}

.check-gold {
  color: #c9a84c;
  font-size: 18px;
  min-width: 22px;
}

/* ===== SLIDE 6: GOLD DELIVERY & ROYALTY ===== */
#delivery .del-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.delivery-schedule h3 {
  font-size: 13px;
  letter-spacing: 4px;
  color: #c9a84c;
  margin-bottom: 24px;
}

.del-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  padding: 18px 20px;
  border-left: 4px solid #c9a84c;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.del-row .period {
  font-weight: 700;
  color: #c9a84c;
  font-size: 15px;
}

.del-row .dates {
  font-size: 15px;
  color: #ccc;
}

.del-row .oz {
  font-weight: 700;
  font-size: 17px;
  font-style: italic;
}

.del-total {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  background: #c9a84c;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 17px;
}

.royalty-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 36px;
  text-align: center;
}

.royalty-box .royalty-icon {
  font-size: 36px;
  margin-bottom: 8px;
}

.royalty-box h3 {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 20px;
}

.royalty-box .big-pct {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 80px;
  color: #c9a84c;
  line-height: 1;
}

.royalty-box .pct-label {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 24px;
}

.royalty-details {
  text-align: left;
}

.royalty-details .item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.royalty-details .item p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.5;
}

/* ===== SLIDE 7: USE OF PROCEEDS ===== */
#proceeds .bars-list {
  margin-top: 10px;
}

.bar-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}

.bar-item .bar-label {
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}

.bar-track {
  background: #e8e5dd;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: #c9a84c;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
}

/* ===== SLIDE 8: INVESTMENT ECONOMICS ===== */
#economics .econ-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.purchase-price-box {
  background: #ffffff;
  border-top: 5px solid #c9a84c;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.purchase-price-box .small-label {
  font-size: 13px;
  letter-spacing: 3px;
  color: #999;
  margin-bottom: 16px;
}

.purchase-price-box .big-text {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(42px, 5vw, 64px);
}

.purchase-price-box .sub-label {
  font-size: 16px;
  color: #888;
  margin-top: 8px;
}

.royalty-price-box {
  background: #222222;
  color: #ffffff;
  padding: 50px 40px;
  text-align: center;
}

.royalty-price-box .coin-icon {
  font-size: 36px;
  margin-bottom: 8px;
}

.royalty-price-box .small-label {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 16px;
}

.royalty-price-box .big-text {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 56px);
  color: #c9a84c;
}

.royalty-price-box ul {
  list-style: none;
  text-align: left;
  margin-top: 20px;
}

.royalty-price-box li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #ccc;
  padding-left: 18px;
  position: relative;
}

.royalty-price-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c9a84c;
}

.collateral-bar {
  background: #222222;
  color: #c9a84c;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.collateral-bar .shield {
  font-size: 28px;
}

.production-note {
  background: #eee;
  padding: 16px 30px;
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}

.disclaimer {
  font-size: 12px;
  color: #999;
  text-align: center;
  font-style: italic;
}

/* ===== SLIDE 9: IRR SENSITIVITY ===== */
#irr {
  min-height: auto;
  padding: 60px 40px;
}

#irr .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
}

#irr table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 1200px;
}

#irr thead th {
  background: #222222;
  color: #c9a84c;
  padding: 10px 8px;
  font-weight: 700;
  text-align: center;
  font-size: 11px;
}

#irr thead th:first-child {
  text-align: left;
}

#irr tbody td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

#irr tbody td:first-child {
  background: #c9a84c;
  color: #1a1a1a;
  font-weight: 700;
  text-align: left;
}

#irr tbody td:nth-child(2) {
  font-weight: 700;
}

#irr tbody td:last-child {
  font-weight: 700;
  background: #f5f2ea;
}

#irr tbody tr:nth-child(even) {
  background: #f9f7f2;
}

#irr tbody tr.highlight-row {
  background: #fdf5e0;
}

#irr .irr-notes {
  margin-top: 20px;
}

#irr .irr-notes li {
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: 20px;
}

#irr .irr-footnote {
  font-size: 12px;
  color: #999;
  margin-top: 16px;
  font-style: italic;
}

/* ===== SLIDE 10: PRO-FORMA ===== */
#proforma {
  min-height: auto;
  padding: 60px 40px;
}

#proforma .table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

#proforma table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 900px;
}

#proforma thead th {
  background: #222222;
  color: #c9a84c;
  padding: 10px 10px;
  font-weight: 700;
  text-align: right;
  font-size: 12px;
}

#proforma thead th:first-child {
  text-align: left;
}

#proforma thead th:nth-child(2) {
  text-align: left;
}

#proforma tbody td {
  padding: 7px 10px;
  text-align: right;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

#proforma tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

#proforma tbody td:nth-child(2) {
  text-align: left;
}

#proforma tbody tr.section-header td {
  background: #222222;
  color: #c9a84c;
  font-weight: 700;
}

#proforma tbody tr.total-row td {
  font-weight: 700;
  border-top: 2px solid #222222;
}

#proforma tbody tr.subtotal-row td {
  font-weight: 600;
}

#proforma tbody tr.indent td:first-child {
  padding-left: 30px;
}

.proforma-assumptions {
  font-size: 12px;
  color: #888;
  margin-top: 16px;
  text-align: center;
}

/* ===== SLIDE 11: PERMIT & LEASE ===== */
#permit .agreement-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 36px;
  margin-bottom: 50px;
}

#permit .agreement-box h3 {
  color: #c9a84c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

#permit .agreement-box p {
  font-size: 17px;
  color: #ccc;
  line-height: 1.7;
}

#permit .total-cash {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 24px;
}

#permit .payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#permit .payment-card {
  border-left: 5px solid #c9a84c;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
}

#permit .payment-card .amount {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 42px;
  color: #c9a84c;
  margin-bottom: 10px;
}

#permit .payment-card .desc {
  font-size: 16px;
  color: #ccc;
  line-height: 1.5;
}

/* ===== SLIDE 12: MANAGEMENT ===== */
#management .expertise-box {
  background: #ffffff;
  border-top: 5px solid #c9a84c;
  padding: 40px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

#management .expertise-box h3 {
  font-size: 13px;
  letter-spacing: 3px;
  color: #c9a84c;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.expertise-items .exp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.expertise-items .exp-item p {
  font-size: 16px;
  color: #444;
}

#management .past-perf {
  font-size: 13px;
  color: #999;
  font-style: italic;
  margin-bottom: 30px;
}

#management .skills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.skill-card {
  background: #ffffff;
  border-left: 4px solid #ddd;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.skill-card .skill-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.skill-card .skill-name {
  font-weight: 700;
  font-size: 14px;
  color: #444;
}

/* ===== SLIDE 13: PROJECT TIMELINE ===== */
#timeline .timeline-container {
  position: relative;
  padding-left: 340px;
  margin-top: 20px;
}

.timeline-line {
  position: absolute;
  left: 310px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #c9a84c;
}

.tl-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.tl-item .tl-date {
  position: absolute;
  left: -340px;
  width: 280px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #c9a84c;
  letter-spacing: 1px;
  padding-top: 4px;
}

.tl-item .tl-dot {
  position: absolute;
  left: -38px;
  width: 24px;
  height: 24px;
  background: #c9a84c;
  border-radius: 50%;
  border: 4px solid #1a1a1a;
  top: 4px;
}

.tl-item .tl-content h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
}

.tl-item .tl-content p {
  font-size: 15px;
  color: #999;
  line-height: 1.5;
}

/* ===== SLIDE 15: CTA ===== */
#cta {
  background: #1a1a1a;
  text-align: center;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#cta h1 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 80px);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 10px;
}

#cta h1 .gold-underline {
  color: #c9a84c;
  text-decoration: underline;
  text-decoration-color: #c9a84c;
  text-underline-offset: 8px;
}

#cta .steps-list {
  margin-top: 50px;
  text-align: left;
  max-width: 600px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.step-num {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #c9a84c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
}

.step-item p {
  font-size: 17px;
  color: #ccc;
}

#cta .company-name {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 6px;
  color: #c9a84c;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .slide {
    padding: 40px;
  }
  .slide-dark .slide-inner {
    padding: 40px;
  }
  #overview .content-grid {
    grid-template-columns: 1fr;
  }
  #property .prop-grid {
    grid-template-columns: 1fr;
  }
  #offering .offer-grid {
    grid-template-columns: 1fr;
  }
  #delivery .del-grid {
    grid-template-columns: 1fr;
  }
  #economics .econ-grid {
    grid-template-columns: 1fr;
  }
  #permit .payment-grid {
    grid-template-columns: 1fr;
  }
  #timeline .timeline-container {
    padding-left: 200px;
  }
  .tl-item .tl-date {
    left: -200px;
    width: 160px;
    font-size: 12px;
  }
  .timeline-line {
    left: 170px;
  }
  .tl-item .tl-dot {
    left: -38px;
  }
  .bar-item {
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 768px) {
  .slide {
    padding: 30px 20px;
  }
  .slide-dark .slide-inner {
    padding: 30px 20px;
  }
  #overview .stats-row {
    grid-template-columns: 1fr;
  }
  #opportunity .cards-row {
    grid-template-columns: 1fr;
  }
  #management .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-line {
    display: none;
  }
  .bar-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bar-item .bar-label {
    text-align: left;
  }
  .del-row {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .del-row .dates {
    display: none;
  }
  #timeline .timeline-container {
    padding-left: 50px;
  }
  .timeline-line {
    left: 20px;
  }
  .tl-item .tl-date {
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 4px;
  }
  .tl-item .tl-dot {
    left: -38px;
  }
  .tl-item {
    flex-direction: column;
  }
}