:root {
    --black: #0b0d0c;
    --black-2: #121513;
    --black-3: #1a1e1b;
    --paper: #d9d1bf;
    --paper-2: #c5baa5;
    --white: #f4f0e6;
    --muted: #999b94;
    --yellow: #e6ba2c;
    --orange: #c8522b;
    --red: #a9322c;
    --green: #7ea36f;
    --line: rgba(244,240,230,.15);
    --dark-line: rgba(18,21,19,.2);
    --shell: min(1120px, calc(100vw - 40px));
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --sans: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: #262722; background: var(--paper); font: 16px/1.55 var(--sans); }
body::after { content: ""; position: fixed; z-index: 1000; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; left: 14px; top: -70px; padding: 10px 15px; color: var(--black); background: var(--yellow); font-weight: 900; }
.skip-link:focus { top: 14px; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 68px; padding: 0 max(20px, calc((100vw - 1320px)/2)); display: flex; align-items: center; gap: 26px; color: var(--white); background: linear-gradient(#0a0c0bd9, #0a0c0b73, transparent); border-bottom: 1px solid rgba(255,255,255,.12); transition: .2s; }
.site-header.is-scrolled { height: 60px; background: rgba(10,12,11,.95); backdrop-filter: blur(10px); }
.brand { display: flex; align-items: center; gap: 9px; margin-right: auto; color: var(--white); text-transform: uppercase; line-height: .9; }
.brand img { width: 42px; height: auto; object-fit: contain; filter: drop-shadow(0 3px 5px #000); }
.brand strong { display: block; font: 16px var(--display); letter-spacing: .05em; }
.brand small { display: block; margin-top: 6px; color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .28em; }
.primary-nav { display: flex; gap: 23px; align-items: center; }
.primary-nav a { position: relative; color: #c5c6c1; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--yellow); transition: width .2s; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { width: 100%; }
.header-stats { display: flex; align-items: center; gap: 13px; padding-left: 18px; border-left: 1px solid var(--line); }
.header-live { display: flex; align-items: baseline; gap: 4px; white-space: nowrap; }
.header-live i { align-self: center; width: 7px; height: 7px; margin-right: 3px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(126,163,111,.12); }
.header-live span { color: var(--white); font: 17px var(--display); }
.header-live small { color: #8c918b; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.discord-live i { background: #7c86ff; box-shadow: 0 0 0 4px rgba(88,101,242,.15); }
.header-cta { padding: 9px 13px; color: var(--black); background: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; clip-path: polygon(0 8%, 5% 0, 94% 2%, 100% 12%, 98% 89%, 94% 100%, 5% 98%, 0 88%); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; color: white; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

/* Shared type and controls */
.eyebrow, .kicker { margin: 0 0 13px; color: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow { color: var(--yellow); }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin: 0 8px 3px 0; background: currentColor; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 18px; padding: 0 19px; color: var(--white); border: 1px solid transparent; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; clip-path: polygon(0 7%, 4% 0, 30% 2%, 37% 0, 72% 2%, 95% 0, 100% 14%, 98% 50%, 100% 88%, 96% 100%, 65% 98%, 54% 100%, 18% 98%, 2% 100%, 0 86%, 2% 55%); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #161713; background: var(--yellow); }
.button-primary:hover { background: #f2cf5a; }
.button-ghost { border-color: rgba(255,255,255,.35); background: rgba(5,7,6,.18); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Compact homepage */
.compact-hero { position: relative; min-height: 590px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.compact-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,9,.92) 0%, rgba(8,10,9,.56) 50%, rgba(8,10,9,.18) 100%), linear-gradient(0deg, #0b0d0c 0%, transparent 32%), url('jws-assets/wasteland-hero.png') 61% center/cover; filter: saturate(.82) contrast(1.03); }
.compact-hero-bg::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(102deg, transparent 0 94px, rgba(255,255,255,.017) 95px 96px); }
.compact-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 75px; align-items: center; padding-top: 58px; }
.compact-hero-copy h1 { max-width: 710px; margin: 0; font: clamp(48px, 5.7vw, 76px)/.91 var(--display); text-transform: uppercase; letter-spacing: -.018em; }
.compact-hero-copy h1 em { color: var(--yellow); font-style: normal; }
.compact-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 20px 0 0; color: #c0c2bc; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.compact-hero-side { justify-self: end; width: min(100%, 280px); }
.compact-hero-side > img { width: 190px; height: auto; margin: 0 auto 12px; filter: drop-shadow(0 14px 18px rgba(0,0,0,.62)); }
.population-stack { display: grid; gap: 8px; }
.population-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: rgba(12,14,13,.88); border-left: 3px solid var(--green); box-shadow: 8px 9px 0 rgba(0,0,0,.22); }
.discord-population { border-left-color: #7c86ff; }
.population-number { min-width: 50px; color: var(--white); font: 38px/.9 var(--display); text-align: center; }
.population-card strong, .population-card small { display: block; }
.population-card strong { color: #cbd0c8; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.population-card small { margin-top: 3px; color: #777f78; font-size: 9px; text-transform: uppercase; }
.status-source { margin: 8px 0 0; color: #6f766f; font-size: 8px; font-weight: 900; text-align: right; text-transform: uppercase; letter-spacing: .16em; }
.survival-strip { position: relative; z-index: 3; color: #cac8c0; background: #080a09; border-block: 1px solid rgba(255,255,255,.12); }
.survival-strip .shell { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.survival-strip span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; white-space: nowrap; }
.survival-strip b { margin-right: 6px; color: var(--yellow); font-size: 8px; }

.compact-section { position: relative; padding: 78px 0; }
.two-column-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.two-column-heading h2, .join-heading h2, .rules-copy h2 { margin: 0; font: clamp(34px, 4vw, 52px)/.95 var(--display); text-transform: uppercase; letter-spacing: -.01em; }
.two-column-heading > p { max-width: 480px; margin: 0; color: #666860; }

.about-section { background-color: var(--paper); background-image: repeating-linear-gradient(90deg, transparent 0 79px, rgba(31,34,29,.025) 80px 81px); }
.about-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 45px; align-items: stretch; }
.about-image { position: relative; min-height: 390px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: linear-gradient(0deg, rgba(8,10,9,.86), transparent 68%), url('jws-assets/wasteland-hero.png') 72% center/cover; clip-path: polygon(0 1%, 4% 0, 32% 1%, 41% 0, 72% 1%, 96% 0, 100% 4%, 99% 96%, 94% 100%, 63% 99%, 52% 100%, 17% 99%, 0 100%); box-shadow: 10px 12px 0 rgba(50,44,37,.14); }
.about-image span { align-self: flex-start; padding: 6px 9px; color: var(--black); background: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.about-image p { max-width: 330px; margin: 0; font: 31px/.95 var(--display); text-transform: uppercase; }
.about-notes { border-top: 1px solid var(--dark-line); }
.about-notes article { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 20px 3px; border-bottom: 1px solid var(--dark-line); }
.about-notes article > span { color: var(--orange); font-size: 9px; font-weight: 900; }
.about-notes h3 { margin: 0 0 4px; font: 20px var(--display); text-transform: uppercase; letter-spacing: .02em; }
.about-notes p { margin: 0; color: #686a62; font-size: 14px; }
.about-notes .coming-note { color: var(--white); background: #2b211b; padding-inline: 14px; transform: rotate(-.35deg); }
.about-notes .coming-note p { color: #b8b2a7; }

.rules-preview { overflow: hidden; color: var(--white); background: #141715; }
.rules-preview::before { content: "PVE"; position: absolute; right: -2vw; top: -30px; color: rgba(200,82,43,.08); font: 270px/.8 var(--display); transform: rotate(-6deg); }
.rules-preview-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.rules-copy > p:not(.kicker) { max-width: 440px; margin: 18px 0 24px; color: #9ca098; }
.rules-list { padding: 27px 32px; color: #241f19; background-color: #d8cfbc; background-image: repeating-linear-gradient(0deg, transparent 0 30px, rgba(68,53,42,.065) 31px); box-shadow: 11px 13px 0 rgba(0,0,0,.25); transform: rotate(-.6deg); clip-path: polygon(0 2%, 8% 0, 18% 1%, 31% 0, 45% 1%, 58% 0, 72% 1%, 86% 0, 100% 2%, 99% 97%, 87% 100%, 74% 99%, 60% 100%, 46% 99%, 31% 100%, 17% 99%, 0 100%); }
.notice-label { margin: 0 0 12px; color: #8a3428; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.rules-list > div { display: grid; grid-template-columns: 34px 1fr; padding: 11px 0; border-top: 1px solid rgba(48,38,31,.18); }
.rules-list b { color: var(--red); font-size: 9px; }
.rules-list strong { font: 19px var(--display); text-transform: uppercase; letter-spacing: .025em; }
.rules-list small { display: block; margin-top: 14px; color: #7b332b; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.economy-section { background: var(--paper-2); }
.economy-list { border-top: 2px solid #2c2c27; }
.economy-row { min-height: 88px; display: grid; grid-template-columns: 38px 1.1fr 1.3fr auto; gap: 20px; align-items: center; padding: 12px 15px; border-bottom: 1px solid rgba(38,39,34,.24); transition: .2s; }
.economy-row:hover { padding-left: 21px; color: var(--white); background: #252923; }
.economy-row > span { color: var(--orange); font-size: 9px; font-weight: 900; }
.economy-row small { color: #77756d; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.economy-row h3 { margin: 3px 0 0; font: 20px var(--display); text-transform: uppercase; }
.economy-row p { margin: 0; color: #68675f; font-size: 13px; }
.economy-row > b { color: #7f3027; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.economy-row:hover p, .economy-row:hover small { color: #aeb2aa; }
.economy-row:hover > b { color: var(--yellow); }
.economy-row.featured { color: var(--white); background: #161917; border-left: 3px solid var(--yellow); }
.economy-row.featured p, .economy-row.featured small { color: #9a9f97; }
.economy-row.featured > b { color: var(--yellow); }
.economy-row.community-row { border-left: 3px solid var(--orange); }

.join-section { color: var(--white); background: #25231d; }
.join-compact { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: start; }
.join-heading .kicker { color: var(--yellow); }
.compact-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.compact-steps li { min-height: 110px; display: grid; grid-template-columns: 32px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.compact-steps li > span { color: var(--yellow); font-size: 9px; font-weight: 900; }
.compact-steps h3 { margin: 0 0 3px; font: 19px var(--display); text-transform: uppercase; }
.compact-steps p { margin: 0; color: #a3a39b; font-size: 13px; }
.compact-steps li > a, .compact-steps li > button { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 10px; color: var(--white); background: transparent; border: 1px solid var(--line); font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.compact-steps li > a:hover, .compact-steps li > button:hover { color: var(--black); background: var(--yellow); }

.intel-section { background: var(--paper); }
.intel-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.intel-list details { border-top: 1px solid var(--dark-line); }
.intel-list details:nth-last-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
.intel-list summary { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; font: 17px var(--display); text-transform: uppercase; }
.intel-list summary::-webkit-details-marker { display: none; }
.intel-list summary span { color: var(--orange); font: 24px var(--sans); transition: transform .2s; }
.intel-list details[open] summary span { transform: rotate(45deg); }
.intel-list details p { margin: -3px 30px 20px 0; color: #65675f; font-size: 13px; }
.compact-cta { padding: 48px 0; color: var(--white); background: linear-gradient(90deg, rgba(10,12,11,.94), rgba(10,12,11,.72)), url('jws-assets/wasteland-hero.png') center 70%/cover; }
.compact-cta .shell { display: grid; grid-template-columns: 80px 1fr auto; gap: 25px; align-items: center; }
.compact-cta img { width: 76px; height: auto; object-fit: contain; filter: drop-shadow(0 7px 7px #000); }
.compact-cta h2 { margin: 0; font: 31px var(--display); text-transform: uppercase; }
.compact-cta p:not(.kicker) { margin: 3px 0 0; color: #9ba098; font-size: 13px; }

/* Footer */
.site-footer { padding: 38px 0 20px; color: #969991; background: #080a09; }
.footer-compact { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 50px; align-items: center; }
.footer-brand { display: flex; gap: 10px; align-items: center; color: var(--white); font: 15px var(--display); text-transform: uppercase; }
.footer-brand img { width: 43px; height: auto; object-fit: contain; }
.footer-brand small { display: block; margin-top: 4px; color: var(--yellow); font: 7px var(--sans); letter-spacing: .2em; }
.footer-compact nav { display: flex; gap: 17px; flex-wrap: wrap; }
.footer-compact nav a { color: #c2c4bf; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.footer-compact nav a:hover { color: var(--yellow); }
.footer-compact > p { margin: 0; font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.toast { position: fixed; z-index: 300; right: 18px; bottom: 18px; padding: 10px 14px; color: var(--black); background: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; transform: translateY(90px); transition: .2s; }
.toast.is-visible { transform: none; }

/* Compact rules page */
.rules-page { color: #d2d2ca; background: var(--black); }
.rulebook-hero { position: relative; min-height: 500px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.rulebook-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,9,.92), rgba(8,10,9,.44) 67%, rgba(8,10,9,.22)), linear-gradient(0deg, #0b0d0c, transparent 40%), url('jws-assets/wasteland-hero.png') 65% center/cover; filter: saturate(.7); }
.rulebook-hero-content { position: relative; z-index: 2; padding-top: 55px; }
.rulebook-hero h1 { margin: 0; font: clamp(56px, 7vw, 90px)/.82 var(--display); text-transform: uppercase; }
.rulebook-hero h1 em { color: var(--yellow); font-style: normal; }
.rulebook-hero-content > p:not(.eyebrow) { max-width: 560px; margin: 20px 0 25px; color: #b7bbb4; font-size: 16px; }
.rulebook-warning { position: absolute; z-index: 2; right: 7vw; bottom: 55px; width: 160px; height: 160px; display: grid; place-content: center; color: var(--orange); border: 3px double currentColor; border-radius: 50%; text-align: center; transform: rotate(-8deg); opacity: .7; }
.rulebook-warning b { font: 57px/.8 var(--display); }
.rulebook-warning span { margin-top: 10px; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.rule-tape { position: relative; z-index: 4; width: 104%; margin-left: -2%; overflow: hidden; color: #191a16; background: var(--yellow); border-block: 2px solid #141510; transform: rotate(-.5deg); }
.rule-tape div { width: max-content; padding: 8px 0; font: 13px var(--display); text-transform: uppercase; letter-spacing: .13em; animation: crawl 30s linear infinite; }
.rule-tape span { margin: 0 22px; color: var(--red); }
.rulebook { padding: 70px 0 100px; background-color: #101311; background-image: radial-gradient(circle at 8% 30%, rgba(154,55,31,.13), transparent 28%), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.012) 80px 81px); }
.rulebook-layout { display: grid; grid-template-columns: 190px 1fr; gap: 70px; align-items: start; }
.rulebook-nav { position: sticky; top: 85px; padding-left: 14px; border-left: 1px solid var(--line); }
.rulebook-nav > p { margin: 0 0 10px; color: var(--yellow); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.rulebook-nav a { display: flex; gap: 9px; padding: 4px 0; color: #777d76; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.rulebook-nav a span { color: #4d554e; font-size: 7px; }
.rulebook-nav a:hover { color: var(--white); }
.rulebook-intro { padding: 0 0 55px; }
.rulebook-intro h2 { margin: 0; color: var(--white); font: clamp(40px, 5vw, 62px)/.9 var(--display); text-transform: uppercase; }
.rulebook-intro > p:last-child { max-width: 700px; margin: 18px 0 0; color: #969c95; font-size: 15px; }
.rule-chapter { position: relative; scroll-margin-top: 80px; padding: 44px 0 50px; border-top: 1px solid var(--line); }
.rule-chapter::after { content: ""; position: absolute; left: 0; top: -2px; width: 70px; height: 3px; background: var(--orange); }
.rule-chapter header { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-bottom: 23px; }
.rule-chapter header > span { color: var(--orange); font-size: 8px; font-weight: 900; }
.rule-chapter header small { display: block; margin-bottom: 4px; color: #686f68; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.rule-chapter h2 { margin: 0; color: var(--white); font: clamp(30px, 3.7vw, 45px)/.92 var(--display); text-transform: uppercase; }
.rule-chapter > ul, .rule-subsection > ul { max-width: 820px; padding: 0 0 0 52px; margin: 0; list-style: none; }
.rule-chapter > ul > li, .rule-subsection > ul:not(.restricted-list) > li { position: relative; padding: 10px 0 10px 22px; color: #acb1aa; border-bottom: 1px dashed rgba(255,255,255,.09); font-size: 14px; }
.rule-chapter > ul > li::before, .rule-subsection > ul:not(.restricted-list) > li::before { content: "/"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.rule-chapter code { padding: 2px 5px; color: var(--yellow); background: rgba(230,186,44,.08); font: 11px Consolas, monospace; }
.inline-discord-link { color: var(--yellow); font-weight: 900; border-bottom: 1px solid; }
.chapter-lead { max-width: 760px; margin: 0 0 17px 52px; color: #d5d8d2; font-size: 17px; }
.chapter-lead strong { color: var(--yellow); }
.rule-chapter.danger::before, .trader-chapter::before { position: absolute; right: 1%; top: 29px; color: rgba(168,50,44,.09); font: clamp(46px, 7vw, 82px) var(--display); transform: rotate(-3deg); }
.rule-chapter.danger::before { content: "ZERO TOLERANCE"; }
.trader-chapter::before { content: "SAFE ZONE"; color: rgba(230,186,44,.06); }
.rule-subsection { margin: 38px 0 0 52px; padding-left: 20px; border-left: 2px solid #4e554e; }
.rule-subsection h3 { margin: 0 0 8px; color: var(--yellow); font: 21px var(--display); text-transform: uppercase; }
.rule-subsection > p { color: #858b84; font-size: 13px; }
.rule-subsection > ul { padding-left: 0; }
.restricted-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 20px; }
.restricted-list li { position: relative; padding: 7px 0 7px 16px; color: #aab0a8; border-bottom: 1px dashed rgba(255,255,255,.08); font-size: 12px; }
.restricted-list li::before { content: "×"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.chapter-divider { position: relative; height: 86px; display: flex; align-items: center; margin: 20px 0 0; }
.chapter-divider::before { content: ""; position: absolute; inset: 27px -5% auto; height: 36px; background: var(--orange); transform: rotate(-.4deg); clip-path: polygon(0 8%, 12% 0, 24% 9%, 37% 0, 50% 10%, 63% 0, 75% 9%, 88% 0, 100% 8%, 99% 92%, 86% 100%, 72% 91%, 58% 100%, 44% 90%, 30% 100%, 16% 91%, 0 100%); }
.chapter-divider span { position: relative; z-index: 1; margin-left: 16px; color: #161713; font: 12px var(--display); text-transform: uppercase; letter-spacing: .12em; }
.standards-chapter blockquote { max-width: 820px; margin: 35px 0 0 52px; padding: 20px 25px; color: #1c1e1a; background: var(--yellow); font-size: 15px; transform: rotate(-.3deg); }
.rules-end { margin-top: 60px; padding: 25px 30px; display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; color: #25251f; background: #d2c7b2; box-shadow: 9px 10px 0 rgba(0,0,0,.22); }
.rules-end img { width: 68px; height: auto; object-fit: contain; }
.rules-end small { color: #81362b; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.rules-end h2 { margin: 2px 0; font: 22px var(--display); text-transform: uppercase; }
.rules-end p { margin: 0; color: #68665e; font-size: 11px; }
.rules-footer { margin-top: 0; }
.rules-footer a { color: var(--yellow); }

/* Community updates */
.blog-page { color: var(--white); background: #0b0d0c; }
.blog-hero { position: relative; min-height: 510px; display: flex; align-items: end; overflow: hidden; padding: 132px 0 64px; background: #090b0a; }
.blog-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,9,.96) 0%, rgba(8,10,9,.72) 51%, rgba(8,10,9,.28) 100%), linear-gradient(0deg, #0b0d0c 0%, transparent 38%), url('jws-assets/wasteland-hero.png') 64% 45%/cover; filter: saturate(.72) contrast(1.08); }
.blog-hero::after { content: "JWS // FIELD NETWORK // JWS // FIELD NETWORK //"; position: absolute; right: -85px; bottom: 37px; color: rgba(255,255,255,.08); font: 13px var(--display); letter-spacing: .2em; transform: rotate(-90deg); transform-origin: right bottom; white-space: nowrap; }
.blog-hero-content { position: relative; z-index: 1; }
.blog-hero h1 { max-width: 720px; margin: 0; font: clamp(58px, 7vw, 94px)/.83 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.blog-hero h1 em { color: var(--yellow); font-style: normal; }
.blog-hero-content > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: #c3c5bf; font-size: 17px; }
.blog-stats { max-width: 520px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-block: 1px solid var(--line); }
.blog-stats div { padding: 12px 18px 12px 0; }
.blog-stats div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.blog-stats strong, .blog-stats small { display: block; }
.blog-stats strong { color: var(--white); font: 27px var(--display); }
.blog-stats small { color: #888d86; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.blog-archive { min-height: 500px; color: #272923; background: var(--paper); }
.blog-archive-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.blog-archive-head h2 { margin: 0; font: clamp(35px, 4vw, 53px)/.95 var(--display); text-transform: uppercase; }
.blog-archive-actions { display: flex; align-items: center; gap: 18px; }
.blog-archive-actions > span { color: #77776f; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.dispatch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.dispatch-card { min-width: 0; display: grid; grid-template-columns: minmax(150px, 42%) 1fr; min-height: 285px; overflow: hidden; background: #161916; box-shadow: 8px 9px 0 rgba(54,46,36,.13); transition: transform .2s, box-shadow .2s; }
.dispatch-card:hover { transform: translateY(-3px); box-shadow: 11px 13px 0 rgba(54,46,36,.17); }
.dispatch-image { position: relative; min-height: 100%; overflow: hidden; background: #252923; }
.dispatch-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,9,.82), transparent 62%); }
.dispatch-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform .35s, filter .35s; }
.dispatch-card:hover .dispatch-image img { transform: scale(1.035); filter: saturate(.9) contrast(1.04); }
.dispatch-image > span { position: absolute; z-index: 1; left: 14px; bottom: 13px; color: var(--yellow); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.dispatch-image-placeholder { background: linear-gradient(145deg, rgba(230,186,44,.14), transparent 48%), repeating-linear-gradient(135deg, transparent 0 17px, rgba(255,255,255,.025) 18px 19px), #20241f; }
.dispatch-image-placeholder::before { content: "JWS"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.055); font: 72px var(--display); transform: translate(-50%,-50%) rotate(-8deg); }
.dispatch-body { min-width: 0; display: flex; flex-direction: column; padding: 23px 22px 20px; color: #c7c9c3; }
.dispatch-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: #777d76; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.dispatch-meta time { color: var(--orange); }
.dispatch-body h2 { margin: 18px 0 10px; color: var(--white); font: 25px/1.03 var(--display); text-transform: uppercase; }
.dispatch-body h2 a:hover { color: var(--yellow); }
.dispatch-body > p { margin: 0 0 20px; color: #91968f; font-size: 12px; line-height: 1.55; }
.dispatch-link { align-self: flex-start; margin-top: auto; color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.dispatch-link span { margin-left: 5px; transition: margin .2s; }
.dispatch-link:hover span { margin-left: 10px; }
.archive-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 40px; }
.archive-pagination a, .archive-pagination span, .archive-pagination b { width: 38px; height: 38px; display: grid; place-items: center; color: #55584f; border: 1px solid rgba(20,23,20,.18); font: 12px var(--display); }
.archive-pagination a:hover, .archive-pagination a.is-active { color: #11130f; background: var(--yellow); border-color: var(--yellow); }
.archive-pagination span { opacity: .35; }
.archive-pagination b { border-color: transparent; }
.empty-dispatch { padding: 70px 25px; text-align: center; border: 1px dashed rgba(20,23,20,.28); }
.empty-dispatch > span { color: var(--orange); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.empty-dispatch h2 { margin: 12px 0 4px; font: 40px var(--display); text-transform: uppercase; }
.empty-dispatch p { margin: 0 0 22px; color: #77776f; }

/* Transmission editor */
.blog-editor-page { color: var(--white); background: #0b0d0c; }
.editor-hero { position: relative; min-height: 410px; display: flex; align-items: end; overflow: hidden; padding: 126px 0 54px; background: #090b0a; }
.editor-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,9,.97), rgba(8,10,9,.65) 56%, rgba(8,10,9,.32)), linear-gradient(0deg, #0b0d0c, transparent 45%), url('jws-assets/wasteland-hero.png') 64% 56%/cover; filter: saturate(.62) contrast(1.1); }
.editor-hero-content { position: relative; z-index: 1; }
.editor-hero h1 { margin: 0; font: clamp(52px, 6.3vw, 82px)/.84 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.editor-hero h1 em { color: var(--yellow); font-style: normal; }
.editor-hero-content > p:not(.eyebrow) { max-width: 555px; margin: 18px 0 0; color: #babdb6; font-size: 15px; }
.editor-section { padding: 68px 0 80px; color: #272923; background: var(--paper); }
.editor-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 48px; align-items: start; }
.editor-brief { position: sticky; top: 90px; }
.editor-brief h2 { margin: 0 0 24px; font: 32px/.95 var(--display); text-transform: uppercase; }
.editor-brief ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.editor-brief li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--dark-line); }
.editor-brief li span { padding-top: 2px; color: var(--orange); font: 10px var(--display); }
.editor-brief li p { margin: 0; color: #676960; font-size: 11px; line-height: 1.5; }
.editor-brief > a { display: inline-block; margin-top: 22px; color: #5a5b53; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.editor-brief > a:hover { color: var(--orange); }
.transmission-form-wrap { overflow: hidden; color: #d1d4cc; background: #141714; box-shadow: 12px 14px 0 rgba(55,46,35,.16); }
.transmission-form-head { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 22px; border-bottom: 1px solid var(--line); background: #0e100f; }
.transmission-form-head small, .transmission-form-head strong { display: block; }
.transmission-form-head small { color: #697069; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.transmission-form-head strong { margin-top: 2px; color: var(--white); font: 18px var(--display); text-transform: uppercase; letter-spacing: .04em; }
.transmission-form-head > span { padding: 4px 8px; color: var(--yellow); border: 1px solid rgba(230,186,44,.35); font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.editor-alert { display: flex; gap: 12px; padding: 13px 22px; color: #f0d3c9; background: rgba(169,50,44,.25); border-bottom: 1px solid rgba(200,82,43,.38); font-size: 11px; }
.editor-alert strong { color: #ffb49d; text-transform: uppercase; }
.transmission-form { padding: 28px 26px 26px; }
.editor-field { margin-bottom: 27px; }
.editor-field > label { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: #e6e8e1; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.editor-field > label span { color: var(--orange); font: 10px var(--display); }
.editor-field > label i { margin-left: auto; color: #697069; font-size: 7px; font-style: normal; }
.editor-field > input { width: 100%; height: 48px; padding: 0 14px; color: var(--white); background: #0c0f0d; border: 1px solid rgba(255,255,255,.14); border-radius: 0; outline: none; font: 14px var(--sans); transition: border-color .2s, box-shadow .2s; }
.editor-field > input::placeholder { color: #565c56; }
.editor-field > input:focus { border-color: var(--yellow); box-shadow: 4px 4px 0 rgba(230,186,44,.1); }
.editor-field > small { display: block; margin-top: 7px; color: #697069; font-size: 9px; }
.image-url-preview { position: relative; height: 180px; margin-top: 13px; overflow: hidden; border: 1px solid var(--line); }
.image-url-preview[hidden] { display: none; }
.image-url-preview img { width: 100%; height: 100%; object-fit: cover; }
.editor-content-field .ql-toolbar.ql-snow { padding: 9px; background: #20241f; border: 1px solid rgba(255,255,255,.14); }
.editor-content-field .ql-container.ql-snow { min-height: 340px; color: #dadcd5; background: #0c0f0d; border: 1px solid rgba(255,255,255,.14); border-top: 0; font: 14px/1.65 var(--sans); }
.editor-content-field .ql-editor { min-height: 340px; padding: 18px; }
.editor-content-field .ql-editor.ql-blank::before { color: #565c56; font-style: normal; }
.editor-content-field .ql-snow .ql-stroke { stroke: #b9bdb5; }
.editor-content-field .ql-snow .ql-fill { fill: #b9bdb5; }
.editor-content-field .ql-snow .ql-picker { color: #b9bdb5; }
.editor-content-field .ql-toolbar button:hover .ql-stroke, .editor-content-field .ql-toolbar button.ql-active .ql-stroke { stroke: var(--yellow); }
.editor-content-field .ql-toolbar button:hover .ql-fill, .editor-content-field .ql-toolbar button.ql-active .ql-fill { fill: var(--yellow); }
.editor-content-field .ql-snow .ql-picker-options { color: #d5d8d1; background: #20241f; border-color: var(--line); }
.editor-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 3px; }
.editor-submit-row button { border: 0; cursor: pointer; }
.editor-submit-row button:disabled { cursor: wait; opacity: .6; }
.editor-submit-row .button-ghost { color: #aeb2aa; }
.editor-footer { padding-top: 0; }

/* Individual field report */
.article-page { color: var(--white); background: #0b0d0c; }
.article-hero { position: relative; min-height: 570px; display: flex; align-items: end; overflow: hidden; padding: 128px 0 64px; background: #111411; }
.article-hero-image, .article-hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.article-hero-image { object-fit: cover; filter: saturate(.7) contrast(1.07); }
.article-hero-fallback { background: url('jws-assets/wasteland-hero.png') 64% center/cover; filter: saturate(.68) contrast(1.08); }
.article-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,8,.95) 0%, rgba(7,9,8,.7) 58%, rgba(7,9,8,.32)), linear-gradient(0deg, #0b0d0c 0%, transparent 45%); }
.article-hero-content { position: relative; z-index: 1; }
.article-back { display: inline-block; margin-bottom: 35px; color: #aaaDA6; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.article-back:hover { color: var(--yellow); }
.article-hero h1 { max-width: 900px; margin: 0; font: clamp(52px, 7vw, 88px)/.9 var(--display); text-transform: uppercase; letter-spacing: -.018em; text-wrap: balance; }
.article-meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; color: #b7bbb3; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.article-meta > * { padding: 0 17px; border-left: 1px solid rgba(255,255,255,.23); }
.article-meta > *:first-child { padding-left: 0; color: var(--yellow); border-left: 0; }
.article-section { padding: 72px 0 90px; color: #262821; background: var(--paper); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 48px; align-items: start; }
.field-report { min-width: 0; background: #ede6d7; box-shadow: 10px 12px 0 rgba(55,46,35,.14); }
.field-report-stamp { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 28px; color: #777268; border-bottom: 1px solid rgba(40,39,32,.16); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.field-report-stamp b { padding: 4px 8px; color: #81362b; border: 1px solid rgba(129,54,43,.45); font-size: 7px; transform: rotate(-2deg); }
.field-report-body { padding: clamp(30px, 6vw, 68px); font: 17px/1.78 Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }
.field-report-body > :first-child { margin-top: 0; }
.field-report-body > :last-child { margin-bottom: 0; }
.field-report-body p { margin: 0 0 1.35em; }
.field-report-body h1, .field-report-body h2, .field-report-body h3, .field-report-body h4 { margin: 1.6em 0 .6em; color: #171914; font-family: var(--display); line-height: 1; text-transform: uppercase; }
.field-report-body h1 { font-size: 42px; }
.field-report-body h2 { font-size: 32px; }
.field-report-body h3 { font-size: 24px; }
.field-report-body a { color: #923d27; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.field-report-body strong { color: #171914; }
.field-report-body blockquote { margin: 28px 0; padding: 18px 22px; color: #292a24; background: rgba(230,186,44,.25); border-left: 4px solid var(--yellow); font-style: italic; }
.field-report-body ul, .field-report-body ol { padding-left: 25px; margin: 0 0 1.4em; }
.field-report-body li { margin-bottom: .35em; }
.field-report-body img { max-width: 100%; height: auto; margin: 25px auto; }
.field-report-body iframe, .field-report-body video { max-width: 100%; }
.field-report-body pre, .field-report-body code { max-width: 100%; color: #ebece6; background: #1b1e1a; font-family: Consolas, monospace; }
.field-report-body pre { overflow-x: auto; padding: 16px; }
.field-report-body code { padding: 2px 5px; }
.field-report-end { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 13px 27px; border-top: 1px solid rgba(40,39,32,.16); }
.field-report-end span { color: #777268; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.field-report-end img { width: 55px; height: auto; filter: grayscale(.25); }
.article-sidebar { position: sticky; top: 86px; }
.article-sidebar-block { padding: 20px 0; border-block: 1px solid var(--dark-line); }
.article-sidebar-block > small { display: block; margin-bottom: 12px; color: #8c3d2b; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.article-sidebar-block a, .article-sidebar-block button { width: 100%; min-height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0; color: #4d5048; background: none; border: 0; border-bottom: 1px solid rgba(30,33,28,.12); cursor: pointer; font: 10px var(--sans); font-weight: 900; text-align: left; text-transform: uppercase; letter-spacing: .1em; }
.article-sidebar-block a:hover, .article-sidebar-block button:hover { color: #8c3d2b; }
.article-sidebar-block a span, .article-sidebar-block button span { color: var(--orange); }
.article-edit { width: 100%; justify-content: center; margin-top: 18px; }
.article-sidebar-note { margin-top: 24px; padding: 19px; color: #c5c8c0; background: #171a17; box-shadow: 5px 6px 0 rgba(55,46,35,.13); }
.article-sidebar-note > span { color: var(--yellow); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.article-sidebar-note p { margin: 9px 0 14px; color: #858b84; font-size: 11px; }
.article-sidebar-note a { color: var(--white); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.article-next { padding: 48px 0; color: var(--white); background: #111411; border-top: 1px solid var(--line); }
.article-next .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.article-next h2 { margin: 0; font: 36px var(--display); text-transform: uppercase; }

@keyframes crawl { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    :root { --shell: min(760px, calc(100vw - 32px)); }
    .site-header { padding-inline: 16px; }
    .menu-toggle { display: block; order: 4; }
    .primary-nav { position: fixed; inset: 60px 0 auto; display: grid; gap: 0; padding: 8px 17px 18px; background: rgba(9,11,10,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .2s; }
    .primary-nav.is-open { transform: none; }
    .primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
    .header-stats { margin-left: auto; }
    .compact-hero-grid { grid-template-columns: 1fr .45fr; gap: 35px; }
    .compact-hero-side > img { width: 150px; }
    .survival-strip .shell { overflow-x: auto; justify-content: flex-start; }
    .about-layout, .rules-preview-layout { grid-template-columns: 1fr; gap: 38px; }
    .about-image { min-height: 330px; }
    .rules-copy { max-width: 580px; }
    .economy-row { grid-template-columns: 32px 1fr auto; }
    .economy-row p { display: none; }
    .join-compact { grid-template-columns: 1fr; gap: 30px; }
    .footer-compact { grid-template-columns: 1fr 1fr; }
    .footer-compact > p { grid-column: 1 / -1; }
    .rulebook-layout { grid-template-columns: 1fr; gap: 45px; }
    .rulebook-nav { position: relative; top: 0; display: flex; flex-wrap: wrap; gap: 5px 15px; padding: 0 0 20px; border-left: 0; border-bottom: 1px solid var(--line); }
    .rulebook-nav > p { width: 100%; }
    .rules-end { grid-template-columns: 65px 1fr; }
    .rules-end .button { grid-column: 2; justify-self: start; }
    .dispatch-grid { grid-template-columns: 1fr; }
    .dispatch-card { grid-template-columns: minmax(180px, 36%) 1fr; }
    .editor-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 28px; }
    .article-layout { grid-template-columns: minmax(0, 1fr) 190px; gap: 28px; }
}

@media (max-width: 620px) {
    :root { --shell: calc(100vw - 28px); }
    .brand span, .header-live small { display: none; }
    .brand { margin-right: 0; }
    .header-stats { gap: 10px; padding-left: 10px; }
    .header-cta { display: none; }
    .compact-hero { min-height: 620px; padding: 105px 0 60px; }
    .compact-hero-grid { grid-template-columns: 1fr; padding-top: 0; }
    .compact-hero-copy h1 { font-size: 47px; }
    .compact-hero-copy > p:not(.eyebrow) { font-size: 15px; }
    .compact-hero-side { width: 100%; justify-self: stretch; display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 10px; }
    .compact-hero-side > img { width: 86px; margin: 0; }
    .population-card { box-shadow: none; }
    .status-source { display: none; }
    .compact-section { padding: 58px 0; }
    .two-column-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
    .two-column-heading h2, .rules-copy h2, .join-heading h2 { font-size: 35px; }
    .about-image { min-height: 280px; }
    .rules-list { padding: 23px 21px; }
    .economy-row { min-height: 78px; grid-template-columns: 25px 1fr auto; gap: 10px; padding-inline: 8px; }
    .economy-row h3 { font-size: 17px; }
    .economy-row > b { font-size: 8px; }
    .compact-steps li { grid-template-columns: 25px 1fr; padding: 16px 0; }
    .compact-steps li > a, .compact-steps li > button { grid-column: 2; width: max-content; }
    .intel-list { grid-template-columns: 1fr; }
    .intel-list details:nth-last-child(2) { border-bottom: 0; }
    .compact-cta .shell { grid-template-columns: 60px 1fr; }
    .compact-cta img { width: 58px; }
    .compact-cta .button { grid-column: 1 / -1; }
    .footer-compact { grid-template-columns: 1fr; gap: 23px; }
    .footer-compact > p { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .rulebook-hero { min-height: 520px; }
    .rulebook-hero h1 { font-size: 57px; }
    .rulebook-warning { display: none; }
    .rulebook { padding: 55px 0 80px; }
    .rulebook-nav a { font-size: 8px; }
    .rulebook-intro { padding-bottom: 40px; }
    .rulebook-intro h2 { font-size: 39px; }
    .rule-chapter { padding: 38px 0 42px; }
    .rule-chapter header { grid-template-columns: 27px 1fr; gap: 8px; }
    .rule-chapter h2 { font-size: 31px; }
    .rule-chapter > ul, .rule-subsection > ul { padding-left: 0; }
    .rule-chapter > ul > li, .rule-subsection > ul:not(.restricted-list) > li { padding-left: 20px; font-size: 13px; }
    .chapter-lead, .rule-subsection, .standards-chapter blockquote { margin-left: 0; }
    .restricted-list { grid-template-columns: 1fr 1fr; }
    .rules-end { grid-template-columns: 1fr; text-align: center; }
    .rules-end img { margin-inline: auto; }
    .rules-end .button { grid-column: auto; justify-self: stretch; }
    .blog-hero { min-height: 500px; padding: 112px 0 50px; }
    .blog-hero h1 { font-size: 53px; }
    .blog-hero-content > p:not(.eyebrow) { font-size: 14px; }
    .blog-stats { margin-top: 25px; }
    .blog-stats div { padding: 10px 7px; }
    .blog-stats div + div { padding-left: 10px; }
    .blog-stats strong { font-size: 22px; }
    .blog-archive-head { display: block; }
    .blog-archive-actions { justify-content: space-between; margin-top: 18px; }
    .dispatch-card { grid-template-columns: 1fr; }
    .dispatch-image { min-height: 210px; }
    .dispatch-body { padding: 21px 19px; }
    .editor-hero { min-height: 390px; padding: 112px 0 48px; }
    .editor-hero h1 { font-size: 51px; }
    .editor-section { padding: 48px 0 60px; }
    .editor-layout { grid-template-columns: 1fr; }
    .editor-brief { position: static; }
    .transmission-form { padding: 23px 17px 20px; }
    .editor-content-field .ql-toolbar.ql-snow { overflow-x: auto; white-space: nowrap; }
    .editor-submit-row { align-items: stretch; flex-direction: column-reverse; }
    .editor-submit-row .button { justify-content: center; }
    .article-hero { min-height: 520px; padding: 110px 0 52px; }
    .article-back { margin-bottom: 28px; }
    .article-hero h1 { font-size: 48px; }
    .article-meta { gap: 8px 0; }
    .article-meta > * { padding: 0 10px; font-size: 7px; }
    .article-section { padding: 45px 0 58px; }
    .article-layout { grid-template-columns: 1fr; }
    .field-report-stamp { padding-inline: 17px; }
    .field-report-body { padding: 30px 21px; font-size: 15px; }
    .field-report-body h1 { font-size: 35px; }
    .field-report-body h2 { font-size: 28px; }
    .article-sidebar { position: static; }
    .article-next .shell { align-items: flex-start; flex-direction: column; }
}
