*, ::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.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "ss01" on, "cv01" on, "cv02" on;
  letter-spacing: -0.01em;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.font-display {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.section-shell {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .section-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 640px) {
  .section-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .section-block {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgb(113 113 122);
}

.section-title {
  margin-top: 1rem;
  max-width: 56rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 0.98;
  letter-spacing: -0.06em;
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 3.4rem;
  }
}

.section-title {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.section-subtitle {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.surface-card,
  .service-card,
  .advantage-card,
  .capability-card {
  background: #ffffff;
  border: 1px solid rgba(24, 24, 27, 0.12);
  box-shadow: 0 20px 56px rgba(24, 24, 27, 0.04);
}

.faq-card {
  background: #ffffff;
  border: 1px solid rgba(24, 24, 27, 0.24);
  box-shadow: none;
}

.faq-tab {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.65rem;
  border-bottom: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgb(113 113 122);
  transition: color 220ms ease, border-color 220ms ease;
}

.faq-tab.is-active {
  color: rgb(24 24 27);
  border-color: rgba(24, 24, 27, 0.85);
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.capability-card {
  transition:
      background-color 260ms ease,
      border-color 260ms ease,
      box-shadow 260ms ease,
      transform 260ms ease;
}

.capability-card:hover,
  .capability-card:focus-within {
  background: rgb(245 245 245);
  border-color: rgba(24, 24, 27, 0.18);
  box-shadow: 0 24px 60px rgba(24, 24, 27, 0.05);
  transform: translateY(-2px);
}

.capability-card:hover h3,
  .capability-card:focus-within h3,
  .capability-card:hover .capability-icon,
  .capability-card:focus-within .capability-icon {
  color: #ff6a00;
}

.capability-icon {
  color: rgb(24 24 27);
  font-size: 1rem;
  line-height: 1;
  transition: color 260ms ease;
}

.tag-chip {
  display: inline-flex;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.icon-button {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 1px solid rgba(24, 24, 27, 0.14);
}

.service-arrow .h-5 {
  width: 1.2rem;
  height: 1.2rem;
}

.pricing-toggle-button.is-active {
  background-color: #ff6a00;
  color: #ffffff;
}

.cost-column-fill.is-rising {
  opacity: 1;
  transform: scaleY(1);
  transition:
      transform 1.8s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.35s ease;
}

.cost-column-fill.is-fading {
  opacity: 0;
  transform: scaleY(1);
  transition: opacity 0.5s ease;
}

.cost-column-fill.is-reset {
  opacity: 0;
  transform: scaleY(0);
  transition: none !important;
}

.reveal.is-visible .velocity-dot {
  animation-play-state: running;
}

.queue-widget {
  width: 100%;
  min-height: 36rem;
  border: 1px solid rgba(24, 24, 27, 0.14);
  background: #ffffff;
}

.queue-topbar {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(24, 24, 27, 0.14);
}

.queue-topbar-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.queue-topbar-dots span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 9999px;
  background: rgb(161 161 170);
  display: inline-flex;
}

.queue-window {
  position: relative;
  overflow: hidden;
  min-height: calc(6 * 4.85rem + 5 * 0.75rem + 1.75rem);
  padding: 0.75rem 1rem 1rem;
}

.queue-stack {
  display: grid;
  gap: 0.75rem;
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.queue-stack.is-fading {
  opacity: 0;
}

.queue-card {
  position: relative;
  height: 4.85rem;
  min-height: 4.85rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(24, 24, 27, 0.14);
  background: #ffffff;
  opacity: 1;
  transition:
      opacity 500ms ease-in-out,
      color 500ms ease-in-out,
      background-color 500ms ease-in-out,
      border-color 500ms ease-in-out;
}

.queue-card-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(34, 197, 94, 0.12);
  z-index: 0;
  transition: width 2500ms linear, opacity 500ms ease-in-out, background-color 500ms ease-in-out;
}

.queue-card-content {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.queue-card.is-active {
  opacity: 1;
  border-color: rgba(24, 24, 27, 0.2);
}

.queue-card.is-queued {
  opacity: 0.5;
}

.queue-card.is-completed {
  opacity: 0.64;
}

.queue-card.is-completed .queue-card-fill {
  width: 100%;
  background: rgba(24, 24, 27, 0.06);
}

.queue-card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(63 63 70);
  transition: color 500ms ease-in-out, opacity 500ms ease-in-out;
}

.queue-prefix {
  display: inline-flex;
  align-items: center;
}

.queue-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
  flex: 0 0 auto;
}

.queue-check {
  font-size: 0.9rem;
  line-height: 1;
  color: rgb(24 24 27);
  flex: 0 0 auto;
}

.queue-card-task {
  margin-top: 0.65rem;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(24 24 27);
  transition: color 500ms ease-in-out, opacity 500ms ease-in-out;
}

.queue-card.is-completed .queue-card-task,
  .queue-card.is-completed .queue-card-label {
  color: rgb(113 113 122);
}

.archive-link {
  color: #ff6a00;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.archive-link:hover {
  color: #e85f00;
}

.animate-marquee-seamless {
  animation: marqueeSeamless 25s linear infinite;
  will-change: transform;
}

.primary-cta {
  background-color: #ff6a00;
  border-radius: 0.375rem;
  transition: background-color 220ms ease;
}

.primary-cta:hover {
  background-color: #e85f00;
}

.form-field {
  width: 100%;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.form-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.form-field {
  background: #fbfbf8;
  border: 1px solid rgba(24, 24, 27, 0.28);
}

.form-field:focus {
  border-color: #ff6a00;
  box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.12);
}

.hero-static-word {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
}

.hero-rolodex-shell {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: inherit;
}

.hero-rolodex {
  --slot-step: 1.02em;
  width: var(--rolodex-width, 12ch);
  height: 1em;
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  overflow: hidden;
  line-height: inherit;
  mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 1) 18%,
      rgba(0, 0, 0, 1) 82%,
      transparent 100%
    );
  -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 1) 18%,
      rgba(0, 0, 0, 1) 82%,
      transparent 100%
    );
}

.hero-rolodex-word {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: inline-flex;
  align-items: center;
  transform-origin: left center;
  white-space: nowrap;
  line-height: inherit;
  color: #ff6a00;
  opacity: 0;
  will-change: transform, opacity;
  transform: translate3d(0, calc(-50% + var(--slot-step)), 0);
  transition:
      transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-rolodex-word.is-active {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.hero-rolodex-word.is-exit-up {
  opacity: 0;
  transform: translate3d(0, calc(-50% - var(--slot-step)), 0);
}

.hero-rolodex-word.is-ready-below {
  opacity: 0;
  transform: translate3d(0, calc(-50% + var(--slot-step)), 0);
}

.hero-wash {
  background-image:
      linear-gradient(to right, rgba(24, 24, 27, 0.055) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(24, 24, 27, 0.055) 1px, transparent 1px),
      radial-gradient(circle at top right, rgba(24, 24, 27, 0.05), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  background-size: 72px 72px, 72px 72px, auto, auto;
  background-position: center center;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.84));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.84));
}

.case-study-card {
  transition:
      transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 320ms ease,
      border-color 320ms ease;
}

.case-study-card:hover,
  .case-study-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(24, 24, 27, 0.08);
  border-color: rgba(24, 24, 27, 0.22);
}

.case-study-image {
  filter: grayscale(0.14) saturate(0.8) contrast(1.02);
  transition:
      transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 320ms ease;
}

.case-study-card:hover .case-study-image,
  .case-study-card:focus-visible .case-study-image {
  filter: grayscale(0) saturate(1) contrast(1.03);
  transform: scale(1.02);
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition:
      grid-template-rows 260ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 260ms ease;
  opacity: 0;
}

.accordion-content > div {
  overflow: hidden;
}

.accordion-item.is-open .accordion-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.accordion-item.is-open [data-accordion-icon] {
  transform: rotate(90deg);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
      opacity 520ms ease,
      transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.z-50 {
  z-index: 50;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.min-h-\[17rem\] {
  min-height: 17rem;
}

.min-h-\[5rem\] {
  min-height: 5rem;
}

.min-h-\[calc\(100vh-5rem\)\] {
  min-height: calc(100vh - 5rem);
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-11 {
  width: 2.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[200\%\] {
  width: 200%;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.border-zinc-950\/10 {
  border-color: rgb(9 9 11 / 0.1);
}

.border-zinc-950\/15 {
  border-color: rgb(9 9 11 / 0.15);
}

.bg-\[\#f7f7f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f7f3\]\/90 {
  background-color: rgb(247 247 243 / 0.9);
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[2\.35rem\] {
  font-size: 2.35rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-\[clamp\(2\.9rem\2c 10vw\2c 9\.4rem\)\] {
  font-size: clamp(2.9rem,10vw,9.4rem);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[0\.88\] {
  line-height: 0.88;
}

.leading-\[0\.92\] {
  line-height: 0.92;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.tracking-\[-0\.06em\] {
  letter-spacing: -0.06em;
}

.tracking-\[-0\.08em\] {
  letter-spacing: -0.08em;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#FF6A00\] {
  --tw-text-opacity: 1;
  color: rgb(255 106 0 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.decoration-zinc-300 {
  text-decoration-color: #d4d4d8;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-\[0_24px_70px_rgba\(24\2c 24\2c 27\2c 0\.05\)\] {
  --tw-shadow: 0 24px 70px rgba(24,24,27,0.05);
  --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-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);
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slow-friction-run {
  0% {
    left: -10%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  84% {
    left: 100%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes fast-kleef-run {
  0% {
    left: -10%;
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  82% {
    left: 100%;
    opacity: 1;
  }

  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes marqueeSeamless {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .section-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .hero-rolodex {
    --slot-step: 1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-rolodex-word,
  .accordion-content,
  .reveal,
  .case-study-card,
  .case-study-image,
  .pricing-toggle-button,
  .primary-cta,
  .capability-card,
  .advantage-card,
  .queue-stack,
  .queue-card,
  .velocity-dot,
  .animate-marquee-seamless {
    animation: none !important;
    transition: none !important;
  }

  .cost-column-fill {
    height: var(--target-height) !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.selection\:bg-zinc-950 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.selection\:bg-zinc-950 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.selection\:text-\[\#f7f7f3\] *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(247 247 243 / var(--tw-text-opacity, 1));
}

.selection\:text-\[\#f7f7f3\] *::selection {
  --tw-text-opacity: 1;
  color: rgb(247 247 243 / var(--tw-text-opacity, 1));
}

.selection\:bg-zinc-950::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.selection\:bg-zinc-950::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.selection\:text-\[\#f7f7f3\]::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(247 247 243 / var(--tw-text-opacity, 1));
}

.selection\:text-\[\#f7f7f3\]::selection {
  --tw-text-opacity: 1;
  color: rgb(247 247 243 / var(--tw-text-opacity, 1));
}

.placeholder\:text-zinc-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.placeholder\:text-zinc-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:border-zinc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-950\/30:hover {
  border-color: rgb(9 9 11 / 0.3);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.hover\:text-zinc-950:hover {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.hover\:decoration-zinc-950:hover {
  text-decoration-color: #09090b;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-\[100\]:focus {
  z-index: 100;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:bg-zinc-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[\#FF6A00\]\/25:focus-visible {
  --tw-ring-color: rgb(255 106 0 / 0.25);
}

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[1\.05rem\] {
    font-size: 1.05rem;
  }

  .sm\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .lg\:grid-cols-\[1\.05fr_1\.7fr_0\.95fr\] {
    grid-template-columns: 1.05fr 1.7fr 0.95fr;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:text-\[2\.7rem\] {
    font-size: 2.7rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

/* --------------------------------------------------------------------------
   Refactor aliases
   These semantic classes replace long Tailwind utility chains in the HTML.
   They intentionally mirror the original generated utility styles so the
   rendered design remains unchanged.
---------------------------------------------------------------------------- */
.site-body {
  background-color: #f7f7f3;
  color: rgb(9 9 11);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-body::selection {
  background-color: rgb(9 9 11);
  color: #f7f7f3;
}
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  white-space: normal;
  background: rgb(9 9 11);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.landing-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(9, 9, 11, 0.12);
  background: rgba(247, 247, 243, 0.94);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.simple-header {
  border-bottom: 1px solid rgba(9, 9, 11, 0.12);
  background: rgba(247, 247, 243, 0.94);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.header-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.brand-link {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: rgb(9 9 11);
  text-decoration: inherit;
}
.brand-link--grid {
  grid-column: span 6 / span 6;
  font-size: 1rem;
  letter-spacing: 0.22em;
}
.desktop-nav {
  grid-column: span 8 / span 8;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
.nav-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 63 70);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 150ms;
}
.nav-link:hover { color: rgb(9 9 11); }
.mobile-menu-button {
  grid-column: span 6 / span 6;
  justify-self: end;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(9, 9, 11, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: rgb(9 9 11);
  transition: border-color 150ms ease;
}
.mobile-menu-button:hover { border-color: rgba(9, 9, 11, 0.3); }
.mobile-menu {
  border-top: 1px solid rgba(9, 9, 11, 0.12);
  background: rgba(247, 247, 243, 0.98);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mobile-nav-link {
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 63 70);
  transition: color 150ms ease, background-color 150ms ease;
}
.mobile-nav-link:hover {
  background: #fff;
  color: rgb(9 9 11);
}
.simple-nav {
  grid-column: span 6 / span 6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 63 70);
}
.card-pad,
.faq-item {
  padding: 1.5rem;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.24);
  box-shadow: none;
}
.faq-toggle {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: left;
}
.faq-question {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgb(9 9 11);
}
.faq-icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 300ms ease;
}
.faq-answer {
  padding-top: 1.25rem;
  font-size: 15px;
  line-height: 1.625;
  color: rgb(63 63 70);
}
.case-card-link {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(9, 9, 11, 0.12);
  background: #fff;
}
.case-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card-body {
  border-top: 1px solid rgba(9, 9, 11, 0.12);
  padding: 1.25rem;
}
.case-card-title {
  margin-top: 1rem;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgb(9 9 11);
}
.case-header {
  border-bottom: 1px solid rgba(9, 9, 11, 0.1);
  background: rgba(247, 247, 243, 0.9);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.case-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.brand-link--case {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.18em;
}
.case-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 63 70);
}
.case-main {
  background: #fff;
  color: rgb(9 9 11);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eyebrow {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgb(113 113 122);
}
.case-title {
  margin-top: 1.25rem;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 3rem;
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgb(9 9 11);
}
.case-intro {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 2rem;
  color: rgb(63 63 70);
}
.case-meta-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 48rem;
  text-align: left;
}
.case-meta-item {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}
.case-meta-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgb(113 113 122);
}
.case-meta-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(9 9 11);
}
.gallery-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgb(244 244 245);
}
@media (min-width: 640px) {
  .brand-link--grid { grid-column: span 4 / span 4; font-size: 1.125rem; line-height: 1.75rem; }
  .simple-nav { grid-column: span 8 / span 8; }
  .card-pad,
  .faq-item { padding: 1.75rem; }
  .faq-question { font-size: 1.05rem; }
  .case-card-media { aspect-ratio: 4 / 3; }
  .case-card-body { padding: 1.5rem; }
  .brand-link--case { font-size: 1.25rem; line-height: 1.75rem; }
  .case-title { font-size: 3.75rem; line-height: 1; }
  .case-intro { font-size: 1.125rem; line-height: 1.75rem; }
  .case-meta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .desktop-nav { display: flex; }
  .mobile-menu-button,
  .mobile-menu { display: none; }
  .case-meta-value { font-size: 1rem; line-height: 1.5rem; }
}
@media (min-width: 1024px) {
  .case-card-media { aspect-ratio: 5 / 4; }
}
@media (min-width: 1280px) {
  .case-title { font-size: 4.5rem; line-height: 1; }
}

/* Shared container sizing for semantic header/nav wrappers that replaced
   `section-shell ...` utility combinations. */
.header-grid,
.mobile-nav,
.case-header-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .header-grid,
  .mobile-nav,
  .case-header-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header-grid,
  .mobile-nav,
  .case-header-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Additional semantic aliases for high-repetition layout/content utilities. */
.section-divider { border-top: 1px solid rgba(9, 9, 11, 0.12); }
.section-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}
.section-intro { grid-column: span 12 / span 12; }
.hero-bg { position: absolute; inset: 0; }
.card-title {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgb(9 9 11);
}
.card-copy {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 2rem;
  color: rgb(63 63 70);
}
.footer-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(82 82 91);
}
@media (min-width: 640px) {
  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .section-grid { row-gap: 3rem; }
  .section-intro { grid-column: span 8 / span 8; }
  .footer-inner { padding-left: 2rem; padding-right: 2rem; }
}

/* Project page spacing refinements */
.project-gallery-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.project-section-label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgb(113 113 122);
}
.project-gallery-stack {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
  margin-top: 0.75rem;
}
.project-section-divider {
  width: 100%;
  border-top: 1px solid rgba(9, 9, 11, 0.12);
}
.project-cta-section {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.project-footer {
  border-top: 1px solid rgba(9, 9, 11, 0.12);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.project-footer .footer-inner {
  min-height: 2.5rem;
  align-items: center;
}
@media (min-width: 640px) {
  .project-gallery-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .project-cta-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .project-gallery-section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .project-gallery-stack {
    gap: 3.5rem;
  }
  .project-cta-section {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
