:root {
  --ink: #151717;
  --paper: #f4f2ea;
  --paper-deep: #e6e7df;
  --lime: #d5fa48;
  --line: #d3d4cb;
  --muted: #5d635e;
  --focus: #316500;
  --max: 77.5rem;
  --reading: 47.5rem;
  --radius: 3px;
  --gh-font-heading: Arial, Helvetica, sans-serif;
  --gh-font-body: Arial, Helvetica, sans-serif;
  --display: var(--gh-font-heading);
  --body: var(--gh-font-body);
  --mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  --space-1: clamp(.5rem, 1vw, .85rem);
  --space-2: clamp(.9rem, 2vw, 1.45rem);
  --space-3: clamp(1.45rem, 3.2vw, 2.6rem);
  --space-4: clamp(2.35rem, 5vw, 4.6rem);
  --space-5: clamp(3.5rem, 8vw, 7.8rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; letter-spacing: -.055em; line-height: 1.03; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-wrap { width: min(100% - 4.75rem, var(--max)); margin-inline: auto; }
.skip-link { background: var(--lime); color: var(--ink); font: 700 .72rem/1.3 var(--mono); left: 1rem; padding: .65rem .8rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.micro, .eyebrow, .access-chip, .story-card__meta, .status-strip, .incident-ticket__top, .incident-ticket__number, .incident-ticket__fields span, .incident-ticket__bottom, .form-note { font-family: var(--mono); }
.eyebrow { font-size: .61rem; font-weight: 700; letter-spacing: .075em; line-height: 1.5; text-transform: uppercase; }
.micro { color: var(--muted); font-size: .64rem; line-height: 1.7; }
.label-square { background: var(--ink); display: inline-block; height: 7px; margin-right: .55rem; width: 7px; }

.status-strip { background: var(--ink); color: var(--paper); font-size: .55rem; letter-spacing: .045em; line-height: 1.45; padding: .55rem 0; text-transform: uppercase; }
.status-strip__inner { align-items: center; display: flex; gap: 1.25rem; justify-content: space-between; }
.status-dot { background: var(--lime); display: inline-block; height: 6px; margin-right: .5rem; vertical-align: .08em; width: 6px; }
.status-strip__tagline { white-space: nowrap; }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.site-header__inner { align-items: center; display: grid; gap: 1.5rem; grid-template-columns: auto 1fr auto; min-height: 5.75rem; }
.site-mark, .site-footer__wordmark { font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2.2rem); font-weight: 900; letter-spacing: -.08em; line-height: 1; text-decoration: none; }
.site-mark span, .site-footer__wordmark span { color: #526c06; }
.site-nav { justify-self: end; }
.site-nav__list { align-items: center; display: flex; gap: 1.3rem; list-style: none; margin: 0; padding: 0; }
.site-nav__list a, .site-nav__search, .account-link { background: transparent; border: 0; font-family: var(--display); font-size: .68rem; font-weight: 700; letter-spacing: -.02em; padding: .4rem 0; text-decoration: none; white-space: nowrap; }
.site-nav__search:hover, .site-nav__list a:hover, .account-link:hover { text-decoration: underline; }
.site-nav__toggle { background: transparent; border: 1px solid var(--ink); display: none; font: 700 .66rem/1 var(--mono); letter-spacing: .04em; min-height: 42px; padding: .55rem .7rem; text-transform: uppercase; }
.site-header__actions { align-items: center; display: flex; gap: 1rem; justify-content: flex-end; }
.button { align-items: center; border: 1px solid var(--ink); border-radius: var(--radius); display: inline-flex; font-family: var(--display); font-size: .68rem; font-weight: 800; gap: .6rem; justify-content: center; letter-spacing: -.01em; line-height: 1.2; min-height: 47px; padding: .78rem 1.05rem; text-decoration: none; transition: background-color .16s ease, color .16s ease, transform .16s ease; }
.button:hover { text-decoration: none; transform: translate(-2px, -2px); }
.button--ink { background: var(--ink); color: var(--paper); }
.button--ink:hover { background: var(--lime); color: var(--ink); }
.button--lime { background: var(--lime); color: var(--ink); }
.button--lime:hover { background: var(--paper); color: var(--ink); }
.button--outline { background: transparent; border-color: currentColor; color: inherit; }
.button--outline:hover { background: var(--paper); color: var(--ink); }
.button--small { min-height: 42px; padding: .6rem .8rem; }
.text-link { font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: -.01em; text-underline-offset: .32em; text-transform: none; }

.home-hero { align-items: center; display: grid; gap: clamp(3rem, 7vw, 6.8rem); grid-template-columns: minmax(0, 1.18fr) minmax(20rem, .82fr); min-height: 27rem; padding-block: var(--space-5) var(--space-4); }
.home-hero__statement { max-width: 41rem; }
.home-hero__statement > .eyebrow { margin-bottom: 1.45rem; }
.home-hero h1 { font-size: clamp(4rem, 6.75vw, 6.5rem); line-height: .91; margin-bottom: 1.55rem; max-width: 9.2ch; }
.home-hero h1 span { background: var(--lime); box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 0 .06em; }
.home-hero__dek { font-size: clamp(1.45rem, 2.15vw, 2.08rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; margin-bottom: 1rem; }
.home-hero__description { color: var(--muted); font-size: .94rem; line-height: 1.75; margin-bottom: 1.35rem; max-width: 30rem; }
.home-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: .85rem; }
.incident-ticket { align-self: start; background: var(--lime); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); margin: .7rem .7rem .9rem 0; max-width: 29rem; padding: 1.35rem 1.6rem 1.3rem; transform: rotate(1deg); }
.incident-ticket__top { border-bottom: 1px solid rgba(21, 23, 23, .38); display: flex; font-size: .5rem; justify-content: space-between; letter-spacing: .06em; padding-bottom: .85rem; text-transform: uppercase; }
.incident-ticket__number { font-size: .6rem; letter-spacing: .08em; margin: 1rem 0 .7rem; text-transform: uppercase; }
.incident-ticket h2 { font-size: clamp(2.75rem, 5.2vw, 4.8rem); letter-spacing: -.075em; line-height: .87; margin-bottom: 1.3rem; }
.incident-ticket h2 em { font-family: Georgia, serif; font-weight: 400; }
.incident-ticket__fields > div { border-top: 1px solid rgba(21, 23, 23, .28); display: grid; gap: .65rem; grid-template-columns: 6.7rem 1fr; padding: .58rem 0; }
.incident-ticket__fields span { font-size: .48rem; letter-spacing: .015em; line-height: 1.45; }
.incident-ticket__fields p { font-size: .7rem; line-height: 1.45; margin: 0; }
.incident-ticket__bottom { border-top: 1px solid var(--ink); display: flex; flex-direction: column; font-size: .5rem; gap: .22rem; letter-spacing: .055em; margin-top: .3rem; padding-top: .75rem; text-transform: uppercase; }
.incident-ticket__bottom strong { font-size: .56rem; }

.topic-band { background: var(--ink); color: var(--paper); }
.topic-band__inner { align-items: stretch; display: grid; gap: 1.4rem; grid-template-columns: 1.35fr repeat(5, auto); min-height: 3.35rem; }
.topic-band p { align-self: center; color: var(--lime); font: 700 .52rem/1.4 var(--mono); letter-spacing: .075em; margin: 0; max-width: 8rem; text-transform: uppercase; }
.topic-band span { align-items: center; display: flex; font-family: var(--display); font-size: .64rem; font-weight: 700; justify-content: center; white-space: nowrap; }

.editorial-section { padding-block: var(--space-4); }
.section-heading { align-items: end; border-bottom: 1px solid var(--ink); display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.85rem; padding-bottom: 1.15rem; }
.section-heading .eyebrow { color: var(--muted); margin-bottom: .6rem; }
.section-heading h2 { font-size: clamp(2rem, 3.3vw, 3.3rem); margin: 0; }
.section-heading .micro { margin: 0 0 .25rem; text-align: right; }
.story-grid { display: grid; gap: 0 1.85rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-card { border-bottom: 1px solid var(--line); border-top: 2px solid var(--ink); min-width: 0; padding: 1rem 0 1.2rem; }
.story-card:nth-child(n + 4) { margin-top: 1.85rem; }
.story-card__link { color: inherit; display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.story-card__link:hover h2 { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .13em; }
.story-card__top { align-items: center; display: flex; flex-wrap: wrap; gap: .55rem; justify-content: space-between; margin-bottom: .8rem; }
.story-card__top .eyebrow { font-size: .54rem; margin: 0; }
.access-chip { background: var(--ink); color: var(--lime); font-size: .48rem; letter-spacing: .045em; padding: .25rem .35rem; text-transform: uppercase; }
.access-chip--public { background: var(--paper-deep); color: var(--ink); }
.story-card h2 { font-size: clamp(1.35rem, 2vw, 1.93rem); line-height: 1.1; margin-bottom: .85rem; }
.story-card__excerpt { color: var(--muted); font-size: .8rem; line-height: 1.65; margin-bottom: 1.2rem; }
.story-card__meta { border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: .48rem; gap: .8rem; justify-content: space-between; line-height: 1.5; margin-top: auto; padding-top: .7rem; text-transform: uppercase; }
.empty-state { border-bottom: 1px solid var(--ink); border-top: 2px solid var(--ink); grid-column: 1 / -1; max-width: 48rem; padding: 1.2rem 0 1.75rem; }
.empty-state h3 { font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1.08; margin-bottom: .85rem; }
.empty-state p:not(.eyebrow) { color: var(--muted); font-size: .9rem; max-width: 43rem; }
.pagination { display: flex; font: .65rem var(--mono); gap: 1rem; justify-content: space-between; margin-top: var(--space-3); }

.editorial-rule { border-top: 1px solid var(--line); display: grid; gap: clamp(2rem, 6vw, 5.5rem); grid-template-columns: 1.1fr .9fr; padding-block: 2.65rem; }
.editorial-rule h2 { font-size: clamp(2rem, 3.25vw, 3.2rem); margin: 0; }
.editorial-rule > div:last-child { align-self: center; }
.editorial-rule > div:last-child p { color: var(--muted); font-size: .88rem; line-height: 1.75; }

.subscribe-panel { background: var(--ink); color: var(--paper); }
.subscribe-panel__inner { align-items: center; display: grid; gap: 2.5rem; grid-template-columns: 1fr 1fr; padding-block: 2.45rem; }
.subscribe-panel .eyebrow { color: var(--lime); }
.subscribe-panel h2 { font-size: clamp(1.85rem, 3vw, 3.15rem); line-height: 1.02; margin-bottom: .85rem; }
.subscribe-panel p:not(.eyebrow):not(.micro) { color: #c9cec5; font-size: .82rem; margin-bottom: 0; }
.subscribe-panel__action { align-items: flex-start; display: flex; flex-direction: column; gap: 1rem; }
.subscribe-panel__action .micro { color: #c9cec5; margin: 0; max-width: 29rem; }

.operator-callout { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.operator-callout__inner { align-items: center; display: grid; gap: 2.5rem; grid-template-columns: 1.15fr .85fr; padding-block: var(--space-4); }
.operator-callout .eyebrow { margin-bottom: .75rem; }
.operator-callout h2 { font-size: clamp(1.8rem, 3.1vw, 3rem); margin-bottom: .9rem; }
.operator-callout p:not(.eyebrow):not(.micro) { color: var(--muted); font-size: .9rem; margin-bottom: 0; max-width: 39rem; }
.operator-callout__inner > div:last-child { align-items: flex-start; display: flex; flex-direction: column; gap: .9rem; }
.operator-callout__inner > div:last-child .micro { margin: 0; max-width: 24rem; }

.post-full__header, .page-full__header, .archive-hero, .newsletter-hero, .membership-hero, .error-page { margin-inline: auto; max-width: var(--max); padding: var(--space-5) max(2.375rem, calc((100vw - var(--max)) / 2 + 2.375rem)) var(--space-4); }
.post-full__header { padding-bottom: 2.4rem; }
.post-full__header > .eyebrow { margin-bottom: 1.1rem; }
.post-full h1, .page-full__header h1, .archive-hero h1, .newsletter-hero h1, .membership-hero h1, .error-page h1 { font-size: clamp(3rem, 6vw, 6.3rem); max-width: 14ch; }
.post-full__dek, .page-full__dek, .newsletter-hero__dek { color: var(--muted); font-size: clamp(1.05rem, 1.65vw, 1.35rem); line-height: 1.55; margin-top: 1.5rem; max-width: 48rem; }
.post-full__byline { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: flex; flex-wrap: wrap; font: .61rem var(--mono); gap: .65rem 1.3rem; margin-top: 1.75rem; padding: .75rem 0; text-transform: uppercase; }
.post-full__feature-image { margin: 1.7rem 0 0; }
.post-full__feature-image img { aspect-ratio: 1.9 / 1; object-fit: cover; width: 100%; }
.post-full__feature-image figcaption { color: var(--muted); font: .61rem/1.5 var(--mono); margin-top: .5rem; }
.post-full__layout { display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: 9.5rem minmax(0, var(--reading)); justify-content: center; margin-inline: auto; max-width: var(--max); padding: 0 2.375rem var(--space-4); }
.post-share { border-top: 1px solid var(--ink); display: flex; flex-direction: column; font: .61rem var(--mono); gap: .55rem; height: fit-content; padding-top: .75rem; text-transform: uppercase; }
.post-share .eyebrow { margin-bottom: .1rem; }
.gh-content { font-size: 1.1rem; line-height: 1.83; min-width: 0; overflow-wrap: anywhere; }
.gh-content > *:first-child { margin-top: 0; }
.gh-content h2, .gh-content h3, .gh-content h4 { font-size: clamp(1.45rem, 2.25vw, 2rem); line-height: 1.15; margin: 2.2em 0 .75em; }
.gh-content h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
.gh-content a { text-decoration-color: #526c06; text-decoration-thickness: 2px; }
.gh-content blockquote { border-left: 3px solid var(--lime); font-size: 1.25rem; line-height: 1.5; margin: 2rem 0; padding: .25rem 0 .25rem 1.25rem; }
.gh-content pre { background: var(--ink); color: var(--paper); font-size: .8rem; overflow: auto; padding: 1.2rem; }
.gh-content :not(pre) > code { background: var(--paper-deep); font-size: .84em; padding: .15rem .3rem; }
.gh-content table { border-collapse: collapse; display: block; font-size: .86rem; max-width: 100%; overflow: auto; }
.gh-content td, .gh-content th { border: 1px solid var(--line); padding: .65rem; text-align: left; }
.gh-content .kg-width-wide { margin-left: min(-10vw, -8rem); margin-right: min(-10vw, -8rem); max-width: none; width: auto; }
.gh-content .kg-width-full { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.gh-content .kg-gallery-container { display: flex; flex-direction: column; gap: .8rem; }
.gh-content .kg-gallery-row { display: flex; gap: .8rem; }
.gh-content .kg-gallery-image { flex: 1 1 0; }
.gh-content .kg-gallery-image img { height: 100%; object-fit: cover; width: 100%; }
.gh-content .kg-bookmark-container { border: 1px solid var(--line); display: flex; gap: 1rem; padding: 1rem; text-decoration: none; }
.gh-content .kg-bookmark-content { min-width: 0; }
.gh-content .kg-bookmark-thumbnail { flex: 0 0 25%; }
.gh-content .kg-bookmark-thumbnail img { height: 100%; object-fit: cover; width: 100%; }
.gh-content .kg-bookmark-title { font-weight: 800; }
.gh-content .kg-bookmark-description, .gh-content .kg-bookmark-metadata, .gh-content figcaption { color: var(--muted); font-size: .72rem; }
.gh-content .kg-toggle-card, .gh-content .kg-callout-card { border: 1px solid var(--line); margin: 1.25rem 0; padding: 1rem; }
.access-notice { background: var(--lime); border: 1px solid var(--ink); margin: 0 auto var(--space-4); max-width: var(--reading); padding: var(--space-3); }
.access-notice h2 { font-size: 1.7rem; margin: .5rem 0; }
.post-full__footer { border-top: 1px solid var(--ink); margin: 0 auto var(--space-5); max-width: var(--reading); padding-top: 1.1rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-list a { border: 1px solid var(--ink); font: .61rem var(--mono); padding: .3rem .45rem; text-decoration: none; text-transform: uppercase; }
.tag-list a:hover { background: var(--ink); color: var(--paper); }
.related-reading { border-top: 1px solid var(--line); }

.archive-hero { min-height: 19rem; }
.archive-hero > p:last-child { color: var(--muted); font-size: 1.1rem; max-width: 45rem; }
.page-full { margin-inline: auto; max-width: var(--max); }
.page-full__content { margin-inline: auto; max-width: var(--reading); padding: 0 2.375rem var(--space-5); }
.page-full--contained { max-width: var(--reading); }
.newsletter-hero, .membership-hero { align-items: center; display: grid; gap: clamp(2rem, 6vw, 5.7rem); grid-template-columns: 1fr 1fr; min-height: 31rem; }
.newsletter-hero h1 em, .membership-hero h1 em { color: #526c06; font-family: Georgia, serif; font-weight: 400; }
.newsletter-preview, .membership-card { background: var(--ink); box-shadow: 8px 8px 0 var(--lime); color: var(--paper); margin: .7rem .7rem .9rem 0; }
.newsletter-preview__bar { border-bottom: 1px solid rgba(244,242,234,.32); display: flex; font: .55rem var(--mono); justify-content: space-between; letter-spacing: .06em; padding: .85rem 1rem; text-transform: uppercase; }
.newsletter-preview__inner, .membership-card { padding: var(--space-3); }
.newsletter-preview .eyebrow, .membership-card .eyebrow { color: var(--lime); }
.newsletter-preview h2, .membership-card h2 { font-size: clamp(1.5rem, 2.7vw, 2.65rem); line-height: 1.09; }
.newsletter-preview ol { border-top: 1px solid rgba(244,242,234,.32); font-size: .75rem; line-height: 1.8; margin: 1.2rem 0 0; padding: 1rem 0 0 1.3rem; }
.membership-card p:not(.eyebrow):not(.form-note) { color: #c9cec5; font-size: .84rem; }
.form-note { color: var(--muted); font-size: .58rem; line-height: 1.6; margin-top: .8rem; }
.membership-card .form-note { color: #c9cec5; }
.error-page { min-height: 60vh; }

.site-footer { border-top: 1px solid var(--line); }
.site-footer__top { display: grid; gap: 3rem; grid-template-columns: 1.05fr 1fr .9fr; padding-block: var(--space-4) 2.4rem; }
.site-footer__top p:not(.eyebrow) { color: var(--muted); font-size: .74rem; line-height: 1.75; margin: 1.1rem 0 0; }
.site-footer__links { align-content: start; display: grid; gap: .65rem 1.5rem; grid-template-columns: 1fr 1fr; padding-top: .2rem; }
.site-footer__links a { font-size: .68rem; text-decoration: none; }
.site-footer__links a:hover { text-decoration: underline; }
.site-footer__note { border-left: 1px solid var(--line); padding-left: 1.4rem; }
.site-footer__note .eyebrow { margin-bottom: .6rem; }
.site-footer__bottom { border-top: 1px solid var(--line); color: var(--muted); display: flex; font: .55rem var(--mono); justify-content: space-between; padding-block: 1rem; text-transform: uppercase; }

@media (max-width: 1000px) {
  .site-wrap { width: min(100% - 3rem, var(--max)); }
  .site-header__inner { gap: .8rem; grid-template-columns: 1fr auto auto; min-height: 5.2rem; }
  .site-nav__toggle { display: inline-flex; align-items: center; gap: .5rem; justify-content: space-between; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; width: 100%; }
  .site-nav__list { border-top: 1px solid var(--line); display: none; flex-direction: column; gap: 0; padding: .45rem 0; }
  .site-nav__list.is-open { display: flex; }
  .site-nav__list li, .site-nav__list a, .site-nav__search { display: block; width: 100%; }
  .site-nav__list a, .site-nav__search { border-bottom: 1px solid var(--line); font-size: .78rem; padding: .75rem 0; text-align: left; }
  .account-link { display: none; }
  .home-hero { gap: 2.5rem; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); }
  .home-hero h1 { font-size: clamp(3.8rem, 8.3vw, 5.8rem); }
  .incident-ticket h2 { font-size: clamp(2.85rem, 5.4vw, 4rem); }
  .topic-band__inner { gap: 1rem; grid-template-columns: 1fr repeat(5, auto); }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-card:nth-child(n + 3) { margin-top: 1.85rem; }
  .editorial-rule { gap: 3rem; }
  .post-full__layout { gap: 2rem; grid-template-columns: 7.3rem minmax(0, var(--reading)); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .site-wrap { width: min(100% - 2.75rem, var(--max)); }
  .status-strip { font-size: .48rem; }
  .status-strip__tagline { display: none; }
  .site-mark { font-size: 1.7rem; }
  .site-header__actions .button { font-size: .58rem; min-height: 42px; padding: .55rem .62rem; }
  .home-hero { display: block; padding-block: 3.2rem 2.8rem; }
  .home-hero h1 { font-size: clamp(3.9rem, 17vw, 5.5rem); }
  .home-hero__dek { font-size: 1.55rem; }
  .home-hero__description { font-size: .88rem; }
  .incident-ticket { margin-top: 2.8rem; max-width: 33rem; transform: none; }
  .incident-ticket h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .topic-band__inner { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; padding-block: 1rem; }
  .topic-band p { flex-basis: 100%; max-width: none; }
  .topic-band span { font-size: .6rem; }
  .section-heading { align-items: start; }
  .section-heading .micro { display: none; }
  .section-heading h2 { font-size: 2.2rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:nth-child(n + 2) { margin-top: 1.45rem; }
  .story-card h2 { font-size: 1.72rem; }
  .story-card__excerpt { font-size: .84rem; }
  .editorial-rule, .subscribe-panel__inner, .operator-callout__inner { grid-template-columns: 1fr; }
  .editorial-rule { gap: 1.1rem; padding-block: 2.2rem; }
  .editorial-rule h2 { font-size: 2.1rem; }
  .subscribe-panel__inner { gap: 1.7rem; padding-block: 2.2rem; }
  .subscribe-panel h2 { font-size: 2.25rem; }
  .operator-callout__inner { gap: 1.35rem; padding-block: 2.4rem; }
  .post-full__header, .page-full__header, .archive-hero, .newsletter-hero, .membership-hero, .error-page { padding-left: 1.375rem; padding-right: 1.375rem; }
  .post-full h1, .page-full__header h1, .archive-hero h1, .newsletter-hero h1, .membership-hero h1, .error-page h1 { font-size: clamp(2.75rem, 12vw, 4.5rem); }
  .post-full__layout { display: block; padding-inline: 1.375rem; }
  .post-share { border-bottom: 1px solid var(--line); border-top: 0; flex-direction: row; flex-wrap: wrap; margin-bottom: 1.6rem; padding-bottom: .75rem; }
  .post-share .eyebrow { flex-basis: 100%; }
  .gh-content { font-size: 1.03rem; }
  .gh-content .kg-width-wide { margin-left: 0; margin-right: 0; width: auto; }
  .gh-content .kg-bookmark-container { display: block; }
  .gh-content .kg-bookmark-thumbnail { display: none; }
  .page-full__content { padding-inline: 1.375rem; }
  .newsletter-hero, .membership-hero { grid-template-columns: 1fr; min-height: auto; }
  .newsletter-preview, .membership-card { max-width: 34rem; }
  .site-footer__top { gap: 2rem; grid-template-columns: 1fr; }
  .site-footer__links { max-width: 26rem; }
  .site-footer__note { border-left: 0; border-top: 1px solid var(--line); padding: 1.2rem 0 0; }
}

@media (max-width: 380px) {
  .site-wrap { width: min(100% - 2.1rem, var(--max)); }
  .site-mark { font-size: 1.45rem; }
  .site-header__inner { gap: .45rem; }
  .site-header__actions .button { font-size: .53rem; }
  .incident-ticket { padding: 1.15rem; }
  .incident-ticket__fields > div { grid-template-columns: 5.45rem 1fr; }
  .site-footer__links { grid-template-columns: 1fr; }
  .site-footer__bottom { gap: .75rem; }
}

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

@media print {
  .status-strip, .site-header, .site-footer, .topic-band, .subscribe-panel, .operator-callout, .post-share { display: none; }
  body { background: #fff; color: #000; }
  .site-wrap, .post-full__layout, .page-full__content { max-width: 100%; padding-inline: 0; width: 100%; }
  .gh-content { font-size: 12pt; }
}
