:root {
  --paper:#ede6d5;
  --sheet:#f8f2e3;
  --ink:#303f37;
  --muted:#6d7466;
  --line:#bcbfac;
  --rust:#a74f32;
  --green:#344f43;
  --serif:"Crimson Pro",Georgia,serif;
  --display:"DM Serif Display",Georgia,serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: linear-gradient(180deg, #e8e2cf, #f2ead8 55%, #e2dac7);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: .5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 4px;
}
button {
  border: 0;
}
a {
  color: inherit;
}
button svg {
  width: 24px;
  height: 24px;
}
button svg,
button small {
  pointer-events: none;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23786c52' opacity='.5' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
.studio {
  max-width: 1580px;
  margin: auto;
  padding: 0 42px;
}
.studio-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.wordmark {
  text-decoration: none;
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: -1px;
}
.wordmark em {
  color: #496358;
}
.edition {
  font-family: "Special Elite", monospace;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.edition:before {
  content: "";
  width: 45px;
  height: 1px;
  background: var(--line);
}
.header-note {
  font-size: 15px;
  font-style: italic;
  color: var(--muted);
}
.intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 20px;
  gap: 25px;
}
.eyebrow {
  font: 10px "Special Elite", monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--rust);
  margin: 0 0 10px;
}
.intro h1 {
  font: 40px/1.08 var(--display);
  font-weight: 400;
  margin: 0;
  letter-spacing: -.02em;
}
.intro h1 em {
  font-weight: 400;
  color: var(--rust);
}
.intro-copy {
  max-width: 260px;
  font-size: 17px;
  line-height: 1.4;
  color: var(--muted);
  margin: 0;
}
.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 278px;
  gap: 25px;
  align-items: start;
}
.scene-column {
  min-width: 0;
}
.scene-wrap {
  position: relative;
  padding: 13px;
  background: radial-gradient(ellipse at 50% 45%, #516e60, #1b3834 82%);
  box-shadow: 0 2px 1px #fff8 inset, 0 25px 45px #1c302d64, inset 0 0 0 2px #a8a47779;
  border: 1px solid #1b3834;
  transform: none;
}
.scene-wrap:before,
.scene-wrap:after {
  content: none;
  width: 92px;
  height: 27px;
  background: #e2d6abb0;
  box-shadow: 0 1px 2px #4d472414;
  position: absolute;
  top: -8px;
  z-index: 2;
  transform: rotate(-16deg);
  pointer-events: none;
}
.scene-wrap:before {
  left: 26px;
}
.scene-wrap:after {
  right: 26px;
  transform: rotate(13deg);
}
.scene-art {
  display: block;
  width: 100%;
  height: auto;
  background: #d1d8bf;
  overflow: hidden;
  box-shadow: 0 8px 24px #091f1eb0;
}
.scene-art [data-depth] {
  transition: transform .35s ease-out;
  transform-origin: center;
}
.scene-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 3px 13px;
}
.scene-tools p {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.text-button {
  background: transparent;
  padding: 8px 5px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.text-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-button svg {
  width: 16px;
  height: 16px;
}
.scene-actions {
  display: flex;
  gap: 12px;
}
.scene-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 3px 18px;
  border-top: 1px solid var(--line);
  gap: 16px;
}
.scene-label .label-copy {
  min-width: 0;
}
.scene-label label {
  display: block;
  font: 9px "Special Elite", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5px;
}
.scene-label input {
  font: 24px var(--display);
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--ink);
  padding: 0 0 4px;
  width: 100%;
  max-width: 360px;
}
.scene-label input:hover,
.scene-label input:focus {
  border-bottom-color: var(--line);
}
.plate-number {
  font: 10px "Special Elite", monospace;
  letter-spacing: .1em;
  color: var(--muted);
  white-space: nowrap;
}
.studio-note {
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 25px;
}
.tray {
  padding-top: 1px;
}
.tray-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 0 14px;
  margin-bottom: 17px;
}
.tray-heading h2 {
  font: 23px var(--display);
  font-weight: 400;
  margin: 0;
}
.tray-heading span {
  font: 10px "Special Elite", monospace;
  color: var(--muted);
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 21px;
  min-width: 0;
}
legend {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  color: var(--muted);
}
legend span {
  font: 10px "Special Elite", monospace;
  color: var(--rust);
  margin-right: 9px;
}
.options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.option {
  background: #f5efdf;
  border: 1px solid #c7c8b5;
  box-shadow: 0 2px 0 #c3bda440;
  padding: 9px 4px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  border-radius: 2px;
  min-height: 62px;
  position: relative;
}
.option[aria-pressed=true] {
  background: #dce1ce;
  border-color: #5c7460;
  box-shadow: 0 0 0 1px #5c7460;
}
.option:hover {
  background: #e9e9d7;
  transform: translateY(-1px);
}
.option[aria-pressed=true]:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #49634e;
}
.option svg {
  width: 45px;
  height: 26px;
}
.light-disc {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #dcbb6a;
  box-shadow: 2px 3px 0 #9c7c3228;
}
.sunset .light-disc {
  background: #c17853;
}
.moonlight .light-disc {
  background: #3a535a;
  position: relative;
}
.moonlight .light-disc:after {
  content: "";
  position: absolute;
  background: #f3e0a1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 5px;
  top: 4px;
  box-shadow: 4px -2px 0 #3a535a inset;
}
.creatures {
  grid-template-columns: repeat(4, 1fr);
}
.creatures .option {
  font-size: 12px;
}
.creatures svg {
  width: 38px;
}
.detail-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.detail-option {
  padding: 7px 10px;
  background: transparent;
  border: 1px dashed #aeb5a2;
  font-size: 14px;
}
.detail-option[aria-pressed=true] {
  background: #dce1ce;
  border-style: solid;
  border-color: #84967c;
}
.detail-option .check {
  display: inline-block;
  width: 16px;
  font-size: 12px;
  margin-right: 4px;
}
.finish {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  background: var(--green);
  color: #fcf3dc;
  padding: 14px 12px;
  font-size: 18px;
  box-shadow: 0 3px 0 #20392e;
}
.primary:hover {
  background: #273e33;
}
.finish-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
  margin: 10px 0 8px;
}
.download {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 7px;
  background: transparent;
}
.status {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.35;
  color: var(--rust);
}
.studio-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 19px 0;
  margin-top: 25px;
  color: var(--muted);
  font-size: 13px;
}
.studio-footer span:first-child {
  font-style: italic;
}
.studio-footer a {
  text-decoration: none;
}
.studio-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .workbench {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 42px;
  }
  .intro {
    padding-top: 36px;
    padding-bottom: 32px;
  }
  .intro h1 {
    font-size: 46px;
  }
  .tray {
    padding-top: 8px;
  }
  fieldset {
    margin-bottom: 26px;
  }
  .option {
    min-height: 69px;
  }
}
@media (max-width: 1050px) {
  .studio {
    padding: 0 25px;
  }
  .workbench {
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 250px;
  }
  .intro h1 {
    font-size: 35px;
  }
  .header-note {
    display: none;
  }
  .scene-wrap {
    padding: 8px;
  }
  .scene-tools p {
    max-width: 160px;
  }
  .scene-label input {
    font-size: 22px;
  }
  .plate-number {
    display: none;
  }
}
@media (max-width: 760px) {
  .studio {
    padding: 0 18px;
  }
  .studio-header {
    height: 64px;
  }
  .wordmark {
    font-size: 27px;
  }
  .edition {
    font-size: 9px;
    gap: 12px;
  }
  .edition:before {
    width: 25px;
  }
  .intro {
    padding: 23px 0 22px;
    display: block;
  }
  .intro h1 {
    font-size: 33px;
  }
  .intro-copy {
    max-width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }
  .workbench {
    display: block;
  }
  .scene-column {
    position: relative;
  }
  .scene-wrap {
    padding: 7px;
  }
  .scene-wrap:before,
  .scene-wrap:after {
    width: 65px;
    height: 21px;
  }
  .scene-tools {
    padding: 13px 0 9px;
  }
  .scene-tools p {
    font-size: 12px;
    max-width: 155px;
  }
  .scene-actions {
    gap: 5px;
  }
  .text-button {
    font-size: 13px;
    gap: 4px;
  }
  .scene-label {
    padding: 10px 0 12px;
  }
  .scene-label input {
    font-size: 23px;
  }
  .studio-note {
    display: none;
  }
  .tray {
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }
  .tray-heading {
    margin-bottom: 18px;
  }
  .tray-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }
  fieldset {
    margin-bottom: 20px;
  }
  .option {
    min-height: 67px;
  }
  .creatures {
    grid-template-columns: repeat(4, 1fr);
  }
  .creatures .option {
    padding-left: 0;
    padding-right: 0;
  }
  .creatures svg {
    width: 30px;
  }
  .detail-options {
    gap: 6px;
  }
  .detail-option {
    padding: 7px 8px;
    font-size: 13px;
  }
  .finish {
    padding-top: 18px;
  }
  .primary {
    font-size: 19px;
  }
  .studio-footer {
    margin-top: 20px;
    font-size: 12px;
  }
  .studio-footer span:last-child {
    max-width: 150px;
    text-align: right;
  }
}
@media (max-width: 390px) {
  .studio {
    padding: 0 13px;
  }
  .intro h1 {
    font-size: 30px;
  }
  .tray-controls {
    gap: 0 12px;
  }
  .option {
    font-size: 12px;
  }
  .creatures {
    gap: 4px;
  }
  .creatures .option {
    font-size: 11px;
  }
  .scene-tools p {
    max-width: 118px;
  }
  .detail-option {
    font-size: 12px;
    padding: 7px;
  }
  .edition:before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scene-art [data-depth] {
    transition: none !important;
    transform: none !important;
  }
  .option:hover {
    transform: none;
  }
}
@media (max-width: 760px) {
  .tray-controls {
    grid-template-columns: 1fr;
  }
  .option {
    font-size: 14px;
  }
  .creatures .option {
    font-size: 14px;
  }
  .detail-option {
    font-size: 14px;
    padding: 9px 12px;
  }
}
@media (max-width: 760px) and (min-height: 700px) {
  .scene-column {
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--paper);
    padding-top: 12px;
    box-shadow: 0 9px 12px -12px #344f4366;
  }
  .scene-label {
    padding-bottom: 9px;
  }
  .scene-tools {
    padding-top: 9px;
    padding-bottom: 6px;
  }
}
