/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #161615;
    --color-paper: #f4f1ea;
    --color-surface: #eae5dc;
    --color-accent: #f45a24;
    --color-accent-dark: #d84212;
    --color-line: #cbc6bc;
    --ease-editorial: cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(
      --default-font-family,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --header-height: 5.25rem;
  --shell: min(92vw, 88rem);
  --radius: 1.25rem;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--color-paper);
  scroll-padding-top: 7rem;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--color-paper);
  color: var(--color-ink);
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  color: inherit;
}
::selection {
  background: var(--color-accent);
  color: white;
}
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 4px;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-180%);
  background: white;
  color: var(--color-ink);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 750;
}
.skip-link:focus {
  transform: translateY(0);
}
.page-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 110;
}
.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: color-mix(in srgb, #f4f1ea 91%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-paper) 91%, transparent);
  }
  border-bottom: 1px solid color-mix(in srgb, #161615 15%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid
      color-mix(in srgb, var(--color-ink) 15%, transparent);
  }
  backdrop-filter: blur(16px);
}
.header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  min-width: 12rem;
}
.brand-symbol {
  width: 2.75rem;
  height: 2.58rem;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-wordmark {
  width: 8.5rem;
  height: auto;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  position: relative;
  font-size: 0.77rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.45rem;
  height: 2px;
  background: var(--color-accent);
  transition: right 0.35s var(--ease-editorial);
}
.site-nav ul a:hover::after,
.site-nav ul a[aria-current="page"]::after {
  right: 0;
}
.language-link {
  display: grid;
  place-items: center;
  min-width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--color-ink);
  border-radius: 999px;
  transition:
    background 0.25s,
    color 0.25s;
}
.language-link:hover {
  background: var(--color-ink);
  color: var(--color-paper);
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.5rem 0;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.menu-button i,
.menu-button i::before {
  display: block;
  width: 1.7rem;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s;
}
.menu-button i {
  position: relative;
  margin-left: 0.75rem;
}
.menu-button i::before {
  content: "";
  position: absolute;
  top: -0.45rem;
}
.menu-button[aria-expanded="true"] i {
  transform: rotate(45deg);
}
.menu-button[aria-expanded="true"] i::before {
  transform: translateY(0.45rem) rotate(90deg);
}
.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 3.5rem;
  padding: 0.9rem 1.1rem 0.9rem 1.35rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.button span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: currentColor;
  color: var(--color-paper);
}
.button:hover {
  transform: translateY(-2px);
  background: var(--color-ink);
  color: var(--color-paper);
}
.button-accent {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-ink);
}
.button-accent span {
  background: var(--color-ink);
  color: var(--color-paper);
}
.button-accent:hover {
  background: white;
  color: var(--color-ink);
  border-color: white;
}
.button-light {
  color: var(--color-ink);
  border-color: var(--color-ink);
}
.button-light span {
  background: var(--color-ink);
  color: var(--color-paper);
}
.button-light:hover {
  background: var(--color-paper);
  color: var(--color-ink);
}
.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.text-link span {
  transition: transform 0.25s;
}
.text-link:hover span {
  transform: translate(0.2rem, -0.2rem);
}
.home-hero {
  --pointer-x: 72%;
  --pointer-y: 28%;
  min-height: calc(100svh - var(--header-height));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #111110;
  color: var(--color-paper);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(
    circle at 68% 48%,
    #2c160f 0,
    #171210 30%,
    #111110 62%
  );
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, white 3%, transparent) 1px,
      transparent 1px
    ),
    linear-gradient(
      color-mix(in srgb, white 3%, transparent) 1px,
      transparent 1px
    );
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-gridlines {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.48;
  background: linear-gradient(
    90deg,
    transparent 49.9%,
    color-mix(in srgb, white 9%, transparent) 50%,
    transparent 50.1%
  );
}
.hero-spotlight {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    35rem circle at var(--pointer-x) var(--pointer-y),
    color-mix(in srgb, #f45a24 20%, transparent),
    transparent 68%
  );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(
      35rem circle at var(--pointer-x) var(--pointer-y),
      color-mix(in srgb, var(--color-accent) 20%, transparent),
      transparent 68%
    );
  }
  transition: background-position 0.15s linear;
}
.hero-stage {
  min-height: calc(100svh - var(--header-height));
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  padding-top: clamp(1.8rem, 4vh, 3.3rem);
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.hero-topline p {
  margin: 0;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f4f1ea 72%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 72%, transparent);
  }
}
.hero-topline p:first-child {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.hero-topline p:first-child span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 0.4rem color-mix(in srgb, #f45a24 14%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 0.4rem
      color-mix(in srgb, var(--color-accent) 14%, transparent);
  }
  animation: hero-pulse 2.4s ease-in-out infinite;
}
.hero-title-wrap {
  position: relative;
  align-self: center;
  z-index: 2;
  padding: clamp(1.4rem, 4vh, 3.2rem) 0 1rem;
}
.hero-title-wrap h1 {
  margin: 0;
  font-size: clamp(5.2rem, 12.2vw, 12.8rem);
  line-height: 0.72;
  letter-spacing: -0.092em;
  font-weight: 780;
  text-transform: uppercase;
}
.hero-line {
  display: block;
  white-space: nowrap;
}
.hero-line-one {
  position: relative;
  z-index: 2;
}
.hero-line-two {
  position: relative;
  z-index: 4;
  padding-left: clamp(2rem, 11vw, 11rem);
}
.hero-line-two i {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px color-mix(in srgb, #f4f1ea 68%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    -webkit-text-stroke: 1.5px
      color-mix(in srgb, var(--color-paper) 68%, transparent);
  }
}
.hero-line-two em {
  color: var(--color-accent);
  font-style: normal;
}
.hero-index {
  position: absolute;
  top: 17%;
  right: 0;
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  color: color-mix(in srgb, #f4f1ea 42%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 42%, transparent);
  }
}
.hero-lower {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) 1.05fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  padding: 0 0 clamp(1.8rem, 3.2vh, 3rem);
}
.hero-intro {
  max-width: 44rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.55;
  color: color-mix(in srgb, #f4f1ea 74%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 74%, transparent);
  }
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f4f1ea 68%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 68%, transparent);
  }
}
.hero-scroll span {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid color-mix(in srgb, #f4f1ea 32%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--color-paper) 32%, transparent);
  }
  border-radius: 50%;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
}
.hero-scroll:hover span {
  transform: translateY(0.25rem);
  background: var(--color-paper);
  color: var(--color-ink);
}
.hero-proofbar {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid color-mix(in srgb, #f4f1ea 19%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid
      color-mix(in srgb, var(--color-paper) 19%, transparent);
  }
}
.hero-proofbar > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.1rem;
  min-height: 5.6rem;
  padding: 0.8rem clamp(1rem, 2vw, 2rem) 0.8rem 0;
}
.hero-proofbar > div + div {
  border-left: 1px solid color-mix(in srgb, #f4f1ea 19%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 1px solid
      color-mix(in srgb, var(--color-paper) 19%, transparent);
  }
  padding-left: clamp(1rem, 2vw, 2rem);
}
.hero-proofbar strong {
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--color-paper);
}
.hero-proofbar span {
  max-width: 15ch;
  font-size: 0.66rem;
  line-height: 1.38;
  color: color-mix(in srgb, #f4f1ea 56%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 56%, transparent);
  }
}
.hero-engine {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 86%;
  width: min(46vw, 45rem);
  aspect-ratio: 1;
  transform: translate(
    calc(-50% + var(--drift-x, 0px)),
    calc(-49% + var(--drift-y, 0px))
  );
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.8s var(--ease-editorial);
}
.hero-engine::before,
.hero-engine::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.hero-engine::before {
  inset: 9%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, #f45a24 22%, transparent),
    transparent 62%
  );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(
      circle,
      color-mix(in srgb, var(--color-accent) 22%, transparent),
      transparent 62%
    );
  }
  filter: blur(1.5rem);
}
.hero-engine::after {
  inset: 18%;
  border: 1px solid color-mix(in srgb, #f45a24 23%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--color-accent) 23%, transparent);
  }
  box-shadow:
    inset 0 0 5rem color-mix(in srgb, #f45a24 7%, transparent),
    0 0 7rem color-mix(in srgb, #f45a24 7%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow:
      inset 0 0 5rem color-mix(in srgb, var(--color-accent) 7%, transparent),
      0 0 7rem color-mix(in srgb, var(--color-accent) 7%, transparent);
  }
}
.engine-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #f4f1ea 21%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--color-paper) 21%, transparent);
  }
}
.engine-ring::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 0.55rem color-mix(in srgb, #f45a24 12%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 0.55rem
      color-mix(in srgb, var(--color-accent) 12%, transparent);
  }
}
.engine-ring-a {
  inset: 2%;
  animation: orbit 22s linear infinite;
}
.engine-ring-a::before {
  top: 12%;
  left: 18%;
}
.engine-ring-b {
  inset: 17%;
  border-style: dashed;
  animation: orbit-reverse 30s linear infinite;
}
.engine-ring-b::before {
  right: 4%;
  top: 46%;
  width: 0.55rem;
  height: 0.55rem;
}
.engine-ring-c {
  inset: 33%;
  animation: orbit 14s linear infinite;
}
.engine-ring-c::before {
  left: 12%;
  bottom: 18%;
  width: 0.45rem;
  height: 0.45rem;
}
.engine-core {
  position: absolute;
  inset: 38%;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: color-mix(in srgb, #20130f 86%, transparent);
  border: 1px solid color-mix(in srgb, #f4f1ea 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--color-paper) 20%, transparent);
  }
  backdrop-filter: blur(14px);
  box-shadow: 0 1.5rem 5rem #0008;
  transform: rotate(-8deg);
}
.engine-core strong {
  font-size: clamp(2rem, 4.7vw, 4.8rem);
  line-height: 0.9;
  font-weight: 280;
  letter-spacing: -0.07em;
  color: var(--color-accent);
}
.engine-core small {
  margin-top: 0.45rem;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f4f1ea 58%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 58%, transparent);
  }
}
.engine-satellite {
  position: absolute;
  padding: 0.55rem 0.8rem;
  border: 1px solid color-mix(in srgb, #f4f1ea 18%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--color-paper) 18%, transparent);
  }
  border-radius: 999px;
  background: #141311cc;
  backdrop-filter: blur(8px);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: color-mix(in srgb, #f4f1ea 72%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 72%, transparent);
  }
}
.satellite-a {
  top: 5%;
  right: 23%;
}
.satellite-b {
  right: -2%;
  bottom: 31%;
}
.satellite-c {
  left: 3%;
  bottom: 17%;
}
.engine-pulse {
  position: absolute;
  inset: 44%;
  border-radius: 50%;
  border: 1px solid var(--color-accent);
  animation: engine-pulse 3s ease-out infinite;
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes engine-pulse {
  0% {
    transform: scale(0.65);
    opacity: 0.7;
  }
  80%,
  100% {
    transform: scale(3.4);
    opacity: 0;
  }
}
@keyframes hero-pulse {
  50% {
    box-shadow: 0 0 0 0.7rem
      color-mix(in srgb, var(--color-accent) 4%, transparent);
  }
}
.ticker {
  overflow: hidden;
  background: var(--color-accent);
  color: var(--color-ink);
  border-block: 1px solid var(--color-ink);
}
.ticker-track {
  width: max-content;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1.1rem 0;
  animation: ticker 28s linear infinite;
}
.ticker span {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.ticker i {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--color-ink);
  border-radius: 50%;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: clamp(5.5rem, 10vw, 10rem) 0;
}
.section-surface {
  background: var(--color-surface);
}
.section-ink {
  background: var(--color-ink);
  color: var(--color-paper);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1.55fr);
  gap: 2rem;
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}
.section-heading h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 720;
  text-wrap: balance;
}
.section-copy {
  grid-column: 2;
  max-width: 45rem;
  margin: -1rem 0 0;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.55;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, currentColor 65%, transparent);
  }
}
.proof-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.proof-row > div {
  padding: clamp(1.5rem, 3vw, 3rem);
}
.proof-row > div + div {
  border-left: 1px solid var(--color-line);
}
.proof-row strong {
  display: block;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.075em;
  color: var(--color-accent-dark);
}
.proof-row p {
  max-width: 22rem;
  margin: 1.5rem 0 0;
  line-height: 1.5;
  color: color-mix(in srgb, #161615 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 65%, transparent);
  }
}
.photo-story-section {
  padding-block: clamp(4rem, 8vw, 8rem);
}
.editorial-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #292724;
  isolation: isolate;
}
.editorial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 35%, #090909dd 100%);
  pointer-events: none;
}
.editorial-photo img {
  display: block;
  width: 100%;
  height: min(72vw, 48rem);
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
  transition:
    transform 1.2s var(--ease-editorial),
    filter 0.5s;
}
.editorial-photo:hover img {
  transform: scale(1.018);
  filter: saturate(1) contrast(1.02);
}
.editorial-photo figcaption {
  position: absolute;
  inset: auto clamp(1.4rem, 4vw, 4rem) clamp(1.4rem, 4vw, 3.6rem);
  z-index: 2;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 2rem;
  align-items: end;
  color: var(--color-paper);
}
.editorial-photo figcaption > span {
  align-self: start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.editorial-photo h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.6rem, 5.7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.editorial-photo figcaption p {
  max-width: 38rem;
  margin: 1rem 0 0;
  line-height: 1.55;
  color: color-mix(in srgb, #f4f1ea 72%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-paper) 72%, transparent);
  }
}
.editorial-photo-split {
  width: min(84rem, 100%);
  margin-inline: auto;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--color-line);
  border-left: 1px solid var(--color-line);
}
.service-card {
  min-height: 25rem;
  padding: 1.4rem;
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  display: flex;
  flex-direction: column;
  transition:
    background 0.35s var(--ease-editorial),
    color 0.35s var(--ease-editorial),
    transform 0.35s var(--ease-editorial);
}
.service-card:hover {
  background: var(--color-accent);
  color: var(--color-ink);
  transform: translateY(-0.35rem);
}
.service-topline {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 800;
}
.service-topline span:last-child {
  font-size: 1.2rem;
}
.service-card h3 {
  margin: auto 0 1rem;
  max-width: 10ch;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.service-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, currentColor 69%, transparent);
  }
}
.service-card .service-short {
  margin: 0 0 0.65rem;
  color: currentColor;
  font-weight: 760;
}
.section-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.25rem;
}
.media-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: color-mix(in srgb, white 18%, transparent);
  border: 1px solid color-mix(in srgb, white 18%, transparent);
}
.media-column {
  min-height: 34rem;
  background: var(--color-ink);
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
}
.media-column:nth-child(2) {
  background: var(--color-accent);
  color: var(--color-ink);
}
.media-column:nth-child(2) li {
  border-color: color-mix(in srgb, #161615 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-ink) 35%, transparent);
  }
}
.media-column > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.media-column h3 {
  margin: auto 0 2rem;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.85;
  letter-spacing: -0.07em;
}
.media-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-column li {
  padding: 0.7rem 0;
  border-top: 1px solid color-mix(in srgb, white 25%, transparent);
  font-size: 0.9rem;
}
.process-list {
  counter-reset: steps;
  border-top: 1px solid var(--color-line);
}
.process-step {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 5rem minmax(10rem, 0.7fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--color-line);
  align-items: baseline;
}
.process-step::before {
  content: "0" counter(steps);
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--color-accent-dark);
}
.process-step h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}
.process-step p {
  margin: 0;
  max-width: 35rem;
  line-height: 1.6;
  color: color-mix(in srgb, #161615 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 65%, transparent);
  }
}
.team-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.person-card {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  background: #d5d0c7;
}
.person-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition:
    transform 0.8s var(--ease-editorial),
    filter 0.4s;
}
.person-card:hover img {
  transform: scale(1.025);
  filter: saturate(1);
}
.person-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1.2rem;
  background: color-mix(in srgb, #f4f1ea 90%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-paper) 90%, transparent);
  }
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.person-card strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}
.person-card span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.person-card small {
  max-width: 18rem;
  text-align: right;
  line-height: 1.4;
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.insight-card {
  min-height: 31rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  color: var(--color-ink);
}
.insight-card.tone-1 {
  background: var(--color-accent);
  color: var(--color-ink);
}
.insight-card.tone-2 {
  background: #d8d3c9;
}
.insight-card.tone-3 {
  background: #b9b8b5;
}
.insight-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.insight-card h3 {
  margin: auto 0 1.25rem;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.insight-card p {
  margin: 0 0 1.7rem;
  line-height: 1.55;
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, currentColor 72%, transparent);
  }
}
.cta-band {
  padding: clamp(5rem, 11vw, 10rem) 0;
  background: var(--color-accent);
  color: var(--color-ink);
}
.cta-inner {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 2rem;
  align-items: end;
}
.cta-inner h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.cta-inner .button {
  grid-column: 2;
  justify-self: start;
  margin-top: 1.5rem;
}
.page-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 3rem;
  background: var(--color-paper);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 0.42fr 1.58fr;
  gap: 2rem;
}
.page-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 760;
}
.page-hero-intro {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-line);
}
.page-hero-intro p {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  line-height: 1.55;
}
.page-hero-index {
  justify-self: end;
  align-self: start;
  width: 6.5rem;
  height: 6.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 800;
}
.manifesto {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 2rem;
}
.manifesto blockquote {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(2.6rem, 5.5vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.manifesto blockquote em {
  color: var(--color-accent);
  font-style: normal;
}
.manifesto-aside {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.manifesto-aside p {
  margin: 0;
  line-height: 1.65;
  color: color-mix(in srgb, #161615 67%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 67%, transparent);
  }
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--color-line);
  border-left: 1px solid var(--color-line);
}
.value {
  padding: 2rem;
  min-height: 20rem;
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.value span {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--color-accent-dark);
}
.value h3 {
  margin: 5rem 0 1rem;
  font-size: 2rem;
  letter-spacing: -0.05em;
}
.value p {
  line-height: 1.6;
  color: color-mix(in srgb, #161615 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 65%, transparent);
  }
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}
.contact-intro h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.8rem, 5.3vw, 5.5rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
}
.contact-intro > p {
  max-width: 31rem;
  line-height: 1.65;
  color: color-mix(in srgb, #161615 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 65%, transparent);
  }
}
.contact-facts {
  margin-top: 3rem;
  border-top: 1px solid var(--color-line);
}
.contact-facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--color-line);
  font-size: 0.83rem;
}
.contact-facts dt {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.contact-facts dd {
  margin: 0;
  text-align: right;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.field-wide {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 0.85rem;
  background: transparent;
  padding: 1rem;
  color: var(--color-ink);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--color-accent);
  outline: 2px solid color-mix(in srgb, #f45a24 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 2px solid color-mix(in srgb, var(--color-accent) 30%, transparent);
  }
}
.field textarea {
  min-height: 10rem;
  resize: vertical;
}
.contact-form .button {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 0.5rem;
}
.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #5c5954;
}
.form-status {
  grid-column: 1 / -1;
  min-height: 1.5rem;
  margin: 0;
  font-weight: 700;
  color: var(--color-accent-dark);
}
.article-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 3rem;
}
.article-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-wrap: balance;
}
.article-deck {
  max-width: 48rem;
  margin: 3rem 0 0 auto;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.5;
  color: color-mix(in srgb, #161615 67%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 67%, transparent);
  }
}
.article-body {
  width: min(88vw, 48rem);
  margin: 0 auto;
  padding: 3rem 0 clamp(6rem, 10vw, 10rem);
}
.article-body h2 {
  margin: 4rem 0 1.2rem;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.article-body h3 {
  margin: 2.5rem 0 0.8rem;
  font-size: 1.45rem;
}
.article-body p,
.article-body li {
  font-size: 1.06rem;
  line-height: 1.8;
  color: color-mix(in srgb, #161615 76%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-ink) 76%, transparent);
  }
}
.article-body ul,
.article-body ol {
  padding-left: 1.3rem;
}
.article-callout {
  margin: 3.5rem 0;
  padding: 2rem;
  background: var(--color-accent);
  color: var(--color-ink);
  border-radius: var(--radius);
}
.article-callout p {
  margin: 0;
  font-size: 1.35rem;
  color: var(--color-ink);
  line-height: 1.55;
}
.site-footer {
  background: var(--color-ink);
  color: var(--color-paper);
  padding: 5rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.8fr;
  gap: 4rem;
  padding-bottom: 5rem;
}
.footer-statement > p:last-child {
  max-width: 14ch;
  margin: 1.2rem 0 0;
  font-size: clamp(2.3rem, 4vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.site-footer nav,
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  padding-top: 1.8rem;
}
.site-footer nav a,
.footer-meta {
  font-size: 0.78rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer a:hover {
  color: var(--color-accent);
}
.footer-meta p {
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid color-mix(in srgb, white 18%, transparent);
}
.footer-bottom p {
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, white 52%, transparent);
}
.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 0.8s var(--ease-editorial),
    transform 0.8s var(--ease-editorial);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1000px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
  }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem 4vw;
    background: var(--color-paper);
    transform: translateX(100%);
    visibility: hidden;
    transition:
      transform 0.5s var(--ease-editorial),
      visibility 0.5s;
  }
  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .site-nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav ul a {
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--color-line);
    font-size: clamp(2rem, 8vw, 4rem);
    letter-spacing: -0.05em;
    text-transform: none;
  }
  .site-nav ul a::after {
    display: none;
  }
  .language-link {
    align-self: flex-start;
  }
  .hero-title-wrap h1 {
    font-size: clamp(5rem, 12.8vw, 8rem);
  }
  .hero-line-two {
    padding-left: clamp(1rem, 7vw, 5rem);
  }
  .hero-engine {
    left: 72%;
    width: min(61vw, 38rem);
  }
  .hero-lower {
    grid-template-columns: minmax(16rem, 1fr) auto;
    gap: 2rem;
  }
  .hero-actions {
    gap: 1rem;
  }
  .hero-scroll {
    display: none;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    min-height: 22rem;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 0.5fr;
  }
  .footer-meta {
    grid-column: 1 / -1;
  }
}
@media (max-width: 720px) {
  :root {
    --shell: min(91vw, 42rem);
    --header-height: 4.6rem;
  }
  .brand {
    min-width: 9.5rem;
    gap: 0.48rem;
  }
  .brand-symbol {
    width: 2.2rem;
    height: 2.05rem;
  }
  .brand-wordmark {
    width: 6.75rem;
  }
  .home-hero {
    min-height: calc(100svh - var(--header-height));
  }
  .home-hero::after {
    background-size: 3.25rem 3.25rem;
    opacity: 0.8;
  }
  .hero-stage {
    min-height: calc(100svh - var(--header-height));
    grid-template-rows: auto auto 1fr auto;
    padding-top: 1.5rem;
  }
  .hero-topline p {
    font-size: 0.57rem;
    letter-spacing: 0.12em;
  }
  .hero-topline p:last-child {
    display: none;
  }
  .hero-title-wrap {
    align-self: start;
    padding-top: clamp(3rem, 9vh, 5.5rem);
  }
  .hero-title-wrap h1 {
    font-size: clamp(3.45rem, 17vw, 5.6rem);
    line-height: 0.79;
    letter-spacing: -0.082em;
  }
  .hero-line-two {
    padding-left: 0.55rem;
  }
  .hero-line-two i {
    -webkit-text-stroke-width: 1px;
  }
  .hero-index {
    display: none;
  }
  .hero-engine {
    top: 44%;
    left: 74%;
    width: min(94vw, 34rem);
    opacity: 0.72;
  }
  .engine-satellite {
    display: none;
  }
  .hero-lower {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    align-self: end;
    padding: 4rem 0 2rem;
  }
  .hero-intro {
    max-width: 31rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .hero-actions {
    justify-content: flex-start;
  }
  .hero-proofbar > div {
    display: block;
    min-height: 5.4rem;
    padding: 0.85rem 0.65rem 0.85rem 0;
  }
  .hero-proofbar > div + div {
    padding-left: 0.7rem;
  }
  .hero-proofbar strong {
    display: block;
    margin-bottom: 0.38rem;
    font-size: 1.65rem;
  }
  .hero-proofbar span {
    display: block;
    font-size: 0.56rem;
  }
  .section-heading,
  .cta-inner,
  .page-hero-grid,
  .manifesto {
    grid-template-columns: 1fr;
  }
  .section-heading h2,
  .section-copy,
  .cta-inner .button,
  .page-hero-intro,
  .manifesto-aside {
    grid-column: 1;
  }
  .section-copy {
    margin: 0;
  }
  .proof-row {
    grid-template-columns: 1fr 1fr;
  }
  .proof-row > div:first-child {
    grid-column: 1 / -1;
  }
  .proof-row > div:nth-child(2) {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }
  .proof-row > div:nth-child(3) {
    border-top: 1px solid var(--color-line);
  }
  .service-grid,
  .media-map,
  .team-feature,
  .insight-grid,
  .values-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 20rem;
  }
  .media-column {
    min-height: 26rem;
  }
  .process-step {
    grid-template-columns: 2.8rem 1fr;
    gap: 1rem;
  }
  .process-step p {
    grid-column: 2;
  }
  .person-card {
    min-height: 34rem;
  }
  .person-card figcaption {
    display: block;
  }
  .person-card small {
    display: block;
    text-align: left;
    margin-top: 0.6rem;
  }
  .insight-card {
    min-height: 27rem;
  }
  .cta-inner h2 {
    margin-top: 1.5rem;
  }
  .page-hero h1 {
    font-size: clamp(3.7rem, 18vw, 7rem);
  }
  .page-hero-intro {
    grid-template-columns: 1fr;
  }
  .page-hero-index {
    justify-self: start;
    width: 4.5rem;
    height: 4.5rem;
  }
  .manifesto-aside {
    grid-template-columns: 1fr;
  }
  .editorial-photo img {
    height: min(125vw, 38rem);
  }
  .editorial-photo figcaption {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .editorial-photo h2 {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .field-wide,
  .contact-form .button,
  .form-note,
  .form-status {
    grid-column: 1;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-meta {
    grid-column: 1;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media print {
  .site-header,
  .page-progress,
  .ticker,
  .cta-band,
  .site-footer {
    display: none;
  }
  body {
    background: white;
    color: black;
  }
  .section,
  .article-body {
    padding-block: 2rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
