:root {
  --ink: #070b11;
  --ink-2: #0d1520;
  --ink-3: #121e2b;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --muted: #9da8b4;
  --gold: #d7ae5a;
  --gold-bright: #f0cf85;
  --blue: #287be4;
  --pink: #df2671;
  --green: #39a875;
  --red: #d95353;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--sans); }
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.premium-header { position: sticky; z-index: 50; top: 0; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px clamp(18px, 5vw, 74px); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5,9,14,.94); backdrop-filter: blur(18px); }
.premium-brand { display: flex; align-items: center; gap: 13px; }
.premium-brand > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(215,174,90,.74); color: var(--gold-bright); font-family: var(--serif); font-size: 18px; }
.premium-brand strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.premium-brand small { display: block; margin-top: 4px; color: #84909d; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.premium-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(13px, 2vw, 27px); }
.premium-header nav a { color: #b9c1ca; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.premium-header nav a:hover, .premium-header nav a[aria-current="page"] { color: var(--gold-bright); }
.premium-hero { min-height: 790px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(215,174,90,.18), transparent 33%), radial-gradient(circle at 88% 12%, rgba(40,123,228,.18), transparent 31%), linear-gradient(135deg, #070a0e, #0b1420 60%, #070a0e); }
.hero-copy { align-self: center; padding: clamp(75px, 8vw, 130px) clamp(24px, 7vw, 110px); }
.eyebrow, .section-kicker { margin: 0; color: var(--gold-bright); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 35px; height: 1px; margin-right: 10px; background: currentColor; vertical-align: middle; }
.hero-copy h1, .section-heading h2, .premium-promise h2, .safety-section h2 { font-family: var(--serif); font-weight: 400; }
.hero-copy h1 { margin: 22px 0 25px; font-size: clamp(68px, 8vw, 118px); letter-spacing: -.065em; line-height: .81; }
.hero-copy h1 em, .section-heading h2 em { color: var(--gold-bright); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 780px; margin: 0; color: #b6c0ca; font-size: 14px; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.button-gold { background: var(--gold); color: #0c0a06; }
.button-outline { border-color: rgba(255,255,255,.28); color: #fff; }
.hero-metrics { max-width: 790px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 40px 0 0; padding: 0; border-block: 1px solid rgba(255,255,255,.12); }
.hero-metrics div { padding: 18px 13px; }
.hero-metrics div + div { border-left: 1px solid rgba(255,255,255,.1); }
.hero-metrics dt { color: var(--gold-bright); font-family: var(--serif); font-size: 31px; }
.hero-metrics dd { margin: 4px 0 0; color: #8793a0; font-size: 7px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-display { position: relative; min-height: 790px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.02), transparent); }
.hero-display::before { content: ""; position: absolute; inset: 9% 8%; border: 1px solid rgba(215,174,90,.18); transform: rotate(4deg); }
.hero-display::after { content: "72"; position: absolute; right: -4%; bottom: -10%; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 370px; line-height: 1; }
.hero-card { position: absolute; z-index: 2; width: min(410px, 72%); min-height: 235px; padding: 31px; border: 1px solid rgba(255,255,255,.15); background: rgba(13,21,32,.94); box-shadow: 0 35px 100px rgba(0,0,0,.48); backdrop-filter: blur(13px); }
.hero-card span, .hero-card small { display: block; color: #81909e; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-card strong { display: block; margin-top: 14px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: .98; }
.hero-card-one { top: 12%; left: 10%; transform: rotate(-4deg); }
.hero-card-two { top: 39%; right: 6%; transform: rotate(4deg); }
.hero-card-three { left: 13%; bottom: 8%; transform: rotate(-2deg); }
.motion-demo { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 25px 0 20px; }
.motion-demo i { position: relative; height: 52px; border: 2px solid var(--gold); border-radius: 50% 50% 42% 42%; }
.motion-demo i::before { content: ""; position: absolute; left: 50%; top: -18px; width: 15px; height: 15px; border: 2px solid var(--gold); border-radius: 50%; transform: translateX(-50%); }
.motion-demo b { color: var(--gold-bright); font-size: 28px; }
.correctness { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 27px 0 22px; }
.correctness b { padding: 13px; border: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.correctness b:first-child { color: #78d5a8; }
.correctness b:last-child { color: #f08787; }
.download-mark { width: 76px; height: 76px; display: grid; place-items: center; margin: 22px 0 18px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-size: 40px; }
.collection-map { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-block: 1px solid rgba(255,255,255,.1); background: #0a1018; }
.collection-map button { min-height: 135px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-content: center; gap: 4px 13px; padding: 22px clamp(13px, 2vw, 30px); border: 0; border-right: 1px solid rgba(255,255,255,.09); background: transparent; color: #fff; text-align: left; cursor: pointer; }
.collection-map button:last-child { border-right: 0; }
.collection-map button:hover { background: rgba(215,174,90,.06); }
.collection-map span { grid-row: 1 / 3; align-self: center; color: var(--gold); font-family: var(--serif); font-size: 29px; }
.collection-map strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.collection-map small { color: #778390; font-size: 7px; font-weight: 850; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }
.graphic-library { scroll-margin-top: 82px; padding: clamp(85px, 9vw, 138px) clamp(15px, 5vw, 76px); background: var(--paper); color: #17120c; }
.section-heading { max-width: 1480px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr); align-items: end; gap: 60px; margin: 0 auto 48px; }
.section-heading .section-kicker { color: #9a6e21; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(54px, 6vw, 90px); letter-spacing: -.055em; line-height: .88; }
.section-heading > p { max-width: 630px; justify-self: end; margin: 0; color: #6f665b; font-size: 13px; line-height: 1.8; }
.filter-panel { max-width: 1480px; display: grid; grid-template-columns: minmax(270px, 1.55fr) repeat(3, minmax(155px, .7fr)) auto; gap: 9px; margin: 0 auto 18px; padding: 12px; border: 1px solid #d6cbb9; background: #ece4d6; }
.filter-panel label { display: grid; gap: 7px; min-width: 0; padding: 9px 12px; border: 1px solid #d2c5b2; background: #faf7ef; }
.filter-panel label > span { color: #8a7657; font-size: 7px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.filter-panel input, .filter-panel select { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #211a11; font-size: 11px; }
.filter-panel button, .empty-state button { min-height: 57px; align-self: stretch; padding: 12px 17px; border: 1px solid #1b1711; background: #1b1711; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.result-bar { max-width: 1480px; display: flex; justify-content: space-between; gap: 20px; margin: 0 auto 24px; color: #83786a; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-bar p:last-child span:nth-of-type(1) { color: var(--blue); }
.graphic-grid { max-width: 1480px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.graphic-card { min-width: 0; overflow: hidden; border: 1px solid #d7cbbb; background: #fff; box-shadow: 0 18px 48px rgba(54,42,23,.08); transition: transform .22s ease, box-shadow .22s ease; }
.graphic-card:hover { transform: translateY(-4px); box-shadow: 0 25px 65px rgba(54,42,23,.14); }
.graphic-preview { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; border-bottom: 1px solid #ded3c5; background: #0b1017; cursor: zoom-in; }
.graphic-preview canvas { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; }
.graphic-preview > span { position: absolute; right: 12px; bottom: 12px; padding: 9px 11px; background: rgba(4,7,11,.9); color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.graphic-copy { padding: 23px 21px 21px; }
.graphic-copy > p:first-child { margin: 0; color: #97712b; font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.graphic-copy h3 { min-height: 58px; margin: 9px 0 11px; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.03em; line-height: 1.02; }
.graphic-copy > p:not(:first-child) { min-height: 49px; margin: 0; color: #756c61; font-size: 10px; line-height: 1.65; }
.graphic-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.graphic-tags span { padding: 6px 8px; border: 1px solid #ddd2c4; color: #716556; font-size: 6px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.graphic-actions { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 18px; }
.graphic-actions button { min-height: 42px; padding: 10px; border: 1px solid #1b1711; background: #1b1711; color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.graphic-actions button:last-child { width: 43px; border-color: #c9b999; background: transparent; color: #211a11; font-size: 18px; }
.graphic-card[data-audience*="men"] { border-top: 4px solid var(--blue); }
.graphic-card[data-audience*="women"] { border-top: 4px solid var(--pink); }
.graphic-card[data-audience="all"] { border-top: 4px solid var(--gold); }
.empty-state { max-width: 1480px; margin: 35px auto 0; padding: 65px; border: 1px dashed #bcae99; text-align: center; }
.empty-state strong { font-family: var(--serif); font-size: 35px; font-weight: 400; }
.empty-state p { color: #756c61; }
.empty-state button { margin-top: 10px; }
.premium-promise { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; padding: clamp(85px, 9vw, 135px) clamp(22px, 7vw, 110px); background: radial-gradient(circle at 10% 20%, rgba(215,174,90,.12), transparent 35%), #0a1018; }
.premium-promise h2 { max-width: 620px; margin: 16px 0 0; font-size: clamp(47px, 5vw, 73px); letter-spacing: -.045em; line-height: .92; }
.premium-promise ul { margin: 0; padding: 0; list-style: none; }
.premium-promise li { display: grid; grid-template-columns: 45px 145px 1fr; gap: 17px; align-items: baseline; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.premium-promise li span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.premium-promise li strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.premium-promise li p { margin: 0; color: #94a0ac; font-size: 11px; line-height: 1.7; }
.safety-section { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 42px; align-items: center; padding: clamp(70px, 8vw, 115px) clamp(22px, 7vw, 110px); background: #173f31; }
.safety-section > span { width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: var(--serif); font-size: 55px; }
.safety-section h2 { max-width: 1100px; margin: 14px 0 18px; font-size: clamp(39px, 4.5vw, 66px); letter-spacing: -.04em; line-height: .95; }
.safety-section p:not(.section-kicker) { max-width: 1180px; margin: 0; color: #c0d1c9; font-size: 12px; line-height: 1.8; }
footer { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px clamp(20px, 5vw, 74px); border-top: 1px solid rgba(255,255,255,.1); background: #05080c; }
footer p, footer > a:last-child { color: #808c99; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
footer > a:last-child { color: var(--gold-bright); }
.blueprint-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: #060a0f; color: #fff; }
.blueprint-dialog::backdrop { background: rgba(0,0,0,.9); }
.dialog-shell { height: 100%; display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; }
.dialog-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(16px, 4vw, 56px); border-bottom: 1px solid rgba(255,255,255,.1); background: #09111a; }
.dialog-header p { margin: 0 0 5px; color: var(--gold-bright); font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.dialog-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); font-weight: 400; line-height: 1; }
.dialog-header button { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: #fff; font-size: 28px; cursor: pointer; }
.dialog-toolbar { min-height: 61px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 9px clamp(12px, 4vw, 56px); border-bottom: 1px solid rgba(255,255,255,.08); background: #0d1722; }
.zoom-controls, .dialog-actions { display: flex; align-items: center; gap: 6px; }
.dialog-toolbar button { min-height: 39px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); background: #142130; color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.zoom-controls button { min-width: 41px; font-size: 17px; }
.zoom-controls #zoom-reset { min-width: 70px; font-size: 8px; }
.dialog-actions .download-button { border-color: var(--gold); background: var(--gold); color: #100c05; }
.dialog-toolbar > p { margin: 0; color: #82909e; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.dialog-content { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); }
.blueprint-stage { min-width: 0; min-height: 0; overflow: auto; padding: clamp(14px, 3vw, 40px); background-color: #030609; background-image: linear-gradient(45deg, #080d13 25%, transparent 25%), linear-gradient(-45deg, #080d13 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #080d13 75%), linear-gradient(-45deg, transparent 75%, #080d13 75%); background-position: 0 0, 0 8px, 8px -8px, -8px 0; background-size: 16px 16px; text-align: center; }
.blueprint-stage canvas { width: min(800px, 100%); height: auto; display: block; margin: 0 auto; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 32px 100px rgba(0,0,0,.7); transform-origin: top center; }
.blueprint-notes { min-height: 0; overflow-y: auto; padding: clamp(25px, 3vw, 46px); border-left: 1px solid rgba(255,255,255,.1); background: #0a1119; }
.blueprint-notes > div:first-child p { margin: 0; color: var(--gold-bright); font-size: 7px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.blueprint-notes > div:first-child h3 { margin: 9px 0 28px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; }
.blueprint-notes section { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.blueprint-notes h4 { margin: 0 0 12px; color: #dce3ea; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.blueprint-notes ol, .blueprint-notes ul { display: grid; gap: 8px; margin: 0; padding-left: 19px; color: #9ba7b2; font-size: 10px; line-height: 1.55; }
.mistake-panel h4 { color: #ef8a8a; }
.prescription { margin-top: 20px; padding: 17px; border-left: 3px solid var(--gold); background: rgba(215,174,90,.08); color: #ead5a8; font-size: 10px; line-height: 1.6; }
.related-link { display: block; margin-top: 20px; color: var(--gold-bright); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dialog-navigation { min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding: 8px clamp(12px, 4vw, 56px); border-top: 1px solid rgba(255,255,255,.09); background: #09111a; }
.dialog-navigation button { justify-self: start; min-height: 38px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.dialog-navigation button:last-child { justify-self: end; }
.dialog-navigation span { color: #75818d; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
@media (max-width: 1260px) {
  .premium-hero { grid-template-columns: 1fr; }
  .hero-display { min-height: 650px; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .collection-map { grid-template-columns: repeat(3, 1fr); }
  .collection-map button:nth-child(3n) { border-right: 0; }
  .collection-map button:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.09); }
  .graphic-grid { grid-template-columns: repeat(3, 1fr); }
  .filter-panel { grid-template-columns: 1fr 1fr 1fr; }
  .search-field { grid-column: span 2; }
  .filter-panel button { min-height: 58px; }
}
@media (max-width: 900px) {
  .premium-header { position: static; align-items: flex-start; flex-direction: column; }
  .premium-header nav { justify-content: flex-start; }
  .section-heading, .premium-promise { grid-template-columns: 1fr; gap: 30px; }
  .section-heading > p { justify-self: start; }
  .graphic-grid { grid-template-columns: repeat(2, 1fr); }
  .dialog-content { grid-template-columns: 1fr; overflow-y: auto; }
  .blueprint-stage { min-height: 72vh; overflow: visible; }
  .blueprint-notes { overflow: visible; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .premium-promise li { grid-template-columns: 38px 125px 1fr; }
}
@media (max-width: 640px) {
  .premium-header nav a:nth-child(2), .premium-header nav a:nth-child(3) { display: none; }
  .hero-copy { padding-inline: 22px; }
  .hero-copy h1 { font-size: clamp(65px, 19vw, 88px); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .hero-metrics div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .hero-display { min-height: 600px; }
  .hero-card { width: 80%; min-height: 210px; padding: 25px; }
  .hero-card-one { top: 7%; left: 6%; }
  .hero-card-two { top: 37%; right: 4%; }
  .hero-card-three { left: 8%; bottom: 3%; }
  .collection-map { grid-template-columns: 1fr 1fr; }
  .collection-map button:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.09); }
  .collection-map button:nth-child(2n) { border-right: 0; }
  .collection-map button:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.09); }
  .graphic-library { padding-inline: 12px; }
  .section-heading h2 { font-size: 50px; }
  .filter-panel { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .result-bar { align-items: flex-start; flex-direction: column; }
  .graphic-grid { grid-template-columns: 1fr; }
  .graphic-copy h3 { min-height: auto; }
  .graphic-copy > p:not(:first-child) { min-height: auto; }
  .premium-promise { padding-inline: 22px; }
  .premium-promise li { grid-template-columns: 38px 1fr; }
  .premium-promise li p { grid-column: 2; }
  .safety-section { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .dialog-toolbar { grid-template-columns: 1fr auto; }
  .dialog-toolbar > p { display: none; }
  .dialog-actions button:first-child { display: none; }
  .dialog-actions button { padding-inline: 8px; }
  .blueprint-stage { min-height: 58vh; padding: 8px; }
  .dialog-navigation span { display: none; }
  .dialog-navigation { grid-template-columns: 1fr 1fr; }
}
@media print {
  body * { visibility: hidden !important; }
  .blueprint-dialog[open], .blueprint-dialog[open] * { visibility: visible !important; }
  .blueprint-dialog[open] { position: fixed; inset: 0; width: 100%; height: auto; overflow: visible; background: #fff; }
  .dialog-header, .dialog-toolbar, .blueprint-notes, .dialog-navigation { display: none !important; }
  .dialog-shell, .dialog-content { display: block; height: auto; }
  .blueprint-stage { overflow: visible; padding: 0; background: #fff; }
  .blueprint-stage canvas { width: 100%; max-width: 8in; border: 0; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
