@charset "UTF-8";
@import url("https://fonts.bunny.net/css?family=bricolage-grotesque:600,700,800|inter:400,500,600&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 "Chaos to Calm" — chaos.aidayplan.com (PageMotor bespoke theme)
   Hand-authored from aidayplan-build/chaos/style.css.
   Fonts: Bunny only. PageMotor chrome neutralised; the whole
   page lives in content row 1 wrapped in .aidp-chaos.
   ============================================================ */
/* --- 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;
}

/* Belt-and-braces: PM may wrap content row in .text.page-content — kill its type rules inside .aidp-chaos below */
/* ============================================================
   AI Day Plan — "Chaos to Calm"
   Bricolage Grotesque (display) + Inter (body), via Bunny fonts
   ============================================================ */
.aidp-chaos {
  /* Calm side */
  --indigo: #4F46E5;
  --indigo-deep: #3730A3;
  --indigo-soft: #EEF0FF;
  --indigo-ink: #1E1B4B;
  /* Chaos side (muted greys) */
  --grey-900: #2B2B30;
  --grey-700: #4A4A52;
  --grey-500: #7C7C86;
  --grey-300: #C9C9D0;
  --grey-150: #E4E4EA;
  --grey-100: #ECECF1;
  /* Surfaces */
  --paper: #FFFFFF;
  --calm-bg: #FBFBFE;
  --ink: #15131F;
  --muted: #5C5A6B;
  /* Chaos sticky-note tints (desaturated) */
  --note-a: #DCDAD2;
  --note-b: #D6D9DC;
  --note-c: #DEDAD8;
  --note-d: #D3D6D0;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 10px 40px -18px rgba(30, 27, 75, 0.35);
  --shadow-lift: 0 18px 50px -20px rgba(30, 27, 75, 0.45);
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

.aidp-chaos *, .aidp-chaos *::before, .aidp-chaos *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.aidp-chaos .wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: clamp(20px, 5vw, 56px);
}

.aidp-chaos h1, .aidp-chaos h2, .aidp-chaos h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.aidp-chaos p {
  margin: 0;
}

.aidp-chaos a {
  color: inherit;
  text-decoration: none;
}

.aidp-chaos .eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--indigo);
}

.aidp-chaos .visually-hidden, .aidp-chaos .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Accessibility ---------- */
.aidp-chaos .skip-link:focus-visible {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 12px 18px;
  background: var(--indigo);
  color: #fff;
  border-radius: var(--radius-sm);
  z-index: 100;
  font-weight: 600;
}

.aidp-chaos a:focus-visible,
.aidp-chaos button:focus-visible,
.aidp-chaos input:focus-visible {
  outline: 3px solid var(--indigo);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Header ---------- */
.aidp-chaos .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 251, 254, 0.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--grey-150);
}

.aidp-chaos .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.aidp-chaos .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.aidp-chaos .brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--indigo);
  box-shadow: 0 4px 14px -4px rgba(79, 70, 229, 0.7);
}

.aidp-chaos .brand-dot {
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: #fff;
  transform: rotate(8deg);
}

.aidp-chaos .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 30px);
  font-size: 0.95rem;
  font-weight: 500;
}

.aidp-chaos .site-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

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

.aidp-chaos .nav-cta {
  padding: 9px 18px;
  background: var(--indigo);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s var(--ease), background 0.2s ease;
}

.aidp-chaos .nav-cta:hover {
  background: var(--indigo-deep);
  transform: translateY(-1px);
}

/* ---------- Buttons ---------- */
.aidp-chaos .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s var(--ease), background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.aidp-chaos .btn-primary {
  background: var(--indigo);
  color: #fff;
  box-shadow: 0 12px 28px -12px rgba(79, 70, 229, 0.8);
}

.aidp-chaos .btn-primary:hover {
  background: var(--indigo-deep);
  transform: translateY(-2px);
}

.aidp-chaos .btn-ghost {
  background: transparent;
  color: var(--indigo-deep);
  border-color: var(--grey-300);
}

.aidp-chaos .btn-ghost:hover {
  border-color: var(--indigo);
  color: var(--indigo);
  transform: translateY(-2px);
}

/* ---------- Section scaffolding ---------- */
.aidp-chaos section {
  position: relative;
}

.aidp-chaos .section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.aidp-chaos .section-head-center {
  margin-inline: auto;
  text-align: center;
}

.aidp-chaos .section-head h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-top: 12px;
}

.aidp-chaos .section-lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 56ch;
  margin-inline: auto;
}

/* ============================================================
   HERO
   ============================================================ */
.aidp-chaos .hero {
  padding-top: clamp(40px, 7vw, 84px);
  padding-bottom: clamp(50px, 7vw, 90px);
  background: radial-gradient(1200px 480px at 85% -10%, rgba(79, 70, 229, 0.1), transparent 60%), var(--calm-bg);
}

.aidp-chaos .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.aidp-chaos .hero-copy {
  max-width: 560px;
}

.aidp-chaos .hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  font-weight: 800;
  margin-top: 18px;
}

.aidp-chaos .hero-accent {
  display: block;
  color: var(--indigo);
  background: linear-gradient(100deg, var(--indigo), #7C74F0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aidp-chaos .hero-sub {
  margin-top: 24px;
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 46ch;
}

.aidp-chaos .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.aidp-chaos .hero-note {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--grey-500);
}

/* ---------- Hero split stage ---------- */
.aidp-chaos .hero-stage {
  perspective: 1200px;
}

.aidp-chaos .stage-rail {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
}

.aidp-chaos .stage-side {
  position: relative;
  border-radius: var(--radius);
  padding: 20px 16px 16px;
  min-height: 320px;
}

.aidp-chaos .stage-chaos {
  background: linear-gradient(180deg, #F1F1F4, #E7E7EC);
  border: 1px solid var(--grey-150);
  overflow: hidden;
}

.aidp-chaos .stage-calm {
  background: var(--paper);
  border: 1px solid var(--indigo-soft);
  box-shadow: var(--shadow-soft);
}

.aidp-chaos .stage-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-500);
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 9px;
  border-radius: 999px;
  z-index: 5;
}

.aidp-chaos .stage-tag-calm {
  color: var(--indigo);
  background: var(--indigo-soft);
}

.aidp-chaos .stage-arrow {
  color: var(--grey-300);
  display: grid;
  place-items: center;
}

/* Chaotic pile of notes */
.aidp-chaos .pile {
  position: relative;
  height: 280px;
  margin-top: 14px;
}

.aidp-chaos .note {
  position: absolute;
  width: 116px;
  min-height: 78px;
  padding: 12px 12px 14px;
  border-radius: 4px 4px 8px 8px;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--grey-700);
  background: var(--note-a);
  box-shadow: 0 8px 18px -8px rgba(43, 43, 48, 0.5);
  filter: grayscale(1) saturate(0.6) brightness(0.99);
}

.aidp-chaos .note::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 26px;
  height: 12px;
  transform: translateX(-50%) rotate(var(--tape-rot, -4deg));
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.aidp-chaos .note:nth-child(5n+1) {
  background: var(--note-a);
}

.aidp-chaos .note:nth-child(5n+2) {
  background: var(--note-b);
}

.aidp-chaos .note:nth-child(5n+3) {
  background: var(--note-c);
}

.aidp-chaos .note:nth-child(5n+4) {
  background: var(--note-d);
}

/* Calm plan list */
.aidp-chaos .plan {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aidp-chaos .plan-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--indigo-soft);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--indigo);
}

.aidp-chaos .plan-time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--indigo-deep);
  min-width: 44px;
}

.aidp-chaos .plan-task {
  font-size: 0.86rem;
  color: var(--indigo-ink);
  font-weight: 500;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.aidp-chaos .how {
  padding-block: clamp(60px, 9vw, 110px);
  background: var(--paper);
  border-top: 1px solid var(--grey-150);
  border-bottom: 1px solid var(--grey-150);
}

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

.aidp-chaos .step {
  position: relative;
  padding: 30px 26px;
  border-radius: var(--radius);
  background: var(--calm-bg);
  border: 1px solid var(--grey-150);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s ease;
}

.aidp-chaos .step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: var(--indigo-soft);
}

.aidp-chaos .step-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--indigo);
  opacity: 0.85;
  line-height: 1;
}

.aidp-chaos .step h3 {
  font-size: 1.3rem;
  margin: 14px 0 10px;
}

.aidp-chaos .step p {
  color: var(--muted);
  font-size: 1rem;
}

/* ============================================================
   SIGNATURE DEMO
   ============================================================ */
.aidp-chaos .demo {
  padding-block: clamp(70px, 11vw, 140px);
  background: radial-gradient(900px 400px at 15% 0%, rgba(79, 70, 229, 0.07), transparent 55%), var(--calm-bg);
}

.aidp-chaos .demo-stage {
  position: relative;
  margin-top: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #F4F4F7, #FFFFFF 60%);
  border: 1px solid var(--grey-150);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
  padding: clamp(24px, 4vw, 48px);
}

.aidp-chaos .demo-track {
  position: relative;
  height: clamp(380px, 52vw, 460px);
}

/* Each demo note is positioned and transformed via JS-set custom props */
.aidp-chaos .demo-note {
  position: absolute;
  left: 50%;
  top: 0;
  width: 150px;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 5px 5px 9px 9px;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--grey-700);
  background: var(--note-a);
  box-shadow: 0 10px 24px -10px rgba(43, 43, 48, 0.45);
  transform-origin: center;
  /* state driven by --p (progress 0..1) computed in JS into resolved transforms */
  transition: transform 0.65s var(--ease), background 0.65s ease, color 0.65s ease, filter 0.65s ease, box-shadow 0.65s ease, width 0.65s var(--ease), border-radius 0.65s ease;
  will-change: transform, filter;
}

.aidp-chaos .demo-note .dn-time {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  color: transparent;
  margin-right: 8px;
  opacity: 0;
  transition: opacity 0.5s ease, color 0.5s ease;
}

/* Chaotic visual: greyscale + jumbled (set by inline transform in JS) */
.aidp-chaos .demo-note.is-chaos {
  filter: grayscale(1) saturate(0.5);
}

/* Calm visual: aligned list rows, indigo */
.aidp-chaos .demo-note.is-calm {
  width: min(560px, 86%);
  background: var(--indigo-soft);
  color: var(--indigo-ink);
  border-radius: var(--radius-sm);
  box-shadow: 0 6px 18px -10px rgba(79, 70, 229, 0.45);
  filter: none;
}

.aidp-chaos .demo-note.is-calm .dn-time {
  color: var(--indigo-deep);
  opacity: 1;
}

.aidp-chaos .demo-note:nth-child(4n+1) {
  background: var(--note-a);
}

.aidp-chaos .demo-note:nth-child(4n+2) {
  background: var(--note-b);
}

.aidp-chaos .demo-note:nth-child(4n+3) {
  background: var(--note-c);
}

.aidp-chaos .demo-note:nth-child(4n) {
  background: var(--note-d);
}

.aidp-chaos .demo-note.is-calm:nth-child(n) {
  background: var(--indigo-soft);
}

.aidp-chaos .demo-replay {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--indigo-deep);
  background: #fff;
  border: 1px solid var(--grey-300);
  border-radius: 999px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s var(--ease), border-color 0.2s ease;
}

.aidp-chaos .demo-replay.is-shown {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.aidp-chaos .demo-replay:hover {
  border-color: var(--indigo);
}

.aidp-chaos .demo-progress {
  margin-top: 18px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
}

/* ============================================================
   WHY
   ============================================================ */
.aidp-chaos .why {
  padding-block: clamp(60px, 9vw, 110px);
  background: var(--paper);
  border-top: 1px solid var(--grey-150);
}

.aidp-chaos .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
}

.aidp-chaos .why-card {
  padding: 30px 28px;
  border-radius: var(--radius);
  background: var(--calm-bg);
  border: 1px solid var(--grey-150);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s ease;
}

.aidp-chaos .why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--indigo);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s var(--ease);
}

.aidp-chaos .why-card:hover {
  transform: translateY(-3px);
  border-color: var(--indigo-soft);
}

.aidp-chaos .why-card:hover::before {
  transform: scaleY(1);
}

.aidp-chaos .why-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--indigo-ink);
}

.aidp-chaos .why-card p {
  color: var(--muted);
}

/* ============================================================
   CTA
   ============================================================ */
.aidp-chaos .cta {
  padding-block: clamp(70px, 10vw, 120px);
  background: radial-gradient(700px 360px at 50% 120%, rgba(79, 70, 229, 0.18), transparent 60%), linear-gradient(160deg, var(--indigo-ink), var(--indigo-deep));
  color: #fff;
}

.aidp-chaos .cta-inner {
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
}

.aidp-chaos .cta h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #fff;
}

.aidp-chaos .cta-sub {
  margin-top: 18px;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.82);
}

.aidp-chaos .waitlist-form {
  margin-top: 34px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.aidp-chaos .waitlist-input {
  flex: 1 1 280px;
  max-width: 340px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
}

.aidp-chaos .waitlist-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.aidp-chaos .waitlist-input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.aidp-chaos .cta .btn-primary {
  background: #fff;
  color: var(--indigo-deep);
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.5);
}

.aidp-chaos .cta .btn-primary:hover {
  background: #F0F0FF;
}

.aidp-chaos .form-status {
  margin-top: 16px;
  min-height: 1.4em;
  font-size: 0.95rem;
  font-weight: 600;
  color: #C9F7D8;
}

.aidp-chaos .form-status.is-error {
  color: #FFD0D0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.aidp-chaos .site-footer {
  background: var(--paper);
  border-top: 1px solid var(--grey-150);
  padding-block: 44px;
}

.aidp-chaos .footer-inner {
  display: grid;
  gap: 14px;
  text-align: center;
  justify-items: center;
}

.aidp-chaos .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
}

.aidp-chaos .footer-tag {
  color: var(--muted);
  max-width: 40ch;
}

.aidp-chaos .footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.92rem;
  font-weight: 500;
}

.aidp-chaos .footer-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.aidp-chaos .footer-nav a:hover {
  color: var(--indigo);
}

.aidp-chaos .footer-legal {
  font-size: 0.82rem;
  color: var(--grey-500);
}

/* ============================================================
   REVEAL ON SCROLL (generic, motion-gated)
   ============================================================ */
.aidp-chaos .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .aidp-chaos .hero-grid {
    grid-template-columns: 1fr;
  }
  .aidp-chaos .hero-copy {
    max-width: 100%;
  }
  .aidp-chaos .hero-stage {
    margin-top: 8px;
  }
  .aidp-chaos .steps {
    grid-template-columns: 1fr;
  }
  .aidp-chaos .why-grid {
    grid-template-columns: 1fr;
  }
  .aidp-chaos .site-nav a:not(.nav-cta) {
    display: none;
  }
}
@media (max-width: 560px) {
  .aidp-chaos .stage-rail {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .aidp-chaos .stage-arrow {
    transform: rotate(90deg);
  }
  .aidp-chaos .stage-side {
    min-height: 250px;
  }
  .aidp-chaos .pile {
    height: 230px;
  }
  .aidp-chaos .demo-note {
    width: 128px;
    font-size: 0.78rem;
  }
  .aidp-chaos .demo-note.is-calm {
    width: 94%;
  }
  .aidp-chaos .hero-actions .btn {
    flex: 1 1 auto;
  }
  .aidp-chaos .demo-track {
    height: clamp(420px, 110vw, 520px);
  }
}
@media (max-width: 414px) {
  .aidp-chaos .wrap {
    padding-inline: 18px;
  }
  .aidp-chaos .hero h1 {
    font-size: clamp(2.1rem, 9vw, 2.6rem);
  }
}
/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .aidp-chaos *, .aidp-chaos *::before, .aidp-chaos *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .aidp-chaos .reveal {
    opacity: 1;
    transform: none;
  }
  .aidp-chaos .demo-replay {
    display: none;
  }
}