@font-face {
  font-family: Syne;
  src: url('../fonts/syne-variable.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: Syne;
  src: url('../fonts/syne-variable-ext.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0100-024F;
}
@font-face {
  font-family: Space Mono;
  src: url('../fonts/space-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root { color-scheme: light; --paper: #eeeee8; --ink: #20251f; --red: #b82032; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; font-family: Syne, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
header { padding: 36px 48px; }
.brand { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 13px; font-size: 21px; font-weight: 700; letter-spacing: -.035em; }
.brand-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.header-note, footer { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .04em; }
main { width: min(760px, calc(100% - 96px)); margin: auto; padding: 62px 0 76px; }
.wordmark { font-size: clamp(58px, 8.15vw, 112px); font-weight: 800; letter-spacing: -.065em; line-height: .94; }
.wordmark > span { display: block; }
.wordmark > span + span { margin-top: 7px; position: relative; }
.pulse { display: inline-block; width: .13em; height: .13em; border-radius: 50%; background: var(--red); margin-left: .09em; vertical-align: .05em; position: relative; }
.pulse::after { content: ''; position: absolute; inset: 0; border: 1px solid var(--red); border-radius: 50%; animation: breathe 4s ease-out infinite; }
section { margin-top: 64px; }
.intro { font-size: 16px; line-height: 1.6; margin: 0 0 19px; color: #63685e; }
h1 { font-size: clamp(21px, 2.3vw, 30px); font-weight: 500; letter-spacing: -.035em; line-height: 1.3; margin: 0; }
time { display: block; font-family: 'Space Mono', monospace; font-size: 20px; margin-top: 18px; letter-spacing: -.04em; }
footer { padding: 24px 48px 32px; color: #63685e; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 8px; }
@keyframes breathe { 0% { transform: scale(1); opacity: .5; } 65%, 100% { transform: scale(2.7); opacity: 0; } }
@media (max-width: 600px) {
  header { padding: 28px 24px; }
  .brand { font-size: 18px; gap: 10px; }
  .header-note { display: none; }
  main { width: calc(100% - 48px); padding: 62px 0 80px; }
  .wordmark { font-size: 11.75vw; }
  section { margin-top: 46px; }
  .intro { font-size: 15px; margin-bottom: 17px; }
  h1 { font-size: 21px; max-width: 290px; }
  time { font-size: 19px; margin-top: 19px; }
  footer { padding: 22px 24px 26px; font-size: 10px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .pulse::after { animation: none; display: none; } }

.brand { font-family: 'IBM Plex Mono', monospace; font-style: normal; font-weight: 700; font-size: 28px; letter-spacing: 0; gap: 17px; }
.brand-dot { width: 10px; height: 10px; }
@media (max-width: 600px) { .brand { font-size: 26px; } }

@font-face { font-family: 'IBM Plex Mono'; src: url('../fonts/ibm-plex-mono-bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
