@import url("assets/fonts.css");
:root {
  --sky: #429ff5;
  --blue: #2d6ce0;
  --green: #83c761;
  --navy: #091b2c;
  --white: #f5f9ff;
  --lime: #aac22f;
  --deep-blue: #164673;
  --line: #f5f9ff2a;
  --mist: #eaf2f9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font:
    16px "Hanken Grotesk",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 6px;
}
.skip {
  position: fixed;
  top: -100px;
  padding: 20px;
  background: var(--white);
  color: var(--navy);
  z-index: 100;
}
.skip:focus {
  top: 0;
}
#brand-scene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: var(--brand-opacity, 0.28);
}
.scene-fallback {
  position: fixed;
  left: 40%;
  top: 23%;
  font-size: 40vw;
  line-height: 1;
  color: #429ff5;
  text-shadow: 12px 18px 0 #164673;
  z-index: 1;
  pointer-events: none;
  opacity: var(--brand-opacity, 0.28);
  transform: rotate(-15deg);
  font-weight: 900;
  display: none;
}
body[data-brand-scene="unavailable"] .scene-fallback {
  display: block;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h160v160H0z'/%3E%3C/svg%3E");
}
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 95px;
  padding: 25px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-logo {
  font-size: 27px;
  font-weight: 900;
}
.mini-logo span {
  font-size: 12px;
  vertical-align: top;
  margin-left: 4px;
}
.site-header nav {
  display: flex;
  gap: 29px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.site-header nav a {
  padding: 7px 0;
}
.site-header nav a:hover {
  border-bottom: 1px dotted;
}
.nav-contact {
  color: var(--white);
}
.menu-toggle {
  display: none;
}
.chapter-rail {
  position: fixed;
  right: 0;
  top: 0;
  background: var(--white);
  color: var(--navy);
  width: 33px;
  height: 210px;
  z-index: 21;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  padding: 25px 0 10px;
}
.chapter-rail > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--navy);
}
.chapter-rail > span {
  font:
    12px "DM Mono",
    monospace;
  writing-mode: vertical-rl;
}
.rail-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #a4b4c7;
}
.rail-progress b {
  display: block;
  width: 0;
  height: 100%;
  background: var(--lime);
}
.hero {
  height: 160svh;
  position: relative;
  background: radial-gradient(
    ellipse at 45% 40%,
    #245780 0,
    #123b60 36%,
    #0b233b 75%,
    #091b2c 100%
  );
}
.hero-sticky {
  position: sticky;
  z-index: 3;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: -25%;
  background:
    linear-gradient(#8ec8f322 1px, transparent 1px),
    linear-gradient(90deg, #8ec8f322 1px, transparent 1px);
  background-size: 72px 72px;
  transform: rotate(-14deg);
  mask-image: linear-gradient(90deg, transparent, #000, transparent);
}
.hero-top {
  position: relative;
  z-index: 3;
  padding: 100px 4% 0;
  pointer-events: none;
  transform-origin: 4% 20%;
  will-change: transform, opacity;
}
.hero-top p {
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: -0.2px;
}
.hero h1 {
  font-size: clamp(110px, 17vw, 330px);
  letter-spacing: -0.085em;
  font-weight: 900;
  line-height: 0.85;
  margin-left: -0.015em;
  margin-top: 22px;
}
.hero h1 > span {
  font-size: 23px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin-top: 16px;
  margin-left: 18px;
}
.hero-statement {
  position: absolute;
  z-index: 4;
  right: 6%;
  top: 47%;
  width: 28%;
  max-width: 490px;
}
.hero-statement > p {
  font-size: clamp(25px, 2.8vw, 49px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -1.3px;
}
.hero-statement em {
  font-style: normal;
  color: #b8d451;
}
.hero-statement > a {
  font:
    12px "DM Mono",
    monospace;
  display: block;
  margin-top: 30px;
}
.hero-statement > a span {
  float: right;
  font-size: 18px;
}
.glass-card {
  position: absolute;
  left: 4%;
  bottom: 10%;
  width: 230px;
  z-index: 4;
  padding: 24px;
  background: #f5f9ff12;
  border: 1px solid #f5f9ff2a;
  backdrop-filter: blur(15px);
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}
.glass-card h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.6px;
}
.glass-card > div {
  border-top: 1px dotted #f5f9ff66;
  padding-top: 16px;
}
.glass-card span {
  font:
    12px "DM Mono",
    monospace;
}
.glass-card p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 190px;
}
.hero-bottom {
  position: absolute;
  z-index: 4;
  left: 4%;
  right: 4%;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font:
    12px "DM Mono",
    monospace;
}
.hero-bottom a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-bottom i {
  border: 1px dotted #f5f9ffaa;
  border-radius: 50%;
  padding: 7px 10px;
  font-style: normal;
}
.section {
  position: relative;
  padding: 90px 5%;
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 0.3px;
  gap: 20px;
  margin-bottom: 65px;
}
.manifesto {
  min-height: 1080px;
  padding-top: 100px;
  background: var(--navy);
}
.manifesto h2 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: clamp(70px, 10.3vw, 200px);
  letter-spacing: -0.065em;
  line-height: 0.85;
}
.manifesto h2 > span {
  color: #83c761;
  font-size: 0.82em;
}
.manifesto-copy {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 55px;
  margin-top: 80px;
  width: 54%;
}
.tiny-cross {
  font-size: 50px;
  line-height: 0.7;
  color: var(--lime);
}
.manifesto-copy > div > p:first-child {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1;
}
.body-copy {
  font-size: 15px;
  line-height: 1.7;
  color: #d2deea;
  max-width: 420px;
  margin: 25px 0;
}
.line-link {
  display: inline-block;
  font:
    12px "DM Mono",
    monospace;
  border-bottom: 1px solid #7f98b0;
  padding: 10px 0;
}
.corner-note {
  position: absolute;
  right: 7%;
  bottom: 90px;
  font:
    12px/1.7 "DM Mono",
    monospace;
  color: #d2deea;
}
.platform {
  z-index: 5;
  background: var(--white);
  color: var(--navy);
  padding-bottom: 120px;
}
.platform-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8%;
  align-items: center;
}
.platform-copy h2 {
  font-size: clamp(54px, 6.2vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 700;
}
.platform-copy h2 > span {
  color: var(--deep-blue);
}
.platform-copy > p {
  max-width: 445px;
  margin: 35px 0 22px;
  font-size: 17px;
  line-height: 1.6;
}
.platform-company {
  text-align: center;
}
.platform-company > span,
.platform-core > span {
  display: block;
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 0.4px;
}
.platform-company > strong {
  display: block;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.07em;
}
.platform-company strong > span {
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0;
  margin: 9px 0 0 4px;
  display: inline-block;
}
.platform-connector {
  height: 40px;
  width: 1px;
  margin: 10px auto 0;
  background: var(--deep-blue);
}
.platform-core {
  padding: 36px 32px 28px;
  color: var(--white);
  background: var(--deep-blue);
  border-radius: 3px;
}
.platform-core > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(40px, 4.2vw, 80px);
  letter-spacing: -0.065em;
  font-weight: 600;
  margin: 25px 0 18px;
  line-height: 1;
}
.platform-core strong > span {
  color: #aac22f;
  font-size: 0.8em;
}
.platform-core > p {
  font-size: 17px;
  line-height: 1.5;
}
.platform-areas {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 35px;
  border-top: 1px solid #f5f9ff54;
  padding-top: 18px;
  font:
    12px "DM Mono",
    monospace;
}
.platform-helper {
  display: flex;
  gap: 15px;
  max-width: 390px;
  padding: 22px 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
.platform-helper > span {
  font-size: 24px;
  color: var(--lime);
}
@media (max-width: 800px) {
  .platform-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .platform-copy h2 {
    font-size: clamp(52px, 10vw, 80px);
  }
  .platform-copy > p {
    font-size: 16px;
  }
  .platform-map {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .platform-core > strong {
    font-size: clamp(42px, 8vw, 65px);
  }
}
@media (max-width: 680px) {
  .platform {
    padding: 65px 6% 80px;
  }
  .platform .section-kicker {
    margin-bottom: 45px;
  }
  .platform .section-kicker > span:last-child {
    display: none;
  }
  .platform-core {
    padding: 28px 23px;
  }
  .platform-core > span {
    font-size: 12px;
  }
  .platform-copy h2 {
    font-size: 13.8vw;
  }
}
.solutions {
  height: 300svh;
  position: relative;
  background: #0c243c;
  z-index: 5;
}
.solutions-sticky {
  height: 100svh;
  min-height: 740px;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 55px 0 23px;
}
.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  padding: 0 5%;
  margin-bottom: 30px;
}
.eyebrow {
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 0.3px;
}
.gallery-heading h2 {
  font-size: clamp(42px, 4.6vw, 90px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.065em;
  margin-top: 18px;
}
.gallery-heading h2 em {
  font-style: normal;
  color: #b8d2e9;
}
.gallery-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gallery-controls > span {
  font:
    12px "DM Mono",
    monospace;
  margin-right: 20px;
  white-space: nowrap;
}
.gallery-controls button {
  background: none;
  border: 1px solid #f5f9ff4a;
  color: var(--white);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 20px;
}
.gallery-controls button:hover {
  background: var(--white);
  color: var(--navy);
}
.gallery-window {
  overflow: hidden;
  flex: 1;
  min-height: 430px;
}
.gallery-track {
  display: flex;
  gap: 24px;
  height: 100%;
  padding: 0 5%;
  will-change: transform;
  width: max-content;
}
.project-card {
  width: 65vw;
  max-width: 1100px;
  min-width: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--white);
  padding: 26px 32px;
  background: #17416a;
}
.project-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font:
    12px "DM Mono",
    monospace;
}
.project-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  z-index: 3;
}
.project-bottom > div {
  display: flex;
  align-items: end;
  gap: 35px;
  flex: 1;
}
.project-bottom h3 {
  font-size: clamp(33px, 3.5vw, 62px);
  line-height: 0.85;
  font-weight: 600;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.project-bottom p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 285px;
}
.round-link {
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 25px;
}
.round-link:hover {
  background: var(--white);
  color: var(--navy);
}
.card-art {
  position: relative;
  flex: 1;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flows {
  gap: 10px;
}
.flow-pill {
  padding: 14px 18px;
  border: 1px solid #e0edfa60;
  border-radius: 30px;
  font:
    12px "DM Mono",
    monospace;
  background: #0b233b40;
}
.flow-line {
  width: 8%;
  height: 1px;
  background: #e0edfa70;
}
.flow-hub {
  font-weight: 900;
  font-size: 75px;
  line-height: 1;
  background: #edf5fc;
  color: #164673;
  padding: 18px 35px;
  border-radius: 25px;
  transform: rotate(-13deg);
  box-shadow:
    12px 14px 0 #183756,
    20px 25px 50px #04121f60;
}
.art-caption {
  position: absolute;
  bottom: 17px;
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 1px;
}
.card-sales {
  background: #174938;
}
.paper {
  height: 83%;
  max-height: 230px;
  min-height: 165px;
  aspect-ratio: 1;
  background: #f5f9ff;
  color: #0b233b;
  padding: 20px;
  transform: rotate(-10deg);
  box-shadow: 12px 18px 24px #091b2c30;
}
.paper > span {
  font:
    12px "DM Mono",
    monospace;
}
.paper b {
  display: block;
  font-size: 28px;
  line-height: 0.92;
  letter-spacing: -1.2px;
  margin-top: 16px;
}
.paper i {
  display: block;
  height: 2px;
  background: #6d9aaa50;
  margin: 7px 0;
}
.paper small {
  font:
    12px "DM Mono",
    monospace;
  display: block;
  margin-top: 8px;
}
.paper-back {
  position: absolute;
  transform: rotate(4deg) translate(14px, 0);
  background: #acd4c2;
  box-shadow: none;
}
.card-estate {
  background: #d9eafa;
  color: #091b2c;
}
.architecture {
  perspective: 900px;
}
.building {
  width: 45%;
  height: 60%;
  max-height: 160px;
  display: flex;
  gap: 10px;
  padding: 20px 20px 10px;
  background: #b2cbdc;
  border-top: 20px solid #f5f9ff;
  transform: rotateY(-22deg) rotateX(5deg);
  box-shadow: 20px 23px 25px #12314b50;
}
.building span {
  flex: 1;
  background: linear-gradient(125deg, #163d5a, #6aabc6);
  border: 4px solid #e3edf5;
}
.frame-corner {
  position: absolute;
  inset: 30px 14%;
  border: 1px solid #c9e6fa38;
  pointer-events: none;
}
.card-opinstar {
  background: #c4dc75;
  color: #112b25;
}
.card-architecture {
  background: #243b50;
}
.architecture-art {
  min-height: 225px;
}
.architecture-placeholder {
  width: min(76%, 540px);
  max-width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #102b40, #183756);
  box-shadow: 16px 20px 42px #07152380;
}
.architecture-placeholder svg {
  display: block;
  width: 100%;
  height: auto;
}
.architecture-placeholder__base,
.architecture-placeholder__outline,
.architecture-placeholder__lines {
  fill: none;
  stroke: #d9eafa;
  stroke-width: 3;
}
.architecture-placeholder__lines {
  stroke: #9fc5db;
  stroke-width: 2;
}
.architecture-placeholder__facet {
  fill: #244d64;
}
.architecture-placeholder__accent {
  fill: none;
  stroke: var(--lime);
  stroke-width: 5;
}
.architecture-placeholder__node {
  fill: var(--lime);
}
.architecture-slider {
  width: min(76%, 760px);
  max-width: 100%;
  box-shadow: 16px 20px 42px #07152380;
  background: #0d2234;
}
.architecture-slider-viewport {
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: #102b40;
}
.architecture-slide {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.architecture-slide[hidden] {
  display: none;
}
.architecture-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.architecture-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 11px;
  background: #091b2ce6;
  color: var(--white);
  font: 10px "DM Mono", monospace;
}
.architecture-slider-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
}
.architecture-slider-controls button {
  border: 0;
  background: transparent;
  color: var(--white);
  padding: 10px 2px;
  font: 12px "DM Mono", monospace;
}
.architecture-slider-controls button:last-child {
  text-align: right;
}
.architecture-slider-controls button:hover,
.architecture-slider-controls button:focus-visible {
  color: var(--lime);
}
.architecture-slider-controls p {
  margin: 0;
  color: #c8dbea;
  font: 10px "DM Mono", monospace;
  text-align: center;
  white-space: nowrap;
}
.architecture-awaiting {
  max-width: 440px;
  margin: 0;
  padding: 24px;
  border: 1px solid #c9e6fa55;
  color: #dfeaf4;
  font: 14px/1.55 "DM Mono", monospace;
}
.reputation {
  gap: 40px;
}
.star {
  font-size: 180px;
  line-height: 1;
  transform: rotate(-12deg);
  text-shadow: 8px 10px 0 #55723b;
  color: #f5f9ff;
}
.review-label {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}
.gallery-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5% 0;
  font:
    12px "DM Mono",
    monospace;
}
.gallery-dots {
  display: flex;
  gap: 10px;
}
.gallery-dots button {
  width: 22px;
  height: 3px;
  background: #7796b1;
  border: 0;
  padding: 4px 0;
  background-clip: content-box;
  box-sizing: content-box;
}
.gallery-dots button[aria-current="true"] {
  background-color: var(--white);
}
.approach {
  z-index: 5;
  background: var(--lime);
  color: #091b2c;
  min-height: 900px;
}
.approach h2 {
  font-size: clamp(70px, 9.7vw, 185px);
  line-height: 0.83;
  letter-spacing: -0.065em;
  font-weight: 700;
}
.approach h2 span {
  color: var(--white);
}
.approach-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  margin-top: 75px;
}
.approach-lower > p {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.9px;
}
.steps details {
  border-bottom: 1px solid #203d2170;
  padding: 20px 0;
}
.steps details:first-child {
  padding-top: 0;
}
.steps summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 22px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.steps summary::-webkit-details-marker {
  display: none;
}
.steps summary span {
  font:
    12px "DM Mono",
    monospace;
  margin-top: 9px;
  letter-spacing: 0;
}
.steps summary b {
  margin-left: auto;
  font-weight: 400;
  transition: transform 0.2s;
}
.steps details[open] summary b {
  transform: rotate(45deg);
}
.steps details p {
  font-size: 14px;
  line-height: 1.65;
  padding: 17px 0 0 39px;
  max-width: 470px;
}
.about {
  background: var(--navy);
  z-index: 5;
  padding-bottom: 45px;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
}
.about h2 {
  font-size: clamp(42px, 4.8vw, 90px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.about h2 em {
  font-style: normal;
  color: #8ac4fa;
}
.about-copy {
  max-width: 450px;
  margin-top: 45px;
}
.about-copy > p {
  font-size: 14px;
  line-height: 1.75;
  color: #d2deea;
}
.person {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 27px 0 16px;
}
.person b {
  font:
    12px "DM Mono",
    monospace;
}
.person span {
  font:
    12px "DM Mono",
    monospace;
  display: block;
  color: #c8d8e8;
  margin-top: 7px;
}
.about-poster {
  background: var(--deep-blue);
  padding: 25px;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about-poster > span {
  font:
    12px/1.5 "DM Mono",
    monospace;
  position: relative;
  z-index: 1;
}
.about-poster > b {
  font-size: clamp(90px, 11vw, 175px);
  line-height: 0.75;
  letter-spacing: -0.1em;
  font-weight: 800;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.about-poster > b > span {
  color: #b5d46b;
}
.poster-cross {
  position: absolute;
  right: -35px;
  bottom: 30px;
  font-size: 270px;
  color: #83c7614d;
  line-height: 1;
  transform: rotate(15deg);
}
.partners {
  margin-top: 60px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.partners > span {
  font:
    12px "DM Mono",
    monospace;
}
.partners a {
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #e0eaf3;
}
.journal {
  background: #133b60;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.journal h2 {
  font-size: 43px;
  line-height: 0.95;
  letter-spacing: -2px;
  margin-top: 23px;
  font-weight: 600;
}
.journal p {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #dce7f1;
}
.social-links {
  display: flex;
  gap: 22px;
  font:
    12px "DM Mono",
    monospace;
  margin-top: 27px;
}
.contact {
  min-height: 1050px;
  background: var(--navy);
  padding-top: 80px;
}
.contact h2 {
  position: relative;
  z-index: 3;
  font-size: clamp(70px, 10vw, 180px);
  line-height: 0.85;
  letter-spacing: -0.07em;
  font-weight: 700;
}
.contact h2 em {
  font-style: normal;
  color: #83c761;
}
.contact-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18%;
  margin-top: 90px;
  position: relative;
  z-index: 4;
}
.contact-lower > div > p {
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.contact-lower > div > a {
  display: block;
  margin-top: 34px;
  font-size: 23px;
  border-bottom: 1px solid #8bb4d4;
  padding-bottom: 12px;
  width: fit-content;
}
.contact-lower small {
  display: block;
  margin-top: 20px;
  font:
    12px/1.5 "DM Mono",
    monospace;
  color: #dce7f1;
}
form {
  background: #091b2cd9;
  backdrop-filter: blur(8px);
}
label {
  font:
    12px "DM Mono",
    monospace;
  display: block;
  margin: 0 0 8px;
}
input,
select,
textarea {
  font-size: 13px;
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f5f9ff4a;
  border-radius: 0;
  color: var(--white);
  padding: 12px 0;
  margin-bottom: 20px;
}
select option {
  color: var(--white);
  background: var(--navy);
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #bdcedd;
}
.submit-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f5f9ff59;
  background: var(--white);
  color: var(--navy);
  width: 100%;
  padding: 17px;
  font:
    12px "DM Mono",
    monospace;
}
.submit-button span {
  font-size: 22px;
}
.submit-button:hover {
  background: var(--lime);
  border-color: var(--lime);
}
.form-note,
#form-status,
#mail-fallback {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
  color: #d2deea;
}
footer {
  position: relative;
  background: var(--white);
  color: var(--navy);
  z-index: 5;
  padding: 40px 4% 24px;
}
.footer-brand {
  font-size: 18.2vw;
  line-height: 0.8;
  letter-spacing: -0.085em;
  font-weight: 900;
  display: block;
}
.footer-brand > span {
  font-size: 20px;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 45px;
  border-top: 1px solid #17344f30;
  padding-top: 24px;
  font:
    12px "DM Mono",
    monospace;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.motion-toggle {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 30;
  background: #f5f9ffe8;
  color: var(--navy);
  border: 0;
  padding: 9px 11px;
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.motion-toggle > span {
  font-size: 12px;
}
.anchor-alias {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
[hidden] {
  display: none !important;
}
body.motion-paused {
  scroll-behavior: auto;
}
@media (min-width: 1700px) {
  .glass-card {
    width: 300px;
    padding: 30px;
    min-height: 320px;
  }
  .glass-card h2 {
    font-size: 35px;
  }
  .glass-card p {
    font-size: 15px;
    max-width: 240px;
  }
  .hero-sticky {
    min-height: 900px;
  }
  .solutions-sticky {
    min-height: 850px;
  }
  .project-bottom p {
    font-size: 15px;
  }
  .card-art {
    min-height: 200px;
  }
  .architecture-art {
    min-height: 250px;
  }
  .architecture-slider {
    width: 100%;
  }
  .architecture-placeholder {
    width: 100%;
  }
  .paper b {
    font-size: 34px;
  }
  .paper {
    max-height: 280px;
  }
  .about-copy {
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  .hero-top {
    padding-top: 110px;
  }
  .hero h1 {
    font-size: 17vw;
  }
  .glass-card {
    width: 190px;
    padding: 19px;
    bottom: 13%;
    min-height: 240px;
  }
  .glass-card h2 {
    font-size: 23px;
  }
  .hero-statement {
    right: 7%;
    width: 29%;
    top: 49%;
  }
  .hero-statement > p {
    font-size: 30px;
  }
  .manifesto {
    min-height: 950px;
  }
  .manifesto-copy {
    width: 67%;
    gap: 30px;
  }
  .manifesto-copy > div > p:first-child {
    font-size: 29px;
  }
  .project-bottom > div {
    display: block;
  }
  .project-bottom h3 {
    font-size: 39px;
  }
  .project-bottom p {
    max-width: 390px;
    margin-top: 13px;
  }
  .project-card {
    min-width: 610px;
    padding: 23px;
  }
  .about-layout {
    gap: 35px;
  }
  .about-poster {
    min-height: 430px;
  }
  .contact-lower {
    gap: 8%;
  }
  .contact-lower > div > p {
    font-size: 21px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 60px;
  }
  .site-header {
    height: 75px;
    padding: 20px 6%;
  }
  .site-header nav {
    display: none;
  }
  .mini-logo {
    font-size: 23px;
  }
  .menu-toggle {
    display: flex;
    gap: 20px;
    align-items: center;
    background: none;
    color: var(--white);
    border: 0;
    font:
      12px "DM Mono",
      monospace;
    text-transform: uppercase;
  }
  .menu-toggle > span {
    font-size: 22px;
  }
  #mobile-nav {
    position: fixed;
    z-index: 22;
    top: 80px;
    left: 4%;
    right: 4%;
    background: var(--white);
    color: var(--navy);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-transform: uppercase;
    font-size: 24px;
  }
  .chapter-rail {
    display: none;
  }
  .hero {
    height: 135svh;
  }
  .hero-sticky {
    min-height: 720px;
    height: 100svh;
  }
  .hero-top {
    padding: 110px 6% 0;
  }
  .hero-top p {
    font-size: 12px;
    margin-left: 2px;
  }
  .hero h1 {
    font-size: 19vw;
    line-height: 0.9;
    margin-top: 12px;
  }
  .hero h1 > span {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 7px;
  }
  .hero-statement {
    left: 6%;
    top: auto;
    right: auto;
    bottom: 15%;
    width: 80%;
  }
  .hero-statement > p {
    font-size: 28px;
    letter-spacing: -0.9px;
  }
  .hero-statement > a {
    font-size: 12px;
    margin-top: 22px;
    max-width: 270px;
  }
  .glass-card {
    display: none;
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 22px;
    font-size: 12px;
  }
  .hero-bottom > span:first-child {
    display: none;
  }
  .section {
    padding: 65px 6%;
  }
  .section-kicker {
    font-size: 12px;
    margin-bottom: 43px;
  }
  .section-kicker > span:last-child {
    display: none;
  }
  .manifesto {
    min-height: 860px;
  }
  .manifesto h2 {
    font-size: 11.7vw;
    line-height: 0.91;
    letter-spacing: -0.065em;
  }
  .manifesto h2 > span {
    font-size: 0.88em;
  }
  .manifesto-copy {
    width: 86%;
    margin-top: 180px;
    gap: 18px;
  }
  .tiny-cross {
    font-size: 32px;
  }
  .manifesto-copy > div > p:first-child {
    font-size: 27px;
  }
  .body-copy {
    font-size: 13px;
    margin-top: 23px;
  }
  .line-link {
    font-size: 12px;
  }
  .corner-note {
    display: none;
  }
  .solutions {
    height: 320svh;
  }
  .solutions-sticky {
    min-height: 720px;
    height: 100svh;
    padding-top: 38px;
  }
  .gallery-heading {
    padding: 0 6%;
    margin-bottom: 24px;
    align-items: end;
  }
  .eyebrow {
    font-size: 12px;
  }
  .gallery-heading h2 {
    font-size: 31px;
    margin-top: 16px;
    letter-spacing: -1.8px;
  }
  .gallery-controls {
    gap: 5px;
    flex-wrap: wrap;
    width: 68px;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  .gallery-controls > span {
    margin: 0 0 9px;
    font-size: 12px;
    width: 100%;
    text-align: right;
  }
  .gallery-controls button {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
  .gallery-window {
    min-height: 420px;
  }
  .gallery-track {
    padding: 0 6%;
    gap: 15px;
  }
  .project-card {
    width: 86vw;
    min-width: 0;
    max-width: none;
    padding: 22px;
    flex-shrink: 0;
  }
  .project-top {
    font-size: 12px;
    gap: 12px;
  }
  .project-top > span:last-child {
    max-width: 110px;
    text-align: right;
  }
  .project-bottom {
    gap: 12px;
  }
  .project-bottom h3 {
    font-size: 33px;
  }
  .project-bottom p {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 16px;
  }
  .round-link {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .flows {
    gap: 7px;
  }
  .flow-pill {
    font-size: 12px;
    padding: 9px 8px;
  }
  .flow-hub {
    font-size: 47px;
    padding: 12px 21px;
    border-radius: 15px;
    box-shadow:
      7px 9px 0 #183756,
      10px 15px 30px #04121f60;
  }
  .flow-line {
    width: 5%;
  }
  .art-caption {
    font-size: 12px;
    letter-spacing: 0;
    bottom: 14px;
  }
  .paper {
    max-height: 190px;
    min-height: 145px;
    padding: 15px;
  }
  .paper b {
    font-size: 25px;
  }
  .paper > span {
    font-size: 12px;
  }
  .paper small {
    font-size: 12px;
  }
  .building {
    width: 70%;
    height: 40%;
    padding: 10px;
    border-top: 15px solid #f5f9ff;
  }
  .star {
    font-size: 110px;
  }
  .reputation {
    gap: 18px;
  }
  .review-label {
    font-size: 22px;
  }
  .gallery-footer {
    padding: 18px 6% 0;
    font-size: 12px;
    gap: 16px;
  }
  .gallery-footer > span {
    max-width: 190px;
    line-height: 1.5;
  }
  .gallery-dots {
    gap: 7px;
  }
  .gallery-dots button {
    width: 13px;
  }
  .approach {
    min-height: 850px;
  }
  .approach h2 {
    font-size: 12.3vw;
  }
  .approach-lower {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 44px;
  }
  .approach-lower > p {
    font-size: 24px;
  }
  .steps summary {
    font-size: 24px;
  }
  .steps details p {
    font-size: 13px;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about h2 {
    font-size: 11.7vw;
  }
  .about-copy {
    margin-top: 30px;
  }
  .about-poster {
    min-height: 420px;
  }
  .about-poster > b {
    font-size: 125px;
  }
  .partners {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 35px;
  }
  .partners > span {
    width: 100%;
    font-size: 12px;
  }
  .partners a {
    font-size: 17px;
  }
  .journal {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .journal h2 {
    font-size: 35px;
  }
  .journal p {
    font-size: 13px;
  }
  .social-links {
    font-size: 12px;
    gap: 18px;
  }
  .contact {
    min-height: 1100px;
  }
  .contact h2 {
    font-size: 12.2vw;
    letter-spacing: -0.065em;
  }
  .contact-lower {
    grid-template-columns: 1fr;
    gap: 170px;
    margin-top: 45px;
  }
  .contact-lower > div > p {
    font-size: 21px;
  }
  .contact-lower > div > a {
    font-size: 22px;
    margin-top: 25px;
  }
  .contact-lower small {
    font-size: 12px;
  }
  .contact-lower form {
    padding-top: 10px;
  }
  .footer-brand {
    font-size: 18.2vw;
  }
  .footer-brand > span {
    font-size: 12px;
    margin-left: 6px;
  }
  .footer-bottom {
    font-size: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .footer-bottom > div {
    gap: 22px;
  }
  footer {
    padding: 35px 6% 60px;
  }
  .motion-toggle {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}

html {
  scroll-padding-top: 0;
}
.gallery-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
footer {
  padding-bottom: 65px;
}
.hero h1,
.footer-brand {
  letter-spacing: -0.07em;
}
.motion-toggle {
  left: 12px;
  right: auto;
}
.gallery-dots button {
  padding: 9px 3px;
}
.gallery-footer > span {
  padding-left: 90px;
}
@media (max-width: 680px) {
  .gallery-footer > span {
    padding-left: 0;
    visibility: hidden;
  }
  .gallery-dots button {
    padding: 10px 4px;
  }
}
@media (max-width: 680px) {
  .hero-bottom > a {
    margin-left: 85px;
  }
}

/* Xantum's own palette and imagery. Content stays above decorative graphics. */
.mini-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mini-logo > img {
  width: 36px;
  height: 36px;
}
.mini-logo .header-wordmark {
  font:
    800 25px "Hanken Grotesk",
    sans-serif;
  margin: 0;
}
.header-wordmark small {
  font-size: 11px;
  vertical-align: super;
  margin-left: 3px;
}
.site-header nav {
  margin-left: auto;
}
.site-header {
  gap: 28px;
}
.scene-fallback {
  left: 33%;
  top: 4%;
  width: 35vw;
  transform: rotate(-7deg);
}
.scene-fallback img {
  width: 100%;
  height: auto;
  display: block;
}
.hero {
  background: radial-gradient(
    ellipse at 45% 45%,
    #194c76 0,
    #102f4c 42%,
    #091b2c 80%
  );
}
.hero-grid {
  background-size: 100px 100px;
  opacity: 0.55;
  transform: rotate(-8deg);
}
.hero-top p {
  letter-spacing: 0.035em;
}
.hero-statement > a {
  font-size: 13px;
  line-height: 1.6;
}
.glass-card {
  background: #0d2945ed;
  border-color: #71b9f270;
  border-top: 3px solid var(--green);
}
.glass-card p {
  font-size: 15px;
  max-width: none;
}
.hero-bottom {
  font-size: 12px;
  line-height: 1.5;
}
.section-kicker {
  position: relative;
  z-index: 4;
  line-height: 1.5;
}
.manifesto {
  z-index: 5;
  min-height: 0;
  padding-bottom: 100px;
}
.manifesto h2 {
  font-size: clamp(62px, 8.8vw, 168px);
  line-height: 0.98;
}
.manifesto h2 > span {
  font-size: 0.85em;
}
.manifesto-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
  margin-top: 75px;
}
.manifesto-copy {
  width: 100%;
  margin: 0;
  gap: 25px;
}
.tiny-cross {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.body-copy,
.about-copy > p,
.journal p,
.steps details p {
  font-size: 17px;
  line-height: 1.7;
}
.brand-photo,
.about-photo {
  margin: 0;
  overflow: hidden;
}
.brand-photo img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.brand-photo figcaption {
  font:
    12px/1.6 "DM Mono",
    monospace;
  color: var(--white);
  background: #164673;
  padding: 19px 22px;
}
.line-link {
  font-size: 13px;
  line-height: 1.6;
}
.platform-copy h2 {
  line-height: 1;
}
.platform-core {
  border-radius: 14px;
  background: linear-gradient(125deg, #164673, #0b2e4f);
  border-top: 4px solid var(--sky);
}
.platform-core > strong > img {
  width: 58px;
  height: 58px;
}
.platform-areas {
  font-size: 13px;
}
.platform-helper {
  font-size: 16px;
}
.platform-helper > span {
  color: #38680d;
}
.platform-company > span,
.platform-core > span {
  font-size: 12px;
  line-height: 1.5;
}
.gallery-heading h2 {
  line-height: 1;
}
.project-card {
  border-radius: 12px;
  padding: 30px;
}
.project-top {
  font-size: 12px;
  line-height: 1.5;
}
.project-bottom > div {
  display: block;
}
.project-bottom h3 {
  line-height: 0.98;
  font-size: clamp(32px, 3.1vw, 52px);
}
.project-bottom p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 550px;
  margin-top: 16px;
}
.round-link {
  width: 48px;
  height: 48px;
}
.flow-hub {
  padding: 18px;
}
.flow-hub img {
  display: block;
  width: 70px;
  height: 70px;
}
#ki .flows {
  perspective: 700px;
}
#ki .flow-hub {
  animation: ki-x-diagonal-turn 12s linear infinite;
  animation-play-state: paused;
}
body[data-motion="running"] #ki .flow-hub {
  animation-play-state: running;
}
@keyframes ki-x-diagonal-turn {
  from { transform: rotate3d(1, 1, 0, 0turn) rotate(-13deg); }
  to { transform: rotate3d(1, 1, 0, 1turn) rotate(-13deg); }
}
@media (prefers-reduced-motion: reduce) {
  /* Only an explicit press of Play opts back into this animation. */
  body[data-motion="running"] #ki .flow-hub {
    animation: ki-x-diagonal-turn 12s linear infinite !important;
  }
}
#ki .flow-hub {
  position: relative;
}
#ki .flow-hub canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
#ki .flow-hub[data-model="ready"] {
  width: clamp(150px, 23vw, 260px);
  max-width: calc(100% - 128px);
  height: auto;
  aspect-ratio: 1;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
body[data-motion] #ki .flow-hub[data-model="ready"] {
  animation: none !important;
  transform: none;
}
#ki .flow-hub[data-model="ready"] img {
  visibility: hidden;
}
#ki .flow-hub[data-model="ready"] canvas {
  opacity: 1;
}
@media (max-width: 560px) {
  #ki .flows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    justify-items: center;
    gap: 12px;
    min-height: 330px;
    height: 330px;
    padding-bottom: 30px;
  }
  #ki .flow-line { display: none; }
  #ki .flow-hub { grid-column: 1 / -1; grid-row: 1; }
  #ki .flow-hub[data-model="ready"] {
    width: clamp(160px, 62vw, 230px);
    max-width: 100%;
  }
  #ki .flow-pill { grid-row: 2; }
}
.flow-pill {
  font-size: 12px;
}
.art-caption {
  font-size: 12px;
  line-height: 1.5;
}
.paper {
  width: 280px;
  min-height: 230px;
}
.paper > span,
.paper small {
  font-size: 12px;
}
.star {
  color: #183f36;
  text-shadow: 8px 10px 0 #8fae55;
}
.approach {
  background: #d7e9bd;
  color: var(--navy);
  min-height: 0;
}
.approach h2 {
  font-size: clamp(60px, 8.4vw, 160px);
  line-height: 1;
}
.approach h2 span {
  color: #285325;
}
.steps summary {
  line-height: 1.4;
}
.about h2,
.contact h2 {
  line-height: 1;
}
.about-photo {
  border-radius: 12px;
  background: #123756;
}
.about-photo > img {
  display: block;
  height: 330px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 65%;
}
.about-photo figcaption {
  padding: 30px;
}
.about-photo figcaption > span {
  font:
    12px/1.6 "DM Mono",
    monospace;
  color: #bfd8ee;
}
.about-photo strong {
  display: block;
  margin: 18px 0;
  font-size: clamp(36px, 3.6vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.about-photo p {
  font-size: 17px;
  line-height: 1.5;
  color: #d2deea;
}
.person b {
  font-size: 14px;
}
.person span {
  font-size: 12px;
  line-height: 1.6;
}
.journal h2 {
  line-height: 1.02;
}
.contact {
  z-index: 5;
  min-height: 0;
  padding-bottom: 110px;
}
.contact-lower {
  gap: 12%;
}
.contact-lower form {
  padding: 25px;
  background: #12324f;
  border: 1px solid #476c8c;
  border-radius: 12px;
}
input,
select,
textarea {
  font-size: 16px;
  border-color: #94aec4;
}
label,
.submit-button {
  font-size: 13px;
  line-height: 1.5;
}
.submit-button {
  background: #c2dc77;
  border: 0;
  border-radius: 6px;
}
.submit-button:hover {
  background: #aac22f;
}
.form-note,
#form-status,
#mail-fallback {
  font-size: 14px;
  color: #deebf7;
}
.contact-lower small {
  font-size: 12px;
}
.footer-bottom {
  font-size: 12px;
  line-height: 1.6;
  flex-wrap: wrap;
}
.footer-bottom > span:nth-child(2) {
  display: inline;
}
.gallery-footer > span {
  padding-left: 0;
}
.motion-toggle {
  position: static;
  margin: 0;
  padding: 10px 12px;
  background: #173e60;
  color: #f5f9ff;
  border: 1px solid #7499b8;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
}
.motion-toggle > span {
  font-size: 13px;
}
.platform :focus-visible,
footer :focus-visible,
.approach :focus-visible,
.card-estate :focus-visible,
.card-opinstar :focus-visible {
  outline-color: #164673;
}
@media (max-width: 1100px) {
  .site-header {
    gap: 16px;
  }
  .site-header nav {
    gap: 18px;
  }
  .manifesto-lower {
    gap: 35px;
  }
  .manifesto-copy {
    gap: 16px;
  }
  .glass-card {
    width: 205px;
    padding: 18px;
  }
  .glass-card h2 {
    font-size: 21px;
  }
  .hero-statement > p {
    font-size: 27px;
  }
  .hero-statement {
    width: 30%;
  }
}
/* On small or short screens, every offer is a normal, fully readable section. */
@media (max-width: 800px), (max-height: 760px) {
  .solutions {
    height: auto;
  }
  .solutions-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 55px;
  }
  .gallery-heading {
    display: block;
  }
  .gallery-controls,
  .gallery-footer {
    display: none;
  }
  .gallery-window {
    min-height: 0;
    overflow: visible;
  }
  .gallery-track {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    height: auto;
    transform: none !important;
    gap: 25px;
  }
  .project-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 28px;
  }
  .card-art {
    min-height: 280px;
    height: 280px;
    flex: none;
    margin: 20px 0;
  }
  .architecture-art {
    height: auto;
    min-height: 0;
  }
  .architecture-slider-controls {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 68px;
  }
  .architecture-slider-controls p {
    grid-row: 1;
    grid-column: 1 / -1;
    white-space: normal;
    padding-top: 8px;
  }
  .project-bottom {
    gap: 16px;
    align-items: flex-end;
  }
  .project-bottom h3 {
    font-size: 38px;
    white-space: normal;
  }
  .project-bottom p {
    font-size: 16px;
    max-width: none;
  }
  .project-top {
    flex-wrap: wrap;
    gap: 4px 16px;
  }
  .project-top > span:last-child {
    max-width: none;
    text-align: left;
  }
  .gallery-heading h2 {
    font-size: clamp(35px, 6vw, 62px);
  }
}
@media (max-width: 680px) {
  .site-header {
    gap: 8px;
    height: 80px;
    padding: 18px 5%;
  }
  .mini-logo {
    gap: 7px;
  }
  .mini-logo > img {
    width: 30px;
    height: 30px;
  }
  .mini-logo .header-wordmark {
    font-size: 20px;
  }
  .header-wordmark small {
    font-size: 9px;
  }
  .menu-toggle {
    margin-left: auto;
    gap: 7px;
    order: 3;
    font-size: 12px;
    padding: 0;
  }
  .motion-toggle {
    padding: 8px;
    gap: 6px;
    font-size: 10px;
  }
  .hero {
    height: auto;
    overflow: hidden;
  }
  .hero-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 28px;
  }
  .hero-grid {
    inset: 0;
    transform: none;
  }
  .hero-top {
    padding-top: 120px;
  }
  .hero-top p {
    font-size: 12px;
    max-width: 280px;
    line-height: 1.5;
  }
  .hero-statement {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    margin: 330px 6% 30px;
  }
  .hero-statement > p {
    font-size: 30px;
  }
  .hero-statement > a {
    font-size: 13px;
    max-width: none;
  }
  .glass-card {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 6% 28px;
    width: auto;
    min-height: 0;
  }
  .glass-card h2 {
    font-size: 23px;
  }
  .glass-card h2 br {
    display: block;
  }
  .glass-card > div {
    margin-top: 18px;
  }
  .glass-card p {
    font-size: 16px;
  }
  .hero-bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 6%;
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-bottom > span:first-child {
    display: block;
    width: 100%;
  }
  .hero-bottom > a {
    margin-left: 0;
  }
  .section-kicker {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .section-kicker > span:last-child,
  .platform .section-kicker > span:last-child {
    display: block;
  }
  .manifesto {
    min-height: 0;
  }
  .manifesto h2 {
    font-size: 11vw;
    line-height: 1.08;
  }
  .manifesto h2 > span {
    font-size: 0.86em;
  }
  .manifesto-lower {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 40px;
  }
  .manifesto-copy {
    width: 100%;
    gap: 16px;
    margin: 0;
  }
  .tiny-cross {
    width: 32px;
    height: 32px;
  }
  .manifesto-copy > div > p:first-child {
    font-size: 26px;
  }
  .body-copy {
    font-size: 16px;
  }
  .brand-photo img {
    height: 240px;
  }
  .brand-photo figcaption {
    padding: 16px;
  }
  .line-link {
    font-size: 13px;
  }
  .platform-core > span {
    font-size: 11px;
  }
  .platform-core > strong > img {
    width: 44px;
    height: 44px;
  }
  .platform-copy h2 {
    line-height: 1.05;
  }
  .project-card {
    padding: 23px;
  }
  .project-top {
    font-size: 12px;
  }
  .project-bottom {
    align-items: start;
  }
  .project-bottom h3 {
    font-size: 31px;
  }
  .round-link {
    width: 44px;
    height: 44px;
    margin-top: 0;
  }
  .card-art {
    height: 245px;
    min-height: 245px;
  }
  .flows {
    gap: 7px;
  }
  .flow-pill {
    font-size: 11px;
    padding: 10px 8px;
  }
  .flow-hub {
    padding: 12px;
  }
  .flow-hub img {
    width: 44px;
    height: 44px;
  }
  .art-caption {
    font-size: 11px;
    bottom: 0;
    text-align: center;
  }
  .paper {
    width: 210px;
    min-height: 210px;
    max-height: none;
    padding: 20px;
  }
  .paper > span,
  .paper small {
    font-size: 11px;
  }
  .paper b {
    font-size: 26px;
  }
  .approach {
    min-height: 0;
  }
  .approach h2 {
    font-size: 11.5vw;
    line-height: 1.06;
  }
  .about h2 {
    font-size: 10.5vw;
    line-height: 1.05;
  }
  .about-photo > img {
    height: 240px;
  }
  .about-photo figcaption {
    padding: 25px;
  }
  .partners > span,
  .social-links {
    font-size: 12px;
  }
  .social-links {
    flex-wrap: wrap;
    gap: 20px;
  }
  .journal p,
  .steps details p {
    font-size: 16px;
  }
  .contact h2 {
    font-size: 11.4vw;
    line-height: 1.06;
  }
  .contact {
    min-height: 0;
  }
  .contact-lower {
    gap: 35px;
  }
  .contact-lower form {
    padding: 20px;
  }
  .contact-lower small {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 12px;
    gap: 20px;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
  }
  .scene-fallback {
    left: 13%;
    top: 11%;
    width: 74vw;
  }
}

/* The company promise leads the offers, beyond any individual technology. */
.hero-statement {
  top: 43%;
  width: 31%;
  max-width: 560px;
}
.hero-slogan {
  font-size: clamp(32px, 3.1vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hero-statement > .hero-intro {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  max-width: 460px;
  margin-top: 24px;
}
.hero-statement > a {
  margin-top: 22px;
}
.footer-bottom > span:nth-child(2) {
  max-width: 540px;
}
@media (max-width: 1000px) and (min-width: 681px) {
  .hero-statement {
    top: 42%;
    width: 34%;
    right: 5%;
  }
  .hero-slogan {
    font-size: 30px;
  }
  .hero-statement > .hero-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
  }
}
@media (max-width: 680px) {
  .hero-statement {
    top: auto;
    width: auto;
    margin-top: 230px;
  }
  .hero-slogan {
    font-size: clamp(29px, 8.5vw, 43px);
    line-height: 1.08;
  }
  .hero-statement > .hero-intro {
    font-size: 17px;
    margin-top: 22px;
  }
}
