/* Vera's 3D Lab. One stylesheet, no framework, no build step.
   The look: a build plate, bold color blocks, and layer lines everywhere. */

:root {
  color-scheme: light;
  --blue: #1d63ff;
  --blue-deep: #0b3fc4;
  --blue-soft: #eaf0ff;
  --red: #e8322d;
  --red-soft: #ffeceb;
  --ink: #101420;
  --ink-2: #39415a;
  --ink-3: #6b7490;
  --line: #dfe4f0;
  --paper: #ffffff;
  --shell: #f3f5fb;
  --glow: #c9f56b;
  --ok: #17803d;
  --ok-soft: #e6f6ec;
  --amber: #b45309;
  --amber-soft: #fdf3e3;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(16, 20, 32, .06), 0 12px 32px -12px rgba(16, 20, 32, .18);
  --shadow-lift: 0 2px 4px rgba(16, 20, 32, .07), 0 26px 50px -18px rgba(16, 20, 32, .3);
  --ease: cubic-bezier(.22, .68, .28, 1);
  --page: 1160px;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --blue: #5b8dff;
    --blue-deep: #2f6bff;
    --blue-soft: #14204a;
    --red: #ff6058;
    --red-soft: #3a1512;
    --ink: #eef1f9;
    --ink-2: #b7c0d6;
    --ink-3: #8b95af;
    --line: #262d42;
    --paper: #151a27;
    --shell: #0c0f18;
    --ok: #4ade80;
    --ok-soft: #10281a;
    --amber: #fbbf24;
    --amber-soft: #2c2110;
    --shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 14px 34px -14px rgba(0, 0, 0, .7);
    --shadow-lift: 0 2px 6px rgba(0, 0, 0, .55), 0 30px 60px -20px rgba(0, 0, 0, .85);
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font: 400 16.5px/1.6 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { margin: 0 0 .4em; line-height: 1.08; letter-spacing: -.025em; font-weight: 780; }
h1 { font-size: clamp(2.1rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.16rem; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 6px;
}

.wrap { width: 100%; max-width: var(--page); margin: 0 auto; padding: 0 22px; }
.stack > * + * { margin-top: 14px; }
.muted { color: var(--ink-3); }
.small { font-size: .88rem; }
.center { text-align: center; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* ---------------------------------------------- the neighbor announcement */

.shout {
  position: relative; z-index: 45;
  background: linear-gradient(100deg, var(--blue-deep), var(--blue) 45%, var(--red));
  color: #fff; text-align: center;
  padding: 11px 18px; font-weight: 700; font-size: .97rem; letter-spacing: -.01em;
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.shout b { font-weight: 850; }
.shout .pct {
  background: #fff; color: var(--blue-deep);
  border-radius: 999px; padding: 3px 11px; font-weight: 850; font-size: .93rem;
  white-space: nowrap;
}
.shout a { color: #fff; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
@media (max-width: 560px) { .shout { font-size: .88rem; padding: 10px 14px; gap: 7px; } }

/* the hero's version of the same offer, larger and impossible to miss */
.offer {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: var(--paper); border: 2px solid color-mix(in srgb, var(--blue) 45%, var(--line));
  border-radius: var(--radius); padding: 16px 20px; margin: 26px 0 0;
  box-shadow: 0 10px 28px -14px color-mix(in srgb, var(--blue) 60%, transparent);
}
.offer .big {
  font-size: clamp(1.7rem, 4.6vw, 2.4rem); font-weight: 850; letter-spacing: -.035em;
  line-height: 1; color: var(--blue); white-space: nowrap;
}
.offer .who { font-weight: 750; font-size: 1.02rem; margin: 0; }
.offer .fine { color: var(--ink-3); font-size: .87rem; margin: 3px 0 0; }

/* ---------------------------------------------------------------- header */

.topbar {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.topbar-in { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; font-size: 1.07rem; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 38px; height: 38px; flex: none; }
.brand small { display: block; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a {
  color: var(--ink-2); font-weight: 620; font-size: .95rem;
  padding: 9px 13px; border-radius: 999px; transition: background .18s var(--ease), color .18s var(--ease);
}
.nav a:hover { background: var(--blue-soft); color: var(--blue-deep); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--blue-deep); background: var(--blue-soft); }
.cart-pill { position: relative; }
.cart-pill .count {
  position: absolute; top: -3px; right: -3px; min-width: 19px; height: 19px;
  background: var(--red); color: #fff; border-radius: 999px;
  font-size: .68rem; font-weight: 800; display: grid; place-items: center; padding: 0 5px;
  box-shadow: 0 0 0 2px var(--paper);
}
@media (max-width: 760px) {
  .nav a span.long { display: none; }
  .topbar-in { gap: 8px; min-height: 60px; }
  .nav a { padding: 9px 10px; font-size: .92rem; }
  .brand { font-size: .98rem; }
  .brand > span { white-space: nowrap; }
  .brand small { display: none; }
  .brand .mark { width: 32px; height: 32px; }
  .wrap { padding: 0 16px; }
}
@media (max-width: 440px) {
  .brand > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .nav { gap: 0; }
  .nav a { padding: 9px 8px; font-size: .9rem; }
}

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 700; letter-spacing: -.01em;
  border: 0; border-radius: 999px; padding: 13px 24px;
  background: var(--blue); color: #fff; cursor: pointer;
  transition: transform .16s var(--ease), box-shadow .2s var(--ease), background .18s var(--ease);
  box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--blue) 70%, transparent);
  text-align: center;
}
.btn:hover { background: var(--blue-deep); transform: translateY(-1.5px); text-decoration: none; box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--blue) 75%, transparent); }
.btn:active { transform: translateY(0) scale(.985); }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.btn.red { background: var(--red); box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--red) 70%, transparent); }
.btn.red:hover { background: color-mix(in srgb, var(--red) 82%, #000); }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--line); }
.btn.ghost:hover { background: var(--blue-soft); color: var(--blue-deep); box-shadow: inset 0 0 0 2px var(--blue); }
.btn.sm { padding: 8px 15px; font-size: .88rem; }
.btn.block { width: 100%; }
.btn.lg { padding: 16px 30px; font-size: 1.07rem; }

/* ----------------------------------------------------------------- cards */

.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.pad { padding: 22px; }
.grid { display: grid; gap: 20px; }
.cols-2 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.cols-3 { grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }
.cols-4 { grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); }

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--blue-soft); color: var(--blue-deep);
  border-radius: 999px; padding: 6px 13px; font-size: .8rem; font-weight: 700;
}
.chip.red { background: var(--red-soft); color: var(--red); }
.chip.ok { background: var(--ok-soft); color: var(--ok); }
.chip.amber { background: var(--amber-soft); color: var(--amber); }
.chip.plain { background: color-mix(in srgb, var(--ink) 7%, transparent); color: var(--ink-2); }

.eyebrow {
  font-size: .73rem; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 800; color: var(--blue); margin: 0 0 12px;
}

/* -------------------------------------------------------- layer-line trim */

.layers {
  height: 9px; border-radius: 3px;
  background: repeating-linear-gradient(90deg, var(--ink-3) 0 3px, transparent 3px 8px);
  opacity: .3;
}

/* ------------------------------------------------------------------- hero */

.hero { position: relative; padding: clamp(40px, 7vw, 84px) 0 clamp(36px, 6vw, 70px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -30% -10% auto; height: 150%;
  background:
    radial-gradient(48% 42% at 78% 14%, color-mix(in srgb, var(--blue) 26%, transparent), transparent 70%),
    radial-gradient(40% 40% at 12% 8%, color-mix(in srgb, var(--red) 15%, transparent), transparent 72%);
  pointer-events: none;
}
.hero-in { position: relative; display: grid; gap: 40px; grid-template-columns: 1.08fr .92fr; align-items: center; }
@media (max-width: 900px) { .hero-in { grid-template-columns: 1fr; gap: 26px; } }
.hero h1 span.hi { color: var(--blue); }
.lede { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--ink-2); max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--ink-3); font-size: .9rem; font-weight: 600; }
.proof b { color: var(--ink); }

/* the hero showpiece: a print bed with a rising object */
.bed {
  position: relative; aspect-ratio: 1 / .92; border-radius: 26px;
  background: var(--paper); border: 1px solid var(--line);
  box-shadow: var(--shadow-lift); overflow: hidden;
  display: grid; place-items: center;
}
.bed .plate {
  position: absolute; inset: auto 8% 9% 8%; height: 16%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 12%, transparent), color-mix(in srgb, var(--ink) 4%, transparent));
  border-radius: 10px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 40%, transparent);
}
.bed .nozzle {
  position: absolute; top: 8%; left: 50%; width: 30px; height: 46px; translate: -50% 0;
  background: var(--ink); border-radius: 5px 5px 2px 2px; clip-path: polygon(0 0,100% 0,100% 62%,58% 100%,42% 100%,0 62%);
  animation: sweep 3.4s var(--ease) infinite alternate;
}
.bed .piece { position: relative; width: 56%; z-index: 2; margin-bottom: 4%; }
@keyframes sweep { from { translate: -170% 0; } to { translate: 70% 0; } }
@media (prefers-reduced-motion: reduce) { .bed .nozzle { animation: none; } }

/* ------------------------------------------------------- the two lanes */
/* The only question anyone has at a market table: can I take something home
   right now, or are you making me something? These answer it before they ask. */

.lanes { display: grid; gap: 20px; grid-template-columns: 1.15fr 1fr; align-items: stretch; }
@media (max-width: 860px) { .lanes { grid-template-columns: 1fr; } }

.lane {
  position: relative; overflow: hidden;
  border-radius: var(--radius); padding: clamp(22px, 3vw, 32px);
  display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow);
  transition: transform .2s var(--ease), box-shadow .22s var(--ease);
}
.lane:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.lane::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--blue); }
.lane.custom::before { background: var(--red); }

.lane .tag {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 850;
  color: var(--blue);
}
.lane.custom .tag { color: var(--red); }
.lane .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--ok); box-shadow: 0 0 0 4px var(--ok-soft); }
.lane h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin: 0; }
.lane p { margin: 0; color: var(--ink-2); }
.lane .count { font-size: clamp(2.6rem, 7vw, 3.6rem); font-weight: 850; letter-spacing: -.04em; line-height: .9; color: var(--ink); }
.lane .count small { font-size: .95rem; font-weight: 700; letter-spacing: 0; color: var(--ink-3); display: block; margin-top: 8px; }
.lane .peek { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 6px; }
.lane .peek div {
  width: 68px; height: 68px; border-radius: 14px; background: var(--shell);
  border: 1px solid var(--line); display: grid; place-items: center; padding: 7px; flex: none;
}
.lane .peek svg, .lane .peek img { width: 100%; height: 100%; object-fit: contain; }
.lane .go { margin-top: 14px; }

/* --------------------------------------------------------- product tiles */

.tile {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .22s var(--ease), border-color .2s var(--ease);
  box-shadow: var(--shadow); position: relative;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: color-mix(in srgb, var(--blue) 40%, var(--line)); }
.tile .art {
  aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 18px;
  background:
    radial-gradient(70% 70% at 50% 24%, color-mix(in srgb, var(--blue) 12%, transparent), transparent 70%),
    var(--shell);
  border-bottom: 1px solid var(--line);
}
.tile .art svg { width: 78%; height: 78%; }
.tile .art img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* the other angles of a product, under its photo */
.views { display: flex; gap: 6px; padding: 10px 14px 0; flex-wrap: wrap; }
.view {
  width: 46px; height: 46px; padding: 3px; cursor: pointer;
  border: 2px solid var(--line); border-radius: 11px; background: var(--shell);
  transition: border-color .16s var(--ease), transform .16s var(--ease);
}
.view:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--blue) 55%, var(--line)); }
.view[aria-pressed="true"] { border-color: var(--blue); }
.view img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tile .body { padding: 16px 17px 17px; display: flex; flex-direction: column; flex: 1; gap: 6px; }
.tile .row { display: flex; align-items: baseline; gap: 10px; }
.tile .price { margin-left: auto; font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; }
.tile .badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--red); color: #fff; font-size: .7rem; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
}
.tile .blurb { color: var(--ink-3); font-size: .92rem; margin: 0; flex: 1; }
.tile .actions { display: flex; gap: 8px; margin-top: 4px; }
.tile.out { opacity: .62; }

.swatches { display: flex; gap: 7px; flex-wrap: wrap; }
.swatch {
  width: 27px; height: 27px; border-radius: 9px; cursor: pointer; padding: 0;
  border: 2px solid var(--line); position: relative;
  transition: transform .16s var(--ease), box-shadow .16s var(--ease);
}
.swatch:hover { transform: translateY(-2px) scale(1.06); }
.swatch[aria-pressed="true"] { border-color: var(--ink); box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 30%, transparent); }
.swatch.lg { width: 58px; height: 58px; border-radius: 15px; }

/* ----------------------------------------------------------------- forms */

label.field, div.field { display: block; margin-bottom: 18px; }
.field > .lab { display: block; font-weight: 700; margin-bottom: 7px; font-size: .95rem; }
.field > .hint { display: block; color: var(--ink-3); font-size: .85rem; font-weight: 400; margin-top: -3px; margin-bottom: 7px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
  width: 100%; font: inherit; color: var(--ink);
  background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-sm);
  padding: 12px 14px; transition: border-color .16s var(--ease), box-shadow .16s var(--ease);
}
textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--blue) 18%, transparent);
}
.segment { display: flex; flex-wrap: wrap; gap: 8px; }
.segment button {
  font: inherit; font-weight: 650; cursor: pointer;
  background: var(--paper); color: var(--ink-2);
  border: 2px solid var(--line); border-radius: 999px; padding: 9px 17px;
  transition: all .16s var(--ease);
}
.segment button:hover { border-color: var(--blue); color: var(--blue-deep); }
.segment button[aria-pressed="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }
.qty { display: inline-flex; align-items: center; gap: 0; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { font: inherit; font-weight: 800; font-size: 1.1rem; width: 42px; height: 42px; background: var(--paper); color: var(--ink); border: 0; cursor: pointer; }
.qty button:hover { background: var(--blue-soft); color: var(--blue-deep); }
.qty input { width: 52px; border: 0; text-align: center; font-weight: 700; padding: 0; border-radius: 0; }
.qty input:focus { box-shadow: none; }

/* drop zone for the customer's picture */
.drop {
  border: 2.5px dashed var(--line); border-radius: var(--radius);
  padding: 30px 22px; text-align: center; background: var(--shell);
  transition: all .18s var(--ease); cursor: pointer;
}
.drop:hover, .drop.hot { border-color: var(--blue); background: var(--blue-soft); }
.drop.hot { transform: scale(1.01); }
.drop h3 { margin-bottom: 4px; }
.shots { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); margin-top: 16px; }
.shot { position: relative; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); background: var(--shell); aspect-ratio: 1; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot .kill {
  position: absolute; top: 6px; right: 6px; width: 28px; height: 28px; border-radius: 999px;
  background: rgba(16,20,32,.72); color: #fff; border: 0; cursor: pointer; font-size: 1rem; line-height: 1;
  display: grid; place-items: center;
}
.shot.busy::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 40%, transparent), transparent);
  animation: shine 1.1s linear infinite;
}
@keyframes shine { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

/* the neighbor tick box at checkout */
.claim {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
  border: 2px solid color-mix(in srgb, var(--blue) 40%, var(--line));
  background: var(--blue-soft); border-radius: var(--radius-sm);
  padding: 14px 15px; margin-bottom: 16px;
  transition: border-color .16s var(--ease), background .16s var(--ease);
}
.claim:hover { border-color: var(--blue); }
.claim:has(input:checked) { border-color: var(--ok); background: var(--ok-soft); }
.claim input { width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--blue); flex: none; cursor: pointer; }
.claim b { display: block; font-size: .98rem; }
.claim span { color: var(--ink-2); font-size: .86rem; }

/* ---------------------------------------------------------------- pieces */

.note {
  border-left: 4px solid var(--blue); background: var(--blue-soft);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 16px;
}
.note.warn { border-color: var(--amber); background: var(--amber-soft); }
.note.good { border-color: var(--ok); background: var(--ok-soft); }
.note p:last-child { margin-bottom: 0; }

.steps-num { list-style: none; counter-reset: s; padding: 0; margin: 0; display: grid; gap: 18px; }
.steps-num li { counter-increment: s; display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.steps-num li::before {
  content: counter(s); grid-row: span 2;
  width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center;
  background: var(--blue); color: #fff; font-weight: 800; font-size: 1.15rem;
}
.steps-num h3 { margin-bottom: 3px; }
.steps-num p { margin: 0; color: var(--ink-3); }

.track { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.track li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding-bottom: 20px; position: relative; }
.track li::before {
  content: ""; width: 15px; height: 15px; border-radius: 999px; margin: 5px auto 0;
  background: var(--paper); box-shadow: inset 0 0 0 3px var(--line);
}
.track li:not(:last-child)::after {
  content: ""; position: absolute; left: 14.5px; top: 22px; bottom: 0; width: 2px; background: var(--line);
}
.track li.done::before { background: var(--blue); box-shadow: inset 0 0 0 3px var(--blue); }
.track li.done:not(:last-child)::after { background: var(--blue); }
.track li.at::before { background: var(--red); box-shadow: 0 0 0 5px var(--red-soft), inset 0 0 0 3px var(--red); }
.track b { display: block; }
.track time { color: var(--ink-3); font-size: .85rem; }

table.sheet { width: 100%; border-collapse: collapse; font-size: .95rem; }
table.sheet th { text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-3); padding: 0 10px 8px; }
table.sheet td { padding: 11px 10px; border-top: 1px solid var(--line); vertical-align: middle; }

.codebox {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(1.7rem, 6vw, 2.5rem); font-weight: 700; letter-spacing: .08em;
  background: #141a2b; color: #fff; border-radius: var(--radius); padding: 18px 24px;
  display: inline-block;
}

/* ---------------------------------------------------------------- footer */

.foot { border-top: 1px solid var(--line); margin-top: 70px; padding: 40px 0 46px; color: var(--ink-3); font-size: .92rem; background: var(--paper); }
.foot-in { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: flex-start; }
.foot a { color: var(--ink-2); font-weight: 600; }
.foot nav { display: grid; gap: 7px; }

/* ----------------------------------------------------------------- toast */

#toast {
  position: fixed; left: 50%; bottom: 26px; translate: -50% 0; z-index: 90;
  display: grid; gap: 10px; width: min(440px, calc(100vw - 32px));
}
#toast div {
  background: var(--ink); color: #fff; border-radius: 14px; padding: 13px 17px;
  box-shadow: var(--shadow-lift); font-weight: 600; font-size: .95rem;
  animation: pop .26s var(--ease);
}
#toast div.bad { background: var(--red); }
#toast div.good { background: var(--ok); }
@keyframes pop { from { opacity: 0; translate: 0 14px scale(.96); } to { opacity: 1; translate: 0 0; } }

.skeleton { background: linear-gradient(90deg, var(--line) 25%, var(--shell) 50%, var(--line) 75%); background-size: 400% 100%; animation: slide 1.3s linear infinite; border-radius: var(--radius); }
@keyframes slide { from { background-position: 100% 0; } to { background-position: 0 0; } }

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--blue); color: #fff; padding: 11px 18px; border-radius: 0 0 12px 12px; font-weight: 700; transition: top .18s var(--ease); }
.skip:focus { top: 0; text-decoration: none; }

@media print {
  .topbar, .foot, .no-print, #toast { display: none !important; }
  body { background: #fff; }
}
