@charset "UTF-8";
@import url("https://fonts.bunny.net/css?family=fraunces:400,500,600,9..144,400i|inter-tight:400,500,600,700&display=swap");
* {
  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: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

h1 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 29px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 49px;
  margin-bottom: 30px;
}

h3 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 19px;
}

h4 {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 30px;
  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: rgb(212, 32, 32);
  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: 30px;
}

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: rgb(255, 244, 217);
  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: rgb(123, 123, 123);
}

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: rgb(226, 236, 254);
  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: 30px 0;
}

.drop-cap {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 14px;
  line-height: 25px;
  color: rgb(123, 123, 123);
}

.callout {
  color: #111111;
  background-color: rgb(213, 250, 204);
  padding: 19px;
}
.callout.alert {
  color: #111111;
  background-color: rgb(255, 242, 122);
}
.callout.note {
  color: #111111;
  background-color: rgb(206, 241, 253);
}
.callout > :last-child {
  margin-bottom: 0;
}

.highlight {
  background-color: rgb(255, 251, 122);
  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: rgb(123, 123, 123);
  margin-top: -26px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 26px;
}
h1 + .caption, h2 + .caption {
  margin-top: -28px;
}
h3 + .caption {
  margin-top: -17px;
  margin-bottom: 19px;
}

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

@media all and (min-width: 682px) {
  body:not(.has-sidebar) h1 {
    font-size: 47px;
    line-height: 72px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 37px;
    line-height: 58px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 29px;
    line-height: 46px;
  }
  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: 46px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 30px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 30px;
  }
}
.page-container + .page-container {
  margin-top: 49px;
}

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

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

.page-title {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-weight: bold;
}
.page-title a {
  color: rgb(17, 17, 17);
}
.page-title a:hover {
  color: rgb(212, 32, 32);
}

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

.byline {
  font-size: 14px;
  line-height: 25px;
  color: rgb(123, 123, 123);
  margin-bottom: 30px;
}
.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: 30px;
}
.author-description .avatar {
  float: left;
  width: 90px;
  height: 90px;
  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: rgb(123, 123, 123);
    content: "• ";
  }
}
@media all and (min-width: 682px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 30px;
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: rgb(221, 0, 0);
}

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: rgb(255, 235, 179);
  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: rgb(80, 155, 38);
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  background-color: #60ba2e;
}
button.delete, .button.delete {
  color: #FFFFFF;
  background-color: rgb(213, 11, 11);
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  background-color: #f31313;
}
button.action, .button.action {
  color: #FFFFFF;
  background-color: rgb(18, 167, 255);
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: #38b5ff;
}
button.update, .button.update {
  color: #111111;
  background-color: rgb(252, 252, 13);
}
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: rgb(255, 255, 168);
  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: 704px) {
  #banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#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: 30px;
  padding-bottom: 30px;
}

#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: 704px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1100px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-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: 30px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu:before {
  content: "↔";
  color: rgb(123, 123, 123);
  margin-right: 30px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgb(123, 123, 123);
}
@media all and (min-width: 1100px) {
  .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: 347px;
    margin-right: -396px;
  }
  .focus .text .bar {
    max-width: 168px;
    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: 49px;
  margin-bottom: 49px;
  margin-left: -19px;
}
.bleed + .bleed {
  margin-top: -49px;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -30px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -30px;
}
@media all and (min-width: 682px) {
  .bleed {
    margin-left: calc((644px - 100vw) / 2);
  }
}
@media all and (min-width: 704px) {
  .bleed {
    margin-left: -30px;
  }
}
@media all and (min-width: 1100px) {
  .bleed {
    margin-left: calc((1040px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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: 704px) {
  .readability .text, .focus .text {
    max-width: 644px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 60px);
  }
  .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(704px - 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(352px - 50vw);
    margin-right: calc(352px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 30px;
  }
  .focus .text .extend.left {
    margin-right: 30px;
  }
}
@media all and (min-width: 1100px) {
  .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(703px + (100vw - 1040px) / 2);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 693px);
    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(505px + (100vw - 1040px) / 2);
    margin-left: 30px;
    margin-right: calc(322px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(322px - 50vw);
    margin-right: 30px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 872px);
    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(505px + (100vw - 1040px) / 2);
    margin-left: 30px;
    margin-right: calc((1040px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1040px - 100vw) / 2);
    margin-right: 30px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ============================================================
   AI Day Plan — "Timeline" — timeline.aidayplan.com (PageMotor bespoke theme)
   Hand-authored from aidayplan-build/timeline/style.css.
   Fonts: Bunny only. PageMotor chrome neutralised; the whole
   page lives in content row 1 wrapped in .aidp-timeline.
   ============================================================ */
/* --- Neutralise inherited PageMotor chrome (full-bleed bespoke page) --- */
#header, #nav, #footer, .column-sidebar, .headline-area, .page-title, .byline {
  display: none !important;
}

#content, .container, .columns, .column-content, .page-content, .page, body > .container, .bleed, .text {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   AI Day Plan — Timeline direction
   Daylight palette, self-assembling vertical day-timeline.
   Fonts loaded from fonts.bunny.net via @import above.
   Every selector scoped under .aidp-timeline.
   ============================================================ */
.aidp-timeline {
  /* daylight palette */
  --paper: #FBFAF7;
  --paper-2: #F4F1EA;
  --ink: #1A1D24;
  --ink-soft: #4B515E;
  --ink-faint: #6B7280; /* AA-compliant on white/paper (>=4.5:1) */
  --sky: #3B82F6; /* the calm accent for fills, borders, nodes, links */
  --sky-deep: #2563EB; /* used for text/buttons on light (AA on white) */
  --sky-wash: #EAF1FE;
  --line: #E6E2D8;
  --line-soft: #EFEBE2;
  /* dawn-to-dusk gradient stops */
  --dawn: #FCEFD8;
  --noon: #EAF1FE;
  --dusk: #E7DEF0;
  --shadow: 0 1px 2px rgba(26,29,36,.04), 0 12px 30px -16px rgba(26,29,36,.18);
  --shadow-lg: 0 2px 4px rgba(26,29,36,.05), 0 30px 60px -24px rgba(26,29,36,.28);
  --font-ui: "Inter Tight", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --radius: 16px;
  --radius-sm: 11px;
  --maxw: 1140px;
}

.aidp-timeline * {
  box-sizing: border-box;
}

.aidp-timeline {
  scroll-behavior: smooth;
}

.aidp-timeline {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.aidp-timeline .wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.aidp-timeline img {
  max-width: 100%;
  display: block;
}

.aidp-timeline a {
  color: var(--sky-deep);
  text-decoration: none;
}

/* accessibility helpers */
.aidp-timeline .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.aidp-timeline .skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  z-index: 100;
  transition: top 0.18s ease;
  font-weight: 600;
}

.aidp-timeline .skip-link:focus {
  top: 12px;
}

.aidp-timeline :focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- header ---------- */
.aidp-timeline .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 250, 247, 0.82);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}

.aidp-timeline .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 20px;
}

.aidp-timeline .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-weight: 600;
}

.aidp-timeline .brand-word {
  font-family: var(--font-display);
  font-size: 1.18rem;
  letter-spacing: -0.01em;
}

.aidp-timeline .brand-mark {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.aidp-timeline .brand-mark .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
}

.aidp-timeline .dot.dawn {
  background: #F4C66B;
}

.aidp-timeline .dot.noon {
  background: var(--sky);
}

.aidp-timeline .dot.dusk {
  background: #A78BD0;
}

.aidp-timeline .site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.aidp-timeline .site-nav a {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.15s;
}

.aidp-timeline .site-nav a:hover {
  color: var(--ink);
}

.aidp-timeline .nav-cta {
  background: var(--ink);
  color: #fff !important;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.aidp-timeline .nav-cta:hover {
  background: #2a2e38;
}

/* ---------- buttons ---------- */
.aidp-timeline .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s;
}

.aidp-timeline .btn:active {
  transform: translateY(1px);
}

.aidp-timeline .btn-primary {
  background: var(--sky-deep);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(37, 99, 235, 0.6);
}

.aidp-timeline .btn-primary:hover {
  background: #1D4FD8;
}

.aidp-timeline .btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.aidp-timeline .btn-ghost:hover {
  border-color: var(--ink-faint);
  background: var(--paper-2);
}

/* ---------- hero ---------- */
.aidp-timeline .hero {
  position: relative;
  padding: 72px 0 96px;
  background: radial-gradient(120% 80% at 88% 0%, var(--dusk) 0%, transparent 55%), radial-gradient(110% 90% at 0% 0%, var(--dawn) 0%, transparent 50%), linear-gradient(180deg, var(--noon) 0%, var(--paper) 58%);
}

.aidp-timeline .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.aidp-timeline .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--sky-deep);
  margin: 0 0 16px;
}

.aidp-timeline .eyebrow.centre {
  text-align: center;
}

.aidp-timeline .hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}

.aidp-timeline .accentword {
  color: var(--sky-deep);
  font-style: italic;
}

.aidp-timeline .lede {
  font-size: 1.18rem;
  color: var(--ink-soft);
  max-width: 36ch;
  margin: 0 0 28px;
}

.aidp-timeline .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.aidp-timeline .hero-note {
  font-size: 0.9rem;
  color: var(--ink-faint);
  margin: 0;
}

/* ---------- timeline card (shared) ---------- */
.aidp-timeline .hero-stage {
  perspective: 1200px;
}

.aidp-timeline .timeline-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 26px 26px 30px;
  min-height: 440px;
  /* contain the scattered chip start-positions (they fly in from off-card);
     clip (not hidden) keeps the sticky nav unaffected, clip-margin lets
     chip shadows breathe. Fixes 414px horizontal overflow. */
  overflow: clip;
  overflow-clip-margin: 14px;
}

.aidp-timeline .timeline-card.big {
  min-height: 480px;
}

.aidp-timeline .timeline-head {
  margin-bottom: 18px;
}

.aidp-timeline .tl-label {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
}

.aidp-timeline .tl-sub {
  display: block;
  font-size: 0.9rem;
  color: var(--ink-faint);
  margin-top: 2px;
}

.aidp-timeline .timeline-track {
  position: relative;
  padding-left: 8px;
  list-style: none;
  margin: 0;
}

/* the spine, drawn dawn-to-dusk */
.aidp-timeline .timeline-track::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #F4C66B 0%, var(--sky) 48%, #A78BD0 100%);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.aidp-timeline .timeline-track.drawn::before {
  transform: scaleY(1);
}

/* a slot = time label + chip, positioned in the track */
.aidp-timeline .slot {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 16px;
  min-height: 46px;
}

.aidp-timeline .slot:last-child {
  margin-bottom: 0;
}

.aidp-timeline .slot-time {
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-faint);
  text-align: right;
}

.aidp-timeline .slot-node {
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--sky);
  margin-top: -6.5px;
  z-index: 2;
}

.aidp-timeline .slot:first-child .slot-node {
  border-color: #F4C66B;
}

.aidp-timeline .slot:last-child .slot-node {
  border-color: #A78BD0;
}

/* the chip that flies in and snaps */
.aidp-timeline .chip {
  background: var(--sky-wash);
  border: 1px solid #d6e3fb;
  color: var(--ink);
  padding: 11px 15px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: 0.96rem;
  box-shadow: 0 6px 14px -10px rgba(37, 99, 235, 0.5);
  /* start state set inline by JS as custom props */
  opacity: 0;
  transform: translate(var(--fx, 0), var(--fy, -40px)) rotate(var(--fr, 0deg)) scale(0.9);
}

.aidp-timeline .chip .chip-meta {
  display: block;
  font-size: 0.76rem;
  color: var(--ink-faint);
  font-weight: 500;
  margin-top: 1px;
}

.aidp-timeline .chip.first {
  background: #FDF3E0;
  border-color: #f1dcae;
}

.aidp-timeline .chip.last {
  background: #F2ECF8;
  border-color: #ddd0ee;
}

/* the snap animation: spring from scattered start to settled */
.aidp-timeline .chip.snap {
  animation: snapIn 0.62s cubic-bezier(0.2, 0.85, 0.25, 1.05) forwards;
}

@keyframes snapIn {
  0% {
    opacity: 0;
    transform: translate(var(--fx, 0), var(--fy, -40px)) rotate(var(--fr, 0deg)) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1.04);
  }
  78% {
    transform: translate(0, 0) rotate(0deg) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
.aidp-timeline .replay {
  position: absolute;
  right: 18px;
  bottom: 16px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 7px 13px;
  border-radius: 999px;
  cursor: pointer;
}

.aidp-timeline .replay:hover {
  background: #fff;
  border-color: var(--ink-faint);
}

/* ---------- how it works ---------- */
.aidp-timeline .how {
  padding: 92px 0;
  background: var(--paper);
}

.aidp-timeline .section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  max-width: 22ch;
}

.aidp-timeline .section-title.light {
  color: var(--ink);
}

.aidp-timeline .section-lede {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 0 44px;
}

.aidp-timeline .section-lede.centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aidp-timeline .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  counter-reset: step;
}

.aidp-timeline .step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px 26px;
  box-shadow: var(--shadow);
}

.aidp-timeline .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sky-wash);
  color: var(--sky-deep);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.aidp-timeline .step h3 {
  font-size: 1.18rem;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.aidp-timeline .step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* ---------- demo ---------- */
.aidp-timeline .demo {
  padding: 92px 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.aidp-timeline .demo-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.aidp-timeline .dump {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 28px;
  max-width: 40ch;
}

.aidp-timeline .dump-chip {
  background: #fff;
  border: 1px dashed var(--line);
  color: var(--ink-soft);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.88rem;
  transform: rotate(var(--r, 0deg));
}

.aidp-timeline .dump-chip:nth-child(odd) {
  --r: -1.6deg;
}

.aidp-timeline .dump-chip:nth-child(3n) {
  --r: 2deg;
}

.aidp-timeline .dump-chip:nth-child(4n) {
  --r: -.8deg;
}

.aidp-timeline .demo-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.aidp-timeline .demo-status {
  min-height: 1.4em;
  margin: 16px 0 0;
  color: var(--sky-deep);
  font-weight: 600;
  font-size: 0.95rem;
}

/* ---------- why ---------- */
.aidp-timeline .why {
  padding: 96px 0;
  background: radial-gradient(100% 120% at 100% 0%, #20242E 0%, transparent 60%), var(--ink);
  color: #EDEFF3;
}

.aidp-timeline .why .section-title {
  color: #fff;
  max-width: 24ch;
}

.aidp-timeline .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 8px;
}

.aidp-timeline .why-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 26px;
}

.aidp-timeline .why-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -0.01em;
}

.aidp-timeline .why-card h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sky);
  margin-right: 9px;
  vertical-align: middle;
}

.aidp-timeline .why-card p {
  margin: 0;
  color: #B9BEC9;
  font-size: 0.98rem;
}

/* ---------- closing / waitlist ---------- */
.aidp-timeline .closing {
  padding: 100px 0;
  background: radial-gradient(90% 80% at 50% 0%, var(--dawn) 0%, transparent 55%), linear-gradient(180deg, var(--noon) 0%, var(--paper) 70%);
  text-align: center;
}

.aidp-timeline .closing-inner {
  max-width: 620px;
  margin: 0 auto;
}

.aidp-timeline .closing .section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 18ch;
}

.aidp-timeline .waitlist-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 32px auto 0;
  max-width: 480px;
}

.aidp-timeline .waitlist-form input[type=email] {
  flex: 1 1 240px;
  min-width: 0;
  font-family: var(--font-ui);
  font-size: 1rem;
  padding: 14px 18px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
}

.aidp-timeline .waitlist-form input::placeholder {
  color: var(--ink-faint);
}

.aidp-timeline .waitlist-form input:focus-visible {
  border-color: var(--sky);
  outline-offset: 1px;
}

.aidp-timeline .form-msg {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-weight: 600;
  color: var(--sky-deep);
}

.aidp-timeline .form-msg.error {
  color: #C0392B;
}

.aidp-timeline .closing-note {
  color: var(--ink-faint);
  font-size: 0.9rem;
  margin: 18px 0 0;
}

/* ---------- footer ---------- */
.aidp-timeline .site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line-soft);
  padding: 36px 0;
}

.aidp-timeline .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
}

.aidp-timeline .footer-brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}

.aidp-timeline .footer-tag {
  color: var(--ink-soft);
}

.aidp-timeline .footer-legal {
  color: var(--ink-faint);
  font-size: 0.86rem;
  margin-left: auto;
}

/* ---------- reveal on scroll (sections) ---------- */
.aidp-timeline .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.aidp-timeline .reveal.in {
  opacity: 1;
  transform: none;
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .aidp-timeline .hero-grid, .aidp-timeline .demo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .aidp-timeline .hero {
    padding: 52px 0 72px;
  }
  .aidp-timeline .demo-stage {
    order: -1;
  }
  .aidp-timeline .steps {
    grid-template-columns: 1fr;
  }
  .aidp-timeline .why-grid {
    grid-template-columns: 1fr;
  }
  .aidp-timeline .site-nav a:not(.nav-cta) {
    display: none;
  }
}
@media (max-width: 480px) {
  .aidp-timeline .wrap {
    padding: 0 18px;
  }
  .aidp-timeline .how, .aidp-timeline .demo, .aidp-timeline .why, .aidp-timeline .closing {
    padding: 64px 0;
  }
  .aidp-timeline .timeline-card {
    padding: 22px 18px 26px;
    min-height: 420px;
  }
  .aidp-timeline .slot {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }
  .aidp-timeline .timeline-track::before {
    left: 56px;
  }
  .aidp-timeline .slot-node {
    left: 56px;
  }
  .aidp-timeline .lede {
    font-size: 1.08rem;
  }
  .aidp-timeline .hero-actions .btn, .aidp-timeline .demo-actions .btn {
    flex: 1 1 auto;
  }
}
/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .aidp-timeline {
    scroll-behavior: auto;
  }
  .aidp-timeline * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .aidp-timeline .chip {
    opacity: 1 !important;
    transform: none !important;
  }
  .aidp-timeline .timeline-track::before {
    transform: scaleY(1) !important;
  }
  .aidp-timeline .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}