:root {
  --ink: #f7f5ef;
  --void: #07080c;
  --dim: #8e929d;
  --cyan: #9ce9df;
  --orange: #ffad78;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  color: var(--ink); background: var(--void); font-family: var(--sans); font-synthesis: none;
}
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--void); }
body { min-width: 320px; min-height: 100svh; margin: 0; overflow-x: hidden; background: var(--void); }
a { color: inherit; }
.shell { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 5; padding: 12px 16px; background: var(--cyan); color: var(--void); font-weight: 700; transition: top 160ms ease-out; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 6px; }
.atmosphere, .grain { position: fixed; inset: 0; pointer-events: none; }
.atmosphere { z-index: 0; width: 100%; height: 100%; opacity: .95; }
.grain { z-index: 1; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.landing-main { position: relative; z-index: 2; display: grid; min-height: 100svh; place-items: center; padding: 8vh 0; }
.hero { margin-top: -2vh; text-align: center; }
h1 { margin: 0; font-family: var(--sans); font-size: clamp(42px, 10.5vw, 154px); font-weight: 700; letter-spacing: -.105em; line-height: .86; text-shadow: 0 0 42px rgba(156, 233, 223, .08); }
h1 > span { display: block; background: linear-gradient(105deg, #fbfaf4 10%, #91a5a4 42%, #fffdf5 55%, #a8b5b0 78%, #f7f5ef 92%); background-clip: text; -webkit-background-clip: text; color: transparent; background-size: 180% 100%; animation: arrive 1100ms 80ms cubic-bezier(.23, 1, .32, 1) both, sheen 8s 1.5s ease-in-out infinite; }
.title-dot { color: var(--orange); -webkit-text-fill-color: var(--orange); }
h1 em { display: block; margin-top: .27em; color: var(--cyan); font-family: var(--serif); font-size: .31em; font-style: italic; font-weight: 400; letter-spacing: .13em; line-height: 1; text-transform: lowercase; text-shadow: 0 0 22px rgba(156, 233, 223, .35); animation: arrive 1000ms 220ms cubic-bezier(.23, 1, .32, 1) both; }
.hero-rule { position: relative; width: min(360px, 66vw); height: 12px; margin: 45px auto 0; }
.hero-rule::before, .hero-rule::after { position: absolute; top: 5px; content: ''; height: 1px; }
.hero-rule::before { left: 0; width: 100%; background: linear-gradient(90deg, transparent, rgba(156, 233, 223, .34) 25%, rgba(255, 173, 120, .72) 50%, rgba(156, 233, 223, .34) 75%, transparent); }
.hero-rule::after { left: 50%; width: 6px; height: 6px; top: 3px; transform: translateX(-50%) rotate(45deg); border: 1px solid var(--orange); background: var(--void); box-shadow: 0 0 16px var(--orange); }
.site-header { position: relative; z-index: 2; padding-top: 34px; }
.wordmark { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: lowercase; }
.wordmark-dot { color: var(--orange); }
.site-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 30px; color: var(--dim); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.eyebrow { color: var(--dim); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.lede { max-width: 420px; color: var(--dim); line-height: 1.6; }
.button { display: inline-flex; gap: 18px; padding: 14px 18px; background: var(--ink); color: var(--void); font-size: 13px; font-weight: 700; text-decoration: none; transition: transform 160ms ease-out, background-color 160ms ease-out; }
.button:active { transform: scale(.97); }
@media (hover: hover) and (pointer: fine) { .button:hover { background: var(--cyan); } }
@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sheen { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (max-width: 700px) {
  .shell { width: min(100% - 40px, 560px); }
  .landing-main { padding: 6vh 0; }
  .hero { margin-top: -3vh; }
  h1 { font-size: clamp(40px, 11vw, 72px); letter-spacing: -.1em; }
  h1 em { margin-top: .34em; font-size: .34em; letter-spacing: .1em; }
  .hero-rule { width: min(280px, 70vw); margin-top: 38px; }
  .site-header { padding-top: 24px; }
  .site-footer { padding-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  h1 > span { background-position: 50% 50%; }
}

.error-page { display: flex; min-height: 100svh; flex-direction: column; }
.error-main { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; justify-content: center; padding-top: 8vh; padding-bottom: 12vh; }
.error-main h1 { margin-top: 22px; font-size: clamp(54px, 8vw, 108px); letter-spacing: -.07em; line-height: .9; }
.error-main h1 em { margin-top: .08em; font-size: .65em; }
.error-main .lede { margin: 30px 0 28px; font-size: 16px; }
.error-page .atmosphere { opacity: .62; }

@media (max-height: 700px) {
  .error-main { padding-top: 5vh; padding-bottom: 7vh; }
}
