@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --rito-bg: #111113;
  --rito-deep: #08080a;
  --rito-surface: #1a1a1d;
  --rito-raised: #232326;
  --rito-text: #f0f0f2;
  --rito-secondary: #b4b4ba;
  --rito-muted: #88888f;
  --rito-violet: #b9a7ff;
  --rito-border: rgba(255, 255, 255, 0.07);
  --rito-border-strong: rgba(255, 255, 255, 0.14);
  --focus: rgba(185, 167, 255, 0.92);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--rito-bg);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--rito-text);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(45, 42, 55, 0.4) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(35, 28, 22, 0.25) 0%, transparent 50%),
    radial-gradient(circle at 0% 0%, #1e1e1e 0%, transparent 50%),
    radial-gradient(circle at 100% 100%, #1e1e1e 0%, transparent 50%),
    var(--rito-bg);
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse 52% 38% at 50% -8%, rgba(255, 255, 255, 0.055), transparent 72%),
    linear-gradient(to bottom, transparent 64%, rgba(8, 8, 10, 0.35));
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.6rem 0.85rem;
  border-radius: 0.5rem;
  color: #09090b;
  background: #f5f5f6;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-light {
  position: absolute;
  inset: 0 0 auto;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0.24;
  mix-blend-mode: normal;
}

.hero-light[data-fallback="true"] {
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.16), transparent 64%);
}

.noise-grain {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.15;
  background-repeat: repeat;
  background-size: 128px 128px;
}

.glyph-scatter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.glyph-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.liquid-glass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 48px), 1060px);
  height: 100vh;
  height: 100svh;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(3.5rem, 8vw, 7.5rem);
  align-items: stretch;
  margin: 0 auto;
  padding: clamp(54px, 8svh, 84px) 0;
  overflow: hidden;
}

.identity {
  align-self: center;
  min-width: 0;
}

.portrait-wrap {
  --portrait-glow-x: 50%;
  --portrait-glow-y: 50%;
  --portrait-rx: 0deg;
  --portrait-ry: 0deg;
  --portrait-scale: 1;
  position: relative;
  width: 124px;
  height: 136px;
  margin-bottom: 29px;
  cursor: default;
  perspective: 560px;
  user-select: none;
  -webkit-touch-callout: none;
}

.portrait-wrap::before {
  position: absolute;
  inset: 10% -14% -12%;
  z-index: -1;
  border-radius: 28px;
  content: "";
  opacity: 0.48;
  background:
    radial-gradient(circle at var(--portrait-glow-x) var(--portrait-glow-y), rgba(185, 167, 255, 0.42), transparent 52%),
    linear-gradient(135deg, rgba(240, 128, 69, 0.24), rgba(234, 76, 139, 0.22) 42%, rgba(76, 159, 214, 0.2));
  filter: blur(18px);
  transform: translateY(8px) scale(0.94);
  transition: opacity 220ms ease, filter 220ms ease;
}

.portrait-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: transparent;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.46);
  outline: none;
  isolation: isolate;
  transform:
    rotateX(var(--portrait-rx))
    rotateY(var(--portrait-ry))
    scale3d(var(--portrait-scale), var(--portrait-scale), var(--portrait-scale));
  transform-style: preserve-3d;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease, border-color 180ms ease;
}

.portrait {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 42%;
  transform: translateZ(1px) scale(1.08);
}

.portrait-card::before,
.portrait-card::after,
.portrait-foil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portrait-card::before {
  z-index: 1;
  border-radius: inherit;
  content: "";
  opacity: 0.1;
  background:
    linear-gradient(112deg, transparent 20%, rgba(240, 128, 69, 0.28) 38%, rgba(234, 76, 139, 0.3) 47%, rgba(185, 167, 255, 0.34) 55%, rgba(76, 159, 214, 0.28) 63%, transparent 80%);
  background-position: 140% center;
  background-size: 220% 100%;
  mix-blend-mode: screen;
  transition: opacity 180ms ease, background-position 260ms ease;
}

.portrait-card::after {
  z-index: 3;
  border-radius: inherit;
  content: "";
  opacity: 0.16;
  background:
    radial-gradient(68px circle at var(--portrait-glow-x) var(--portrait-glow-y), rgba(255, 255, 255, 0.22), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 26%, transparent 72%, rgba(185, 167, 255, 0.16));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 14px 24px -22px rgba(255, 255, 255, 0.9);
  mix-blend-mode: screen;
  transition: opacity 180ms ease;
}

.portrait-foil {
  z-index: 2;
  opacity: 0;
  background:
    repeating-linear-gradient(124deg, transparent 0 10px, rgba(255, 255, 255, 0.09) 11px, transparent 12px 22px),
    radial-gradient(circle at var(--portrait-glow-x) var(--portrait-glow-y), rgba(255, 255, 255, 0.24), transparent 42%);
  mix-blend-mode: color-dodge;
  transform: translateZ(2px);
  transition: opacity 180ms ease;
}

.portrait-wrap.is-tilting::before,
.portrait-wrap:focus-within::before {
  opacity: 0.82;
  filter: blur(22px);
}

.portrait-wrap.is-tilting .portrait-card,
.portrait-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.54),
    0 0 34px rgba(185, 167, 255, 0.13);
}

.portrait-wrap.is-tilting .portrait-card::before,
.portrait-card:focus-visible::before {
  opacity: 0.42;
  background-position: -40% center;
}

.portrait-wrap.is-tilting .portrait-card::after,
.portrait-card:focus-visible::after {
  opacity: 0.42;
}

.portrait-wrap.is-tilting .portrait-foil,
.portrait-card:focus-visible .portrait-foil {
  opacity: 0.24;
}

.portrait-card:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}

.eyebrow,
.card-kicker,
.site-footer {
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--rito-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #e7e7e9;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: clamp(3.2rem, 5.6vw, 4.15rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.rito-rainbow {
  display: inline-block;
  padding-right: 0.06em;
  color: transparent;
  background: linear-gradient(90deg, #f08045 0%, #ea4c8b 25%, #a379d7 50%, #4c9fd6 75%, #f08045 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: rito-shimmer 2.5s linear infinite;
}

.tagline {
  max-width: 390px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.6;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: #09090b;
  background: #f5f5f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.button-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.contrib {
  display: block;
  max-width: 430px;
  margin-top: 26px;
  padding: 15px 17px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: var(--rito-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(14, 14, 20, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 38px rgba(0, 0, 0, 0.2);
}

.contrib-head,
.contrib-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contrib-label {
  color: rgba(180, 180, 186, 0.82);
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contrib-total {
  color: var(--rito-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.contrib-cal {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 4px 6px;
  margin: 12px 0 11px;
}

.contrib-months {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: repeat(var(--weeks, 53), 1fr);
  gap: clamp(1.5px, 0.4vw, 2px);
  min-width: 0;
}

.contrib-month {
  grid-row: 1;
  justify-self: start;
  overflow: visible;
  color: var(--rito-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.contrib-weekdays {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  grid-template-rows: repeat(7, 1fr);
  gap: clamp(1.5px, 0.4vw, 2px);
  justify-items: end;
  align-items: center;
}

.contrib-weekday {
  color: var(--rito-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  line-height: 1;
}

.contrib-weekday:nth-child(1) { grid-row: 2; }
.contrib-weekday:nth-child(2) { grid-row: 4; }
.contrib-weekday:nth-child(3) { grid-row: 6; }

.contrib-grid {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-template-rows: repeat(7, 1fr);
  gap: clamp(1.5px, 0.4vw, 2px);
  width: 100%;
  min-width: 0;
  aspect-ratio: var(--weeks, 53) / 7;
}

.contrib-day {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.contrib-day.is-pad {
  background: transparent;
  box-shadow: none;
}

/* Days that haven't happened yet: hollow, dimmer than an empty past day. */
.contrib-day.is-future {
  background: rgba(255, 255, 255, 0.014);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Today: a faint ring so the "we are here" edge reads clearly. */
.contrib-day.is-today {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.contrib-day[data-lvl="1"] { background: rgba(185, 167, 255, 0.24); }
.contrib-day[data-lvl="2"] { background: rgba(185, 167, 255, 0.46); }
.contrib-day[data-lvl="3"] { background: rgba(185, 167, 255, 0.72); }
.contrib-day[data-lvl="4"] { background: var(--rito-violet); }

.contrib-caption {
  color: var(--rito-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.contrib-legend {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--rito-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
}

.contrib-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.contrib-legend i:first-of-type { margin-left: 5px; }
.contrib-legend i:last-of-type { margin-right: 5px; }
.contrib-legend i[data-lvl="1"] { background: rgba(185, 167, 255, 0.24); }
.contrib-legend i[data-lvl="2"] { background: rgba(185, 167, 255, 0.46); }
.contrib-legend i[data-lvl="3"] { background: rgba(185, 167, 255, 0.72); }
.contrib-legend i[data-lvl="4"] { background: var(--rito-violet); }

.contrib[data-state="error"] .contrib-cal,
.contrib[data-state="error"] .contrib-legend {
  display: none;
}

.token-burn {
  display: flex;
  max-width: 430px;
  align-items: baseline;
  justify-content: flex-start;
  gap: 9px;
  margin: 13px 0 0;
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.token-burn-label {
  color: rgba(180, 180, 186, 0.82);
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.token-burn-value {
  color: var(--rito-violet);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.link-section {
  min-width: 0;
  min-height: 0;
  padding: 6px 10px 44px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.link-section::-webkit-scrollbar {
  width: 6px;
}

.link-section::-webkit-scrollbar-track {
  background: transparent;
}

.link-section::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.section-header {
  margin: 0 0 25px;
}

.section-header h2 {
  margin: 0;
  color: var(--rito-text);
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.section-header > p:last-child {
  margin: 9px 0 0;
  color: var(--rito-secondary);
  font-size: 14px;
}

.link-collection,
.product-stack,
.link-grid {
  display: grid;
  gap: 12px;
}

.link-collection {
  gap: 0;
}

.product-stack {
  grid-template-columns: 1fr;
}

.link-group {
  margin-top: 32px;
}

.group-heading {
  margin: 0 0 12px;
  color: rgba(180, 180, 186, 0.82);
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.link-grid {
  grid-template-columns: 1fr;
}

.link-card {
  --card-x: 50%;
  --card-y: 50%;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 76px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 13px 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: var(--rito-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    rgba(14, 14, 20, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 1px 0 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.07),
    inset -1px 0 0 rgba(255, 255, 255, 0.04),
    0 20px 46px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.link-card > * {
  z-index: 2;
}

.link-card::before {
  position: absolute;
  inset: -5px;
  z-index: 0;
  border-radius: 18px;
  content: "";
  pointer-events: none;
  opacity: 0.88;
  background:
    radial-gradient(240px circle at var(--card-x) var(--card-y), rgba(255, 255, 255, 0.2), rgba(185, 167, 255, 0.075) 36%, transparent 72%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.045), transparent 38%),
    rgba(255, 255, 255, 0.008);
  -webkit-backdrop-filter: blur(8px) saturate(175%) brightness(1.08);
  backdrop-filter: blur(8px) saturate(175%) brightness(1.08);
  -webkit-filter: url("#rito-liquid-glass-distortion");
  filter: url("#rito-liquid-glass-distortion");
  transition: opacity 180ms ease;
}

.link-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  opacity: 0.84;
  background:
    radial-gradient(150px 58px at 12% 0%, rgba(255, 255, 255, 0.3), transparent 70%),
    radial-gradient(180px 74px at 94% 104%, rgba(185, 167, 255, 0.14), transparent 74%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 12px 24px -24px rgba(255, 255, 255, 0.72),
    inset 0 -16px 28px -28px rgba(0, 0, 0, 0.7);
  mix-blend-mode: screen;
}

.link-card:hover,
.link-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.25);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(18, 18, 25, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 1px 0 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 24px 58px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.link-card:hover::before,
.link-card:focus-visible::before {
  opacity: 1;
}

.featured-card {
  grid-column: 1 / -1;
}

.featured-card {
  display: flex;
  min-height: 166px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.17);
  background:
    radial-gradient(circle at 88% 5%, rgba(185, 167, 255, 0.17), transparent 38%),
    radial-gradient(ellipse at 42% 112%, rgba(234, 76, 139, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012)),
    rgba(17, 16, 23, 0.34);
}

.featured-light {
  position: absolute;
  right: -14%;
  bottom: -72px;
  z-index: 0;
  width: 116%;
  height: 112px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.34;
  background: linear-gradient(90deg, #f08045, #ea4c8b 32%, #a379d7 60%, #4c9fd6);
  filter: blur(30px);
}

.featured-topline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-kicker {
  padding-top: 2px;
  color: var(--rito-secondary);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.86;
  text-transform: uppercase;
}

.featured-logo {
  display: block;
  border-radius: 11px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.featured-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 36px;
}

.featured-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 10px;
}

.featured-title-row strong {
  color: #f3f3f5;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.featured-copy .featured-byline {
  margin: 0;
  color: rgba(180, 180, 186, 0.72);
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.featured-copy .featured-description {
  margin-top: 7px;
  color: var(--rito-secondary);
  font-size: 13px;
}

.product-card {
  width: 100%;
  min-height: 82px;
}

.icon-wrap {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
}

.icon-wrap img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.72;
  filter: grayscale(1) brightness(0) invert(1);
}

.link-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.link-copy strong {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.91);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.015em;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-copy small {
  overflow: hidden;
  margin-top: 4px;
  color: var(--rito-secondary);
  font-size: 11.5px;
  line-height: 1.35;
  opacity: 0.86;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-arrow {
  color: rgba(255, 255, 255, 0.42);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 15px;
  transition: color 160ms ease, transform 160ms ease;
}

.card-status {
  color: rgba(180, 180, 186, 0.54);
  font-family: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.is-placeholder {
  cursor: default;
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.featured-card > .card-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.link-card:hover .card-arrow,
.link-card:focus-visible .card-arrow {
  color: rgba(255, 255, 255, 0.82);
  transform: translate(2px, -2px);
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  margin: 34px 0 0;
  padding: 22px 0 max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--rito-border);
  color: rgba(136, 136, 143, 0.72);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(180, 180, 186, 0.78);
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.footer-separator {
  color: rgba(136, 136, 143, 0.42);
}

.button:focus-visible,
.link-card:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

body.effects-ready [data-reveal] {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(16px);
  transition: opacity 650ms ease, filter 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.effects-ready [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@keyframes rito-shimmer {
  to { background-position: 200% center; }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .button-secondary { background: #232326; }
  .link-card { background: #25252b; }
  .link-card::before {
    -webkit-filter: none;
    filter: none;
  }
}

@media (min-width: 901px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .page-shell {
    width: min(calc(100% - 40px), 680px);
    height: auto;
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 64px 0 56px;
    overflow: visible;
  }

  .identity {
    position: relative;
    top: auto;
    align-self: auto;
  }

  .tagline {
    max-width: 460px;
  }

  .link-section {
    min-height: auto;
    padding: 0;
    overflow: visible;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(calc(100% - 28px), 680px);
    gap: 54px;
    padding: 48px 0 42px;
  }

  .portrait-wrap {
    width: 112px;
    height: 123px;
    margin-bottom: 27px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 3.45rem);
    letter-spacing: -0.06em;
  }

  .tagline {
    margin-top: 21px;
  }

  .button {
    flex: 1 1 145px;
    padding-inline: 16px;
  }

  .featured-card {
    grid-column: auto;
  }

  .link-card {
    min-height: 76px;
  }

  .featured-card {
    min-height: 160px;
  }

  .product-card {
    min-height: 80px;
  }

  .site-footer {
    justify-content: center;
  }
}

@media (hover: none), (pointer: coarse) {
  .link-card:hover,
  .button:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body.effects-ready [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .portrait-card {
    transform: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .page-atmosphere {
    display: none;
  }

  .button-secondary,
  .link-card {
    background: #1a1a1d;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .link-card::before {
    display: none;
  }

  .portrait-card::before,
  .portrait-card::after,
  .portrait-foil {
    display: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --rito-secondary: #d1d1d5;
    --rito-muted: #acacb2;
    --rito-border: rgba(255, 255, 255, 0.2);
    --rito-border-strong: rgba(255, 255, 255, 0.36);
  }
}
