:root {
  color-scheme: dark;
  --ink: #05090d;
  --parchment: #eee7d6;
  --gold: #d5b86f;
  --gold-bright: #f0d897;
  --font-sans: "Satoshi", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  font-family: var(--font-sans);
  color: var(--parchment);
  background: var(--ink);
}

* { box-sizing: border-box; }
html { height: 100%; overflow-x: clip; background: var(--ink); }
body {
  position: relative;
  min-width: 320px;
  width: 100%;
  height: 100svh;
  margin: 0;
  overflow: clip;
  background: var(--ink);
}
body, button { font-family: var(--font-sans); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  background: #0b1519;
  color: var(--parchment);
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

.world {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.world > * {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.world {
  z-index: 0;
  contain: strict;
  overflow: hidden;
  background: var(--ink);
}
.world__art {
  inset: -18px;
  background: url("assets/enchanted-village-v2.jpg") center / cover no-repeat;
  filter: saturate(1.03) contrast(1.02);
  transform: translate3d(0, 0, 0) scale(1.035);
  will-change: transform;
}
.world__rays {
  opacity: .22;
  mix-blend-mode: screen;
  background: conic-gradient(from 201deg at 51% -8%, transparent 0 16%, rgba(255, 239, 179, .3) 20%, transparent 25%, transparent 30%, rgba(171, 228, 219, .14) 34%, transparent 40%);
  transform-origin: 50% 0;
  animation: rays-breathe 9s var(--ease-in-out) infinite alternate;
}
.world__shade {
  background:
    radial-gradient(circle at 50% 39%, transparent 0 18%, rgba(1, 6, 8, .11) 49%, rgba(1, 5, 7, .55) 100%),
    linear-gradient(180deg, rgba(2, 6, 8, .42), transparent 22%, transparent 58%, rgba(2, 6, 8, .74) 100%);
  box-shadow: inset 0 0 150px rgba(0, 0, 0, .42);
}
.world__mist {
  top: auto;
  left: -20%;
  width: 140%;
  height: 34%;
  opacity: .23;
  filter: blur(9px);
  background:
    radial-gradient(ellipse at 15% 55%, rgba(207, 227, 215, .28), transparent 25%),
    radial-gradient(ellipse at 42% 50%, rgba(174, 210, 207, .24), transparent 27%),
    radial-gradient(ellipse at 72% 58%, rgba(136, 187, 193, .2), transparent 25%),
    radial-gradient(ellipse at 92% 50%, rgba(201, 218, 203, .16), transparent 22%);
}
.world__mist--one { bottom: -9%; animation: mist-drift 25s var(--ease-in-out) infinite alternate; }
.world__mist--two { bottom: 22%; opacity: .12; animation: mist-drift 36s var(--ease-in-out) -9s infinite alternate-reverse; }
#particles {
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: screen;
  will-change: transform;
}
.world__grain {
  opacity: .034;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.topbar,
main {
  position: relative;
  z-index: 2;
}
.topbar {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto;
  align-items: center;
  width: min(1480px, calc(100% - 32px));
  min-height: 66px;
  margin: auto;
  padding: 7px 18px 7px 13px;
  border: 1px solid rgba(224, 213, 180, .19);
  border-radius: 2px 20px 2px 20px;
  background: linear-gradient(115deg, rgba(6, 13, 16, .8), rgba(11, 22, 24, .56));
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(10px) saturate(1.06);
  -webkit-backdrop-filter: blur(10px) saturate(1.06);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  text-decoration: none;
  transition: transform 140ms var(--ease-out);
}
.brand__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 50px;
  flex: 0 0 42px;
  border: 1px solid rgba(240, 216, 151, .88);
  border-radius: 2px 13px 2px 13px;
  color: var(--gold-bright);
  background: linear-gradient(145deg, rgba(22, 37, 34, .72), rgba(5, 15, 18, .82));
  box-shadow: inset 0 0 18px rgba(126, 198, 184, .08), 0 0 20px rgba(213, 184, 111, .06);
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1;
  transition: border-color 180ms ease;
}
.brand > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.brand > .brand__mark { font-size: 29px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.brand small {
  display: block;
  margin-top: 6px;
  color: #bcc6c2;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: none;
}
.brand:active { transform: scale(.98); }
.brand:focus-visible:active { transform: none; transition: none; }

.brand:focus-visible,
.sound-toggle:focus-visible,
.project-tab:focus-visible,
.project-detail__cta:focus-visible,
.blog-post-card__link:focus-visible,
.blog-page:focus-visible,
.taxonomy-button:focus-visible,
.tag-button:focus-visible,
.blog-back:focus-visible {
  outline: 1px solid var(--gold-bright);
  outline-offset: 4px;
}

.sound-toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 4px;
  border: 0;
  background: transparent;
  color: #a9b3b1;
  font: inherit;
  font-size: 13px;
  font-weight: 450;
  letter-spacing: .01em;
  cursor: pointer;
  transition: color 180ms ease, transform 140ms var(--ease-out);
}
.sound-toggle:active { transform: scale(.97); }
.sound-toggle:focus-visible:active { transform: none; transition: none; }
.sound-toggle__icon { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; overflow: visible; }
.sound-toggle__wave { transform-box: fill-box; transform-origin: left center; }
.sound-toggle[aria-pressed="true"] { color: var(--gold-bright); }
.sound-toggle[aria-pressed="true"] .sound-toggle__wave { animation: sound-wave 1.4s var(--ease-in-out) infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-toggle__wave--two { animation-delay: -.7s; }

.site-footer {
  position: absolute;
  right: 16px;
  bottom: 8px;
  left: 16px;
  z-index: 3;
  color: rgba(229, 235, 227, .72);
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .92);
  pointer-events: none;
}
.site-footer p { margin: 0; font-size: 11px; font-weight: 550; letter-spacing: .01em; }

main {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.portal-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(286px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 1.4vw, 22px);
  width: min(1480px, calc(100vw - 32px));
  height: 100svh;
  margin: 0 auto;
  padding: 102px 0 30px;
  overflow: hidden;
  isolation: isolate;
}
body.is-welcome { height: auto; overflow-y: auto; }
.is-welcome main { height: auto; min-height: 100svh; overflow: visible; }
.is-welcome .portal-layout {
  grid-template-columns: minmax(0, 1000px);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100svh;
  padding-block: 104px 32px;
  overflow: visible;
}
.is-welcome .portal-layout::after { left: 0; right: 0; }
.is-welcome .profile-panel {
  width: 100%;
  max-height: none;
  padding: 28px 32px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: radial-gradient(ellipse closest-side at 50% 45%, rgba(4, 14, 17, .68), rgba(4, 14, 17, .3) 70%, transparent);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
}
.is-welcome .hero__identity { flex-direction: column; gap: 20px; }
.is-welcome .hero__portrait { width: 76px; height: 76px; }
.is-welcome .hero__portrait-frame { width: 70px; height: 70px; }
.is-welcome .hero__realm { display: none; }
.is-welcome .profile-panel h1 { max-inline-size: none; font-size: clamp(40px, 4.4vw, 58px); line-height: 1.05; }
.is-welcome .hero__roles {
  justify-content: center;
  gap: 7px 9px;
  margin-top: 13px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
}
.is-welcome .hero__lede {
  display: block;
  max-width: 720px;
  margin: 20px auto 0;
  overflow: visible;
  color: #e0e5dc;
  font-size: 14px;
  line-height: 1.65;
  -webkit-line-clamp: initial;
}
.is-welcome .project-nav { margin-top: 34px; padding-top: 0; border-top: 0; }
.is-welcome .project-nav__label { justify-content: center; margin-bottom: 20px; font-size: 10px; font-weight: 500; }
.is-welcome .project-nav__label span { display: none; }
.is-welcome .project-view { display: none; }
.is-exploring .project-view { display: block; }
.portal-layout::after {
  content: "";
  position: absolute;
  right: -20vw;
  bottom: 0;
  left: -20vw;
  z-index: -1;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(5, 9, 13, .67) 76%, var(--ink));
}
.hero__aura {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: -1;
  width: min(56vw, 720px);
  aspect-ratio: 1;
  opacity: .35;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.hero__aura::before {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 210, 218, .2), rgba(70, 155, 176, .05) 45%, transparent 70%);
  filter: blur(8px);
}
.hero__aura i {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(125, 213, 220, .13);
  border-radius: 50%;
}
.hero__aura i:nth-child(2) { inset: 25%; border-color: rgba(228, 200, 123, .14); }
.hero__aura i:nth-child(3) { inset: 38%; border-style: dashed; transform: rotate(18deg); }
.profile-panel,
.project-view {
  position: relative;
  border: 1px solid rgba(224, 213, 180, .2);
  background: linear-gradient(145deg, rgba(7, 16, 19, .72), rgba(6, 12, 16, .54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 20px 52px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px) saturate(1.06);
  -webkit-backdrop-filter: blur(12px) saturate(1.06);
}
.is-blog .project-view { padding: clamp(18px, 2vw, 26px); }
.profile-panel {
  width: 100%;
  max-height: calc(100svh - 132px);
  padding: 22px 20px 18px;
  overflow: auto;
  border-radius: 2px 26px 2px 26px;
  scrollbar-width: thin;
  scrollbar-color: rgba(213, 184, 111, .35) transparent;
  text-align: left;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .9);
}
.hero__identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__heading { min-width: 0; }
.hero__portrait {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  margin: 0;
}
.hero__portrait-rune {
  position: absolute;
  inset: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  fill: none;
  stroke: rgba(227, 207, 146, .58);
  stroke-width: .8;
  filter: drop-shadow(0 0 8px rgba(122, 202, 211, .28));
  animation: rune-orbit 28s linear infinite;
}
.hero__portrait-frame {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding: 3px;
  border: 1px solid rgba(236, 215, 151, .7);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(7, 17, 19, .72);
  box-shadow: 0 0 0 7px rgba(218, 187, 105, .05), 0 0 38px rgba(89, 189, 204, .17), 0 15px 40px rgba(0, 0, 0, .42);
}
.hero__portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transform: scale(1.34);
  transform-origin: 50% 38%;
}
.hero__realm {
  margin: 0 0 6px;
  color: var(--gold-bright);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .35em;
  text-transform: uppercase;
}
.profile-panel h1 {
  max-inline-size: 200px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
  text-wrap: balance;
}
.hero__roles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin: 8px 0 0;
  color: rgba(238, 235, 222, .84);
  font-size: 6.75px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero__roles i {
  width: 4px;
  height: 4px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}
.hero__lede {
  margin: 18px 0 0;
  color: #c1cac6;
  font-size: 11.5px;
  line-height: 1.53;
  text-wrap: pretty;
}

.project-nav {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(221, 211, 180, .15);
}
.project-nav__label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 7px;
  color: var(--gold-bright);
  font-size: 7.75px;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.project-nav__label span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(229, 204, 139, .7), transparent);
}
.project-tabs { display: contents; }
.project-nav__list { display: grid; gap: 0; }
.project-tab {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 13px 10px;
  border: 0;
  border-bottom: 1px solid rgba(210, 220, 212, .16);
  border-radius: 0;
  color: var(--parchment);
  background: rgba(15, 25, 27, .15);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.project-tab[aria-selected="true"] { background: rgba(210, 220, 212, .08); border-color: rgba(210, 220, 212, .35); }
.project-tab__sigil { display: grid; place-items: center; width: 28px; height: 28px; color: #d2c49e; }
.project-tab__sigil svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.project-tab__copy { min-width: 0; }
.project-tab__copy strong { display: block; font-family: var(--font-display); font-size: 21px; font-weight: 500; line-height: 1.2; overflow-wrap: anywhere; }
.project-tab__copy small { display: block; margin-top: 4px; color: #b6c4bd; font-size: 12px; font-weight: 400; line-height: 1.5; }
.project-tab > svg { display: block; width: 16px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform 160ms var(--ease-out); }
.is-welcome .project-nav__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
#panel-status h2 { font-size: 36px; }
.service-status { width: 100%; margin-top: 20px; }
.service-status__summary { color: #cbd6ce; font-size: 14px; line-height: 1.5; }
.service-status__list { padding: 0; margin: 20px 0 0; list-style: none; }
.service-status__group { padding: 18px 0 7px; color: #9eaaa5; font-size: 9px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.service-status__group:first-child { padding-top: 0; }
.service-status__row { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(210, 220, 212, .16); font-size: 14px; }
.service-status__name { overflow-wrap: anywhere; }
.service-status__value { min-width: 58px; text-align: right; font-size: 12px; color: #cbd6ce; }
.service-status__dot { width: 7px; height: 7px; border-radius: 50%; background: #9ba7ad; }
[data-state="operational"] .service-status__dot,
[data-state="online"] .service-status__dot,
[data-state="ok"] .service-status__dot { background: #8ac7a2; }
[data-state="offline"] .service-status__dot,
[data-state="problem"] .service-status__dot { background: #e79b92; }
.service-status__history { grid-column: 2 / 4; min-width: 0; margin-top: 3px; }
.service-status__history-metrics,
.service-status__history-axis { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #82928c; font-size: 9px; line-height: 1.4; }
.service-status__history-metrics span:last-child { color: #aebbb5; text-align: right; }
.service-status__history-chart { display: block; width: 100%; height: 48px; margin-top: 5px; overflow: visible; }
.service-status__history-grid { stroke: rgba(210, 220, 212, .09); stroke-width: 1; vector-effect: non-scaling-stroke; }
.service-status__history-line { fill: none; stroke: #9ac9ae; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.service-status__history-point { fill: #d9eadf; stroke: rgba(7, 16, 19, .9); stroke-width: 1; vector-effect: non-scaling-stroke; }
.service-status__history-segment[data-state="healthy"] { fill: rgba(125, 190, 151, .76); }
.service-status__history-segment[data-state="degraded"] { fill: rgba(218, 181, 105, .78); }
.service-status__history-segment[data-state="failed"] { fill: rgba(225, 132, 122, .84); }
.service-status__history-segment[data-state="unknown"] { fill: rgba(186, 199, 192, .12); }
.service-status__history-axis { margin-top: -4px; font-size: 8px; }

.project-view {
  align-self: start;
  width: 100%;
  min-height: 430px;
  max-height: calc(100svh - 132px);
  padding: clamp(28px, 2.5vw, 38px);
  overflow: auto;
  border-radius: 28px 2px 28px 2px;
  background: linear-gradient(145deg, rgba(7, 16, 19, .6), rgba(6, 12, 16, .43));
  scrollbar-width: thin;
  scrollbar-color: rgba(213, 184, 111, .35) transparent;
}
.project-view__frame,
.project-view__frame i { position: absolute; pointer-events: none; }
.project-view__frame { inset: 12px; }
.project-view__frame i { width: 22px; height: 22px; opacity: .55; }
.project-view__frame i:nth-child(1) { top: 0; left: 0; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.project-view__frame i:nth-child(2) { top: 0; right: 0; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.project-view__frame i:nth-child(3) { right: 0; bottom: 0; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.project-view__frame i:nth-child(4) { bottom: 0; left: 0; border-bottom: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.project-stage { display: grid; min-height: 320px; }
.project-detail {
  position: relative;
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 18px 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 140ms ease, transform 140ms var(--ease-out), visibility 0s linear 180ms;
}
.project-detail[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms var(--ease-out), visibility 0s;
}
.project-stage.is-instant .project-detail {
  transform: none;
  transition: none;
}
.project-nav.is-instant .project-tab,
.project-nav.is-instant .project-tab__sigil,
.project-nav.is-instant .project-tab > svg { transition: none; }
.project-detail__index {
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: -1;
  color: rgba(219, 194, 127, .065);
  font-family: var(--font-display);
  font-size: clamp(130px, 18vw, 220px);
  line-height: .7;
  transform: translateY(-50%);
  user-select: none;
}
.project-detail__realm {
  margin: 0 0 13px;
  color: var(--gold-bright) !important;
  font-size: 9px !important;
  font-weight: 750;
  letter-spacing: .3em;
  text-transform: uppercase;
}
.project-detail h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 86px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .7);
}
.project-detail > p:not(.project-detail__realm) {
  max-width: 480px;
  margin: 20px 0 0;
  color: #b9c4c0;
  font-size: 13px;
  line-height: 1.55;
}
.project-detail__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  margin-top: 30px;
  padding: 0 17px;
  border: 1px solid rgba(229, 205, 141, .48);
  color: var(--parchment);
  background: rgba(13, 26, 28, .56);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms var(--ease-out);
}
.project-detail__cta svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  transition: transform 180ms var(--ease-out);
}
.project-detail__cta:active { transform: scale(.97); }

.project-detail--blog {
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100%;
  padding: 0;
}
/* Hidden applications must not reserve a tall grid track in another service. */
.project-detail--blog[aria-hidden="true"],

.blog-app { width: 100%; min-width: 0; }
.blog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 4px 2px 20px;
  border-bottom: 1px solid rgba(221, 211, 180, .15);
}
.project-detail--blog .project-detail__realm { margin-bottom: 8px; }
.project-detail--blog h2,
.blog-reader h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
  text-wrap: balance;
}
.blog-reader__header h2 {
  text-align: center;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}
.blog-index {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: clamp(16px, 1.8vw, 24px);
  padding-top: 18px;
}
.blog-index[hidden] { display: none; }
.blog-feed { min-width: 0; }
.blog-search { margin-bottom: 16px; }
.blog-search label { display: block; margin-bottom: 7px; color: #c1cbc7; font-size: 12px; }
.blog-search__controls { display: flex; gap: 8px; align-items: center; }
.blog-search input {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(220, 205, 163, .28);
  border-radius: 2px;
  background: rgba(5, 14, 18, .62);
  color: #f0eadc;
  font: inherit;
  font-size: 16px;
  color-scheme: dark;
}
.blog-search input::placeholder { color: #a7b7b1; }
.blog-search input:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 2px; }
.blog-search button {
  min-height: 44px;
  padding: 8px;
  border: 1px solid rgba(220, 205, 163, .28);
  color: var(--gold-bright);
  background: rgba(5, 14, 18, .62);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.blog-search button:active { transform: scale(.97); }
.taxonomy-button[hidden], .tag-button[hidden] { display: none; }
.blog-status {
  min-height: 18px;
  margin: 0 0 10px;
  color: #a7b7b1;
  font-size: 9.25px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.blog-status:empty { min-height: 0; margin: 0; }
.blog-posts { display: grid; gap: 8px; }
.blog-post-card {
  position: relative;
  border: 1px solid rgba(220, 205, 163, .14);
  background: linear-gradient(110deg, rgba(11, 25, 27, .48), rgba(8, 16, 20, .27));
  transition: border-color 180ms ease, background-color 180ms ease, transform 140ms var(--ease-out);
}
.blog-post-card::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;
  width: 1px;
  opacity: .65;
  background: linear-gradient(180deg, transparent, var(--gold-bright), transparent);
}
.blog-post-card:active { transform: scale(.992); }
.blog-post-card__link {
  display: block;
  padding: 18px 20px 17px 22px;
  text-decoration: none;
}
.blog-post-card__meta,
.blog-reader__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 9px;
  color: #879792;
  font-size: 7.25px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-post-card__meta span + span::before,
.blog-reader__meta span + span::before {
  content: "◆";
  margin-right: 9px;
  color: rgba(213, 184, 111, .55);
  font-size: 4px;
}
.blog-post-card h3 {
  margin: 7px 0 6px;
  color: #f0eadc;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}
.blog-post-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #aebbb7;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.blog-page,
.taxonomy-button,
.tag-button,
.blog-back {
  border: 0;
  color: #abb8b4;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms var(--ease-out);
}
.blog-page {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border: 1px solid rgba(221, 205, 160, .18);
  font-size: 8px;
  font-weight: 750;
}
.blog-page[aria-current="page"] {
  border-color: rgba(240, 216, 151, .65);
  color: #fff2c8;
  background: rgba(119, 191, 194, .12);
}
.blog-page:active,
.taxonomy-button:active,
.tag-button:active,
.blog-back:active { transform: scale(.96); }
.blog-page-separator { color: rgba(223, 211, 177, .45); font-size: 8px; }
.blog-taxonomy {
  display: grid;
  align-content: start;
  gap: 10px;
}
.taxonomy-card {
  padding: 16px 15px;
  border: 1px solid rgba(223, 209, 169, .17);
  border-radius: 1px 15px 1px 15px;
  background: rgba(7, 16, 19, .34);
}
.taxonomy-card h3 {
  margin: 0 0 9px;
  color: var(--gold-bright);
  font-size: 7.25px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.taxonomy-list { display: grid; gap: 2px; }
.taxonomy-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 6px;
  font-size: 10.25px;
  text-align: left;
}
.taxonomy-button span:last-child { color: #71817d; font-size: 7px; }
.taxonomy-button[aria-pressed="true"] { color: #fff0bd; background: rgba(102, 184, 190, .1); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 5px; }
.tag-button {
  padding: 6px 8px;
  border: 1px solid rgba(218, 203, 160, .15);
  font-size: 8px;
  letter-spacing: .06em;
}
.tag-button[aria-pressed="true"] { border-color: rgba(240, 216, 151, .6); color: #fff0bd; background: rgba(102, 184, 190, .1); }
.blog-reader { padding: 21px 2px 4px; }
.blog-reader[hidden] { display: none; }
.blog-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 22px;
  padding: 6px 0;
  color: var(--gold-bright);
  font-size: 8.25px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.blog-back svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.blog-reader__eyebrow {
  margin: 0 0 9px;
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.blog-reader__meta { margin-top: 13px; }
.blog-prose {
  width: 100%;
  min-width: 0;
  margin-top: 26px;
  color: #c1cbc7;
  font-size: 14px;
  line-height: 1.7;
}
.blog-prose > :first-child { margin-top: 0; }
.blog-prose h2,
.blog-prose h3,
.blog-prose h4 {
  margin: 2em 0 .7em;
  color: #f0eadc;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.12;
}
.blog-prose h2 { font-size: 32px; }
.blog-prose h3 { font-size: 25px; }
.blog-prose h4 { font-size: 20px; }
.blog-prose p,
.blog-prose ul,
.blog-prose ol,
.blog-prose blockquote { margin: 1em 0; }
.blog-prose a { color: var(--gold-bright); text-underline-offset: 3px; }
.blog-prose img { display: block; max-width: 100%; height: auto; margin: 22px 0; border: 1px solid rgba(224, 211, 180, .18); }
.blog-prose { overflow-wrap: anywhere; }
.blog-prose .blog-table-scroll { max-width: 100%; overflow-x: auto; }
.blog-prose [id] { scroll-margin-top: 18px; }
.blog-prose code {
  padding: .15em .38em;
  border: 1px solid rgba(134, 199, 200, .16);
  color: #d8ece7;
  background: rgba(5, 12, 15, .58);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: .88em;
}
.blog-prose pre {
  max-width: 100%;
  padding: 15px;
  overflow: auto;
  border: 1px solid rgba(134, 199, 200, .16);
  background: rgba(4, 10, 13, .7);
}
.blog-prose pre code { padding: 0; border: 0; background: transparent; }
.blog-prose table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  font-size: .92em;
}
.blog-prose th,
.blog-prose td {
  padding: 9px 10px;
  border: 1px solid rgba(159, 193, 189, .18);
  text-align: left;
  vertical-align: top;
}
.blog-prose th { color: #f0eadc; background: rgba(14, 31, 33, .52); }
.blog-prose figure.highlight {
  max-width: 100%;
  margin: 20px 0;
  overflow: auto;
  border: 1px solid rgba(134, 199, 200, .16);
  background: rgba(4, 10, 13, .7);
}
.blog-prose figure.highlight table { width: auto; min-width: 100%; margin: 0; }
.blog-prose figure.highlight td { padding: 12px; border: 0; }
.blog-prose figure.highlight .gutter {
  width: 1%;
  color: #63736f;
  background: rgba(255, 255, 255, .025);
  user-select: none;
}
.blog-prose figure.highlight pre { margin: 0; padding: 0; border: 0; background: transparent; }
.blog-prose iframe,
.blog-prose video { max-width: 100%; }
.blog-prose blockquote {
  padding: 1px 0 1px 17px;
  border-left: 1px solid var(--gold);
  color: #aebbb7;
}

.is-paused .world__mist,
.is-paused .world__rays,
.is-paused .hero__portrait-rune,
.is-paused .sound-toggle__wave {
  animation-play-state: paused !important;
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover .brand__mark { border-color: rgba(255, 237, 185, .98); }
  .sound-toggle:hover { color: var(--gold-bright); }
  .project-tab:hover { background: rgba(210, 220, 212, .07); border-color: rgba(210, 220, 212, .35); }
  .project-tab:hover > svg { transform: translateX(3px); }
  .project-detail__cta:hover {
    border-color: rgba(240, 216, 151, .8);
    color: #fff3cb;
    background: rgba(23, 43, 44, .76);
  }
  .project-detail__cta:hover svg { transform: translate(2px, -2px); }
  .blog-post-card:hover {
    border-color: rgba(230, 208, 145, .36);
    background: linear-gradient(110deg, rgba(15, 34, 35, .62), rgba(9, 19, 23, .34));
    transform: translateX(2px);
  }
  .blog-page:hover,
  .taxonomy-button:hover,
  .tag-button:hover,
  .blog-back:hover { color: #fff0bd; }
}
.project-tab:focus-visible:active { transform: none; }

@media (max-width: 1000px) {
  .topbar {
    grid-template-columns: minmax(150px, 1fr) auto;
    width: calc(100% - 24px);
  }
  .sound-toggle__label { display: none; }
  .portal-layout {
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 14px;
    width: calc(100% - 24px);
  }
  .profile-panel { padding-inline: 17px; }
}

@media (max-width: 860px) {
  body { height: auto; min-height: 100svh; overflow-x: hidden; overflow-y: auto; }
  main { height: auto; min-height: 100svh; overflow: visible; }
  .portal-layout {
    grid-template-columns: minmax(0, 1fr);
    width: min(820px, calc(100% - 24px));
    height: auto;
    min-height: 100svh;
    padding: 78px 0 30px;
    overflow: visible;
  }
  .is-blog .portal-layout::after { left: 0; right: 0; }
  .profile-panel,
  .project-view { max-height: none; overflow: visible; }
  .profile-panel { padding: 18px; }
  .hero__lede {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .project-nav { margin-top: 15px; padding-top: 12px; }
  .project-view { min-height: 330px; padding: 30px; }
  .project-stage { min-height: 250px; }
  .is-welcome .portal-layout { grid-template-columns: minmax(0, 1fr); }
  .is-welcome .profile-panel { width: 100%; }
  .is-welcome .hero__lede {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }
}

@media (max-width: 600px) {
  .world__art { background-position: 57% center; }
  .world__shade {
    background: linear-gradient(180deg, rgba(3, 9, 12, .56), rgba(3, 9, 12, .09) 28%, rgba(3, 9, 12, .3) 54%, rgba(3, 9, 12, .9) 88%, #03090c 100%);
    box-shadow: inset 0 0 90px rgba(0, 0, 0, .52);
  }
  .world__mist--two { display: none; }
  .topbar {
    top: 10px;
    grid-template-columns: 1fr auto;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 5px 9px 5px 8px;
    border-radius: 2px 15px 2px 15px;
  }
  .brand { gap: 9px; }
  .brand__mark { width: 36px; height: 42px; flex-basis: 36px; font-size: 25px; }
  .brand > span { display: none; }
  .brand > .brand__mark { display: grid; }
  .sound-toggle { padding-inline: 3px; }
  .sound-toggle__icon { width: 23px; height: 23px; flex-basis: 23px; }
  .site-footer { bottom: 6px; }
  .site-footer p { font-size: 10px; }
  .hero__aura { width: 100vw; opacity: .25; }
  .portal-layout { gap: 12px; }
  .profile-panel { padding: 15px 14px 13px; border-radius: 2px 20px 2px 20px; }
  .is-welcome .profile-panel { padding: 18px 16px 16px; }
  .is-welcome .portal-layout { padding-block: 84px 28px; }
  .is-welcome .hero__identity { gap: 16px; }
  .is-welcome .hero__portrait { width: 66px; height: 66px; }
  .is-welcome .hero__portrait-frame { width: 54px; height: 54px; }
  .is-welcome .profile-panel h1 { font-size: clamp(28px, 10vw, 38px); }
  .is-welcome .hero__lede { font-size: 13px; line-height: 1.6; }
  .is-welcome .hero__roles { font-size: 11px; }
  .is-welcome .project-nav { margin-top: 26px; }
  .hero__identity { gap: 11px; }
  .hero__portrait { width: 62px; height: 62px; }
  .hero__portrait-frame { width: 52px; height: 52px; }
  .hero__portrait-rune { inset: -8px; width: calc(100% + 16px); height: calc(100% + 16px); }
  .hero__realm { margin-bottom: 4px; font-size: 6px; letter-spacing: .22em; }
  .profile-panel h1 { font-size: clamp(27px, 9vw, 34px); }
  .hero__roles { margin-top: 5px; font-size: 5.5px; }
  .hero__lede { margin-top: 12px; font-size: 10.5px; line-height: 1.48; }
  .project-nav { margin-top: 12px; padding-top: 10px; }
  .project-nav__label { font-size: 7px; }
  .project-view { min-height: 280px; padding: 24px 22px; border-radius: 20px 2px 20px 2px; }
  .project-stage { min-height: 230px; }
  .project-detail { padding: 12px 4px; }
  .project-detail h2 { font-size: clamp(48px, 17vw, 68px); }
  .project-detail > p:not(.project-detail__realm) { margin-top: 14px; font-size: 11px; }
  .project-detail__cta { margin-top: 22px; }
  .blog-index { grid-template-columns: 1fr; }
  .blog-taxonomy { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-detail--blog h2,
  .blog-reader h2 { font-size: clamp(30px, 11vw, 42px); }
  .service-status__history-metrics { align-items: flex-start; flex-direction: column; gap: 2px; }
  .service-status__history-metrics span:last-child { text-align: left; }
}

@media (max-width: 390px) {
  .blog-taxonomy { grid-template-columns: 1fr; }
}

@media (max-height: 700px) and (min-width: 861px) {
  .portal-layout { padding-top: 82px; padding-bottom: 14px; }
  .profile-panel,
  .project-view { max-height: calc(100svh - 96px); }
  .profile-panel { padding: 16px; }
  .hero__identity { gap: 10px; }
  .hero__portrait { width: 62px; height: 62px; }
  .hero__portrait-frame { width: 52px; height: 52px; }
  .hero__portrait-rune { inset: -8px; width: calc(100% + 16px); height: calc(100% + 16px); }
  .hero__realm { margin-bottom: 4px; font-size: 6px; }
  .profile-panel h1 { font-size: 30px; }
  .hero__roles { margin-top: 6px; font-size: 5.8px; }
  .hero__lede {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .project-nav { margin-top: 12px; padding-top: 10px; }
  .project-view { min-height: 360px; padding-block: 25px; }
  .project-stage { min-height: 290px; }
  .project-detail h2 { font-size: 58px; }
  .is-welcome .portal-layout { padding-block: 86px 18px; }
  .is-welcome .profile-panel { padding-block: 14px; }
  .is-welcome .hero__identity { gap: 12px; }
  .is-welcome .hero__portrait { width: 58px; height: 58px; }
  .is-welcome .hero__portrait-frame { width: 54px; height: 54px; }
  .is-welcome .profile-panel h1 { font-size: 44px; }
  .is-welcome .hero__lede { margin-top: 14px; font-size: 13px; }
  .is-welcome .project-nav { margin-top: 22px; }
  .is-welcome .project-nav__label { margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .world__art { transform: scale(1.035) !important; }
  #particles { transform: none !important; }
  .world__mist,
  .world__rays,
  .hero__portrait-rune,
  .sound-toggle__wave { animation: none !important; }
  .brand,
  .project-tab,
  .project-tab > svg,
  .project-detail,
  .project-detail__cta,
  .project-detail__cta svg,
  .blog-post-card,
  .blog-page,
  .taxonomy-button,
  .tag-button,
  .blog-back { transform: none !important; transition: none !important; }
  .blog-search button { transform: none !important; }
}

@keyframes mist-drift { to { transform: translate3d(8%, -4%, 0) scale(1.06); } }
@keyframes rays-breathe { to { opacity: .34; transform: scaleX(1.06) rotate(.4deg); } }
@keyframes rune-orbit { to { transform: rotate(360deg); } }
@keyframes sound-wave { from { opacity: .38; transform: scaleX(.82); } to { opacity: 1; transform: scaleX(1); } }

@media (max-width: 860px) {
  .project-nav__list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
}
@media (max-width: 600px) {
  .project-nav__list, .is-welcome .project-nav__list { grid-template-columns: minmax(0, 1fr); }
  .project-tab { min-height: 72px; padding-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .project-tab, .project-tab > svg { transition: none; }
  .project-tab:hover > svg { transform: none; }
}
