:root {
  --paper: #fbfaf7;
  --paper-warm: #f7f3ec;
  --ink: #080808;
  --soft-ink: #34312e;
  --muted: #5f5b54;
  --rule: rgba(8, 8, 8, 0.14);
  --hairline: rgba(8, 8, 8, 0.18);
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 255, 255, 0.95), transparent 34rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  font-family: var(--sans);
  font-size: 16px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.035) 0.7px, transparent 0.7px),
    radial-gradient(rgba(0, 0, 0, 0.025) 0.8px, transparent 0.8px);
  background-size: 31px 31px, 47px 47px;
  background-position: 0 0, 19px 13px;
}

img,
svg {
  display: block;
}

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

.site-shell {
  --site-gutter: clamp(24px, 3vw, 48px);
  position: relative;
  width: min(100%, 1710px);
  margin: 0 auto;
  min-height: 100svh;
  padding: 20px var(--site-gutter) 42px;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 3.6vw, 58px);
  min-height: 48px;
  padding: 4px 0 8px;
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 calc(var(--site-gutter) * -1);
  z-index: -1;
  background: rgba(251, 250, 247, 0.96);
  backdrop-filter: blur(14px);
}

main {
  flex: 1;
  display: block;
  scroll-margin-top: 86px;
}

.landing-panel {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand-logo {
  width: clamp(168px, 13.8vw, 220px);
  max-height: 58px;
  object-fit: contain;
}

.brand-symbol {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  isolation: isolate;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
}

.brand-mark::before {
  background: conic-gradient(from -20deg, #ff7a18, #ff3434 19%, #f724a9 46%, #7838ff 68%, #ff7a18 100%);
  -webkit-mask: repeating-conic-gradient(#000 0 7deg, transparent 7deg 14deg);
  mask: repeating-conic-gradient(#000 0 7deg, transparent 7deg 14deg);
}

.brand-mark::after {
  inset: 19px;
  background: var(--paper);
}

.brand-mark span {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a18, #ed25a4 60%, #7838ff);
}

.brand-word {
  font-size: clamp(1.24rem, 1.45vw, 1.72rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
}

.click-ink-layer {
  position: fixed;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.click-ink-blot {
  position: absolute;
  left: var(--ink-x);
  top: var(--ink-y);
  width: var(--ink-size);
  height: var(--ink-size);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--ink-rotation)) scale(0.18);
  animation: click-ink-bloom 920ms cubic-bezier(0.17, 0.84, 0.35, 1) forwards;
  background:
    radial-gradient(circle at 49% 50%, rgba(0, 0, 0, 0.88) 0 11%, transparent 12%),
    radial-gradient(circle at 39% 42%, rgba(0, 0, 0, 0.78) 0 8%, transparent 9%),
    radial-gradient(circle at 61% 44%, rgba(0, 0, 0, 0.74) 0 7%, transparent 8%),
    radial-gradient(circle at 52% 65%, rgba(0, 0, 0, 0.72) 0 8%, transparent 9%),
    radial-gradient(circle at 22% 61%, rgba(0, 0, 0, 0.58) 0 4%, transparent 5%),
    radial-gradient(circle at 76% 70%, rgba(0, 0, 0, 0.52) 0 3.4%, transparent 4.2%),
    radial-gradient(circle at 82% 31%, rgba(0, 0, 0, 0.46) 0 2.7%, transparent 3.4%),
    radial-gradient(circle at 13% 34%, rgba(0, 0, 0, 0.42) 0 2.5%, transparent 3.1%);
  filter: blur(0.12px);
}

.click-ink-blot::before,
.click-ink-blot::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 48% 48%, rgba(0, 0, 0, 0.42) 0 9%, transparent 10%),
    radial-gradient(circle at 28% 25%, rgba(0, 0, 0, 0.34) 0 2.4%, transparent 3.2%),
    radial-gradient(circle at 70% 18%, rgba(0, 0, 0, 0.3) 0 1.9%, transparent 2.8%),
    radial-gradient(circle at 88% 59%, rgba(0, 0, 0, 0.3) 0 1.7%, transparent 2.4%),
    radial-gradient(circle at 17% 77%, rgba(0, 0, 0, 0.28) 0 1.8%, transparent 2.5%);
}

.click-ink-blot::before {
  transform: rotate(31deg) scale(1.22);
}

.click-ink-blot::after {
  opacity: 0.52;
  transform: rotate(-22deg) scale(1.42);
}

@keyframes click-ink-bloom {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--ink-rotation)) scale(0.14);
  }

  18% {
    opacity: 0.72;
  }

  72% {
    opacity: 0.32;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--ink-rotation)) scale(1);
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 44px);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a,
.button {
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 0.62;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1.6px solid var(--ink);
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #202020;
}

.button-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: #fff;
}

.button-large {
  min-width: 178px;
  min-height: 48px;
  font-size: 0.93rem;
}

.button-arrow {
  justify-content: space-between;
  gap: 26px;
  padding-inline: 30px 20px;
}

.button-arrow span {
  font-size: 1.65rem;
  line-height: 0;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 0;
  padding: clamp(18px, 3vw, 36px) 0 clamp(10px, 1.8vw, 20px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.hand-note {
  font-family: var(--hand);
  color: var(--ink);
  letter-spacing: 0.01em;
}

.hero-note {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(14px, 1.5vw, 22px);
  font-size: clamp(1.05rem, 1.05vw, 1.32rem);
  line-height: 0.92;
  transform: rotate(-6deg);
}

.hero-note::after,
.work-intro h2::after,
.hero-subcopy span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--ink);
  transform: rotate(-2deg);
  opacity: 0.92;
}

.hero-note::after {
  right: -10px;
  bottom: -8px;
}

.hero h1 {
  max-width: 590px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 4.55vw, 5.85rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-subcopy {
  max-width: 540px;
  margin: clamp(14px, 1.6vw, 22px) 0 0;
  color: var(--soft-ink);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.42;
  letter-spacing: 0;
}

.hero-subcopy span {
  position: relative;
  display: inline-block;
  margin-left: 0.18em;
  color: var(--ink);
}

.hero-subcopy span::after {
  right: -6px;
  bottom: 1px;
  height: 1.6px;
  transform: rotate(-1.5deg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.trust-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--soft-ink);
  font-size: 0.86rem;
  font-weight: 500;
}

.trust-line svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-height: clamp(300px, 31vw, 405px);
  align-self: stretch;
  pointer-events: none;
}

.orbit-frame {
  --orbit-left-bleed: clamp(620px, 64vw, 1040px);
  position: fixed;
  z-index: 0;
  top: 82px;
  right: clamp(18px, 3vw, 54px);
  bottom: clamp(92px, 13vh, 126px);
  left: max(42vw, calc((100vw - 1710px) / 2 + 660px));
  pointer-events: none;
}

#orbit-sketch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(var(--orbit-left-bleed, 0px) * -1);
}

#orbit-sketch canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.no-p5 #orbit-sketch::before {
  content: "";
  position: absolute;
  inset: 12% 4% 8% 4%;
  border: 1px dashed rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.orbit-note {
  position: absolute;
  right: clamp(22px, 5vw, 70px);
  bottom: clamp(24px, 5vw, 56px);
  z-index: 2;
  margin: 0;
  font-size: clamp(1.04rem, 1.2vw, 1.42rem);
  line-height: 1.02;
  transform: rotate(-4deg);
}

.orbit-note::before {
  content: "↖";
  position: absolute;
  left: -38px;
  top: -34px;
  font-family: var(--hand);
  font-size: 2.4rem;
  transform: rotate(-18deg);
}

.work-section {
  position: relative;
  z-index: 3;
  scroll-margin-top: 86px;
  padding: 0;
}

.section-rule {
  height: 1px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, transparent, var(--rule) 4%, var(--rule) 96%, transparent);
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 48px);
}

.work-intro {
  max-width: 310px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow span {
  font-size: 1.18rem;
  line-height: 1;
}

.work-intro h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.72rem, 2.15vw, 2.65rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.work-intro h2::after {
  right: 12px;
  bottom: -14px;
  height: 1.8px;
}

.work-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-size: 0.86rem;
  line-height: 1.38;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(116px, 1fr));
  min-width: 0;
}

.feature-card {
  min-width: 0;
  padding: 0 clamp(8px, 1vw, 18px);
  text-align: center;
  border-left: 1px solid var(--hairline);
}

.feature-card:last-child {
  border-right: 1px solid var(--hairline);
}

.feature-icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  place-items: center;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.feature-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.7rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.bottom-note {
  display: none;
}

.bottom-note span {
  display: inline-block;
  margin: 0 16px;
  font-family: var(--sans);
  font-size: 0.86em;
  font-weight: 500;
  transform: translateY(1px) rotate(10deg);
}

.process-section {
  position: relative;
  z-index: 3;
  scroll-margin-top: 86px;
  margin: clamp(74px, 12vh, 132px) calc(clamp(24px, 3vw, 48px) * -1) 0;
  padding: clamp(86px, 11vh, 132px) clamp(24px, 3vw, 48px) 58px;
  border-top: 1px solid var(--rule);
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.72), rgba(251, 250, 247, 0.94) 38%, rgba(251, 250, 247, 0.98)),
    radial-gradient(circle at 82% 6%, rgba(255, 255, 255, 0.72), transparent 28rem);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.03) 0.7px, transparent 0.8px),
    radial-gradient(rgba(0, 0, 0, 0.022) 0.8px, transparent 0.9px);
  background-size: 34px 32px, 51px 47px;
  background-position: 8px 12px, 24px 18px;
}

.process-hero {
  position: relative;
  min-height: 292px;
  padding: 0 0 1.15rem;
}

.process-side-note {
  position: absolute;
  left: clamp(1.5rem, 4vw, 4.75rem);
  top: 52%;
  width: max-content;
  margin: 0;
  font-size: clamp(1.25rem, 1.42vw, 1.7rem);
  line-height: 0.96;
  font-weight: 700;
  transform: rotate(-7deg);
}

.process-side-note::after,
.process-eyebrow::after,
.outcome::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.55rem;
  margin-top: 0.16rem;
  background: url("data:image/svg+xml,%3Csvg width='300' height='18' viewBox='0 0 300 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12 C57 1 108 17 164 8 C206 1 252 7 298 4' fill='none' stroke='%23080808' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.process-heading {
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}

.process-eyebrow {
  display: inline-block;
  margin: 0 0 1.3rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.process-eyebrow::after {
  height: 0.45rem;
  margin-top: 0.25rem;
}

.process-heading h2 {
  max-width: 980px;
  margin: 0 auto 1.1rem;
  font-family: var(--serif);
  font-size: clamp(4.1rem, 5vw, 7rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.process-heading > p {
  margin: 0 auto;
  color: #171614;
  font-size: clamp(1.02rem, 1.08vw, 1.26rem);
  line-height: 1.45;
  letter-spacing: 0;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% - clamp(2rem, 8vw, 10rem));
  height: 3.1rem;
  margin: 0 auto 1.65rem;
  align-items: center;
}

.track-line {
  position: absolute;
  left: 0;
  right: 2rem;
  top: 50%;
  height: 2px;
  background: var(--ink);
  transform: translateY(-50%);
}

.track-arrow {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(-50%);
}

.track-arrow::before,
.track-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.15rem;
  height: 2px;
  background: var(--ink);
  transform-origin: right center;
}

.track-arrow::before {
  transform: rotate(36deg);
}

.track-arrow::after {
  transform: rotate(-36deg);
}

.track-dot {
  position: relative;
  z-index: 2;
  justify-self: center;
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: #fff;
  background: #070707;
  box-shadow: 0 0 0 6px var(--paper);
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  position: relative;
  min-height: 470px;
  padding: 0 clamp(1rem, 2.05vw, 2.15rem);
}

.process-card + .process-card {
  border-left: 1px solid var(--hairline);
}

.step-art {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(148px, 11.4vw, 182px);
  margin-bottom: 0.55rem;
}

.step-art img {
  display: block;
  width: min(100%, 330px);
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.process-card h3 {
  margin: 0 0 0.42rem;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 2.7vw, 4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.process-card p:not(.outcome) {
  max-width: 330px;
  margin: 0 auto 0.8rem;
  color: #1e1c1a;
  font-size: clamp(0.91rem, 0.95vw, 1.06rem);
  line-height: 1.52;
  letter-spacing: 0;
}

.process-card ul {
  max-width: 330px;
  margin: 0.9rem auto 1.15rem;
  padding: 0;
  list-style: none;
  color: #171614;
  font-family: var(--hand);
  font-size: clamp(1.06rem, 1.13vw, 1.25rem);
  font-weight: 700;
  line-height: 1.23;
}

.process-card li {
  position: relative;
  margin-bottom: 0.52rem;
  padding-left: 2rem;
}

.process-card li::before {
  content: "✓";
  position: absolute;
  left: 0.25rem;
  top: -0.06rem;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 800;
}

.outcome {
  position: relative;
  max-width: 340px;
  margin: 1.05rem auto 0;
  padding-top: 0.55rem;
  color: #1b1a18;
  font-family: var(--hand);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 700;
  line-height: 1.15;
}

.outcome::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 0.38rem;
  margin: 0;
  transform: rotate(-1.4deg);
}

.process-guarantees {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - clamp(1rem, 6vw, 8rem));
  margin: 0.55rem auto 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.025);
}

.process-guarantees article {
  display: flex;
  min-height: 5.7rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.95rem, 1.6vw, 2.1rem);
  padding: 0.9rem 1.2rem;
}

.process-guarantees article + article {
  border-left: 2px solid var(--ink);
}

.process-guarantees svg {
  width: 4.1rem;
  height: 4.1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-guarantees .thin {
  stroke-width: 1.2;
}

.process-guarantees p {
  margin: 0;
  font-family: var(--hand);
  font-size: clamp(1.13rem, 1.32vw, 1.55rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.workflow-page {
  --workflow-line-strong: rgba(8, 8, 8, 0.72);
  --workflow-gutter: clamp(1.25rem, 3.6vw, 4.25rem);
  position: relative;
  width: min(100%, 1860px);
  margin: clamp(82px, 9vw, 142px) auto 0;
  padding: 2.4rem 0 2.25rem;
  scroll-margin-top: 86px;
}

.workflow-stage {
  display: grid;
  grid-template-columns: minmax(45rem, 1fr) minmax(29rem, 32rem);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
}

.workflow-map {
  position: relative;
  min-height: clamp(42rem, 50.2vw, 54rem);
}

.workflow-heading {
  position: relative;
  z-index: 4;
  width: min(770px, 82%);
  margin: 0 auto;
  padding-top: 0.6rem;
  text-align: center;
}

.workflow-page .eyebrow {
  justify-content: center;
  gap: 0.9rem;
  margin: 0 0 1.05rem;
  color: #161412;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.24em;
}

.workflow-page .eyebrow span {
  font-size: 1.24rem;
}

.workflow-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 3.45vw, 5.15rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.workflow-heading h2 span {
  position: relative;
  display: inline-block;
}

.workflow-heading h2 span::after,
.workflow-page .hand-note::after,
.workflow-bottom-note::after {
  content: "";
  display: block;
  width: 105%;
  height: 0.52rem;
  margin-top: 0.02rem;
  background: url("data:image/svg+xml,%3Csvg width='230' height='16' viewBox='0 0 230 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10 C43 3 77 15 121 8 C161 2 190 7 227 4' fill='none' stroke='%23080808' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

.workflow-page .hand-note {
  position: absolute;
  z-index: 7;
  width: max-content;
  margin: 0;
  font-size: clamp(1.2rem, 1.45vw, 1.72rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0.016em;
}

.workflow-page .hand-note::after {
  height: 0.45rem;
  margin-top: 0.22rem;
}

.workflow-note-pick {
  left: 0.35rem;
  top: 2.55rem;
  transform: rotate(-7deg);
}

.workflow-note-start {
  left: auto;
  right: calc(35% + 3.25rem);
  top: 2.45rem;
  width: 8.2rem;
  transform: rotate(5deg);
}

.workflow-note-start::after {
  display: none;
}

.workflow-note-start::before {
  content: "";
  position: absolute;
  top: 4.55rem;
  right: 86%;
  width: 4.5rem;
  height: 5.2rem;
  background: url("data:image/svg+xml,%3Csvg width='90' height='105' viewBox='0 0 90 105' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78 8 C72 49 48 73 14 91' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 91 L22 76 M14 91 L30 96' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: rotate(8deg);
}

.workflow-note-boundaries {
  left: -0.35rem;
  bottom: 6.2rem;
  transform: rotate(-5deg);
}

.workflow-note-boundaries::before {
  content: "";
  position: absolute;
  left: 93%;
  top: 58%;
  width: 4.7rem;
  height: 3.7rem;
  background: url("data:image/svg+xml,%3Csvg width='90' height='80' viewBox='0 0 90 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 58 C31 60 47 40 73 18' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M73 18 L64 34 M73 18 L56 19' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.workflow-note-click {
  right: -1.25rem;
  top: 42%;
  transform: rotate(3deg) translateY(-18%);
}

.workflow-note-click::after {
  display: none;
}

.workflow-note-click::before {
  content: "";
  position: absolute;
  right: 94%;
  top: 0.5rem;
  width: 3.1rem;
  height: 2.45rem;
  background: url("data:image/svg+xml,%3Csvg width='82' height='62' viewBox='0 0 82 62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M79 38 C49 18 24 20 7 31' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 31 L19 20 M7 31 L22 36' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: rotate(-10deg);
}

.workflow-cosmos {
  position: absolute;
  left: 50%;
  top: 57.5%;
  z-index: 2;
  width: min(880px, 96%);
  aspect-ratio: 1.19;
  transform: translate(-50%, -50%);
}

#workflow-orbit-sketch,
.workflow-system {
  position: absolute;
  inset: 0;
}

#workflow-orbit-sketch canvas {
  display: block;
}

.workflow-system {
  z-index: 4;
}

.assistant-core,
.workflow-node {
  position: absolute;
  left: calc(var(--x, 50) * 1%);
  top: calc(var(--y, 52) * 1%);
  transform: translate(-50%, -50%);
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.87);
  backdrop-filter: blur(1px);
}

.assistant-core {
  --x: 50;
  --y: 52;
  display: grid;
  place-items: center;
  width: clamp(10rem, 15vw, 13.1rem);
  height: clamp(10rem, 15vw, 13.1rem);
  padding: 1rem;
  text-align: center;
  box-shadow:
    inset 0 0 0 4px rgba(255, 254, 250, 0.8),
    0 0 0 1px rgba(8, 8, 8, 0.12);
}

.assistant-star {
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.35rem;
}

.assistant-core strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assistant-core span {
  display: block;
  margin-top: 0.46rem;
  font-family: var(--hand);
  font-size: 1.14rem;
  line-height: 0.92;
}

.workflow-node {
  display: grid;
  place-items: center;
  width: clamp(6.6rem, 9.4vw, 8.7rem);
  height: clamp(6.6rem, 9.4vw, 8.7rem);
  padding: 0.75rem;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  box-shadow: 0 9px 32px rgba(0, 0, 0, 0.035);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.workflow-node::before {
  content: "";
  position: absolute;
  inset: 0.32rem;
  border: 1px solid rgba(8, 8, 8, 0.18);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 180ms ease;
}

.workflow-node:hover,
.workflow-node:focus-visible {
  transform: translate(-50%, -50%) scale(1.035);
  box-shadow: var(--shadow);
}

.workflow-node.is-active {
  border-width: 3px;
  background: #fffefb;
  box-shadow:
    0 0 0 6px rgba(255, 254, 250, 0.85),
    0 16px 42px rgba(0, 0, 0, 0.1);
}

.workflow-node.is-active::before {
  opacity: 1;
}

.workflow-icon {
  display: block;
  width: clamp(3.85rem, 5vw, 4.85rem);
  height: clamp(3.85rem, 5vw, 4.85rem);
  margin-bottom: -0.08rem;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.workflow-node span {
  display: block;
  max-width: 6rem;
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.workflow-detail {
  position: relative;
  z-index: 6;
  min-height: 52rem;
  margin-top: 1.05rem;
  padding: 1.9rem 2rem 1.55rem;
  border: 2px solid var(--ink);
  border-radius: 0.8rem;
  background: rgba(255, 254, 250, 0.86);
  box-shadow:
    0 0 0 8px rgba(255, 254, 250, 0.55),
    var(--shadow);
  overflow: hidden;
}

.workflow-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image: radial-gradient(circle at 12% 14%, #000 0 0.5px, transparent 0.8px);
  background-size: 29px 31px;
}

.detail-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.25rem 0.65rem;
  border-radius: 0.3rem;
  color: #fff;
  background: #050505;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.close-card {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-family: var(--sans);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.close-card:hover,
.close-card:focus-visible {
  color: #fff;
  background: #090909;
  transform: rotate(8deg);
}

.workflow-detail h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.58rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.45vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.detail-summary {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  margin: 0 0 1.35rem;
  color: #24211f;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.detail-illustration {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 17.2rem;
  margin: 0.4rem 0 1.15rem;
  border-bottom: 1px solid var(--workflow-line-strong);
}

.detail-illustration svg {
  width: min(100%, 25rem);
  height: 16rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-workflow-art {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92%, 25rem);
  max-height: 16rem;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.03);
}

.detail-list {
  position: relative;
  z-index: 1;
  display: grid;
}

.detail-row {
  display: grid;
  grid-template-columns: 2.55rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.82rem 0;
  border-bottom: 1px dashed rgba(8, 8, 8, 0.18);
}

.detail-row:last-child {
  border-bottom: 0;
}

.detail-row svg {
  width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.05rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-row strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.94rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.detail-row p {
  margin: 0;
  color: #26231f;
  font-size: 0.88rem;
  line-height: 1.38;
  letter-spacing: 0;
}

.button-wide {
  width: 100%;
  min-height: 3.25rem;
  margin-top: 1.45rem;
  font-size: 0.98rem;
}

.button-wide span {
  margin-left: auto;
  font-size: 1.65rem;
  line-height: 0;
}

.workflow-bottom-note {
  position: relative;
  z-index: 8;
  display: block;
  width: max-content;
  max-width: min(850px, 82vw);
  margin: -1.3rem auto 0;
  font-size: clamp(1.35rem, 1.55vw, 1.9rem);
  font-weight: 700;
  text-align: center;
  transform: rotate(-1.5deg);
}

.workflow-bottom-note::before {
  content: "✶";
  display: inline-block;
  margin-right: 1rem;
  font-family: var(--sans);
  font-size: 1rem;
  transform: translateY(-0.1rem);
}

.workflow-bottom-note::after {
  width: 100%;
  margin-top: 0.12rem;
}

.diagnostic-page {
  --diagnostic-gutter: clamp(1.25rem, 3.4vw, 4.25rem);
  --diagnostic-sidebar: clamp(250px, 19vw, 330px);
  position: relative;
  z-index: 4;
  margin: clamp(82px, 9vw, 142px) calc(clamp(24px, 3vw, 48px) * -1) 0;
  scroll-margin-top: 86px;
  overflow: hidden;
  border-top: 1px solid var(--rule);
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.86), rgba(251, 250, 247, 0.98)),
    radial-gradient(circle at 72% 22%, rgba(0, 0, 0, 0.03), transparent 34rem);
}

.diagnostic-page [hidden] {
  display: none !important;
}

.diagnostic-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.46;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.035) 0.7px, transparent 0.8px),
    radial-gradient(rgba(0, 0, 0, 0.024) 0.8px, transparent 0.9px);
  background-size: 31px 29px, 47px 43px;
  background-position: 0 0, 19px 13px;
}

.diagnostic-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--diagnostic-sidebar) minmax(0, 1fr);
  min-width: 0;
  min-height: calc(100svh - 86px);
}

.diagnostic-sidebar {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(2rem, 4.2vw, 4.15rem) 1.85rem 3.2rem var(--diagnostic-gutter);
  border-right: 1px solid var(--hairline);
}

.stepper {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2vh, 1.8rem);
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: 1.35rem;
  left: 1.1rem;
  width: 1px;
  background: rgba(8, 8, 8, 0.78);
}

.stepper-item {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  align-items: start;
  gap: 1.25rem;
}

.stepper-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.28rem;
  height: 2.28rem;
  place-items: center;
  border: 1.8px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  font-weight: 700;
  line-height: 1;
}

.stepper-item.active .stepper-number,
.stepper-item.complete .stepper-number {
  color: #fff;
  background: #070707;
}

.stepper-item.complete .stepper-number {
  background: #33302c;
}

.stepper-item h2,
.stepper-item p {
  margin: 0;
}

.stepper-item h2 {
  margin-bottom: 0.28rem;
  font-size: clamp(0.96rem, 1vw, 1.18rem);
  font-weight: 780;
  letter-spacing: -0.02em;
}

.stepper-item p {
  max-width: 180px;
  color: #151413;
  font-size: clamp(0.75rem, 0.8vw, 0.92rem);
  line-height: 1.35;
}

.sidebar-note {
  position: relative;
  margin-top: 3rem;
  font-size: clamp(1.25rem, 1.35vw, 1.62rem);
  font-weight: 700;
  line-height: 0.96;
  transform: rotate(-6deg);
}

.sidebar-note::after,
.right-note::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.52rem;
  margin-top: 0.18rem;
  background: url("data:image/svg+xml,%3Csvg width='240' height='18' viewBox='0 0 240 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11C52 3 114 15 170 8C197 5 217 5 237 4' fill='none' stroke='%23080808' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.diagnostic-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(2.3rem, 4vw, 4.6rem) var(--diagnostic-gutter) 2.8rem;
}

#diagnostic-orbit-field {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

#diagnostic-orbit-field canvas {
  display: block;
}

.diagnostic-content {
  position: relative;
  z-index: 2;
  max-width: 1105px;
  min-width: 0;
}

.diagnostic-kicker {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 1.55rem;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.diagnostic-kicker span {
  font-size: 1.35rem;
  letter-spacing: 0;
}

.diagnostic-page #diagnostic-title {
  max-width: 970px;
  margin: 0 0 1.18rem;
  font-family: var(--serif);
  font-size: clamp(3.75rem, 5.35vw, 7rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.diagnostic-page #diagnostic-title span {
  position: relative;
  display: inline-block;
  white-space: normal;
}

.diagnostic-page #diagnostic-title span::after {
  content: "";
  position: absolute;
  left: -0.02em;
  right: -0.02em;
  bottom: -0.08em;
  height: 0.18em;
  background: url("data:image/svg+xml,%3Csvg width='470' height='34' viewBox='0 0 470 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 18C77 8 166 25 252 16C326 9 396 10 467 7' fill='none' stroke='%23080808' stroke-width='4.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.stage-subcopy {
  max-width: 48rem;
  margin: 0 0 2.15rem;
  color: #20201d;
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  line-height: 1.5;
}

.quiz-form {
  position: relative;
  z-index: 3;
  max-width: 1105px;
}

.honeypot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.quiz-progress {
  display: grid;
  grid-template-columns: max-content minmax(8rem, 1fr);
  align-items: center;
  gap: 1rem;
  max-width: 38rem;
  margin-bottom: 1.45rem;
  color: #25231f;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.progress-track {
  height: 0.34rem;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.progress-track span {
  display: block;
  width: 16.666%;
  height: 100%;
  background: #080808;
  transition: width 220ms ease;
}

.quiz-panel {
  min-height: clamp(30rem, 45vw, 37rem);
}

.quiz-panel h3 {
  max-width: 54rem;
  margin: 0 0 0.75rem;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3.75vw, 4.8rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.panel-kicker,
.question-label,
.mini-label {
  margin: 0 0 0.75rem;
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.panel-kicker::before {
  content: "✱";
  font-size: 1.05rem;
  line-height: 1;
}

.step-helper {
  max-width: 43rem;
  margin: 0 0 1.5rem;
  color: #282521;
  font-size: 1rem;
  line-height: 1.5;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.45rem;
}

.choice-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-grid .choice-card {
  display: block;
  min-height: 7.45rem;
  padding: 1.05rem 1.05rem 1rem;
  border: 2px solid var(--ink);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.choice-grid .choice-card:hover,
.choice-grid .choice-card:focus-within,
.choice-grid .choice-card.is-selected {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.075);
}

.choice-grid .choice-card span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 850;
  line-height: 1.12;
}

.choice-grid .choice-card small {
  display: block;
  color: #302d29;
  font-size: 0.83rem;
  line-height: 1.38;
}

.field-label {
  display: grid;
  gap: 0.62rem;
  max-width: 48rem;
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 820;
  letter-spacing: 0.01em;
}

.field-label input,
.field-label textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0.72rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.field-label input {
  min-height: 3.25rem;
  padding: 0.8rem 0.95rem;
}

.field-label textarea {
  min-height: 8rem;
  padding: 0.95rem;
  resize: vertical;
  line-height: 1.48;
}

.field-label input:focus,
.field-label textarea:focus {
  outline: 3px solid rgba(8, 8, 8, 0.16);
  outline-offset: 2px;
}

.question-pair,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0.3rem 0 1rem;
  font-size: 0.95rem;
  font-weight: 720;
}

.form-status[data-tone="error"] {
  color: #8f1f17;
}

.form-status[data-tone="success"] {
  color: #145c2d;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.form-privacy-note {
  max-width: 48rem;
  margin: 0 0 1rem;
  color: #4b4842;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-privacy-note a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.diagnostic-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  padding-top: 0.2rem;
}

.diagnostic-controls .button {
  gap: 0.75rem;
  cursor: pointer;
}

.diagnostic-controls .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.assistant-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.05rem, 2vw, 2.25rem);
  max-width: 1105px;
}

.assistant-card {
  position: relative;
  display: flex;
  min-height: clamp(350px, 25.2vw, 420px);
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.7rem, 2vw, 2.3rem);
  border: 2px solid var(--ink);
  border-radius: 0.9rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.assistant-card::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border: 1px solid transparent;
  border-radius: 0.58rem;
  pointer-events: none;
  transition: border-color 180ms ease;
}

.assistant-card:hover,
.assistant-card:focus-visible,
.assistant-card:focus-within,
.assistant-card.is-selected {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.assistant-card.is-selected::before,
.assistant-card:focus-visible::before,
.assistant-card:focus-within::before {
  border-color: rgba(8, 8, 8, 0.32);
}

.assistant-card svg {
  align-self: center;
  width: clamp(4rem, 5.2vw, 5.75rem);
  height: clamp(4rem, 5.2vw, 5.75rem);
  margin-bottom: auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assistant-card .soft-line {
  opacity: 0.54;
}

.card-title {
  display: block;
  margin-top: 1.55rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 1.9vw, 2.35rem);
  font-weight: 700;
  line-height: 1.02;
}

.card-rule {
  display: block;
  width: min(7.3rem, 68%);
  height: 0.48rem;
  margin: 0.42rem 0 0.92rem;
  background: url("data:image/svg+xml,%3Csvg width='170' height='16' viewBox='0 0 170 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10C37 2 80 14 118 7C137 4 152 4 167 3' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.card-copy {
  display: block;
  max-width: 14rem;
  margin-bottom: 2.45rem;
  color: #262420;
  font-size: clamp(0.9rem, 0.95vw, 1.02rem);
  line-height: 1.52;
}

.select-label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 800;
}

.select-label span {
  font-size: 1.55rem;
  line-height: 0;
  transform: translateY(-1px);
}

.right-note {
  position: absolute;
  top: clamp(0.9rem, 1.9vw, 2.4rem);
  right: clamp(3.5rem, 10vw, 14rem);
  z-index: 2;
  margin: 0;
  font-size: clamp(1.18rem, 1.45vw, 1.72rem);
  font-weight: 700;
  line-height: 0.96;
  transform: rotate(-7deg);
}

.right-note::before {
  display: none;
}

.ink {
  position: absolute;
  z-index: 1;
  width: 106px;
  height: 106px;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: multiply;
}

.ink::before,
.ink::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 48% 50%, rgba(0, 0, 0, 0.92) 0 9%, transparent 10%),
    radial-gradient(circle at 39% 43%, rgba(0, 0, 0, 0.88) 0 5.5%, transparent 6.5%),
    radial-gradient(circle at 59% 45%, rgba(0, 0, 0, 0.86) 0 5%, transparent 6%),
    radial-gradient(circle at 48% 61%, rgba(0, 0, 0, 0.84) 0 6%, transparent 7%),
    radial-gradient(circle at 12% 42%, rgba(0, 0, 0, 0.75) 0 1.7%, transparent 2.4%),
    radial-gradient(circle at 77% 32%, rgba(0, 0, 0, 0.75) 0 1.5%, transparent 2.2%),
    radial-gradient(circle at 74% 75%, rgba(0, 0, 0, 0.72) 0 1.3%, transparent 2%),
    radial-gradient(circle at 30% 82%, rgba(0, 0, 0, 0.72) 0 1.2%, transparent 1.9%),
    radial-gradient(circle at 90% 56%, rgba(0, 0, 0, 0.68) 0 0.9%, transparent 1.5%),
    radial-gradient(circle at 6% 72%, rgba(0, 0, 0, 0.65) 0 0.8%, transparent 1.3%);
}

.ink::after {
  inset: 8px;
  opacity: 0.5;
  transform: rotate(34deg) scale(1.18);
}

.ink-one {
  top: 9%;
  left: 12%;
  transform: rotate(-16deg) scale(0.84);
}

.ink-two {
  right: 3%;
  bottom: 15%;
  transform: rotate(18deg) scale(0.68);
  opacity: 0.52;
}

.ink-three {
  left: 1%;
  bottom: -20px;
  transform: rotate(-13deg) scale(0.7);
  opacity: 0.45;
}

.ink-four {
  right: 1%;
  bottom: -18px;
  transform: rotate(12deg) scale(0.52);
  opacity: 0.38;
}

@media (prefers-reduced-motion: no-preference) {
  .ink {
    animation: blot-breathe 7.5s ease-in-out infinite;
  }

  .ink-two,
  .ink-four {
    animation-delay: -2.8s;
  }
}

@keyframes blot-breathe {
  0%,
  100% {
    filter: blur(0px);
  }

  50% {
    filter: blur(0.18px);
  }
}

@media (max-width: 1120px) {
  #top,
  #approach,
  #how,
  #workflows,
  #start,
  #contact {
    scroll-margin-top: 140px;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 28px;
    padding-top: 8px;
  }

  .header-actions {
    justify-self: end;
  }

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

  .work-intro {
    max-width: 620px;
  }

  .process-side-note {
    display: none;
  }

  .process-heading h2 {
    font-size: clamp(4rem, 5.2vw, 6rem);
  }

  .feature-list {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 28px 0;
  }

  .feature-card:nth-child(4) {
    border-left: 1px solid var(--hairline);
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 64px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero h1 {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 560px;
    margin-top: -20px;
  }

  .orbit-frame {
    --orbit-left-bleed: 0px;
    position: absolute;
    inset: -4% -4% -6% -4%;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 0;
  }

  .process-card:nth-child(3) {
    border-left: 0;
  }

  .process-track {
    display: none;
  }

  .process-guarantees {
    grid-template-columns: 1fr;
  }

  .process-guarantees article + article {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .site-shell {
    --site-gutter: 20px;
    padding-inline: var(--site-gutter);
  }

  .site-header {
    gap: 18px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-symbol {
    width: 46px;
    height: 46px;
  }

  .brand-logo {
    width: clamp(152px, 34vw, 184px);
    max-height: 50px;
  }

  .brand-mark::after {
    inset: 15px;
  }

  .brand-word {
    font-size: 1.36rem;
  }

  .header-actions {
    display: none;
  }

  .nav-links {
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 14vw, 5.6rem);
  }

  .hero-actions {
    gap: 14px;
  }

  .button-large {
    min-width: 0;
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .orbit-frame {
    inset: -4% 0 -6%;
  }

  .orbit-note {
    right: 14px;
    bottom: 28px;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card {
    padding: 0 20px;
  }

  .feature-card:nth-child(odd) {
    border-left: 1px solid var(--hairline);
  }

  .feature-card:nth-child(even) {
    border-right: 1px solid var(--hairline);
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding-top: 22px;
  }

  .nav-links {
    font-size: 0.9rem;
  }

  .brand-logo {
    width: 146px;
  }

  .hero-subcopy br {
    display: none;
  }

  .hero-visual {
    min-height: 340px;
  }

  .process-section {
    margin-top: 56px;
    margin-right: calc(4px - clamp(24px, 3vw, 48px));
    margin-left: calc(4px - clamp(24px, 3vw, 48px));
    padding-top: 62px;
  }

  .process-heading h2 {
    font-size: clamp(3.1rem, 13vw, 4.75rem);
  }

  .process-heading > p br {
    display: none;
  }

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

  .process-card,
  .process-card:nth-child(3) {
    min-height: auto;
    padding: 1.7rem 0 2rem;
    border-left: 0;
    border-top: 1px solid var(--hairline);
  }

  .step-art {
    height: 165px;
  }

  .process-card h3,
  .process-card p,
  .process-card ul,
  .outcome {
    max-width: 34rem;
  }

  .process-guarantees {
    width: 100%;
  }

  .process-guarantees article {
    justify-content: flex-start;
  }

  .process-guarantees svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .orbit-note {
    font-size: 1.12rem;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-card,
  .feature-card:nth-child(even),
  .feature-card:last-child {
    border-right: 0;
  }

  .bottom-note {
    text-align: center;
    line-height: 1.2;
  }
}

@media (max-width: 1375px) {
  .workflow-stage {
    grid-template-columns: 1fr;
  }

  .workflow-map {
    min-height: 47rem;
  }

  .workflow-detail {
    width: min(100%, 45rem);
    min-height: auto;
    margin: 0 auto;
  }

  .workflow-note-start {
    right: calc(var(--workflow-gutter) + 3rem);
    left: auto;
  }

  .workflow-bottom-note {
    margin-top: 1.4rem;
  }

  .assistant-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assistant-card {
    min-height: 310px;
  }

  .right-note {
    right: 3rem;
  }
}

@media (max-width: 880px) {
  .workflow-page {
    padding-top: 1.7rem;
  }

  .workflow-heading {
    width: min(100%, 580px);
  }

  .workflow-heading h2 {
    font-size: clamp(3.05rem, 11vw, 4.95rem);
  }

  .workflow-note-pick,
  .workflow-note-start,
  .workflow-note-boundaries,
  .workflow-note-click {
    display: none;
  }

  .workflow-map {
    min-height: 44rem;
  }

  .workflow-cosmos {
    top: 58%;
    width: min(720px, 102%);
  }

  .assistant-core {
    width: 9.35rem;
    height: 9.35rem;
  }

  .workflow-node {
    width: 6.4rem;
    height: 6.4rem;
  }

  .workflow-icon {
    width: 3.55rem;
    height: 3.55rem;
  }

  .workflow-node span {
    font-size: 0.72rem;
  }
}

@media (max-width: 620px) {
  .workflow-stage {
    gap: 1.2rem;
  }

  .workflow-map {
    min-height: 49rem;
  }

  .workflow-heading h2 {
    line-height: 1.02;
  }

  .workflow-cosmos {
    top: 61.5%;
    width: 105%;
    aspect-ratio: 0.78;
  }

  .assistant-core {
    width: 8.3rem;
    height: 8.3rem;
  }

  .assistant-star {
    width: 2.35rem;
    height: 2.35rem;
  }

  .assistant-core strong {
    font-size: 0.72rem;
  }

  .assistant-core span {
    font-size: 0.93rem;
  }

  .workflow-node {
    width: 5.75rem;
    height: 5.75rem;
    padding: 0.55rem;
  }

  .workflow-icon {
    width: 3.05rem;
    height: 3.05rem;
    margin-bottom: -0.04rem;
  }

  .workflow-node span {
    max-width: 4.8rem;
    font-size: 0.65rem;
  }

  .workflow-detail {
    padding: 1.25rem;
    border-radius: 0.65rem;
  }

  .detail-illustration {
    min-height: 13rem;
  }

  .detail-illustration svg {
    height: 12.5rem;
  }

  .detail-workflow-art {
    max-height: 12.5rem;
  }

  .detail-row {
    grid-template-columns: 2.25rem 1fr;
  }

  .workflow-bottom-note {
    max-width: calc(100% - 2rem);
    margin-top: 1rem;
    white-space: normal;
  }
}

@media (max-width: 1120px) {
  .diagnostic-shell {
    grid-template-columns: 1fr;
  }

  .diagnostic-sidebar {
    display: block;
    padding: 1.35rem var(--diagnostic-gutter);
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .stepper {
    grid-auto-flow: column;
    grid-auto-columns: minmax(112px, 1fr);
    grid-template-columns: none;
    gap: 0.75rem;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }

  .stepper::before {
    top: 1.12rem;
    right: 1.15rem;
    bottom: auto;
    left: 1.15rem;
    width: auto;
    height: 1px;
  }

  .stepper-item {
    grid-template-columns: 1fr;
    min-width: 112px;
    gap: 0.55rem;
  }

  .stepper-item p,
  .sidebar-note {
    display: none;
  }

  .diagnostic-stage {
    min-height: calc(100svh - 175px);
  }
}

@media (max-width: 850px) {
  .diagnostic-page {
    --diagnostic-gutter: 1rem;
    margin-inline: -20px;
  }

  .diagnostic-stage {
    padding-top: 2rem;
  }

  .diagnostic-page #diagnostic-title {
    font-size: clamp(3.1rem, 11vw, 5rem);
  }

  .right-note {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 1.5rem auto;
    font-size: 1.4rem;
  }

  .right-note::before {
    display: none;
  }

  .assistant-options,
  .quiz-progress,
  .choice-grid,
  .choice-grid.compact,
  .question-pair,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .quiz-panel {
    min-height: 0;
  }

  .quiz-panel h3 {
    font-size: clamp(2.15rem, 8.8vw, 3.35rem);
  }

  .assistant-card {
    min-height: 0;
  }

  .assistant-card svg {
    align-self: flex-start;
    margin-bottom: 1.3rem;
  }

  .card-title {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .click-ink-blot {
    animation: none;
    opacity: 0.28;
    transform: translate(-50%, -50%) rotate(var(--ink-rotation)) scale(1);
  }
}

/* Integrated approach page: accepted dinosaur/astronaut scene as the new page two. */
.approach-page {
  --approach-gutter: clamp(1rem, 3vw, 3.7rem);
  position: relative;
  z-index: 5;
  width: min(100%, 1860px);
  margin: clamp(74px, 8vw, 128px) auto 0;
  scroll-margin-top: 86px;
}

.approach-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(23rem, 0.34fr) minmax(42rem, 0.66fr);
  gap: clamp(1.5rem, 2.4vw, 4rem);
  min-height: calc(100svh - 92px);
  padding: clamp(2.2rem, 5.2vw, 6.5rem) 0 0 var(--approach-gutter);
}

.approach-copy {
  position: relative;
  z-index: 6;
  max-width: 620px;
  padding-top: clamp(1rem, 2.1vw, 2rem);
}

.approach-kicker {
  position: relative;
  display: inline-block;
  margin: 0 0 2.05rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.31em;
  text-transform: uppercase;
}

.approach-kicker::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  right: 0.45rem;
  bottom: -0.85rem;
  height: 0.44rem;
  background: url("data:image/svg+xml,%3Csvg width='120' height='12' viewBox='0 0 120 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7C32 2 73 10 118 4' fill='none' stroke='%23080808' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.approach-page h2 {
  max-width: 630px;
  margin: 0 0 clamp(1.8rem, 3.3vw, 3.05rem);
  font-family: var(--serif);
  font-size: clamp(4.2rem, 5.4vw, 7.35rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

.approach-page h2::after {
  content: "";
  display: block;
  width: 35%;
  height: 0.55rem;
  margin-top: 0.22rem;
  background: url("data:image/svg+xml,%3Csvg width='240' height='18' viewBox='0 0 240 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11C51 3 116 15 174 8C200 5 218 5 237 4' fill='none' stroke='%23080808' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  transform: rotate(-1deg);
}

.approach-lead {
  max-width: 465px;
  margin: 0 0 2.25rem;
  color: #1f1d1b;
  font-size: clamp(1.05rem, 1.25vw, 1.48rem);
  line-height: 1.55;
  letter-spacing: 0;
}

.approach-page .hand-note {
  width: max-content;
  margin: 0;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.02em;
}

.map-note {
  position: relative;
  font-size: clamp(1.65rem, 1.85vw, 2.22rem);
  transform: rotate(-4deg);
}

.map-note::after,
.problem-label span::after,
.hype-note::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.16rem;
  background: url("data:image/svg+xml,%3Csvg width='260' height='18' viewBox='0 0 260 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11C57 3 122 15 184 8C212 5 235 5 257 4' fill='none' stroke='%23080808' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.map-note::before {
  content: "✶";
  position: absolute;
  left: calc(100% + 1.2rem);
  bottom: -1.05rem;
  font-family: var(--sans);
  font-size: 1.25rem;
  transform: rotate(10deg);
}

.approach-art {
  --gaze-x: 0;
  --gaze-y: 0;
  position: relative;
  min-height: min(760px, calc(100svh - 120px));
  overflow: visible;
}

.approach-sketch {
  position: absolute;
  inset: -0.5rem 0 0 -2rem;
  z-index: 1;
  opacity: 0.38;
}

.approach-sketch canvas {
  display: block;
  mix-blend-mode: multiply;
}

.scene-assets {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}

.dinosaur-wrap,
.astronaut-wrap {
  position: absolute;
  mix-blend-mode: multiply;
}

.dinosaur-wrap img,
.astronaut-wrap img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.dinosaur-wrap {
  left: var(--dino-left, 28.6%);
  top: var(--dino-top, 33%);
  width: var(--dino-width, min(62.5%, 645px));
  opacity: 0.66;
  filter: contrast(1.03);
  z-index: 1;
}

.dinosaur-eye {
  position: absolute;
  left: 20.5%;
  top: 20.9%;
  width: 8.6%;
  aspect-ratio: 1;
  border: 2px solid rgba(8, 8, 8, 0.88);
  border-radius: 50%;
  background: rgba(255, 254, 249, 0.96);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.dinosaur-eye span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 39%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #080808;
  transform:
    translate(-50%, -50%)
    translate(calc(var(--gaze-x) * 18%), calc(var(--gaze-y) * 14%));
  transition: transform 110ms ease-out;
}

.astronaut-wrap {
  left: var(--astronaut-left, 22%);
  top: var(--astronaut-top, 48.1%);
  width: var(--astronaut-width, clamp(7.2rem, 10.4vw, 9.5rem));
  opacity: 0.74;
  filter: contrast(1.04);
  z-index: 3;
}

@keyframes astronautFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1.8deg);
  }

  50% {
    transform: translateY(-0.46rem) rotate(-0.6deg);
  }
}

@keyframes dinosaurBreathe {
  0%,
  100% {
    transform: rotate(1deg) scale(1);
  }

  50% {
    transform: rotate(0.55deg) scale(1.012, 0.994);
  }
}

.problem-stack,
.concern-stack {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 4;
}

.problem-label {
  position: absolute;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.8rem;
  color: #171512;
  font-family: var(--hand);
  font-size: clamp(1.08rem, 1.15vw, 1.42rem);
  font-weight: 700;
  line-height: 0.97;
  transform: rotate(-7deg);
}

.problem-label svg,
.concern-item svg {
  width: clamp(2.4rem, 3.5vw, 4.4rem);
  height: auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-label span::after {
  opacity: 0;
}

.label-email {
  left: -4.8%;
  top: 5.4%;
}

.label-calendar {
  left: -5.3%;
  top: 19.6%;
  transform: rotate(-4deg);
}

.label-reports {
  left: -5.1%;
  top: 34.5%;
  transform: rotate(-5deg);
}

.label-tools {
  left: -4.7%;
  top: 47.3%;
  transform: rotate(-6deg);
}

.label-files {
  left: -5%;
  top: 59.4%;
  transform: rotate(-6deg);
}

.label-messages {
  left: -4.2%;
  top: 72%;
  transform: rotate(-6deg);
}

.clicks-note {
  position: absolute;
  left: -2.8%;
  top: 86%;
  color: #171512;
  font-size: clamp(1.1rem, 1.2vw, 1.42rem);
  transform: rotate(-8deg);
}

.clicks-note::after {
  content: "";
  position: absolute;
  left: 82%;
  top: 58%;
  width: 8rem;
  height: 2.2rem;
  border-bottom: 2px dashed rgba(8, 8, 8, 0.55);
  border-radius: 0 0 50% 50%;
  transform: rotate(4deg);
}

.hype-note {
  position: absolute;
  right: 7.1%;
  top: 6.9%;
  color: #171512;
  font-size: clamp(1rem, 1.03vw, 1.28rem);
  transform: rotate(6deg);
}

.hype-note span {
  display: inline-block;
  margin-left: 2rem;
}

.concern-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #181612;
  font-family: var(--hand);
  font-size: clamp(1rem, 1.05vw, 1.35rem);
  font-weight: 700;
  line-height: 0.95;
  transform: rotate(-2deg);
  text-shadow:
    0 0 0.65rem rgba(255, 254, 249, 0.95),
    0 0 1.15rem rgba(255, 254, 249, 0.86);
}

.concern-item strong {
  width: 2.5rem;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: 500;
}

.concern-water {
  right: 3.4%;
  top: 23%;
}

.concern-energy {
  right: 3.1%;
  top: 36%;
}

.concern-data {
  right: 3%;
  top: 49.2%;
}

.concern-jobs {
  right: 3.2%;
  top: 62.2%;
}

.concern-replace {
  right: 3.3%;
  top: 75%;
}

@media (prefers-reduced-motion: no-preference) {
  .astronaut-wrap {
    animation: astronautFloat 6.8s ease-in-out infinite;
  }

  .dinosaur-wrap {
    animation: dinosaurBreathe 8.5s ease-in-out infinite;
  }
}

@media (max-width: 1320px) {
  .approach-hero {
    grid-template-columns: minmax(22rem, 0.38fr) minmax(36rem, 0.62fr);
  }

  .problem-label,
  .concern-item,
  .hype-note {
    font-size: 1.04rem;
  }
}

@media (max-width: 1000px) {
  .approach-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2.6rem var(--approach-gutter) 0;
  }

  .approach-copy {
    max-width: 760px;
  }

  .approach-lead {
    max-width: 630px;
  }

  .approach-art {
    min-height: 620px;
    margin: -1rem calc(var(--approach-gutter) * -1) 0;
  }

  .approach-sketch {
    inset: 0 -5rem 0 -2rem;
    opacity: 0.34;
  }

  .dinosaur-wrap {
    left: var(--dino-left, 28.6%);
    top: var(--dino-top, 32.4%);
    width: var(--dino-width, min(64%, 640px));
    opacity: 0.58;
  }

  .astronaut-wrap {
    left: var(--astronaut-left, 21.6%);
    top: var(--astronaut-top, 48.2%);
    width: var(--astronaut-width, clamp(6.8rem, 14vw, 9.2rem));
  }

  .label-email,
  .label-calendar,
  .label-reports,
  .label-tools,
  .label-files,
  .label-messages,
  .clicks-note {
    left: -4.6%;
  }

  .hype-note,
  .concern-water,
  .concern-energy,
  .concern-data,
  .concern-jobs,
  .concern-replace {
    right: 2.5%;
  }

  .concern-data {
    top: 56%;
  }

  .concern-jobs {
    top: 69%;
  }

  .concern-replace {
    top: 82%;
  }
}

@media (max-width: 720px) {
  .approach-page {
    --approach-gutter: 1rem;
    margin-top: 56px;
  }

  .approach-page h2 {
    font-size: clamp(3.3rem, 13vw, 5rem);
  }

  .approach-lead {
    font-size: 1.02rem;
  }

  .approach-art {
    min-height: 560px;
    overflow: hidden;
  }

  .approach-sketch {
    inset: 4.2rem 0 0 -3.4rem;
    opacity: 0.3;
  }

  .dinosaur-wrap {
    left: var(--dino-left, 26%);
    top: var(--dino-top, 32.8%);
    width: var(--dino-width, 82%);
    opacity: 0.44;
  }

  .dinosaur-eye {
    border-width: 1.5px;
  }

  .astronaut-wrap {
    left: var(--astronaut-left, 20%);
    top: var(--astronaut-top, 50.5%);
    width: var(--astronaut-width, 7rem);
    opacity: 0.62;
  }

  .problem-label svg,
  .concern-item svg {
    width: 2.3rem;
  }

  .problem-label,
  .concern-item,
  .hype-note,
  .clicks-note {
    font-size: 0.92rem;
  }

  .label-reports,
  .label-tools,
  .label-files,
  .label-messages,
  .clicks-note,
  .concern-water,
  .concern-energy,
  .concern-data,
  .concern-jobs,
  .concern-replace {
    display: none;
  }

  .label-email {
    left: 1rem;
    top: 3%;
  }

  .label-calendar {
    left: 1rem;
    top: 15%;
  }

  .hype-note {
    top: 4%;
  }
}

/* Final principles and contact page. */
.principles-page {
  --principles-gutter: clamp(1rem, 3.4vw, 4.25rem);
  position: relative;
  z-index: 4;
  min-height: calc(100svh - 86px);
  margin: 0 calc(clamp(24px, 3vw, 48px) * -1);
  overflow: hidden;
  scroll-margin-top: 86px;
  border-top: 1px solid var(--rule);
  background: #fffefa;
  isolation: isolate;
}

#principles-orbit-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
}

#principles-orbit-field canvas {
  display: block;
}

.principles-inner {
  position: relative;
  z-index: 1;
  padding: 0 var(--principles-gutter) 2rem;
}

.principles-hero {
  position: relative;
  display: grid;
  min-height: clamp(390px, 37vw, 510px);
  place-items: center;
  padding: clamp(2.5rem, 4vw, 4.5rem) 0 clamp(1.2rem, 2vw, 2.4rem);
}

.principles-heading {
  position: relative;
  z-index: 1;
  width: min(1100px, 76vw);
  margin: 0 auto;
  text-align: center;
}

.principles-heading h2 {
  position: relative;
  margin: 0 0 1.25rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 5.65vw, 7.1rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.principles-heading h2::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -0.34rem;
  left: 22%;
  height: 0.72rem;
  background: url("data:image/svg+xml,%3Csvg width='620' height='18' viewBox='0 0 620 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11C116 3 219 13 313 8C428 2 514 7 616 4' fill='none' stroke='%23080808' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  transform: rotate(-0.5deg);
}

.principles-heading > p {
  max-width: 800px;
  margin: 0 auto;
  color: #1f1d1a;
  font-size: clamp(1rem, 1.12vw, 1.28rem);
  line-height: 1.5;
  letter-spacing: 0;
}

.principles-note {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 4.2%;
  width: max-content;
  margin: 0;
  font-size: clamp(1.35rem, 1.52vw, 1.9rem);
  font-weight: 700;
  line-height: 0.98;
  transform: rotate(-5.5deg);
}

.principles-note::after,
.principle-card h3::after,
.principles-cta-title h3::after,
.principles-closing-note::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.55rem;
  margin-top: 0.16rem;
  background: url("data:image/svg+xml,%3Csvg width='220' height='18' viewBox='0 0 220 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11C51 3 103 15 157 8C182 5 200 5 217 4' fill='none' stroke='%23080808' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1220px, 84vw);
  margin: 0 auto clamp(3.1rem, 4.2vw, 5rem);
  padding-top: 0.5rem;
}

.principle-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem clamp(1rem, 2vw, 3rem) 0;
  text-align: center;
}

.principle-card + .principle-card {
  border-left: 1px solid var(--hairline);
}

.principle-icon {
  width: clamp(3.7rem, 4.7vw, 5.25rem);
  height: clamp(3.7rem, 4.7vw, 5.25rem);
  margin-bottom: 1.25rem;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.principle-icon .soft-line {
  opacity: 0.55;
}

.principle-card h3 {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.4vw, 3.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.principle-card h3::after {
  height: 0.38rem;
  margin-top: 0.28rem;
}

.principle-card > p {
  max-width: 300px;
  margin: 0;
  color: #1f1d1a;
  font-size: clamp(0.93rem, 0.98vw, 1.08rem);
  line-height: 1.52;
  letter-spacing: 0;
}

.principles-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1.25fr) minmax(360px, 1.1fr) minmax(255px, 0.75fr);
  align-items: center;
  width: min(1685px, 96%);
  min-height: 194px;
  margin: 0 auto 1.55rem;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.035);
}

.principles-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 95% 19%, rgba(0, 0, 0, 0.7) 0 0.09rem, transparent 0.11rem),
    radial-gradient(circle at 90% 40%, rgba(0, 0, 0, 0.35) 0 0.06rem, transparent 0.08rem),
    radial-gradient(circle at 97% 58%, rgba(0, 0, 0, 0.42) 0 0.07rem, transparent 0.09rem);
  opacity: 0.7;
}

.principles-cta-title,
.principles-contact,
.principles-action {
  position: relative;
  z-index: 1;
  padding: 1.4rem clamp(1.2rem, 2.2vw, 2.6rem);
}

.principles-contact,
.principles-action {
  border-left: 2px solid rgba(8, 8, 8, 0.78);
}

.principles-cta-title h3 {
  display: inline-block;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 2.8vw, 3.6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.principles-cta-title h3::after {
  height: 0.48rem;
  margin-top: 0.38rem;
}

.principles-contact > p {
  margin: 0 0 1.25rem;
  color: #1d1b18;
  font-size: clamp(1rem, 1.03vw, 1.14rem);
  line-height: 1.4;
  letter-spacing: 0;
}

.principles-email {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.28rem;
  font-size: clamp(1.05rem, 1.15vw, 1.32rem);
  letter-spacing: 0;
}

.principles-email::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 2.2rem;
  height: 1px;
  background: var(--ink);
}

.principles-email svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.principles-action {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
}

.principles-pressure-note {
  position: relative;
  width: max-content;
  margin: 0;
  font-size: clamp(1.08rem, 1.12vw, 1.38rem);
  font-weight: 700;
  line-height: 1;
  transform: rotate(-3deg);
}

.principles-pressure-note::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.35rem);
  bottom: 0.15rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45 56C22 47 18 29 31 12' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M31 12l2 13M31 12l-11 7' fill='none' stroke='%23080808' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: rotate(13deg);
}

.principles-closing-note {
  position: relative;
  width: max-content;
  max-width: calc(100% - 2rem);
  margin: 0.35rem auto 0;
  padding-left: 2.05rem;
  font-size: clamp(1.25rem, 1.45vw, 1.85rem);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-1.2deg);
}

.principles-closing-note::before {
  content: "✶";
  position: absolute;
  top: -0.12rem;
  left: 0;
  font-family: var(--sans);
  font-size: 1.05rem;
}

.principles-closing-note::after {
  width: 62%;
  height: 0.42rem;
  margin: 0.12rem auto 0;
}

.site-footer {
  width: min(1220px, 92vw);
  margin: clamp(2.4rem, 4vw, 4.75rem) auto 0;
  padding: 1.25rem 0 0.3rem;
  border-top: 1px solid var(--hairline);
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: #35322d;
  font-size: clamp(0.8rem, 0.9vw, 0.95rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 1320px) {
  .principles-heading {
    width: min(980px, 82vw);
  }

  .principles-note {
    left: 1.3%;
  }

  .principles-grid {
    width: min(1120px, 92vw);
  }

  .principles-cta {
    grid-template-columns: minmax(280px, 1.1fr) minmax(300px, 1fr) minmax(230px, 0.75fr);
  }
}

@media (max-width: 960px) {
  .principles-hero {
    display: block;
    min-height: 0;
    padding-top: 2.3rem;
  }

  .principles-heading {
    width: 100%;
    text-align: left;
  }

  .principles-heading h2 {
    font-size: clamp(3.5rem, 9vw, 5.75rem);
  }

  .principles-heading h2::after {
    right: 20%;
    left: 0;
  }

  .principles-note {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1.5rem;
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem 0;
    margin-top: 2.5rem;
  }

  .principle-card:nth-child(3) {
    border-left: 0;
  }

  .principles-cta {
    grid-template-columns: 1fr;
  }

  .principles-contact,
  .principles-action {
    border-top: 2px solid rgba(8, 8, 8, 0.78);
    border-left: 0;
  }

  .principles-action {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 850px) {
  .principles-page {
    --principles-gutter: 1rem;
    margin-inline: -20px;
  }
}

@media (max-width: 620px) {
  .principles-heading h2 {
    font-size: clamp(3.05rem, 13vw, 4.35rem);
  }

  .principles-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .principle-card {
    min-height: 0;
    align-items: flex-start;
    padding: 1.25rem 0 1.65rem;
    border-top: 1px solid var(--hairline);
    border-left: 0 !important;
    text-align: left;
  }

  .principle-card > p {
    max-width: 26rem;
  }

  .principles-cta {
    width: 100%;
    border-radius: 0.72rem;
  }

  .principles-cta-title,
  .principles-contact,
  .principles-action {
    padding: 1.3rem;
  }

  .principles-action .button-large {
    width: 100%;
  }

  .principles-pressure-note {
    white-space: normal;
  }

  .principles-closing-note {
    width: auto;
    max-width: 100%;
  }
}
