:root {
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Helvetica Now Display", system-ui, sans-serif;
  --surface-canvas: #f9f9f6;
  --surface-shell: #f2f2ee;
  --surface-raised: #ffffff;
  --surface-dark: #12120e;
  --surface-dark-raised: #181814;
  --surface-accent-subtle: rgba(226, 189, 39, 0.05);
  --surface-accent-muted: rgba(226, 189, 39, 0.12);
  --text-primary: #12120e;
  --text-muted: #4a4a46;
  --text-subtle: #81817d;
  --text-on-accent: #12120e;
  --text-disabled: rgba(74, 74, 70, 0.5);
  --border-subtle: #deded8;
  --border-strong: #babab6;
  --border-dark-subtle: #2f2f28;
  --border-accent-subtle: rgba(226, 189, 39, 0.25);
  --border-focus: #b7991f;
  --home-gridline: color-mix(in srgb, var(--surface-shell) 75%, var(--border-subtle));
  --accent-default: #e2bd27;
  --accent-hover: #b7991f;
  --accent-fg: #b7991f;
  --action-primary-bg: #e2bd27;
  --action-primary-bg-hover: #b7991f;
  --action-primary-fg: #12120e;
  --action-secondary-bg: transparent;
  --action-secondary-bg-hover: #f2f2ee;
  --action-secondary-fg: #12120e;
  --action-secondary-border: #deded8;
  --action-secondary-border-hover: #babab6;
  --action-tertiary-bg: transparent;
  --action-tertiary-bg-hover: rgba(226, 189, 39, 0.05);
  --action-tertiary-fg: #12120e;
  --feedback-success-fg: #1ea477;
  --feedback-success-bg: color-mix(in srgb, #1ea477 7%, var(--surface-raised));
  --feedback-success-border: color-mix(in srgb, #1ea477 28%, var(--border-subtle));
  --feedback-warning-fg: #cb8b0b;
  --feedback-warning-bg: color-mix(in srgb, #cb8b0b 7%, var(--surface-raised));
  --feedback-warning-border: color-mix(in srgb, #cb8b0b 28%, var(--border-subtle));
  --feedback-danger-fg: #b92727;
  --feedback-danger-bg: color-mix(in srgb, #b92727 7%, var(--surface-raised));
  --feedback-danger-border: color-mix(in srgb, #b92727 28%, var(--border-subtle));
  --feedback-info-fg: #3a71e9;
  --feedback-info-bg: color-mix(in srgb, #3a71e9 7%, var(--surface-raised));
  --feedback-info-border: color-mix(in srgb, #3a71e9 28%, var(--border-subtle));
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-xl: var(--radius-lg);
  --radius-full: 9999px;
  --container-sm: 800px;
  --container-md: 1000px;
  --container-lg: 1200px;
  --page-gutter: 20px;
  --overlay-scrim: rgba(9, 9, 6, 0.6);
  --elevation-0: none;
  --elevation-subtle: 0 1px 2px rgb(9 9 6 / .04), 0 1px 3px rgb(9 9 6 / .08);
  --elevation-default: 0 2px 4px rgb(9 9 6 / .04), 0 4px 8px rgb(9 9 6 / .08), 0 1px 2px rgb(9 9 6 / .06);
  --elevation-raised: 0 4px 6px rgb(9 9 6 / .02), 0 10px 20px rgb(9 9 6 / .08), 0 2px 4px rgb(9 9 6 / .04);
  --elevation-floating: 0 10px 20px rgb(9 9 6 / .06), 0 20px 40px rgb(9 9 6 / .12), 0 1px 3px rgb(9 9 6 / .06);
  --elevation-focus: 0 0 0 1px var(--border-focus);
  --light-mode--background: var(--surface-canvas);
  --light-mode--foreground: var(--surface-raised);
  --light-mode--text: var(--text-primary);
  --light-mode--accent: var(--accent-default);
  --light-mode--border: var(--border-subtle);
  --dark-mode--background: var(--surface-dark);
  --dark-mode--foreground: var(--surface-dark-raised);
  --dark-mode--text: var(--surface-canvas);
  --_typography---font-styles--body: var(--font-body);
  --_typography---font-styles--heading: var(--font-display);
  --_primitives---brand--primary: var(--accent-default);
  --_primitives---brand--primary-hover: var(--accent-hover);
  --_primitives---neutrals--ink: var(--text-primary);
  --_primitives---neutrals--ash: var(--text-muted);
  --_primitives---neutrals--fog: var(--text-subtle);
  --_primitives---neutrals--mist: var(--border-strong);
  --_primitives---neutrals--stone: var(--border-strong);
  --_primitives---neutrals--bone: var(--surface-shell);
  --_primitives---neutrals--graphite: var(--text-muted);
  --_primitives---surface--surface: var(--surface-canvas);
  --_primitives---surface--white: var(--surface-raised);
  --_primitives---surface--surface-dark: var(--surface-dark);
  --_primitives---dark-layer--layer-1: var(--surface-dark-raised);
  --_primitives---dark-layer--layer-2: var(--surface-dark-raised);
  --_primitives---dark-layer--layer-3: var(--border-dark-subtle);
  --_primitives---dark-layer--layer-4: var(--border-dark-subtle);
  --_primitives---utility--divider-outline: var(--border-subtle);
  --_primitives---utility--overlay-scrim: var(--overlay-scrim);
  --_primitives---semantic--error: var(--feedback-danger-fg);
  --_primitives---semantic--success: var(--feedback-success-fg);
  --_primitives---semantic--warning: var(--feedback-warning-fg);
  --_ui-styles---radius--small: var(--radius-sm);
  --_ui-styles---radius--medium: var(--radius-md);
  --_ui-styles---radius--large: var(--radius-lg);
  --_ui-styles---radius--xlarge: var(--radius-lg);
}

html,
body {
  background: var(--surface-canvas);
  color: var(--text-primary);
  font-family: var(--font-body);
}

body,
input,
textarea,
select {
  font-family: var(--font-body);
}

.type-h1,
.home-page h1,
h1,
.heading-style-h1,
.h1 {
  font-family: var(--font-display);
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: none;
}

.type-h2,
.home-page h2,
h2,
.h2-pricing,
.heading-style-h2,
.h2-heading,
.h2-heading-2 {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: none;
}

.h2-pricing {
  letter-spacing: 0.04em;
}

.type-h3,
.home-page h3,
h3,
.heading-style-h3,
.heading-4,
.card-subtitle,
.solution-name {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-transform: none;
}

.body,
.home-page,
.body-text,
.body-text-2,
.body-text-3,
.form-paragraph,
.paragraph-3,
.paragraph-3-copy {
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-transform: none;
}

.body-large {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
  text-transform: none;
}

.body-small {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

h4,
h5,
h6,
.form_field-label,
.form-input-label,
.form_field-label.is-alternate,
.radiolabel,
.radiolabel-2 {
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.body-tiny {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-transform: none;
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.body--strong,
.body-large--strong,
.body-small--strong,
.body-tiny--strong {
  font-weight: 700;
}

.body--primary,
.body-small--primary,
.body-tiny--primary {
  color: var(--text-primary);
}

.body--muted,
.body-small--muted,
.body-tiny--muted {
  color: var(--text-muted);
}

.body--subtle,
.body-small--subtle,
.body-tiny--subtle {
  color: var(--text-subtle);
}

a,
.nav-link,
.nav-linkk,
.site-nav__links > a,
.site-menu__link,
.site-footer__links a,
.button,
.button-2,
.button-primary,
.button-primary-rounded {
  font-family: var(--font-display);
}

.site-container,
.home-page .container,
.home-page .site-container {
  width: min(100% - (var(--page-gutter) * 2), var(--container-lg));
  max-width: var(--container-lg);
  margin-inline: auto;
}

.site-container--large {
  width: min(100% - (var(--page-gutter) * 2), var(--container-lg)) !important;
  max-width: var(--container-lg) !important;
  margin-inline: auto !important;
}

.site-container--medium {
  width: min(100% - (var(--page-gutter) * 2), var(--container-md)) !important;
  max-width: var(--container-md) !important;
  margin-inline: auto !important;
}

.site-container--small {
  width: min(100% - (var(--page-gutter) * 2), var(--container-sm)) !important;
  max-width: var(--container-sm) !important;
  margin-inline: auto !important;
}

.home-page {
  background: var(--surface-canvas);
  color: var(--text-primary);
  position: relative;
  isolation: isolate;
}

.home-gridlines {
  --home-edge-half: min(calc(50% - 8px), 664px);
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.home-gridlines__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
}

.home-gridlines__line--edge {
  background: var(--home-gridline);
}

.home-gridlines__line--spine {
  background: repeating-linear-gradient(
    to bottom,
    var(--home-gridline) 0 7px,
    transparent 7px 14px
  );
}

.home-gridlines__line--quarter {
  background: repeating-linear-gradient(
    to bottom,
    var(--home-gridline) 0 2px,
    transparent 2px 7px
  );
}

.home-gridlines__line--edge-left {
  left: calc(50% - var(--home-edge-half));
}

.home-gridlines__line--quarter-left {
  left: calc(50% - var(--home-edge-half) / 2);
}

.home-gridlines__line--spine {
  left: 50%;
}

.home-gridlines__line--quarter-right {
  left: calc(50% + var(--home-edge-half) / 2);
}

.home-gridlines__line--edge-right {
  left: calc(50% + var(--home-edge-half));
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p,
.home-page figure,
.home-page blockquote,
.home-page ul,
.home-page ol,
.home-page dl,
.home-page dd {
  margin: 0;
}

.home-page blockquote {
  border: 0;
  padding: 0;
}

.home-page .section {
  display: block;
  align-items: initial;
  justify-content: initial;
  min-height: 0;
  padding-block: clamp(64px, 8vw, 96px);
}

#who-for {
  overflow: hidden;
}

.home-page .button,
.site-nav .button,
.site-menu .button,
.button,
.button-2,
.button-primary,
.button-primary-rounded,
.footer-form-submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  height: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--action-primary-bg);
  border-radius: var(--radius-sm);
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  cursor: pointer;
  padding: 14px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: var(--elevation-default), inset 0 1px 0 rgb(255 255 255 / .28);
  transition:
    transform 0.22s cubic-bezier(.2, .7, .2, 1),
    box-shadow 0.22s cubic-bezier(.2, .7, .2, 1),
    border-color 0.22s ease,
    color 150ms ease;
}

.home-page .button::before,
.site-nav .button::before,
.site-menu .button::before,
.button::before,
.button-2::before,
.button-primary::before,
.button-primary-rounded::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(45deg, var(--accent-default) 20%, #e6c851);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.home-page .button:hover,
.site-nav .button:hover,
.site-menu .button:hover,
.button:hover,
.button-2:hover,
.button-primary:hover,
.button-primary-rounded:hover,
.footer-form-submit:hover {
  transform: translateY(-1px);
  border-color: #e6c851;
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  box-shadow: var(--elevation-raised), inset 0 1px 0 rgb(255 255 255 / .28);
}

.home-page .button:hover::before,
.site-nav .button:hover::before,
.site-menu .button:hover::before,
.button:hover::before,
.button-2:hover::before,
.button-primary:hover::before,
.button-primary-rounded:hover::before {
  opacity: 1;
}

.home-page .button:active,
.site-nav .button:active,
.site-menu .button:active,
.button:active,
.button-2:active,
.button-primary:active,
.button-primary-rounded:active,
.footer-form-submit:active {
  transform: translateY(0);
  box-shadow: var(--elevation-default), inset 0 1px 0 rgb(255 255 255 / .28);
  transition-duration: 0.08s;
}

.home-page .button i,
.home-page .button svg,
.site-nav .button i,
.site-nav .button svg,
.site-menu .button i,
.site-menu .button svg,
.button i,
.button svg,
.button-2 i,
.button-2 svg,
.button-primary i,
.button-primary svg,
.button-primary-rounded i,
.button-primary-rounded svg {
  flex: none;
  width: 1em;
  height: 1em;
}

.solution-card .button {
  font-size: 1rem;
  line-height: 1.5;
}

.button.is-icon:hover,
.button.is-icon.shadow-medium:hover,
.button-2.is-icon:hover,
.button-2.is-icon.shadow-medium:hover {
  transform: translateY(-1px);
  border-color: #e6c851;
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  box-shadow: var(--elevation-raised), inset 0 1px 0 rgb(255 255 255 / .28);
}

.button.is-icon.shadow-medium:hover::before,
.button-2.is-icon.shadow-medium:hover::before {
  opacity: 1;
}

.site-nav .button.is-link,
.home-page .button.is-link,
.button.is-link,
.nav-linkk.is-link {
  position: relative;
  isolation: auto;
  overflow: visible;
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text-primary);
  padding: 0.25rem 0;
  box-shadow: none;
  transition: color 150ms ease;
}

.site-nav .button.is-link::before,
.home-page .button.is-link::before,
.button.is-link::before,
.nav-linkk.is-link::before {
  content: none;
}

.site-nav .button.is-link::after,
.home-page .button.is-link::after,
.button.is-link::after,
.nav-linkk.is-link::after,
.site-nav__links > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--accent-hover);
  clip-path: inset(0 100% 0 0);
  transform: none;
  transition: clip-path .36s cubic-bezier(.62, 0, .2, 1);
}

.site-nav .button.is-link:hover,
.home-page .button.is-link:hover,
.button.is-link:hover,
.nav-linkk.is-link:hover {
  transform: none;
  background: transparent;
  color: var(--text-primary);
  box-shadow: none;
}

.site-nav .button.is-link:hover::after,
.home-page .button.is-link:hover::after,
.button.is-link:hover::after,
.nav-linkk.is-link:hover::after,
.site-nav__links > a:not(.button):hover::after {
  clip-path: inset(0 0 0 0);
}

.site-nav .button.is-link i,
.site-nav .button.is-link svg,
.home-page .button.is-link i,
.home-page .button.is-link svg,
.button.is-link i,
.button.is-link svg,
.nav-linkk.is-link i,
.nav-linkk.is-link svg {
  transition: transform 150ms ease, color 150ms ease;
}

.site-nav .button.is-link:hover i,
.site-nav .button.is-link:hover svg,
.home-page .button.is-link:hover i,
.home-page .button.is-link:hover svg,
.button.is-link:hover i,
.button.is-link:hover svg,
.nav-linkk.is-link:hover i,
.nav-linkk.is-link:hover svg {
  color: var(--accent-hover);
  transform: translateX(3px);
}

.button.is-secondary,
.button-2.is-secondary,
.button.is-secondary.shadow-medium.formbutton,
.button-2.is-secondary.shadow-medium.formbutton {
  border-color: var(--action-secondary-border);
  background: var(--action-secondary-bg);
  color: var(--action-secondary-fg);
  box-shadow: none;
}

.button.is-secondary::before,
.button-2.is-secondary::before,
.button.is-secondary.shadow-medium.formbutton::before,
.button-2.is-secondary.shadow-medium.formbutton::before {
  content: none;
}

.button.is-secondary:hover,
.button-2.is-secondary:hover,
.button.is-secondary.shadow-medium.formbutton:hover,
.button-2.is-secondary.shadow-medium.formbutton:hover {
  transform: none;
  border-color: var(--action-secondary-border-hover);
  background: var(--action-secondary-bg-hover);
  color: var(--action-secondary-fg);
  box-shadow: none;
}

.section-heading {
  display: grid;
  max-width: 720px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.section-heading > .section-eyebrow + * {
  margin-top: 12px;
}

.section-heading > .lead {
  margin-top: 16px;
}

.section-heading--wide {
  max-width: 920px;
}

.section-heading--center,
.port-section-heading--center {
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-full);
  background: var(--surface-raised);
  color: var(--text-primary);
  padding: 6px 12px;
}

.section-eyebrow i {
  flex: none;
  color: var(--accent-fg);
  font-size: 1.05em;
  line-height: 1;
}

.site-nav {
  --site-nav-floating-width: min(100% - (var(--page-gutter) * 2), var(--container-lg));
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 0;
  background: transparent;
  transition: top 300ms ease;
}

.site-nav.is-floating {
  top: 20px;
}

.site-nav__inner {
  width: 100%;
  height: 72px;
  margin-inline: auto;
  border: 1px solid var(--border-subtle);
  border-radius: 0;
  background: color-mix(in srgb, var(--surface-raised) 92%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: none;
  transition: width 300ms ease, border-radius 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.site-nav.is-floating .site-nav__inner {
  width: var(--site-nav-floating-width);
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--surface-raised) 85%, transparent);
  box-shadow: var(--elevation-default);
}

.site-nav.is-condensed .site-nav__inner {
  background: color-mix(in srgb, var(--surface-raised) 92%, transparent);
  box-shadow: var(--elevation-raised);
}

.site-nav__content {
  display: flex;
  width: min(100%, var(--container-lg));
  max-width: none;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 24px;
}

.site-nav__logo {
  display: inline-flex;
  padding-block: 12px;
}

.site-nav__logo img {
  display: block;
  width: 112px;
  height: auto;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav__links > a:not(.button) {
  position: relative;
  color: var(--text-primary);
  font-family: var(--font-display);
  padding: 0.25rem 0;
  text-decoration: none;
  transition: color 150ms ease;
}

.site-nav__links > a:not(.button):hover {
  color: var(--text-primary);
}

.site-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}

.site-nav.is-floating .site-nav__cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 40px;
  min-height: 40px;
  border: 1px solid var(--action-primary-bg);
  border-radius: var(--radius-sm);
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  padding: 11px 16px;
  box-shadow: var(--elevation-default), inset 0 1px 0 rgb(255 255 255 / .28);
  transition:
    transform 0.22s cubic-bezier(.2, .7, .2, 1),
    box-shadow 0.22s cubic-bezier(.2, .7, .2, 1),
    border-color 0.22s ease,
    color 150ms ease;
}

.site-nav.is-floating .site-nav__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(45deg, var(--accent-default) 20%, #e6c851);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.site-nav.is-floating .site-nav__cta::after {
  content: none;
}

.site-nav.is-floating .site-nav__cta i,
.site-nav.is-floating .site-nav__cta svg {
  display: none;
}

.site-nav.is-floating .site-nav__cta:hover {
  transform: translateY(-1px);
  border-color: #e6c851;
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  box-shadow: var(--elevation-raised), inset 0 1px 0 rgb(255 255 255 / .28);
}

.site-nav.is-floating .site-nav__cta:hover::before {
  opacity: 1;
}

.site-nav.is-floating .site-nav__cta:active {
  transform: translateY(0);
  box-shadow: var(--elevation-default), inset 0 1px 0 rgb(255 255 255 / .28);
  transition-duration: 0.08s;
}

.site-menu {
  --surface-canvas: #12120e;
  --surface-shell: #181814;
  --surface-raised: #181814;
  --text-primary: #f9f9f6;
  --text-muted: #babab6;
  --text-subtle: #81817d;
  --border-subtle: #2f2f28;
  --border-strong: #4a4a46;
  --border-focus: #e6c851;
  --accent-hover: #e6c851;
  --accent-fg: #e6c851;
  --action-primary-bg-hover: #e6c851;
  --action-secondary-fg: #f9f9f6;
  --action-secondary-bg-hover: #181814;
  --action-secondary-border: #2f2f28;
  --action-secondary-border-hover: #4a4a46;
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  background: var(--surface-canvas);
  color: var(--text-primary);
  opacity: 0;
  transition: opacity 160ms ease;
}

.site-menu[hidden] {
  display: none;
}

.site-menu.is-open {
  opacity: 1;
}

.site-menu__inner {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: max(20px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));
}

.site-menu__head,
.site-menu__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-menu__logo,
.site-menu__close,
.site-menu__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-menu__logo img {
  display: block;
  width: 112px;
  height: auto;
}

.site-menu__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}

.site-menu__nav {
  padding-block: clamp(56px, 12vh, 120px);
}

.site-menu__list,
.site-menu__social,
.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu__list {
  display: grid;
  gap: 18px;
}

.site-menu__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--text-primary);
  text-decoration: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.site-menu.is-open .site-menu__link,
.site-menu.is-open .site-menu__cta {
  opacity: 1;
  transform: none;
}

.site-menu__index {
  color: var(--accent-default);
  font-size: 13px;
}

.site-menu__foot {
  display: grid;
  gap: 24px;
  margin-top: auto;
}

.site-menu__cta {
  width: 100%;
  opacity: 0;
  transform: translateY(12px);
}

.site-menu__social {
  justify-content: center;
  gap: 18px;
}

.site-menu__social-link {
  width: 44px;
  height: 44px;
  color: var(--text-primary);
  transition: color 150ms ease;
}

.site-menu__social-link:hover,
.site-menu__close:hover {
  color: var(--accent-default);
}

.site-menu__social-link svg {
  width: 22px;
  height: 22px;
}

.home-page .home-hero {
  display: grid;
  align-items: center;
  justify-content: stretch;
  justify-items: stretch;
  padding-block: clamp(48px, 7vw, 80px);
}

.home-hero__grid {
  display: flex;
  gap: clamp(24px, 4vw, 40px) clamp(48px, 6vw, 80px);
  align-items: center;
  justify-content: space-between;
}

.home-hero__copy {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  max-width: 880px;
}

.home-hero__copy > * + * {
  margin-top: 32px;
}

.home-hero__headline {
  display: grid;
  gap: 12px;
}

.home-hero__copy .lead {
  max-width: 590px;
  color: var(--text-primary);
}

.home-hero__cta {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.home-hero__microcopy {
  max-width: 460px;
}

.home-hero__visual {
  flex: 0 0 clamp(360px, 38%, 460px);
  width: 100%;
}

.home-hero__proof {
  width: min(100%, 550px);
  margin-top: 32px !important;
  padding: 10px 0 10px 13px;
  border-left: 3px solid var(--accent-default);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background-color: var(--surface-shell);
  color: var(--text-muted);
}

.home-hero__proof strong {
  color: var(--text-primary);
}

.hero-diagram {
  position: relative;
  width: min(100%, 460px);
  margin-inline: auto;
  aspect-ratio: 616 / 624;
}

.hero-diagram__route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-diagram__route-line {
  stroke: var(--border-subtle);
}

.hero-diagram__route-line--active,
.hero-diagram.is-static-resolved .hero-diagram__route-line {
  stroke: var(--accent-default);
}

.hero-diagram__route-line--active {
  opacity: 0;
}

.hero-diagram__particle,
.hero-diagram__halo {
  fill: var(--accent-default);
}

.hero-diagram__heartbeat {
  fill: none;
  stroke: var(--accent-default);
  stroke-width: 2;
}

.hero-diagram__card {
  position: absolute;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-width: 100px;
  padding: 14px 12px;
  border-radius: var(--radius-md);
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.32s ease, border-color 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease, opacity 0.32s ease;
}

.hero-diagram__ring {
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent-default);
  border-radius: var(--radius-md);
  opacity: 0;
  pointer-events: none;
}

.hero-diagram__icon {
  font-size: 23px;
  line-height: 1;
}

.hero-diagram__label {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.hero-diagram__node {
  border: 1px solid var(--border-subtle);
  background: var(--surface-shell);
  transform: translate(-50%, -50%) scale(0.94);
}

.hero-diagram__node .hero-diagram__icon {
  color: var(--border-strong);
}

.hero-diagram__node .hero-diagram__label {
  color: var(--text-subtle);
}

.hero-diagram__node.is-on,
.hero-diagram__core.is-active {
  border-color: var(--accent-default);
  background: var(--surface-raised);
  box-shadow:
    0 0 0 5px var(--surface-accent-muted),
    0 6px 18px color-mix(in srgb, var(--accent-default) 16%, transparent);
}

.hero-diagram__node.is-on {
  transform: translate(-50%, -50%) scale(1);
}

.hero-diagram__node.is-on .hero-diagram__icon {
  color: var(--accent-fg);
}

.hero-diagram__node.is-on .hero-diagram__label,
.hero-diagram__core.is-active .hero-diagram__label {
  color: var(--text-primary);
}

.hero-diagram__node.is-on .hero-diagram__ring,
.hero-diagram__core.is-active .hero-diagram__ring {
  animation: hero-ringpulse 0.6s ease-out;
}

.hero-diagram__core {
  padding: 16px 14px;
  transform: translate(-50%, -50%) scale(1);
}

.hero-diagram__crystal {
  width: 42px;
  height: 42px;
  overflow: visible;
}

.hero-diagram__crystal-facets,
.hero-diagram__crystal-outline {
  stroke: currentColor;
  transition: stroke 0.32s ease, opacity 0.32s ease, stroke-dasharray 0.32s ease;
}

.hero-diagram__crystal-facets {
  stroke-width: 1.5;
}

.hero-diagram__crystal-outline {
  stroke-width: 1.3;
  stroke-linejoin: round;
}

.hero-diagram__core.is-ghost {
  border: 1.5px dashed var(--border-strong);
  background: transparent;
}

.hero-diagram__core.is-ghost .hero-diagram__crystal {
  color: var(--border-strong);
  opacity: 0.4;
}

.hero-diagram__core.is-ghost .hero-diagram__crystal-facets,
.hero-diagram__core.is-ghost .hero-diagram__crystal-outline {
  stroke-dasharray: 3 2.5;
}

.hero-diagram__core.is-ghost .hero-diagram__label {
  color: var(--border-strong);
}

.hero-diagram__core.is-inactive {
  border: 1px solid var(--border-subtle);
  background: var(--surface-shell);
}

.hero-diagram__core.is-inactive .hero-diagram__crystal {
  color: var(--border-subtle);
  opacity: 1;
}

.hero-diagram__core.is-inactive .hero-diagram__crystal-facets,
.hero-diagram__core.is-inactive .hero-diagram__crystal-outline {
  stroke-dasharray: none;
}

.hero-diagram__core.is-inactive .hero-diagram__label {
  color: var(--text-subtle);
}

.hero-diagram__core.is-active {
  border: 1px solid var(--accent-default);
  background: var(--surface-raised);
  box-shadow:
    0 0 0 5px var(--surface-accent-muted),
    0 6px 18px color-mix(in srgb, var(--accent-default) 16%, transparent);
  transform: translate(-50%, -50%) scale(1.06);
}

.hero-diagram__core.is-active .hero-diagram__crystal {
  color: var(--accent-default);
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--accent-default) 55%, transparent));
}

.hero-diagram__core.is-waking {
  animation: hero-wake-flash 0.65s ease-out;
}

@keyframes hero-wake-flash {
  35% {
    box-shadow:
      0 0 0 14px color-mix(in srgb, var(--accent-default) 30%, transparent),
      0 0 32px 10px color-mix(in srgb, var(--accent-default) 45%, transparent);
    transform: translate(-50%, -50%) scale(1.14);
  }
}

@keyframes hero-ringpulse {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 0; transform: scale(1.32); }
}

.home-symptoms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  list-style: none;
}

.who-for__cards {
  margin-top: clamp(48px, 6vw, 72px);
}

.home-symptom-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  margin: 0;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  background: var(--surface-raised);
  box-shadow: var(--elevation-subtle);
  padding: clamp(24px, 3vw, 32px);
}

.home-symptom-card__icon {
  display: block;
  color: var(--accent-fg);
  font-size: 24px;
  line-height: 1;
}

.home-symptom-card blockquote {
  display: block;
  min-height: 0;
}

.home-symptom-card p {
  color: var(--text-primary);
  font-weight: 600;
}

.surface-island-dark {
  --surface-canvas: #12120e;
  --surface-shell: #181814;
  --surface-raised: #181814;
  --text-primary: #f9f9f6;
  --text-muted: #babab6;
  --text-subtle: #81817d;
  --border-subtle: #2f2f28;
  --border-strong: #4a4a46;
  --border-focus: #e6c851;
  --accent-hover: #e6c851;
  --accent-fg: #e6c851;
}

.home-case-study__panel {
  display: grid;
  gap: clamp(24px, 3.5vw, 32px);
  border-radius: var(--radius-lg);
  background: var(--surface-canvas);
  color: var(--text-primary);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--elevation-floating);
}

.home-case-study__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding-bottom: clamp(24px, 3vw, 32px);
  border-bottom: 1.5px solid var(--border-subtle);
}

.home-case-study__header {
  display: grid;
  gap: 8px;
  justify-items: start;
  text-align: left;
}

.home-case-study__stats {
  display: grid;
  gap: 12px;
  text-align: left;
}

.home-case-study__stats-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}

.home-case-study__stat {
  display: grid;
  gap: 4px;
}

.home-case-study__stat + .home-case-study__stat {
  padding-left: clamp(24px, 3vw, 32px);
  border-left: 1.5px solid var(--border-subtle);
}

.home-case-study__stat dt {
  color: var(--text-primary);
  white-space: nowrap;
}

.home-case-study__stat dd,
.home-case-study__context {
  color: var(--text-muted);
}

.home-case-study__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
}

.home-case-study__visual img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.home-check-list {
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.home-check-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.home-check-list li i {
  color: var(--accent-fg);
  font-size: 16px;
  line-height: 1.45;
}

.home-case-study__system {
  display: grid;
  grid-template-columns: minmax(0, 3.3fr) minmax(0, 7fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(24px, 4vw, 32px);
  border-top: 1.5px solid var(--border-subtle);
}

.home-case-study__system--media-left {
  grid-template-columns: minmax(0, 7fr) minmax(0, 3.3fr);
}

.home-case-study__cta { display: flex; justify-content: center; padding-top: clamp(24px, 4vw, 32px); border-top: 1.5px solid var(--border-subtle); }

.home-case-study__system-copy {
  max-width: 360px;
  justify-self: start;
}

.home-system-card__copy {
  display: grid;
  align-content: start;
  padding: 0;
}

.home-system-card__copy > .text-label + h3 {
  margin-top: 8px;
}

.home-case-study__system-copy h3 {
  color: var(--text-primary);
}

.home-system-card__copy > h3 + p {
  margin-top: 12px;
}

.home-system-card__copy .text-label {
  color: var(--accent-fg);
}

.home-system-card__copy p:last-child {
  color: var(--text-muted);
}

.home-system-featured-media {
  position: relative;
  min-height: clamp(300px, 27vw, 430px);
}

.home-system-window {
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  box-shadow: var(--elevation-default);
}

.home-system-window--lit {
  box-shadow:
    var(--elevation-default),
    0 20px 48px -20px color-mix(in srgb, var(--accent-default) 26%, transparent);
}

.home-system-window__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  border-bottom: 1.5px solid var(--border-subtle);
  background: var(--surface-shell);
  padding-inline: 12px;
}

.home-system-window__chrome > span {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: var(--radius-full);
  background: var(--border-strong);
}

.home-system-window__chrome > span:first-child {
  background: var(--accent-default);
}

.home-system-window__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 1 auto;
  min-width: 0;
  height: 100%;
  margin-inline-start: 8px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-canvas);
  padding-inline: 8px;
}

.home-system-window__mark {
  display: block;
  width: 14px;
  height: 14px;
  flex: none;
  opacity: 0.75;
}

.home-system-window__title {
  min-width: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-system-window__well {
  overflow: hidden;
  background: var(--surface-shell);
}

.home-system-window__well > img {
  display: block;
  width: 100%;
  height: auto;
}

.home-system-window--primary {
  position: relative;
  z-index: 1;
  width: min(76%, 720px);
}

.home-system-window--primary2 {
  position: relative;
  z-index: 1;
  width: min(65%, 720px);
}

.home-system-window--companion {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 2;
  width: min(42%, 380px);
}

.home-system-window--companion2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 2;
  width: min(37%, 380px);
}

.port-section-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

/* Legacy Webflow class normalization against the Shaped identity tokens. */
.home-page,
.section-padding,
.section-padding.nopadding.noline,
.utility_component {
  background: var(--surface-canvas);
  color: var(--text-primary);
}

.home-page .section-padding,
.home-page .section-padding-2,
.home-page .solutionss {
  background: transparent;
}

.body-text,
.body-text-2,
.body-text-3,
.form-paragraph,
.paragraph-regular,
.paragraph-large,
.paragraph-3,
.paragraph-3-copy {
  color: var(--text-muted);
}

.text-weight-bold,
.body-text.text-weight-bold,
.body-text-2.text-weight-bold,
.body-text-3.text-weight-bold,
.paragraph-3,
.paragraph-3-copy {
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 700;
}

.body-small.opacity-80,
.body-small.opacity-60,
.body-tiny.opacity-75,
.footer-text.opacity-80,
.footer-text.opacity-60 {
  color: var(--text-muted);
  opacity: 1;
}

.card-title.eyebrow {
  color: var(--accent-fg);
}

.card-title.paragraph-3,
.solution-price-label.paragraph-3 {
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

._w-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

._w-card,
.testimonial-card-e,
.faq-3,
.div-block-23.shadow-xlarge,
.form-block,
.form-block-2,
.utility_form-block {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  color: var(--text-primary);
  box-shadow: var(--elevation-subtle);
}

.div-block-23.shadow-xlarge,
.form-block.shadow-large-hoverless,
.form-block-2.shadow-large-hoverless,
.utility_form-block {
  box-shadow: var(--elevation-raised);
}

.testimonial-slider-b,
.testimonial-mask-b,
.testimonial-slide-b {
  background: transparent;
}

.shadow-small {
  border-radius: var(--radius-sm);
  box-shadow: var(--elevation-subtle);
}

.shadow-medium,
.shadow-medium-hoverless {
  box-shadow: var(--elevation-default);
}

.shadow-large-hoverless {
  box-shadow: var(--elevation-raised);
}

.c-card-content-divider,
.faqdivider {
  border-color: var(--border-subtle);
}

.hospitality-faq-legacy {
  display: none !important;
}

.faq-section {
  display: block;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-inline: 0;
  padding-block: 80px;
  scroll-margin-top: 92px;
}

.faq-section h2,
.faq-list,
.faq-list details,
.faq-list summary,
.faq-list p {
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--border-subtle);
  transition: border-color 150ms ease;
}

.faq-list details {
  border-bottom: 1px solid var(--border-subtle);
  transition: border-color 150ms ease;
}

.faq-list:has(details:first-child:hover) {
  border-top-color: var(--border-strong);
}

.faq-list details:hover,
.faq-list details:has(+ details:hover) {
  border-bottom-color: var(--border-strong);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 24px 4px 24px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list__toggle {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 24px;
  height: 24px;
  color: var(--text-primary);
}

.faq-list__icon {
  grid-area: 1 / 1;
  font-size: 24px;
  line-height: 1;
  transition: opacity 150ms ease;
}

.faq-list__icon--minus {
  opacity: 0;
}

.faq-list details[open] .faq-list__icon--plus {
  opacity: 0;
}

.faq-list details[open] .faq-list__icon--minus {
  opacity: 1;
}

.faq-list details > p {
  max-width: 720px;
  color: var(--text-muted);
  padding: 0 48px 32px 64px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.faq-list details[data-faq-motion] > p {
  opacity: 0;
  transform: translateY(-8px);
}

.faq-list details[data-faq-motion].is-faq-open > p {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .faq-list details > p {
    transition: none;
  }
}

.solution-line {
  background: var(--home-gridline);
}

.solutions-wrap {
  color: var(--text-primary);
}

.solution-card {
  border-color: var(--border-subtle);
  border-radius: var(--radius-md);
  background: transparent;
}

.solution-card.sol2,
.solution-card.sol3 {
  border-color: var(--border-accent-subtle);
  background: var(--surface-accent-subtle);
}

.solution-price-wrap {
  border-color: var(--border-subtle);
}

.solution-price-label {
  color: var(--accent-fg);
}

.solution-price-label.paragraph-3 {
  color: var(--text-muted);
}

.solution-feature-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.solution-price {
  letter-spacing: 0.04em;
}

.solution-feature-wrap,
.solution-feature-wrap-copy {
  color: var(--text-muted);
}

.solution-feature-wrap .ph-check.icon-embed-xsmall,
.solution-feature-wrap-copy .ph-check.icon-embed-xsmall {
  color: var(--text-muted);
  font-size: 1.25rem;
  flex: 0 0 1.25rem;
  line-height: 1;
  opacity: 1;
}

.solution-icon,
.text-span-6,
.form-x {
  color: var(--accent-fg);
}

.form-success-icon {
  display: flex;
  justify-content: center;
  color: var(--feedback-success-fg);
  margin: 0 auto 1rem;
}

.intake-form-modalwrap {
  background-color: var(--overlay-scrim);
}

.form-block.shadow-large-hoverless.height70,
.form-block-2.shadow-large-hoverless {
  background: var(--surface-raised);
  border-color: var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--elevation-raised);
}

.form-input,
.form-input-2,
.price-field,
.rarfaergaerghaerg,
.footer-form-input,
.utility_form input,
input.w-input,
textarea.w-input,
select.w-select {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-raised);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.5;
  box-shadow: var(--elevation-subtle);
}

.form-input:focus,
.form-input-2:focus,
.price-field:focus,
.rarfaergaerghaerg:focus,
.footer-form-input:focus,
.utility_form input:focus,
input.w-input:focus,
textarea.w-input:focus,
select.w-select:focus {
  border-color: var(--border-focus);
  box-shadow: var(--elevation-focus), var(--elevation-subtle);
  outline: none;
}

.form-input::placeholder,
.form-input-2::placeholder,
.price-field::placeholder,
.rarfaergaerghaerg::placeholder,
.footer-form-input::placeholder,
.utility_form input::placeholder,
input.w-input::placeholder,
textarea.w-input::placeholder {
  color: var(--text-subtle);
}

.form-input.shadow-small,
.form-input-2.shadow-small,
.price-field.shadow-small,
.rarfaergaerghaerg.shadow-small {
  border-color: var(--border-subtle);
  color: var(--text-primary);
  box-shadow: var(--elevation-subtle);
}

.form-input.shadow-small:focus,
.form-input-2.shadow-small:focus,
.price-field.shadow-small:focus,
.rarfaergaerghaerg.shadow-small:focus {
  border-color: var(--border-focus);
  box-shadow: var(--elevation-focus), var(--elevation-subtle);
}

.form-input.shadow-small::placeholder,
.form-input-2.shadow-small::placeholder,
.price-field.shadow-small::placeholder,
.rarfaergaerghaerg.shadow-small::placeholder {
  color: var(--text-subtle);
}

select.form-input-2.w-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A4A46' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 11px 7px;
  padding-right: 40px;
}

.intake-form-modalwrap .form-input-label {
  font-weight: 600;
}

.intake-form-modalwrap .form-input,
.intake-form-modalwrap .form-input-2,
.intake-form-modalwrap .radiolabel-2 {
  font-weight: 400;
}

.error-message-2,
.error-message-3,
.form_message-error {
  border: 1px solid var(--feedback-danger-border);
  border-radius: var(--radius-md);
  background: var(--feedback-danger-bg);
  color: var(--feedback-danger-fg);
}

.success-message,
.success-message-2,
.success-message-3,
.success-message-4,
.form_message-success {
  border: 1px solid var(--feedback-success-border);
  border-radius: var(--radius-md);
  background: var(--feedback-success-bg);
  color: var(--text-primary);
}

.container-tiny,
.container-tiny-copy {
  width: min(100% - (var(--page-gutter) * 2), var(--container-sm));
  max-width: var(--container-sm);
}

.div-block-23.shadow-xlarge {
  padding: clamp(28px, 5vw, 56px);
}

.div-block-23.shadow-xlarge p,
.div-block-23.shadow-xlarge li {
  color: var(--text-muted);
}

.div-block-23.shadow-xlarge strong,
.div-block-23.shadow-xlarge h2,
.div-block-23.shadow-xlarge h3,
.div-block-23.shadow-xlarge h5 {
  color: var(--text-primary);
}

.div-block-23.shadow-xlarge .meta,
.div-block-23.shadow-xlarge .company-info {
  display: grid;
  gap: 8px;
  margin: 16px 0 24px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-shell);
  padding: 16px;
}

.div-block-23.shadow-xlarge a {
  color: var(--text-primary);
  text-underline-offset: 0.16em;
}

.line-deco {
  background: var(--accent-default);
}

.text-block {
  color: var(--text-primary);
  font-family: var(--font-display);
}

.utility_component {
  display: grid;
  min-height: 55vh;
  place-items: center;
  padding: clamp(48px, 8vw, 96px) 20px;
}

.utility_form {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
}

.utility_image {
  opacity: 0.72;
}

.site-footer {
  --surface-canvas: #12120e;
  --surface-shell: #181814;
  --surface-raised: #181814;
  --text-primary: #f9f9f6;
  --text-muted: #babab6;
  --text-subtle: #81817d;
  --border-subtle: #2f2f28;
  --border-strong: #4a4a46;
  --border-focus: #e6c851;
  --accent-hover: #e6c851;
  --accent-fg: #e6c851;
  --action-primary-bg-hover: #e6c851;
  --action-secondary-fg: #f9f9f6;
  --action-secondary-bg-hover: #181814;
  --action-secondary-border: #2f2f28;
  --action-secondary-border-hover: #4a4a46;
  background: var(--surface-dark);
  color: var(--text-primary);
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(32px, 6vw, 80px);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-subtle);
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 440px;
}

.site-footer__mark {
  flex: none;
}

.site-footer__logo-img {
  width: 140px;
  height: auto;
}

.site-footer__tagline {
  max-width: 36ch;
  margin: 0;
}

.site-footer__social {
  display: flex;
  gap: 10px;
}

.site-footer .site-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  color: var(--text-muted);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-footer .site-footer__icon:hover {
  color: var(--accent-hover);
  border-color: var(--border-strong);
}

.site-footer__icon svg {
  width: 18px;
  height: 18px;
}

.site-footer__mark-frame {
  width: 164px;
  margin: 0;
}

.site-footer__mark-frame {
  position: relative;
  aspect-ratio: 1 / 1;
}

.site-footer__mark-canvas,
.site-footer__mark-fallback {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.site-footer__mark-canvas {
  touch-action: none;
}

.site-footer__mark-fallback {
  object-fit: contain;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.site-footer__meta {
  margin: 0;
}

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__links a {
  color: var(--text-muted);
}

.site-footer__links a:hover {
  color: var(--accent-hover);
}

html.ss-js:not([data-ss-interactions-runtime="off"]) .home-page [data-reveal] {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 40px, 0) scale3d(0.98, 0.98, 1);
  transition: opacity 300ms ease-out, filter 300ms ease-out, transform 300ms ease;
  will-change: opacity, filter, transform;
}

html.ss-js:not([data-ss-interactions-runtime="off"]) .home-page [data-reveal].is-reveal-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  will-change: auto;
}

.intake-email-note {
  margin-top: 12px;
}

.intake-email-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

@media (min-width: 768px) {
  .type-h1,
  .home-page h1,
  h1,
  .heading-style-h1,
  .h1 { font-size: 2.75rem; }
  .type-h2,
  .home-page h2,
  h2,
  .h2-pricing,
  .heading-style-h2,
  .h2-heading,
  .h2-heading-2 { font-size: 2.625rem; }
  .type-h3,
  .home-page h3,
  h3,
  .heading-style-h3,
  .heading-4,
  .card-subtitle,
  .solution-name { font-size: 1.625rem; }
  .body-large { font-size: 1.1875rem; }
  .body-small { font-size: 1rem; }
  .body-tiny { font-size: 0.875rem; }
}

@media (min-width: 1280px) {
  .type-h1,
  .home-page h1,
  h1,
  .heading-style-h1,
  .h1 { font-size: 4rem; }
  .type-h2,
  .home-page h2,
  h2,
  .h2-pricing,
  .heading-style-h2,
  .h2-heading,
  .h2-heading-2 { font-size: 2.875rem; }
  .type-h3,
  .home-page h3,
  h3,
  .heading-style-h3,
  .heading-4,
  .card-subtitle,
  .solution-name { font-size: 1.75rem; }
  .body-large { font-size: 1.25rem; }
  .body,
  .home-page,
  .body-text,
  .body-text-2,
  .body-text-3,
  .form-paragraph,
  .paragraph-3,
  .paragraph-3-copy { font-size: 1.125rem; }
}

@media (max-width: 991px) {
  /* Single consistent page gutter on tablet and mobile. */
  :root {
    --page-gutter: 24px;
  }

  /* Legacy Webflow block-container wrappers (process, solutions, testimonial)
     stack their own max-width + 1.5rem inline padding on top of the
     .site-container gutter, over-constraining content. Neutralize the wrapper
     so the inner .site-container is the single source of width and gutter. */
  .home-page .w-layout-blockcontainer {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  /* When .site-containers nest (e.g. process cards-list inside the heading
     container), only the outermost applies the page gutter; inner ones fill
     their parent up to their own max-width. */
  .home-page .site-container .site-container--large {
    width: min(100%, var(--container-lg)) !important;
  }

  .home-page .site-container .site-container--medium {
    width: min(100%, var(--container-md)) !important;
  }

  .home-page .site-container .site-container--small {
    width: min(100%, var(--container-sm)) !important;
  }

  /* Proof card reads as a genuine full-bleed dark section: no side spacing,
     no radius, no shadow; content held to the 24px page gutter. */
  .home-case-study__panel {
    margin-left: calc(var(--page-gutter) * -1);
    margin-right: calc(var(--page-gutter) * -1);
    border-radius: 0;
    box-shadow: none;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  html.ss-js .site-nav__links {
    display: none;
  }

  .home-page .section-heading,
  .home-page .section-heading--center,
  .home-page .port-section-heading,
  .home-page .port-section-heading--center {
    justify-items: start;
    margin-inline: 0 auto;
    text-align: left;
  }

  .home-page .port-section-heading {
    margin-bottom: 32px;
  }

  .home-page .section-eyebrow {
    justify-self: start;
    text-align: left;
  }

  .home-page .section-heading h1,
  .home-page .section-heading h2,
  .home-page .section-heading h3,
  .home-page .port-section-heading h1,
  .home-page .port-section-heading h2,
  .home-page .port-section-heading h3,
  .home-page .port-section-heading .text-align-center {
    text-align: left;
  }

  .home-page .home-hero__copy .lead,
  .home-page .section-heading > .lead,
  .home-page .home-case-study__description,
  .home-page .bestforyou {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  html.ss-js .site-nav__toggle {
    display: inline-flex;
  }

  .home-hero__grid,
  .home-case-study__intro,
  .home-case-study__body,
  .home-case-study__system {
    grid-template-columns: 1fr;
  }

  .home-hero__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero__visual {
    align-self: center;
    flex: 0 1 auto;
    width: 100%;
    max-width: 520px;
  }

  .home-case-study__intro, .home-case-study__body, .home-case-study__system {
      display: flex;
      flex-direction: column;
      align-items: stretch;
  }

  .home-case-study__system--media-left {
    flex-direction: column-reverse;
}

  .home-case-study__system-copy {
    max-width: 560px;
  }

  .home-system-featured-media {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .home-system-window--primary,
  .home-system-window--primary2 {
    width: 100%;
  }

  .home-system-window--companion {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: center;
    width: min(70%, 360px);
  }

  .home-system-window--companion2 {
    position: relative;
    bottom: 0%;
    justify-self: center;
    width: min(70%, 320px);
  }
}

@media (max-width: 767px) {
  .home-gridlines {
    --home-edge-half: min(calc(50% - 8px), 640px);
  }

  .solution-feature-wrap .flex-row.gap-8,
  .solution-feature-wrap-copy .flex-row.gap-8 {
    grid-column-gap: 8px;
  }

  .solution-feature-wrap .ph-check.icon-embed-xsmall,
  .solution-feature-wrap-copy .ph-check.icon-embed-xsmall {
    font-size: 16px;
    flex-basis: 16px;
  }

  .home-system-window--companion2 {
    width: 220px;
  }

    .port-section-heading {
  margin-bottom: 24px;
}

  .home-system-card__copy {
    padding: 0;
  }

  .home-gridlines__line--quarter {
    display: none;
  }

  .site-nav__inner {
    height: 64px;
  }

  .site-nav__content {
    padding-inline: 20px;
  }

  .home-page .section {
    padding-block: 48px;
  }

  .home-hero__grid {
    gap: 64px;
  }

  .home-symptoms-grid {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    grid-template-columns: 16px minmax(0, 1fr) 24px;
  }

  .home-symptom-card--mobile-hidden {
    display: none;
  }

  .hero-diagram {
    margin-top: -32px;
    margin-bottom: -16px;
    width: 90%;
  }

  .home-case-study__stat + .home-case-study__stat {
    padding-left: 16px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
  }

  .site-footer__brand {
    align-items: center;
    text-align: center;
  }

  .site-footer__mark-frame {
    width: 120px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-menu,
  .site-menu__link,
  .site-menu__cta {
    transition: none;
  }

  .button:hover,
  .button:active,
  .button-2:hover,
  .button-2:active,
  .button-primary:hover,
  .button-primary:active,
  .button-primary-rounded:hover,
  .button-primary-rounded:active,
  .site-nav.is-floating .site-nav__cta:hover,
  .site-nav.is-floating .site-nav__cta:active {
    transform: none;
  }

  .site-nav .button.is-link::after,
  .home-page .button.is-link::after,
  .button.is-link::after,
  .nav-linkk.is-link::after,
  .site-nav__links > a:not(.button)::after {
    transition-duration: 0.01ms;
  }

  html.ss-js .home-page [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
