@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f3ecde;
  --ink: #302438;
  --accent: #ad3825;
  --line: #30243835;
  --gutter: clamp(22px, 4.5vw, 80px);
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 90px;
}
body {
  margin: 0;
}
::selection {
  background: #c4cef5;
  color: #241c31;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button:disabled {
  cursor: default;
  opacity: 0.6;
}
button[aria-busy="true"] {
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #d45726;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-wrap: balance;
}
h1 em,
h2 em {
  font-style: normal;
}
h1 {
  font-size: clamp(54px, 6.4vw, 102px);
}
h2 {
  font-size: clamp(49px, 5.5vw, 86px);
}
p {
  line-height: 1.8;
}
button {
  border-radius: 0;
}
img {
  max-width: 100%;
  display: block;
}
[hidden] {
  display: none !important;
}
.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 15px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.lede {
  font-size: clamp(14px, 1.12vw, 18px);
  line-height: 1.85;
  max-width: 36ch;
  margin-top: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: var(--ink);
  color: #fff7e7;
  border: 1px solid var(--ink);
  text-decoration: none;
  min-height: 50px;
  padding: 14px 22px;
  font-size: 12px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #4a3653;
  transform: translateY(-2px);
}
.button span[aria-hidden] {
  font-size: 20px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  padding: 9px 0;
  text-decoration: none;
  min-height: 44px;
}
.text-link:hover {
  border-bottom-width: 2px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.margin-note {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 34px;
  max-width: 43ch;
  opacity: 0.8;
}
.email-link {
  display: inline-block;
  margin-top: 28px;
  font-size: clamp(15px, 1.6vw, 23px);
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  overflow-wrap: anywhere;
}
/* Navigation remains independent of the canvas. */
.site-header {
  height: 83px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  background: #f3ecdef2;
  border-bottom: 1px solid #30243812;
  transition:
    background 0.25s,
    color 0.25s;
}
.wordmark {
  font-size: 29px;
  font-weight: 650;
  letter-spacing: -1.3px;
  text-decoration: none;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
.desktop-nav a {
  text-decoration: none;
}
.desktop-nav a:hover {
  text-decoration: underline;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}
.talk-link {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.header-actions button {
  border: 0;
  background: none;
  padding: 12px 0;
  font-size: 12px;
  min-height: 44px;
}
.header-actions button span {
  margin-left: 10px;
  font-size: 19px;
}
dialog {
  padding: 36px var(--gutter);
  border: 0;
  background: #f3ecde;
  color: #302438;
  max-width: 950px;
  width: calc(100% - 40px);
  max-height: 90svh;
  box-shadow: 0 30px 100px #0004;
}
dialog::backdrop {
  background: #251c30b8;
  backdrop-filter: blur(8px);
}
.map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 11px;
}
.map-head button {
  border: 0;
  background: none;
  min-height: 44px;
}
dialog h2 {
  font-size: clamp(34px, 5vw, 55px);
  margin: 25px 0;
}
dialog nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 35px;
}
dialog nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  min-height: 48px;
  border-bottom: 1px solid #30243830;
  text-decoration: none;
  font-size: 14px;
}
dialog nav a span:first-child {
  font-size: 10px;
  margin-right: auto;
}
dialog nav a span:last-child {
  margin-left: auto;
}
.detail .site-header {
  position: sticky;
}
/* One continuous world, seven HTML destinations. Unenhanced pages remain a normal document. */
#world {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#world canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.world-ready #world {
  opacity: 1;
}
.world-wash {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #f3ecde 0%, #f3ecdef5 28%, #f3ecde00 63%);
  opacity: 0;
}
.world-ready .world-wash {
  opacity: 1;
}
.journey {
  position: relative;
  z-index: 2;
}
.chapter {
  position: relative;
  scroll-margin-top: 0;
  min-height: 100svh;
  background: var(--paper);
}
.chapter-panel {
  position: relative;
  min-height: 100svh;
  padding: 135px var(--gutter) 105px;
  display: flex;
  align-items: center;
}
.copy {
  width: 43%;
  max-width: 610px;
}
.copy.right {
  margin-left: auto;
  width: 42%;
}
.world-label {
  position: absolute;
  right: var(--gutter);
  bottom: 125px;
  font-size: 10px;
  letter-spacing: 0.03em;
}
.world-ready .chapter {
  height: 145svh;
  background: transparent;
}
.world-ready .chapter-panel {
  position: sticky;
  top: 0;
  height: 100svh;
}
.chapter-products {
  --paper: #273cc1;
  --ink: #fff5e4;
  color: #fff5e4;
}
.chapter-products .button {
  --ink: #fff5e4;
  color: #263bba;
}
.chapter-systems {
  --paper: #211b29;
  --ink: #fff5e4;
  color: #fff5e4;
}
.chapter-systems .button {
  background: #f3ecde;
  color: #302438;
  border-color: #f3ecde;
}
.chapter-playground {
  --paper: #e5edcc;
  --ink: #293c30;
}
.chapter-stories {
  --paper: #f3ecde;
}
.chapter-people {
  --paper: #eb7c5a;
}
.chapter-conversation {
  --paper: #302438;
  --ink: #fff5e4;
  color: #fff5e4;
}
.chapter-products .copy {
  max-width: 570px;
}
.capabilities {
  display: flex;
  gap: 25px;
  border-top: 1px solid #fff5;
  margin-top: 28px;
  max-width: 390px;
}
.capabilities button {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 16px 0 10px;
  background: none;
  color: inherit;
  min-height: 48px;
  font-size: 12px;
}
.capabilities button[aria-pressed="true"] {
  border-color: currentColor;
}
#capability-copy {
  max-width: 37ch;
  min-height: 75px;
  font-size: 13px;
  margin: 18px 0;
}
.signal-button {
  margin-top: 25px;
}
.signal-stages {
  display: flex;
  list-style: none;
  margin: 28px 0 14px;
  padding: 0;
  max-width: 410px;
  gap: 20px;
  font-size: 11px;
}
.signal-stages li {
  border-top: 1px solid #fff5;
  padding-top: 12px;
  flex: 1;
}
.signal-stages li.active {
  color: #ffc29f;
  border-color: #ffc29f;
}
#signal-status {
  font-size: 12px;
  max-width: 37ch;
  min-height: 55px;
}
.experiment {
  border-top: 1px solid #2b3f3050;
  padding-top: 12px;
  margin-top: 24px;
  max-width: 370px;
}
.experiment-intro {
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: 12px;
  align-items: center;
}
.experiment label {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.experiment-help {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 6px;
}
.balance-preview {
  width: 108px;
  height: 62px;
  overflow: visible;
}
.experiment input {
  display: block;
  width: 100%;
  accent-color: #263fca;
  margin: 6px 0 0;
  height: 44px;
  cursor: ew-resize;
}
.balance-scale {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin-bottom: 12px;
}
.experiment output {
  display: block;
  font-size: 11px;
  line-height: 1.7;
  min-height: 39px;
}
.experiment button {
  font-size: 11px;
  margin-top: 0;
}
.chapter-playground .margin-note {
  margin-top: 20px;
}
.build-note {
  display: block;
  background: #b33c25;
  color: #fff5df;
  text-decoration: none;
  padding: 25px 30px;
  margin-top: 30px;
  max-width: 435px;
  box-shadow: 8px 9px 0 #d8cbb3;
  transform: rotate(-1deg);
  transition: transform 0.2s;
}
.build-note:hover {
  transform: rotate(0) translateY(-3px);
}
.build-note .eyebrow {
  font-size: 9px;
  display: block;
  margin: 0;
}
.build-note h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.18;
  margin: 22px 0;
}
.build-note > span:last-child {
  font-size: 10px;
  line-height: 1.7;
}
.questions {
  margin: 28px 0 18px;
  max-width: 450px;
}
.questions details {
  border-top: 1px solid #30243850;
}
.questions summary {
  font-size: 13px;
  min-height: 48px;
  padding: 14px 0;
  list-style: none;
}
.questions summary::after {
  content: "+";
  float: right;
}
.questions details[open] summary::after {
  content: "−";
}
.questions p {
  font-size: 12px;
  max-width: 39ch;
  margin-bottom: 15px;
}
.conversation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
  width: 100%;
}
.conversation-layout .copy {
  width: 100%;
}
.world-ready .chapter-conversation {
  height: auto;
  min-height: 115svh;
  background: linear-gradient(90deg, #302438d9, #302438ba);
}
.chapter-conversation .chapter-panel {
  height: auto;
  min-height: 110svh;
  position: relative;
  padding-top: 135px;
  padding-bottom: 130px;
}
.chapter-conversation h2 {
  font-size: clamp(60px, 7vw, 106px);
}
.journey-dock {
  position: fixed;
  z-index: 25;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #f7f0e4;
  color: #302438;
  border: 1px solid #30243830;
  box-shadow: 0 7px 25px #211b2920;
  min-height: 55px;
  padding: 5px 14px;
  gap: 12px;
}
.journey-dock button {
  border: 0;
  background: none;
  font-size: 11px;
  padding: 10px;
  white-space: nowrap;
  min-height: 44px;
}
.journey-dock button[aria-pressed="true"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.journey-dock nav {
  display: flex;
  gap: 2px;
}
.journey-dock nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 38px;
  font-size: 9px;
  text-decoration: none;
}
.journey-dock nav a[aria-current="location"] {
  background: #302438;
  color: #fff5e4;
}

.still-mode #world {
  transition: none;
}
.no-world .world-label {
  display: none;
}
.no-world .copy,
.no-js .copy {
  max-width: 650px;
}
.home:not(.world-ready) .chapter-arrival {
  background: #f3ecde url("/assets/images/world-poster.webp") no-repeat right
    center;
  background-size: auto 75%;
}
.home:not(.world-ready) .chapter-arrival .copy {
  background: #f3ecdef0;
  padding: 25px;
}
.home:not(.world-ready) .chapter-products .copy {
  margin-left: 0;
}
.home:not(.world-ready) .chapter-panel {
  min-height: 85svh;
}
/* Correspondence */
.contact-form {
  background: #f7f0df;
  color: #302438;
  padding: 32px;
  max-width: 550px;
  width: 100%;
}
.contact-form .eyebrow {
  margin-bottom: 10px;
}
.field-hint {
  font-size: 10px;
  margin-bottom: 20px;
}
.contact-form label {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin: 18px 0 8px;
}
.contact-form input:not([type="hidden"]),
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #92838d;
  background: transparent;
  color: inherit;
  border-radius: 0;
  padding: 8px 0;
  font-size: 16px;
  min-height: 44px;
}
.contact-form textarea {
  font-size: 22px;
  line-height: 1.5;
  resize: vertical;
  min-height: 110px;
  max-height: 260px;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field-pair > div {
  min-width: 0;
}
.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #a52c20;
  border-width: 2px;
}
.contact-form small {
  display: block;
  color: #9b271c;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 8px;
}
.contact-form .button {
  width: 100%;
  background: #ad3825;
  border-color: #ad3825;
  color: #fff7e7;
  margin-top: 25px;
}
.contact-form .button:hover {
  background: #91321e;
}
.form-privacy {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 17px;
}
.form-status {
  padding: 15px;
  border: 1px solid #7c6c7b;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7;
}
.form-status strong,
.form-status span {
  display: block;
}
.form-status strong {
  margin-bottom: 5px;
}
.form-status a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 0;
  overflow-wrap: anywhere;
}
.form-status.is-success {
  background: #dce8cc;
}
.contact-receipt {
  max-width: 750px;
  margin: 10vh auto;
  padding: 30px;
}
.contact-receipt h1 {
  font-size: 50px;
  margin: 25px 0;
}
.contact-receipt a {
  margin-top: 25px;
}
/* The deeper pages use the same editorial language, without requiring a camera journey. */
.detail-main {
  max-width: 1440px;
  margin: auto;
  padding: 80px var(--gutter) 100px;
}
.detail-main > h1 {
  max-width: 1000px;
}
.detail-main > .lede {
  max-width: 53ch;
  font-size: 19px;
}
.detail-main .button {
  margin-top: 25px;
}
.service-index {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  border-block: 1px solid var(--line);
  margin: 55px 0 10px;
  padding: 24px 0;
  font-size: 12px;
}
.editorial-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10%;
  padding: 65px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 105px;
}
.editorial-row .eyebrow {
  margin-top: 10px;
}
.editorial-row h2 {
  font-size: clamp(34px, 4vw, 56px);
}
.editorial-row p {
  font-size: 15px;
  max-width: 55ch;
  margin-top: 25px;
}
.editorial-row dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.9;
}
.editorial-row dt {
  font-weight: 650;
}
.editorial-row dd {
  margin: 0;
}
.lab-entry {
  display: block;
  border-top: 1px solid var(--line);
  padding: 40px 0;
  text-decoration: none;
  margin-top: 45px;
}
.lab-entry > span {
  font-size: 11px;
}
.lab-entry h2 {
  margin: 20px 0;
  font-size: clamp(36px, 4vw, 60px);
}
.lab-entry p {
  max-width: 50ch;
  font-size: 15px;
}
.lab-entry b {
  display: block;
  font-size: 12px;
  margin-top: 25px;
}
.detail-contact {
  background: #302438;
  color: #fff5e4;
}
.detail-contact .detail-main {
  padding-top: 65px;
}
.detail-contact h1 {
  font-size: clamp(60px, 7vw, 99px);
}
.prose {
  max-width: 740px;
  margin-top: 60px;
}
.prose h2 {
  font-size: 30px;
  margin: 35px 0 15px;
}
.prose p {
  font-size: 15px;
}
.site-footer {
  position: relative;
  z-index: 3;
  background: #302438;
  color: #fff5e4;
  padding: 48px var(--gutter) 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  border-top: 1px solid #ffffff30;
}
.site-footer p {
  text-align: right;
  font-size: 16px;
}
.site-footer > div {
  display: flex;
  gap: 25px;
  font-size: 11px;
  flex-wrap: wrap;
}
.site-footer small {
  text-align: right;
  font-size: 10px;
}
@media (min-width: 1500px) {
  .copy {
    max-width: 640px;
  }
  .chapter-panel {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}
@media (max-height: 850px) and (min-width: 801px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 61px;
  }
  .chapter-panel {
    padding-top: 112px;
    padding-bottom: 90px;
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .lede {
    font-size: 14px;
    margin-top: 18px;
  }
  .margin-note {
    margin-top: 20px;
  }
  .actions {
    margin-top: 22px;
  }
  .build-note {
    padding: 22px;
    margin-top: 22px;
  }
  .build-note h3 {
    font-size: 25px;
    margin: 18px 0;
  }
  .questions {
    margin-top: 20px;
  }
  .contact-form {
    padding: 25px;
  }
  .chapter-conversation h2 {
    font-size: 77px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    gap: 17px;
  }
  .header-actions {
    gap: 20px;
  }
  .copy {
    width: 48%;
  }
  .copy.right {
    width: 46%;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  .lede {
    font-size: 14px;
  }
  .conversation-layout {
    gap: 5%;
  }
  .contact-form {
    padding: 24px;
  }
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 70px;
  }
  .wordmark {
    font-size: 26px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    font-size: 11px;
    gap: 22px;
  }
  .header-actions button {
    font-size: 11px;
  }
  .chapter-panel {
    display: block;
    padding: 100px var(--gutter) 65px;
    min-height: 0;
  }
  .copy,
  .copy.right {
    width: 100%;
    max-width: 620px;
    margin: 0;
  }
  .chapter {
    min-height: 0;
  }
  .world-ready #world {
    top: 70px;
    bottom: auto;
    height: 42svh;
  }
  .world-ready .world-wash {
    display: none;
  }
  .world-ready .chapter {
    height: auto;
    min-height: 135svh;
    --mobile-space: calc(42svh + 70px);
  }
  .world-ready .chapter-panel {
    padding-top: var(--mobile-space);
    height: auto;
    min-height: 100svh;
    position: relative;
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--mobile-space) - 25px),
      var(--paper) var(--mobile-space)
    );
    padding-bottom: 95px;
  }
  .world-ready .copy {
    padding-top: 25px;
  }
  .chapter-panel h1,
  .chapter-panel h2 {
    font-size: clamp(42px, 8.2vw, 66px);
    line-height: 1.04;
  }
  .chapter-panel h1 br:last-of-type {
    display: none;
  }
  .chapter-panel h1 em::before {
    content: " ";
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 17px;
  }
  .lede {
    font-size: 14px;
    max-width: 43ch;
    margin-top: 19px;
  }
  .actions {
    gap: 22px;
    margin-top: 23px;
  }
  .margin-note {
    font-size: 10px;
    margin-top: 24px;
  }
  .world-label {
    display: none;
  }
  .journey-dock {
    bottom: max(12px, env(safe-area-inset-bottom));
    max-width: calc(100% - 24px);
    width: 330px;
    gap: 2px;
    min-height: 52px;
    padding: 3px 7px;
    justify-content: space-between;
  }
  .journey-dock button {
    font-size: 10px;
    padding: 8px;
  }
  .journey-dock nav {
    gap: 0;
  }
  .journey-dock nav a {
    width: 24px;
    min-height: 38px;
    font-size: 8px;
  }

  .chapter-conversation .chapter-panel {
    padding-top: 80px;
  }
  .world-ready .chapter-conversation {
    background: #302438;
    min-height: 0;
  }
  .world-ready .chapter-conversation .chapter-panel {
    padding-top: 95px;
    background: none;
    min-height: 0;
  }
  .conversation-layout {
    display: block;
  }
  .conversation-layout .contact-form {
    margin-top: 40px;
    max-width: none;
  }
  .contact-form textarea {
    font-size: 20px;
  }
  .field-pair {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .world-ready .chapter-conversation .copy {
    padding: 0;
  }
  .chapter-conversation h2 br {
    display: none;
  }
  .chapter-conversation h2 {
    max-width: 9ch;
  }
  .chapter-conversation h2 em::before {
    content: " ";
  }
  .chapter-products .margin-note {
    max-width: 37ch;
  }
  .capabilities {
    margin-top: 22px;
  }
  #capability-copy {
    min-height: 0;
    margin: 15px 0;
  }
  .chapter .text-link {
    font-size: 12px;
  }
  .experiment {
    max-width: none;
  }
  .questions {
    max-width: none;
  }
  .build-note {
    max-width: 520px;
  }
  .home:not(.world-ready) .chapter-arrival {
    background-size: auto 340px;
    background-position: right top;
    padding-top: 240px;
  }
  .home:not(.world-ready) .chapter-arrival .chapter-panel {
    padding-top: 30px;
  }
  .home:not(.world-ready) .chapter-arrival .copy {
    padding: 0;
    background: none;
  }
  .home:not(.world-ready) .chapter-panel {
    min-height: 0;
  }
  .detail-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .detail-main h1 {
    font-size: clamp(46px, 8.5vw, 72px);
  }
  .detail-main > .lede {
    font-size: 16px;
  }
  .editorial-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 40px 0;
  }
  .editorial-row h2 {
    font-size: 39px;
  }
  .editorial-row p {
    font-size: 14px;
  }
  .service-index {
    gap: 15px;
    margin-top: 35px;
    font-size: 10px;
  }
  .editorial-row dl {
    grid-template-columns: 80px 1fr;
    gap: 15px;
    font-size: 11px;
  }
  .site-footer {
    display: block;
    padding-top: 40px;
  }
  .site-footer p {
    text-align: left;
    margin-top: 18px;
  }
  .site-footer > div {
    margin: 30px 0;
    gap: 20px;
  }
  .site-footer small {
    text-align: left;
  }
  dialog {
    padding: 25px;
    width: calc(100% - 24px);
  }
  dialog nav {
    grid-template-columns: 1fr;
  }
  dialog nav a {
    font-size: 12px;
    padding: 12px 0;
  }
  dialog h2 {
    font-size: 36px;
  }
  .map-head {
    font-size: 10px;
  }
}
/* Stack name/email before typical addresses clip in a two-column phone grid. */
@media (max-width: 480px) {
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 370px) {
  .chapter-panel h1,
  .chapter-panel h2 {
    font-size: 41px;
  }
  .journey-dock nav a {
    width: 24px;
  }
  .talk-link {
    font-size: 10px;
  }
  .contact-form {
    padding: 21px;
  }
  .header-actions {
    gap: 18px;
  }
  .world-ready .chapter {
    min-height: 145svh;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* Brand lockup: the supplied mark is cropped to its wordmark and symbol. Blend modes
   remove the reference paper while keeping the original letterforms; the mark follows
   the header/footer foreground colour as the journey changes destination. */
.brand-lockup {
  display: inline-flex;
  align-items: center;
}
.brand-mark {
  display: block;
  width: 126px;
  height: 48px;
  overflow: hidden;
}
.brand-mark img {
  display: block;
  width: 126px;
  height: auto;
  max-width: none;
  filter: grayscale(1) contrast(2.4);
  mix-blend-mode: darken;
}
.site-header[data-theme="dark"] .brand-mark img {
  filter: grayscale(1) invert(1) brightness(1.7);
  mix-blend-mode: screen;
}
.site-footer .brand-mark img {
  filter: grayscale(1) contrast(1.8) invert(1);
  mix-blend-mode: screen;
}
.map-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 8px;
  padding-top: 14px;
  border-top: 1px solid #30243830;
  font-size: 11px;
}
.map-controls button {
  border: 1px solid currentColor;
  background: transparent;
  min-height: 42px;
  padding: 8px 14px;
  font: inherit;
}
.map-controls button[aria-pressed="true"] {
  background: #302438;
  color: #fff5e4;
}
.site-footer {
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 44px 30px;
}
.footer-brand p {
  margin: 18px 0 0;
  font-size: 16px;
}
.footer-email {
  display: inline-block;
  margin-top: 28px;
  font-size: 11px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 11px;
  font-size: 11px;
}
.footer-links .eyebrow {
  margin: 0 0 8px;
  color: #cdbda4;
}
.footer-end {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid #fff5e430;
  font-size: 11px;
}
.footer-end small {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: right;
  font-size: 10px;
  line-height: 1.7;
}
.journey-dock {
  display: none !important;
}
@media (max-width: 800px) {
  .brand-mark {
    width: 108px;
    height: 42px;
  }
  .brand-mark img {
    width: 108px;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }
  .footer-brand,
  .footer-end {
    grid-column: 1 / -1;
  }
  .footer-end {
    display: block;
  }
  .footer-end small {
    display: block;
    text-align: left;
    margin-top: 18px;
  }
  .footer-end small span {
    display: block;
  }
}
@media print {
  #world,
  .world-wash,
  .journey-dock,
  .site-header {
    display: none !important;
  }
  .world-ready .chapter,
  .chapter {
    height: auto !important;
    min-height: 0 !important;
    background: #fff !important;
    color: #000 !important;
  }
  .chapter-panel,
  .world-ready .chapter-panel {
    height: auto !important;
    min-height: 0 !important;
    padding: 30px !important;
    position: static !important;
    background: none !important;
    opacity: 1 !important;
  }
  .copy,
  .copy.right {
    width: 100%;
  }
  .chapter {
    break-inside: avoid;
  }
  .site-footer {
    padding: 30px;
  }
  .contact-form {
    border: 1px solid #aaa;
  }
  .detail-main {
    padding: 20px;
  }
}

@media (min-width: 801px) {
  .people-copy h2 {
    font-size: clamp(58px, 4.7vw, 75px);
  }
  .chapter-playground h2 {
    font-size: clamp(56px, 5vw, 76px);
  }
}

@media (max-width: 800px) {
  .chapter-conversation h2 {
    max-width: 9ch;
  }
}

/* Hide enhancement-only controls when scripts are unavailable. */
.home:not(.js-ready) .capabilities,
.home:not(.js-ready) .signal-button,
.home:not(.js-ready) .experiment {
  display: none;
}

/* Keep copy pinned during camera travel; it fades before the next destination. */
@media (min-width: 801px) {
  .world-ready .chapter:not(.chapter-conversation) .chapter-panel {
    margin-bottom: -100svh;
  }
}

.world-ready .site-header {
  transition: none;
}

/* Keep the complete study above the controls on conventional laptop screens. */
@media (min-width: 801px) and (max-height: 850px) {
  .chapter-playground h2 {
    font-size: 56px;
  }
  .chapter-playground .lede {
    max-width: 45ch;
    line-height: 1.65;
  }
  .chapter-playground .experiment {
    margin-top: 16px;
  }
  .chapter-playground .margin-note {
    margin-top: 10px;
  }
}

/* A short window needs readable scrolling, not a clipped full-screen panel. */
@media (min-width: 801px) and (max-height: 650px) {
  .world-ready .chapter {
    height: auto;
    min-height: 160svh;
  }
  .world-ready .chapter:not(.chapter-conversation) .chapter-panel {
    position: relative;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 110px;
  }
}

input,
textarea,
summary,
.text-link {
  scroll-margin-block: 110px;
}

@media print {
  .world-ready .chapter:not(.chapter-conversation) .chapter-panel {
    margin-bottom: 0;
  }
}
