:root {
  --paper: #faf9f6;
  --ink: #242921;
  --muted: #6c7066;
  --line: #dddfd5;
  --accent: #cadb72;
  --accent-dark: #627c32;
  --panel: #e9eddf;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    15px/1.6 Arial,
    Helvetica,
    sans-serif;
}
body[data-brand="dfw"] {
  --accent: #ffc38a;
  --accent-dark: #a34c23;
  --panel: #f2e8db;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
:focus-visible {
  outline: 3px solid var(--accent-dark);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1240px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.header {
  max-width: 1340px;
  margin: auto;
  height: 100px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -1px;
}
.logo-mark {
  display: grid;
  place-items: center;
  position: relative;
  width: 35px;
  height: 36px;
  background: var(--ink);
  color: var(--paper);
  font-size: 24px;
  line-height: 1;
  border-radius: 4px;
}
.logo-mark span {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 12px;
  color: var(--accent);
}
nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
.button {
  background: var(--ink);
  color: var(--white);
  padding: 16px 22px;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.button:hover {
  background: var(--accent-dark);
  text-decoration: none;
}
.button.small {
  padding: 11px 17px;
  font-size: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 55px;
  padding-top: 76px;
  padding-bottom: 78px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--accent-dark);
}
h1 {
  font-size: clamp(45px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 500;
  margin: 0 0 26px;
}
h1 em {
  font-weight: 500;
  font-style: normal;
  color: var(--accent-dark);
}
.intro {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 435px;
  margin: 0 0 30px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.text-link {
  font-size: 12px;
}
.hero-facts {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  font-size: 10px;
  color: var(--muted);
}
.hero-facts i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: var(--accent-dark);
  margin-right: 5px;
}
.hero-art {
  height: 410px;
  background: var(--panel);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
}
.art-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#78866716 1px, transparent 1px),
    linear-gradient(90deg, #78866716 1px, transparent 1px);
  background-size: 32px 32px;
  transform: perspective(450px) rotateX(35deg) scale(1.5);
  opacity: 0.8;
}
.art-label {
  position: absolute;
  inset: 24px 24px auto;
  display: flex;
  justify-content: space-between;
  font: 8px monospace;
  letter-spacing: 1px;
  color: #637057;
}
.part {
  position: absolute;
  width: 240px;
  height: 185px;
  top: 96px;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  filter: drop-shadow(18px 28px 15px #455c3433);
}
.part-top {
  position: absolute;
  width: 240px;
  height: 142px;
  border-radius: 36px;
  background: linear-gradient(135deg, #deecaa, #abca64);
  transform: skewY(-14deg);
  z-index: 2;
  border: 1px solid #abc36c;
}
.part-front {
  position: absolute;
  top: 54px;
  width: 240px;
  height: 140px;
  border-radius: 25px 26px 33px 38px;
  background: repeating-linear-gradient(
    0deg,
    #819d4c 0px,
    #819d4c 2px,
    #96b359 3px,
    #96b359 4px
  );
  transform: skewY(-14deg);
  border: 1px solid #849d52;
}
.part-hole {
  position: absolute;
  z-index: 3;
  width: 124px;
  height: 65px;
  border-radius: 19px;
  top: 32px;
  left: 58px;
  transform: skewY(-14deg);
  background: linear-gradient(#536638, #8ca752);
  box-shadow: inset 0 10px 10px #3c4e3555;
  border-bottom: 6px solid #d4e69e;
}
body[data-brand="dfw"] .part {
  filter: drop-shadow(18px 28px 15px #80513233) hue-rotate(305deg);
}
.art-caption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
}
.art-caption small {
  display: block;
  font: 7px monospace;
  letter-spacing: 1px;
  margin-top: 4px;
  color: var(--muted);
}
.cross {
  font-size: 26px;
  font-weight: 200;
}
.art-arrow {
  margin-left: auto;
  font-size: 26px;
}
.service-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-strip .wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
}
.strip-plus {
  color: #9aab7a;
}
.strip-note {
  margin-left: auto;
  font-weight: 400;
  font-size: 11px;
  color: var(--muted);
}
.section {
  padding-top: 72px;
  padding-bottom: 76px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
h2 {
  font-size: 36px;
  letter-spacing: -1.6px;
  line-height: 1.13;
  font-weight: 500;
  margin: 0;
}
p {
  margin-top: 0;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.step-number {
  font: 10px monospace;
  color: var(--accent-dark);
  letter-spacing: 1px;
}
h3 {
  font-size: 19px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  font-weight: 600;
  margin: 17px 0 12px;
}
.steps p,
.material-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 300px;
}
.materials {
  background: #f0f1e9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body[data-brand="dfw"] .materials {
  background: #f4eee6;
}
.material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.material-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 28px;
}
.material-symbol {
  display: block;
  font-size: 42px;
  height: 72px;
  line-height: 1;
  color: var(--accent-dark);
}
.tag {
  font: 8px monospace;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.material-grid h3 {
  font-size: 27px;
  margin: 8px 0;
}
.material-note {
  font-size: 11px;
  color: var(--muted);
  margin: 22px 0 0;
}
.request-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  padding-top: 85px;
}
aside h2 {
  font-size: 49px;
  margin-bottom: 20px;
}
aside > p {
  font-size: 14px;
  color: var(--muted);
  max-width: 260px;
}
.review-note {
  display: flex;
  gap: 14px;
  margin: 36px 0;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  max-width: 295px;
}
.review-note > span {
  color: var(--accent-dark);
  font-size: 23px;
}
.review-note strong {
  font-size: 12px;
}
.review-note p {
  font-size: 12px;
  color: var(--muted);
  margin: 7px 0;
}
.contact-note {
  font-size: 11px;
  line-height: 2.1;
}
.contact-note a {
  color: var(--ink);
  font-size: 10px;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 30px;
  min-width: 0;
}
legend {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 17px;
}
.service-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.service-options label {
  display: flex;
  align-items: start;
  gap: 9px;
  padding: 17px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  cursor: pointer;
}
.service-options label:has(input:checked) {
  border-color: var(--accent-dark);
  background: var(--panel);
}
input[type="radio"] {
  accent-color: var(--accent-dark);
}
.service-options strong {
  display: block;
  font-size: 12px;
}
.service-options small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
}
.dropzone {
  position: relative;
  padding: 22px 15px;
  border: 1px dashed #a3ab92;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #f3f4ed;
  margin-bottom: 12px;
  cursor: pointer;
}
.dropzone.dragover {
  background: var(--panel);
  border: 2px solid var(--accent-dark);
}
.dropzone:focus-within {
  outline: 3px solid var(--accent-dark);
  outline-offset: 3px;
}
.upload-icon {
  font-size: 28px;
  color: var(--accent-dark);
  line-height: 1.2;
  margin-bottom: 8px;
}
.dropzone strong {
  font-size: 12px;
}
.dropzone > span:last-of-type {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.dropzone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.file-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  padding: 7px 0;
  overflow-wrap: anywhere;
}
.file-item button {
  background: none;
  border: 0;
  text-decoration: underline;
  color: var(--muted);
  font-size: 11px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 16px;
}
.field input,
.field textarea,
.field select {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
  min-width: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
.field textarea {
  resize: vertical;
}
.field small,
.optional {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
.fine-print {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.7;
}
.submit {
  width: 100%;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.error {
  color: #a33424;
}
.success {
  padding: 16px;
  border: 1px solid var(--accent-dark);
  background: var(--panel);
  border-radius: 5px;
}
footer {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 35px;
  font-size: 10px;
  color: var(--muted);
}
footer .logo {
  font-size: 17px;
  color: var(--ink);
}
footer p {
  margin: 0 auto 0 0;
}
#preview {
  background: var(--ink);
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 11px;
}
#preview a {
  margin-left: 20px;
  text-decoration: underline;
}
.admin-title {
  font-size: 48px;
}
.login-form {
  max-width: 380px;
}
.login-form button {
  margin-top: 20px;
}
.dashboard-toolbar {
  display: flex;
  gap: 16px;
  align-items: end;
  flex-wrap: wrap;
}
.dashboard-toolbar .field {
  min-width: 180px;
}
.secondary {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
}
.request-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  margin: 20px 0;
}
.card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}
.card-heading h3 {
  margin: 0 0 5px;
}
.badge {
  background: var(--panel);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
}
.request-meta {
  font-size: 12px;
  color: var(--muted);
}
.request-description {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.attachment-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 12px;
}
.attachment-links a,
.customer-email {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.owner-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.owner-actions label {
  font-size: 12px;
}
.request-card textarea {
  min-height: 85px;
}
.quote-hint {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.empty {
  padding: 50px 0;
  color: var(--muted);
}
#email-status {
  font-size: 12px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .header {
    padding: 0 28px;
  }
  .hero {
    gap: 25px;
  }
  .hero-art {
    height: 370px;
  }
  h1 {
    letter-spacing: -2px;
  }
  .actions {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
  .hero-facts {
    flex-direction: column;
    gap: 3px;
  }
  .strip-note {
    display: none;
  }
  .request-section {
    gap: 35px;
    grid-template-columns: 0.7fr 1fr;
  }
  .contact-note a {
    overflow-wrap: anywhere;
  }
  .steps {
    gap: 20px;
  }
  .material-grid article {
    padding: 22px;
  }
}
@media (max-width: 640px) {
  .header {
    height: 78px;
    padding: 0 20px;
  }
  .logo {
    font-size: 19px;
  }
  nav > a:not(.button) {
    display: none;
  }
  .button.small {
    font-size: 10px;
    padding: 10px 12px;
    gap: 14px;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 38px;
    gap: 32px;
  }
  h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .intro {
    font-size: 15px;
  }
  .actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .actions .button {
    font-size: 12px;
    padding: 15px;
    gap: 15px;
  }
  .text-link {
    font-size: 10px;
  }
  .hero-facts {
    flex-direction: row;
    gap: 16px;
    font-size: 9px;
  }
  .hero-art {
    height: 330px;
  }
  .part {
    top: 67px;
  }
  .service-strip .wrap {
    gap: 17px;
    font-size: 11px;
    justify-content: center;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-heading {
    align-items: start;
    gap: 15px;
    flex-direction: column;
  }
  .section-heading > p {
    font-size: 12px;
  }
  h2 {
    font-size: 33px;
  }
  .steps,
  .material-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .steps p,
  .material-grid p {
    max-width: none;
  }
  .material-grid article {
    position: relative;
    padding-left: 90px;
    min-height: 170px;
  }
  .material-symbol {
    position: absolute;
    top: 35px;
    left: 27px;
  }
  .request-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .request-section aside h2 br {
    display: none;
  }
  aside h2 {
    font-size: 38px;
  }
  .review-note {
    max-width: none;
    margin: 23px 0;
  }
  .contact-note {
    max-width: none;
  }
  footer {
    flex-wrap: wrap;
    gap: 14px;
  }
  footer p {
    width: 100%;
    order: 4;
  }
  .form-grid {
    gap: 0 12px;
  }
  .card-heading {
    flex-direction: column;
  }
  .request-card {
    padding: 17px;
  }
  .admin-title {
    font-size: 37px;
  }
  .dashboard-toolbar .field {
    min-width: 120px;
    flex: 1;
  }
  .service-options label {
    padding: 13px 10px;
  }
  .service-options small {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Material-specific color selector and native modal dialog. */
.color-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
.color-picker:disabled {
  cursor: default;
  opacity: 1;
  background: #f0f1eb;
}
.palette-arrow {
  margin-left: auto;
  font-size: 18px;
  color: var(--accent-dark);
}
.color-picker:disabled .palette-arrow {
  display: none;
}
.color-swatch {
  display: inline-block;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #0002;
}
.transparent-swatch {
  background-image: repeating-linear-gradient(
    135deg,
    transparent 0 5px,
    #fff9 5px 10px
  );
}
.color-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 90px #0003;
}
.color-dialog::backdrop {
  background: #1b211bb3;
  backdrop-filter: blur(3px);
}
body:has(.color-dialog[open]) {
  overflow: hidden;
}
.palette-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.palette-heading .eyebrow {
  margin-bottom: 10px;
}
.palette-heading h2 {
  font-size: 28px;
}
.palette-heading .secondary {
  padding: 8px 12px;
}
#palette-description {
  color: var(--muted);
  font-size: 12px;
  margin: 17px 0 23px;
}
.palette-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.palette-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px 6px 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 11px;
  line-height: 1.4;
}
.palette-option .color-swatch {
  width: 39px;
  height: 39px;
}
.palette-option:hover {
  border-color: var(--accent-dark);
}
.palette-option[aria-pressed="true"] {
  outline: 2px solid var(--accent-dark);
  outline-offset: -2px;
  background: var(--panel);
}
@media (max-width: 640px) {
  .color-dialog {
    padding: 22px;
  }
  .palette-heading h2 {
    font-size: 23px;
  }
  .palette-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.examples {
  border-top: 1px solid var(--line);
}
.model-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
.model-stage {
  min-width: 0;
  height: 490px;
  position: relative;
  background: var(--panel);
}
.model-canvas {
  position: absolute;
  inset: 0;
}
.model-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.model-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 45px 40px 90px;
  mix-blend-mode: multiply;
}
.model-stage-label {
  position: absolute;
  z-index: 1;
  inset: 22px 24px auto;
  display: flex;
  justify-content: space-between;
  font: 10px monospace;
  letter-spacing: 1.5px;
  color: var(--muted);
  pointer-events: none;
}
.model-status {
  position: absolute;
  z-index: 1;
  bottom: 71px;
  left: 22px;
  right: 22px;
  text-align: center;
  font-size: 11px;
  color: var(--ink);
  margin: 0;
  pointer-events: none;
}
.model-navigation {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-navigation > span {
  font: 9px monospace;
  letter-spacing: 1px;
  color: var(--muted);
}
.model-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #818b6c66;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 22px;
}
.model-arrow:hover {
  background: var(--accent);
}
.model-details {
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.model-details .eyebrow {
  margin: 0 0 17px;
}
.model-details h3 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}
#model-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.model-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}
.model-tools .secondary {
  padding: 8px 10px;
  font-size: 11px;
  min-height: 36px;
}
.model-tools button:disabled {
  cursor: default;
}
.model-instructions {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
#model-render {
  font-size: 11px;
  margin: 0 0 24px;
  text-decoration: underline;
}
.model-details > .button {
  font-size: 12px;
  padding: 13px 16px;
}
.model-footnote {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
}
@media (max-width: 900px) {
  .model-viewer {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  .model-details {
    padding: 25px 20px;
  }
}
@media (max-width: 640px) {
  .model-viewer {
    grid-template-columns: 1fr;
  }
  .model-stage {
    height: 350px;
  }
  .model-details {
    padding: 27px 22px;
  }
  .model-details h3 {
    font-size: 26px;
  }
  .model-stage-label {
    inset: 17px 18px auto;
  }
  .model-navigation {
    left: 18px;
    right: 18px;
  }
  .model-tools .secondary {
    min-height: 42px;
  }
}

/* The real CAD assemblies are the hero, with project information alongside. */
.hero {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 36px;
  padding-top: 32px;
  padding-bottom: 42px;
}
.hero-copy {
  padding-top: 52px;
}
.hero h1 {
  font-size: clamp(42px, 4.6vw, 64px);
}
.hero .actions {
  flex-wrap: wrap;
  gap: 18px;
}
.hero-showcase {
  min-width: 0;
  scroll-margin-top: 20px;
}
.hero .model-viewer {
  grid-template-columns: 1fr;
}
.hero .model-stage {
  height: 490px;
}
.hero .model-details {
  padding: 22px 26px;
}
.hero .model-details .eyebrow {
  margin-bottom: 10px;
}
.hero .model-details h3 {
  font-size: 25px;
  margin-bottom: 8px;
}
.hero #model-description {
  margin: 0 0 16px;
  line-height: 1.6;
}
.hero .model-instructions {
  margin: 0 0 12px;
}
.hero #model-render {
  margin-bottom: 0;
}
.hero .model-details > .button {
  display: none;
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 18px;
  }
  .hero-showcase {
    order: -1;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero .model-stage {
    height: 410px;
  }
}
@media (max-width: 480px) {
  .hero .model-stage {
    height: 365px;
  }
  .hero .model-details {
    padding: 20px;
  }
  .hero .model-details h3 {
    font-size: 24px;
  }
}
