/* public/assets/fonts/fonts.css */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/cormorant-garamond-400-italic-KDKPGUC7.woff") format("woff");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/cormorant-garamond-500-italic-36GEJRTP.woff") format("woff");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/cormorant-garamond-400-normal-XAIHTE43.woff") format("woff");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/cormorant-garamond-500-normal-2JDJUWYM.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/manrope-400-normal-NF6USSTO.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/manrope-500-normal-PV7O5UER.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/manrope-600-normal-AJ7EMGIK.woff") format("woff");
}

/* public/styles.css */
:root {
  --ivory:#f8f5ee;
  --red:#a3182a;
  --ink:#24221f;
  --muted:#5e5851;
  --stone:#d7cdc4;
  --line:rgba(56,45,36,.24);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Manrope",Arial,sans-serif;
  --gutter:clamp(1.6rem,6.6vw,8.6rem);
  --viewport:100svh;
  --ink-now:var(--ink);
  --muted-now:var(--muted);
  --line-now:var(--line);
  --ease:cubic-bezier(.22,.68,.12,1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 6.5rem;
}
body {
  isolation: isolate;
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}
button,
a,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
a,
button,
summary {
  outline-offset: 6px;
}
::selection {
  background: var(--red);
  color: var(--ivory);
}
:focus-visible {
  outline: 2px solid currentColor;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
h1,
h2 {
  letter-spacing: -.047em;
  line-height: .94;
}
em,
.italic {
  font-style: italic;
  font-weight: 400;
}
img {
  max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: .75rem 1.25rem;
  background: var(--ivory);
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
main:focus {
  outline: none;
}
.world {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--ivory);
}
.fallback-environment {
  position: absolute;
  inset: -2%;
  transform-origin: 65% 50%;
}
.fallback-environment img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fallback-interior {
  opacity: 0;
}
#world-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 600ms ease;
}
.world-ready #world-canvas {
  opacity: 1;
}
.world-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(248, 245, 238, .65),
      rgba(248, 245, 238, .12) 68%);
  opacity: 1;
}
.fallback-signet {
  opacity: 0;
  position: absolute;
  left: 62%;
  top: 24%;
  width: 28%;
  height: 54%;
  object-fit: contain;
  filter: drop-shadow(12px 17px 12px rgba(44, 20, 20, .16));
  transform: perspective(1200px) rotateY(-15deg);
}
.world-ready .fallback-signet,
.world-ready .world-shade {
  opacity: 0 !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 1.9rem var(--gutter);
  color: var(--ink-now);
  transition: color 350ms ease;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(rgba(248, 245, 238, .74), rgba(248, 245, 238, 0));
  transition: opacity .4s;
}
.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-shrink: 0;
  min-height: 44px;
}
.brand-signet {
  width: 28px;
  height: 35px;
  object-fit: contain;
}
.brand-wordmark {
  display: block;
  width: 183px;
  height: auto;
}
.brand img {
  transition: filter .35s;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
.desktop-nav a {
  position: relative;
  font-size: .875rem;
  letter-spacing: .012em;
  padding: 10px 0;
  white-space: nowrap;
}
.desktop-nav a:after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease);
}
.desktop-nav a:hover:after,
.desktop-nav a.active:after {
  transform: scaleX(1);
}
.header-contact {
  font-size: .875rem;
  border: 1px solid var(--line-now);
  padding: .65rem 1.35rem;
  min-height: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 1.7rem;
  transition:
    background .35s,
    color .35s,
    border-color .35s;
}
.header-contact span {
  font-size: 1.25rem;
  line-height: 1;
}
.header-contact:hover {
  color: var(--ivory);
  background: var(--red);
  border-color: var(--red);
}
.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 8px;
}
.menu-toggle span {
  width: 24px;
  height: 1px;
  background: currentColor;
}
.menu-dialog {
  margin: 0;
  inset: 0 0 auto;
  max-width: none;
  max-height: 100svh;
  width: 100%;
  border: 0;
  padding: 6.5rem var(--gutter) 3.2rem;
  background: var(--ivory);
  color: var(--ink);
  overflow: auto;
}
.menu-dialog::backdrop {
  background: rgba(37, 26, 19, .32);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
.menu-dialog nav {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.menu-dialog nav a {
  width: fit-content;
  min-height: 48px;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 5vw, 3.5rem);
  line-height: 1.15;
  padding: .35rem 0;
}
.menu-dialog nav a:hover {
  color: var(--red);
}
.menu-close {
  position: absolute;
  right: var(--gutter);
  top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
  font-size: .875rem;
}
.menu-close span {
  font-size: 1.6rem;
  font-weight: 400;
}
.dark-chapter {
  --ink-now:var(--ivory);
  --muted-now:rgba(248,245,238,.8);
  --line-now:rgba(248,245,238,.28);
}
.dark-chapter .header:before {
  opacity: 0;
}
.dark-chapter .brand img {
  filter: brightness(0) invert(96%) sepia(8%) saturate(210%);
}
.frame-section {
  position: relative;
  min-height: 110svh;
  display: flex;
  align-items: center;
  padding: 9rem var(--gutter) 8rem;
}
.frame-content {
  width: 100%;
  max-width: 41rem;
}
.eyebrow {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .19em;
  text-transform: uppercase;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.65rem;
}
.red-rule {
  height: 1px;
  width: 28px;
  background: var(--red);
}
.section-index {
  font-family: var(--serif);
  font-size: 1.85rem;
  line-height: 1;
  letter-spacing: -.04em;
  padding-right: 1.05rem;
  border-right: 1px solid var(--line-now);
}
.line {
  display: block;
  overflow: clip;
  padding: .085em .13em .12em;
  margin: -.085em -.13em -.12em;
}
.line > span {
  display: block;
  transform-origin: 15% 100%;
}
.body-copy {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 29rem;
  color: var(--muted);
}
.hero-content {
  max-width: 44rem;
}
.hero h1 {
  font-size: clamp(6rem, 8.35vw, 9.5rem);
  line-height: .9;
  margin-bottom: 2.2rem;
  letter-spacing: -.052em;
}
.hero .body-copy {
  max-width: 29rem;
}
.round-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 48px;
  font-size: .875rem;
  margin-top: 1.6rem;
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: var(--red);
  color: var(--ivory);
  font-size: 1.35rem;
  font-family: var(--sans);
  line-height: 1;
  transition: transform .6s var(--ease), background .35s;
}
.round-link:hover .round-arrow {
  transform: rotate(45deg);
  background: #7e1121;
}
.link-rule {
  display: none;
}
.object-caption {
  position: absolute;
  right: 11%;
  bottom: 19%;
  font-size: .75rem;
  line-height: 1.9;
  letter-spacing: .07em;
  color: #514940;
}
.caption-rule {
  display: block;
  height: 1px;
  width: 35px;
  background: var(--red);
  margin-bottom: 1rem;
}
.corner-statement {
  position: absolute;
  right: var(--gutter);
  bottom: 6.5rem;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .2em;
  line-height: 1.9;
}
.approach h2 {
  font-size: clamp(4.6rem, 6.45vw, 6.8rem);
  line-height: .98;
  margin-bottom: 1.65rem;
}
.approach-content {
  max-width: 44rem;
}
.method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
  margin-top: 2rem;
  max-width: 38rem;
}
.method span {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.method p {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: .6rem;
  max-width: 9.8rem;
}
.side-inscription {
  position: absolute;
  right: 12%;
  bottom: 22%;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.2;
  color: var(--muted);
}
.capabilities {
  justify-content: flex-end;
}
.capabilities-content {
  max-width: 39rem;
  margin-right: 2.2vw;
}
.capabilities h2 {
  font-size: clamp(4rem, 5.4vw, 5.5rem);
  line-height: .98;
  margin-bottom: 1.3rem;
}
.capabilities .body-copy {
  max-width: 29rem;
}
.capability-list {
  margin-top: 1.65rem;
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 58px;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1.2;
}
summary::-webkit-details-marker {
  display: none;
}
.service-index {
  font-family: var(--sans);
  font-size: .75rem;
  color: var(--muted);
  flex: 0 0 1.1rem;
}
.expand-icon {
  margin-left: auto;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  position: relative;
}
.expand-icon:before,
.expand-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  height: 1px;
  width: 16px;
  background: var(--red);
  transition: transform .35s var(--ease);
}
.expand-icon:after {
  transform: rotate(90deg);
}
details[open] .expand-icon:after {
  transform: rotate(0);
}
details[open] summary {
  color: var(--red);
}
.service-body {
  padding: 0 1.5rem 1.3rem 2.1rem;
}
.service-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 31rem;
  margin-bottom: .7rem;
}
.service-tags {
  font-size: .75rem;
  line-height: 1.8;
  color: var(--muted);
}
.capability-marker {
  position: absolute;
  left: var(--gutter);
  bottom: 21%;
  color: #514940;
}
.capability-marker > span {
  font-family: var(--serif);
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: -.06em;
}
.capability-marker i {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--red);
  margin: 1.4rem 0;
}
.capability-marker p {
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  line-height: 1.9;
}
.crosswell {
  background: #42101a;
  color: var(--ivory);
}
.crosswell .frame-content {
  max-width: 76rem;
}
.crosswell .eyebrow {
  color: rgba(248, 245, 238, .8);
}
.crosswell .section-index {
  border-color: rgba(248, 245, 238, .28);
}
.crosswell h2 {
  font-size: clamp(4.8rem, 7.1vw, 7.5rem);
  line-height: 1;
  margin-bottom: 1.6rem;
}
.crosswell .body-copy {
  color: rgba(248, 245, 238, .8);
  max-width: 31rem;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
  max-width: 65rem;
  margin-top: 2.4rem;
}
.principles > div {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(248, 245, 238, .27);
}
.principles > div > span {
  font-size: .75rem;
  color: rgba(248, 245, 238, .7);
}
.principles h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin: .85rem 0 .65rem;
}
.principles p {
  font-size: .875rem;
  line-height: 1.7;
  color: rgba(248, 245, 238, .76);
  max-width: 17rem;
}
.conversation {
  justify-content: center;
  text-align: center;
  padding-bottom: 12rem;
}
.conversation-content {
  max-width: 66rem;
}
.closing-mark {
  display: block;
  object-fit: contain;
  width: 31px;
  height: 34px;
  margin: 0 auto 1.7rem;
}
.conversation .eyebrow {
  justify-content: center;
  margin-bottom: 1.4rem;
}
.conversation h2 {
  font-size: clamp(4.8rem, 7.1vw, 7.75rem);
  line-height: .98;
  margin-bottom: 1.7rem;
}
.conversation .body-copy {
  margin: 0 auto 1.6rem;
}
.conversation-link {
  display: inline-flex;
  align-items: center;
  gap: 1.65rem;
  color: var(--red);
  font-family: var(--serif);
  font-size: 2.15rem;
  min-height: 48px;
}
.conversation-link > span:first-child {
  position: relative;
}
.conversation-link > span:first-child:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(.24);
  transform-origin: left;
  background: currentColor;
  transition: transform .6s var(--ease);
}
.conversation-link:hover > span:first-child:after {
  transform: scaleX(1);
}
.conversation-link .round-arrow {
  background: transparent;
  color: var(--red);
}
.conversation-link:hover .round-arrow {
  transform: rotate(45deg);
  background: var(--red);
  color: var(--ivory);
}
.email-link {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
  padding: .4rem 0;
  font-size: .875rem;
  color: var(--muted);
}
.email-link:hover {
  color: var(--red);
}
footer {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  text-align: left;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
footer > span,
footer > a:last-child {
  font-size: .75rem;
  line-height: 1.7;
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.footer-brand img {
  display: block;
  width: 154px;
}
footer > a:last-child {
  padding: .65rem 0;
}
.journey-hud,
.chapter-nav,
.page-progress {
  display: none;
}
.enhanced .journey-hud {
  position: fixed;
  z-index: 20;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  pointer-events: none;
  color: var(--ink-now);
  transition: color .35s;
}
.journey-hud > * {
  pointer-events: auto;
}
.chapter-readout {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: .75rem;
  letter-spacing: .035em;
}
.chapter-readout > span:first-child {
  font-family: var(--serif);
  font-size: 1.85rem;
  line-height: 1;
}
.readout-separator {
  height: 1px;
  width: 26px;
  background: var(--line-now);
}
#chapter-label {
  min-width: 9rem;
}
.scroll-invitation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .75rem;
  min-height: 44px;
}
.scroll-tick {
  height: 27px;
  width: 1px;
  background: var(--line-now);
  position: relative;
  overflow: hidden;
}
.scroll-tick:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  height: 13px;
  width: 1px;
  background: currentColor;
  animation: scroll-cue 2.7s var(--ease) 3;
}
@keyframes scroll-cue {
  to {
    transform: translateY(40px);
  }
}
.enhanced .chapter-nav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  color: var(--ink-now);
  transition: color .35s;
}
.chapter-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  min-width: 44px;
  min-height: 44px;
}
.chapter-nav span {
  font-size: .75rem;
  opacity: 0;
  transition: opacity .35s;
}
.chapter-nav i {
  display: block;
  height: 1px;
  width: 7px;
  background: currentColor;
  opacity: .55;
  transition: width .45s var(--ease), opacity .35s;
}
.chapter-nav a[aria-current] i {
  width: 22px;
  opacity: 1;
}
.chapter-nav a[aria-current] span,
.chapter-nav a:hover span,
.chapter-nav a:focus-visible span {
  opacity: 1;
}
.enhanced .page-progress {
  display: block;
  position: fixed;
  z-index: 35;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.page-progress > div {
  height: 100%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
}
.dark-chapter .page-progress > div {
  background: var(--ivory);
}
.is-ending .chapter-readout,
.is-ending .scroll-invitation {
  visibility: hidden;
}
.cinematic .stage {
  position: sticky;
  top: 0;
  height: var(--viewport);
  overflow: clip;
  perspective: 1800px;
}
.cinematic .frame-section {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding-top: 6.2rem;
  padding-bottom: 6.8rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 50%;
}
.cinematic .frame-section.hero {
  visibility: visible;
  opacity: 1;
}
.cinematic .frame-section.is-active {
  pointer-events: auto;
}
.cinematic .crosswell {
  background: transparent;
}
.cinematic .conversation {
  padding-top: 5.6rem;
  padding-bottom: 11.3rem;
}
.cinematic .closing-mark {
  visibility: hidden;
}
.is-moving .frame-section,
.is-moving .line > span {
  will-change: transform, opacity;
}
.reading-mode .header {
  background: rgba(248, 245, 238, .93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.reading-mode.dark-chapter .header {
  background: rgba(66, 16, 26, .94);
}
.reading-mode .scroll-invitation {
  display: none;
}
.reading-mode .journey-hud {
  background: rgba(248, 245, 238, .88);
  padding: 0 .8rem;
  border-radius: 40px;
  bottom: 1.1rem;
}
.reading-mode.dark-chapter .journey-hud {
  background: rgba(66, 16, 26, .92);
}
.reading-mode.is-ending .journey-hud {
  left: auto;
  right: var(--gutter);
  top: 6rem;
  bottom: auto;
}
.reading-mode .frame-section.conversation {
  min-height: 110svh;
}
@media (min-width: 1700px) {
  :root {
    --gutter:8vw;
  }
  .hero h1 {
    font-size: 9.6rem;
  }
  .frame-content {
    max-width: 46rem;
  }
  .capabilities-content {
    max-width: 43rem;
  }
  .crosswell .frame-content {
    max-width: 83rem;
  }
  .conversation-content {
    max-width: 74rem;
  }
  .crosswell h2 {
    font-size: 8rem;
  }
  .conversation h2 {
    font-size: 8.1rem;
  }
}
@media (max-width: 1160px) {
  .header {
    gap: 1.3rem;
  }
  .brand-wordmark {
    width: 158px;
  }
  .brand-signet {
    width: 25px;
  }
  .desktop-nav {
    gap: 1.35rem;
  }
  .desktop-nav a {
    font-size: .8125rem;
  }
  .header-contact {
    gap: 1.1rem;
    padding: .65rem 1.1rem;
  }
  .hero h1 {
    font-size: clamp(5.6rem, 8.65vw, 6.8rem);
  }
  .approach h2 {
    font-size: 5.3rem;
  }
  .capabilities-content {
    max-width: 34rem;
    margin-right: 1vw;
  }
  .capabilities h2 {
    font-size: 4.25rem;
  }
  .crosswell h2 {
    font-size: clamp(4.5rem, 7.8vw, 6.1rem);
  }
  .principles {
    gap: 1.65rem;
  }
  .object-caption {
    right: 10%;
  }
  .capability-marker > span {
    font-size: 5.4rem;
  }
}
@media (max-width: 940px) {
  .native-menu .desktop-nav {
    display: none;
  }
  .native-menu .menu-toggle {
    display: flex;
  }
  .header-contact {
    margin-left: auto;
  }
  .header {
    gap: 1rem;
  }
  .hero-content {
    max-width: 37rem;
  }
  .capability-marker {
    display: none;
  }
  .capabilities-content {
    max-width: 36rem;
  }
  .crosswell h2 {
    font-size: clamp(4rem, 8vw, 5.1rem);
  }
  .enhanced .chapter-nav {
    right: .5rem;
  }
  .object-caption {
    right: 8%;
    bottom: 18%;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter:7vw;
  }
  .header {
    padding: 1.15rem var(--gutter);
    gap: .65rem;
  }
  .brand {
    gap: .5rem;
  }
  .brand-wordmark {
    width: 139px;
  }
  .brand-signet {
    width: 23px;
    height: 30px;
  }
  .header-contact {
    font-size: .8125rem;
    padding: .55rem .85rem;
    gap: .8rem;
  }
  .header-contact span {
    font-size: 1.1rem;
  }
  .desktop-nav {
    flex-wrap: wrap;
    gap: .25rem .8rem;
  }
  .desktop-nav a {
    font-size: .75rem;
  }
  .header:not(:has(.menu-toggle[aria-expanded])) {
    flex-wrap: wrap;
  }
  .frame-section {
    padding: 7.5rem var(--gutter) 7rem;
    min-height: 110svh;
  }
  .frame-content {
    max-width: 100%;
    padding-right: .2rem;
  }
  .eyebrow {
    font-size: .75rem;
    letter-spacing: .1em;
    gap: .7rem;
    margin-bottom: 1.4rem;
  }
  .red-rule {
    width: 22px;
  }
  .hero h1 {
    font-size: clamp(4.25rem, 16.4vw, 5.7rem);
    line-height: .91;
    margin-bottom: 1.6rem;
  }
  .body-copy {
    font-size: 1rem;
    line-height: 1.65;
  }
  .hero .body-copy {
    max-width: 20rem;
  }
  .hero .body-copy br {
    display: none;
  }
  .round-link {
    font-size: .875rem;
    gap: .85rem;
    margin-top: 1.3rem;
  }
  .round-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  .object-caption,
  .corner-statement,
  .side-inscription {
    display: none;
  }
  .fallback-signet {
    left: 71%;
    top: 56%;
    width: 29%;
    height: 26%;
  }
  .fallback-environment img {
    object-position: 59% center;
  }
  .section-index {
    font-size: 1.65rem;
    padding-right: .8rem;
  }
  .approach h2 {
    font-size: clamp(3rem, 12.1vw, 4.3rem);
    line-height: 1.01;
    margin-bottom: 1.3rem;
  }
  .method {
    gap: .85rem;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
  }
  .method span {
    font-size: .75rem;
    letter-spacing: 0;
  }
  .method p {
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .5rem;
  }
  .capabilities-content {
    margin-right: 0;
    max-width: 100%;
  }
  .capabilities h2 {
    font-size: clamp(2.9rem, 11.5vw, 4rem);
    line-height: 1.01;
    margin-bottom: 1.2rem;
  }
  .capabilities .eyebrow {
    margin-bottom: 1.1rem;
  }
  .capability-list {
    margin-top: 1.25rem;
  }
  summary {
    font-size: 1.5rem;
    gap: .65rem;
    min-height: 55px;
    padding: .85rem 0;
  }
  .service-index {
    flex-basis: .85rem;
  }
  .service-body {
    padding: 0 0 1rem 1.5rem;
  }
  .service-body p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: .6rem;
  }
  .service-tags {
    font-size: .75rem;
    line-height: 1.6;
  }
  .crosswell h2 {
    font-size: clamp(2.8rem, 11.4vw, 3.8rem);
    line-height: 1.05;
    margin-bottom: 1.2rem;
  }
  .crosswell .body-copy {
    font-size: 1rem;
    line-height: 1.6;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: .6rem;
    margin-top: 1.35rem;
  }
  .principles > div {
    display: grid;
    grid-template-columns: 17px 1fr;
    column-gap: .8rem;
    padding-top: .7rem;
  }
  .principles > div > span {
    padding-top: .1rem;
  }
  .principles h3 {
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0 0 .35rem;
  }
  .principles p {
    grid-column: 2;
    font-size: .875rem;
    line-height: 1.55;
    max-width: 21rem;
  }
  .conversation h2 {
    font-size: clamp(2.8rem, 11.2vw, 4rem);
    line-height: 1.02;
    margin-bottom: 1.3rem;
  }
  .conversation .eyebrow {
    letter-spacing: .08em;
    font-size: .75rem;
  }
  .conversation .body-copy {
    margin-bottom: 1.3rem;
  }
  .closing-mark {
    margin-bottom: 1.2rem;
    width: 28px;
    height: 31px;
  }
  .conversation-link {
    font-size: 1.75rem;
    gap: 1rem;
  }
  .email-link {
    font-size: .875rem;
    margin-top: .8rem;
  }
  .frame-section.conversation {
    padding-bottom: 13rem;
  }
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    bottom: 2.2rem;
    padding-top: 1.2rem;
  }
  .footer-brand img {
    width: 128px;
  }
  footer > span:nth-child(2),
  footer > a:last-child {
    text-align: right;
  }
  footer > span {
    font-size: .75rem;
  }
  .enhanced .journey-hud {
    bottom: 1.4rem;
    gap: .7rem;
  }
  .chapter-readout {
    gap: .6rem;
    font-size: .75rem;
  }
  .chapter-readout > span:first-child {
    font-size: 1.65rem;
  }
  .readout-separator {
    width: 18px;
  }
  #chapter-label {
    min-width: 0;
    max-width: 8.5rem;
  }
  .scroll-invitation {
    display: none;
  }
  .enhanced .chapter-nav {
    right: 0;
    gap: 0;
  }
  .chapter-nav a {
    min-width: 32px;
    min-height: 44px;
    padding-right: 7px;
  }
  .chapter-nav span {
    display: none;
  }
  .chapter-nav i {
    width: 5px;
  }
  .chapter-nav a[aria-current] i {
    width: 12px;
  }
  .cinematic .frame-section {
    padding: 5.7rem var(--gutter) 6.4rem;
  }
  .cinematic .conversation {
    padding-top: 5.2rem;
    padding-bottom: 12.3rem;
  }
  .cinematic .closing-mark {
    display: none;
  }
  .reading-mode .journey-hud {
    bottom: .85rem;
  }
  .reading-mode .frame-section {
    min-height: 112svh;
  }
  .reading-mode.is-ending .journey-hud {
    top: 5.6rem;
  }
}
@media (max-width: 375px) {
  .brand-wordmark {
    width: 118px;
  }
  .brand-signet {
    width: 21px;
  }
  .header {
    gap: .3rem;
  }
  .header-contact {
    padding: .5rem .65rem;
    gap: .5rem;
  }
  .hero h1 {
    font-size: 4.1rem;
  }
  .conversation-link {
    font-size: 1.55rem;
    gap: .7rem;
  }
  summary {
    font-size: 1.4rem;
  }
  .method {
    gap: .55rem;
  }
  .eyebrow {
    letter-spacing: .065em;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.motion-reduced *,
.motion-reduced *:before,
.motion-reduced *:after {
  animation: none !important;
  transition: none !important;
}
@media (forced-colors: active) {
  .world {
    display: none;
  }
  .header,
  .frame-section,
  .crosswell {
    background: Canvas !important;
    color: CanvasText !important;
  }
  .body-copy,
  .crosswell p {
    color: CanvasText !important;
  }
  .brand img {
    filter: none !important;
  }
  .round-arrow {
    border: 1px solid ButtonText;
    background: ButtonFace;
    color: ButtonText;
  }
  .chapter-nav i,
  .page-progress > div {
    background: CanvasText;
  }
  .header-contact {
    border: 1px solid ButtonText;
  }
}
@media print {
  .world,
  .header,
  .journey-hud,
  .chapter-nav,
  .page-progress,
  .skip-link,
  .menu-dialog {
    display: none !important;
  }
  .experience,
  .cinematic .experience,
  .stage,
  .cinematic .stage {
    height: auto !important;
    position: static !important;
    overflow: visible !important;
    perspective: none !important;
  }
  .frame-section,
  .cinematic .frame-section {
    position: relative !important;
    inset: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 1.5cm 0 !important;
    break-inside: avoid;
    background: white !important;
    color: black !important;
  }
  .frame-content,
  .line > span,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    color: black !important;
  }
  .body-copy,
  .principles p {
    color: black !important;
  }
  .line {
    overflow: visible;
  }
  .frame-section h1,
  .frame-section h2 {
    font-size: 40pt;
  }
  .principles {
    display: block;
  }
  .principles > div {
    margin: 12pt 0;
  }
  footer {
    position: static;
    margin-top: 25pt;
  }
  .closing-mark {
    display: block !important;
  }
  .conversation {
    text-align: left;
  }
  .conversation .eyebrow {
    justify-content: flex-start;
  }
  .conversation .body-copy {
    margin-left: 0;
  }
  .service-body {
    display: block !important;
  }
}
.is-measuring .frame-section,
.is-measuring .hero-content,
.is-measuring .line > span,
.is-measuring .reveal {
  transform: none !important;
}
.reading-mode .crosswell {
  background:
    linear-gradient(
      180deg,
      rgba(66, 16, 26, 0),
      #42101a 14%,
      #42101a 88%,
      rgba(66, 16, 26, 0));
}
body:not(.enhanced) .header {
  position: absolute;
}
@media (max-width: 600px) {
  body:not(.enhanced) .header {
    position: relative;
    flex-wrap: wrap;
  }
  body:not(.enhanced) .desktop-nav {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  body:not(.enhanced) .header-contact {
    margin-left: auto;
  }
}
@media (min-width: 601px) and (max-height: 850px) {
  .cinematic .frame-section {
    padding-top: 5.8rem;
    padding-bottom: 5.2rem;
  }
  .cinematic .eyebrow {
    margin-bottom: 1rem;
  }
  .cinematic .hero h1 {
    font-size: clamp(5.2rem, 7.7vw, 7.2rem);
    margin-bottom: 1.5rem;
  }
  .cinematic .approach h2 {
    font-size: 4.6rem;
    margin-bottom: 1.25rem;
  }
  .cinematic .method {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
  }
  .cinematic .capabilities h2 {
    font-size: 4.3rem;
    margin-bottom: 1.1rem;
  }
  .cinematic .capability-list {
    margin-top: 1rem;
  }
  .cinematic summary {
    font-size: 1.65rem;
    min-height: 52px;
    padding: .65rem 0;
  }
  .cinematic .service-body {
    padding-bottom: .8rem;
  }
  .cinematic .service-body p {
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: .45rem;
  }
  .cinematic .crosswell h2 {
    font-size: clamp(4.3rem, 6.6vw, 6rem);
    margin-bottom: 1.3rem;
  }
  .cinematic .principles {
    margin-top: 1.6rem;
  }
  .cinematic .principles h3 {
    margin: .5rem 0;
  }
  .cinematic .conversation {
    padding-bottom: 9.8rem;
  }
  .cinematic .conversation h2 {
    font-size: clamp(4.3rem, 6.5vw, 6rem);
  }
  .cinematic .closing-mark {
    margin-bottom: 1rem;
  }
  .cinematic .conversation .eyebrow {
    margin-bottom: 1rem;
  }
  .cinematic .conversation .body-copy {
    margin-bottom: 1.2rem;
  }
  .cinematic .object-caption {
    bottom: 17%;
  }
  .cinematic .corner-statement {
    bottom: 5.4rem;
  }
}
.menu-open {
  overflow: hidden;
}
@supports not (overflow:clip) {
  .line,
  .cinematic .stage {
    overflow: hidden;
  }
}
@media (forced-colors: active) {
  .brand img,
  .footer-brand img {
    display: none;
  }
  .brand:after,
  .footer-brand:after {
    content: "CROSSWELL";
    font-family: var(--serif);
    font-size: 1.4rem;
    letter-spacing: .12em;
    color: CanvasText;
  }
  .principles p,
  .service-body p,
  .service-tags,
  .method p,
  footer span,
  .email-link {
    color: CanvasText !important;
  }
  .crosswell .eyebrow,
  .section-index {
    color: CanvasText !important;
  }
  .header:before {
    display: none;
  }
}
.horizontal-chapter {
  display: block;
  padding: 0;
  min-height: 0;
}
.horizontal-track {
  position: relative;
  width: 100%;
}
.rail-panel {
  position: relative;
  min-height: 105svh;
  display: flex;
  align-items: center;
  padding: 9rem var(--gutter) 9.5rem;
  isolation: isolate;
}
.rail-panel .frame-content {
  position: relative;
  z-index: 2;
}
.approach .rail-panel h3 {
  font-size: clamp(4.6rem, 6.6vw, 7rem);
  line-height: .98;
  letter-spacing: -.047em;
  margin-bottom: 1.7rem;
}
.capabilities .rail-panel {
  justify-content: flex-end;
}
.capabilities .rail-panel h3 {
  font-size: clamp(4.6rem, 6.6vw, 7rem);
  line-height: .98;
  letter-spacing: -.047em;
  margin-bottom: 1.5rem;
}
.capabilities-content {
  max-width: 40rem;
  margin-right: 1.8vw;
}
.panel-note {
  font-size: .875rem;
  color: var(--muted);
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.8rem;
}
.panel-note:before {
  content: "";
  height: 1px;
  width: 32px;
  background: var(--red);
}
.spatial-word {
  position: absolute;
  z-index: 0;
  left: var(--gutter);
  bottom: 2.2rem;
  line-height: 1;
  font-family: var(--serif);
  font-size: clamp(5rem, 13vw, 14rem);
  font-style: italic;
  letter-spacing: -.055em;
  color: var(--ink);
  opacity: .075;
  pointer-events: none;
  white-space: nowrap;
}
.capabilities .spatial-word {
  left: auto;
  right: var(--gutter);
}
.capability-detail {
  margin-top: 1.8rem;
  max-width: 31rem;
  border-bottom: 1px solid var(--line);
}
.capability-detail summary {
  min-height: 48px;
  font-family: var(--sans);
  font-size: .875rem;
  line-height: 1.6;
  padding: .7rem 0;
  color: var(--muted);
}
.capability-detail[open] summary {
  color: var(--red);
}
.capability-detail .service-body {
  padding: 0 0 1rem;
}
.capability-detail .service-body p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: .8rem;
}
.capability-detail .service-tags {
  font-size: .75rem;
  line-height: 1.7;
}
.rail-console {
  display: none;
}
.cinematic .horizontal-chapter {
  padding: 0 !important;
  display: block;
}
.cinematic .horizontal-track {
  display: flex;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.cinematic .rail-panel {
  flex: 0 0 100%;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding-top: 6.5rem;
  padding-bottom: 10.8rem;
}
.cinematic .rail-console {
  position: absolute;
  z-index: 10;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 5.9rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 1.2rem;
}
.rail-heading {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  min-width: 10rem;
}
.rail-navigation {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.rail-navigation a {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: .65rem;
  font-size: .875rem;
  color: var(--muted);
}
.rail-navigation a span {
  font-family: var(--serif);
  font-size: 1.3rem;
  opacity: .7;
}
.rail-navigation a[aria-current] {
  color: var(--red);
}
.rail-navigation a[aria-current] span {
  opacity: 1;
}
.rail-navigation a:hover {
  color: var(--red);
}
.rail-arrows {
  display: flex;
  gap: .7rem;
  margin-left: auto;
}
.rail-arrows button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 1.2rem;
  line-height: 1;
  transition:
    color .25s,
    background .25s,
    border-color .25s;
}
.rail-arrows button:hover {
  color: var(--ivory);
  background: var(--red);
  border-color: var(--red);
}
.rail-arrows button:disabled {
  opacity: .32;
  cursor: default;
  background: none;
  color: inherit;
  border-color: var(--line);
}
.rail-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}
.rail-progress i {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform: scaleX(.03);
  transform-origin: left;
}
.cinematic .spatial-word {
  bottom: 11.2rem;
  opacity: .055;
  left: 60%;
}
.cinematic .capabilities .spatial-word {
  left: auto;
  right: 62%;
}
.is-moving .horizontal-track {
  will-change: transform;
}
.is-measuring .horizontal-track,
.is-measuring .rail-panel .frame-content {
  transform: none !important;
}
.is-measuring .rail-panel .frame-content {
  opacity: 1 !important;
}
.fallback-signet {
  transform-origin: center;
  transition: opacity .15s linear;
}
.cinematic .hero h1 {
  letter-spacing: -.047em;
}
.cinematic .object-caption {
  bottom: 17.4%;
}
.cinematic .corner-statement {
  bottom: 6.7rem;
}
.cinematic .closing-mark {
  display: none;
}
.cinematic .conversation-content {
  padding-top: 3.7rem;
}
.cinematic .conversation h2 {
  font-size: clamp(4.8rem, 6.7vw, 7.4rem);
}
@media (min-width: 601px) and (max-height: 850px) {
  .cinematic .rail-panel {
    padding-top: 5.8rem;
    padding-bottom: 9.9rem;
  }
  .cinematic .approach .rail-panel h3,
  .cinematic .capabilities .rail-panel h3 {
    font-size: clamp(3.8rem, 5.6vw, 5.2rem);
    margin-bottom: 1.2rem;
  }
  .cinematic .rail-panel .eyebrow {
    margin-bottom: 1rem;
  }
  .cinematic .capability-detail {
    margin-top: 1.1rem;
  }
  .cinematic .capability-detail .service-body p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .cinematic .rail-console {
    bottom: 5rem;
    padding-top: .8rem;
  }
  .cinematic .conversation-content {
    padding-top: 3rem;
  }
  .cinematic .conversation h2 {
    font-size: clamp(4rem, 6.2vw, 5.9rem);
  }
}
@media (max-width: 940px) {
  .rail-heading {
    display: none;
  }
  .rail-navigation {
    gap: 1.8rem;
  }
  .rail-console {
    gap: 1.2rem;
  }
  .capabilities-content {
    max-width: 35rem;
    margin-right: 1.5vw;
  }
  .approach .rail-panel h3,
  .capabilities .rail-panel h3 {
    font-size: clamp(4rem, 7.8vw, 5.6rem);
  }
  .cinematic .spatial-word {
    opacity: .045;
    left: 50%;
  }
}
@media (max-width: 600px) {
  .rail-panel {
    padding: 7.5rem var(--gutter) 7.5rem;
    min-height: 100svh;
  }
  .approach .rail-panel h3,
  .capabilities .rail-panel h3 {
    font-size: clamp(3.05rem, 12.5vw, 4.3rem);
    line-height: 1.01;
    margin-bottom: 1.25rem;
  }
  .capabilities-content {
    max-width: 100%;
    margin: 0;
  }
  .capability-detail {
    margin-top: 1.1rem;
  }
  .capability-detail summary {
    font-size: .875rem;
  }
  .capability-detail .service-body p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .panel-note {
    margin-top: 1.4rem;
    font-size: .875rem;
  }
  .spatial-word {
    font-size: 22vw;
    bottom: 2rem;
    opacity: .075;
  }
  .cinematic .rail-panel {
    padding-top: 5.9rem;
    padding-bottom: 11.5rem;
    align-items: center;
  }
  .cinematic .rail-console {
    bottom: 5.3rem;
    padding-top: .7rem;
    gap: .5rem;
  }
  .rail-navigation {
    gap: .8rem;
    flex: 1;
    justify-content: space-between;
  }
  .rail-navigation a {
    font-size: .875rem;
    gap: .3rem;
  }
  .rail-navigation a span {
    display: none;
  }
  .rail-arrows {
    gap: 0;
    margin-left: .5rem;
  }
  .rail-arrows button {
    width: 36px;
    height: 44px;
    border: none;
    border-radius: 0;
  }
  .cinematic .rail-console .rail-arrows button:hover {
    background: transparent;
    color: var(--red);
  }
  .cinematic .spatial-word {
    display: none;
  }
  .cinematic .conversation-content {
    padding-top: 2rem;
  }
  .cinematic .conversation h2 {
    font-size: clamp(2.8rem, 11.2vw, 4rem);
  }
  .cinematic .hero .object-caption {
    display: none;
  }
}
@media (max-width: 375px) {
  .rail-navigation {
    gap: .4rem;
  }
  .rail-arrows {
    margin-left: 0;
  }
  .rail-arrows button {
    width: 30px;
  }
  .approach .rail-panel h3,
  .capabilities .rail-panel h3 {
    font-size: 3rem;
  }
}
@media print {
  .horizontal-track {
    display: block !important;
    transform: none !important;
  }
  .rail-panel {
    min-height: 0 !important;
    height: auto !important;
    padding: 1.5cm 0 !important;
    break-inside: avoid;
    transform: none !important;
    opacity: 1 !important;
  }
  .rail-panel h3 {
    font-size: 36pt !important;
  }
  .rail-console,
  .spatial-word {
    display: none !important;
  }
  .rail-panel .frame-content {
    transform: none !important;
    opacity: 1 !important;
  }
  .horizontal-chapter {
    padding: 0 !important;
  }
  .capabilities .rail-panel {
    justify-content: flex-start;
  }
}
.cinematic .horizontal-track {
  touch-action: pan-y pinch-zoom;
}
.cinematic .rail-panel .frame-content {
  transform-origin: center;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .rail-arrows button {
    width: 44px;
    min-width: 44px;
  }
  .rail-navigation {
    gap: .45rem;
  }
}
@media (min-width: 941px) and (max-width: 1200px) {
  .rail-panel .frame-content {
    max-width: 47vw;
  }
  .capabilities-content {
    margin-right: 1vw;
  }
}
@media (min-width: 601px) and (max-width: 940px) {
  .capabilities .rail-panel {
    justify-content: flex-start;
  }
  .capabilities-content {
    max-width: 36rem;
    margin: 0;
  }
  .approach-content {
    max-width: 36rem;
  }
}
.motion-reduced .fallback-environment {
  transform: none !important;
}
.motion-reduced .fallback-interior,
.motion-reduced .fallback-signet {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.enhanced) .fallback-signet {
    display: none;
  }
}
@media (max-width: 1024px) {
  body:not(.enhanced) .header {
    position: relative;
    flex-wrap: wrap;
  }
  body:not(.enhanced) .desktop-nav {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: .6rem;
    flex-wrap: wrap;
  }
}
html {
  scrollbar-gutter: stable;
}

/* public/concierge.css */
.concierge-launcher {
  position: fixed;
  z-index: 32;
  right: var(--gutter);
  bottom: 5.6rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 54px;
  padding: .65rem 1.2rem;
  border: 1px solid #6b645e3d;
  border-radius: 3px;
  background: #f8f5ee;
  color: #241c1c;
  box-shadow: 0 5px 32px #30231b14;
  font-size: .875rem;
  transition: transform .3s, box-shadow .3s;
}
.concierge-launcher:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 36px #30231b24;
}
.concierge-launcher img {
  object-fit: contain;
}
.concierge-launcher[hidden],
.concierge-dialog [hidden] {
  display: none !important;
}
.concierge-dialog {
  position: fixed;
  inset: 0 1.5rem 0 auto;
  margin: auto 0;
  width: min(460px, calc(100vw - 3rem));
  height: min(790px, calc(100dvh - 3rem));
  max-width: none;
  max-height: none;
  border: 1px solid #d7cdc4;
  padding: 0;
  border-radius: 4px;
  background: #f8f5ee;
  color: #292321;
  box-shadow: 0 30px 100px #20171940;
  overflow: hidden;
  font: 400 1rem/1.65 var(--sans);
}
.concierge-dialog::backdrop {
  background: #261e1b3b;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.concierge-dialog[open] {
  animation: concierge-enter .4s cubic-bezier(.2, .7, .25, 1);
}
@keyframes concierge-enter {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body.concierge-open {
  overflow: hidden;
}
.concierge-shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.concierge-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #d7cdc4;
  flex: none;
}
.concierge-kicker {
  font-size: .75rem;
  letter-spacing: .19em;
  color: #6b645e;
}
.concierge-header h2 {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -.025em;
  margin-top: .25rem;
}
.concierge-icon {
  width: 44px;
  height: 44px;
  line-height: 1;
  font-size: 1.8rem;
  color: #6b645e;
}
.concierge-icon:hover {
  color: #a3182a;
}
.concierge-intro {
  padding: 1.5rem 1.5rem .75rem;
  flex: none;
}
.concierge-intro img {
  margin-bottom: .8rem;
}
.concierge-intro h3 {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1.03;
  letter-spacing: -.03em;
}
.concierge-intro h3 em {
  color: #a3182a;
}
.concierge-intro p {
  font-size: .875rem;
  line-height: 1.65;
  color: #6b645e;
  margin-top: .8rem;
  max-width: 20rem;
}
.concierge-messages {
  flex: 1;
  min-height: 3rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: #d7cdc4 transparent;
}
.concierge-message {
  margin-bottom: 1.3rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: 1rem;
  line-height: 1.65;
}
.concierge-message[data-role=user] {
  margin-left: 2rem;
  padding: .8rem 1rem;
  background: #eae4dc;
  border-radius: 3px;
}
.concierge-message[data-role=assistant] {
  padding-left: 1rem;
  border-left: 1px solid #a3182a;
}
.concierge-message small {
  display: block;
  margin-bottom: .25rem;
  font-size: .75rem;
  color: #6b645e;
  letter-spacing: .03em;
}
.concierge-message.is-incomplete {
  opacity: .75;
}
.concierge-prompts {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: 0 1.5rem .75rem;
  flex: none;
}
.concierge-prompts button {
  text-align: left;
  border: 1px solid #d7cdc4;
  padding: .65rem .9rem;
  font-size: .875rem;
  min-height: 44px;
  border-radius: 2px;
}
.concierge-prompts button:hover {
  border-color: #a3182a;
  color: #a3182a;
}
.concierge-status {
  font-size: .875rem;
  color: #6b645e;
  padding: 0 1.5rem;
  min-height: 1.6em;
  flex: none;
}
.concierge-status:empty {
  min-height: 0;
}
.concierge-form {
  flex: none;
  border: 1px solid #bcb1a7;
  margin: .6rem 1.5rem .8rem;
  padding: .65rem .85rem;
  background: #fffdf9;
  border-radius: 3px;
}
.concierge-form:focus-within {
  border-color: #a3182a;
}
.concierge-form textarea {
  width: 100%;
  max-height: 8rem;
  resize: vertical;
  min-height: 3.25rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: #292321;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
.concierge-form textarea::placeholder {
  color: #766d65;
}
.concierge-compose-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.concierge-compose-actions button {
  font-size: .875rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 0 .25rem;
}
.concierge-compose-actions .concierge-send {
  background: #a3182a;
  color: #fff;
  width: 44px;
  border-radius: 50%;
  font-size: 1.65rem;
}
.concierge-dialog button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.concierge-stop {
  color: #a3182a;
}
.concierge-foot {
  flex: none;
  padding: 0 1.5rem 1rem;
}
.concierge-foot p {
  font-size: .75rem;
  line-height: 1.65;
  color: #6b645e;
}
.concierge-foot > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .25rem;
}
.concierge-foot button,
.concierge-foot a {
  font-size: .875rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.concierge-foot a {
  color: #a3182a;
}
.concierge-foot button:hover,
.concierge-foot a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.concierge-voice {
  flex: none;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: .5rem 1.5rem;
  padding: .55rem .75rem;
  background: #42101a;
  color: #f8f5ee;
  border-radius: 3px;
  font-size: .875rem;
  flex-wrap: wrap;
}
.concierge-voice button {
  min-height: 44px;
  padding: 0 .4rem;
  font-size: .875rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#voice-state {
  flex: 1;
}
#voice-time {
  font-variant-numeric: tabular-nums;
  font-size: .75rem;
}
.voice-bars {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 24px;
  width: 26px;
}
.voice-bars i {
  display: block;
  height: 7px;
  width: 2px;
  background: #f8f5ee;
}
.voice-bars i:nth-child(2),
.voice-bars i:nth-child(4) {
  height: 16px;
}
.voice-bars i:nth-child(3) {
  height: 24px;
}
.concierge-voice[data-state=speaking] .voice-bars i {
  animation: voice-level .65s ease-in-out infinite alternate;
}
.voice-bars i:nth-child(2) {
  animation-delay: -.2s !important;
}
.voice-bars i:nth-child(4) {
  animation-delay: -.4s !important;
}
@keyframes voice-level {
  to {
    transform: scaleY(.35);
  }
}
@media (max-width: 600px) {
  .concierge-launcher {
    right: 1.15rem;
    bottom: 5rem;
    padding: .6rem .95rem;
  }
  .concierge-dialog {
    inset: auto 0 0;
    margin: 0;
    width: 100%;
    height: min(850px, 100dvh);
    border-radius: 0;
    border: 0;
  }
  .concierge-header {
    padding-top: max(1rem, env(safe-area-inset-top));
  }
  .concierge-foot {
    padding-bottom: max(.65rem, env(safe-area-inset-bottom));
  }
  .concierge-intro {
    padding-top: 1rem;
  }
  .concierge-intro h3 {
    font-size: 2rem;
  }
}
@media (max-height: 720px) {
  .concierge-intro img {
    display: none;
  }
  .concierge-intro {
    padding-top: .6rem;
  }
  .concierge-intro h3 {
    font-size: 1.75rem;
  }
  .concierge-intro h3 br {
    display: none;
  }
  .concierge-intro p {
    margin-top: .4rem;
  }
  .concierge-header {
    padding-top: .65rem;
    padding-bottom: .65rem;
  }
  .concierge-prompts {
    gap: .25rem;
  }
  .concierge-prompts button {
    padding: .35rem .6rem;
  }
  .concierge-foot p {
    line-height: 1.45;
  }
}
@media (max-height: 540px) {
  .concierge-intro,
  .concierge-prompts {
    display: none;
  }
  .concierge-dialog {
    height: 100dvh;
    inset: 0 0 0 auto;
  }
  .concierge-header h2 {
    font-size: 1.4rem;
  }
  .concierge-form {
    margin-block: .2rem;
  }
  .concierge-form textarea {
    min-height: 1.5rem;
    height: 1.5rem;
  }
  .concierge-header {
    padding-block: .3rem;
  }
  .concierge-messages {
    min-height: 6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .concierge-dialog[open],
  .concierge-voice .voice-bars i {
    animation: none !important;
  }
  .concierge-launcher {
    transition: none;
  }
}
@media print {
  .concierge-dialog,
  .concierge-launcher {
    display: none !important;
  }
}

/* public/typography.css */
:root {
  --type-hero:clamp(4.25rem,calc(5.9vw + 2rem),9rem);
  --type-chapter:clamp(3.4rem,calc(5.2vw + 1rem),6.5rem);
  --type-statement:clamp(4rem,calc(5.1vw + 1rem),7.25rem);
  --type-body:clamp(1rem,calc(.96rem + .12vw),1.125rem);
  --type-label:.875rem;
  --tracking-display:-.024em;
  --leading-display:1.04;
  --space-heading:clamp(1.5rem,2.4vw,2.25rem);
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-kerning: normal;
  font-synthesis: none;
}
h1,
h2,
h3 {
  font-variant-ligatures: common-ligatures;
  font-kerning: normal;
}
@media screen {
  #hero-title,
  #discover-title,
  #design-title,
  #deliver-title,
  #strategy-title,
  #operations-title,
  #capability-title,
  #crosswell-title,
  #conversation-title {
    font-family: var(--serif);
    font-weight: 400;
    font-style: normal;
    letter-spacing: var(--tracking-display);
    line-height: var(--leading-display);
    display: flex;
    flex-direction: column;
    margin: 0 0 var(--space-heading);
    text-wrap: balance;
    -webkit-hyphens: none;
    hyphens: none;
  }
  #hero-title {
    font-size: var(--type-hero);
    line-height: 1.015;
    letter-spacing: -.028em;
  }
  #discover-title,
  #design-title,
  #deliver-title,
  #strategy-title,
  #operations-title,
  #capability-title {
    font-size: var(--type-chapter);
  }
  #crosswell-title,
  #conversation-title {
    font-size: var(--type-statement);
  }
  #hero-title > .line,
  #discover-title > .line,
  #design-title > .line,
  #deliver-title > .line,
  #strategy-title > .line,
  #operations-title > .line,
  #capability-title > .line,
  #crosswell-title > .line,
  #conversation-title > .line {
    font-size: 1em;
    letter-spacing: inherit;
    line-height: inherit;
    padding: .12em .16em .2em;
    margin: -.12em -.16em -.2em;
  }
  #hero-title > .italic {
    font-style: italic;
  }
  #hero-title em,
  #discover-title em,
  #design-title em,
  #deliver-title em,
  #strategy-title em,
  #operations-title em,
  #capability-title em,
  #crosswell-title em,
  #conversation-title em {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: inherit;
  }
  .frame-content .body-copy,
  .frame-content .service-body p {
    font-size: var(--type-body);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
    max-width: 43ch;
    text-wrap: pretty;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .hero .body-copy {
    max-width: 39ch;
  }
  .crosswell .body-copy {
    max-width: 47ch;
  }
  .conversation .body-copy {
    max-width: 40ch;
    margin-bottom: 1.65rem;
  }
  .frame-content .eyebrow {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .13em;
    line-height: 1.55;
    margin-bottom: clamp(1.3rem, 2vw, 1.85rem);
    gap: .85rem;
  }
  .eyebrow .red-rule {
    flex: 0 0 26px;
  }
  .eyebrow .section-index {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0;
    font-variant-numeric: lining-nums tabular-nums;
  }
  .frame-content .panel-note {
    font-size: var(--type-label);
    line-height: 1.5;
    letter-spacing: .005em;
    margin-top: 1.7rem;
  }
  .header .desktop-nav a,
  .header .header-contact,
  .menu-close,
  .round-link {
    font-size: var(--type-label);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .005em;
  }
  .header .desktop-nav {
    gap: clamp(1.2rem, 2vw, 2rem);
  }
  .menu-dialog nav a {
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: 1.18;
    text-wrap: balance;
  }
  .round-link {
    margin-top: 1.7rem;
  }
  .capability-detail summary {
    font-size: var(--type-label);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding: .8rem 0;
  }
  .capability-detail .service-body {
    padding-bottom: 1.1rem;
  }
  .capability-detail .service-body p {
    margin-bottom: .9rem;
  }
  .capability-detail .service-tags {
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.7;
    text-wrap: pretty;
  }
  .principles h3 {
    font-size: clamp(1.5rem, calc(1.1rem + .6vw), 1.8rem);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -.015em;
    text-wrap: balance;
    margin: .65rem 0 .55rem;
  }
  .principles p {
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: 0;
    max-width: 29ch;
    text-wrap: pretty;
  }
  .principles > div > span {
    font-size: .8125rem;
    line-height: 1.4;
    font-variant-numeric: lining-nums tabular-nums;
  }
  .conversation-link {
    font-size: clamp(1.75rem, calc(1.3rem + .8vw), 2.25rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.015em;
  }
  .email-link {
    font-size: var(--type-label);
    line-height: 1.5;
    letter-spacing: .005em;
  }
  footer > span,
  footer > a:last-child {
    font-size: .8125rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-wrap: pretty;
  }
  .chapter-readout {
    font-size: .8125rem;
    line-height: 1.5;
    letter-spacing: .01em;
  }
  .chapter-readout > span:first-child {
    font-size: 1.65rem;
    letter-spacing: 0;
    font-variant-numeric: lining-nums tabular-nums;
  }
  .scroll-invitation {
    font-size: .8125rem;
    line-height: 1.5;
    letter-spacing: .01em;
  }
  .rail-heading {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .11em;
  }
  .rail-navigation a {
    font-size: var(--type-label);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .005em;
  }
  .rail-navigation a span {
    font-size: 1.2rem;
    font-variant-numeric: lining-nums tabular-nums;
    letter-spacing: 0;
  }
  .spatial-word {
    letter-spacing: -.03em;
  }
  .concierge-header h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -.018em;
  }
  .concierge-intro h3 {
    font-size: clamp(1.9rem, calc(1.4rem + 1vw), 2.2rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.02em;
  }
  .concierge-intro h3 em {
    font-weight: 400;
  }
  .concierge-intro p {
    font-size: 1rem;
    line-height: 1.65;
    text-wrap: pretty;
  }
  .concierge-message {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .concierge-message small {
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: .4rem;
  }
  .concierge-kicker {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .13em;
  }
  .concierge-launcher,
  .concierge-prompts button,
  .concierge-compose-actions button,
  .concierge-foot button,
  .concierge-foot a {
    font-weight: 500;
    letter-spacing: .005em;
  }
  .concierge-launcher,
  .concierge-prompts button,
  .concierge-foot button,
  .concierge-foot a {
    line-height: 1.5;
  }
  .concierge-foot p {
    font-size: .75rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-wrap: pretty;
  }
}
@media screen and (min-width: 601px) and (max-height: 850px) {
  :root {
    --type-hero:clamp(4.25rem,calc(4.8vw + 2rem),7.25rem);
    --type-chapter:clamp(3.4rem,calc(4.4vw + 1rem),5.25rem);
    --type-statement:clamp(3.75rem,calc(4.5vw + 1rem),6rem);
    --space-heading:1.4rem;
  }
  .cinematic .frame-content .eyebrow {
    margin-bottom: 1rem;
  }
  .cinematic .frame-content .body-copy,
  .cinematic .frame-content .service-body p {
    line-height: 1.65;
  }
}
@media screen and (max-width: 1100px) {
  .native-menu .desktop-nav {
    display: none;
  }
  .native-menu .menu-toggle {
    display: flex;
  }
  .header-contact {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --type-hero:clamp(3.6rem,calc(10.5vw + 1rem),5.5rem);
    --type-chapter:clamp(2.55rem,calc(8.4vw + 1rem),3.5rem);
    --type-statement:clamp(2.25rem,calc(6vw + .8rem),3.8rem);
    --type-body:1rem;
    --space-heading:1.35rem;
    --tracking-display:-.018em;
    --leading-display:1.065;
  }
  #hero-title {
    letter-spacing: -.022em;
    line-height: 1.035;
  }
  .frame-content .eyebrow {
    letter-spacing: .095em;
    line-height: 1.55;
    gap: .7rem;
    margin-bottom: 1.25rem;
  }
  .hero .body-copy,
  .frame-content .body-copy,
  .frame-content .service-body p {
    max-width: 37ch;
    line-height: 1.68;
  }
  .conversation .body-copy {
    margin-bottom: 1.4rem;
  }
  .principles {
    gap: .85rem;
  }
  .principles h3 {
    font-size: 1.5rem;
    line-height: 1.22;
    margin: 0 0 .4rem;
  }
  .principles p {
    font-size: .9375rem;
    line-height: 1.65;
    max-width: 32ch;
  }
  .principles > div > span {
    padding-top: .2rem;
  }
  .frame-content .panel-note,
  .round-link {
    margin-top: 1.45rem;
  }
  footer {
    column-gap: 1rem;
  }
  .concierge-intro h3 {
    font-size: 2rem;
  }
  .concierge-header,
  .concierge-intro,
  .concierge-messages,
  .concierge-prompts,
  .concierge-foot {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .concierge-form,
  .concierge-voice {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-height: 720px) {
  .concierge-intro h3 {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
@media screen and (max-height: 540px) {
  .concierge-header h2 {
    font-size: 1.4rem;
    line-height: 1.15;
  }
}

/* public/layout.css */
.viewport-measure {
  position: fixed;
  width: 0;
  height: 100vh;
  height: 100svh;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}
@media screen {
  :root {
    --gutter:max(clamp(1.5rem,6.6vw,8.6rem),env(safe-area-inset-left),env(safe-area-inset-right));
    --bottom-clearance:max(1.25rem,env(safe-area-inset-bottom));
  }
  .frame-content,
  .rail-panel,
  .principles > div {
    min-width: 0;
  }
  .frame-content .body-copy,
  .service-body,
  .panel-note,
  footer {
    overflow-wrap: break-word;
  }
  .hero-content {
    --hero-center:1;
    width: 100%;
    max-width: 58rem;
    margin-inline: auto;
    padding-right: 0;
    transform-origin: left center;
  }
  .hero-align {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    left: calc(var(--hero-offset,0px) * (1 - var(--hero-center)));
  }
  #hero-title > .line.hero-align {
    margin-inline: auto;
  }
  .hero-opening-line {
    display: flex;
    align-items: baseline;
    gap: .18em;
  }
  .hero-stacked .hero-opening-line {
    display: contents;
  }
  .hero-stacked #hero-title .hero-opening-line > .line {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    left: calc(var(--hero-offset,0px) * (1 - var(--hero-center)));
  }
  #hero-title .hero-opening-line > .line {
    padding: .12em .16em .2em;
    margin: -.12em -.16em -.2em;
    flex-shrink: 0;
  }
  #hero-title {
    font-size: clamp(4.25rem, calc(5.9vw + 2rem), 9rem);
  }
  .hero .body-copy {
    width: 100%;
    max-width: 39ch;
    text-align: center;
    text-wrap: wrap;
  }
  .hero .body-copy.hero-lines-ready {
    text-align: left;
  }
  .hero .round-link {
    display: flex;
  }
  .hero-copy-line {
    display: block;
    white-space: nowrap;
  }
  .is-measuring .hero-content {
    --hero-center:1 !important;
  }
  .object-caption {
    display: none;
  }
  .hero .corner-statement {
    right: var(--gutter);
    bottom: 8rem;
  }
  .cinematic .experience {
    position: relative;
    height: 950svh;
  }
  .cinematic .hero {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .is-moving .hero-content {
    will-change: transform;
  }
  .panel-note:before,
  .red-rule,
  .round-arrow {
    flex-shrink: 0;
  }
  .eyebrow {
    max-width: 100%;
  }
  .enhanced .journey-hud {
    bottom: var(--bottom-clearance);
    min-height: 54px;
    right: calc(var(--gutter) + 12rem);
  }
  .chapter-readout {
    min-width: 0;
  }
  #chapter-label {
    min-width: 0;
    max-width: 13rem;
  }
  .scroll-invitation {
    position: static;
    transform: none;
    margin-left: auto;
    white-space: nowrap;
  }
  .concierge-launcher {
    bottom: var(--bottom-clearance);
    right: var(--gutter);
    max-width: calc(100% - 2 * var(--gutter));
    border-radius: 2px;
  }
  .reading-mode .journey-hud {
    right: auto;
    max-width: calc(100% - 2 * var(--gutter) - 12rem);
    padding: .25rem .85rem;
    min-height: 44px;
    bottom: var(--bottom-clearance);
  }
  .is-ending .journey-hud {
    display: none;
  }
  .cinematic .rail-console {
    bottom: calc(var(--bottom-clearance) + 4.5rem);
    gap: clamp(1rem, 2.6vw, 3rem);
  }
  .rail-heading {
    min-width: 0;
    flex: 0 0 auto;
  }
  .rail-navigation {
    min-width: 0;
    gap: clamp(1rem, 2.4vw, 2.4rem);
  }
  .rail-navigation a {
    white-space: nowrap;
  }
  .rail-arrows {
    flex: 0 0 auto;
  }
  .rail-arrows button {
    flex: 0 0 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .cinematic .rail-panel {
    padding-bottom: calc(var(--bottom-clearance) + 9rem);
  }
  .cinematic .spatial-word {
    bottom: calc(var(--bottom-clearance) + 9.5rem);
  }
  footer {
    bottom: calc(var(--bottom-clearance) + 4.5rem);
    gap: 1.25rem;
  }
  .conversation,
  .frame-section.conversation {
    padding-bottom: 17rem;
  }
  .cinematic .conversation {
    padding-bottom: 15rem;
  }
  .reading-mode .frame-section.conversation {
    display: block;
    min-height: 100svh;
    padding-bottom: calc(var(--bottom-clearance) + 6rem);
  }
  .reading-mode .conversation-content {
    margin-inline: auto;
  }
  .reading-mode footer {
    position: static;
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .reading-mode .frame-section,
  .reading-mode .rail-panel {
    min-height: 100svh;
  }
  .reading-mode .spatial-word {
    max-width: calc(100% - 2 * var(--gutter));
    overflow: hidden;
  }
  .menu-dialog {
    padding-top: max(6.5rem, calc(env(safe-area-inset-top) + 5rem));
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }
  .menu-close {
    top: max(1.25rem, env(safe-area-inset-top));
  }
  .concierge-header > div,
  .concierge-compose-actions,
  .concierge-foot > div {
    min-width: 0;
  }
  .concierge-icon,
  .concierge-send {
    flex-shrink: 0;
  }
  .concierge-foot > div {
    flex-wrap: wrap;
    column-gap: 1rem;
  }
  .concierge-compose-actions {
    gap: .5rem;
    flex-wrap: wrap;
  }
  .concierge-message,
  .concierge-status,
  .concierge-foot p {
    overflow-wrap: anywhere;
  }
}
@media screen and (min-width: 601px) and (max-height: 850px) {
  #hero-title {
    font-size: clamp(4.25rem, calc(4.8vw + 2rem), 7.25rem);
  }
  .cinematic .hero {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }
  .cinematic .rail-panel {
    padding-top: 5.8rem;
    padding-bottom: 9.5rem;
  }
  .cinematic .rail-console {
    bottom: calc(var(--bottom-clearance) + 3.75rem);
    padding-top: .75rem;
  }
  .cinematic .conversation {
    padding-top: 5.5rem;
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1100px) {
  .rail-heading {
    display: none;
  }
  .enhanced .chapter-nav {
    display: none;
  }
  .hero .corner-statement {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 940px) {
  .cinematic .experience {
    height: 1000svh;
  }
  #hero-title {
    font-size: clamp(4.25rem, 8.5vw, 5.5rem);
  }
  .frame-content.hero-content {
    max-width: 100%;
  }
  .principles {
    gap: 1.25rem;
  }
  .principles p {
    max-width: 100%;
  }
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem 1.5rem;
  }
  footer > span:nth-child(2),
  footer > a:last-child {
    text-align: right;
  }
  .cinematic .conversation {
    padding-bottom: 16rem;
  }
  .scroll-invitation {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --gutter:max(1.25rem,6vw,env(safe-area-inset-left),env(safe-area-inset-right));
    --bottom-clearance:max(1rem,env(safe-area-inset-bottom));
  }
  .header {
    padding-top: max(1.1rem, env(safe-area-inset-top));
    gap: .6rem;
  }
  .hero-opening-line {
    display: contents;
  }
  #hero-title .hero-opening-line > .line {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    left: calc(var(--hero-offset,0px) * (1 - var(--hero-center)));
  }
  .hero-content {
    width: 100%;
    max-width: 26rem;
    margin-inline: auto;
  }
  #hero-title {
    font-size: clamp(3.6rem, calc(10.5vw + 1rem), 5.5rem);
    line-height: 1.035;
  }
  .hero .body-copy {
    max-width: 34ch;
  }
  .cinematic .experience {
    height: 1050svh;
  }
  .cinematic .hero {
    padding-top: 6.2rem;
    padding-bottom: 7.25rem;
  }
  .enhanced .journey-hud {
    right: calc(var(--gutter) + 4.5rem);
    gap: 0;
    min-height: 48px;
  }
  .chapter-readout {
    gap: .6rem;
  }
  #chapter-label {
    max-width: 12rem;
  }
  .readout-separator {
    width: 16px;
    flex-shrink: 0;
  }
  .scroll-invitation {
    display: none;
  }
  .concierge-launcher {
    width: 48px;
    height: 48px;
    min-height: 48px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    gap: 0;
  }
  .concierge-launcher > span {
    display: none;
  }
  .concierge-launcher img {
    width: 22px;
    height: 25px;
  }
  .reading-mode .journey-hud {
    max-width: calc(100% - 2 * var(--gutter) - 4.5rem);
  }
  .cinematic .rail-panel {
    padding-top: 6rem;
    padding-bottom: calc(var(--bottom-clearance) + 9rem);
  }
  .cinematic .rail-console {
    bottom: calc(var(--bottom-clearance) + 4.25rem);
    padding-top: .65rem;
    gap: .65rem;
  }
  .rail-navigation {
    flex: 1;
    gap: .5rem;
    justify-content: space-between;
  }
  .rail-arrows {
    gap: 0;
    margin-left: 0;
  }
  .rail-navigation a {
    min-height: 44px;
  }
  .frame-section.conversation {
    padding-bottom: 18rem;
  }
  .cinematic .conversation {
    padding-top: 5.5rem;
    padding-bottom: 15.5rem;
  }
  .cinematic .conversation-content {
    padding-top: 1.5rem;
  }
  footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    bottom: calc(var(--bottom-clearance) + 4rem);
    gap: .65rem 1rem;
  }
  .footer-brand img {
    width: min(128px, 100%);
  }
  .conversation-link {
    max-width: 100%;
    gap: .8rem;
  }
  .concierge-dialog {
    max-height: 100dvh;
  }
  .concierge-header {
    padding-top: max(1rem, env(safe-area-inset-top));
  }
  .concierge-foot {
    padding-bottom: max(.75rem, env(safe-area-inset-bottom));
  }
}
@media screen and (max-width: 480px) {
  .native-menu .header-contact {
    display: none;
  }
  .native-menu .menu-toggle {
    margin-left: auto;
  }
  .cinematic .rail-arrows {
    display: none;
  }
  .rail-navigation {
    width: 100%;
    gap: .5rem;
  }
  .rail-navigation a {
    flex: 1;
    justify-content: center;
  }
}
@media screen and (max-height: 639px) {
  .frame-section,
  .rail-panel {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .reading-mode .journey-hud {
    display: none;
  }
  .concierge-dialog {
    height: 100dvh;
    max-height: 100dvh;
  }
}
@media screen {
  .cinematic .frame-section:not(.horizontal-chapter),
  .cinematic .rail-panel {
    padding-top: max(6rem, var(--header-clearance,7rem));
  }
  .cinematic .rail-panel {
    padding-bottom: max(9.5rem, var(--rail-clearance,10rem));
  }
  .cinematic .conversation {
    padding-bottom: max(13rem, var(--footer-clearance,15rem));
  }
  .cinematic .conversation-content {
    padding-top: 0;
  }
  .reading-mode .hero,
  .reading-mode .rail-panel,
  .reading-mode .crosswell,
  .reading-mode .conversation {
    padding-top: max(7rem, var(--header-clearance,7rem));
  }
  .reading-mode .journey-hud {
    display: none;
  }
  .menu-dialog {
    max-height: 100dvh;
    overscroll-behavior: contain;
  }
  .menu-dialog nav a {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .header .brand {
    min-width: 0;
  }
  .round-link > span:not(.round-arrow) {
    min-width: 0;
    overflow-wrap: break-word;
  }
  .concierge-shell {
    scroll-padding-block: 1rem;
  }
  .concierge-dialog.keyboard-open .concierge-intro,
  .concierge-dialog.keyboard-open .concierge-prompts {
    display: none;
  }
  .concierge-dialog.keyboard-open .concierge-messages {
    min-height: 4rem;
  }
  .concierge-dialog.keyboard-open .concierge-header {
    padding-block: .65rem;
  }
  .concierge-dialog.keyboard-open .concierge-form {
    margin-block: .35rem;
  }
  .concierge-dialog.keyboard-open .concierge-form textarea {
    min-height: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .concierge-dialog {
    inset: var(--concierge-top,0px) 0 auto;
    margin: 0;
    height: var(--concierge-height,100dvh);
    max-height: var(--concierge-height,100dvh);
  }
  .hero .eyebrow {
    gap: .6rem;
    font-size: .75rem;
    letter-spacing: .08em;
  }
  .hero .eyebrow .red-rule {
    flex-basis: 18px;
  }
  .cinematic .rail-navigation {
    flex-wrap: wrap;
    row-gap: 0;
  }
}

/* public/site.css */
