@font-face{font-family:Geist;src:url('assets/fonts/Geist-Latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
/* The ground, the ink and the accent are plate-identity.css's now. This page used
   to declare a theme of its own -- a paler charcoal and a pale-green accent -- which
   is why the library read as a different product from the homepage it links out of.
   What is left here is the page's own reset and the two aliases its own rules use. */
:root{color-scheme:dark;--ease:cubic-bezier(.2,.8,.2,1)}
.plate-home{--text:var(--ink);--accent:var(--orange)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:140px}body{margin:0;background:var(--bg);color:var(--text);font-family:Geist,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1,h2{font-weight:500;letter-spacing:-.055em}p{line-height:1.65}button{border:0}img{display:block;max-width:100%}.shell{width:min(1392px,calc(100% - 96px));margin:auto}.skip{position:fixed;left:20px;top:-60px;padding:12px;background:var(--text);color:var(--bg);z-index:10}.skip:focus{top:10px}
/* The page's own sticky bar is gone: it now carries the site's, from
   plate-identity.css, with the same mark, navigation and behaviour. */
.pill{display:inline-flex;justify-content:center;align-items:center;gap:22px;padding:15px 22px;border-radius:28px;background:var(--text);color:var(--bg);font-weight:550;font-size:13px;min-height:46px;transition:transform .2s var(--ease),background .2s}.pill:hover{background:var(--accent);transform:translateY(-2px)}.pill:active{transform:translateY(0)}.pill.small{min-height:38px;padding:10px 18px}.pill.secondary{background:transparent;color:var(--text);border:1px solid #494a4f}.pill.secondary:hover{background:#282a2d}.pill[aria-disabled=true]{pointer-events:none;opacity:.5}
/* Intro: one compact line so the work enters within the first ~200px. */
.intro{padding:16px 0 10px;display:flex;align-items:baseline;justify-content:space-between;gap:24px 32px;flex-wrap:wrap}.eyebrow{font-size:10px;letter-spacing:.15em;color:var(--muted);margin-bottom:21px;display:flex;gap:8px;align-items:center}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}h1{font-size:28px;line-height:1.2}h1 span{color:var(--muted)}.intro-note{font-size:13px;color:var(--muted);max-width:520px;line-height:1.5}
/* The counts a buyer actually needs (library.js, derived from the catalogue) -- collapsed
   until that fetch resolves, never a placeholder number. */
.catalogue-breakdown{font-size:13px;color:var(--muted);margin-top:8px}
.catalogue-breakdown:empty{display:none}
/* Toolbar: filters, count, free toggle and search in one sticky row. */
.toolbar{display:flex;align-items:center;gap:16px;border-top:1px solid var(--line);padding:8px 0}.filters{display:flex;gap:4px;margin-right:auto}.filters button{background:transparent;color:var(--muted);border-radius:25px;padding:9px 16px;white-space:nowrap;min-height:36px;font-size:12px;transition:background .18s,color .18s}.filters button[aria-pressed=true]{background:var(--text);color:var(--bg)}.filters button:hover:not([aria-pressed=true]){background:var(--panel);color:var(--text)}.toolbar-meta{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:12px}#result-count{white-space:nowrap}.free-toggle{display:flex;align-items:center;gap:7px;cursor:pointer;min-height:28px;white-space:nowrap}.free-toggle input{accent-color:var(--accent);width:14px;height:14px;margin:0}.search-wrap{display:flex;align-items:center;gap:10px;background:var(--panel);border:1px solid #2a2b2e;border-radius:24px;padding:0 14px;color:var(--muted)}.search-wrap input{background:none;border:0;color:var(--text);width:170px;height:34px;outline-offset:6px;font-size:12px}
/* Grid: two columns by default, three from 1380px, one on phones. The frame is quiet --
   no uniform border -- so the artwork itself reads as the object, lifted gently on hover
   rather than outlined. */
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px;margin-top:12px}.creation{min-width:0;animation:arrive .4s var(--ease) both;content-visibility:auto;contain-intrinsic-size:300px 380px}
/* The plate number: a stable catalogue index (library.js), not a re-counted position, so a
   plate keeps its number under any filter or search. */
.plate-no{position:absolute;z-index:2;top:10px;left:10px;padding:4px 9px;border-radius:12px;background:#00000070;font:700 10px/1 "Courier New",monospace;letter-spacing:.08em;color:#9dffb4;pointer-events:none}
.plate-caption{font-family:"Courier New",monospace;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.toolbar .filters button{font-family:"Courier New",monospace;letter-spacing:.03em}
#result-count{font:700 11px/1 "Courier New",monospace;letter-spacing:.04em;color:#9dffb4}.card-open{display:block;width:100%;text-align:left;background:transparent;border:0;padding:0;border-radius:16px;transition:transform .35s var(--ease)}.card-open:hover,.card-open:focus-visible{transform:translateY(-5px)}.art{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:16px;background:#1c1d20;box-shadow:0 1px 0 #ffffff0a inset,0 18px 40px -18px #00000000;transition:box-shadow .35s var(--ease)}.card-open:hover .art,.card-open:focus-visible .art{box-shadow:0 1px 0 #ffffff12 inset,0 26px 50px -18px #000000b0}.art img,.art video{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.art video{position:absolute;inset:0;opacity:0;transition:opacity .2s;pointer-events:none}.art video.is-ready{opacity:1}
@media(prefers-reduced-motion:reduce){.art video{display:none}}
.art .open-label{position:absolute;right:14px;bottom:14px;display:flex;gap:9px;align-items:center;background:rgba(16,17,19,.88);backdrop-filter:blur(10px);border:1px solid #ffffff36;border-radius:24px;font-size:11px;padding:8px 13px;opacity:0;transform:translateY(6px);transition:opacity .2s,transform .2s}.card-open:focus-visible .open-label{opacity:1;transform:none}@media(hover:hover){.card-open:hover .open-label{opacity:1;transform:none}}@media(hover:none){.art .open-label{display:none}}
.card-meta{display:flex;align-items:center;justify-content:space-between;padding:14px 2px 0;gap:12px}.card-meta h3{font-size:17px;letter-spacing:-.03em;font-weight:520;line-height:1.25}.card-meta p{font-size:11px;color:#7d7e83;margin-top:4px;line-height:1.4;letter-spacing:.01em}.badge{font-size:10px;font-weight:450;border:1px solid #414448;border-radius:20px;padding:5px 10px;white-space:nowrap;color:#c6c7cb;flex-shrink:0}.badge.free{color:#0f1a0d;border-color:#a9e888;background:#bdf28f;font-weight:600}.badge.pro{color:#e6daca;border-color:#544636;background:#241f19}.art.failed:after{content:'Preview image unavailable';position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-size:12px}.collection-foot{font-size:12px;color:var(--muted);padding:30px 0 56px}.collection-foot span{display:block;color:#88898d;font-size:11px;margin-top:3px}.empty{text-align:center;padding:80px 24px}.empty h2{font-size:28px}.empty p{color:var(--muted);margin:15px 0 24px}.skeleton{aspect-ratio:4/3;border-radius:16px;background:#1e2023}
.how{padding:72px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:80px}.how h2,.pricing h2{font-size:clamp(33px,3.5vw,50px);line-height:1.1}.how ol{margin:0;padding:0;list-style:none}.how li{display:flex;gap:27px;padding:23px 0;border-top:1px solid var(--line)}.how li:first-child{padding-top:0;border:0}.how li>span{font-size:11px;color:var(--muted);padding-top:3px}.how h3{font-size:16px;font-weight:500;margin-bottom:8px}.how li p{color:var(--muted);font-size:13px;max-width:400px}.pricing{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;border-top:1px solid var(--line);padding:72px 0;align-items:stretch}.pricing-intro{padding-right:28px}.pricing-intro>p:last-child{color:var(--muted);font-size:13px;margin-top:23px;max-width:280px}.price-card{background:#18191c;border:1px solid var(--line);border-radius:20px;padding:26px;display:flex;flex-direction:column}.price-card.pro{background:#20231e;border-color:#45503a}.price-heading{display:flex;justify-content:space-between;align-items:center;gap:10px}.price-heading h3{font-size:17px;font-weight:500}.price{font-size:32px;letter-spacing:-.05em}.price-card>p{color:var(--muted);font-size:12px;margin-top:8px}.price-card ul{padding:0;list-style:none;display:grid;gap:13px;margin:28px 0;font-size:12px;line-height:1.6}.price-card li{padding-left:17px;position:relative}.price-card li:before{content:'✓';position:absolute;left:0;color:var(--accent)}.price-card .pill{margin-top:auto;gap:10px}.price-card .price-note{font-size:10px;line-height:1.5;margin-top:14px;min-height:30px}
/* The purchase contract (plan 4.3), stated once in pricing.json and applied here: what the
   licence grants, and what it deliberately does not, side by side rather than one long list. */
.entitlement-details{grid-column:1/-1;border-top:1px solid var(--line);padding-top:24px;margin-top:6px}
.entitlement-details>summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}
.entitlement-details>summary::-webkit-details-marker{display:none}
.entitlement-details>summary>span{font-size:16px;transition:transform .15s}
.entitlement-details[open]>summary>span{transform:rotate(45deg)}
.entitlement-oneline{font-size:13.5px;color:var(--text);margin:16px 0 20px}
.entitlement-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.entitlement-grid h3{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin:0 0 12px}
.entitlement-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:12.5px;color:var(--text);line-height:1.55}
.entitlement-list li{padding-left:16px;position:relative}
.entitlement-list li:before{content:'+';position:absolute;left:0;color:var(--muted)}
@media(max-width:700px){.entitlement-grid{grid-template-columns:1fr;gap:18px}}.faq{display:grid;grid-template-columns:1fr 2fr;gap:50px;padding:55px 0 80px;border-top:1px solid var(--line)}.faq h2{font-size:27px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq details:first-child{padding-top:0}summary{cursor:pointer;line-height:1.6}.faq details p{font-size:13px;color:var(--muted);margin-top:13px;max-width:700px}
/* Detail: presented like a piece, not a page -- a compact top bar (title, kind, the real
   actions), the work large below it on a dark surround, then the tabs. */
dialog{border:1px solid #44464a;padding:0;color:var(--text);background:var(--bg);border-radius:20px;width:min(1240px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px);overflow:auto;overscroll-behavior:contain}dialog::backdrop{background:#050607c9;backdrop-filter:blur(12px)}dialog[open]{animation:arrive .25s var(--ease)}
.detail-wrap{position:relative}
.detail-topbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px 28px;padding:14px 20px 14px 28px;background:#101113ee;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.detail-id{display:flex;align-items:center;gap:12px;min-width:0}.detail-chip{flex-shrink:0;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);white-space:nowrap}.detail-id .badge{flex-shrink:0}#project-title{font-size:17px;font-weight:550;letter-spacing:-.02em;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.detail-topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.detail-topbar-actions .pill{min-height:38px;padding:9px 16px;font-size:12px;gap:8px}.close{width:36px;height:36px;border-radius:50%;font-size:22px;line-height:1;background:#26282be6;border:1px solid #ffffff30;flex-shrink:0}.close:hover{background:#404348}.close:focus-visible{outline-offset:2px}
.detail-stage{background:#070708;padding:22px 28px}.detail-media{position:relative;width:100%;max-width:1080px;margin:0 auto;aspect-ratio:16/9;max-height:68dvh;overflow:hidden;border-radius:10px;background:#101113;box-shadow:0 30px 70px -20px #000c}.detail-media img,.detail-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.detail-media>p{position:absolute;inset:0;display:grid;place-items:center;padding:24px;text-align:center;color:var(--muted);font-size:13px}
.detail-body{padding:26px 32px 30px}.detail-summary{font-size:14px;color:#b8b9bd;line-height:1.6;max-width:760px;margin:0}
/* The single most important boundary, always visible next to the summary; the rest of the
   limits stay in the disclosure below. Amber, not red: a boundary, not an error. */
.detail-limitation{font-size:12px;color:#d9a86a;margin:8px 0 0;line-height:1.5;max-width:760px}
.detail-limitation:empty{display:none}
.detail-note{font-size:11px;color:var(--muted);margin:10px 0 0;line-height:1.6}.text-button{background:none;padding:10px 0 0;font-size:11px;color:var(--muted)}
/* The single quiet disclosure: everything past the one-line summary lives here, closed by
   default, so opening a project shows the work and one sentence -- never a page of
   documentation competing with it. */
.detail-disclosure{margin-top:14px;border-top:1px solid var(--line)}
.detail-disclosure>summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;padding:16px 0;font-size:12px;color:var(--muted)}
.detail-disclosure>summary::-webkit-details-marker{display:none}
.detail-disclosure>summary>span{font-size:15px;transition:transform .15s}
.detail-disclosure[open]>summary>span{transform:rotate(45deg)}
.detail-disclosure-body{padding-bottom:6px}
#about-panel,#customize-panel,#detail-status{max-width:820px}
.detail-disclosure-body h3{font-size:12px;font-weight:500;margin:18px 0 14px}
#deliverables{padding-left:17px;font-size:13px;color:#b2b3b7;line-height:1.6;margin:0}#deliverables li{margin:9px 0}
.fine-print{font-size:11px;color:var(--muted);margin:20px 0;line-height:1.7}.fine-print ul{padding-left:15px}
/* "Make it yours" is its own nested disclosure -- available, but never open by default. */
.customize-disclosure{font-size:13px;margin-top:18px}
.customize-disclosure>summary{cursor:pointer;color:var(--text);font-weight:500}
.customize-disclosure[open]>summary{margin-bottom:14px}
#customize-panel-body p{font-size:12px;color:var(--muted)}#customize-panel-body label{display:block;font-size:11px;margin:18px 0 8px}#customize-panel-body input,#customize-panel-body textarea{background:#1e2023;border:1px solid #424348;border-radius:8px;color:var(--text);padding:12px;width:100%;resize:vertical;font:inherit}#copy-brief{margin-top:18px;width:100%}#brief-preview{font:11px/1.7 monospace;white-space:pre-wrap;overflow-wrap:anywhere;max-height:230px;overflow:auto;color:#ceced0}#detail-status{font-size:11px;color:var(--accent);min-height:18px;margin-top:8px}.modal-open{overflow:hidden}
@keyframes arrive{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
@media(min-width:1380px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

@media(max-width:1050px){.shell{width:calc(100% - 48px)}.pricing{grid-template-columns:1fr 1fr}.pricing-intro{grid-column:1/-1;margin-bottom:12px}.pricing-intro>p:last-child{max-width:500px}.how{gap:45px}.detail-topbar{padding-inline:24px}.detail-body{padding-inline:24px}}
@media(max-width:700px){.shell{width:calc(100% - 36px)}.intro{padding:16px 0 10px;display:block}h1{font-size:24px}.intro-note{font-size:12px;margin-top:4px}.toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;padding:10px 0 8px;align-items:center}.filters{grid-column:1/-1;gap:0;justify-content:space-between;margin:0}.filters button{padding-inline:12px;font-size:12px}.search-wrap{min-width:0;order:2}.search-wrap input{width:100%;min-width:0}.toolbar-meta{order:3;gap:12px;font-size:11px}.grid{grid-template-columns:1fr;gap:22px;margin-top:12px}.art .open-label{display:none}.card-meta{padding-top:10px}.card-meta h3{font-size:16px}.collection-foot{padding-bottom:35px}.how{grid-template-columns:1fr;gap:30px;padding-block:40px}.how h2,.pricing h2{font-size:36px}.pricing{grid-template-columns:1fr;padding-block:40px}.pricing-intro{grid-column:auto}.price-card{padding:25px}.faq{grid-template-columns:1fr;gap:30px;padding-block:40px}
dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0}
.detail-topbar{position:relative;flex-wrap:wrap;padding:12px 50px 10px 16px;gap:8px}.detail-id{order:1;width:100%}#project-title{font-size:16px}.detail-topbar-actions{order:2;width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.detail-topbar-actions .pill{flex-shrink:0}.close{position:absolute;top:10px;right:10px;width:34px;height:34px}
.detail-stage{padding:14px 16px}.detail-media{max-height:46dvh;min-height:180px;border-radius:8px}
.detail-body{padding:18px 16px calc(24px + env(safe-area-inset-bottom))}#project-summary{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.pill:hover{transform:none}}
html{scrollbar-gutter:stable}
/* A deep link that names nothing real (R6/R1, 2026-09-14). It used to load the collection and
   say nothing at all, which reads as a broken page; now the page says what was asked for and
   leaves a working route. Amber like .detail-limitation -- a boundary, not an error. */
.deep-link-notice{margin:0 0 22px;padding:14px 18px;border:1px solid #544636;border-left:3px solid #d9a86a;border-radius:4px;background:#1a1713;color:#e3d6c4;font-size:13px;line-height:1.6;max-width:760px}
.deep-link-notice b{color:#f2e6d5;font-weight:600}
.deep-link-notice .text-button{padding:0;margin-left:6px;font-size:12px;color:#d9a86a;text-decoration:underline}
.deep-link-notice:focus-visible{outline:2px solid #d9a86a;outline-offset:3px}
/* Reached by a direct link, from outside the displayed collection. */
.detail-provenance{font-size:12px;color:#9aa6b2;margin:8px 0 0;line-height:1.5;max-width:760px}
/* Version, the date that version was actually checked, and the record's own update note. */
.detail-release{font-size:11px;color:var(--muted);margin:0 0 10px;line-height:1.6;letter-spacing:.01em}
#detail-support{display:inline-block;margin-left:20px}

/* ---------------------------------------------------------------- the project handoff
 * Promoted out of Details (2026-09-14): the prompt a customer actually pastes into their
 * agent used to sit three disclosures deep, behind "Details" then "Make it yours". It now
 * sits under the summary, where the work is. The lengthy package limits stayed behind
 * Details, because those are reference, not the action. */
.handoff{max-width:820px;margin:20px 0 4px;padding:18px 18px 16px;border:1px solid #33353a;border-radius:12px;background:#17181b}
.handoff.is-lead{border-color:var(--accent)}
.handoff[hidden]{display:none}
#customize-note{font-size:12px;color:var(--muted);margin:0}
#customize-note-extra{font-size:12px;color:var(--muted);margin:6px 0 0}
#customize-note-extra[hidden]{display:none}
.handoff label{display:block;font-size:11px;margin:16px 0 8px}
.handoff input,.handoff textarea{background:#1e2023;border:1px solid #424348;border-radius:8px;color:var(--text);padding:12px;width:100%;resize:vertical;font:inherit}
.handoff-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:16px}
.handoff-actions #copy-brief{margin-top:0;flex:1 1 220px;min-height:44px}
.handoff-actions #save-brief{min-height:44px}
#access-retry{min-height:44px;margin-top:4px}
#access-retry[hidden]{display:none}
#project-action-secondary[hidden]{display:none}
@media (max-width:640px){.handoff{padding:14px}.handoff-actions #copy-brief{flex:1 1 100%}}
