*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Sora, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    color-scheme: light;
    --layout-max-width: 1600px;
    --layout-width-desktop: 90vw;
    --layout-width-tablet: 92vw;
    --layout-width-phone: calc(100vw - 1.5rem);
    --layout-breakpoint-phone: 480px;
    --layout-breakpoint-tablet: 768px;
    --layout-breakpoint-layout: 1200px;
    --layout-breakpoint-wide: 1680px;
    --surface: #f7f3ea;
    --surface-strong: #ffffff;
    --surface-muted: #eee7d8;
    --ink: #0f172a;
    --ink-soft: #334155;
    --ink-muted: #64748b;
    --brand: #0e6d66;
    --brand-accent: #c35b34;
    --brand-gold: #c7b792;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
  margin: 0px;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 234 / var(--tw-bg-opacity, 1));
  font-family: Sora, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  body::before,
  body::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
    border-radius: 9999px;
    filter: blur(18px);
    opacity: 0.8;
  }

  body::before {
    top: -10rem;
    left: -8rem;
    height: 24rem;
    width: 24rem;
    background: radial-gradient(circle, rgba(14, 109, 102, 0.22), transparent 70%);
  }

  body::after {
    right: -10rem;
    bottom: -8rem;
    height: 28rem;
    width: 28rem;
    background: radial-gradient(circle, rgba(195, 91, 52, 0.14), transparent 72%);
  }

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

  button,
  input,
  textarea,
  select {
    font: inherit;
  }

  a {
  color: inherit;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
  margin: 0px;
}

  ul,
  ol {
  list-style-type: none;
  padding: 0px;
}

  ::-moz-selection {
    background: #DCF166;
    color: #000000;
  }

  ::selection {
    background: #DCF166;
    color: #000000;
  }
.site-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body[data-ui="loading"] {
    overflow: hidden;
  }
.no-js body[data-ui="loading"] {
    overflow: auto;
  }
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background:
      radial-gradient(circle at 50% 46%, rgba(220, 241, 102, 0.08), transparent 16rem),
      #000000;
    color: #ffffff;
    isolation: isolate;
    transition: opacity 560ms ease, visibility 0s linear 560ms;
  }
.site-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 100%);
    background-size: 100% 7.5rem, 7.5rem 100%;
    opacity: 0.18;
    pointer-events: none;
  }
.site-loader.is-complete {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
.no-js .site-loader {
    display: none;
  }
.site-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(18rem, calc(100vw - 5rem));
    transform: translate(-50%, -50%);
  }
.site-loader-logo {
    width: 100%;
    height: auto;
    opacity: 0.96;
    filter: drop-shadow(0 0 1.75rem rgba(255, 255, 255, 0.12));
  }
.site-loader-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(1.25rem, 2.2vw, 2rem);
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    padding-inline: clamp(1rem, 2.2vw, 1.5rem);
  }
.site-loader-quote-wrap {
    max-width: min(34rem, 62vw);
  }
.site-loader-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(220, 241, 102, 0.8);
  }
.site-loader-quote {
    font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.15rem, 0.84rem + 1vw, 1.9rem);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.94);
    transition: opacity 220ms ease, transform 220ms ease;
  }
.site-loader-quote.is-fading {
    opacity: 0;
    transform: translateY(0.45rem);
  }
.site-loader-progress-count {
    min-width: 5ch;
    text-align: right;
    font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 1.4rem + 1.6vw, 3.1rem);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.07em;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.98);
  }
.site-loader-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.3rem;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
.site-loader-progress-bar {
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #DCF166 0%, #f4fdbe 100%);
    box-shadow: 0 0 1.2rem rgba(220, 241, 102, 0.5);
  }
/* Shared layout wrapper for all present and future sections. */
.layout-shell,
  .section-shell {
    width: var(--layout-width-phone);
    margin-inline: auto;
  }
.skip-link {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 50;
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.skip-link:focus {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.site-header {
  position: relative;
  border-bottom-width: 1px;
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    z-index: 60;
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(247, 243, 234, 0.88);
}
.site-header.site-header--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    border-color: transparent;
    background: transparent;
    backdrop-filter: none;
  }
.site-header.site-header--sticky-enabled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    opacity: 1;
    transition: transform 260ms ease, opacity 260ms ease;
  }
.site-header.site-header--sticky-enabled.site-header--hidden {
    transform: translateY(calc(-100% - 0.75rem));
    opacity: 0;
    pointer-events: none;
  }
.site-header.menu-is-open {
    border-color: transparent;
    background: transparent;
    backdrop-filter: none;
  }
.site-header.menu-is-open .brand-mark,
  .site-header.menu-is-open .brand-wordmark {
    color: #ffffff;
  }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header.site-header--overlay .header-inner {
    padding-top: clamp(1.4rem, 2.2vw, 2.4rem);
    padding-bottom: 0;
    color: #ffffff;
    mix-blend-mode: difference;
  }
.brand-mark {
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.brand-logo {
    display: block;
    width: auto;
    height: clamp(1.1rem, 1.35vw, 1.55rem);
  }
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
  }
.header-cta {
    font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    color: #0f172a;
    transition: color 200ms ease, opacity 200ms ease;
  }
.header-cta:hover {
    opacity: 0.72;
  }
.site-header:not(.site-header--overlay):not(.menu-is-open) .brand-logo {
    filter: invert(1);
  }
.site-header.site-header--overlay .header-cta,
  .site-header.site-header--overlay .mobile-menu-button {
    color: inherit;
  }
.site-header.site-header--overlay .mobile-menu-button {
    border-color: currentColor;
    background: transparent;
    box-shadow: none;
  }
.site-header.menu-is-open .header-inner {
    color: #ffffff;
    mix-blend-mode: normal;
  }
.site-header.menu-is-open .header-cta {
    color: #ffffff;
  }
.mobile-menu-button {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    position: relative;
    z-index: 61;
}
.site-header.menu-is-open .mobile-menu-button {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
  }
.menu-icon {
    position: relative;
    display: inline-flex;
    height: 1rem;
    width: 1rem;
  }
.menu-icon-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1.75px;
    border-radius: 9999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 200ms ease;
  }
.menu-icon-line:first-child {
    transform: translate(-50%, calc(-50% - 0.18rem));
  }
.menu-icon-line:last-child {
    transform: translate(-50%, calc(-50% + 0.18rem));
  }
.mobile-menu-button[aria-expanded="true"] .menu-icon-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
.mobile-menu-button[aria-expanded="true"] .menu-icon-line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
.menu-panel {
    position: fixed;
    inset: 0;
    z-index: 55;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0 at var(--menu-origin-x, calc(100% - 2rem)) var(--menu-origin-y, 2rem));
    will-change: clip-path;
    transition:
      clip-path 1000ms ease-in-out,
      visibility 0s linear 1000ms;
  }
.menu-panel.is-open {
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(150vmax at var(--menu-origin-x, calc(100% - 2rem)) var(--menu-origin-y, 2rem));
    transition: clip-path 1000ms ease-in-out;
  }
.menu-shell {
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    max-height: 1080px;
    padding: 6.5rem 1.25rem 2rem;
  }
.menu-grid {
    display: grid;
    min-height: 100%;
    gap: 2.5rem;
    align-items: center;
  }
.menu-primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.menu-block-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.44);
  }
.menu-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
.menu-link {
    display: inline-block;
    font-size: clamp(3.125rem, calc(-2.25rem + 6.4vw), 5.5rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.06em;
    color: #ffffff;
    transition: transform 200ms ease, color 200ms ease, opacity 200ms ease;
  }
.menu-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
  }
.menu-link:hover {
    transform: translateX(0.4rem);
    color: #d9ff8a;
  }
.menu-link--disabled {
    cursor: default;
  }
.menu-link--disabled:hover {
    transform: none;
    color: #ffffff;
  }
.menu-link.is-active {
    color: #d9ff8a;
  }
.menu-link-legal {
    margin-top: 0.85rem;
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 400;
  }
.menu-secondary {
    display: grid;
    align-content: start;
    gap: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
.menu-block {
    display: grid;
    gap: 0.9rem;
  }
.menu-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
.menu-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    box-shadow: none;
    transition: transform 200ms ease, color 200ms ease, border-color 200ms ease;
  }
.menu-social:hover {
    transform: translateY(-1px);
    color: #d9ff8a;
    border-color: rgba(217, 255, 138, 0.28);
  }
.menu-social--disabled {
    cursor: default;
    opacity: 0.68;
  }
.menu-social--disabled:hover {
    transform: none;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
  }
.menu-social svg {
    width: 1rem;
    height: 1rem;
  }
.menu-contact-link {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    transition: color 200ms ease;
  }
.menu-contact-link:hover {
    color: #d9ff8a;
  }
.menu-contact-link--disabled {
    cursor: default;
  }
.menu-contact-link--disabled:hover {
    color: #ffffff;
  }
.menu-address {
    font-size: 0.98rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
  }
.menu-open {
    overflow: hidden;
  }
.contact-panel {
    position: fixed;
    inset: 0;
    z-index: 70;
    overflow: auto;
    background: #ffffff;
    color: #080b10;
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0 at var(--contact-origin-x, calc(100% - 2.5rem)) var(--contact-origin-y, 2.5rem));
    will-change: clip-path;
    transition:
      clip-path 1000ms ease-in-out,
      visibility 0s linear 1000ms;
  }
.contact-panel.is-open {
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(150vmax at var(--contact-origin-x, calc(100% - 2.5rem)) var(--contact-origin-y, 2.5rem));
    transition: clip-path 1000ms ease-in-out;
  }
.contact-open {
    overflow: hidden;
  }
.contact-panel-shell {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 1920px);
    min-height: 100dvh;
    margin-inline: auto;
    padding: clamp(3rem, 5vw, 4.25rem) clamp(1.25rem, 4.8vw, 5.5rem);
  }
.contact-panel-close {
    position: fixed;
    top: clamp(1.35rem, 2.2vw, 2.35rem);
    right: clamp(1.25rem, 3vw, 3rem);
    z-index: 72;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.85rem, 4vw, 3.5rem);
    height: clamp(2.85rem, 4vw, 3.5rem);
    border-radius: 9999px;
    border: 1px solid rgba(8, 11, 16, 0.08);
    background: #ffffff;
    color: #080b10;
    box-shadow: 0 18px 50px rgba(8, 11, 16, 0.1);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }
.contact-panel-close:hover {
    transform: translateY(-1px);
    border-color: rgba(8, 11, 16, 0.36);
    box-shadow: 0 26px 70px rgba(8, 11, 16, 0.16);
  }
.contact-panel-close span {
    position: absolute;
    width: 1.1rem;
    height: 1.6px;
    border-radius: 9999px;
    background: currentColor;
  }
.contact-panel-close span:first-child {
    transform: rotate(45deg);
  }
.contact-panel-close span:last-child {
    transform: rotate(-45deg);
  }
.contact-panel-grid {
    display: grid;
    grid-template-columns: minmax(15rem, 0.44fr) minmax(28rem, 1fr);
    gap: clamp(2.5rem, 5.5vw, 6.75rem);
    align-items: center;
    width: 100%;
  }
.contact-panel-intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem 1.2rem;
    align-self: start;
    max-width: 25rem;
    padding-top: clamp(6rem, 13vw, 10rem);
  }
.contact-panel-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid rgba(8, 11, 16, 0.12);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(8, 11, 16, 0.05);
  }
.contact-panel-icon span {
    position: absolute;
    width: 1.15rem;
    height: 0.92rem;
    border: 2px solid #080b10;
    border-radius: 9999px 9999px 9999px 0.25rem;
  }
.contact-panel-icon span:first-child {
    transform: translate(-0.22rem, 0.08rem);
  }
.contact-panel-icon span:last-child {
    transform: translate(0.26rem, -0.2rem) scale(0.9);
    background: #ffffff;
  }
.contact-panel-intro-copy {
    display: grid;
    gap: 0.62rem;
  }
.contact-panel-kicker {
    font-size: clamp(1.08rem, 1.25vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #080b10;
  }
.contact-panel-aside-text {
    max-width: 19rem;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.025em;
    color: rgba(8, 11, 16, 0.68);
  }
.contact-panel-email {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0.96rem, 1vw, 1.08rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #080b10;
  }
.contact-panel-email:hover {
    color: #4f7d0c;
  }
.contact-panel-title {
    max-width: 14ch;
    font-size: clamp(3rem, 6vw, 68px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.055em;
    color: #080b10;
  }
.contact-panel-subline {
    max-width: 46rem;
    font-size: clamp(1.02rem, 1.25vw, 1.26rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.035em;
    color: rgba(8, 11, 16, 0.86);
  }
.contact-panel-proof {
    display: flex;
    flex-wrap: wrap;
    grid-column: 2;
    gap: 0.5rem;
    padding-top: 0.9rem;
  }
.contact-panel-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    border: 1px solid rgba(8, 11, 16, 0.1);
    border-radius: 9999px;
    padding: 0.42rem 0.66rem;
    background: #f4f4f4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(8, 11, 16, 0.62);
  }
.contact-form {
    border-radius: clamp(1.75rem, 3vw, 2.5rem);
    background: #b5ff4d;
    padding: clamp(2rem, 3.55vw, 3.9rem);
    box-shadow: 0 30px 90px rgba(8, 11, 16, 0.1);
    transform-origin: 50% 48%;
  }
.contact-form.has-submit-error {
    animation: contactFormSubmitError 700ms cubic-bezier(0.28, 0.84, 0.42, 1);
    will-change: transform;
  }
.contact-form-head {
    display: grid;
    gap: clamp(1.05rem, 1.6vw, 1.45rem);
    margin-bottom: clamp(1.8rem, 3.15vw, 3.2rem);
  }
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.45rem, 2.2vw, 2.15rem) clamp(1.4rem, 3vw, 2.5rem);
  }
.contact-field {
    display: grid;
    gap: clamp(0.7rem, 1vw, 0.95rem);
    min-width: 0;
  }
.contact-field--wide {
    grid-column: 1 / -1;
  }
.contact-label-row {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.22rem;
    font-size: clamp(0.9rem, 1.1vw, 1.05rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #080b10;
  }
.contact-label-row--required::after {
    content: "*";
    transform: translateY(-0.06em);
    font-size: 0.95em;
    font-weight: 800;
    line-height: 1;
    color: #b33d24;
  }
.contact-input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid rgba(8, 11, 16, 0.72);
    border-radius: 0;
    background: transparent;
    padding: 0 0 clamp(0.75rem, 1vw, 0.95rem);
    color: #080b10;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    font-weight: 650;
    line-height: 1.25;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }
.contact-input:focus {
    border-color: #080b10;
    box-shadow: 0 0.22rem 0 rgba(8, 11, 16, 0.08);
  }
.contact-select {
    min-height: 2.75rem;
    cursor: pointer;
  }
.contact-textarea {
    min-height: clamp(4.4rem, 6vw, 5.7rem);
    resize: vertical;
  }
.contact-form-footer {
    display: grid;
    gap: clamp(1.1rem, 2vw, 1.55rem);
    margin-top: clamp(1.8rem, 3.1vw, 3.25rem);
  }
.contact-form-footer p {
    max-width: 27rem;
    font-size: clamp(0.82rem, 1vw, 0.96rem);
    font-weight: 600;
    line-height: 1.35;
    color: rgba(8, 11, 16, 0.7);
  }
.contact-form-footer p:empty {
    display: none;
  }
.contact-form-footer p[data-status="pending"] {
    color: rgba(8, 11, 16, 0.82);
  }
.contact-form-footer p[data-status="error"] {
    color: #b33d24;
  }
.contact-submit {
    flex: 0 0 auto;
    width: 100%;
    min-height: clamp(3.35rem, 4.5vw, 4.25rem);
    border: 0;
    border-radius: 0.42rem;
    background: #080b10;
    padding: 1rem 1.45rem;
    color: #ffffff;
    font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  }
.contact-submit:disabled {
    cursor: wait;
    opacity: 0.62;
  }
.contact-submit:hover,
  .contact-submit:focus-visible {
    transform: translateY(-1px);
    background: #d9ff8a;
    color: #080b10;
  }
@keyframes contactFormSubmitError {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg);
      box-shadow: 0 30px 90px rgba(8, 11, 16, 0.1);
    }

    12% {
      transform: translate3d(-0.55rem, 0, 0) rotate(-0.35deg);
      box-shadow: 0 34px 96px rgba(8, 11, 16, 0.13), 0 0 0 1px rgba(179, 61, 36, 0.2);
    }

    25% {
      transform: translate3d(0.48rem, 0, 0) rotate(0.32deg);
      box-shadow: 0 31px 88px rgba(8, 11, 16, 0.12), 0 0 0 1px rgba(179, 61, 36, 0.24);
    }

    38% {
      transform: translate3d(-0.34rem, 0, 0) rotate(-0.2deg);
      box-shadow: 0 30px 84px rgba(8, 11, 16, 0.11), 0 0 0 1px rgba(179, 61, 36, 0.16);
    }

    54% {
      transform: translate3d(0.22rem, 0, 0) rotate(0.14deg);
    }

    72% {
      transform: translate3d(-0.1rem, 0, 0) rotate(-0.07deg);
    }

    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
      box-shadow: 0 30px 90px rgba(8, 11, 16, 0.1);
    }
  }
@media (prefers-reduced-motion: reduce) {
    .contact-form.has-submit-error {
      animation: contactFormSubmitErrorReduced 180ms ease-out;
    }

    @keyframes contactFormSubmitErrorReduced {
      0% {
        box-shadow: 0 30px 90px rgba(8, 11, 16, 0.1), 0 0 0 0 rgba(179, 61, 36, 0);
      }

      100% {
        box-shadow: 0 30px 90px rgba(8, 11, 16, 0.1), 0 0 0 1px rgba(179, 61, 36, 0.25);
      }
    }
  }
@media (min-width: 480px) {
    .layout-shell,
    .section-shell {
      width: calc(100vw - 2rem);
    }
  }
@media (min-width: 768px) and (max-width: 1199px) {
    .layout-shell,
    .section-shell {
      width: var(--layout-width-tablet);
    }
  }
@media (min-width: 1200px) and (max-width: 1679px) {
    .layout-shell,
    .section-shell {
      width: var(--layout-width-desktop);
    }
  }
@media (min-width: 1680px) {
    .layout-shell,
    .section-shell {
      width: min(100%, var(--layout-max-width));
    }
  }
@media (max-width: 1023px) {
    .contact-panel-shell {
      align-items: flex-start;
      padding: 5.5rem 1rem 1rem;
    }

    .contact-panel-grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 1.5rem;
    }

    .contact-panel-intro {
      grid-template-columns: auto minmax(0, 1fr);
      max-width: 100%;
      padding-top: 0;
    }

    .contact-panel-proof {
      grid-column: 1 / -1;
      padding-top: 0;
    }
  }
@media (max-width: 767px) {
    .site-loader-center {
      width: min(13rem, calc(100vw - 6rem));
    }

    .site-loader-footer {
      align-items: end;
      gap: 1rem;
      padding-inline: 0.95rem;
    }

    .site-loader-quote-wrap {
      max-width: min(14rem, calc(100vw - 8.25rem));
    }

    .site-loader-label {
      margin-bottom: 0.45rem;
      font-size: 0.62rem;
      letter-spacing: 0.2em;
    }

    .site-loader-quote {
      font-size: 1rem;
      line-height: 1.12;
    }

    .site-loader-progress-count {
      font-size: 1.8rem;
    }

    .menu-panel {
      align-items: flex-start;
      justify-content: stretch;
    }

    .menu-shell {
      height: auto;
      min-height: 100vh;
      padding: 5.75rem 1.25rem 1.5rem;
    }

    .menu-grid {
      min-height: auto;
      align-items: start;
      gap: 2rem;
    }

    .menu-primary {
      justify-content: flex-start;
    }

    .menu-nav {
      gap: 0.4rem;
    }

    .menu-link {
      font-size: clamp(2.5rem, 11vw, 4rem);
      line-height: 0.98;
    }

    .menu-link-legal {
      margin-top: 1rem;
      font-size: 0.95rem;
      line-height: 1.3;
    }

    .menu-secondary {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem 1rem;
      padding-top: 1.5rem;
    }

    .menu-block:last-child {
      grid-column: 1 / -1;
    }

    .menu-socials {
      gap: 0.6rem;
    }

    .menu-social {
      width: 2.75rem;
      height: 2.75rem;
    }

    .menu-contact-link,
    .menu-address {
      font-size: 0.92rem;
      line-height: 1.7;
    }

    .site-header.site-header--overlay {
      width: 100%;
    }

    .site-header.site-header--overlay .header-inner {
      padding-top: 1.1rem;
    }

    .header-actions {
      gap: 0.65rem;
    }

    .header-cta {
      font-size: 1rem;
    }

    .contact-panel-shell {
      align-items: flex-start;
      min-height: 100svh;
      padding: 5rem 0.75rem 0.75rem;
    }

    .contact-panel-grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 1rem;
    }

    .contact-panel-intro {
      gap: 0.8rem 0.85rem;
      padding-inline: 0.25rem;
    }

    .contact-panel-icon {
      width: 2.85rem;
      height: 2.85rem;
    }

    .contact-panel-kicker {
      font-size: 1.02rem;
    }

    .contact-panel-aside-text,
    .contact-panel-email {
      font-size: 0.9rem;
    }

    .contact-panel-title {
      max-width: 13ch;
      font-size: clamp(2.35rem, 10.8vw, 3.35rem);
      line-height: 1.02;
    }

    .contact-panel-subline {
      max-width: 100%;
      font-size: 0.98rem;
      line-height: 1.38;
    }

    .contact-panel-proof {
      gap: 0.5rem;
      padding-top: 0.15rem;
    }

    .contact-panel-proof span {
      min-height: 2.15rem;
      padding: 0.48rem 0.72rem;
      font-size: 0.76rem;
    }

    .contact-form {
      padding: 1.35rem 1rem 1rem;
      border-radius: 1.35rem;
      box-shadow: none;
    }

    .contact-form-head {
      gap: 0.95rem;
      margin-bottom: 2rem;
    }

    .contact-form-grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 1.45rem;
    }

    .contact-label-row {
      font-size: 0.94rem;
    }

    .contact-input {
      padding-bottom: 0.7rem;
      font-size: 0.95rem;
    }

    .contact-form-footer {
      display: grid;
      gap: 0.9rem;
    }

    .contact-submit {
      width: 100%;
      min-height: 3.15rem;
    }

    .page-home .header-inner {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }

    .home-hero {
      --home-hero-stage-height: min(54rem, calc(100svh + 4rem));
      --home-hero-scroll-length: 155vh;
    }

    .home-hero-copy {
      padding-top: max(6.5rem, 12svh);
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      padding-bottom: 7rem;
    }

    .home-hero-title {
      max-width: 100%;
      font-size: clamp(1.95rem, 9.2vw, 3.25rem);
      line-height: 0.95;
    }

    .home-hero-title-accent {
      margin-left: 0.15rem;
      font-size: clamp(0.95rem, 4.2vw, 1.45rem);
    }

    .home-hero-description {
      max-width: 20rem;
      margin-top: 1.35rem;
      font-size: clamp(0.98rem, 3.9vw, 1.05rem);
      font-weight: 400;
      line-height: 1.6;
    }

    .home-hero-scroll-cue {
      bottom: 1.25rem;
    }

    .home-hero-scroll-line {
      height: 2.25rem;
    }

    .home-conviction-stage {
      --conviction-height: min(54rem, calc(100svh + 100px));
      height: var(--conviction-height);
      padding: 7rem 0.9rem 4.5rem;
    }

    .home-conviction-title {
      max-width: 100%;
      font-size: clamp(1.95rem, 7.6vw, 3rem);
      line-height: 0.95;
    }

    .conviction-spark {
      width: 0.85rem;
      height: 0.85rem;
      margin-left: 0.14em;
    }

    .conviction-card {
      width: clamp(10.75rem, 42vw, 13.25rem);
      padding: 0.85rem;
      border-radius: 1.2rem;
      box-shadow: 0 5px 0 rgba(255, 255, 255, 0.16), 0 16px 24px rgba(0, 0, 0, 0.28);
    }

    .conviction-card--blue {
      top: 12%;
      left: 4%;
    }

    .conviction-card--lime {
      top: 11%;
      right: 4%;
    }

    .conviction-card--paper {
      top: 56%;
      right: 1%;
    }

    .conviction-card--lime-deep {
      left: 5%;
      bottom: 13%;
    }

    .conviction-card-title {
      font-size: 0.92rem;
      line-height: 1.13;
    }

    .conviction-card-copy {
      margin-top: 0.55rem;
      font-size: 0.74rem;
      line-height: 1.16;
    }
  }
.page-home {
    background: #000000;
    color: #ffffff;
  }
.page-home::before,
  .page-home::after {
    content: none;
  }
.page-home .site-shell,
  .page-home #main-content {
    background: #000000;
  }
.page-home .skip-link {
    background: #ffffff;
    color: #000000;
  }
.page-home .site-header.site-header--overlay .brand-mark,
  .page-home .site-header.site-header--overlay .brand-wordmark {
    color: #ffffff;
  }
.page-home .site-header.site-header--overlay .brand-logo {
    filter: none;
  }
.page-home .site-header.site-header--overlay .header-cta,
  .page-home .site-header.site-header--overlay .mobile-menu-button {
    color: inherit;
    border-color: currentColor;
    background: transparent;
    box-shadow: none;
  }
.home-hero {
    --hero-progress: 0;
    --home-hero-stage-height: min(1080px, calc(100vh + 100px));
    --home-hero-stage-height: min(1080px, calc(100svh + 100px));
    --home-hero-scroll-length: 220vh;
    --home-hero-viewport-offset: max(0px, calc(var(--home-hero-stage-height) - 100svh));
    position: relative;
    color: #ffffff;
    background: #000000;
  }
.home-hero-scroll-track {
    position: relative;
    min-height: calc(var(--home-hero-stage-height) + var(--home-hero-scroll-length));
  }
.home-hero-stage {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    height: var(--home-hero-stage-height);
    overflow: clip;
  }
.home-hero-visual {
    position: relative;
    width: min(100vw, 1920px);
    height: 100%;
    overflow: hidden;
    background: #020505;
  }
.home-hero-visual::before,
  .home-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
  }
.home-hero-visual::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.12) 24%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.32) 100%),
      repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent calc(25% - 1px),
        rgba(255, 255, 255, 0.08) calc(25% - 1px),
        rgba(255, 255, 255, 0.08) 25%,
        transparent 25%,
        transparent 50%
      );
    opacity: 0.32;
  }
.home-hero-visual::after {
    background:
      radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.14), transparent 26%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.54) 100%);
  }
.home-hero-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 360ms ease;
  }
.home-hero.is-loaded .home-hero-canvas {
    opacity: 1;
  }
.home-hero-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    justify-items: center;
    align-content: center;
    padding: clamp(6.5rem, 10vh, 8rem) clamp(1.25rem, 3vw, 2.75rem) clamp(8.5rem, 16vh, 10.5rem);
    text-align: center;
    pointer-events: none;
    transform: translateY(calc(var(--home-hero-viewport-offset) * -0.5));
  }
.home-hero-title {
    display: inline-grid;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    font-size: clamp(2.2rem, 1.55rem + 1.95vw, 3.75rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.07em;
    text-transform: uppercase;
  }
.home-hero-title-line {
    display: block;
    white-space: nowrap;
  }
.home-hero-title-accent {
    position: relative;
    display: inline-block;
    margin-left: clamp(0.25rem, 0.7vw, 0.75rem);
    font-size: clamp(1.05rem, 0.75rem + 0.95vw, 2rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.045em;
    text-transform: none;
    white-space: nowrap;
    transform: translateY(-0.02em);
  }
.home-hero-title-accent::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + clamp(0.9rem, 1.3vw, 1.45rem));
    aspect-ratio: 257 / 86;
    transform: translate(-50%, -50%);
    background: url("../images/by-accident.svg") center / contain no-repeat;
  }
.home-hero-description {
    max-width: 42rem;
    margin-top: clamp(1.5rem, 3vh, 2.4rem);
    font-size: clamp(1rem, 0.88rem + 0.45vw, 1.25rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
    text-wrap: balance;
  }
.home-hero-distance {
    position: relative;
    display: inline-block;
    padding-inline: 0.5em;
    margin-inline: 0.04em;
    color: rgba(255, 255, 255, 0.98);
    white-space: nowrap;
  }
.home-hero-distance-word {
    position: relative;
    z-index: 1;
  }
.home-hero-distance-markers {
    position: absolute;
    inset: 50% 0 auto;
    height: 0;
    pointer-events: none;
  }
.home-hero-distance-marker {
    position: absolute;
    top: 0;
    width: 0.34em;
    height: 0.34em;
    border-radius: 999px;
    background: #dcf166;
    box-shadow:
      0 0 0 0.14em rgba(220, 241, 102, 0.16),
      0 0 0.7em rgba(220, 241, 102, 0.44);
    transform: translateY(-50%);
    animation-duration: 2.8s;
    animation-timing-function: cubic-bezier(0.35, 0, 0.2, 1);
    animation-iteration-count: infinite;
  }
.home-hero-distance-marker--left {
    left: 0;
    animation-name: home-hero-distance-marker-left;
  }
.home-hero-distance-marker--right {
    right: 0;
    animation-name: home-hero-distance-marker-right;
  }
@keyframes home-hero-distance-marker-left {
    0%,
    14% {
      left: 0;
      opacity: 0;
    }

    22%,
    46% {
      opacity: 1;
    }

    58%,
    70% {
      left: calc(50% - 0.17em);
      opacity: 1;
    }

    84%,
    100% {
      left: calc(50% - 0.17em);
      opacity: 0;
    }
  }
@keyframes home-hero-distance-marker-right {
    0%,
    14% {
      right: 0;
      opacity: 0;
    }

    22%,
    46% {
      opacity: 1;
    }

    58%,
    70% {
      right: calc(50% - 0.17em);
      opacity: 1;
    }

    84%,
    100% {
      right: calc(50% - 0.17em);
      opacity: 0;
    }
  }
.home-hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: calc(clamp(2.75rem, 5vh, 4rem) + var(--home-hero-viewport-offset));
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    opacity: calc(1 - var(--hero-progress) * 1.35);
    pointer-events: none;
  }
.home-hero-scroll-mouse {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 2rem;
    height: 3.35rem;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 1rem rgba(255, 255, 255, 0.12);
  }
.home-hero-scroll-dot {
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.52rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 0.35rem rgba(255, 255, 255, 0.26);
    animation: home-hero-scroll-dot 1.45s ease-in-out infinite;
  }
@keyframes home-hero-scroll-dot {
    0% {
      transform: translateY(0);
      opacity: 0;
    }

    18% {
      opacity: 1;
    }

    78% {
      transform: translateY(1.3rem);
      opacity: 0.92;
    }

    100% {
      transform: translateY(1.3rem);
      opacity: 0;
    }
  }
@media (prefers-reduced-motion: reduce) {
    .home-hero-scroll-dot {
      animation: none;
      opacity: 1;
      transform: translateY(0.55rem);
    }

    .home-hero-distance-marker {
      animation: none;
      opacity: 0.7;
    }

    .home-hero-distance-marker--left {
      left: calc(50% - 0.42em);
    }

    .home-hero-distance-marker--right {
      right: calc(50% - 0.42em);
    }
  }
.home-conviction {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: clip;
    background: #000000;
    color: #ffffff;
  }
.home-conviction-stage {
    --conviction-height: min(1080px, calc(100vh + 100px));
    --conviction-height: min(1080px, calc(100svh + 100px));
    position: relative;
    width: min(100vw, 1920px);
    height: var(--conviction-height);
    max-height: 1080px;
    padding: clamp(6rem, 10vh, 7.5rem) clamp(1.25rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
  }
.home-conviction-copy {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    text-align: center;
    pointer-events: none;
  }
.home-conviction-title {
    max-width: min(58rem, 92vw);
    font-size: clamp(2.4rem, 1.15rem + 3.75vw, 4.63875rem);
    font-weight: 300;
    line-height: 0.93;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    text-wrap: balance;
  }
.home-conviction-line {
    display: block;
  }
.home-conviction-line--ghost {
    color: rgba(255, 255, 255, 0.62);
  }
.home-conviction-line--strong {
    font-weight: 800;
    color: #ffffff;
  }
.home-what-we-do {
    --what-we-do-light-progress: 0;
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    overflow: clip;
  }
.home-what-we-do-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
    padding: clamp(5.5rem, 8vw, 7.5rem) clamp(1.25rem, 7.8125vw, 9.375rem) clamp(5rem, 7vw, 6.5rem);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 26vw) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.75rem, 3vw, 4rem);
  }
.what-we-do-copy {
    max-width: 21rem;
  }
.what-we-do-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0.9rem;
    font-size: clamp(0.92rem, 0.84rem + 0.18vw, 1.08rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #bed24d;
  }
.what-we-do-eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(5.6rem, 6vw, 6.6rem);
    height: 1.5px;
    background: currentColor;
  }
.what-we-do-title {
    margin-top: clamp(3rem, 4vw, 4.8rem);
    font-size: clamp(3.4rem, 3.2vw + 1.7rem, 5.9rem);
    font-weight: 300;
    line-height: 0.88;
    letter-spacing: -0.065em;
    text-transform: uppercase;
  }
.what-we-do-title-line {
    display: block;
    color: rgba(255, 255, 255, 0.76);
  }
.what-we-do-title-line--accent {
    font-weight: 800;
    color: #e2f662;
  }
.what-we-do-title-line--strong {
    font-weight: 800;
    color: #ffffff;
  }
.what-we-do-description {
    display: grid;
    gap: 0.2rem;
    margin-top: clamp(1.35rem, 2vw, 1.9rem);
    font-size: clamp(1rem, 0.9rem + 0.28vw, 1.3rem);
    font-weight: 300;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.8);
  }
.what-we-do-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: min(100%, 33rem);
    aspect-ratio: 31 / 42;
    overflow: visible;
    isolation: isolate;
  }
.what-we-do-visual-core {
    position: relative;
    z-index: 2;
    width: 86%;
    height: 88%;
    margin: auto;
    border-radius: 0;
    overflow: visible;
    background: none;
    box-shadow: none;
  }
.what-we-do-visual-core::before,
  .what-we-do-visual-core::after {
    content: none;
    pointer-events: none;
  }
.what-we-do-light {
    position: absolute;
    left: 40.5%;
    top: 50%;
    z-index: 1;
    width: 146%;
    max-width: none;
    transform: translate(-50%, -50%);
    transform-origin: center;
    opacity: var(--what-we-do-light-progress, 0);
    mix-blend-mode: screen;
    filter: none;
    pointer-events: none;
    will-change: opacity;
  }
.what-we-do-strokes {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateX(10%);
  }
.what-we-do-strokes img,
  .what-we-do-strokes svg {
    width: auto;
    height: 100%;
    max-width: none;
    opacity: 0.9;
  }
.what-we-do-strokes svg {
    overflow: visible;
  }
.what-we-do-strokes path {
    stroke-width: 1.15;
  }
.home-what-we-do.is-motion-ready .what-we-do-point {
    opacity: 0;
    transform: translateY(1.1rem);
    transition:
      opacity 520ms ease,
      transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  }
.what-we-do-points {
    display: grid;
    align-self: stretch;
  }
.what-we-do-point {
    display: grid;
    grid-template-columns: minmax(0, 12rem) minmax(1.75rem, 2.8rem) minmax(0, 15rem);
    align-items: center;
    gap: clamp(1rem, 1.4vw, 1.8rem);
    padding: clamp(1.45rem, 1.7vw, 1.85rem) 0;
  }
.what-we-do-point + .what-we-do-point {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
.what-we-do-point-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
  }
.what-we-do-point-icon {
    flex: 0 0 auto;
    width: clamp(3rem, 3.6vw, 3.75rem);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(220, 241, 102, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.96);
  }
.what-we-do-point-icon img,
  .what-we-do-point-icon svg {
    width: 1.38rem;
    height: 1.38rem;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
.what-we-do-point-title-block {
    min-width: 0;
  }
.what-we-do-point-number {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #bed24d;
  }
.what-we-do-point-title {
    font-size: clamp(1.2rem, 1.02rem + 0.3vw, 1.44rem);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }
.what-we-do-point-title span {
    display: block;
  }
.what-we-do-point-rule {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #d9ef60;
    opacity: 0.86;
  }
.what-we-do-point-copy {
    font-size: clamp(1rem, 0.92rem + 0.16vw, 1.08rem);
    font-weight: 300;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.64);
  }
.home-what-we-do.is-active .what-we-do-point {
    opacity: 1;
    transform: translateY(0);
  }
.home-what-we-do.is-active .what-we-do-point:nth-child(1) {
    transition-delay: 120ms;
  }
.home-what-we-do.is-active .what-we-do-point:nth-child(2) {
    transition-delay: 200ms;
  }
.home-what-we-do.is-active .what-we-do-point:nth-child(3) {
    transition-delay: 280ms;
  }
.home-what-we-do.is-active .what-we-do-point:nth-child(4) {
    transition-delay: 360ms;
  }
.conviction-spark {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2em;
    transform: translateY(-0.06em);
  }
.conviction-spark::before,
  .conviction-spark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    background: #e9ff6a;
    transform: translate(-50%, -50%);
  }
.conviction-spark::before {
    width: 100%;
    height: 1.5px;
  }
.conviction-spark::after {
    width: 1.5px;
    height: 100%;
  }
.conviction-card {
    --card-translate-x: 0px;
    --card-translate-y: 0px;
    --card-rotate: 0deg;
    --card-reveal-progress: 0;
    --card-scale: 1;
    --card-size-scale: 1;
    position: absolute;
    z-index: 2;
    width: clamp(11.5rem, 13.6vw, 13.75rem);
    padding: clamp(0.8rem, 0.95vw, 0.98rem);
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    border-radius: 1.7rem;
    transform:
      translate3d(var(--card-translate-x), var(--card-translate-y), 0)
      rotate(var(--card-rotate))
      scale(var(--card-scale))
      scale(var(--card-size-scale));
    will-change: transform;
    box-shadow: 0 7px 0 rgba(255, 255, 255, 0.18), 0 20px 34px rgba(0, 0, 0, 0.34);
    backface-visibility: hidden;
    opacity: clamp(0, calc(var(--card-reveal-progress) * 1.5), 1);
  }
.conviction-card[data-reveal-origin="left"] {
    transform-origin: left bottom;
    clip-path: inset(
      calc((1 - var(--card-reveal-progress)) * 100%)
      calc((1 - var(--card-reveal-progress)) * 100%)
      0
      0
      round 1.7rem
    );
  }
.conviction-card[data-reveal-origin="right"] {
    transform-origin: right bottom;
    clip-path: inset(
      calc((1 - var(--card-reveal-progress)) * 100%)
      0
      0
      calc((1 - var(--card-reveal-progress)) * 100%)
      round 1.7rem
    );
  }
.conviction-card--blue {
    top: 12.8%;
    left: 15.2%;
    width: clamp(12.4rem, 15vw, 14.4rem);
    background: linear-gradient(180deg, #4360ff 0%, #304af5 100%);
    color: #ffffff;
    z-index: 1;
  }
.conviction-card--lime {
    top: 13.2%;
    right: 15.6%;
    width: clamp(11rem, 12.6vw, 12.9rem);
    background: linear-gradient(180deg, #efff6a 0%, #ddf04a 100%);
    color: #1f2526;
  }
.conviction-card--paper {
    top: 38.8%;
    right: 8%;
    width: clamp(10rem, 11.6vw, 11.8rem);
    background: linear-gradient(180deg, #fbfbfb 0%, #f1f1f1 100%);
    color: #4b4b4b;
  }
.conviction-card--lime-deep {
    top: auto;
    right: auto;
    left: 20.3%;
    bottom: 18.8%;
    width: clamp(11.2rem, 13vw, 12.8rem);
    background: linear-gradient(180deg, #efff6a 0%, #ddf04a 100%);
    color: #1f2526;
    z-index: 3;
  }
.conviction-card-title {
    font-size: clamp(0.98rem, 0.8rem + 0.34vw, 1.28rem);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.03em;
  }
.conviction-card-copy {
    margin-top: 0.62rem;
    font-size: clamp(0.78rem, 0.67rem + 0.15vw, 0.9rem);
    font-weight: 300;
    line-height: 1.17;
    opacity: 0.78;
  }
.conviction-card-copy--compact {
    margin-top: 0.26rem;
    font-size: clamp(0.78rem, 0.68rem + 0.16vw, 0.92rem);
    line-height: 1.08;
  }
.conviction-card-pips {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 0.78rem;
  }
.conviction-card-pips span {
    width: clamp(0.92rem, 0.78rem + 0.22vw, 1.08rem);
    aspect-ratio: 1;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid #3d56fb;
    box-sizing: border-box;
    margin-left: -0.18rem;
  }
.conviction-card-pips span:first-child {
    margin-left: 0;
  }
.home-understand {
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    overflow: clip;
  }
.home-understand-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
    padding: clamp(5rem, 8vw, 7rem) clamp(1.25rem, 5.8vw, 7rem) clamp(4.75rem, 7vw, 6rem);
  }
.home-understand-header {
    display: flex;
    justify-content: center;
    text-align: center;
  }
.home-understand-title {
    max-width: 20ch;
    font-size: clamp(2.7rem, 1.4rem + 3.2vw, 5rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    text-wrap: balance;
  }
.home-understand-line {
    display: block;
  }
.home-understand-line--ghost {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
  }
.home-understand-line--strong {
    margin-top: 0.08em;
    font-weight: 800;
    color: #ffffff;
  }
.understand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.9rem, 1vw, 1.15rem);
    margin-top: clamp(3rem, 5vw, 4.25rem);
  }
.understand-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 1.25rem;
    min-height: clamp(19rem, 22vw, 20.5rem);
    padding: 25px;
    border-radius: 1.35rem;
    overflow: hidden;
    background: linear-gradient(152.7deg, rgba(255, 255, 255, 0.09) 1.15%, rgba(255, 255, 255, 0.027) 98.85%);
    backdrop-filter: blur(14px);
  }
.understand-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(151.06deg, rgba(255, 255, 255, 0.38) 0.62%, rgba(255, 255, 255, 0.076) 98.9%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
.understand-card-index {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
  }
.understand-card-number {
    flex: 0 0 auto;
    font-size: clamp(1rem, 0.86rem + 0.22vw, 1.12rem);
    font-weight: 300;
    line-height: 1;
    color: #dcf166;
  }
.understand-card-index-rule {
    flex: 1 1 auto;
    height: 2px;
    min-width: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.82;
  }
.understand-card-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(220, 241, 102, 0.28);
    border-radius: 999px;
    color: #dcf166;
  }
.understand-card-icon img,
  .understand-card-icon svg {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
.understand-card-title {
    display: grid;
    gap: 0.02em;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-wrap: balance;
  }
.understand-card-title span {
    display: block;
  }
.understand-card-rule {
    width: 2.15rem;
    height: 2px;
    background: #dcf166;
  }
.understand-card-copy {
    max-width: 14ch;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.34;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.72);
    text-wrap: pretty;
  }
.understand-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: clamp(2rem, 3vw, 2.8rem);
    font-size: clamp(1rem, 0.88rem + 0.35vw, 1.2rem);
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    text-wrap: balance;
    flex-wrap: wrap;
  }
.understand-footnote strong {
    font-weight: 700;
    color: #dcf166;
  }
.understand-footnote-icon {
    display: block;
    width: clamp(2rem, 2vw, 2.25rem);
    height: auto;
    flex: 0 0 auto;
  }
.home-systems {
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    overflow: visible;
  }
.home-systems-shell {
    width: min(100%, 1200px);
    margin-inline: auto;
    padding: clamp(5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 3rem) clamp(5.25rem, 8vw, 7rem);
  }
.home-systems-header {
    display: flex;
    justify-content: center;
    text-align: center;
  }
.home-systems-title {
    max-width: 18ch;
    font-size: clamp(2.7rem, 1.4rem + 3.2vw, 5rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    text-wrap: balance;
  }
.home-systems-line {
    display: block;
  }
.home-systems-line--ghost {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
  }
.home-systems-line--strong {
    margin-top: 0.08em;
    font-weight: 800;
    color: #ffffff;
  }
.systems-stage {
    --systems-floor-offset: clamp(0.8rem, 1.8vw, 1.4rem);
    position: relative;
    width: min(100%, 68rem);
    height: clamp(27rem, 45vw, 33rem);
    margin: clamp(2.75rem, 5vw, 3.75rem) auto 0;
    overflow: visible;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.gravity-card {
    --gravity-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
    --gravity-ink: #132339;
    --gravity-bottom-ink: #1a2740;
    --gravity-bottom-copy: rgba(20, 34, 56, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(15rem, 21vw, 18rem);
    aspect-ratio: 387 / 612;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 1.6rem;
    overflow: hidden;
    cursor: grab;
    box-shadow: var(--gravity-shadow);
    backface-visibility: hidden;
    will-change: transform;
    touch-action: none;
  }
.gravity-card.is-dragging {
    cursor: grabbing;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
  }
.gravity-card-surface {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.gravity-card-top {
    display: grid;
    align-content: start;
    gap: 1.2rem;
    padding: 1.8rem 1.55rem 1.3rem;
    color: var(--gravity-ink);
  }
.gravity-card-icon {
    display: block;
    width: clamp(2.55rem, 4.6vw, 4rem);
    height: auto;
  }
.gravity-card-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-transform: uppercase;
  }
.gravity-card-helper {
    margin-top: auto;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.35;
    color: rgba(19, 35, 57, 0.8);
  }
.gravity-card-bottom {
    min-height: 35%;
    padding: 1.45rem 1.55rem 1.3rem;
    color: var(--gravity-bottom-copy);
  }
.gravity-card-bottom-copy {
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.32;
    color: inherit;
  }
.gravity-card--pr {
    --gravity-ink: #1c2750;
    --gravity-bottom-copy: rgba(255, 255, 255, 0.88);
  }
.gravity-card--pr .gravity-card-surface {
    background-image: url("../images/gravityCardBG-1.png");
  }
.gravity-card--pr .gravity-card-bottom {
    background: linear-gradient(118.83deg, #2f4cf5 16.38%, #788bfc 49.11%, #a56dff 83.78%);
  }
.gravity-card--web {
    --gravity-ink: #1a2632;
    --gravity-bottom-copy: rgba(24, 36, 35, 0.92);
  }
.gravity-card--web .gravity-card-surface {
    background-image: url("../images/gravityCardBG-2.png");
  }
.gravity-card--web .gravity-card-bottom {
    background: linear-gradient(118.83deg, #b8e97d 16.38%, #6dffc2 83.78%);
  }
.gravity-card--brand {
    --gravity-ink: #183149;
    --gravity-bottom-copy: rgba(22, 47, 69, 0.92);
  }
.gravity-card--brand .gravity-card-surface {
    background-image: url("../images/gravityCardBG-3.png");
  }
.gravity-card--brand .gravity-card-bottom {
    background: linear-gradient(120.32deg, #83a7ff 17.11%, #6dffc2 109.18%);
  }
.home-distribution {
    --distribution-bg-start: #4354ff;
    --distribution-bg-end: #3448ef;
    --distribution-glow: rgba(255, 255, 255, 0.12);
    --distribution-line: rgba(255, 255, 255, 0.92);
    --distribution-ghost: rgba(255, 255, 255, 0.74);
    --distribution-copy: rgba(255, 255, 255, 0.92);
    --distribution-panel-copy: rgba(33, 43, 72, 0.84);
    --distribution-highlight: #d8ea63;
    --distribution-rail-end: min(calc(50vw + 446px), calc(100vw - 170px));
    position: relative;
    background: #3f52ff;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
  }
.home-distribution-main-wrap {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 76% 16%, var(--distribution-glow), transparent 25rem),
      linear-gradient(180deg, var(--distribution-bg-start) 0%, #3d50fb 56%, var(--distribution-bg-end) 100%);
  }
.home-distribution-main-wrap::before,
  .home-distribution-main-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
.home-distribution-main-wrap::before {
    top: 0;
    left: var(--distribution-rail-end);
    width: 2px;
    height: 62px;
    background: var(--distribution-line);
    transform: translateX(-50%);
  }
.home-distribution-main-wrap::after {
    left: 0;
    bottom: 0;
    width: var(--distribution-rail-end);
    height: 58px;
    border-bottom: 2px solid var(--distribution-line);
    border-right: 2px solid var(--distribution-line);
    border-bottom-right-radius: 42px;
    box-sizing: border-box;
  }
.home-distribution-shell {
    width: min(100%, 1280px);
    margin-inline: auto;
  }
.home-distribution-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 34rem) minmax(0, 25.125rem);
    justify-content: space-between;
    align-items: start;
    gap: clamp(2.75rem, 4vw, 4rem);
    padding: 0 clamp(4.5rem, 6vw, 6rem);
  }
.distribution-copy {
    max-width: 34rem;
    padding-top: 132px;
  }
.home-distribution-title {
    max-width: none;
    font-size: 62px;
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.065em;
    text-transform: uppercase;
  }
.home-distribution-line {
    display: block;
    white-space: nowrap;
  }
.home-distribution-line--ghost {
    color: var(--distribution-ghost);
  }
.home-distribution-line--strong {
    font-weight: 800;
    color: #ffffff;
  }
.home-distribution-description {
    max-width: 27rem;
    margin-top: 2rem;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.34;
    letter-spacing: -0.03em;
    color: var(--distribution-copy);
    text-wrap: pretty;
  }
.distribution-visual {
    position: relative;
    z-index: 1;
    width: min(100%, 402px);
    aspect-ratio: 402 / 867;
    justify-self: end;
  }
.distribution-union {
    position: absolute;
    top: 7.15%;
    left: 0;
    width: 100%;
    height: 86.16%;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.distribution-panel {
    position: absolute;
    width: 48.76%;
    height: 18.11%;
    display: flex;
    flex-direction: column;
    padding: 20px 18px 16px;
    color: #232c48;
  }
.distribution-panel--story {
    top: 7.15%;
    left: 51.24%;
  }
.distribution-panel--media {
    top: 24.11%;
    left: 0;
  }
.distribution-panel--search {
    top: 41.29%;
    left: 51.24%;
  }
.distribution-panel--trust {
    top: 58.02%;
    left: 0;
  }
.distribution-panel--growth {
    top: 75.2%;
    left: 51.24%;
  }
.distribution-panel-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }
.distribution-panel-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 0.42rem;
    background: #3d56fb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
.distribution-panel-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #202942;
  }
.distribution-panel-copy {
    max-width: 15ch;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--distribution-panel-copy);
    text-wrap: pretty;
  }
.distribution-panel-celebration {
    position: absolute;
    right: -2.8rem;
    bottom: 1rem;
    width: 4.6rem;
    height: auto;
    transform: rotate(8deg);
    filter: drop-shadow(0 12px 18px rgba(18, 24, 80, 0.16));
    pointer-events: none;
  }
.distribution-footnote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.25rem;
    padding: 3rem 1rem 3.25rem;
    background: var(--distribution-bg-end);
    overflow: hidden;
  }
.distribution-footnote::before {
    display: none;
  }
.distribution-footnote-copy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-align: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.96);
  }
.distribution-footnote-copy strong {
    font-weight: 700;
    color: var(--distribution-highlight);
  }
.distribution-footnote-mark {
    color: var(--distribution-highlight);
    font-size: 0.92em;
  }
.distribution-dots {
    position: absolute;
    top: 50%;
    width: clamp(17rem, 31vw, 25.5rem);
    height: auto;
    transform: translateY(-44%);
    opacity: 0.84;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.distribution-dots--left {
    left: 0;
  }
.distribution-dots--right {
    right: 0;
  }
.home-work {
    display: flex;
    justify-content: center;
    background: #fbfbf8;
    color: #0f1423;
  }
.home-work-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
    padding: clamp(5.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 9.375rem) clamp(5rem, 7vw, 6.5rem);
  }
.home-work-header {
    position: relative;
    display: flex;
    justify-content: flex-start;
  }
.home-work-title {
    position: relative;
    width: 100%;
    max-width: none;
    padding-top: clamp(3.8rem, 7vw, 5.5rem);
    font-size: clamp(2.15rem, 1.35rem + 2.3vw, 3.875rem);
    font-weight: 300;
    line-height: 0.92;
    letter-spacing: -0.06em;
    color: #0f1423;
    text-wrap: balance;
  }
.home-work-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: clamp(0.5rem, 7vw, 8.25rem);
    width: clamp(11rem, 15vw, 18rem);
    aspect-ratio: 292 / 127;
    background: center / contain no-repeat url("../images/build-brand-with-title.png");
    pointer-events: none;
  }
.home-work-line {
    display: block;
  }
.home-work-line--lead {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
.home-work-emphasis {
    font-weight: 800;
  }
.home-work-accent {
    font-weight: 400;
    color: #3d56fb;
  }
.home-work-cta {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-top: clamp(2rem, 3vw, 2.75rem);
    flex-wrap: wrap;
  }
.home-work-copy {
    font-size: clamp(1.02rem, 0.92rem + 0.5vw, 1.18rem);
    font-weight: 300;
    line-height: 1.5;
    color: rgba(15, 20, 35, 0.82);
  }
.home-work-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.85rem;
    padding: 0.95rem 1.65rem;
    border-radius: 999px;
    background: #0d1220;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 200ms ease, opacity 200ms ease;
  }
.home-work-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
  }
.home-case-studies {
    --case-border-color: #808080;
    --case-toggle-size: clamp(3.75rem, 4.3vw, 4.75rem);
    --case-detail-open-width: min(33rem, calc(100% - 2rem));
    width: 100%;
    background: #fbfbf8;
    color: #0f1423;
    border-top: 1px solid var(--case-border-color);
  }
.case-row {
    display: grid;
    width: 100%;
    border-top: 1px solid var(--case-border-color);
  }
.case-row:first-child {
    border-top: 0;
  }
.case-row:last-child {
    border-bottom: none;
  }
.case-row--feature {
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  }
.case-row--trust {
    grid-template-columns: minmax(0, 20fr) minmax(0, 40fr) minmax(0, 40fr);
  }
.case-row--product {
    grid-template-columns: minmax(0, 4fr) minmax(0, 1fr) minmax(0, 4fr);
  }
.case-row--manufacturing {
    grid-template-columns: minmax(0, 36fr) minmax(0, 18fr) minmax(0, 46fr);
  }
.case-cell {
    min-width: 0;
    min-height: clamp(18rem, 28vw, 23rem);
  }
.case-cell + .case-cell {
    border-left: 1px solid var(--case-border-color);
  }
.case-cell--visual {
    padding: clamp(0.9rem, 1.6vw, 1rem);
  }
.case-cell--content {
    display: flex;
    align-items: center;
    padding: clamp(1.8rem, 3vw, 3.4rem);
  }
.case-cell--blank {
    background: #fbfbf8;
  }
.case-copy {
    max-width: 25rem;
  }
.case-copy--feature {
    max-width: 23rem;
  }
.case-title {
    font-size: clamp(1.85rem, 1.05rem + 1.45vw, 2.65rem);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: #20252f;
    text-wrap: balance;
  }
.case-metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.35rem;
    margin-top: 1.2rem;
  }
.case-metric {
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.25;
    color: rgba(32, 37, 47, 0.82);
    white-space: nowrap;
  }
.case-metric--pill {
    display: inline-flex;
    align-items: center;
    min-height: 2.9rem;
    padding: 0.45rem 1.2rem 0.5rem;
    border: 1px solid rgba(32, 37, 47, 0.62);
    border-radius: 999px;
    font-size: clamp(1rem, 0.92rem + 0.18vw, 1.08rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(32, 37, 47, 0.86);
  }
.case-points {
    margin-top: 1rem;
    display: grid;
    gap: 0.55rem;
  }
.case-points li {
    position: relative;
    padding-left: 0.9rem;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(32, 37, 47, 0.86);
  }
.case-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
  }
.case-visual {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    min-height: clamp(16rem, 24vw, 20rem);
    border-radius: 0.55rem;
    overflow: hidden;
    background-color: #dfd9ce;
    box-shadow: inset 0 0 0 1px rgba(15, 20, 35, 0.08);
  }
.case-visual--sequence {
    background:
      radial-gradient(circle at 72% 18%, rgba(246, 198, 124, 0.24), transparent 20rem),
      linear-gradient(180deg, rgba(31, 25, 21, 0.8) 0%, rgba(19, 15, 13, 0.96) 100%);
  }
.case-sequence-canvas {
    display: block;
    width: 100%;
    height: 100%;
  }
.case-detail-surface {
    position: absolute;
    right: clamp(0.95rem, 2vw, 1.9rem);
    bottom: clamp(0.95rem, 2vw, 1.85rem);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: var(--case-toggle-size);
    min-height: var(--case-toggle-size);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    background: #12121265;
    backdrop-filter: blur(48px);
    -webkit-backdrop-filter: blur(48px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition:
      width 360ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 360ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 240ms ease,
      box-shadow 240ms ease;
  }
.case-detail-surface::before {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 12%;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(193, 134, 45, 0.42) 0%, rgba(193, 134, 45, 0.1) 38%, transparent 72%);
    filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 280ms ease;
  }
.case-detail-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1.4rem, 1.9vw, 2rem);
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    pointer-events: none;
    transition:
      max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
      margin-bottom 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 360ms;
  }
.case-detail-block {
    display: grid;
    gap: 0.45rem;
  }
.case-detail-label {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #d4e05c;
  }
.case-detail-copy {
    font-size: clamp(1.02rem, 0.92rem + 0.18vw, 1.14rem);
    font-weight: 300;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-wrap: pretty;
  }
.case-detail-toggle {
    position: relative;
    z-index: 2;
    align-self: flex-end;
    flex: 0 0 auto;
    width: var(--case-toggle-size);
    height: var(--case-toggle-size);
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    display: grid;
    place-items: center;
    cursor: pointer;
  }
.case-detail-toggle:focus-visible {
    outline: 2px solid #d4e05c;
    outline-offset: -2px;
  }
.case-detail-toggle-icon {
    width: clamp(1.3rem, 1.15rem + 0.28vw, 1.55rem);
    height: clamp(1.3rem, 1.15rem + 0.28vw, 1.55rem);
    display: block;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }
.case-visual.is-open .case-detail-surface {
    width: var(--case-detail-open-width);
    padding: clamp(1.15rem, 1.8vw, 1.4rem);
    border-radius: 2rem;
    background: rgba(18, 18, 18, 0.74);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
  }
.case-visual.is-open .case-detail-surface::before {
    opacity: 1;
  }
.case-visual.is-open .case-detail-panel {
    max-height: 32rem;
    margin-bottom: 0.65rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
  }
.case-visual.is-open .case-detail-toggle-icon {
    transform: rotate(45deg);
  }
.case-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.home-really {
    display: flex;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    overflow: clip;
  }
.home-really-shell {
    position: relative;
    width: min(100%, 1920px);
    min-height: clamp(42rem, 100vh, 68rem);
    margin-inline: auto;
    padding: clamp(9rem, 15vh, 12rem) clamp(1.25rem, 7vw, 9.375rem) clamp(5rem, 8vh, 7rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
.home-really-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 70rem;
    margin-inline: auto;
    text-align: center;
  }
.home-really-title-frame {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    transform-origin: top left;
    will-change: transform, opacity;
  }
.home-really-title-frame.is-floating {
    position: fixed;
    z-index: 5;
    margin: 0;
    pointer-events: none;
  }
.home-really-title {
    font-size: clamp(3.25rem, 1.4rem + 8.1vw, 10.125rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.065em;
    color: #ffffff;
  }
.home-really-line {
    display: block;
    white-space: nowrap;
  }
.home-really-emphasis {
    position: relative;
    display: inline-block;
    isolation: isolate;
  }
.home-really-emphasis::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 54%;
    z-index: -1;
    width: calc(100% + clamp(1.6rem, 3vw, 2.8rem));
    aspect-ratio: 466 / 203;
    background: center / contain no-repeat url("../images/really-back-ico.svg");
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
.home-really-melt {
    position: absolute;
    top: 0;
    height: auto;
    background: top center / contain no-repeat;
    pointer-events: none;
    z-index: 1;
  }
.home-really-melt--left {
    left: clamp(6.5rem, 11vw, 13rem);
    width: clamp(14rem, 18vw, 18.2rem);
    aspect-ratio: 291 / 110;
    background-image: url("../images/melt 01.svg");
  }
.home-really-melt--left::after {
    content: "";
    position: absolute;
    left: clamp(5rem, 7vw, 6.8rem);
    top: calc(100% + 0.75rem);
    width: clamp(14rem, 18vw, 18.25rem);
    aspect-ratio: 292 / 68;
    background: center / contain no-repeat url("../images/melt 01 - after element.svg");
  }
.home-really-melt--right {
    right: clamp(4.5rem, 9vw, 10rem);
    width: clamp(14.5rem, 19vw, 19.8rem);
    aspect-ratio: 317 / 64;
    background-image: url("../images/melt 02.svg");
  }
.home-sticky-stack {
    background: #000000;
    color: #ffffff;
  }
.home-sticky-stack-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
  }
.home-sticky-stack-side {
    position: relative;
    min-height: 100%;
  }
.home-sticky-stack-title-anchor {
    position: sticky;
    top: 56vh;
    display: block;
    width: clamp(20rem, 24vw, 27rem);
    height: 0;
    margin-inline: auto;
  }
.home-sticky-stack-column {
    position: relative;
    padding-bottom: 4rem;
    background: #000000;
  }
.sticky-stack-card {
    --sticky-stack-title-height: clamp(4.75rem, 4.1rem + 1.25vw, 6rem);
    position: sticky;
    top: 0;
    z-index: 1;
    background: #000000;
    padding-top: 0.55rem;
    padding-bottom: 6.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
.sticky-stack-card:nth-of-type(1) {
    top: 0;
    z-index: 1;
  }
.sticky-stack-card:nth-of-type(2) {
    top: var(--sticky-stack-title-height);
    z-index: 2;
  }
.sticky-stack-card:nth-of-type(3) {
    top: calc(var(--sticky-stack-title-height) * 2);
    z-index: 3;
  }
.sticky-stack-card:nth-of-type(4) {
    top: calc(var(--sticky-stack-title-height) * 3);
    z-index: 4;
  }
.sticky-stack-card-header {
    display: flex;
    align-items: flex-start;
    min-height: var(--sticky-stack-title-height);
    padding: 0 0 0.8rem;
    background: transparent;
  }
.sticky-stack-card-title {
    max-width: min(100%, 34rem);
    font-size: clamp(1.05rem, 0.94rem + 0.45vw, 1.375rem);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.98);
    text-wrap: pretty;
  }
.sticky-stack-card-title::before {
    content: none;
  }
.sticky-stack-card-figure {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 0;
    min-height: 25rem;
    padding: 50px;
    overflow: hidden;
    isolation: isolate;
    background: #101010;
  }
.sticky-stack-card-image {
    position: absolute;
    display: block;
    height: auto;
    max-width: none;
    pointer-events: none;
    mix-blend-mode: normal;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 1;
  }
.sticky-stack-card-figure--brief .sticky-stack-card-image {
    top: -0.35rem;
    right: -4.5%;
    width: 61%;
  }
.sticky-stack-card-figure--question .sticky-stack-card-image {
    top: -0.85rem;
    right: -8.5%;
    width: 64%;
  }
.sticky-stack-card-figure--craft .sticky-stack-card-image {
    right: -8%;
    bottom: -17%;
    width: 52%;
  }
.sticky-stack-card-figure--outcome .sticky-stack-card-image {
    top: -0.35rem;
    right: -8%;
    width: 63%;
  }
.sticky-stack-card-caption {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: clamp(0.65rem, 0.85vw, 0.95rem);
    width: 60%;
    padding-right: clamp(0.25rem, 0.65vw, 0.6rem);
  }
.sticky-stack-card-caption p {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.44);
    text-wrap: pretty;
  }
.sticky-stack-card-caption p:last-child {
    color: rgba(255, 255, 255, 0.56);
  }
.sticky-stack-card-truth {
    color: #cccccc !important;
  }
.home-momentum {
    position: relative;
    background: #000000;
    color: #ffffff;
    overflow: clip;
  }
.home-momentum::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      center top / cover no-repeat url("../images/bg-grid.svg"),
      linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 100%);
    opacity: 0.96;
    pointer-events: none;
  }
.home-momentum-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1920px);
    margin-inline: auto;
    padding: clamp(6rem, 9vw, 8rem) clamp(1.25rem, 6vw, 4rem) clamp(6.5rem, 9vw, 8.5rem);
  }
.home-momentum-header {
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    text-align: center;
  }
.home-momentum-title {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0 0.2em;
    flex-wrap: wrap;
    font-size: clamp(2.8rem, 1.35rem + 2.7vw, 4.45rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
    text-transform: none;
  }
.home-momentum-title-muted {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
  }
.home-momentum-title-strong {
    font-weight: 800;
    color: #ffffff;
  }
.home-momentum-copy {
    max-width: 34rem;
    font-size: clamp(1rem, 0.88rem + 0.2vw, 1.12rem);
    font-weight: 300;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.74);
  }
.momentum-stage {
    position: relative;
    width: min(100%, 1200px);
    height: clamp(28rem, 42vw, 41rem);
    margin: clamp(2.4rem, 4vw, 3.2rem) auto 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
    isolation: isolate;
  }
.momentum-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      center / cover no-repeat url("../images/bg-grid.svg"),
      radial-gradient(60% 82% at 50% 50%, rgba(1, 28, 38, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.95;
    pointer-events: none;
  }
.momentum-curve {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
.momentum-curve path {
    fill: none;
    stroke: #dcf166;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 0.22rem rgba(220, 241, 102, 0.26));
  }
.momentum-arrow {
    --arrow-progress: 0;
    --arrow-x: 0%;
    --arrow-y: 0%;
    --arrow-rotation: 0deg;
    position: absolute;
    z-index: 2;
    width: 0.78rem;
    aspect-ratio: 12 / 17;
    left: var(--arrow-x);
    top: var(--arrow-y);
    background: center / contain no-repeat url("../images/line-arrow-grid-section.svg");
    opacity: calc(var(--arrow-progress) * 1.05);
    transform:
      translate(-50%, calc(-50% + ((1 - var(--arrow-progress)) * 0.45rem)))
      scale(calc(0.72 + (var(--arrow-progress) * 0.28)))
      rotate(var(--arrow-rotation));
    transform-origin: center;
    will-change: transform, opacity;
    pointer-events: none;
  }
.momentum-arrow--one {
  }
.momentum-arrow--two {
  }
.momentum-arrow--three {
  }
.momentum-arrow--four {
  }
.momentum-arrow--five {
  }
.momentum-node {
    --node-line-height: 1.5rem;
    --card-progress: 0;
    position: absolute;
    left: var(--node-left);
    top: var(--node-top);
    z-index: 3;
    display: grid;
    justify-items: center;
    opacity: calc(var(--card-progress) * 1.08);
    transform:
      translate3d(
        -50%,
        calc((1 - var(--card-progress)) * 1.5rem),
        0
      )
      scale(calc(0.9 + (var(--card-progress) * 0.1)));
    transform-origin: center top;
    will-change: transform, opacity;
  }
.momentum-node--product {
    --node-left: 8.75%;
    --node-top: 30.2%;
  }
.momentum-node--story {
    --node-left: 25.25%;
    --node-top: 25.2%;
  }
.momentum-node--media {
    --node-left: 41.75%;
    --node-top: 21.8%;
  }
.momentum-node--authority {
    --node-left: 58.25%;
    --node-top: 18.3%;
  }
.momentum-node--search {
    --node-left: 74.75%;
    --node-top: 15%;
  }
.momentum-node--growth {
    --node-left: 91.25%;
    --node-top: 12.2%;
  }
.momentum-card {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.65rem;
    width: clamp(6.6rem, 6.8vw, 7.35rem);
    min-height: clamp(6.6rem, 7.2vw, 7.35rem);
    padding: 0.95rem 0.72rem;
    border: 1px solid #1c647e;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #000b0e 0%, #011c26 100%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    text-align: center;
  }
.momentum-card-icon {
    width: 2.2rem;
    height: 2.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
.momentum-card-title {
    width: 100%;
    margin: 0;
    font-size: clamp(1.15rem, 0.92rem + 0.26vw, 1.35rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: rgba(249, 249, 251, 0.96);
    text-align: center;
  }
.momentum-node-line {
    width: 1px;
    height: max(1.5rem, var(--node-line-height));
    margin-top: 0;
    background:
      repeating-linear-gradient(
        to bottom,
        rgba(220, 241, 102, 0.82) 0 0.35rem,
        transparent 0.35rem 0.62rem
      );
    opacity: calc(var(--card-progress) * 0.9);
    transform: scaleY(var(--card-progress));
    transform-origin: top center;
    will-change: transform, opacity;
  }
.home-recall {
    position: relative;
    background:
      #000000
      center bottom / cover no-repeat url("../images/above-footer-bg.png");
    color: #ffffff;
    overflow: clip;
  }
.home-recall-shell {
    width: min(100%, 1920px);
    min-height: clamp(70rem, 112vh, 79rem);
    margin-inline: auto;
    padding: clamp(7rem, 10vh, 8.5rem) clamp(1.25rem, 7vw, 9.375rem) clamp(7rem, 12vh, 9rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.5rem;
  }
.home-recall-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(19rem, 0.86fr);
    align-items: start;
    gap: clamp(2rem, 4vw, 4.5rem);
  }
.home-recall-primary {
    max-width: 41rem;
  }
.home-recall-title {
    font-size: clamp(3.45rem, 1.9rem + 3.45vw, 5rem);
    font-weight: 300;
    line-height: 0.94;
    letter-spacing: -0.05em;
    color: #f9f9fb;
    text-wrap: balance;
  }
.home-recall-title-strong {
    display: block;
    font-weight: 400;
  }
.home-recall-word {
    position: relative;
    display: inline-block;
    color: #d9ef53;
  }
.home-recall-word::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 0.35rem);
    width: clamp(8rem, 11vw, 9.3rem);
    aspect-ratio: 231 / 18;
    background: center / contain no-repeat url("../images/recall-bottom-line.svg");
    transform: translateX(-50%);
    pointer-events: none;
  }
.home-recall-map {
    margin-top: clamp(3rem, 6vh, 5rem);
    display: grid;
    grid-template-columns: auto minmax(10rem, clamp(11rem, 17vw, 14rem)) auto;
    align-items: end;
    -moz-column-gap: clamp(1rem, 1.8vw, 1.45rem);
         column-gap: clamp(1rem, 1.8vw, 1.45rem);
    color: rgba(249, 249, 251, 0.42);
  }
.home-recall-map-left,
  .home-recall-map-right {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: clamp(0.92rem, 0.74rem + 0.22vw, 1.06rem);
    font-weight: 500;
    line-height: 1.35;
  }
.home-recall-map-left {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 0.12rem;
  }
.home-recall-map-left span:nth-child(-n + 2) {
    opacity: 0.4;
    filter: blur(1.5px);
  }
.home-recall-map-left span:nth-child(3) {
    opacity: 0.4;
    filter: none;
  }
.home-recall-map-right {
    color: rgba(249, 249, 251, 0.9);
    align-items: flex-start;
    text-align: left;
  }
.home-recall-map-curve {
    width: 100%;
    height: clamp(2.75rem, 4vw, 3.45rem);
    background: center / contain no-repeat url("../images/between-line.svg");
    opacity: 0.95;
    align-self: end;
    transform: translateY(-0.08rem);
  }
.home-recall-secondary {
    padding-left: clamp(2rem, 3vw, 3rem);
    border-left: 1px solid #ffffff33;
  }
.home-recall-copy {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    max-width: 19.5rem;
    font-size: clamp(1.05rem, 0.9rem + 0.18vw, 1.16rem);
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: -0.02em;
    color: rgba(249, 249, 251, 0.92);
  }
.home-recall-divider {
    width: 100%;
    max-width: none;
    height: 1px;
    margin: 1.9rem 0 1.65rem;
    background: rgba(255, 255, 255, 0.2);
  }
.home-recall-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #f9f9fb;
  }
.home-recall-cta-icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border: 1px solid #ffffff33;
    border-radius: 999px;
    background: center / 1.15rem auto no-repeat url("../images/color-arrow.svg");
  }
.home-recall-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
  }
.home-recall-cta-label {
    font-size: clamp(0.95rem, 0.83rem + 0.18vw, 1.06rem);
    font-weight: 400;
    line-height: 1.25;
    color: rgba(249, 249, 251, 0.82);
  }
.home-recall-cta-title {
    font-size: clamp(2.2rem, 1.4rem + 1.55vw, 3.05rem);
    font-weight: 300;
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #f9f9fb;
  }
.home-recall-bottom-title {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    font-size: clamp(2.35rem, 1.2rem + 2.1vw, 3.95rem);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -0.05em;
    background: radial-gradient(
      50.73% 166.67% at 50.76% 100%,
      #f9f9fb 0%,
      rgba(249, 249, 251, 0.3) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-wrap: balance;
  }
.home-recall-bottom-title span {
    display: block;
    white-space: nowrap;
  }
.home-recall-bottom-line {
    display: block;
  }
@media (max-width: 767px) {
    .site-header.site-header--overlay {
      width: 100%;
    }

    .site-header.site-header--overlay .header-inner {
      padding-top: 1.1rem;
    }

    .page-home .header-inner {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }

    .home-hero {
      --home-hero-stage-height: min(54rem, calc(100svh + 4rem));
      --home-hero-scroll-length: 155vh;
      --home-hero-viewport-offset: max(0px, calc(var(--home-hero-stage-height) - 100svh));
    }

    .home-hero-copy {
      align-content: center;
      padding-top: max(7rem, 14svh);
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      padding-bottom: 7.5rem;
    }

    .home-hero-title {
      display: grid;
      width: 100%;
      max-width: 100%;
      justify-items: center;
      font-size: clamp(1.55rem, 7vw, 1.75rem);
      line-height: 0.95;
      text-align: center;
      letter-spacing: -0.055em;
    }

    .home-hero-title-line {
      white-space: nowrap;
    }

    .home-hero-title-accent {
      margin-left: 0.15rem;
      font-size: clamp(0.95rem, 4vw, 1.1rem);
    }

    .home-hero-description {
      max-width: 18.5rem;
      margin-top: 1.35rem;
      font-size: clamp(1rem, 4.4vw, 1.12rem);
      line-height: 1.55;
    }

    .home-hero-distance {
      padding-inline: 0.45em;
    }

    .home-hero-scroll-cue {
      bottom: 2rem;
    }

    .home-hero-scroll-mouse {
      width: 1.7rem;
      height: 2.85rem;
    }

    .home-hero-scroll-dot {
      margin-top: 0.42rem;
    }

    .home-conviction-stage {
      --conviction-height: min(54rem, calc(100svh + 100px));
      height: var(--conviction-height);
      padding: 7rem 0.9rem 4.5rem;
    }

    .home-conviction-title {
      max-width: 8.9ch;
      font-size: clamp(1.95rem, 7.6vw, 3rem);
      line-height: 0.95;
    }

    .conviction-spark {
      width: 0.85rem;
      height: 0.85rem;
      margin-left: 0.14em;
    }

    .conviction-card {
      --card-size-scale: 0.8;
      width: clamp(10.75rem, 42vw, 13.25rem);
      padding: 0.85rem;
      border-radius: 1.2rem;
      box-shadow: 0 5px 0 rgba(255, 255, 255, 0.16), 0 16px 24px rgba(0, 0, 0, 0.28);
    }

    .conviction-card[data-reveal-origin="left"] {
      clip-path: inset(
        calc((1 - var(--card-reveal-progress)) * 100%)
        calc((1 - var(--card-reveal-progress)) * 100%)
        0
        0
        round 1.2rem
      );
    }

    .conviction-card[data-reveal-origin="right"] {
      clip-path: inset(
        calc((1 - var(--card-reveal-progress)) * 100%)
        0
        0
        calc((1 - var(--card-reveal-progress)) * 100%)
        round 1.2rem
      );
    }

    .conviction-card--blue {
      top: 12%;
      left: 3%;
    }

    .conviction-card--lime {
      top: 11.5%;
      right: 3%;
    }

    .conviction-card--paper {
      top: 60%;
      right: 2%;
    }

    .conviction-card--lime-deep {
      top: auto;
      right: auto;
      left: 6%;
      bottom: 10%;
    }

    .conviction-card-title {
      font-size: 0.92rem;
      line-height: 1.13;
    }

    .conviction-card-copy {
      margin-top: 0.55rem;
      font-size: 0.74rem;
      line-height: 1.16;
    }

    .home-stories-shell {
      padding: 4.75rem 1rem 4.5rem;
    }

    .home-what-we-do-shell {
      grid-template-columns: 1fr;
      gap: 2.4rem;
      padding: 4.75rem 20px 4.5rem;
    }

    .what-we-do-copy {
      max-width: 100%;
      margin-inline: auto;
      text-align: center;
    }

    .what-we-do-title {
      margin-top: 2.6rem;
      font-size: clamp(2.75rem, 12vw, 4.25rem);
      line-height: 0.92;
    }

    .what-we-do-description {
      gap: 0.1rem;
      max-width: 16rem;
      font-size: 1rem;
      margin-inline: auto;
      text-align: center;
    }

    .what-we-do-visual {
      order: 2;
      width: min(100%, 24rem);
      aspect-ratio: 25 / 33;
    }

    .what-we-do-visual-core {
      width: 86%;
      height: 88%;
    }

    .what-we-do-light {
      left: 49.5%;
      top: 37.2%;
      width: 144%;
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .what-we-do-strokes {
      transform: rotate(90deg);
    }

    .what-we-do-points {
      order: 3;
      gap: 0;
    }

    .what-we-do-point {
      grid-template-columns: minmax(0, 1fr);
      gap: 1rem;
      padding: 1.35rem 0;
    }

    .what-we-do-point-head {
      gap: 0.9rem;
    }

    .what-we-do-point-icon {
      width: 2.9rem;
    }

    .what-we-do-point-title {
      font-size: 1.22rem;
    }

    .what-we-do-point-rule {
      width: 2rem;
    }

    .what-we-do-point-copy {
      max-width: 17rem;
      font-size: 0.98rem;
    }

    .home-stories-title {
      display: inline-grid;
      gap: 0.05em;
      max-width: none;
      padding-bottom: 2.9rem;
      font-size: clamp(1.95rem, 8.2vw, 2.7rem);
      line-height: 0.98;
    }

    .home-stories-title::after {
      width: clamp(6.2rem, 28vw, 7.15rem);
      transform: translateX(-50%);
    }

    .stories-grid {
      margin-top: 4.5rem;
      grid-template-columns: 1fr;
    }

    .story-card {
      min-height: 9.5rem;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .story-card:last-of-type {
      border-bottom: 0;
    }

    .story-card-body {
      gap: 1rem;
      padding: 1.5rem 1.25rem;
    }

    .story-card-icon {
      width: 2.9rem;
      height: 2.55rem;
    }

    .story-card-label {
      font-size: 0.95rem;
    }

    .story-card-title {
      font-size: 1.28rem;
    }

    .stories-summary {
      border-top: 1px solid rgba(255, 255, 255, 0.18);
      padding-inline: 1.25rem;
      padding-bottom: 1.2rem;
    }

    .stories-summary-copy {
      font-size: 0.98rem;
      line-height: 1.5;
    }

    .home-understand-shell {
      padding: 4.75rem 20px 4.5rem;
    }

    .home-understand-title {
      width: 100%;
      max-width: 100%;
      font-size: clamp(1.75rem, 7.1vw, 2.55rem);
      line-height: 0.94;
    }

    .understand-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-top: 2.5rem;
    }

    .understand-card {
      min-height: auto;
      gap: 1rem;
      padding: 25px;
      border-radius: 1.2rem;
    }

    .understand-card-icon {
      width: 3.5rem;
      height: 3.5rem;
    }

    .understand-card-icon img,
    .understand-card-icon svg {
      width: 1.45rem;
      height: 1.45rem;
    }

    .understand-card-title {
      font-size: 1.28rem;
    }

    .understand-card-copy {
      max-width: none;
      font-size: 0.98rem;
      line-height: 1.42;
    }

    .understand-footnote {
      gap: 0.45rem;
      margin-top: 1.75rem;
      font-size: 0.98rem;
      line-height: 1.5;
    }

    .understand-footnote-icon {
      width: 1.9rem;
    }

    .home-systems-shell {
      padding: 4.5rem 1rem 4.75rem;
    }

    .home-systems-header {
      width: 100%;
    }

    .home-systems-title {
      width: 100%;
      max-width: 100%;
      font-size: clamp(1.75rem, 7.1vw, 2.55rem);
      line-height: 0.94;
    }

    .home-systems-line {
      white-space: nowrap;
    }

    .systems-stage {
      height: 23.5rem;
      margin-top: 2.5rem;
    }

    .gravity-card {
      width: clamp(9.75rem, 31vw, 11.25rem);
      border-radius: 1.15rem;
    }

    .gravity-card-top {
      gap: 0.8rem;
      padding: 1rem 0.95rem 3.85rem;
    }

    .gravity-card-icon {
      width: 2rem;
    }

    .gravity-card-title {
      font-size: 0.96rem;
      line-height: 1.06;
    }

    .gravity-card-helper {
      font-size: 0.72rem;
    }

    .gravity-card-pill-list {
      gap: 0.4rem;
    }

    .gravity-card-pill {
      min-height: 1.55rem;
      padding: 0.26rem 0.55rem;
      font-size: 0.64rem;
    }

    .gravity-card-bottom {
      padding: 0.9rem 0.95rem 0.85rem;
    }

    .gravity-card-bottom-copy {
      font-size: 0.78rem;
      line-height: 1.28;
    }

    .home-work-shell {
      padding: 4.75rem 1rem 4.5rem;
    }

    .home-work-title {
      width: 100%;
      padding-top: 4.9rem;
      font-size: clamp(2.15rem, 8.1vw, 3.2rem);
      line-height: 0.96;
    }

    .home-work-title::after {
      top: 0;
      right: 50%;
      width: clamp(9rem, 55vw, 12rem);
      transform: translateX(50%);
    }

    .home-work-cta {
      display: grid;
      justify-items: start;
      gap: 1rem;
      margin-top: 1.9rem;
    }

    .home-work-copy {
      max-width: 23rem;
      font-size: 0.98rem;
      line-height: 1.6;
    }

    .home-work-button {
      min-height: 3.45rem;
      padding-inline: 1.45rem;
      font-size: 0.96rem;
    }

    .case-row,
    .case-row--feature,
    .case-row--trust,
    .case-row--product,
    .case-row--manufacturing {
      grid-template-columns: 1fr;
      justify-content: stretch;
    }

    .case-cell {
      min-height: auto;
    }

    .case-cell + .case-cell {
      border-left: 0;
      border-top: 1px solid var(--case-border-color);
    }

    .case-cell--blank {
      display: none;
    }

    .case-row .case-cell--visual {
      order: 1;
      padding: 0.95rem;
      border-top: 0;
    }

    .case-row .case-cell--content {
      order: 2;
      padding: 1.5rem 1.2rem 1.65rem;
      border-left: 0;
      border-top: 1px solid var(--case-border-color);
    }

    .case-copy,
    .case-copy--feature {
      max-width: none;
    }

    .case-title {
      font-size: clamp(1.55rem, 6.6vw, 2.05rem);
      line-height: 1.06;
    }

    .home-case-studies {
      --case-toggle-size: 3.85rem;
      --case-detail-open-width: calc(100% - 1.4rem);
    }

    .case-metrics {
      gap: 0.4rem 0.3rem;
      margin-top: 1rem;
    }

    .case-metric {
      font-size: 0.8rem;
      white-space: normal;
    }

    .case-arrow {
      width: 2rem;
      height: 1.36rem;
    }

    .case-points {
      gap: 0.45rem;
    }

    .case-points li {
      font-size: 0.88rem;
      line-height: 1.55;
    }

    .case-visual {
      min-height: 18rem;
    }

    .case-visual.is-open {
      min-height: 25rem;
    }

    .case-detail-surface {
      right: 0.7rem;
      bottom: 0.7rem;
    }

    .case-detail-label {
      font-size: 0.78rem;
    }

    .case-detail-copy {
      font-size: 0.94rem;
      line-height: 1.42;
    }

    .home-really-shell {
      min-height: 36rem;
      padding: 8rem 1rem 4rem;
      align-items: center;
    }

    .home-really-copy {
      max-width: 18rem;
      margin-inline: auto;
      text-align: center;
    }

    .home-really-title-frame {
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
    }

    .home-really-title {
      font-size: clamp(3rem, 11.5vw, 5.8rem);
      line-height: 0.92;
    }

    .home-really-melt--left {
      left: 0.75rem;
      width: clamp(9.5rem, 42vw, 12.5rem);
    }

    .home-really-melt--left::after {
      left: 2.75rem;
      top: calc(100% + 0.55rem);
      width: clamp(9.75rem, 44vw, 13.25rem);
    }

    .home-really-melt--right {
      right: 0.5rem;
      width: clamp(10rem, 44vw, 13rem);
    }

    .home-sticky-stack-shell {
      display: block;
      padding: 0 1rem 3.5rem;
    }

    .home-sticky-stack-side {
      display: none;
    }

    .home-sticky-stack-column {
      width: min(100%, 28rem);
      margin-inline: auto;
      padding-bottom: 0;
      gap: 100px;
      display: flex;
      flex-flow: column;
    }

    .sticky-stack-card {
      position: static;
      min-height: auto;
      padding-top: 0.65rem;
      padding-bottom: 0;
      border-top-color: rgba(255, 255, 255, 0.14);
    }

    .sticky-stack-card-header {
      padding: 0 0 0.6rem;
    }

    .sticky-stack-card-title {
      max-width: none;
      font-size: clamp(1rem, 0.94rem + 0.3vw, 1.18rem);
      line-height: 1.3;
    }

    .sticky-stack-card-figure {
      min-height: 19rem;
      padding: 40px;
    }

    .sticky-stack-card-caption {
      width: 100%;
      gap: 0.7rem;
    }

    .sticky-stack-card-caption p {
      font-size: 18px;
      line-height: 1.26;
    }

    .sticky-stack-card-figure--brief .sticky-stack-card-image {
      width: 56%;
      right: -0.55rem;
    }

    .sticky-stack-card-figure--question .sticky-stack-card-image {
      top: -0.55rem;
      width: 60%;
      right: -0.9rem;
    }

    .sticky-stack-card-figure--craft .sticky-stack-card-image {
      bottom: -0.85rem;
      width: 47%;
      right: -0.6rem;
    }

    .sticky-stack-card-figure--outcome .sticky-stack-card-image {
      top: -0.25rem;
      width: 59%;
      right: -0.8rem;
    }

    .home-momentum-shell {
      padding: 5.25rem 1rem 5.75rem;
    }

    .home-momentum-title {
      max-width: 11ch;
      font-size: clamp(2.15rem, 8vw, 3rem);
      line-height: 0.98;
    }

    .home-momentum-copy {
      max-width: 18rem;
      font-size: 0.96rem;
      line-height: 1.45;
    }

    .momentum-stage {
      display: grid;
      width: min(100%, 18rem);
      height: auto;
      margin-top: 2.1rem;
      padding: 1rem 0 0.75rem;
      gap: 1rem;
      border: 0;
      box-shadow: none;
      overflow: visible;
      justify-items: center;
    }

    .momentum-stage::before {
      left: 50%;
      right: auto;
      top: 0.75rem;
      bottom: 0.75rem;
      width: 1px;
      height: auto;
      background:
        repeating-linear-gradient(
          to bottom,
          rgba(220, 241, 102, 0.82) 0 0.4rem,
          transparent 0.4rem 0.82rem
        );
      transform: translateX(-50%);
      opacity: 0.55;
    }

    .momentum-curve,
    .momentum-arrow,
    .momentum-node-line {
      display: none;
    }

    .momentum-node {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      opacity: 1;
      transform: none;
    }

    .momentum-card {
      position: relative;
      width: min(100%, 13.2rem);
      min-height: 6.6rem;
      gap: 0.65rem;
      padding: 0.95rem 0.8rem 0.88rem;
    }

    .momentum-card::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -1rem;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 999px;
      border: 1px solid #dcf166;
      background: #03171d;
      transform: translateX(-50%);
    }

    .momentum-node:first-of-type .momentum-card::before {
      display: none;
    }

    .momentum-card-title {
      font-size: 1.06rem;
    }

    .home-recall {
      background-position: center bottom;
      background-size: cover;
    }

    .home-recall-shell {
      min-height: 58rem;
      padding: 6rem 1rem 7rem;
      gap: 3.5rem;
    }

    .home-recall-grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 3rem;
    }

    .home-recall-primary {
      max-width: 20rem;
    }

    .home-recall-title {
      font-size: clamp(2.65rem, 7.9vw, 4.2rem);
      line-height: 0.98;
    }

    .home-recall-word::after {
      width: clamp(7rem, 30vw, 8.5rem);
    }

    .home-recall-map {
      grid-template-columns: auto 1fr;
      align-items: end;
      -moz-column-gap: 0.9rem;
           column-gap: 0.9rem;
      row-gap: 0.5rem;
      margin-top: 2.5rem;
    }

    .home-recall-map-left {
      grid-column: 1;
      grid-row: 1;
    }

    .home-recall-map-right {
      grid-column: 2;
      grid-row: 1;
    }

    .home-recall-map-curve {
      grid-column: 1 / span 2;
      grid-row: 2;
      width: 8rem;
      height: 2rem;
      margin-left: 3.7rem;
    }

    .home-recall-secondary {
      padding-left: 0;
      padding-top: 2rem;
      border-left: 0;
      border-top: 1px solid #ffffff33;
    }

    .home-recall-copy {
      max-width: 18rem;
      gap: 1.25rem;
      font-size: 0.98rem;
    }

    .home-recall-divider {
      max-width: 100%;
      margin: 1.5rem 0 1.35rem;
    }

    .home-recall-cta-title {
      font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .home-recall-bottom-title {
      width: auto;
      max-width: 12ch;
      font-size: clamp(2rem, 8vw, 3rem);
    }

    .home-recall-bottom-title span {
      white-space: normal;
    }
  }
.site-footer {
  margin-top: auto;
    background: #f9f9fb;
    color: #0f172a;
    position: relative;
    overflow: clip;
    padding: clamp(4rem, 8vh, 5.5rem) 0 1.7rem;
}
.footer-watermark {
    position: absolute;
    inset: -0.75rem 0 auto auto;
    font-size: clamp(18rem, 38vw, 41rem);
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.08em;
    color: rgba(15, 23, 42, 0.03);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.footer-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.45fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: start;
  }
.footer-intro {
    max-width: 26rem;
  }
.footer-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #111827;
  }
.footer-description {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: rgba(75, 85, 99, 0.86);
  }
.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3.5rem);
  }
.footer-column {
    min-width: 0;
  }
.footer-column-heading {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #111827;
  }
.footer-link-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.78rem;
  }
.footer-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.025em;
    transition: color 180ms ease;
    color: rgba(75, 85, 99, 0.84);
  }
.footer-link:hover {
    color: #0f172a;
  }
.footer-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
  }
.footer-link--disabled {
    cursor: default;
  }
.footer-link--disabled::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.45rem);
    padding: 0.35rem 0.55rem;
    border-radius: 0.45rem;
    background: rgba(15, 23, 42, 0.94);
    color: #ffffff;
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.2rem);
    transition: opacity 160ms ease, transform 160ms ease;
  }
.footer-link--disabled:hover::after,
  .footer-link--disabled:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
  }
.footer-link--disabled:focus-visible {
    outline: 2px solid rgba(15, 23, 42, 0.18);
    outline-offset: 0.2rem;
  }
.footer-legal {
    position: relative;
    z-index: 1;
    margin-top: clamp(5.5rem, 10vh, 8rem);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: rgba(107, 114, 128, 0.9);
  }
@media (max-width: 767px) {
    .site-footer {
      padding: 3.75rem 0 1.5rem;
    }

    .footer-watermark {
      inset: 0 0 auto auto;
      font-size: clamp(9rem, 38vw, 14rem);
    }

    .footer-layout {
      grid-template-columns: minmax(0, 1fr);
      gap: 2.75rem;
    }

    .footer-intro {
      max-width: 20rem;
    }

    .footer-title {
      font-size: 1.25rem;
    }

    .footer-description {
      font-size: 1rem;
      line-height: 1.25;
    }

    .footer-columns {
      grid-template-columns: minmax(0, 1fr);
      gap: 2rem;
    }

    .footer-column-heading {
      font-size: 1.25rem;
    }

    .footer-link {
      font-size: 1rem;
    }

    .footer-legal {
      margin-top: 3.5rem;
      font-size: 1rem;
    }
  }
@media (min-width: 768px) and (max-width: 1199px) {
    .footer-layout {
      grid-template-columns: minmax(0, 1fr);
      gap: 3.5rem;
    }

    .footer-columns {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2rem;
    }

    .footer-watermark {
      font-size: clamp(13rem, 32vw, 22rem);
    }
  }
@media (min-width: 768px) {
    .menu-grid {
      grid-template-columns: minmax(0, 65fr) minmax(20rem, 35fr);
      gap: 3rem;
    }

    .menu-shell {
      padding: 7rem clamp(3rem, 7vw, 9.375rem) 2.5rem;
    }

    .menu-secondary {
      padding-top: 0;
      padding-left: clamp(1.75rem, 3vw, 3.5rem);
      border-top: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
  }
@media (min-width: 768px) and (max-width: 1199px) {
    .home-hero {
      --home-hero-scroll-length: 190vh;
    }

    .home-hero-copy {
      padding-top: clamp(7.5rem, 12vh, 9rem);
      padding-bottom: clamp(8rem, 14vh, 10rem);
    }

    .home-hero-description {
      max-width: 34rem;
    }

    .home-conviction-title {
      max-width: 12.5ch;
    }

    .conviction-card {
      width: clamp(13rem, 21vw, 15.5rem);
    }

    .conviction-card--blue {
      left: 8%;
      top: 14%;
    }

    .conviction-card--lime {
      right: 9%;
      top: 13%;
    }

    .conviction-card--paper {
      right: 2.5%;
      top: 44%;
    }

    .conviction-card--lime-deep {
      top: auto;
      right: auto;
      left: 10%;
      bottom: 16%;
    }

    .home-stories-shell {
      padding-inline: clamp(1.5rem, 4vw, 2rem);
    }

    .home-what-we-do-shell {
      grid-template-columns: minmax(0, 0.88fr) minmax(14.5rem, 22vw) minmax(0, 1fr);
      gap: clamp(1rem, 2.4vw, 2rem);
      padding-inline: clamp(1.5rem, 4vw, 2rem);
    }

    .what-we-do-title {
      font-size: clamp(2.8rem, 4.9vw, 4rem);
    }

    .what-we-do-point {
      grid-template-columns: minmax(0, 9.2rem) minmax(1.25rem, 2rem) minmax(0, 11rem);
      gap: 0.9rem;
    }

    .what-we-do-point-head {
      gap: 0.8rem;
    }

    .what-we-do-point-icon {
      width: 3rem;
    }

    .what-we-do-point-title {
      font-size: 1.06rem;
    }

    .what-we-do-point-copy {
      font-size: 0.92rem;
      line-height: 1.34;
    }

    .home-stories-title {
      max-width: 20ch;
    }

    .stories-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-card {
      min-height: 10.75rem;
    }

    .story-card:nth-of-type(2) {
      border-right: 0;
    }

    .story-card:nth-of-type(3) {
      grid-column: 1 / -1;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
      border-right: 0;
    }

    .stories-summary {
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .home-understand-title {
      max-width: 14ch;
    }

    .understand-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.95rem;
    }

    .understand-card {
      min-height: 18.25rem;
      gap: 1.1rem;
      padding: 25px;
    }

    .understand-card:nth-child(4) {
      grid-column: 1 / 2;
    }

    .understand-card:nth-child(5) {
      grid-column: 2 / 4;
    }

    .understand-card-title {
      font-size: 1.18rem;
    }

    .understand-card-copy {
      max-width: none;
      font-size: 0.9rem;
      line-height: 1.38;
    }

    .understand-footnote {
      max-width: 40rem;
      margin-inline: auto;
    }

    .home-systems-title {
      max-width: 11.5ch;
    }

    .systems-stage {
      height: clamp(24rem, 37vw, 29rem);
      width: min(100%, 56rem);
    }

    .gravity-card {
      width: clamp(12rem, 22vw, 15.25rem);
    }

    .gravity-card-top {
      padding: 1.2rem 1.15rem 1rem;
    }

    .gravity-card-title {
      font-size: 1.16rem;
    }

    .gravity-card-pill {
      font-size: 0.76rem;
    }

    .gravity-card-bottom-copy {
      font-size: 0.86rem;
    }

    .home-distribution-main {
      grid-template-columns: minmax(0, 30rem) minmax(0, 25.125rem);
      gap: 2.5rem;
      padding-inline: 72px;
    }

    .distribution-copy {
      padding-top: 112px;
    }

    .home-distribution-title {
      font-size: 56px;
    }

    .home-distribution-description {
      max-width: 24rem;
      font-size: 22px;
    }

    .distribution-panel {
      padding: 18px 16px 14px;
    }

    .distribution-panel-label {
      min-width: 1.5rem;
      height: 1.2rem;
      font-size: 12px;
    }

    .distribution-panel-title {
      font-size: 22px;
    }

    .distribution-panel-copy {
      margin-top: 0.82rem;
      font-size: 12px;
    }

    .distribution-panel-celebration {
      right: -2.35rem;
      width: 4rem;
    }

    .distribution-footnote-copy {
      font-size: 24px;
    }

    .distribution-dots {
      width: clamp(14rem, 28vw, 20rem);
    }

    .home-work-title {
      width: 100%;
      padding-top: 4.8rem;
    }

    .home-work-title::after {
      top: 0;
      right: 0.75rem;
      width: clamp(12rem, 20vw, 15rem);
    }

    .home-work-copy {
      max-width: 34rem;
    }

    .case-row--feature {
      grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
    }

    .case-row--trust,
    .case-row--product,
    .case-row--manufacturing {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .case-row--trust .case-cell--blank,
    .case-row--product .case-cell--blank,
    .case-row--manufacturing .case-cell--blank {
      display: none;
    }

    .case-row--trust .case-cell--content {
      border-left: 0;
    }

    .case-cell--content {
      padding: 2.2rem 2rem;
    }

    .home-case-studies {
      --case-detail-open-width: min(30rem, calc(100% - 1.6rem));
    }

    .case-copy {
      max-width: 22rem;
    }

    .case-title {
      font-size: clamp(1.65rem, 1.1rem + 1.1vw, 2.2rem);
    }

    .case-visual {
      min-height: 15.5rem;
    }

    .home-really-shell {
      min-height: 42rem;
      padding-top: 8.5rem;
      align-items: center;
    }

    .home-really-copy {
      max-width: 34rem;
    }

    .home-really-title-frame {
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
    }

    .home-really-title {
      font-size: clamp(4.25rem, 2.9rem + 4.6vw, 7.25rem);
    }

    .home-really-melt--left {
      left: 2rem;
      width: clamp(12rem, 18vw, 15rem);
    }

    .home-really-melt--left::after {
      left: 4.2rem;
      width: clamp(12rem, 18vw, 15rem);
    }

    .home-really-melt--right {
      right: 1.5rem;
      width: clamp(12rem, 19vw, 15.75rem);
    }

    .home-sticky-stack-shell {
      display: block;
      padding: 0 clamp(1.25rem, 4vw, 2rem) 4rem;
    }

    .home-sticky-stack-side {
      display: none;
    }

    .home-sticky-stack-column {
      width: min(100%, 31rem);
      margin-inline: auto;
      padding-bottom: 0;
    }

    .sticky-stack-card {
      position: static;
      min-height: auto;
      padding-top: 0.7rem;
      padding-bottom: 0;
    }

    .sticky-stack-card-header {
      padding: 0 0 0.7rem;
    }

    .sticky-stack-card-title {
      max-width: none;
      font-size: clamp(1.02rem, 0.96rem + 0.38vw, 1.28rem);
      line-height: 1.3;
    }

    .sticky-stack-card-figure {
      min-height: 25rem;
      padding: 50px;
    }

    .sticky-stack-card-caption {
      width: 60%;
      gap: 0.75rem;
    }

    .sticky-stack-card-caption p {
      font-size: 28px;
      line-height: 1.28;
    }

    .sticky-stack-card-figure--brief .sticky-stack-card-image {
      width: 57%;
      right: -0.75rem;
    }

    .sticky-stack-card-figure--question .sticky-stack-card-image {
      top: -0.65rem;
      width: 60%;
      right: -1rem;
    }

    .sticky-stack-card-figure--craft .sticky-stack-card-image {
      bottom: -1rem;
      width: 47%;
      right: -0.5rem;
    }

    .sticky-stack-card-figure--outcome .sticky-stack-card-image {
      top: -0.35rem;
      width: 60%;
      right: -0.95rem;
    }

    .home-momentum-shell {
      padding: 6rem 1.75rem 6.5rem;
    }

    .home-momentum-title {
      font-size: clamp(2.7rem, 2rem + 1.8vw, 3.7rem);
    }

    .momentum-stage {
      height: clamp(27rem, 48vw, 34rem);
    }

    .momentum-card {
      width: clamp(5.75rem, 8vw, 6rem);
      min-height: clamp(5.75rem, 8vw, 6rem);
      padding: 0.78rem 0.62rem;
    }

    .momentum-card-icon {
      width: 1.85rem;
      height: 1.85rem;
    }

    .momentum-card-title {
      font-size: 0.96rem;
    }

    .home-recall-shell {
      min-height: 64rem;
      padding: 7rem 1.75rem 8rem;
    }

    .home-recall-grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 3.5rem;
    }

    .home-recall-primary {
      max-width: 31rem;
    }

    .home-recall-title {
      font-size: clamp(3.5rem, 2.6rem + 2vw, 4.85rem);
    }

    .home-recall-secondary {
      padding-left: 0;
      padding-top: 2.25rem;
      border-left: 0;
      border-top: 1px solid #ffffff33;
    }

    .home-recall-copy {
      max-width: 22rem;
    }

    .home-recall-bottom-title {
      width: auto;
      max-width: 13ch;
      font-size: clamp(2.8rem, 2rem + 1.8vw, 3.8rem);
    }

    .home-recall-bottom-title span {
      white-space: normal;
    }
  }
@media (min-width: 1100px) {
    .case-row {
      height: 70vh;
      min-height: 400px;
    }

    .case-cell {
      min-height: 400px;
      height: 100%;
    }

    .case-visual {
      min-height: 100%;
    }

    .home-recall-map {
      position: relative;
      display: block;
      width: min(100%, 46rem);
      height: clamp(8rem, 10vw, 10rem);
      margin-top: clamp(3rem, 5vh, 4.25rem);
      --recall-curve-left: clamp(10rem, 13vw, 11.4rem);
      --recall-curve-width: clamp(18rem, 23vw, 20.75rem);
      --recall-right-gap: clamp(0.2rem, 0.45vw, 0.45rem);
    }

    .home-recall-map-left,
    .home-recall-map-right {
      position: absolute;
      top: 0;
      gap: 0.95rem;
      line-height: 1.2;
    }

    .home-recall-map-left {
      left: 0;
      padding-bottom: 0;
      transform: translateX(clamp(0.7rem, 1vw, 1.05rem));
    }

    .home-recall-map-right {
      left: calc(
        var(--recall-curve-left) + var(--recall-curve-width) + var(--recall-right-gap)
      );
      color: rgba(249, 249, 251, 0.92);
      transform: translateX(clamp(-0.85rem, -0.75vw, -0.45rem));
    }

    .home-recall-map-curve {
      position: absolute;
      left: var(--recall-curve-left);
      top: clamp(1.8rem, 2.2vw, 2.05rem);
      width: var(--recall-curve-width);
      height: auto;
      aspect-ratio: 349 / 94;
      transform: none;
    }
  }
@media (prefers-reduced-motion: reduce) {
    .case-detail-surface,
    .case-detail-panel,
    .case-detail-toggle-icon {
      transition: none;
    }
  }
@media (max-width: 1099px) {
    .home-distribution-main-wrap::before,
    .home-distribution-main-wrap::after {
      display: none;
    }

    .home-distribution-main {
      grid-template-columns: minmax(0, 1fr);
      gap: 4rem;
      padding: 4.5rem 2.5rem 4.25rem;
    }

    .distribution-copy {
      max-width: 34rem;
      padding-top: 0;
    }

    .home-distribution-line {
      white-space: normal;
    }

    .home-distribution-title {
      font-size: clamp(3rem, 7vw, 4rem);
    }

    .home-distribution-description {
      max-width: 28rem;
      font-size: 22px;
    }

    .distribution-visual {
      margin-inline: auto;
      justify-self: center;
    }

    .distribution-footnote {
      min-height: 0;
      padding: 2.4rem 1rem 2.7rem;
    }

    .distribution-footnote-copy {
      flex-wrap: wrap;
      white-space: normal;
      font-size: 24px;
    }

    .distribution-dots {
      width: clamp(10rem, 26vw, 16rem);
    }

    .systems-stage {
      display: grid;
      width: min(100%, 18rem);
      height: auto;
      gap: 1.2rem;
      margin-top: 2.5rem;
      justify-items: center;
      -webkit-user-select: auto;
         -moz-user-select: auto;
              user-select: auto;
    }

    .gravity-card {
      position: relative;
      top: auto;
      left: auto;
      width: min(100%, 19rem);
      max-width: 100%;
      aspect-ratio: auto;
      height: auto;
      transform: none !important;
      cursor: default;
      touch-action: auto;
    }

    .gravity-card-surface {
      grid-template-rows: auto auto;
      min-height: 0;
    }

    .gravity-card-top {
      min-height: 0;
    }

    .gravity-card-bottom {
      min-height: 0;
    }

    .gravity-card.is-dragging {
      cursor: default;
    }
  }
@media (max-width: 767px) {
    .home-distribution-main {
      gap: 3rem;
      padding: 3.75rem 1rem 3.5rem;
    }

    .home-distribution-title {
      max-width: 7.2ch;
      font-size: clamp(2.4rem, 11vw, 3.6rem);
      line-height: 0.95;
    }

    .home-distribution-description {
      max-width: 17rem;
      margin-top: 1.5rem;
      font-size: 18px;
      line-height: 1.42;
    }

    .distribution-visual {
      width: min(100%, 320px);
    }

    .distribution-panel {
      padding: 14px 13px 12px;
    }

    .distribution-panel-label {
      min-width: 1.2rem;
      height: 1rem;
      font-size: 10px;
      border-radius: 0.32rem;
    }

    .distribution-panel-title {
      font-size: 18px;
    }

    .distribution-panel-copy {
      margin-top: 0.72rem;
      font-size: 11px;
      line-height: 1.3;
    }

    .distribution-panel-celebration {
      right: -1.6rem;
      bottom: 0.6rem;
      width: 3rem;
    }

    .distribution-footnote {
      padding: 1.6rem 0.75rem 2rem;
    }

    .distribution-footnote-copy {
      gap: 0.35rem 0.5rem;
      font-size: 20px;
    }

    .distribution-dots {
      width: min(7.5rem, 26vw);
      top: 52%;
      opacity: 0.72;
    }
  }
@media (min-width: 1440px) {
    .menu-shell {
      padding-inline: 9.375rem;
    }

    .home-hero {
      --home-hero-scroll-length: 240vh;
    }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
