@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #080907;
  --ink-soft: #0e100e;
  --graphite: #171815;
  --ivory: #eee8da;
  --ivory-muted: #b9b3a7;
  --bronze: #ad763f;
  --bronze-light: #cf9a61;
  --bronze-deep: #6e4522;
  --line: rgba(238, 232, 218, 0.16);
  --line-strong: rgba(238, 232, 218, 0.34);
  --page-pad: clamp(22px, 5vw, 86px);
  --content-max: 1440px;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spatial: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body[data-route="home"] {
  height: 100dvh;
  overflow: hidden;
}

body:has(.page:not([hidden]):not(.page--consultation)) {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 5px;
}

h2[tabindex="-1"]:focus,
h2[tabindex="-1"]:focus-visible {
  outline: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--ivory);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--bronze-light);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 120ms var(--ease-out), background-color 180ms ease, border-color 180ms ease;
}

.button:active,
.page-bar button:active {
  transform: scale(0.97);
}

.button--primary {
  background: var(--bronze);
  color: #100c08;
}

.button--light {
  background: var(--ivory);
  color: var(--ink);
}

.text-link {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ivory-muted);
  font-size: 0.8rem;
  font-weight: 650;
  transition: color 160ms ease, border-color 160ms ease;
}

.text-link--light {
  color: rgba(255, 251, 239, 0.88);
  border-color: rgba(255, 251, 239, 0.42);
}

/* Home navigation map */

.hub {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 35%, rgba(130, 82, 38, 0.1), transparent 30%),
    radial-gradient(circle at 80% 27%, rgba(94, 64, 32, 0.075), transparent 28%),
    linear-gradient(180deg, #080906 0%, #090a07 36%, #050604 49%, #020302 60%, #010201 72%, #010201 100%);
}

.hub--measure {
  position: fixed !important;
  z-index: -1 !important;
  inset: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hub::before,
.hub::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hub::before {
  inset: 0;
  background:
    radial-gradient(ellipse 20% 19% at 50% 76%, rgba(125, 86, 40, 0.075), transparent 72%),
    radial-gradient(ellipse 36% 24% at 50% 102%, rgba(11, 17, 19, 0.78), rgba(6, 10, 11, 0.34) 46%, transparent 74%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 42%);
}

.hub::after {
  inset: 0;
  background:
    radial-gradient(ellipse 24% 40% at 50% 24%, rgba(101, 66, 35, 0.15), rgba(42, 32, 21, 0.065) 48%, transparent 74%),
    linear-gradient(180deg, transparent 16%, rgba(238, 232, 218, 0.012) 38%, rgba(1, 2, 1, 0.12) 62%, transparent 82%);
}

.hub__header {
  position: absolute;
  z-index: 20;
  top: 24px;
  right: 30px;
  left: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.hub__header p {
  margin: 0;
}

.hub__name {
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.hub__role,
.hub__hint,
.hub__interaction-note {
  color: rgba(238, 232, 218, 0.5);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.hub__role {
  margin-top: 0 !important;
}

.hub__hint {
  padding-top: 3px;
}

.hub-entry {
  position: absolute;
  z-index: 5;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.hub-entry:focus-visible {
  outline: none;
}

.hub-entry:focus-visible .hub-entry__image {
  box-shadow: 0 0 0 2px var(--ivory), 0 0 0 6px var(--ink), 0 24px 70px rgba(0, 0, 0, 0.44);
}

.hub-entry--portrait:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 4px;
  border-radius: 46% 46% 42% 42% / 30% 30% 66% 66%;
}

.hub-entry--portal:focus-visible .portal-scene__glass {
  box-shadow: 0 0 0 2px var(--ivory), 0 0 0 7px rgba(8, 9, 7, 0.82), 0 0 42px rgba(196, 137, 77, 0.24);
}

.hub-entry__image,
.portrait__frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: #12130f;
  transition: transform 190ms var(--ease-out), border-color 180ms ease, box-shadow 200ms ease;
}

.hub-entry__image::after,
.portrait__frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(238, 232, 218, 0.25);
  content: "";
  pointer-events: none;
  transition: border-color 220ms ease;
}

.hub-entry__image img,
.portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms var(--ease-out);
}

.hub-entry--circle {
  width: var(--entry-size);
}

.hub-entry--circle .hub-entry__image {
  width: var(--entry-size);
  height: var(--entry-size);
  border: 1px solid rgba(196, 137, 77, 0.28);
  border-radius: 50%;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.hub-entry--circle .hub-entry__image::after {
  inset: 7px;
  border-color: rgba(238, 232, 218, 0.17);
  border-radius: 50%;
}

.hub-entry__label {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: max-content;
  max-width: 260px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.75vw, 1.85rem);
  font-weight: 450;
  letter-spacing: -0.025em;
  line-height: 0.98;
  transform: translateX(-50%);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
}

.hub-entry--states {
  --entry-size: clamp(155px, 20vh, 224px);
  top: 14.5vh;
  left: clamp(34px, 8.5vw, 150px);
}

.hub-entry--states img {
  object-position: 45% 50%;
  transform: scale(1.08);
}

.hub-entry--outcomes {
  --entry-size: clamp(155px, 20vh, 224px);
  top: 14.5vh;
  right: clamp(34px, 8.5vw, 150px);
}

.hub-entry--outcomes img {
  transform: scale(1.04);
}

.hub-entry--process {
  --entry-size: clamp(128px, 16.5vh, 188px);
  top: 49vh;
  left: clamp(110px, 17.5vw, 320px);
}

.hub-entry--process img {
  object-position: 60% 45%;
}

.hub-entry--approach {
  --entry-size: clamp(128px, 16.5vh, 188px);
  top: 49vh;
  right: clamp(110px, 17.5vw, 320px);
}

.hub-entry--approach img {
  object-position: 70% 63%;
}

.hub-entry--portrait {
  top: 8.5vh;
  left: 50%;
  width: clamp(214px, 20vw, 286px);
  transform: translateX(-50%);
}

.portrait__title {
  position: absolute;
  top: -8px;
  left: 50%;
  display: flex;
  width: min(620px, 70vw);
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}

.portrait__title strong {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.portrait__title span {
  max-width: 100%;
  margin-top: 5px;
  color: var(--bronze-light);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
}

.portrait__frame {
  position: relative;
  width: 100%;
  height: clamp(280px, 42vh, 430px);
  border: 0;
  background: transparent;
}

.portrait__frame::after {
  display: none;
}

.portrait__frame img {
  object-position: 50% 31%;
  filter: saturate(0.82);
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 74%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 13%, #000 87%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 74%, transparent 100%),
    linear-gradient(to right, transparent 0%, #000 13%, #000 87%, transparent 100%);
  mask-composite: intersect;
}

.hub__statement {
  position: absolute;
  z-index: 7;
  top: 47.5vh;
  left: 50%;
  width: min(38vw, 560px);
  margin: 0;
  color: rgba(238, 232, 218, 0.82);
  font-family: var(--display);
  font-size: clamp(1.28rem, 2vw, 2.05rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-align: center;
  transform: translateX(-50%);
  text-shadow: 0 3px 24px #050605;
  pointer-events: none;
}

.hub-entry--portal {
  z-index: 4;
  bottom: -3.5vh;
  left: 50%;
  width: clamp(480px, 70vh, 620px);
  aspect-ratio: 3 / 2;
  transform: translateX(-50%);
}

.hub-entry--portal .hub-entry__label {
  z-index: 3;
  top: 1.5%;
  bottom: auto;
  width: min(640px, 72vw);
  max-width: none;
  color: var(--bronze-light);
  font-size: clamp(1.35rem, 1.95vw, 2.05rem);
  white-space: nowrap;
}

.portal-scene__visual {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  -webkit-mask-image:
    radial-gradient(ellipse 62% 78% at 50% 62%, #000 0 58%, rgba(0, 0, 0, 0.86) 70%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 62% 78% at 50% 62%, #000 0 58%, rgba(0, 0, 0, 0.86) 70%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.portal-scene__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.9) brightness(0.93);
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 260ms var(--ease-out), filter 220ms ease;
  will-change: transform;
}

.portal-scene__glass {
  position: absolute;
  z-index: 2;
  top: 20.5%;
  left: 34%;
  width: 33%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transition: box-shadow 200ms ease;
}

.hub__interaction-note {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 23px;
  margin: 0;
}

/* Internal pages */

.page {
  min-height: 100dvh;
  background: var(--ink);
}

.page-bar {
  position: sticky;
  z-index: 60;
  top: 0;
  display: grid;
  height: 72px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 7, 0.86);
  backdrop-filter: blur(16px) saturate(110%);
}

.page-bar button {
  width: max-content;
  padding: 7px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 120ms var(--ease-out), color 160ms ease;
}

.page-bar__brand {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.page-bar p {
  margin: 0;
  color: rgba(238, 232, 218, 0.58);
  font-size: 0.7rem;
  font-weight: 650;
}

.page-bar__back {
  justify-self: end;
  border-bottom: 1px solid var(--line-strong) !important;
  color: var(--ivory-muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.page-bar--overlay {
  position: fixed;
  right: 0;
  left: 0;
  border-color: rgba(238, 232, 218, 0.14);
  background: linear-gradient(to bottom, rgba(5, 6, 4, 0.84), rgba(5, 6, 4, 0.24));
  backdrop-filter: none;
}

.page-hero {
  display: grid;
  min-height: calc(88dvh - 72px);
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  border-bottom: 1px solid var(--line);
}

.page-hero__copy {
  z-index: 2;
  align-self: center;
  min-width: 0;
  padding: clamp(90px, 12vh, 150px) var(--page-pad);
}

.page-hero__copy h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.7rem, 8vw, 9rem);
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.78;
}

.page-hero__copy > p:last-child {
  max-width: 620px;
  margin: clamp(34px, 4vw, 54px) 0 0;
  color: var(--ivory-muted);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
}

.page-hero__lead {
  max-width: 720px;
  margin-top: clamp(28px, 3.2vw, 44px);
  color: var(--ivory-muted);
  font-size: clamp(0.92rem, 1.08vw, 1.06rem);
}

.page-hero__lead p {
  margin: 0;
}

.page-hero__lead p + p {
  margin-top: 16px;
}

.page-hero__lead strong {
  color: var(--ivory);
  font-weight: 650;
}

.page-hero--states .page-hero__lead {
  margin-top: 24px;
  font-size: clamp(1.04rem, 1.5vw, 1.16rem);
  line-height: 1.5;
}

.page-hero--states .page-hero__lead p + p {
  margin-top: clamp(14px, 1.4vw, 18px);
}

.page-hero--states .page-hero__lead strong {
  font-weight: 600;
}

@media (min-width: 901px) {
  .page-hero--states .page-hero__copy {
    align-self: start;
    padding-top: clamp(82px, 10vh, 108px);
  }

  .page-hero--about .page-hero__copy {
    align-self: start;
    padding-top: clamp(78px, 9vh, 102px);
  }

  .page-hero--process .page-hero__copy {
    align-self: start;
    padding-top: clamp(64px, 7.5vh, 84px);
  }

  .page-hero--approach .page-hero__copy {
    align-self: start;
    padding-top: clamp(72px, 8.5vh, 96px);
  }

  .page-hero--process {
    height: clamp(650px, calc(100dvh - 72px), 820px);
    min-height: 0;
  }

  .page-hero--process .page-hero__copy {
    height: 100%;
    padding-bottom: clamp(48px, 6vh, 68px);
  }

  .page-hero--process .page-hero__image {
    height: 100%;
    min-height: 0;
  }
}

.page-hero__image {
  position: relative;
  min-width: 0;
  min-height: calc(88dvh - 72px);
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: var(--graphite);
}

.page-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 7, 0.22), transparent 28%), linear-gradient(0deg, rgba(8, 9, 7, 0.28), transparent 30%);
  content: "";
  pointer-events: none;
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.page-hero--states .page-hero__image img {
  object-position: 50% 50%;
}

.page-hero--outcomes .page-hero__image img {
  object-position: 50% 50%;
}

.page-hero--process .page-hero__image img {
  object-position: 58% 46%;
}

.page-hero--approach .page-hero__image img {
  object-position: 64% 58%;
}

.page-hero--about .page-hero__image img {
  object-position: 50% 28%;
}

.page-hero__lead--about {
  max-width: 650px;
  margin-top: clamp(26px, 2.8vw, 38px);
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  line-height: 1.55;
}

.page-body {
  max-width: var(--content-max);
  padding: clamp(100px, 11vw, 180px) var(--page-pad) clamp(90px, 10vw, 160px);
  margin: 0 auto;
}

.page-lead {
  max-width: 1120px;
  margin: 0 auto clamp(110px, 13vw, 190px);
}

.page-lead--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 8vw, 130px);
}

.page-lead p {
  margin: 0;
  color: var(--ivory-muted);
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.page-lead.page-lead--scope p {
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.55vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1.5;
}

.page-lead--scope strong {
  color: var(--ivory);
  font-weight: 650;
}

.state-list {
  display: flex;
  flex-direction: column;
  gap: clamp(130px, 17vw, 250px);
}

.state-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  align-items: center;
  gap: clamp(46px, 8vw, 125px);
}

.state-scene--reverse {
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
}

.state-scene--reverse .state-scene__image {
  grid-column: 2;
}

.state-scene--reverse .state-scene__copy {
  grid-row: 1;
  grid-column: 1;
}

.state-scene__image {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
}

.state-scene__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03);
}

.state-scene:first-child .state-scene__image img {
  object-position: 36% 50%;
}

.state-scene__copy h3 {
  margin: 0 0 30px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.6vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.state-scene__copy p {
  max-width: 580px;
  margin: 0;
  color: var(--ivory-muted);
}

.next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(36px, 5vw, 64px) 0 0;
  margin-top: clamp(110px, 14vw, 200px);
  border-top: 1px solid var(--line-strong);
  gap: 40px;
}

.next-step p {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

/* Outcomes */

.page-hero__copy--outcomes {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(72px, 8vh, 100px);
  padding-bottom: clamp(72px, 8vh, 100px);
}

.outcome-hero__number {
  margin-bottom: 18px;
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}

.page-hero__copy .outcome-hero__title {
  max-width: 590px;
  font-size: clamp(3.6rem, 4.7vw, 5.8rem);
  line-height: 0.84;
}

.outcome-hero__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 2.8vw, 42px);
  margin-top: clamp(26px, 2.8vw, 40px);
  border-top: 1px solid var(--line-strong);
}

.outcome-hero__list article {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.outcome-hero__list h3 {
  margin: 0 0 7px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.outcome-hero__list p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: clamp(0.76rem, 0.82vw, 0.86rem);
  line-height: 1.45;
}

.outcomes-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(60px, 10vw, 160px);
}

.outcomes-layout--stacked {
  grid-template-columns: minmax(0, 1fr);
}

.outcome-group {
  min-width: 0;
}

.outcomes-layout--stacked .outcome-group--possibility {
  margin-top: 0;
}

.outcome-group__head {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line-strong);
}

.outcome-group__head span {
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 2rem;
}

.outcome-group__head h3 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.outcome-group__intro {
  margin: 34px 0 4px;
  color: var(--ivory-muted);
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.15;
}

.definition-list article {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.definition-list h4 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.definition-list p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: 0.92rem;
}

.definition-list--returns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(32px, 5vw, 72px);
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.ethical-note {
  grid-column: 1 / -1;
  max-width: 950px;
  padding-left: clamp(24px, 4vw, 54px);
  margin: clamp(90px, 10vw, 150px) 0 0;
  border-left: 1px solid var(--bronze);
  color: var(--ivory-muted);
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.outcomes-layout .next-step {
  grid-column: 1 / -1;
}

/* Process */

.process-hero__intro {
  margin: clamp(22px, 2.5vw, 32px) 0 0;
  color: var(--ivory);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 600;
}

.process-hero__steps {
  max-width: 680px;
  margin-top: clamp(20px, 2.2vw, 28px);
  border-top: 1px solid var(--line-strong);
}

.process-hero__steps article {
  padding: clamp(14px, 1.7vw, 20px) 0;
  border-bottom: 1px solid var(--line);
}

.process-hero__steps h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: clamp(1.28rem, 1.75vw, 1.7rem);
  font-weight: 450;
  letter-spacing: -0.018em;
  line-height: 1.08;
}

.process-hero__steps p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: clamp(0.78rem, 0.88vw, 0.88rem);
  line-height: 1.48;
}

.page-body.process-body {
  padding-top: clamp(58px, 6.5vw, 96px);
}

.process-formats {
  margin-bottom: clamp(72px, 8vw, 112px);
}

.process-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: end;
  gap: clamp(42px, 8vw, 120px);
  margin-bottom: clamp(44px, 5vw, 72px);
}

.process-section-head--compact {
  grid-template-columns: minmax(0, 920px);
  margin-bottom: clamp(30px, 3.2vw, 46px);
}

.process-section-head h3 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 5.5vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.86;
}

.process-section-head > p {
  max-width: 590px;
  margin: 0;
  color: var(--ivory-muted);
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
}

.process-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.process-format-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.process-format-grid--single .process-format {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding: clamp(28px, 3vw, 42px) 0 clamp(34px, 3.6vw, 50px);
}

.process-format-grid--single .process-format > div {
  max-width: 650px;
}

.process-format-grid--single .process-format h4 {
  margin-bottom: 18px;
}

.process-format-grid--single .process-format__meta {
  align-self: stretch;
  margin: 0;
  padding-left: clamp(34px, 4vw, 58px);
  border-top: 0;
  border-left: 1px solid var(--line);
}

.process-format-grid--single .process-format__meta > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.process-format {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(38px, 4.5vw, 64px);
  border-right: 1px solid var(--line);
}

.process-format:first-child {
  padding-left: 0;
}

.process-format:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-format h4 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(2.75rem, 4.4vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.process-format > div > p:last-child {
  max-width: 580px;
  margin: 0;
  color: var(--ivory-muted);
}

.process-format__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(40px, 5vw, 70px) 0 0;
  border-top: 1px solid var(--line);
}

.process-format__meta > div {
  min-width: 0;
  padding-top: 20px;
}

.process-format__meta > div + div {
  padding-left: clamp(20px, 3vw, 42px);
  border-left: 1px solid var(--line);
}

.process-format__meta dt {
  color: var(--ivory-muted);
  font-size: 0.68rem;
  font-weight: 650;
}

.process-format__meta dd {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.8vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -0.034em;
  line-height: 1;
}

.process-practical__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.process-practical__grid article {
  min-height: 290px;
  padding: clamp(34px, 4.2vw, 58px);
}

.process-practical__grid article:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.process-practical__grid article:nth-child(even) {
  padding-right: 0;
}

.process-practical__grid article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.process-practical__grid h4 {
  max-width: 580px;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.process-practical__grid p {
  max-width: 650px;
  margin: 0;
  color: var(--ivory-muted);
}

.process-practical__grid p + p {
  margin-top: 16px;
}

.process-body .interaction-feature {
  margin-top: clamp(100px, 12vw, 170px);
}

.process-body > .next-step {
  padding-top: clamp(32px, 3.8vw, 48px);
  margin-top: clamp(80px, 9vw, 124px);
}

.method-note {
  max-width: 920px;
  padding: 28px 0;
  margin: clamp(70px, 8vw, 120px) 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ivory-muted);
  font-size: 0.86rem;
}

.interaction-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  margin-top: clamp(120px, 15vw, 220px);
  gap: clamp(48px, 8vw, 125px);
}

.interaction-feature figure {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}

.interaction-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interaction-feature h3 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.7vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.interaction-feature p:last-child {
  margin: 0;
  color: var(--ivory-muted);
}

/* Approach */

.approach-hero__lead {
  max-width: 650px;
  margin-top: clamp(26px, 2.8vw, 38px);
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  line-height: 1.58;
}

.approach-hero__lead p + p {
  margin-top: clamp(18px, 2vw, 26px);
}

.page-body.approach-body {
  padding-top: clamp(64px, 6.5vw, 96px);
}

.approach-body > .next-step {
  padding-top: clamp(36px, 4.5vw, 58px);
  margin-top: 0;
  border-top: 0;
}

.approach-intro,
.about-intro {
  max-width: 1050px;
  margin: 0 0 clamp(100px, 12vw, 175px);
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.method-list {
  display: grid;
  grid-template-columns: 1.16fr 0.92fr 0.92fr;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.method {
  min-height: 410px;
  padding: clamp(34px, 4vw, 58px);
  border-right: 1px solid var(--line);
}

.method:first-child {
  padding-left: 0;
}

.method:last-child {
  border-right: 0;
}

.method > span {
  color: var(--bronze-light);
  font-size: 0.68rem;
  font-weight: 650;
}

.method h3 {
  margin: 52px 0 26px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.method p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: 0.92rem;
}

/* About */

.page-body.about-body {
  padding-top: clamp(64px, 6.5vw, 96px);
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 clamp(70px, 8vw, 110px);
  border-top: 1px solid var(--line-strong);
}

.about-facts > div {
  display: grid;
  grid-template-columns: minmax(110px, 0.34fr) 1fr;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}

.about-facts > div:nth-child(odd) {
  padding-right: clamp(30px, 5vw, 80px);
  border-right: 1px solid var(--line);
}

.about-facts > div:nth-child(even) {
  padding-left: clamp(30px, 5vw, 80px);
}

.about-facts dt {
  color: var(--bronze-light);
  font-size: 0.7rem;
  font-weight: 650;
}

.about-facts dd {
  margin: 0;
  color: var(--ivory-muted);
}

.education {
  margin-bottom: 52px;
}

.about-body > .next-step {
  margin-top: clamp(88px, 9.5vw, 130px);
}

.education__list {
  margin-top: 32px;
  border-top: 1px solid var(--line-strong);
}

.education__list article {
  display: grid;
  grid-template-columns: 130px minmax(280px, 0.8fr) minmax(260px, 1fr);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  gap: clamp(26px, 5vw, 70px);
}

.education__list span {
  color: var(--bronze-light);
  font-family: var(--display);
  font-size: 1.4rem;
}

.education__list h3,
.education__list p {
  margin: 0;
}

.education__list h3 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.1vw, 2.2rem);
  font-weight: 450;
  line-height: 1;
}

.education__list p {
  color: var(--ivory-muted);
  font-size: 0.9rem;
}

/* Consultation */

.page--consultation {
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
}

.consultation-scene {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #0b120d;
}

.consultation-scene__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.consultation-scene__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 5, 4, 0.92) 0%, rgba(4, 5, 4, 0.62) 34%, rgba(4, 5, 4, 0.04) 68%), linear-gradient(0deg, rgba(4, 5, 4, 0.45), transparent 38%);
}

.consultation-card {
  position: absolute;
  z-index: 2;
  bottom: clamp(34px, 7vh, 80px);
  left: var(--page-pad);
  width: min(610px, calc(100% - (2 * var(--page-pad))));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.consultation-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.consultation-card__meta {
  margin: 30px 0 0;
  color: rgba(255, 251, 239, 0.84);
  font-size: 0.82rem;
  font-weight: 650;
}

.consultation-card__intro {
  max-width: 580px;
  margin: 20px 0 0;
  color: rgba(255, 251, 239, 0.86);
  font-size: clamp(0.9rem, 1.12vw, 1.02rem);
  line-height: 1.55;
}

.consultation-card__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.consultation-card :is(.eyebrow, h2, .consultation-card__meta, .consultation-card__intro, .text-link) {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.84), 0 1px 3px rgba(0, 0, 0, 0.72);
}

/* Spatial route transitions */

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 360ms;
  animation-fill-mode: both;
  animation-timing-function: var(--ease-out);
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation-name: route-root-out;
}

::view-transition-new(root) {
  animation-name: route-root-in;
}

::view-transition-group(route-media) {
  z-index: 1300;
  animation-duration: 440ms;
  animation-timing-function: var(--ease-in-out);
}

::view-transition-image-pair(route-media) {
  isolation: auto;
}

::view-transition-old(route-media),
::view-transition-new(route-media) {
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  mix-blend-mode: normal;
}

::view-transition-old(route-media) {
  animation: route-media-old 440ms var(--ease-in-out) both;
}

::view-transition-new(route-media) {
  animation: route-media-new 440ms var(--ease-in-out) both;
}

html[data-route-transition="shared-back"]::view-transition-old(root),
html[data-route-transition="shared-back"]::view-transition-new(root) {
  animation-duration: 300ms;
}

html[data-route-transition="shared-back"]::view-transition-group(route-media),
html[data-route-transition="shared-back"]::view-transition-old(route-media),
html[data-route-transition="shared-back"]::view-transition-new(route-media) {
  animation-duration: 340ms;
}

html[data-route-transition="compact-forward"]::view-transition-old(root) {
  animation: compact-route-out 140ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

html[data-route-transition="compact-forward"]::view-transition-new(root) {
  animation: compact-route-in 180ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

html[data-route-transition="compact-back"]::view-transition-old(root) {
  animation: compact-route-back-out 110ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

html[data-route-transition="compact-back"]::view-transition-new(root) {
  animation: compact-route-back-in 150ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes compact-route-out {
  to {
    opacity: 0;
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes compact-route-in {
  from {
    opacity: 0;
    transform: translate3d(0, 4px, 0);
  }
}

@keyframes compact-route-back-out {
  to {
    opacity: 0;
    transform: translate3d(0, 2px, 0);
  }
}

@keyframes compact-route-back-in {
  from {
    opacity: 0;
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes route-root-out {
  to {
    opacity: 0.12;
  }
}

@keyframes route-root-in {
  from {
    opacity: 0;
  }
}

@keyframes route-media-old {
  0%, 42% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    filter: blur(2px);
  }
}

@keyframes route-media-new {
  0%, 26% {
    opacity: 0;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.portal-transition-layer {
  position: fixed;
  z-index: 1500;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  background: transparent;
}

.portal-flight__scrim {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #010201;
  opacity: 0;
  will-change: opacity;
}

.portal-flight__camera {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  background: #010201;
  -webkit-mask-image:
    radial-gradient(ellipse 62% 78% at 50% 62%, #000 0 58%, rgba(0, 0, 0, 0.86) 70%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 62% 78% at 50% 62%, #000 0 58%, rgba(0, 0, 0, 0.86) 70%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 82%, transparent 100%);
  mask-composite: intersect;
  will-change: transform, opacity, filter;
}

.portal-flight__camera img,
.portal-flight__destination img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portal-flight__camera img {
  filter: saturate(0.9) brightness(0.93);
}

.portal-flight__destination {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  background: #0b120d;
  will-change: transform, opacity, filter;
}

.portal-transition-layer--compact .portal-flight__camera,
.portal-transition-layer--compact .portal-flight__destination {
  filter: none !important;
  will-change: transform, opacity;
}

body.is-portal-arriving .page--consultation .page-bar,
body.is-portal-arriving .consultation-scene__shade,
body.is-portal-arriving .consultation-card {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .hub-entry:hover .hub-entry__image {
    border-color: rgba(220, 164, 105, 0.64);
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(216, 160, 101, 0.28);
    transform: scale(1.045);
  }

  .hub-entry--portrait:hover .portrait__frame {
    filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.42));
    transform: scale(1.025);
  }

  .hub-entry:hover .hub-entry__image::after {
    border-color: rgba(238, 232, 218, 0.34);
  }

  .hub-entry--states:hover img {
    transform: scale(1.12);
  }

  .hub-entry--portal:hover .portal-scene__visual img {
    filter: saturate(0.96) brightness(1.01);
    transform: translate3d(0, -1px, 0) scale(1.008);
  }

  .hub-entry--portal:hover .portal-scene__glass {
    box-shadow: 0 0 38px rgba(196, 137, 77, 0.14);
  }

  .button--primary:hover {
    background: #c0884e;
  }

  .button--light:hover {
    background: #fff9eb;
  }

  .page-bar button:hover,
  .text-link:hover {
    color: var(--ivory);
  }
}

.hub-entry:active .hub-entry__image,
.hub-entry--portrait:active .portrait__frame {
  transform: scale(0.97);
  transition-duration: 100ms;
}

.hub-entry--portal:active .portal-scene__visual img {
  filter: saturate(0.94) brightness(1.04);
  transform: translate3d(0, 0, 0) scale(1.004);
  transition-duration: 100ms;
}

@media (max-width: 1180px) {
  .hub-entry--states {
    left: 4.5vw;
  }

  .hub-entry--outcomes {
    right: 4.5vw;
  }

  .hub-entry--process {
    left: 13vw;
  }

  .hub-entry--approach {
    right: 13vw;
  }

  .page-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .state-scene,
  .state-scene--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  }

  .interaction-feature {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  }
}

@media (max-width: 960px) {
  .page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .page-hero__copy {
    min-height: 60dvh;
    align-content: end;
    padding-top: 120px;
  }

  .page-hero__copy h2 {
    font-size: clamp(4.4rem, 13vw, 7.2rem);
  }

  .page-hero__copy--outcomes {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .page-hero__copy .outcome-hero__title {
    max-width: 760px;
    font-size: clamp(3.8rem, 10vw, 6rem);
  }

  .page-hero__image {
    min-height: 62dvh;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .page-lead--split,
  .outcomes-layout {
    grid-template-columns: 1fr;
  }

  .page-lead--split {
    gap: 34px;
  }

  .process-section-head,
  .process-format-grid,
  .process-practical__grid {
    grid-template-columns: 1fr;
  }

  .process-section-head {
    align-items: start;
    gap: 24px;
  }

  .process-format {
    min-height: auto;
    padding: 48px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-format-grid--single .process-format {
    display: block;
    padding: 32px 0 38px;
  }

  .process-format-grid--single .process-format__meta {
    margin-top: 32px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-format-grid--single .process-format__meta > div {
    display: block;
    padding-top: 20px;
  }

  .process-format:last-child {
    padding-right: 0;
    border-bottom: 0;
  }

  .process-practical__grid article,
  .process-practical__grid article:nth-child(odd),
  .process-practical__grid article:nth-child(even) {
    min-height: auto;
    padding: 40px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-practical__grid article:last-child {
    border-bottom: 0;
  }

  .state-scene,
  .state-scene--reverse {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .state-scene--reverse .state-scene__image,
  .state-scene--reverse .state-scene__copy {
    grid-row: auto;
    grid-column: 1;
  }

  .outcome-group--possibility {
    margin-top: 100px;
  }

  .interaction-feature {
    grid-template-columns: 1fr;
  }

  .method-list {
    grid-template-columns: 1fr;
  }

  .method {
    min-height: auto;
    padding: 44px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .method:last-child {
    border-bottom: 0;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-facts > div:nth-child(odd),
  .about-facts > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .hub {
    min-height: 0;
  }

  .hub::before {
    background:
      radial-gradient(ellipse 29% 16% at 50% 74%, rgba(125, 86, 40, 0.07), transparent 74%),
      radial-gradient(ellipse 66% 23% at 50% 102%, rgba(11, 17, 19, 0.8), rgba(6, 10, 11, 0.34) 48%, transparent 76%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 46%);
  }

  .hub::after {
    inset: 0;
    width: auto;
    background:
      radial-gradient(ellipse 38% 34% at 50% 20%, rgba(101, 66, 35, 0.15), rgba(42, 32, 21, 0.06) 52%, transparent 76%),
      linear-gradient(180deg, transparent 14%, rgba(238, 232, 218, 0.012) 36%, rgba(1, 2, 1, 0.12) 62%, transparent 82%);
  }

  .hub__header {
    top: 15px;
    right: 17px;
    left: 17px;
  }

  .hub__name,
  .hub__hint {
    display: none;
  }

  .hub__role {
    width: 125px;
    margin-top: 0 !important;
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .hub-entry--portrait {
    top: 8vh;
    width: clamp(118px, 34vw, 142px);
  }

  .portrait__frame {
    height: 27dvh;
    min-height: 184px;
    max-height: 238px;
  }

  .portrait__frame img {
    -webkit-mask-image:
      linear-gradient(to bottom, transparent 0%, #000 7%, #000 76%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
    mask-image:
      linear-gradient(to bottom, transparent 0%, #000 7%, #000 76%, transparent 100%),
      linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
  }

  .portrait__title {
    top: -4px;
    width: min(360px, 94vw);
  }

  .portrait__title strong {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }

  .portrait__title span {
    margin-top: 3px;
    font-size: 0.59rem;
  }

  .hub-entry--states,
  .hub-entry--outcomes {
    --entry-size: clamp(84px, 25vw, 108px);
    top: 18.5vh;
  }

  .hub-entry--states {
    left: 4.2vw;
  }

  .hub-entry--outcomes {
    right: 4.2vw;
  }

  .hub-entry--process,
  .hub-entry--approach {
    --entry-size: clamp(76px, 22vw, 96px);
    top: 36.8dvh;
  }

  .hub-entry--process {
    left: 8.5vw;
  }

  .hub-entry--approach {
    right: 8.5vw;
  }

  .hub-entry__label {
    top: calc(100% + 7px);
    max-width: 142px;
    font-size: clamp(0.96rem, 4.4vw, 1.2rem);
    line-height: 0.95;
  }

  .hub__statement {
    top: 51.5dvh;
    width: min(74vw, 300px);
    font-size: clamp(1.05rem, 5.3vw, 1.35rem);
    line-height: 1.04;
  }

  .hub-entry--portal {
    bottom: 2.5dvh;
    width: min(122vw, 500px);
  }

  .hub-entry--portal .hub-entry__label {
    top: 1.5%;
    width: min(90vw, 340px);
    font-size: clamp(1.08rem, 5.2vw, 1.45rem);
    line-height: 0.94;
    white-space: normal;
  }

  .hub__interaction-note {
    display: none;
  }

  .page-bar {
    height: 62px;
    grid-template-columns: 1fr auto;
  }

  .page-bar p {
    display: none;
  }

  .page-bar__brand {
    font-size: 1.2rem;
  }

  .page-hero__copy {
    min-height: 56dvh;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .page-hero__copy h2 {
    font-size: clamp(3.8rem, 18vw, 5.8rem);
    line-height: 0.8;
  }

  .page-hero__copy--outcomes {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .page-hero__copy .outcome-hero__title {
    font-size: clamp(3.15rem, 14vw, 4.5rem);
    line-height: 0.86;
  }

  .outcome-hero__list,
  .definition-list--returns {
    grid-template-columns: 1fr;
  }

  .page-hero__image {
    min-height: 56dvh;
  }

  .page-body {
    padding-top: 90px;
  }

  .page-lead {
    margin-bottom: 120px;
  }

  .page-lead p {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .state-list {
    gap: 120px;
  }

  .state-scene {
    gap: 34px;
  }

  .state-scene__image {
    aspect-ratio: 4 / 3;
  }

  .state-scene__copy h3 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .next-step {
    align-items: flex-start;
    flex-direction: column;
  }

  .next-step .button {
    width: 100%;
  }

  .outcome-group__head h3 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .ethical-note {
    margin-top: 80px;
    font-size: 1.55rem;
  }

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

  .process-format__meta > div + div {
    padding-top: 18px;
    padding-left: 0;
    margin-top: 18px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .interaction-feature h3 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .about-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .education__list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .page--consultation {
    min-height: 620px;
  }

  .consultation-scene {
    min-height: 620px;
  }

  .consultation-scene__image {
    object-position: 58% 50%;
  }

  .consultation-scene__shade {
    background: linear-gradient(0deg, rgba(4, 5, 4, 0.94) 0%, rgba(4, 5, 4, 0.54) 48%, rgba(4, 5, 4, 0.08) 78%);
  }

  .consultation-card {
    right: var(--page-pad);
    bottom: 22px;
    width: auto;
    padding: 0;
    backdrop-filter: none;
  }

  .consultation-card h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .consultation-card__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .consultation-card__actions .button {
    width: 100%;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  .hub__role {
    display: none;
  }

  .hub-entry--portrait {
    top: 10vh;
  }

  .portrait__title {
    top: 0;
  }

  .portrait__frame {
    height: 25dvh;
    min-height: 0;
  }

  .hub-entry--states,
  .hub-entry--outcomes {
    --entry-size: clamp(56px, 18vw, 68px);
    top: 10.5vh;
  }

  .hub-entry--states {
    left: 8vw;
  }

  .hub-entry--outcomes {
    right: 8vw;
  }

  .hub-entry--process,
  .hub-entry--approach {
    --entry-size: clamp(48px, 15vw, 60px);
    top: 31vh;
  }

  .hub-entry--process {
    left: 12vw;
  }

  .hub-entry--approach {
    right: 12vw;
  }

  .hub-entry__label {
    max-width: 124px;
    font-size: clamp(0.8rem, 3.7vw, 0.95rem);
  }

  .hub__statement {
    top: 48.5vh;
    width: min(78vw, 250px);
    font-size: 0.8rem;
    line-height: 1.02;
  }

  .hub-entry--portal {
    bottom: -8dvh;
    width: min(118vw, 420px);
  }

  .hub-entry--portal .hub-entry__label {
    top: 4%;
    width: min(88vw, 300px);
    font-size: 0.92rem;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .hub {
    min-height: 0;
  }

  .hub__header {
    top: 12px;
  }

  .hub-entry--portrait {
    top: 14vh;
    width: 16vh;
  }

  .portrait__frame {
    width: 16vh;
    height: 42vh;
    min-height: 0;
  }

  .portrait__title {
    top: 4px;
  }

  .hub-entry--states,
  .hub-entry--outcomes {
    --entry-size: 26vh;
    top: 15vh;
  }

  .hub-entry--process,
  .hub-entry--approach {
    --entry-size: 17vh;
    top: 52vh;
  }

  .hub-entry--process {
    left: 22vw;
  }

  .hub-entry--approach {
    right: 22vw;
  }

  .hub-entry__label {
    font-size: 3.4vh;
  }

  .hub__statement {
    top: 44vh;
    width: 38vw;
    font-size: 3.2vh;
  }

  .hub-entry--portal {
    right: auto;
    bottom: -3vh;
    left: 50%;
    width: 74vh;
    transform: translateX(-50%);
  }

  .hub-entry--portal .hub-entry__label {
    top: 1%;
    width: 42vw;
    font-size: 3vh;
    white-space: normal;
  }

  .hub__interaction-note {
    display: none;
  }
}

/*
 * Compact layout is deliberately flow-based. Mobile browser chrome changes the
 * visual viewport while scrolling; absolute vh coordinates made the navigation
 * labels, statement and portal collide on real phones.
 */
@media (max-width: 760px), (orientation: landscape) and (max-width: 960px) and (max-height: 600px) {
  body[data-route="home"] {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .hub {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 820px;
    min-height: max(100svh, 820px);
    grid-template-columns: minmax(0, 1fr) minmax(112px, 32vw) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    align-content: space-between;
    column-gap: 8px;
    row-gap: 16px;
    padding: max(14px, env(safe-area-inset-top)) 12px 18px;
    overflow: hidden;
  }

  .hub__header {
    position: relative;
    inset: auto;
    grid-row: 1;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 32px;
  }

  .hub-entry,
  .hub__statement {
    position: relative;
    inset: auto;
    transform: none;
  }

  .hub-entry {
    touch-action: manipulation;
  }

  .hub-entry--portrait {
    grid-row: 2;
    grid-column: 2;
    align-self: start;
    justify-self: center;
    width: clamp(112px, 32vw, 138px);
  }

  .portrait__title {
    position: relative;
    inset: auto;
    width: min(88vw, 340px);
    margin: 0 0 5px 50%;
    transform: translateX(-50%);
  }

  .portrait__title strong {
    font-size: clamp(1.28rem, 5.8vw, 1.55rem);
    line-height: 0.94;
  }

  .portrait__title span {
    margin-top: 4px;
    font-size: clamp(0.55rem, 2.35vw, 0.63rem);
    line-height: 1.3;
  }

  .portrait__frame {
    width: 100%;
    height: clamp(184px, 25svh, 220px);
    min-height: 0;
    max-height: none;
  }

  .hub-entry--circle {
    width: 100%;
  }

  .hub-entry--circle .hub-entry__image {
    margin-inline: auto;
  }

  .hub-entry--states,
  .hub-entry--outcomes {
    --entry-size: clamp(82px, 24vw, 100px);
    grid-row: 2;
    align-self: end;
    margin-bottom: clamp(8px, 2.5svh, 20px);
  }

  .hub-entry--states {
    grid-column: 1;
    justify-self: stretch;
  }

  .hub-entry--outcomes {
    grid-column: 3;
    justify-self: stretch;
  }

  .hub-entry--process,
  .hub-entry--approach {
    --entry-size: clamp(76px, 21vw, 88px);
    grid-row: 3;
    align-self: start;
    justify-self: stretch;
  }

  .hub-entry--process {
    grid-column: 1;
  }

  .hub-entry--approach {
    grid-column: 3;
  }

  .hub-entry__label,
  .hub-entry--portal .hub-entry__label {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    max-width: none;
    margin: 8px 0 0;
    font-size: clamp(0.98rem, 4.2vw, 1.12rem);
    line-height: 1.02;
    white-space: normal;
    transform: none;
    overflow-wrap: break-word;
  }

  .hub__statement {
    grid-row: 4;
    grid-column: 1 / -1;
    justify-self: center;
    width: min(82vw, 330px);
    margin: 4px 0 0;
    font-size: clamp(1.06rem, 4.8vw, 1.28rem);
    line-height: 1.08;
  }

  .hub-entry--portal {
    grid-row: 5;
    grid-column: 1 / -1;
    justify-self: center;
    width: min(108vw, 450px);
    aspect-ratio: auto;
  }

  .hub-entry--portal .hub-entry__label {
    width: min(88vw, 340px);
    margin: 0 auto 4px;
    color: var(--bronze-light);
    font-size: clamp(1.08rem, 4.9vw, 1.38rem);
    line-height: 1;
  }

  .hub-entry--portal .portal-scene__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .page-bar {
    height: auto;
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    padding-block: 10px;
  }

  .page-bar .page-bar__brand {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-bar__back {
    white-space: nowrap;
  }

  .page-hero__copy,
  .page-hero__copy--outcomes {
    min-height: 0;
    align-self: start;
    padding-top: 88px;
    padding-bottom: 52px;
  }

  .page-hero__copy h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
    line-height: 0.86;
  }

  .page-hero__copy .outcome-hero__title {
    font-size: clamp(2.8rem, 12.5vw, 4rem);
    line-height: 0.9;
  }

  .page-hero__lead,
  .page-hero--states .page-hero__lead {
    margin-top: 22px;
    font-size: clamp(0.98rem, 4.1vw, 1.08rem);
    line-height: 1.55;
  }

  .page-hero__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .page-body {
    padding-top: 72px;
    padding-bottom: 94px;
  }

  .page-lead {
    margin-bottom: 78px;
  }

  .page-lead p,
  .page-lead.page-lead--scope p {
    font-size: clamp(1.14rem, 5.3vw, 1.48rem);
    line-height: 1.35;
  }

  .state-list {
    gap: 84px;
  }

  .state-scene,
  .state-scene--reverse {
    gap: 28px;
  }

  .state-scene__copy h3 {
    font-size: clamp(2.35rem, 10.8vw, 3.25rem);
    line-height: 0.94;
  }

  .next-step {
    gap: 28px;
    padding-top: 32px;
    margin-top: 76px;
  }

  .outcome-group--possibility {
    margin-top: 72px;
  }

  .outcome-group__head {
    padding-bottom: 26px;
  }

  .outcome-group__head h3 {
    margin-top: 12px;
    font-size: clamp(2.65rem, 12vw, 3.8rem);
    line-height: 0.92;
  }

  .ethical-note {
    margin-top: 58px;
    font-size: clamp(1.22rem, 5.4vw, 1.5rem);
    line-height: 1.18;
  }

  .process-hero__intro {
    margin-top: 18px;
  }

  .process-hero__steps {
    margin-top: 20px;
  }

  .process-hero__steps article {
    padding: 16px 0;
  }

  .process-hero__steps h3 {
    font-size: clamp(1.28rem, 5.6vw, 1.65rem);
  }

  .process-hero__steps p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .process-body {
    padding-top: 62px;
  }

  .process-section-head h3 {
    font-size: clamp(2.55rem, 11.5vw, 3.6rem);
    line-height: 0.92;
  }

  .process-formats {
    margin-bottom: 70px;
  }

  .process-format-grid--single .process-format {
    padding: 28px 0 34px;
  }

  .process-format h4 {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }

  .process-practical__grid article,
  .process-practical__grid article:nth-child(odd),
  .process-practical__grid article:nth-child(even) {
    padding: 32px 0;
  }

  .interaction-feature {
    gap: 30px;
  }

  .interaction-feature h3 {
    font-size: clamp(2.4rem, 10.8vw, 3.25rem);
  }

  .method {
    padding: 34px 0;
  }

  .about-facts {
    margin-bottom: 58px;
  }

  .about-facts > div {
    padding: 20px 0;
  }

  .education {
    margin-bottom: 44px;
  }

  .education--compact {
    margin-top: 58px;
  }

  .education__list {
    margin-top: 24px;
  }

  .education__list article {
    padding: 22px 0;
  }

  .page--consultation {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .consultation-scene {
    display: flex;
    height: auto;
    min-height: 680px;
    min-height: max(100svh, 680px);
    flex-direction: column;
    padding-top: 92px;
    padding-bottom: 24px;
  }

  .consultation-card {
    position: relative;
    inset: auto;
    width: calc(100% - (2 * var(--page-pad)));
    margin: auto var(--page-pad) 0;
  }

  .consultation-card h2 {
    font-size: clamp(2.4rem, 11.5vw, 3.45rem);
    line-height: 0.92;
  }

  .consultation-card__meta {
    margin-top: 20px;
  }

  .consultation-card__intro {
    margin-top: 14px;
  }

  .consultation-card__actions {
    gap: 14px;
    margin-top: 22px;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  .hub {
    min-height: 790px;
  }

  .hub__role {
    display: block;
  }

  .portrait__frame {
    height: 184px;
  }
}

@media (orientation: landscape) and (max-height: 600px) and (max-width: 960px) {
  body[data-route="home"] {
    overflow-y: auto;
  }

  .hub {
    min-height: 700px;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .hub-entry--portrait {
    width: 126px;
  }

  .portrait__frame {
    width: 100%;
    height: 188px;
  }

  .hub-entry--states,
  .hub-entry--outcomes {
    --entry-size: 86px;
  }

  .hub-entry--process,
  .hub-entry--approach {
    --entry-size: 76px;
  }

  .hub-entry__label {
    font-size: 1rem;
  }

  .hub-entry--portal {
    width: 430px;
  }
}

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

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

  .hub-entry__image img,
  .portrait__frame img {
    transition: none !important;
  }

  .hub-entry:hover .hub-entry__image,
  .hub-entry--portrait:hover .portrait__frame,
  .hub-entry:active .hub-entry__image,
  .hub-entry--portrait:active .portrait__frame {
    transform: none !important;
  }

  .hub-entry--states:hover img {
    transform: scale(1.08) !important;
  }

  .hub-entry--portal:hover .portal-scene__visual img,
  .hub-entry--portal:active .portal-scene__visual img,
  .button:active,
  .page-bar button:active {
    transform: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .page-bar {
    background: #080907;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  :root {
    --ivory-muted: #eee8da;
    --line: rgba(238, 232, 218, 0.42);
    --line-strong: rgba(238, 232, 218, 0.68);
  }

  .hub-entry--circle .hub-entry__image {
    border-color: var(--ivory);
  }
}
