:root {
  --ink: #16141a;
  --paper: #d9d3c7;
  --board: #cfc6b8;
  --yellow: #ffe566;
  --pink: #ffb4c8;
  --mint: #b8f0c8;
  --blue: #b9e3ff;
  --mute: #5c564c;
  --line: rgba(22, 20, 26, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  background-image:
    radial-gradient(rgba(22, 20, 26, 0.06) 0.8px, transparent 0.9px);
  background-size: 14px 14px;
  color: var(--ink);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--ink);
}

h1,
h2,
h3,
.mark,
.btn,
.facts b,
.count {
  font-family: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 0.92;
  margin: 0.15em 0 0.35em;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.kicker,
.mono,
.pin,
.ticker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--yellow);
  border-bottom: 2px solid var(--ink);
}

.ticker-track {
  display: flex;
  gap: 2.2rem;
  width: max-content;
  padding: 0.45rem 0;
  animation: run 28s linear infinite;
}

@keyframes run {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.bar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1.2rem;
  background: rgba(217, 211, 199, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--ink);
}

.mark {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.mark i {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--ink);
  background: var(--yellow);
  display: inline-block;
  box-shadow: 2px 2px 0 var(--ink);
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin-left: auto;
}

nav a {
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
}

.bar-mail {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.menu {
  display: none;
  background: var(--ink);
  color: var(--yellow);
  border: 0;
  padding: 0.45rem 0.7rem;
  font: inherit;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.4rem;
  padding: 1.6rem 1.2rem 0.8rem;
  align-items: start;
}

.sticky {
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  padding: 1.4rem 1.3rem 1.2rem;
  position: relative;
}

.sticky.pink { background: var(--pink); }
.sticky.mint { background: var(--mint); }
.sticky.blue { background: var(--blue); }

.tilt-left { transform: rotate(-1.2deg); }
.tilt-right { transform: rotate(1.4deg); }

.lede,
.intro {
  font-size: 1rem;
  max-width: 42rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.1rem 0 0.8rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--ink);
  padding: 0.7rem 1rem;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
}

.btn.ink {
  background: var(--ink);
  color: var(--yellow);
}

.btn.ghost {
  background: #fff;
}

.hero figure {
  margin: 0;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  background: #000;
}

.hero img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.hero figcaption,
.wide figcaption {
  padding: 0.55rem 0.8rem;
  background: var(--ink);
  color: var(--yellow);
  font-size: 0.75rem;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 1.6rem 1.2rem 0;
  border: 2px solid var(--ink);
  background: #fff;
}

.facts article {
  padding: 0.9rem 1rem;
  border-right: 2px solid var(--ink);
}

.facts article:last-child { border-right: 0; }

.facts b {
  display: block;
  font-size: 1.4rem;
}

#name,
.method,
.list,
.board,
.woolwich,
.notes,
.faq,
.desk {
  padding: 4rem 1.2rem;
}

section[id] {
  scroll-margin-top: 4.8rem;
}

.split {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 1.4rem;
  align-items: start;
}

.method-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: 1.2rem;
  align-items: start;
}

#methodList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

#methodList li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  background: #fff;
  border: 2px solid var(--ink);
  padding: 0.9rem 1rem;
}

#methodList li.done h3 {
  text-decoration: line-through;
  opacity: 0.55;
}

.tick {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
  border: 2px solid var(--ink);
  background: #fff;
  cursor: pointer;
}

#methodList li.done .tick {
  background: var(--ink);
  box-shadow: inset 0 0 0 3px var(--yellow);
}

.count {
  font-size: 5rem;
  line-height: 0.8;
  margin: 0.2rem 0 0.6rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
}

.filters button {
  background: #fff;
  border: 2px solid var(--ink);
  font: inherit;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}

.filters button.on {
  background: var(--ink);
  color: var(--yellow);
}

.pin-grid,
.note-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem;
}

.pin-grid img {
  width: calc(100% + 2.6rem);
  max-width: none;
  margin: -1.4rem -1.3rem 0.9rem;
  height: 160px;
  object-fit: cover;
  border-bottom: 2px solid var(--ink);
}

.kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.kanban > div {
  background: var(--board);
  border: 2px solid var(--ink);
  padding: 0.8rem;
  min-height: 260px;
}

.job {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 0.55rem;
  padding: 0.7rem 0.75rem;
  border: 2px solid var(--ink);
  background: var(--yellow);
  font: inherit;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
}

.kanban [data-col="packed"] .job { background: var(--mint); }
.kanban [data-col="gone"] .job { background: var(--blue); }

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.steps li {
  background: #fff;
  border: 2px solid var(--ink);
  padding: 0.9rem 1rem;
}

.wide {
  margin: 1.6rem 0 0;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.wide img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.note-grid time {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.faq article {
  border-bottom: 2px solid var(--ink);
}

.faq button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1rem 0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  display: none;
  margin: 0 0 1rem;
  max-width: 44rem;
}

.faq article.open p {
  display: block;
}

.desk {
  padding-top: 2.5rem;
}

.desk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

address {
  font-style: normal;
  margin: 1rem 0;
}

form {
  display: grid;
  gap: 0.7rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

input,
select,
textarea {
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.65rem 0.7rem;
  border: 2px solid var(--ink);
  background: #fff;
}

.fine,
.tiny {
  font-size: 0.78rem;
  color: var(--mute);
}

.status {
  min-height: 1.2em;
  font-weight: 600;
}

footer {
  padding: 2rem 1.2rem 2.4rem;
  background: var(--ink);
  color: var(--yellow);
}

footer a,
footer .mark {
  color: var(--yellow);
}

@media (max-width: 1180px) {
  .bar-mail { display: none; }
}

@media (max-width: 980px) {
  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
    flex-direction: column;
    padding: 0.8rem 1.1rem 1rem;
    z-index: 32;
  }

  nav.open { display: flex; }

  .menu {
    display: block;
    margin-left: auto;
  }

  .hero,
  .split,
  .method-layout,
  .facts,
  .kanban,
  .desk-grid {
    grid-template-columns: 1fr;
  }

  .facts article,
  .kanban > div {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .facts article:last-child,
  .kanban > div:last-child {
    border-bottom: 0;
  }

  .tilt-left,
  .tilt-right {
    transform: none;
  }

  .hero img,
  .wide img {
    min-height: 220px;
    height: 220px;
  }

  .hero-cta .btn {
    width: 100%;
    text-align: center;
  }

  .pin-grid,
  .note-grid {
    grid-template-columns: 1fr;
  }
}
