@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: "Inter", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: rgb(26, 24, 20);
  background-color: rgb(250, 247, 240);
  overflow-x: hidden;
}

h1 {
  font-family: "Fraunces", serif;
  font-size: 37px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 29px;
}

h2 {
  font-family: "Fraunces", serif;
  font-size: 29px;
  line-height: 45px;
  font-weight: bold;
  margin-top: 47px;
  margin-bottom: 29px;
}

h3 {
  font-family: "Fraunces", serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 29px;
  margin-bottom: 18px;
}

h4 {
  font-family: "Fraunces", serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 11px;
}

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

a {
  color: rgb(184, 117, 74);
  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: 29px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 18px;
}

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

blockquote {
  background-color: rgb(255, 244, 217);
  padding: 18px;
  border-radius: 0 11px 11px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: rgb(107, 99, 84);
}

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: 18px;
  border-radius: 0 11px 11px 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: 29px 0;
}

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

.small {
  font-size: 14px;
  line-height: 24px;
  color: rgb(107, 99, 84);
}

.callout {
  color: #111111;
  background-color: rgb(213, 250, 204);
  padding: 18px;
}
.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: 36px;
}

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

.caption {
  font-size: 14px;
  line-height: 24px;
  color: rgb(107, 99, 84);
  margin-top: -25px;
}
.caption code {
  font-size: 13px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 25px;
}
h1 + .caption, h2 + .caption {
  margin-top: -26.5px;
}
h3 + .caption {
  margin-top: -16.5px;
  margin-bottom: 18px;
}

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

@media all and (min-width: 680px) {
  body:not(.has-sidebar) h1 {
    font-size: 47px;
    line-height: 69px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 37px;
    line-height: 56px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 29px;
    line-height: 45px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 23px;
    line-height: 36px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -25px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -15px;
  }
  .impact {
    font-size: 29px;
    line-height: 45px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 29px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 29px;
  }
}
.page-container + .page-container {
  margin-top: 47px;
}

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

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

.page-title {
  font-family: "Fraunces", serif;
  font-weight: bold;
}
.page-title a {
  color: rgb(26, 24, 20);
}
.page-title a:hover {
  color: rgb(184, 117, 74);
}
.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 14px;
  line-height: 24px;
  color: rgb(107, 99, 84);
  margin-bottom: 29px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 48px;
  height: 48px;
}

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

.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: 420px) {
  .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(107, 99, 84);
    content: "• ";
  }
}
@media all and (min-width: 680px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 29px;
}
.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: 11px 11px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  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: #111111;
  background-color: rgb(212, 166, 86);
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background-color: #dcb674;
}
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 {
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (min-width: 702px) {
  #banner {
    padding-left: 29px;
    padding-right: 29px;
  }
}

#header {
  color: rgb(239, 231, 214);
  background-color: rgb(15, 14, 12);
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#content {
  word-break: break-word;
  color: rgb(26, 24, 20);
  background-color: rgb(250, 247, 240);
  padding-top: 29px;
  padding-bottom: 29px;
}

#footer {
  color: rgb(239, 231, 214);
  background-color: rgb(15, 14, 12);
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (min-width: 680px) {
  .container {
    max-width: 644px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 702px) {
  .container {
    max-width: 100%;
    padding-left: 29px;
    padding-right: 29px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1098px) {
  .container {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-family: "Fraunces", serif;
  font-size: 37px;
  line-height: 56px;
  font-weight: bold;
  color: rgb(239, 231, 214);
}
#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: 29px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  color: rgb(239, 231, 214);
  padding-top: 11px;
  padding-bottom: 11px;
}
.menu:before {
  content: "↔";
  color: rgb(107, 99, 84);
  margin-right: 29px;
}
@media all and (min-width: 680px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgb(107, 99, 84);
}
@media all and (min-width: 1098px) {
  .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: 24px;
    margin-bottom: 18px;
  }
  .readability .text .bar {
    max-width: 349px;
    margin-right: -396px;
  }
  .focus .text .bar {
    max-width: 169px;
    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: 47px;
  margin-bottom: 47px;
  margin-left: -18px;
}
.bleed + .bleed {
  margin-top: -47px;
}
.bleed:has(+ .bleed) {
  border-bottom: 0;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -29px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -29px;
}
@media all and (min-width: 680px) {
  .bleed {
    margin-left: calc((644px - 100vw) / 2);
  }
}
@media all and (min-width: 702px) {
  .bleed {
    margin-left: -29px;
  }
}
@media all and (min-width: 1098px) {
  .bleed {
    margin-left: calc((1040px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 29px;
  padding-bottom: 29px;
}
.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: 680px) {
  .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: 680px) {
  .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: 18px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 680px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .focus .text .byline .avatar {
    margin-bottom: 11px;
  }
}
.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: 702px) {
  .readability .text, .focus .text {
    max-width: 644px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 58px);
  }
  .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(702px - 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(351px - 50vw);
    margin-right: calc(351px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 29px;
  }
  .focus .text .extend.left {
    margin-right: 29px;
  }
}
@media all and (min-width: 1098px) {
  .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(703.5px + (100vw - 1040px) / 2);
    margin-right: calc(-396px - (100vw - 1040px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 691px);
    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(505.5px + (100vw - 1040px) / 2);
    margin-left: 29px;
    margin-right: calc(322px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(322px - 50vw);
    margin-right: 29px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1040px) / 2 - 871px);
    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(505.5px + (100vw - 1040px) / 2);
    margin-left: 29px;
    margin-right: calc((1040px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1040px - 100vw) / 2);
    margin-right: 29px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*---:[ Custom CSS ]:---*/
/* ============================================================
   Shaun O'Reilly — landing-page conversion
   Layout structure adapted from a long-form marketing homepage;
   palette keeps Shaun's cinematic dark identity.
   ============================================================ */
/* Reset & base */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #1A1814;
  background: #FAF7F0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: #B8754A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(36px, 5.5vw, 64px);
}

h2 {
  font-size: clamp(28px, 3.6vw, 44px);
}

h3 {
  font-size: clamp(22px, 2.4vw, 28px);
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

p {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B8754A;
  font-weight: 700;
  margin-bottom: 12px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent;
  text-align: center;
  line-height: 1.2;
}

.btn + .btn {
  margin-left: 10px;
}

.btn-primary {
  background: #D85440;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #C24430;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(216, 84, 64, 0.28);
}

.btn-secondary {
  background: transparent;
  color: #1A1814;
  border-color: #1A1814;
}

.btn-secondary:hover {
  background: #1A1814;
  color: #FAF7F0;
  text-decoration: none;
}

.bleed-dark .btn-secondary,
.dark-section .btn-secondary {
  color: #FAF7F0;
  border-color: #FAF7F0;
}

.bleed-dark .btn-secondary:hover,
.dark-section .btn-secondary:hover {
  background: #FAF7F0;
  color: #1A1814;
}

/* ---------- Header ---------- */
#section_header {
  background: #0F0E0C;
  color: #EFE7D6;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#section_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

#header > div {
  display: contents;
}

#section_header a {
  color: #EFE7D6;
}

.site-title, #section_header .site-title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}

/* ---------- Navigation ---------- */
#section_nav {
  background: #0F0E0C;
  color: #EFE7D6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 0 12px;
}

#section_nav .container {
  padding-top: 0;
  padding-bottom: 0;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.menu li {
  margin: 0;
}

.menu a {
  color: #EFE7D6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.menu a:hover {
  color: #D85440;
  text-decoration: none;
}

.menu .menu-cta a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #D85440;
  color: #FFFFFF;
}

.menu .menu-cta a:hover {
  background: #C24430;
  color: #FFFFFF;
}

/* ---------- Sections (general) ---------- */
section {
  display: block;
}

#section_home {
  padding: 0;
  background: #FAF7F0;
}

#content_home {
  width: 100%;
}

#sidebar_home {
  display: none;
}

#home > .text {
  width: 100%;
  max-width: none;
}

.column-content {
  width: 100%;
}

.container.columns {
  display: block;
  max-width: none;
  padding: 0;
}

.page-section {
  padding: 80px 0;
}

.bleed-dark {
  background: #0F0E0C;
  color: #EFE7D6;
  padding: 90px 0;
}

.bleed-dark h1, .bleed-dark h2, .bleed-dark h3 {
  color: #FAF7F0;
}

.bleed-dark a {
  color: #E6A47C;
}

.bleed-cream {
  background: #F2EAD8;
  padding: 90px 0;
}

/* ---------- Hero ---------- */
.hero {
  padding: 80px 0 60px;
  background: #FAF7F0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-text h1 {
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 20px;
  line-height: 1.55;
  color: #4A453C;
  margin-bottom: 24px;
  max-width: 540px;
}

.hero-byline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6B6354;
  margin-bottom: 32px;
}

.hero-byline strong {
  color: #1A1814;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 4px;
}

.hero-ctas {
  margin-bottom: 0;
}

.hero-portrait {
  display: flex;
  justify-content: center;
}

.portrait-placeholder {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D85440 0%, #B8754A 100%);
  color: #FAF7F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fraunces", serif;
  font-size: 72px;
  font-weight: 700;
  box-shadow: 0 20px 50px rgba(216, 84, 64, 0.22);
}

.hero-mockups {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 60px;
}

.mockup {
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A1814 0%, #3A332A 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.mockup::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.mockup::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40%;
  height: 24px;
  background: #D85440;
  border-radius: 4px;
}

.mockup-2 {
  background: linear-gradient(135deg, #2A4A5A 0%, #1A2A35 100%);
}

.mockup-3 {
  background: linear-gradient(135deg, #5A3A2A 0%, #3A2418 100%);
}

.mockup-4 {
  background: linear-gradient(135deg, #3A3A3A 0%, #1A1A1A 100%);
}

/* ---------- Tooling strip ---------- */
.tooling {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #F2EAD8;
}

.tooling-label {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6B6354;
  margin-bottom: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.tooling-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  color: #1A1814;
}

/* ---------- Promises ---------- */
.promises {
  padding: 30px 0;
  background: #0F0E0C;
  color: #EFE7D6;
}

.promises-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.promises-list li::before {
  content: "✓";
  color: #D85440;
  font-weight: 700;
  margin-right: 10px;
}

/* ---------- Problem ---------- */
.problem {
  padding: 100px 0;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.problem-photo-placeholder {
  aspect-ratio: 4/5;
  border-radius: 12px;
  background: linear-gradient(135deg, #3A2418 0%, #1A1814 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B6354;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 24px;
}

.problem-text h2 {
  color: #FAF7F0;
}

.problem-text .bullet {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}

.problem-text .bullet::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #D85440;
  font-weight: 700;
}

/* ---------- Solution ---------- */
.solution {
  padding: 100px 0;
}

.solution-headline {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 50px;
}

.solution-card {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.solution-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.solution-card p {
  color: #4A453C;
  margin: 0;
}

.solution-ctas {
  text-align: center;
}

/* ---------- Testimonials ---------- */
.testimonials {
  padding: 80px 0;
  background: #F2EAD8;
}

.testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.testimonial:last-child {
  margin-bottom: 0;
}

.testimonial-reverse .testimonial-text {
  order: 2;
}

.quote-mark {
  font-family: "Fraunces", serif;
  font-size: 80px;
  line-height: 0.8;
  color: #D85440;
  margin-bottom: 0;
}

.testimonial-quote {
  font-family: "Fraunces", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #1A1814;
  margin-bottom: 28px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-portrait {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #B8754A 0%, #6B6354 100%);
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 18px;
  color: #1A1814;
}

.testimonial-author a {
  font-size: 14px;
  color: #6B6354;
}

.testimonial-screenshot {
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A1814 0%, #3A332A 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-screenshot::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.testimonial-screenshot::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 35%;
  height: 36px;
  background: #D85440;
  border-radius: 6px;
}

/* ---------- Trust ---------- */
.trust {
  padding: 60px 0;
  background: #FAF7F0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.trust-photo-placeholder {
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: linear-gradient(135deg, #B8754A 0%, #6B6354 100%);
}

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

.badge {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0F0E0C;
  color: #EFE7D6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: "Fraunces", serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

/* ---------- About ---------- */
.about {
  padding: 100px 0;
  background: #F2EAD8;
  text-align: center;
}

.about p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #4A453C;
}

.about-ctas {
  margin-top: 32px;
}

/* ---------- Portfolio ---------- */
.portfolio {
  padding: 100px 0;
}

.portfolio h2 {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.portfolio-item {
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: linear-gradient(135deg, #3A332A 0%, #1A1814 100%);
  color: #EFE7D6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: "Fraunces", serif;
  font-size: 17px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-item:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.portfolio-item:nth-child(2) {
  background: linear-gradient(135deg, #5A3A2A 0%, #3A2418 100%);
}

.portfolio-item:nth-child(3) {
  background: linear-gradient(135deg, #2A4A5A 0%, #1A2A35 100%);
}

.portfolio-item:nth-child(4) {
  background: linear-gradient(135deg, #4A3A5A 0%, #2A1A35 100%);
}

.portfolio-item:nth-child(5) {
  background: linear-gradient(135deg, #5A4A2A 0%, #3A3018 100%);
}

.portfolio-item:nth-child(6) {
  background: linear-gradient(135deg, #2A5A4A 0%, #1A3528 100%);
}

.portfolio-item:nth-child(7) {
  background: linear-gradient(135deg, #5A2A3A 0%, #351824 100%);
}

.portfolio-item:nth-child(8) {
  background: linear-gradient(135deg, #3A2A5A 0%, #1A1835 100%);
}

.portfolio-cta {
  text-align: center;
}

/* ---------- Video ---------- */
.video {
  padding: 100px 0;
  text-align: center;
}

.video h2 {
  color: #FAF7F0;
}

.video-sub {
  max-width: 600px;
  margin: 0 auto 40px;
  color: #B8AC95;
  font-size: 18px;
}

.video-placeholder {
  max-width: 800px;
  margin: 0 auto 40px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A1814 0%, #3A332A 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.video-placeholder p {
  color: #B8AC95;
  margin: 0;
}

.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #D85440;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding-left: 6px;
}

/* ---------- Blog ---------- */
.blog {
  padding: 100px 0;
}

.blog h2 {
  text-align: center;
  margin-bottom: 50px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.blog-image {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #B8754A 0%, #6B6354 100%);
}

.blog-card:nth-child(2) .blog-image {
  background: linear-gradient(135deg, #2A4A5A 0%, #1A2A35 100%);
}

.blog-card:nth-child(3) .blog-image {
  background: linear-gradient(135deg, #5A3A2A 0%, #3A2418 100%);
}

.blog-card h3 {
  padding: 24px 24px 0;
  font-size: 22px;
  margin-bottom: 12px;
}

.blog-card p {
  padding: 0 24px;
  color: #4A453C;
  flex-grow: 1;
}

.blog-card a {
  display: inline-block;
  padding: 0 24px 24px;
  color: #D85440;
  font-weight: 600;
}

/* ---------- FAQ ---------- */
.faq {
  padding: 100px 0;
  background: #F2EAD8;
}

.faq h2 {
  text-align: center;
  margin-bottom: 50px;
}

.faq details {
  max-width: 780px;
  margin: 0 auto 16px;
  background: #FAF7F0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq summary {
  padding: 20px 24px;
  cursor: pointer;
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 56px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #D85440;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq details p {
  padding: 0 24px 24px;
  color: #4A453C;
  margin: 0;
  line-height: 1.65;
}

/* ---------- Optin ---------- */
.optin {
  padding: 100px 0;
}

.optin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.optin-text h2 {
  margin-bottom: 20px;
}

.optin-text p {
  color: #4A453C;
  font-size: 17px;
}

.optin-mockup-placeholder {
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: linear-gradient(135deg, #1A1814 0%, #3A332A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B6354;
  font-family: "Fraunces", serif;
  font-style: italic;
}

/* ---------- Footer ---------- */
#section_footer {
  background: #0F0E0C;
  color: #EFE7D6;
  padding: 70px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#section_footer a {
  color: #EFE7D6;
}

#section_footer a:hover {
  color: #D85440;
  text-decoration: none;
}

.site-footer {
  width: 100%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .footer-logo {
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-brand p {
  color: #B8AC95;
  max-width: 360px;
}

.footer-col h4 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #B8754A;
  margin-bottom: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: #B8AC95;
}

.footer-bottom {
  padding-top: 30px;
  font-size: 14px;
  color: #6B6354;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---------- Responsive ---------- */
@media all and (max-width: 900px) {
  .hero-grid,
  .problem-grid,
  .trust-grid,
  .optin-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .testimonial,
  .testimonial-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .testimonial-reverse .testimonial-text {
    order: 0;
  }
  .solution-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-mockups {
    grid-template-columns: repeat(2, 1fr);
  }
  .badges {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu {
    justify-content: center;
  }
  .portrait-placeholder {
    width: 220px;
    height: 220px;
    font-size: 56px;
  }
  .page-section,
  .problem, .solution, .about, .portfolio, .video, .blog, .faq, .optin {
    padding: 70px 0;
  }
  .bleed-dark, .bleed-cream {
    padding: 70px 0;
  }
}
@media all and (max-width: 560px) {
  .hero {
    padding: 50px 0 30px;
  }
  .tooling-list {
    gap: 24px;
    font-size: 18px;
  }
  .promises-list {
    gap: 24px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .btn {
    display: block;
    margin: 0 0 12px;
  }
  .btn + .btn {
    margin-left: 0;
  }
}