/* knifemakers.co.za — rust ground, bead-blast cards, temper colours as the only accents */
@font-face { font-family: "Big Shoulders Display"; src: url(/fonts/big-shoulders-display.woff2) format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url(/fonts/source-serif-4.woff2) format("woff2"); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Serif 4"; src: url(/fonts/source-serif-4-italic.woff2) format("woff2"); font-weight: 200 900; font-style: italic; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url(/fonts/jetbrains-mono.woff2) format("woff2"); font-weight: 100 800; font-display: swap; }

:root {
  --rust: #6b2d17;          /* page ground */
  --rust-deep: #4a1d0e;     /* header, footer, dock */
  --rust-line: #8a3b1e;     /* hairlines on rust */
  --bead: #efebe4;          /* bead-blasted steel: cards and panels */
  --bead-2: #e2dbd0;        /* card media well */
  --mill: #2b2f33;          /* text on bead */
  --muted: #5d5650;         /* secondary text on bead (7.0:1) */
  --on-rust-muted: #e3c9a8; /* secondary text on rust (6.5:1) */
  --straw: #d9b45a;         /* temper 1 — actions on rust */
  --bronze: #a8642e;        /* temper 2 — decorative only */
  --purple: #6a3f74;        /* temper 3 */
  --blue: #2f5d8c;          /* temper 4 — links on bead */
  --wa: #17693f;            /* WhatsApp action, 6.7:1 with white */
  --temper: linear-gradient(90deg, #ecd28a 0%, var(--straw) 16%, #c48a3f 32%, var(--bronze) 44%, #8d4a5c 58%, var(--purple) 68%, #3f4f8e 82%, var(--blue) 92%, #4f86b8 100%);
  --display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", sans-serif;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --r: 3px;
  --gutter: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--rust); color: var(--bead); font: 400 1.0625rem/1.6 var(--serif); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--straw); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--straw); outline-offset: 2px; border-radius: 2px; }
.card :focus-visible, .glance :focus-visible, .panel:focus-visible { outline-color: var(--blue); }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: .01em; margin: 0 0 .4em; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 7vw, 4.6rem); text-transform: uppercase; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 760px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--straw); color: var(--rust-deep); padding: 8px 12px; z-index: 50; }
.skip:focus { left: 8px; }
.small { font-size: .9rem; color: var(--on-rust-muted); }
.eyebrow { font: 500 .78rem/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--straw); margin-bottom: .8em; }
.lede { font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.5; max-width: 62ch; }
.section-h { font-size: clamp(1.6rem, 3vw, 2.2rem); text-transform: uppercase; }

/* header */
.site-header { background: var(--rust-deep); border-bottom: 1px solid var(--rust-line); position: relative; z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 10px; font: 800 1.55rem/1 var(--display); color: var(--bead); text-decoration: none; text-transform: uppercase; letter-spacing: .02em; }
.logo-tld { color: var(--straw); }
.logo-mark { width: 34px; height: 12px; background: var(--temper); clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%); }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 18px; align-items: center; }
.site-nav a { color: var(--bead); text-decoration: none; font: 700 1.15rem/1 var(--display); text-transform: uppercase; letter-spacing: .04em; padding: 10px 0; display: inline-block; }
.site-nav a[aria-current="page"] { color: var(--straw); box-shadow: inset 0 -3px 0 var(--straw); }
.site-nav a:hover { color: var(--straw); }
.site-nav .nav-cta { background: var(--straw); color: var(--rust-deep); padding: 10px 14px; border-radius: var(--r); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: var(--rust-deep); background: #e8c872; box-shadow: none; }
.menu-btn { display: none; align-items: center; gap: 8px; background: none; border: 1px solid var(--rust-line); color: var(--bead); font: 700 1.05rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; padding: 10px 14px; border-radius: var(--r); cursor: pointer; min-height: 44px; }
.menu-icon { width: 18px; height: 2px; background: currentColor; box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor; }
@media (max-width: 859px) {
  .js .menu-btn { display: inline-flex; }
  .js .site-nav { display: none; width: 100%; padding-bottom: 12px; }
  .js .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { border-top: 1px solid var(--rust-line); }
  .site-nav a { display: block; padding: 14px 0; }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
}

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 18px; border-radius: var(--r); font: 700 1.1rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; text-decoration: none; border: 2px solid transparent; cursor: pointer; }
.btn-straw { background: var(--straw); color: var(--rust-deep); }
.btn-straw:hover { background: #e8c872; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #125533; }
.btn-line { border-color: var(--bead); color: var(--bead); background: transparent; }
.btn-line:hover { background: rgba(239, 235, 228, .1); }
.i { width: 18px; height: 18px; background: currentColor; flex: none; -webkit-mask: var(--m) center/contain no-repeat; mask: var(--m) center/contain no-repeat; }
.i-wa { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.1l-.3-.2-3 .8.8-2.9-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.2-.1-1.5-.7-1.7-.8s-.4-.1-.6.1-.7.8-.8 1-.3.2-.5.1a6.7 6.7 0 0 1-3.3-2.9c-.3-.4.2-.4.7-1.4.1-.2 0-.3 0-.4l-.8-1.8c-.2-.5-.4-.4-.6-.4h-.5a1 1 0 0 0-.7.3 3 3 0 0 0-.9 2.2 5.2 5.2 0 0 0 1.1 2.7 11.8 11.8 0 0 0 4.5 4c1.7.7 2.3.8 3.2.6.5-.1 1.5-.6 1.7-1.2s.2-1.1.2-1.2-.2-.2-.5-.3z'/%3E%3C/svg%3E"); }
.i-phone { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.2 15.2 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.3 11.4 11.4 0 0 0 3.6.6 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.2.2 2.4.6 3.6a1 1 0 0 1-.3 1z'/%3E%3C/svg%3E"); }
.i-mail { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm9 7.2L4 7.3V17h16V7.3z'/%3E%3C/svg%3E"); }

/* temper bar — the signature */
.temper { display: flex; align-items: center; gap: 10px; margin: 10px 0 8px; }
.temper-strip { position: relative; display: block; flex: 1 1 auto; max-width: 180px; height: 8px; border-radius: 1px; background: var(--temper); }
.temper-notch { position: absolute; top: -4px; width: 3px; height: 16px; margin-left: -1.5px; background: var(--mill); border-radius: 1px; box-shadow: 0 0 0 1.5px var(--bead); }
.temper-label { font: 500 .74rem/1.2 var(--mono); color: var(--muted); white-space: nowrap; }
.profile-head .temper-strip { max-width: 260px; height: 10px; }
.profile-head .temper-notch { background: var(--bead); box-shadow: 0 0 0 1.5px var(--rust-deep); }
.profile-head .temper-label { color: var(--on-rust-muted); font-size: .82rem; }
.temper-key { display: flex; gap: 12px; align-items: center; max-width: 520px; font-size: .92rem; color: var(--on-rust-muted); margin: 0; }
.temper-key .temper-strip { flex: 0 0 90px; }

/* hero */
.hero { padding: clamp(32px, 6vw, 72px) 0 clamp(28px, 5vw, 56px); border-bottom: 1px solid var(--rust-line); }
.hero-grid { display: grid; gap: 32px; align-items: center; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 860px) { .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); } }
.hero h1 { margin-bottom: .35em; }
.hero-figure { margin: 0; background: var(--bead); padding: 10px 10px 0; border-radius: var(--r); transform: rotate(1.2deg); box-shadow: 0 18px 40px rgba(0, 0, 0, .28); max-width: 440px; justify-self: center; width: 100%; }
.hero-figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--bead-2); }
.hero-figure figcaption { color: var(--muted); font: 500 .78rem/1.3 var(--mono); padding: 10px 2px 12px; }
.hero-figure a { color: var(--blue); }
.finder { display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr); margin-top: 26px; background: var(--rust-deep); padding: 14px; border-radius: var(--r); border: 1px solid var(--rust-line); max-width: 640px; }
@media (min-width: 600px) { .finder { grid-template-columns: 1fr 1fr auto; align-items: end; } }
.finder label span, .filters label > span { display: block; font: 500 .72rem/1.2 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--on-rust-muted); margin-bottom: 6px; }
select, input[type="search"] { width: 100%; min-height: 46px; padding: 8px 12px; font: 400 1rem var(--serif); color: var(--mill); background: var(--bead); border: 2px solid var(--bead); border-radius: var(--r); }
select:focus-visible, input:focus-visible { outline: 3px solid var(--straw); outline-offset: 1px; }

/* bands */
.band { padding: clamp(32px, 5vw, 56px) 0; border-bottom: 1px solid var(--rust-line); }
.band-tight { padding: 24px 0 40px; border-bottom: 0; }
.band-note { margin-top: 18px; color: var(--on-rust-muted); }
.section-head { display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: end; justify-content: space-between; margin-bottom: 20px; }
.section-head .section-h { margin: 0; }
.page-head { padding: 28px 0 8px; }
.page-head h1 { font-size: clamp(2.3rem, 6vw, 3.8rem); }

.province-grid { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.province { display: flex; flex-direction: column; gap: 4px; padding: 14px; min-height: 76px; background: var(--rust-deep); border: 1px solid var(--rust-line); border-left: 4px solid var(--straw); border-radius: var(--r); color: var(--bead); text-decoration: none; }
.province:hover { border-color: var(--straw); }
.province-name { font: 800 1.35rem/1 var(--display); text-transform: uppercase; }
.province-n { font: 500 .76rem/1.2 var(--mono); color: var(--on-rust-muted); }
.province--empty { border-left-color: var(--rust-line); }
.province--empty .province-name { color: var(--on-rust-muted); }

.updates { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.updates li { display: grid; grid-template-columns: 7.2em minmax(0, 1fr); gap: 2px 16px; padding: 12px 0; border-top: 1px solid var(--rust-line); }
.updates time { font: 500 .78rem/1.6 var(--mono); color: var(--straw); grid-row: span 2; }
.updates a { font: 800 1.25rem/1.1 var(--display); text-transform: uppercase; color: var(--bead); text-decoration: none; }
.updates a:hover { color: var(--straw); }
.updates span { color: var(--on-rust-muted); }

.chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid var(--on-rust-muted); border-radius: 999px; color: var(--bead); text-decoration: none; }
.chips a:hover { border-color: var(--straw); color: var(--straw); }
.chips span { font: 500 .75rem var(--mono); color: var(--on-rust-muted); }

.split { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.panel { display: flex; flex-direction: column; background: var(--bead); color: var(--mill); padding: 22px; border-radius: var(--r); text-decoration: none; border-top: 6px solid; border-image: var(--temper) 1; }
.panel h2 { font-size: 1.7rem; text-transform: uppercase; color: var(--rust); }
.panel p { flex: 1; }
.panel-go { font: 700 1.05rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; color: var(--blue); }
.panel:hover .panel-go { text-decoration: underline; }
.band-join { background: var(--rust-deep); }
.join-strip { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: space-between; }
.join-strip h2 { text-transform: uppercase; margin-bottom: .2em; }
.join-strip p { margin: 0; color: var(--on-rust-muted); }

/* cards */
.cards { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 700px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.card { background: var(--bead); color: var(--mill); border-radius: var(--r); overflow: hidden; }
.card[hidden] { display: none; }
.card-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.card-media { position: relative; aspect-ratio: 4 / 5; background: var(--bead-2); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-link:hover .card-title { color: var(--blue); text-decoration: underline; text-decoration-thickness: 2px; }
.monogram { position: absolute; inset: 0; display: grid; place-items: center; font: 800 clamp(3rem, 9vw, 4.6rem)/1 var(--display); color: var(--rust); letter-spacing: .04em; background: repeating-linear-gradient(135deg, var(--bead-2) 0 10px, #ddd5c9 10px 11px); }
.card-status { position: absolute; left: 8px; top: 8px; background: var(--rust-deep); color: var(--bead); font: 500 .7rem/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; padding: 6px 8px; border-radius: 2px; }
.card-body { padding: 12px 12px 14px; display: flex; flex-direction: column; flex: 1; }
.card-title { font-size: 1.3rem; text-transform: uppercase; margin: 0 0 .15em; color: var(--rust); }
.card-biz { font-style: italic; font-size: .95rem; margin: 0 0 .2em; color: var(--mill); }
.card-place { font: 500 .76rem/1.35 var(--mono); color: var(--muted); margin: 0 0 2px; }
.band .card-place, .page-head .card-place, .event .card-place, .course-list .card-place { color: var(--on-rust-muted); }
.card .card-place, .supply-item .card-place { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 4px; margin: 4px 0 0; }
.tags span { font: 500 .68rem/1 var(--mono); padding: 5px 6px; background: var(--bead-2); border-radius: 2px; color: var(--mill); }
.badges { margin: 8px 0 0; display: flex; gap: 4px; flex-wrap: wrap; margin-top: auto; padding-top: 8px; }
.badge { font: 500 .66rem/1 var(--mono); text-transform: uppercase; letter-spacing: .05em; padding: 5px 6px; border: 1px solid var(--blue); color: var(--blue); border-radius: 2px; }
.card--unclaimed .card-title { color: var(--mill); }

/* directory filters */
.filters { display: grid; gap: 10px 14px; grid-template-columns: minmax(0, 1fr); background: var(--rust-deep); border: 1px solid var(--rust-line); padding: 14px; border-radius: var(--r); margin-bottom: 14px; }
@media (min-width: 760px) { .filters { grid-template-columns: 2fr 1.3fr 1.3fr auto auto; align-items: end; } }
.f-check { display: flex; align-items: center; gap: 8px; min-height: 46px; white-space: nowrap; }
.f-check input { width: 20px; height: 20px; accent-color: var(--straw); }
.count { font: 500 .8rem var(--mono); color: var(--on-rust-muted); margin: 0 0 12px; }
.empty { padding: 20px 0; }

/* crumbs */
.crumbs ol { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 0; font: 500 .76rem/1.4 var(--mono); color: var(--on-rust-muted); }
.crumbs li + li::before { content: "/"; margin: 0 8px; opacity: .6; }
.crumbs a { color: var(--on-rust-muted); }

/* profile */
.profile-top { display: grid; gap: 20px; align-items: end; grid-template-columns: minmax(0, 1fr); padding-bottom: 12px; }
@media (min-width: 900px) { .profile-top { grid-template-columns: minmax(0, 1fr) auto; } }
.profile-head h1 { margin-bottom: .1em; overflow-wrap: anywhere; }
.profile-biz { font: italic 400 1.25rem var(--serif); margin: 0 0 .2em; }
.profile-place { font: 500 .85rem var(--mono); color: var(--on-rust-muted); margin: 0; }
.contact { display: flex; flex-direction: column; gap: 10px; }
.contact-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-links { margin: 0; font-size: .95rem; color: var(--on-rust-muted); }
.contact-links a { margin-left: 10px; }
.profile-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .profile-grid { grid-template-columns: minmax(0, 1fr) 340px; } }
.bio p { max-width: 66ch; }
.glance { background: var(--bead); color: var(--mill); border-radius: var(--r); padding: 20px; align-self: start; border-top: 6px solid; border-image: var(--temper) 1; }
.glance-h { font-size: 1.5rem; text-transform: uppercase; color: var(--rust); }
.glance dl { margin: 0 0 12px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 14px; }
.glance dt { font: 500 .72rem/1.6 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.glance dd { margin: 0; }
.facts { margin: 0 0 12px; padding-left: 18px; }
.facts li { margin-bottom: 4px; }
.latest { background: var(--bead-2); padding: 10px 12px; border-left: 4px solid var(--straw); border-radius: 2px; font-size: .95rem; }
.latest span { font: 500 .7rem var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--rust); margin-right: 4px; }
.latest time { font: 500 .78rem var(--mono); color: var(--muted); white-space: nowrap; }
.latest em { color: var(--muted); font-size: .85rem; }
.checked { font: 500 .72rem var(--mono); color: var(--muted); margin: 10px 0 0; }
.notice { background: var(--bead); color: var(--mill); padding: 16px 18px; border-radius: var(--r); border-left: 6px solid var(--straw); margin: 8px 0 0; }
.notice-memorial, .notice-retired { border-left-color: var(--purple); }
.notice-claim { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; }
.notice-claim p { margin: 0; max-width: 70ch; }
.notice-claim .btn { color: var(--rust-deep); }

.work { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 700px) { .work { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .work { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.work-item { background: var(--bead); color: var(--mill); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; }
.work-item > a { display: block; aspect-ratio: 4 / 5; background: var(--bead-2); cursor: zoom-in; }
.work-item img { width: 100%; height: 100%; object-fit: cover; }
.work-title { font: 800 1.1rem/1.1 var(--display); text-transform: uppercase; margin: 10px 10px 4px; color: var(--rust); }
.work-specs { font: 500 .7rem/1.5 var(--mono); color: var(--muted); margin: 0 10px 12px; }
.lightbox { border: 0; padding: 12px; background: var(--rust-deep); color: var(--bead); max-width: min(94vw, 900px); border-radius: var(--r); }
.lightbox::backdrop { background: rgba(20, 8, 3, .82); }
.lightbox img { max-height: 76vh; width: auto; margin: 0 auto; background: var(--bead-2); }
.lb-close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; font-size: 1.8rem; line-height: 1; background: var(--rust-deep); color: var(--bead); border: 1px solid var(--rust-line); border-radius: var(--r); cursor: pointer; }
.lb-title { font: 800 1.3rem var(--display); text-transform: uppercase; margin: 12px 0 2px; }
.lightbox .work-specs { color: var(--on-rust-muted); margin: 0; }
.dock { display: none; }
@media (max-width: 699px) {
  .has-dock .dock { display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: var(--rust-deep); border-top: 1px solid var(--rust-line); }
  .has-dock .dock .btn { flex: 1; }
  .has-dock:has(.dock) { padding-bottom: 76px; }
}

/* suppliers, courses, events, journal */
.jump { display: flex; flex-wrap: wrap; gap: 6px 16px; font: 500 .8rem var(--mono); margin-top: 8px; }
.supply { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.supply-item { background: var(--bead); color: var(--mill); padding: 16px; border-radius: var(--r); }
.supply-item h3 { font-size: 1.35rem; text-transform: uppercase; margin-bottom: .2em; }
.supply-item h3 a { color: var(--rust); text-decoration: none; }
.supply-item h3 a:hover { text-decoration: underline; }
.supply-item p { margin: 0 0 .5em; }
.supply-links { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.supply-links a { color: var(--blue); font-weight: 600; }
.course-list { list-style: none; margin: 0 0 24px; padding: 0; }
.course-list li { padding: 16px 0; border-top: 1px solid var(--rust-line); }
.course-list h2, .course-list h3 { font-size: 1.5rem; text-transform: uppercase; margin-bottom: .2em; }
.course-list h2 a, .course-list h3 a { color: var(--bead); text-decoration: none; }
.course-list h2 a:hover, .course-list h3 a:hover { color: var(--straw); }
.course-list h2 span { font: italic 400 1rem var(--serif); text-transform: none; color: var(--on-rust-muted); }
.course-list p { margin: 0 0 .3em; max-width: 72ch; }
.events { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.event { background: var(--rust-deep); border: 1px solid var(--rust-line); border-top: 6px solid; border-image: var(--temper) 1; padding: 18px; }
.event-date { font: 500 .85rem var(--mono); color: var(--straw); margin-bottom: 6px; }
.event h3 a { color: var(--bead); }
.posts { list-style: none; margin: 0 0 32px; padding: 0; columns: 2 380px; column-gap: 40px; }
.posts li { break-inside: avoid; padding: 10px 0; border-top: 1px solid var(--rust-line); display: flex; flex-direction: column; }
.posts a { color: var(--bead); text-decoration: none; font-weight: 600; }
.posts a:hover { color: var(--straw); text-decoration: underline; }
.posts time { font: 500 .72rem var(--mono); color: var(--on-rust-muted); }
.prose { font-size: 1.1rem; }
.prose h2 { font-size: 1.9rem; text-transform: uppercase; margin-top: 1.4em; }
.prose h3 { font-size: 1.45rem; margin-top: 1.2em; }
.prose h4 { font: 700 1.1rem var(--serif); margin: 1.2em 0 .4em; }
.prose li { margin-bottom: .4em; }
.post-figure { margin: 0 0 24px; background: var(--bead-2); }
.post-gallery { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; }
.post-back { margin-top: 32px; font-family: var(--mono); font-size: .85rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* footer */
.site-footer { background: var(--rust-deep); border-top: 1px solid var(--rust-line); padding: 40px 0 24px; font-size: .95rem; }
.footer-grid { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.footer-logo { font: 800 1.5rem/1 var(--display); text-transform: uppercase; }
.footer-h { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .06em; color: var(--straw); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 6px; }
.site-footer a { color: var(--bead); }
.site-footer p { color: var(--on-rust-muted); }
.footer-small { font: 500 .72rem/1.5 var(--mono); margin-top: 24px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .hero-figure { transform: none; }
}
@media print {
  body { background: #fff; color: #000; }
  .site-header, .site-footer, .dock, .filters { display: none; }
}
