:root {
  color-scheme: dark;
  --ink: #f4f0e8;
  --muted: rgba(244, 240, 232, 0.66);
  --quiet: rgba(244, 240, 232, 0.42);
  --line: rgba(244, 240, 232, 0.16);
  --field: #050706;
  --signal: #adffdc;
  --signal-2: #f0c981;
  --signal-3: #ff6f61;
  --shadow: rgba(0, 0, 0, 0.62);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--field);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

html.reports-page,
body.reports-page {
  overflow-x: hidden;
  overflow-y: auto;
}

.hero,
.brand-lockup,
.title-char {
  user-select: none;
}

button {
  font: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(173, 255, 220, 0.12), transparent 22rem),
    radial-gradient(circle at 78% 74%, rgba(240, 201, 129, 0.1), transparent 25rem),
    linear-gradient(135deg, #050706, #090c0a 48%, #030403);
}

#substrate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background:
    radial-gradient(circle at 50% 32%, rgba(173, 255, 220, 0.12), transparent 18rem),
    radial-gradient(circle at 78% 74%, rgba(240, 201, 129, 0.08), transparent 24rem),
    linear-gradient(135deg, #050706, #090c0a 48%, #030403);
}

.webgl-lost #substrate {
  display: none;
}

.grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 24px 24px, 24px 24px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 82%);
}

.lattice-veil {
  pointer-events: none;
  position: absolute;
  z-index: 4;
  inset: 0;
  display: none;
  opacity: 0;
}

.hero {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(22px, 3.3vw, 52px);
}

a {
  color: inherit;
  text-decoration: none;
}

.hero::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0;
}

.signal-trace {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: clamp(168px, 23vh, 210px);
  left: 50%;
  display: none;
  width: min(1080px, 76vw);
  height: 24px;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0.9;
  background:
    linear-gradient(90deg, transparent, rgba(173, 255, 220, 0.16), transparent) 50% 50% / 100% 1px no-repeat;
  mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%);
}

.scanner-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(330px, 25vw);
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(173, 255, 220, 0.28) 18%, rgba(173, 255, 220, 1) 50%, rgba(173, 255, 220, 0.28) 82%, transparent 100%);
  filter:
    drop-shadow(0 0 10px rgba(173, 255, 220, 0.82))
    drop-shadow(0 0 42px rgba(173, 255, 220, 0.44));
  transform: translate(-50%, -50%);
  animation: scanner-sweep 3.4s ease-in-out infinite alternate;
}

@keyframes scanner-sweep {
  0% {
    opacity: 0.38;
    transform: translate(-285%, -50%);
  }

  100% {
    opacity: 0.82;
    transform: translate(185%, -50%);
  }
}

.signal-bar {
  position: absolute;
  top: clamp(20px, 3vw, 42px);
  right: clamp(22px, 3.3vw, 52px);
  display: flex;
  gap: 8px;
}

.signal-bar span {
  width: 34px;
  height: 1px;
  background: var(--line);
  box-shadow: 0 0 18px rgba(173, 255, 220, 0.26);
}

.signal-bar span:nth-child(1) {
  background: rgba(173, 255, 220, 0.58);
}

.signal-bar span:nth-child(2) {
  background: rgba(240, 201, 129, 0.48);
}

.signal-bar span:nth-child(3) {
  background: rgba(255, 111, 97, 0.42);
}

.interface-tag {
  display: none;
}

.clean-thesis {
  display: none;
}

.site-nav {
  position: absolute;
  z-index: 4;
  top: clamp(18px, 2.8vw, 36px);
  left: clamp(22px, 3.3vw, 52px);
  display: inline-grid;
  grid-template-columns: repeat(6, auto);
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(244, 240, 232, 0.13);
  background: rgba(5, 7, 6, 0.45);
  backdrop-filter: blur(18px);
}

.site-nav a {
  display: inline-grid;
  min-height: 34px;
  min-width: 104px;
  overflow: hidden;
  place-items: center;
  border: 0;
  padding: 9px 11px;
  background: transparent;
  color: rgba(244, 240, 232, 0.46);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  outline: none;
  background: rgba(244, 240, 232, 0.07);
  color: var(--ink);
}

.nav-mark {
  grid-template-columns: 18px auto;
  gap: 8px;
}

.nav-mark img {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  opacity: 0.86;
}

.brand-lockup {
  position: absolute;
  left: clamp(22px, 6vw, 86px);
  top: 47%;
  width: min(820px, calc(100vw - 44px));
  transform: translateY(-50%);
  text-shadow: 0 18px 48px var(--shadow);
}

.kicker,
.readout-label {
  margin: 0 0 18px;
  color: var(--quiet);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-shell[data-concept="submerged"] .kicker {
  display: none;
}

.site-shell[data-concept="submerged"] .interface-tag {
  position: absolute;
  z-index: 4;
  top: clamp(28px, 3.2vw, 42px);
  right: clamp(110px, 10vw, 170px);
  display: block;
  margin: 0;
  color: rgba(244, 240, 232, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-shell[data-concept="submerged"] .lattice-veil {
  display: block;
  opacity: 0.48;
  background-image:
    linear-gradient(90deg, transparent 0, transparent 72px, rgba(173, 255, 220, 0.16) 74px, transparent 76px),
    linear-gradient(0deg, transparent 0, transparent 58px, rgba(244, 240, 232, 0.1) 60px, transparent 62px);
  background-size: 154px 100%, 100% 118px;
  background-position: 0 0, 0 0;
  mix-blend-mode: screen;
  mask-image:
    linear-gradient(180deg, transparent 0%, black 30%, black 58%, transparent 70%),
    linear-gradient(90deg, transparent 18%, black 30%, black 70%, transparent 82%);
  mask-composite: intersect;
  animation: lattice-pass 7s linear infinite;
}

@keyframes lattice-pass {
  0% {
    background-position: -80px 0, 0 -36px;
  }

  100% {
    background-position: 74px 0, 0 82px;
  }
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(58px, 11vw, 156px);
  line-height: 0.9;
  font-weight: 520;
  letter-spacing: 0;
}

.site-shell[data-concept="substrate"] .brand-lockup {
  left: 50%;
  top: 47%;
  width: min(920px, calc(100vw - 44px));
  text-align: center;
  transform: translate(-50%, -50%);
}

.site-shell[data-concept="substrate"] h1 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.94;
  font-weight: 620;
  text-transform: uppercase;
  color: rgba(248, 246, 239, 0.92);
  text-shadow:
    0 0 24px rgba(173, 255, 220, 0.16),
    0 30px 90px rgba(0, 0, 0, 0.72);
}

.site-shell[data-concept="substrate"] .thesis {
  margin-right: auto;
  margin-left: auto;
}

.thesis {
  width: min(560px, 92vw);
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.55;
}

.pillar-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pillar {
  --px: var(--x);
  --py: var(--y);
  pointer-events: auto;
  position: absolute;
  left: var(--px);
  top: var(--py);
  display: grid;
  width: 178px;
  min-height: 44px;
  place-items: center;
  translate: -50% -50%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: rgba(244, 240, 232, 0.58);
  cursor: pointer;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.pillar::before,
.pillar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  translate: -50% -50%;
}

.pillar::before {
  width: 9px;
  height: 9px;
  background: currentColor;
  box-shadow:
    0 0 18px currentColor,
    0 0 44px rgba(173, 255, 220, 0.18);
}

.pillar::after {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  opacity: 0.24;
}

@keyframes measured-pulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.42;
    transform: scale(1.08);
  }
}

.pillar span {
  position: absolute;
  left: 50%;
  top: calc(50% + 28px);
  width: max-content;
  max-width: 178px;
  translate: -50% 0;
  color: currentColor;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.78;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.72);
}

.pillar[data-pillar="agentic"] span {
  top: auto;
  bottom: calc(50% + 28px);
}

.pillar:hover,
.pillar:focus-visible,
.pillar.is-active {
  color: var(--signal);
  outline: none;
  transform: scale(1.08);
}

.pillar[data-pillar="market"]:hover,
.pillar[data-pillar="market"]:focus-visible,
.pillar[data-pillar="market"].is-active,
.pillar[data-pillar="venture"]:hover,
.pillar[data-pillar="venture"]:focus-visible,
.pillar[data-pillar="venture"].is-active {
  color: var(--signal-2);
}

.pillar[data-pillar="creative"]:hover,
.pillar[data-pillar="creative"]:focus-visible,
.pillar[data-pillar="creative"].is-active {
  color: var(--signal-3);
}

.readout {
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 72px);
  width: min(370px, calc(100vw - 44px));
  border-left: 1px solid rgba(173, 255, 220, 0.28);
  padding: 2px 0 4px 18px;
  text-shadow: 0 10px 34px var(--shadow);
}

.readout h2 {
  margin-bottom: 9px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: 0;
}

.readout p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.mobile-pillar-rail {
  display: none;
}

.site-shell[data-concept="submerged"] .brand-lockup,
.site-shell[data-concept="lattice"] .brand-lockup,
.site-shell[data-concept="core"] .brand-lockup,
.site-shell[data-concept="clean"] .brand-lockup {
  left: 50%;
  top: 40%;
  width: min(920px, calc(100vw - 44px));
  text-align: center;
  transform: translate(-50%, -50%);
}

.site-shell[data-concept="submerged"] .brand-lockup {
  top: 48%;
}

.site-shell[data-concept="submerged"] h1,
.site-shell[data-concept="lattice"] h1,
.site-shell[data-concept="core"] h1,
.site-shell[data-concept="clean"] h1 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.94;
  text-transform: uppercase;
}

.site-shell[data-concept="submerged"] h1,
.site-shell[data-concept="core"] h1 {
  position: relative;
  color: rgba(214, 212, 204, 0.84);
  font-weight: 560;
  cursor: default;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22),
    0 -1px 0 rgba(0, 0, 0, 0.95),
    0 18px 52px rgba(0, 0, 0, 0.7);
  transition:
    text-shadow 220ms ease,
    filter 160ms ease;
}

.site-shell[data-concept="submerged"] .brand-lockup:hover h1,
.site-shell[data-concept="core"] .brand-lockup:hover h1 {
  filter: contrast(1.06);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 -1px 0 rgba(0, 0, 0, 0.9),
    0 0 18px rgba(244, 240, 232, 0.12),
    0 34px 96px rgba(0, 0, 0, 0.62);
}

.site-shell[data-concept="submerged"] .title-char,
.site-shell[data-concept="core"] .title-char {
  display: inline-block;
  color: transparent;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.92) 0%, rgba(230, 228, 219, 0.84) 18%, rgba(112, 120, 116, 0.8) 45%, rgba(226, 224, 216, 0.86) 72%, rgba(104, 110, 106, 0.8) 100%),
    linear-gradient(115deg, #777d77 0%, #f6f2e9 24%, #8c938e 41%, #ffffff 53%, #69716d 69%, #d9d6ce 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transform:
    translate3d(var(--pull-x, 0px), var(--pull-y, 0px), 0)
    scale(var(--pull-scale, 1))
    skewX(var(--pull-skew, 0deg));
  filter:
    brightness(var(--pull-brightness, 0.88))
    contrast(var(--pull-contrast, 1));
  text-shadow:
    0 1px 0 rgba(255, 255, 255, var(--pull-light, 0.16)),
    0 -1px 0 rgba(0, 0, 0, 0.92),
    var(--pull-shadow-x, 0px) var(--pull-shadow-y, 0px) var(--pull-shadow-blur, 0px) rgba(255, 255, 255, var(--pull-glow, 0));
  transition:
    transform 120ms ease,
    filter 120ms ease,
    text-shadow 120ms ease;
  cursor: default;
}

.site-shell[data-concept="submerged"] .title-word,
.site-shell[data-concept="core"] .title-word {
  display: inline-block;
  white-space: nowrap;
}

.site-shell[data-concept="submerged"] .thesis,
.site-shell[data-concept="lattice"] .thesis,
.site-shell[data-concept="core"] .thesis,
.site-shell[data-concept="clean"] .thesis {
  margin-right: auto;
  margin-left: auto;
}

.site-shell[data-concept="submerged"] .thesis {
  color: rgba(244, 240, 232, 0.48);
}

.site-shell[data-concept="submerged"] .pillar,
.site-shell[data-concept="lattice"] .pillar,
.site-shell[data-concept="core"] .pillar,
.site-shell[data-concept="clean"] .pillar {
  --px: 50%;
  --py: 72%;
  width: 172px;
}

.site-shell[data-concept="submerged"] .pillar::after,
.site-shell[data-concept="lattice"] .pillar::after,
.site-shell[data-concept="core"] .pillar::after,
.site-shell[data-concept="clean"] .pillar::after {
  animation: measured-pulse 2s ease-in-out infinite;
}

.site-shell[data-concept="submerged"] .signal-trace {
  display: block;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="agentic"] {
  --py: 73%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="market"] {
  --py: 78%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="venture"] {
  --py: 83%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="decentralized"] {
  --py: 76%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="intelligence"] {
  --py: 81%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="creative"] {
  --py: 86%;
}

.site-shell[data-concept="submerged"] .pillar {
  left: auto;
  top: var(--py);
  display: flex;
  width: min(330px, 28vw);
  min-height: 38px;
  border: 1px solid rgba(244, 240, 232, 0.12);
  padding: 0 18px 0 24px;
  background:
    linear-gradient(90deg, rgba(244, 240, 232, 0.1), rgba(244, 240, 232, 0.025) 72%, transparent),
    rgba(4, 6, 5, 0.45);
  color: rgba(244, 240, 232, 0.5);
  translate: 0 -50%;
  backdrop-filter: blur(16px);
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="agentic"],
.site-shell[data-concept="submerged"] .pillar[data-pillar="market"],
.site-shell[data-concept="submerged"] .pillar[data-pillar="venture"] {
  left: 0;
  justify-content: flex-end;
  border-left: 0;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="decentralized"],
.site-shell[data-concept="submerged"] .pillar[data-pillar="intelligence"],
.site-shell[data-concept="submerged"] .pillar[data-pillar="creative"] {
  right: 0;
  justify-content: flex-start;
  border-right: 0;
  background:
    linear-gradient(270deg, rgba(244, 240, 232, 0.1), rgba(244, 240, 232, 0.025) 72%, transparent),
    rgba(4, 6, 5, 0.45);
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="decentralized"] {
  --py: 73%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="intelligence"] {
  --py: 78%;
}

.site-shell[data-concept="submerged"] .pillar[data-pillar="creative"] {
  --py: 83%;
}

.site-shell[data-concept="submerged"] .pillar::before,
.site-shell[data-concept="submerged"] .pillar::after {
  display: none;
}

.site-shell[data-concept="submerged"] .pillar span {
  position: static;
  bottom: auto;
  width: auto;
  max-width: none;
  translate: none;
  opacity: 1;
}

.site-shell[data-concept="submerged"] .readout {
  --readout-top: 73%;
  top: var(--readout-top);
  bottom: auto;
  width: min(360px, 27vw);
  border-left: 0;
  border-top: 0;
  padding: 0;
  text-align: left;
  opacity: 1;
  transform: translateY(-50%);
  transition:
    opacity 520ms ease,
    filter 520ms ease;
}

.site-shell[data-concept="submerged"] .readout-label {
  display: none;
}

.site-shell[data-concept="submerged"] .readout h2 {
  display: none;
}

.site-shell[data-concept="submerged"] .readout p:last-child {
  color: rgba(244, 240, 232, 0.44);
  font-size: 13px;
}

.site-shell[data-concept="submerged"] .readout::before,
.site-shell[data-concept="submerged"] .readout::after {
  content: none;
}

.site-shell[data-concept="submerged"][data-active-side="left"] .readout {
  left: min(380px, 30vw);
  right: auto;
}

.site-shell[data-concept="submerged"][data-active-side="right"] .readout {
  right: min(380px, 30vw);
  left: auto;
}

.site-shell[data-concept="submerged"] .readout.is-faded {
  opacity: 0;
  filter: blur(5px);
}

.site-shell[data-concept="lattice"] h1 {
  color: rgba(248, 246, 239, 0.92);
  text-shadow:
    0 0 24px rgba(173, 255, 220, 0.16),
    0 30px 90px rgba(0, 0, 0, 0.72);
}

.site-shell[data-concept="lattice"] .brand-lockup {
  top: 50%;
}

.site-shell[data-concept="lattice"] .pillar::after {
  width: 64px;
  height: 64px;
  border-style: solid;
  opacity: 0.3;
}

.site-shell[data-concept="lattice"] .pillar span {
  top: calc(50% + 38px);
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="agentic"] span {
  top: auto;
  bottom: calc(50% + 38px);
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="agentic"] {
  --px: 50%;
  --py: 16%;
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="market"] {
  --px: 73%;
  --py: 28%;
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="venture"] {
  --px: 73%;
  --py: 68%;
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="decentralized"] {
  --px: 50%;
  --py: 82%;
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="intelligence"] {
  --px: 27%;
  --py: 68%;
}

.site-shell[data-concept="lattice"] .pillar[data-pillar="creative"] {
  --px: 27%;
  --py: 28%;
}

.site-shell[data-concept="lattice"] .readout {
  top: auto;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(28px, 5vh, 54px);
  width: min(330px, calc(100vw - 44px));
  border-left: 1px solid rgba(240, 201, 129, 0.24);
  border-top: 0;
  padding: 2px 0 4px 18px;
  text-align: left;
  transform: none;
}

.site-shell[data-concept="core"] .brand-lockup {
  top: 49%;
}

.site-shell[data-concept="core"] .signal-bar,
.site-shell[data-concept="clean"] .signal-bar {
  display: none;
}

.site-shell[data-concept="core"] .kicker {
  display: none;
}

.site-shell[data-concept="core"] .interface-tag {
  position: absolute;
  z-index: 4;
  top: clamp(28px, 3.2vw, 42px);
  right: clamp(110px, 10vw, 170px);
  display: block;
  margin: 0;
  color: rgba(244, 240, 232, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-shell[data-concept="core"] .thesis {
  display: none;
}

.site-shell[data-concept="core"] .clean-thesis {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 4vw, 58px);
  bottom: clamp(50px, 8vh, 82px);
  display: block;
  width: min(350px, 32vw);
  margin: 0;
  border-left: 1px solid rgba(173, 255, 220, 0.16);
  padding: 2px 0 4px 18px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.64);
}

.site-shell[data-concept="core"] .signal-trace {
  display: none;
}

.site-shell[data-concept="core"] .scanner-core {
  width: min(210px, 18vw);
  height: 2px;
}

.site-shell[data-concept="core"] .lattice-veil {
  display: block;
  opacity: 0.38;
  background-image:
    linear-gradient(90deg, transparent 0, transparent 72px, rgba(173, 255, 220, 0.14) 74px, transparent 76px),
    linear-gradient(0deg, transparent 0, transparent 58px, rgba(244, 240, 232, 0.08) 60px, transparent 62px);
  background-size: 154px 100%, 100% 118px;
  mix-blend-mode: screen;
  mask-image:
    radial-gradient(circle at center, black 0%, black 32%, transparent 52%),
    linear-gradient(180deg, transparent 16%, black 34%, black 64%, transparent 78%);
  mask-composite: intersect;
  animation: lattice-pass 8.5s linear infinite;
}

.site-shell[data-concept="core"] h1 {
  font-weight: 600;
}

.site-shell[data-concept="core"] .title-char {
  animation: core-metal-pulse 6s ease-in-out infinite;
  animation-delay: calc(var(--char-index, 0) * 42ms);
}

@keyframes core-metal-pulse {
  0%,
  50%,
  100% {
    filter:
      brightness(var(--pull-brightness, 0.88))
      contrast(var(--pull-contrast, 1));
    text-shadow:
      0 1px 0 rgba(255, 255, 255, var(--pull-light, 0.16)),
      0 -1px 0 rgba(0, 0, 0, 0.92),
      var(--pull-shadow-x, 0px) var(--pull-shadow-y, 0px) var(--pull-shadow-blur, 0px) rgba(255, 255, 255, var(--pull-glow, 0));
  }

  68% {
    filter:
      brightness(calc(var(--pull-brightness, 0.88) + 0.55))
      contrast(calc(var(--pull-contrast, 1) + 0.18));
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.46),
      0 -1px 0 rgba(0, 0, 0, 0.88),
      0 0 22px rgba(244, 240, 232, 0.44),
      0 0 54px rgba(173, 255, 220, 0.18);
  }

  82% {
    filter:
      brightness(calc(var(--pull-brightness, 0.88) + 0.12))
      contrast(calc(var(--pull-contrast, 1) + 0.04));
  }
}

.site-shell[data-concept="core"] .pillar::after {
  width: 64px;
  height: 64px;
  opacity: 0.28;
}

.site-shell[data-concept="core"] .pillar span {
  top: calc(50% + 38px);
}

.site-shell[data-concept="core"] .pillar[data-pillar="agentic"] {
  --px: 50%;
  --py: 20%;
}

.site-shell[data-concept="core"] .pillar[data-pillar="agentic"] span {
  top: auto;
  bottom: calc(50% + 38px);
}

.site-shell[data-concept="core"] .pillar[data-pillar="market"] {
  --px: 74%;
  --py: 28%;
}

.site-shell[data-concept="core"] .pillar[data-pillar="venture"] {
  --px: 74%;
  --py: 67%;
}

.site-shell[data-concept="core"] .pillar[data-pillar="decentralized"] {
  --px: 50%;
  --py: 84%;
}

.site-shell[data-concept="core"] .pillar[data-pillar="intelligence"] {
  --px: 26%;
  --py: 67%;
}

.site-shell[data-concept="core"] .pillar[data-pillar="creative"] {
  --px: 26%;
  --py: 28%;
}

.site-shell[data-concept="core"] .readout {
  top: auto;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(28px, 5vh, 54px);
  width: min(330px, calc(100vw - 44px));
  border-left: 1px solid rgba(173, 255, 220, 0.22);
  border-top: 0;
  padding: 2px 0 4px 18px;
  text-align: left;
  transform: none;
}

.site-shell[data-concept="core"] .readout h2 {
  display: block;
}

.site-shell[data-concept="core"] .readout-label {
  display: block;
}

.site-shell[data-concept="clean"] .site-nav {
  background: rgba(5, 7, 6, 0.32);
}

.contact-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 72%, rgba(173, 255, 220, 0.08), transparent 24rem),
    radial-gradient(circle at 74% 30%, rgba(240, 201, 129, 0.08), transparent 24rem),
    linear-gradient(135deg, #050706, #090c0a 48%, #030403);
}

.contact-nav {
  position: fixed;
}

.contact-panel {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  width: min(720px, calc(100vw - 44px));
  flex-direction: column;
  justify-content: center;
  margin-left: clamp(22px, 8vw, 132px);
  padding: 110px 0 72px;
  text-shadow: 0 18px 48px var(--shadow);
}

.contact-panel h1 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(46px, 6.8vw, 84px);
  line-height: 0.94;
  text-transform: uppercase;
}

.contact-panel > p:not(.readout-label) {
  width: min(560px, 92vw);
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-actions a {
  border: 1px solid rgba(244, 240, 232, 0.13);
  padding: 10px 13px;
  background: rgba(5, 7, 6, 0.45);
  color: rgba(244, 240, 232, 0.58);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.contact-actions a:hover,
.contact-actions a:focus-visible,
.contact-actions .primary-link {
  border-color: rgba(173, 255, 220, 0.32);
  background: rgba(173, 255, 220, 0.055);
  color: var(--ink);
  outline: none;
}

.reports-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--field);
  color: var(--ink);
}

.reports-shell #substrate {
  position: fixed;
}

.reports-lattice {
  position: fixed;
  z-index: 1;
  display: block;
  opacity: 0.25;
  background-image:
    linear-gradient(90deg, transparent 0, transparent 72px, rgba(173, 255, 220, 0.12) 74px, transparent 76px),
    linear-gradient(0deg, transparent 0, transparent 72px, rgba(244, 198, 117, 0.08) 74px, transparent 76px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.96), transparent 72%);
}

.reports-nav {
  position: fixed;
}

.reports-hero,
.report-console,
.report-method,
.report-contact-strip {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100vw - 44px));
  margin-right: auto;
  margin-left: auto;
}

.reports-hero {
  display: grid;
  min-height: 72svh;
  padding-top: 150px;
  padding-bottom: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 6vw, 88px);
}

.reports-title-block h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(54px, 8.5vw, 124px);
  line-height: 0.88;
  letter-spacing: 0;
}

.reports-thesis {
  width: min(720px, 100%);
  margin: 26px 0 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.45;
}

.reports-metrics {
  display: grid;
  gap: 10px;
}

.reports-metrics div {
  border: 1px solid rgba(244, 240, 232, 0.12);
  padding: 16px;
  background: rgba(5, 7, 6, 0.48);
  backdrop-filter: blur(18px);
}

.reports-metrics span {
  display: block;
  color: var(--signal);
  font-family: var(--mono);
  font-size: 22px;
}

.reports-metrics p {
  margin: 6px 0 0;
  color: rgba(244, 240, 232, 0.56);
  font-size: 12px;
  text-transform: uppercase;
}

.report-console {
  border: 1px solid rgba(244, 240, 232, 0.12);
  padding: clamp(18px, 3vw, 34px);
  background: rgba(5, 7, 6, 0.58);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.console-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: end;
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  padding-bottom: 20px;
}

.console-header h2,
.report-method h2 {
  margin: 0;
  font-size: clamp(26px, 3.5vw, 48px);
  letter-spacing: 0;
}

.console-header p {
  margin: 0;
  color: rgba(244, 240, 232, 0.58);
  line-height: 1.5;
}

.report-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 0;
}

.report-filters button,
.report-card-footer button,
.buy-link,
.secondary-link {
  min-height: 38px;
  border: 1px solid rgba(244, 240, 232, 0.14);
  padding: 10px 13px;
  background: rgba(244, 240, 232, 0.035);
  color: rgba(244, 240, 232, 0.64);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.report-filters button:hover,
.report-filters button:focus-visible,
.report-filters button.is-active,
.report-card-footer button:hover,
.report-card-footer button:focus-visible,
.buy-link:hover,
.buy-link:focus-visible,
.secondary-link:hover,
.secondary-link:focus-visible {
  border-color: rgba(173, 255, 220, 0.34);
  background: rgba(173, 255, 220, 0.06);
  color: var(--ink);
  outline: none;
}

.buy-link[aria-disabled="true"] {
  border-color: rgba(244, 198, 117, 0.28);
  background: rgba(244, 198, 117, 0.055);
  color: rgba(244, 240, 232, 0.66);
  cursor: not-allowed;
}

.report-grid-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 18px;
  align-items: start;
}

.report-list {
  display: grid;
  gap: 10px;
}

.report-card,
.report-preview,
.report-method li {
  border: 1px solid rgba(244, 240, 232, 0.1);
  background:
    linear-gradient(135deg, rgba(173, 255, 220, 0.055), transparent 38%),
    rgba(5, 7, 6, 0.44);
}

.report-card {
  padding: 16px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.report-card:hover,
.report-card:focus-visible,
.report-card.is-active {
  border-color: rgba(173, 255, 220, 0.34);
  background:
    linear-gradient(135deg, rgba(173, 255, 220, 0.075), transparent 46%),
    rgba(5, 7, 6, 0.66);
  outline: none;
  transform: translateY(-1px);
}

.report-card-topline,
.report-card-footer,
.preview-topline,
.preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.report-card-topline span,
.preview-topline span,
.preview-meta span {
  color: rgba(173, 255, 220, 0.8);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.report-card h3 {
  margin: 18px 0 10px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  letter-spacing: 0;
}

.report-card p,
.report-preview p,
.delivery-note {
  color: rgba(244, 240, 232, 0.62);
  line-height: 1.5;
}

.report-card-footer {
  margin-top: 18px;
}

.report-card-footer > span {
  color: var(--signal-2);
  font-family: var(--mono);
}

.report-preview {
  position: sticky;
  top: 108px;
  padding: 20px;
}

.report-preview h2 {
  margin: 18px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}

.preview-meta {
  justify-content: flex-start;
  margin: 18px 0 22px;
}

.preview-meta span {
  border: 1px solid rgba(173, 255, 220, 0.15);
  padding: 6px 8px;
}

.preview-points {
  display: grid;
  margin: 12px 0 22px;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.preview-points li {
  border-left: 1px solid rgba(173, 255, 220, 0.28);
  padding-left: 12px;
  color: rgba(244, 240, 232, 0.72);
  line-height: 1.4;
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buy-link {
  border-color: rgba(173, 255, 220, 0.42);
  background: rgba(173, 255, 220, 0.1);
  color: var(--ink);
}

.delivery-note {
  margin: 16px 0 0;
  font-size: 13px;
}

body.modal-open {
  overflow: hidden;
}

.report-modal[hidden] {
  display: none;
}

.report-modal {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(3, 4, 3, 0.76);
  backdrop-filter: blur(18px);
}

.report-modal-panel {
  position: relative;
  width: min(860px, 100%);
  max-height: min(760px, calc(100svh - 44px));
  overflow: auto;
  border: 1px solid rgba(244, 240, 232, 0.14);
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(173, 255, 220, 0.07), transparent 44%),
    linear-gradient(180deg, rgba(244, 240, 232, 0.045), transparent 32%),
    rgba(5, 7, 6, 0.94);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.58);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 36px;
  border: 1px solid rgba(244, 240, 232, 0.14);
  padding: 9px 12px;
  background: rgba(244, 240, 232, 0.04);
  color: rgba(244, 240, 232, 0.68);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(173, 255, 220, 0.34);
  color: var(--ink);
  outline: none;
}

.report-modal-panel h2 {
  width: min(680px, calc(100% - 76px));
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0;
}

.modal-copy {
  display: grid;
  gap: 16px;
}

.modal-copy p {
  margin: 0;
  color: rgba(244, 240, 232, 0.7);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
}

.modal-copy ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.modal-copy li {
  border-left: 1px solid rgba(173, 255, 220, 0.28);
  padding-left: 13px;
  color: rgba(244, 240, 232, 0.72);
  line-height: 1.45;
}

.modal-copy .modal-close-copy {
  border-top: 1px solid rgba(244, 240, 232, 0.12);
  padding-top: 16px;
  color: rgba(244, 240, 232, 0.82);
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.report-method {
  display: grid;
  padding: 72px 0;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
}

.report-method ol {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.report-method li {
  display: grid;
  padding: 16px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.report-method li span {
  color: var(--signal);
  font-family: var(--mono);
}

.report-method li p {
  margin: 0;
  color: rgba(244, 240, 232, 0.68);
  line-height: 1.5;
}

.report-contact-strip {
  display: flex;
  margin-bottom: 44px;
  border-top: 1px solid rgba(244, 240, 232, 0.12);
  padding: 22px 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.report-contact-strip p {
  margin: 0;
  color: rgba(244, 240, 232, 0.66);
}

.report-contact-strip a {
  color: var(--signal);
  font-family: var(--mono);
  text-decoration: none;
}

.site-shell[data-concept="clean"] .brand-lockup {
  top: 49%;
}

.site-shell[data-concept="clean"] .kicker {
  display: none;
}

.site-shell[data-concept="clean"] .interface-tag {
  position: absolute;
  z-index: 4;
  top: clamp(28px, 3.2vw, 42px);
  right: clamp(110px, 10vw, 170px);
  display: block;
  margin: 0;
  color: rgba(244, 240, 232, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-shell[data-concept="clean"] h1 {
  color: rgba(248, 246, 239, 0.94);
  font-weight: 620;
  text-shadow:
    0 0 18px rgba(173, 255, 220, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.7);
}

.site-shell[data-concept="clean"] .title-char {
  color: inherit;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  filter: none;
}

.site-shell[data-concept="clean"] .thesis {
  display: none;
}

.site-shell[data-concept="clean"] .clean-thesis {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 4vw, 58px);
  bottom: clamp(50px, 8vh, 82px);
  display: block;
  width: min(350px, 32vw);
  margin: 0;
  border-left: 1px solid rgba(173, 255, 220, 0.16);
  padding: 2px 0 4px 18px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.64);
}

.site-shell[data-concept="clean"] .signal-trace {
  display: none;
}

.site-shell[data-concept="clean"] .lattice-veil {
  display: block;
  opacity: 0.24;
  background-image:
    linear-gradient(90deg, transparent 0, transparent 72px, rgba(173, 255, 220, 0.12) 74px, transparent 76px),
    linear-gradient(0deg, transparent 0, transparent 58px, rgba(244, 240, 232, 0.08) 60px, transparent 62px);
  background-size: 154px 100%, 100% 118px;
  mix-blend-mode: screen;
  mask-image:
    radial-gradient(circle at center, black 0%, black 34%, transparent 55%),
    linear-gradient(180deg, transparent 18%, black 34%, black 62%, transparent 78%);
  mask-composite: intersect;
  animation: lattice-pass 9s linear infinite;
}

.site-shell[data-concept="clean"] .pillar::after {
  width: 64px;
  height: 64px;
  opacity: 0.26;
}

.site-shell[data-concept="clean"] .pillar span {
  top: calc(50% + 38px);
}

.site-shell[data-concept="clean"] .pillar[data-pillar="agentic"] {
  --px: 50%;
  --py: 20%;
}

.site-shell[data-concept="clean"] .pillar[data-pillar="agentic"] span {
  top: auto;
  bottom: calc(50% + 38px);
}

.site-shell[data-concept="clean"] .pillar[data-pillar="market"] {
  --px: 74%;
  --py: 28%;
}

.site-shell[data-concept="clean"] .pillar[data-pillar="venture"] {
  --px: 74%;
  --py: 67%;
}

.site-shell[data-concept="clean"] .pillar[data-pillar="decentralized"] {
  --px: 50%;
  --py: 84%;
}

.site-shell[data-concept="clean"] .pillar[data-pillar="intelligence"] {
  --px: 26%;
  --py: 67%;
}

.site-shell[data-concept="clean"] .pillar[data-pillar="creative"] {
  --px: 26%;
  --py: 28%;
}

.site-shell[data-concept="clean"] .readout {
  top: auto;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(28px, 5vh, 54px);
  width: min(330px, calc(100vw - 44px));
  border-left: 1px solid rgba(173, 255, 220, 0.22);
  border-top: 0;
  padding: 2px 0 4px 18px;
  text-align: left;
  transform: none;
}

@media (max-width: 980px) and (min-width: 761px) {
  .site-nav {
    right: auto;
    max-width: calc(100vw - 44px);
    grid-template-columns: repeat(6, minmax(70px, auto));
  }

  .site-nav a {
    min-width: 82px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 9px;
  }

  .nav-mark {
    grid-template-columns: 16px auto;
  }

  .nav-mark img {
    width: 16px;
    height: 16px;
  }

  .site-shell[data-concept="core"] .interface-tag,
  .site-shell[data-concept="clean"] .interface-tag {
    display: none;
  }

  .site-shell[data-concept="core"] .readout,
  .site-shell[data-concept="clean"] .readout,
  .site-shell[data-concept="lattice"] .readout {
    right: clamp(18px, 3vw, 28px);
    bottom: clamp(20px, 3vh, 28px);
    width: min(280px, 34vw);
  }

  .site-shell[data-concept="core"] .readout h2,
  .site-shell[data-concept="clean"] .readout h2,
  .site-shell[data-concept="lattice"] .readout h2 {
    font-size: clamp(18px, 2vw, 22px);
  }

  .site-shell[data-concept="core"] .readout p:last-child,
  .site-shell[data-concept="clean"] .readout p:last-child,
  .site-shell[data-concept="lattice"] .readout p:last-child {
    font-size: 12px;
  }

  .site-shell[data-concept="core"] .clean-thesis,
  .site-shell[data-concept="clean"] .clean-thesis {
    width: min(270px, 34vw);
    bottom: clamp(42px, 7vh, 64px);
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .reports-hero {
    min-height: auto;
    padding-top: 128px;
    grid-template-columns: 1fr;
  }

  .reports-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .console-header,
  .report-grid-layout,
  .report-method {
    grid-template-columns: 1fr;
  }

  .report-preview {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow: auto;
  }

  .hero {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    justify-content: center;
    padding: 22px 18px 156px;
  }

  .signal-bar {
    display: none;
  }

  .signal-trace {
    top: 104px;
    width: 86vw;
    height: 70px;
  }

  .site-nav {
    right: 18px;
    left: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .site-nav a {
    min-width: 0;
    padding: 9px 4px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .nav-mark {
    grid-template-columns: 1fr;
  }

  .nav-mark span {
    display: none;
  }

  .brand-lockup {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .site-shell[data-concept="substrate"] .brand-lockup {
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
    transform: none;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(58px, 18vw, 84px);
  }

  .site-shell[data-concept="substrate"] h1 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(44px, 13vw, 66px);
    text-align: center;
  }

  .thesis {
    max-width: 24rem;
    font-size: 16px;
  }

  .site-shell[data-concept="substrate"] .thesis {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .pillar-field {
    display: none;
  }

  .readout {
    right: 18px;
    bottom: 76px;
    left: 18px;
    width: auto;
    max-width: none;
    padding-left: 14px;
  }

  .mobile-pillar-rail {
    position: fixed;
    z-index: 3;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(244, 240, 232, 0.12);
    background: rgba(5, 7, 6, 0.76);
    backdrop-filter: blur(18px);
  }

  .rail-button {
    display: grid;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(244, 240, 232, 0.12);
    padding: 0;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(244, 240, 232, 0.58);
    cursor: pointer;
  }

  .rail-button::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 16px currentColor;
  }

  .rail-button.is-active {
    color: var(--signal);
    border-color: rgba(173, 255, 220, 0.34);
  }

  .site-shell[data-concept="submerged"] .brand-lockup,
  .site-shell[data-concept="lattice"] .brand-lockup,
  .site-shell[data-concept="core"] .brand-lockup,
  .site-shell[data-concept="clean"] .brand-lockup {
    left: auto;
    top: auto;
    width: 100%;
    text-align: left;
    transform: none;
  }

  .site-shell[data-concept="submerged"] .kicker {
    display: block;
  }

  .site-shell[data-concept="submerged"] .interface-tag {
    display: none;
  }

  .site-shell[data-concept="clean"] .interface-tag {
    display: none;
  }

  .site-shell[data-concept="core"] .interface-tag {
    display: none;
  }

  .site-shell[data-concept="submerged"] h1,
  .site-shell[data-concept="lattice"] h1,
  .site-shell[data-concept="core"] h1,
  .site-shell[data-concept="clean"] h1 {
    margin-left: 0;
    text-align: left;
    font-size: clamp(42px, 12vw, 62px);
  }

  .site-shell[data-concept="submerged"] .brand-lockup {
    text-align: left;
  }

  .site-shell[data-concept="submerged"] h1 {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    line-height: 0.96;
  }

  .site-shell[data-concept="submerged"] .title-word {
    display: block;
  }

  .site-shell[data-concept="submerged"] .thesis,
  .site-shell[data-concept="lattice"] .thesis,
  .site-shell[data-concept="core"] .thesis,
  .site-shell[data-concept="clean"] .thesis {
    margin-left: 0;
  }

  .site-shell[data-concept="submerged"] .thesis {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .site-shell[data-concept="submerged"] .readout,
  .site-shell[data-concept="lattice"] .readout,
  .site-shell[data-concept="core"] .readout,
  .site-shell[data-concept="clean"] .readout {
    top: auto;
    right: 18px;
    bottom: 76px;
    left: 18px;
    width: auto;
    border-top: 0;
    border-left: 1px solid rgba(173, 255, 220, 0.28);
    padding: 2px 0 4px 14px;
    text-align: left;
    transform: none;
  }

  .site-shell[data-concept="submerged"][data-active-side="left"] .readout,
  .site-shell[data-concept="submerged"][data-active-side="right"] .readout {
    top: auto;
    right: 18px;
    bottom: 76px;
    left: 18px;
    width: auto;
  }

  .site-shell[data-concept="submerged"] .readout {
    top: auto;
    bottom: 76px;
    opacity: 1;
    filter: none;
  }

  .site-shell[data-concept="submerged"] .readout.is-faded {
    opacity: 1;
    filter: none;
  }

  .site-shell[data-concept="submerged"] .readout-label,
  .site-shell[data-concept="submerged"] .readout h2 {
    display: block;
  }

  .site-shell[data-concept="submerged"] .readout p:last-child {
    max-width: 100%;
    color: rgba(244, 240, 232, 0.62);
    font-size: 13px;
  }

  .site-shell[data-concept="clean"] .clean-thesis {
    position: static;
    width: min(24rem, 100%);
    display: block;
    border-left: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .site-shell[data-concept="core"] .clean-thesis {
    position: static;
    width: min(24rem, 100%);
    display: block;
    border-left: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .site-shell[data-concept="clean"] .thesis {
    display: none;
  }

  .site-shell[data-concept="core"] .thesis {
    display: none;
  }

  .contact-shell {
    overflow: auto;
  }

  .contact-nav {
    position: absolute;
  }

  .contact-panel {
    width: auto;
    min-height: 100svh;
    margin: 0;
    padding: 124px 18px 48px;
  }

  .contact-panel h1 {
    max-width: 9ch;
    font-size: clamp(42px, 13vw, 62px);
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-actions a {
    width: 100%;
  }

  .reports-hero,
  .report-console,
  .report-method,
  .report-contact-strip {
    width: calc(100vw - 36px);
  }

  .reports-hero {
    padding-top: 118px;
    padding-bottom: 42px;
  }

  .reports-title-block h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .reports-thesis {
    font-size: 16px;
  }

  .reports-metrics,
  .report-method li {
    grid-template-columns: 1fr;
  }

  .report-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .report-modal {
    padding: 14px;
    align-items: end;
  }

  .report-modal-panel {
    max-height: calc(100svh - 28px);
    padding: 54px 18px 20px;
  }

  .report-modal-panel h2 {
    width: 100%;
    font-size: clamp(30px, 10vw, 46px);
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
