/* CAT DISTRICT — intentionally imperfect copy, carefully built site */
:root {
  --paper: #f7f0e6;
  --ink: #11110f;
  --rose: #f26fa5;
  --acid: #d7ff70;
  --pink: #ffc6db;
  --rule: 2px solid var(--ink);
  --display: "Anton", "Arial Narrow", sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 16px;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; width: 100%; }
::selection { color: var(--ink); background: var(--acid); }

.skip {
  position: fixed; left: 12px; top: -100px; z-index: 1000;
  background: var(--acid); border: var(--rule); padding: 12px;
}
.skip:focus { top: 12px; }

.ticker {
  overflow: hidden; background: var(--rose); color: var(--ink);
  border-bottom: var(--rule); height: 36px;
  font-weight: 700; font-size: 13px; line-height: 34px;
  letter-spacing: .04em; white-space: nowrap;
}
.ticker__track {
  width: max-content; display: flex; gap: 24px;
  animation: ticker 28s linear infinite;
}
.ticker__track i { color: var(--acid); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header {
  min-height: 104px; display: grid; grid-template-columns: 1fr auto auto;
  gap: 42px; align-items: center; padding: 16px 3vw;
  border-bottom: var(--rule); background: color-mix(in srgb, var(--paper) 94%, transparent);
  position: relative; z-index: 20;
}
.logo { text-decoration: none; width: fit-content; line-height: .78; }
.logo > span { display: block; font: 48px/0.78 var(--display); letter-spacing: -.025em; }
.logo > span:nth-child(2) { color: var(--rose); }
.logo small { display: block; margin-top: 9px; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
nav { display: flex; gap: clamp(14px, 2.5vw, 36px); font-size: 13px; font-weight: 700; }
nav a { text-decoration-thickness: 2px; text-underline-offset: 5px; }
nav a:hover { color: var(--rose); transform: rotate(-1deg); }
.cart-button {
  min-width: 82px; min-height: 48px; color: var(--paper); background: var(--ink);
  border: 0; cursor: pointer; font-size: 13px; font-weight: 700;
}
.cart-button b { color: var(--acid); }
.cart-button:hover { color: var(--acid); transform: rotate(2deg); }

.hero {
  min-height: calc(100svh - 140px); display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.35fr);
  gap: 2.5vw; align-items: stretch; position: relative;
  padding: clamp(38px, 6vw, 90px) 3vw clamp(34px, 4vw, 60px);
  border-bottom: var(--rule);
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(17,17,15,.1) 25%);
}
.hero__copy { display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 13px; line-height: 1.3; font-weight: 700; letter-spacing: .12em; }
.eyebrow::before { content: "/// "; color: var(--rose); }
.eyebrow--light::before { color: var(--acid); }
.hero h1, .section h2, .subscribe-modal h2 {
  margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.025em; text-transform: uppercase;
}
.hero h1 { font-size: clamp(68px, 8.6vw, 150px); line-height: .8; }
.hero h1 em { color: var(--rose); font-style: normal; text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .05em; }
.dek { max-width: 610px; margin: 30px 0 22px; font-size: clamp(14px, 1.2vw, 18px); line-height: 1.45; font-weight: 500; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 54px; padding: 14px 20px; border: var(--rule); text-decoration: none;
  font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: 5px 5px 0 var(--ink);
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translate(3px, 3px) rotate(-1deg); box-shadow: 2px 2px 0 var(--ink); }
.button:active { transform: translate(5px, 5px); box-shadow: none; }
.button--ink { background: var(--ink); color: var(--paper); }
.button--ink:hover { color: var(--acid); }
.button--acid { background: var(--acid); color: var(--ink); }
.text-link { border: 0; background: transparent; padding: 14px 0; cursor: pointer; font-weight: 700; text-decoration: underline 2px; text-underline-offset: 5px; }
.text-link:hover { color: var(--rose); }
.fineprint { margin: 13px 0 0; font-size: 11px; }

.hero__image {
  position: relative; margin: 0; align-self: center; overflow: hidden;
  border: var(--rule); background: var(--ink); box-shadow: 12px 12px 0 var(--rose);
  transform: rotate(1deg); isolation: isolate;
}
.hero__image::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(17,17,15,.13) 4px);
  mix-blend-mode: multiply; z-index: 2;
}
.hero__image img { aspect-ratio: 16/9; object-fit: cover; filter: contrast(1.08) saturate(.9); }
.hero__image figcaption {
  position: relative; z-index: 3; display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 12px; background: var(--paper); font-size: 11px; border-top: var(--rule);
}
.hero__image figcaption strong { color: var(--rose); }
.laser-dot {
  position: absolute; left: 20%; top: 35%; z-index: 5; width: 8px; height: 8px;
  padding: 0; border: 0; border-radius: 50%; background: #ff2117; cursor: crosshair;
  box-shadow: 0 0 3px 1px rgba(255, 33, 23, .9), 0 0 11px 4px rgba(255, 33, 23, .34);
  mix-blend-mode: screen;
  animation: laserPulse .8s ease-in-out infinite alternate;
}
@keyframes laserPulse { to { transform: scale(.78); box-shadow: 0 0 2px 1px rgba(255,33,23,.95), 0 0 8px 3px rgba(255,33,23,.25); } }
.laser-score {
  position: absolute; z-index: 6; right: 10px; top: 10px; padding: 8px 9px;
  background: var(--acid); border: 2px solid var(--ink); font-size: 12px; transform: rotate(2deg);
}
.laser-score small { font-size: 10px; }
.hero__stamp {
  position: absolute; z-index: 8; right: 1.6vw; bottom: 1vw; width: 132px; height: 132px;
  display: grid; place-items: center; border: 4px solid var(--rose); border-radius: 50%;
  color: var(--rose); font-weight: 700; text-align: center; transform: rotate(-15deg);
  font-size: 14px; line-height: 1.2; background: color-mix(in srgb, var(--paper) 84%, transparent);
}

.manifesto-strip {
  display: flex; min-height: 74px; align-items: stretch; background: var(--ink); color: var(--paper); border-bottom: var(--rule);
}
.manifesto-strip p {
  flex: 1; margin: 0; display: grid; place-items: center; padding: 18px 10px;
  border-right: 1px solid var(--paper); font-family: var(--display); font-size: clamp(18px, 2vw, 32px); letter-spacing: .015em;
  text-align: center;
}
.manifesto-strip p:nth-child(2) { color: var(--rose); }
.manifesto-strip p:nth-child(3) { color: var(--acid); }

.section { padding: clamp(60px, 8vw, 120px) 3vw; border-bottom: var(--rule); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(56px, 7.6vw, 118px); line-height: .86; }
.section-heading h2 span { color: var(--rose); }
.edition { margin: 0; min-width: 210px; text-align: right; font-size: 12px; line-height: 1.7; font-weight: 700; }

.news-grid { display: grid; grid-template-columns: 1.8fr 1fr .76fr; border-top: var(--rule); border-left: var(--rule); }
.news-grid > * { border-right: var(--rule); border-bottom: var(--rule); }
.lead-story { grid-row: span 1; }
.story-image, .gossip-story { position: relative; overflow: hidden; }
.story-image img { aspect-ratio: 16/10; object-fit: cover; filter: contrast(1.1) saturate(.82); }
.photo-label { position: absolute; right: 12px; bottom: 12px; background: var(--acid); border: var(--rule); padding: 7px; font-size: 11px; font-weight: 700; transform: rotate(-2deg); }
.story-copy, .gossip-story { padding: 22px; }
.category { margin: 0 0 12px; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.news-grid h3 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(28px, 3vw, 48px); line-height: .98; font-weight: 400; }
.news-grid p:not(.category) { font-size: 15px; line-height: 1.55; }
.story-link { border: 0; border-bottom: 2px solid; padding: 0 0 4px; background: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.story-link:hover { color: var(--rose); }
.gossip-story { background: var(--pink); }
.gossip-story img { margin: -22px -22px 20px; width: calc(100% + 44px); aspect-ratio: 1/1; object-fit: cover; mix-blend-mode: multiply; filter: contrast(1.12); }
.gossip-story h3 { font-size: clamp(28px, 3vw, 46px); }
.briefs { background: var(--acid); padding: 20px; }
.briefs h3 { font-size: 29px; border-bottom: var(--rule); padding-bottom: 12px; }
.briefs ol { list-style: none; padding: 0; margin: 0; }
.briefs li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--ink); font-size: 13px; line-height: 1.4; }
.briefs li b { font-size: 11px; color: var(--rose); }

.members {
  display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(40px, 8vw, 120px);
  align-items: center; color: var(--paper); background: var(--ink); overflow: hidden;
}
.members__copy h2 { color: var(--paper); font-size: clamp(70px, 9vw, 150px); line-height: .8; }
.members__copy > p:not(.eyebrow) { max-width: 600px; font-size: 17px; line-height: 1.55; }
.members__copy ul { padding-left: 18px; margin: 26px 0; font-size: 14px; line-height: 1.85; }
.members__copy > small { display: block; margin-top: 15px; font-size: 11px; color: #a6a397; }
.members__media { position: relative; border: 2px solid var(--paper); min-height: 560px; overflow: hidden; }
.members__media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; filter: blur(18px) saturate(.35); transform: scale(1.08); transition: filter .28s ease, transform .28s ease; animation: toyBounce 2.7s ease-in-out infinite; }
.members__media.peeking img { filter: blur(1px) saturate(1); transform: scale(1.02); }
@keyframes toyBounce { 0%,100% { object-position: center 48%; } 50% { object-position: center 55%; } }
.censor { position: absolute; inset: 0; display: grid; place-content: center; gap: 12px; text-align: center; pointer-events: none; }
.censor span { color: var(--acid); background: var(--ink); padding: 12px 20px; font-family: var(--display); font-size: clamp(30px, 4vw, 58px); transform: rotate(-3deg); }
.censor b { width: max-content; justify-self: center; color: var(--ink); background: var(--rose); padding: 6px 10px; font-size: 12px; transform: rotate(2deg); }
.members__media.peeking .censor { opacity: 0; }
.peek { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 4; width: min(260px, 80%); min-height: 62px; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); font-weight: 700; cursor: pointer; box-shadow: 6px 6px 0 var(--rose); }
.peek:hover { background: var(--acid); }
.peek small { font-size: 10px; }

.dispatch { display: grid; grid-template-columns: .68fr 1.32fr; gap: 8vw; background: var(--rose); }
.dispatch h2 { font-size: clamp(62px, 8.3vw, 126px); line-height: .82; }
.dispatch__quotes { border-top: var(--rule); }
blockquote { margin: 0; padding: 28px 0; border-bottom: var(--rule); font-family: var(--display); font-size: clamp(28px, 3.7vw, 58px); line-height: 1.06; }
blockquote cite { display: block; margin-top: 12px; font: 12px/1.4 var(--mono); }

.section-heading--shop h2 { font-size: clamp(58px, 7.5vw, 115px); }
.shop { background: #fffaf1; }
.shop-status {
  display: flex; gap: 10px; align-items: center; width: fit-content; margin: -18px 0 28px;
  padding: 8px 10px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700;
  background: var(--pink); transform: rotate(-1deg);
}
.shop-status span { width: 8px; height: 8px; border-radius: 50%; background: #8b170f; }
.shop-status.is-live { background: var(--acid); }
.shop-status.is-live span { background: #287121; animation: blink 1s step-end infinite; }
.shop-status.is-error { background: #ffb3aa; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: var(--rule); border-left: var(--rule); }
.product { min-width: 0; display: flex; flex-direction: column; border-right: var(--rule); border-bottom: var(--rule); background: var(--paper); }
.product__media { position: relative; overflow: hidden; border-bottom: var(--rule); background: #fff; }
.product__media img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform .28s cubic-bezier(.2,.8,.2,1), filter .28s ease; }
.product:hover .product__media img { transform: scale(1.035) rotate(-.7deg); filter: contrast(1.04); }
.product__number { position: absolute; top: 10px; left: 10px; padding: 7px 9px; border: var(--rule); background: var(--acid); font-size: 11px; font-weight: 700; transform: rotate(-2deg); }
.product--stone .product__number { background: var(--rose); }
.product--green .product__number { color: var(--paper); background: var(--ink); }
.product__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product__body h3 { min-height: 2em; margin: 0 0 8px; font: clamp(34px, 3.4vw, 53px)/.95 var(--display); text-transform: uppercase; }
.product__price { margin: 0 0 14px; font-size: 16px; font-weight: 700; }
.product__price small { font-size: 10px; font-weight: 400; }
.product__blurb { min-height: 4.8em; margin: 0 0 20px; font-size: 14px; line-height: 1.5; }
.shopify-button { min-height: 50px; margin-top: auto; }
.shopify-button > span { display: grid; min-height: 48px; place-items: center; border: var(--rule); font-size: 11px; font-weight: 700; }
.shopify-button iframe { display: block !important; width: 100% !important; min-width: 0 !important; }
.string-product {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  width: 100%;
  margin-top: 36px;
  border: 3px solid var(--ink);
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--rose);
  overflow: hidden;
  isolation: isolate;
}
.string-product__media { position: relative; min-width: 0; padding: clamp(20px, 3vw, 44px); border-right: 3px solid var(--ink); background: var(--pink); overflow: hidden; }
.string-product__media img {
  width: 100%;
  height: clamp(460px, 38vw, 720px);
  object-fit: cover;
  border: 3px solid var(--ink);
  filter: contrast(1.05) saturate(.84);
}
.string-product__media > p { margin: 11px 0 0; font-size: 10px; line-height: 1.4; font-weight: 700; }
.string-seal {
  position: absolute; right: clamp(28px, 4vw, 62px); top: clamp(28px, 4vw, 62px); width: 118px; height: 118px;
  display: grid; place-items: center; border: 4px double var(--ink); border-radius: 50%; color: var(--ink); background: var(--acid);
  font-size: 12px; line-height: 1.2; font-weight: 700; text-align: center; transform: rotate(12deg);
}
.string-product__copy { min-width: 0; width: 100%; padding: clamp(30px, 5vw, 74px); color: var(--paper); background: var(--ink); }
.string-product__copy h3 { margin: 0; color: var(--rose); font: clamp(68px, 8vw, 126px)/.78 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.string-price { display: flex; gap: 15px; align-items: center; margin: 30px 0 20px; }
.string-price strong { color: var(--acid); font: clamp(68px, 7vw, 110px)/.75 var(--display); }
.string-price span { font-size: 12px; line-height: 1.2; font-weight: 700; transform: rotate(5deg); }
.string-lede { max-width: 620px; font-size: 15px; line-height: 1.55; }
.string-product__copy ul { margin: 24px 0; padding: 0; list-style: none; border-top: 1px solid #706e66; }
.string-product__copy li { padding: 11px 0; border-bottom: 1px solid #706e66; font-size: 13px; line-height: 1.4; }
.string-product__copy li::before { content: "/// "; color: var(--rose); font-weight: 700; }
.string-product__copy > small { display: block; margin-top: 16px; color: #aaa79d; font-size: 10px; line-height: 1.5; }
.shopify-button--string > span { color: var(--ink); background: var(--acid); }
.shop-note { margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--ink); font-size: 11px; line-height: 1.5; }

.takeover { color: var(--paper); background: var(--rose); min-height: 90vh; text-align: center; }
.takeover__top { display: flex; align-items: center; justify-content: space-between; }
.takeover__top .eyebrow { margin-bottom: 0; }
.status-dot { font-size: 12px; font-weight: 700; }
.status-dot::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--acid); animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: .25; } }
.takeover h2 { margin: 70px auto 50px; font-size: clamp(76px, 12vw, 190px); line-height: .78; color: var(--ink); }
.takeover__dashboard { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; max-width: 1050px; margin: 0 auto 55px; text-align: left; }
.takeover__dashboard p { font-size: 12px; font-weight: 700; }
.progress { height: 32px; padding: 4px; border: var(--rule); background: var(--paper); }
.progress span { display: block; width: 43%; height: 100%; background: var(--acid); transition: width .6s cubic-bezier(.2,.8,.2,1); }
.takeover__dashboard strong { display: block; margin-top: 10px; font: 54px/1 var(--display); color: var(--ink); }
.takeover__dashboard ol { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.takeover__dashboard li { display: flex; gap: 18px; padding: 9px 0; border-bottom: 2px solid var(--ink); font-size: 13px; color: var(--ink); }
.takeover__dashboard li.done { text-decoration: line-through; opacity: .6; }
.takeover__dashboard li span { font-size: 10px; }
.button--huge { width: min(760px, 100%); min-height: 80px; font-size: clamp(14px, 2vw, 22px); }
.takeover__fine { font-size: 10px; }

footer { padding: 45px 3vw 25px; color: var(--paper); background: var(--ink); display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: start; }
.footer-logo { font: clamp(50px, 7vw, 100px)/.85 var(--display); }
.footer-logo small { display: block; margin-top: 13px; font: 10px/1.4 var(--mono); }
.socials { display: flex; flex-direction: column; gap: 13px; font-size: 13px; font-weight: 700; }
.socials a:hover { color: var(--acid); }
.footer-secret { min-height: 44px; border: 1px solid var(--paper); color: var(--paper); background: transparent; cursor: pointer; }
footer > p { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #4d4d48; font-size: 10px; }

.subscribe-modal {
  width: min(680px, calc(100% - 30px)); max-width: none; padding: clamp(28px, 5vw, 62px);
  border: var(--rule); color: var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--rose);
}
.subscribe-modal::backdrop { background: rgba(17,17,15,.84); backdrop-filter: blur(4px); }
.subscribe-modal h2 { font-size: clamp(64px, 10vw, 108px); line-height: .82; }
.subscribe-modal > p:not(.eyebrow) { max-width: 530px; font-size: 15px; line-height: 1.55; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 38px; cursor: pointer; }
.subscribe-modal label { display: block; margin: 26px 0 8px; font-size: 11px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr auto; }
.form-row input, .form-row button { min-height: 54px; border: var(--rule); }
.form-row input { min-width: 0; padding: 0 14px; background: #fffaf0; border-right: 0; }
.form-row button { width: 110px; background: var(--acid); font-weight: 700; cursor: pointer; }
.subscribe-modal form small { display: block; margin-top: 8px; font-size: 10px; }
.subscribe-modal .signup-note { font-size: 12px; line-height: 1.5; }
.subscribe-modal .signup-consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 12px; font-size: 12px; line-height: 1.5; font-weight: 400; }
.signup-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ink); }
.signup-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#signupError { padding: 12px; border: var(--rule); font-size: 13px; line-height: 1.5; background: var(--pink); }
#subscribeForm button:disabled { opacity: .65; cursor: wait; }
.success-message { margin-top: 30px; padding: 22px; border: var(--rule); background: var(--acid); }
.success-message span { display: block; margin-top: 8px; font-size: 13px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: -120px; transform: translateX(-50%) rotate(-1deg); width: max-content; max-width: calc(100% - 30px); padding: 16px 20px; border: var(--rule); color: var(--ink); background: var(--acid); box-shadow: 6px 6px 0 var(--rose); font-size: 13px; font-weight: 700; transition: bottom .25s ease; }
.toast.show { bottom: 24px; }

button:focus-visible, a:focus-visible, input:focus-visible { outline: 4px solid var(--acid); outline-offset: 3px; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; border-top: 1px solid var(--ink); padding-top: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { padding-right: 18vw; }
  .news-grid { grid-template-columns: 1.35fr .85fr; }
  .briefs { grid-column: 1 / -1; }
  .briefs ol { display: grid; grid-template-columns: repeat(5, 1fr); }
  .briefs li { display: block; border-right: 1px solid; padding: 15px; }
  .briefs li:last-child { border-right: 0; }
  .briefs li b { display: block; margin-bottom: 8px; }
  .members { grid-template-columns: 1fr; }
  .members__copy { max-width: 730px; }
  .members__media { min-height: 500px; }
  .dispatch { grid-template-columns: 1fr; gap: 45px; }
  .product__body h3 { font-size: 38px; }
  .string-product { grid-template-columns: minmax(0, 50%) minmax(0, 50%); }
}

@media (max-width: 720px) {
  .ticker { height: 32px; line-height: 30px; }
  .site-header { min-height: 94px; gap: 12px; padding: 14px 18px; }
  .logo > span { font-size: 38px; }
  .logo small { display: none; }
  nav { overflow-x: auto; justify-content: flex-start; gap: 24px; padding-bottom: 4px; }
  nav a { white-space: nowrap; }
  .cart-button { min-width: 70px; }
  .hero { min-height: auto; padding: 50px 18px 38px; background-image: none; }
  .hero__copy { padding-right: 0; }
  .hero h1 { font-size: clamp(72px, 24vw, 112px); }
  .dek { margin-top: 24px; }
  .hero__image { width: calc(100% - 9px); margin-top: 28px; box-shadow: 9px 9px 0 var(--rose); transform: none; }
  .hero__image figcaption { flex-direction: column; }
  .hero__stamp { width: 96px; height: 96px; right: 2px; bottom: 3px; font-size: 10px; transform: none; }
  .manifesto-strip { overflow: hidden; width: 100%; min-width: 0; }
  .manifesto-strip p { flex: 0 0 190px; min-width: 0; font-size: 23px; }
  .section { padding: 68px 18px; }
  .section-heading { display: block; }
  .edition { margin-top: 24px; text-align: left; }
  .news-grid { display: block; }
  .story-copy, .gossip-story, .briefs { padding: 18px; }
  .gossip-story img { margin: -18px -18px 20px; width: calc(100% + 36px); }
  .briefs ol { display: block; }
  .briefs li { display: grid; border-right: 0; padding: 13px 0; }
  .members__media, .members__media img { min-height: 390px; }
  .dispatch h2 { font-size: 72px; }
  .product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -18px; padding-right: 18px; }
  .product { flex: 0 0 84vw; scroll-snap-align: center; }
  .product__body h3 { min-height: auto; font-size: 42px; }
  .product__blurb { min-height: auto; }
  .string-product { grid-template-columns: minmax(0, 1fr); margin-right: 7px; box-shadow: 7px 7px 0 var(--rose); }
  .string-product__media { border-right: 0; border-bottom: var(--rule); }
  .string-product__media img { height: auto; max-height: none; aspect-ratio: 1 / 1; }
  .string-seal { width: 92px; height: 92px; font-size: 11px; }
  .string-product__copy h3 { font-size: clamp(62px, 19vw, 94px); }
  .takeover { min-height: auto; }
  .takeover h2 { margin-top: 55px; font-size: clamp(74px, 24vw, 116px); }
  .takeover__dashboard { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 45px 18px 25px; }
  footer > p { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; }
  .form-row input { border-right: var(--rule); border-bottom: 0; }
  .form-row button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
