.mount-designer {
  --md-ink: #1e306e;
  --md-blue: #546ea6;
  --md-muted: #5a6275;
  --md-line: #dce1eb;
  --md-soft: #f1f4f9;
  color: var(--md-ink);
  background: #fafbfc;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 0;
}
.mount-designer *,
.mount-designer *::before,
.mount-designer *::after {
  box-sizing: border-box;
}
.mount-designer [hidden] {
  display: none !important;
}
.mount-designer button,
.mount-designer input {
  font: inherit;
}
.mount-designer button {
  cursor: pointer;
}
.mount-designer button:disabled {
  cursor: default;
  opacity: 0.55;
}
.mount-designer :focus-visible {
  outline: 3px solid var(--md-blue);
  outline-offset: 4px;
}
.mount-designer h1,
.mount-designer h2,
.mount-designer h3,
.mount-designer p {
  margin: 0;
}
.mount-designer h1,
.mount-designer h2,
.mount-designer h3 {
  font-weight: 600;
}
.mount-designer .md-shell {
  max-width: 1320px;
  padding: 0 40px;
  margin: auto;
}
.mount-designer .md-designer-background {
  background: linear-gradient(to top, #fff 50%, rgb(252, 248, 255) 100%);
}
.mount-designer .md-intro {
  padding: 0 0 22px;
}
.mount-designer .md-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  color: var(--md-muted);
}
.mount-designer h1 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.mount-designer .md-intro-copy {
  font-size: 18px;
  color: var(--md-muted);
  margin-top: 10px;
}
.mount-designer .md-studio {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: start;
  gap: 56px;
  scroll-margin-top: 20px;
}
.mount-designer .md-preview-column {
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  position: relative;
  min-height: 0;
}
.mount-designer .md-stage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
}
.mount-designer .md-style-badge {
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 24px;
  background: #ffffffb3;
}
.mount-designer .md-preview-button {
  width: 100%;
  height: 430px;
  flex: none;
  min-height: 350px;
  position: relative;
  border: 0;
  padding: 50px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.mount-designer .md-preview-button:disabled {
  opacity: 1;
}
.mount-designer .md-preview-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--md-muted);
  font-size: 15px;
}
.mount-designer .md-preview-button img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 22px 32px -16px #27334b4d, 0 2px 5px #27334b14;
  transition: opacity 0.16s;
}
.mount-designer .md-preview-button.is-loading img {
  opacity: 0.7;
}
.mount-designer .md-preview-foot {
  text-align: center;
}
.mount-designer .md-preview-foot > p {
  font-size: 16px;
  color: var(--md-muted);
}
.mount-designer .md-preview-foot > strong {
  display: block;
  font-weight: 600;
  font-size: 23px;
  margin-top: 3px;
}
.mount-designer .md-preview-status {
  display: block;
  font-size: 13px;
  color: var(--md-muted);
  margin-top: 0;
}
.mount-designer .md-preview-status:empty { display: none; }
.mount-designer .md-controls {
  padding: 25px 32px 28px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  box-shadow: 0 10px 35px -20px #27334b26;
  min-width: 0;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 24px;
}
.mount-designer .md-sheet-header {
  flex: none;
}
.mount-designer .md-sheet-body {
  flex: 1;
  min-height: 0;
}
.mount-designer .md-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 12px;
  color: var(--md-muted);
  font-size: 15px;
}
.mount-designer #md-step-count {
  margin-left: auto;
}
.mount-designer .md-back {
  border: 0;
  background: transparent;
  color: var(--md-ink);
  padding: 7px 7px 7px 0;
  min-height: 44px;
}
.mount-designer .md-mobile-title,
.mount-designer .md-mobile-back,
.mount-designer .md-price-group.md-mobile-price {
  display: none;
}
.mount-designer .md-progress {
  display: flex;
  gap: 6px;
  margin-top: 9px;
}
.mount-designer .md-progress > span {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 4px;
  border-radius: 3px;
  background: #e9edf3;
}
.mount-designer .md-progress > span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--md-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms cubic-bezier(.22, .61, .36, 1);
}
.mount-designer .md-progress > .is-current::after,
.mount-designer .md-progress > .is-complete::after {
  transform: scaleX(1);
}
.mount-designer .md-panel {
  padding-top: 29px;
  padding-bottom: 26px;
}
.mount-designer h2 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.mount-designer h2[tabindex]:focus {
  outline: none;
}
.mount-designer .md-question-help {
  font-size: 18px;
  line-height: 1.5;
  color: var(--md-muted);
  margin-top: 12px;
  margin-bottom: 26px;
}
.mount-designer .md-field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mount-designer .md-field {
  min-width: 0;
}
.mount-designer .md-field label,
.mount-designer .md-advanced label,
.mount-designer .md-staff label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.mount-designer .md-input-wrap {
  position: relative;
}
.mount-designer .md-input-wrap input {
  width: 100%;
  min-width: 0;
  height: 62px;
  padding: 12px 45px 12px 17px;
  border: 1px solid #aeb9cd;
  border-radius: 12px;
  background: #fff;
  color: var(--md-ink);
  font-size: 24px;
}
.mount-designer .md-input-wrap > span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--md-muted);
  font-size: 16px;
  pointer-events: none;
}
.mount-designer .md-input-wrap input:focus {
  border-color: var(--md-blue);
  box-shadow: 0 0 0 3px #546ea619;
  outline: none;
}
.mount-designer [aria-invalid="true"] {
  border-color: #a23339 !important;
}
.mount-designer .md-field-error {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #96303a;
  margin-top: 6px;
}
.mount-designer .md-field-error:empty {
  display: none;
}
.mount-designer .md-measure-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}
.mount-designer .md-measure-note svg {
  flex: 0 0 76px;
  width: 76px;
  height: 65px;
}
.mount-designer .md-measure-note p {
  color: var(--md-muted);
  font-size: 16px;
}
.mount-designer .md-measure-note strong {
  color: var(--md-ink);
  font-weight: 600;
}
.mount-designer .md-help {
  margin-top: 18px;
  font-size: 16px;
}
.mount-designer .md-help summary {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 8px 0;
}
.mount-designer .md-help p {
  color: var(--md-muted);
  padding: 8px 0;
}
.mount-designer .md-measure-help summary {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  list-style: none;
}
.mount-designer .md-measure-help svg {
  width: 56px;
  height: 44px;
  flex: none;
}
.mount-designer .md-measure-help strong,
.mount-designer .md-measure-help u {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
.mount-designer .md-measure-help u {
  color: var(--md-muted);
  text-underline-offset: 3px;
  margin-top: 3px;
}
.mount-designer .md-help-toggle {
  margin-left: auto;
}
.mount-designer .md-measure-help[open] .md-help-toggle {
  transform: rotate(45deg);
}
.mount-designer .md-style-options {
  display: grid;
  gap: 14px;
}
.mount-designer .md-style-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.mount-designer .md-style-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.mount-designer .md-style-card {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--md-line);
  border-radius: 16px;
  padding: 21px 18px;
  background: #fff;
  min-height: 108px;
}
.mount-designer .md-style-card > span:nth-child(2) {
  flex: 1;
}
.mount-designer .md-style-card strong {
  display: block;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 3px;
}
.mount-designer .md-style-card > span > span {
  font-size: 16px;
  color: var(--md-muted);
  display: block;
  line-height: 1.4;
}
.mount-designer .md-style-option input:checked + .md-style-card {
  border: 2px solid var(--md-blue);
  padding: 20px 17px;
  background: #f4f6fa;
}
.mount-designer .md-style-option input:focus-visible + .md-style-card {
  outline: 3px solid var(--md-blue);
  outline-offset: 4px;
}
.mount-designer .md-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #b8c0cf;
  flex-shrink: 0;
  color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}
.mount-designer input:checked + .md-style-card .md-check {
  color: #fff;
  background: var(--md-blue);
  border-color: var(--md-blue);
}
.mount-designer .md-mini-mount {
  width: 56px;
  height: 64px;
  background: #f8f7f2;
  border: 1px solid #e1dfd6;
  box-shadow: 0 3px 5px #0001;
  padding: 10px;
  flex-shrink: 0;
}
.mount-designer .md-mini-mount::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #dfe3e9;
  border: 1px solid #dad8d2;
}
.mount-designer .md-mini-double::after {
  border: 3px solid #515562;
  box-shadow: 0 0 0 1px #fff;
}
.mount-designer .md-current-colour {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  margin-bottom: 18px;
}
.mount-designer .md-colour-dot,
.mount-designer .md-swatch-dot {
  border-radius: 50%;
  border: 1px solid #0002;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: inline-block;
}
.mount-designer .md-swatches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mount-designer .md-swatch {
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 12px;
  min-height: 70px;
  padding: 11px;
  background: #fff;
  border: 1px solid var(--md-line);
  color: var(--md-ink);
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
}
.mount-designer .md-swatch-dot {
  background: var(--swatch);
  width: 32px;
  height: 32px;
}
.mount-designer .md-swatch[aria-pressed="true"] {
  border: 2px solid var(--md-blue);
  padding: 10px;
  background: #f4f6fa;
}
.mount-designer .md-swatch-check {
  display: none;
  position: absolute;
  right: -5px;
  top: -6px;
  background: var(--md-blue);
  color: white;
  border: 2px solid #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
}
.mount-designer .md-swatch[aria-pressed="true"] .md-swatch-check {
  display: block;
}
.mount-designer .md-colour-note {
  font-size: 14px;
  color: var(--md-muted);
  margin-block: 20px;
}
.mount-designer .md-review-list {
  margin-top: 0;
}
.mount-designer .md-review-row {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  align-items: center;
  column-gap: 14px;
  padding: 13px 0;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid var(--md-line);
  background: transparent;
  color: var(--md-ink);
  text-align: left;
}
.mount-designer .md-review-label {
  display: block;
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  color: var(--md-muted);
}
.mount-designer .md-review-row strong {
  grid-column: 1;
  grid-row: 2;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mount-designer .md-review-change {
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--md-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.mount-designer .md-review-change svg {
  width: 19px;
  height: 19px;
}
.mount-designer .md-review-row:hover .md-review-change {
  color: var(--md-ink);
}
.mount-designer .md-review-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #0002;
}
.mount-designer .md-border-summary {
  font-size: 15px;
  color: var(--md-muted);
  margin-top: 15px;
}
.mount-designer .md-advanced,
.mount-designer .md-staff {
  margin-top: 15px;
  font-size: 16px;
}
.mount-designer .md-advanced summary,
.mount-designer .md-staff summary {
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.mount-designer summary::-webkit-details-marker {
  display: none;
}
.mount-designer .md-advanced[open] summary > span {
  transform: rotate(45deg);
}
.mount-designer .md-advanced-body {
  padding: 20px;
  background: var(--md-soft);
  border-radius: 14px;
  margin-top: 4px;
  margin-bottom: 24px;
}
.mount-designer .md-advanced-body p {
  font-size: 15px;
  color: var(--md-muted);
  margin-bottom: 15px;
}
.mount-designer .md-advanced .md-input-wrap input {
  font-size: 20px;
  height: 52px;
}
.mount-designer .md-offset-input {
  max-width: 135px;
}
.mount-designer .md-border-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 16px 0 7px;
}
.mount-designer h3 {
  font-size: 18px;
}
.mount-designer .md-text-button {
  border: 0;
  background: transparent;
  color: var(--md-blue);
  padding: 8px 0;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 15px;
}
.mount-designer .md-review-note {
  font-size: 15px;
  color: var(--md-muted);
  margin-top: 18px;
}
.mount-designer .md-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 23px;
  border-top: 1px solid var(--md-line);
}
.mount-designer .md-price-group {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.mount-designer .md-price {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.mount-designer .md-price-group > span {
  font-size: 13px;
  color: var(--md-muted);
  margin-top: 4px;
}
.mount-designer .md-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--md-blue);
  color: #fff;
  border: 0;
  border-radius: 13px;
  min-height: 57px;
  padding: 14px 28px;
  font-size: 19px;
  font-weight: 600;
  min-width: 185px;
  transition: background 0.15s;
}
.mount-designer .md-primary:hover:not(:disabled) {
  background: var(--md-ink);
}
.mount-designer .md-errors {
  color: #96303a;
  background: #fff4f3;
  border-radius: 12px;
  border: 1px solid #ebc8c6;
  font-size: 16px;
  padding: 14px 16px;
  margin: 0 0 18px;
}
.mount-designer .md-errors p + p {
  margin-top: 6px;
}
.mount-designer #md-retry-quote {
  align-self: flex-start;
  margin-bottom: 12px;
}
.mount-designer .md-reassurance {
  background: var(--md-soft);
  padding: 64px 40px;
}
.mount-designer .md-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  max-width: 1120px;
  margin: auto;
}
.mount-designer .md-reassurance-item {
  text-align: center;
}
.mount-designer .md-benefit-illustration {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 3px 3px #1e306e0a);
}
.mount-designer .md-reassurance h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
}
.mount-designer .md-reassurance p {
  max-width: 290px;
  margin: 0 auto;
  color: var(--md-muted);
  font-size: 16px;
  line-height: 1.6;
}
.mount-designer .md-reassurance a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px;
  margin: -8px;
  color: var(--md-ink);
  text-underline-offset: 4px;
}
.mount-designer .md-reassurance a:hover {
  text-decoration: underline;
}
.mount-designer .md-explore-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--md-blue);
  font-size: 16px;
  padding: 32px 0 44px;
  text-underline-offset: 4px;
}
.mount-designer .md-dialog {
  border: 0;
  padding: 28px;
  width: min(92vw, 1000px);
  max-height: 90dvh;
  border-radius: 22px;
  color: var(--md-ink);
  background: var(--md-soft);
}
.mount-designer .md-dialog::backdrop {
  background: #141d3baa;
}
.mount-designer .md-dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mount-designer .md-dialog-heading h2 {
  font-size: 24px;
}
.mount-designer .md-dialog-heading button {
  font-size: 17px;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid var(--md-line);
  background: #fff;
  border-radius: 9px;
  color: var(--md-ink);
}
.mount-designer .md-dialog img {
  display: block;
  max-width: 100%;
  max-height: 65dvh;
  width: auto;
  height: auto;
  margin: 26px auto;
  box-shadow: 0 10px 25px #0002;
}
.mount-designer .md-dialog > p {
  text-align: center;
  font-size: 16px;
}

/* Product storytelling: open editorial sections, with no hidden marketing copy. */
.mount-designer .md-marketing {
  background: #fff;
}
.mount-designer .md-marketing-shell {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.mount-designer .md-marketing h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.13;
  letter-spacing: -0.8px;
}
.mount-designer .md-marketing h3 {
  font-size: 23px;
  line-height: 1.3;
}
.mount-designer .md-marketing p {
  color: var(--md-muted);
  font-size: 18px;
  line-height: 1.7;
}
.mount-designer .md-marketing p + p {
  margin-top: 17px;
}
.mount-designer .md-marketing .md-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: var(--md-blue);
  margin-bottom: 18px;
  line-height: 1.4;
}
.mount-designer .md-story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 88px;
  padding-top: 100px;
  padding-bottom: 80px;
}
.mount-designer .md-story-copy h2 {
  margin-bottom: 25px;
}
.mount-designer .md-marketing .md-story-lead {
  font-size: 21px;
  line-height: 1.6;
  color: var(--md-ink);
}
.mount-designer .md-material-photo {
  margin: 0;
}
.mount-designer .md-material-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.mount-designer .md-material-photo figcaption {
  font-size: 14px;
  line-height: 1.5;
  color: var(--md-muted);
  margin-top: 15px;
}
.mount-designer .md-editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--md-ink);
  margin-top: 26px;
  min-height: 44px;
  text-underline-offset: 5px;
}
.mount-designer .md-craft {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 88px;
  padding-top: 15px;
  padding-bottom: 95px;
}
.mount-designer .md-craft-photo,
.mount-designer .md-gallery-photo {
  margin: 0;
}
.mount-designer .md-craft-photo img,
.mount-designer .md-gallery-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.mount-designer .md-craft-features {
  display: grid;
  gap: 23px;
  margin-top: 32px;
}
.mount-designer .md-craft-features h3 {
  font-size: 21px;
  margin-bottom: 8px;
}
.mount-designer .md-craft-features p {
  font-size: 17px;
}
.mount-designer .md-comparison {
  background: #f4f5f7;
  padding: 85px 0 95px;
}
.mount-designer .md-section-intro {
  max-width: 690px;
  margin-bottom: 50px;
}
.mount-designer .md-section-intro > p:last-child {
  margin-top: 22px;
}
.mount-designer .md-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.mount-designer .md-example-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f1eb;
}
.mount-designer .md-example-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mount-designer .md-comparison-grid h3 {
  font-size: 27px;
  margin: 26px 0 18px;
}
.mount-designer .md-comparison-detail {
  display: block;
  border-top: 1px solid #d5dbe5;
  padding-top: 19px;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
}
.mount-designer .md-measuring {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.mount-designer .md-measuring-visual {
  background: #f4f6f9;
  padding: 30px 5px;
}
.mount-designer .md-measuring-visual svg {
  display: block;
  width: 100%;
  height: auto;
}
.mount-designer .md-measure-steps {
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
  display: grid;
  gap: 26px;
}
.mount-designer .md-measure-steps > li {
  display: flex;
  gap: 17px;
}
.mount-designer .md-measure-steps > li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid var(--md-line);
  border-radius: 50%;
  font-size: 15px;
  margin-top: 1px;
}
.mount-designer .md-measure-steps h3 {
  font-size: 21px;
  margin-bottom: 8px;
}
.mount-designer .md-measure-steps p {
  font-size: 17px;
}
.mount-designer .md-projects {
  padding: 80px 0;
  background: #edf1f7;
}
.mount-designer .md-gallery-photo {
  margin-bottom: 55px;
}
.mount-designer .md-gallery-photo img {
  aspect-ratio: 1.85;
  object-fit: cover;
  object-position: center 42%;
}
.mount-designer .md-gallery-photo figcaption {
  font-size: 14px;
  color: var(--md-muted);
  margin-top: 14px;
}
.mount-designer .md-projects-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 105px;
}
.mount-designer .md-projects h3 {
  margin-bottom: 13px;
}
.mount-designer .md-projects p + h3 {
  margin-top: 30px;
}
.mount-designer .md-faq {
  padding-top: 100px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}
.mount-designer .md-faq-intro > p:not(.md-kicker) {
  margin-top: 23px;
}
.mount-designer .md-faq-answers {
  display: grid;
  gap: 28px;
}
.mount-designer .md-faq-answers article {
  border-bottom: 1px solid var(--md-line);
  padding-bottom: 28px;
}
.mount-designer .md-faq-answers h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.mount-designer .md-faq-answers p {
  font-size: 17px;
}
.mount-designer .md-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 45px;
  padding-bottom: 80px;
}
.mount-designer .md-closing h2 {
  font-size: 30px;
  max-width: 600px;
}
.mount-designer .md-closing p {
  margin-top: 14px;
}
.mount-designer .md-closing .md-primary {
  flex-shrink: 0;
  text-decoration: none;
}
@media (min-width: 901px) and (max-width: 1100px) {
  .mount-designer .md-shell {
    padding: 0 28px;
  }
  .mount-designer .md-studio {
    gap: 42px;
  }
  .mount-designer .md-preview-column {
    padding: 22px 0;
  }
  .mount-designer .md-intro > p {
    max-width: 210px;
  }
  .mount-designer .md-swatch {
    gap: 8px;
    font-size: 15px;
  }
  .mount-designer .md-primary {
    min-width: 164px;
    padding-inline: 18px;
  }
  .mount-designer .md-story,
  .mount-designer .md-craft,
  .mount-designer .md-measuring,
  .mount-designer .md-faq,
  .mount-designer .md-projects-grid {
    gap: 45px;
  }
}
@media (max-width: 900px) {
  .mount-designer .md-shell {
    max-width: none;
    padding: 0;
  }
  .mount-designer .md-intro {
    display: block;
    flex: none;
    padding: 14px 20px 10px;
  }
  .mount-designer .md-eyebrow {
    display: none;
  }
  .mount-designer h1 {
    font-size: 26px;
  }
  .mount-designer .md-intro > p {
    display: none;
  }
  .mount-designer .md-studio {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    min-height: 0;
    padding-bottom: 0;
    scroll-margin-top: 0;
  }
  .mount-designer .md-preview-column {
    position: relative;
    top: auto;
    min-height: 0;
    width: 100%;
    padding: 0 20px 8px;
    flex: 1;
  }
  .mount-designer .md-stage-heading {
    display: none;
  }
  .mount-designer .md-style-badge {
    font-size: 12px;
    padding: 3px 9px;
    background: #eaf0f6;
  }
  .mount-designer .md-preview-button {
    height: clamp(190px, 26svh, 300px);
    min-height: 0;
    flex: none;
    padding: 8px 16px;
  }
  .mount-designer .md-preview-foot {
    position: absolute;
    bottom: 12px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: nowrap;
    height: auto;
    min-height: 0;
    flex: none;
  }
  .mount-designer .md-preview-foot > p,
  .mount-designer .md-preview-foot > strong {
    display: none;
  }
  .mount-designer .md-preview-status {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .mount-designer
    .md-preview-foot:has(#md-retry-preview:not([hidden]))
    .md-preview-status {
    position: static;
    width: auto;
    height: auto;
    clip-path: none;
    margin: 0;
  }
  .mount-designer .md-preview-foot:has(#md-retry-preview:not([hidden])) {
    background: #fffffff2;
    border-radius: 12px;
    padding: 4px 10px;
    box-shadow: 0 3px 16px #27334b18;
  }
  .mount-designer #md-retry-preview {
    flex: none;
    min-height: 44px;
  }
  .mount-designer .md-controls {
    position: relative;
    top: auto;
    z-index: 2;
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    flex: none;
    height: calc(var(--md-sheet-height, 490px) - 12px);
    max-height: none;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px -10px #27334b40, 0 -2px 12px #27334b24;
    transition: width 280ms ease, margin 280ms ease, height 280ms ease,
      border-radius 280ms ease, box-shadow 280ms ease;
  }
  .mount-designer.md-active .md-controls {
    width: 100%;
    margin: 0;
    height: var(--md-sheet-height, 490px);
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -12px 36px -8px #27334b4d, 0 -2px 10px #27334b26;
  }
  .mount-designer .md-sheet-header,
  .mount-designer .md-sheet-body,
  .mount-designer .md-actions {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }
  .mount-designer .md-sheet-header {
    padding: 25px 22px 0;
  }
  .mount-designer .md-sheet-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 22px;
    scroll-padding: 18px;
    scrollbar-width: thin;
    scrollbar-color: #c8d1e2 transparent;
  }
  .mount-designer .md-panel {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mount-designer
    :is([data-panel="opening"], [data-panel="outside"], [data-panel="style"]) {
    padding-top: 12px;
  }
  .mount-designer
    :is([data-panel="opening"], [data-panel="outside"], [data-panel="style"])
    .md-question-help {
    margin-bottom: 22px;
  }
  .mount-designer h2 {
    font-size: 24px;
  }
  .mount-designer .md-question-help {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 14px;
  }
  .mount-designer .md-progress-heading {
    font-size: 14px;
    min-height: 38px;
  }
  .mount-designer .md-mobile-title {
    display: block;
    flex: 1;
    color: var(--md-ink);
    font-size: 22px;
    text-align: left;
  }
  .mount-designer .md-price-group.md-mobile-price {
    display: flex;
    align-items: flex-end;
    color: var(--md-ink);
  }
  .mount-designer .md-mobile-price .md-price {
    font-size: 22px;
    white-space: nowrap;
  }
  .mount-designer .md-mobile-price .md-price-currency,
  .mount-designer .md-mobile-price .md-price-pence {
    font-size: 16px;
    letter-spacing: 0;
  }
  .mount-designer .md-sheet-header .md-back,
  .mount-designer .md-actions .md-price-group,
  .mount-designer .md-panel > h2 { display: none; }
  .mount-designer #md-step-count {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .mount-designer .md-progress {
    position: absolute;
    top: 14px;
    left: 24px;
    right: 24px;
    margin: 0;
    gap: 4px;
  }
  .mount-designer .md-progress > span { height: 3px; }
  .mount-designer .md-measure-note {
    margin-top: 14px;
    gap: 10px;
  }
  .mount-designer .md-measure-note p {
    font-size: 15px;
    line-height: 1.35;
  }
  .mount-designer .md-help {
    margin-top: 3px;
    font-size: 15px;
  }
  .mount-designer .md-measure-help {
    margin-top: 13px;
  }
  .mount-designer .md-measure-help svg {
    width: 42px;
    height: 36px;
  }
  .mount-designer .md-field label {
    margin-bottom: 5px;
  }
  .mount-designer .md-errors {
    flex: none;
    max-height: 25svh;
    overflow-y: auto;
    margin: 0 20px 10px;
    padding: 11px 13px;
    font-size: 15px;
  }
  .mount-designer #md-retry-quote {
    flex: none;
    margin: 0 24px 10px;
  }
  .mount-designer .md-actions {
    flex: none;
    position: relative;
    z-index: 1;
    padding: 11px 22px calc(11px + env(safe-area-inset-bottom));
    margin: 0 auto;
    border-top: 1px solid #e8ecf2;
    gap: 14px;
    box-shadow: 0 -6px 14px #ffffffb3;
  }
  .mount-designer .md-primary {
    min-width: 175px;
    min-height: 48px;
    padding-block: 10px;
    margin-left: auto;
  }
  .mount-designer .md-mobile-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    gap: 6px;
    min-height: 48px;
    padding: 10px 16px;
    border: 1px solid var(--md-blue);
    border-radius: 13px;
    background: transparent;
    color: var(--md-blue);
    font-size: 17px;
    line-height: 1.4;
  }
  .mount-designer .md-price {
    font-size: 27px;
  }
  .mount-designer .md-design-view {
    --md-sheet-height: clamp(446px, calc(60svh - 24px), 506px);
    --md-sheet-height: clamp(446px, calc(60dvh - 24px), 506px);
    display: flex;
    flex-direction: column;
    height: 100svh;
    height: 100dvh;
    min-height: 600px;
  }
  .mount-designer .md-studio {
    flex: 1;
    min-height: 0;
  }
  .mount-designer .md-preview-button {
    flex: 1;
    height: 0;
  }
  .mount-designer .md-current-colour {
    margin-block: 10px 14px;
  }
  .mount-designer .md-swatch {
    min-height: 54px;
    padding-block: 9px;
  }
  .mount-designer .md-swatch[aria-pressed="true"] {
    padding-block: 8px;
  }
  .mount-designer .md-colour-note {
    font-size: 13px;
  }
  .mount-designer [data-panel="review"] > .md-question-help,
  .mount-designer .md-review-note {
    display: none;
  }
  .mount-designer .md-panel[data-panel="review"] {
    padding: 8px 0 0;
  }
  .mount-designer .md-review-list {
    display: block;
    margin-top: 0;
  }
  .mount-designer .md-review-row {
    grid-template-columns: 90px minmax(0, 1fr) 24px;
    padding: 10px 0;
    min-height: 52px;
    column-gap: 10px;
    min-width: 0;
  }
  .mount-designer .md-review-label {
    font-size: 14px;
  }
  .mount-designer .md-review-row strong {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px;
    margin: 0;
  }
  .mount-designer .md-review-change {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .mount-designer .md-border-summary,
  .mount-designer .md-advanced {
    margin-top: 4px;
  }
  .mount-designer .md-review-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    column-gap: 10px;
    margin-top: 2px;
  }
  .mount-designer .md-review-options > .md-border-summary {
    grid-area: 1 / 1;
    z-index: 1;
    pointer-events: none;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .mount-designer .md-review-options > .md-advanced {
    grid-area: 1 / 1 / auto / -1;
    min-width: 0;
    margin-top: 0;
  }
  .mount-designer .md-review-options .md-advanced > summary {
    padding-left: calc(100% - 130px);
    min-height: 44px;
    align-items: center;
    font-size: 14px;
    gap: 6px;
  }
  .mount-designer.md-keyboard-open .md-controls {
    position: fixed;
    top: auto;
    bottom: var(--md-keyboard-inset, 0px);
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    height: var(--md-sheet-height, 490px);
    border-radius: 24px 24px 0 0;
    transition: none;
    max-height: calc(var(--md-visual-height, 100svh) - 24px);
  }
  .mount-designer.md-keyboard-open .md-studio::after {
    content: "";
    flex: none;
    height: var(--md-sheet-height);
  }
  .mount-designer .md-reassurance {
    padding: 48px 28px;
  }
  .mount-designer .md-reassurance-grid {
    gap: 28px;
  }
  .mount-designer .md-reassurance h2 {
    font-size: 18px;
  }
  .mount-designer .md-explore-link {
    padding-bottom: 38px;
  }
  .mount-designer .md-dialog {
    padding: 20px;
  }
  .mount-designer .md-marketing-shell {
    max-width: 660px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .mount-designer .md-story {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .mount-designer .md-marketing h2 {
    font-size: 35px;
  }
  .mount-designer .md-story-copy h2 {
    max-width: 500px;
  }
  .mount-designer .md-material-photo {
    max-width: 500px;
  }
  .mount-designer .md-craft {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 0;
    padding-bottom: 65px;
  }
  .mount-designer .md-comparison {
    padding: 60px 0;
  }
  .mount-designer .md-section-intro {
    margin-bottom: 30px;
  }
  .mount-designer .md-comparison-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .mount-designer .md-measuring {
    display: flex;
    flex-direction: column-reverse;
    gap: 38px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mount-designer .md-measuring-visual {
    width: 100%;
    padding: 20px 5px;
  }
  .mount-designer .md-projects {
    padding: 60px 0;
  }
  .mount-designer .md-projects-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mount-designer .md-gallery-photo {
    margin-bottom: 36px;
  }
  .mount-designer .md-gallery-photo img {
    aspect-ratio: 1.5;
  }
  .mount-designer .md-faq {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .mount-designer .md-closing {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .mount-designer .md-closing h2 {
    font-size: 29px;
  }
}
@media (max-width: 640px) {
  .mount-designer .md-reassurance-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mount-designer .md-benefit-illustration {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }
}

@media (max-width: 440px) {
  .mount-designer .md-shell {
    padding: 0;
  }
  .mount-designer.md-keyboard-open .md-controls {
    width: 100%;
  }
  .mount-designer h1 {
    font-size: 26px;
  }
  .mount-designer .md-intro {
    padding: 14px 20px 10px;
  }
  .mount-designer .md-preview-column {
    padding: 0 20px 8px;
  }
  .mount-designer .md-preview-button {
    padding: 8px 12px;
  }
  .mount-designer .md-sheet-header {
    padding-inline: 21px;
  }
  .mount-designer .md-sheet-body {
    padding-inline: 21px;
  }
  .mount-designer .md-input-wrap input {
    font-size: 23px;
    height: 54px;
    padding-left: 13px;
  }
  .mount-designer .md-field-pair {
    gap: 12px;
  }
  .mount-designer .md-measure-note svg {
    flex-basis: 44px;
    width: 44px;
    height: 40px;
  }
  .mount-designer .md-swatch {
    gap: 9px;
    font-size: 15px;
  }
  .mount-designer .md-swatch-dot {
    width: 28px;
    height: 28px;
  }
  .mount-designer .md-style-card {
    gap: 13px;
    padding: 13px 14px;
    min-height: 88px;
  }
  .mount-designer .md-style-option input:checked + .md-style-card {
    padding: 12px 13px;
  }
  .mount-designer .md-mini-mount {
    width: 44px;
    height: 54px;
    padding: 8px;
  }
  .mount-designer .md-style-card strong {
    font-size: 20px;
  }
  .mount-designer .md-style-card > span > span {
    font-size: 15px;
  }
  .mount-designer .md-actions {
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
    gap: 14px;
  }
  .mount-designer .md-primary {
    min-width: 166px;
    padding: 10px 20px;
    font-size: 18px;
  }
  .mount-designer .md-advanced-body {
    padding: 15px;
  }
  .mount-designer .md-border-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .mount-designer .md-marketing-shell {
    padding-inline: 24px;
  }
  .mount-designer .md-marketing h2 {
    font-size: 32px;
  }
  .mount-designer .md-marketing p {
    font-size: 17px;
  }
  .mount-designer .md-marketing .md-story-lead {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .mount-designer .md-shell {
    padding: 0;
  }
  .mount-designer.md-keyboard-open .md-controls {
    width: 100%;
  }
  .mount-designer .md-sheet-header,
  .mount-designer .md-sheet-body {
    padding-inline: 17px;
  }
  .mount-designer h2 {
    font-size: 25px;
  }
  .mount-designer .md-swatch {
    gap: 7px;
    font-size: 14px;
    padding-inline: 8px;
  }
  .mount-designer .md-swatch[aria-pressed="true"] {
    padding-inline: 7px;
  }
  .mount-designer .md-swatch-dot {
    width: 25px;
    height: 25px;
  }
  .mount-designer .md-primary {
    min-width: 150px;
    padding-inline: 14px;
  }
  .mount-designer #md-buy > span {
    display: none;
  }
  .mount-designer .md-actions {
    padding-inline: 17px;
  }
  .mount-designer .md-stage-heading {
    font-size: 13px;
  }
  .mount-designer .md-review-row strong {
    font-size: 17px;
  }
  .mount-designer .md-review-row {
    grid-template-columns: 84px minmax(0, 1fr) 20px;
    column-gap: 8px;
  }
}
/* Short phones need more room for the actual mount, not smaller touch targets. */
@media (max-width: 900px) and (max-height: 740px) {
  .mount-designer .md-design-view {
    --md-sheet-height: 406px;
  }
  .mount-designer .md-intro {
    padding-block: 10px 6px;
  }
  .mount-designer .md-preview-button {
    padding-block: 8px;
  }
  .mount-designer .md-preview-column {
    padding-bottom: 4px;
  }
  .mount-designer .md-panel {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mount-designer .md-question-help {
    margin-bottom: 10px;
  }
  .mount-designer [data-panel="colour"] > .md-question-help {
    display: none;
  }
  .mount-designer .md-current-colour {
    margin-block: 8px 10px;
  }
  .mount-designer .md-current-colour .md-colour-dot {
    width: 24px;
    height: 24px;
  }
  .mount-designer .md-style-options {
    gap: 14px;
  }
  .mount-designer .md-style-card {
    min-height: 88px;
    padding-block: 13px;
  }
  .mount-designer .md-style-option input:checked + .md-style-card {
    padding-block: 12px;
  }
  .mount-designer .md-border-summary {
    font-size: 14px;
  }
  .mount-designer .md-review-row {
    min-height: 44px;
    padding-block: 6px;
  }
}
/* Two accurate product views, lit against a quiet neutral background. */
.mount-designer .md-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.mount-designer .md-gallery-stage {
  position: relative;
  min-height: 0;
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
}
.mount-designer .md-gallery-stage .md-preview-button {
  height: 370px;
  min-height: 0;
  padding: 35px 48px;
}
.mount-designer .md-gallery-stage .md-preview-button[data-view] {
  padding: 0;
}
.mount-designer .md-gallery-render,
.mount-designer .md-gallery-render svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mount-designer .md-gallery-render { min-height: 0; transition: opacity .16s; }
.mount-designer .md-preview-button.is-loading .md-gallery-render { opacity: .7; }
.mount-designer .md-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dce1eb;
  color: var(--md-ink);
  background: #ffffffde;
  font-size: 29px;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
}
.mount-designer .md-gallery-previous { left: 10px; }
.mount-designer .md-gallery-next { right: 10px; }
.mount-designer .md-gallery-arrow:hover { background: white; }
.mount-designer .md-gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 14px 0 0;
}
.mount-designer .md-gallery-thumbs > button {
  width: 96px;
  min-height: 72px;
  padding: 3px 3px 5px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--md-muted);
  font-size: 13px;
  line-height: 1.3;
}
.mount-designer .md-gallery-thumbs > button:hover { background: #e9edf4; }
.mount-designer .md-gallery-thumbs > button[aria-pressed="true"] {
  border-color: var(--md-blue);
  background: white;
  box-shadow: 0 0 0 1px var(--md-blue);
  color: var(--md-ink);
}
.mount-designer .md-gallery-thumb {
  display: block;
  height: 52px;
  border-radius: 4px;
  background: #f7f8fa;
  overflow: hidden;
  margin-bottom: 5px;
}
.mount-designer .md-gallery-thumb svg { display: block; width: 100%; height: 100%; }
.mount-designer .md-preview-foot { margin-top: 8px; }
.mount-designer .md-preview-status:not(:empty) { font-size: 13px; }
.mount-designer .md-controls .md-primary {
  background: var(--md-ink);
  box-shadow: 0 4px 8px #1e306e16;
  padding-inline: 20px;
}
.mount-designer .md-controls .md-primary:hover:not(:disabled) { background: #304782; }
.mount-designer .md-large-stage {
  height: min(58dvh, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #fcfcfd;
  overflow: hidden;
  border-radius: 8px;
}
.mount-designer .md-large-stage > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  box-shadow: 0 15px 30px -16px #27334b55;
}
@media (min-width: 901px) {
  /* Desktop shares the compact title, price and footer navigation used on mobile. */
  .mount-designer .md-sheet-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mount-designer .md-progress {
    order: -1;
    margin: 0;
  }
  .mount-designer .md-mobile-title {
    display: block;
    flex: 1;
    color: var(--md-ink);
    font-size: 28px;
    text-align: left;
  }
  .mount-designer .md-price-group.md-mobile-price {
    display: flex;
    align-items: flex-end;
    color: var(--md-ink);
  }
  .mount-designer .md-mobile-price .md-price {
    font-size: 28px;
    white-space: nowrap;
  }
  .mount-designer .md-mobile-price .md-price-currency,
  .mount-designer .md-mobile-price .md-price-pence {
    font-size: 18px;
    letter-spacing: 0;
  }
  .mount-designer .md-sheet-header .md-back,
  .mount-designer .md-actions .md-price-group,
  .mount-designer .md-panel > h2 { display: none; }
  .mount-designer #md-step-count {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .mount-designer .md-panel { padding-top: 0; }
  .mount-designer .md-mobile-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    gap: 8px;
    min-width: 110px;
    min-height: 57px;
    padding: 14px 22px;
    border: 1px solid var(--md-blue);
    border-radius: 13px;
    background: transparent;
    color: var(--md-blue);
    font-size: 18px;
    line-height: 1.4;
  }
  .mount-designer .md-swatches {
    max-height: clamp(240px, 38vh, 350px);
    overflow-y: auto;
    padding: 6px;
    margin: -6px;
    scrollbar-width: thin;
    scrollbar-color: #c8d1e2 transparent;
  }
  .mount-designer .md-design-view {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 56px;
    padding-top: 32px;
    scroll-margin-top: 20px;
  }
  .mount-designer .md-intro { grid-column: 1; grid-row: 1; }
  .mount-designer .md-studio { display: contents; }
  .mount-designer .md-preview-column { grid-column: 1; grid-row: 2; padding: 0; position: sticky; top: 24px; }
  .mount-designer .md-controls { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
  .mount-designer .md-preview-status { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
  .mount-designer .md-preview-foot:has(#md-retry-preview:not([hidden])) .md-preview-status { position: static; width: auto; height: auto; clip-path: none; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .mount-designer .md-design-view { gap: 0 28px; }
  .mount-designer h1 { font-size: 32px; }
  .mount-designer .md-intro-copy { font-size: 16px; }
  .mount-designer .md-gallery-stage .md-preview-button { height: 340px; padding-inline: 38px; }
  .mount-designer .md-controls .md-primary { font-size: 16px; min-width: 0; padding-inline: 14px; }
}
@media (max-width: 900px) {
  .mount-designer .md-intro-copy { display: none; }
  .mount-designer .md-preview-column { min-height: 0; }
  .mount-designer .md-gallery-stage { flex: 1; margin-left: 40px; background: transparent; border-radius: 8px; }
  .mount-designer .md-gallery-stage .md-preview-button { height: 100%; padding: 4px 8px; }
  .mount-designer .md-gallery-stage .md-preview-button[data-view] { padding-block: 12px; }
  .mount-designer .md-gallery-arrow { display: none; }
  .mount-designer #md-gallery > .md-gallery-thumbs {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .mount-designer #md-gallery > .md-gallery-thumbs > button { width: 44px; height: 44px; min-height: 44px; padding: 5px 2px; }
  .mount-designer #md-gallery .md-gallery-thumb { height: 32px; margin: 0; }
  .mount-designer #md-gallery .md-gallery-thumb-label { display: none; }
  .mount-designer .md-controls .md-primary { font-size: 16px; padding-inline: 14px; }
  .mount-designer .md-preview-foot { bottom: 4px; left: 62px; margin-top: 0; }
  .mount-designer .md-dialog { padding: 16px; }
  .mount-designer .md-large-stage { height: min(42dvh, 360px); margin-top: 12px; }
  .mount-designer .md-dialog .md-gallery-thumbs { gap: 6px; }
  .mount-designer .md-dialog .md-gallery-thumbs > button { width: 96px; font-size: 12px; }
  .mount-designer .md-dialog-heading h2 { font-size: 22px; }
}
@media (hover: none) and (pointer: coarse) {
  .mount-designer .md-gallery-arrow { display: none; }
}
@media (max-width: 360px) {
  .mount-designer .md-intro { padding-inline: 17px; }
  .mount-designer h1 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .mount-designer *,
  .mount-designer *::before,
  .mount-designer *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
