@charset "UTF-8";
@import url("https://fonts.bunny.net/css?family=outfit:400,600,700|source-sans-3:400,400i,600");
* {
  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: white;
  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: #fff4d9;
  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: #7b7b7b;
}

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: #e2ecfe;
  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: #7b7b7b;
}

.callout {
  color: #111111;
  background-color: #d5facc;
  padding: 19px;
}
.callout.alert {
  color: #111111;
  background-color: #fff27a;
}
.callout.note {
  color: #111111;
  background-color: #cef1fd;
}
.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: #7b7b7b;
  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: #7b7b7b;
  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: #7b7b7b;
    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: #7b7b7b;
  margin-right: 31px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: #7b7b7b;
}
@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;
}
.bleed:has(+ .bleed) {
  border-bottom: 0;
}
.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%);
}

@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 > .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 > .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;
  }
}

/*---:[ Custom CSS ]:---*/
body[class^=template-] {
  --bg: #1c1917;
  --bg2: #0c0a09;
  --line: #292524;
  --line2: #44403c;
  --ink: #fafaf9;
  --muted: #a8a29e;
  --yellow: #ffdf38;
  --red: #de0404;
  --orange: #f97316;
  --fire: linear-gradient(135deg,#de0404 0%,#f97316 50%,#ffdf38 100%);
  background: var(--bg);
  color: var(--ink);
  font-family: "Source Sans 3", sans-serif;
  --f1: 47px;
  --f2: 37px;
  --f3: 29px;
  --f4: 23px;
  --f5: 18px;
  --f6: 18px;
  --g1: 56px;
  --g2: 46px;
  --g3: 38px;
  --g4: 32px;
  --g5: 30px;
  --g6: 28px;
  --x1: 56px;
  --x2: 32px;
  --x3: 20px;
  --x4: 12px;
  --x5: 8px;
  --x6: 4px;
}

body[class^=template-] h1,
body[class^=template-] h2,
body[class^=template-] h3,
body[class^=template-] #site-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

body[class^=template-] #header {
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}

body[class^=template-] #site-title,
body[class^=template-] #site-title a {
  color: var(--fire);
  text-decoration: none;
}

body[class^=template-] .page-title {
  display: none;
}

#content {
  padding-top: 0px;
  padding-bottom: 0px;
}

body[class^=template-] #nav {
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}

body[class^=template-] #nav a {
  color: var(--muted);
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: var(--f5);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[class^=template-] #nav a:hover,
body[class^=template-] #nav a:focus {
  color: var(--yellow);
}

body[class^=template-] ul.menu {
  list-style: none;
}

body[class^=template-] .page-title {
  background: var(--fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body[class^=template-] #site-title,
body[class^=template-] #site-title a {
  background: var(--fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body[class^=template-] .byline,
body[class^=template-] .page-author,
body[class^=template-] .page-author-intro,
body[class^=template-] .page-date,
body[class^=template-] .page-date-intro {
  display: none;
}

body[class^=template-] .container.columns {
  display: block;
}

body[class^=template-] .column-sidebar {
  display: none;
}

body[class^=template-] .column-content {
  width: 100%;
  max-width: none;
}

body[class^=template-] .ep-contact-form-wrapper {
  max-width: 680px;
  margin: 2rem 0;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.75rem;
}

body[class^=template-] .form-field {
  margin-bottom: 1.25rem;
}

body[class^=template-] .form-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: var(--ink);
}

body[class^=template-] .form-field input,
body[class^=template-] .form-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--line2);
  border-radius: 6px;
  font: inherit;
}

body[class^=template-] .form-field input::placeholder,
body[class^=template-] .form-field textarea::placeholder {
  color: var(--muted);
}

body[class^=template-] .form-field input:focus,
body[class^=template-] .form-field textarea:focus {
  outline: 2px solid var(--orange);
  outline-offset: 1px;
  border-color: var(--orange);
}

body[class^=template-] .form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

body[class^=template-] .required {
  color: var(--red);
}

body[class^=template-] .ep-contact-submit {
  background: var(--fire);
  color: #1c1917;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  padding: 0.8rem 2rem;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

body[class^=template-] .ep-contact-submit:hover,
body[class^=template-] .ep-contact-submit:focus {
  filter: brightness(1.08);
}

body[class^=template-] .ep-contact-response {
  border-radius: 6px;
}

body[class^=template-] .ep-contact-response.success {
  background: rgba(52, 211, 153, 0.12);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.35);
}

body[class^=template-] .ep-contact-response.error {
  background: rgba(222, 4, 4, 0.12);
  color: #f87171;
  border: 1px solid rgba(222, 4, 4, 0.35);
}

body[class^=template-] #footer {
  background: var(--bg2);
  border-top: 1px solid var(--line);
}

body[class^=template-] .attribution {
  color: var(--muted);
}

body[class^=template-] .attribution a {
  color: var(--muted);
}

body[class^=template-] .attribution a:hover {
  color: var(--yellow);
}

/* ── Hero ── */
.hero {
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
  padding: var(--x1) 0;
  text-align: center;
}

.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Fire gradient text */
.fire-text {
  background: var(--fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 72px;
}

body[class^=template-] #site-title, body[class^=template-] #site-title a {
  text-decoration: none;
  font-size: var(--f6);
  color: var(--orange);
}

.hero-sub {
  font-family: "Source Sans 3", sans-serif;
  font-size: var(--f4);
  font-style: italic;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto var(--x2);
  line-height: var(--g4);
  text-align: center;
}

.hero h1 {
  margin-bottom: var(--x3);
}

.section-whoops {
  padding: var(--x1) 0;
  border-bottom: 1px solid var(--line);
}

.btn {
  display: inline-block;
  font-family: var(--head);
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
  background: var(--fire);
  color: #1c1917;
}

.center a.btn,
a.btn {
  text-decoration: none;
}

.section-whoops p {
  color: var(--muted);
  margin-bottom: var(--x3);
  line-height: var(--g5);
  font-size: 18px;
}

/* Section headings */
.section-heading {
  font-family: "Outfit", sans-serif;
  font-size: var(--f2);
  font-weight: 700;
  line-height: var(--g2);
  letter-spacing: -0.02em;
  margin-bottom: var(--x3);
}

/* ── Contact section ── */
.section-contact {
  padding: var(--x1) 0;
  border-bottom: 1px solid var(--line);
}

.section-contact p {
  color: var(--muted);
  margin-bottom: 0px;
  line-height: var(--g5);
  font-size: 18px;
}

/* Kicker bar */
.kicker {
  display: inline-block;
  padding-left: 44px;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--x4);
}

.kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 1.5px;
  background: var(--fire);
}

.section-heading em {
  padding-right: 2px;
  letter-spacing: 0.03em;
}

.section-heading em {
  display: inline-block;
  padding: 2px 2px 3px 0; /* top right bottom left */
  overflow: visible;
}

.fire-text h1 {
  font-size: 72px;
}

/* Fire gradient text */
.fire-text {
  background: var(--fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Footer ── */
footer {
  background: var(--bg2);
  padding: var(--x2) 0;
}

.footer-inner {
  max-width: var(--w-total);
  margin: 0 auto;
  padding: 0 var(--x2);
  display: flex;
  flex-wrap: wrap;
  gap: var(--x3);
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.footer-name {
  font-family: "Outfit", sans-serif;
  font-size: var(--f5);
  font-weight: 600;
  margin-bottom: 45px;
}

.footer-links {
  display: flex;
  gap: var(--x3);
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links a {
  font-size: 18px;
  color: var(--muted);
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--yellow);
  text-decoration: none;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: var(--x3);
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social a {
  font-size: 18px;
  color: var(--muted);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: var(--x6);
}

.footer-social a:hover {
  color: var(--yellow);
  text-decoration: none;
}

.footer-divider {
  width: 1px;
  height: 20px;
  background: var(--line2);
}

.footer-copy {
  width: 100%;
  font-size: 18px;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
  padding-top: var(--x3);
  margin-top: var(--x3);
}

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

@media all and (min-width: 682px) {
  .focus .text h2 {
    text-align: left;
    margin-top: 0px;
  }
}
@media (max-width: 1025px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--x3);
    height: auto; /* let it grow instead of clipping at 45px */
    padding-block: var(--x3); /* optional: a bit of breathing room top/bottom */
  }
  .footer-links,
  .footer-social {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .fire-text {
    font-size: 40px; /* tune this until it fits on Android portrait */
  }
}
.drop-cap {
  float: left;
  font-family: "Outfit", sans-serif;
  font-size: 4.2em;
  line-height: 0.82;
  font-weight: 700;
  color: var(--yellow);
  padding: 6px 12px 0 0;
  margin: 4px 4px 0 0;
}

/* Header Logo and Nav on same line */
body[class^=template-] #header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}

body[class^=template-] #header .container {
  display: flex;
  align-items: center;
  height: 64px;
}

body[class^=template-] #site-title,
body[class^=template-] #site-title a {
  font-family: "Outfit", sans-serif;
  font-size: var(--f4);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  background: var(--fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body[class^=template-] #nav {
  position: sticky;
  top: 0;
  z-index: 101;
  margin-top: -64px;
  height: 64px;
  background: transparent;
  border-bottom: 0;
}

body[class^=template-] #nav .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
}

body[class^=template-] ul.menu {
  display: flex;
  align-items: center;
  gap: var(--x2);
  list-style: none;
  margin: 0;
  padding: 0;
}

body[class^=template-] ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body[class^=template-] #nav a {
  font-family: "Outfit", sans-serif;
  font-size: var(--f5);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s;
}

body[class^=template-] #nav a:hover,
body[class^=template-] #nav a:focus {
  color: var(--yellow);
}

@media (max-width: 700px) {
  body[class^=template-] #header {
    padding: var(--x4) 0;
  }
  body[class^=template-] #header .container {
    height: auto;
    justify-content: center;
  }
  body[class^=template-] #nav {
    position: static;
    margin-top: 0;
    height: auto;
    background: var(--bg2);
    border-bottom: 1px solid var(--line);
  }
  body[class^=template-] #nav .container {
    height: auto;
    justify-content: center;
    padding-top: var(--x5);
    padding-bottom: var(--x5);
  }
  body[class^=template-] ul.menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--x3);
  }
}
/* Header Logo and Nav on same line ends */
/*pm-css m:0*/