:root{
  --display:"Manrope","Century Gothic","Futura",sans-serif;
  --ink:#000;
  --paper:#fff;
  --rule:#000;
  --muted:#2b2b2b;
  --gut:clamp(24px,5vw,80px);
  --max:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:"Nunito Sans","Helvetica Neue",Arial,sans-serif;
  font-weight:400;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}

.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gut)}

/* ---- masthead ---- */
.masthead{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:32px;flex-wrap:wrap;
  padding:40px 0 28px;
}
.mark{display:flex;align-items:center;gap:16px;text-decoration:none}
.mark img{
  width:clamp(46px,5.4vw,60px);height:auto;flex:none;
}
.mark span{
  display:flex;flex-direction:column;gap:2px;
  font-size:clamp(11px,1.1vw,12.5px);
  line-height:1.3;letter-spacing:.075em;text-transform:uppercase;color:var(--muted);
}
.mark span strong{font-weight:700;color:var(--ink);letter-spacing:.055em}
nav{display:flex;gap:26px;padding-bottom:5px}
nav a{
  font-family:var(--display);font-weight:400;
  text-decoration:none;font-size:15.5px;letter-spacing:.02em;
  padding-bottom:3px;border-bottom:1px solid transparent;
}
nav a:hover{border-bottom-color:var(--ink)}
nav a[aria-current="page"]{border-bottom-color:var(--ink)}

/* ---- hero ---- */
.hero{margin-top:4px}
.slides{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--paper)}
.slides img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:contain;
  opacity:0;transition:opacity 1.4s ease-in-out;
}
.slides img.on{opacity:1}
.slides .dots{
  position:absolute;left:0;bottom:2px;width:100%;
  display:flex;gap:8px;justify-content:center;z-index:2;
}
.slides .dots button{
  width:7px;height:7px;padding:0;border:0;border-radius:50%;
  background:#fff;cursor:pointer;
  box-shadow:0 0 0 1px rgba(0,0,0,.35);transition:background .3s;
}
.slides .dots button[aria-current="true"]{background:#000}
@media (prefers-reduced-motion:reduce){
  .slides img{transition:none}
}
.lede{
  font-family:var(--display);
  font-weight:400;
  font-size:clamp(23px,3.55vw,43px);
  line-height:1.3;letter-spacing:-.018em;
  max-width:none;text-wrap:balance;
  margin:clamp(40px,6vw,74px) 0 clamp(40px,6vw,74px);
}
.lede em{font-style:normal;font-weight:500}
.tagline{
  font-family:var(--display);
  font-weight:400;
  font-size:clamp(16px,1.63vw,19px);
  line-height:1.45;letter-spacing:-.004em;
  max-width:none;text-wrap:balance;color:var(--ink);
  margin:0 0 clamp(40px,6vw,74px);
}
.lede:has(+ .tagline){margin-bottom:clamp(16px,2.2vw,26px)}

/* ---- Work hub: category cards ---- */
.backlink{font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:600;
  margin:clamp(22px,3vw,34px) 0 0}
.backlink a{color:var(--muted);text-decoration:none;border-bottom:1px solid var(--rule)}
.backlink a:hover{color:var(--ink);border-color:var(--ink)}
.catcard{
  display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);
  gap:clamp(22px,3.4vw,46px);align-items:start;
  padding:clamp(30px,4vw,48px) 0;border-top:1px solid var(--rule);
}
.catcard:last-of-type{border-bottom:1px solid var(--rule)}
.catshot{display:block}
.catshot img{width:100%;height:auto;display:block}
.cattext h2{margin:0 0 .5em}
.cattext h2 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.cattext h2 a:hover{border-color:var(--ink)}
.catmore{margin-top:1.2em;font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:600}
.catmore a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--rule)}
.catmore a:hover{border-color:var(--ink)}
@media (max-width:760px){
  .catcard{grid-template-columns:1fr}
}

/* ---- work section heading ---- */
h2.sectionhead{
  font-family:var(--display);font-weight:300;
  font-size:clamp(20px,2.6vw,30px);letter-spacing:.004em;line-height:1.2;
  margin:clamp(46px,6vw,80px) 0 clamp(10px,1.4vw,18px);
  padding-top:clamp(30px,4vw,46px);border-top:1px solid var(--rule);
}
.alsolist{margin:1.2em 0 0;max-width:62ch}
.alsolist dt{font-weight:600;margin-top:1.05em}
.alsolist dd{margin:.15em 0 0;color:var(--muted)}
.alsolist dd em{font-style:normal;font-size:12px;letter-spacing:.09em;text-transform:uppercase}

/* ---- project type tags ---- */
.tags{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 0;padding:0;list-style:none}
.tags li{
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;
  color:var(--muted);border:1px solid var(--rule);
  padding:4px 10px;border-radius:999px;white-space:nowrap;
}
.tags.plain li{border:0;padding:0}
.tags.plain li + li::before{content:"·";margin-right:7px;color:var(--rule)}
.filterbar{
  display:flex;flex-wrap:wrap;gap:8px;
  margin:0 0 clamp(26px,3.4vw,40px);padding:0 0 clamp(20px,2.6vw,30px);
  border-bottom:1px solid var(--rule);list-style:none;
}
.filterbar li{
  font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;
  color:var(--muted);border:1px solid var(--rule);padding:7px 14px;border-radius:999px;
}
.filterbar li[aria-current="true"]{background:var(--ink);color:var(--paper);border-color:var(--ink)}

/* ---- generic sections ---- */
.rule{border:0;border-top:1px solid var(--rule);margin:0}
h1.page{
  font-family:var(--display);
  font-weight:300;letter-spacing:.005em;line-height:1.05;
  font-size:clamp(34px,5.4vw,62px);
  margin:clamp(34px,5vw,60px) 0 clamp(26px,3.4vw,40px);
}
h2{font-family:var(--display);font-weight:400;font-size:clamp(21px,2.4vw,28px);letter-spacing:.005em;line-height:1.25}
.sub{
  font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);font-weight:600;
}
p+p{margin-top:1.05em}
.measure{max-width:62ch}

/* ---- capability list ---- */
.caps{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:0 48px;padding:clamp(34px,4.5vw,54px) 0;
}
.caps div{padding:18px 0;border-top:1px solid var(--rule)}
.caps h3{font-family:var(--display);font-weight:500;font-size:17px;letter-spacing:.01em;margin-bottom:5px}
.caps p{font-size:14.5px;color:var(--muted);line-height:1.55}

/* ---- project ---- */
.project{padding:clamp(48px,7vw,92px) 0;border-top:1px solid var(--rule)}
.project:first-of-type{border-top:0}
.project .head{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  gap:clamp(24px,4vw,64px);align-items:start;margin-bottom:clamp(26px,3.4vw,40px);
}
.project .meta{font-size:14.5px;color:var(--muted);line-height:1.5}
.project .meta dl{display:grid;grid-template-columns:auto 1fr;gap:4px 16px;margin-top:14px}
.project .meta dt{font-weight:700;color:var(--ink)}
.project h2{margin-bottom:6px}
/* Two images to a row, the row justified to the full text column at one shared
   height, no cropping. flex-grow proportional to aspect ratio does the work;
   a .gap spacer stands in for a missing image so a short row keeps the height
   of a full one and hangs left. Chooch 2026-09-17. */
.shots{display:flex;flex-direction:column;gap:14px}
.shots .row{display:flex;gap:14px;align-items:flex-start}
.shots .row img{flex:var(--r,1.5) 0 0;width:0;min-width:0;height:auto;display:block}
.shots .row .gap{flex:var(--r,1.5) 0 0;width:0;min-width:0}
@media (max-width:640px){
  .shots .row{flex-direction:column}
  .shots .row img{width:100%;flex:none}
  .shots .row .gap{display:none}
}

/* ---- about ---- */
.about{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start}
.about img{width:100%;height:auto}
.creds{margin-top:36px;border-top:1px solid var(--rule)}
.creds div{padding:15px 0;border-bottom:1px solid var(--rule);display:flex;gap:18px;flex-wrap:wrap}
.creds dt{font-weight:700;min-width:11em;font-size:14.5px}
.creds dd{font-size:14.5px;color:var(--muted);flex:1;min-width:14em}

/* ---- contact ---- */
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(28px,4vw,56px);padding-bottom:20px}
.contact-grid a{text-decoration:none;border-bottom:1px solid var(--ink)}
/* sized so Charles "Chooch" Pickard holds one line - Chooch 2026-09-17 */
.big-link{font-family:var(--display);font-size:clamp(17px,2.05vw,24px);font-weight:300;letter-spacing:-.015em;display:inline-block;margin-top:4px;white-space:nowrap}

/* ---- footer ---- */
footer{
  border-top:1px solid var(--rule);margin-top:clamp(56px,8vw,110px);
  padding:28px 0 56px;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
  font-size:13px;color:var(--muted);
}
footer a{text-decoration:none}
footer a:hover{text-decoration:underline}

@media (max-width:760px){
  .project .head,.about{grid-template-columns:1fr}
  .masthead{padding:26px 0 20px}
  nav{gap:20px;width:100%}
}


/* ---- homepage selected work ---- */
.strip{display:flex;flex-wrap:wrap;gap:22px 14px;padding-top:clamp(28px,3.6vw,44px)}
.strip::after{content:"";flex-grow:5}
.strip a{text-decoration:none;display:block;flex:var(--r,1.4) 1 calc(var(--r,1.4) * 200px);min-width:0}
.strip img{width:100%;height:auto}
.strip b{display:block;font-family:var(--display);font-weight:400;font-size:16px;margin-top:9px}
.strip span{display:block;font-size:13px;color:var(--muted);margin-top:1px}
.strip a:hover b{text-decoration:underline}
.more{display:inline-block;margin-top:clamp(26px,3.2vw,38px);font-family:var(--display);font-weight:400;
      font-size:17px;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:2px}

/* Work-hub card thumbnails - Chooch 2026-09-17 */
.thumbrow{display:flex;gap:6px;margin:16px 0 18px}
.thumbrow a{flex:1 1 0;min-width:0;display:block;line-height:0}
.thumbrow img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  filter:saturate(.92);transition:filter .18s ease,opacity .18s ease}
.thumbrow a:hover img{filter:saturate(1);opacity:.88}
@media(max-width:760px){
  .thumbrow a:nth-child(n+5){display:none}
}

/* Chooch 2026-09-17: a page headline and the standfirst under it run the full
   content width, like the home page. site.js solves the headline size to fit. */
h1.page{max-width:none;text-wrap:balance}
.cattext h2{max-width:none;text-wrap:balance}

/* A standfirst or closing note that sits in the full-width flow runs the whole
   column and justifies, so every line but the last reaches both edges and the
   last one hangs left. Chooch 2026-09-17. No hyphenation - a broken word in a
   standfirst reads worse than a slightly open line. Paragraphs that live inside
   a narrow column by design (project descriptions, the About grid, the Work hub
   cards) are left ragged: justifying a 450px column opens rivers. */
.wrap > p.measure{
  max-width:none;
  text-align:justify;
  text-justify:inter-word;
  hyphens:none;
  -webkit-hyphens:none;
}
