/* Extend the existing Printerade brand without changing other product pages. */
.legacy-studio .customizer-hero { padding-block: 25px; }
.legacy-studio .customizer-hero h1 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.legacy-studio .customizer-hero-copy > p:last-child { max-width: 62ch; font-size: 1rem; }
.legacy-studio .customizer-steps { display: none; }
.legacy-studio .studio-heading { margin-bottom: 20px; }
.legacy-studio .studio-layout { align-items: start; }
.np-studio-active .control-card-content > *, .np-logo-tools, .np-slot-tabs { min-width: 0; max-width: 100%; }
.np-studio-active .upload-status { overflow-wrap: anywhere; }
.np-studio-active .preview-stage { min-height: 380px; height: 430px; overflow: hidden; background: radial-gradient(ellipse at 40% 25%, #f5f2e9, #e4dfd4); }
.np-studio-active .nameplate-render, .np-studio-active .stage-grid { display: none !important; }
.np-studio-active .preview-stage::after { display: none; }
.np-preview-host { position: absolute; inset: 0; z-index: 2; transition: opacity .15s; }
.np-preview-host[hidden], .np-preview-status[hidden], .np-camera-controls[hidden], .np-print-note[hidden], .np-upload-settings[hidden], .np-webgl[hidden], .np-flat-preview[hidden], .np-slot-tabs button[hidden], #np-remove-upload[hidden], #nameplate-icon-grid button[hidden] { display: none !important; }
.np-webgl, .np-flat-preview { display: block; width: 100%; height: 100%; }
.np-webgl { cursor: grab; touch-action: none; outline-offset: -4px; }
.np-webgl.is-dragging { cursor: grabbing; }
.np-preview-stale { opacity: .42; }
.np-preview-status { position: absolute; top: 17px; left: 18px; right: 18px; z-index: 4; pointer-events: none; font-size: .8rem; font-weight: 650; color: #565e56; }
.np-preview-status.np-error { color: #8c2823; background: #fff9f6; border-radius: 8px; padding: 10px; }
.np-camera-controls { display: flex; gap: 5px; position: absolute; bottom: 19px; right: 18px; z-index: 5; }
.np-camera-controls button { border: 1px solid #d5d6cf; background: #ffffffed; color: #19201c; min-width: 36px; min-height: 36px; padding: 7px 10px; border-radius: 9px; font: 650 .8rem/1.2 Arial, sans-serif; cursor: pointer; }
.np-camera-controls button:hover { background: #19201c; color: white; }
.np-camera-controls button:disabled { opacity: .4; cursor: default; }
.np-studio-active .dimension-width { left: 18px; bottom: 20px; transform: none; z-index: 4; }
.np-studio-active .dimension-height { display: none; }
.np-print-note { margin: 0; padding: 15px 22px; background: #fbfbf8; border-bottom: 1px solid #e7e9e3; font-size: .875rem; font-weight: 700; line-height: 1.6; }
.np-print-note span { font-size: .8rem; font-weight: 400; color: #687067; }
.np-layout-fields { padding-top: 20px; margin-top: 23px; border-top: 1px solid #e4e6df; }
.np-layout-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 12px 0 20px; }
.np-layout-options button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 13px 5px; min-height: 80px; background: #fff; color: #19201c; border: 1px solid #dfe2db; border-radius: 12px; font-size: .8rem; font-weight: 700; cursor: pointer; }
.np-layout-options button span { font-size: 1.18rem; font-weight: 650; color: #606957; letter-spacing: -.5px; }
.np-layout-options button[aria-pressed=true], .np-slot-tabs button[aria-pressed=true] { border-color: #ad852b; box-shadow: inset 0 0 0 1px #ad852b; background: #fffbef; }
.np-optional { font-size: .8rem; font-weight: 400; color: #747a71; margin-left: 5px; }
.np-helper { font-size: .875rem; line-height: 1.5; color: #626a60; margin: 9px 0 15px; }
.np-helper:empty { display: none; }
.np-helper.np-warning { padding: 10px 12px; border-radius: 8px; background: #fff3d1; color: #72521c; }
.np-slot-tabs { display: flex; gap: 10px; }
.np-slot-tabs button { display: flex; flex: 1; min-width: 0; flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px; border: 1px solid #dfe2db; background: #fff; border-radius: 12px; text-align: left; color: #19201c; cursor: pointer; }
.np-slot-tabs small { font-size: .75rem; letter-spacing: .08em; font-weight: 700; }
.np-slot-tabs strong { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .9375rem; }
.np-search { display: block; margin-bottom: 13px; }
.np-search input { width: 100%; min-height: 42px; border: 1px solid #dfe2db; border-radius: 9px; background: #fafbf8; color: #19201c; padding: 9px 13px; font-size: 1rem; }
.np-studio-active #nameplate-icon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-height: 270px; overflow-y: auto; gap: 8px; padding: 2px 5px 2px 2px; }
.np-studio-active #nameplate-icon-grid .airtag-style-button { min-width: 0; padding: 10px 4px; min-height: 86px; }
.np-studio-active #nameplate-icon-grid .airtag-style-button span { font-size: .75rem; }
.np-upload-settings { padding-top: 10px; }
.np-upload-summary { display: flex; justify-content: space-between; gap: 12px; align-items: start; font-size: .875rem; margin-bottom: 12px; }
#np-file-name { overflow-wrap: anywhere; }
.np-link { padding: 0; border: 0; background: none; text-decoration: underline; color: #72521c; font: inherit; flex-shrink: 0; cursor: pointer; }
.np-check { display: flex; gap: 9px; align-items: center; font-size: .875rem; cursor: pointer; }
.np-check input { width: 18px; height: 18px; accent-color: #ad852b; }
.np-processing-row { display: flex; align-items: end; gap: 14px; margin-top: 18px; }
.np-processing-row label { flex: 1; font-size: .875rem; font-weight: 650; }
.np-processing-row select { display: block; width: 100%; margin-top: 7px; padding: 10px; border: 1px solid #dfe2db; border-radius: 8px; background: white; color: #19201c; font-size: .875rem; min-height: 42px; }
.np-processing-row button { flex: 1; padding-inline: 10px; min-height: 42px; font-size: .8rem; }
.np-disabled { opacity: .45; }
.np-studio-active .control-card legend { font-size: 1.08rem; }
.np-studio-active .field-group input, .np-studio-active .field-group select { font-size: 1rem; }
.np-studio-active .field-label { font-size: .9375rem; }
.np-studio-active .preview-card-top h3 { overflow-wrap: anywhere; }
.np-studio-active :is(button,input,select):focus-visible { outline: 3px solid #547958; outline-offset: 3px; }
@media (max-width: 900px) {
  .np-studio-active .preview-column { position: static; }
  .np-studio-active .preview-stage { height: 350px; min-height: 300px; }
}
@media (max-width: 600px) {
  .legacy-studio .customizer-hero { padding-block: 18px; }
  .legacy-studio .customizer-hero-copy .eyebrow { display: none; }
  .np-studio-active .preview-stage { height: 290px; min-height: 260px; }
  .np-layout-options { gap: 6px; }
  .np-layout-options button { font-size: .75rem; }
  .np-processing-row { align-items: stretch; flex-direction: column; }
  .np-camera-controls { right: 10px; bottom: 14px; }
  .np-preview-status { left: 12px; top: 12px; font-size: .75rem; }
  .np-print-note { padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) { .np-preview-host { transition: none; } }
