/* MODULITH site stylesheet - generated pages share this single file.
   Tokens per modulith-tokens.css v0.1 · brand per MODULITH_Brand_Foundation.md */

@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/space-grotesk-500.woff2) format("woff2")}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/space-grotesk-700.woff2) format("woff2")}

:root{
  --ml-orange:#FF6A1A;--ml-orange-press:#D9550F;
  --ml-charcoal:#2C2D31;--ml-ink:#1D1E20;--ml-paper:#ECECEE;
  --ml-muted:#A6A8AD;--ml-line:#4A4B50;--ml-panel:#3A3B3F;
  --tile-fade-55:rgba(29,30,32,.55);--tile-fade-0:rgba(29,30,32,0);
  --ml-good:#4CC38A;--ml-bad:#E5534B;--r:10px;
  font-size:16px;
}
*{box-sizing:border-box}
body{margin:0;background:var(--ml-charcoal);color:var(--ml-paper);font-family:"Segoe UI",system-ui,-apple-system,sans-serif;line-height:1.5}
h1,h2,h3{font-family:"Space Grotesk","Segoe UI",sans-serif}
a{color:var(--ml-orange)}
:focus-visible{outline:2px solid var(--ml-orange);outline-offset:2px}

/* ---------- Masthead ---------- */
header{background:var(--ml-ink);border-bottom:1px solid var(--ml-line);position:sticky;top:0;z-index:10;padding:0 28px}
.shell{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:32px;min-height:80px}
.brandlink{display:block;line-height:0}
.brandlogo{height:48px;width:auto;display:block}
.mainnav{display:flex;gap:26px;margin-left:auto;font-weight:600;font-size:1rem;align-items:center}
.mainnav a{color:var(--ml-paper);text-decoration:none}
.mainnav a:hover,.mainnav a[aria-current]{color:var(--ml-orange)}
.navmenu{position:relative}
.menubtn{appearance:none;background:none;border:none;color:var(--ml-paper);font:inherit;font-weight:600;cursor:pointer;padding:6px 0}
.menubtn:hover{color:var(--ml-orange)}
.menubtn .caret{color:var(--ml-muted)}
.dropdown{display:none;position:absolute;top:100%;left:-14px;background:var(--ml-ink);border:1px solid var(--ml-line);border-radius:var(--r);min-width:200px;padding:8px 0;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.dropdown.open{display:block}
.dropdown a{display:block;padding:9px 18px}
.dropdown a:hover{background:var(--ml-panel)}
.mobilebtn{display:none;appearance:none;background:none;border:1px solid var(--ml-line);border-radius:8px;color:var(--ml-paper);font-size:1.1rem;padding:6px 12px;cursor:pointer;margin-left:auto}
dialog.mobilenav{background:var(--ml-ink);color:var(--ml-paper);border:1px solid var(--ml-line);border-radius:var(--r);padding:18px 22px;min-width:min(320px,88vw)}
dialog.mobilenav::backdrop{background:rgba(0,0,0,.55)}
dialog.mobilenav a{display:block;color:var(--ml-paper);text-decoration:none;font-weight:600;padding:10px 2px;border-bottom:1px solid #35363b}
dialog.mobilenav a:hover{color:var(--ml-orange)}
.mnhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:var(--ml-muted);font-weight:700}
.mnclose{appearance:none;background:none;border:none;color:var(--ml-paper);font-size:1rem;cursor:pointer}

/* ---------- Frame ---------- */
main{max-width:1280px;margin:0 auto;padding:26px 28px 60px}
main.wide{max-width:1320px}
.crumbs{font-size:.85rem;color:var(--ml-muted);margin-bottom:18px}
.crumbs a{color:var(--ml-muted)}
footer{border-top:1px solid var(--ml-line);color:var(--ml-muted);font-size:.85rem;padding:26px 28px}
.fshell{max-width:1280px;margin:0 auto;display:flex;gap:18px;flex-wrap:wrap;justify-content:space-between;align-items:center}
footer a{color:var(--ml-muted)}
footer a:hover{color:var(--ml-orange)}

/* ---------- Shared atoms ---------- */
.btn{display:inline-block;padding:10px 18px;border-radius:var(--r);font-weight:700;text-decoration:none;font-size:.95rem}
.btn-primary{background:var(--ml-orange);color:var(--ml-ink)}
.btn-primary:hover{background:var(--ml-orange-press)}
.btn-ghost{border:1px solid var(--ml-line);color:var(--ml-paper)}
.btn-ghost:hover{border-color:var(--ml-orange)}
.badge{font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:3px 9px;border-radius:6px;width:fit-content}
.b-free{background:var(--ml-good);color:var(--ml-ink)}
.b-club,.b-cop,.b-mix{background:var(--ml-panel);color:var(--ml-paper);border:1px solid var(--ml-line)}
.b-soon{background:none;color:var(--ml-muted);border:1px dashed var(--ml-line)}
.b-buy{background:none;color:var(--ml-paper);border:1px solid var(--ml-muted)}
.chip{border:1px solid var(--ml-line);border-radius:999px;padding:3px 11px;color:var(--ml-paper);font-weight:600;font-size:.76rem;letter-spacing:.04em}
.former{color:var(--ml-muted);font-size:.95rem}
.former a{color:var(--ml-muted);text-decoration:underline dotted;text-underline-offset:3px}
.former a:hover{color:var(--ml-orange)}
.sub{color:var(--ml-muted);margin:0 0 22px;max-width:70ch}
.hint{color:var(--ml-muted);font-size:.85rem;margin:0 0 14px}

/* ---------- Cards & grids ---------- */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:13px}
.card{border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);padding:17px 19px;text-decoration:none;color:var(--ml-paper);display:flex;flex-direction:column;gap:7px;transition:transform .2s ease,border-color .2s ease}
a.card:hover{border-color:var(--ml-orange);transform:translateY(-2px)}
.card b{font-family:"Space Grotesk",sans-serif;font-size:1rem}
.card .meta{color:var(--ml-muted);font-size:.8rem}
.card.pending{opacity:.75}
.card.pending .meta{font-style:normal}
.thumb{width:100%;height:110px;object-fit:contain;background:var(--ml-panel);border-radius:7px}
.row{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.sdot{width:11px;height:11px;border-radius:3px;display:inline-block}

/* ---------- Catalog browse ---------- */
.search input{width:100%;background:var(--ml-ink);border:1px solid var(--ml-line);border-radius:var(--r);color:var(--ml-paper);font:inherit;font-size:1.05rem;padding:15px 20px}
.flabel{font-size:.8rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ml-muted);margin:26px 0 10px}
.tiles{display:grid;gap:10px}
.tiles.types{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}
.tiles.cols{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.tile{appearance:none;border:1px solid var(--ml-line);background:var(--ml-ink);color:var(--ml-paper);border-radius:var(--r);padding:12px 14px;cursor:pointer;font-family:inherit;text-align:left;display:flex;gap:12px;align-items:center;transition:border-color .15s ease,transform .15s ease}
.tile:hover:not([aria-disabled="true"]){border-color:var(--ml-orange);transform:translateY(-1px)}
.tile[aria-pressed="true"]{border-color:var(--ml-orange);box-shadow:inset 0 0 0 1px var(--ml-orange)}
.tile[aria-disabled="true"]{opacity:.35;cursor:default}
.tile img{width:44px;height:44px;object-fit:contain;background:var(--ml-panel);border-radius:7px;flex-shrink:0}
.tile .cdot{width:44px;height:44px;border-radius:7px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font:700 1rem "Space Grotesk",sans-serif;color:var(--ml-ink)}
.tile b{display:block;font-family:"Space Grotesk",sans-serif;font-size:.95rem;line-height:1.25}
.tile small{color:var(--ml-muted);font-size:.76rem;display:block}
.tile .cnt{margin-left:auto;color:var(--ml-muted);font-size:.78rem;font-weight:700}
/* Type tiles carry a photo instead of a 44px icon chip. The art is a BACKGROUND
   that bleeds off the right edge under a left-to-right legibility gradient -
   the same treatment as the Planner's mount cards - so the label gets the full
   tile width instead of sharing it with a cropped thumbnail.
   --art is set inline per tile; the gradient lives here so there is one place
   to tune it. Solid to 62% with the label capped at the same 62% keeps every label ON
   SOLID GROUND - measured, because at the 170px minimum column the text ran
   to 73% and the tail sat over the photo. */
.tile.art{position:relative;min-height:84px;padding:12px 14px;align-items:flex-start;flex-direction:column;justify-content:center;gap:2px;background-image:linear-gradient(to right,var(--ml-ink) 0%,var(--ml-ink) 62%,var(--tile-fade-55) 84%,var(--tile-fade-0) 100%),var(--art);background-size:auto,cover;background-position:center,center right;background-repeat:no-repeat,no-repeat}
.tile.art>span:first-child{max-width:62%}
.tile.art .cnt{position:absolute;top:10px;right:12px;margin:0;background:var(--ml-ink);border-radius:999px;padding:1px 7px;font-size:.74rem}
.tile.art[aria-disabled="true"]{filter:grayscale(1)}
/* --- Plain-language layer (newcomer) -------------------------------------
   .deflabel is the always-visible one-line definition under a section
   heading; .info-tip is the opt-in nuance beside it. The definition never
   lives in the tooltip - see components.js infoTip for why. */
/* Results mode (set by the catalog script when any filter/search is active):
   the onboarding blocks collapse so the first result sits near the top while
   refining. Measured motivation: unfiltered first-result began at ~1029px on
   desktop and ~1715px on a 390px phone, mostly discovery copy a filtering
   visitor has already read. Class-toggled only - the no-JS page never
   collapses. */
body.results-mode .sub,body.results-mode .deflabel:not(.legend),body.results-mode details.depths{display:none}
.chiprow.subrow{margin:10px 0 0;align-items:center;gap:8px}
.chiprow.subrow[hidden]{display:none}
.sublabel{color:var(--ml-muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-right:2px}
.deflabel{margin:-4px 0 10px;color:var(--ml-muted);font-size:.86rem;max-width:70ch}
.deflabel b{color:var(--ml-paper);font-weight:600}
.deflabel.legend{max-width:none;display:flex;flex-wrap:wrap;gap:4px 6px;align-items:center;line-height:1.5;margin:14px 0 0}
.deflabel.legend .badge{margin:0 2px}
.tipwrap{position:relative;display:inline-flex;vertical-align:middle}
.info-tip{appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:7px;padding:0;border:1px solid var(--ml-line);border-radius:50%;background:var(--ml-panel);color:var(--ml-muted);font:italic 700 11px/1 Georgia,"Times New Roman",serif;cursor:help;flex:none}
.info-tip::before{content:"i"}
.info-tip:hover,.info-tip:focus{color:var(--ml-orange);border-color:var(--ml-orange);outline:none}
/* Hidden tips use display:none, NOT visibility:hidden - a visibility-hidden
   element still occupies layout, and three hidden 300px tips were silently
   widening the mobile document to 551px (audit-confirmed, then reproduced).
   The fade went with it; correctness over nicety. */
.tiptext{display:none;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translateX(-50%);width:max-content;max-width:min(300px,calc(100vw - 28px));background:var(--ml-ink);color:var(--ml-paper);border:1px solid var(--ml-line);border-radius:8px;padding:9px 11px;font:400 .8rem/1.45 "Segoe UI",system-ui,sans-serif;text-align:left;text-transform:none;letter-spacing:normal;box-shadow:0 6px 20px rgba(0,0,0,.5);z-index:60;pointer-events:none}
.tipwrap:hover .tiptext,.info-tip:focus+.tiptext{display:block}
/* The what-fits guidance lives in a disclosure, not on the tiles - the same
   shape as the Planner's "Unsure which length to choose?". On the tiles it
   cost 206px of filter row before a visitor reached a single result. */
.depthlist{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:7px}
.depthlist li{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline;font-size:.86rem}
.depthlist a{color:var(--ml-paper);text-decoration:none;white-space:nowrap}
.depthlist a:hover{color:var(--ml-orange)}
.depthlist a span{color:var(--ml-muted);font-weight:400}
.depthlist .eg{color:var(--ml-muted)}
details.more.depths summary{text-transform:none;letter-spacing:normal;font-size:.9rem;color:var(--ml-orange)}
/* On a phone the tip becomes a bottom toast: an absolute tip anchored to an
   (i) near the screen edge cannot avoid clipping at 390px, and a fixed strip
   with both edges pinned can never overflow the document. */
@media (max-width:560px){.tiptext{position:fixed;left:12px;right:12px;bottom:14px;top:auto;transform:none;width:auto;max-width:none}}
details.more{margin:22px 0 0;border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);padding:12px 16px}
details.more summary{cursor:pointer;color:var(--ml-muted);font-weight:700;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}
details.more[open] summary{margin-bottom:12px}
.chiprow{display:flex;gap:8px;flex-wrap:wrap}
.fbtn{appearance:none;border:1px solid var(--ml-line);background:none;color:var(--ml-paper);border-radius:999px;padding:6px 14px;font:600 .85rem "Segoe UI",system-ui,sans-serif;cursor:pointer}
.fbtn:hover{border-color:var(--ml-orange)}
.fbtn[aria-pressed="true"]{background:var(--ml-orange);border-color:var(--ml-orange);color:var(--ml-ink)}
.fbtn:disabled{opacity:.35;cursor:default}
.activebar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:20px 0 8px;min-height:34px}
.abadge{display:inline-flex;gap:7px;align-items:center;background:var(--ml-panel);border:1px solid var(--ml-line);border-radius:999px;padding:5px 8px 5px 13px;font-size:.82rem;font-weight:600}
.abadge button{appearance:none;border:none;background:var(--ml-line);color:var(--ml-paper);border-radius:50%;width:18px;height:18px;line-height:1;font-size:.7rem;cursor:pointer}
.abadge button:hover{background:var(--ml-orange);color:var(--ml-ink)}
#clearall{appearance:none;border:none;background:none;color:var(--ml-orange);font:600 .85rem "Segoe UI",sans-serif;cursor:pointer;text-decoration:underline}
.count{color:var(--ml-muted);font-size:.9rem;margin:0 0 14px}
.empty{border:1px dashed var(--ml-line);border-radius:var(--r);padding:38px;text-align:center;color:var(--ml-muted);display:none}
.empty b{color:var(--ml-paper)}
.partsstrip{margin:6px 0 18px}
.partsstrip .plink{display:inline-block;border:1px solid var(--ml-line);border-radius:999px;padding:5px 13px;margin:0 6px 8px 0;color:var(--ml-paper);text-decoration:none;font-size:.84rem;font-weight:600}
.partsstrip .plink:hover{border-color:var(--ml-orange)}
noscript .nojs-note{display:block;border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);color:var(--ml-muted);padding:12px 16px;margin:0 0 16px}

/* ---------- Collection hub ---------- */
.hero{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}
.hero h1{margin:0;font-size:2.2rem}
.hero .cdot{width:14px;height:14px;border-radius:4px;display:inline-block;align-self:center}
.tag{color:var(--ml-muted);margin:8px 0 20px;max-width:70ch}
.doors{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 34px;max-width:760px}
.door{position:relative;overflow:hidden;border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);text-decoration:none;color:var(--ml-paper);min-height:130px;display:block;padding:20px 22px}
.door .dimg{position:absolute;inset:0;padding:0}
.door .dimg img{width:100%;height:100%;object-fit:cover;object-position:right center}
.door .dimg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ml-ink) 34%,rgba(29,30,32,.88) 55%,rgba(29,30,32,.38) 100%)}
.door .din{position:relative;z-index:1;display:block;max-width:78%}
.door:hover{border-color:var(--ml-orange)}
.door b{font-family:"Space Grotesk",sans-serif;font-size:1.05rem;display:block;margin-bottom:4px}
.door span{color:var(--ml-muted);font-size:.88rem}
.sect{font-size:1.05rem;margin:30px 0 4px;letter-spacing:.05em;text-transform:uppercase;color:var(--ml-muted);font-family:"Space Grotesk",sans-serif}

/* ---------- Product page ---------- */
.prod{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:baseline}
.prod h1{margin:0;font-size:2rem}
.accessrow{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:12px 0 4px}
.connects{display:flex;gap:8px;align-items:center;font-size:.8rem;color:var(--ml-muted)}
.famnote{color:var(--ml-muted);font-size:.85rem;max-width:64ch;margin:0 0 14px}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 26px}
.tabs{display:flex;gap:6px;margin:4px 0 18px;border-bottom:1px solid var(--ml-line)}
.tab{border-bottom:3px solid transparent;color:var(--ml-muted);font:700 1rem "Space Grotesk","Segoe UI",sans-serif;padding:8px 16px;text-decoration:none}
.tab[aria-current="page"]{color:var(--ml-paper);border-bottom-color:var(--ml-orange)}
.h2{font-size:1.15rem;margin:26px 0 6px;font-family:"Space Grotesk",sans-serif}
.fitrow{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 16px;font-size:.88rem}
.fitrow select{background:var(--ml-ink);color:var(--ml-paper);border:1px solid var(--ml-line);border-radius:8px;padding:7px 10px;font:inherit}
.mxwrap{overflow-x:auto;padding-bottom:6px}
.matrix{display:grid;grid-template-columns:76px repeat(4,minmax(96px,1fr));gap:8px;min-width:520px;max-width:640px}
.matrix .hd{color:var(--ml-muted);font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}
.cell{border:1px solid var(--ml-line);background:var(--ml-panel);color:var(--ml-paper);border-radius:8px;padding:12px 4px;font-weight:700;font-size:.9rem;text-decoration:none;text-align:center;position:relative;display:block}
.cell:hover{border-color:var(--ml-orange)}
.cell[aria-current="page"]{background:var(--ml-orange);color:var(--ml-ink);border-color:var(--ml-orange)}
.cell .nofit{position:absolute;top:3px;right:6px;font-size:.7rem}
.gap{border:1px dashed var(--ml-line);border-radius:8px;color:var(--ml-muted);opacity:.55;display:flex;align-items:center;justify-content:center;font-size:.72rem}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:8px 0 6px}
.gallery .ph{border-radius:8px;aspect-ratio:16/10;background:var(--ml-panel);overflow:hidden;position:relative}
.gallery img{width:100%;height:100%;object-fit:cover;display:block}
.gallery .slot{display:flex;align-items:center;justify-content:center;color:var(--ml-muted);font-size:.78rem;text-align:center;padding:10px;height:100%}
.gcred{font-size:.75rem;color:var(--ml-muted);margin:0 0 8px}
.gcred a{color:var(--ml-muted)}

/* ---------- Part page ---------- */
.partgrid{display:grid;grid-template-columns:300px 1fr;gap:28px;margin-top:8px}
/* The renders are square (256x256 today). The old width="600" height="450"
   markup plus a width-only CSS override stretched them into a 300x450
   portrait - soft and oddly framed on every part page. A square stage with
   object-fit:contain shows them undistorted, and keeps working when larger
   masters land. */
.partgrid img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;border-radius:8px;background:var(--ml-panel)}
/* 3D preview embed: the render is the loading state AND the permanent
   fallback; the iframe (the viewer's transparent ?part= mode) sits on the
   same panel color, so the ready crossfade is seamless. Click-to-load only -
   no page pays for WebGL it didn't ask for. */
.media3d{position:relative}
.media3d img{display:block;transition:opacity .18s ease}
.ifr3d{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:8px;background:var(--ml-panel);opacity:0;pointer-events:none;transition:opacity .18s ease}
/* z-index:2 is load-bearing: the iframe is appended AFTER the toggle and
   would otherwise paint over it in 3D state - hiding exactly the control
   that switches back (caught by eye on the live page; DOM tests can't see
   paint order) */
.mediaseg{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:2;display:flex;border:1px solid var(--ml-line);border-radius:999px;background:rgba(20,21,24,.85);overflow:hidden}
.mediaseg button{appearance:none;border:0;background:transparent;color:var(--ml-paper);font-weight:700;font-size:.82rem;padding:7px 14px;cursor:pointer}
.mediaseg button.on{background:var(--ml-orange);color:var(--ml-ink)}
.mediaseg button:disabled{color:var(--ml-muted);cursor:default}
.mediaseg button:not(.on):not(:disabled):hover{color:var(--ml-orange)}
.imgnote{font-size:.72rem;color:var(--ml-muted);margin:6px 0 0}
.decode{font-size:.85rem;color:var(--ml-muted);margin:0 0 14px}
.decode b{color:var(--ml-paper)}
.fitline{font-size:.88rem;font-weight:600;margin:0 0 14px;min-height:1.2em}
.customplate input{width:78px;background:var(--ml-ink);border:1px solid var(--ml-line);border-radius:6px;color:var(--ml-paper);padding:6px 8px;font-size:.88rem}
.customplate .cpx{color:var(--ml-muted);font-size:.88rem}
.customplate button{padding:6px 12px;border-radius:6px;border:1px solid var(--ml-line);background:transparent;color:var(--ml-paper);font-weight:700;font-size:.82rem;cursor:pointer}
.customplate button:hover{border-color:var(--ml-orange)}
.fit-ok{color:var(--ml-good)} .fit-no{color:var(--ml-bad)}
table.specs{border-collapse:collapse;font-size:.88rem;width:100%;max-width:520px}
.specs td,.specs th{text-align:left;padding:6px 12px 6px 0;border-bottom:1px solid #35363b;vertical-align:top}
.specs th{color:var(--ml-muted);font-weight:600;white-space:nowrap}
.status-current{color:var(--ml-good);font-weight:700}
details.tech{margin-top:14px;font-size:.85rem}
details.tech summary{cursor:pointer;color:var(--ml-muted);font-weight:600}
details.tech[open] summary{margin-bottom:8px}
.mono{font-family:ui-monospace,Consolas,monospace;font-size:.76rem;color:var(--ml-muted)}
.getit{border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);padding:16px 18px;margin:16px 0}
.getit .h{font-weight:700;font-family:"Space Grotesk",sans-serif;margin:0 0 8px}
.getit .filename{background:var(--ml-panel);border-radius:6px;padding:2px 8px;font-family:ui-monospace,Consolas,monospace;font-size:.82rem}
.getit p{margin:8px 0 0;font-size:.85rem;color:var(--ml-muted)}
.sizestrip{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 0}
.sizestrip a{border:1px solid var(--ml-line);border-radius:8px;padding:5px 10px;color:var(--ml-paper);text-decoration:none;font-size:.8rem;font-weight:700}
.sizestrip a:hover{border-color:var(--ml-orange)}
.sizestrip a[aria-current="page"]{background:var(--ml-orange);color:var(--ml-ink);border-color:var(--ml-orange)}

/* ---------- Instructions / prose pages ---------- */
.prose{max-width:74ch}
.prose h1{font-size:1.8rem;margin:0 0 6px}
.prose p{margin:0 0 14px}
.prose ul{margin:0 0 14px;padding-left:22px}
.prose li{margin:0 0 6px}
.notecard{border:1px solid var(--ml-line);border-left:3px solid var(--ml-orange);border-radius:var(--r);background:var(--ml-ink);padding:14px 18px;margin:18px 0;font-size:.9rem;color:var(--ml-muted)}
.reassure{border:1px solid var(--ml-line);border-radius:var(--r);background:var(--ml-ink);padding:18px 22px;margin:18px 0}
.reassure b{font-family:"Space Grotesk",sans-serif}

/* ---------- Responsive ---------- */
@media(max-width:760px){
  header{padding:0 16px}
  .shell{min-height:64px}
  .brandlogo{height:36px}
  .mainnav{display:none}
  .mobilebtn{display:block}
  main{padding:20px 16px 48px}
  .doors{grid-template-columns:1fr}
  .hero h1{font-size:1.6rem}
  .prod h1{font-size:1.5rem}
  .partgrid{grid-template-columns:1fr}
  .tiles.types,.tiles.cols{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery .ph:nth-child(3){display:none}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none!important;animation:none!important}
}
