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

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

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

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

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

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

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

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

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

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

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

body {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  background-color: white;
  overflow-x: hidden;
}

h1 {
  font-family: "Spectral", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-family: "Spectral", serif;
  font-size: 29px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 49px;
  margin-bottom: 30px;
}

h3 {
  font-family: "Spectral", serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 19px;
}

h4 {
  font-family: "Spectral", 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: #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: 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: #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: 30px 0;
}

.drop-cap {
  font-family: "Spectral", serif;
  font-size: 60px;
  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: -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: "Spectral", 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: 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: #7b7b7b;
    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: #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: 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: "Spectral", serif;
  font-size: 37px;
  line-height: 57px;
  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: #7b7b7b;
  margin-right: 30px;
}
@media all and (min-width: 682px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

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

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

/*---:[ Custom CSS ]:---*/
/* ───────────────────────────────────────────────────────────────
   Teach Me The Web — "The Margin Mark"

   The course marks your work: a green tick for a pass, a red cross
   for a fail, a score out of eight. The site is set like a marked
   exercise book, so the mechanism is visible before a word is read.

   WHERE THIS LIVES, and why it matters.
   This is stored in the Attention_css_custom option, NOT hand-written
   into user-content/themes/attention/css.css. PageMotor recompiles
   css.css from its own SCSS whenever a design option changes, and a
   hand-written file is silently overwritten when it does — which is
   exactly what happened on 2026-09-13 at 00:58, taking the whole
   design off the live site with every page still returning 200.
   The compiler concatenates this option into css.css, so a recompile
   keeps it. Edit it here, then recompile; never edit css.css.

   Fonts come from PageMotor's own setting (Spectral + Public Sans,
   delivered by Bunny), so there is no @import in this file. An
   @import would be invalid here anyway: it is no longer byte zero.
   ─────────────────────────────────────────────────────────────── */
:root {
  --paper: #FBFAF7;
  --paper-2: #F4F1E9;
  --ink: #17211B;
  --ink-2: #4A554D;
  --ink-3: #7C857E;
  --rule: #E2DED3;
  --pass: #2F6B4F;
  --fail: #B23A34;
  --mark: #C8792B;
  --measure: 34rem;
  --gap: clamp(3rem, 7vw, 6.5rem);
}

/* Inherited PageMotor chrome off: this design is full bleed */
#header, #nav, #footer, .column-sidebar, .headline-area, .page-title, .byline {
  display: none !important;
}

/* .page-container carries the theme's w-content cap (644px by default) and is the
   one that actually constrains a page body. It was missed on the first pass and
   the whole design rendered in a narrow centred column with every gate still green,
   because a gate that measures fonts and overflow cannot see a wrong measure. */
#content, .container, .columns, .column-content, .page-content, .page-container,
.page, body > .container {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* The theme centres every heading under ".focus .text ..." and underlines every
   link under ".page-content a". Both beat a bare element selector, so these match
   their specificity and win by coming later. Specificity, not !important. */
.wrap h1, .wrap h2, .wrap h3, .wrap p, .wrap ul, .wrap li {
  text-align: left;
}

.focus .text .wrap h1, .focus .text .wrap h2, .focus .text .wrap h3,
.focus .text .wrap h4, .focus .text .wrap p, .focus .text .wrap li,
.focus .text .page-content .wrap h1 {
  text-align: left;
}

.page-content .wrap a {
  text-decoration: none;
}

.page-content .wrap p a, .page-content .wrap li a {
  text-decoration: underline;
}

.page-content .wrap a.btn, .page-content .wrap a.brand {
  text-decoration: none;
}

/* ── EP Courses viewer, dressed in this design ─────────────────────
   The viewer renders outside .wrap, so the theme's ".focus .text ..."
   centring hits every heading in a lesson. These selectors carry the
   same specificity and come later, so they win without !important. */
.focus .text .ep-course-viewer h1, .focus .text .ep-course-viewer h2,
.focus .text .ep-course-viewer h3, .focus .text .ep-course-viewer h4,
.focus .text .ep-course-viewer p, .focus .text .ep-course-viewer li,
.focus .text .page-content .ep-course-viewer h1 {
  text-align: left;
}

.ep-course-viewer {
  max-width: 74rem;
  margin: 0 auto;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem) 4rem;
}

.ep-viewer-header h1, .ep-viewer-header h2 {
  font-family: Spectral, Georgia, serif;
  font-weight: 500;
}

/* The lesson title the viewer prints above the body. */
.ep-course-viewer h2, .ep-viewer-content > h2 {
  font-family: Spectral, Georgia, serif;
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1.14;
  letter-spacing: -0.012em;
  margin-bottom: 0.8rem;
}

.ep-viewer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 17rem;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

/* A lesson is prose. Give it a reading measure and real vertical rhythm. */
.ep-viewer-body {
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.72;
}

.ep-viewer-body > * + * {
  margin-top: 1.15em;
}

.ep-viewer-body h3 {
  font-family: Spectral, Georgia, serif;
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 1.2;
  margin-top: 2.4em;
  letter-spacing: -0.01em;
}

.ep-viewer-body h3 + * {
  margin-top: 0.7em;
}

.ep-viewer-body ul, .ep-viewer-body ol {
  padding-left: 1.3rem;
}

.ep-viewer-body li + li {
  margin-top: 0.45em;
}

.ep-viewer-body blockquote {
  border-left: 3px solid var(--mark);
  padding-left: 1.3rem;
  margin-left: 0;
}

.ep-viewer-body blockquote p {
  font-family: Spectral, Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.45;
}

/* The exercise is full width: it is a tool, not part of the prose column. */
.ep-viewer-body .tmtw-box, .ep-viewer-body .tmtw-picker {
  max-width: none;
}

.ep-viewer-sidebar {
  position: sticky;
  top: 5.5rem;
  border-left: 1px solid var(--rule);
  padding-left: 1.4rem;
}

.ep-viewer-sidebar h3, .ep-lessons-title {
  font-family: "Public Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.ep-lesson-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.88rem;
}

.ep-lesson-list li {
  margin: 0;
  border-top: 1px solid var(--rule);
}

.ep-lesson-list a {
  display: block;
  padding: 0.55rem 0;
  color: var(--ink-2);
  text-decoration: none;
}

.ep-lesson-list a:hover {
  color: var(--pass);
}

.ep-lesson-list .active, .ep-lesson-list .is-current {
  font-weight: 600;
  color: var(--ink);
}

.ep-viewer-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule);
}

.ep-viewer-nav a, .ep-viewer-done button, .ep-viewer-done a {
  font: 600 0.93rem/1 "Public Sans", sans-serif;
  padding: 0.75rem 1.3rem;
  border-radius: 2px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.ep-viewer-nav a:hover, .ep-viewer-done button:hover {
  background: var(--pass);
  border-color: var(--pass);
}

.ep-viewer-done {
  margin-top: 2rem;
}

.ep-viewer-progress-text, .ep-progress-meta {
  font-size: 0.82rem;
  color: var(--ink-3);
}

@media (max-width: 56rem) {
  .ep-viewer-layout {
    grid-template-columns: 1fr;
  }
  .ep-viewer-sidebar {
    position: static;
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 1.4rem 0 0;
    margin-top: 2.5rem;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.narrow {
  max-width: 46rem;
}

h1, h2, h3 {
  font-family: Spectral, Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.012em;
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.1rem);
}

h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

h3 {
  font-size: 1.22rem;
  font-weight: 600;
}

p {
  margin: 0 0 1.1em;
  max-width: var(--measure);
}

a {
  color: var(--pass);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--ink);
}

.eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 1.1rem;
}

.lede {
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  color: var(--ink-2);
  max-width: 38rem;
}

/* ── Masthead ─────────────────────────────────────────────── */
.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
}

.masthead .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 4.5rem;
}

.brand {
  font-family: Spectral, Georgia, serif;
  font-size: 1.24rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.brand .tick {
  color: var(--pass);
  margin-right: 0.45rem;
}

.mainnav {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.mainnav a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
}

.mainnav a:hover, .mainnav a[aria-current=page] {
  color: var(--ink);
}

.mainnav a[aria-current=page] {
  box-shadow: inset 0 -2px 0 var(--pass);
}

/* ── Sections ─────────────────────────────────────────────── */
section {
  padding: var(--gap) 0;
}

.hairline {
  border-top: 1px solid var(--rule);
}

.hero {
  padding-top: clamp(3.5rem, 8vw, 6rem);
}

.hero h1 {
  max-width: 17ch;
}

.hero .lede {
  margin-top: 1.5rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.btn {
  display: inline-block;
  padding: 0.78rem 1.5rem;
  border-radius: 2px;
  font-weight: 600;
  font-size: 0.96rem;
  text-decoration: none;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.btn:hover {
  background: var(--pass);
  border-color: var(--pass);
  color: var(--paper);
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
}

.btn.ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ── The signature: a marked run ──────────────────────────── */
.runs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 1.5rem;
  margin-top: 3.2rem;
}

.run {
  background: #fff;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--fail);
  padding: 1.5rem 1.6rem;
  position: relative;
  /* Column layout so the two scores sit on the same line however unequal the
     two prompts are. The comparison is the point; misaligned scores blunt it. */
  display: flex;
  flex-direction: column;
}

.run.is-pass {
  border-left-color: var(--pass);
}

.run h3 {
  font-family: "Public Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 0.9rem;
}

.run .prompt {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  line-height: 1.62;
  color: var(--ink-2);
  background: var(--paper-2);
  padding: 0.9rem 1rem;
  margin: 0 0 1.1rem;
  max-width: none;
  white-space: pre-wrap;
  word-break: break-word;
}

.score {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-family: Spectral, Georgia, serif;
  margin-top: auto;
}

.score b {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.run .score b {
  color: var(--fail);
}

.run.is-pass .score b {
  color: var(--pass);
}

.score span {
  font-size: 0.84rem;
  font-family: "Public Sans", sans-serif;
  color: var(--ink-3);
}

.verdict {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.run .verdict {
  color: var(--fail);
}

.run.is-pass .verdict {
  color: var(--pass);
}

.provenance {
  font-size: 0.82rem;
  color: var(--ink-3);
  margin-top: 1.6rem;
  max-width: 44rem;
}

/* ── Marked list: the margin mark ─────────────────────────── */
.marked {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  max-width: 44rem;
}

.marked li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.marked li::before {
  content: "✓";
  color: var(--pass);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.marked li.no::before {
  content: "✗";
  color: var(--fail);
}

/* The paragraph is the list item's THIRD grid child, so without this it lands
   back in the 2rem mark column and wraps one word per line. */
.marked li p {
  grid-column: 2;
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: var(--ink-2);
  max-width: none;
}

/* ── Syllabus ─────────────────────────────────────────────── */
.module {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--rule);
}

.module:first-of-type {
  border-top: 0;
}

.module .num {
  font-family: Spectral, Georgia, serif;
  font-size: 2.6rem;
  color: var(--rule);
  line-height: 0.9;
}

.module .num small {
  display: block;
  font-family: "Public Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 0.5rem;
}

.module h3 {
  margin-bottom: 0.45rem;
}

.lessons {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
}

.lessons li {
  padding: 0.38rem 0;
  font-size: 0.95rem;
  color: var(--ink-2);
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.6rem;
}

.lessons li b {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-3);
}

/* ── Grid of plain cards ──────────────────────────────────── */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.6rem;
  margin-top: 2.6rem;
}

.card {
  border-top: 2px solid var(--ink);
  padding-top: 1.1rem;
}

.card h3 {
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.95rem;
  color: var(--ink-2);
  margin: 0;
}

/* ── Pull quote ───────────────────────────────────────────── */
.pull {
  border-left: 3px solid var(--mark);
  padding: 0.4rem 0 0.4rem 1.6rem;
  margin: 2.6rem 0;
  max-width: 40rem;
}

.pull p {
  font-family: Spectral, Georgia, serif;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  line-height: 1.38;
  color: var(--ink);
  margin: 0;
  max-width: none;
}

/* ── Sign-up strip ────────────────────────────────────────── */
.strip {
  background: var(--ink);
  color: var(--paper);
}

.strip h2, .strip p {
  color: var(--paper);
}

.strip p {
  color: #C9D2CB;
}

.strip .btn {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.strip .btn:hover {
  background: var(--pass);
  border-color: var(--pass);
  color: #fff;
}

/* ── Status note ──────────────────────────────────────────── */
.note {
  border: 1px dashed var(--rule);
  background: var(--paper-2);
  padding: 1.25rem 1.4rem;
  max-width: 44rem;
}

.note p {
  font-size: 0.93rem;
  color: var(--ink-2);
  margin: 0;
  max-width: none;
}

.note strong {
  color: var(--ink);
}

/* ── Footer ───────────────────────────────────────────────── */
.sitefoot {
  border-top: 1px solid var(--rule);
  padding: 2.8rem 0 3.6rem;
  font-size: 0.88rem;
  color: var(--ink-3);
}

.sitefoot .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  justify-content: space-between;
  align-items: baseline;
}

.sitefoot a {
  color: var(--ink-2);
  text-decoration: none;
}

.sitefoot a:hover {
  color: var(--ink);
}

.sitefoot nav {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

@media (max-width: 46rem) {
  .module {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .module .num {
    font-size: 1.6rem;
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
  }
  .module .num small {
    margin: 0;
  }
  .masthead .wrap {
    height: auto;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    flex-wrap: wrap;
  }
  .mainnav {
    gap: 1.1rem;
  }
}
/*pm-css m:0*/