:root {
  --orange: #ed5514;
  --orange-deep: #c9430b;
  --ink: #141414;
  --paper: #ffffff;
  --cream: #fbf7f3;
  --grey: #6a625d;
  --line: #e7e1db;
  --head: "League Spartan", "Arial Black", system-ui, sans-serif;
  --body: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --max: 1180px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--head); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.3rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0; }
.wrap { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.eyebrow { font-weight: 600; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.o { color: var(--orange-deep); }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); max-width: 34em; }
.stack { display: grid; gap: 20px; align-content: start; }
.row { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }

.sec { padding-block: clamp(60px, 9vw, 116px); }
.sec.tight { padding-block: clamp(40px, 6vw, 72px); }
.t-orange { background: var(--orange); color: #fff; }
.t-ink { background: var(--ink); color: #fff; }
.t-cream { background: var(--cream); }
.t-white { background: var(--paper); }
.tear { display: block; width: 100%; height: clamp(26px, 4vw, 54px); margin-bottom: -1px; }

.btn { display: inline-flex; align-items: center; gap: .6em; font-weight: 600; font-size: .92rem; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; padding: 1em 1.6em; border: 0; cursor: pointer; font-family: var(--body); transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.orange { background: var(--orange); color: #fff; }
.btn.orange:hover { background: var(--orange-deep); }
.btn.ink { background: var(--ink); color: #fff; }
.btn.ink:hover { background: #000; }
.link { font-weight: 600; text-decoration: none; border-bottom: 2px solid currentColor; padding-bottom: 2px; }
.t-white .link:hover, .t-cream .link:hover { color: var(--orange-deep); }
.t-orange .link:hover, .t-ink .link:hover { opacity: .75; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.t-ink a:focus-visible, .t-orange a:focus-visible, footer a:focus-visible { outline-color: #fff; }

.paper-unused { background: #fff; padding: clamp(12px, 2vw, 22px); clip-path: polygon(0 3%, 6% 0, 18% 2%, 31% 0, 47% 3%, 62% 0, 78% 2%, 93% 0, 100% 3%, 98% 18%, 100% 36%, 98% 55%, 100% 74%, 98% 90%, 100% 97%, 88% 100%, 72% 98%, 55% 100%, 38% 98%, 22% 100%, 7% 98%, 0 100%, 2% 82%, 0 64%, 2% 45%, 0 27%, 2% 12%); }
.ill { width: 100%; max-width: 470px; justify-self: center; }

.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; }
.nav { display: flex; gap: clamp(14px, 2vw, 28px); align-items: center; }
.nav a:not(.btn) { text-decoration: none; font-weight: 600; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--orange-deep); }
.nav .btn { padding: .8em 1.2em; }
.menu { display: none; }
@media (max-width: 960px) {
  .menu { display: block; background: none; border: 2px solid var(--ink); font: 600 .85rem var(--body); letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; cursor: pointer; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 16px 16px 24px; border-bottom: 1px solid var(--line); gap: 18px; }
  .nav.open { display: flex; }
}

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.flip > :first-child { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.flip > :first-child { order: 0; } }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.card { background: #fff; color: var(--ink); border: 2px solid var(--ink); padding: 22px; text-decoration: none; display: flex; flex-direction: column; gap: 10px; transition: transform .15s ease, box-shadow .15s ease; }
a.card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--orange); }
.card .meta { font-size: .82rem; color: var(--grey); }
.card .title { font-family: var(--head); font-weight: 700; font-size: 1.2rem; line-height: 1.2; }
.card .more { margin-top: auto; align-self: start; }
.card .art { width: 100%; height: 180px; object-fit: contain; }
.tile { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center; }
.tile img { width: 72px; height: 72px; object-fit: contain; }
.num { font-family: var(--head); font-weight: 800; font-size: 2.3rem; color: var(--orange-deep); line-height: 1; }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.list li { padding-left: 28px; position: relative; }
.list li::before { content: ""; position: absolute; left: 0; top: .66em; width: 14px; height: 3px; background: var(--orange); }
.t-ink .list li::before, .t-orange .list li::before { background: #fff; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.chips li { border: 2px solid currentColor; padding: 10px 16px; font-weight: 600; }
.shadow { box-shadow: 8px 8px 0 var(--orange); }
ol.grid { list-style: none; padding: 0; margin: 0; }

.form { display: grid; gap: 16px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: .9rem; }
.form input, .form select, .form textarea { font: 400 1rem var(--body); padding: 12px 14px; border: 2px solid var(--ink); background: #fff; color: var(--ink); border-radius: 0; width: 100%; }
.form .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form .pair { grid-template-columns: 1fr; } }
.hp { position: absolute; left: -9999px; }
.note { font-size: .85rem; color: var(--grey); }
.status { font-weight: 600; }
dl.contact { display: grid; gap: 14px; margin: 0; }
dl.contact dd { margin: 0; user-select: all; }

.prose { max-width: 70ch; }
.prose p, .prose ul, .prose ol, .prose blockquote { margin: 0 0 1.1em; }
.prose h2, .prose h3 { margin: 1.6em 0 .6em; font-size: 1.5rem; }
.prose a { color: var(--orange-deep); }
.prose blockquote { border-left: 4px solid var(--orange); padding-left: 18px; font-style: italic; }
.press li { border-top: 1px solid var(--line); padding: 16px 0; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.press a { font-weight: 600; text-decoration: none; }
.press a:hover { color: var(--orange-deep); }
.press span { color: var(--grey); font-size: .88rem; }

footer { background: var(--ink); color: #fff; }
footer a { text-decoration: none; }
footer a:hover { color: var(--orange); }
.fgrid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-block: 56px 32px; }
@media (max-width: 860px) { .fgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .fgrid { grid-template-columns: 1fr; } }
.fgrid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: .92rem; }
.fgrid h2 { font: 600 .78rem var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.fbase { border-top: 1px solid #333; padding-block: 20px 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: #a39a94; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px; z-index: 99; }
@media (prefers-reduced-motion: reduce) { .btn, .card { transition: none; } .btn:hover, a.card:hover { transform: none; } html { scroll-behavior: auto; } }
.hdr .logo { height: 50px; width: auto; }
:root { --tear-h: clamp(44px, 6.2vw, 92px); }
/* Tears sit ON TOP of the section above, so its colour and etching run right into the torn edge. */
.tear { position: relative; z-index: 2; height: var(--tear-h); margin-top: calc(var(--tear-h) * -1 + 1px); margin-bottom: -1px; pointer-events: none; }
.sec:has(+ .tear) { padding-bottom: calc(clamp(60px, 9vw, 116px) + var(--tear-h) * .55); }
.sec.tight:has(+ .tear) { padding-bottom: calc(clamp(40px, 6vw, 72px) + var(--tear-h) * .55); }
.linkcard { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "host go" "title go"; gap: 2px 18px; align-items: center; margin: 0 0 1.4em; padding: 18px 20px; border: 2px solid var(--ink); background: var(--cream); text-decoration: none; color: var(--ink) !important; transition: transform .15s ease, box-shadow .15s ease; }
.linkcard:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--orange); }
.lc-host { grid-area: host; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-deep); }
.lc-title { grid-area: title; font-family: var(--head); font-weight: 700; font-size: 1.15rem; line-height: 1.2; }
.lc-go { grid-area: go; font-size: 1.5rem; }
.hero { position: relative; overflow: hidden; isolation: isolate; }
.hero > .wrap { position: relative; z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; z-index: 0; pointer-events: none; mix-blend-mode: multiply; opacity: .3;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 30%, #000 60%); mask-image: linear-gradient(to right, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 30%, #000 60%); }
@media (max-width: 860px) { .hero-bg { -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), #000 70%); mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), #000 70%); } }
