:root {
  --paper: #f4eddd;
  --paper-deep: #e8ddc6;
  --ink: #17235c;
  --ink-2: #243477;
  --blue: #0078b3;
  --blue-dark: #00547d;
  --coral: #d54438;
  --coral-dark: #9b281f;
  --body: #252a35;
  --line: #9e9788;
  --white: #fffdf7;
  --focus: #8421a6;
  --max: 1220px;
  --read: 760px;
  --spring-snappy: linear(
    0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%,
    0.938 16.7%, 1.017 19.4%, 1.067 22.5%, 1.089 26%,
    1.079 30.3%, 1.049 36%, 1.024 42.6%, 1.011 50.3%,
    1.004 59.2%, 1.001 69.3%, 1
  );
  --ease-snap: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font:
    16px/1.68 Arial,
    Helvetica,
    sans-serif;
  background-image: radial-gradient(
    circle at 20% 10%,
    rgba(23, 35, 92, 0.07) 0 1px,
    transparent 1.5px
  );
  background-size: 7px 7px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--blue-dark);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.22em;
}
a:hover {
  color: var(--coral-dark);
}
a:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 4px;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(3rem, 8vw, 7.8rem);
}
h2 {
  font-size: clamp(2rem, 4.4vw, 4.4rem);
}
h3 {
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
}
p {
  margin: 0 0 1rem;
}
.skip-link {
  position: absolute;
  z-index: 20;
  left: 12px;
  top: 12px;
  padding: 12px 18px;
  background: var(--white);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px 40px;
  width: min(calc(100% - 36px), var(--max));
  margin: auto;
  padding: 24px 0 18px;
  border-bottom: 3px solid var(--ink);
}
.brand {
  display: block;
  grid-row: 1/3;
  align-self: center;
}
.brand img {
  width: 168px;
  height: 52px;
  object-fit: contain;
}
.edition {
  justify-self: end;
  margin: 0;
  color: var(--coral-dark);
  font:
    700 0.72rem/1.2 "Courier New",
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-header nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.site-header nav a,
.site-footer a {
  font:
    800 0.76rem/1.4 "Courier New",
    monospace;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header nav a[aria-current="page"] {
  color: var(--coral-dark);
  box-shadow: 0 4px 0 var(--coral);
}
.stamp,
.kicker {
  font:
    800 0.74rem/1.4 "Courier New",
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.stamp {
  display: inline-block;
  padding: 7px 10px;
  border: 2px solid currentColor;
  color: var(--coral-dark);
  transform: rotate(-1deg);
}
.kicker {
  color: var(--blue-dark);
}
.poster-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: center;
  gap: clamp(50px, 9vw, 132px);
  width: min(calc(100% - 36px), var(--max));
  min-height: min(820px, calc(100dvh - 118px));
  margin: auto;
  padding: clamp(64px, 8vw, 112px) 0;
  isolation: isolate;
}
.poster-hero:before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 5% -8% 8% -8%;
  background:
    radial-gradient(circle at 77% 44%, rgba(0, 120, 179, 0.11), transparent 34%),
    radial-gradient(circle at 14% 36%, rgba(213, 68, 56, 0.08), transparent 31%);
  pointer-events: none;
}
.hero-type {
  position: relative;
}
.hero-type:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24% -3% 2% 10%;
  background: var(--coral);
  opacity: 0.09;
  transform: rotate(-1.2deg);
}
.hero-type h1 {
  max-width: 8ch;
  margin: clamp(34px, 6vh, 58px) 0 28px;
  color: var(--ink);
  font-size: clamp(4.8rem, 10.4vw, 9.4rem);
  line-height: 0.81;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 3px 2px 0 rgba(209, 62, 50, 0.28);
}
.hero-type h1 span {
  color: var(--blue-dark);
}
.hero-type > p:not(.stamp) {
  max-width: 44ch;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}
.ink-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 var(--coral);
}
.ink-button:hover {
  color: var(--white);
  background: var(--blue-dark);
  transform: translate(2px, 2px);
  box-shadow: 5px 5px 0 var(--coral);
}
.home .poster-hero .ink-button {
  min-height: 44px;
  transition:
    transform 0.42s var(--ease-snap),
    box-shadow 0.42s var(--ease-snap),
    background-color 0.3s var(--ease-snap),
    color 0.3s var(--ease-snap);
}
.home .poster-hero .ink-button:active {
  transform: translate(5px, 5px) scale(0.98);
  box-shadow: 2px 2px 0 var(--coral);
}
.poster-hero figure {
  position: relative;
  margin: 0;
  padding: 22px 22px 45px;
  background: var(--ink);
  transform: rotate(1deg);
  box-shadow: -16px 16px 0 var(--blue);
  transition:
    transform 0.65s var(--ease-snap),
    box-shadow 0.65s var(--ease-snap);
}
.poster-hero figure:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: -20px 20px 0 var(--blue);
}
.poster-hero figure > span {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -10px;
  color: var(--coral);
  font:
    900 7rem/1 Impact,
    sans-serif;
  mix-blend-mode: multiply;
}
.poster-hero figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12);
  opacity: 0.9;
  transition: transform 0.8s var(--ease-snap);
}
.poster-hero figure:hover img {
  transform: scale(1.025);
}
.poster-hero figure:after {
  content: "";
  position: absolute;
  inset: 22px 22px 45px;
  background: repeating-radial-gradient(
    circle,
    rgba(0, 120, 179, 0.25) 0 1px,
    transparent 1.5px 4px
  );
  mix-blend-mode: screen;
  pointer-events: none;
}
.poster-hero figcaption {
  position: absolute;
  bottom: 12px;
  left: 22px;
  color: var(--white);
  font:
    700 0.72rem "Courier New",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.syllabus {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 90px max(18px, calc((100% - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}
.syllabus h2 {
  color: var(--white);
}
.syllabus .kicker {
  color: #d7ebf5;
}
.syllabus ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lesson;
}
.syllabus li {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) 1.2fr;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid #7480ab;
}
.syllabus li strong {
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}
.syllabus li span {
  color: #e9e8e3;
}
.latest,
.archive-copy {
  width: min(calc(100% - 36px), var(--max));
  margin: 100px auto;
}
.latest > header,
.archive-copy > header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.dispatch-list {
  border-top: 3px solid var(--ink);
}
.dispatch-list article {
  display: grid;
  grid-template-columns: 60px minmax(140px, 260px) 1fr;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.dispatch-list article:not(:has(img)) {
  grid-template-columns: 60px 1fr;
}
.dispatch-no {
  color: var(--coral-dark);
  font:
    900 1rem "Courier New",
    monospace;
}
.dispatch-list img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.07);
}
.dispatch-list h2 {
  font-size: clamp(1.55rem, 3vw, 3.1rem);
  margin: 8px 0 14px;
}
.dispatch-list h2 a {
  color: var(--ink);
  text-decoration: none;
}
.archive-copy {
  padding-top: 90px;
  border-top: 3px solid var(--ink);
}
.path-callout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px 50px;
  padding: 80px max(18px, calc((100% - var(--max)) / 2));
  background: var(--coral);
  color: #000;
}
.path-callout .stamp {
  grid-row: 1/3;
  color: #000;
}
.path-callout h2 {
  color: #000;
}
.path-callout a {
  color: #000;
  font-weight: 900;
}
.page-poster {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 25px 50px;
  width: min(calc(100% - 36px), var(--max));
  margin: 80px auto;
}
.page-poster .stamp {
  grid-row: 1/3;
  align-self: start;
}
.page-poster > p:last-child {
  max-width: 60ch;
  font-size: 1.1rem;
}
.article-frame {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(45px, 8vw, 120px);
  width: min(calc(100% - 36px), var(--max));
  margin: 70px auto 120px;
}
.article-frame aside {
  position: sticky;
  top: 30px;
  align-self: start;
  padding-top: 15px;
  border-top: 6px solid var(--coral);
}
.article-frame aside p {
  font:
    700 0.75rem "Courier New",
    monospace;
  text-transform: uppercase;
}
.article-frame article {
  max-width: var(--read);
}
.article-head {
  padding-bottom: 50px;
  border-bottom: 3px solid var(--ink);
}
.article-head h1 {
  font-size: clamp(2.8rem, 6vw, 6rem);
  margin: 16px 0 28px;
}
.article-head > p:last-child {
  font-size: 1.12rem;
}
.source-record {
  width: min(calc(100% - 36px), var(--read));
  margin: 70px auto;
}
.source-record h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}
.prose {
  padding-top: 45px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}
.prose h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  margin: 1.4em 0 0.5em;
}
.prose h2 {
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  margin: 1.7em 0 0.55em;
}
.prose h3,
.prose h4 {
  margin: 1.8em 0 0.6em;
}
.prose p,
.prose ul,
.prose ol,
.prose blockquote,
.prose figure,
.prose table {
  margin: 0 0 1.35em;
}
.prose img {
  max-height: 620px;
  margin: 32px auto;
  object-fit: contain;
  border: 10px solid var(--white);
  box-shadow: 8px 8px 0 var(--blue);
}
.prose blockquote {
  padding: 24px 30px;
  border-left: 8px solid var(--coral);
  background: rgba(255, 253, 247, 0.7);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
}
.prose th,
.prose td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}
.notice {
  padding: 18px;
  border: 2px dashed var(--coral-dark);
  font-family: Arial, sans-serif;
}
.embed-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--coral);
}
.prose .embed-card img {
  width: 160px;
  height: 100px;
  margin: 0;
  border: 0;
  box-shadow: none;
  object-fit: cover;
}
.embed-card figcaption {
  font-family: Arial, sans-serif;
  font-weight: 800;
}
.learning-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto 120px;
}
.learning-path > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--ink);
}
.learning-path > ol li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.learning-path > ol li > span {
  color: var(--coral-dark);
  font:
    900 2rem Impact,
    sans-serif;
}
.learning-path h2 {
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  margin-bottom: 16px;
}
.disclosure {
  align-self: start;
  padding: 28px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 10px 10px 0 var(--coral);
}
.disclosure h2 {
  color: var(--white);
  font-size: 2rem;
}
.disclosure a {
  color: #d7ebf5;
}
.site-footer {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 55px max(18px, calc((100% - var(--max)) / 2));
  background: var(--paper-deep);
  border-top: 3px solid var(--ink);
}
.footer-mark {
  margin: 0;
  color: var(--ink);
  font:
    900 1.2rem/0.86 Impact,
    sans-serif;
  letter-spacing: 0.06em;
}
.site-footer nav {
  display: flex;
  gap: 22px;
}
@media (max-width: 850px) {
  .site-header {
    grid-template-columns: 140px 1fr;
  }
  .brand img {
    width: 135px;
  }
  .site-header nav {
    grid-column: 1/-1;
    justify-content: flex-start;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .poster-hero,
  .syllabus,
  .path-callout,
  .page-poster,
  .article-frame,
  .learning-path {
    grid-template-columns: 1fr;
  }
  .poster-hero {
    min-height: auto;
    gap: 58px;
  }
  .hero-type h1 {
    max-width: 7ch;
    font-size: clamp(4.5rem, 15vw, 8rem);
  }
  .poster-hero figure {
    max-width: 580px;
  }
  .syllabus {
    gap: 40px;
  }
  .latest > header,
  .archive-copy > header {
    grid-template-columns: 1fr;
  }
  .path-callout .stamp,
  .page-poster .stamp {
    grid-row: auto;
  }
  .article-frame aside {
    position: static;
  }
  .dispatch-list article {
    grid-template-columns: 45px 180px 1fr;
  }
  .learning-path {
    gap: 40px;
  }
  .site-footer {
    grid-template-columns: 80px 1fr;
  }
  .site-footer nav {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .site-header,
  .poster-hero,
  .latest,
  .archive-copy,
  .page-poster,
  .article-frame,
  .learning-path,
  .source-record {
    width: calc(100% - 28px);
  }
  .edition {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr;
  }
  .brand {
    grid-row: auto;
  }
  .site-header nav {
    grid-column: auto;
  }
  .poster-hero {
    gap: 48px;
    padding: 52px 0 72px;
  }
  .hero-type h1 {
    margin: 34px 0 24px;
    font-size: clamp(3.75rem, 19vw, 6rem);
    line-height: 0.84;
  }
  .poster-hero figure {
    padding: 14px 14px 40px;
    box-shadow: -9px 9px 0 var(--blue);
  }
  .poster-hero figure:after {
    inset: 14px 14px 40px;
  }
  .poster-hero figure > span {
    font-size: 5rem;
  }
  .syllabus {
    padding-inline: 14px;
  }
  .syllabus li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .dispatch-list article,
  .dispatch-list article:not(:has(img)) {
    grid-template-columns: 40px 1fr;
  }
  .dispatch-list img {
    grid-column: 2;
  }
  .path-callout {
    padding-inline: 14px;
  }
  .learning-path > ol li {
    grid-template-columns: 55px 1fr;
  }
  .site-footer {
    padding-inline: 14px;
    grid-template-columns: 55px 1fr;
  }
  .prose {
    font-size: 1rem;
  }
  .prose img {
    border-width: 6px;
    box-shadow: 5px 5px 0 var(--blue);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a,
  body:not(.home) .ink-button {
    transition:
      color 0.16s ease,
      background 0.16s ease,
      transform 0.16s ease,
      box-shadow 0.16s ease;
  }
  .home .poster-hero:before {
    animation: hero-atmosphere 0.48s var(--spring-snappy) both;
  }
  .home .poster-hero .stamp,
  .home .poster-hero h1,
  .home .poster-hero .hero-type > p:not(.stamp),
  .home .poster-hero .ink-button {
    animation: hero-enter 0.62s var(--spring-snappy) both;
  }
  .home .poster-hero h1 {
    animation-delay: 80ms;
  }
  .home .poster-hero .hero-type > p:not(.stamp) {
    animation-delay: 180ms;
  }
  .home .poster-hero .ink-button {
    animation-delay: 280ms;
  }
}
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-atmosphere {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .home .poster-hero .stamp,
  .home .poster-hero h1,
  .home .poster-hero .hero-type > p:not(.stamp),
  .home .poster-hero .ink-button,
  .home .poster-hero figure {
    animation: hero-reduced-fade 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .home .poster-hero .ink-button,
  .home .poster-hero figure,
  .home .poster-hero figure img {
    transition: none;
  }
}
@keyframes hero-reduced-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
