@font-face {
  font-family: Instrument Sans;
  src: url('assets/instrument-sans-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: Instrument Serif;
  src: url('assets/instrument-serif-regular.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
}
:root {
  --paper: #f6f5ef;
  --ink: #263f35;
  --muted: #6a7269;
  --line: #d9ddd2;
  --sage: #e5eadf;
  --clay: #b85b3d;
  font-family:
    Instrument Sans,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
canvas:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-family:
    Instrument Serif,
    Georgia,
    serif;
  font-weight: 400;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
[hidden] {
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s;
}
[hidden] {
  display: none !important;
}
.topbar {
  height: 64px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}
.brand img {
  width: 124px;
  height: auto;
}
.brand-divider {
  color: #acb4a7;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.topbar nav button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 13px;
  padding: 12px 0;
}
.topbar nav button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.create-yours,
.primary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: #fffdf2;
  padding: 12px 17px;
  border-radius: 5px;
  font-size: 13px;
}
.create-yours:hover,
.primary-link:hover {
  background: #3d5b48;
}
.workspace {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  min-height: 610px;
  height: calc(100dvh - 110px);
}
.material-column {
  padding: 24px 20px 18px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: 0;
  overflow: auto;
}
.intro-kicker {
  font-size: 11px;
  margin-bottom: 9px;
  color: var(--muted);
}
h1 {
  font-size: 39px;
  line-height: 1.03;
  letter-spacing: -0.7px;
}
.intro-copy {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.tour-controls {
  display: grid;
  gap: 8px;
  flex-shrink: 0;
  padding: 3px 0;
}
.tour-heading,
.tour-heading > span,
.tour-heading button {
  display: flex;
  align-items: center;
}
.tour-heading {
  justify-content: space-between;
  font-size: 11px;
}
.tour-heading > span {
  gap: 10px;
}
.tour-heading button {
  gap: 5px;
  min-height: 28px;
  padding: 0 2px 0 8px;
  color: var(--muted);
  font-size: 10px;
}
.tour-heading button:hover {
  color: var(--ink);
}
.tour-position {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.tour-play-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.tour-skip,
.tour-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 4px;
}
.tour-skip {
  flex: 0 0 36px;
  padding: 0;
}
.tour-skip:hover {
  background: var(--sage);
}
.tour-button {
  flex: 1;
  gap: 9px;
  padding: 0 12px;
  font-size: 12px;
  background: var(--ink);
  color: var(--paper);
}
.tour-button:hover {
  background: #3d5b48;
}
.tour-pause-icon,
.tour-button[aria-pressed='true'] .tour-play-icon {
  display: none;
}
.tour-button[aria-pressed='true'] .tour-pause-icon {
  display: block;
}
.choice-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.choice-heading h2 {
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 11px;
}
.choice-heading > span {
  font-size: 10px;
  color: var(--muted);
}
.looks {
  display: grid;
  gap: 5px;
}
.look {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 11px;
  padding: 4px 7px 4px 4px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.look img {
  width: 55px;
  height: 39px;
  object-fit: cover;
  border-radius: 3px;
  filter: saturate(0.8);
}
.look-label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  line-height: 1.15;
}
.look:hover {
  background: #eceee5;
}
.look[aria-pressed='true'] {
  background: var(--sage);
  border-color: #9ca995;
}
.look[aria-pressed='true']:after {
  content: '✓';
  font-size: 12px;
  margin-left: auto;
}
.swatch {
  display: flex;
  gap: 3px;
}
.swatch i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 1px solid #24372c15;
}
.surface-heading {
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px solid var(--line);
}
.surface-heading button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 12px;
}
.surface-heading p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.surface-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.surface-card {
  padding: 0;
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
}
.surface-card img {
  width: 100%;
  height: 42px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 3px;
}
.surface-card:hover img {
  outline: 2px solid var(--clay);
  outline-offset: 1px;
}
.surface-card h3 {
  font-family: inherit;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
}
.surface-card p {
  display: none;
}
.theatre {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.scene-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 22px;
  min-height: 63px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.scene-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.scene-actions > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.scene-actions svg {
  flex: 0 0 15px;
}
.scene-actions > button:hover {
  border-color: #abb5a3;
  background: var(--sage);
}
.scene-actions > button {
  font-size: 11px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.scene-actions > #compare[aria-pressed='true'] {
  background: var(--ink);
  color: var(--paper);
}
.lighting {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tool-label {
  font-size: 10px;
  color: var(--muted);
}
.light-choices {
  display: flex;
  gap: 5px;
}
.light-choices button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.light-choices button:hover {
  background: #e8ebdf;
}
.light-choices button[aria-pressed='true'] {
  background: #e5eadf;
  border-color: #abb5a3;
}
.light-swatch {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #263f3522;
}
.softbox {
  background: linear-gradient(135deg, #fffdf2, #aab3a1);
}
.desert {
  background: linear-gradient(135deg, #ffd279, #bf4c16);
}
.neon {
  background: linear-gradient(135deg, #05d4e2, #953cbd);
}
.moon {
  background: linear-gradient(135deg, #adc8e9, #18273c);
}
.stage {
  position: relative;
  flex: 1;
  min-height: 350px;
  isolation: isolate;
  overflow: hidden;
  background: #e8e9e2;
}
.stage canvas,
.poster {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
}
.poster {
  object-fit: contain;
  z-index: 0;
  background: #e8e9e2;
}
.stage canvas {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: grab;
}
.is-ready .stage canvas {
  opacity: 1;
}
.is-ready .poster {
  visibility: hidden;
}
.stage canvas:active {
  cursor: grabbing;
}
.look-caption {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: 26px;
  max-width: 310px;
  padding: 8px 12px;
  margin-left: -12px;
  border-radius: 5px;
  background: #f6f5efdc;
  pointer-events: none;
}
.look-caption > span {
  font-size: 10px;
  opacity: 0.7;
}
.look-caption h2 {
  font-size: 34px;
  line-height: 1.12;
  margin-top: 5px;
}
.look-caption p {
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.8;
}
.gesture-hint {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 26px;
  font-size: 10px;
  opacity: 0.62;
  pointer-events: none;
}
.gesture-hint span {
  margin: 0 6px;
}
.model-status {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  font-size: 12px;
  border: 1px solid var(--line);
  background: #fafbf4eb;
  border-radius: 5px;
  padding: 10px 15px;
  white-space: nowrap;
  color: var(--ink);
}
.recovery {
  position: absolute;
  z-index: 8;
  inset: 0;
  background: #f6f5efe8;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 35px;
  gap: 20px;
  text-align: center;
  color: var(--ink);
}
.recovery p {
  max-width: 350px;
}
.recovery button {
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  border-radius: 5px;
}
.guide-caption {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 23px;
  background: #f6f5efee;
  border: 1px solid #d0d6c8;
  padding: 12px 15px;
  border-radius: 5px;
  max-width: 300px;
  color: var(--ink);
  pointer-events: none;
}
.guide-caption > span {
  font-size: 10px;
  color: var(--muted);
}
.guide-caption p {
  font-size: 12px;
  line-height: 1.45;
  margin: 5px 0 9px;
}
.guide-progress {
  display: flex;
  gap: 5px;
}
.guide-progress i {
  display: block;
  height: 3px;
  width: 30px;
  background: #ccd3c3;
}
.guide-progress i.active {
  background: var(--clay);
}
.pick-hint {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  border-radius: 4px;
  padding: 7px 10px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  white-space: nowrap;
  box-shadow: 0 4px 15px #102a2520;
}
.compare-line {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 50%;
  width: 1px;
  border-left: 1px solid #fffef6;
  pointer-events: none;
}
.compare-line span {
  position: absolute;
  top: 20px;
  white-space: nowrap;
  font-size: 10px;
  background: #263f35bb;
  color: #fffdf2;
  padding: 6px 8px;
  border-radius: 3px;
}
.compare-line span:first-child {
  right: 10px;
}
.compare-line span:last-child {
  left: 10px;
}
.comparison-range {
  position: absolute;
  z-index: 4;
  right: 23px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  background: #f6f5efec;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 11px 16px;
  color: var(--ink);
}
.comparison-range label {
  font-size: 10px;
}
.comparison-range input {
  accent-color: var(--ink);
  width: 170px;
}
.camera-bar {
  padding: 12px 22px 15px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.camera-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
}
.camera-heading button {
  font-size: 11px;
  padding: 2px 7px;
}
.camera-heading button[aria-pressed='true'] {
  color: var(--clay);
}
.camera-tools {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.camera-tools button {
  font-size: 11px;
  padding: 9px 12px;
  border-radius: 4px;
  background: #eeeee6;
  border: 1px solid transparent;
}
.camera-tools button:hover {
  border-color: #abb5a3;
}
.camera-tools button[aria-pressed='true'] {
  background: var(--ink);
  color: var(--paper);
}
body[data-light='night'] .look-caption,
body[data-light='moon'] .look-caption {
  background: #18242ddd;
}
body[data-light='night'] .look-caption,
body[data-light='night'] .gesture-hint,
body[data-light='moon'] .look-caption,
body[data-light='moon'] .gesture-hint {
  color: #f3f5ed;
}
footer[data-experiment-controls] {
  min-height: 46px;
  padding: 10px 25px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 10px;
  color: var(--muted);
  background: var(--paper);
  position: relative;
}
.footer-name {
  margin-right: auto;
}
dialog {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 20px 100px #13271b25;
  max-height: calc(100dvh - 32px);
  padding: 24px;
  overflow: auto;
  border-radius: 9px;
}
dialog::backdrop {
  background: #12271d55;
  backdrop-filter: blur(3px);
}
#inspector {
  width: min(560px, calc(100vw - 24px));
  margin: 16px 16px 16px auto;
}
.inspector-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.inspector-top p {
  font-size: 11px;
  color: var(--muted);
}
.inspector-top button {
  font-size: 25px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sage);
  line-height: 1;
}
.inspector-top button:hover {
  background: #d8dfcf;
}
dialog h2 {
  font-size: 38px;
  line-height: 1.05;
}
.picked-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
  margin: 8px 0;
}
.material-tabs {
  display: flex;
  gap: 5px;
  margin: 15px 0;
}
.material-tabs button,
.channel-tabs button {
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #e9ecdf;
}
.material-tabs button[aria-pressed='true'],
.channel-tabs button[aria-pressed='true'] {
  background: var(--ink);
  color: var(--paper);
}
#texture-preview {
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1.35;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.channel-tabs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.channel-tabs button {
  font-size: 10px;
  padding: 7px 9px;
}
.provenance-note {
  font-size: 10px;
  line-height: 1.55;
  color: var(--muted);
  margin: 10px 0 18px;
}
.source-model {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-bottom: 15px;
  font-size: 11px;
}
.source-model span {
  color: var(--muted);
}
details {
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 5px;
}
summary {
  cursor: pointer;
  font-size: 12px;
}
#source-prompt {
  font-size: 11px;
  line-height: 1.7;
  margin: 12px 0;
  user-select: text;
}
#copy-prompt,
#copy-settings {
  font-size: 11px;
  border-bottom: 1px solid #9ca995;
  padding: 3px 0;
}
.source-settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 10px;
  margin: 16px 0;
}
.source-settings dt {
  color: var(--muted);
}
.source-settings dd {
  margin: 0;
  text-align: right;
}
.inspector-replay {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.inspector-replay p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
}
.source-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 11px;
  margin-top: 16px;
  font-size: 11px;
}
.source-links > a:not(.primary-link) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.source-links p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.source-links #copy-settings {
  align-self: start;
}
body:has(#making-of[open]) {
  overflow: hidden;
}
#making-of {
  inset: 0 0 0 auto;
  width: clamp(640px, 52vw, 980px);
  max-width: 100%;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overscroll-behavior: contain;
}
#making-of::backdrop {
  background: #17271f80;
  backdrop-filter: none;
}
.making-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px clamp(24px, 3vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.making-brand {
  font-size: 17px;
  font-weight: 600;
}
.making-brand span {
  color: var(--muted);
  font-weight: 400;
}
.making-head button {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 13px;
}
.making-head button span {
  font-size: 24px;
  line-height: 1;
}
.making-head button:hover {
  background: var(--sage);
}
.making-content {
  padding: 0 clamp(24px, 3vw, 56px) 40px;
  margin-inline: auto;
}
.making-intro {
  padding-top: 34px;
}
#making-of .making-kicker {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 12px;
  line-height: 1.5;
}
#making-of h2 {
  font-size: clamp(42px, 3.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -1.5px;
  margin: 0 0 24px;
}
.making-lead {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 65ch;
}
.making-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.making-cta,
.making-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 13px;
}
.making-cta {
  min-height: 48px;
  justify-content: space-between;
  padding: 13px 17px;
  border-radius: 3px;
  background: var(--ink);
  color: var(--paper);
}
.making-cta:hover {
  background: #3d5b48;
}
.making-text-link {
  color: var(--clay);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.making-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}
.making-pdf strong {
  font-size: 15px;
  font-weight: 600;
}
.making-pdf p {
  margin-top: 7px;
  max-width: 35ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.making-pdf-actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}
.making-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--clay);
  border-radius: 3px;
  color: var(--clay);
  font-size: 12px;
}
.making-download svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.making-download:hover {
  background: #eee7db;
}
.making-chapter {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
.making-chapter:last-child {
  border-bottom: 0;
}
.making-chapter h3 {
  margin-bottom: 24px;
  font-size: clamp(32px, 2.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.6px;
}
.making-chapter p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
}
.making-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.making-image-pair figure {
  margin: 0;
  min-width: 0;
}
.making-image-pair img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #e4e7e3;
}
.making-image-pair figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.making-texture-trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.making-map-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.making-texture-trio img,
.making-map-strip img {
  aspect-ratio: 1;
  object-fit: cover;
}
.making-model {
  margin-top: 26px;
}
.making-model h4 {
  color: var(--clay);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.making-model p {
  margin-bottom: 8px;
}
#making-of .making-detail {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin: 14px 0 0;
}
.making-prompt {
  padding: 24px;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: #ecefe7;
}
.making-prompt blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}
.making-parameters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 12px;
  font-size: 12px;
  line-height: 1.5;
}
.making-parameters dt {
  color: var(--muted);
}
.making-parameters dd {
  margin: 4px 0 0;
}
@media (max-width: 1280px) {
  .making-pdf {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 960px) {
  #making-of {
    width: 100%;
  }
  .making-content {
    max-width: 760px;
  }
}
@media (max-width: 480px) {
  .making-head {
    padding: 12px 20px;
  }
  .making-brand {
    font-size: 14px;
  }
  .making-brand span {
    display: block;
    font-size: 11px;
    margin-top: 3px;
  }
  .making-content {
    padding: 0 24px 24px;
  }
  .making-intro {
    padding-top: 26px;
  }
  #making-of h2 {
    font-size: 42px;
  }
  .making-lead {
    font-size: 16px;
  }
  .making-actions {
    gap: 8px;
  }
  .making-cta {
    width: 100%;
  }
  .making-chapter {
    padding: 30px 0;
  }
  .making-image-pair {
    gap: 10px;
  }
  .making-map-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .making-prompt {
    padding: 18px;
  }
}
.noscript {
  padding: 20px;
}
@media (min-width: 1100px) and (max-height: 760px) {
  .workspace {
    min-height: 570px;
  }
  .material-column {
    gap: 9px;
    padding-top: 17px;
  }
  h1 {
    font-size: 35px;
  }
  .look {
    min-height: 42px;
  }
  .look img {
    height: 34px;
  }
  .surface-card img {
    height: 34px;
  }
}
@media (max-width: 1150px) {
  .workspace {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .material-column {
    padding-inline: 16px;
  }
  h1 {
    font-size: 37px;
  }
  .scene-toolbar {
    padding: 11px 15px;
  }
  .lighting {
    gap: 6px;
  }
  .tool-label {
    display: none;
  }
  .camera-bar {
    padding-inline: 15px;
  }
  .camera-tools button {
    padding: 8px 9px;
  }
  .light-choices button {
    font-size: 10px;
    padding: 7px 5px;
  }
}
@media (max-width: 760px) {
  .topbar {
    height: 55px;
    padding: 0 15px;
    gap: 8px;
  }
  .brand {
    gap: 10px;
    font-size: 11px;
  }
  .brand img {
    width: 92px;
  }
  .brand-divider,
  .brand > span:last-child {
    display: none;
  }
  .topbar nav {
    gap: 14px;
  }
  .topbar nav button {
    font-size: 11px;
  }
  .topbar nav button {
    gap: 6px;
  }
  .create-yours {
    font-size: 11px;
    padding: 9px 12px;
    gap: 8px;
  }
  .workspace {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .material-column {
    padding: 17px 15px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 11px;
    overflow: visible;
  }
  .intro {
    grid-column: 1;
  }
  .intro-kicker {
    font-size: 10px;
    margin-bottom: 5px;
  }
  h1 {
    font-size: 33px;
    line-height: 1;
  }
  .intro-copy {
    font-size: 10px;
    margin-top: 6px;
  }
  .tour-controls {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .intro {
    grid-column: 1 / -1;
  }
  .choice-heading {
    grid-column: 1/-1;
    margin-top: 2px;
  }
  .looks {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .look {
    padding: 8px;
    gap: 0;
    min-height: 43px;
    align-items: center;
    border-color: var(--line);
  }
  .look img {
    display: none;
  }
  .look-label {
    font-size: 10px;
    gap: 5px;
  }
  .look[aria-pressed='true']:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 9px;
  }
  .swatch i {
    width: 5px;
    height: 5px;
  }
  .surface-heading {
    grid-column: 1/-1;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .surface-heading p {
    display: none;
  }
  .surface-heading button {
    font-size: 10px;
    justify-content: flex-start;
    gap: 7px;
  }
  .surface-grid {
    display: none;
  }
  .scene-toolbar {
    gap: 8px;
    padding: 9px 14px;
    min-height: 0;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .light-choices {
    justify-content: space-between;
    width: 100%;
  }
  .light-choices button {
    font-size: 10px;
    padding: 7px;
  }
  .lighting {
    width: 100%;
  }
  .scene-actions > button {
    font-size: 10px;
    padding: 7px 10px;
    align-self: flex-start;
  }
  .stage {
    min-height: 370px;
    height: clamp(340px, 47vh, 500px);
    flex: auto;
  }
  .look-caption {
    left: 16px;
    bottom: 34px;
    max-width: 240px;
  }
  .look-caption h2 {
    font-size: 29px;
  }
  .look-caption p {
    font-size: 10px;
  }
  .gesture-hint {
    left: 16px;
    font-size: 9px;
  }
  .camera-bar {
    padding: 11px 15px 14px;
  }
  .camera-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .camera-tools button {
    font-size: 10px;
    padding: 9px 5px;
  }
  .comparison-range {
    right: 12px;
    bottom: 115px;
    padding: 9px 12px;
  }
  .comparison-range input {
    width: 130px;
  }
  .guide-caption {
    left: 14px;
    top: 12px;
    max-width: 230px;
    padding: 9px 12px;
  }
  .guide-caption p {
    font-size: 11px;
  }
  .guide-caption > span {
    font-size: 9px;
  }
  .model-status {
    font-size: 10px;
    max-width: 90%;
    white-space: normal;
  }
  footer[data-experiment-controls] {
    padding: 12px 15px;
    font-size: 10px;
  }
  .footer-name {
    display: none;
  }
  #inspector {
    padding: 18px;
    margin: 12px;
  }
  .channel-tabs {
    gap: 3px;
  }
  .channel-tabs button {
    font-size: 9px;
    padding: 7px;
  }
  .source-settings {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 80px;
  }
  .topbar nav {
    gap: 9px;
  }
  .topbar nav button {
    font-size: 10px;
    white-space: nowrap;
  }
  .topbar nav button svg {
    width: 14px;
    height: 14px;
  }
  .create-yours {
    font-size: 10px;
    padding: 9px;
    gap: 6px;
    white-space: nowrap;
  }
}
