@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,500;1,400&family=Inter:wght@300;400;500&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-size: 16px;
  line-height: 27px;
  color: #151412;
  background-color: #f6f3ee;
  overflow-x: hidden;
}

h1 {
  font-size: 33px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 27px;
}

h2 {
  font-size: 26px;
  line-height: 41px;
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 27px;
}

h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 17px;
}

h4 {
  font-size: 16px;
  line-height: 27px;
  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: #c9a24b;
  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: 27px;
}

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

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

blockquote {
  background-color: #fff4d9;
  padding: 17px;
  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: rgba(21, 20, 18, 0.6509803922);
}

code, pre, kbd {
  font-size: 15px;
}

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: 17px;
  border-radius: 0 11px 11px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: 13px;
  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: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

hr {
  border: 1px solid #c9a24b;
  border-width: 0 0 1px 0;
  margin: 27px 0;
}

.drop-cap {
  font-size: 54px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left;
}

.small {
  font-size: 13px;
  line-height: 23px;
  color: #c9a24b;
}

.callout {
  color: #111111;
  background-color: #d5facc;
  padding: 17px;
}
.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: 20px;
  line-height: 32px;
}

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

.caption {
  font-size: 13px;
  line-height: 23px;
  color: #c9a24b;
  margin-top: -23px;
}
.caption code {
  font-size: 12px;
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: 24px;
}
h1 + .caption, h2 + .caption {
  margin-top: -24px;
}
h3 + .caption {
  margin-top: -16.5px;
  margin-bottom: 17px;
}

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

@media all and (min-width: 714px) {
  body:not(.has-sidebar) h1 {
    font-size: 42px;
    line-height: 63px;
  }
  body:not(.has-sidebar) h2 {
    font-size: 33px;
    line-height: 50px;
  }
  body:not(.has-sidebar) h3 {
    font-size: 26px;
    line-height: 41px;
  }
  body:not(.has-sidebar) h4 {
    font-size: 20px;
    line-height: 32px;
  }
  body:not(.has-sidebar) h1 + .caption, body:not(.has-sidebar) h2 + .caption {
    margin-top: -23px;
  }
  body:not(.has-sidebar) h3 + .caption {
    margin-top: -15px;
  }
  .impact {
    font-size: 26px;
    line-height: 41px;
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 27px;
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 27px;
  }
}
.page-container + .page-container {
  margin-top: 44px;
}

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

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

.page-title {
  font-weight: bold;
}
.page-title a {
  color: #151412;
}
.page-title a:hover {
  color: #c9a24b;
}
.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-size: 13px;
  line-height: 23px;
  color: rgba(21, 20, 18, 0.6509803922);
  margin-bottom: 27px;
}
.byline .page-author:after, .byline .page-date:after, .byline .page-edit:after {
  display: block;
  height: 0;
  content: "\a";
  white-space: pre;
}
.byline .avatar {
  width: 46px;
  height: 46px;
}

.author-description {
  border-top: 1px solid #151412;
  padding-top: 27px;
}
.author-description .avatar {
  float: left;
  width: 81px;
  height: 81px;
  margin-right: 17px;
}

.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: 441px) {
  .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: rgba(21, 20, 18, 0.6509803922);
    content: "• ";
  }
}
@media all and (min-width: 714px) {
  .headline-area {
    position: relative;
  }
}
.page-content + .modular-content {
  margin-top: 27px;
}
.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 #151412;
}

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 #151412;
}

select {
  border: 1px solid #151412;
}

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: #FFFFFF;
  text-decoration: none;
  background-color: #151412;
  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: #2a2824;
  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: 11px;
  padding-bottom: 11px;
  padding-left: 17px;
  padding-right: 17px;
  border-bottom: 1px solid #151412;
}
@media all and (min-width: 768px) {
  #banner {
    padding-left: 44px;
    padding-right: 44px;
  }
}

#header {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #151412;
}

#nav {
  border-bottom: 1px solid #151412;
}

#content {
  word-break: break-word;
  padding-top: 27px;
  padding-bottom: 27px;
}

#footer {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #151412;
}

.container {
  box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px;
}
@media all and (min-width: 714px) {
  .container {
    max-width: 680px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 44px;
    padding-right: 44px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1488px) {
  .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#site-title {
  font-size: 33px;
  line-height: 50px;
  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: 27px;
  margin-bottom: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
}
.menu:before {
  content: "↔";
  color: rgba(21, 20, 18, 0.6509803922);
  margin-right: 27px;
}
@media all and (min-width: 714px) {
  .focus .menu {
    justify-content: center;
  }
  .menu:before {
    display: none;
  }
}

.bar {
  color: rgba(21, 20, 18, 0.6509803922);
}
@media all and (min-width: 1488px) {
  .text .bar {
    width: 100%;
  }
  .text .bar code {
    font-size: 12px;
  }
  .readability .text .bar, .focus .text .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 17px;
  }
  .readability .text .bar {
    max-width: 676px;
    margin-right: -720px;
  }
  .focus .text .bar {
    max-width: 333px;
    margin-right: -360px;
  }
  .focus .text .bar.left {
    float: left;
    clear: left;
    margin-left: -360px;
  }
}

.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: 44px;
  margin-bottom: 44px;
  margin-left: -17px;
}
.bleed + .bleed {
  margin-top: -44px;
}
.bleed:has(+ .bleed) {
  border-bottom: 0;
}
.text:first-child > .page-content:first-child > .bleed:first-child {
  border-top: 0;
  margin-top: -27px;
}
.page-content:last-child .bleed:last-child {
  border-bottom: 0;
  margin-bottom: -27px;
}
@media all and (min-width: 714px) {
  .bleed {
    margin-left: calc((680px - 100vw) / 2);
  }
}
@media all and (min-width: 768px) {
  .bleed {
    margin-left: -44px;
  }
}
@media all and (min-width: 1488px) {
  .bleed {
    margin-left: calc((1400px - 100vw) / 2);
  }
}
.focus .bleed {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bleed .container {
  padding-top: 27px;
  padding-bottom: 27px;
}
.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: 714px) {
  .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: 714px) {
  .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: 17px;
  margin-bottom: 0;
}
.focus .text .byline .avatar {
  margin-bottom: 7px;
}
@media all and (min-width: 714px) {
  .readability .text .byline .avatar {
    float: left;
    margin-left: 0;
    margin-right: 17px;
  }
  .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: 768px) {
  .readability .text, .focus .text {
    max-width: 680px;
  }
  .readability .text .extend, .focus .text .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 88px);
  }
  .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(768px - 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(384px - 50vw);
    margin-right: calc(384px - 50vw);
  }
  .focus .text .extend.right {
    margin-left: 27px;
  }
  .focus .text .extend.left {
    margin-right: 27px;
  }
}
@media all and (min-width: 1488px) {
  .readability .text .pullout, .focus .text .pullout {
    float: right;
    box-sizing: border-box;
  }
  .readability .text .extend, .focus .text .extend {
    max-width: 1400px;
  }
  .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: -720px;
  }
  .readability .text .breakout {
    max-width: calc(1046.5px + (100vw - 1400px) / 2);
    margin-right: calc(-720px - (100vw - 1400px) / 2);
  }
  .readability .text .pullout {
    max-width: calc(100vw - (100vw - 1400px) / 2 - 724px);
    margin-right: calc(-720px - (100vw - 1400px) / 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: -360px;
    margin-right: -360px;
  }
  .focus .text .breakout {
    max-width: calc(686.5px + (100vw - 1400px) / 2);
    margin-left: 27px;
    margin-right: calc(340px - 50vw);
  }
  .focus .text .breakout.left {
    margin-left: calc(340px - 50vw);
    margin-right: 27px;
  }
  .focus .text .pullout {
    max-width: calc(100vw - (100vw - 1400px) / 2 - 1067px);
    margin-right: calc(-360px - (100vw - 1400px) / 2);
  }
  .focus .text .pullout.left {
    float: left;
    margin-left: calc(-360px - (100vw - 1400px) / 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(686.5px + (100vw - 1400px) / 2);
    margin-left: 27px;
    margin-right: calc((1400px - 100vw) / 2);
  }
  .text .breakout.left, .text .extend .breakout.left {
    float: left;
    margin-left: calc((1400px - 100vw) / 2);
    margin-right: 27px;
  }
  .has-sidebar .text .breakout, .has-sidebar .text .extend .breakout {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

:root {
  --bg1: #F6F3EEFF;
  --bg2: #221F1CFF;
  --c1: #151412FF;
  --c2: #151412A6;
  --ca: #C9A24BFF;
  --border1: 1px solid #151412FF;
  --border2: 1px solid #FFFFFF24;
  --border3: 1px solid #C9A24BFF;
  --font1: "Inter", sans-serif;
  --font2: "Fraunces", serif;
  --w-content: 680px;
  --w-total: 1400px;
  --gutter-full: 44px;
  --gutter-mobile: 17px;
  --f1: 42px;
  --f2: 33px;
  --f3: 26px;
  --f4: 20px;
  --f5: 16px;
  --f6: 13px;
  --g1: 63px;
  --g2: 50px;
  --g3: 41px;
  --g4: 32px;
  --g5: 27px;
  --g6: 23px;
  --x1: 44px;
  --x2: 27px;
  --x3: 17px;
  --x4: 11px;
  --x5: 7px;
  --x6: 4px;
  --phi: 1.6180339887;
  --c-caption: #C9A24BFF;
  --bg-button: #151412FF;
  --padding-button-x: 20px;
  --padding-button-y: 12px;
  --paper-dim: #E9E4DAFF;
  --charcoal-2: #2C2824FF;
  --border-dark-line: #FFFFFF24;
  --muted-on-dark: #F6F3EEA6;
  --hero-gradient-start: #2B2925FF;
  --hero-gradient-end: #100F0DFF;
  --hero-overlay-start: #0A090826;
  --hero-overlay-end: #0A0908D9;
  --placeholder-gradient-start: #E4DDCFFF;
  --placeholder-gradient-end: #CFC6B3FF;
  --room-frame-body: #1C1A17FF;
  --room-frame-brown: #4A2E1DFF;
  --about-gradient-start: #3A352DFF;
  --lightbox-overlay: #0A0908F0;
  --lightbox-image-bg: #111111FF;
  --shadow-room-scene: 0 30px 60px #00000066;
  --shadow-frame: 0 20px 40px #00000059;
  --bar: calc((var(--w-total) - var(--w-content)) / 2);
}

/* Reset */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, pre {
  margin: 0;
  padding: 0;
}

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

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

a {
  color: inherit;
}

ul, ol {
  list-style: none;
}

::selection {
  background: var(--ca);
  color: var(--bg1);
}

/* Body & Structural Foundations */
body {
  font-family: var(--font1);
  font-weight: 300;
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background: var(--bg1);
}

.container {
  max-width: var(--w-total);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media all and (min-width: 768px) {
  .container {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.text {
  max-width: var(--w-content);
}

/* Common Content Elements (global -- no content-flow margins here) */
h1, h2, h3, h4 {
  font-family: var(--font2);
}

h1 {
  font-size: var(--f1);
  line-height: 1.15;
  font-weight: 500;
}

h2 {
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 500;
}

h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 500;
}

h4 {
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 500;
}

a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
a:hover {
  text-decoration-color: currentColor;
}

blockquote {
  font-family: var(--font2);
  font-size: var(--f3);
  line-height: var(--g3);
  font-style: italic;
  color: var(--c1);
  border-left: var(--border3);
  padding-left: var(--x3);
}

pre, code {
  font-family: monospace;
  font-size: var(--f5);
  line-height: var(--g5);
  background: var(--bg2);
  color: var(--bg1);
  padding: var(--x3);
  border-radius: var(--x6);
  overflow-x: auto;
}

hr {
  border: none;
  border-top: var(--border1);
  margin: 0;
}

/* PageMotor formatting classes (global appearance, no content-flow margins) */
.small {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.caption {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-caption);
}

.caption.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: var(--f6);
  line-height: var(--g6);
}

.impact {
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 500;
}
@media all and (min-width: 714px) {
  .impact {
    font-size: var(--f3);
    line-height: var(--g3);
  }
}

.highlight {
  background: var(--ca);
  color: var(--bg2);
  padding: 0 var(--x6);
}

.pop {
  box-shadow: var(--shadow-frame);
}

.drop-cap {
  font-family: var(--font2);
  font-size: var(--f1);
  line-height: 1em;
  font-weight: bold;
  color: var(--ca);
  margin-right: var(--x5);
  float: left;
}

.callout {
  color: var(--c1);
  background-color: var(--bg1);
  padding: var(--x3);
  border: var(--border1);
  border-left: 3px solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
}
.callout.alert {
  border-left-color: #c0392b;
}
.callout.note {
  border-left-color: #2e6da4;
}

/* Dynamic Page Content (.page-content scoped) */
.page-container {
  margin-left: auto;
  margin-right: auto;
}
.page-container .headline-area, .page-container .page-content h1, .page-container .page-content h2, .page-container .page-content h3, .page-container h1 + .caption, .page-container h2 + .caption, .page-container h3 + .caption, .page-container .page-content .impact, .page-container .extend + .caption, .page-container .extend .caption {
  text-align: center;
}
@media all and (min-width: 768px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
    margin-right: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
  }
}
@media all and (min-width: 1488px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) - var(--w-total)) / 2);
    margin-right: calc((var(--w-content) - var(--w-total)) / 2);
  }
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
  margin-top: var(--x2);
  margin-bottom: var(--x4);
}
.page-content > :first-child {
  margin-top: 0;
}
.page-content h1 + h2, .page-content h2 + h3, .page-content hr + h2 {
  margin-top: 0;
}
.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}
.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}
.page-content ul, .page-content ol {
  margin-left: var(--x3);
  list-style-type: disc;
}
.page-content ul li, .page-content ol li {
  margin-bottom: var(--x5);
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: var(--x5);
}
.page-content .callout > :last-child {
  margin-bottom: 0;
}
.page-content .caption {
  margin-top: var(--x5);
}
@media all and (min-width: 714px) {
  .page-content .caption {
    margin-top: var(--x4);
  }
}
.page-content > :last-child {
  margin-bottom: 0;
}

.byline {
  color: var(--c2);
  font-size: var(--f6);
  line-height: var(--g6);
  margin-bottom: var(--x2);
}

/* Forms */
label {
  display: block;
  font-weight: 500;
  margin-bottom: var(--x5);
}

input, textarea, select {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: 1em;
  padding: var(--x5) var(--x4);
  border: var(--border1);
  border-radius: var(--x6);
  background: var(--bg1);
  color: var(--c1);
  transition: border-color 0.2s ease;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--ca);
}

textarea {
  line-height: inherit;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: auto;
  margin-right: var(--x5);
}

/* Buttons */
button, input[type=submit], .button {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 300;
  font-size: var(--f6);
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: var(--padding-button-y) var(--padding-button-x);
  border-radius: var(--x6);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  background: var(--bg-button);
  color: var(--bg1);
}
button:hover, input[type=submit]:hover, .button:hover {
  background: var(--charcoal-2);
  color: var(--bg1);
}
button.outline-light, input[type=submit].outline-light, .button.outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
button.outline-light:hover, input[type=submit].outline-light:hover, .button.outline-light:hover {
  background: white;
  color: var(--c1);
}
button.outline-dark, input[type=submit].outline-dark, .button.outline-dark {
  background: transparent;
  border-color: var(--c1);
  color: var(--c1);
}
button.outline-dark:hover, input[type=submit].outline-dark:hover, .button.outline-dark:hover {
  background: var(--c1);
  color: var(--bg1);
}
button.solid-light, input[type=submit].solid-light, .button.solid-light {
  background: var(--bg1);
  color: var(--c1);
}
button.solid-light:hover, input[type=submit].solid-light:hover, .button.solid-light:hover {
  background: white;
  color: var(--c1);
}
button.action, input[type=submit].action, .button.action {
  background: transparent;
  border-color: var(--c1);
  color: var(--c1);
}
button.action:hover, input[type=submit].action:hover, .button.action:hover {
  background: var(--c1);
  color: var(--bg1);
}
button.save, input[type=submit].save, .button.save {
  background: #4c8b5a;
}
button.save:hover, input[type=submit].save:hover, .button.save:hover {
  background: #3d7048;
}
button.delete, input[type=submit].delete, .button.delete {
  background: #b84a3e;
}
button.delete:hover, input[type=submit].delete:hover, .button.delete:hover {
  background: #96392f;
}
button.update, input[type=submit].update, .button.update {
  background: var(--ca);
  color: var(--c1);
}
button.update:hover, input[type=submit].update:hover, .button.update:hover {
  background: #dcb662;
  color: var(--c1);
}

.lightbox .button.outline-dark {
  border-color: rgba(255, 255, 255, 0.5019607843);
  color: white;
}
.lightbox .button.outline-dark:hover {
  background: white;
  color: var(--c1);
}

.lightbox .button.solid-dark, .button.solid-dark {
  background: var(--ca);
  color: var(--c1);
}
.lightbox .button.solid-dark:hover, .button.solid-dark:hover {
  background: #dcb662;
}

/* Shared Components: Header & Footer */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--x3) var(--gutter-mobile);
  mix-blend-mode: difference;
}
.site-header.menu-open {
  mix-blend-mode: normal;
}
@media all and (min-width: 768px) {
  .site-header {
    padding: var(--x2) var(--gutter-full);
  }
}
.site-header #site-title, .site-header .logo {
  font-family: var(--font2);
  font-style: italic;
  font-size: var(--f4);
  line-height: var(--g4);
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.site-header .nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header .nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media all and (min-width: 768px) {
  .site-header .nav-toggle {
    display: none;
  }
}
.site-header nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  gap: 0;
  background: var(--bg2);
  padding: var(--x3) var(--gutter-mobile);
  isolation: isolate;
}
.site-header nav.nav-open {
  display: flex;
}
.site-header nav a {
  color: white;
  text-decoration: none;
  font-size: var(--f6);
  line-height: var(--g6);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: var(--x4) 0;
  border-bottom: var(--border2);
}
.site-header nav a:last-child {
  border-bottom: none;
}
@media all and (min-width: 768px) {
  .site-header nav {
    display: flex;
    position: static;
    flex-direction: row;
    gap: var(--x2);
    flex-shrink: 0;
    background: transparent;
    padding: 0;
    isolation: auto;
  }
  .site-header nav a {
    padding: 0;
    border-bottom: none;
  }
}

.site-footer {
  padding: var(--x2) var(--gutter-mobile);
  text-align: center;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  background: var(--bg1);
}
@media all and (min-width: 768px) {
  .site-footer {
    padding: var(--x2) var(--gutter-full);
  }
}

/* Home Template Sections */
/* Hero -- source-fidelity zone: exact clamp + line-height preserved verbatim */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(160deg, var(--hero-gradient-start), var(--hero-gradient-end) 70%);
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.15;
  color: white;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--hero-overlay-start) 0%, var(--hero-overlay-end) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  color: var(--bg1);
  padding: 0 var(--gutter-mobile) var(--x1);
  max-width: var(--w-content);
}
@media all and (min-width: 768px) {
  .hero-copy {
    padding: 0 var(--gutter-full) var(--x1);
  }
}
.hero-copy .hero-sub {
  color: rgba(246, 243, 236, 0.8);
  max-width: 480px;
  font-size: var(--f5);
  line-height: var(--g5);
}

/* Section header pattern (repeats: Gallery, Room, Contact) */
.section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  max-width: var(--w-total);
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .section {
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
  }
}

.section-dark {
  background: var(--bg2);
  color: var(--bg1);
  max-width: none;
}
.section-dark .caption {
  color: var(--ca);
}
.section-dark .section-sub {
  color: var(--muted-on-dark);
}

.section-head {
  max-width: var(--w-content);
  margin: 0 auto calc(var(--x1) * 0.66);
  text-align: center;
}

.section-sub {
  color: var(--c2);
  font-size: var(--f5);
  line-height: var(--g5);
}

/* Gallery Grid & Print Card */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--x2);
}

.print-card {
  margin: 0;
  cursor: pointer;
}

.print-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--paper-dim);
  overflow: hidden;
}
.print-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.print-frame .missing-fallback {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
  background: linear-gradient(150deg, var(--placeholder-gradient-start), var(--placeholder-gradient-end));
  color: rgba(21, 20, 18, 0.5333333333);
  text-align: center;
  padding: var(--x3);
}
.print-frame .missing-fallback .fname {
  font-family: monospace;
  font-size: var(--f6);
  line-height: var(--g6);
  background: rgba(255, 255, 255, 0.5019607843);
  padding: var(--x6) var(--x5);
  border-radius: var(--x6);
}
.print-frame.missing img {
  display: none;
}
.print-frame.missing .missing-fallback {
  display: flex;
}

.print-card:hover .print-frame img {
  transform: scale(1.045);
}

figcaption {
  padding-top: var(--x5);
}

.print-title {
  font-family: var(--font2);
  font-weight: 300;
  font-size: var(--f5);
  line-height: var(--g5);
  margin: 0;
}

.print-location {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin: var(--x6) 0 0;
}

.print-price {
  font-size: var(--f6);
  line-height: var(--g6);
  margin: var(--x6) 0 0;
  color: var(--ca);
}

/* Room Visualizer */
.room-tool {
  max-width: var(--w-content);
  margin: 0 auto;
}

.room-tool-note {
  text-align: center;
  margin-top: var(--x3);
  color: var(--muted-on-dark);
}

.room-controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x1);
  justify-content: center;
  margin-bottom: var(--x1);
}

.control-group {
  display: flex;
  flex-direction: column;
  gap: var(--x5);
  align-items: center;
}

.control-label {
  font-size: var(--f6);
  line-height: var(--g6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}

#room-print-select {
  background: var(--charcoal-2);
  color: var(--bg1);
  border: var(--border2);
  padding: var(--x5) var(--x4);
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: 1em;
  min-width: 220px;
  width: auto;
}

.room-toggle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: var(--border2);
  border-radius: var(--x6);
  overflow: hidden;
}
.room-toggle .room-toggle-btn {
  background: transparent;
  color: var(--muted-on-dark);
  border: none;
  padding: var(--x5) var(--x3);
  font-size: var(--f6);
  line-height: var(--g6);
  cursor: pointer;
  font-family: var(--font1);
}
.room-toggle .room-toggle-btn.active {
  background: var(--ca);
  color: var(--c1);
}

.room-scene {
  position: relative;
  width: 100%;
  border-radius: var(--x6);
  overflow: hidden;
  box-shadow: var(--shadow-room-scene);
  background-size: cover;
  background-repeat: no-repeat;
}

.room-scene[data-room=living] {
  aspect-ratio: 16/9;
  background-image: url("https://sandquistprints.com/user-content/uploads/og/room-living.jpg");
  background-position: center;
}

.room-scene[data-room=bedroom] {
  aspect-ratio: 16/9;
  background-image: url("https://sandquistprints.com/user-content/uploads/og/room-bedroom.jpg");
  background-position: center top;
}

.room-scene[data-room=nook] {
  aspect-ratio: 2/3;
  background-image: url("https://sandquistprints.com/user-content/uploads/og/room-living-vertical.jpg");
  background-position: center;
}

.room-scene[data-room=office] {
  aspect-ratio: 16/9;
  background-image: url("https://sandquistprints.com/user-content/uploads/og/room-office.jpg");
  background-position: center;
}

.room-frame-slot {
  position: absolute;
  pointer-events: none;
}

.room-scene[data-room=living] .room-frame-slot {
  left: 19%;
  top: 6%;
  width: 58%;
  height: 44%;
}

.room-scene[data-room=bedroom] .room-frame-slot {
  left: 24%;
  top: 5%;
  width: 52%;
  height: 45%;
}

.room-scene[data-room=nook] .room-frame-slot {
  left: 15%;
  top: 5%;
  width: 70%;
  height: 50%;
}

.room-scene[data-room=office] .room-frame-slot {
  left: 20%;
  top: 17%;
  width: 60%;
  height: 34%;
}

.room-frame {
  position: absolute;
  background: var(--room-frame-body);
  padding: var(--x5);
  box-shadow: var(--shadow-frame);
  transition: width 0.25s ease, height 0.25s ease, left 0.25s ease, top 0.25s ease, padding 0.25s ease, background-color 0.25s ease;
}
.room-frame .room-frame-mat {
  width: 100%;
  height: 100%;
}
.room-frame .room-frame-mat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #cccccc;
}
.room-frame[data-frame=brown] {
  background: var(--room-frame-brown);
}
.room-frame[data-frame=frameless] {
  background: transparent;
  padding: 0;
}

/* About Section */
.section-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  align-items: center;
}
@media all and (min-width: 768px) {
  .section-split {
    grid-template-columns: 1fr 1fr;
  }
}

.about-image {
  aspect-ratio: 4/5;
  background: linear-gradient(150deg, var(--about-gradient-start), var(--c1));
  background-size: cover;
  background-position: center;
}

.about-copy p {
  color: rgba(21, 20, 18, 0.7490196078);
}

/* Contact Section */
.section-contact {
  text-align: center;
  --ep-brand: var(--ca);
  --ep-brand-hover: #DCB662FF;
  --ep-brand-ink: var(--c1);
}
.section-contact .button {
  margin-top: var(--x3);
}
.section-contact .ep-contact-form-wrapper {
  max-width: var(--w-content);
  margin: var(--x1) auto 0;
  text-align: left;
}
.section-contact .ep-contact-form label {
  font-family: var(--font1);
  font-weight: 500;
  font-size: var(--f6);
  letter-spacing: 0.04em;
  color: var(--bg1);
}
.section-contact .ep-contact-form .required {
  color: var(--ca);
}
.section-contact .ep-contact-form input[type=text],
.section-contact .ep-contact-form input[type=email],
.section-contact .ep-contact-form input[type=tel],
.section-contact .ep-contact-form input[type=number],
.section-contact .ep-contact-form input[type=url],
.section-contact .ep-contact-form textarea,
.section-contact .ep-contact-form select {
  background: var(--charcoal-2);
  color: var(--bg1);
  border: var(--border2);
  border-radius: var(--x6);
  padding: var(--x5) var(--x4);
  font-family: var(--font1);
  font-size: var(--f5);
}
.section-contact .ep-contact-form input:focus,
.section-contact .ep-contact-form textarea:focus,
.section-contact .ep-contact-form select:focus {
  border-color: var(--ca);
}
.section-contact .ep-contact-submit {
  font-family: var(--font1);
  font-size: var(--f6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--x6);
  padding: var(--x4) var(--x2);
}
.section-contact .ep-contact-response.success {
  background: transparent;
  border: var(--border2);
  color: var(--bg1);
}
.section-contact .ep-contact-response.error {
  background: transparent;
  border: 1px solid #c0392b;
  color: #f5b7b1;
}

/* Lightbox Modal */
.lightbox {
  position: fixed;
  inset: 0;
  background: var(--lightbox-overlay);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--x2);
}
.lightbox.open {
  display: flex;
}
.lightbox .lightbox-close {
  position: absolute;
  top: var(--x1);
  right: var(--x2);
  background: none;
  border: none;
  color: white;
  font-size: var(--f2);
  line-height: 1;
  cursor: pointer;
}
.lightbox .lightbox-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--x1);
  max-width: var(--w-total);
  width: 100%;
  max-height: 86vh;
  align-items: center;
  overflow-y: auto;
}
@media all and (min-width: 768px) {
  .lightbox .lightbox-inner {
    grid-template-columns: 1.3fr 1fr;
    overflow-y: visible;
  }
}
.lightbox .lightbox-image {
  max-height: 86vh;
}
.lightbox .lightbox-image img {
  max-height: 50vh;
  width: 100%;
  object-fit: contain;
  background: var(--lightbox-image-bg);
}
@media all and (min-width: 768px) {
  .lightbox .lightbox-image img {
    max-height: 86vh;
  }
}
.lightbox .lightbox-details {
  color: var(--bg1);
}
.lightbox .lightbox-details h3 {
  color: white;
  font-size: var(--f3);
  line-height: var(--g3);
}
.lightbox .lightbox-details .lightbox-price {
  color: var(--ca);
  font-size: var(--f5);
  line-height: var(--g5);
  margin: 0 0 var(--x2);
}
.lightbox .lightbox-details .lightbox-sizes {
  margin-bottom: var(--x2);
}
.lightbox .lightbox-details .lightbox-sizes li {
  padding: var(--x5) var(--x4);
  margin: 0 calc(var(--x4) * -1);
  border-bottom: var(--border2);
  border-radius: var(--x6);
  font-size: var(--f5);
  line-height: var(--g5);
  color: rgba(246, 243, 238, 0.7490196078);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.lightbox .lightbox-details .lightbox-sizes li:hover {
  background: rgba(255, 255, 255, 0.0588235294);
}
.lightbox .lightbox-details .lightbox-sizes li.active {
  background: rgba(201, 162, 75, 0.1607843137);
  color: white;
  font-weight: 500;
}
.lightbox .lightbox-details .lightbox-note {
  color: rgba(246, 243, 238, 0.6509803922);
  margin: 0 0 var(--x3);
}
.lightbox .lightbox-details #lightbox-ar-note {
  margin: 0 0 var(--x2);
}
.lightbox .lightbox-details .lightbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--x3);
}

/* Page / Error template overrides */
.page-container.text {
  padding-top: calc(var(--x1) * var(--phi) + 4rem);
}

/* AR (model-viewer) hidden host element */
.ar-model-viewer-hidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
/*pm-css m:0*/