/* Artsby — shared stylesheet
   Palette: gallery paper, ink, conservation green, brass
   Type: Bricolage Grotesque (display) / Instrument Sans (body + utility) */

:root {
  --paper:      #FFFFFF;
  --surface:    #FFFFFF;
  --surface-2:  #FAF9F6;
  --tint:       #F7F6F2;
  --rule:       #E4E2DB;
  --rule-soft:  #EFEDE7;
  --ink:        #1A1A17;
  --ink-2:      #4A4A44;
  --ink-3:      #77776E;
  --green:      #1550AE;   /* cobalt — primary action */
  --green-soft: #E6EEFA;
  --brass:      #C4155A;   /* magenta — accents and kickers */
  --brass-soft: #FDE9F0;
  --hot:        #F86C9D;
  --crimson:    #A40325;
  --navy:       #132762;
  --cream:      #FBF3E4;
  --shadow:     0 1px 2px rgba(26,26,23,.04), 0 10px 30px -20px rgba(26,26,23,.35);
  --maxw:       1080px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper:      #14140F;
    --surface:    #1C1C17;
    --surface-2:  #1A1A15;
    --tint:       #1A1A15;
    --rule:       #37372F;
    --rule-soft:  #2B2B24;
    --ink:        #EDEBE3;
    --ink-2:      #BAB8AE;
    --ink-3:      #85847A;
    --green:      #7BA8F0;
    --green-soft: #14203A;
    --brass:      #FF8FB8;
    --brass-soft: #35101F;
    --hot:        #F86C9D;
    --crimson:    #E2506E;
    --navy:       #8FA6E0;
    --cream:      #241E14;
    --shadow:     0 1px 2px rgba(0,0,0,.5), 0 10px 30px -20px rgba(0,0,0,.9);
  }
}
:root[data-theme="dark"] {
  --paper:      #14140F;
  --surface:    #1C1C17;
  --surface-2:  #1A1A15;
  --tint:       #1A1A15;
  --rule:       #37372F;
  --rule-soft:  #2B2B24;
  --ink:        #EDEBE3;
  --ink-2:      #BAB8AE;
  --ink-3:      #85847A;
  --green:      #7BA8F0;
  --green-soft: #14203A;
  --brass:      #FF8FB8;
  --brass-soft: #35101F;
  --hot:        #F86C9D;
  --crimson:    #E2506E;
  --navy:       #8FA6E0;
  --cream:      #241E14;
  --shadow:     0 1px 2px rgba(0,0,0,.5), 0 10px 30px -20px rgba(0,0,0,.9);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", ui-sans-serif, system-ui, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 720px; }

/* ---------- Type ---------- */
h1, h2, h3, .display {
  font-family: "Bricolage Grotesque", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
  text-wrap: balance;
  margin: 0;
}
h1 { font-size: clamp(40px, 6.4vw, 68px); line-height: .98; }
h2 { font-size: clamp(27px, 3.6vw, 38px); line-height: 1.08; }
h3 { font-size: 20px; line-height: 1.25; font-weight: 700; letter-spacing: -.02em; }

p { margin: 0 0 18px; max-width: 66ch; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--brass); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}
strong { font-weight: 700; }

.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 14px;
}
.lede { font-size: clamp(18px, 2.2vw, 21px); line-height: 1.55; color: var(--ink-2); max-width: 60ch; }

/* ---------- Header ---------- */
.site-head {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  flex-wrap: wrap;
}
/* logo — register marks bracketing the wordmark */
.brand {
  display: inline-flex;
  align-items: center;
  gap: .3em;
  font-family: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--ink);
  text-decoration: none;
}
.brand:hover { color: var(--green); }
.brand .cm {
  width: .3em;
  height: .3em;
  position: relative;
  flex: none;
  opacity: .8;
}
.brand .cm::before,
.brand .cm::after { content: ""; position: absolute; background: currentColor; }
.brand .cm::before { left: 0; top: 0; width: 1px; height: 100%; }
.brand .cm::after  { left: 0; top: 0; height: 1px; width: 100%; }
.brand .cm.r { transform: scaleX(-1); }
.brand .bw { display: inline-block; }
.site-nav { display: flex; gap: 26px; flex-wrap: wrap; }
.site-nav a {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ink-2);
  text-decoration: none;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green); }

/* ---------- Hero ---------- */
.hero { padding: 82px 0 64px; border-bottom: 1px solid var(--rule); }
.hero .lede { margin-top: 22px; }

/* ---------- Sections ---------- */
main section { padding: 62px 0; border-bottom: 1px solid var(--rule); }
main section:last-child { border-bottom: none; }
.sec-head { margin-bottom: 34px; }
.sec-head p { color: var(--ink-3); margin: 10px 0 0; }

/* ---------- Cards ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
a.card:hover { border-color: var(--green); color: inherit; }
.card p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.card .kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brass);
}

/* ---------- Tool callout ---------- */
.tool-cta {
  background: var(--green-soft);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.tool-cta div { flex: 1 1 320px; }
.tool-cta p { margin: 8px 0 0; color: var(--ink-2); }

.btn {
  display: inline-block;
  background: var(--green);
  color: var(--paper);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn.ghost {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
}
.btn.ghost:hover { background: var(--green); color: var(--paper); }

/* ---------- Prose ---------- */
.prose h2 { margin: 44px 0 14px; }
.prose h3 { margin: 32px 0 10px; }
.prose ul { padding-left: 22px; max-width: 66ch; }
.prose li { margin-bottom: 10px; }

/* ---------- Disclosure strip ---------- */
.disclosure {
  background: var(--brass-soft);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--ink-2);
  margin: 0 0 30px;
}
.disclosure p { margin: 0; max-width: none; }

/* ---------- Footer ---------- */
.site-foot {
  border-top: 1px solid var(--rule);
  background: var(--tint);
  padding: 46px 0 60px;
  margin-top: 40px;
  font-size: 14.5px;
  color: var(--ink-3);
}
.site-foot .cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 30px;
  margin-bottom: 32px;
}
.site-foot h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0 0 12px;
}
.site-foot ul { list-style: none; padding: 0; margin: 0; }
.site-foot li { margin-bottom: 7px; }
.site-foot a { color: var(--ink-2); text-decoration: none; }
.site-foot a:hover { color: var(--green); }
.site-foot .fine { border-top: 1px solid var(--rule); padding-top: 22px; max-width: 70ch; }

/* ---------- Tables ---------- */
.tablewrap {
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--surface);
}
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14.5px; font-variant-numeric: tabular-nums; }
th, td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--rule-soft); vertical-align: top; }
thead th {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: var(--surface-2);
  white-space: nowrap;
}
tbody tr:last-child td { border-bottom: none; }
td.num { text-align: right; white-space: nowrap; }

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero { padding: 54px 0 44px; }
  main section { padding: 46px 0; }
  .site-head .wrap { min-height: 0; padding-top: 14px; padding-bottom: 14px; }
}


/* ============================================================
   ARTWORK
   Frames, mats and gallery-wall arrangements. The compositions
   themselves are generated in art.py — original, not sourced.
   ============================================================ */

.art { margin: 0; display: block; }

.art-frame {
  display: block;
  background: var(--surface);
  border: 1px solid var(--ink);
  padding: 3px;
  box-shadow: 0 2px 4px rgba(26,26,23,.06), 0 18px 40px -26px rgba(26,26,23,.5);
}
.art-mat {
  display: block;
  background: #FFFFFF;
  padding: 6%;
  overflow: hidden;
}
.art-img { display: block; width: 100%; height: 100%; }

/* a gallery wall: uneven on purpose, the way a real one is hung */
.art-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 24px;
  gap: 16px;
}
.art-wall .art { display: block; min-width: 0; }
.art-wall .art-frame { height: 100%; display: flex; }
.art-wall .art-mat { flex: 1; display: flex; min-height: 0; }
.art-wall .art-img { flex: 1; min-height: 0; }

.art-wall .art:nth-child(1) { grid-column: 1 / 4;  grid-row: 1 / 9;  }
.art-wall .art:nth-child(2) { grid-column: 4 / 7;  grid-row: 2 / 8;  }
.art-wall .art:nth-child(3) { grid-column: 1 / 4;  grid-row: 9 / 14; }
.art-wall .art:nth-child(4) { grid-column: 4 / 7;  grid-row: 8 / 14; }

@media (max-width: 940px) {
  .art-wall { grid-auto-rows: 20px; }
}
@media (max-width: 560px) {
  .art-wall { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; gap: 12px; }
  .art-wall .art:nth-child(n) { grid-column: auto; grid-row: auto; }
  .art-wall .art-img { aspect-ratio: 3 / 4; }
}

/* hero: words on the left, a wall on the right */
.hero-split {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(0,1fr);
  gap: 52px;
  align-items: center;
}
@media (max-width: 940px) { .hero-split { grid-template-columns: 1fr; gap: 40px; } }

/* a card with artwork on top */
a.card .art-frame, .card .art-frame { margin-bottom: 4px; }
.card-art .art-mat { padding: 7%; }
.card-art .art-img { aspect-ratio: 4 / 3; }

/* full-width strip of work */
.art-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 22px;
}
.art-strip .art-img { aspect-ratio: 3 / 4; }

/* a quiet band behind a section */
.band { background: var(--tint); }
main section.band { border-bottom: 1px solid var(--rule); }

.art-note {
  font-size: 13px;
  color: var(--ink-3);
  margin: 18px 0 0;
  max-width: 70ch;
}


/* ---------- sourcing badges ---------- */
.badge {
  border: 1px solid var(--rule);
  border-left: 3px solid var(--green);
  background: var(--tint);
  border-radius: 2px;
  padding: 15px 18px;
  font-size: 14.5px;
  color: var(--ink-2);
  max-width: none;
  margin: 0 0 30px;
}
.badge strong { color: var(--ink); }
.badge-maths { border-left-color: var(--brass); }

.sources {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--ink-3);
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  max-width: none;
}
.sources a { color: var(--ink-2); }

/* article list on the hubs */
.reads { display: grid; gap: 2px; }
.reads a {
  display: block;
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
}
.reads a:hover { border-color: var(--green); }
.reads h3 { margin-bottom: 6px; }
.reads p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.reads .tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brass); display: block; margin-bottom: 8px;
}

/* ---------- style palettes ---------- */
.pal { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
.pal-c { border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; background: var(--surface); }
.pal-c .chip { display: block; height: 76px; }
.pal-c .nm { display: block; font-size: 13px; font-weight: 600; padding: 9px 12px 0; }
.pal-c .hx {
  display: block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; color: var(--ink-3); padding: 1px 12px 10px;
}
.pal-row { display: flex; height: 8px; border-radius: 1px; overflow: hidden; margin-bottom: 4px; }
.pal-row span { flex: 1; }

.prompt-box {
  background: var(--surface); border: 1px solid var(--rule); border-left: 3px solid var(--green);
  border-radius: 2px; padding: 18px 20px;
}
.prompt-box p {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13.5px;
  line-height: 1.65; margin: 0; max-width: none;
}

/* ---------- product page ---------- */
.prod { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 52px; align-items: start; }
@media (max-width: 900px) { .prod { grid-template-columns: 1fr; gap: 34px; } }
.prod-art .art-img { aspect-ratio: 3 / 4; }
.prod .pal-c .chip { height: 44px; }
.prod .pal { grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)); }

/* shop strip items are links with a caption */
.art-strip a.art { text-decoration: none; color: inherit; display: block; }
.art-strip a.art:hover .art-frame { border-color: var(--green); }
.art-strip .cap {
  display: block; font-size: 13px; color: var(--ink-3); margin-top: 8px; text-align: center;
}

/* soft proof, shared — same treatment as the matcher */
.art.proof .art-mat { background: #F6F3EC; }
.art.proof .art-img { filter: saturate(.78) contrast(.93) brightness(.965) sepia(.05); }
.art.proof .art-frame { position: relative; }
.art.proof .art-frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  opacity: .3; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
}
.art-img { transition: filter .35s ease; }
.cat-thumb { display: block; width: 100%; aspect-ratio: 3 / 4; }


/* ============================================================
   COLOUR AND ENERGY
   The palette is lifted from the pop-art reference: cobalt,
   magenta, crimson, cream. White page, loud accents — the art
   stays the brightest thing, the chrome just stops being shy.
   ============================================================ */

/* alternating section grounds so the page has rhythm */
main section.band { background: var(--cream); }
main section.band-blue { background: var(--green-soft); }

/* buttons with some weight to them */
.btn {
  font-weight: 700;
  letter-spacing: .07em;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 3px 3px 0 var(--navy);
  transition: transform .12s ease, box-shadow .12s ease, background .15s;
}
.btn:hover { background: var(--crimson); box-shadow: 3px 3px 0 var(--ink); transform: translate(-1px, -1px); }
.btn:active { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--navy); }
.btn.ghost { box-shadow: none; }
.btn.ghost:hover { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .btn, .btn:hover, .btn:active { transform: none; transition: none; }
}

/* kickers in magenta, and a rule under section headings */
.card .kicker, .eyebrow { color: var(--brass); font-weight: 700; }
.sec-head h2 { position: relative; display: inline-block; }
.sec-head h2::after {
  content: ""; display: block; height: 4px; width: 46px;
  background: var(--hot); margin-top: 10px; border-radius: 2px;
}

/* cards get a coloured top edge, cycling through the palette */
.grid > .card { border-top: 3px solid var(--green); }
.grid > .card:nth-child(2) { border-top-color: var(--brass); }
.grid > .card:nth-child(3) { border-top-color: var(--crimson); }
.grid > .card:nth-child(4) { border-top-color: var(--navy); }
.grid > .card:nth-child(5) { border-top-color: var(--hot); }

/* the tool callout carries real colour now */
.tool-cta { background: var(--green-soft); border-color: var(--green); }

/* nav: current page gets an underline rather than just a colour shift */
.site-nav a { position: relative; padding-bottom: 3px; }
.site-nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 3px; background: var(--hot); border-radius: 2px;
}

/* logo mark picks up the accent */
.brand .cm { opacity: 1; color: var(--brass); }
.brand .bw { color: var(--ink); }

/* the disclosure strip stops being beige */
.disclosure { background: var(--brass-soft); border-left: 3px solid var(--brass); }

/* ---------- photographic heroes ---------- */
.hero-shot { margin: 0; }
.hero-shot img {
  display: block; width: 100%; height: auto;
  border: 1px solid var(--rule); border-radius: 2px;
  box-shadow: 0 2px 6px rgba(26,26,23,.06), 0 24px 60px -34px rgba(26,26,23,.55);
}
.grid > figure.art img { display:block; width:100%; height:auto; border:1px solid var(--rule); border-radius:2px; }

/* ---------- Australian collection ---------- */
.au-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.au-card { margin: 0; background: var(--surface); border: 1px solid var(--rule); border-radius: 2px; overflow: hidden; box-shadow: var(--shadow); }
.au-card img { display: block; width: 100%; height: auto; }
.au-card figcaption { padding: 20px 22px 24px; }
.au-card h3 { margin-bottom: 8px; }
.au-card p { margin: 0; color: var(--ink-2); font-size: 15.5px; }

/* ================================================= Salon hero (homepage) */
.salon { position: relative; isolation: isolate; overflow: hidden; background: var(--paper); }
.mz {
  position: absolute; inset: 0; display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 10.4vw; grid-auto-flow: dense; gap: 8px; padding: 8px;
}
.mz-t { overflow: hidden; border-radius: 5px; opacity: 0;
        animation: mzin .7s cubic-bezier(.2,.7,.3,1) forwards; animation-delay: var(--d); }
.mz-t.w2 { grid-column: span 2; }
.mz-t.h2 { grid-row: span 2; }
.mz-t img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes mzin { from { opacity: 0; transform: translateY(16px) scale(.975); } to { opacity: 1; transform: none; } }

.mz-veil {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(var(--paper) 0, color-mix(in srgb, var(--paper) 94%, transparent) 58px, transparent 118px),
    radial-gradient(64% 58% at 50% 50%, var(--paper) 0 40%,
      color-mix(in srgb, var(--paper) 94%, transparent) 56%, transparent 80%),
    linear-gradient(0deg, var(--paper) 0 46px,
      color-mix(in srgb, var(--paper) 70%, transparent) 98px, transparent 152px);
}
.mz-fore { position: relative; padding: 30px 0 46px; }
.mz-stage { max-width: 660px; margin: 0 auto; text-align: center; padding: 0 28px; }
.salon h1 { font-size: clamp(40px, 6.4vw, 78px); letter-spacing: -.045em; line-height: .95; margin: 0 0 18px; }
.salon h1 em { font-style: normal; color: var(--green); }
.mz-sub { font-size: 19px; line-height: 1.5; color: var(--ink-2); margin: 0 auto 30px; max-width: 46ch; }

.mz-drop {
  background: #fff; border-radius: 18px; padding: 26px; text-align: left;
  display: grid; gap: 14px;
  box-shadow: 0 24px 60px rgba(22,20,18,.16), 0 2px 0 rgba(22,20,18,.05);
}
.mz-zone {
  display: block; text-align: center; cursor: pointer;
  border: 2px dashed var(--rule); border-radius: 12px; padding: 30px 22px; background: var(--surface);
}
.mz-zone:hover { border-color: var(--green); }
.mz-zone b { display: block; font-size: 17px; font-weight: 700; margin-bottom: 4px; color: var(--ink); }
.mz-zone span { font-size: 14px; color: var(--ink-3); }
.mz-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.mz-chip {
  font: inherit; font-size: 12.5px; font-weight: 600; cursor: pointer;
  padding: 6px 12px; border-radius: 999px; border: 1.5px solid var(--rule);
  background: transparent; color: var(--ink-2);
}
.mz-chip:hover { border-color: var(--green); color: var(--green); }
.mz-go {
  border: 0; border-radius: 999px; padding: 15px 26px; width: 100%; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 16px; background: var(--green); color: #fff;
}
.mz-go:hover { background: var(--brass); }
.mz-undr { font-size: 13.5px; color: var(--ink-3); margin: 16px 0 0; }

@media (max-width: 900px) {
  .mz { grid-template-columns: repeat(5, 1fr); grid-auto-rows: 19vw; }
  .mz-fore { padding: 22px 0 34px; }
}
@media (max-width: 560px) {
  .mz { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 24vw; }
  .mz-drop { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .mz-t { animation: none; opacity: 1; }
}
