:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
.alignment-guides { position: fixed; z-index: 0; inset: 0; pointer-events: none; }
.alignment-guide { position: absolute; display: block; opacity: .62; }
.alignment-guide--top {
  top: 76px;
  left: calc(7.2vw + 26px + 20px);
  right: calc(5vw + 69.5px + 20px);
  height: 1px;
  background: repeating-linear-gradient(to right, #c9c9c9 0 4px, transparent 4px 9px);
}
body:has(.site-brand:hover, .site-brand:focus-within) .alignment-guide--top {
  left: calc(7.2vw + 26px + 12px + 140px + 20px);
}
body:has(.site-brand.is-hidden) .alignment-guide--top {
  left: calc(7.2vw + 26px + 20px);
}
.alignment-guide--left {
  top: 102px;
  bottom: 7.5rem;
  left: 8vw;
  width: 1px;
  background: repeating-linear-gradient(to bottom, #c9c9c9 0 4px, transparent 4px 9px);
}
.alignment-guide--right {
  top: 102px;
  bottom: 7.5rem;
  right: 8vw;
  width: 1px;
  background: repeating-linear-gradient(to bottom, #c9c9c9 0 4px, transparent 4px 9px);
}
.site-header { position: fixed; z-index: 5; top: 24px; left: 7.2vw; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; margin: 24px 0 0; padding: 0; color: #000; text-decoration: none; transform: translateY(16px); }
.site-brand:focus-visible { outline: 1px solid #000; outline-offset: 7px; }
.site-brand-mark { display: block; width: 26px; height: 26px; }
.logo-piece { opacity: 0; animation: logo-piece-in .42s ease-out forwards; }
.logo-piece--top-left,
.logo-piece--bottom-right { animation-delay: .08s; }
.logo-piece--top-right,
.logo-piece--bottom-left { animation-delay: .34s; }
@keyframes logo-piece-in { from { opacity: 0; } to { opacity: 1; } }
.site-brand-name { display: inline-flex; align-items: center; max-width: 0; overflow: hidden; opacity: 0; font-family: "Space Grotesk", system-ui, sans-serif; font-size: 23.4px; font-weight: 700; letter-spacing: -.06em; line-height: 1; white-space: nowrap; transition: max-width .18s ease, opacity .12s ease; }
.site-brand:hover .site-brand-name,
.site-brand:focus-within .site-brand-name,
.site-brand.is-fading .site-brand-name { max-width: 160px; opacity: 1; }
.site-brand.is-hidden .site-brand-name { max-width: 0; opacity: 0; }
.brand-letter { display: inline-block; opacity: 1; transform: translateY(0); transition: opacity .12s ease, transform .12s ease; }
.site-brand.is-fading .brand-letter { opacity: 0; transform: translateY(-3px); }
.local-clock { position: fixed; z-index: 5; top: 69.5px; right: 5vw; display: inline-flex; align-items: flex-start; gap: 9px; color: #000; font-size: 11px; line-height: 1; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.pixel-celestial { display: block; flex: 0 0 11px; width: 11px; height: 11px; fill: currentColor; }
.pixel-moon { display: none; }
.local-clock.is-night { color: #000; }
.local-clock.is-night .pixel-sun { display: none; }
.local-clock.is-night .pixel-moon { display: block; }
.local-clock time { display: inline-flex; align-items: center; min-width: 4.5em; height: 11px; }
.pixel-time { display: block; width: auto; height: 11px; overflow: visible; }
main {
  position: relative;
  flex: 1;
  min-height: calc(100svh - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(160px, 22vh, 240px) 11vw 88px;
  overflow: hidden;
}
.intro { position: relative; z-index: 2; width: 100%; max-width: 440px; text-align: center; }
h1 { margin: 0 0 24px; font: inherit; }
p { margin: 0; text-wrap: pretty; }
a {
  display: inline-block;
  margin-top: 20px;
  padding: 4px 0;
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
a:focus-visible { outline: 1px solid #000; outline-offset: 6px; }
.sr-only, .signup-trap { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.subscribe-form { position: relative; margin: 28px auto 0; width: 100%; }
.subscribe-box { display: flex; align-items: stretch; gap: 7px; padding: 7px; border: 1px solid #ddd; background: #f4f4f4; }
.subscribe-box input { flex: 1; min-width: 0; width: 100%; border: 1px solid #e2e2e2; border-radius: 0; background: #fff; padding: 11px 12px; font: inherit; font-size: 14px; color: #111; appearance: none; }
.subscribe-box input::placeholder { color: #777; }
.pixel-button { appearance: none; border: 1px solid #999; border-radius: 0; background: #fff; color: #111; box-shadow: inset 0 -3px 0 #e5e5e5, 0 1px 0 #bbb; padding: 9px 15px 11px; font-family: 'VT323', ui-monospace, monospace; font-size: 23px; line-height: 1; letter-spacing: .025em; text-transform: uppercase; cursor: pointer; }
.pixel-button:hover { background: #fafafa; border-color: #333; }
.pixel-button:active { box-shadow: inset 0 2px 0 #e5e5e5; }
.pixel-button:disabled { opacity: .55; cursor: wait; }
.pixel-button[hidden] { display: none; }
.pixel-button:focus-visible, .subscribe-box input:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.signup-note, .signup-status { font-size: 11px; line-height: 1.5; margin-top: 10px; color: #777; }
.signup-status:empty { display: none; }
.signup-status { color: #333; }
.signup-status[data-error] { color: #963d32; }
.posts-section { position: relative; width: 100%; max-width: 1000px; margin-top: 58px; }
.posts-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.posts-heading h2 { font: 500 15px 'Space Grotesk', sans-serif; margin: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.post-card { min-width: 0; aspect-ratio: 1; }
.post-link { display: flex; flex-direction: column; height: 100%; margin: 0; padding: 0; border: 1px solid #111; background: #fff; text-decoration: none; overflow: hidden; box-shadow: 5px 5px 0 #ededed; transition: transform .18s ease, box-shadow .18s ease; }
.post-link:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 #dcdcdc; }
.post-link:focus-visible { outline-offset: 4px; }
.post-artwork { position: relative; flex: 0 0 44%; min-height: 0; display: grid; place-items: center; overflow: hidden; background: #f5f5f5; border-bottom: 1px solid #111; }
.post-placeholder { width: 30px; height: 30px; opacity: .16; }
.post-thumbnail { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post-details { display: flex; flex-direction: column; flex: 1; min-height: 0; padding: 15px 16px 13px; }
.post-details time { font: 18px/1 'VT323', ui-monospace, monospace; letter-spacing: .025em; color: #777; }
.post-details h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 9px 0 6px; font: 600 18px/1.2 'Space Grotesk', sans-serif; letter-spacing: -.035em; }
.post-details p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #777; font-size: 12px; line-height: 1.4; }
.post-read { display: block; margin-top: auto; padding-top: 10px; border-top: 1px solid #e5e5e5; font: 18px/1 'VT323', ui-monospace, monospace; }
.posts-status { color: #777; font-size: 12px; text-align: center; margin: 24px 0; }
.posts-status:empty { display: none; }
.load-posts { display: block; margin: 28px auto 0; }
@media (min-width: 601px) and (max-width: 1000px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.site-footer { flex: 0 0 auto; }
.footer-wordmark { position: relative; height: .67em; overflow: hidden; font-size: clamp(66px, 14.4vw, 240px); text-align: center; line-height: 1.12; user-select: none; background-image: radial-gradient(circle, #0000000b .65px, transparent .85px); background-size: 5px 5px; mask-image: linear-gradient(transparent, #000 36%); }
.footer-wordmark span { display: block; font-weight: 500; letter-spacing: -.07em; color: #ededed; }
.footer-wordmark canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.footer-wordmark[data-ready="true"] span { visibility: hidden; }
@media (max-width: 600px) {
  .site-header { top: 20px; left: 7.2vw; }
  .local-clock { top: 65.5px; right: 5vw; font-size: 10px; }
  .alignment-guide--top { top: 72px; left: calc(7.2vw + 26px + 20px); right: calc(5vw + 65px + 20px); }
  .alignment-guide--left { top: 91px; bottom: 5rem; }
  .alignment-guide--right { top: 91px; bottom: 5rem; }
  main { min-height: calc(100svh - 65px); padding: 140px 12vw 64px; }
  .subscribe-box { flex-direction: column; }
  .subscribe-box input { font-size: 16px; }
  .pixel-button { min-height: 44px; }
  .posts-section { margin-top: 40px; }
  .post-grid { grid-template-columns: minmax(0, 1fr); }
  .post-details h3 { font-size: 18px; }
  .footer-wordmark { font-size: 14.4vw; height: .8em; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .logo-piece { opacity: 1; }
}
