
*, ::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: 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;
}
  a,
  button,
  input,
  select,
  textarea {
    -webkit-tap-highlight-color: transparent;
  }

  button,
  input,
  select,
  textarea {
    font: inherit;
  }
.page-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

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

  .page-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.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;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-11 {
  height: 2.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.w-11 {
  width: 2.75rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[86\%\] {
  min-width: 86%;
}
.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-sm {
  max-width: 24rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.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-px {
  gap: 1px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-brand-cyan {
  --tw-border-opacity: 1;
  border-color: rgb(48 192 240 / var(--tw-border-opacity, 1));
}
.border-brand-cyan\/25 {
  border-color: rgb(48 192 240 / 0.25);
}
.border-brand-cyan\/30 {
  border-color: rgb(48 192 240 / 0.3);
}
.border-brand-cyan\/35 {
  border-color: rgb(48 192 240 / 0.35);
}
.border-brand-cyan\/45 {
  border-color: rgb(48 192 240 / 0.45);
}
.border-brand-lime\/40 {
  border-color: rgb(80 224 48 / 0.4);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-brand-coal {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
}
.bg-brand-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(48 192 240 / var(--tw-bg-opacity, 1));
}
.bg-brand-cyan\/10 {
  background-color: rgb(48 192 240 / 0.1);
}
.bg-brand-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(80 224 48 / var(--tw-bg-opacity, 1));
}
.bg-brand-lime\/10 {
  background-color: rgb(80 224 48 / 0.1);
}
.bg-brand-night {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity, 1));
}
.bg-brand-night\/95 {
  background-color: rgb(16 16 16 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.045\] {
  background-color: rgb(255 255 255 / 0.045);
}
.bg-\[linear-gradient\(145deg\2c rgba\(48\2c 192\2c 240\2c 0\.22\)\2c transparent_38\%\)\2c radial-gradient\(circle_at_85\%_20\%\2c rgba\(80\2c 224\2c 48\2c 0\.18\)\2c transparent_28\%\)\] {
  background-image: linear-gradient(145deg,rgba(48,192,240,0.22),transparent 38%),radial-gradient(circle at 85% 20%,rgba(80,224,48,0.18),transparent 28%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(48\2c 192\2c 240\2c 0\.22\)\2c transparent_32\%\)\2c linear-gradient\(135deg\2c rgba\(80\2c 224\2c 48\2c 0\.13\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(48,192,240,0.22),transparent 32%),linear-gradient(135deg,rgba(80,224,48,0.13),transparent 34%);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/15 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.68rem\] {
  font-size: 0.68rem;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-\[1\.02\] {
  line-height: 1.02;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-brand-cyan {
  --tw-text-opacity: 1;
  color: rgb(48 192 240 / var(--tw-text-opacity, 1));
}
.text-brand-lime {
  --tw-text-opacity: 1;
  color: rgb(80 224 48 / var(--tw-text-opacity, 1));
}
.text-brand-night {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity, 1));
}
.text-brand-night\/70 {
  color: rgb(16 16 16 / 0.7);
}
.text-brand-night\/75 {
  color: rgb(16 16 16 / 0.75);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.opacity-0 {
  opacity: 0;
}
.shadow-cyan {
  --tw-shadow: 0 20px 60px rgba(48, 192, 240, 0.18);
  --tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lime {
  --tw-shadow: 0 18px 44px rgba(80, 224, 48, 0.18);
  --tw-shadow-colored: 0 18px 44px 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;
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.\[scrollbar-width\:thin\] {
  scrollbar-width: thin;
}

:root {
  color-scheme: light;
  --ocd-page-bg: #eef4f8;
  --ocd-section-light: #f8fbff;
  --ocd-section-soft: #f3f7fb;
  --ocd-section-blue: #eaf1f6;
  --ocd-card-bg: rgba(255, 255, 255, 0.92);
  --ocd-card-border: rgba(15, 23, 42, 0.1);
  --ocd-card-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --ocd-brand-navy: #0d405f;
  --ocd-brand-blue: #30c0f0;
  --ocd-brand-blue-muted: #0087b8;
  --ocd-brand-lime: #50e030;
  --ocd-brand-lime-muted: #2f9f23;
  --ocd-text: #111827;
  --ocd-text-strong: #0f172a;
  --ocd-text-muted: #4a5a66;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--ocd-page-bg);
  color: var(--ocd-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  background: #50e030;
  color: #101010;
}

::selection {
  background: #50e030;
  color: #101010;
}

main > section.bg-brand-night:not(.relative),
main > section.bg-brand-coal,
main > section.bg-black:not(.relative) {
  background: linear-gradient(180deg, var(--ocd-section-light) 0%, var(--ocd-page-bg) 100%);
  color: var(--ocd-text);
}

main > section.bg-brand-coal {
  background: var(--ocd-section-soft);
}

main > section.bg-black:not(.relative) {
  background: var(--ocd-section-blue);
}

main > section.bg-brand-night:not(.relative) [class~="text-white"],
main > section.bg-brand-coal [class~="text-white"],
main > section.bg-black:not(.relative) [class~="text-white"] {
  color: var(--ocd-text);
}

main > section.bg-brand-night:not(.relative) [class~="text-white/85"],
main > section.bg-brand-night:not(.relative) [class~="text-white/80"],
main > section.bg-brand-night:not(.relative) [class~="text-white/75"],
main > section.bg-brand-night:not(.relative) [class~="text-white/70"],
main > section.bg-brand-night:not(.relative) [class~="text-white/55"],
main > section.bg-brand-night:not(.relative) [class~="text-white/50"],
main > section.bg-brand-coal [class~="text-white/85"],
main > section.bg-brand-coal [class~="text-white/80"],
main > section.bg-brand-coal [class~="text-white/75"],
main > section.bg-brand-coal [class~="text-white/70"],
main > section.bg-brand-coal [class~="text-white/55"],
main > section.bg-brand-coal [class~="text-white/50"],
main > section.bg-black:not(.relative) [class~="text-white/85"],
main > section.bg-black:not(.relative) [class~="text-white/80"],
main > section.bg-black:not(.relative) [class~="text-white/75"],
main > section.bg-black:not(.relative) [class~="text-white/70"],
main > section.bg-black:not(.relative) [class~="text-white/55"],
main > section.bg-black:not(.relative) [class~="text-white/50"] {
  color: var(--ocd-text-muted);
}

main > section.bg-brand-night:not(.relative) .text-brand-lime,
main > section.bg-brand-coal .text-brand-lime,
main > section.bg-black:not(.relative) .text-brand-lime {
  color: var(--ocd-brand-lime-muted);
}

main > section.bg-brand-night:not(.relative) .text-brand-cyan,
main > section.bg-brand-coal .text-brand-cyan,
main > section.bg-black:not(.relative) .text-brand-cyan {
  color: var(--ocd-brand-blue-muted);
}

main > section.bg-brand-night:not(.relative) [class~="bg-white/[0.045]"],
main > section.bg-brand-coal [class~="bg-white/[0.045]"],
main > section.bg-black:not(.relative) [class~="bg-white/[0.045]"] {
  background: var(--ocd-card-bg);
  border-color: var(--ocd-card-border);
  box-shadow: var(--ocd-card-shadow);
}

main > section.bg-brand-night:not(.relative) [class~="bg-white/[0.045]"]:hover,
main > section.bg-brand-coal [class~="bg-white/[0.045]"]:hover,
main > section.bg-black:not(.relative) [class~="bg-white/[0.045]"]:hover {
  background: #ffffff;
  border-color: rgba(48, 192, 240, 0.36);
}

main > section.bg-brand-night:not(.relative) [class~="bg-white/5"],
main > section.bg-brand-coal [class~="bg-white/5"],
main > section.bg-black:not(.relative) [class~="bg-white/5"] {
  background: rgba(255, 255, 255, 0.72);
}

main > section.bg-brand-night:not(.relative) [class~="border-white/10"],
main > section.bg-brand-night:not(.relative) [class~="border-white/15"],
main > section.bg-brand-coal [class~="border-white/10"],
main > section.bg-brand-coal [class~="border-white/15"],
main > section.bg-black:not(.relative) [class~="border-white/10"],
main > section.bg-black:not(.relative) [class~="border-white/15"] {
  border-color: rgba(15, 23, 42, 0.12);
}

main > section.bg-brand-night:not(.relative) :is(input, select, textarea),
main > section.bg-brand-coal :is(input, select, textarea),
main > section.bg-black:not(.relative) :is(input, select, textarea) {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.16);
  color: var(--ocd-text);
}

main > section.bg-brand-night:not(.relative) :is(input, select, textarea):focus,
main > section.bg-brand-coal :is(input, select, textarea):focus,
main > section.bg-black:not(.relative) :is(input, select, textarea):focus {
  border-color: var(--ocd-brand-blue);
}

main > section.bg-brand-night:not(.relative) :is(input, textarea)::-moz-placeholder, main > section.bg-brand-coal :is(input, textarea)::-moz-placeholder, main > section.bg-black:not(.relative) :is(input, textarea)::-moz-placeholder {
  color: #7b8794;
}

main > section.bg-brand-night:not(.relative) :is(input, textarea)::placeholder,
main > section.bg-brand-coal :is(input, textarea)::placeholder,
main > section.bg-black:not(.relative) :is(input, textarea)::placeholder {
  color: #7b8794;
}

main > section.bg-brand-night:not(.relative) [class~="bg-black/75"],
main > section.bg-brand-coal [class~="bg-black/75"],
main > section.bg-black:not(.relative) [class~="bg-black/75"] {
  background: rgba(16, 16, 16, 0.82);
  border-color: rgba(255, 255, 255, 0.18);
}

main > section.bg-brand-night:not(.relative) [class~="bg-black/75"],
main > section.bg-brand-night:not(.relative) [class~="bg-black/75"] *,
main > section.bg-brand-coal [class~="bg-black/75"],
main > section.bg-brand-coal [class~="bg-black/75"] *,
main > section.bg-black:not(.relative) [class~="bg-black/75"],
main > section.bg-black:not(.relative) [class~="bg-black/75"] * {
  color: #ffffff;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white {
  background:
    linear-gradient(135deg, rgba(48, 192, 240, 0.12), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(80, 224, 48, 0.14), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f1f7fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  color: var(--ocd-text-strong);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white > .absolute.inset-0 {
  background-image:
    linear-gradient(145deg, rgba(48, 192, 240, 0.18), transparent 38%),
    radial-gradient(circle at 85% 20%, rgba(80, 224, 48, 0.16), transparent 28%);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="text-white"] {
  color: var(--ocd-text-strong);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="text-white/80"],
main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="text-white/75"],
main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="text-white/70"],
main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="text-white/55"] {
  color: #475569;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="border-white/10"],
main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="border-white/15"] {
  border-color: rgba(15, 23, 42, 0.12);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white p[class~="bg-brand-lime/10"][class~="border-brand-lime/40"] {
  background: #eef8fc;
  border-color: #7ccbe8;
  color: #0e4a68;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white a[class~="border-brand-cyan/45"] {
  background: rgba(255, 255, 255, 0.62);
  color: #0f172a;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white a[class~="border-brand-cyan/45"]:hover {
  background: #ffffff;
  border-color: rgba(80, 224, 48, 0.72);
  color: #217a1b;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="bg-white/5"] {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.74) inset;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white .bg-gradient-to-t {
  background-image: linear-gradient(to top, rgba(15, 23, 42, 0.38), rgba(15, 23, 42, 0.08) 42%, transparent 72%);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="bg-black/75"] {
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(48, 192, 240, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  display: none;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="bg-black/75"] [class~="text-white"] {
  color: #0f172a;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="bg-brand-night"] {
  background: #f8fafc;
  border-color: rgba(48, 192, 240, 0.35);
}

header.bg-brand-night\/95 {
  background-color: rgb(13 64 95 / 0.96);
  border-color: rgba(203, 213, 225, 0.2);
}

#mobile-menu.bg-brand-night {
  background-color: var(--ocd-brand-navy);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white + section.bg-brand-cyan {
  background: #30c0f0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.85);
}

main > section.relative.overflow-hidden.bg-brand-night.text-white + section.bg-brand-cyan .page-shell {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

main > section.relative.overflow-hidden.bg-brand-night.text-white + section.bg-brand-cyan [class~="bg-brand-cyan"] {
  background: transparent;
  color: #1e293b;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="-bottom-5"][class~="right-4"] {
  display: none;
}

.ocd-performance-image {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 50% 46%;
  width: 100%;
}

.performance-evaluation-hero-image {
  object-position: 50% 46%;
}

.delivered-capacity-image {
  object-position: 52% 54%;
}

.process-hero-image {
  object-position: 50% 46%;
}

.process-step-image {
  object-position: 50% 48%;
}

.process-step-image--tools {
  object-position: 52% 48%;
}

.process-step-image--ductwork {
  object-position: 50% 46%;
}

.process-step-image--commissioning {
  object-position: 50% 44%;
}

.process-step-grid {
  display: grid;
  gap: 2rem;
}

.placeholder\:text-white\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder\:text-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

/* Static-site enhancements */
section {
  scroll-margin-top: 88px;
}

header nav a[aria-current="page"],
#mobile-menu a[aria-current="page"] {
  background: rgb(255 255 255 / 0.1);
  color: #ffffff;
}

#mobile-menu:not(.hidden) {
  display: block;
}

button[aria-controls="mobile-menu"][aria-expanded="true"] span[aria-hidden="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

button[aria-controls="mobile-menu"][aria-expanded="true"] span[aria-hidden="true"] span:nth-child(2) {
  opacity: 0;
}

button[aria-controls="mobile-menu"][aria-expanded="true"] span[aria-hidden="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

button[aria-controls="mobile-menu"][aria-expanded="true"] {
  border-color: #30c0f0;
  color: #30c0f0;
}

form [aria-live] {
  min-height: 1.5rem;
}

/* Services page closing CTA polish. */
.services-bottom-cta-section.bg-brand-coal {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.services-bottom-cta-card {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem;
}

.services-bottom-cta-copy {
  max-width: 680px;
}

.services-bottom-cta-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.services-bottom-cta-actions > a {
  min-width: 13.5rem;
}

@media (min-width: 640px) {
  .services-bottom-cta-section.bg-brand-coal {
    padding-bottom: 3.5rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .services-bottom-cta-card {
    gap: 3rem;
    padding: 2.5rem;
  }
}

@media (max-width: 800px) {
  .services-bottom-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-bottom-cta-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .services-bottom-cta-actions > a {
    width: 100%;
  }
}

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

  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.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-brand-cyan:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 192 240 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-cyan\/55:hover {
  border-color: rgb(48 192 240 / 0.55);
}

.hover\:border-brand-lime:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 224 48 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-brand-cyan:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 192 240 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/\[0\.07\]:hover {
  background-color: rgb(255 255 255 / 0.07);
}

.hover\:text-brand-cyan:hover {
  --tw-text-opacity: 1;
  color: rgb(48 192 240 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(80 224 48 / var(--tw-text-opacity, 1));
}

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

.focus\:border-brand-cyan:focus {
  --tw-border-opacity: 1;
  border-color: rgb(48 192 240 / var(--tw-border-opacity, 1));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-offset-4:focus-visible {
  outline-offset: 4px;
}

.focus-visible\:outline-brand-cyan:focus-visible {
  outline-color: #30c0f0;
}

.focus-visible\:outline-brand-lime:focus-visible {
  outline-color: #50e030;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

@media (min-width: 640px) {
  .ocd-performance-image {
    aspect-ratio: 4 / 3;
    object-position: 50% 44%;
  }

  .performance-evaluation-hero-image {
    object-position: 50% 44%;
  }

  .delivered-capacity-image {
    object-position: 52% 46%;
  }

  .process-hero-image {
    object-position: 50% 44%;
  }

  .process-step-image {
    object-position: 50% 46%;
  }

  .process-step-image--tools {
    object-position: 52% 44%;
  }

  .process-step-image--ductwork {
    object-position: 50% 44%;
  }

  .process-step-image--commissioning {
    object-position: 50% 42%;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:min-h-\[440px\] {
    min-height: 440px;
  }

  .sm\:min-h-\[480px\] {
    min-height: 480px;
  }

  .sm\:min-h-\[500px\] {
    min-height: 500px;
  }

  .sm\:min-h-\[520px\] {
    min-height: 520px;
  }

  .sm\:min-h-\[540px\] {
    min-height: 540px;
  }

  .sm\:min-w-\[48\%\] {
    min-width: 48%;
  }

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

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

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

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

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

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

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

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

@media (min-width: 768px) {

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

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

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

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

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

@media (min-width: 1024px) {
  .ocd-performance-image {
    object-position: 50% 42%;
  }

  .performance-evaluation-hero-image {
    object-position: 50% 42%;
  }

  .delivered-capacity-image {
    object-position: 50% 42%;
  }

  .process-hero-image {
    object-position: 50% 42%;
  }

  .process-step-image {
    object-position: 50% 44%;
  }

  .process-step-image--tools {
    object-position: 50% 42%;
  }

  .process-step-image--ductwork {
    object-position: 50% 42%;
  }

  .process-step-image--commissioning {
    object-position: 50% 40%;
  }

  .process-step-grid {
    align-items: center;
    grid-template-columns: 1fr 0.9fr;
  }

  .process-step-grid--reverse {
    grid-template-columns: 0.9fr 1fr;
  }

  .process-step-grid--reverse .process-step-media {
    order: -1;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-w-\[31\%\] {
    min-width: 31%;
  }

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

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

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

  .lg\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

  .lg\:grid-cols-\[1\.25fr_0\.8fr_0\.8fr_1fr\] {
    grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
  }

  .lg\:grid-cols-\[1fr_0\.92fr\] {
    grid-template-columns: 1fr 0.92fr;
  }

  .lg\:grid-cols-\[1fr_0\.9fr\] {
    grid-template-columns: 1fr 0.9fr;
  }

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

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

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

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

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

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

/* Homepage light hero hardening for production parity. */
.homepage-header.bg-brand-night\/95 {
  background-color: rgb(13 64 95 / 0.96);
  border-color: rgba(203, 213, 225, 0.2);
}

main > .homepage-hero.relative.overflow-hidden.bg-brand-night.text-white {
  background:
    linear-gradient(135deg, rgba(48, 192, 240, 0.12), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(80, 224, 48, 0.14), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f1f7fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  color: #0f172a;
}

main > .homepage-hero > .absolute.inset-0 {
  background-image:
    linear-gradient(145deg, rgba(48, 192, 240, 0.18), transparent 38%),
    radial-gradient(circle at 85% 20%, rgba(80, 224, 48, 0.16), transparent 28%);
}

main > .homepage-hero [class~="text-white"],
main > .homepage-hero h1 {
  color: #0f172a;
}

main > .homepage-hero [class~="text-white/80"],
main > .homepage-hero [class~="text-white/75"],
main > .homepage-hero [class~="text-white/70"],
main > .homepage-hero [class~="text-white/55"] {
  color: #475569;
}

main > .homepage-hero .homepage-hero-eyebrow {
  background: #eef8fc;
  border-color: #7ccbe8;
  color: #0e4a68;
}

main > .homepage-hero .homepage-hero-primary {
  background: #30c0f0;
  color: #0f172a;
  box-shadow: 0 18px 36px rgba(48, 192, 240, 0.24);
}

main > .homepage-hero .homepage-hero-primary:hover {
  background: #50e030;
}

main > .homepage-hero .homepage-hero-secondary {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(48, 192, 240, 0.45);
  color: #0f172a;
}

main > .homepage-hero .homepage-hero-secondary:hover {
  background: #ffffff;
  border-color: rgba(80, 224, 48, 0.72);
  color: #217a1b;
}

main > .homepage-hero .homepage-hero-stats dt {
  color: #475569;
}

main > .homepage-hero .homepage-hero-stats dd {
  color: #0f172a;
}

main > .homepage-hero [class~="bg-white/5"] {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.74) inset;
}

.homepage-tagline-strip.bg-brand-cyan {
  background: #30c0f0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.homepage-tagline-row.page-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.homepage-tagline-row > div {
  align-items: center;
  background: transparent;
  color: #1e293b;
  display: flex;
  justify-content: center;
  min-height: 2.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: center;
}

@media (max-width: 420px) {
  .homepage-tagline-row.page-shell {
    grid-template-columns: 1fr;
  }
}

/* Homepage services preview. */
.homepage-services-preview .homepage-services-preview-intro {
  max-width: 700px;
}

.homepage-services-preview-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-services-preview-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.75rem;
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.homepage-services-preview-card:hover {
  border-color: rgba(48, 192, 240, 0.34);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.homepage-services-preview-card h3 {
  color: #0f172a;
}

.homepage-services-preview-card p:last-child {
  color: #475569;
}

.homepage-services-preview-cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  .homepage-services-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .homepage-services-preview-grid {
    grid-template-columns: 1fr;
  }

  .homepage-services-preview-card {
    padding: 1.5rem;
  }

  .homepage-services-preview-cta > a {
    width: 100%;
  }
}

/* Contact hero photo should render uncropped at every breakpoint. */
main > section.relative.overflow-hidden.bg-brand-night.text-white [class~="min-h-[320px]"][class~="sm:min-h-[440px]"]:has(> img[src="images/contact-hero.jpg"]) {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

main > section.relative.overflow-hidden.bg-brand-night.text-white img[src="images/contact-hero.jpg"] {
  background: #05070b;
  object-fit: cover;
}
