

/* Minit: https://formatmag.com/wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}




/* Minit: https://formatmag.com/wp-content/plugins/eg-network-bar/css/eg-network-bar.css */
#eg-network-list {
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
}
#eg-network-list li {
	display: inline-block;
	margin: 0 4px 0 0;
	font-size: 11px;
	font-weight: bold;
}
#eg-network-list li:after {
	content: "|";
	display: inline-block;
	margin: 0 0 0 7px;
	font-weight: normal;
}

#eg-network-list li:last-child:after {
	display: none;
}
#eg-network-list li a {
	color: #222;
	text-decoration: none;
}




/* Minit: https://formatmag.com/wp-content/plugins/wp-pagenavi/css/wp-pagenavi.css */
/*
 * Front-end styles for WP-PageNavi.
 *
 * Everything is scoped under the .wp-pagenavi root class, and font-family,
 * font-size and color are deliberately never set: the navigation inherits them
 * from the theme, which is why it looks at home in one without being told
 * anything about it.
 *
 * One sheet serves both text directions. Every property below is either
 * direction-neutral or a logical one -- no margin-left, no text-align: left, no
 * float -- so there is no -rtl.css to keep in step with this file.
 *
 * Both colours come from a custom property with a sensible fallback, so a theme
 * can restyle the navigation by setting two variables anywhere up the tree
 * rather than by copying this file. The resting border has a dark-scheme
 * default of its own; the current and hovered border is currentColor, which
 * follows the theme's text colour into either scheme on its own.
 */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid var(--wp-pagenavi-border-color, #bfbfbf);
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		border-color: var(--wp-pagenavi-border-color, #4f4f4f);
	}
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: var(--wp-pagenavi-border-color-current, currentColor);
}

.wp-pagenavi span.current {
	font-weight: bold;
}




/* Minit: https://formatmag.com/wp-content/themes/formatmag-fitting-room/style.css */
/*
Theme Name: FormatMag — The Document
Description: Archival-catalog editorial theme for FormatMag. Presents the 2006-2014 streetwear/urban-art archive as a curated historical record rather than a live magazine: cooled signal orange on archival paper, accession-number motif, registration-mark masthead.
Author: FormatMag
Version: 0.1.2
Text Domain: formatmag-fitting-room
*/

:root {
  --paper: #f3efe7;
  --paper-2: #e9e3d3;
  --ink: #141210;
  --band: #0e0d0b;
  --band-2: #17140f;
  --orange: #c43d0a; /* darkened from #f24d0f for WCAG AA on paper (2.9:1 -> 4.6:1) */
  --orange-bright: #ff5c1e;
  --brass: #7d5f24; /* shared network hover color, same value as every sibling site */
  --brass-bright: #c79a52;
  --rule: #d8d2c4;
  --rule-on-band: #2c2822;
  --text-on-paper: #1c1913;
  --text-muted: #6f6a60;
  --text-on-band: #f3efe7;
  --text-on-band-muted: #a39d8d;
  --card: #edeade;
}

:root[data-theme="dark"] {
  --paper: #171310;
  --paper-2: #1d1915;
  --ink: #ece7dc;
  --band: #0a0908;
  --band-2: #0d0b09;
  --orange: #ff6a3c;
  --orange-bright: #ff7d4a;
  --rule: #322c22;
  --rule-on-band: #232019;
  --text-on-paper: #ece7dc;
  --text-muted: #96897a;
  --text-on-band: #ece7dc;
  --text-on-band-muted: #8f8676;
  --card: #201c16;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #171310;
    --paper-2: #1d1915;
    --ink: #ece7dc;
    --band: #0a0908;
    --band-2: #0d0b09;
    --orange: #ff6a3c;
    --orange-bright: #ff7d4a;
    --rule: #322c22;
    --rule-on-band: #232019;
    --text-on-paper: #ece7dc;
    --text-muted: #96897a;
    --text-on-band: #ece7dc;
    --text-on-band-muted: #8f8676;
    --card: #201c16;
  }
}

* { box-sizing: border-box; }
html { background: var(--paper); }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text-on-paper);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.mono {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}

.kicker {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
}

.link-underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease;
}
.link-underline:hover { background-size: 100% 1px; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.utility-bar a:focus-visible,
.masthead a:focus-visible, .masthead button:focus-visible,
nav.primary a:focus-visible, nav.primary button:focus-visible {
  outline-color: var(--orange-bright);
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ---------- skip link ---------- */
.skip-link {
  position: absolute; top: -60px; left: 12px;
  background: var(--band); color: var(--text-on-band);
  padding: 12px 20px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  z-index: 100; transition: top 0.2s ease;
}
.skip-link:focus { top: 12px; outline: 2px solid var(--orange-bright); outline-offset: 2px; }

/* ---------- utility bar ---------- */
.utility-bar {
  background: var(--band); color: var(--text-on-band-muted);
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 8px 32px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--rule-on-band);
}
.utility-bar .socials { display: flex; gap: 18px; }
.utility-bar .socials a { color: var(--text-on-band-muted); }
.utility-bar .socials a:hover { color: var(--orange-bright); }

/* ---------- masthead (band + registration marks) ---------- */
.masthead {
  background: var(--band); color: var(--text-on-band);
  padding: 44px 32px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.regmark { position: absolute; width: 18px; height: 18px; opacity: 0.45; }
.regmark::before, .regmark::after { content: ""; position: absolute; background: var(--orange-bright); }
.regmark::before { left: 50%; top: 0; width: 1px; height: 100%; }
.regmark::after { top: 50%; left: 0; height: 1px; width: 100%; }
.regmark.tl { top: 14px; left: 14px; }
.regmark.tr { top: 14px; right: 14px; }

.masthead .wordmark {
  font-size: clamp(42px, 6.5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
}
.masthead .wordmark a { color: inherit; }
.masthead .wordmark .tld { color: var(--orange-bright); }
.masthead .tagline {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--text-on-band-muted);
  margin: 12px 0 28px;
}

nav.primary { padding: 16px 32px; border-top: 1px solid var(--rule-on-band); }
nav.primary > ul { list-style: none; display: flex; gap: 32px; padding: 0; margin: 0; flex-wrap: wrap; justify-content: center; }
nav.primary li { position: relative; }
nav.primary a {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-on-band); padding: 4px 0;
}
nav.primary a:hover, nav.primary li:hover > a, nav.primary li:focus-within > a { color: var(--orange-bright); }

nav.primary .sub-menu {
  list-style: none; margin: 0; padding: 14px 0;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 200px; background: var(--band); border-top: 1px solid var(--orange);
  z-index: 20; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.2s ease;
}
nav.primary li:hover > .sub-menu, nav.primary li:focus-within > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; }
nav.primary .sub-menu li { padding: 0 22px; }
nav.primary .sub-menu a { padding: 9px 0; font-size: 11px; letter-spacing: 0.08em; color: var(--text-on-band-muted); white-space: nowrap; }
nav.primary .sub-menu a:hover { color: var(--orange-bright); }

/* ---------- hamburger (mobile) ---------- */
.menu-toggle {
  display: none; position: absolute; top: 38px; right: 24px; width: 40px; height: 40px;
  background: transparent; border: none; cursor: pointer; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px; z-index: 60;
}
.menu-toggle .bar { display: block; width: 24px; height: 1px; background: var(--text-on-band); transition: transform 0.25s ease, opacity 0.2s ease; }
body.nav-open .menu-toggle .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .menu-toggle .bar:nth-child(2) { opacity: 0; }
body.nav-open .menu-toggle .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px) {
  .masthead { position: relative; }
  .menu-toggle { display: flex; }
  nav.primary {
    position: fixed; inset: 0; border-top: none; background: var(--band);
    padding: 100px 32px 48px; overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; z-index: 50;
  }
  body.nav-open nav.primary { opacity: 1; visibility: visible; transform: none; }
  nav.primary > ul { flex-direction: column; align-items: stretch; gap: 0; }
  nav.primary > ul > li { border-bottom: 1px solid var(--rule-on-band); }
  nav.primary > ul > li > a { font-size: 16px; padding: 16px 0; }
  nav.primary .submenu-toggle { position: absolute; top: 4px; right: 0; width: 44px; height: 44px; background: transparent; border: none; cursor: pointer; }
  nav.primary .submenu-toggle span {
    position: absolute; top: 50%; left: 50%; width: 9px; height: 9px;
    border-right: 1px solid var(--orange-bright); border-bottom: 1px solid var(--orange-bright);
    transform: translate(-50%, -65%) rotate(45deg); transition: transform 0.25s ease;
  }
  li.submenu-open > .submenu-toggle span { transform: translate(-50%, -35%) rotate(-135deg); }
  nav.primary .sub-menu {
    position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    background: transparent; border-top: none; min-width: 0; padding: 0;
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  }
  li.submenu-open > .sub-menu { max-height: 320px; }
  nav.primary .sub-menu li { padding: 0; }
  nav.primary .sub-menu a { padding: 12px 0 12px 16px; font-size: 13px; }
  @media (prefers-reduced-motion: reduce) { nav.primary, nav.primary .sub-menu, .menu-toggle .bar { transition: none; } }
}
body.nav-open { overflow: hidden; }

/* ---------- photography ---------- */
.figure {
  position: relative; overflow: hidden; background: var(--card);
}
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure.no-image::after {
  content: ""; position: absolute; inset: 0;
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  display: flex; align-items: center; justify-content: center;
}
.figure::before {
  content: ""; position: absolute; top: 6px; right: 6px; width: 10px; height: 10px;
  border-top: 1px solid var(--orange); border-right: 1px solid var(--orange);
  opacity: 0.7; z-index: 1;
}

/* ---------- archive banner (thesis + stats) ---------- */
.archive-banner { max-width: 1200px; margin: 0 auto; padding: 60px 32px 54px; border-bottom: 1px solid var(--rule); }
.archive-banner .index-line {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange);
  margin-bottom: 20px;
}
.archive-banner h1 {
  font-size: clamp(32px, 5vw, 66px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.03;
  margin: 0; text-wrap: balance; max-width: 20ch;
}
.archive-banner h1 em { font-style: normal; color: var(--orange); }
.archive-banner .standfirst { margin-top: 24px; max-width: 58ch; font-size: 16px; color: var(--text-muted); }

.archive-stats { display: flex; gap: 0; margin-top: 36px; border: 1px solid var(--rule); width: fit-content; max-width: 100%; overflow-x: auto; }
.archive-stats .stat { padding: 13px 24px; border-right: 1px solid var(--rule); white-space: nowrap; }
.archive-stats .stat:last-child { border-right: none; }
.archive-stats .num { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 20px; font-weight: 700; }
.archive-stats .lbl { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }

/* ---------- catalog (accession-row listings) ---------- */
.catalog { max-width: 1200px; margin: 0 auto; padding: 0 32px 30px; }
.catalog-head { display: flex; justify-content: space-between; align-items: baseline; padding: 34px 0 12px; border-bottom: 2px solid var(--ink); flex-wrap: wrap; gap: 8px; }
.catalog-head h2 { font-size: 13px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; margin: 0; }
.catalog-head .range { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 11px; color: var(--text-muted); }

.entry { display: grid; grid-template-columns: 160px 1fr 180px; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.entry .accession { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 11px; line-height: 1.9; color: var(--text-muted); letter-spacing: 0.04em; }
.entry .accession .no { color: var(--orange); font-weight: 700; display: block; }
.entry h3 { font-size: clamp(20px, 2.6vw, 30px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; margin: 0; text-wrap: balance; }
.entry h3 a { color: inherit; }
.entry h3 a:hover { color: var(--orange); }
.entry .dek { margin-top: 10px; max-width: 62ch; font-size: 14.5px; color: var(--text-muted); }
.entry .thumb { aspect-ratio: 4/3; }
.entry .reviewed {
  display: inline-block; margin-top: 12px; font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
  border: 1px solid var(--orange); padding: 3px 9px;
}

@media (max-width: 820px) {
  .entry { grid-template-columns: 1fr; gap: 14px; }
  .entry .thumb { max-width: 320px; }
  .entry .accession { display: flex; gap: 16px; flex-wrap: wrap; }
  .entry .accession .no { display: inline; }
}

/* ---------- single post ---------- */
.post-header { max-width: 800px; margin: 0 auto; padding: 56px 32px 24px; text-align: center; }
.post-header .accession { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 12px; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 18px; }
.post-header .accession .no { color: var(--orange); font-weight: 700; }
.post-header h1 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.06; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 18px; text-wrap: balance; }
.post-header .byline { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); }
.post-header .byline b { color: var(--text-on-paper); font-weight: 700; }
.post-header .reviewed {
  display: inline-block; margin-top: 16px; font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
  border: 1px solid var(--orange); padding: 4px 10px;
}
.post-hero-figure { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.post-hero-figure .figure { aspect-ratio: 16/9; }
.post-content { max-width: 700px; margin: 0 auto; padding: 44px 32px 64px; font-size: 18px; line-height: 1.75; }
.post-content p { margin: 0 0 24px; }
.post-content img { margin: 8px 0 24px; }
.post-content iframe, .post-content embed, .post-content object, .post-content video { max-width: 100%; }
.post-content .wp-video, .post-content iframe[src*="youtube"], .post-content iframe[src*="vimeo"] { width: 100% !important; aspect-ratio: 16/9; height: auto !important; }
.post-content h2, .post-content h3 { font-weight: 800; letter-spacing: -0.01em; }
.post-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.post-tags { max-width: 700px; margin: 0 auto 60px; padding: 0 32px; display: flex; gap: 10px; flex-wrap: wrap; }
.post-tags a { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--rule); padding: 5px 10px; }
.post-tags a:hover { color: var(--orange); border-color: var(--orange); }

/* ---------- author box ---------- */
.author-box { max-width: 700px; margin: 0 auto 60px; padding: 32px 32px 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 72px 1fr; gap: 22px; }
.author-box .author-photo img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.author-box .author-name { font-size: 17px; font-weight: 800; margin: 0 0 2px; }
.author-box .author-name a { color: inherit; }
.author-box .author-position { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin: 0 0 10px; }
.author-box .author-bio { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0 0 10px; max-width: 56ch; }
.author-box .author-social { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 8px; display: flex; gap: 16px; }
.author-box .author-social a { color: var(--orange); }
.author-box .author-more { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin: 0; }
.author-box .author-more a { color: var(--orange); }
@media (max-width: 500px) { .author-box { grid-template-columns: 1fr; text-align: center; } .author-box .author-photo img { margin: 0 auto; } }

/* ---------- archive/search header ---------- */
.archive-header { max-width: 1200px; margin: 0 auto; padding: 56px 32px 20px; border-bottom: 1px solid var(--rule); }
.archive-header .kicker { display: block; margin-bottom: 10px; }
.archive-header h1 { font-size: clamp(26px, 3.6vw, 40px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; }
.archive-header .dek { color: var(--text-muted); font-size: 15px; max-width: 60ch; }
.pagination { max-width: 1200px; margin: 0 auto; padding: 10px 32px 60px; display: flex; gap: 18px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.pagination a { color: var(--orange); }

/* ---------- page ---------- */
.page-content { max-width: 700px; margin: 0 auto; padding: 56px 32px 64px; font-size: 17px; line-height: 1.75; }
.page-content h1 { font-weight: 800; letter-spacing: -0.02em; font-size: clamp(28px, 4vw, 40px); margin: 0 0 30px; }
.page-content p { margin: 0 0 20px; }
.page-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Contact Form 7 (unstyled by default, wired to theme tokens) ---------- */
.wpcf7-form p { margin: 0 0 22px; }
.wpcf7-form label {
  display: block; font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 8px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%; max-width: 480px; background: transparent; color: var(--text-on-paper);
  border: none; border-bottom: 1px solid var(--rule);
  padding: 10px 2px; font-size: 15px; font-family: inherit;
  border-radius: 0; appearance: none;
}
.wpcf7-form select { max-width: 240px; background-image: none; }
.wpcf7-form textarea { max-width: 100%; min-height: 140px; resize: vertical; }
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  outline: none; border-bottom-color: var(--orange);
}
.wpcf7-form input[type="submit"] {
  background: transparent; border: 1px solid var(--orange); color: var(--orange);
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
  padding: 12px 26px; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease;
}
.wpcf7-form input[type="submit"]:hover { background: var(--orange); color: var(--paper); }
.wpcf7-form input[type="submit"]:disabled { opacity: 0.5; cursor: default; }
.wpcf7-not-valid-tip {
  display: block; margin-top: 6px; font-size: 12px; color: var(--orange); font-weight: 600;
}
.wpcf7-response-output {
  margin-top: 24px; padding: 14px 16px; border: 1px solid var(--rule); font-size: 14px; max-width: 480px;
}
.wpcf7-mail-sent-ok { border-color: var(--orange); color: var(--orange); }
.wpcf7-spinner { display: none; }

/* ---------- defunct-retailer marker (e.g. de-linked Karmaloop references) ---------- */
/* data-retailer / data-original-url are kept on the element so a future pass can
   grep/query for exactly which links still need a live replacement retailer --
   see the formatmag_defunct_retailer_posts() helper in functions.php. */
.defunct-retailer {
  font-size: 0.85em;
  font-style: italic;
  color: var(--text-muted);
  white-space: nowrap;
}

/* ---------- network footer ---------- */
footer.network {
  background: var(--band); color: var(--text-on-band); margin-top: 60px; padding: 42px 32px 48px;
}
footer.network .inner { max-width: 1200px; margin: 0 auto; }
footer.network .net-label {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.55; margin-bottom: 16px;
}
footer.network ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; padding: 0; }
footer.network a {
  color: var(--text-on-band); opacity: 0.6; text-decoration: none;
  font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  transition: color 0.15s ease, opacity 0.15s ease;
}
footer.network a:hover { color: var(--brass-bright); opacity: 1; }
footer.network li.self { display: none; } /* don't link to ourselves in our own footer */
footer.network .colophon { margin-top: 30px; font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 10px; opacity: 0.4; }

/* ---------- footer-extra (optional widget area) ---------- */
.footer-extra { border-top: 1px solid var(--rule); padding: 30px 32px; }
.footer-extra-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 30px; font-size: 13px; color: var(--text-muted); }
.footer-extra-widget .kicker { display: block; margin-bottom: 10px; }

/* ---------- site footer ---------- */
footer.site-footer {
  border-top: 1px solid var(--rule); padding: 24px 32px; max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; letter-spacing: 0.05em; color: var(--text-muted); flex-wrap: wrap; gap: 12px;
}
footer.site-footer .fnav { display: flex; gap: 22px; flex-wrap: wrap; }
footer.site-footer .fnav a:hover { color: var(--orange); }

/* ---------- 404 ---------- */
.not-found { max-width: 640px; margin: 0 auto; padding: 80px 32px 100px; text-align: center; }
.not-found .kicker { display: block; margin-bottom: 16px; }
.not-found h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 16px; }
.not-found .dek { font-size: 16px; line-height: 1.6; color: var(--text-muted); margin: 0 0 34px; }
.not-found-search { display: flex; max-width: 420px; margin: 0 auto 44px; border-bottom: 1px solid var(--rule); }
.not-found-search input { flex: 1; background: transparent; border: none; padding: 10px 4px; font-size: 15px; font-family: inherit; color: var(--text-on-paper); }
.not-found-search input::placeholder { color: var(--text-muted); }
.not-found-search input:focus { outline: none; }
.not-found-search button { background: transparent; border: none; color: var(--orange); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; padding: 10px 4px; cursor: pointer; }
.not-found-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.not-found-links a { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--rule); padding: 8px 16px; }
.not-found-links a:hover { color: var(--orange); border-color: var(--orange); }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  nav.primary ul { gap: 20px 24px; }
  .utility-bar { flex-direction: column; gap: 8px; text-align: center; }
}
