/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --tracking-wider: 0.05em;
    --leading-snug: 1.375;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink-950: #0b202b;
    --color-ink-900: #102c3a;
    --color-ink-800: #173e4f;
    --color-ink-700: #275466;
    --color-line: #d8dfdc;
    --color-brand-300: #5eead4;
    --color-brand-400: #0d9488;
    --color-brand-500: #0f766e;
    --color-brand-600: #115e59;
    --color-signal-400: #f7b733;
    --color-signal-500: #e99b19;
    --color-live-500: #16865f;
    --color-alert-500: #dc4b3e;
    --color-text-hi: #122a35;
    --color-text-mid: #536971;
    --color-text-lo: #75868b;
    --font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-1 {
    width: var(--spacing);
    height: var(--spacing);
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[\<�M���ɽi0uB���߱\1e ��\12 ����ٛ���e���n�G\@�M��P\~V�\*CC��\] {
    height: <�M���ɽi0uB���߱������ٛ���e���n�G@�M��P~V�*CC��;
  }
  .h-full {
    height: 100%;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[68ch\] {
    max-width: 68ch;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-brand-400 {
    border-color: var(--color-brand-400);
  }
  .border-brand-400\/20 {
    border-color: color-mix(in srgb, #0d9488 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-400) 20%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-l-brand-400 {
    border-left-color: var(--color-brand-400);
  }
  .bg-brand-500 {
    background-color: var(--color-brand-500);
  }
  .bg-brand-500\/10 {
    background-color: color-mix(in srgb, #0f766e 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-500) 10%, transparent);
    }
  }
  .bg-live-500 {
    background-color: var(--color-live-500);
  }
  .bg-signal-400 {
    background-color: var(--color-signal-400);
  }
  .bg-signal-400\/10 {
    background-color: color-mix(in srgb, #f7b733 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-signal-400) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/\[0\.03\] {
    background-color: color-mix(in srgb, #fff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-brand-400 {
    color: var(--color-brand-400);
  }
  .text-live-500 {
    color: var(--color-live-500);
  }
  .text-signal-400 {
    color: var(--color-signal-400);
  }
  .text-text-hi {
    color: var(--color-text-hi);
  }
  .text-text-lo {
    color: var(--color-text-lo);
  }
  .text-text-mid {
    color: var(--color-text-mid);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .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,);
  }
  .backdrop-filter {
    -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (hover: hover) {
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:-translate-y-0\.5:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:inset-0::after {
    content: var(--tw-content);
    inset: 0px;
  }
  @media (hover: hover) {
    .hover\:text-brand-300:hover {
      color: var(--color-brand-300);
    }
    .hover\:text-brand-400:hover {
      color: var(--color-brand-400);
    }
  }
  @media (width >= 48rem) {
    .md\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
  }
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --header-height: 78px;
  --page: #f8f6f1;
  --paper: #fff;
  --paper-soft: #f0f4f1;
  --navy: #0b2734;
  --navy-2: #123d4c;
  --teal: #0f766e;
  --orange: #f4a72c;
  --line: #dce3df;
  --shadow-sm: 0 8px 28px rgb(16 44 58 / 7%);
  --shadow-lg: 0 30px 80px rgb(16 44 58 / 15%);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--page);
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page);
  color: var(--color-text-hi);
  font-family: var(--font-sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button, input, textarea, select {
  font: inherit;
}
button, summary {
  cursor: pointer;
}
h1, h2, h3, h4 {
  color: var(--color-text-hi);
  font-family: var(--font-display);
}
:focus-visible {
  outline: 3px solid rgb(244 167 44 / 75%);
  outline-offset: 3px;
}
::selection {
  background: rgb(15 118 110 / 20%);
  color: var(--navy);
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: .5rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: .65rem;
  background: var(--orange);
  color: var(--navy);
  padding: .6rem 1rem;
  font-weight: 800;
}
.skip-link:focus {
  transform: translateY(0);
}
.container, .container-site {
  width: min(1220px, calc(100% - 2.5rem));
  margin-inline: auto;
}
.narrow {
  width: min(820px, calc(100% - 2.5rem));
  margin-inline: auto;
}
.section {
  position: relative;
  padding-block: clamp(4.8rem, 8vw, 7.5rem);
}
.section-sm {
  padding-block: clamp(3rem, 5vw, 4.5rem);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--teal);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 1.55rem;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--orange);
}
.section-title {
  margin: .8rem 0 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.section-copy {
  margin: 1rem 0 0;
  max-width: 68ch;
  color: var(--color-text-mid);
  font-size: 1.04rem;
}
.muted {
  color: var(--color-text-mid);
}
.text-brand {
  color: var(--teal);
}
.kicker {
  color: #b56e00;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgb(11 39 52 / 8%);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 5px 22px rgb(16 44 58 / 4%);
  backdrop-filter: blur(18px);
}
.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .72rem;
}
.brand-mark {
  position: relative;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: .9rem;
  background: var(--navy);
  color: white;
  box-shadow: 0 8px 18px rgb(11 39 52 / 16%);
}
.brand-mark::after {
  position: absolute;
  right: -.5rem;
  bottom: -.75rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  content: "";
  background: var(--orange);
  opacity: .9;
}
.brand-mark svg {
  position: relative;
  z-index: 1;
}
.brand-name {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 850;
  letter-spacing: -.025em;
}
.brand-place {
  display: block;
  color: var(--color-text-lo);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: .05rem;
}
.desktop-nav > a, .nav-dropdown > summary {
  border-radius: .7rem;
  color: #53666c;
  padding: .55rem .62rem;
  font-size: .81rem;
  font-weight: 720;
  list-style: none;
  transition: color .2s, background .2s;
}
.desktop-nav > a:hover, .nav-dropdown > summary:hover {
  background: #edf3f0;
  color: var(--navy);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}
.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 1rem);
  width: min(780px, 88vw);
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: rgb(255 255 255 / 98%);
  padding: 1.15rem;
  box-shadow: var(--shadow-lg);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem;
}
.mega-group {
  border-radius: .9rem;
  background: var(--paper-soft);
  padding: 1rem;
}
.mega-group strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: .85rem;
}
.mega-group a {
  display: block;
  margin-top: .4rem;
  color: var(--color-text-mid);
  font-size: .78rem;
}
.mega-group a:hover {
  color: var(--teal);
}
.header-cta {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  gap: .45rem;
  border-radius: .75rem;
  background: var(--navy);
  color: white;
  padding: .58rem .9rem;
  font-size: .78rem;
  font-weight: 850;
  box-shadow: 0 9px 24px rgb(11 39 52 / 14%);
  transition: background .2s, transform .2s;
}
.header-cta:hover {
  background: var(--teal);
  transform: translateY(-1px);
}
.menu-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: .85rem;
  background: white;
  color: var(--navy);
  padding: 0;
  box-shadow: 0 8px 20px rgb(16 44 58 / 7%);
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.menu-toggle:hover {
  border-color: rgb(15 118 110 / 32%);
  color: var(--teal);
  transform: translateY(-1px);
}
.menu-toggle span {
  display: grid;
  place-items: center;
}
.menu-icon-close {
  display: none !important;
}
.menu-toggle[aria-expanded="true"] {
  border-color: var(--navy);
  background: var(--navy);
  color: white;
}
.menu-toggle[aria-expanded="true"] .menu-icon-open {
  display: none;
}
.menu-toggle[aria-expanded="true"] .menu-icon-close {
  display: grid !important;
}
.mobile-nav {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(116deg, #faf8f3 0 53%, #e9f0ec 53% 100%);
}
.hero::before {
  position: absolute;
  left: -14rem;
  top: -18rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgb(15 118 110 / 8%);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5rem rgb(15 118 110 / 2.5%);
}
.hero-inner {
  position: relative;
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  padding-block: clamp(4rem, 7vw, 6.5rem) 7.5rem;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  border: 1px solid rgb(15 118 110 / 16%);
  border-radius: 999px;
  background: white;
  color: var(--teal);
  padding: .45rem .72rem;
  font-size: .73rem;
  font-weight: 850;
  box-shadow: var(--shadow-sm);
}
.hero h1 {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: var(--navy);
  font-size: clamp(3rem, 5.35vw, 5.25rem);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.058em;
}
.hero h1 span {
  position: relative;
  color: var(--teal);
}
.hero h1 span::after {
  position: absolute;
  right: 0;
  bottom: -.05em;
  left: 0;
  height: .1em;
  border-radius: 999px;
  content: "";
  background: var(--orange);
  opacity: .85;
  transform: rotate(-1deg);
}
.hero-copy {
  max-width: 61ch;
  margin: 1.55rem 0 0;
  color: var(--color-text-mid);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.78;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}
.btn {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid transparent;
  border-radius: .78rem;
  padding: .8rem 1.05rem;
  font-size: .84rem;
  font-weight: 850;
  transition: transform .2s, border-color .2s, background .2s, box-shadow .2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--teal);
  color: white;
  box-shadow: 0 14px 30px rgb(15 118 110 / 19%);
}
.btn-primary:hover {
  background: var(--navy);
  box-shadow: 0 18px 34px rgb(11 39 52 / 18%);
}
.btn-signal {
  background: var(--orange);
  color: var(--navy);
  box-shadow: 0 13px 28px rgb(244 167 44 / 20%);
}
.btn-signal:hover {
  background: #ffbd4d;
}
.btn-secondary {
  border-color: #cbd6d1;
  background: white;
  color: var(--navy);
  box-shadow: 0 7px 20px rgb(16 44 58 / 5%);
}
.btn-secondary:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.btn-link {
  color: var(--teal);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: 1.55rem;
  color: #62747a;
  font-size: .72rem;
  font-weight: 750;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.trust-row span::before {
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border-radius: 50%;
  background: #dcefe7;
  color: var(--live-500);
  content: "✓";
  font-size: .68rem;
  font-weight: 900;
}
.hero-visual {
  position: relative;
  min-width: 0;
}
.hero-visual::before {
  position: absolute;
  right: -2.2rem;
  top: -2.2rem;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 1.7rem;
  content: "";
  background: var(--orange);
  transform: rotate(8deg);
}
.hero-visual picture {
  position: relative;
  z-index: 1;
  display: block;
}
.hero-photo {
  width: 100%;
  aspect-ratio: 1.05;
  border: 8px solid white;
  border-radius: 2rem 2rem 5.5rem 2rem;
  object-fit: cover;
  object-position: 59% center;
  box-shadow: var(--shadow-lg);
}
.hero-service-note {
  position: absolute;
  z-index: 3;
  left: -2.2rem;
  bottom: 2.2rem;
  display: flex;
  max-width: 320px;
  align-items: center;
  gap: .8rem;
  border: 1px solid rgb(255 255 255 / 65%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 94%);
  padding: .9rem 1rem;
  box-shadow: 0 20px 50px rgb(16 44 58 / 18%);
  backdrop-filter: blur(10px);
}
.hero-service-note > span {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: .75rem;
  background: var(--teal);
  color: white;
}
.hero-service-note strong, .hero-service-note small {
  display: block;
}
.hero-service-note strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: .82rem;
}
.hero-service-note small {
  margin-top: .12rem;
  color: var(--color-text-lo);
  font-size: .66rem;
}
.hero-coverage {
  position: absolute;
  z-index: 3;
  right: 1.4rem;
  top: 1.4rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  background: rgb(11 39 52 / 88%);
  color: white;
  padding: .5rem .75rem;
  font-size: .68rem;
  backdrop-filter: blur(8px);
}
.hero-coverage span {
  color: var(--orange);
}
.hero-service-strip {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgb(11 39 52 / 9%);
  border-bottom: 0;
  border-radius: 1.1rem 1.1rem 0 0;
  background: white;
  box-shadow: 0 -8px 30px rgb(16 44 58 / 7%);
}
.hero-service-strip a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.25rem;
  transition: background .2s;
}
.hero-service-strip a + a {
  border-left: 1px solid var(--line);
}
.hero-service-strip a:hover {
  background: var(--paper-soft);
}
.hero-service-strip a > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: .7rem;
  background: #e5f2ee;
  color: var(--teal);
}
.hero-service-strip strong, .hero-service-strip small {
  display: block;
}
.hero-service-strip strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: .82rem;
}
.hero-service-strip small {
  margin-top: .05rem;
  color: var(--color-text-lo);
  font-size: .65rem;
}
.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e6e2;
  border-radius: 1.2rem;
  background: white;
  box-shadow: 0 8px 28px rgb(16 44 58 / 5%);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.glass-card:hover {
  border-color: rgb(15 118 110 / 35%);
  box-shadow: 0 18px 44px rgb(16 44 58 / 10%);
  transform: translateY(-4px);
}
.glass-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--teal), var(--orange));
  opacity: 0;
  transition: opacity .2s;
}
.glass-card:hover::after {
  opacity: 1;
}
.card-pad {
  padding: clamp(1.25rem, 2.3vw, 1.9rem);
}
.quick-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border-color: rgb(15 118 110 / 22%);
  background: linear-gradient(110deg, #e8f4f0, #f8fbf9);
  padding: clamp(1.25rem, 3vw, 2rem);
}
.quick-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: .8rem;
  background: white;
  color: var(--teal);
}
.quick-answer h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}
.quick-answer p {
  margin: .4rem 0 0;
  color: var(--color-text-mid);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.card-icon {
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border-radius: .8rem;
  background: #e6f2ef;
  color: var(--teal);
}
.card-title {
  margin: 1rem 0 .42rem;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.3;
}
.card-copy {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .87rem;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1rem;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 850;
}
.card-link::after {
  content: "→";
  transition: transform .2s;
}
.glass-card:hover .card-link::after {
  transform: translateX(4px);
}
.band {
  border-block: 1px solid #e2e8e4;
  background: #eef3f0;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #dce5e0;
  border-radius: 1.2rem;
  background: #dce5e0;
  gap: 1px;
  box-shadow: var(--shadow-sm);
}
.metric {
  background: white;
  padding: 1.55rem;
  text-align: center;
}
.metric strong {
  display: block;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 2rem;
}
.metric span {
  color: var(--color-text-lo);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  counter-reset: process;
}
.process-step {
  position: relative;
  counter-increment: process;
}
.process-step::before {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: var(--navy);
  color: white;
  content: counter(process, decimal-leading-zero);
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 9px 18px rgb(11 39 52 / 14%);
}
.process-step:not(:last-child)::after {
  position: absolute;
  left: 3.05rem;
  right: -.8rem;
  top: 1.32rem;
  height: 1px;
  content: "";
  background: #cbd8d2;
}
.process-step h3 {
  margin: 1rem 0 .35rem;
  color: var(--navy);
  font-size: .95rem;
}
.process-step p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .8rem;
}
.scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}
.scenario-tabs button {
  border: 1px solid #d5ded9;
  border-radius: 999px;
  background: white;
  color: var(--color-text-mid);
  padding: .58rem .9rem;
  font-size: .77rem;
  font-weight: 800;
}
.scenario-tabs button[aria-selected="true"] {
  border-color: var(--teal);
  background: var(--teal);
  color: white;
}
.scenario-panel {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 1rem;
}
.check-list {
  display: grid;
  gap: .72rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--color-text-mid);
}
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 900;
}
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid #dce4e0;
  border-radius: 999px;
  background: white;
  color: var(--color-text-mid);
  padding: .42rem .72rem;
  font-size: .72rem;
  transition: color .2s, border-color .2s, background .2s;
}
.tag:hover {
  border-color: var(--teal);
  background: #e8f4f0;
  color: var(--teal);
}
.status {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  background: #dff1e8;
  color: #147153;
  padding: .3rem .55rem;
  font-size: .65rem;
  font-weight: 850;
}
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dfe6e2;
  background: linear-gradient(125deg, #edf4f0 0 62%, #f8f1e6 62%);
  padding-block: clamp(4rem, 8vw, 7rem);
}
.page-hero::before {
  position: absolute;
  right: 7%;
  top: -10rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgb(15 118 110 / 11%);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4rem rgb(15 118 110 / 3%);
}
.page-hero .container {
  position: relative;
}
.page-hero h1 {
  max-width: 960px;
  margin: 1rem 0 0;
  color: var(--navy);
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  line-height: 1.03;
  letter-spacing: -.052em;
}
.page-lead {
  max-width: 70ch;
  margin: 1.25rem 0 0;
  color: var(--color-text-mid);
  font-size: 1.08rem;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: var(--color-text-lo);
  font-size: .72rem;
}
.breadcrumbs a:hover {
  color: var(--teal);
}
.breadcrumbs span[aria-hidden] {
  color: #a8b4af;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}
.toc {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  border: 1px solid #dfe6e2;
  border-radius: 1rem;
  background: white;
  padding: 1.1rem;
  box-shadow: var(--shadow-sm);
}
.toc strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: .8rem;
}
.toc a {
  display: block;
  margin-top: .62rem;
  color: var(--color-text-lo);
  font-size: .72rem;
  line-height: 1.4;
}
.toc a:hover {
  color: var(--teal);
}
.prose-tr {
  max-width: 76ch;
  color: #455c65;
}
.prose-tr h2 {
  scroll-margin-top: 7rem;
  margin: 3.3rem 0 1rem;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.17;
  letter-spacing: -.03em;
}
.prose-tr h3 {
  margin: 2rem 0 .7rem;
  color: var(--navy);
  font-size: 1.22rem;
}
.prose-tr p {
  margin: 1rem 0;
}
.prose-tr a {
  color: var(--teal);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose-tr strong {
  color: var(--navy);
}
.prose-tr ul, .prose-tr ol {
  padding-left: 1.2rem;
}
.prose-tr li {
  margin: .55rem 0;
}
.table-wrap {
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid #dce4e0;
  border-radius: 1rem;
  background: white;
}
table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: .82rem;
}
th {
  background: #e9f2ee;
  color: var(--navy);
  text-align: left;
}
th, td {
  border-bottom: 1px solid #e2e8e5;
  padding: .85rem .95rem;
  vertical-align: top;
}
tr:last-child td, tr:last-child th {
  border-bottom: 0;
}
td {
  color: var(--color-text-mid);
}
.faq-list {
  display: grid;
  gap: .7rem;
  margin-top: 1.5rem;
}
.faq-item {
  border: 1px solid #dce4e0;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 6px 20px rgb(16 44 58 / 3%);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  color: var(--navy);
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #e5f1ed;
  color: var(--teal);
  content: "+";
  font-size: 1.15rem;
}
.faq-item[open] summary::after {
  content: "–";
}
.faq-answer {
  padding: 0 1.15rem 1.15rem;
  color: var(--color-text-mid);
}
.faq-answer p {
  margin: 0;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: 1.2rem;
  color: var(--color-text-lo);
  font-size: .72rem;
}
.notice {
  border-left: 3px solid var(--orange);
  border-radius: .2rem .8rem .8rem .2rem;
  background: #fff3db;
  padding: 1rem 1.15rem;
  color: #675638;
}
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--navy);
  padding: clamp(1.8rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-lg);
}
.cta-band::after {
  position: absolute;
  right: -7rem;
  top: -9rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4rem rgb(255 255 255 / 3%);
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cta-band .eyebrow {
  color: #84d9cc;
}
.cta-band h2 {
  margin: .5rem 0 0;
  max-width: 700px;
  color: white;
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  line-height: 1.12;
}
.cta-band p {
  max-width: 60ch;
  margin: .7rem 0 0;
  color: #b9cbd1;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: .7rem;
}
.cta-band .btn-secondary {
  border-color: rgb(255 255 255 / 25%);
  background: rgb(255 255 255 / 8%);
  color: white;
}
.site-footer {
  border-top: 5px solid var(--orange);
  background: #09232f;
  padding: 4.5rem 0 6rem;
}
.site-footer .brand-name, .site-footer .footer-title {
  color: white;
}
.site-footer .brand-mark {
  background: var(--teal);
}
.site-footer .brand-place, .site-footer .card-copy {
  color: #9eb2ba;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 2.5rem;
}
.footer-title {
  margin: 0 0 1rem;
  font-size: .84rem;
}
.footer-links {
  display: grid;
  gap: .52rem;
  color: #9eb2ba;
  font-size: .78rem;
}
.footer-links a:hover {
  color: #70d1c4;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3.2rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding-top: 1.25rem;
  color: #829ba5;
  font-size: .7rem;
}
.footer-bottom a:hover {
  color: white;
}
.developer-credit {
  display: inline-flex;
  width: 92px;
  margin-left: auto;
  opacity: .58;
  transition: opacity .2s, transform .2s;
}
.developer-credit:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.developer-credit img {
  width: 100%;
  height: auto;
}
.mobile-bar {
  display: none;
}
.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 55;
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border-radius: 50%;
  background: #22c55e;
  color: #06130a;
  box-shadow: 0 14px 36px rgb(34 197 94 / 30%);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.field {
  display: grid;
  gap: .38rem;
}
.field-full {
  grid-column: 1 / -1;
}
.field label {
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
}
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid #d7e0dc;
  border-radius: .78rem;
  background: white;
  color: var(--navy);
  padding: .78rem .85rem;
  box-shadow: inset 0 1px 2px rgb(16 44 58 / 3%);
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--teal);
  outline: none;
  box-shadow: 0 0 0 3px rgb(15 118 110 / 10%);
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: var(--color-text-mid);
  font-size: .75rem;
}
.checkbox input {
  margin-top: .3rem;
}
[x-cloak] {
  display: none !important;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .mobile-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    display: block;
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid #dce5e1;
    background: rgb(247 248 245 / 98%);
    opacity: 0;
    box-shadow: 0 28px 70px rgb(11 39 52 / 18%);
    transform: translateY(-.65rem);
    transition: opacity .22s, transform .28s, visibility .22s;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-nav-inner {
    padding-block: 1.35rem 2rem;
  }
  .mobile-nav-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: .25rem 1rem;
    border-bottom: 1px solid #d8e1dd;
    padding-bottom: 1.15rem;
  }
  .mobile-nav-kicker {
    grid-column: 1 / -1;
    color: var(--teal);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .mobile-nav-heading > strong {
    color: var(--navy);
    font: 800 clamp(1.35rem, 3vw, 2rem)/1.15 var(--font-display);
    letter-spacing: -.035em;
  }
  .mobile-nav-heading p {
    max-width: 48ch;
    margin: 0;
    color: var(--color-text-mid);
    font-size: .76rem;
  }
  .mobile-primary-links {
    display: grid;
    gap: .42rem;
    margin-top: 1rem;
  }
  .mobile-primary-links > a, .mobile-services-disclosure > summary {
    display: flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border: 1px solid #dce5e1;
    border-radius: .86rem;
    background: white;
    color: var(--navy);
    padding: .7rem .85rem;
    font: 800 .78rem/1.2 var(--font-display);
    box-shadow: 0 5px 16px rgb(16 44 58 / 3%);
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
  }
  .mobile-primary-links > a > span, .mobile-services-disclosure > summary > span:first-child {
    display: flex;
    align-items: center;
    gap: .65rem;
  }
  .mobile-primary-links > a > span > svg, .mobile-services-disclosure > summary > span:first-child > svg {
    color: var(--teal);
  }
  .mobile-primary-links > a > svg {
    color: #9aaba5;
  }
  .mobile-primary-links > a:hover, .mobile-services-disclosure > summary:hover {
    border-color: rgb(15 118 110 / 30%);
    background: #edf6f2;
    color: var(--teal);
  }
  .mobile-services-disclosure > summary {
    list-style: none;
  }
  .mobile-services-disclosure > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-services-disclosure[open] > summary {
    border-color: var(--teal);
    border-radius: .86rem .86rem .45rem .45rem;
    background: var(--navy);
    color: white;
  }
  .mobile-services-disclosure[open] > summary > span:first-child > svg {
    color: var(--orange);
  }
  .mobile-services-chevron {
    display: grid;
    color: #8da29f;
    transition: transform .24s;
  }
  .mobile-services-disclosure[open] .mobile-services-chevron {
    color: white;
    transform: rotate(180deg);
  }
  .mobile-services-panel {
    border: 1px solid #dce5e1;
    border-top: 0;
    border-radius: 0 0 1rem 1rem;
    background: #eef3f0;
    padding: .75rem;
  }
  .mobile-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }
  .mobile-service-group {
    border: 1px solid #dce5e1;
    border-radius: 1rem;
    background: white;
    padding: .85rem;
    box-shadow: 0 8px 24px rgb(16 44 58 / 4%);
  }
  .mobile-service-title {
    display: flex;
    align-items: center;
    gap: .55rem;
    border-bottom: 1px solid #e2e9e5;
    padding-bottom: .7rem;
  }
  .mobile-service-title > span {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .58rem;
    background: #e5f2ee;
    color: var(--teal);
  }
  .mobile-service-title strong {
    color: var(--navy);
    font: 800 .8rem/1.25 var(--font-display);
  }
  .mobile-service-group > a {
    display: flex;
    min-height: 2.35rem;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    border-bottom: 1px solid #edf1ef;
    color: #53676e;
    padding: .5rem .15rem;
    font-size: .71rem;
    font-weight: 720;
  }
  .mobile-service-group > a svg {
    flex: 0 0 auto;
    color: #9aaba5;
  }
  .mobile-service-group > a:hover {
    color: var(--teal);
  }
  .mobile-service-group > .mobile-service-all {
    min-height: auto;
    justify-content: flex-start;
    border: 0;
    color: var(--teal);
    padding-top: .7rem;
    font-weight: 850;
  }
  .mobile-all-services {
    display: flex;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: .7rem;
    border-radius: .72rem;
    background: var(--teal);
    color: white;
    font-size: .74rem;
    font-weight: 850;
  }
  .mobile-nav-cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .75rem;
    margin-top: 1rem;
    border-radius: 1rem;
    background: var(--navy);
    color: white;
    padding: .95rem 1rem;
    box-shadow: 0 15px 32px rgb(11 39 52 / 18%);
  }
  .mobile-nav-cta > span:first-child {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border-radius: .72rem;
    background: var(--orange);
    color: var(--navy);
  }
  .mobile-nav-cta strong, .mobile-nav-cta small {
    display: block;
  }
  .mobile-nav-cta strong {
    font: 800 .83rem/1.2 var(--font-display);
  }
  .mobile-nav-cta small {
    margin-top: .18rem;
    color: #abc0c8;
    font-size: .64rem;
  }
  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    padding-block: 4.5rem 7rem;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 5.6vw, 4.5rem);
  }
  .hero-service-note {
    left: -1rem;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .process {
    grid-template-columns: repeat(3, 1fr);
  }
  .process-step::after {
    display: none;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }
  .container, .container-site, .narrow {
    width: min(100% - 1.25rem, 1220px);
  }
  .brand-place {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .hero {
    background: linear-gradient(180deg, #faf8f3 0 59%, #e9f0ec 59%);
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-block: 3.5rem 7.8rem;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 12.4vw, 4.2rem);
  }
  .hero-copy {
    font-size: .97rem;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-row {
    display: grid;
    gap: .48rem;
  }
  .hero-visual::before {
    right: -.5rem;
    top: -.8rem;
    width: 5.5rem;
    height: 5.5rem;
  }
  .hero-photo {
    aspect-ratio: 1.08;
    border-width: 5px;
    border-radius: 1.4rem 1.4rem 3.2rem 1.4rem;
  }
  .hero-service-note {
    right: .7rem;
    bottom: .7rem;
    left: .7rem;
    max-width: none;
    padding: .72rem;
  }
  .hero-coverage {
    right: .7rem;
    top: .7rem;
  }
  .hero-service-strip {
    grid-template-columns: 1fr;
  }
  .hero-service-strip a {
    padding: .78rem 1rem;
  }
  .hero-service-strip a + a {
    display: none;
    border-left: 0;
  }
  .grid-4, .grid-3, .grid-2, .metrics, .scenario-panel {
    grid-template-columns: 1fr;
  }
  .process {
    grid-template-columns: 1fr 1fr;
  }
  .quick-answer {
    grid-template-columns: 1fr;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .toc {
    position: static;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .developer-credit {
    width: 88px;
    align-self: flex-end;
    margin: .2rem 0 0 auto;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field-full {
    grid-column: auto;
  }
  .whatsapp-float {
    display: none;
  }
  .mobile-bar {
    position: fixed;
    inset-inline: .5rem;
    bottom: .5rem;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: .85rem;
    background: rgb(11 39 52 / 96%);
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 14px 35px rgb(11 39 52 / 25%);
    backdrop-filter: blur(16px);
  }
  .mobile-bar a {
    display: flex;
    min-height: 3.75rem;
    align-items: center;
    justify-content: center;
    gap: .38rem;
    color: #c5d3d8;
    font-size: .67rem;
    font-weight: 800;
  }
  .mobile-bar a:nth-child(2) {
    background: var(--orange);
    color: var(--navy);
  }
  .site-footer {
    padding-bottom: 7rem;
  }
  .mobile-nav-heading {
    grid-template-columns: 1fr;
  }
  .mobile-service-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .hero h1 {
    font-size: 2.65rem;
  }
  .process {
    grid-template-columns: 1fr;
  }
  .hero-coverage {
    font-size: .6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
.js .page-transition {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  transform: translateY(0);
  transition: transform .62s cubic-bezier(.77,0,.18,1);
  pointer-events: none;
}
.js .page-transition::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgb(25 163 146 / 28%), transparent 38%), linear-gradient(120deg, transparent 48%, rgb(255 255 255 / 4%) 48%);
  content: "";
}
.js .page-transition span {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 850;
  letter-spacing: -.035em;
}
.js body.page-ready .page-transition {
  transform: translateY(-100%);
}
.js body.is-leaving .page-transition {
  transform: translateY(0);
  transition-duration: .36s;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.statement-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}
.statement-copy {
  border-left: 1px solid #cfdad5;
  padding-left: clamp(1.5rem, 4vw, 3.5rem);
  color: var(--color-text-mid);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.statement-copy p {
  margin: 0;
}
.statement-copy p + p {
  margin-top: 1.15rem;
}
.service-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid #d5dfda;
}
.service-feature {
  position: relative;
  min-width: 0;
  padding: 2.3rem 1.5rem 2.1rem;
}
.service-feature + .service-feature {
  border-left: 1px solid #d5dfda;
}
.service-feature-no {
  position: absolute;
  right: 1.2rem;
  top: 1.25rem;
  color: #9baaa5;
  font: 750 .68rem/1 var(--font-display);
  letter-spacing: .12em;
}
.service-feature h3 {
  margin: 1.35rem 0 .65rem;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.25;
}
.service-feature p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .84rem;
}
.service-feature > a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1.25rem;
  color: var(--teal);
  font-size: .76rem;
  font-weight: 850;
}
.project-section {
  overflow: hidden;
  background: #fff;
}
.project-slider {
  border: 1px solid #d9e2de;
  border-radius: 1.55rem;
  background: var(--paper-soft);
  padding: .65rem;
  box-shadow: 0 30px 75px rgb(11 39 52 / 11%);
}
.slider-viewport {
  overflow: hidden;
  border-radius: 1.15rem;
}
.slider-track {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.project-slide {
  display: grid;
  min-width: 100%;
  grid-template-columns: 1.35fr .75fr;
  background: var(--navy);
}
.project-slide-media {
  min-width: 0;
  overflow: hidden;
}
.project-slide-media picture {
  display: block;
  height: 100%;
}
.project-slide-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.project-slide-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4.25rem);
}
.project-label {
  color: #77d8cb;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-slide-copy h3 {
  margin: .9rem 0 0;
  color: white;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.project-slide-copy p {
  margin: 1rem 0 0;
  color: #b8cbd2;
  font-size: .9rem;
}
.project-slide-copy .card-link {
  color: #ffc760;
}
.slider-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: .8rem .35rem .15rem;
}
.slider-buttons {
  display: flex;
  gap: .45rem;
}
.slider-buttons button {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid #ccd9d3;
  border-radius: 50%;
  background: white;
  color: var(--navy);
  transition: background .2s, color .2s, transform .2s;
}
.slider-buttons button:hover {
  background: var(--teal);
  color: white;
  transform: scale(1.05);
}
.slider-dots {
  display: flex;
  gap: .42rem;
}
.slider-dots button {
  width: .48rem;
  height: .48rem;
  border: 0;
  border-radius: 999px;
  background: #afbeb8;
  padding: 0;
  transition: width .25s, background .25s;
}
.slider-dots button[aria-current="true"] {
  width: 1.65rem;
  background: var(--teal);
}
.slider-counter {
  justify-self: end;
  color: #869690;
  font: 700 .72rem/1 var(--font-display);
}
.slider-counter b {
  color: var(--navy);
  font-size: .9rem;
}
.dark-section {
  overflow: hidden;
  background: #092632;
  color: white;
}
.dark-section::before {
  position: absolute;
  right: -14rem;
  top: -17rem;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(20 153 138 / 25%), transparent 65%);
  content: "";
}
.dark-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: end;
  gap: 4rem;
}
.dark-intro .eyebrow {
  grid-column: 1 / -1;
  color: #75d5c9;
}
.dark-intro h2 {
  margin: .5rem 0 0;
  color: white;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.dark-intro p {
  margin: 0;
  color: #afc4cb;
}
.principle-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1.3rem;
}
.principle-grid article {
  padding: 1.8rem;
}
.principle-grid article:nth-child(n+4) {
  border-top: 1px solid rgb(255 255 255 / 12%);
}
.principle-grid article:not(:nth-child(3n+1)) {
  border-left: 1px solid rgb(255 255 255 / 12%);
}
.principle-grid article > span {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: rgb(112 209 196 / 11%);
  color: #77d8cb;
}
.principle-grid h3 {
  margin: 1rem 0 .4rem;
  color: white;
  font-size: 1rem;
}
.principle-grid p {
  margin: 0;
  color: #9fb6be;
  font-size: .82rem;
}
.process-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}
.process-copy {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.process-copy .btn {
  margin-top: 1.5rem;
}
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.process-list li {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1.2rem;
  border-top: 1px solid #d7e0dc;
  padding: 1.7rem 0;
}
.process-list li:last-child {
  border-bottom: 1px solid #d7e0dc;
}
.process-list li > span {
  color: var(--orange);
  font: 850 .85rem/1.4 var(--font-display);
}
.process-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.15rem;
}
.process-list p {
  margin: .4rem 0 0;
  color: var(--color-text-mid);
  font-size: .88rem;
}
.coverage-teaser {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: var(--teal);
}
.coverage-teaser-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.coverage-teaser .eyebrow {
  color: #d8fff9;
}
.coverage-teaser .eyebrow::before {
  background: var(--orange);
}
.coverage-teaser h2 {
  max-width: 800px;
  margin: .7rem 0 0;
  color: white;
  font-size: clamp(1.8rem, 3.7vw, 3rem);
  line-height: 1.08;
}
.coverage-teaser p {
  max-width: 64ch;
  margin: .8rem 0 0;
  color: #cff2ed;
}
.page-hero {
  background: linear-gradient(135deg, #edf4f0 0 65%, #f6ead9 65%);
}
.page-hero .eyebrow {
  margin-top: 1.65rem !important;
}
.article-summary {
  border: 1px solid #d6e2dc;
  border-radius: 1.15rem;
  background: white;
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: var(--shadow-sm);
}
.article-summary strong {
  display: block;
  color: var(--teal);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-summary p {
  margin: .6rem 0 0;
  color: var(--color-text-mid);
}
.media-page-hero {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .68fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.page-hero-media {
  overflow: hidden;
  border: 6px solid white;
  border-radius: 1.3rem 1.3rem 3.5rem 1.3rem;
  box-shadow: var(--shadow-lg);
}
.page-hero-media img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.about-manifesto {
  display: grid;
  grid-template-columns: .28fr 1.2fr;
  gap: clamp(2rem, 8vw, 8rem);
}
.manifesto-index {
  color: #9caaa5;
  font: 800 .78rem/1 var(--font-display);
  letter-spacing: .12em;
}
.about-manifesto p {
  max-width: 72ch;
  color: var(--color-text-mid);
  font-size: 1.02rem;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.value-card {
  border-top: 2px solid var(--teal);
  background: white;
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
}
.value-card > span {
  color: var(--teal);
}
.value-card h3 {
  margin: .9rem 0 .4rem;
  color: var(--navy);
  font-size: 1rem;
}
.value-card p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .82rem;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}
.split-media {
  overflow: hidden;
  border-radius: 1.4rem 1.4rem 4.5rem 1.4rem;
  box-shadow: var(--shadow-lg);
}
.split-image {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
}
.deliverables-list {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}
.deliverables-list li {
  display: grid;
  gap: .25rem;
  border-top: 1px solid #d5dfda;
  padding: 1rem 0;
}
.deliverables-list li:last-child {
  border-bottom: 1px solid #d5dfda;
}
.deliverables-list strong {
  color: var(--navy);
}
.deliverables-list span {
  color: var(--color-text-mid);
  font-size: .85rem;
}
.project-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d7e1dc;
  border-radius: 1.2rem;
  background: white;
}
.project-matrix article {
  padding: 1.7rem;
}
.project-matrix article:not(:nth-child(3n+1)) {
  border-left: 1px solid #d7e1dc;
}
.project-matrix article:nth-child(n+4) {
  border-top: 1px solid #d7e1dc;
}
.project-matrix article > span {
  color: var(--teal);
}
.project-matrix h3 {
  margin: .85rem 0 .35rem;
  font-size: 1rem;
}
.project-matrix p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .82rem;
}
.category-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 40;
  overflow-x: auto;
  border-bottom: 1px solid #d8e1dd;
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
}
.category-nav .container {
  display: flex;
  min-width: max-content;
  gap: .25rem;
  padding-block: .7rem;
}
.category-nav a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  color: var(--color-text-mid);
  padding: .5rem .75rem;
  font-size: .72rem;
  font-weight: 800;
}
.category-nav a:hover {
  background: #e8f3ef;
  color: var(--teal);
}
.category-heading {
  display: grid;
  grid-template-columns: .17fr 1fr;
  gap: 1rem;
  margin-bottom: 2.3rem;
}
.category-number {
  color: var(--orange);
  font: 850 .82rem/1.5 var(--font-display);
}
.service-catalog {
  margin-left: calc(17% + 1rem);
}
.service-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}
.service-intro-main p {
  margin: .75rem 0 0;
  color: var(--navy);
  font: 650 clamp(1.2rem, 2.2vw, 1.7rem)/1.5 var(--font-display);
  letter-spacing: -.025em;
}
.service-facts {
  display: grid;
  border-block: 1px solid #d6e0db;
}
.service-facts div {
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 1rem;
  padding: .85rem 0;
}
.service-facts div + div {
  border-top: 1px solid #d6e0db;
}
.service-facts strong {
  color: var(--teal);
  font-size: .75rem;
}
.service-facts span {
  color: var(--color-text-mid);
  font-size: .8rem;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d6e0db;
  border-radius: 1.1rem;
  background: white;
}
.scope-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .8rem;
  padding: 1.25rem;
}
.scope-grid article:not(:nth-child(3n+1)) {
  border-left: 1px solid #d6e0db;
}
.scope-grid article:nth-child(n+4) {
  border-top: 1px solid #d6e0db;
}
.scope-grid span {
  color: var(--orange);
  font: 800 .68rem/1.7 var(--font-display);
}
.scope-grid p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .82rem;
}
.article-process {
  border-block: 1px solid #d7e0dc;
}
.article-process > div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
}
.article-process > div + div {
  border-top: 1px solid #d7e0dc;
}
.article-process span {
  color: var(--orange);
  font: 800 .7rem/1.7 var(--font-display);
}
.article-process p {
  display: grid;
  margin: 0;
}
.editorial-intro {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-left: 3px solid var(--orange);
  padding-left: 1.3rem;
}
.editorial-intro strong {
  flex: 0 0 auto;
  color: var(--navy);
  font-family: var(--font-display);
}
.editorial-intro p {
  margin: 0;
  color: var(--color-text-mid);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr .72fr;
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}
.contact-steps {
  margin-top: 2rem;
}
.contact-steps article {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  border-top: 1px solid #d5dfda;
  padding: 1.2rem 0;
}
.contact-steps b {
  color: var(--orange);
  font: 800 .7rem/1.7 var(--font-display);
}
.contact-steps h3 {
  margin: 0;
  font-size: 1rem;
}
.contact-steps p {
  margin: .25rem 0 0;
  color: var(--color-text-mid);
  font-size: .84rem;
}
.contact-panel {
  border-radius: 1.25rem;
  background: var(--navy);
  padding: 2rem;
  color: white;
  box-shadow: var(--shadow-lg);
}
.contact-panel h2 {
  margin: 1.2rem 0;
  color: white;
  font-size: 1.7rem;
}
.hours-list {
  border-block: 1px solid rgb(255 255 255 / 14%);
}
.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem 0;
  color: #acc0c8;
  font-size: .78rem;
}
.hours-list div + div {
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.hours-list strong {
  color: white;
}
.contact-panel .btn {
  width: 100%;
  margin-top: 1.5rem;
}
.form-layout {
  display: grid;
  grid-template-columns: 1.15fr .68fr;
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}
.quote-form {
  border: 1px solid #d9e2de;
  border-radius: 1.3rem;
  background: white;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  box-shadow: var(--shadow-sm);
}
.form-head h2 {
  margin: .6rem 0 1.8rem;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.quote-aside {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.quote-aside h2 {
  margin: .7rem 0 1.4rem;
  font-size: 1.8rem;
}
.quote-aside ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quote-aside li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: .8rem;
  border-top: 1px solid #d6e0db;
  padding: 1rem 0;
}
.quote-aside li > span {
  color: var(--orange);
  font: 800 .68rem/1.8 var(--font-display);
}
.quote-aside li p {
  margin: 0;
  color: var(--color-text-mid);
  font-size: .82rem;
}
.privacy-note {
  margin-top: 1.2rem;
  border-radius: .8rem;
  background: #e9f3ef;
  padding: 1rem;
  color: var(--color-text-mid);
  font-size: .75rem;
}
@media (max-width: 980px) {
  .service-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-feature:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d5dfda;
  }
  .service-feature:nth-child(4) {
    border-top: 1px solid #d5dfda;
  }
  .project-slide {
    grid-template-columns: 1.1fr .9fr;
  }
  .dark-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .principle-grid article:nth-child(n+3) {
    border-top: 1px solid rgb(255 255 255 / 12%);
  }
  .principle-grid article:not(:nth-child(3n+1)) {
    border-left: 0;
  }
  .principle-grid article:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / 12%);
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .scope-grid article:not(:nth-child(3n+1)) {
    border-left: 0;
  }
  .scope-grid article:nth-child(even) {
    border-left: 1px solid #d6e0db;
  }
  .scope-grid article:nth-child(n+3) {
    border-top: 1px solid #d6e0db;
  }
}
@media (max-width: 760px) {
  .section-head, .coverage-teaser-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .statement-grid, .process-layout, .media-page-hero, .split-feature, .service-intro-grid, .contact-layout, .form-layout {
    grid-template-columns: 1fr;
  }
  .statement-copy {
    border-top: 1px solid #cfdad5;
    border-left: 0;
    padding-top: 1.5rem;
    padding-left: 0;
  }
  .service-showcase {
    grid-template-columns: 1fr;
  }
  .service-feature + .service-feature, .service-feature:nth-child(3), .service-feature:nth-child(4) {
    border-top: 1px solid #d5dfda;
    border-left: 0;
  }
  .project-slider {
    padding: .4rem;
    border-radius: 1.15rem;
  }
  .project-slide {
    grid-template-columns: 1fr;
  }
  .project-slide-image {
    min-height: 290px;
    aspect-ratio: 1.18;
  }
  .project-slide-copy {
    min-height: 310px;
    padding: 1.6rem;
  }
  .slider-controls {
    padding-inline: .25rem;
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .principle-grid article + article, .principle-grid article:nth-child(even) {
    border-top: 1px solid rgb(255 255 255 / 12%);
    border-left: 0;
  }
  .process-copy {
    position: static;
  }
  .process-list li {
    grid-template-columns: 3.2rem 1fr;
  }
  .coverage-teaser .btn {
    width: 100%;
  }
  .about-manifesto {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .values-grid, .project-matrix, .scope-grid {
    grid-template-columns: 1fr;
  }
  .project-matrix article + article, .project-matrix article:not(:nth-child(3n+1)), .scope-grid article + article, .scope-grid article:nth-child(even) {
    border-top: 1px solid #d7e1dc;
    border-left: 0;
  }
  .category-heading {
    grid-template-columns: 2.5rem 1fr;
  }
  .service-catalog {
    margin-left: 0;
  }
  .editorial-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: .35rem;
  }
  .quote-aside {
    position: static;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js .page-transition {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
    }
  }
}
