@font-face {
  font-family: Avionic;
  src: url("../assets/avioniccond-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #0644db;
  --ink: #101110;
  --paper: #f4f3ee;
  --white: #fff;
  --muted: #656560;
  --line: #cccac2;
  --display: Avionic, Impact, "Arial Narrow", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.display {
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(60px, 8vw, 112px);
}
h2 {
  font-size: clamp(36px, 4.2vw, 58px);
}
h3 {
  font-size: 27px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button,
input,
textarea,
select {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  color: inherit;
}
::selection {
  background: var(--blue);
  color: white;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1260px, calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.5;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: white;
  padding: 12px 20px;
  z-index: 99;
}
.skip-link:focus {
  top: 12px;
}
.topline {
  background: var(--blue);
  color: white;
}
.topline .wrap {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 700;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  gap: 30px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 29px;
  line-height: 0.93;
  letter-spacing: 0.3px;
}
.wordmark img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  background: black;
}
.wordmark em {
  font-style: normal;
  color: var(--blue);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 39px 0;
}
.main-nav a[aria-current="page"]:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  background: var(--blue);
}
.main-nav a:hover {
  color: var(--blue);
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
}
.hero {
  background: #030303;
  color: white;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  min-height: 590px;
  gap: 25px;
  padding-top: 36px;
  padding-bottom: 22px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero .eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #c5c5c5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.square {
  width: 7px;
  height: 7px;
  background: var(--blue);
  display: inline-block;
}
.hero h1 {
  font-size: clamp(84px, 9.5vw, 143px);
  line-height: 0.87;
  letter-spacing: -1px;
  margin: 30px 0 22px;
}
.hero-year {
  display: block;
  color: #477eff;
  font-size: 0.43em;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 12px;
}
.hero-tagline {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.hero-mark {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-mark img {
  max-width: 480px;
  aspect-ratio: 1;
  object-fit: contain;
}
.mark-caption,
.mark-bottom {
  font-size: 9px;
  letter-spacing: 2px;
  color: #a5a5a5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mark-caption {
  padding-top: 10px;
}
.mark-bottom {
  padding: 8px 0 10px;
  border-top: 1px solid #333;
}
.mark-bottom b {
  color: white;
  font-size: 12px;
}
.hero-foot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #343434;
  padding-top: 17px;
  padding-bottom: 18px;
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #afafaf;
}
.hero-foot a {
  color: white;
}
.hero-foot a span {
  margin-left: 20px;
}
.hero.has-background:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.65)),
    var(--hero-background);
  background-size: cover;
  background-position: center;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  padding: 15px 23px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}
.button:hover {
  background: #0032af;
  border-color: #0032af;
}
.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.button-white {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.button-white:hover {
  background: white;
  border-color: white;
  color: var(--blue);
}
.button-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.colour-strip {
  background: var(--blue);
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  padding: 14px 24px;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.colour-strip span:nth-child(even) {
  font-size: 18px;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ruled {
  border-top: 1px solid var(--line);
}
.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.section .eyebrow {
  margin-bottom: 16px;
}
.intro-copy {
  padding-top: 31px;
  max-width: 485px;
}
.intro-copy > p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  padding: 5px 0;
  line-height: 1.5;
}
.text-link span {
  font-size: 18px;
}
.text-link:hover {
  color: var(--blue);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}
.section-heading h2 {
  font-size: clamp(34px, 3.8vw, 51px);
}
.section-heading .text-link {
  flex-shrink: 0;
}
.news-row {
  display: grid;
  grid-template-columns: 135px 1fr 36px;
  gap: 30px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.news-date {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.news-date time {
  display: block;
}
.news-date .tag {
  margin-top: 10px;
}
.news-content .eyebrow {
  color: var(--blue);
  margin-bottom: 9px;
  font-size: 9px;
  letter-spacing: 1px;
}
.news-content h3 {
  font-size: clamp(28px, 3vw, 39px);
  margin-bottom: 11px;
}
.news-content p {
  color: var(--muted);
  max-width: 750px;
  font-size: 14px;
}
.news-arrow {
  font-size: 27px;
  line-height: 1;
}
.news-row:hover h3,
.news-row:hover .news-arrow {
  color: var(--blue);
}
.tag {
  display: inline-block;
  background: var(--blue);
  color: white;
  padding: 3px 7px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5;
}
.tag-dark {
  background: var(--ink);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}
.portfolio-grid:has(> .portfolio-card:only-child) {
  grid-template-columns: 1fr;
}
.portfolio-card:only-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.portfolio-picture {
  aspect-ratio: 4/3;
  background: #070707;
  overflow: hidden;
}
.portfolio-picture img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.portfolio-picture.identity img {
  object-fit: contain;
  padding: 24px;
}
.portfolio-card:hover img {
  transform: scale(1.025);
}
.portfolio-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--muted);
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio-card h3 {
  font-size: 31px;
  margin-top: 12px;
}
.portfolio-card:only-child h3 {
  font-size: clamp(35px, 4.5vw, 65px);
  max-width: 470px;
}
.portfolio-card:only-child .portfolio-meta {
  margin-top: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.portfolio-card:hover h3 {
  color: var(--blue);
}
.portfolio-card .card-excerpt {
  margin-top: 20px;
  color: var(--muted);
}
.portfolio-card .text-link {
  margin-top: 26px;
}
.merch-banner {
  background: var(--blue);
  color: white;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 72px;
}
.merch-banner h2 {
  font-size: clamp(34px, 4vw, 55px);
  margin-top: 12px;
}
.site-footer {
  background: var(--ink);
  color: white;
  padding: 48px 0 20px;
  margin-top: 20px;
}
.footer-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.footer-brand {
  font-family: var(--display);
  font-size: 42px;
  line-height: 0.93;
}
.footer-brand span {
  color: #6c95ff;
}
.footer-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.footer-links {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-socials {
  margin-top: 22px;
  font-size: 11px;
  color: #b6b6b6;
}
.footer-links a:hover,
.footer-socials a:hover {
  color: #7ea2ff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #3b3b3b;
  padding-top: 20px;
  margin-top: 40px;
  color: #ababab;
  font-size: 9px;
  letter-spacing: 1px;
}
.footer-bottom a:hover {
  color: white;
}
.page-heading {
  padding: 65px 0 44px;
  border-top: 1px solid var(--line);
}
.page-heading .eyebrow {
  color: var(--blue);
  margin-bottom: 23px;
}
.page-heading h1 {
  font-size: clamp(57px, 7.6vw, 100px);
}
.page-heading > p:last-child:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  margin-top: 20px;
}
.info-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  margin: 5px 0 70px;
}
.info-badge {
  background: #030303;
  align-self: start;
  color: white;
  padding: 30px;
}
.info-badge img {
  aspect-ratio: 1;
  object-fit: contain;
}
.info-badge > p {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #444;
  padding-top: 16px;
  font-size: 10px;
  letter-spacing: 2px;
}
.info-copy {
  padding-top: 20px;
}
.info-copy h2 {
  margin: 14px 0 26px;
}
.prose {
  white-space: pre-line;
  overflow-wrap: anywhere;
  font-size: 17px;
  line-height: 1.85;
}
.info-links {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 25px;
}
.info-links h3 {
  margin-bottom: 18px;
}
.info-links a {
  border-bottom: 1px solid;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 3px;
}
.info-bottom {
  border-top: 1px solid var(--line);
  padding: 28px 0 55px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--display);
  font-size: clamp(26px, 3.8vw, 54px);
  color: var(--blue);
}
.filter-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  margin-bottom: 32px;
}
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-buttons button {
  background: none;
  border: 1px solid var(--line);
  padding: 7px 14px;
  font-size: 11px;
  font-weight: 700;
}
.filter-buttons button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
#result-count {
  margin-left: auto;
  color: var(--muted);
  font-size: 9px;
  white-space: nowrap;
}
.archive-grid {
  margin-bottom: 80px;
}
.search-label,
.year-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 700;
}
.search-label input {
  width: 260px;
}
.filter-bar input,
.filter-bar select {
  background: transparent;
  border: 1px solid var(--line);
  padding: 9px 12px;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
}
.bulletin-list {
  min-height: 250px;
  margin-bottom: 80px;
}
.bulletin-list .news-row:first-child {
  border-top: 0;
}
.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}
.merch-card .portfolio-picture {
  aspect-ratio: 1;
}
.merch-card h3 {
  margin: 16px 0 10px;
}
.merch-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.empty-state {
  grid-column: 1/-1;
  width: 100%;
  padding: 58px 30px 70px;
  text-align: center;
  border: 1px solid var(--line);
  margin-bottom: 50px;
}
.empty-state .empty-number {
  display: block;
  font-family: var(--display);
  font-size: 88px;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 20px;
}
.empty-state h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.empty-state p {
  color: var(--muted);
  max-width: 460px;
  margin: auto;
}
.empty-state .text-link {
  margin-top: 25px;
}
.detail-heading {
  padding: 46px 0 30px;
  border-top: 1px solid var(--line);
}
.detail-heading .eyebrow {
  margin: 36px 0 18px;
  color: var(--blue);
}
.detail-heading h1 {
  font-size: clamp(52px, 7vw, 90px);
  max-width: 1000px;
  overflow-wrap: anywhere;
}
.detail-body {
  max-width: 790px;
  margin: 15px 0 38px;
}
.detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 65px;
}
.detail-gallery button {
  padding: 0;
  border: 0;
  background: #0a0a0a;
  cursor: zoom-in;
}
.detail-gallery button:first-child {
  grid-column: 1/-1;
}
.detail-gallery img {
  width: 100%;
  max-height: 750px;
  object-fit: contain;
}
.detail-order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 25px 0 40px;
}
.detail-order .price {
  font-family: var(--display);
  font-size: 36px;
}
.lightbox {
  border: 0;
  padding: 0;
  background: #080808;
  color: white;
  width: min(1200px, 96vw);
  max-width: 96vw;
  max-height: 95vh;
}
.lightbox::backdrop {
  background: #000e;
}
.lightbox img {
  object-fit: contain;
  width: 100%;
  max-height: 82vh;
}
.lightbox-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  gap: 20px;
}
.lightbox button {
  color: white;
  background: transparent;
  border: 1px solid #666;
  padding: 7px 13px;
}
.lightbox-caption {
  font-size: 12px;
}
.site-status:empty {
  display: none;
}
.site-status {
  background: var(--ink);
  color: white;
  padding: 15px 20px;
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: min(420px, calc(100% - 36px));
  z-index: 20;
  font-size: 13px;
}
.loading {
  color: var(--muted);
  padding: 25px 0;
}
.not-found {
  padding: 100px 0;
  min-height: 100vh;
}
.not-found h1 {
  margin: 25px 0;
}
.not-found .button {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .hero-inner {
    min-height: 650px;
  }
  .hero h1 {
    font-size: 155px;
  }
  .hero-mark img {
    max-width: 520px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .main-nav {
    gap: 19px;
  }
  .main-nav a {
    font-size: 10px;
  }
  .hero-inner {
    min-height: 530px;
  }
  .hero h1 {
    font-size: clamp(80px, 10vw, 110px);
  }
  .hero-mark img {
    max-width: 400px;
  }
  .hero-tagline {
    font-size: 22px;
  }
  .intro-section {
    gap: 50px;
  }
  .portfolio-grid,
  .merch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .info-layout {
    gap: 40px;
  }
  .search-label {
    display: block;
  }
  .search-label input {
    display: block;
    margin-top: 6px;
  }
  .footer-top {
    gap: 25px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .topline .wrap {
    font-size: 8px;
    letter-spacing: 1px;
    height: 27px;
  }
  .topline span:last-child {
    display: none;
  }
  .nav-wrap {
    min-height: 84px;
    flex-wrap: wrap;
    gap: 0;
  }
  .wordmark {
    font-size: 25px;
    gap: 9px;
  }
  .wordmark img {
    width: 46px;
    height: 46px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 0;
    border-top: 1px solid var(--line);
    padding: 10px 0 16px;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 12px 14px 12px 0;
    margin-right: 15px;
    font-size: 11px;
  }
  .main-nav a[aria-current="page"]:after {
    bottom: 5px;
    right: 14px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-top: 38px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(54px, 16.7vw, 116px);
    margin-top: 25px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-year {
    font-size: 0.38em;
  }
  .hero-copy {
    padding-bottom: 15px;
  }
  .hero-tagline {
    font-size: 24px;
  }
  .hero-mark {
    width: 100%;
    align-items: center;
    margin-top: 4px;
  }
  .hero-mark img {
    width: 85%;
    max-width: 365px;
  }
  .mark-caption {
    display: none;
  }
  .mark-bottom {
    margin-top: 10px;
  }
  .hero-foot {
    font-size: 8px;
    letter-spacing: 0.6px;
    gap: 16px;
  }
  .hero-foot > span {
    max-width: 160px;
  }
  .hero-foot a span {
    margin-left: 8px;
  }
  .colour-strip {
    font-size: 23px;
    justify-content: center;
    gap: 22px;
    padding: 14px 12px;
  }
  .colour-strip span:nth-last-child(-n + 2) {
    display: none;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .intro-section {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .intro-copy {
    padding-top: 0;
  }
  .intro-copy > p {
    font-size: 18px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading .text-link {
    margin-top: 20px;
  }
  .news-row {
    grid-template-columns: 1fr 25px;
    gap: 10px 20px;
    padding: 24px 0;
  }
  .news-date {
    grid-column: 1/-1;
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 10px;
  }
  .news-date .tag {
    margin: 0;
  }
  .news-content h3 {
    font-size: 32px;
  }
  .news-content p {
    font-size: 13px;
  }
  .portfolio-grid,
  .merch-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-card:only-child {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .portfolio-card:only-child h3 {
    font-size: 40px;
  }
  .portfolio-card:only-child .portfolio-meta {
    padding-bottom: 12px;
  }
  .portfolio-card .card-excerpt {
    margin-top: 12px;
  }
  .portfolio-card .text-link {
    margin-top: 16px;
  }
  .merch-banner {
    display: block;
    padding: 28px;
    margin-top: 8px;
    margin-bottom: 45px;
  }
  .merch-banner h2 {
    font-size: 42px;
  }
  .merch-banner .button {
    margin-top: 24px;
  }
  .site-footer {
    padding-top: 35px;
  }
  .footer-top {
    display: block;
  }
  .footer-links {
    margin-top: 30px;
    gap: 15px 22px;
  }
  .footer-bottom {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .page-heading {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .page-heading h1 {
    font-size: clamp(51px, 12.5vw, 80px);
  }
  .page-heading > p:last-child:not(.eyebrow) {
    font-size: 15px;
  }
  .info-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }
  .info-badge {
    max-width: 480px;
    width: 100%;
    padding: 22px;
  }
  .info-copy {
    padding-top: 0;
  }
  .info-copy h2 {
    font-size: 43px;
  }
  .prose {
    font-size: 16px;
  }
  .info-bottom {
    flex-wrap: wrap;
    font-size: 29px;
    gap: 10px;
    padding-bottom: 35px;
  }
  .filter-bar {
    flex-wrap: wrap;
    gap: 15px;
  }
  .search-label {
    flex: 1;
    min-width: 170px;
  }
  .search-label input {
    width: 100%;
  }
  .year-label {
    display: block;
  }
  .year-label select {
    display: block;
    margin-top: 6px;
  }
  #result-count {
    font-size: 8px;
  }
  .empty-state {
    padding: 40px 20px;
  }
  .empty-state h2 {
    font-size: 36px;
  }
  .detail-heading {
    padding-top: 30px;
  }
  .detail-heading h1 {
    font-size: 55px;
  }
  .detail-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lightbox-bar {
    padding: 10px;
    gap: 10px;
  }
  .lightbox-caption {
    max-width: 55%;
    font-size: 11px;
  }
  .archive-grid,
  .merch-grid,
  .bulletin-list {
    margin-bottom: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
