/* wi.css — wiredindustries.ca, one stylesheet for every page (2026-09-09, the REBUILD).
   Palette: CONFIRMED 2026-08-19 (G00/CLAUDE.md §4) — black #0A0A0A ink, deep green #0A5B23 accent, bright green #1E9E4A on dark.
   Type: Barlow + Barlow Semi Condensed, self-hosted as woff2 (latin). No font CDN, no script CDN, nothing external.
   Pattern: steadyeddie.ca r15 (ste.css) — tokens in one :root block, header/footer chrome compared by the gate. */

@font-face{font-family:"Barlow";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/Barlow-400.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/Barlow-500.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/Barlow-600.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/Barlow-700.woff2") format("woff2")}
@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/BarlowSemiCondensed-500.woff2") format("woff2")}
@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/BarlowSemiCondensed-600.woff2") format("woff2")}
@font-face{font-family:"Barlow Semi Condensed";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/BarlowSemiCondensed-700.woff2") format("woff2")}

:root{
  --ink:#0A0A0A;          /* text, the dark bands, the footer */
  --ink-soft:#2E2F30;     /* running text */
  --green:#0A5B23;        /* the single accent on light */
  --green-deep:#073D17;   /* hover on the accent */
  --green-bright:#1E9E4A; /* the accent on dark */
  --paper:#FFFFFF;
  --cream:#F4F6F5;
  --line:#DCE3DF;
  --grey:#5B615D;
  --grey-soft:#6B716D;    /* clears AA on cream and white */
  --focus:rgba(10,91,35,.32);
  --sans:"Barlow","Helvetica Neue",Helvetica,Arial,sans-serif;
  --disp:"Barlow Semi Condensed","Arial Narrow","Helvetica Neue",Arial,sans-serif;
  --wrap:1240px;
  --prose:820px;
  --r:4px;
  --mono:ui-monospace,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;
}

/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{font-family:var(--sans);background:var(--paper);color:var(--ink);font-size:17px;line-height:1.6;min-height:100svh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}
main{flex:1 0 auto}
a{color:inherit}
img,svg{display:block;max-width:100%;height:auto}
strong,b{font-weight:700}
h1,h2,h3,h4,h5{font-family:var(--disp);font-weight:700;line-height:1.05;letter-spacing:.005em;color:var(--ink)}
h1{font-size:clamp(34px,3.2vw + 14px,58px);text-transform:uppercase;letter-spacing:.01em}
h2{font-size:clamp(26px,1.6vw + 14px,38px)}
h3{font-size:clamp(19px,.6vw + 15px,23px)}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(18px,4vw,28px)}
.wrap.narrow{max-width:var(--prose)}
[id]{scroll-margin-top:72px}
.skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:#fff;padding:10px 14px;z-index:100;border-radius:var(--r)}
.skip:focus{left:8px}
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--green);outline-offset:2px;box-shadow:0 0 0 2px #fff}
.hero.cine :focus-visible,.sec.photo :focus-visible,.sec.dark :focus-visible{outline-color:#fff;box-shadow:0 0 0 2px var(--ink)}
@media (forced-colors:active){:focus-visible{outline:3px solid CanvasText}}

.btn{cursor:pointer}

/* ---------- header ---------- */
.hdr{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}
.hdr-in{max-width:var(--wrap);margin:0 auto;padding:10px clamp(18px,4vw,28px);display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;white-space:nowrap}
.brand img{height:40px;width:auto}
.brand .wm{display:flex;flex-direction:column;line-height:1.05;font-family:var(--disp);font-weight:700;font-size:20px;letter-spacing:.04em;color:var(--ink)}
.brand .wm small{font-family:var(--sans);font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:10px;color:var(--green);margin-top:3px}
.burger{display:none;font-family:var(--disp);font-weight:600;font-size:15px;letter-spacing:.04em;background:none;border:1.5px solid var(--ink);border-radius:var(--r);padding:8px 14px;cursor:pointer;min-height:44px}
nav.site{display:flex;align-items:center;gap:6px}
nav.site > a,nav.site .grp-t{font-family:var(--disp);font-weight:600;font-size:15.5px;letter-spacing:.02em;color:var(--ink-soft);text-decoration:none;padding:10px 12px;border-radius:var(--r);background:none;border:0;cursor:pointer;white-space:nowrap;line-height:1}
nav.site > a:hover,nav.site .grp-t:hover,nav.site .grp.on > .grp-t{color:var(--green)}
nav.site .grp.on > .grp-t{box-shadow:inset 0 -2px 0 var(--green)}
nav.site .grp{position:relative}
nav.site .grp-t::after{content:"";display:inline-block;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:0 0 3px 7px}
nav.site .grp-m{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:260px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 18px 44px rgba(10,10,10,.12);padding:8px;z-index:60}
nav.site .grp.open .grp-m{display:block}
nav.site .grp:last-of-type .grp-m{left:auto;right:0}
nav.site .grp-m a{display:block;padding:11px 12px;border-radius:var(--r);text-decoration:none;font-weight:500;font-size:15.5px;color:var(--ink)}
nav.site .grp-m a:hover{background:var(--cream);color:var(--green)}
nav.site .grp-m a[aria-current="page"]{color:var(--green);font-weight:600}
nav.site .enq{margin-left:8px;background:var(--green);color:#fff;padding:11px 18px}
nav.site .enq:hover{background:var(--green-deep);color:#fff}
@media (max-width:980px){
  .brand .wm{font-size:18px}
}
@media (max-width:520px){.brand img{height:34px}}
/* Wave 7 (2026-09-09), the rendered pass: at 320 the wordmark ran under the Menu button, and between the burger
   breakpoint and ~1040px the brand was squeezed under the desktop nav by its tagline. The mark carries the brand. */
@media (max-width:400px){.hdr-in{gap:8px;padding-left:14px;padding-right:14px}}
@media (max-width:364px){.brand .wm{display:none}}

/* Wave 7: phone tap targets. Footer links, the footer address, the library filters and the brand link were 17–35px tall. */
@media (max-width:1080px){
  .brand{min-height:44px}
  nav.site .grp-m a{padding:13px 12px}
  .btn-text{padding:12px 0;margin:-6px 0}
  .ftr li a,.ftr-brand a,.ftr-bar a,.briefs .more a,.door .note a{display:inline-block;padding:10px 0;margin:-10px 0}
  .filt{min-height:44px}
  .door .card h3 a,.door .card p a{display:inline-block;padding:10px 0;margin:-10px 0}
}

/* ---------- hero ---------- */
.hero{background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line);padding:clamp(72px,7.5vw,100px) 0;min-height:clamp(360px,46vh,520px);display:flex;align-items:center}
.hero .kicker{color:var(--green)}
.hero h1{color:var(--ink);max-width:900px}

.hero .btn{border-color:var(--ink);color:var(--ink)}
.hero .btn:hover{background:var(--ink);color:#fff}
.hero .btn-solid{background:var(--green);border-color:var(--green);color:#fff}
.hero .btn-solid:hover{background:var(--green-deep);border-color:var(--green-deep)}

/* ---------- prose ---------- */
.prose{padding:clamp(36px,5vw,64px) 0 clamp(28px,4vw,48px)}

.prose h3{margin:1.6em 0 .5em}
.prose ul{margin:0 0 1.2em 1.2em}
.prose li{margin:0 0 .45em;color:var(--ink-soft)}

.prose blockquote{margin:1.4em 0;padding:4px 0 4px 20px;border-left:3px solid var(--green)}
.prose blockquote p{font-family:var(--disp);font-weight:500;font-size:clamp(20px,.8vw + 15px,28px);line-height:1.4;color:var(--ink);margin:0}
.tbl-wrap{margin:1.2em 0 1.6em}
/* the tables are steadyeddie.ca's wrapper (below); the phone stacking (data-label, from md.py) runs from 760px there */

/* ---------- cards (every card is generated from the roster) ---------- */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(16px,2.2vw,26px)}

.cards.four{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}
.lib-group h2 a{color:inherit;text-decoration:none}
.lib-group h2 a:hover{color:var(--green);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.card{display:block;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:26px 24px 24px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}
a.card:hover{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}
@media (prefers-reduced-motion:reduce){.btn:hover{transform:none}.btn-text:hover::after{transform:none}}

.card h3{margin:0 0 8px}
.card p{font-size:15px;line-height:1.55;color:var(--ink-soft);margin:0}

.briefs .more{margin-top:18px}
.briefs .more a{color:var(--green)}

/* ---------- doctrine (home only) ---------- */

/* ---------- the library ---------- */
.lib{padding:clamp(72px,7.5vw,100px) 0}
.lib-tools{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin-bottom:30px}
.filts{display:flex;flex-wrap:wrap;gap:8px}
.filt{font-family:var(--mono);font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;line-height:1.2;padding:11px 16px;border:2px solid var(--line);border-radius:var(--r);background:var(--paper);color:var(--ink-soft);cursor:pointer}
.filt:hover{border-color:var(--green);color:var(--green)}
.filt[aria-pressed="true"]{background:var(--green);border-color:var(--green);color:#fff}
.lib-tools .q{font-family:var(--disp);font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-size:12px;color:var(--grey);margin-left:auto}
#lib-q{font-family:inherit;font-size:16px;padding:10px 12px;border:1.5px solid var(--line);border-radius:var(--r);min-width:240px;background:var(--paper)}
#lib-q:focus-visible{outline:2px solid var(--green);outline-offset:1px;border-color:var(--green);box-shadow:0 0 0 3px var(--focus)}
.lib-group{margin:0 0 40px}
.lib-group h2{margin-bottom:18px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.lib-none{font-size:17px;color:var(--grey);margin:0 0 40px}
.lib-group h2 small{font-family:var(--sans);font-weight:500;font-size:15px;color:var(--grey);letter-spacing:0}
@media (max-width:700px){.lib-tools .q{margin-left:0}#lib-q{width:100%}}

/* ---------- CTA band ---------- */

/* ---------- forms (the doors) ---------- */
.form{display:grid;gap:18px;max-width:720px}
.form label{display:block;font-family:var(--mono);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:10.5px;color:var(--grey);margin-bottom:8px}
.form div:has(> :required) > label::after{content:" (required)";color:var(--green)}
.form input,.form textarea,.form select{width:100%;padding:12px 14px;font-size:16px;font-family:inherit;border:2px solid var(--line);border-radius:var(--r);background:var(--paper);color:var(--ink)}
.form input,.form select{min-height:50px}
@media (max-width:760px){.form .btn{width:100%;text-align:center}}
.form input:focus-visible,.form textarea:focus-visible,.form select:focus-visible{outline:2px solid var(--green);outline-offset:1px;border-color:var(--green);box-shadow:0 0 0 3px var(--focus)}
.form textarea{resize:vertical;min-height:140px}
.form .note{font-size:14px;color:var(--grey)}

/* ---------- footer ---------- */
.ftr{margin-top:auto}
.ftr-grid{display:grid;grid-template-columns:1.5fr repeat(4,minmax(0,1fr));gap:34px;padding-bottom:40px}
@media (max-width:1080px){.ftr-grid{grid-template-columns:1fr 1fr 1fr}}
@media (max-width:640px){.ftr-grid{grid-template-columns:1fr 1fr}}
@media (max-width:420px){.ftr-grid{grid-template-columns:1fr}}
.ftr-brand .wm{font-family:var(--disp);font-weight:700;font-size:20px;letter-spacing:.04em;color:#fff;display:block;margin-bottom:10px}
.ftr-brand .disc{font-family:var(--disp);font-weight:600;font-size:17px;color:var(--green-bright);line-height:1.3;margin-bottom:12px}
.ftr-brand p{font-size:14px;color:rgba(255,255,255,.66);line-height:1.5;margin-bottom:8px;max-width:300px}
.ftr-brand a{color:rgba(255,255,255,.85)}
.ftr .ftr-h{font-family:var(--disp);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12.5px;color:var(--green-bright);margin:0 0 14px;line-height:1.2}
.ftr ul{list-style:none}
.ftr li{margin-bottom:8px}
.ftr li a{color:rgba(255,255,255,.75);font-size:14.5px;text-decoration:none}
.ftr li a:hover{color:#fff;text-decoration:underline}
.ftr-bar{border-top:1px solid rgba(255,255,255,.14);padding:20px 0 24px;font-size:13px;color:rgba(255,255,255,.55);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
.ftr-bar a{color:rgba(255,255,255,.7)}

/* ---------- print ---------- */

/* ---------- the doors (generated blocks on /enquiries and /contact) ---------- */
.door{padding:0 0 clamp(72px,7.5vw,100px)}
.door h2{margin-bottom:14px}
.door .note{font-size:15px;color:var(--grey);line-height:1.5;margin:0 0 18px}
.door .card h3 a{color:var(--green);text-decoration:none}
.door .card h3 a:hover{text-decoration:underline}
.door .btn{margin-right:10px}

/* ============================================================================================================
   steadyeddie.ca's format (2026-09-10 · the owner: "follow the steadyeddie.ca format — style, layout").
   ste.css r15 ported whole — the type scale, the mono kicker with the accent dash, the section head (kicker · heading · lede),
   band-std rhythm, tint bands with engineering line-art watermarks multiplied onto the skin, the blueprint grid under the split,
   tick lists, figure.ph with mono captions, the full-bleed photo section, the auto-fit gallery, the CTA band, the light footer
   with the accent rule, the compact header and the scroll reveal — in the house palette (G00/CLAUDE.md §4) and the house display
   face. The record's words are untouched: every device here is markup and style.
   ============================================================================================================ */

/* ---- type ---- */
body{font-size:17px;line-height:1.6;color:var(--ink)}
h1,h2,h3,h4{font-family:var(--disp);font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:.98;color:var(--ink);text-wrap:balance}
h1{font-size:clamp(40px,3.2vw + 18px,84px);line-height:.96}
h2{font-size:clamp(30px,2vw + 16px,56px);line-height:.98}
h3{font-size:clamp(20px,.8vw + 15px,28px);line-height:1.08}
p{max-width:70ch}
.lede{font-size:clamp(18px,1.6vw,21px);line-height:1.5;color:var(--ink-soft);max-width:60ch;font-weight:500}
.kicker{display:inline-block;font-family:var(--mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--green);margin:0 0 14px;text-wrap:balance}
@media (max-width:520px){.kicker{font-size:10.5px;letter-spacing:.13em}}
.kicker::before{content:"";display:inline-block;width:18px;height:2px;background:var(--green);vertical-align:middle;margin:0 10px 2px 0;transform-origin:left center;transition:transform .55s cubic-bezier(.2,.7,.2,1) .12s}
html.rv-armed .rv:not(.in) .kicker::before{transform:scaleX(0)}
/* the running head: the page's title, then the section's number — counted by the stylesheet, so no digit reaches the record */
article.prose{counter-reset:sec}
.sec-head.num,.split .txt{counter-increment:sec}
.sec-head.num .kicker::after,.split .txt > .kicker::after{content:"\00a0\00b7\00a0" counter(sec,decimal-leading-zero)}

/* ---- buttons ---- */
.btn{display:inline-block;font-family:var(--mono);font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.12em;padding:14px 26px;border:2px solid var(--ink);color:var(--ink);background:transparent;border-radius:var(--r);text-decoration:none;transition:transform .15s ease,background .2s,color .2s,border-color .2s}
.btn:hover,.hero .btn:hover{background:transparent;border-color:var(--green);color:var(--green);transform:translateY(-1px)}
.btn-solid,.hero .btn-solid{background:var(--green);border-color:var(--green);color:#fff}
.btn-solid:hover,.hero .btn-solid:hover{background:var(--green-deep);border-color:var(--green-deep);color:#fff}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}

/* ---- header: the accent rule, compact after 80px ---- */
.hdr{background:var(--paper);backdrop-filter:none;border-bottom:3px solid var(--green);transition:box-shadow .2s}
.hdr-in{min-height:64px;transition:min-height .2s}
html.scrolled .hdr{box-shadow:0 6px 24px rgba(10,10,10,.08)}
html.scrolled .hdr-in{min-height:54px}
.brand img{transition:height .2s}
.brand .wm small{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em}
.brand img{height:52px}
html.scrolled .brand img{height:44px}
nav.site > a,nav.site .grp-t{font-family:var(--mono);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);padding:12px 12px;line-height:1.2}
nav.site > a:hover,nav.site .grp-t:hover,nav.site .grp.on > .grp-t{color:var(--green)}
nav.site .enq{background:transparent;border:2px solid var(--green);color:var(--green);padding:8px 14px;margin-left:6px;border-radius:var(--r)}
nav.site .enq:hover{background:var(--green);color:#fff}
.burger{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:2px solid var(--ink);padding:8px 10px}
@media (max-width:1240px){.brand .wm small{display:none}}
@media (max-width:520px){.brand img,html.scrolled .brand img{height:38px}.brand .wm{font-size:17px}}
@media (max-width:400px){.brand .wm{font-size:15px}}
@media (max-width:1080px){
  .burger{display:inline-flex;align-items:center}
  nav.site{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:8px clamp(18px,4vw,28px) 20px;max-height:calc(100svh - 67px);overflow-y:auto}
  nav.site.open{display:flex}
  nav.site .grp{border-bottom:1px solid var(--line)}
  nav.site .grp-t{width:100%;text-align:left;padding:14px 4px;font-size:13px}
  nav.site .grp-m{position:static;display:none;box-shadow:none;border:0;padding:0 0 10px 12px;min-width:0}
  nav.site .grp.open .grp-m{display:block}
  nav.site .enq{margin:14px 0 0;justify-content:center;display:inline-flex}
}

/* ---- heroes ---- */
.hero{border-bottom:0}
.hero .kicker{color:var(--green)}
.hero h1{margin:6px 0 18px;max-width:24ch;font-size:clamp(32px,2.4vw + 16px,62px)}
.hero .lede{color:var(--ink-soft);margin-top:0;max-width:60ch;font-size:clamp(18px,1.6vw,21px);line-height:1.5;font-weight:500}
/* the hero is the photo band (2026-09-10, the owner: the band's look on every page): the band's height, its scrim rising from the foot, the wrap's left edge, the band's headline scale */
.hero.cine{position:relative;background:var(--ink);color:#fff;overflow:hidden;padding:0;border:0;min-height:clamp(480px,66vh,780px);min-height:clamp(480px,66svh,780px);display:flex;align-items:flex-end}
.hero.cine .hero-media{position:absolute;inset:0;z-index:0}
.hero.cine .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero.cine .scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,10,10,.52) 0%,rgba(10,10,10,.28) 42%,rgba(10,10,10,0) 76%),linear-gradient(180deg,rgba(10,10,10,0) 30%,rgba(10,10,10,.24) 62%,rgba(10,10,10,.62) 100%)}   /* 2026-09-10, the polish round: lighter overall than the owner's "way to dark" fix above 30% of the band, weighted left where the plate is — the sister site's own device */
.hero.cine .hero-plate{position:relative;z-index:2;width:100%;max-width:var(--wrap);margin:0 auto;padding:clamp(40px,6vw,80px) clamp(18px,4vw,28px) clamp(36px,5vw,64px);display:flex;flex-direction:column;justify-content:flex-end}
.hero.cine .plate-in{max-width:820px}
.hero.cine .kicker{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.hero.cine .kicker::before{background:var(--green-bright)}
.hero.cine h1{color:#fff;font-size:clamp(32px,2.4vw + 16px,62px);max-width:24ch;margin:6px 0 16px;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.hero.cine .lede{color:#fff;max-width:58ch;font-size:clamp(16px,1.3vw,19px);text-shadow:0 2px 8px rgba(0,0,0,.75),0 1px 2px rgba(0,0,0,.6)}
.hero.cine .btn{border-color:#fff;color:#fff;background:rgba(10,10,10,.32)}
.hero.cine .btn:hover{border-color:var(--green-bright);color:var(--green-bright);background:rgba(10,10,10,.5)}
.hero.cine .btn-solid{background:var(--green);border-color:var(--green);color:#fff}
.hero.cine .btn-solid:hover{background:var(--green-bright);border-color:var(--green-bright);color:var(--ink)}

.hero.cine .cta-row{margin-top:22px}

/* ---- the home's render band ---- */
.band.product{background:var(--paper);border-bottom:1px solid var(--line)}
.band.product .grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,1fr);gap:clamp(24px,5vw,72px);align-items:center;padding-top:clamp(56px,6vw,84px);padding-bottom:clamp(56px,6vw,84px)}
.band.product figure{margin:0}
.band.product img{width:100%;height:auto;display:block}

.band.product .copy h2{margin:0 0 14px;font-size:clamp(24px,1.4vw + 14px,40px)}
.band.product .copy p{color:var(--ink-soft);max-width:48ch}
.band.product .copy .doct{font-family:var(--disp);font-weight:600;font-size:clamp(22px,1.2vw + 13px,32px);line-height:1.15;text-transform:none;color:var(--ink);max-width:26ch;margin:0;letter-spacing:0}
@media (max-width:820px){.band.product .grid{grid-template-columns:1fr}}

/* ---- sections: band-std rhythm, tint, the blueprint grid, the section head ---- */
.prose{padding:0}
.prose p{color:var(--ink);font-size:17px;line-height:1.6;margin:0 0 1em}
.prose h2{margin:0 0 18px;padding:0;position:static}
.prose h2::before{display:none;content:none}
.prose h3{margin:28px 0 10px}
.prose ul{margin:0 0 1.2em;padding:0}
.prose li{color:var(--ink);margin:0}
.sec{position:relative;padding:clamp(72px,7.5vw,100px) 0}
.sec.band-std{padding:clamp(72px,7.5vw,100px) 0}
.sec > .wrap{position:relative;z-index:1}
.sec.tint{background:var(--paper);border-top:1px solid var(--line)}
.sec.tint + .sec.tint{border-top:0}
.sec.blueprint::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(10,91,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(10,91,35,.045) 1px,transparent 1px),linear-gradient(rgba(10,91,35,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(10,91,35,.022) 1px,transparent 1px);background-size:96px 96px,96px 96px,24px 24px,24px 24px}
.sec-head{margin-bottom:clamp(28px,4vw,48px)}
.sec-head h2{margin-bottom:18px}
.sec-head .lede{margin-top:6px}
.sec-head .kicker:last-child{margin-bottom:0}
.sec.intro .sec-head{margin-bottom:18px}
.sec.intro .body p{font-size:clamp(18px,1.6vw,21px);line-height:1.5;color:var(--ink-soft);font-weight:500;max-width:60ch}
.sec .body > :last-child{margin-bottom:0}
.doctrine-lead .doct{display:block;font-family:var(--disp);font-weight:600;font-size:clamp(22px,1.2vw + 13px,32px);line-height:1.15;text-transform:none;color:var(--ink);max-width:26ch;margin:0 0 .5em;letter-spacing:0}

/* ---- links in the running text ---- */
.prose a{color:var(--green);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(10,91,35,.32)}
.prose a:hover{color:var(--green-deep);border-bottom-color:var(--green)}

/* ---- lists ---- */
ul.tick{list-style:none;padding:0;max-width:70ch}
ul.tick li{position:relative;padding-left:26px;margin-bottom:10px;color:var(--ink)}
ul.tick li::before{content:"";position:absolute;left:0;top:.62em;width:12px;height:2px;background:var(--green)}

/* ---- the split and figures ---- */
.split{display:grid;gap:clamp(24px,4vw,56px);grid-template-columns:1fr;align-items:center}
@media (min-width:761px){.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
.split > *{min-width:0}
.split .txt h2{margin-bottom:16px}
.split .txt p{margin:0}
.split .txt p + p,.split .txt .lede + p,.split .txt p + ul,.split .txt ul + p{margin-top:1em}
.split + .body{margin-top:clamp(28px,4vw,48px)}
@media (min-width:761px){.split.fig-first figure.ph{order:-1}}
figure.ph{margin:0;position:relative}
figure.ph img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:var(--r);background:var(--cream);box-shadow:none}

/* ---- the full-bleed photograph ---- */
.sec.photo{position:relative;min-height:clamp(420px,60vh,720px);min-height:clamp(420px,60svh,720px);display:flex;align-items:flex-end;padding:0;overflow:hidden;background:var(--ink);color:#fff;border:0}
.sec.photo > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.sec.photo .scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.52) 0%,rgba(10,10,10,.28) 42%,rgba(10,10,10,0) 76%),linear-gradient(180deg,rgba(10,10,10,0) 30%,rgba(10,10,10,.24) 62%,rgba(10,10,10,.62) 100%)}
.sec.photo .wrap{position:relative;z-index:2;width:100%;padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(36px,5vw,64px)}
.sec.photo .kicker{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.sec.photo .kicker::before{background:var(--green-bright)}
.sec.photo h2,.sec.photo .band-line{font-family:var(--disp);font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:.98;color:#fff;font-size:clamp(30px,2.4vw + 14px,56px);max-width:24ch;margin:0 0 .45em;text-shadow:0 1px 3px rgba(0,0,0,.5);text-wrap:balance}

/* ---- engineering line-art watermarks (from the renders, edge-detected; ink on white, multiplied onto the skin) ---- */
.wm{position:relative;overflow:hidden}
.wm > .wrap{position:relative;z-index:1}
.wm::before{content:"";position:absolute;inset:0;pointer-events:none;background-repeat:no-repeat;background-size:auto 118%;background-position:right -6% center;mix-blend-mode:multiply;opacity:.12;-webkit-mask-image:radial-gradient(ellipse 72% 84% at 52% 50%,#000 30%,transparent 86%);mask-image:radial-gradient(ellipse 72% 84% at 52% 50%,#000 30%,transparent 86%)}
.wm.wm-1::before{background-image:url(/assets/img/wi-wm-l1.webp)}
.wm.wm-2::before{background-image:url(/assets/img/wi-wm-l2.webp);background-position:right -8% center;background-size:auto 124%}
.wm.wm-3::before{background-image:url(/assets/img/wi-wm-l3.webp);background-size:auto 126%;background-position:right -2% center}
.cta-band.wm::before{opacity:.16}

/* ---- the gallery ---- */
.gal .sec-head{margin-bottom:clamp(20px,3vw,32px)}

.gallery{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:760px){.gallery{grid-template-columns:1fr}}

/* ---- cards and where next ---- */
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:clamp(20px,2.4vw,28px);display:flex;flex-direction:column}
.card .k{font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin-bottom:10px}
.card h3{margin-bottom:14px}
@media (min-width:641px){.cards .card h3,.grid.g3 .card h3,.grid.g4 .card h3{min-height:2.16em}}
.card p{font-size:16px;color:var(--ink-soft);line-height:1.5}
.cards{gap:clamp(16px,2.2vw,26px)}
.next,.lines,.briefs{background:var(--paper);border-top:1px solid var(--line)}
.next .sec-head{margin-bottom:clamp(20px,3vw,32px)}
.next .sec-head,.lines .sec-head,.briefs .sec-head{margin-bottom:clamp(20px,3vw,32px)}
.next .sec-head h2,.lines .sec-head h2,.briefs .sec-head h2{margin-bottom:0}

/* ---- the CTA band ---- */
.cta-band{background:var(--paper);border-top:1px solid var(--line)}
.cta-band .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 40px;padding-top:clamp(36px,5vw,56px);padding-bottom:clamp(36px,5vw,56px)}
.cta-band h2{font-size:clamp(26px,3.4vw,40px);max-width:22ch;margin-bottom:10px}
.cta-band p{color:var(--ink-soft);max-width:52ch;margin:0}
.cta-band .cta-row{margin-top:0}

/* ---- the footer: paper, the accent rule, mono legal ---- */
.ftr{background:var(--paper);color:var(--ink);border-top:3px solid var(--green);padding:0}
.ftr-grid{padding:clamp(56px,6vw,80px) 0 32px;gap:28px 32px}
.ftr-brand .wm{color:var(--ink)}
.ftr-brand .disc{color:var(--green)}
.ftr-brand p{color:var(--ink-soft)}
.ftr-brand a{color:var(--ink-soft)}
.ftr .ftr-h{color:var(--ink);font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:.16em}
.ftr li a{color:var(--ink-soft)}
.ftr li a:hover{color:var(--green);text-decoration:none}
.ftr-bar{border-top:1px solid var(--line);padding:20px 0 28px;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--grey-soft);line-height:1.7}
.ftr-bar a{color:var(--ink-soft)}

/* ---- the reveal (threshold 0 and a safety net in the script; the page is whole with no script) ---- */
.rv{opacity:1;transform:none}
html.rv-armed .rv{opacity:0;transform:translateY(12px);transition:opacity .55s cubic-bezier(.2,.7,.3,1),transform .55s cubic-bezier(.2,.7,.3,1)}
html.rv-armed .rv.in{opacity:1;transform:none}
.rv-d1{transition-delay:.08s}
.rv-d2{transition-delay:.16s}
html.rv-armed .rv img{opacity:0;transition:opacity .5s ease .05s}
html.rv-armed .rv.in img{opacity:1}

/* ---- phone ---- */
@media (max-width:760px){
  .hero.cine{min-height:clamp(360px,48svh,480px)}
  .sec.photo{min-height:clamp(340px,44svh,440px)}
  .hero.cine .scrim{background:linear-gradient(180deg,rgba(10,10,10,.06) 0%,rgba(10,10,10,.66) 100%)}
  .sec.photo .scrim{background:linear-gradient(180deg,rgba(10,10,10,.06) 0%,rgba(10,10,10,.66) 100%)}
  .wm::before{background-size:auto 72%;opacity:.08}
  .cta-row{flex-direction:column;align-items:stretch;gap:10px}
  .cta-row .btn{width:100%;text-align:center}
  .cta-band .cta-row{width:100%}
}
@media print{
  .cta-band,.next,.burger,.hdr,.ftr,.skip,.wm::before,.sec.blueprint::before{display:none!important}
  body{font-size:12pt}
  .hero{background:none;color:var(--ink);min-height:0;padding:0}
  .hero.cine,.sec.photo,.sec.dark{background:#fff!important;color:var(--ink)!important;min-height:0!important;display:block}
  .hero.cine .hero-media,.hero.cine .scrim,.sec.photo>picture,.sec.photo>img,.sec.photo .scrim{display:none!important}
  .hero.cine h1,.hero.cine .lede,.sec.photo h2,.sec.photo .band-line,.sec.dark h2,.sec.dark h3,.sec.dark p,.sec.dark li{color:var(--ink)!important;text-shadow:none!important}
  .hero.cine .kicker,.sec.photo .kicker,.sec.dark .kicker{color:var(--green)!important;opacity:1}
  .hero.cine .kicker::before,.sec.photo .kicker::before,.sec.dark .kicker::before{background:var(--green)!important}
  .sec.dark.doctrine li{border-top-color:var(--green)!important}
  .sec,.sec.band-std,.hero.cine{padding:18pt 0}
}

/* ------------------------------------------------------------------------------------------------------------
   steadyeddie.ca's format, second pass (2026-09-10, later) — the devices the prose now carries, and the motion.
   ste.css r15's callout, note, refusal list, card grids, table wrapper and motion, in the house palette. The words
   are the record's: build.py makes every device below out of sentences it does not touch, and the word proof says so.
   ------------------------------------------------------------------------------------------------------------ */

/* ---- the callout: one short sentence, on the accent rule ---- */
.callout{border-left:3px solid var(--green);padding:6px 0 6px 22px;margin:22px 0}
.callout p{font-family:var(--sans);font-size:clamp(18px,1.5vw,21px);line-height:1.5;color:var(--ink);max-width:66ch;margin:0}
.sec .body > .callout:first-child{margin-top:0}
.sec .body > .callout:last-child{margin-bottom:0}

/* ---- the note: a bordered aside inside the prose (the door's own .note is untouched) ---- */
.prose .note{background:var(--cream);border:1px solid var(--line);border-left:3px solid var(--green);border-radius:var(--r);padding:20px 24px;margin:22px 0}
.prose .note .k{display:block;font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--grey);margin-bottom:8px}
.prose .note p{font-size:15.5px;color:var(--ink);margin:0}
.prose .note p + p{margin-top:10px}

/* ---- the refusal list: steadyeddie.ca's × where the tick's dash would be ---- */
ul.tick.refuse li::before{content:"\00d7";background:none;border:0;border-radius:0;width:auto;height:auto;top:0;left:1px;font-family:var(--disp);font-weight:700;font-size:17px;line-height:1.6;color:var(--green)}

/* ---- card grids: auto-fit, and a phone gets one column because the track floor is min(100%, …) ---- */
.grid{display:grid;gap:clamp(16px,2.2vw,26px)}
.grid.g1{grid-template-columns:1fr}
.grid.g2{grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr))}   /* two up inside the 1240px wrap, one on a phone */
.grid.g3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.grid.g4{grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))}

.prose .grid{margin:0 0 1.2em}
.prose .grid:last-child{margin-bottom:0}
.prose .card h3{margin:0 0 14px}
.prose .card p{font-size:16px;line-height:1.5;color:var(--ink-soft)}
.prose .card > :last-child{margin-bottom:0}
.prose .card ul.tick{margin-bottom:1em}

/* ---- tables: steadyeddie.ca's wrapper, mono heads, hairlines. The .tbl class stays on the same div, so the
       phone stacking below (data-label, from md.py) keeps working, and now from 760px rather than 520px. ---- */
.tbl-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r);background:var(--paper)}
.tbl-wrap table{width:100%;border-collapse:collapse;font-size:15px;min-width:560px;margin:0}
.tbl-wrap th,.tbl-wrap td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.tbl-wrap th{font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--grey);background:var(--cream)}
.tbl-wrap td{color:var(--ink-soft)}
.tbl-wrap tr:last-child td{border-bottom:0}

/* ---- <picture> is a box, not an inline run ---- */
picture{display:block}
figure.ph picture,.band.product picture{display:block;width:100%}
/* every figure the same size (2026-09-10, the owner: "they all got to be the same size"): the box is 3:2 whatever the frame's own shape; a scene fills it, a cut-out sits in it on white */
figure.ph img,figure.ph picture img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:var(--r);background:var(--cream)}

figure.ph.cut img,figure.ph.cut picture img{object-fit:contain;background:#fff}
.hero.cine .hero-media picture{display:block;width:100%;height:100%}
.sec.photo > picture{position:absolute;inset:0;width:100%;height:100%}
.sec.photo > picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}

/* ---- the white hero: a cut-out render full width on the white ground, the type in ink beneath it (2026-09-10, the owner: the tractor and lowbed "would make a great homepage hero") ---- */
.hero.cine.white{background:#fff;color:var(--ink);min-height:0;border-bottom:1px solid var(--line)}
.hero.cine.white{display:block}
.hero.cine.white .hero-media{position:static}
.hero.cine.white .hero-media picture{height:auto}
.hero.cine.white .hero-media img{height:auto;max-height:min(64svh,680px);object-fit:contain;object-position:center bottom;background:#fff}   /* a wide render runs full width; a squarer one is contained in the band's height, so the type stays beneath the machine */
.hero.cine.white .scrim{display:none}
.hero.cine.white .hero-plate{padding-top:clamp(28px,3vw,44px);padding-bottom:clamp(36px,5vw,56px)}
.hero.cine.white .kicker{color:var(--green);opacity:1}
.hero.cine.white .kicker::before{background:var(--green)}
.hero.cine.white h1{color:var(--ink);text-shadow:none}
.hero.cine.white .lede{color:var(--ink-soft);text-shadow:none}
.hero.cine.white .btn{border-color:var(--ink);color:var(--ink);background:transparent}
.hero.cine.white .btn:hover{border-color:var(--green);color:var(--green)}
.hero.cine.white .btn-solid{background:var(--green);border-color:var(--green);color:#fff}

/* ---- motion: the cinematic hero pans, the photo band drifts as it crosses the viewport ---- */
@keyframes wi-pan{from{transform:scale(1.06) translate3d(-6px,-4px,0)}to{transform:scale(1) translate3d(6px,4px,0)}}
@keyframes wi-band{from{transform:scale(1.1) translateY(-4%)}to{transform:scale(1) translateY(4%)}}
@media (prefers-reduced-motion:no-preference){
  .hero.cine .hero-media.motion-pan img{animation:wi-pan 26s cubic-bezier(.4,0,.6,1) infinite alternate both;transform-origin:56% 44%;will-change:transform}
  /* progressive: a browser that cannot drive an animation from scroll simply shows the photograph */
  @supports (animation-timeline:view()){
    .sec.photo > img,.sec.photo > picture img{animation:wi-band linear both;animation-timeline:view();animation-range:entry 0% exit 100%;will-change:transform}
  }
}
@media (prefers-reduced-motion:reduce){
  .hero.cine .hero-media.motion-pan img{animation:none;transform:none}
  .sec.photo > img,.sec.photo > picture img{animation:none;transform:none}
}

/* ---- the footer's honesty note, on its own line of the legal bar ---- */
.ftr-bar .honest{flex-basis:100%;order:3;color:var(--grey-soft)}

/* ---- phone ---- */
@media (max-width:760px){
  .callout{padding-left:16px;margin:18px 0}
  .hero.cine .hero-media.motion-pan img{animation:none;transform:none;will-change:auto}
  .tbl-wrap{overflow:visible;border:0;background:none;border-radius:0}
  .tbl-wrap table{min-width:0;font-size:15.5px}
  .tbl-wrap table,.tbl-wrap tbody,.tbl-wrap tr,.tbl-wrap td{display:block;width:100%}
  .tbl-wrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .tbl-wrap tr{border:1px solid var(--line);border-radius:var(--r);padding:10px 14px 12px;margin-bottom:12px;background:var(--paper)}
  .tbl-wrap tr:last-child{margin-bottom:0}
  .tbl-wrap td{border:0;padding:7px 0;white-space:normal}
  .tbl-wrap td[data-label]::before{content:attr(data-label);display:block;font-family:var(--disp);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px;color:var(--green);margin-bottom:2px}
  .tbl-wrap td:first-child{font-family:var(--disp);font-weight:600;font-size:18px;color:var(--ink)}
}

/* ---- the dark register (2026-09-10, the build-out): the home's doctrine band — the four sentences at full scale on ink; at most one dark section a page ---- */
.sec.dark{background:var(--ink);color:rgba(255,255,255,.92);border-top:0}
.sec.dark .kicker{color:var(--green-bright)}
.sec.dark .kicker::before{background:var(--green-bright)}
.sec.dark h2,.sec.dark h3{color:#fff}
.sec.dark p{color:rgba(255,255,255,.86)}
.sec.dark.doctrine{padding:clamp(72px,7.5vw,100px) 0;border-bottom:0}
.sec.dark.doctrine .sec-head{margin-bottom:clamp(20px,3vw,32px)}
.sec.dark.doctrine ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,40px) clamp(28px,4vw,56px)}
.sec.dark.doctrine li{font-family:var(--disp);font-weight:700;text-transform:uppercase;letter-spacing:.01em;font-size:clamp(24px,1.6vw + 14px,44px);line-height:1.02;color:#fff;padding-top:16px;border-top:3px solid var(--green-bright);text-wrap:balance}
@media (max-width:760px){.sec.dark.doctrine ul{grid-template-columns:1fr}}
/* ---- the text-tier button (steadyeddie.ca's .btn-text) ---- */
.btn-text,.briefs .more a.btn-text{display:inline-block;border:0;padding:6px 0;font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);text-decoration:none;background:none}
.btn-text::after{content:" \2192";display:inline-block;transition:transform .2s ease}
.btn-text:hover,.briefs .more a.btn-text:hover{color:var(--green-deep)}
.btn-text:hover::after{transform:translateX(4px)}
.briefs .more{margin-top:22px}
