/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", system-ui, sans-serif;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-sm: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "IBM Plex Sans", system-ui, sans-serif;
    --default-mono-font-family: "IBM Plex Mono", monospace;
    --color-paper: var(--color-paper);
    --color-paper-alt: var(--color-paper-alt);
    --color-navy: var(--color-navy);
    --color-navy-deep: var(--color-navy-deep);
    --color-text: var(--color-text);
    --color-text-muted: var(--color-text-muted);
    --color-text-on-navy: var(--color-text-on-navy);
    --color-text-on-navy-muted: var(--color-text-on-navy-muted);
    --color-gold: var(--color-gold);
    --color-gold-bright: var(--color-gold-bright);
    --font-heading: "Libre Franklin", 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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-\[1\.35rem\] {
    height: 1.35rem;
  }
  .h-\[3\.65rem\] {
    height: 3.65rem;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }
  .min-h-\[32rem\] {
    min-height: 32rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[1\.35rem\] {
    width: 1.35rem;
  }
  .w-\[5\.25rem\] {
    width: 5.25rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-32 {
    max-width: calc(var(--spacing) * 32);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .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;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-px {
    gap: 1px;
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-gold {
    border-color: var(--color-gold);
  }
  .border-navy {
    border-color: var(--color-navy);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-gold {
    background-color: var(--color-gold);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-navy-deep {
    background-color: var(--color-navy-deep);
  }
  .bg-paper {
    background-color: var(--color-paper);
  }
  .bg-paper-alt {
    background-color: var(--color-paper-alt);
  }
  .bg-paper\/95 {
    background-color: var(--color-paper);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-paper) 95%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-heading {
    font-family: "Libre Franklin", system-ui, sans-serif;
  }
  .font-sans {
    font-family: "IBM Plex Sans", system-ui, sans-serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }
  .tracking-\[-\.045em\] {
    --tw-tracking: -.045em;
    letter-spacing: -.045em;
  }
  .tracking-\[-\.055em\] {
    --tw-tracking: -.055em;
    letter-spacing: -.055em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }
  .tracking-\[\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-gold-bright {
    color: var(--color-gold-bright);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-navy-deep {
    color: var(--color-navy-deep);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text-muted {
    color: var(--color-text-muted);
  }
  .text-text-on-navy-muted {
    color: var(--color-text-on-navy-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, 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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:border-navy:hover {
      border-color: var(--color-navy);
    }
    .hover\:bg-gold-bright:hover {
      background-color: var(--color-gold-bright);
    }
    .hover\:bg-navy-deep:hover {
      background-color: var(--color-navy-deep);
    }
    .hover\:bg-paper-alt:hover {
      background-color: var(--color-paper-alt);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .sm\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .sm\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .sm\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .sm\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }
    .sm\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
    .sm\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
    .sm\:pb-28 {
      padding-bottom: calc(var(--spacing) * 28);
    }
    .sm\:pl-8 {
      padding-left: calc(var(--spacing) * 8);
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:h-80 {
      height: calc(var(--spacing) * 80);
    }
    .lg\:h-96 {
      height: calc(var(--spacing) * 96);
    }
    .lg\:min-h-0 {
      min-height: 0px;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[\.8fr_1\.2fr\] {
      grid-template-columns: .8fr 1.2fr;
    }
    .lg\:grid-cols-\[\.25fr_\.75fr\] {
      grid-template-columns: .25fr .75fr;
    }
    .lg\:grid-cols-\[\.82fr_1\.18fr\] {
      grid-template-columns: .82fr 1.18fr;
    }
    .lg\:grid-cols-\[0\.82fr_1\.18fr\] {
      grid-template-columns: 0.82fr 1.18fr;
    }
    .lg\:grid-cols-\[1\.08fr_\.92fr\] {
      grid-template-columns: 1.08fr .92fr;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
    .lg\:px-\[max\(3rem\,calc\(\(100vw-80rem\)\/2\)\)\] {
      padding-inline: max(3rem, calc((100vw - 80rem) / 2));
    }
    .lg\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
    .lg\:pr-16 {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
    .xl\:hidden {
      display: none;
    }
  }
  .\[\&\:not\(\.hidden\)\]\:flex:not(.hidden) {
    display: flex;
  }
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/assets/fonts/libre-franklin-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
}
:root {
  --color-paper: #fff;
  --color-paper-alt: #f5f6f8;
  --color-navy: #00296b;
  --color-navy-deep: #001a47;
  --color-text: #1e2a3a;
  --color-text-muted: #5b6472;
  --color-text-on-navy: #fff;
  --color-text-on-navy-muted: #b7c2d6;
  --color-gold: #fdc500;
  --color-gold-bright: #fdc500;
  --color-yellow-text: #8a6800;
  --color-whatsapp: #25d366;
  --color-rule: rgba(27,58,107,.12);
  --color-rule-on-navy: rgba(255,255,255,.14);
}
.floating-contact {
  align-items: center;
  overflow: visible !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 24px rgba(0,26,71,.25));
}
.floating-contact > button {
  position: relative;
  z-index: 2;
  min-height: 3.5rem;
  padding-left: 1.45rem;
  padding-right: 1.85rem;
  border: 2px solid rgba(255,255,255,.96);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  background-color: var(--color-navy);
  background-image: linear-gradient(var(--color-gold),var(--color-gold));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  box-shadow: inset -1px 0 rgba(255,255,255,.18);
  transition: background-size .42s cubic-bezier(.2,.8,.2,1),color .28s ease,transform .18s ease;
}
.floating-contact > button:hover,.floating-contact > button:focus-visible {
  background-color: var(--color-navy);
  background-size: 100% 100%;
  color: var(--color-navy-deep);
}
.floating-contact > button:active {
  transform: scale(.97);
}
.floating-whatsapp {
  position: relative;
  z-index: 3;
  width: 4.25rem !important;
  height: 4.25rem;
  flex: none;
  margin-left: -.45rem;
  overflow: visible;
  border: 5px solid #118b43;
  border-radius: 50%;
  background: var(--color-whatsapp);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.12),0 0 0 5px rgba(10,94,47,.7);
  transition: background-color .25s ease,transform .25s ease;
  animation: whatsapp-float 3.2s ease-in-out infinite;
}
.floating-whatsapp::before,.floating-whatsapp::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -.5rem;
  border: 2px solid rgba(37,211,102,.45);
  border-radius: 50%;
  animation: whatsapp-ripple 2.4s ease-out infinite;
}
.floating-whatsapp::after {
  animation-delay: 1.2s;
}
.floating-whatsapp svg {
  width: 1.8rem !important;
  height: 1.8rem !important;
  filter: drop-shadow(0 0 4px rgba(255,255,255,.95)) drop-shadow(0 0 9px rgba(104,255,161,.8));
  animation: whatsapp-icon-glow 1.8s ease-in-out infinite;
}
.floating-whatsapp:hover {
  background: #20c75f;
  transform: scale(1.07);
  animation-play-state: paused;
}
.floating-whatsapp:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}
@keyframes whatsapp-float {
  50% {
    transform: translateY(-4px);
  }
}
@keyframes whatsapp-ripple {
  0% {
    opacity: .75;
    transform: scale(.8);
  }
  75%,100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
@keyframes whatsapp-icon-glow {
  50% {
    filter: drop-shadow(0 0 7px white) drop-shadow(0 0 16px rgba(104,255,161,1));
    transform: scale(1.08);
  }
}
@media (max-width:480px) {
  .floating-contact {
    right: .75rem;
    bottom: .85rem;
  }
  .floating-contact>button {
    min-height: 3rem;
    padding-left: 1.1rem;
    padding-right: 1.45rem;
    font-size: .75rem;
  }
  .floating-whatsapp {
    width: 3.7rem !important;
    height: 3.7rem;
  }
  .floating-whatsapp svg {
    width: 1.55rem !important;
    height: 1.55rem !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  .floating-whatsapp,.floating-whatsapp::before,.floating-whatsapp::after,.floating-whatsapp svg {
    animation: none;
  }
}
.motion-paused *,.motion-paused::before,.motion-paused::after,
.page-not-visible *,.page-not-visible *::before,.page-not-visible *::after,
.form-interaction-active .floating-whatsapp,
.form-interaction-active .floating-whatsapp::before,
.form-interaction-active .floating-whatsapp::after,
.form-interaction-active .floating-whatsapp svg {
  animation-play-state: paused !important;
}
.form-interaction-active .floating-contact {
  filter: drop-shadow(0 7px 14px rgba(0,26,71,.18));
}
@media (max-width:767px) {
  .site-header {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .site-header::before,.site-header::after {
    animation: none;
    filter: none;
  }
  .site-header [data-mobile-menu],.services-nav-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .floating-whatsapp {
    animation: none;
  }
  .floating-whatsapp::after {
    display: none;
  }
  .floating-whatsapp::before {
    animation-duration: 3.6s;
  }
  .floating-whatsapp svg {
    animation: none;
    filter: drop-shadow(0 0 5px rgba(104,255,161,.75));
  }
  .consultation-modal {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(0,20,55,.84);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--color-paper);
  color: var(--color-text);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}
button, a, input, textarea {
  outline-color: var(--color-navy);
}
.ledger-figure {
  font-family: "IBM Plex Mono", monospace;
  font-variant-numeric: tabular-nums;
}
.eyebrow-rule::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 8px;
  background: var(--color-gold);
}
.eyebrow-rule {
  color: var(--color-yellow-text) !important;
}
:is(.services-faq-heading,.service-enquiry-copy,.service-detail-close,.service-process,.advisory-close,.home-hero,.site-footer,.service-benefit-copy,.focused-pathway-card:nth-child(2)) .eyebrow-rule {
  color: var(--color-gold-bright) !important;
}
.service-handles-grid span,.service-regulatory-note span,.service-audience-grid span,.service-related-card>span,.service-related-copy>span,.advisory-pathway-card small,.focused-pathway-copy small,.service-detail-back+.eyebrow-rule {
  color: var(--color-yellow-text);
}
.focused-pathway-card:nth-child(2) .focused-pathway-copy small {
  color: var(--color-gold-bright);
}
.photo-placeholder {
  background: var(--color-paper-alt);
  border: 1px solid var(--color-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: .8rem;
}
.hero-graphic {
  position: relative;
  isolation: isolate;
  background: var(--color-paper-alt);
}
.hero-graphic-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--color-rule) 1px,transparent 1px),linear-gradient(90deg,var(--color-rule) 1px,transparent 1px);
  background-size: 38px 38px;
  opacity: .75;
}
.hero-orbit {
  position: absolute;
  border: 1px solid var(--color-gold);
  border-radius: 999px;
  opacity: .7;
}
.hero-orbit-one {
  width: 26rem;
  height: 26rem;
  right: -10rem;
  top: -8rem;
  animation: orbit-drift 11s ease-in-out infinite;
}
.hero-orbit-two {
  width: 18rem;
  height: 18rem;
  left: -10rem;
  bottom: -11rem;
  border-color: var(--color-navy);
  animation: orbit-drift 13s ease-in-out infinite reverse;
}
.hero-ledger-card {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
  box-shadow: 0 14px 32px rgba(0,26,71,.1);
}
.hero-ledger-card-main {
  width: min(73%,22rem);
  left: 10%;
  top: 20%;
  padding: 1.4rem;
  animation: card-float 6s ease-in-out infinite;
}
.hero-ledger-card-status {
  right: 6%;
  bottom: 14%;
  padding: .75rem 1rem;
  font-size: .72rem;
  color: var(--color-navy);
  font-weight: 600;
  animation: card-float 7s ease-in-out infinite .8s;
}
.hero-ledger-card-tax {
  right: 8%;
  top: 13%;
  padding: .75rem 1rem;
  color: var(--color-navy);
  font-size: .65rem;
  letter-spacing: .12em;
  line-height: 1.4;
  animation: card-float 6.5s ease-in-out infinite .2s;
}
.hero-ledger-card-tax strong {
  color: var(--color-gold);
  font-size: .95rem;
}
.hero-status-dot {
  display: inline-block;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--color-gold);
  margin-right: .45rem;
}
.hero-bar {
  display: block;
  width: 12%;
  background: var(--color-navy);
  transform-origin: bottom;
  animation: bar-rise .8s ease-out both;
}
.hero-bar:nth-child(2) {
  animation-delay: .12s;
}
.hero-bar:nth-child(3) {
  animation-delay: .24s;
}
.hero-bar:nth-child(4) {
  animation-delay: .36s;
}
.hero-bar:nth-child(5) {
  background: var(--color-gold);
  animation-delay: .48s;
}
@keyframes card-float {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes orbit-drift {
  50% {
    transform: translate(10px,8px) rotate(5deg);
  }
}
@keyframes bar-rise {
  from {
    transform: scaleY(.15);
  }
  to {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-orbit,.hero-ledger-card,.hero-bar {
    animation: none;
  }
}
.home-shell {
  overflow: clip;
}
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(780px,calc(100vh - 104px));
  overflow: hidden;
  background-color: var(--color-navy-deep);
  background-image: linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);
  background-size: 64px 64px;
  color: white;
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 34rem;
  height: 34rem;
  left: -15rem;
  bottom: -18rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.032),0 0 0 10rem rgba(253,197,0,.05);
  pointer-events: none;
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 46rem;
  height: 46rem;
  right: -24rem;
  top: -24rem;
  border: 1px solid rgba(253,197,0,.29);
  border-radius: 50%;
  box-shadow: 0 0 0 6.5rem rgba(255,255,255,.032);
  pointer-events: none;
}
.home-hero > * {
  position: relative;
  z-index: 1;
}
.site-header {
  border: 0;
  background-color: var(--color-navy-deep);
  color: white;
  backdrop-filter: none;
}
.site-header-inner {
  position: relative;
  z-index: 1;
}
.site-header-primary-nav {
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.site-header-primary-nav a {
  position: relative;
  padding: .7rem 0;
  white-space: nowrap;
  transition: color .25s ease,transform .25s ease;
}
.site-header-primary-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .18rem;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  opacity: 0;
  transform: translate(-50%,5px) scale(.4);
  transition: opacity .25s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}
.site-header-primary-nav a:hover,.site-header-primary-nav a:focus-visible {
  color: var(--color-gold-bright);
  transform: translateY(-2px);
}
.site-header-primary-nav a:hover::before,.site-header-primary-nav a:focus-visible::before {
  opacity: 1;
  transform: translate(-50%,0) scale(1);
}
.site-header-primary-nav .advisory-nav-link {
  font-weight: 700;
  letter-spacing: -.015em;
}
.site-header .font-heading {
  color: white;
}
.site-header nav a {
  color: white;
}
.site-header nav a:hover {
  color: var(--color-gold-bright);
}
.site-header-cta {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.site-header-cta:hover {
  background: var(--color-gold-bright);
}
.site-header [data-menu-button] {
  border-color: rgba(255,255,255,.3);
  color: white;
}
.site-header [data-menu-button] span {
  background: white;
}
.site-header [data-mobile-menu] {
  border-color: rgba(255,255,255,.12);
  background: var(--color-navy-deep);
}
.brand-symbol {
  flex: none;
  width: 6.4rem;
  height: 4.4rem;
}
.brand-wordmark {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.45rem;
  letter-spacing: .075em;
  line-height: 1;
  white-space: nowrap;
}
.brand-word-strong {
  font-weight: 700;
}
.brand-word-v {
  position: relative;
  color: var(--color-gold);
  font-size: 1.16em;
  font-weight: 700;
  letter-spacing: .01em;
  transform: translateY(.03em);
}
.brand-word-v::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -.42rem;
  width: .95rem;
  height: 2px;
  background: var(--color-gold);
  transform: translateX(-50%);
}
.brand-word-light {
  font-weight: 500;
  letter-spacing: .105em;
}
.brand-wordmark {
  color: white;
}
.home-hero > div:first-child {
  border: 0;
}
.home-hero .home-display {
  color: white;
}
.home-hero .home-display .accent-word {
  color: white;
}
.hero-kicker-mark {
  position: relative;
  width: 2rem;
  height: .75rem;
  display: inline-block;
}
.hero-kicker-mark::before,.hero-kicker-mark::after,.hero-kicker-mark i {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: var(--color-gold);
}
.hero-kicker-mark::before {
  left: 0;
  width: 1.15rem;
}
.hero-kicker-mark::after {
  right: 0;
  width: .35rem;
}
.hero-kicker-mark i {
  right: .55rem;
  width: .16rem;
  height: .5rem;
}
.home-hero > div:first-child > div > div:first-child {
  color: var(--color-gold-bright);
}
.home-hero > div:first-child p {
  color: var(--color-text-on-navy-muted);
}
.home-hero > div:first-child a.bg-navy {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.home-hero > div:first-child a.bg-navy:hover {
  background: var(--color-gold-bright);
}
.home-hero > div:first-child a.border-b {
  border-color: white;
  color: white;
}
.hero-image-triptych {
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(.65rem,1.25vw,1.2rem);
  padding: 2.25rem clamp(1.25rem,3vw,3.5rem) 3.5rem;
}
.triptych-orbit {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  right: -13rem;
  top: -12rem;
}
.triptych-orbit::after {
  content: "";
  position: absolute;
  inset: 4rem;
  border: 1px solid rgba(253,197,0,.32);
  border-radius: 50%;
}
.image-pillar {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  max-width: 12.5rem;
  padding: 1px;
  background: rgba(255,255,255,.22);
  clip-path: polygon(17% 0,100% 0,100% 88%,83% 100%,0 100%,0 12%);
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.image-pillar:hover {
  transform: translateY(-10px);
}
.image-pillar-one {
  height: 68%;
  margin-top: 7%;
}
.image-pillar-two {
  height: 88%;
  background: rgba(253,197,0,.65);
}
.image-pillar-three {
  height: 74%;
  margin-top: 4%;
}
.image-pillar-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--color-navy);
  clip-path: inherit;
}
.image-pillar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  animation: pillar-cycle 24s ease-in-out infinite;
}
.image-pillar img:nth-child(1) {
  animation-delay: -1s;
}
.image-pillar img:nth-child(2) {
  animation-delay: 5s;
}
.image-pillar img:nth-child(3) {
  animation-delay: 11s;
}
.image-pillar img:nth-child(4) {
  animation-delay: 17s;
}
.hero-image-triptych.images-pending .image-pillar img {
  animation: none;
  opacity: 0;
  transform: scale(1.03);
}
.hero-image-triptych.images-pending .image-pillar img.is-first {
  opacity: 1;
  transform: scale(1);
}
.image-pillar-two img:nth-child(1) {
  animation-delay: -3s;
}
.image-pillar-two img:nth-child(2) {
  animation-delay: 3s;
}
.image-pillar-two img:nth-child(3) {
  animation-delay: 9s;
}
.image-pillar-two img:nth-child(4) {
  animation-delay: 15s;
}
.image-pillar-three img:nth-child(1) {
  animation-delay: -5s;
}
.image-pillar-three img:nth-child(2) {
  animation-delay: 1s;
}
.image-pillar-three img:nth-child(3) {
  animation-delay: 7s;
}
.image-pillar-three img:nth-child(4) {
  animation-delay: 13s;
}
.image-pillar::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: rgba(0,26,71,.12);
  clip-path: inherit;
  pointer-events: none;
}
@keyframes pillar-cycle {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  5%,27% {
    opacity: 1;
    transform: scale(1);
  }
  33%,100% {
    opacity: 0;
    transform: scale(1.07);
  }
}
.home-display {
  font-size: clamp(3rem, 6.4vw, 6.3rem);
  letter-spacing: -.065em;
  line-height: .95;
}
.home-display .accent-word {
  color: var(--color-navy);
  position: relative;
  display: inline-block;
}
.home-display .accent-word::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.08em;
  height: 3px;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: left;
  animation: draw-line .9s .75s ease forwards;
}
.hero-kicker-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 999px;
  background: var(--color-gold);
  box-shadow: 0 0 0 6px rgba(253,197,0,.12);
}
.advisory-console {
  position: relative;
  min-height: 540px;
  background: var(--color-navy-deep);
  overflow: hidden;
}
.advisory-console::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  right: -145px;
  top: -145px;
}
.advisory-console::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(253,197,0,.5);
  border-radius: 50%;
  left: -105px;
  bottom: -105px;
}
.console-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);
  background-size: 48px 48px;
}
.console-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,26,71,.92);
  transition: transform .4s ease,border-color .4s ease;
}
.console-card:hover {
  transform: translateY(-5px);
  border-color: rgba(253,197,0,.7);
}
.console-pulse {
  animation: console-pulse 2.4s ease-in-out infinite;
}
.proof-marquee {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.proof-marquee:hover {
  animation-play-state: paused;
}
.service-feature-card {
  transition: transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease;
}
.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,41,107,.12);
}
.service-index {
  transition: color .3s ease,transform .3s ease;
}
.service-feature-card:hover .service-index {
  color: var(--color-gold);
  transform: translateX(4px);
}
.services-overview {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem,8vw,8rem) 1.5rem;
  background: var(--color-paper);
}
.services-overview-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(17rem,.72fr) minmax(30rem,1.28fr);
  gap: clamp(4rem,8vw,8rem);
  width: min(72rem,100%);
  margin: auto;
}
.services-overview-intro {
  align-self: start;
  position: sticky;
  top: 9rem;
}
.services-overview-intro h1 {
  max-width: 29rem;
  margin-top: 1.5rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.5rem,4vw,4rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.02;
}
.services-overview-intro>p {
  max-width: 25rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.75;
}
.services-overview-intro>a {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  border-bottom: 1px solid var(--color-navy);
  padding: .75rem 0;
  color: var(--color-navy);
  font-size: .9rem;
  font-weight: 600;
}
.services-overview-intro>a span {
  color: var(--color-gold);
  transition: transform .25s ease;
}
.services-overview-intro>a:hover span {
  transform: translateX(.35rem);
}
.services-index {
  border-top: 1px solid var(--color-rule);
}
.services-index-row {
  position: relative;
  border-bottom: 1px solid var(--color-rule);
}
.services-index-row>a:first-child {
  display: grid;
  grid-template-columns: 2.5rem 8.75rem 1fr 2.75rem;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem .25rem;
  transition: background-color .3s ease,padding .3s ease;
}
.services-index-row>a:first-child:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  background: var(--color-paper-alt);
}
.services-index-number {
  align-self: start;
  padding-top: .35rem;
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .72rem;
  letter-spacing: .08em;
}
.services-index-image {
  position: relative;
  display: block;
  height: 7rem;
  overflow: hidden;
  background: var(--color-paper-alt);
  clip-path: polygon(10% 0,100% 0,100% 84%,90% 100%,0 100%,0 16%);
}
.services-index-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,41,107,.14);
  transition: background-color .35s ease;
}
.services-index-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.services-index-row>a:first-child:hover .services-index-image::after {
  background: rgba(0,41,107,.04);
}
.services-index-row>a:first-child:hover .services-index-image img {
  transform: scale(1.06);
}
.services-index-copy small {
  display: block;
  margin-bottom: .55rem;
  color: var(--color-gold);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-index-copy h2 {
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.35rem,2.2vw,1.8rem);
  font-weight: 600;
  letter-spacing: -.035em;
}
.services-index-copy p {
  max-width: 31rem;
  margin-top: .55rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.6;
}
.services-index-arrow {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--color-rule);
  color: var(--color-navy);
  transition: background-color .25s ease,color .25s ease,transform .25s ease;
}
.services-index-row>a:first-child:hover .services-index-arrow {
  background: var(--color-navy);
  color: white;
  transform: translate(.15rem,-.15rem);
}
.services-index-row.is-flagship {
  border-top: 2px solid var(--color-gold);
  background: rgba(253,197,0,.045);
}
.services-specialist-link {
  display: inline-block;
  margin-top: .8rem;
  color: var(--color-gold);
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.services-goaml-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .25rem 1rem;
  align-items: center;
  margin: 0 0 1.5rem 13.75rem;
  border-left: 2px solid var(--color-gold);
  padding: .75rem 1rem;
  background: var(--color-paper-alt);
}
.services-goaml-link span {
  color: var(--color-gold);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-goaml-link strong {
  grid-row: 2;
  color: var(--color-navy-deep);
  font-size: .85rem;
}
.services-goaml-link i {
  grid-column: 2;
  grid-row: 1/3;
  color: var(--color-gold);
  font-style: normal;
}
.services-overview-mark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .65;
}
.services-overview-mark i {
  position: absolute;
  display: block;
  border: 1px solid rgba(0,41,107,.08);
  transform: rotate(60deg) skewY(-30deg);
}
.services-overview-mark i:nth-child(1) {
  width: 14rem;
  height: 14rem;
  left: -8rem;
  top: 2rem;
}
.services-overview-mark i:nth-child(2) {
  width: 8rem;
  height: 8rem;
  left: 2rem;
  top: 8rem;
  border-color: rgba(253,197,0,.14);
}
.services-overview-mark i:nth-child(3) {
  width: 18rem;
  height: 18rem;
  right: -12rem;
  bottom: 3rem;
}
@media (max-width:900px) {
  .services-overview-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .services-overview-intro {
    position: static;
  }
  .services-overview-intro h1 {
    max-width: 38rem;
  }
  .services-overview-intro>p {
    max-width: 36rem;
  }
}
@media (max-width:700px) {
  .services-index-row>a:first-child {
    grid-template-columns: 2rem 6rem 1fr;
    gap: .8rem;
  }
  .services-index-arrow {
    display: none;
  }
  .services-index-image {
    height: 6.25rem;
  }
  .services-goaml-link {
    margin-left: 8.8rem;
  }
}
@media (max-width:560px) {
  .services-overview {
    padding: 4rem 1.25rem;
  }
  .services-index-row>a:first-child {
    grid-template-columns: 1.6rem 5rem 1fr;
    gap: .65rem;
    padding: 1.3rem 0;
  }
  .services-index-row>a:first-child:hover {
    padding-left: .35rem;
    padding-right: .35rem;
  }
  .services-index-image {
    height: 5.5rem;
  }
  .services-index-copy p {
    font-size: .8rem;
    line-height: 1.45;
  }
  .services-index-copy h2 {
    font-size: 1.15rem;
  }
  .services-goaml-link {
    margin-left: 7.25rem;
  }
}
.services-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,9vw,8.5rem) 1.5rem;
  background: var(--color-paper-alt);
}
.services-page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(3rem,8vw,8rem);
  width: min(72rem,100%);
  margin: auto;
}
.services-page-hero h1 {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.8rem,5.5vw,5.2rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .98;
}
.services-page-hero-inner>div:last-child>p {
  max-width: 28rem;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.services-page-hero-inner>div:last-child>a,.service-story-copy>a:not(.service-story-specialist) {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
  border-bottom: 1px solid var(--color-navy);
  padding: .65rem 0;
  color: var(--color-navy);
  font-size: .88rem;
  font-weight: 600;
}
.services-page-hero-inner a span,.service-story-copy>a span {
  color: var(--color-gold);
  transition: transform .25s ease;
}
.services-page-hero-inner a:hover span,.service-story-copy>a:hover span {
  transform: translate(.25rem,-.15rem);
}
.services-page-hero-mark i {
  position: absolute;
  display: block;
  border: 1px solid rgba(0,41,107,.09);
  transform: rotate(60deg) skewY(-30deg);
}
.services-page-hero-mark i:first-child {
  width: 17rem;
  height: 17rem;
  top: -8rem;
  right: 7%;
}
.services-page-hero-mark i:last-child {
  width: 9rem;
  height: 9rem;
  right: 2%;
  bottom: -4rem;
  border-color: rgba(253,197,0,.2);
}
.services-story {
  width: min(72rem,calc(100% - 3rem));
  margin: auto;
}
.service-story {
  display: grid;
  grid-template-columns: minmax(18rem,.82fr) minmax(27rem,1.18fr);
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
  min-height: 42rem;
  padding: 6rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.service-story:nth-child(even) .service-story-copy {
  order: 2;
}
.service-story:nth-child(even) .service-story-media {
  order: 1;
}
.service-story-copy {
  position: relative;
}
.service-story-number {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .75rem;
  letter-spacing: .12em;
}
.service-story-copy>small {
  display: block;
  margin-bottom: .8rem;
  color: var(--color-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.service-story-copy h2 {
  max-width: 28rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2rem,3.6vw,3.4rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.04;
}
.service-story-copy>p {
  max-width: 29rem;
  margin-top: 1.35rem;
  color: var(--color-text-muted);
  font-size: .98rem;
  line-height: 1.75;
}
.service-story-media {
  position: relative;
  min-height: 29rem;
}
.service-story-image-main,.service-story-image-accent {
  position: absolute;
  overflow: hidden;
  background: var(--color-paper-alt);
}
.service-story-image-main {
  inset: 0 4rem 2.5rem 0;
  clip-path: polygon(8% 0,100% 0,100% 87%,91% 100%,0 100%,0 10%);
}
.service-story-image-accent {
  z-index: 2;
  width: 38%;
  height: 43%;
  right: 0;
  bottom: 0;
  border: 5px solid white;
  clip-path: polygon(14% 0,100% 0,100% 82%,86% 100%,0 100%,0 18%);
  box-shadow: 0 16px 35px rgba(0,26,71,.14);
}
.service-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.service-story:hover .service-story-image-main img {
  transform: scale(1.035);
}
.service-story:hover .service-story-image-accent img {
  transform: scale(1.07);
}
.service-story-outline {
  position: absolute;
  z-index: -1;
  inset: -1.1rem 2.8rem 1.4rem -1.1rem;
  border: 2px solid var(--color-gold);
  clip-path: polygon(8% 0,100% 0,100% 87%,91% 100%,0 100%,0 10%);
}
.service-story:nth-child(even) .service-story-image-main {
  inset: 0 0 2.5rem 4rem;
}
.service-story:nth-child(even) .service-story-image-accent {
  right: auto;
  left: 0;
}
.service-story:nth-child(even) .service-story-outline {
  inset: -1.1rem -1.1rem 1.4rem 2.8rem;
}
.service-story.is-flagship .service-story-copy::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4rem;
  left: -1.5rem;
  top: 0;
  background: var(--color-gold);
}
.service-story-specialist {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: .25rem 1rem !important;
  align-items: center;
  margin-top: 2rem !important;
  border: 0 !important;
  border-left: 2px solid var(--color-gold) !important;
  padding: .85rem 1rem !important;
  background: var(--color-paper-alt);
}
.service-story-specialist b {
  color: var(--color-gold);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-story-specialist>span {
  grid-row: 2;
  color: var(--color-navy-deep) !important;
  font-size: .86rem;
  font-weight: 600;
}
.service-story-specialist i {
  grid-column: 2;
  grid-row: 1/3;
  color: var(--color-gold);
  font-style: normal;
}
.services-closing {
  padding: clamp(4.5rem,8vw,7rem) 1.5rem;
  background: var(--color-navy-deep);
  text-align: center;
  color: white;
}
.services-closing p {
  color: var(--color-gold-bright);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-closing h2 {
  max-width: 46rem;
  margin: 1.1rem auto 0;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2rem,4vw,3.5rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.05;
}
.services-closing a {
  display: inline-flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 1.4rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  font-size: .88rem;
  font-weight: 600;
}
.services-decision {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem,6vw,5.5rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
}
.services-decision-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
  width: min(72rem,100%);
  margin: auto;
}
.services-decision-copy>p {
  color: var(--color-gold-bright);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-decision-copy h2 {
  max-width: 27rem;
  margin-top: 1rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.2rem,4vw,3.7rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.services-decision-copy>span {
  display: block;
  max-width: 29rem;
  margin-top: 1.25rem;
  color: var(--color-text-on-navy-muted);
  font-size: .9rem;
  line-height: 1.65;
}
.services-decision-actions {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: .9rem;
}
.services-decision-card {
  position: relative;
  display: flex;
  min-height: 12.5rem;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,.22);
  padding: 1.5rem;
  background: rgba(255,255,255,.035);
  color: white;
  text-align: left;
  transition: background-color .3s ease,border-color .3s ease,transform .3s ease;
}
.services-decision-card::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2px;
  left: 1.5rem;
  top: 0;
  background: var(--color-gold-bright);
  transition: width .35s ease;
}
.services-decision-card:hover {
  border-color: rgba(253,197,0,.55);
  background: rgba(255,255,255,.075);
  transform: translateY(-4px);
}
.services-decision-card:hover::before {
  width: 5rem;
}
.services-decision-card small {
  color: var(--color-gold-bright);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.services-decision-card strong {
  margin-top: 1rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.3rem;
}
.services-decision-card>span {
  margin-top: .45rem;
  color: var(--color-text-on-navy-muted);
  font-size: .78rem;
}
.services-decision-card>i {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  align-self: flex-end;
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.25);
  color: var(--color-gold-bright);
  font-style: normal;
  transition: background-color .25s ease,color .25s ease;
}
.services-decision-card:hover>i {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.services-decision-whatsapp {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-left: 3px solid var(--color-whatsapp);
  padding: .85rem 1rem;
  background: rgba(255,255,255,.045);
}
.services-decision-whatsapp span {
  color: var(--color-text-on-navy-muted);
  font-size: .75rem;
}
.services-decision-whatsapp b {
  color: white;
  font-size: .8rem;
}
.services-decision-whatsapp i {
  margin-left: auto;
  color: var(--color-whatsapp);
  font-style: normal;
}
.services-decision-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.services-decision-graphics i {
  position: absolute;
  display: block;
  border: 1px solid rgba(255,255,255,.1);
  transform: rotate(45deg);
}
.services-decision-graphics i:first-child {
  width: 15rem;
  height: 15rem;
  left: -9rem;
  top: -8rem;
  animation: decision-shape 9s ease-in-out infinite;
}
.services-decision-graphics i:nth-child(2) {
  width: 9rem;
  height: 9rem;
  right: 3%;
  bottom: -6rem;
  border-color: rgba(253,197,0,.24);
  animation: decision-shape 7s ease-in-out infinite reverse;
}
.services-decision-graphics b {
  position: absolute;
  width: .5rem;
  height: .5rem;
  right: 12%;
  top: 18%;
  border-radius: 50%;
  background: var(--color-gold-bright);
  animation: decision-dot 3.5s ease-in-out infinite;
}
@keyframes decision-shape {
  50% {
    transform: rotate(50deg) translateY(-8px);
  }
}
@keyframes decision-dot {
  50% {
    transform: translateY(9px);
    opacity: .45;
  }
}
@media (max-width:820px) {
  .services-decision-inner {
    grid-template-columns: 1fr;
  }
  .services-decision-copy>span {
    max-width: 38rem;
  }
}
@media (max-width:540px) {
  .services-decision-actions {
    grid-template-columns: 1fr;
  }
  .services-decision-whatsapp {
    grid-column: auto;
    flex-wrap: wrap;
  }
  .services-decision-whatsapp i {
    margin-left: 0;
  }
  .services-decision-card {
    min-height: 11.5rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .services-decision-graphics i,.services-decision-graphics b {
    animation: none;
  }
}
.services-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem,8vw,7.5rem) 1.5rem;
  background: var(--color-paper);
}
.services-faq::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background: var(--color-paper-alt);
  clip-path: polygon(0 0,100% 0,100% 70%,0 100%);
}
.services-faq-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(1.5rem,4vw,3.5rem);
  align-items: start;
  width: min(72rem,100%);
  margin: auto;
}
.services-faq-heading {
  position: sticky;
  top: 8.5rem;
  min-height: 29rem;
  overflow: hidden;
  padding: clamp(2.25rem,4vw,3.5rem);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(0 0,calc(100% - 1.6rem) 0,100% 1.6rem,100% 100%,1.6rem 100%,0 calc(100% - 1.6rem));
}
.services-faq-heading::before,.services-faq-heading::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.11);
  transform: rotate(45deg);
  pointer-events: none;
}
.services-faq-heading::before {
  width: 13rem;
  height: 13rem;
  right: -7rem;
  top: -6rem;
  animation: faq-panel-shape 9s ease-in-out infinite;
}
.services-faq-heading::after {
  width: 7rem;
  height: 7rem;
  left: -4rem;
  bottom: -4rem;
  border-color: rgba(253,197,0,.25);
  animation: faq-panel-shape 7s ease-in-out infinite reverse;
}
.services-faq-heading>* {
  position: relative;
  z-index: 1;
}
.services-faq-heading .eyebrow-rule {
  color: var(--color-gold-bright);
}
.services-faq-heading h2 {
  margin-top: 1.3rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.5rem,4vw,4rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.services-faq-heading>p {
  max-width: 28rem;
  margin-top: 1.25rem;
  color: var(--color-text-on-navy-muted);
  font-size: .9rem;
  line-height: 1.7;
}
.services-faq-heading>button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.7rem;
  border-bottom: 1px solid rgba(255,255,255,.65);
  padding: .65rem 0;
  color: white;
  font-size: .85rem;
  font-weight: 600;
}
.services-faq-heading>button span {
  color: var(--color-gold);
  transition: transform .25s ease;
}
.services-faq-heading>button:hover span {
  transform: translateX(.3rem);
}
.services-faq-list {
  display: grid;
  gap: .8rem;
}
.services-faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
  box-shadow: 0 8px 24px rgba(0,26,71,.035);
  transition: background-color .25s ease,border-color .25s ease,box-shadow .3s ease,transform .3s ease;
}
.services-faq-list details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background-color .25s ease;
}
.services-faq-list details:hover {
  border-color: rgba(0,41,107,.28);
  transform: translateX(4px);
}
.services-faq-list details[open] {
  border-color: rgba(0,41,107,.2);
  background: var(--color-paper);
  box-shadow: 0 16px 35px rgba(0,26,71,.08);
}
.services-faq-list details[open]::before {
  background: var(--color-gold);
}
.services-faq-list summary {
  display: grid;
  grid-template-columns: 2.8rem 1fr 2rem;
  gap: 1rem;
  align-items: center;
  min-height: 5.25rem;
  padding: 1.15rem 1.3rem;
  cursor: pointer;
  list-style: none;
}
.services-faq-list summary::-webkit-details-marker {
  display: none;
}
.services-faq-list summary>span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid var(--color-rule);
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  transition: background-color .25s ease,color .25s ease,border-color .25s ease;
}
.services-faq-list details[open] summary>span {
  border-color: var(--color-navy);
  background: var(--color-navy);
  color: var(--color-gold-bright);
}
.services-faq-list summary strong {
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.services-faq-list summary i {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid var(--color-rule);
}
.services-faq-list summary i::before,.services-faq-list summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: 1px;
  background: var(--color-navy);
  transform: translate(-50%,-50%);
  transition: transform .25s ease;
}
.services-faq-list summary i::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.services-faq-list details[open] summary i {
  border-color: var(--color-gold);
  background: var(--color-gold);
}
.services-faq-list details[open] summary i::after {
  transform: translate(-50%,-50%) rotate(0);
}
.services-faq-list details>p {
  max-width: 42rem;
  margin-left: 5.1rem;
  border-top: 1px solid var(--color-rule);
  padding: 1.15rem 3.4rem 1.5rem 0;
  color: var(--color-text-muted);
  font-size: .88rem;
  line-height: 1.7;
}
.services-faq-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.services-faq-graphics i {
  position: absolute;
  display: block;
  border: 1px solid rgba(0,41,107,.08);
  transform: rotate(45deg);
}
.services-faq-graphics i:first-child {
  width: 15rem;
  height: 15rem;
  left: -10rem;
  top: 8%;
  animation: faq-shape-float 9s ease-in-out infinite;
}
.services-faq-graphics i:nth-child(2) {
  width: 9rem;
  height: 9rem;
  right: -5rem;
  bottom: 4%;
  border-color: rgba(253,197,0,.18);
  animation: faq-shape-float 7s ease-in-out infinite reverse;
}
.services-faq-graphics b {
  position: absolute;
  width: .5rem;
  height: .5rem;
  left: 7%;
  bottom: 13%;
  border-radius: 50%;
  background: var(--color-gold);
  animation: decision-dot 3.5s ease-in-out infinite;
}
@keyframes faq-shape-float {
  50% {
    transform: rotate(50deg) translateY(-9px);
  }
}
@keyframes faq-panel-shape {
  50% {
    transform: rotate(50deg) translateY(-8px);
  }
}
@media (max-width:820px) {
  .services-faq-inner {
    grid-template-columns: 1fr;
  }
  .services-faq-heading {
    position: static;
  }
  .services-faq-heading>p {
    max-width: 38rem;
  }
}
@media (max-width:520px) {
  .services-faq-heading {
    min-height: 0;
    padding: 2rem;
  }
  .services-faq-list summary {
    grid-template-columns: 2.35rem 1fr 1.8rem;
    gap: .65rem;
    padding: 1.1rem .75rem;
  }
  .services-faq-list details>p {
    margin-left: 3.75rem;
    padding: 1rem 1.2rem 1.3rem 0;
    font-size: .83rem;
  }
  .services-faq-list details:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .services-faq-graphics i,.services-faq-graphics b,.services-faq-heading::before,.services-faq-heading::after {
    animation: none;
  }
}
.site-header-inner {
  gap: 1.5rem;
  width: min(108rem,100%);
  max-width: 108rem;
}
.announcement-bar {
  position: relative;
  z-index: 41;
  overflow: hidden;
  max-height: 4.5rem;
  background: var(--color-navy);
  color: white;
  transition: max-height .28s ease,opacity .28s ease;
}
.announcement-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 73% -70%,rgba(255,255,255,.24),transparent 22%),linear-gradient(90deg,rgba(255,255,255,.1),transparent 28%,rgba(255,255,255,.08));
  pointer-events: none;
}
.announcement-bar::after {
  display: none;
}
.announcement-bar-inner {
  position: relative;
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  padding: .65rem 4rem;
}
.announcement-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: .92rem;
  font-weight: 600;
}
.announcement-bar a strong {
  border-radius: 999px;
  background: var(--color-gold);
  padding: .5rem 1rem;
  color: var(--color-navy-deep);
  font-size: .82rem;
  white-space: nowrap;
}
.announcement-bar button {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  color: white;
  font-size: 1.55rem;
  line-height: 1;
  opacity: .85;
  transition: opacity .2s ease,transform .2s ease;
}
.announcement-bar button:hover {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
.announcement-bar.is-closing {
  max-height: 0;
  opacity: 0;
}
@media (max-width:640px) {
  .announcement-bar-inner {
    min-height: 3.35rem;
    padding: .5rem 3rem .5rem .75rem;
  }
  .announcement-bar a {
    gap: .65rem;
    font-size: .7rem;
    text-align: left;
  }
  .announcement-bar a strong {
    padding: .4rem .65rem;
    font-size: .68rem;
  }
  .announcement-bar button {
    right: .65rem;
  }
}
.site-logo {
  position: relative;
  isolation: isolate;
  flex: none;
  min-width: max-content;
  overflow: hidden;
  padding: .38rem 1.25rem .38rem .65rem;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(91,132,194,.16);
  clip-path: polygon(0 0,calc(100% - .9rem) 0,100% .9rem,100% 100%,.9rem 100%,0 calc(100% - .9rem));
  box-shadow: inset 0 0 0 1px rgba(253,197,0,.06);
  transition: background-color .3s ease,border-color .3s ease;
}
.site-logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 5.2rem;
  height: 5.2rem;
  left: -2.3rem;
  top: -2.7rem;
  border: 1px solid rgba(253,197,0,.28);
  transform: rotate(45deg);
}
.site-logo::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 2.25rem;
  right: .72rem;
  bottom: -.35rem;
  background: var(--color-gold);
  transform: rotate(45deg);
  transform-origin: bottom;
}
.site-logo:hover {
  border-color: rgba(253,197,0,.42);
  background: rgba(91,132,194,.24);
}
.site-logo img {
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.2)) drop-shadow(0 0 1px rgba(255,255,255,.5));
}
.site-header .site-logo .brand-wordmark {
  color: white;
}
.site-header .site-logo:hover .brand-wordmark {
  color: white;
}
.site-header .site-logo:focus-visible {
  outline: 3px solid var(--color-gold-bright);
  outline-offset: 3px;
}
.site-header-primary-nav {
  gap: clamp(1.35rem,2vw,2rem);
}
@media (max-width:1280px) {
  .site-logo {
    padding-right: .9rem;
  }
  .brand-symbol {
    width: 5.6rem;
    height: 3.9rem;
  }
  .brand-wordmark {
    font-size: 1.25rem;
  }
  .site-header-primary-nav {
    gap: 1.15rem;
    font-size: .84rem;
  }
  .site-header-cta {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
@media (max-width:430px) {
  .site-logo {
    gap: .35rem;
    padding: .28rem .65rem .28rem .35rem;
  }
  .site-logo::after {
    right: .3rem;
  }
  .site-header .site-logo img {
    width: 3.25rem;
    height: 2.7rem;
  }
  .site-header .site-logo .brand-wordmark {
    font-size: .8rem;
  }
}
.site-header {
  background: var(--color-paper-alt);
  color: var(--color-navy-deep);
  box-shadow: 0 1px 0 var(--color-rule);
}
.site-logo,.site-logo:hover {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
}
.site-logo::before,.site-logo::after {
  display: none;
}
.site-logo img {
  filter: none;
}
.site-header .site-logo .brand-wordmark,.site-header .site-logo:hover .brand-wordmark {
  color: var(--color-navy-deep);
}
.site-header nav a {
  color: var(--color-navy-deep);
}
.site-header nav a:hover,.site-header nav a:focus-visible {
  color: var(--color-navy);
}
.site-header-primary-nav a::before {
  background: var(--color-gold);
}
.site-header-cta {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.site-header-cta:hover {
  background: var(--color-gold-bright);
}
.site-header [data-menu-button] {
  border-color: rgba(0,41,107,.22);
  color: var(--color-navy);
}
.site-header [data-menu-button] span {
  background: var(--color-navy);
}
.site-header [data-mobile-menu] {
  border-color: var(--color-rule);
  background: var(--color-paper-alt);
}
@media (max-width:430px) {
  .site-logo {
    padding: 0;
  }
  .site-logo::after {
    display: none;
  }
}
.site-header .site-logo img {
  content: url('/assets/logo-mark.png');
  width: 6.5rem;
  height: 5rem;
  object-fit: contain;
  mix-blend-mode: normal;
}
.site-header .site-logo {
  gap: .55rem;
}
.site-header .site-logo .brand-wordmark {
  display: inline-flex;
  padding-bottom: 1.05rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: .012em;
}
.site-header .site-logo .brand-word-strong,.site-header .site-logo .brand-word-v,.site-header .site-logo .brand-word-light {
  font-weight: 700;
  letter-spacing: 0;
}
.site-header .site-logo .brand-word-v {
  color: inherit;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: inherit;
  transform: none;
}
.site-header .site-logo .brand-wordmark::after {
  content: "ACCOUNTING & TAX SERVICES LLC";
  position: absolute;
  left: 0;
  bottom: .05rem;
  width: auto;
  height: auto;
  background: none;
  color: var(--color-navy);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1;
  transform: none;
  white-space: nowrap;
}
.site-header .site-logo .brand-word-v::after {
  display: none;
}
.site-header-inner {
  padding-top: .7rem;
  padding-bottom: .7rem;
}
@media (max-width:1280px) {
  .site-header .site-logo img {
    width: 5.7rem;
    height: 4.4rem;
  }
  .site-header .site-logo .brand-wordmark {
    font-size: 1.38rem;
  }
  .site-header .site-logo .brand-wordmark::after {
    font-size: .44rem;
  }
}
@media (max-width:430px) {
  .site-header .site-logo img {
    width: 3.7rem;
    height: 3rem;
  }
  .site-header .site-logo .brand-wordmark {
    display: inline-flex;
    padding-bottom: .72rem;
    font-size: .9rem;
    letter-spacing: .035em;
  }
  .site-header .site-logo .brand-wordmark::after {
    bottom: .05rem;
    font-size: .31rem;
    letter-spacing: .07em;
  }
  .site-header-inner {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.site-header {
  --header-glass-edge: var(--color-navy);
  @supports (color: color-mix(in lab, red, red)) {
    --header-glass-edge: color-mix(in srgb,var(--color-navy) 38%,white);
  }
  position: sticky;
  isolation: isolate;
  border: 1px solid var(--header-glass-edge);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--header-glass-edge) 48%,transparent);
  }
  border-width: 1px 0;
  background-color: rgba(0,20,58,.84);
  background-image: radial-gradient(ellipse at 48% 48%,rgba(76,111,170,.28),transparent 43%);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.11),inset 1px 0 0 rgba(105,157,255,.2),inset -1px 0 0 rgba(105,157,255,.2),0 7px 22px rgba(0,26,71,.24);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.site-header .site-logo img {
  width: 7.15rem;
  height: 5.45rem;
}
.site-header .site-logo .brand-wordmark {
  font-size: 1.78rem;
}
.site-header-primary-nav {
  font-size: .96rem;
}
.site-header .site-header-cta {
  padding: 1rem 1.8rem;
}
.site-header::before,.site-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg,transparent 5%,var(--header-glass-edge) 19%,rgba(255,255,255,.92) 24%,var(--header-glass-edge) 30%,transparent 48%,var(--header-glass-edge) 72%,transparent 96%);
  filter: drop-shadow(0 0 4px var(--header-glass-edge));
  opacity: .78;
}
.site-header::before {
  top: 0;
  animation: header-glass-sweep 8s ease-in-out infinite;
}
.site-header::after {
  bottom: 0;
  opacity: .42;
  transform: scaleX(-1);
  animation: header-glass-sweep 10s ease-in-out infinite reverse;
}
@keyframes header-glass-sweep {
  50% {
    background-position: 12rem 0;
    opacity: 1;
  }
}
.site-header .site-logo img {
  filter: drop-shadow(0 0 1px rgba(255,255,255,.75)) drop-shadow(0 3px 6px rgba(0,0,0,.18));
}
.site-header .site-logo .brand-wordmark,.site-header .site-logo:hover .brand-wordmark {
  color: white;
}
.site-header .site-logo .brand-wordmark::after {
  color: white;
  font-size: .54rem;
  font-weight: 600;
  letter-spacing: .075em;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
  opacity: .94;
}
.site-header nav a {
  color: white;
}
.site-header nav a:hover,.site-header nav a:focus-visible {
  color: var(--color-gold-bright);
}
.site-header-cta {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.site-header-cta:hover {
  background: var(--color-gold-bright);
}
.site-header [data-menu-button] {
  border-color: rgba(255,255,255,.3);
  color: white;
}
.site-header [data-menu-button] span {
  background: white;
}
.site-header [data-mobile-menu] {
  border-color: rgba(255,255,255,.12);
  background: rgba(0,26,71,.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media (max-width:1280px) {
  .site-header .site-logo .brand-wordmark::after {
    font-size: .48rem;
  }
}
@media (max-width:430px) {
  .site-header .site-logo .brand-wordmark::after {
    font-size: .34rem;
    letter-spacing: .055em;
  }
}
@media (prefers-reduced-motion:reduce) {
  .site-header::before,.site-header::after {
    animation: none;
  }
}
@media (max-width:767px) {
  html,body {
    max-width: 100%;
    overflow-x: clip;
  }
  .site-header-inner {
    width: 100%;
    min-width: 0;
    gap: .65rem;
    padding: .55rem .85rem;
  }
  .site-header .site-logo {
    min-width: 0;
    gap: .35rem;
  }
  .site-header .site-logo img {
    width: 3.6rem;
    height: 3rem;
    flex: none;
  }
  .site-header .site-logo .brand-wordmark {
    min-width: 0;
    padding-bottom: .7rem;
    font-size: .92rem;
    letter-spacing: .02em;
  }
  .site-header .site-logo .brand-wordmark::after {
    bottom: .04rem;
    font-size: .31rem;
    letter-spacing: .045em;
  }
  .site-header .site-header-cta {
    display: none;
  }
  .site-header [data-menu-button] {
    display: block;
    flex: none;
    padding: .55rem;
  }
  .site-header [data-mobile-menu] {
    padding: 1rem;
  }
  .site-header [data-mobile-menu] .mobile-consultation-link {
    margin-top: .35rem;
    border: 1px solid var(--color-gold);
    padding: .8rem 1rem;
    background: var(--color-gold);
    color: var(--color-navy-deep);
    font-weight: 700;
    text-align: center;
  }
  .announcement-bar-inner {
    min-width: 0;
  }
  .announcement-bar a {
    min-width: 0;
    line-height: 1.25;
  }
  .announcement-bar a span {
    min-width: 0;
  }
}
.services-nav-dropdown {
  position: relative;
  color: white;
}
.site-header-primary-nav .services-nav-dropdown::after {
  content: "";
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 100%;
  height: .7rem;
}
.services-nav-trigger {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 0;
  color: white;
  font: inherit;
  font-weight: 600;
  white-space: nowrap;
  transition: color .25s ease;
}
.services-nav-trigger i,.services-nav-mobile-toggle i {
  position: relative;
  display: block;
  width: .55rem;
  height: .55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-.15rem) rotate(45deg);
  transition: transform .25s ease;
}
.services-nav-trigger:hover,.services-nav-trigger:focus-visible {
  color: var(--color-gold-bright);
}
.services-nav-mobile-toggle {
  display: none;
  color: white;
}
.services-nav-menu {
  z-index: 50;
  min-width: 19rem;
  padding: .55rem;
  border: 1px solid rgba(255,255,255,.18);
  background: rgb(0,26,71);
  box-shadow: 0 22px 48px rgba(0,16,50,.3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.site-header-primary-nav .services-nav-menu {
  position: absolute;
  left: -1rem;
  top: calc(100% + .55rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0,-4px,0);
  transition: opacity .14s ease-out,transform .14s ease-out,visibility 0s linear .14s;
  will-change: opacity,transform;
}
.site-header-primary-nav .services-nav-dropdown:hover .services-nav-menu,.site-header-primary-nav .services-nav-dropdown:focus-within .services-nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
  pointer-events: auto;
  transition-delay: 0s;
}
.services-nav-menu a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: .7rem;
  padding: .72rem .8rem !important;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: white !important;
  transform: none !important;
  transition: background-color .2s ease,color .2s ease !important;
}
.services-nav-menu a:last-child {
  border-bottom: 0;
}
.services-nav-menu a::before {
  display: none !important;
}
.services-nav-menu a span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .58rem;
}
.services-nav-menu a strong {
  font-size: .78rem;
  font-weight: 500;
}
.services-nav-menu a:hover,.services-nav-menu a:focus-visible {
  background: rgba(253,197,0,.1);
  color: var(--color-gold-bright) !important;
}
.services-nav-menu .services-nav-goaml {
  border-left: 3px solid var(--color-gold-bright);
  background: rgba(253,197,0,.08);
}
.site-header [data-mobile-menu] .services-nav-dropdown {
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: center;
}
.site-header [data-mobile-menu] .services-nav-trigger {
  padding: .25rem 0;
  color: white;
}
.site-header [data-mobile-menu] .services-nav-mobile-toggle {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
}
.site-header [data-mobile-menu] .services-nav-mobile-toggle[aria-expanded="true"] i {
  transform: translateY(.1rem) rotate(225deg);
}
.site-header [data-mobile-menu] .services-nav-menu {
  margin-top: .6rem;
  padding: .35rem;
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
  display: none;
  grid-column: 1/-1;
}
.site-header [data-mobile-menu] .services-nav-menu.is-open {
  display: block;
}
.site-header [data-mobile-menu] .services-nav-menu a {
  padding: .65rem .7rem !important;
}
@media (min-width:1280px) {
  .site-header-inner {
    position: static;
  }
  .site-header-primary-nav {
    position: static;
  }
  .site-header-primary-nav .services-nav-dropdown {
    position: static;
  }
  .site-header-primary-nav .services-nav-dropdown::after {
    display: none;
  }
  .site-header-primary-nav .services-nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0 2rem;
    width: 100%;
    min-width: 0;
    padding: 2rem max(3rem,calc((100vw - 92rem)/2));
    border: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    background: rgb(0,41,107);
    box-shadow: 0 24px 50px rgba(0,16,50,.28);
    transform: translate3d(0,-5px,0);
    transform-origin: top;
    transition: opacity .14s ease-out,transform .14s ease-out,visibility 0s linear .14s;
    contain: paint;
  }
  .site-header-primary-nav .services-nav-dropdown:hover .services-nav-menu,.site-header-primary-nav .services-nav-dropdown:focus-within .services-nav-menu {
    transform: translate3d(0,0,0);
    transition-delay: 0s;
  }
  .site-header-primary-nav .services-nav-menu a {
    grid-template-columns: 1.8rem 1fr;
    min-height: 3.55rem;
    padding: .8rem 1rem !important;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: transparent;
  }
  .site-header-primary-nav .services-nav-menu a:first-child {
    grid-column: 1/-1;
    min-height: 3rem;
    border-bottom-color: rgba(253,197,0,.3);
  }
  .site-header-primary-nav .services-nav-menu a span {
    font-size: .6rem;
  }
  .site-header-primary-nav .services-nav-menu a strong {
    font-size: .94rem;
    font-weight: 600;
  }
  .site-header-primary-nav .services-nav-menu a:hover {
    background: rgba(253,197,0,.09);
  }
}
:is(.site-header-cta,main a[href="/free-consultation/"],main a[class~="bg-navy"],main a[class~="bg-gold"],main a[class~="bg-white"],main button:not([data-menu-button]):not([data-expertise-prev]):not([data-expertise-next]),[data-consultation-modal] form button[type="submit"]) {
  background-image: linear-gradient(var(--color-gold),var(--color-gold));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  transition: background-size .42s cubic-bezier(.2,.8,.2,1),color .28s ease,border-color .28s ease,transform .18s ease;
}
:is(.site-header-cta,main a[href="/free-consultation/"],main a[class~="bg-navy"],main a[class~="bg-gold"],main a[class~="bg-white"],main button:not([data-menu-button]):not([data-expertise-prev]):not([data-expertise-next]),[data-consultation-modal] form button[type="submit"]):hover {
  background-size: 100% 100%;
  color: var(--color-navy-deep);
  border-color: var(--color-gold);
}
:is(.site-header-cta,main a[href="/free-consultation/"],main a[class~="bg-navy"],main a[class~="bg-gold"],main a[class~="bg-white"],main button:not([data-menu-button]):not([data-expertise-prev]):not([data-expertise-next]),[data-consultation-modal] form button[type="submit"]):active {
  transform: scale(.98);
}
.site-header .site-header-cta {
  border: 1px solid var(--color-gold);
  background-color: rgba(0,26,71,.66);
  color: white;
}
.site-header .site-header-cta:hover {
  background-color: rgba(0,26,71,.66);
  color: var(--color-navy-deep);
}
@media (prefers-reduced-motion:reduce) {
  :is(.site-header-cta,main a[href="/free-consultation/"],main a[class~="bg-navy"],main a[class~="bg-gold"],main a[class~="bg-white"],main button:not([data-menu-button]):not([data-expertise-prev]):not([data-expertise-next]),[data-consultation-modal] form button[type="submit"]) {
    transition: none;
  }
}
.service-directory-shell {
  background: var(--color-paper);
}
.service-scroll-nav {
  position: sticky;
  z-index: 25;
  top: 6.4rem;
  border-bottom: 1px solid var(--color-rule);
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.service-scroll-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: min(72rem,calc(100% - 3rem));
  min-height: 4.35rem;
  margin: auto;
}
.service-scroll-nav-label {
  flex: none;
  color: var(--color-gold);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-scroll-links {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: .35rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.service-scroll-links::-webkit-scrollbar {
  display: none;
}
.service-scroll-links a {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  gap: .4rem;
  padding: .85rem .7rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  transition: color .25s ease,background-color .25s ease;
}
.service-scroll-links a i {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .55rem;
  font-style: normal;
}
.service-scroll-links a span {
  font-size: .72rem;
  font-weight: 600;
}
.service-scroll-links a::after {
  content: "";
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: .35rem;
  height: 2px;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.service-scroll-links a:hover,.service-scroll-links a.is-active {
  color: var(--color-navy-deep);
  background: var(--color-paper-alt);
}
.service-scroll-links a.is-active::after {
  transform: scaleX(1);
}
.service-scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  overflow: hidden;
}
.service-scroll-progress i {
  display: block;
  width: var(--service-page-progress,0%);
  height: 100%;
  background: var(--color-gold);
  transition: width .12s linear;
}
.service-directory {
  position: relative;
}
.service-directory::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 2px;
  top: 6rem;
  bottom: 6rem;
  left: -1.5rem;
  background: var(--color-rule);
}
.service-directory::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 2px;
  height: var(--service-page-progress,0%);
  max-height: calc(100% - 12rem);
  top: 6rem;
  left: -1.5rem;
  background: var(--color-gold);
  transition: height .12s linear;
}
.service-scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease var(--service-reveal-delay,0ms),transform .65s cubic-bezier(.2,.8,.2,1) var(--service-reveal-delay,0ms),box-shadow .35s ease,border-color .35s ease;
}
.service-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.service-scroll-reveal .service-directory-photo img,.service-scroll-reveal .service-directory-card-photo img {
  transform: scale(1.075) translateX(-1.5%);
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
}
.service-scroll-reveal.is-visible .service-directory-photo img,.service-scroll-reveal.is-visible .service-directory-card-photo img {
  transform: scale(1) translateX(0);
}
.service-directory-feature {
  margin-bottom: .25rem;
}
.service-directory-grid {
  padding: 1.25rem 0;
}
.service-directory-specialist {
  margin-top: 2rem;
  box-shadow: 0 22px 45px rgba(0,26,71,.12);
}
.services-faq {
  border-top: 1px solid var(--color-rule);
}
@media (max-width:1050px) {
  .service-scroll-nav {
    top: 5.75rem;
  }
  .service-scroll-nav-inner {
    gap: .75rem;
  }
  .service-scroll-nav-label {
    display: none;
  }
  .service-directory::before,.service-directory::after {
    display: none;
  }
}
@media (max-width:650px) {
  .service-scroll-nav {
    top: 4.75rem;
  }
  .service-scroll-nav-inner {
    width: calc(100% - 1.5rem);
    min-height: 3.85rem;
  }
  .service-scroll-links a {
    padding: .75rem .55rem;
  }
  .service-scroll-links a span {
    font-size: .67rem;
  }
  .service-directory-grid {
    padding: .75rem 0;
  }
  .service-directory-specialist {
    margin-top: 1.25rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .service-scroll-reveal,.service-scroll-reveal .service-directory-photo img,.service-scroll-reveal .service-directory-card-photo img {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .service-scroll-progress i,.service-directory::after {
    transition: none;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--color-navy-deep);
  color: white;
}
.site-footer::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: -12rem;
  top: -10rem;
  border: 1px solid rgba(253,197,0,.12);
  transform: rotate(45deg);
  pointer-events: none;
}
.footer-shell {
  position: relative;
  z-index: 1;
  width: min(92rem,100%);
  margin: auto;
  padding: clamp(3.5rem,6vw,6rem) clamp(1.5rem,4vw,4rem) 0;
}
.footer-contact-row {
  display: grid;
  grid-template-columns: .78fr 1.55fr;
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
  padding-bottom: 2.8rem;
}
.footer-brand {
  max-width: 31rem;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: white;
}
.footer-logo img {
  width: 6.2rem;
  height: 4.8rem;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.3));
}
.footer-logo>span {
  display: flex;
  flex-direction: column;
}
.footer-logo b {
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
}
.footer-logo small {
  margin-top: .45rem;
  color: var(--color-text-on-navy-muted);
  font-size: .48rem;
  font-weight: 600;
  letter-spacing: .13em;
  white-space: nowrap;
}
.footer-brand>p {
  margin-top: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}
.footer-connect {
  display: flex;
  gap: .55rem;
  margin-top: 1.3rem;
}
.footer-connect a {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: var(--color-navy);
  color: white;
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  font-weight: 600;
  transition: background-color .25s ease,color .25s ease,transform .25s ease;
}
.footer-connect a:hover {
  background: var(--color-gold);
  color: var(--color-navy-deep);
  transform: translateY(-3px);
}
.footer-connect svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: clamp(1.5rem,4vw,4rem);
}
.footer-contact-grid>div {
  position: relative;
  min-height: 8rem;
  padding-left: 2rem;
}
.footer-contact-icon {
  position: absolute;
  left: 0;
  top: .18rem;
  color: var(--color-gold-bright);
  font-size: 1rem;
}
.footer-contact-icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
.footer-contact-grid h2 {
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}
.footer-contact-grid address,.footer-contact-grid a {
  display: block;
  margin-top: 1.15rem;
  color: var(--color-text-on-navy-muted);
  font-size: .88rem;
  font-style: normal;
  line-height: 1.65;
  transition: color .2s ease;
}
.footer-contact-grid a:hover {
  color: var(--color-gold-bright);
}
.footer-directory {
  display: grid;
  grid-template-columns: 1fr 1.15fr .85fr 1.35fr;
  gap: clamp(1.5rem,4vw,4rem);
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 2.8rem 0;
}
.footer-directory h3 {
  margin-bottom: 1.35rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer-directory ul {
  display: grid;
  gap: .58rem;
}
.footer-directory li a {
  display: inline-flex;
  align-items: flex-start;
  gap: .55rem;
  color: var(--color-text-on-navy-muted);
  font-size: .76rem;
  line-height: 1.45;
  transition: color .2s ease,transform .2s ease;
}
.footer-directory li a span {
  color: var(--color-gold);
}
.footer-directory li a:hover {
  color: white;
  transform: translateX(3px);
}
.footer-map {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  border: 0;
  filter: saturate(.45) contrast(1.08);
}
.footer-map>a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .8rem 1rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  font-size: .7rem;
  font-weight: 600;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 1.25rem 0;
  color: var(--color-text-on-navy-muted);
  font-size: .65rem;
}
@media (max-width:1100px) {
  .footer-contact-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-contact-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-directory {
    grid-template-columns: repeat(3,1fr);
  }
  .footer-map {
    grid-column: 1/-1;
  }
}
@media (max-width:700px) {
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-contact-grid>div {
    min-height: 0;
  }
  .footer-directory {
    grid-template-columns: 1fr 1fr;
  }
  .footer-map {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-logo img {
    width: 5rem;
    height: 3.9rem;
  }
  .footer-logo b {
    font-size: 1.45rem;
  }
}
@media (max-width:460px) {
  .footer-directory {
    grid-template-columns: 1fr;
  }
  .footer-logo {
    gap: .55rem;
  }
  .footer-logo img {
    width: 4.2rem;
    height: 3.4rem;
  }
  .footer-logo b {
    font-size: 1.2rem;
  }
  .footer-logo small {
    font-size: .38rem;
    letter-spacing: .08em;
  }
}
@media (max-width:800px) {
  .services-page-hero-inner,.service-story {
    grid-template-columns: 1fr;
  }
  .service-story {
    gap: 3rem;
    min-height: 0;
    padding: 4.5rem 0;
  }
  .service-story:nth-child(even) .service-story-copy {
    order: 1;
  }
  .service-story:nth-child(even) .service-story-media {
    order: 2;
  }
  .service-story-media {
    min-height: 25rem;
  }
  .service-story-copy>p {
    max-width: 37rem;
  }
}
@media (max-width:520px) {
  .services-page-hero {
    padding: 4.5rem 1.25rem;
  }
  .services-page-hero h1 {
    font-size: 2.65rem;
  }
  .services-story {
    width: calc(100% - 2.5rem);
  }
  .service-story {
    padding: 3.75rem 0;
  }
  .service-story-media {
    min-height: 20rem;
  }
  .service-story-image-main {
    inset: 0 2rem 2rem 0 !important;
  }
  .service-story-image-accent {
    width: 42%;
    height: 40%;
    right: 0 !important;
    left: auto !important;
    border-width: 3px;
  }
  .service-story-outline {
    inset: -.7rem 1.3rem 1.3rem -.7rem !important;
  }
  .service-story-number {
    margin-bottom: 1.5rem;
  }
}
.service-directory-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem,7vw,6.5rem) 1.5rem;
  background: var(--color-paper-alt);
  background: var(--color-navy-deep);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.service-directory-hero .service-directory-heading .eyebrow {
  color: var(--color-gold-bright);
}
.service-directory-hero .service-directory-heading h1 {
  color: white;
}
.service-directory-hero .service-directory-heading>p {
  color: var(--color-text-on-navy-muted);
}
.service-directory-hero .service-directory-hero-mark i {
  border-color: rgba(255,255,255,.12);
}
.service-directory-hero .service-motion-orbit {
  border-color: rgba(255,255,255,.16);
}
.service-directory-hero .service-motion-orbit::before {
  border-color: rgba(255,255,255,.1);
}
.service-directory-hero .service-motion-orbit::after {
  border-color: rgba(253,197,0,.34);
}
.service-directory-hero .service-motion-orbit b {
  background: white;
}
.service-directory-hero .service-motion-angle-one {
  background: rgba(255,255,255,.07);
}
.service-directory-hero .service-motion-angle-two {
  background: rgba(253,197,0,.18);
}
.service-directory-hero .service-motion-track {
  background: rgba(255,255,255,.22);
}
.service-directory-hero .service-motion-track i {
  background: var(--color-navy-deep);
}
.service-directory-hero::before,.service-directory-hero::after {
  display: none;
}
.service-directory-hero-inner {
  position: relative;
  z-index: 1;
  width: min(72rem,100%);
  margin: auto;
}
.service-directory-heading {
  position: relative;
  z-index: 1;
}
.service-directory-heading h1 {
  max-width: 47rem;
  margin-top: 1.35rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.7rem,5vw,4.7rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: 1;
}
.service-directory-heading>p {
  max-width: 38rem;
  margin-top: 1.4rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.service-directory-hero-mark i {
  position: absolute;
  display: block;
  border: 1px solid rgba(0,41,107,.09);
  transform: rotate(60deg) skewY(-30deg);
}
.service-directory-hero-mark i:first-child {
  width: 18rem;
  height: 18rem;
  right: 8%;
  top: -9rem;
}
.service-directory-hero-mark i:last-child {
  width: 9rem;
  height: 9rem;
  right: 2%;
  bottom: -5rem;
  border-color: rgba(253,197,0,.23);
}
.service-hero-motion {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.service-motion-orbit {
  position: absolute;
  width: 25rem;
  height: 25rem;
  right: 7%;
  top: 50%;
  border: 1px solid rgba(0,41,107,.11);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: service-orbit-turn 22s linear infinite;
}
.service-motion-orbit::before,.service-motion-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0,41,107,.075);
  border-radius: 50%;
}
.service-motion-orbit::before {
  inset: 3.5rem;
}
.service-motion-orbit::after {
  inset: 7rem;
  border-color: rgba(253,197,0,.2);
}
.service-motion-orbit i,.service-motion-orbit b {
  position: absolute;
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  background: var(--color-gold);
}
.service-motion-orbit i {
  left: 1.25rem;
  top: 6.4rem;
}
.service-motion-orbit b {
  right: 3.7rem;
  bottom: 3.9rem;
  width: .38rem;
  height: .38rem;
  background: var(--color-navy);
}
.service-motion-angle {
  position: absolute;
  display: block;
  width: 13rem;
  height: 2rem;
  right: 18%;
  background: rgba(0,41,107,.055);
  transform-origin: center;
}
.service-motion-angle-one {
  top: 25%;
  transform: rotate(-58deg);
  animation: service-angle-drift 7s ease-in-out infinite;
}
.service-motion-angle-two {
  top: 54%;
  right: 10%;
  width: 9rem;
  background: rgba(253,197,0,.11);
  transform: rotate(58deg);
  animation: service-angle-drift 8.5s ease-in-out infinite reverse;
}
.service-motion-track {
  position: absolute;
  width: 18rem;
  height: 1px;
  right: 4%;
  bottom: 16%;
  background: rgba(0,41,107,.14);
  transform: rotate(-18deg);
}
.service-motion-track i {
  position: absolute;
  top: 50%;
  width: .38rem;
  height: .38rem;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  background: var(--color-paper-alt);
  transform: translate(-50%,-50%);
  animation: service-dot-travel 6s ease-in-out infinite;
}
.service-motion-track i:nth-child(2) {
  animation-delay: -2s;
}
.service-motion-track i:nth-child(3) {
  animation-delay: -4s;
}
@keyframes service-orbit-turn {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes service-angle-drift {
  50% {
    translate: 0 -12px;
  }
}
@keyframes service-dot-travel {
  0%,100% {
    left: 0;
    opacity: 0;
  }
  15%,85% {
    opacity: 1;
  }
  50% {
    left: 100%;
  }
}
.service-directory-visual {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  background: var(--color-navy-deep);
  clip-path: polygon(10% 0,100% 0,100% 86%,89% 100%,0 100%,0 14%);
  box-shadow: 1.1rem 1.1rem 0 rgba(253,197,0,.16);
}
.service-visual-a {
  position: absolute;
  width: 9rem;
  height: 12rem;
  left: 50%;
  top: 50%;
  border-left: 2.4rem solid var(--color-gold-bright);
  transform: translate(-55%,-49%) skewX(-27deg);
}
.service-visual-a::before {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 2.3rem;
  left: -1.3rem;
  top: 5.8rem;
  background: white;
  transform: skewX(27deg) rotate(-1deg);
}
.service-visual-a::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 7rem;
  left: 4.35rem;
  top: .2rem;
  background: var(--color-navy);
  transform: skewX(27deg) rotate(28deg);
  transform-origin: bottom;
}
.service-visual-a i {
  position: absolute;
  width: .48rem;
  height: .48rem;
  left: 3.8rem;
  top: 1.25rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  transform: skewX(27deg);
}
.service-visual-orbit {
  position: absolute;
  width: 15rem;
  height: 15rem;
  right: -6rem;
  top: -6rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  animation: service-visual-float 8s ease-in-out infinite;
}
.service-visual-orbit::after {
  content: "";
  position: absolute;
  inset: 2.5rem;
  border: 1px solid rgba(253,197,0,.25);
  border-radius: 50%;
}
.service-visual-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .6rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: .5rem;
  color: white;
}
.service-visual-note b {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .7rem;
}
.service-visual-note small {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.service-visual-note-one {
  left: 1.7rem;
  bottom: 1.5rem;
}
.service-visual-note-two {
  right: 1.7rem;
  top: 1.5rem;
}
.service-visual-rule {
  position: absolute;
  width: 4rem;
  height: 2px;
  right: 1.7rem;
  bottom: 1.7rem;
  background: var(--color-gold);
}
@keyframes service-visual-float {
  50% {
    transform: translate(-8px,8px);
  }
}
.service-directory-visual-photos {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 21rem;
  overflow: visible;
  padding: .8rem;
  background: transparent;
  clip-path: none;
  box-shadow: none;
}
.service-directory-visual-photos figure {
  position: relative;
  flex: 1;
  height: 16rem;
  overflow: hidden;
  border: 1px solid rgba(0,41,107,.15);
  background: var(--color-navy-deep);
  clip-path: polygon(15% 0,100% 0,100% 86%,85% 100%,0 100%,0 14%);
  animation: service-panel-float 5.5s ease-in-out infinite;
}
.service-directory-visual-photos figure:nth-child(2) {
  height: 20rem;
  animation-delay: -1.6s;
}
.service-directory-visual-photos figure:nth-child(3) {
  height: 17.5rem;
  animation-delay: -3.1s;
}
.service-directory-visual-photos figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0,41,107,.16);
  box-shadow: inset 0 0 0 1px rgba(253,197,0,.25);
}
.service-directory-visual-photos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  animation: service-image-cycle 10s ease-in-out infinite;
}
.service-directory-visual-photos img:first-child {
  opacity: 1;
  animation-delay: 0s;
}
.service-directory-visual-photos img:nth-child(2) {
  animation-delay: 5s;
}
.service-directory-visual-photos figure:nth-child(2) img {
  animation-delay: 1.5s;
}
.service-directory-visual-photos figure:nth-child(2) img:nth-child(2) {
  animation-delay: 6.5s;
}
.service-directory-visual-photos figure:nth-child(3) img {
  animation-delay: 3s;
}
.service-directory-visual-photos figure:nth-child(3) img:nth-child(2) {
  animation-delay: 8s;
}
@keyframes service-panel-float {
  50% {
    transform: translateY(-9px);
  }
}
@keyframes service-image-cycle {
  0%,42% {
    opacity: 1;
    transform: scale(1);
  }
  50%,92% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.service-directory-shell {
  position: relative;
  overflow: hidden;
  background: var(--color-paper);
}
.service-directory-shell::before {
  content: "";
  position: absolute;
  inset: 32% 0 auto;
  height: 28%;
  background: var(--color-paper-alt);
  transform: skewY(-3deg);
  transform-origin: left;
}
.service-directory-shell-mark {
  position: absolute;
  width: 24rem;
  height: 24rem;
  left: -17rem;
  bottom: 7%;
  border: 1px solid rgba(0,41,107,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(253,197,0,.035);
}
.service-directory {
  position: relative;
  isolation: isolate;
  width: min(72rem,calc(100% - 3rem));
  margin: auto;
  padding: clamp(3.5rem,6vw,6rem) 0;
}
.service-directory-graphics {
  position: absolute;
  z-index: -1;
  inset: 0 -8vw;
  overflow: hidden;
  pointer-events: none;
}
.service-directory-graphics i,.service-directory-graphics b {
  position: absolute;
  display: block;
}
.service-directory-graphics i:first-child {
  width: 15rem;
  height: 2.25rem;
  left: -6rem;
  top: 22%;
  background: rgba(0,41,107,.055);
  transform: rotate(-58deg);
}
.service-directory-graphics i:nth-child(2) {
  width: 10rem;
  height: 2.25rem;
  left: -1rem;
  top: 29%;
  background: rgba(253,197,0,.1);
  transform: rotate(58deg);
}
.service-directory-graphics i:nth-child(3) {
  width: 19rem;
  height: 19rem;
  right: -10rem;
  top: 48%;
  border: 1px solid rgba(0,41,107,.09);
  transform: rotate(45deg);
  animation: service-shape-drift 9s ease-in-out infinite;
}
.service-directory-graphics b {
  width: 8rem;
  height: 8rem;
  right: -2rem;
  bottom: 2%;
  border: 1px solid rgba(253,197,0,.18);
  border-radius: 50%;
}
@keyframes service-shape-drift {
  50% {
    transform: rotate(49deg) translateY(-8px);
  }
}
.service-directory-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid rgba(0,26,71,.08);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(0 0,calc(100% - 1.6rem) 0,100% 1.6rem,100% 100%,1.6rem 100%,0 calc(100% - 1.6rem));
}
.service-directory-feature::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 2.3rem;
  height: 2px;
  right: .25rem;
  top: .7rem;
  background: var(--color-gold-bright);
  transform: rotate(45deg);
}
.service-directory-photo {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  clip-path: polygon(0 0,100% 0,91% 100%,0 100%);
}
.service-directory-photo::after,.service-directory-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,41,107,.18);
  transition: background-color .35s ease;
}
.service-directory-photo img,.service-directory-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.service-directory-feature-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 3rem clamp(2rem,5vw,4.5rem);
}
.service-directory-feature-copy::before,.service-directory-feature-copy::after {
  content: "";
  position: absolute;
  right: -5rem;
  border: 1px solid rgba(255,255,255,.1);
  transform: rotate(45deg);
  pointer-events: none;
}
.service-directory-feature-copy::before {
  width: 14rem;
  height: 14rem;
  top: -7rem;
}
.service-directory-feature-copy::after {
  width: 8rem;
  height: 8rem;
  right: 1.5rem;
  bottom: -5rem;
  border-color: rgba(253,197,0,.25);
}
.service-directory-feature-copy>* {
  position: relative;
  z-index: 1;
}
.service-directory-feature-copy small,.service-directory-card-top small,.service-directory-specialist small {
  color: var(--color-gold-bright);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-directory-number {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: rgba(255,255,255,.42);
  font-family: "IBM Plex Mono",monospace;
  font-size: .75rem;
}
.service-directory-feature-copy>strong {
  margin-top: .85rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2rem,3.5vw,3.15rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}
.service-directory-feature-copy>span:not(.service-directory-number) {
  margin-top: 1.1rem;
  color: var(--color-text-on-navy-muted);
  font-size: .92rem;
  line-height: 1.65;
}
.service-directory-feature-copy>b {
  align-self: flex-start;
  margin-top: 2rem;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: .55rem;
  font-size: .82rem;
}
.service-directory-feature-copy b i {
  margin-left: .75rem;
  color: var(--color-gold-bright);
  font-style: normal;
}
.service-directory-feature:hover img,.service-directory-card:hover img {
  transform: scale(1.055);
}
.service-directory-feature:hover .service-directory-photo::after,.service-directory-card:hover .service-directory-card-photo::after {
  background: rgba(0,41,107,.06);
}
.service-directory-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.service-directory-card {
  position: relative;
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
  clip-path: polygon(0 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);
  transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.service-directory-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 1.8rem;
  height: 2px;
  right: .25rem;
  top: .55rem;
  background: var(--color-gold);
  transform: rotate(45deg);
  transform-origin: center;
}
.service-directory-card:hover {
  border-color: rgba(0,41,107,.3);
  box-shadow: 0 18px 35px rgba(0,26,71,.1);
  transform: translateY(-5px);
}
.service-directory-card-photo {
  position: relative;
  display: block;
  height: 12.5rem;
  flex: none;
  overflow: hidden;
  clip-path: polygon(0 0,100% 0,100% 88%,91% 100%,0 100%);
}
.service-directory-card-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 2.6rem;
  height: 2px;
  background: var(--color-gold-bright);
  transition: width .4s ease;
}
.service-directory-card:hover .service-directory-card-photo::before {
  width: 6rem;
}
.service-directory-card-copy {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem;
}
.service-directory-card-copy::after {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  right: -2.8rem;
  bottom: -2.8rem;
  border: 1px solid rgba(0,41,107,.09);
  transform: rotate(45deg);
  transition: transform .4s ease,border-color .4s ease;
}
.service-directory-card:hover .service-directory-card-copy::after {
  border-color: rgba(253,197,0,.35);
  transform: rotate(50deg) scale(1.08);
}
.service-directory-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.service-directory-card-top small {
  color: var(--color-gold);
  letter-spacing: .1em;
}
.service-directory-card-top i {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .67rem;
  font-style: normal;
}
.service-directory-card-copy>strong {
  margin-top: .85rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.42rem;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.service-directory-card-copy>span:not(.service-directory-card-top) {
  margin-top: .65rem;
  color: var(--color-text-muted);
  font-size: .85rem;
  line-height: 1.55;
}
.service-directory-card-copy>b {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  align-self: flex-end;
  margin-top: auto;
  border: 1px solid var(--color-rule);
  color: var(--color-navy);
  transition: background-color .25s ease,color .25s ease;
}
.service-directory-card:hover .service-directory-card-copy>b {
  background: var(--color-navy);
  color: white;
}
.service-directory-specialist {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem,.72fr) minmax(18rem,1fr);
  min-height: 18rem;
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--color-rule);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(0 0,calc(100% - 1.5rem) 0,100% 1.5rem,100% 100%,0 100%);
}
.service-directory-specialist::before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 2.1rem;
  height: 2px;
  right: .2rem;
  top: .62rem;
  background: var(--color-gold-bright);
  transform: rotate(45deg);
}
.service-directory-specialist::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  right: -5rem;
  bottom: -7rem;
  border: 1px solid rgba(253,197,0,.2);
  transform: rotate(45deg);
  transition: transform .5s ease;
}
.service-directory-specialist:hover::after {
  transform: rotate(50deg) scale(1.08);
}
.service-specialist-photo {
  position: relative;
  display: block;
  min-height: 18rem;
  overflow: hidden;
  clip-path: polygon(0 0,100% 0,91% 100%,0 100%);
}
.service-specialist-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,41,107,.2);
  transition: background-color .35s ease;
}
.service-specialist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.service-directory-specialist:hover .service-specialist-photo img {
  transform: scale(1.055);
}
.service-directory-specialist:hover .service-specialist-photo::after {
  background: rgba(0,41,107,.08);
}
.service-specialist-photo i {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  bottom: 1.25rem;
  border-left: 2px solid var(--color-gold-bright);
  padding: .55rem .75rem;
  background: var(--color-navy-deep);
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  font-style: normal;
  letter-spacing: .13em;
}
.service-specialist-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem clamp(2rem,5vw,4rem);
}
.service-specialist-copy small {
  color: var(--color-gold-bright);
}
.service-specialist-copy strong {
  margin-top: .75rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.8rem,3vw,2.7rem);
  letter-spacing: -.05em;
  line-height: 1.05;
}
.service-specialist-copy>span {
  max-width: 29rem;
  margin-top: .9rem;
  color: var(--color-text-on-navy-muted);
  font-size: .88rem;
  line-height: 1.6;
}
.service-specialist-copy>b {
  align-self: flex-start;
  margin-top: 1.5rem;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: .5rem;
  font-size: .8rem;
}
.service-specialist-copy b i {
  margin-left: .7rem;
  color: var(--color-gold-bright);
  font-style: normal;
  transition: transform .25s ease;
}
.service-directory-specialist:hover .service-specialist-copy b i {
  display: inline-block;
  transform: translateX(.3rem);
}
.service-specialist-number {
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  top: 1.35rem;
  color: rgba(255,255,255,.45);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  letter-spacing: .1em;
}
@media (max-width:900px) {
  .service-motion-orbit {
    right: -12rem;
    opacity: .72;
  }
  .service-motion-angle {
    right: 0;
    opacity: .65;
  }
  .service-motion-track {
    right: -4rem;
  }
  .service-directory-hero-inner {
    grid-template-columns: 1fr;
  }
  .service-directory-visual {
    min-height: 16rem;
  }
  .service-directory-visual-photos {
    max-width: 38rem;
    width: 100%;
    margin: auto;
  }
  .service-directory-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-directory-feature {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:650px) {
  .service-directory-feature {
    grid-template-columns: 1fr;
  }
  .service-directory-photo {
    min-height: 15rem;
    clip-path: none;
  }
  .service-directory-feature-copy {
    padding: 2rem;
  }
  .service-directory-grid {
    grid-template-columns: 1fr;
  }
  .service-directory-card {
    min-height: 0;
  }
  .service-directory-card-photo {
    height: 13rem;
  }
  .service-directory-specialist {
    grid-template-columns: 1fr;
  }
  .service-specialist-photo {
    min-height: 14rem;
    clip-path: none;
  }
  .service-specialist-copy {
    padding: 2rem;
  }
  .service-specialist-number {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .service-directory-graphics i:nth-child(3),.service-visual-orbit,.service-directory-visual-photos figure,.service-directory-visual-photos img,.service-motion-orbit,.service-motion-angle,.service-motion-track i {
    animation: none;
  }
  .service-directory-visual-photos img:first-child {
    opacity: 1;
  }
  .service-directory-visual-photos img:nth-child(2) {
    opacity: 0;
  }
}
.expertise-rail {
  display: flex;
  gap: .8rem;
  height: 29rem;
  overflow: hidden;
}
.expertise-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0,41,107,.15);
  background: var(--color-navy-deep);
  transition: flex-grow .65s cubic-bezier(.2,.8,.2,1),transform .45s ease;
}
.expertise-panel:hover,.expertise-panel:focus-visible,.expertise-panel:focus-within {
  flex-grow: 3.1;
  outline: none;
}
.expertise-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.expertise-panel:hover img,.expertise-panel:focus-visible img {
  transform: scale(1);
}
.expertise-panel-tint {
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.68);
  transition: background-color .5s ease;
}
.expertise-panel:hover .expertise-panel-tint,.expertise-panel:focus-visible .expertise-panel-tint {
  background: rgba(0,26,71,.48);
}
.expertise-number {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
  color: var(--color-gold-bright);
  font-size: .68rem;
  letter-spacing: .12em;
}
.expertise-collapsed-title {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.4rem;
  display: grid;
  height: 6.8rem;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-content: start;
  align-items: start;
  gap: .45rem .75rem;
  padding-top: 1rem;
  border-top: 2px solid var(--color-gold);
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  transition: opacity .25s ease,transform .35s ease;
}
.expertise-collapsed-title small {
  grid-column: 1/-1;
  color: var(--color-gold-bright);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.expertise-collapsed-title strong {
  font-size: clamp(1rem,1.35vw,1.25rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.expertise-collapsed-title i {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  align-self: start;
  border: 1px solid rgba(255,255,255,.5);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: .8rem;
  font-style: normal;
}
.expertise-expanded {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  color: white;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .4s .12s ease,transform .45s .12s ease;
}
.expertise-expanded small {
  color: var(--color-gold-bright);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.expertise-expanded strong {
  margin-top: .65rem;
  max-width: 28rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.8rem,3vw,2.7rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.expertise-expanded > span {
  margin-top: .8rem;
  max-width: 27rem;
  color: var(--color-text-on-navy-muted);
  font-size: .85rem;
  line-height: 1.55;
}
.expertise-expanded b {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.35rem;
  padding: .7rem 1rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  font-size: .75rem;
  font-weight: 600;
}
.expertise-expanded i {
  font-style: normal;
  transition: transform .25s ease;
}
.expertise-panel:hover .expertise-expanded,.expertise-panel:focus-visible .expertise-expanded {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.expertise-panel:hover .expertise-collapsed-title,.expertise-panel:focus-visible .expertise-collapsed-title {
  opacity: 0;
  transform: translateY(10px);
}
.expertise-panel:hover .expertise-expanded i {
  transform: translateX(4px);
}
.expertise-mobile-nav {
  display: none;
}
.expertise-section {
  position: relative;
  overflow: hidden;
  background: var(--color-paper-alt);
}
.expertise-view-all {
  border-bottom: 2px solid var(--color-gold);
  padding: .8rem 0;
  font-size: 1.05rem;
}
.expertise-view-all .magnetic-arrow {
  font-size: 1.25rem;
}
.expertise-background-mark {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.expertise-background-mark i {
  position: absolute;
  display: block;
}
.expertise-background-mark i:nth-child(1) {
  width: 18rem;
  height: 30rem;
  left: -8rem;
  right: auto;
  top: auto;
  bottom: -11rem;
  border: 0;
  background: rgba(253,197,0,.1);
  clip-path: polygon(42% 0,59% 0,100% 100%,78% 100%);
  transform: rotate(-8deg);
}
.expertise-background-mark i:nth-child(2) {
  width: 20rem;
  height: 18rem;
  left: 43%;
  top: -8rem;
  bottom: auto;
  background: rgba(0,41,107,.055);
  clip-path: polygon(0 0,100% 0,55% 100%);
}
.expertise-background-mark i:nth-child(3) {
  width: 5rem;
  height: 5rem;
  right: 5%;
  top: auto;
  bottom: 12%;
  border: 0;
  border-radius: 50%;
  background: rgba(253,197,0,.14);
  box-shadow: 0 0 0 2.5rem rgba(0,41,107,.025);
  animation: expertise-dot-float 6s ease-in-out infinite;
}
.expertise-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 7rem;
  height: 2px;
  background: var(--color-gold);
  opacity: .45;
  transform: translateX(-50%);
}
@keyframes expertise-dot-float {
  50% {
    transform: translateY(9px);
  }
}
@media (prefers-reduced-motion:reduce) {
  .expertise-background-mark i:nth-child(3) {
    animation: none;
  }
}
.manager-section {
  position: relative;
  overflow: hidden;
}
.manager-graphics {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.manager-graphics::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 52rem;
  right: 26rem;
  top: -12rem;
  background: rgba(255,255,255,.035);
  transform: rotate(-29deg);
  transform-origin: center;
}
.manager-graphics::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 52rem;
  right: 5rem;
  top: -12rem;
  background: rgba(255,255,255,.035);
  transform: rotate(29deg);
  transform-origin: center;
}
.manager-graphics i {
  position: absolute;
  display: block;
}
.manager-graphics i:nth-child(1) {
  width: 31rem;
  height: 25rem;
  right: -6rem;
  bottom: -9rem;
  background: rgba(91,143,213,.075);
  clip-path: polygon(0 0,100% 0,56% 100%);
}
.manager-graphics i:nth-child(2) {
  width: 24rem;
  height: 2px;
  left: -3rem;
  top: 22%;
  background: rgba(204,153,0,.42);
  transform: rotate(-24deg);
}
.manager-graphics i:nth-child(3) {
  width: 5.5rem;
  height: 5.5rem;
  right: 12%;
  top: 16%;
  border-radius: 50%;
  background: rgba(204,153,0,.13);
  box-shadow: 0 0 0 2.8rem rgba(255,255,255,.018);
  animation: manager-logo-dot 6s ease-in-out infinite;
}
.manager-portrait {
  min-height: 34rem;
  padding: 1rem 1rem 1rem 0;
}
.manager-portrait::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2.75rem;
  left: 1rem;
  border: 2px solid var(--color-gold);
  clip-path: polygon(0 0,86% 0,100% 14%,100% 100%,14% 100%,0 86%);
  opacity: .8;
}
.manager-photo-shape {
  position: absolute;
  inset: 1rem 1rem 1rem 0;
  overflow: hidden;
  clip-path: polygon(0 0,86% 0,100% 14%,100% 100%,14% 100%,0 86%);
  background: var(--color-navy);
}
.manager-photo-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.manager-portrait:hover .manager-photo-shape img {
  transform: scale(1.025);
}
.manager-portrait-label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1.05rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  box-shadow: -10px -10px 0 var(--color-navy-deep);
}
.manager-portrait-label .ledger-figure {
  color: var(--color-navy-deep);
  font-size: 1.25rem;
}
.manager-portrait-label small {
  max-width: 8rem;
  font-size: .62rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.manager-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manager-copy blockquote {
  letter-spacing: 0;
  word-spacing: .08em;
}
@keyframes manager-logo-dot {
  50% {
    transform: translateY(10px);
  }
}
@media (prefers-reduced-motion:reduce) {
  .manager-graphics i:nth-child(3) {
    animation: none;
  }
}
.compliance-path-section {
  position: relative;
  overflow: hidden;
}
.compliance-path-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.compliance-path-graphics i {
  position: absolute;
  display: block;
  animation: path-logo-float 7s ease-in-out infinite;
}
.compliance-path-graphics i:nth-child(1) {
  width: 18rem;
  height: 30rem;
  left: -8rem;
  bottom: -11rem;
  background: rgba(204,153,0,.1);
  clip-path: polygon(42% 0,59% 0,100% 100%,78% 100%);
  transform: rotate(-8deg);
}
.compliance-path-graphics i:nth-child(2) {
  width: 20rem;
  height: 18rem;
  left: 43%;
  top: -8rem;
  background: rgba(0,41,107,.055);
  clip-path: polygon(0 0,100% 0,55% 100%);
  animation-delay: -2s;
}
.compliance-path-graphics i:nth-child(3) {
  width: 5rem;
  height: 5rem;
  right: 5%;
  bottom: 12%;
  border-radius: 50%;
  background: rgba(204,153,0,.14);
  box-shadow: 0 0 0 2.5rem rgba(0,41,107,.025);
  animation-delay: -4s;
}
.compliance-path-copy::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 2px;
  margin-top: 2.2rem;
  background: var(--color-gold);
  transform-origin: left;
  animation: path-line-pulse 2.6s ease-in-out infinite;
}
.compliance-path-panel {
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease;
}
.compliance-path-panel::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  pointer-events: none;
}
.compliance-path-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,41,107,.12);
}
.path-step-enter {
  animation: path-step-in .45s cubic-bezier(.2,.8,.2,1) both;
}
.path-answer {
  opacity: 0;
  animation: path-answer-in .42s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: var(--path-delay);
  transition: transform .25s ease,border-color .25s ease,background-color .25s ease;
}
.path-answer:hover {
  transform: translateX(4px);
}
.path-answer span {
  transition: transform .25s ease;
}
.path-answer:hover span {
  transform: translateX(4px);
}
.path-progress span {
  transition: background-color .3s ease,transform .3s ease;
}
.path-progress .bg-gold {
  animation: path-progress-pulse .55s ease both;
}
.path-result-note {
  animation: path-note-in .55s .15s ease both;
}
@keyframes path-step-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
}
@keyframes path-answer-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes path-note-in {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes path-progress-pulse {
  50% {
    transform: scaleY(1.6);
  }
}
@keyframes path-logo-float {
  50% {
    translate: 0 -10px;
  }
}
@keyframes path-line-pulse {
  50% {
    transform: scaleX(.55);
    opacity: .55;
  }
}
@media (prefers-reduced-motion:reduce) {
  .compliance-path-graphics i,.compliance-path-copy::after,.path-step-enter,.path-answer,.path-progress .bg-gold,.path-result-note {
    animation: none;
  }
  .path-answer {
    opacity: 1;
  }
}
.site-footer {
  background: var(--color-navy-deep);
  color: var(--color-text-on-navy-muted);
}
.footer-top {
  display: grid;
  max-width: 72rem;
  margin-inline: auto;
  padding: 4.5rem 1.5rem 3.5rem;
  gap: 3rem;
}
.footer-brand {
  max-width: 27rem;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: white;
}
.footer-logo img {
  width: 5.5rem;
  height: 4rem;
  object-fit: contain;
}
.footer-logo span {
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  letter-spacing: .075em;
}
.footer-logo b {
  font-weight: 700;
}
.footer-logo em {
  color: var(--color-gold-bright);
  font-size: 1.15em;
  font-style: normal;
  font-weight: 700;
}
.footer-brand>p {
  margin-top: 1.5rem;
  max-width: 25rem;
  font-size: .9rem;
  line-height: 1.7;
}
.footer-contact {
  display: grid;
  gap: .55rem;
  margin-top: 1.7rem;
  font-size: .78rem;
}
.footer-contact a {
  width: max-content;
  color: white;
}
.footer-contact a:hover {
  color: var(--color-gold-bright);
}
.footer-contact address {
  margin-top: .35rem;
  font-style: normal;
  line-height: 1.7;
}
.footer-map {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  border: 0;
  filter: saturate(.55) contrast(1.05);
}
.footer-map>a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .9rem 1.1rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  font-size: .72rem;
  font-weight: 600;
}
.footer-quicklinks {
  display: grid;
  max-width: 72rem;
  margin-inline: auto;
  padding: 3.5rem 1.5rem;
  gap: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.footer-links-intro>span,.footer-quicklinks h3 {
  color: var(--color-gold-bright);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-links-intro h2 {
  margin-top: .65rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -.04em;
}
.footer-links-intro p {
  margin-top: .85rem;
  max-width: 15rem;
  font-size: .75rem;
  line-height: 1.6;
}
.footer-quicklinks h3 {
  margin-bottom: 1rem;
}
.footer-quicklinks ul {
  display: grid;
  gap: .6rem;
}
.footer-quicklinks li a {
  display: inline-flex;
  align-items: flex-start;
  gap: .55rem;
  color: var(--color-text-on-navy-muted);
  font-size: .74rem;
  line-height: 1.4;
  transition: color .2s ease,transform .2s ease;
}
.footer-quicklinks li a span {
  color: var(--color-gold);
}
.footer-quicklinks li a:hover {
  color: white;
  transform: translateX(3px);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 72rem;
  margin-inline: auto;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .65rem;
}
@media (min-width:768px) {
  .footer-top {
    grid-template-columns: .8fr 1.2fr;
    padding-inline: 3rem;
  }
  .footer-quicklinks {
    grid-template-columns: .8fr 1fr 1fr 1fr;
    padding-inline: 3rem;
  }
  .footer-bottom {
    padding-inline: 3rem;
  }
}
@media (max-width:767px) {
  .footer-bottom {
    flex-direction: column;
  }
  .footer-map {
    min-height: 16rem;
  }
  .footer-map iframe {
    min-height: 16rem;
  }
}
@media (max-width:1023px) {
  .manager-portrait {
    min-height: 31rem;
    max-width: 34rem;
    width: 100%;
    margin-inline: auto;
  }
  .manager-copy {
    max-width: 42rem;
    margin-inline: auto;
  }
}
.why-image-card {
  overflow: hidden;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
  transition: transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .45s ease;
}
.why-image-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,41,107,.28);
  box-shadow: 0 20px 45px rgba(0,41,107,.1);
}
.why-image-frame {
  position: relative;
  height: 13.5rem;
  overflow: hidden;
  clip-path: polygon(0 0,100% 0,100% 84%,88% 100%,0 100%);
  background: var(--color-navy-deep);
}
.why-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.13);
  pointer-events: none;
  transition: background-color .4s ease;
}
.why-image-card:hover .why-image-frame::after {
  background: rgba(0,26,71,.03);
}
.why-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.8,.2,1);
}
.why-image-card:hover .why-image-frame img {
  transform: scale(1.055);
}
.client-logo-section {
  position: relative;
  overflow: hidden;
  padding-block: 3.25rem;
  border-top: 1px solid var(--color-rule);
  border-bottom: 1px solid var(--color-rule);
  background-color: var(--color-paper-alt);
  background-image: linear-gradient(rgba(0,41,107,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,41,107,.045) 1px,transparent 1px);
  background-size: 64px 64px;
}
.client-logo-section::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  top: -15rem;
  left: -7rem;
  border: 1px solid rgba(0,41,107,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgba(0,41,107,.025),0 0 0 7rem rgba(204,153,0,.035);
  pointer-events: none;
}
.client-logo-section::after {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -4rem;
  bottom: -8rem;
  border: 1px solid rgba(204,153,0,.3);
  border-radius: 50%;
  pointer-events: none;
}
.client-logo-section>div {
  position: relative;
  z-index: 1;
}
.client-logo-section .eyebrow-rule {
  width: max-content;
}
.client-logo-marquee {
  position: relative;
  z-index: 1;
  margin-top: 2.15rem;
  overflow: hidden;
}
.client-logo-marquee::before,.client-logo-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 8vw;
  pointer-events: none;
}
.client-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg,var(--color-paper-alt),transparent);
}
.client-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg,var(--color-paper-alt),transparent);
}
.client-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: client-logo-scroll 28s linear infinite;
}
.client-logo-marquee:hover .client-logo-track {
  animation-play-state: paused;
}
.client-logo-item {
  position: relative;
  display: flex;
  width: clamp(15rem,22vw,21rem);
  height: 8.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  margin-inline: .6rem;
  padding: .8rem 1.1rem;
  border: 1px solid var(--color-rule);
  background: white;
  clip-path: polygon(0 0,calc(100% - 1.1rem) 0,100% 1.1rem,100% 100%,0 100%);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.client-logo-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--color-gold);
  clip-path: polygon(0 0,100% 100%,100% 0);
}
.client-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 7.1rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.client-logo-item:hover {
  border-color: var(--color-navy);
  box-shadow: 0 14px 32px rgba(0,41,107,.1);
  transform: translateY(-5px);
}
.client-logo-item:hover img {
  transform: scale(1.055);
}
@keyframes client-logo-scroll {
  to {
    transform: translateX(-50%);
  }
}
.why-image-frame span {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: .55rem .7rem;
  background: var(--color-navy-deep);
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  letter-spacing: .12em;
}
.why-card-copy {
  padding: 1.75rem;
}
.why-card-copy h3 {
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -.035em;
}
.why-card-copy p {
  margin-top: .75rem;
  color: var(--color-text-muted);
  font-size: .875rem;
  line-height: 1.6;
}
.process-line {
  position: absolute;
  left: 22px;
  top: 44px;
  bottom: 44px;
  width: 1px;
  background: var(--color-rule);
}
.process-line-fill {
  width: 100%;
  height: 0;
  background: var(--color-gold);
  transition: height 1.4s ease;
}
.is-visible .process-line-fill {
  height: 100%;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1);
}
.reveal[data-reveal="left"] {
  transform: translateX(-30px);
}
.reveal[data-reveal="right"] {
  transform: translateX(30px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: .1s;
}
.reveal-delay-2 {
  transition-delay: .2s;
}
.reveal-delay-3 {
  transition-delay: .3s;
}
@media (min-width:1500px) {
  .reveal,.reveal[data-reveal="left"],.reveal[data-reveal="right"],.service-scroll-reveal {
    opacity: 1;
    transform: none;
    transition-delay: 0s !important;
  }
}
.testimonial-slide {
  display: none;
  animation: slide-in .55s ease both;
}
.testimonial-slide.is-active {
  display: grid;
}
.google-reviews {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem,8vw,7rem) 1.5rem;
  background: var(--color-paper-alt);
}
.google-reviews::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: -11rem;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(0,41,107,.025);
}
.google-reviews-inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: auto;
}
.google-reviews-heading {
  max-width: 44rem;
}
.google-reviews-heading>span {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--color-yellow-text);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .17em;
}
.google-reviews-heading>span::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--color-gold-bright);
}
.google-reviews-heading h2 {
  margin-top: 1.15rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",sans-serif;
  font-size: clamp(2.25rem,4.5vw,4rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.04;
}
.google-reviews-heading p {
  margin-top: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.google-reviews-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.75rem;
}
.google-review-card {
  position: relative;
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--color-rule);
  background: white;
  box-shadow: 0 16px 36px rgba(0,31,78,.055);
  transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.google-review-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 3px;
  background: var(--color-gold-bright);
  transition: width .35s ease;
}
.google-review-card:hover {
  transform: translateY(-.35rem);
  border-color: rgba(0,41,107,.25);
  box-shadow: 0 22px 45px rgba(0,31,78,.09);
}
.google-review-card:hover::after {
  width: 7rem;
}
.google-review-card header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .85rem;
}
.google-review-avatar {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--color-navy);
  color: white;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
}
.google-review-card header>span:nth-child(2) {
  display: grid;
  gap: .2rem;
}
.google-review-card header strong {
  color: var(--color-navy-deep);
  font-size: .9rem;
}
.google-review-card header small {
  color: var(--color-text-muted);
  font-size: .7rem;
}
.google-review-mark {
  font-family: Arial,sans-serif;
  font-size: 1.35rem;
  color: #4285f4;
}
.google-review-stars {
  margin-top: 1.25rem;
  color: var(--color-gold-bright);
  font-size: 1.15rem;
  letter-spacing: .08em;
}
.google-review-card blockquote {
  margin-top: 1.6rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.65;
}
.google-review-card time {
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--color-text-muted);
  font-size: .68rem;
}
.google-reviews-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--color-navy);
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 600;
  transition: background-color .25s ease,color .25s ease;
}
.google-reviews-button:hover {
  background: var(--color-navy);
  color: white;
}
.google-reviews-button span {
  color: var(--color-gold-bright);
}
.google-reviews {
  background: white;
}
.google-reviews::before {
  display: none;
}
.google-reviews-inner {
  max-width: 80rem;
}
.google-reviews-heading {
  max-width: none;
  text-align: center;
}
.google-reviews-heading h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(2.5rem,5vw,4.75rem);
}
.google-reviews-heading>span,.google-reviews-heading p {
  display: none;
}
.google-reviews-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  margin-top: 4rem;
}
.google-reviews-summary {
  text-align: center;
}
.google-reviews-summary>strong {
  display: block;
  color: var(--color-navy-deep);
  font-size: 1.45rem;
  line-height: 1.15;
}
.google-summary-mark {
  display: block;
  margin-top: 1rem;
  font-family: Arial,sans-serif;
  font-size: 2.65rem;
  font-weight: 600;
  letter-spacing: -.08em;
  color: #4285f4;
}
.google-summary-mark::first-letter {
  color: #4285f4;
}
.google-reviews-summary>p {
  max-width: 16rem;
  margin: 1rem auto 0;
  color: var(--color-text-muted);
  font-size: .78rem;
  line-height: 1.6;
}
.google-reviews-summary>a {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.15rem;
  color: var(--color-navy);
  font-size: .72rem;
  font-weight: 600;
}
.google-reviews-summary>a i {
  color: var(--color-gold-bright);
  font-style: normal;
}
.google-reviews-carousel {
  position: relative;
  min-width: 0;
}
.google-reviews-viewport {
  overflow: hidden;
  padding: .75rem;
}
.google-reviews-track {
  display: flex;
  gap: 1.25rem;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.google-review-card {
  min-width: min(23rem,82vw);
  min-height: 22rem;
  padding: 1.75rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 3px 16px rgba(0,31,78,.12);
}
.google-review-card::after {
  display: none;
}
.google-review-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(0,31,78,.15);
}
.google-review-card header strong {
  font-size: 1rem;
}
.google-review-card header small,.google-review-card header time {
  padding: 0;
  color: #858585;
  font-size: .78rem;
}
.google-review-card blockquote {
  margin-top: 1.25rem;
  color: #111;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
}
.google-review-company {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--color-text-muted);
  font-size: .68rem;
}
.google-review-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: white;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(0,0,0,.06);
  transform: translateY(-50%);
  transition: border-color .2s ease,color .2s ease,transform .2s ease;
}
.google-review-arrow:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
.google-review-prev {
  left: -.65rem;
}
.google-review-next {
  right: -.65rem;
}
.google-review-arrow:active {
  transform: translateY(-50%) scale(.94);
}
@media (min-width:880px) {
  .google-reviews-layout {
    grid-template-columns: 15rem minmax(0,1fr);
  }
  .google-review-card {
    min-width: calc(50% - .625rem);
  }
}
@media (min-width:1200px) {
  .google-review-card {
    min-width: calc(33.333% - .84rem);
  }
}
@media (max-width:879px) {
  .google-reviews-layout {
    margin-top: 2.75rem;
  }
  .google-reviews-summary>p {
    display: none;
  }
  .google-reviews-carousel {
    margin-inline: -.5rem;
  }
  .google-review-prev {
    left: 0;
  }
  .google-review-next {
    right: 0;
  }
}
.google-summary-mark {
  width: 9.2rem;
  height: 3rem;
  margin: 1rem auto 0;
  background: url("https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png") center/contain no-repeat;
  color: transparent;
  font-size: 0;
}
.google-review-mark {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg") center/contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
}
.google-review-avatar {
  overflow: hidden;
}
.google-review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.google-reviews {
  padding: clamp(3.25rem,6vw,5rem) 1.5rem;
}
.google-reviews-heading h2 {
  font-size: clamp(2rem,3.4vw,3.2rem);
  letter-spacing: -.045em;
}
.google-reviews-layout {
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.google-reviews-summary>strong {
  font-size: 1.15rem;
}
.google-summary-mark {
  width: 7.6rem;
  height: 2.45rem;
  margin-top: .75rem;
}
.google-reviews-summary>p {
  margin-top: .75rem;
  font-size: .7rem;
}
.google-reviews-summary>a {
  margin-top: .85rem;
  font-size: .68rem;
}
.google-reviews-viewport {
  padding: .6rem;
}
.google-reviews-track {
  align-items: flex-start;
  gap: .85rem;
}
.google-review-card {
  min-width: min(18rem,78vw);
  min-height: 15.5rem;
  padding: 1.15rem;
  border-radius: .75rem;
}
.google-review-card header {
  gap: .65rem;
}
.google-review-avatar {
  width: 2.55rem;
  height: 2.55rem;
  font-size: .68rem;
}
.google-review-card header strong {
  font-size: .82rem;
}
.google-review-card header small,.google-review-card header time {
  font-size: .66rem;
}
.google-review-mark {
  width: 1.65rem;
  height: 1.65rem;
}
.google-review-stars {
  margin-top: .8rem;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: .055em;
}
.google-review-card blockquote {
  margin-top: .9rem;
  font-size: .84rem;
  line-height: 1.55;
}
.google-review-company {
  padding-top: .7rem;
  font-size: .62rem;
}
.google-review-card blockquote.is-collapsible:not(.is-expanded) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.google-review-toggle {
  align-self: flex-start;
  margin-top: .55rem;
  border: 0;
  background: none;
  color: var(--color-text-muted);
  font-size: .7rem;
  font-weight: 600;
  cursor: pointer;
  transition: color .2s ease;
}
.google-review-toggle:hover {
  color: var(--color-navy);
}
.google-review-arrow {
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.65rem;
}
.google-review-prev {
  left: -.4rem;
}
.google-review-next {
  right: -.4rem;
}
.google-review-card {
  animation: google-review-card-in .55s ease both;
}
.google-review-card:nth-child(2) {
  animation-delay: .08s;
}
.google-review-card:nth-child(3) {
  animation-delay: .16s;
}
.google-review-arrow::after {
  content: "";
  position: absolute;
  inset: -.35rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  animation: google-arrow-pulse 2.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes google-review-card-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes google-arrow-pulse {
  50% {
    transform: scale(1.12);
    opacity: .35;
  }
}
@media (prefers-reduced-motion:reduce) {
  .google-review-card,.google-review-arrow::after {
    animation: none;
  }
  .google-reviews-track {
    transition: none;
  }
}
.google-reviews-track {
  transition-duration: .42s;
}
@media (min-width:880px) {
  .google-reviews-layout {
    grid-template-columns: 12.5rem minmax(0,1fr);
  }
  .google-review-card {
    min-width: calc(50% - .425rem);
  }
}
@media (min-width:1200px) {
  .google-review-card {
    min-width: calc(33.333% - .57rem);
  }
}
.slider-dot {
  width: 28px;
  height: 3px;
  background: rgba(27,58,107,.16);
  transition: width .3s ease,background .3s ease;
}
.slider-dot.is-active {
  width: 48px;
  background: var(--color-gold);
}
.magnetic-arrow {
  transition: transform .3s ease;
}
a:hover .magnetic-arrow {
  transform: translateX(5px);
}
@keyframes draw-line {
  to {
    transform: scaleX(1);
  }
}
@keyframes console-pulse {
  50% {
    opacity: .45;
    transform: scale(.88);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
}
@media (max-width:767px) {
  .home-display {
    font-size: clamp(2.65rem,10.8vw,4.4rem);
    letter-spacing: -.06em;
  }
  .advisory-console {
    min-height: 440px;
  }
  .proof-marquee {
    animation-duration: 20s;
  }
  .hero-image-triptych {
    min-height: 31rem;
    padding-top: 3rem;
  }
  .image-pillar {
    max-width: 9rem;
  }
  .image-pillar-one {
    height: 64%;
  }
  .image-pillar-two {
    height: 82%;
  }
  .image-pillar-three {
    height: 69%;
  }
  .expertise-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    color: var(--color-navy);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .expertise-arrow-group {
    display: flex;
    gap: .45rem;
  }
  .expertise-arrow-group button {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border: 1px solid rgba(0,41,107,.22);
    background: var(--color-paper);
    color: var(--color-navy);
    font-size: 1.15rem;
    transition: background-color .2s ease,color .2s ease,border-color .2s ease;
  }
  .expertise-arrow-group button:last-child {
    border-color: var(--color-navy);
    background: var(--color-navy);
    color: white;
  }
  .expertise-arrow-group button:active {
    transform: scale(.96);
  }
  .expertise-rail {
    height: 24rem;
    margin-top: .75rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: .35rem;
    scrollbar-width: none;
  }
  .expertise-rail::-webkit-scrollbar {
    display: none;
  }
  .expertise-panel,.expertise-panel:hover,.expertise-panel:focus-visible {
    flex: 0 0 82vw;
    scroll-snap-align: center;
  }
  .expertise-collapsed-title {
    display: none;
  }
  .expertise-expanded {
    opacity: 1;
    transform: none;
    padding: 1.5rem;
  }
  .expertise-expanded strong {
    font-size: 1.8rem;
  }
  .expertise-panel-tint,.expertise-panel:hover .expertise-panel-tint {
    background: rgba(0,26,71,.5);
  }
}
@media (max-width:480px) {
  .site-header-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-header-cta {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: .75rem;
  }
  .home-hero>div:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width:430px) {
  .site-header-inner {
    padding: .65rem .65rem;
  }
  .site-header-inner>div {
    gap: .3rem;
  }
  .site-header-cta {
    display: inline-flex;
    padding: .55rem .6rem;
    font-size: .62rem;
    line-height: 1;
  }
  .site-logo {
    gap: .3rem;
  }
  .site-logo img {
    width: 3.25rem;
    height: 2.7rem;
  }
  .brand-wordmark {
    display: inline-flex;
    font-size: .8rem;
    letter-spacing: .025em;
  }
  .brand-wordmark::after {
    bottom: -.3rem;
  }
  .site-header [data-menu-button] {
    padding: .4rem;
  }
  .home-hero {
    background-size: 48px 48px;
  }
  .homepage .site-header {
    background-size: 48px 48px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .home-display .accent-word::after,.console-pulse,.proof-marquee,.client-logo-track {
    animation: none;
  }
  .client-logo-marquee {
    overflow-x: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .process-line-fill {
    height: 100%;
  }
  .testimonial-slide {
    animation: none;
  }
  .image-pillar img {
    animation: none;
    opacity: 0;
  }
  .image-pillar img.is-first {
    opacity: 1;
    transform: scale(1);
  }
}
.site-footer {
  background: var(--color-navy-deep);
  color: white;
}
.site-footer .footer-brand {
  max-width: 31rem;
}
.site-footer .footer-brand>p {
  margin-top: 1rem;
  max-width: none;
  font-size: 1rem;
  line-height: 1.5;
}
.site-footer .footer-logo {
  gap: .9rem;
}
.site-footer .footer-logo img {
  width: 6.2rem;
  height: 4.8rem;
}
.site-footer .footer-logo>span {
  font-size: inherit;
  letter-spacing: normal;
}
.site-footer .footer-map,.site-footer .footer-map iframe {
  min-height: 16rem;
}
.site-footer .footer-map iframe {
  filter: saturate(.45) contrast(1.08);
}
.site-footer .footer-map>a {
  padding: .8rem 1rem;
  font-size: .7rem;
}
.site-footer .footer-bottom {
  max-width: none;
  margin: 0;
  padding: 1.25rem 0;
  color: var(--color-text-on-navy-muted);
}
@media (max-width:700px) {
  .site-footer .footer-logo img {
    width: 5rem;
    height: 3.9rem;
  }
}
@media (max-width:460px) {
  .site-footer .footer-logo {
    gap: .55rem;
  }
  .site-footer .footer-logo img {
    width: 4.2rem;
    height: 3.4rem;
  }
}
.inner-page main>div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.5rem,8vw,7.5rem);
  padding-bottom: clamp(4.5rem,8vw,7.5rem);
}
.inner-page main>div::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 27rem;
  background: var(--color-paper-alt);
  border-top: 1px solid rgba(0,41,107,.08);
  border-bottom: 1px solid rgba(0,41,107,.08);
}
.inner-page main>div::after {
  content: "A";
  position: absolute;
  z-index: -1;
  top: -5.5rem;
  right: clamp(-5rem,2vw,1rem);
  font-family: var(--font-heading,"Libre Franklin",sans-serif);
  font-size: clamp(20rem,39vw,38rem);
  font-weight: 700;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.055);
  transform: rotate(-7deg);
  pointer-events: none;
}
.inner-page main>div>.eyebrow-rule:first-child,.inner-page main>div>a:first-child+.mt-6>.eyebrow-rule {
  position: relative;
}
.inner-page main>div>h1,.inner-page main>div>.mt-6+h1 {
  max-width: 54rem;
  font-size: clamp(2.65rem,6vw,5.25rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.inner-page main>div>h1+p,.inner-page main>div>.mt-6+h1+p {
  max-width: 43rem;
  font-size: 1.05rem;
  line-height: 1.8;
}
.inner-page main>div>a:first-child {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap .25s ease,color .25s ease;
}
.inner-page main>div>a:first-child:hover {
  gap: .85rem;
  color: var(--color-gold);
}
.inner-page main>.privacy-policy-shell {
  overflow: visible;
  background: var(--color-paper);
}
.inner-page main>.privacy-policy-shell::before,.inner-page main>.privacy-policy-shell::after {
  display: none;
}
.privacy-policy-shell article>div {
  margin-top: 2.5rem;
}
.privacy-policy-shell article section h2 {
  line-height: 1.25;
}
.privacy-policy-shell article section h2+p {
  margin-top: .75rem;
}
.inner-page main .border.border-rule {
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 34px rgba(0,41,107,.055);
  transition: transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease;
}
.inner-page main a.border.border-rule:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold);
  box-shadow: 0 22px 45px rgba(0,41,107,.1);
}
.inner-page main article.border,.inner-page main a.service-feature-card {
  position: relative;
  overflow: hidden;
}
.inner-page main article.border::before,.inner-page main a.service-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 3px;
  background: var(--color-gold);
}
.inner-page main h2 {
  letter-spacing: -.035em;
}
.inner-page main ul li {
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(0,41,107,.09);
  line-height: 1.65;
}
.inner-page main aside>.bg-navy {
  position: relative;
  overflow: hidden;
  background: var(--color-navy-deep);
}
.inner-page main aside>.bg-navy::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  right: -5rem;
  bottom: -6rem;
  border: 1px solid rgba(255,194,14,.3);
  transform: rotate(45deg);
}
.inner-page main form {
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 55px rgba(0,41,107,.08);
}
.inner-page main input,.inner-page main textarea {
  background: white;
  transition: border-color .2s ease,box-shadow .2s ease;
}
.inner-page main input:focus,.inner-page main textarea:focus {
  outline: none;
  border-color: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(0,41,107,.08);
}
@media (max-width:700px) {
  .inner-page main>div::before {
    height: 23rem;
  }
  .inner-page main>div::after {
    top: 0;
    right: -5rem;
    font-size: 18rem;
  }
  .inner-page main>div>h1,.inner-page main>div>.mt-6+h1 {
    font-size: clamp(2.45rem,12vw,3.7rem);
  }
}
.inner-page main>.advisory-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.advisory-page::before,.inner-page main>.advisory-page::after {
  display: none;
}
.advisory-page-hero {
  position: relative;
  isolation: isolate;
  background: var(--color-paper-alt);
  border-bottom: 1px solid var(--color-rule);
}
.advisory-page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: rgba(255,255,255,.62);
  clip-path: polygon(0 0,100% 0,77% 100%,0 100%);
}
.advisory-page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 31%;
  height: 37%;
  background: rgba(0,41,107,.045);
  clip-path: polygon(32% 0,100% 0,100% 100%,0 100%);
}
.advisory-page-mark {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.advisory-page-mark::before {
  content: "";
  position: absolute;
  width: 35rem;
  height: 35rem;
  right: -12rem;
  top: -14rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(0,41,107,.025),0 0 0 10rem rgba(253,197,0,.025);
}
.advisory-page-mark i:first-child {
  position: absolute;
  width: 15rem;
  height: 2.5rem;
  left: -4rem;
  bottom: 5rem;
  background: rgba(0,41,107,.055);
  transform: rotate(-34deg);
}
.advisory-page-mark i:last-child {
  position: absolute;
  width: 19rem;
  height: 2.25rem;
  left: 4rem;
  bottom: 9rem;
  background: rgba(253,197,0,.1);
  transform: rotate(56deg);
}
.advisory-page-mark i:first-child {
  animation: advisory-angle-one 9s ease-in-out infinite;
}
.advisory-page-mark i:last-child {
  animation: advisory-angle-two 11s ease-in-out infinite;
}
.advisory-page-hero-inner {
  display: grid;
  max-width: 90rem;
  min-height: 44rem;
  margin: auto;
  padding: clamp(4rem,7vw,7rem) clamp(1.5rem,6vw,6rem);
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
}
.advisory-page-intro {
  max-width: 47rem;
}
.advisory-back {
  display: inline-flex;
  margin-bottom: 2.2rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 600;
}
.advisory-page-intro h1 {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(3.2rem,6vw,6.6rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .94;
}
.advisory-page-intro>p {
  max-width: 43rem;
  margin-top: 1.8rem;
  color: var(--color-text-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}
.advisory-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.25rem;
}
.advisory-primary-action {
  display: inline-flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 1.35rem;
  background: var(--color-navy);
  color: white;
  font-size: .84rem;
  font-weight: 600;
}
.advisory-text-action {
  display: inline-flex;
  gap: .7rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--color-navy);
  color: var(--color-navy);
  font-size: .82rem;
  font-weight: 600;
}
.advisory-page-photo {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
  clip-path: polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%);
  background: var(--color-navy);
  animation: advisory-photo-drift 8s ease-in-out infinite;
}
.advisory-page-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.2);
}
.advisory-page-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advisory-page-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  background: rgba(0,26,71,.9);
  color: white;
}
.advisory-page-photo figcaption span {
  display: block;
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
  letter-spacing: .15em;
}
.advisory-page-photo figcaption strong {
  display: block;
  max-width: 22rem;
  margin-top: .65rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}
.advisory-what {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem,8vw,7rem) 1.5rem;
  background: white;
  border-bottom: 1px solid var(--color-rule);
}
.advisory-what::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(0,41,107,.075);
  transform: rotate(45deg);
}
.advisory-what-inner {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 76rem;
  margin: auto;
  gap: 2.5rem;
  align-items: end;
}
.advisory-what h2 {
  max-width: 39rem;
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.6rem,5vw,4.5rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.advisory-what-inner>p {
  max-width: 36rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.85;
}
.advisory-principles {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-navy-deep);
  color: white;
}
.advisory-principles::before {
  content: "A";
  position: absolute;
  z-index: -1;
  right: 2%;
  top: -7.5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.075);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 25rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
  animation: advisory-letter-drift 14s ease-in-out infinite;
}
.advisory-principles::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 22%;
  height: 3px;
  background: var(--color-gold);
}
.advisory-principles-inner {
  display: grid;
  max-width: 78rem;
  margin: auto;
  padding: 0 1.5rem;
}
.advisory-principles article {
  position: relative;
  padding: 2.3rem 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.advisory-principles article>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
}
.advisory-principles h2 {
  margin-top: .8rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
}
.advisory-principles p {
  margin-top: .65rem;
  color: var(--color-text-on-navy-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.advisory-scope {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem,9vw,9rem) 1.5rem;
  background: var(--color-paper-alt);
}
.advisory-scope::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 29rem;
  height: 29rem;
  left: -18rem;
  top: 5rem;
  border: 1px solid rgba(0,41,107,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 4.5rem rgba(0,41,107,.018),0 0 0 9rem rgba(253,197,0,.018);
}
.advisory-scope::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: 3rem;
  width: 24rem;
  height: 6rem;
  background: rgba(0,41,107,.035);
  transform: rotate(-48deg);
}
.advisory-scope::before {
  animation: advisory-orbit-drift 13s ease-in-out infinite;
}
.advisory-scope::after {
  animation: advisory-bar-drift 10s ease-in-out infinite;
}
.advisory-scope-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,6vw,6rem);
}
.advisory-scope header {
  position: relative;
  align-self: start;
  padding: 1.5rem 0 1.5rem 1.6rem;
}
.advisory-scope header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 3px;
  height: calc(100% - 3rem);
  background: var(--color-gold);
}
.advisory-scope header h2,.advisory-pathways h2 {
  max-width: 37rem;
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.6rem,5vw,4.7rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.advisory-scope header>p {
  max-width: 33rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: .93rem;
  line-height: 1.8;
}
.advisory-scope-list {
  display: grid;
  gap: 1rem;
}
.advisory-scope-list article {
  position: relative;
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 8.75rem;
  padding: 1.5rem;
  border: 1px solid var(--color-rule);
  background: rgba(247,248,250,.88);
  clip-path: polygon(0 0,calc(100% - 1rem) 0,100% 1rem,100% 100%,0 100%);
  box-shadow: inset 0 3px 0 transparent;
  transition: transform .35s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.advisory-scope-list article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-left: 1px solid rgba(0,41,107,.08);
  transform: skewX(-35deg) translateX(1.8rem);
}
.advisory-scope-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(253,197,0,.65);
  background: white;
  box-shadow: inset 0 3px 0 var(--color-gold),0 18px 38px rgba(0,41,107,.08);
}
.advisory-scope-list article:first-child {
  background: var(--color-navy);
  border-color: var(--color-navy);
}
.advisory-scope-list article:first-child h3 {
  color: white;
}
.advisory-scope-list article:first-child span {
  border-color: rgba(255,255,255,.25);
  color: var(--color-gold-bright);
}
.advisory-scope-list article:first-child i {
  color: white;
}
.advisory-scope-list article:nth-child(3),.advisory-scope-list article:nth-child(5) {
  background: white;
}
.advisory-scope-list span {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(0,41,107,.16);
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
}
.advisory-scope-list h3 {
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.05rem,1.7vw,1.35rem);
  font-weight: 600;
  line-height: 1.35;
}
.advisory-scope-list i {
  position: absolute;
  right: 1.35rem;
  top: 1.35rem;
  color: var(--color-navy);
  font-size: .9rem;
  font-style: normal;
  transition: transform .3s ease,color .3s ease;
}
.advisory-scope-list article:hover i {
  color: var(--color-gold);
  transform: translate(3px,-3px);
}
.advisory-pathways {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem,8vw,8rem) 1.5rem;
  background: var(--color-paper-alt);
  border-block: 1px solid var(--color-rule);
}
.advisory-pathways::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8rem;
  top: -12rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(0,41,107,.075);
  transform: rotate(45deg);
}
.advisory-pathways::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5rem;
  bottom: -7rem;
  width: 19rem;
  height: 19rem;
  background: rgba(253,197,0,.055);
  clip-path: polygon(50% 0,100% 100%,72% 100%,50% 53%,28% 100%,0 100%);
}
.advisory-pathways::before {
  animation: advisory-diamond-drift 15s ease-in-out infinite;
}
.advisory-pathways::after {
  animation: advisory-mark-drift 12s ease-in-out infinite;
}
.advisory-pathways-inner {
  max-width: 78rem;
  margin: auto;
}
.advisory-pathway-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3.5rem;
}
.advisory-pathway-card {
  position: relative;
  display: flex;
  min-height: 23rem;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid var(--color-rule);
  background: white;
  transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.advisory-pathway-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-gold);
  box-shadow: 0 22px 50px rgba(0,41,107,.1);
}
.advisory-pathway-card>span {
  align-self: flex-end;
  color: var(--color-text-muted);
  font-family: "IBM Plex Mono",monospace;
  font-size: .7rem;
}
.advisory-pathway-card small {
  margin-top: auto;
  color: var(--color-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.advisory-pathway-card h3 {
  margin-top: .85rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -.045em;
}
.advisory-pathway-card p {
  margin-top: .8rem;
  color: var(--color-text-muted);
  font-size: .84rem;
  line-height: 1.65;
}
.advisory-pathway-card b {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 2px solid var(--color-gold);
  color: var(--color-navy);
  font-size: .78rem;
}
.advisory-pathway-card i {
  font-style: normal;
}
.advisory-pathway-card:nth-child(2) {
  border-color: var(--color-navy);
  background: var(--color-navy);
  color: white;
}
.advisory-pathway-card:nth-child(2)>span,.advisory-pathway-card:nth-child(2) h3,.advisory-pathway-card:nth-child(2) b {
  color: white;
}
.advisory-pathway-card:nth-child(2) p {
  color: var(--color-text-on-navy-muted);
}
.advisory-pathway-card:nth-child(2) b {
  border-color: var(--color-gold-bright);
}
.service-focused-pathways {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.service-focused-pathways .advisory-pathways-inner {
  max-width: 72rem;
}
.service-focused-pathways .advisory-pathways-inner>div:first-child h2 {
  max-width: 34rem;
  font-size: clamp(2.25rem,3.7vw,3.35rem);
}
.service-focused-pathways .advisory-pathway-grid {
  margin-top: 2.25rem;
}
.service-focused-pathways .focused-pathway-card {
  display: grid;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  clip-path: polygon(0 0,calc(100% - 1.1rem) 0,100% 1.1rem,100% 100%,0 100%);
  grid-template-rows: 10.5rem 1fr;
}
.focused-pathway-card>.focused-pathway-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-self: stretch;
}
.focused-pathway-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.18);
  transition: background-color .35s ease;
}
.focused-pathway-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.8,.2,1);
}
.focused-pathway-card:hover .focused-pathway-photo img {
  transform: scale(1.055);
}
.focused-pathway-card:hover .focused-pathway-photo::after {
  background: rgba(0,26,71,.08);
}
.focused-pathway-photo>i {
  position: absolute;
  z-index: 1;
  right: 1.15rem;
  top: 1.15rem;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,26,71,.72);
  color: white;
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
  font-style: normal;
}
.focused-pathway-card>.focused-pathway-copy {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-self: stretch;
  padding: 1.35rem 1.5rem;
}
.focused-pathway-copy small {
  margin-top: 0;
}
.focused-pathway-copy h3 {
  margin-top: .55rem;
}
.focused-pathway-copy p {
  min-height: 0;
  margin-top: .55rem;
  font-size: .78rem;
  line-height: 1.55;
}
.focused-pathway-copy b {
  margin-top: auto;
}
.advisory-faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem,9vw,8.5rem) 1.5rem;
  background: white;
}
.advisory-faq-mark {
  position: absolute;
  z-index: -1;
  right: -12rem;
  top: 4rem;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(0,41,107,.075);
  border-radius: 50%;
  box-shadow: 0 0 0 4.5rem rgba(0,41,107,.018);
}
.advisory-faq-mark::after {
  content: "";
  position: absolute;
  left: -8rem;
  top: 5rem;
  width: 3rem;
  height: 19rem;
  background: rgba(253,197,0,.07);
  transform: rotate(42deg);
}
.advisory-faq-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,7vw,7rem);
}
.advisory-faq header {
  align-self: start;
}
.advisory-faq header h2 {
  max-width: 30rem;
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.7rem,5vw,4.8rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.advisory-faq header>p {
  max-width: 27rem;
  margin-top: 1.4rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.advisory-faq-list {
  border-top: 1px solid var(--color-rule);
}
.advisory-faq-list details {
  border-bottom: 1px solid var(--color-rule);
  transition: background .25s ease;
}
.advisory-faq-list details[open] {
  background: var(--color-paper-alt);
}
.advisory-faq-list summary {
  display: grid;
  grid-template-columns: 2.4rem 1fr 1.5rem;
  align-items: center;
  gap: 1rem;
  min-height: 5.6rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  color: var(--color-navy-deep);
}
.advisory-faq-list summary::-webkit-details-marker {
  display: none;
}
.advisory-faq-list summary span {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .67rem;
}
.advisory-faq-list summary strong {
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(.95rem,1.5vw,1.12rem);
  font-weight: 600;
  line-height: 1.4;
}
.advisory-faq-list summary i {
  position: relative;
  width: 1rem;
  height: 1rem;
}
.advisory-faq-list summary i::before,.advisory-faq-list summary i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: var(--color-navy);
  transition: transform .25s ease;
}
.advisory-faq-list summary i::after {
  transform: rotate(90deg);
}
.advisory-faq-list details[open] summary i::after {
  transform: rotate(0);
}
.advisory-faq-list details>p {
  max-width: 39rem;
  padding: 0 3.55rem 1.6rem;
  color: var(--color-text-muted);
  font-size: .84rem;
  line-height: 1.75;
}
.advisory-close {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
  text-align: center;
}
.advisory-close>div:last-child {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: auto;
}
.advisory-close>div>span {
  color: var(--color-gold-bright);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.advisory-close h2 {
  margin-top: 1.3rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(3rem,6vw,5.5rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .98;
}
.advisory-close p {
  max-width: 36rem;
  margin: 1.5rem auto 0;
  color: var(--color-text-on-navy-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.advisory-close a {
  display: inline-flex;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.4rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
  font-size: .84rem;
  font-weight: 700;
}
.advisory-close i {
  font-style: normal;
}
.advisory-close-mark {
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -10rem;
  top: -12rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.025);
}
.advisory-close-mark::before,.advisory-close-mark::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.07);
  transform: rotate(48deg);
}
.advisory-close-mark::before {
  width: 3rem;
  height: 25rem;
  left: -28rem;
  top: 18rem;
}
.advisory-close-mark::after {
  width: 3rem;
  height: 18rem;
  left: -20rem;
  top: 21rem;
  background: rgba(253,197,0,.13);
}
.advisory-close-mark {
  animation: advisory-close-orbit 16s ease-in-out infinite;
}
@keyframes advisory-angle-one {
  50% {
    transform: translate(1.5rem,-.8rem) rotate(-28deg);
  }
}
@keyframes advisory-angle-two {
  50% {
    transform: translate(-1rem,1.2rem) rotate(62deg);
  }
}
@keyframes advisory-photo-drift {
  50% {
    transform: translateY(-7px);
  }
}
@keyframes advisory-letter-drift {
  50% {
    transform: translate(-1.5rem,1rem) rotate(-4deg);
  }
}
@keyframes advisory-orbit-drift {
  50% {
    transform: translate(1.5rem,-1rem);
  }
}
@keyframes advisory-bar-drift {
  50% {
    transform: translate(-1.5rem,.8rem) rotate(-43deg);
  }
}
@keyframes advisory-diamond-drift {
  50% {
    transform: translate(-1.4rem,1.2rem) rotate(48deg);
  }
}
@keyframes advisory-mark-drift {
  50% {
    transform: translate(1.2rem,-1rem);
  }
}
@keyframes advisory-close-orbit {
  50% {
    transform: translate(-1.5rem,1rem) rotate(3deg);
  }
}
@media (min-width:800px) {
  .advisory-page-hero-inner {
    grid-template-columns: 1.08fr .72fr;
  }
  .advisory-what-inner {
    grid-template-columns: 1fr .78fr;
  }
  .advisory-principles-inner {
    grid-template-columns: repeat(3,1fr);
  }
  .advisory-principles article {
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 0;
  }
  .advisory-scope-inner {
    grid-template-columns: .7fr 1.3fr;
  }
  .advisory-scope-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .advisory-scope-list article:first-child {
    grid-column: span 2;
    min-height: 8.75rem;
  }
  .advisory-pathway-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .advisory-faq-inner {
    grid-template-columns: .72fr 1.28fr;
  }
}
@media (max-width:799px) {
  .advisory-page-photo {
    min-height: 28rem;
  }
  .advisory-page-hero-inner {
    padding-top: 3.5rem;
  }
  .advisory-page-intro h1 {
    font-size: clamp(3rem,13vw,4.8rem);
  }
  .advisory-scope {
    padding-inline: 1.25rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .advisory-page-mark i,.advisory-page-photo,.advisory-principles::before,.advisory-scope::before,.advisory-scope::after,.advisory-pathways::before,.advisory-pathways::after,.advisory-close-mark {
    animation: none;
  }
}
.inner-page main>.service-detail-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.service-detail-page::before,.inner-page main>.service-detail-page::after {
  display: none;
}
.service-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-paper-alt);
  border-bottom: 1px solid var(--color-rule);
}
.service-detail-hero-mark {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.service-detail-hero-mark::before {
  content: "";
  position: absolute;
  width: 31rem;
  height: 31rem;
  right: -10rem;
  top: -13rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(0,41,107,.02);
}
.service-detail-hero-mark i {
  position: absolute;
  width: 3rem;
  height: 20rem;
  left: 10%;
  bottom: -9rem;
  background: rgba(0,41,107,.055);
  transform: rotate(38deg);
  animation: advisory-mark-drift 10s ease-in-out infinite;
}
.service-detail-hero-mark i:last-child {
  left: 16%;
  bottom: -12rem;
  background: rgba(253,197,0,.09);
  animation-direction: reverse;
}
.service-detail-hero-inner {
  display: grid;
  max-width: 82rem;
  min-height: 38rem;
  margin: auto;
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
  padding: clamp(4rem,7vw,7rem) 1.5rem;
}
.service-detail-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 600;
}
.service-detail-hero h1 {
  max-width: 50rem;
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(3.1rem,6vw,5.8rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .96;
}
.service-detail-hero p {
  max-width: 43rem;
  margin-top: 1.6rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.service-detail-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.35rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.service-detail-visual {
  position: relative;
  display: flex;
  min-height: 29rem;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 2.5rem;
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%);
}
.service-detail-visual::before {
  content: "A";
  position: absolute;
  right: -2rem;
  top: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.12);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 22rem;
  font-weight: 700;
  line-height: .9;
  transform: rotate(-8deg);
}
.service-detail-visual>span,.service-detail-visual>strong {
  position: relative;
  z-index: 1;
}
.service-detail-visual>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
  letter-spacing: .15em;
}
.service-detail-visual>strong {
  max-width: 23rem;
  margin-top: .9rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.7rem,3vw,2.8rem);
  line-height: 1.08;
}
.service-detail-photo {
  padding: 0;
  background: var(--color-navy-deep);
}
.service-detail-photo::before {
  display: none;
}
.service-detail-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.18);
  pointer-events: none;
}
.service-detail-photo>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.service-detail-photo:hover>img {
  transform: scale(1.035);
}
.service-detail-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.8rem 2rem;
  background: rgba(0,26,71,.88);
  color: white;
}
.service-detail-photo figcaption span {
  display: block;
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  letter-spacing: .15em;
}
.service-detail-photo figcaption strong {
  display: block;
  margin-top: .65rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(1.35rem,2.5vw,2rem);
  line-height: 1.15;
}
.service-benefit {
  padding: clamp(4.5rem,8vw,7rem) 1.5rem;
  background: white;
}
.service-benefit-inner {
  display: grid;
  max-width: 76rem;
  margin: auto;
  gap: 2.5rem;
  align-items: end;
}
.service-benefit h2,.service-handles h2,.service-audience h2,.service-process h2 {
  max-width: 42rem;
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.6rem,5vw,4.6rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.service-benefit-inner>p {
  max-width: 36rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.85;
}
.service-handles {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem,8vw,8rem) 1.5rem;
  background: var(--color-paper-alt);
  border-block: 1px solid var(--color-rule);
}
.service-handles-inner,.service-audience-inner,.service-process-inner {
  max-width: 82rem;
  margin: auto;
}
.service-handles-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3.5rem;
}
.service-handles-grid article {
  min-height: 9.5rem;
  padding: 1.5rem;
  border: 1px solid var(--color-rule);
  background: white;
  clip-path: polygon(0 0,calc(100% - .9rem) 0,100% .9rem,100% 100%,0 100%);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.service-handles-grid article:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold);
  box-shadow: 0 18px 36px rgba(0,41,107,.08);
}
.service-handles-grid span {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
}
.service-handles-grid h3 {
  margin-top: 2rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
}
.service-regulatory-note {
  display: grid;
  gap: .65rem;
  margin-top: 1.5rem;
  padding: 1.4rem 1.6rem;
  border-left: 3px solid var(--color-gold);
  background: white;
}
.service-regulatory-note span {
  color: var(--color-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-regulatory-note p {
  max-width: 60rem;
  color: var(--color-text-muted);
  font-size: .84rem;
  line-height: 1.7;
}
.service-regulatory-note a {
  justify-self: start;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 600;
}
.service-audience {
  padding: clamp(5rem,8vw,8rem) 1.5rem;
  background: white;
}
.service-audience-inner {
  display: grid;
  gap: clamp(3rem,6vw,6rem);
}
.service-audience header>p {
  max-width: 31rem;
  margin-top: 1.4rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.service-audience-grid {
  display: grid;
  gap: 1rem;
}
.service-audience-grid article {
  padding: 1.7rem;
  border-left: 3px solid var(--color-gold);
  background: var(--color-paper-alt);
}
.service-audience-grid span {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
}
.service-audience-grid h3 {
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.service-audience-grid p {
  margin-top: .65rem;
  color: var(--color-text-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.service-audience-grid-single {
  grid-template-columns: 1fr;
}
.service-audience-grid-single article {
  display: flex;
  min-height: 14rem;
  flex-direction: column;
  justify-content: center;
}
.service-process {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,8vw,8rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
}
.service-process::after {
  content: "A";
  position: absolute;
  right: -3rem;
  top: -6rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.075);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 27rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
}
.service-process header,.service-process-grid {
  position: relative;
  z-index: 1;
}
.service-process .eyebrow-rule {
  color: var(--color-gold-bright);
}
.service-process h2 {
  color: white;
}
.service-process-grid {
  display: grid;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.service-process-grid article {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.service-process-grid span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
}
.service-process-grid h3 {
  margin-top: 1rem;
  color: white;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}
.service-process-grid p {
  margin-top: .75rem;
  color: var(--color-text-on-navy-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.service-detail-close {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: var(--color-paper-alt);
  text-align: center;
}
.service-detail-close-inner {
  position: relative;
  z-index: 1;
  max-width: 55rem;
  margin: auto;
}
.service-detail-close h2 {
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(3rem,6vw,5.2rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .98;
}
.service-detail-close p {
  max-width: 38rem;
  margin: 1.4rem auto 0;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.service-detail-close a {
  display: inline-flex;
  gap: 2rem;
  padding: 1rem 1.4rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.service-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 2rem;
}
.service-closing-actions a {
  margin-top: 0;
}
.service-closing-actions a:nth-child(2) {
  border: 1px solid var(--color-navy);
  background: transparent;
  color: var(--color-navy);
}
.advisory-close .service-closing-actions a:nth-child(2) {
  border-color: rgba(255,255,255,.5);
  color: white;
}
.service-enquiry {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem,8vw,7.5rem) 1.5rem;
  background: var(--color-paper-alt);
  border-bottom: 1px solid var(--color-rule);
}
.service-enquiry::before {
  content: "";
  position: absolute;
  right: -10rem;
  top: -12rem;
  width: 26rem;
  height: 26rem;
  border: 1px solid rgba(0,41,107,.08);
  transform: rotate(45deg);
}
.service-enquiry-inner {
  position: relative;
  display: grid;
  max-width: 76rem;
  margin: auto;
  gap: clamp(2rem,6vw,5rem);
  align-items: start;
}
.service-enquiry-copy h2,.service-related h2 {
  max-width: 40rem;
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: clamp(2.6rem,5vw,4.5rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1;
}
.service-enquiry-copy>p {
  max-width: 31rem;
  margin-top: 1.4rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.service-enquiry-copy>div {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-top: 2rem;
  color: var(--color-navy);
  font-size: .9rem;
  font-weight: 600;
}
.service-enquiry-form {
  display: grid;
  gap: .8rem;
  padding: clamp(1.5rem,3vw,2.4rem);
  border-top: 3px solid var(--color-gold);
  background: white;
  box-shadow: 0 20px 50px rgba(0,41,107,.09);
}
.service-enquiry-form h3 {
  margin-bottom: .5rem;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
}
.service-enquiry-form input,.service-enquiry-form select,.service-enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--color-rule);
  background: white;
  padding: .85rem 1rem;
  color: var(--color-text);
  font: inherit;
  font-size: .84rem;
}
.service-enquiry-form input:focus,.service-enquiry-form select:focus,.service-enquiry-form textarea:focus {
  outline: 2px solid rgba(0,41,107,.13);
  border-color: var(--color-navy);
}
.service-enquiry-form button {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.service-related {
  padding: clamp(5rem,8vw,8rem) 1.5rem;
  background: white;
}
.service-related-inner {
  max-width: 82rem;
  margin: auto;
}
.service-related-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3.5rem;
}
.service-related-card {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--color-rule);
  background: var(--color-paper-alt);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.service-related-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold);
  box-shadow: 0 18px 36px rgba(0,41,107,.08);
}
.service-related-card>span {
  align-self: flex-end;
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
}
.service-related-card h3 {
  margin-top: auto;
  color: var(--color-navy-deep);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}
.service-related-card p {
  margin-top: .8rem;
  color: var(--color-text-muted);
  font-size: .8rem;
  line-height: 1.6;
}
.service-related-card b {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: .9rem;
  border-top: 2px solid var(--color-gold);
  color: var(--color-navy);
  font-size: .75rem;
}
.service-related-card i {
  font-style: normal;
}
.advisory-principles .advisory-definition {
  max-width: 76rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: var(--color-text-on-navy-muted);
  font-size: .92rem;
  line-height: 1.8;
}
@media (min-width:800px) {
  .service-detail-hero-inner {
    grid-template-columns: 1.05fr .65fr;
  }
  .service-benefit-inner {
    grid-template-columns: 1fr .72fr;
  }
  .service-handles-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .service-audience-inner {
    grid-template-columns: .72fr 1.28fr;
  }
  .service-audience-grid:not(.service-audience-grid-single) {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .service-process-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .service-process-grid article {
    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 0;
  }
  .service-enquiry-inner {
    grid-template-columns: .82fr 1.18fr;
  }
  .service-related-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}
@media (max-width:799px) {
  .service-detail-visual {
    min-height: 22rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .service-detail-hero-mark i {
    animation: none;
  }
}
.service-benefit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: var(--color-paper-alt);
  border-block: 1px solid var(--color-rule);
}
.service-benefit::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -2.5rem;
  background-image: var(--benefit-image);
  background-position: center;
  background-size: cover;
  filter: blur(25px);
  opacity: .11;
  transform: scale(1.08);
}
.service-benefit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  height: 3px;
  background: var(--color-gold);
}
.service-benefit-inner {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 78rem;
  margin: auto;
  gap: clamp(1.25rem,3vw,2.5rem);
  align-items: center;
}
.service-benefit-heading {
  position: relative;
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem,4vw,3.5rem);
  overflow: hidden;
  background: rgba(255,255,255,.9);
  clip-path: polygon(0 0,calc(100% - 1.2rem) 0,100% 1.2rem,100% 100%,0 100%);
  box-shadow: 0 20px 50px rgba(0,41,107,.08);
}
.service-benefit-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--color-gold);
}
.service-benefit-heading::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(0,41,107,.08);
  transform: rotate(45deg);
}
.service-benefit-index {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: rgba(0,41,107,.4);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  letter-spacing: .12em;
}
.service-benefit h2 {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.8rem,5vw,4.35rem);
  line-height: .98;
}
.service-benefit-copy {
  position: relative;
  display: flex;
  min-height: 25rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem,5vw,4rem);
  border-left: 5px solid var(--color-gold);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(0 0,calc(100% - 1.35rem) 0,100% 1.35rem,100% 100%,1.35rem 100%,0 calc(100% - 1.35rem));
  box-shadow: 0 24px 55px rgba(0,26,71,.18);
}
.service-benefit-copy>span {
  position: absolute;
  right: -2rem;
  top: -2rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.105);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 19rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
  animation: benefit-letter-drift 12s ease-in-out infinite;
}
.service-benefit-copy>p {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  color: var(--color-text-on-navy-muted);
  font-size: clamp(.95rem,1.4vw,1.08rem);
  line-height: 1.9;
}
.service-benefit-copy>i {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  width: 5rem;
  height: 3px;
  background: var(--color-gold);
  animation: benefit-rule-pulse 5s ease-in-out infinite;
}
.service-benefit-graphics {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.service-benefit-graphics i {
  position: absolute;
  display: block;
  border: 1px solid rgba(0,41,107,.08);
  transform: rotate(45deg);
}
.service-benefit-graphics i:first-child {
  width: 9rem;
  height: 9rem;
  right: -5rem;
  top: 10%;
  animation: benefit-shape-drift 9s ease-in-out infinite;
}
.service-benefit-graphics i:nth-child(2) {
  width: 5rem;
  height: 5rem;
  left: 4%;
  bottom: 8%;
  border-color: rgba(253,197,0,.2);
  animation: benefit-shape-drift 7s ease-in-out infinite reverse;
}
.service-benefit-graphics b {
  position: absolute;
  right: 7%;
  bottom: 9%;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-gold);
  animation: decision-dot 3.5s ease-in-out infinite;
}
@keyframes benefit-letter-drift {
  50% {
    transform: translate(-1rem,1rem) rotate(-4deg);
  }
}
@keyframes benefit-shape-drift {
  50% {
    transform: translateY(-10px) rotate(51deg);
  }
}
@keyframes benefit-rule-pulse {
  50% {
    width: 8rem;
  }
}
@media (min-width:800px) {
  .service-benefit-inner {
    grid-template-columns: .92fr 1.08fr;
  }
  .service-benefit-copy {
    transform: translateY(2.25rem);
  }
}
@media (max-width:799px) {
  .service-benefit-heading {
    min-height: 20rem;
  }
  .service-benefit-copy {
    min-height: 22rem;
  }
  .service-benefit-index {
    right: 1rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .service-benefit-copy>span,.service-benefit-copy>i,.service-benefit-graphics i,.service-benefit-graphics b {
    animation: none;
  }
}
.home-display {
  font-size: clamp(2.9rem,5vw,5rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.service-directory-heading h1 {
  max-width: 43rem;
  font-size: clamp(2.55rem,4vw,3.9rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.services-page-hero h1 {
  font-size: clamp(2.55rem,4.2vw,4.15rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.advisory-page-intro h1 {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.7rem,4.4vw,4.6rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.05em;
}
.service-detail-hero h1 {
  font-size: clamp(2.5rem,4vw,4rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.inner-page main>div>h1,.inner-page main>div>.mt-6+h1 {
  font-size: clamp(2.45rem,4.5vw,4.2rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
@media (max-width:767px) {
  .home-display {
    font-size: clamp(2.45rem,10vw,3.5rem);
  }
  .service-directory-heading h1,.services-page-hero h1 {
    font-size: clamp(2.25rem,9.5vw,3rem);
  }
  .advisory-page-intro h1,.service-detail-hero h1,.inner-page main>div>h1,.inner-page main>div>.mt-6+h1 {
    font-size: clamp(2.25rem,10vw,3.15rem);
  }
}
.inner-page main>.contact-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.contact-page::before,.inner-page main>.contact-page::after {
  display: none;
}
.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-paper-alt);
  border-bottom: 1px solid var(--color-rule);
}
.contact-hero-inner {
  display: grid;
  max-width: 82rem;
  min-height: 0;
  margin: auto;
  gap: clamp(2rem,6vw,6rem);
  align-items: center;
  padding: 1rem 1.5rem 1.4rem;
}
.contact-hero h1 {
  max-width: 45rem;
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.65rem,4.3vw,4.4rem);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.03;
}
.contact-hero p {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.contact-hero .eyebrow-rule,.contact-details .eyebrow-rule {
  color: var(--color-yellow-text);
}
.contact-form-index {
  color: var(--color-yellow-text) !important;
  font-weight: 600;
}
.contact-detail-grid span {
  color: var(--color-yellow-text) !important;
  font-weight: 600;
}
.contact-hero-mark {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.contact-hero-mark i,.contact-hero-mark b {
  position: absolute;
  display: block;
}
.contact-hero-mark i:first-child {
  width: 18rem;
  height: 30rem;
  left: -8rem;
  bottom: -11rem;
  background: rgba(253,197,0,.1);
  clip-path: polygon(42% 0,59% 0,100% 100%,78% 100%);
  transform: rotate(-8deg);
}
.contact-hero-mark i:nth-child(2) {
  width: 20rem;
  height: 18rem;
  left: 45%;
  top: -8rem;
  background: rgba(0,41,107,.055);
  clip-path: polygon(0 0,100% 0,55% 100%);
}
.contact-hero-mark b {
  width: 7rem;
  height: 7rem;
  right: 5%;
  bottom: 10%;
  border: 1px solid rgba(253,197,0,.3);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(0,41,107,.025);
}
.contact-hero-note {
  position: relative;
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-top: 3px solid var(--color-gold);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(8% 0,100% 0,100% 88%,90% 100%,0 100%,0 10%);
}
.contact-hero-note>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  letter-spacing: .15em;
}
.contact-hero-note strong {
  max-width: 22rem;
  margin-top: 1.2rem;
  font-size: clamp(1.5rem,2.4vw,2.15rem);
  line-height: 1.15;
}
.contact-hero-note a {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.2);
  color: white;
  font-size: .85rem;
}
.contact-hero-note i {
  color: var(--color-gold-bright);
  font-style: normal;
}
.contact-main {
  position: relative;
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: white;
}
.contact-main-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,7vw,7rem);
}
.contact-details h2,.contact-form h2,.contact-location h2 {
  margin-top: 1.2rem;
  color: var(--color-navy-deep);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2rem,3.5vw,3.2rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.contact-details header>p,.contact-form>p {
  max-width: 35rem;
  margin-top: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.contact-detail-grid {
  display: grid;
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-rule);
}
.contact-detail-grid a {
  display: grid;
  grid-template-columns: 2rem 5rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--color-rule);
  transition: padding .25s ease,background .25s ease;
}
.contact-detail-grid a:hover {
  padding-left: .75rem;
  padding-right: .75rem;
  background: var(--color-paper-alt);
}
.contact-detail-grid span {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
}
.contact-detail-grid small {
  color: var(--color-text-muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.contact-detail-grid strong {
  color: var(--color-navy-deep);
  font-size: .9rem;
  line-height: 1.6;
}
.contact-whatsapp {
  display: inline-flex;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.contact-whatsapp span {
  color: var(--color-gold-bright);
}
.contact-form {
  position: relative;
  padding: clamp(1.6rem,4vw,3rem);
  border-top: 3px solid var(--color-gold);
  background: var(--color-paper-alt);
  box-shadow: 0 24px 55px rgba(0,41,107,.1);
}
.contact-form-index {
  color: var(--color-gold);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  letter-spacing: .15em;
}
.contact-form-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.contact-form label>span {
  display: block;
  margin-bottom: .45rem;
  color: var(--color-navy-deep);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  border: 1px solid var(--color-rule);
  background: white;
  padding: .9rem 1rem;
  color: var(--color-text);
  font: inherit;
  font-size: .86rem;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  outline: 2px solid rgba(0,41,107,.12);
  border-color: var(--color-navy);
}
.contact-form-message {
  grid-column: 1/-1;
}
.contact-form button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.contact-form button span {
  color: var(--color-gold-bright);
}
.contact-location {
  padding: clamp(4rem,8vw,7rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
}
.contact-location-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: 3rem;
  align-items: center;
}
.contact-location-inner>div>span {
  color: var(--color-gold-bright);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.contact-location h2 {
  color: white;
}
.contact-location p {
  max-width: 30rem;
  margin-top: 1.2rem;
  color: var(--color-text-on-navy-muted);
  line-height: 1.7;
}
.contact-location a {
  display: inline-flex;
  gap: 1.5rem;
  margin-top: 1.7rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--color-gold);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.contact-location a i {
  color: var(--color-gold-bright);
  font-style: normal;
}
.contact-location iframe {
  width: 100%;
  height: 22rem;
  border: 0;
  filter: saturate(.78) contrast(1.05);
}
@media (min-width:850px) {
  .contact-hero-inner {
    grid-template-columns: 1.15fr .65fr;
  }
  .contact-main-inner {
    grid-template-columns: .82fr 1.18fr;
  }
  .contact-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-location-inner {
    grid-template-columns: .7fr 1.3fr;
  }
}
@media (max-width:849px) {
  .contact-hero-inner {
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .contact-detail-grid a {
    grid-template-columns: 2rem 4rem 1fr;
  }
  .contact-location iframe {
    height: 18rem;
  }
}
@media (max-width:520px) {
  .contact-hero h1 {
    font-size: 2.45rem;
  }
  .contact-detail-grid a {
    grid-template-columns: 1.5rem 1fr;
  }
  .contact-detail-grid strong {
    grid-column: 2;
  }
  .contact-form {
    padding: 1.35rem;
  }
  .contact-location iframe {
    height: 16rem;
  }
}
.inner-page main>.about-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.about-page::before,.inner-page main>.about-page::after {
  display: none;
}
.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-paper-alt);
  border-bottom: 1px solid var(--color-rule);
}
.about-hero-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
  padding: clamp(4rem,8vw,7rem) 1.5rem;
}
.about-hero h1 {
  max-width: 48rem;
  margin-top: 1.4rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.7rem,4.6vw,4.7rem);
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.about-hero p {
  max-width: 44rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.about-hero a {
  display: inline-flex;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.about-hero a span {
  color: var(--color-gold-bright);
}
.about-hero aside {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-top: 3px solid var(--color-gold);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(10% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%);
}
.about-hero aside span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  letter-spacing: .15em;
}
.about-hero aside strong {
  margin-top: 1.3rem;
  font-size: clamp(1.45rem,2.4vw,2.1rem);
  line-height: 1.2;
}
.about-hero-graphics {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.about-hero-graphics i,.about-hero-graphics b {
  position: absolute;
  display: block;
}
.about-hero-graphics i:first-child {
  width: 18rem;
  height: 30rem;
  left: -8rem;
  bottom: -12rem;
  background: rgba(253,197,0,.09);
  clip-path: polygon(42% 0,59% 0,100% 100%,78% 100%);
  transform: rotate(-8deg);
}
.about-hero-graphics i:nth-child(2) {
  width: 20rem;
  height: 18rem;
  left: 44%;
  top: -8rem;
  background: rgba(0,41,107,.05);
  clip-path: polygon(0 0,100% 0,55% 100%);
}
.about-hero-graphics b {
  width: 6rem;
  height: 6rem;
  right: 3%;
  bottom: 9%;
  border: 1px solid rgba(253,197,0,.3);
  border-radius: 50%;
}
.about-intro {
  padding: clamp(5rem,9vw,8rem) 1.5rem;
}
.about-intro-inner {
  display: grid;
  max-width: 76rem;
  margin: auto;
  gap: clamp(3rem,8vw,8rem);
}
.about-intro h2,.about-expertise h2 {
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.2rem,3.8vw,3.55rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.about-intro-inner>div p {
  color: var(--color-text-muted);
  line-height: 1.85;
}
.about-intro-inner>div p+p {
  margin-top: 1.4rem;
}
.about-principles {
  padding: 0 1.5rem clamp(5rem,9vw,8rem);
}
.about-principles-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  border-block: 1px solid var(--color-rule);
}
.about-principles article {
  padding: 2.2rem;
}
.about-principles article+article {
  border-top: 1px solid var(--color-rule);
}
.about-principles span,.about-expertise-list span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  font-weight: 600;
}
.about-principles h3 {
  margin-top: 2.5rem;
  color: var(--color-navy-deep);
  font-size: 1.4rem;
  font-weight: 600;
}
.about-principles p {
  margin-top: .8rem;
  color: var(--color-text-muted);
  font-size: .88rem;
  line-height: 1.7;
}
.about-leader {
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
}
.about-leader-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
}
.about-leader figure {
  position: relative;
  max-width: 31rem;
}
.about-leader-photo {
  overflow: hidden;
  clip-path: polygon(10% 0,100% 0,100% 88%,88% 100%,0 100%,0 10%);
}
.about-leader-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-leader figcaption {
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.about-leader figcaption strong {
  font-size: 2rem;
}
.about-leader figcaption span {
  max-width: 8rem;
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
}
.about-leader .eyebrow-rule {
  color: var(--color-gold-bright);
}
.about-leader-copy h2 {
  margin-top: 1.5rem;
  color: white;
  font-size: clamp(2.5rem,4vw,4rem);
  font-weight: 600;
}
.about-role {
  color: var(--color-gold-bright) !important;
  font-weight: 600;
}
.about-leader-copy>p {
  margin-top: 1.4rem;
  color: var(--color-text-on-navy-muted);
  line-height: 1.8;
}
.about-leader blockquote {
  margin-top: 2rem;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 3px solid var(--color-gold);
  font-size: 1.2rem;
  line-height: 1.6;
}
.about-expertise {
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  background: var(--color-paper-alt);
}
.about-expertise-inner {
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,7vw,7rem);
}
.about-expertise header>p {
  margin-top: 1.2rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.about-expertise-list {
  display: grid;
  border-top: 1px solid var(--color-rule);
}
.about-expertise-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.about-expertise-list h3 {
  color: var(--color-navy-deep);
  font-weight: 600;
}
.about-cta {
  padding: clamp(5rem,9vw,8rem) 1.5rem;
  text-align: center;
}
.about-cta>div {
  max-width: 55rem;
  margin: auto;
}
.about-cta>div>span {
  color: var(--color-yellow-text);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.about-cta h2 {
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.3rem,4vw,3.8rem);
  font-weight: 600;
  letter-spacing: -.045em;
}
.about-cta p {
  margin: 1.2rem auto 0;
  color: var(--color-text-muted);
}
.about-cta a {
  display: inline-flex;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.3rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.about-cta i {
  color: var(--color-gold-bright);
  font-style: normal;
}
@media (min-width:850px) {
  .about-hero-inner {
    grid-template-columns: 1.15fr .65fr;
  }
  .about-intro-inner {
    grid-template-columns: .85fr 1.15fr;
  }
  .about-principles-inner {
    grid-template-columns: repeat(3,1fr);
  }
  .about-principles article+article {
    border-top: 0;
    border-left: 1px solid var(--color-rule);
  }
  .about-leader-inner {
    grid-template-columns: .75fr 1.25fr;
  }
  .about-expertise-inner {
    grid-template-columns: .75fr 1.25fr;
  }
  .about-expertise-list {
    grid-template-columns: 1fr 1fr;
  }
  .about-expertise-list article:nth-child(even) {
    padding-left: 2rem;
    border-left: 1px solid var(--color-rule);
  }
}
@media (max-width:849px) {
  .about-hero-inner {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
  .about-leader figure {
    margin: auto;
  }
  .about-leader figcaption {
    right: 0;
  }
}
@media (max-width:520px) {
  .about-hero h1 {
    font-size: 2.45rem;
  }
  .about-hero aside {
    min-height: 16rem;
  }
  .about-principles article {
    padding: 1.75rem 0;
  }
  .about-leader blockquote {
    padding-left: 1rem;
    font-size: 1.05rem;
  }
}
.inner-page main>.partner-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.partner-page::before,.inner-page main>.partner-page::after {
  display: none;
}
.partner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--color-paper-alt);
}
.partner-hero-inner {
  display: grid;
  max-width: 88rem;
  min-height: 43rem;
  margin: auto;
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
  padding: clamp(3rem,6vw,5rem) 1.5rem;
}
.partner-portrait-wrap {
  position: relative;
  max-width: 34rem;
  padding: 1.2rem;
}
.partner-portrait-wrap figure {
  position: relative;
  z-index: 2;
  overflow: hidden;
  clip-path: polygon(12% 0,100% 0,100% 87%,87% 100%,0 100%,0 12%);
}
.partner-portrait-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.partner-portrait-outline {
  position: absolute;
  z-index: 1;
  inset: 0 2.5rem 2.5rem 0;
  border: 1px solid var(--color-gold);
  clip-path: polygon(12% 0,100% 0,100% 87%,87% 100%,0 100%,0 12%);
  animation: partner-outline-drift 7s ease-in-out infinite;
}
.partner-experience {
  position: absolute;
  z-index: 3;
  right: -1rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.35rem;
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.partner-experience strong {
  font-size: 2.2rem;
}
.partner-experience span {
  max-width: 8rem;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.partner-hero-copy h1 {
  margin-top: 1.2rem;
  color: var(--color-navy-deep);
  font-size: clamp(3.5rem,6.5vw,6.8rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .84;
}
.partner-title {
  max-width: 39rem;
  margin-top: 1.8rem;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.partner-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.7rem;
}
.partner-hero-meta span {
  padding: .45rem .7rem;
  border: 1px solid var(--color-rule);
  color: var(--color-navy);
  font-family: "IBM Plex Mono",monospace;
  font-size: .58rem;
  letter-spacing: .12em;
}
.partner-hero-copy>a {
  display: inline-flex;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid var(--color-gold);
  color: var(--color-navy);
  font-size: .82rem;
  font-weight: 600;
}
.partner-hero-copy>a i {
  font-style: normal;
}
.partner-motion {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.partner-motion i,.partner-motion b {
  position: absolute;
  display: block;
}
.partner-motion i:first-child {
  width: 31rem;
  height: 31rem;
  right: -8rem;
  top: -12rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  animation: partner-orbit 30s linear infinite;
}
.partner-motion i:nth-child(2) {
  width: 19rem;
  height: 19rem;
  right: -2rem;
  top: -6rem;
  border: 1px solid rgba(253,197,0,.28);
  border-radius: 50%;
  animation: partner-orbit 20s linear infinite reverse;
}
.partner-motion i:nth-child(3) {
  width: 18rem;
  height: 30rem;
  left: -8rem;
  bottom: -15rem;
  background: rgba(253,197,0,.08);
  clip-path: polygon(42% 0,59% 0,100% 100%,78% 100%);
  transform: rotate(-8deg);
}
.partner-motion b {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--color-gold);
}
.partner-motion b:nth-of-type(1) {
  right: 18%;
  top: 18%;
  animation: partner-dot 5s ease-in-out infinite;
}
.partner-motion b:nth-of-type(2) {
  left: 45%;
  bottom: 12%;
  background: var(--color-navy);
  animation: partner-dot 7s ease-in-out infinite reverse;
}
@keyframes partner-outline-drift {
  50% {
    transform: translate(.7rem,-.5rem);
  }
}
@keyframes partner-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes partner-dot {
  50% {
    transform: translateY(1rem);
  }
}
.partner-story {
  position: relative;
  display: grid;
  max-width: 82rem;
  margin: auto;
  gap: clamp(3rem,8vw,8rem);
  padding: clamp(6rem,10vw,10rem) 1.5rem;
}
.partner-story aside>span,.partner-focus header>span,.partner-direction>div>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.partner-story h2,.partner-focus h2,.partner-direction h2 {
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.35rem,4vw,3.8rem);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.04;
}
.partner-story-copy p {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.9;
}
.partner-story-copy p+p {
  margin-top: 1.5rem;
}
.partner-story-line {
  position: absolute;
  left: 50%;
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  background: var(--color-rule);
}
.partner-story-line i {
  display: block;
  width: 100%;
  height: 35%;
  background: var(--color-gold);
  animation: partner-line 5s ease-in-out infinite;
}
@keyframes partner-line {
  50% {
    height: 80%;
  }
}
.partner-philosophy {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem,10vw,9rem) 1.5rem;
  background: var(--color-navy-deep);
  color: white;
}
.partner-philosophy>div:not(.partner-philosophy-mark) {
  position: relative;
  z-index: 2;
  max-width: 68rem;
  margin: auto;
}
.partner-philosophy>div>span {
  color: var(--color-gold-bright);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
}
.partner-philosophy blockquote {
  margin-top: 2rem;
  font-size: clamp(2rem,4vw,4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.18;
}
.partner-philosophy p {
  margin-top: 2rem;
  color: var(--color-text-on-navy-muted);
  font-size: .82rem;
}
.partner-philosophy p i {
  margin: 0 .7rem;
  color: var(--color-gold-bright);
  font-style: normal;
}
.partner-philosophy-mark {
  position: absolute;
  right: -3rem;
  top: -3rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  font-size: 32rem;
  font-weight: 700;
  line-height: .8;
  transform: rotate(-8deg);
  animation: partner-mark-float 9s ease-in-out infinite;
}
@keyframes partner-mark-float {
  50% {
    transform: rotate(-5deg) translateY(1rem);
  }
}
.partner-focus {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 88rem;
  margin: auto;
  padding: clamp(6rem,10vw,9rem) 1.5rem;
}
.partner-focus header {
  max-width: 44rem;
}
.partner-focus header>p {
  max-width: 38rem;
  margin-top: 1.3rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.partner-focus-list {
  display: grid;
  margin-top: 4rem;
  border-top: 1px solid var(--color-rule);
}
.partner-focus-list article {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--color-rule);
  transition: padding .3s ease,background .3s ease;
}
.partner-focus-list article:hover {
  padding-left: 1rem;
  padding-right: 1rem;
  background: var(--color-paper-alt);
}
.partner-focus-list span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-weight: 600;
}
.partner-focus-list h3 {
  color: var(--color-navy-deep);
  font-size: 1rem;
  font-weight: 600;
}
.partner-focus-list article>i {
  color: var(--color-gold);
  font-style: normal;
  transition: transform .25s ease;
}
.partner-focus-list article:hover>i {
  transform: translate(.25rem,-.2rem);
}
.partner-focus-orbit {
  position: absolute;
  z-index: -1;
  right: -8rem;
  top: 5rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(0,41,107,.08);
  border-radius: 50%;
  animation: partner-orbit 35s linear infinite;
}
.partner-focus-orbit i {
  position: absolute;
  inset: 4rem;
  border: 1px solid rgba(0,41,107,.06);
  border-radius: 50%;
}
.partner-focus-orbit i:nth-child(2) {
  inset: 8rem;
  border-color: rgba(253,197,0,.22);
}
.partner-focus-orbit b {
  position: absolute;
  left: 2rem;
  top: 6rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-gold);
}
.partner-direction {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem,10vw,9rem) 1.5rem;
  background: var(--color-paper-alt);
}
.partner-direction>div:not(.partner-direction-track) {
  max-width: 66rem;
  margin: auto;
}
.partner-direction>div>p {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.partner-direction-points {
  display: grid;
  margin-top: 3rem;
  border-block: 1px solid var(--color-rule);
}
.partner-direction-points p {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  margin: 0 !important;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.partner-direction-points p:last-child {
  border-bottom: 0;
}
.partner-direction-points b {
  color: var(--color-navy-deep);
}
.partner-direction a {
  display: inline-flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding: 1rem 1.3rem;
  background: var(--color-navy);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.partner-direction a i {
  color: var(--color-gold-bright);
  font-style: normal;
}
.partner-direction-track {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.partner-direction-track i {
  position: absolute;
  display: block;
  width: 18rem;
  height: 1px;
  right: 4%;
  background: rgba(0,41,107,.13);
  transform: rotate(-20deg);
}
.partner-direction-track i:nth-child(1) {
  top: 25%;
}
.partner-direction-track i:nth-child(2) {
  top: 45%;
  right: 10%;
  width: 12rem;
}
.partner-direction-track i:nth-child(3) {
  right: 7%;
  bottom: 20%;
  border: 1px solid rgba(253,197,0,.3);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
@media (min-width:850px) {
  .partner-hero-inner {
    grid-template-columns: .82fr 1.18fr;
  }
  .partner-story {
    grid-template-columns: .75fr 1.25fr;
  }
  .partner-focus-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-focus-list article:nth-child(even) {
    padding-left: 2rem;
    border-left: 1px solid var(--color-rule);
  }
}
@media (max-width:849px) {
  .partner-hero-inner {
    min-height: 0;
  }
  .partner-portrait-wrap {
    margin: auto;
  }
  .partner-story-line {
    display: none;
  }
  .partner-philosophy-mark {
    font-size: 22rem;
  }
  .partner-experience {
    right: 0;
  }
}
@media (max-width:520px) {
  .partner-hero-inner {
    padding-top: 2.5rem;
  }
  .partner-hero-copy h1 {
    font-size: 3.5rem;
  }
  .partner-experience {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 1rem);
    box-sizing: border-box;
    justify-content: center;
    margin: -1rem auto 0;
    padding: .8rem 1rem;
  }
  .partner-experience strong {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .partner-experience span {
    max-width: none;
    font-size: .58rem;
    white-space: nowrap;
  }
  .partner-story {
    padding-block: 4.5rem;
  }
  .partner-philosophy blockquote {
    font-size: 1.8rem;
  }
  .partner-direction-points p {
    grid-template-columns: 1fr;
    gap: .35rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .partner-portrait-outline,.partner-motion i,.partner-motion b,.partner-story-line i,.partner-philosophy-mark,.partner-focus-orbit {
    animation: none;
  }
}
.partner-firm {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(6rem,10vw,9rem) 1.5rem;
  background: var(--color-paper-alt);
}
.partner-firm>header,.partner-firm-panels,.partner-values {
  position: relative;
  z-index: 2;
  max-width: 82rem;
  margin-inline: auto;
}
.partner-firm>header {
  display: grid;
  gap: 1.3rem;
}
.partner-firm>header>span,.partner-values>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.partner-firm>header h2 {
  max-width: 47rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.35rem,4vw,3.8rem);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.04;
}
.partner-firm>header p {
  max-width: 43rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.partner-firm-panels {
  display: grid;
  gap: 1rem;
  margin-top: 3.5rem;
}
.partner-firm-panels article {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  padding: 2.2rem;
  border-top: 3px solid var(--color-gold);
  background: white;
  box-shadow: 0 18px 45px rgba(0,41,107,.06);
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.partner-firm-panels article:nth-child(2) {
  background: var(--color-navy);
  color: white;
}
.partner-firm-panels article:hover {
  transform: translateY(-8px);
}
.partner-firm-panels article>span {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .7rem;
}
.partner-firm-panels article:nth-child(2)>span,.partner-firm-panels article:nth-child(2) small {
  color: var(--color-gold-bright);
}
.partner-firm-panels small {
  display: block;
  margin-top: 5rem;
  color: var(--color-yellow-text);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.partner-firm-panels h3 {
  max-width: 27rem;
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-size: clamp(1.55rem,2.7vw,2.35rem);
  font-weight: 600;
  line-height: 1.12;
}
.partner-firm-panels article:nth-child(2) h3 {
  color: white;
}
.partner-firm-panels p {
  max-width: 31rem;
  margin-top: 1.2rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.partner-firm-panels article:nth-child(2) p {
  color: var(--color-text-on-navy-muted);
}
.partner-values {
  display: grid;
  margin-top: 4.5rem;
  border-top: 1px solid var(--color-rule);
}
.partner-values>span {
  grid-column: 1/-1;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.partner-values article {
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.partner-values article i {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-style: normal;
}
.partner-values h3 {
  margin-top: 1.5rem;
  color: var(--color-navy-deep);
  font-size: 1.25rem;
  font-weight: 600;
}
.partner-values p {
  margin-top: .6rem;
  color: var(--color-text-muted);
  font-size: .84rem;
  line-height: 1.65;
}
.partner-firm-signal {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.partner-firm-signal i,.partner-firm-signal b {
  position: absolute;
  display: block;
}
.partner-firm-signal i:first-child {
  width: 22rem;
  height: 22rem;
  right: -7rem;
  top: -8rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
  animation: partner-orbit 28s linear infinite;
}
.partner-firm-signal i:nth-child(2) {
  width: 13rem;
  height: 13rem;
  right: -2rem;
  top: -3rem;
  border: 1px solid rgba(253,197,0,.26);
  border-radius: 50%;
  animation: partner-orbit 18s linear infinite reverse;
}
.partner-firm-signal b {
  width: .55rem;
  height: .55rem;
  right: 10%;
  top: 9%;
  border-radius: 50%;
  background: var(--color-gold);
  animation: partner-dot 5s ease-in-out infinite;
}
@media (min-width:850px) {
  .partner-firm>header {
    grid-template-columns: 1.15fr .85fr;
  }
  .partner-firm>header>span {
    grid-column: 1/-1;
  }
  .partner-firm-panels {
    grid-template-columns: 1fr 1fr;
  }
  .partner-values {
    grid-template-columns: repeat(4,1fr);
  }
  .partner-values article {
    padding: 1.7rem;
  }
  .partner-values article+article {
    border-left: 1px solid var(--color-rule);
  }
}
@media (prefers-reduced-motion:reduce) {
  .partner-firm-signal i,.partner-firm-signal b {
    animation: none;
  }
}
.about-company {
  padding-top: clamp(4rem,7vw,6rem);
}
.about-company>header {
  grid-template-columns: 1fr !important;
}
.about-company>header h1 {
  max-width: 58rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.7rem,4.7vw,4.8rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.about-company>header>div {
  display: grid;
  max-width: 69rem;
  gap: 1rem;
  margin-top: 1rem;
}
.about-company>header p {
  max-width: 60rem;
}
.about-company-clarity {
  display: grid;
  max-width: 82rem;
  margin: clamp(5rem,8vw,7rem) auto 0;
  padding: clamp(2rem,5vw,4rem);
  background: var(--color-navy-deep);
  color: white;
  clip-path: polygon(3% 0,100% 0,100% 88%,97% 100%,0 100%,0 12%);
}
.about-company-clarity>span,.about-difference header>span,.about-company-services header>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  letter-spacing: .15em;
}
.about-company-clarity h2 {
  max-width: 39rem;
  margin-top: 1.2rem;
  color: white;
  font-size: clamp(2rem,3.5vw,3.2rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.about-company-clarity>div {
  margin-top: 2rem;
}
.about-company-clarity p {
  max-width: 48rem;
  color: var(--color-text-on-navy-muted);
  line-height: 1.8;
}
.about-company-clarity p+p {
  margin-top: 1rem;
}
.about-company-clarity strong {
  display: block;
  max-width: 48rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: white;
  font-size: 1.05rem;
  line-height: 1.6;
}
.about-difference {
  max-width: 82rem;
  margin: clamp(5rem,9vw,8rem) auto 0;
}
.about-difference header>span,.about-company-services header>span {
  color: var(--color-yellow-text);
  font-weight: 600;
}
.about-difference header h2,.about-company-services header h2 {
  max-width: 42rem;
  margin-top: 1.2rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.1rem,3.7vw,3.45rem);
  font-weight: 600;
  letter-spacing: -.045em;
}
.about-difference>div {
  display: grid;
  margin-top: 3rem;
  border-top: 1px solid var(--color-rule);
}
.about-difference article {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid var(--color-rule);
  transition: padding .3s ease,background .3s ease;
}
.about-difference article:hover {
  padding-left: 1rem;
  padding-right: 1rem;
  background: white;
}
.about-difference article>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .63rem;
  font-weight: 600;
}
.about-difference h3 {
  max-width: 28rem;
  margin-top: 2rem;
  color: var(--color-navy-deep);
  font-size: 1.3rem;
  font-weight: 600;
}
.about-difference p {
  max-width: 31rem;
  margin-top: .7rem;
  color: var(--color-text-muted);
  font-size: .86rem;
  line-height: 1.7;
}
.about-company .partner-values {
  grid-template-columns: repeat(5,1fr);
}
.about-company .partner-values article {
  padding: 1.5rem;
}
.about-company-services {
  max-width: 82rem;
  margin: clamp(5rem,9vw,8rem) auto 0;
}
.about-company-services>div {
  display: grid;
  margin-top: 2.5rem;
  border-top: 1px solid var(--color-rule);
}
.about-company-services a {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--color-rule);
  transition: padding .25s ease,background .25s ease;
}
.about-company-services a:hover {
  padding-inline: 1rem;
  background: white;
}
.about-company-services a span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-weight: 600;
}
.about-company-services a strong {
  color: var(--color-navy-deep);
  font-size: .95rem;
}
.about-company-services a i {
  color: var(--color-gold);
  font-style: normal;
}
.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2.5rem;
}
.about-final-actions a {
  margin-top: 0;
}
.about-final-actions a:last-child {
  border: 1px solid var(--color-navy);
  background: transparent;
  color: var(--color-navy);
}
.about-final-actions a:last-child i {
  color: var(--color-yellow-text);
}
@media (min-width:850px) {
  .about-company>header>div {
    grid-template-columns: 1fr 1fr;
  }
  .about-company-clarity {
    grid-template-columns: .8fr 1.2fr;
    gap: 4rem;
  }
  .about-company-clarity>div {
    margin-top: 0;
  }
  .about-difference>div {
    grid-template-columns: 1fr 1fr;
  }
  .about-difference article:nth-child(even) {
    padding-left: 2rem;
    border-left: 1px solid var(--color-rule);
  }
  .about-company-services>div {
    grid-template-columns: 1fr 1fr;
  }
  .about-company-services a:nth-child(even) {
    padding-left: 2rem;
    border-left: 1px solid var(--color-rule);
  }
}
@media (max-width:1050px) {
  .about-company .partner-values {
    grid-template-columns: 1fr 1fr;
  }
  .about-company .partner-values article:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width:600px) {
  .about-company .partner-values {
    grid-template-columns: 1fr;
  }
  .about-company .partner-values article:last-child {
    grid-column: auto;
  }
  .about-company-clarity {
    clip-path: none;
  }
  .about-final-actions {
    display: grid;
  }
  .about-final-actions a {
    justify-content: space-between;
  }
}
.partner-page>.partner-firm:first-child {
  padding-top: clamp(4rem,7vw,6rem);
  border-bottom: 1px solid var(--color-rule);
}
.partner-page>.partner-firm:first-child::before {
  content: "ACCUVERSE";
  position: absolute;
  z-index: -1;
  right: -3rem;
  top: -1.5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.045);
  font-size: clamp(7rem,18vw,17rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
  white-space: nowrap;
}
.about-operating-principles {
  display: grid;
  max-width: 82rem;
  margin: clamp(4.5rem,8vw,7rem) auto 0;
  padding: clamp(2rem,4vw,3.5rem);
  border-top: 3px solid var(--color-gold-bright);
  background: white;
  box-shadow: 0 18px 55px rgba(0,31,78,.07);
}
.about-operating-principles header>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
}
.about-operating-principles h2 {
  max-width: 37rem;
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-size: clamp(2rem,3.4vw,3.15rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.07;
}
.about-operating-principles header p {
  max-width: 38rem;
  margin-top: 1.25rem;
  color: var(--color-text-muted);
  font-size: .96rem;
  line-height: 1.8;
}
.about-operating-principles ul {
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--color-rule);
  list-style: none;
}
.about-operating-principles li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.about-operating-principles li>i {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .66rem;
  font-style: normal;
  font-weight: 600;
}
.about-operating-principles li div {
  display: grid;
  gap: .45rem;
}
.about-operating-principles li strong {
  color: var(--color-navy-deep);
  font-size: 1rem;
  font-weight: 600;
}
.about-operating-principles li span {
  max-width: 39rem;
  color: var(--color-text-muted);
  font-size: .86rem;
  line-height: 1.65;
}
@media (min-width:900px) {
  .about-operating-principles {
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(3rem,7vw,7rem);
  }
  .about-operating-principles ul {
    margin-top: 0;
  }
}
.about-line-title span {
  display: block;
  opacity: 0;
  transform: translateY(1.1em);
  transition: opacity .65s ease,transform .75s cubic-bezier(.2,.75,.2,1);
}
.about-company.is-visible .about-line-title span,.about-line-title.is-visible span {
  opacity: 1;
  transform: none;
}
.about-line-title span:nth-child(2) {
  transition-delay: .12s;
}
.about-line-title span:nth-child(3) {
  transition-delay: .24s;
}
.about-hex-gallery {
  position: relative;
  min-height: 27rem;
  margin-top: 2.5rem;
}
.about-hex-gallery figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: var(--color-navy-deep);
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  filter: drop-shadow(0 18px 20px rgba(0,30,75,.15));
  opacity: 0;
  transform: translateY(2rem) scale(.92);
  transition: opacity .7s ease,transform .9s cubic-bezier(.2,.75,.2,1);
}
.about-company.is-visible .about-hex-gallery figure {
  opacity: 1;
  transform: none;
}
.about-hex-gallery figure:nth-child(1) {
  left: 3%;
  top: 2%;
  width: 53%;
  aspect-ratio: 1/.9;
  transition-delay: .2s;
}
.about-hex-gallery figure:nth-child(2) {
  right: 1%;
  top: 22%;
  width: 45%;
  aspect-ratio: 1/.95;
  transition-delay: .34s;
}
.about-hex-gallery figure:nth-child(3) {
  left: 23%;
  bottom: 0;
  width: 40%;
  aspect-ratio: 1/.95;
  transition-delay: .48s;
}
.about-hex-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.about-hex-gallery figure:hover img {
  transform: scale(1.06);
}
.about-hex-gallery>i {
  position: absolute;
  right: 8%;
  bottom: 4%;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid var(--color-gold-bright);
  border-radius: 50%;
  animation: aboutHexOrbit 5s ease-in-out infinite;
}
@keyframes aboutHexOrbit {
  50% {
    transform: translate(-.65rem,-.9rem);
  }
}
@media (min-width:900px) {
  .about-company>header {
    grid-template-columns: minmax(0,1fr) minmax(25rem,.75fr) !important;
    column-gap: clamp(3rem,7vw,7rem);
  }
  .about-company>header>span,.about-company>header>h1,.about-company>header>div {
    grid-column: 1;
  }
  .about-hex-gallery {
    grid-column: 2;
    grid-row: 1/5;
    margin-top: 0;
    align-self: center;
  }
}
@media (max-width:899px) {
  .about-hex-gallery {
    max-width: 38rem;
  }
}
@media (max-width:600px) {
  .about-hex-gallery {
    min-height: 21rem;
  }
  .about-hex-gallery figure:nth-child(1) {
    width: 57%;
  }
  .about-hex-gallery figure:nth-child(2) {
    width: 49%;
  }
  .about-hex-gallery figure:nth-child(3) {
    width: 43%;
  }
}
@media (prefers-reduced-motion:reduce) {
  .about-line-title span,.about-hex-gallery figure {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .about-hex-gallery>i {
    animation: none;
  }
}
.about-brief {
  position: relative;
  display: grid;
  min-height: calc(100vh - 10rem);
  padding: clamp(4rem,8vw,8rem) max(5vw,calc((100vw - 82rem)/2));
  overflow: hidden;
  background: var(--color-paper-alt);
}
.about-brief::before {
  content: "";
  position: absolute;
  left: -8rem;
  bottom: -10rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
}
.about-brief-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}
.about-brief-copy>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .17em;
}
.about-brief h1 {
  max-width: 43rem;
  margin-top: 1.35rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.75rem,5vw,5.25rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .98;
}
.about-brief-copy>p {
  max-width: 39rem;
  margin-top: 1.6rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.about-brief-principles {
  display: grid;
  max-width: 43rem;
  margin-top: 2.3rem;
  border-top: 1px solid var(--color-rule);
}
.about-brief-principles article {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: .8rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.about-brief-principles i {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .64rem;
  font-style: normal;
  font-weight: 600;
}
.about-brief-principles strong {
  color: var(--color-navy-deep);
  font-size: .92rem;
}
.about-brief-principles p {
  margin-top: .35rem;
  color: var(--color-text-muted);
  font-size: .8rem;
  line-height: 1.6;
}
.about-brief-copy>a {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: .95rem 1.25rem;
  background: var(--color-navy-deep);
  color: white;
  font-size: .82rem;
  font-weight: 600;
}
.about-brief-copy>a i {
  color: var(--color-gold-bright);
  font-style: normal;
}
.about-brief .about-hex-gallery {
  align-self: center;
  margin-top: 0;
}
@media (min-width:900px) {
  .about-brief {
    grid-template-columns: minmax(0,1fr) minmax(24rem,.75fr);
    gap: clamp(3rem,7vw,7rem);
  }
  .about-brief-principles {
    grid-template-columns: 1fr 1fr;
  }
  .about-brief-principles article+article {
    padding-left: 1.2rem;
    border-left: 1px solid var(--color-rule);
  }
}
@media (max-width:899px) {
  .about-brief {
    min-height: auto;
    gap: 2rem;
  }
  .about-brief .about-hex-gallery {
    margin-top: 0;
  }
}
.partner-page {
  --about-cream: #fbf8ef;
  background: var(--about-cream);
}
.partner-page>.about-brief {
  background: var(--about-cream);
}
.partner-page>.about-brief::before {
  left: auto;
  right: -8rem;
  bottom: -10rem;
  background: var(--color-paper-alt);
}
.partner-page>.about-brief::after {
  content: "01 / THE FIRM";
  position: absolute;
  left: 1rem;
  top: 50%;
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(50%);
}
.partner-page>.partner-hero {
  overflow: visible;
  background: white;
  border-top: 1px solid var(--color-rule);
  border-bottom: 1px solid var(--color-rule);
}
.partner-page>.partner-hero::before {
  content: "02 / THE FOUNDER";
  position: absolute;
  z-index: 2;
  left: max(1rem,calc((100vw - 88rem)/2));
  top: 3rem;
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .16em;
}
.partner-page .partner-hero-inner {
  min-height: 39rem;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.partner-page .partner-portrait-wrap {
  transform: rotate(-1.5deg);
}
.partner-page .partner-portrait-wrap figure {
  clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%);
  box-shadow: 1.5rem 1.5rem 0 var(--about-cream);
}
.partner-page .partner-portrait-outline {
  inset: -1rem 1.5rem 1.5rem -1rem;
  clip-path: none;
  border-color: var(--color-gold-bright);
}
.partner-page .partner-hero-copy {
  position: relative;
  padding-left: clamp(1rem,4vw,4rem);
  border-left: 1px solid var(--color-rule);
}
.partner-page .partner-hero-copy::before {
  content: "MANAGING PARTNER";
  position: absolute;
  right: 0;
  top: -3.5rem;
  color: rgba(0,41,107,.055);
  font-size: clamp(2.4rem,5vw,5rem);
  font-weight: 700;
  letter-spacing: -.06em;
  white-space: nowrap;
}
.partner-page .partner-hero-copy h1 {
  font-size: clamp(3.6rem,6vw,6.2rem);
  line-height: .88;
}
.partner-page>.partner-story {
  max-width: none;
  margin: 0;
  padding-left: max(7vw,calc((100vw - 72rem)/2));
  padding-right: max(7vw,calc((100vw - 72rem)/2));
  background: var(--about-cream);
}
.partner-page .partner-story::before {
  content: "PROFILE NOTES";
  position: absolute;
  right: 3vw;
  top: 4rem;
  color: rgba(0,41,107,.07);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.partner-page .partner-story aside {
  position: sticky;
  top: 10rem;
  align-self: start;
}
.partner-page .partner-story-copy {
  padding: clamp(2rem,4vw,4rem);
  background: white;
  border-top: 3px solid var(--color-gold-bright);
  box-shadow: 0 20px 60px rgba(0,31,78,.07);
}
.partner-page .partner-story-copy p:first-child::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  color: var(--color-navy-deep);
  font-size: 4.8rem;
  font-weight: 600;
  line-height: .72;
}
.partner-page>.partner-philosophy {
  margin: 0 max(2vw,1rem);
  clip-path: polygon(2.5% 0,100% 0,100% 88%,97.5% 100%,0 100%,0 12%);
}
.partner-page .partner-philosophy blockquote {
  max-width: 58rem;
  font-size: clamp(1.9rem,3.5vw,3.4rem);
  font-weight: 500;
}
.partner-page>.partner-focus {
  max-width: none;
  padding-left: max(6vw,calc((100vw - 76rem)/2));
  padding-right: max(6vw,calc((100vw - 76rem)/2));
  background: white;
}
.partner-page .partner-focus-list {
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid var(--color-rule);
  background: var(--color-rule);
}
.partner-page .partner-focus-list article,.partner-page .partner-focus-list article:nth-child(even) {
  display: flex;
  min-height: 9rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border: 0;
  background: white;
}
.partner-page .partner-focus-list article:hover {
  padding: 1.25rem;
  background: var(--about-cream);
  transform: translateY(-.25rem);
}
.partner-page .partner-focus-list article>i {
  align-self: flex-end;
}
.partner-page>.partner-direction {
  margin: 0;
  background: var(--about-cream);
}
.partner-page .partner-direction>div:not(.partner-direction-track) {
  display: grid;
  grid-template-columns: minmax(15rem,.65fr) minmax(0,1.35fr);
  column-gap: clamp(3rem,8vw,8rem);
  max-width: 76rem;
}
.partner-page .partner-direction>div>span,.partner-page .partner-direction h2 {
  grid-column: 1;
}
.partner-page .partner-direction>div>p,.partner-page .partner-direction-points,.partner-page .about-final-actions {
  grid-column: 2;
}
.partner-page .partner-direction>div>p {
  grid-row: 1/3;
  align-self: end;
  margin-top: 0;
  padding-left: 2rem;
  border-left: 3px solid var(--color-gold-bright);
}
.partner-page .partner-direction-points {
  margin-top: 2.5rem;
}
@media (max-width:900px) {
  .partner-page>.about-brief {
    background: var(--about-cream);
  }
  .partner-page>.about-brief::after {
    display: none;
  }
  .partner-page .partner-hero-copy {
    padding-left: 0;
    border-left: 0;
  }
  .partner-page .partner-story aside {
    position: static;
  }
  .partner-page .partner-focus-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-page .partner-direction>div:not(.partner-direction-track) {
    display: block;
  }
  .partner-page .partner-direction>div>p {
    margin-top: 1.5rem;
    padding-left: 1rem;
  }
}
@media (max-width:600px) {
  .partner-page>.partner-philosophy {
    margin-inline: 0;
    clip-path: none;
  }
  .partner-page .partner-focus-list {
    grid-template-columns: 1fr;
  }
  .partner-page .partner-portrait-wrap {
    transform: none;
  }
  .partner-page .partner-hero-copy::before {
    display: none;
  }
}
.about-reference-page {
  background: var(--color-paper-alt);
}
.about-reference-hero.is-visible .about-line-title span {
  opacity: 1;
  transform: none;
}
.about-reference-page>section {
  padding-inline: max(1.5rem,calc((100vw - 82rem)/2));
}
.about-reference-hero {
  position: relative;
  display: grid;
  min-height: 43rem;
  overflow: hidden;
  align-items: center;
  gap: clamp(3rem,7vw,7rem);
  padding-top: clamp(4rem,7vw,7rem);
  padding-bottom: clamp(4rem,7vw,7rem);
}
.about-reference-hero::before {
  content: "";
  position: absolute;
  left: -10rem;
  bottom: -13rem;
  width: 29rem;
  height: 29rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
}
.about-reference-hero-copy {
  position: relative;
  z-index: 2;
}
.about-reference-hero-copy>span,.about-reference-leader-copy>span,.about-reference-purpose header>span,.about-reference-values header>span,.about-reference-cta span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .17em;
}
.about-reference-hero h1 {
  max-width: 48rem;
  margin-top: 1.25rem;
  color: var(--color-navy-deep);
  font-size: clamp(3rem,5.5vw,5.8rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .98;
}
.about-reference-hero-copy>p {
  max-width: 38rem;
  margin-top: 1.6rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.about-reference-hero-copy>a {
  display: inline-flex;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid var(--color-gold-bright);
  color: var(--color-navy-deep);
  font-size: .82rem;
  font-weight: 600;
}
.about-reference-hero-copy>a i {
  font-style: normal;
}
.about-reference-visual {
  position: relative;
  min-height: 34rem;
}
.about-reference-visual figure {
  position: absolute;
  z-index: 2;
  inset: 1rem 2rem 0 0;
  overflow: hidden;
  margin: 0;
  clip-path: polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%);
}
.about-reference-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.about-reference-visual:hover img {
  transform: scale(1.035);
}
.about-reference-visual b {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.14);
  font-size: 17rem;
  font-weight: 700;
  line-height: .75;
}
.about-reference-visual>span {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  padding: .75rem 1rem;
  background: var(--color-gold-bright);
  color: var(--color-navy-deep);
  font-family: "IBM Plex Mono",monospace;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.about-reference-leader {
  display: grid;
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
  padding-top: clamp(5rem,9vw,9rem);
  padding-bottom: clamp(5rem,9vw,9rem);
  background: white;
}
.about-reference-leader-photo {
  position: relative;
}
.about-reference-leader-photo figure {
  overflow: hidden;
  margin: 0;
  clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%);
}
.about-reference-leader-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-reference-leader-photo>span {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  display: flex;
  max-width: 13rem;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.2rem;
  background: var(--color-gold-bright);
  color: var(--color-navy-deep);
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
}
.about-reference-leader-photo strong {
  font-size: 2rem;
}
.about-reference-leader-copy h2 {
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.8rem,5vw,5rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: 1;
}
.about-reference-leader-copy>small {
  display: block;
  margin-top: .5rem;
  color: var(--color-navy);
  font-size: .8rem;
  font-weight: 600;
}
.about-reference-leader-copy>p {
  max-width: 43rem;
  margin-top: 1.35rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.about-reference-leader-copy blockquote {
  max-width: 45rem;
  margin: 2rem 0 0;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid var(--color-rule);
  border-left: 3px solid var(--color-gold-bright);
  color: var(--color-navy-deep);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.about-reference-purpose {
  padding-top: clamp(5rem,9vw,8rem);
  padding-bottom: clamp(5rem,9vw,8rem);
}
.about-reference-purpose header {
  display: grid;
  gap: 1rem;
}
.about-reference-purpose h2,.about-reference-values h2,.about-reference-cta h2 {
  max-width: 50rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.3rem,4vw,4rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.05;
}
.about-reference-purpose>div {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}
.about-reference-purpose article {
  display: grid;
  background: white;
  border-bottom: 3px solid var(--color-gold-bright);
}
.about-reference-purpose figure {
  overflow: hidden;
  margin: 0;
  min-height: 16rem;
}
.about-reference-purpose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.about-reference-purpose article:hover img {
  transform: scale(1.04);
}
.about-reference-purpose article>div {
  padding: 1.8rem;
}
.about-reference-purpose article span,.about-reference-values article span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .64rem;
  font-weight: 600;
}
.about-reference-purpose article h3 {
  margin-top: 1.2rem;
  color: var(--color-navy-deep);
  font-size: 1.65rem;
  font-weight: 600;
}
.about-reference-purpose article p {
  margin-top: .75rem;
  color: var(--color-text-muted);
  font-size: .88rem;
  line-height: 1.7;
}
.about-reference-values {
  padding-top: clamp(5rem,8vw,7rem);
  padding-bottom: clamp(5rem,8vw,7rem);
  background: var(--color-navy-deep);
}
.about-reference-values h2 {
  margin-top: 1rem;
  color: white;
}
.about-reference-values>div {
  display: grid;
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.about-reference-values article {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.about-reference-values article h3 {
  margin-top: 1.8rem;
  color: white;
  font-size: 1.15rem;
}
.about-reference-values article p {
  max-width: 17rem;
  margin-top: .65rem;
  color: var(--color-text-on-navy-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.about-reference-cta {
  display: grid;
  gap: 3rem;
  padding-top: clamp(4rem,7vw,6rem);
  padding-bottom: clamp(4rem,7vw,6rem);
  background: white;
}
.about-reference-cta h2 {
  margin-top: 1rem;
}
.about-reference-cta>div:last-child>p {
  max-width: 35rem;
  color: var(--color-text-muted);
  line-height: 1.75;
}
.about-reference-cta>div:last-child>div {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}
.about-reference-cta a {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.3rem;
  background: var(--color-navy-deep);
  color: white;
  font-size: .8rem;
  font-weight: 600;
}
.about-reference-cta a:last-child {
  border: 1px solid var(--color-navy);
  background: white;
  color: var(--color-navy);
}
.about-reference-cta a i {
  color: var(--color-gold-bright);
  font-style: normal;
}
@media (min-width:850px) {
  .about-reference-hero {
    grid-template-columns: 1.08fr .92fr;
  }
  .about-reference-leader {
    grid-template-columns: .72fr 1.28fr;
  }
  .about-reference-purpose>div {
    grid-template-columns: 1fr 1fr;
  }
  .about-reference-values>div {
    grid-template-columns: repeat(4,1fr);
  }
  .about-reference-values article {
    padding: 1.5rem;
  }
  .about-reference-values article+article {
    border-left: 1px solid rgba(255,255,255,.16);
  }
  .about-reference-cta {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:849px) {
  .about-reference-hero {
    min-height: auto;
  }
  .about-reference-visual {
    min-height: 27rem;
  }
  .about-reference-leader-photo {
    max-width: 34rem;
  }
  .about-reference-leader-photo>span {
    right: 0;
  }
  .about-reference-purpose figure {
    min-height: 14rem;
  }
}
@media (max-width:540px) {
  .about-reference-visual {
    min-height: 22rem;
  }
  .about-reference-visual figure {
    inset: 0;
  }
  .about-reference-visual b {
    font-size: 11rem;
  }
  .about-reference-cta>div:last-child>div {
    display: grid;
  }
  .about-reference-cta a {
    justify-content: space-between;
  }
}
.about-reference-hero-copy>span,.about-reference-leader-copy>span,.about-reference-purpose header>span,.about-reference-values header>span,.about-reference-cta span,.about-reference-visual>span,.about-reference-purpose article span,.about-reference-values article span {
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: 600;
  letter-spacing: .115em;
}
.about-reference-hero-copy>span,.about-reference-leader-copy>span,.about-reference-purpose header>span,.about-reference-cta span {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--color-navy);
}
.about-reference-hero-copy>span::before,.about-reference-leader-copy>span::before,.about-reference-purpose header>span::before,.about-reference-cta span::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: var(--color-gold-bright);
}
.about-reference-values header>span {
  color: var(--color-gold-bright);
}
.about-reference-leader-copy>p {
  font-size: .95rem;
  line-height: 1.78;
}
.about-reference-leader-copy blockquote {
  margin-top: 1.6rem;
}
.about-reference-hero h1 {
  max-width: 42rem;
  font-size: clamp(2.55rem,4.25vw,4.45rem);
  line-height: 1.01;
}
.about-reference-hero {
  min-height: 0;
  margin-top: 0;
  align-items: start;
  padding-top: .75rem;
  padding-bottom: clamp(3rem,5vw,4.5rem);
}
.about-reference-hero-copy {
  align-self: start;
  padding-top: .35rem;
}
.about-reference-visual {
  margin-top: 0;
}
.about-reference-page {
  margin-top: 0;
}
.about-reference-page .about-reference-hero:first-child {
  border-top: 0;
}
.about-reference-purpose {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4rem,7vw,6rem);
  padding-bottom: clamp(4rem,7vw,6rem);
}
.about-reference-purpose::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -7rem;
  top: -8rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  animation: purposeOrbit 18s linear infinite;
}
.about-reference-purpose::after {
  content: "A";
  position: absolute;
  z-index: -1;
  left: -1rem;
  bottom: -4rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.055);
  font-size: 17rem;
  font-weight: 700;
  line-height: .75;
  transform: rotate(-7deg);
}
.about-reference-purpose header {
  grid-template-columns: .55fr 1.45fr;
  align-items: end;
  max-width: 72rem;
}
.about-reference-purpose h2 {
  max-width: 42rem;
  font-size: clamp(2rem,3.25vw,3.2rem);
}
.about-reference-purpose>div {
  max-width: 68rem;
  margin: 2.5rem auto 0;
  gap: 1rem;
}
.about-reference-purpose article {
  position: relative;
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  min-height: 13rem;
  overflow: hidden;
  border: 1px solid var(--color-rule);
  border-bottom: 0;
  background: white;
  box-shadow: 0 14px 36px rgba(0,31,78,.055);
  clip-path: polygon(0 0,95% 0,100% 16%,100% 100%,0 100%);
  transition: transform .35s ease,box-shadow .35s ease;
}
.about-reference-purpose article::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(0,41,107,.12);
  border-radius: 50%;
  transition: transform .5s ease,border-color .35s ease;
}
.about-reference-purpose article:hover {
  transform: translateY(-.35rem);
  box-shadow: 0 22px 48px rgba(0,31,78,.09);
}
.about-reference-purpose article:hover::after {
  transform: scale(1.25);
  border-color: var(--color-gold-bright);
}
.about-reference-purpose figure {
  min-height: auto;
  height: 100%;
}
.about-reference-purpose img {
  filter: saturate(.82);
  transition: transform .8s ease,filter .4s ease;
}
.about-reference-purpose article:hover img {
  filter: saturate(1);
  transform: scale(1.06);
}
.about-reference-purpose article>div {
  align-self: center;
  padding: 1.35rem 1.5rem;
}
.about-reference-purpose article h3 {
  margin-top: .75rem;
  font-size: 1.35rem;
}
.about-reference-purpose article p {
  max-width: 24rem;
  margin-top: .55rem;
  font-size: .8rem;
  line-height: 1.62;
}
.about-reference-purpose article>div::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: .9rem;
  background: var(--color-gold-bright);
  transform-origin: left;
  animation: purposeRule 3.5s ease-in-out infinite;
}
.about-reference-purpose article:nth-child(2)>div::before {
  animation-delay: .8s;
}
@keyframes purposeOrbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes purposeRule {
  50% {
    transform: scaleX(1.8);
  }
}
@media (max-width:849px) {
  .about-reference-purpose header {
    display: block;
  }
  .about-reference-purpose h2 {
    margin-top: 1rem;
  }
  .about-reference-purpose>div {
    grid-template-columns: 1fr;
  }
  .about-reference-purpose article {
    grid-template-columns: 9rem 1fr;
  }
}
@media (max-width:520px) {
  .about-reference-hero h1 {
    font-size: clamp(2.3rem,12vw,3.1rem);
  }
  .about-reference-purpose article {
    grid-template-columns: 1fr;
  }
  .about-reference-purpose figure {
    height: 9rem;
  }
  .about-reference-purpose article>div {
    padding: 1.25rem;
  }
  .about-reference-purpose article::after {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .about-reference-purpose::before,.about-reference-purpose article>div::before {
    animation: none;
  }
}
.about-reference-leader {
  gap: clamp(2.5rem,6vw,6rem);
  padding-top: clamp(4rem,7vw,6.5rem);
  padding-bottom: clamp(4rem,7vw,6.5rem);
}
.about-reference-leader-photo {
  max-width: 27rem;
  justify-self: center;
}
.about-reference-leader-photo img {
  aspect-ratio: 4/4.65;
}
.about-reference-leader-photo>span {
  right: -.5rem;
  bottom: 1rem;
  max-width: 11.5rem;
  padding: .8rem 1rem;
  font-size: .58rem;
}
.about-reference-leader-photo strong {
  font-size: 1.65rem;
}
.about-reference-leader-copy h2 {
  font-size: clamp(2.45rem,4vw,3.85rem);
}
.about-reference-leader-copy>p {
  max-width: 40rem;
  margin-top: 1.05rem;
  font-size: .86rem;
  line-height: 1.68;
}
.about-reference-leader-copy blockquote {
  max-width: 40rem;
  padding: 1.15rem 0 0 1.2rem;
  font-size: 1.02rem;
  line-height: 1.55;
}
.about-reference-values {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.5rem,7vw,6.5rem);
  padding-bottom: clamp(4.5rem,7vw,6.5rem);
  background: var(--color-paper-alt);
}
.about-reference-values::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8rem;
  top: -10rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
}
.about-reference-values::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: -7rem;
  width: 12rem;
  height: 20rem;
  background: rgba(253,197,0,.08);
  clip-path: polygon(40% 0,60% 0,100% 100%,75% 100%);
}
.about-reference-values header {
  display: grid;
  gap: 1rem;
  max-width: 68rem;
}
.about-reference-values header>span {
  color: var(--color-navy);
}
.about-reference-values header>span::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 2px;
  margin-right: .7rem;
  vertical-align: middle;
  background: var(--color-gold-bright);
}
.about-reference-values h2 {
  max-width: 38rem;
  color: var(--color-navy-deep);
  font-size: clamp(2rem,3.3vw,3.3rem);
}
.about-reference-values>div {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
  border: 0;
  background: transparent;
}
.about-reference-values article,.about-reference-values article+article {
  position: relative;
  min-height: 13rem;
  padding: 1.4rem;
  border: 1px solid var(--color-rule);
  background: white;
  box-shadow: 0 12px 32px rgba(0,31,78,.045);
  transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.about-reference-values article::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(0,41,107,.13);
  transform: rotate(45deg);
  transition: transform .55s ease,border-color .35s ease;
}
.about-reference-values article::after {
  content: "";
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  width: 2.2rem;
  height: 2px;
  background: var(--color-gold-bright);
  transition: width .35s ease;
}
.about-reference-values article:hover {
  transform: translateY(-.35rem);
  border-color: rgba(0,41,107,.25);
  box-shadow: 0 20px 42px rgba(0,31,78,.08);
}
.about-reference-values article:hover::before {
  transform: rotate(135deg);
  border-color: var(--color-gold-bright);
}
.about-reference-values article:hover::after {
  width: 4.25rem;
}
.about-reference-values article span {
  color: var(--color-yellow-text);
}
.about-reference-values article h3 {
  margin-top: 2.3rem;
  color: var(--color-navy-deep);
  font-size: 1.15rem;
  font-weight: 600;
}
.about-reference-values article p {
  max-width: 15rem;
  margin-top: .55rem;
  color: var(--color-text-muted);
  font-size: .78rem;
  line-height: 1.6;
}
@media (min-width:850px) {
  .about-reference-leader {
    grid-template-columns: .62fr 1.38fr;
  }
  .about-reference-values>div {
    grid-template-columns: repeat(4,1fr);
  }
  .about-reference-values article+article {
    border-left: 1px solid var(--color-rule);
  }
}
@media (max-width:849px) {
  .about-reference-values>div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:520px) {
  .about-reference-leader-photo {
    max-width: 22rem;
  }
  .about-reference-values>div {
    grid-template-columns: 1fr;
  }
  .about-reference-values article {
    min-height: 11.5rem;
  }
}
.about-reference-hero {
  background: linear-gradient(105deg,var(--color-paper-alt) 0 62%,rgba(0,41,107,.055) 62%);
}
.about-reference-intro-note {
  max-width: 38rem !important;
  margin-top: .7rem !important;
  color: var(--color-navy) !important;
  font-size: .88rem !important;
  font-weight: 500;
  line-height: 1.65 !important;
}
.about-reference-points {
  display: grid;
  max-width: 39rem;
  margin: 1.35rem 0 0;
  padding: 1.15rem 1.25rem;
  background: white;
  border-left: 3px solid var(--color-gold-bright);
  box-shadow: 0 12px 32px rgba(0,31,78,.05);
  list-style: none;
}
.about-reference-points li {
  display: grid;
  grid-template-columns: .65rem 1fr;
  gap: .7rem;
  align-items: center;
  padding: .45rem 0;
  color: var(--color-navy-deep);
  font-size: .78rem;
  font-weight: 500;
}
.about-reference-points li i {
  width: .42rem;
  height: .42rem;
  background: var(--color-gold-bright);
  clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
  animation: aboutPointPulse 2.8s ease-in-out infinite;
}
.about-reference-points li:nth-child(2) i {
  animation-delay: .4s;
}
.about-reference-points li:nth-child(3) i {
  animation-delay: .8s;
}
@keyframes aboutPointPulse {
  50% {
    transform: rotate(45deg) scale(1.35);
  }
}
.about-reference-leader {
  background: linear-gradient(180deg,#fff 0 86%,var(--color-paper-alt) 86%);
}
.about-reference-leader-copy {
  position: relative;
}
.about-reference-leader-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -4rem;
  top: -3rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(253,197,0,.35);
  border-radius: 50%;
}
.about-reference-purpose {
  background: #f4f6fa;
}
.about-reference-purpose article:first-child {
  border-top: 3px solid var(--color-navy);
}
.about-reference-purpose article:nth-child(2) {
  border-top: 3px solid var(--color-gold-bright);
}
.about-reference-purpose article:first-child>div {
  background: linear-gradient(90deg,rgba(0,41,107,.035),white);
}
.about-reference-purpose article:nth-child(2)>div {
  background: linear-gradient(90deg,rgba(253,197,0,.06),white);
}
.about-reference-values article:nth-child(1),.about-reference-values article:nth-child(3) {
  background: #fff;
}
.about-reference-values article:nth-child(2),.about-reference-values article:nth-child(4) {
  background: #f7f8fb;
}
.about-reference-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg,var(--color-paper-alt) 0 52%,white 52%);
}
.about-reference-cta::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
}
@media (max-width:849px) {
  .about-reference-hero,.about-reference-cta {
    background: var(--color-paper-alt);
  }
}
@media (prefers-reduced-motion:reduce) {
  .about-reference-points li i {
    animation: none;
  }
}
.about-reference-purpose {
  padding-bottom: clamp(2.25rem,3.5vw,3.25rem);
}
.about-reference-values {
  padding-top: clamp(2.25rem,3.5vw,3.25rem);
}
.about-reference-leader {
  position: relative;
  grid-template-columns: 20rem minmax(0,1fr) !important;
  max-width: 76rem;
  margin: clamp(3rem,5vw,5rem) auto;
  padding: 2rem !important;
  gap: clamp(2rem,5vw,4.5rem);
  overflow: hidden;
  border-top: 3px solid var(--color-gold-bright);
  background: var(--color-paper-alt);
  box-shadow: 0 18px 50px rgba(0,31,78,.07);
}
.about-reference-leader::before {
  content: "";
  position: absolute;
  right: -5rem;
  top: -6rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
}
.about-reference-leader::after {
  content: "A";
  position: absolute;
  right: 1rem;
  bottom: -4rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.055);
  font-size: 12rem;
  font-weight: 700;
  line-height: .8;
  transform: rotate(-8deg);
}
.about-reference-leader-photo {
  z-index: 1;
  width: 100%;
  max-width: 20rem;
  justify-self: start;
}
.about-reference-leader-photo figure {
  clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,0 100%);
}
.about-reference-leader-photo img {
  aspect-ratio: 4/4.7;
}
.about-reference-leader-photo>span {
  right: -.6rem;
  bottom: .8rem;
  max-width: 10rem;
  padding: .7rem .85rem;
  font-size: .53rem;
  line-height: 1.35;
}
.about-reference-leader-photo strong {
  font-size: 1.45rem;
}
.about-reference-leader-copy {
  z-index: 1;
  align-self: center;
  padding-right: 1rem;
}
.about-reference-leader-copy::after {
  display: none;
}
.about-reference-leader-copy h2 {
  margin-top: .65rem;
  font-size: clamp(2rem,3.3vw,3.15rem);
  letter-spacing: -.05em;
}
.about-reference-leader-copy>small {
  margin-top: .35rem;
  font-size: .72rem;
}
.about-reference-leader-copy>p {
  max-width: 42rem;
  margin-top: .85rem;
  font-size: .8rem;
  line-height: 1.62;
}
.about-reference-leader-copy blockquote {
  max-width: 42rem;
  margin-top: 1.1rem;
  padding: .9rem 1rem;
  border-top: 0;
  border-left: 3px solid var(--color-gold-bright);
  background: white;
  font-size: .9rem;
  line-height: 1.5;
}
@media (max-width:850px) {
  .about-reference-leader {
    grid-template-columns: 15rem minmax(0,1fr) !important;
    margin-inline: 1.25rem;
    padding: 1.5rem !important;
    gap: 1.75rem;
  }
  .about-reference-leader-photo {
    max-width: 15rem;
  }
  .about-reference-leader-photo>span {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: -.25rem;
  }
  .about-reference-leader-copy>p {
    font-size: .78rem;
  }
}
@media (max-width:650px) {
  .about-reference-leader {
    grid-template-columns: 1fr !important;
  }
  .about-reference-leader-photo {
    max-width: 17rem;
  }
  .about-reference-leader-copy {
    padding-right: 0;
  }
  .about-reference-leader::after {
    font-size: 8rem;
  }
}
.about-reference-leader {
  grid-template-columns: minmax(18rem,24rem) minmax(0,1fr) !important;
  padding: 1.5rem !important;
  background: white;
}
.about-reference-leader-photo {
  max-width: 24rem;
  background: var(--color-navy-deep);
}
.about-reference-leader-photo figure {
  clip-path: none;
}
.about-reference-leader-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
}
.about-reference-leader-photo>span {
  right: -.75rem;
  bottom: 1rem;
  border: 1px solid rgba(0,41,107,.16);
  background: white;
  color: var(--color-navy-deep);
  box-shadow: 0 12px 30px rgba(0,31,78,.12);
}
.about-reference-leader-copy {
  padding: clamp(1rem,3vw,2.5rem) clamp(1rem,3vw,2rem);
}
@media (max-width:850px) {
  .about-reference-leader {
    grid-template-columns: 17rem minmax(0,1fr) !important;
  }
  .about-reference-leader-photo {
    max-width: 17rem;
  }
}
@media (max-width:650px) {
  .about-reference-leader {
    grid-template-columns: 1fr !important;
  }
  .about-reference-leader-photo {
    max-width: 20rem;
  }
  .about-reference-leader-photo>span {
    right: -.25rem;
  }
}
.about-reference-leader {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.about-reference-leader::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(0,41,107,.12);
  border-radius: 50%;
  animation: partner-orbit-drift 11s ease-in-out infinite alternate;
}
.about-reference-leader::after {
  content: "A";
  position: absolute;
  z-index: 0;
  right: -1.5rem;
  top: -3.5rem;
  color: rgba(0,41,107,.035);
  font-family: "Libre Franklin",sans-serif;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
  animation: partner-mark-float 9s ease-in-out infinite;
}
.about-reference-leader-photo {
  position: relative;
  isolation: isolate;
}
.about-reference-leader-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1rem;
  border: 1px solid rgba(0,41,107,.16);
  clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%);
  animation: partner-frame-breathe 6s ease-in-out infinite;
}
.about-reference-leader-photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1.05rem;
  top: 12%;
  width: 3px;
  height: 28%;
  background: var(--color-gold-bright);
  box-shadow: 0 8rem 0 rgba(0,41,107,.7);
  animation: partner-accent-travel 5.5s ease-in-out infinite;
}
.about-reference-leader-photo figure {
  position: relative;
  z-index: 1;
}
.about-reference-leader-photo figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}
.about-reference-leader-copy {
  position: relative;
  z-index: 1;
}
@keyframes partner-orbit-drift {
  to {
    transform: translate(2rem,-1.5rem) rotate(16deg);
  }
}
@keyframes partner-mark-float {
  0%,100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(1.25rem) rotate(-5deg);
  }
}
@keyframes partner-frame-breathe {
  0%,100% {
    transform: translate(0,0);
    opacity: .55;
  }
  50% {
    transform: translate(.4rem,-.4rem);
    opacity: 1;
  }
}
@keyframes partner-accent-travel {
  0%,100% {
    transform: translateY(0);
    opacity: .75;
  }
  50% {
    transform: translateY(3rem);
    opacity: 1;
  }
}
@media (max-width:650px) {
  .about-reference-leader::after {
    font-size: 10rem;
  }
  .about-reference-leader-photo::before {
    inset: -.55rem;
  }
  .about-reference-leader-photo::after {
    left: -.6rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .about-reference-leader::before,.about-reference-leader::after,.about-reference-leader-photo::before,.about-reference-leader-photo::after {
    animation: none !important;
  }
}
.about-reference-visual>b,
.partner-philosophy-mark,
.service-benefit-copy>span[aria-hidden="true"],
.consultation-hero-mark>b {
  display: none !important;
}
.about-reference-purpose::after,
.about-reference-leader::after {
  content: none !important;
  display: none !important;
}
.partner-page>.partner-firm:first-child+.partner-hero {
  border-top: 3px solid var(--color-gold);
}
.contact-divider {
  position: relative;
  height: 5rem;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  background: var(--color-navy-deep);
}
.contact-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,.14);
}
.contact-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9rem;
  height: 2px;
  background: var(--color-gold);
  transform: translate(-50%,-50%);
}
.contact-divider i,.contact-divider b {
  position: absolute;
  top: 50%;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid rgba(253,197,0,.35);
  transform: translateY(-50%) rotate(45deg);
}
.contact-divider i {
  left: calc(50% - 7rem);
}
.contact-divider b {
  right: calc(50% - 7rem);
  border-color: rgba(255,255,255,.18);
}
.contact-main {
  isolation: isolate;
  overflow: hidden;
}
.contact-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10rem;
  top: 4rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(0,41,107,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 4.5rem rgba(0,41,107,.025),0 0 0 9rem rgba(253,197,0,.025);
  animation: contact-orbit-drift 11s ease-in-out infinite;
}
.contact-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: -8rem;
  width: 17rem;
  height: 25rem;
  border: 1px solid rgba(253,197,0,.32);
  clip-path: polygon(42% 0,58% 0,100% 100%,78% 100%);
  transform: rotate(-14deg);
  animation: contact-shape-drift 9s ease-in-out infinite;
}
.contact-main-inner {
  position: relative;
  z-index: 1;
}
.contact-main-inner::before {
  content: "";
  position: absolute;
  left: calc(39.5% + 1rem);
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  background: var(--color-rule);
}
.contact-main-inner::after {
  content: "";
  position: absolute;
  left: calc(39.5% + .72rem);
  top: 2rem;
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  box-shadow: 0 0 0 .45rem rgba(253,197,0,.12);
  animation: contact-guide-travel 7s ease-in-out infinite;
}
.contact-details {
  position: relative;
}
.contact-details::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  width: 5rem;
  height: 5rem;
  border-top: 1px solid rgba(0,41,107,.16);
  border-right: 1px solid rgba(0,41,107,.16);
  clip-path: polygon(0 0,100% 0,100% 100%);
  animation: contact-corner-pulse 5s ease-in-out infinite;
}
.contact-detail-grid a {
  position: relative;
  overflow: hidden;
}
.contact-detail-grid a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--color-gold-bright);
  transition: width .4s cubic-bezier(.2,.8,.2,1);
}
.contact-detail-grid a:hover::after {
  width: 100%;
}
.contact-form {
  isolation: isolate;
  overflow: hidden;
  clip-path: polygon(0 0,calc(100% - 1.5rem) 0,100% 1.5rem,100% 100%,1.5rem 100%,0 calc(100% - 1.5rem));
}
.contact-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5rem;
  top: -5rem;
  width: 13rem;
  height: 13rem;
  border: 1px solid rgba(0,41,107,.11);
  border-radius: 50%;
  box-shadow: 0 0 0 2.8rem rgba(253,197,0,.035);
  animation: contact-form-orbit 18s linear infinite;
}
.contact-form::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  width: 2.8rem;
  height: 2px;
  background: var(--color-gold-bright);
  box-shadow: -3.4rem 0 0 rgba(0,41,107,.18);
}
.contact-form label {
  position: relative;
}
.contact-form label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-gold-bright);
  transition: width .35s ease;
}
.contact-form label:focus-within::after {
  width: 100%;
}
.contact-form input,.contact-form select,.contact-form textarea {
  transition: border-color .25s ease,background-color .25s ease,box-shadow .25s ease;
}
.contact-form label:focus-within input,.contact-form label:focus-within select,.contact-form label:focus-within textarea {
  background: #fffdf4;
  box-shadow: 0 10px 25px rgba(0,41,107,.06);
}
@keyframes contact-orbit-drift {
  50% {
    transform: translate(1.2rem,.8rem) scale(1.025);
  }
}
@keyframes contact-shape-drift {
  50% {
    transform: rotate(-10deg) translateY(-1rem);
  }
}
@keyframes contact-guide-travel {
  0%,100% {
    top: 2rem;
  }
  50% {
    top: calc(100% - 2.6rem);
  }
}
@keyframes contact-corner-pulse {
  50% {
    transform: translate(-.45rem,.45rem);
    opacity: .45;
  }
}
@keyframes contact-form-orbit {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width:849px) {
  .contact-main-inner::before,.contact-main-inner::after {
    display: none;
  }
  .contact-details::after {
    right: 0;
  }
  .contact-main::before {
    opacity: .6;
  }
}
@media (prefers-reduced-motion:reduce) {
  .contact-main::before,.contact-main::after,.contact-main-inner::after,.contact-details::after,.contact-form::before {
    animation: none;
  }
}
.contact-main {
  background: linear-gradient(110deg,#f3f6fb 0%,#f3f6fb 43%,#fbfaf5 43%,#fbfaf5 100%);
}
.contact-details {
  align-self: start;
  padding: clamp(1.5rem,3vw,2.35rem);
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 1.15rem;
  background: rgba(232,239,249,.88);
  box-shadow: 0 18px 42px rgba(0,41,107,.07);
}
.contact-detail-grid {
  margin-top: 1.8rem;
}
.contact-detail-grid a {
  padding: 1.05rem .15rem;
}
.contact-detail-grid a:hover {
  border-radius: .55rem;
  background: rgba(255,255,255,.72);
}
.contact-whatsapp {
  border-radius: 999px;
}
.contact-form {
  align-self: start;
  padding: clamp(1.5rem,3vw,2.25rem);
  border: 1px solid rgba(0,41,107,.1);
  border-top: 3px solid var(--color-gold-bright);
  border-radius: 1.15rem;
  background: rgba(255,255,255,.96);
  clip-path: none;
  box-shadow: 0 22px 50px rgba(0,41,107,.11);
}
.contact-form h2 {
  font-size: clamp(1.8rem,2.8vw,2.65rem);
}
.contact-form>p {
  font-size: .88rem;
}
.contact-form-grid {
  gap: .8rem 1rem;
  margin-top: 1.45rem;
}
.contact-form label>span {
  margin-bottom: .35rem;
  font-size: .64rem;
}
.contact-form input,.contact-form select,.contact-form textarea {
  border-color: rgba(0,41,107,.16);
  border-radius: .65rem;
  padding: .68rem .85rem;
  font-size: .8rem;
}
.contact-form input,.contact-form select {
  min-height: 2.8rem;
}
.contact-form textarea {
  min-height: 6.25rem;
  resize: vertical;
}
.contact-form button {
  width: auto;
  min-width: 11rem;
  margin-left: auto;
  border-radius: 999px;
  padding: .78rem 1.1rem;
}
.contact-form::after {
  right: 1.5rem;
  top: 1.15rem;
  border-radius: 999px;
}
@media (max-width:849px) {
  .contact-main {
    background: #f5f7fa;
  }
  .contact-details,.contact-form {
    border-radius: .9rem;
  }
}
@media (max-width:520px) {
  .contact-details {
    padding: 1.25rem;
  }
  .contact-form button {
    width: 100%;
  }
}
.site-header .site-logo .brand-wordmark::after {
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.consultation-modal {
  background: rgba(0,20,55,.72);
  backdrop-filter: blur(7px);
}
.consultation-modal-card {
  position: relative;
  display: grid;
  width: min(54rem,100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 28px 80px rgba(0,20,55,.32);
  animation: consultation-modal-in .35s cubic-bezier(.2,.8,.2,1);
}
.consultation-modal-close {
  position: absolute;
  z-index: 5;
  right: .85rem;
  top: .75rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--color-navy);
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 4px 15px rgba(0,20,55,.12);
}
.consultation-modal-visual {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  background: var(--color-navy-deep);
}
.consultation-modal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,30,75,.05),rgba(0,20,55,.86));
}
.consultation-modal-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation-modal-visual>div {
  position: absolute;
  z-index: 2;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.7rem;
  color: white;
}
.consultation-modal-visual span,.consultation-modal-kicker {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.consultation-modal-visual strong {
  display: block;
  max-width: 18rem;
  margin-top: .65rem;
  font-size: 1.35rem;
  line-height: 1.25;
}
.consultation-modal-content {
  display: flex;
  min-height: 28rem;
  align-items: center;
  padding: clamp(1.6rem,4vw,2.7rem);
}
.consultation-modal-content>div,.consultation-modal-content>form {
  width: 100%;
}
.consultation-modal-content h3 {
  margin-top: .65rem;
  color: var(--color-navy-deep);
  font-size: clamp(1.55rem,3vw,2.15rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.consultation-modal-content [data-modal-choice]>p {
  margin-top: .65rem;
  color: var(--color-text-muted);
  font-size: .86rem;
}
.consultation-modal-actions {
  display: grid;
  gap: .75rem;
  margin-top: 1.55rem;
}
.consultation-modal-actions>a,.consultation-modal-actions>button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 3rem 1rem 1.1rem;
  border: 1px solid rgba(0,41,107,.2);
  border-radius: .7rem;
  text-align: left;
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.consultation-modal-actions>a {
  background: var(--color-navy);
  color: white;
}
.consultation-modal-actions>button {
  background: white;
  color: var(--color-navy-deep);
}
.consultation-modal-actions b {
  display: block;
  font-size: .9rem;
}
.consultation-modal-actions span {
  display: block;
  margin-top: .3rem;
  color: var(--color-text-muted);
  font-size: .72rem;
}
.consultation-modal-actions>a span {
  color: var(--color-text-on-navy-muted);
}
.consultation-modal-actions a[href*="wa.me"] b {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.consultation-modal-actions a[href*="wa.me"] b::after {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  background: #25d366;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.42 3 4.03 8.35 4.03 14.93c0 2.1.55 4.15 1.6 5.96L3.5 28.66l7.98-2.09a12.05 12.05 0 0 0 4.56.89h.01c6.62 0 12-5.35 12-11.94C28.05 8.94 22.66 3 16.04 3Zm0 22.44h-.01a10 10 0 0 1-5.1-1.39l-.37-.22-4.73 1.24 1.26-4.58-.24-.38a9.87 9.87 0 0 1-1.53-5.28c0-5.47 4.49-9.92 10.02-9.92 2.67 0 5.18 1.03 7.07 2.9a9.84 9.84 0 0 1 2.94 7.02c0 5.47-4.49 9.92-10.01 9.92Zm5.5-7.43c-.3-.15-1.78-.87-2.06-.97-.28-.1-.48-.15-.68.15-.2.3-.78.97-.95 1.17-.18.2-.35.22-.65.07-.3-.15-1.27-.46-2.42-1.48a9.03 9.03 0 0 1-1.67-2.06c-.18-.3-.02-.46.13-.61.14-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.03-.52-.07-.15-.68-1.62-.93-2.22-.24-.58-.5-.5-.68-.51h-.58c-.2 0-.53.07-.8.37-.28.3-1.06 1.02-1.06 2.49s1.08 2.89 1.23 3.09c.15.2 2.12 3.21 5.13 4.5.72.31 1.28.5 1.71.63.72.23 1.38.2 1.9.12.58-.09 1.78-.72 2.03-1.42.25-.7.25-1.3.18-1.42-.08-.12-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3C9.42 3 4.03 8.35 4.03 14.93c0 2.1.55 4.15 1.6 5.96L3.5 28.66l7.98-2.09a12.05 12.05 0 0 0 4.56.89h.01c6.62 0 12-5.35 12-11.94C28.05 8.94 22.66 3 16.04 3Zm0 22.44h-.01a10 10 0 0 1-5.1-1.39l-.37-.22-4.73 1.24 1.26-4.58-.24-.38a9.87 9.87 0 0 1-1.53-5.28c0-5.47 4.49-9.92 10.02-9.92 2.67 0 5.18 1.03 7.07 2.9a9.84 9.84 0 0 1 2.94 7.02c0 5.47-4.49 9.92-10.01 9.92Zm5.5-7.43c-.3-.15-1.78-.87-2.06-.97-.28-.1-.48-.15-.68.15-.2.3-.78.97-.95 1.17-.18.2-.35.22-.65.07-.3-.15-1.27-.46-2.42-1.48a9.03 9.03 0 0 1-1.67-2.06c-.18-.3-.02-.46.13-.61.14-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.03-.52-.07-.15-.68-1.62-.93-2.22-.24-.58-.5-.5-.68-.51h-.58c-.2 0-.53.07-.8.37-.28.3-1.06 1.02-1.06 2.49s1.08 2.89 1.23 3.09c.15.2 2.12 3.21 5.13 4.5.72.31 1.28.5 1.71.63.72.23 1.38.2 1.9.12.58-.09 1.78-.72 2.03-1.42.25-.7.25-1.3.18-1.42-.08-.12-.28-.2-.58-.35Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.consultation-modal-actions i {
  position: absolute;
  right: 1rem;
  top: 50%;
  color: var(--color-gold-bright);
  font-style: normal;
  transform: translateY(-50%);
}
.consultation-modal-actions>a:hover,.consultation-modal-actions>button:hover {
  border-color: var(--color-gold-bright);
  box-shadow: 0 12px 24px rgba(0,41,107,.1);
  transform: translateY(-2px);
}
.consultation-callback>div {
  display: grid;
  gap: .7rem;
  margin-top: 1.25rem;
}
.consultation-callback label>span:not(.phone-field) {
  display: block;
  margin-bottom: .3rem;
  color: var(--color-navy-deep);
  font-size: .62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.consultation-callback input,.consultation-callback select,.consultation-callback textarea {
  width: 100%;
  border: 1px solid rgba(0,41,107,.18);
  border-radius: .55rem;
  padding: .65rem .8rem;
  background: #f7f9fc;
  color: var(--color-text);
  font: inherit;
  font-size: .78rem;
}
.consultation-callback label:has(>select) {
  display: none;
}
.consultation-callback input:focus,.consultation-callback select:focus,.consultation-callback textarea:focus {
  outline: 2px solid rgba(253,197,0,.28);
  border-color: var(--color-navy);
  background: white;
}
.consultation-callback>button[type="submit"] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: .8rem;
  padding: .75rem 1rem;
  border-radius: .55rem;
  background: var(--color-navy);
  color: white;
  font-size: .78rem;
  font-weight: 600;
}
.consultation-callback>[data-back-choice] {
  display: block;
  margin: .75rem auto 0;
  color: var(--color-text-muted);
  font-size: .68rem;
}
.consultation-modal-thanks {
  text-align: center;
}
.consultation-modal-thanks>span {
  color: var(--color-yellow-text);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.consultation-modal-thanks p {
  margin-top: .6rem;
  color: var(--color-text-muted);
  font-size: .82rem;
}
@keyframes consultation-modal-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem) scale(.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width:700px) {
  .consultation-modal-card {
    grid-template-columns: 40% 60%;
  }
  .consultation-callback>div {
    grid-template-columns: 1fr 1fr;
  }
  .consultation-callback label:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width:699px) {
  .consultation-modal-card {
    width: min(30rem,100%);
  }
  .consultation-modal-visual {
    display: none;
  }
  .consultation-modal-content {
    min-height: 0;
    padding: 1.65rem;
  }
  .consultation-modal-close {
    right: .55rem;
    top: .5rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .consultation-modal-card {
    animation: none;
  }
}
.service-detail-page .service-benefit-copy {
  min-height: 0;
  align-self: center;
  padding-top: clamp(1.75rem,3vw,2.5rem);
  padding-bottom: clamp(2.25rem,4vw,3.25rem);
}
@media (max-width:799px) {
  .service-detail-page .service-benefit-copy {
    min-height: 0;
  }
}
.service-detail-page .service-enquiry-form {
  grid-template-columns: 1fr 1fr;
  gap: .8rem 1rem;
  padding: clamp(1.5rem,3vw,2.25rem);
  border: 1px solid rgba(0,41,107,.1);
  border-top: 3px solid var(--color-gold-bright);
  border-radius: 1.15rem;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 50px rgba(0,0,0,.16);
}
.service-detail-page .service-enquiry-form h3,.service-detail-page .service-enquiry-form textarea,.service-detail-page .service-enquiry-form button,.service-detail-page .service-enquiry-form [data-form-message] {
  grid-column: 1/-1;
}
.service-detail-page .service-enquiry-form h3 {
  margin-bottom: .25rem;
  font-size: clamp(1.35rem,2vw,1.75rem);
}
.service-detail-page .service-enquiry-form input,.service-detail-page .service-enquiry-form select,.service-detail-page .service-enquiry-form textarea {
  border-color: rgba(0,41,107,.16);
  border-radius: .65rem;
  background: #fff;
  padding: .68rem .85rem;
  font-size: .8rem;
  transition: border-color .25s ease,background-color .25s ease,box-shadow .25s ease;
}
.service-detail-page .service-enquiry-form input,.service-detail-page .service-enquiry-form select {
  min-height: 2.8rem;
}
.service-detail-page .service-enquiry-form textarea {
  min-height: 6.25rem;
  resize: vertical;
}
.service-detail-page .service-enquiry-form input:focus,.service-detail-page .service-enquiry-form select:focus,.service-detail-page .service-enquiry-form textarea:focus {
  outline: 2px solid rgba(253,197,0,.22);
  border-color: var(--color-navy);
  background: #fffdf4;
  box-shadow: 0 9px 22px rgba(0,41,107,.06);
}
.service-detail-page .service-enquiry-form button {
  width: auto;
  min-width: 11rem;
  justify-self: end;
  border-radius: 999px;
  padding: .78rem 1.1rem;
}
@media (max-width:620px) {
  .service-detail-page .service-enquiry-form {
    grid-template-columns: 1fr;
    border-radius: .9rem;
  }
  .service-detail-page .service-enquiry-form h3,.service-detail-page .service-enquiry-form textarea,.service-detail-page .service-enquiry-form button,.service-detail-page .service-enquiry-form [data-form-message] {
    grid-column: auto;
  }
  .service-detail-page .service-enquiry-form button {
    width: 100%;
  }
}
.service-detail-hero-inner {
  min-height: 30rem;
  align-items: center;
  padding: clamp(1.5rem,3vw,2.75rem) 1.5rem clamp(2.5rem,4vw,3.75rem);
}
.service-detail-back {
  margin-bottom: 1.15rem;
  font-size: .92rem;
  line-height: 1.2;
}
.service-detail-back+.eyebrow-rule {
  margin-top: 0;
}
.service-detail-hero h1 {
  margin-top: 1rem;
}
.advisory-page-hero-inner {
  min-height: 34rem;
  padding-top: clamp(1.5rem,3vw,2.75rem);
  padding-bottom: clamp(2.5rem,4vw,3.75rem);
}
.advisory-back {
  margin-bottom: 1.15rem;
  font-size: .92rem;
  line-height: 1.2;
}
.advisory-page-intro h1 {
  margin-top: 1rem;
}
@media (max-width:799px) {
  .service-detail-hero-inner,.advisory-page-hero-inner {
    min-height: 0;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .service-detail-back,.advisory-back {
    margin-bottom: 1rem;
    font-size: .88rem;
  }
}
.service-directory-hero {
  padding: clamp(2.25rem,4vw,3.75rem) 1.5rem;
}
.service-directory-heading h1 {
  margin-top: .95rem;
}
.service-directory-heading>p {
  margin-top: 1rem;
}
@media (max-width:799px) {
  .service-directory-hero {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
.service-detail-close {
  isolation: isolate;
  padding: clamp(3rem,5vw,4.25rem) 1.5rem;
  background-image: linear-gradient(90deg,rgba(0,25,68,.94),rgba(0,35,82,.78)),var(--close-image);
  background-position: center;
  background-size: cover;
}
.service-detail-close::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,26,71,.25),transparent 65%);
  -webkit-text-stroke: 0;
  font-size: 0;
  transform: none;
}
.service-detail-close-inner {
  max-width: 68rem;
  text-align: left;
}
.service-detail-close .eyebrow-rule {
  width: max-content;
}
.service-detail-close h2 {
  max-width: 42rem;
  margin: 1rem 0 0;
  font-size: clamp(2rem,3.6vw,3.25rem);
  line-height: 1.05;
}
.service-detail-close p {
  max-width: 38rem;
  margin: 1rem 0 0;
  font-size: .86rem;
  line-height: 1.65;
}
.service-detail-close .service-closing-actions {
  justify-content: flex-start;
  margin-top: 1.55rem;
}
.service-detail-close a {
  padding: .8rem 1.15rem;
}
@media (max-width:620px) {
  .service-detail-close {
    padding: 2.75rem 1.25rem;
    background-image: linear-gradient(rgba(0,25,68,.88),rgba(0,25,68,.88)),var(--close-image);
  }
  .service-detail-close h2 {
    font-size: 2rem;
  }
  .service-detail-close .service-closing-actions {
    display: grid;
    gap: .65rem;
  }
  .service-detail-close a {
    justify-content: space-between;
  }
}
.service-detail-hero h1 {
  max-width: 46rem;
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.8rem,4.8vw,4.75rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.service-detail-hero p {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(.93rem,1.2vw,1.02rem);
}
.service-benefit h2 {
  font-size: clamp(2.35rem,4vw,3.65rem);
  letter-spacing: -.05em;
  line-height: 1.04;
}
.service-benefit-copy>p {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(.92rem,1.25vw,1.02rem);
}
.service-handles h2 {
  max-width: 38rem;
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.2rem,3.6vw,3.35rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.service-handles-grid h3 {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -.012em;
}
.service-enquiry-copy h2 {
  max-width: 34rem;
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.15rem,3.7vw,3.35rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.service-enquiry-form h3 {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.025em;
}
.service-detail-faq .services-faq-heading h2 {
  font-size: clamp(2.2rem,3.6vw,3.35rem);
  letter-spacing: -.05em;
  line-height: 1.05;
}
.service-detail-faq .services-faq-list summary strong {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: .96rem;
  letter-spacing: -.01em;
}
.service-related h2 {
  max-width: 42rem;
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(2.25rem,3.8vw,3.45rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.service-related-card h3 {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: 1.2rem;
  letter-spacing: -.025em;
}
.service-detail-close h2 {
  max-width: 48rem;
  margin-inline: auto;
  font-size: clamp(2.65rem,4.7vw,4.25rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}
.service-detail-close p {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
}
.focused-pathway-copy h3 {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: clamp(1.3rem,2vw,1.7rem);
  letter-spacing: -.035em;
}
.service-detail-hero {
  background: rgba(0,41,107,.045);
}
.service-detail-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: rgba(255,255,255,.72);
  clip-path: polygon(0 0,100% 0,78% 100%,0 100%);
}
.service-handles {
  background: rgba(0,41,107,.055);
}
.service-handles::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8rem;
  bottom: -10rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(0,41,107,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255,255,255,.2);
}
.service-handles-grid article {
  position: relative;
  border-color: rgba(0,41,107,.15);
  background: white;
  box-shadow: inset 0 3px 0 var(--color-navy);
}
.service-handles-grid article::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 1.15rem;
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  background: var(--color-gold);
}
.service-handles-grid article span {
  color: var(--color-gold);
}
.service-handles-grid article h3 {
  color: var(--color-navy-deep);
}
.service-handles-grid article:hover {
  border-color: var(--color-gold);
  background: white;
  box-shadow: inset 0 3px 0 var(--color-gold),0 18px 36px rgba(0,41,107,.08);
}
.service-detail-page .service-detail-photo {
  box-shadow: 0 22px 52px rgba(0,41,107,.18),0 0 22px rgba(253,197,0,.08);
}
.service-detail-page .service-benefit-heading {
  box-shadow: 0 20px 50px rgba(0,41,107,.11),0 0 22px rgba(253,197,0,.07);
}
.service-detail-page .service-benefit-copy {
  box-shadow: 0 24px 58px rgba(0,26,71,.24),0 0 26px rgba(253,197,0,.09);
}
.service-detail-page .service-benefit {
  padding-top: clamp(3rem,5vw,4.5rem);
  padding-bottom: clamp(3rem,5vw,4.5rem);
}
.service-detail-page .service-benefit-inner {
  max-width: 72rem;
  gap: clamp(1rem,2vw,1.75rem);
}
.service-detail-page .service-benefit-heading,.service-detail-page .service-benefit-copy {
  min-height: 19rem;
}
.service-detail-page .service-benefit-heading {
  padding: clamp(1.5rem,3vw,2.5rem);
}
.service-detail-page .service-benefit-copy {
  padding: clamp(1.5rem,3.5vw,2.75rem);
}
.service-detail-page .service-benefit h2 {
  max-width: 34rem;
  margin-top: 1.15rem;
  font-size: clamp(2.15rem,3.5vw,3.2rem);
  line-height: 1.03;
}
.service-detail-page .service-benefit-copy>p {
  max-width: 34rem;
  font-size: clamp(.86rem,1.08vw,.96rem);
  line-height: 1.72;
}
.service-detail-page .service-benefit-copy>span {
  font-size: 14rem;
}
.service-detail-page .service-benefit-copy>i {
  width: 3.75rem;
  bottom: 1.25rem;
}
@media (min-width:800px) {
  .service-detail-page .service-benefit-copy {
    transform: translateY(1.2rem);
  }
}
@media (max-width:799px) {
  .service-detail-page .service-benefit-heading,.service-detail-page .service-benefit-copy {
    min-height: 16rem;
  }
}
.service-detail-page .service-handles {
  padding-top: clamp(3.25rem,5vw,4.75rem);
  padding-bottom: clamp(3.25rem,5vw,4.75rem);
}
.service-detail-page .service-handles-grid {
  gap: .7rem;
  margin-top: 2.25rem;
}
.service-detail-page .service-handles-grid article {
  display: flex;
  min-height: 6.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.15rem;
  text-align: center;
}
.service-detail-page .service-handles-grid h3 {
  max-width: 22rem;
  margin-top: .75rem;
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
}
.service-detail-page .service-handles-grid span {
  position: absolute;
  left: 1rem;
  top: .9rem;
  font-size: .58rem;
}
.service-detail-page .service-handles-grid article::after {
  right: .85rem;
  top: .85rem;
  width: .3rem;
  height: .3rem;
}
.service-detail-page .service-handles-grid article:hover {
  transform: translateY(-3px);
}
@media (max-width:799px) {
  .service-detail-page .service-handles-grid article {
    min-height: 6rem;
  }
}
.consultation-page {
  background: var(--color-paper-alt);
}
.consultation-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(3rem,8vw,8rem);
  overflow: hidden;
  padding: clamp(3.5rem,7vw,6.5rem) max(1.5rem,calc((100vw - 78rem)/2));
  background: var(--color-navy-deep);
  color: white;
}
.consultation-hero>div:not(.consultation-hero-mark),.consultation-hero>aside {
  position: relative;
  z-index: 2;
}
.consultation-hero>div>span,.consultation-hero>aside>span,.consultation-booking header>span,.consultation-alternatives>div>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Sans",system-ui,sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .13em;
}
.consultation-hero h1 {
  max-width: 44rem;
  margin-top: 1.2rem;
  font-size: clamp(2.75rem,5vw,5rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: 1;
}
.consultation-hero>div>p {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--color-text-on-navy-muted);
  font-size: .95rem;
  line-height: 1.8;
}
.consultation-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 2rem;
}
.consultation-assurances span {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(255,255,255,.18);
  font-size: .7rem;
}
.consultation-assurances i {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .55rem;
  font-style: normal;
}
.consultation-hero>aside {
  align-self: center;
  padding: 1.6rem;
  border-top: 3px solid var(--color-gold-bright);
  background: white;
  color: var(--color-navy-deep);
  box-shadow: 0 20px 50px rgba(0,0,0,.16);
}
.consultation-hero aside h2 {
  margin-top: .85rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
}
.consultation-hero aside ul {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.consultation-hero aside li {
  position: relative;
  padding: .65rem 0 .65rem 1.2rem;
  border-bottom: 1px solid var(--color-rule);
  color: var(--color-text-muted);
  font-size: .76rem;
  line-height: 1.5;
}
.consultation-hero aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: .4rem;
  height: .4rem;
  background: var(--color-gold-bright);
  transform: rotate(45deg);
}
.consultation-hero aside a {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  color: var(--color-navy);
  font-size: .76rem;
  font-weight: 600;
}
.consultation-hero aside a i {
  color: var(--color-yellow-text);
  font-style: normal;
}
.consultation-hero-mark {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.consultation-hero-mark i {
  position: absolute;
  display: block;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  animation: consultationOrbit 28s linear infinite;
}
.consultation-hero-mark i:first-child {
  right: -8rem;
  top: -11rem;
  width: 28rem;
  height: 28rem;
}
.consultation-hero-mark i:nth-child(2) {
  right: -1rem;
  top: -4rem;
  width: 15rem;
  height: 15rem;
  border-color: rgba(253,197,0,.25);
  animation-direction: reverse;
}
.consultation-hero-mark b {
  position: absolute;
  left: -2rem;
  bottom: -7rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.06);
  font-size: 23rem;
  line-height: .8;
  transform: rotate(-8deg);
}
.consultation-booking {
  display: grid;
  gap: clamp(2.5rem,6vw,6rem);
  align-items: start;
  padding: clamp(4rem,7vw,7rem) max(1.5rem,calc((100vw - 78rem)/2));
  background: var(--color-paper-alt);
}
.consultation-booking header {
  padding-top: 1rem;
}
.consultation-booking h2 {
  max-width: 28rem;
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-size: clamp(2.3rem,4vw,3.8rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.03;
}
.consultation-booking header p {
  max-width: 29rem;
  margin-top: 1rem;
  color: var(--color-text-muted);
  font-size: .86rem;
  line-height: 1.75;
}
.consultation-calendly {
  overflow: hidden;
  border: 1px solid rgba(0,41,107,.18);
  border-top: 4px solid var(--color-gold-bright);
  background: white;
  box-shadow: 0 24px 60px rgba(0,31,78,.09);
}
.consultation-calendly-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--color-rule);
  background: var(--color-navy-deep);
  color: white;
}
.consultation-calendly-top span {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 600;
}
.consultation-calendly-top span i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  box-shadow: 0 0 0 .25rem rgba(253,197,0,.13);
}
.consultation-calendly-top small {
  color: var(--color-text-on-navy-muted);
  font-size: .6rem;
}
.consultation-calendly iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  background: white;
}
.consultation-alternatives {
  display: grid;
  gap: 2rem;
  padding: clamp(3.5rem,6vw,5.5rem) max(1.5rem,calc((100vw - 78rem)/2));
  background: white;
}
.consultation-alternatives h2 {
  margin-top: .8rem;
  color: var(--color-navy-deep);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 600;
  letter-spacing: -.045em;
}
.consultation-alternatives>div:last-child {
  display: grid;
  border-top: 1px solid var(--color-rule);
}
.consultation-alternatives a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .45rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.consultation-alternatives a small {
  grid-column: 1;
  color: var(--color-yellow-text);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.consultation-alternatives a strong {
  grid-column: 1;
  color: var(--color-navy-deep);
  font-size: .95rem;
}
.consultation-alternatives a i {
  grid-column: 2;
  grid-row: 1/3;
  color: var(--color-yellow-text);
  font-style: normal;
  transition: transform .25s ease;
}
.consultation-alternatives a:hover i {
  transform: translateX(.3rem);
}
@keyframes consultationOrbit {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width:850px) {
  .consultation-hero {
    grid-template-columns: 1.25fr .75fr;
  }
  .consultation-booking {
    grid-template-columns: .58fr 1.42fr;
  }
  .consultation-alternatives {
    grid-template-columns: .7fr 1.3fr;
  }
}
@media (max-width:849px) {
  .consultation-calendly iframe {
    height: 760px;
  }
}
@media (max-width:540px) {
  .consultation-hero h1 {
    font-size: 2.6rem;
  }
  .consultation-calendly-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .consultation-calendly iframe {
    height: 780px;
  }
  .consultation-assurances {
    display: grid;
  }
}
@media (prefers-reduced-motion:reduce) {
  .consultation-hero-mark i {
    animation: none;
  }
}
.inner-page main>.consultation-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper-alt);
}
.inner-page main>.consultation-page::before,.inner-page main>.consultation-page::after {
  display: none;
}
.consultation-hero {
  min-height: 0;
  gap: clamp(2rem,5vw,5rem);
  padding-top: clamp(1.75rem,3vw,2.75rem);
  padding-bottom: clamp(1.75rem,3vw,2.75rem);
}
.consultation-hero h1 {
  max-width: 38rem;
  margin-top: .7rem;
  font-size: clamp(2rem,3.35vw,3.25rem);
  line-height: 1.04;
}
.consultation-hero>div>p {
  max-width: 39rem;
  margin-top: .8rem;
  font-size: .82rem;
  line-height: 1.62;
}
.consultation-assurances {
  margin-top: 1rem;
}
.consultation-assurances span {
  padding: .45rem .65rem;
  font-size: .62rem;
}
.consultation-hero>aside {
  padding: 1.1rem 1.25rem;
}
.consultation-hero aside h2 {
  margin-top: .5rem;
  font-size: 1rem;
}
.consultation-hero aside ul {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: .65rem;
}
.consultation-hero aside li {
  padding: .4rem 0 .4rem 1rem;
  font-size: .67rem;
}
.consultation-hero aside li::before {
  top: .7rem;
  width: .32rem;
  height: .32rem;
}
.consultation-hero aside a {
  margin-top: .75rem;
  font-size: .68rem;
}
.consultation-booking {
  gap: clamp(1.5rem,3.5vw,3.5rem);
  padding-top: clamp(2rem,3.5vw,3rem);
  padding-bottom: clamp(3rem,5vw,4.5rem);
}
.consultation-booking header {
  padding-top: .35rem;
}
.consultation-booking h2 {
  margin-top: .55rem;
  font-size: clamp(1.8rem,3vw,2.75rem);
}
.consultation-booking header p {
  margin-top: .7rem;
  font-size: .78rem;
  line-height: 1.6;
}
.consultation-calendly iframe {
  height: 700px;
}
@media (min-width:850px) {
  .consultation-hero {
    grid-template-columns: 1.35fr .65fr;
  }
  .consultation-booking {
    grid-template-columns: .42fr 1.58fr;
  }
}
@media (max-width:849px) {
  .consultation-hero {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .consultation-calendly iframe {
    height: 750px;
  }
}
.consultation-booking {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.consultation-booking::before {
  content: "A";
  position: absolute;
  z-index: -2;
  left: -3rem;
  bottom: -5rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,41,107,.065);
  font-size: clamp(17rem,30vw,31rem);
  font-weight: 700;
  line-height: .75;
  transform: rotate(-8deg);
}
.consultation-booking::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -10rem;
  top: -12rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5rem rgba(0,41,107,.018);
  animation: bookingOrbit 18s ease-in-out infinite;
}
.consultation-booking header {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  background: rgba(255,255,255,.78);
  border-left: 3px solid var(--color-gold-bright);
  backdrop-filter: blur(4px);
}
.consultation-booking header::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: -1.2rem;
  height: 1px;
  background: linear-gradient(90deg,var(--color-gold-bright) 0 24%,rgba(0,41,107,.14) 24% 100%);
}
.consultation-calendly {
  position: relative;
  z-index: 2;
}
.consultation-calendly::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: -1px;
  top: -4px;
  width: 4.5rem;
  height: 4px;
  background: var(--color-navy);
}
.consultation-alternatives {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.consultation-alternatives::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(253,197,0,.25);
  border-radius: 50%;
}
.consultation-alternatives::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 4%;
  top: 0;
  width: 8rem;
  height: 100%;
  background: rgba(0,41,107,.025);
  clip-path: polygon(40% 0,62% 0,100% 100%,76% 100%);
}
@keyframes bookingOrbit {
  50% {
    transform: translate(-1.2rem,1rem) rotate(8deg);
  }
}
@media (max-width:849px) {
  .consultation-booking header {
    max-width: 38rem;
  }
  .consultation-booking::before {
    opacity: .65;
  }
  .consultation-booking::after {
    right: -18rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .consultation-booking::after {
    animation: none;
  }
}
.consultation-booking {
  background-color: var(--color-paper-alt);
  background-image: linear-gradient(115deg,transparent 0 12%,rgba(0,41,107,.045) 12% 12.15%,transparent 12.15% 100%),linear-gradient(155deg,transparent 0 72%,rgba(253,197,0,.12) 72% 72.18%,transparent 72.18% 100%),linear-gradient(90deg,transparent 0 84%,rgba(0,41,107,.045) 84% 84.12%,transparent 84.12% 100%);
  background-size: 100% 100%;
  animation: bookingTrackShift 12s ease-in-out infinite;
}
.consultation-booking header {
  overflow: hidden;
}
.consultation-booking header::before {
  content: "";
  position: absolute;
  right: -2.6rem;
  top: -2.8rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(0,41,107,.12);
  transform: rotate(45deg);
  animation: bookingDiamond 8s ease-in-out infinite;
}
.consultation-calendly {
  transition: transform .45s ease,box-shadow .45s ease;
}
.consultation-calendly:hover {
  transform: translateY(-.25rem);
  box-shadow: 0 32px 72px rgba(0,31,78,.14);
}
.consultation-calendly-top {
  position: relative;
  overflow: hidden;
}
.consultation-calendly-top::after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: 0;
  width: 14%;
  height: 2px;
  background: var(--color-gold-bright);
  box-shadow: 0 0 10px rgba(253,197,0,.5);
  animation: bookingScan 5s ease-in-out infinite;
}
.consultation-calendly-top span i {
  animation: bookingStatus 2.4s ease-in-out infinite;
}
.consultation-booking header>span {
  position: relative;
}
.consultation-booking header>span::after {
  content: "";
  position: absolute;
  left: calc(100% + .8rem);
  top: 50%;
  width: 3.5rem;
  height: 1px;
  background: var(--color-gold-bright);
  transform-origin: left;
  animation: bookingLine 3s ease-in-out infinite;
}
@keyframes bookingTrackShift {
  50% {
    background-position: 1.2rem 0,-1.4rem 0,.8rem 0;
  }
}
@keyframes bookingDiamond {
  50% {
    transform: translate(-.8rem,.8rem) rotate(135deg);
  }
}
@keyframes bookingScan {
  50% {
    left: 101%;
    width: 28%;
  }
  100% {
    left: 101%;
  }
}
@keyframes bookingStatus {
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 0 .45rem rgba(253,197,0,.08);
  }
}
@keyframes bookingLine {
  50% {
    transform: scaleX(1.75);
  }
}
@media (prefers-reduced-motion:reduce) {
  .consultation-booking,.consultation-booking header::before,.consultation-calendly-top::after,.consultation-calendly-top span i,.consultation-booking header>span::after {
    animation: none;
  }
  .consultation-calendly:hover {
    transform: none;
  }
}
.consultation-page .consultation-hero-mark i,
.consultation-page .consultation-booking,
.consultation-page .consultation-booking::after,
.consultation-page .consultation-booking header::before,
.consultation-page .consultation-calendly-top::after,
.consultation-page .consultation-calendly-top span i,
.consultation-page .consultation-booking header>span::after {
  animation: none !important;
}
.consultation-page .consultation-calendly-top::after {
  left: 0;
  width: 14%;
}
.consultation-page .consultation-booking header>span::after {
  transform: scaleX(1);
}
.consultation-page .consultation-calendly-top span i {
  box-shadow: 0 0 0 .25rem rgba(253,197,0,.13);
}
.consultation-page-body .site-header::before,
.consultation-page-body .site-header::after,
.consultation-page-body .floating-whatsapp,
.consultation-page-body .floating-whatsapp::before,
.consultation-page-body .floating-whatsapp::after {
  animation: none !important;
}
.consultation-page-body .site-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.service-detail-page .service-handles-grid article {
  box-shadow: inset 0 3px 0 var(--color-navy),0 8px 24px rgba(0,41,107,.055);
}
.service-detail-page .service-handles-grid article:hover {
  box-shadow: inset 0 3px 0 var(--color-gold),0 18px 40px rgba(0,41,107,.14),0 0 20px rgba(253,197,0,.12);
}
.service-detail-page .focused-pathway-card {
  box-shadow: 0 20px 46px rgba(0,41,107,.12),0 0 22px rgba(253,197,0,.075);
}
.service-detail-page .focused-pathway-card:hover {
  box-shadow: 0 24px 52px rgba(0,41,107,.18),0 0 26px rgba(253,197,0,.13);
}
.service-detail-page .service-enquiry-form {
  box-shadow: 0 24px 58px rgba(0,0,0,.2),0 0 22px rgba(253,197,0,.09);
}
.service-focused-pathways {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: rgba(253,197,0,.035);
  border-block: 1px solid rgba(253,197,0,.24);
}
.service-focused-pathways::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -5rem;
  top: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(253,197,0,.34);
  transform: rotate(45deg);
  box-shadow: 0 0 0 3rem rgba(253,197,0,.025);
}
.service-focused-pathways::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -4rem;
  bottom: -7rem;
  width: 13rem;
  height: 13rem;
  background: rgba(253,197,0,.075);
  transform: rotate(45deg);
}
.service-focused-pathways .advisory-pathways-inner {
  position: relative;
  z-index: 1;
}
.service-focused-pathways .eyebrow-rule {
  color: var(--color-navy);
}
.service-focused-pathways .advisory-pathways-inner>div:first-child h2 {
  position: relative;
  padding-bottom: 1.25rem;
}
.service-focused-pathways .advisory-pathways-inner>div:first-child h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7rem;
  height: 4px;
  background: var(--color-gold-bright);
}
.service-focused-pathways .focused-pathway-card {
  position: relative;
  border: 1px solid rgba(253,197,0,.55);
  box-shadow: 0 18px 40px rgba(0,41,107,.1),0 0 0 4px rgba(253,197,0,.035);
}
.service-focused-pathways .focused-pathway-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 5.5rem;
  height: 5px;
  background: var(--color-gold-bright);
  transition: width .35s ease;
}
.service-focused-pathways .focused-pathway-card:hover::before {
  width: 100%;
}
.service-focused-pathways .focused-pathway-photo::after {
  background: rgba(78,55,0,.16);
}
.service-focused-pathways .focused-pathway-card:hover .focused-pathway-photo::after {
  background: rgba(253,197,0,.055);
}
.service-focused-pathways .focused-pathway-photo>i {
  border-color: var(--color-gold-bright);
  box-shadow: 0 0 0 4px rgba(253,197,0,.15);
}
.service-focused-pathways .focused-pathway-copy small {
  color: var(--color-gold-bright);
  font-weight: 700;
}
.service-focused-pathways .focused-pathway-card:first-child .focused-pathway-copy small {
  color: var(--color-navy);
}
.service-focused-pathways .focused-pathway-copy b {
  border-color: var(--color-gold-bright);
}
.service-focused-pathways .focused-pathway-card:nth-child(2)>.focused-pathway-copy {
  box-shadow: inset 0 4px 0 var(--color-gold-bright);
}
.service-focused-pathways .focused-pathway-card:hover {
  border-color: var(--color-gold-bright);
  box-shadow: 0 22px 48px rgba(0,41,107,.15),0 0 22px rgba(253,197,0,.14);
}
.service-focused-pathways .focused-pathway-copy>p {
  display: none;
}
@media (min-width:760px) {
  .service-focused-pathways {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .service-focused-pathways .advisory-pathways-inner {
    max-width: 68rem;
  }
  .service-focused-pathways .advisory-pathways-inner>div:first-child h2 {
    max-width: 31rem;
    font-size: clamp(2rem,3vw,2.8rem);
  }
  .service-focused-pathways .advisory-pathway-grid {
    gap: 1rem;
    margin-top: 1.8rem;
  }
  .service-focused-pathways .focused-pathway-card {
    grid-template-columns: 40% 60%;
    grid-template-rows: 12rem;
  }
  .service-focused-pathways .focused-pathway-card>.focused-pathway-copy {
    padding: 1.1rem 1.2rem;
  }
  .service-focused-pathways .focused-pathway-photo>i {
    right: .75rem;
    top: .75rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: .6rem;
  }
  .service-focused-pathways .focused-pathway-copy small {
    font-size: .58rem;
    letter-spacing: .12em;
  }
  .service-focused-pathways .focused-pathway-copy h3 {
    margin-top: .45rem;
    font-size: clamp(1.05rem,1.55vw,1.35rem);
    line-height: 1.15;
  }
  .service-focused-pathways .focused-pathway-copy p {
    margin-top: .45rem;
    font-size: .7rem;
    line-height: 1.45;
  }
  .service-focused-pathways .focused-pathway-copy b {
    padding-top: .6rem;
    font-size: .68rem;
  }
}
@media (max-width:759px) {
  .service-focused-pathways {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .service-focused-pathways .focused-pathway-card {
    grid-template-rows: 8.5rem 1fr;
  }
  .service-focused-pathways .focused-pathway-card>.focused-pathway-copy {
    padding: 1.1rem;
  }
}
.service-enquiry {
  background: var(--color-navy-deep);
  color: white;
  border-bottom: 0;
}
.service-enquiry::before {
  border-color: rgba(255,255,255,.12);
}
.service-enquiry-copy .eyebrow-rule {
  color: var(--color-gold-bright);
}
.service-enquiry-copy h2 {
  color: white;
}
.service-enquiry-copy>p {
  color: var(--color-text-on-navy-muted);
}
.service-enquiry-copy>div {
  color: white;
}
.service-enquiry-form {
  border-top-color: var(--color-gold-bright);
  box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.service-detail-faq {
  background: var(--color-paper);
}
.service-related {
  position: relative;
  overflow: hidden;
  background: rgba(253,197,0,.06);
}
.service-related::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: -9rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(253,197,0,.16);
  transform: rotate(45deg);
}
.service-related-inner {
  position: relative;
  z-index: 1;
}
.service-related-card {
  background: white;
}
.service-related-card:nth-child(even) {
  background: rgba(0,41,107,.055);
}
.service-related-card:first-child {
  border-top: 3px solid var(--color-navy);
}
.service-related-card:last-child {
  border-top: 3px solid var(--color-gold);
}
.service-detail-close {
  background: var(--color-navy-deep);
  color: white;
}
.service-detail-close::before {
  content: "A";
  position: absolute;
  left: -2rem;
  bottom: -7rem;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.07);
  font-family: "Libre Franklin",system-ui,sans-serif;
  font-size: 22rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-8deg);
}
.service-detail-close .eyebrow-rule {
  color: var(--color-gold-bright);
}
.service-detail-close h2 {
  color: white;
}
.service-detail-close p {
  color: var(--color-text-on-navy-muted);
}
.service-detail-close a:first-child {
  background: var(--color-gold);
  color: var(--color-navy-deep);
}
.service-detail-close .service-closing-actions a:nth-child(2) {
  border-color: rgba(255,255,255,.55);
  color: white;
}
.service-related-card {
  display: grid;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  grid-template-rows: 11.5rem 1fr;
  clip-path: polygon(0 0,calc(100% - .9rem) 0,100% .9rem,100% 100%,0 100%);
}
.service-related-card>.service-related-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-self: stretch;
  color: inherit;
}
.service-related-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,26,71,.2);
  transition: background-color .3s ease;
}
.service-related-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.service-related-photo>i {
  position: absolute;
  z-index: 1;
  right: .9rem;
  top: .9rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,26,71,.75);
  color: white;
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  font-style: normal;
}
.service-related-card:hover .service-related-photo img {
  transform: scale(1.06);
}
.service-related-card:hover .service-related-photo::after {
  background: rgba(0,26,71,.08);
}
.service-related-card>.service-related-copy {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-self: stretch;
  padding: 1.4rem;
  color: inherit;
}
.service-related-copy h3 {
  margin-top: 0;
}
.service-related-copy p {
  min-height: 3.8rem;
}
.service-related-copy h3 {
  margin-bottom: 1.4rem;
}
.service-related-copy b {
  margin-top: auto;
}
.service-related-card:first-child,.service-related-card:last-child {
  border-top-width: 1px;
}
.service-detail-close::before {
  content: none !important;
  display: none !important;
}
.service-detail-close-inner {
  text-align: center;
}
.service-detail-close .eyebrow-rule {
  margin-inline: auto;
}
.service-detail-close h2,.service-detail-close p {
  margin-left: auto;
  margin-right: auto;
}
.service-detail-close .service-closing-actions {
  justify-content: center;
}
.service-detail-page .service-benefit-copy {
  min-height: 15rem !important;
  align-self: center;
  padding: 2rem clamp(1.75rem,3.5vw,2.75rem) !important;
}
.service-detail-page .service-benefit-copy>i {
  bottom: 1rem;
}
@media (max-width:799px) {
  .service-detail-page .service-benefit-copy {
    min-height: 13rem !important;
    padding: 1.65rem 1.5rem 2rem !important;
  }
}
.service-detail-page .service-related {
  padding: clamp(2.75rem,4.5vw,4rem) 1.5rem;
}
.service-detail-page .service-related h2 {
  max-width: 36rem;
  margin-top: .85rem;
  font-size: clamp(1.85rem,3vw,2.75rem);
  line-height: 1.08;
}
.service-detail-page .service-related-grid {
  margin-top: 2rem;
}
@media (max-width:620px) {
  .service-detail-page .service-related {
    padding: 2.5rem 1.25rem;
  }
  .service-detail-page .service-related h2 {
    font-size: 1.8rem;
  }
  .service-detail-page .service-related-grid {
    margin-top: 1.5rem;
  }
}
.about-reference-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(18rem,.72fr) !important;
  max-width: 80rem;
  margin: clamp(3rem,6vw,5rem) auto;
  padding: clamp(2rem,4vw,3.25rem) !important;
  gap: clamp(2rem,5vw,4rem);
  align-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--color-navy-deep) !important;
  color: white;
  box-shadow: 0 24px 55px rgba(0,31,78,.15);
}
.about-reference-cta::after {
  right: -6rem;
  bottom: -8rem;
  border-color: rgba(255,255,255,.12);
}
.about-reference-cta>div {
  position: relative;
  z-index: 1;
}
.about-reference-cta>div>span {
  color: var(--color-gold-bright);
}
.about-reference-cta>div>span::before {
  background: var(--color-gold-bright);
}
.about-reference-cta h2 {
  max-width: 37rem;
  margin-top: .8rem;
  color: white;
  font-size: clamp(2rem,3.3vw,3rem);
  line-height: 1.08;
}
.about-reference-cta>div:last-child>p {
  color: var(--color-text-on-navy-muted);
  font-size: .9rem;
  line-height: 1.65;
}
.about-reference-cta>div:last-child>div {
  margin-top: 1.35rem;
}
.about-reference-cta a {
  padding: .8rem 1.05rem;
}
.about-reference-cta a:last-child {
  border-color: rgba(255,255,255,.55);
  background: transparent;
  color: white;
}
@media (max-width:849px) {
  .about-reference-cta {
    grid-template-columns: 1fr !important;
    width: calc(100% - 2.5rem);
    margin: 2.5rem auto;
    padding: 2rem !important;
  }
  .about-reference-cta h2 {
    font-size: 2rem;
  }
}
.phone-field {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0,41,107,.16);
  border-radius: .65rem;
  background: white;
  transition: border-color .25s ease,box-shadow .25s ease;
}
.phone-country {
  width: 7.4rem !important;
  min-width: 7.4rem;
  border: 0 !important;
  border-right: 1px solid rgba(0,41,107,.12) !important;
  border-radius: 0 !important;
  padding: .55rem 1.8rem .55rem .55rem !important;
  background-color: #f3f6fa !important;
  background-image: linear-gradient(45deg,transparent 50%,var(--color-navy) 50%),linear-gradient(135deg,var(--color-navy) 50%,transparent 50%) !important;
  background-position: calc(100% - 13px) 50%,calc(100% - 8px) 50% !important;
  background-size: 5px 5px,5px 5px !important;
  background-repeat: no-repeat !important;
  appearance: none;
  -webkit-appearance: none;
  color: var(--color-navy-deep) !important;
  font-size: .76rem !important;
  font-weight: 600;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.phone-field>input {
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.phone-field:focus-within {
  border-color: var(--color-navy);
  box-shadow: 0 0 0 2px rgba(253,197,0,.22);
}
.contact-form .phone-field,.service-enquiry-form .phone-field {
  min-height: 2.8rem;
}
.consultation-callback .phone-field {
  min-height: 2.45rem;
  border-radius: .55rem;
  background: #f7f9fc;
}
.consultation-callback .phone-country {
  width: 6.9rem !important;
  min-width: 6.9rem;
  font-size: .7rem !important;
}
.phone-field {
  position: relative;
  overflow: visible;
}
.phone-country-picker {
  position: relative;
  display: flex;
  min-width: 6.6rem;
  align-self: stretch;
  z-index: 2;
}
.phone-country-picker>.phone-country {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}
.phone-country-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-right: 1px solid rgba(0,41,107,.14);
  padding: .55rem .7rem;
  background: #f7f9fc;
  color: var(--color-navy-deep);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .2s ease,color .2s ease;
}
.phone-country-flag {
  display: block;
  width: 1.25rem;
  height: .94rem;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0,41,107,.08);
}
.phone-country-code {
  font-family: "IBM Plex Sans",system-ui,sans-serif;
}
.phone-country-trigger:hover,.phone-country-trigger:focus-visible {
  background: #eef3f9;
  color: var(--color-navy);
  outline: 0;
}
.phone-country-trigger::after {
  width: .4rem;
  height: .4rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}
.phone-country-picker.is-open {
  z-index: 60;
}
.phone-country-picker.is-open .phone-country-trigger::after {
  transform: translateY(2px) rotate(225deg);
}
.phone-country-menu {
  position: absolute;
  top: calc(100% + .35rem);
  left: 0;
  z-index: 70;
  width: 9.25rem;
  max-height: 13.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(0,41,107,.14);
  border-radius: .65rem;
  padding: .35rem;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,31,78,.15);
}
.phone-country-menu[hidden] {
  display: none;
}
.phone-country-option {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .55rem;
  border: 0;
  border-radius: .4rem;
  padding: .5rem .65rem;
  background: transparent;
  color: var(--color-navy-deep);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s ease,color .15s ease;
}
.phone-country-option:hover,.phone-country-option:focus-visible {
  background: #f2f5f9;
  color: var(--color-navy);
  outline: 0;
}
.phone-country-option.is-selected {
  background: var(--color-navy);
  color: #fff;
}
.phone-field.is-open,.phone-field:focus-within {
  z-index: 20;
}
.consultation-callback .phone-country-picker {
  min-width: 6.4rem;
}
.phone-country-picker .phone-country-trigger,
.contact-form .phone-country-picker .phone-country-trigger,
.service-enquiry-form .phone-country-picker .phone-country-trigger {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  border-right: 1px solid rgba(0,41,107,.12);
  border-radius: 0;
  padding: .55rem .65rem;
  background: #f3f6fa;
  color: var(--color-navy-deep);
  box-shadow: none;
  font-family: inherit;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
}
.phone-country-picker .phone-country-trigger:hover,
.phone-country-picker .phone-country-trigger:focus-visible {
  background: #eef2f7;
  color: var(--color-navy-deep);
  box-shadow: none;
  transform: none;
}
.phone-country-picker .phone-country-trigger::before {
  display: none !important;
  content: none !important;
}
.phone-country-picker .phone-country-trigger::after {
  position: static;
  width: .4rem;
  height: .4rem;
  margin: 0;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}
.phone-country-picker.is-open .phone-country-trigger::after {
  transform: translateY(2px) rotate(225deg);
}
.phone-country-picker .phone-country-menu {
  border: 1px solid rgba(0,41,107,.16);
  border-radius: .55rem;
  padding: .3rem;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,31,78,.16);
}
.phone-country-picker .phone-country-option,
.contact-form .phone-country-picker .phone-country-option,
.service-enquiry-form .phone-country-picker .phone-country-option {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: .55rem;
  margin: 0;
  border: 0;
  border-radius: .3rem;
  padding: .48rem .62rem;
  background: #fff;
  color: var(--color-navy-deep);
  box-shadow: none;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  transform: none;
}
.phone-country-picker .phone-country-option::before,
.phone-country-picker .phone-country-option::after {
  display: none !important;
  content: none !important;
}
.phone-country-picker .phone-country-option:hover,
.phone-country-picker .phone-country-option:focus-visible {
  background: #f2f5f9;
  color: var(--color-navy-deep);
  box-shadow: none;
  outline: 0;
  transform: none;
}
.phone-country-picker .phone-country-option.is-selected {
  background: #e9edf3;
  color: var(--color-navy-deep);
}
.phone-field:focus-within {
  border-color: rgba(0,41,107,.38);
  box-shadow: 0 0 0 2px rgba(0,41,107,.08);
}
.phone-country-picker .phone-country-trigger,
.phone-country-picker .phone-country-trigger:hover,
.phone-country-picker .phone-country-trigger:focus-visible,
.phone-country-picker .phone-country-option,
.phone-country-picker .phone-country-option:hover,
.phone-country-picker .phone-country-option:focus-visible,
.phone-country-picker .phone-country-option.is-selected {
  background-image: none !important;
  background-size: 0 0 !important;
  border-color: rgba(0,41,107,.12) !important;
}
.phone-country-picker .phone-country-option:hover,
.phone-country-picker .phone-country-option:focus-visible {
  background-color: #f3f5f8 !important;
  color: var(--color-navy-deep) !important;
}
.phone-country-picker .phone-country-option.is-selected {
  background-color: #e9edf3 !important;
  color: var(--color-navy-deep) !important;
}
.about-reference-page .about-reference-cta {
  margin-top: 0;
  margin-bottom: 0;
}
body:has(.about-reference-page)>.site-footer {
  margin-top: 0;
}
@media (max-width:849px) {
  .about-reference-page .about-reference-cta {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.iti {
  display: block;
  width: 100%;
  color: var(--color-navy-deep);
  font-family: var(--font-sans);
}
.iti input.iti__tel-input {
  width: 100%;
  margin: 0 !important;
}
.iti__country-container {
  z-index: 12;
}
.iti__selected-country {
  border: 0 !important;
  background: rgba(0,41,107,.035) !important;
  box-shadow: none !important;
  color: var(--color-navy-deep) !important;
  transform: none !important;
}
.iti__selected-country:hover,.iti__selected-country:focus-visible {
  background: rgba(0,41,107,.07) !important;
  outline: 0 !important;
  transform: none !important;
}
.iti__dropdown-content {
  z-index: 120;
  border: 1px solid rgba(0,41,107,.16) !important;
  border-radius: .6rem !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(0,31,78,.17) !important;
}
.iti__country-list {
  max-height: 14rem;
}
.iti__country {
  font-size: .78rem;
  color: var(--color-navy-deep);
}
.iti__country.iti__highlight {
  background: #eef2f7;
}
.iti__dial-code {
  color: var(--color-text-muted);
}
.consultation-callback .iti input.iti__tel-input {
  min-height: 2.45rem;
  background: #f7f9fc;
}
.contact-form .iti input.iti__tel-input,.service-enquiry-form .iti input.iti__tel-input {
  min-height: 2.8rem;
}
.contact-form .iti__country-container {
  top: 0;
  bottom: 0;
  height: 100%;
}
.contact-form button.iti__selected-country {
  display: flex;
  width: auto;
  min-width: 7.25rem;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: .42rem;
  margin: 0;
  padding: 0 .72rem;
  border-radius: .65rem 0 0 .65rem;
  background: rgba(0,41,107,.035) !important;
  font-size: .78rem;
  line-height: 1;
}
.contact-form .iti__selected-country-primary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .42rem;
}
.contact-form .iti__selected-dial-code {
  margin: 0;
  font-weight: 650;
  line-height: 1;
}
.contact-form .iti__arrow {
  margin: 0 0 0 .08rem;
}
.contact-form .iti__search-input {
  min-height: 2.55rem;
  border: 0;
  border-radius: 0;
  background: #fff !important;
  padding-top: .55rem;
  padding-bottom: .55rem;
  box-shadow: none !important;
}
.contact-form button.iti__search-clear {
  position: absolute;
  right: .35rem;
  display: flex;
  width: auto;
  min-width: 0;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .35rem;
  border: 0;
  border-radius: .25rem;
  background: transparent !important;
  color: var(--color-text-muted);
  box-shadow: none;
  transform: none;
}
.contact-form button.iti__search-clear:hover,.contact-form button.iti__search-clear:focus-visible {
  background: #eef2f7 !important;
  color: var(--color-navy-deep);
  outline: 0;
  transform: none;
}
.contact-form .iti__search-clear-svg {
  width: 15px;
  height: 15px;
}
.resources-coming-soon {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 32rem;
  overflow: hidden;
  grid-template-columns: minmax(0,1fr) minmax(20rem,.75fr);
  align-items: center;
  gap: 4rem;
  border-top: 3px solid var(--color-gold-bright);
  padding: clamp(2.25rem,5vw,4.75rem);
  background: var(--color-paper-alt);
  box-shadow: 0 22px 55px rgba(0,31,78,.07);
}
.resources-coming-soon::before {
  position: absolute;
  z-index: -1;
  inset: auto auto -11rem -9rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(0,41,107,.025),0 0 0 8rem rgba(253,197,0,.025);
  content: "";
}
.resources-coming-copy {
  position: relative;
  z-index: 2;
  max-width: 43rem;
}
.resources-coming-status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.4rem;
  color: var(--color-navy);
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.resources-coming-status i {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  box-shadow: 0 0 0 .3rem rgba(253,197,0,.14);
  animation: resources-status 2.2s ease-in-out infinite;
}
.resources-coming-copy h1 {
  max-width: 42rem;
  margin-top: 1.15rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.35rem,5vw,4.65rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .98;
}
.resources-coming-copy>p {
  max-width: 38rem;
  margin-top: 1.45rem;
  color: var(--color-text-muted);
  font-size: .94rem;
  line-height: 1.75;
}
.resources-coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}
.resources-coming-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 13.5rem;
  border: 1px solid var(--color-navy);
  padding: .85rem 1rem;
  color: var(--color-navy);
  font-size: .76rem;
  font-weight: 650;
  transition: background-color .2s ease,color .2s ease,transform .2s ease;
}
.resources-coming-actions a:first-child {
  background: var(--color-navy);
  color: white;
}
.resources-coming-actions a:hover {
  transform: translateY(-2px);
  background: var(--color-gold-bright);
  color: var(--color-navy-deep);
}
.resources-coming-visual {
  position: relative;
  height: 25rem;
  perspective: 900px;
}
.resources-sheet {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,41,107,.16);
  background: white;
  box-shadow: 0 18px 42px rgba(0,31,78,.1);
  clip-path: polygon(0 0,92% 0,100% 8%,100% 100%,8% 100%,0 92%);
}
.resources-sheet-back,.resources-sheet-middle {
  width: 13rem;
  height: 17rem;
  padding: 1.2rem;
  color: var(--color-navy);
  font-family: "IBM Plex Mono",monospace;
  font-size: .62rem;
  letter-spacing: .12em;
}
.resources-sheet-back {
  top: 2.5rem;
  right: 1rem;
  transform: rotate(8deg);
  animation: resources-sheet-back 8s ease-in-out infinite;
}
.resources-sheet-middle {
  top: 5.5rem;
  left: 0;
  transform: rotate(-8deg);
  animation: resources-sheet-middle 7s ease-in-out infinite;
}
.resources-sheet-back b,.resources-sheet-middle b {
  margin-top: auto;
  border-top: 2px solid var(--color-gold-bright);
  padding-top: .7rem;
}
.resources-sheet-front {
  top: 1.25rem;
  left: 50%;
  width: 15rem;
  height: 20.5rem;
  transform: translateX(-50%);
  padding: 1.55rem;
  background: var(--color-navy-deep);
  color: white;
  box-shadow: 0 25px 55px rgba(0,31,78,.22);
}
.resources-sheet-front small {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .58rem;
  letter-spacing: .13em;
}
.resources-sheet-front strong {
  margin-top: auto;
  font-family: var(--font-heading);
  font-size: 2.55rem;
  letter-spacing: -.05em;
  line-height: .92;
}
.resources-sheet-front i {
  width: 3rem;
  margin-top: 1.1rem;
  border-top: 3px solid var(--color-gold-bright);
}
.resources-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0,41,107,.1);
  border-radius: 50%;
  animation: resources-orbit 12s linear infinite;
}
@keyframes resources-status {
  50% {
    opacity: .45;
    transform: scale(.72);
  }
}
@keyframes resources-sheet-back {
  50% {
    transform: translate(5px,-8px) rotate(10deg);
  }
}
@keyframes resources-sheet-middle {
  50% {
    transform: translate(-6px,7px) rotate(-10deg);
  }
}
@keyframes resources-orbit {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width:800px) {
  .resources-coming-soon {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
  .resources-coming-copy h1 {
    font-size: clamp(2.25rem,11vw,3.4rem);
  }
  .resources-coming-visual {
    height: 19rem;
    transform: scale(.82);
    transform-origin: center top;
  }
  .resources-coming-actions a {
    flex: 1 1 13rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .resources-coming-status i,.resources-sheet-back,.resources-sheet-middle,.resources-orbit {
    animation: none;
  }
}
.resources-library {
  background: var(--color-paper);
}
.resources-library-hero {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(18rem,.75fr);
  gap: clamp(2rem,7vw,7rem);
  align-items: end;
  padding: clamp(4rem,8vw,7.5rem) max(1.5rem,calc((100vw - 72rem)/2));
  border-bottom: 1px solid var(--color-rule);
  background: var(--color-paper-alt);
}
.resources-library-hero>div {
  max-width: 48rem;
}
.resources-library-hero h1 {
  margin-top: 1.1rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.75rem,6vw,5.2rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .97;
}
.resources-library-hero p {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.resources-library-hero aside {
  border-left: 2px solid var(--color-gold-bright);
  padding: 1.25rem 0 1.25rem 1.75rem;
}
.resources-library-hero aside span,.resources-directory header>span,.resources-guidance span,.resource-download-content>span,.resource-download-card>span,.resource-related>span {
  display: block;
  color: var(--color-gold);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.resources-library-hero aside strong {
  display: block;
  margin-top: 1rem;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.4;
}
.resources-directory {
  padding: clamp(4rem,7vw,7rem) max(1.5rem,calc((100vw - 72rem)/2));
}
.resources-directory>header {
  display: grid;
  grid-template-columns: .55fr 1.25fr 1fr;
  gap: 2rem;
  align-items: end;
  border-bottom: 1px solid var(--color-rule);
  padding-bottom: 1.5rem;
}
.resources-directory h2,.resources-guidance h2,.resource-download-content h2,.resource-download-card h2,.resource-related h2 {
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem,4vw,3rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.05;
}
.resources-directory header p {
  color: var(--color-text-muted);
  font-size: .86rem;
  line-height: 1.7;
}
.resources-grid {
  margin-top: 2.5rem;
}
.resource-card {
  display: grid;
  grid-template-columns: minmax(15rem,.62fr) minmax(0,1.38fr);
  max-width: 62rem;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
}
.resource-card-cover {
  position: relative;
  display: block;
  min-height: 27rem;
  overflow: hidden;
  background: var(--color-paper-alt);
}
.resource-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.resource-card:hover .resource-card-cover img {
  transform: scale(1.025);
}
.resource-card-cover span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-navy);
  padding: .55rem .7rem;
  color: white;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .13em;
}
.resource-card>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem,5vw,4rem);
}
.resource-card>div>span {
  color: var(--color-gold);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .15em;
}
.resource-card h3 {
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem,3vw,2.65rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.08;
}
.resource-card p {
  margin-top: 1.25rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.75;
}
.resource-card ul {
  display: grid;
  gap: .7rem;
  margin-top: 1.3rem;
  color: var(--color-navy);
  font-size: .8rem;
}
.resource-card li::before {
  display: inline-block;
  width: 1.2rem;
  color: var(--color-gold);
  content: '—';
}
.resource-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 12rem;
  margin-top: 2rem;
  border-bottom: 1px solid var(--color-navy);
  padding-bottom: .65rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 700;
}
.resources-guidance {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 2.5rem;
  align-items: center;
  padding: clamp(3rem,6vw,5.5rem) max(1.5rem,calc((100vw - 72rem)/2));
  background: var(--color-navy);
  color: white;
}
.resources-guidance h2 {
  margin-top: .85rem;
  color: white;
}
.resources-guidance>p {
  color: var(--color-text-on-navy-muted);
  font-size: .88rem;
  line-height: 1.75;
}
.resources-guidance>div:last-child {
  display: grid;
  gap: .75rem;
}
.resources-guidance a {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  min-width: 12rem;
  border: 1px solid rgba(255,255,255,.35);
  padding: .8rem 1rem;
  font-size: .75rem;
  font-weight: 650;
}
.resources-guidance a:last-child {
  border-color: var(--color-gold-bright);
  background: var(--color-gold-bright);
  color: var(--color-navy-deep);
}
.resource-detail {
  background: var(--color-paper);
}
.resource-detail-hero {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(18rem,.55fr);
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
  padding: clamp(3.5rem,7vw,7rem) max(1.5rem,calc((100vw - 72rem)/2));
  background: var(--color-paper-alt);
}
.resource-back {
  display: inline-flex;
  margin-bottom: 2.4rem;
  color: var(--color-navy);
  font-size: .75rem;
  font-weight: 650;
}
.resource-detail-copy h1 {
  max-width: 46rem;
  margin-top: 1.1rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.7rem,5.8vw,5.25rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .96;
}
.resource-detail-copy h1>span {
  display: block;
}
.resource-detail-intro {
  max-width: 43rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.resource-detail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin-top: 2rem;
}
.resource-detail-points span {
  color: var(--color-navy);
  font-size: .72rem;
  font-weight: 650;
}
.resource-detail-points i {
  margin-right: .45rem;
  color: var(--color-gold);
  font-style: normal;
}
.resource-detail-cover {
  position: relative;
  max-width: 22rem;
  justify-self: end;
  border: 1px solid var(--color-rule);
  background: white;
  padding: .75rem;
  box-shadow: 0 24px 55px rgba(0,31,78,.12);
}
.resource-detail-cover img {
  width: 100%;
  height: auto;
}
.resource-detail-cover figcaption {
  padding: .8rem .3rem .15rem;
  color: var(--color-text-muted);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
}
.resource-download-section {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(20rem,.7fr);
  gap: clamp(3rem,8vw,8rem);
  align-items: start;
  padding: clamp(4rem,7vw,7rem) max(1.5rem,calc((100vw - 72rem)/2));
}
.resource-download-content {
  max-width: 43rem;
}
.resource-download-content h2 {
  margin-top: 1rem;
}
.resource-download-content>p {
  margin-top: 1.4rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.8;
}
.resource-download-content ul {
  display: grid;
  gap: 0;
  margin-top: 1.6rem;
  border-top: 1px solid var(--color-rule);
}
.resource-download-content li {
  border-bottom: 1px solid var(--color-rule);
  padding: 1rem 0;
  color: var(--color-navy);
  font-size: .82rem;
}
.resource-download-content li::before {
  margin-right: .8rem;
  color: var(--color-gold);
  content: '✓';
}
.resource-download-content .resource-note {
  border-left: 2px solid var(--color-gold-bright);
  padding-left: 1rem;
  font-size: .78rem;
}
.resource-download-card {
  position: sticky;
  top: 7rem;
  border-top: 3px solid var(--color-gold-bright);
  background: var(--color-navy);
  padding: clamp(1.75rem,4vw,2.5rem);
  color: white;
}
.resource-download-card h2 {
  margin-top: .8rem;
  color: white;
  font-size: 2.25rem;
}
.resource-download-card>p {
  margin-top: .85rem;
  color: var(--color-text-on-navy-muted);
  font-size: .8rem;
  line-height: 1.65;
}
.resource-download-card form {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}
.resource-download-card label span {
  display: block;
  margin-bottom: .4rem;
  color: white;
  font-size: .68rem;
  font-weight: 650;
}
.resource-download-card input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.3);
  background: white;
  padding: .85rem .9rem;
  color: var(--color-navy-deep);
  font-size: .82rem;
}
.resource-download-card button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-gold-bright);
  padding: .9rem 1rem;
  color: var(--color-navy-deep);
  font-size: .8rem;
  font-weight: 700;
}
.resource-download-card button:disabled {
  cursor: wait;
  opacity: .7;
}
.resource-download-card [data-form-message] {
  color: white;
  font-size: .75rem;
  line-height: 1.5;
}
.resource-download-card small {
  color: var(--color-text-on-navy-muted);
  font-size: .63rem;
  line-height: 1.55;
}
.resource-download-card small a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.resource-related {
  padding: 0 max(1.5rem,calc((100vw - 72rem)/2)) clamp(5rem,8vw,8rem);
}
.resource-related h2 {
  margin-top: .8rem;
}
.resource-related>div {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin-top: 2rem;
  background: var(--color-rule);
  border: 1px solid var(--color-rule);
}
.resource-related a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .7rem 1.5rem;
  background: var(--color-paper);
  padding: 1.6rem;
  color: var(--color-navy);
}
.resource-related strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
}
.resource-related small {
  color: var(--color-text-muted);
  font-size: .72rem;
  line-height: 1.55;
}
.resource-related i {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  color: var(--color-gold);
  font-style: normal;
}
@media (max-width:850px) {
  .resources-library-hero,.resource-detail-hero,.resource-download-section {
    grid-template-columns: 1fr;
  }
  .resources-library-hero aside {
    max-width: 26rem;
  }
  .resources-directory>header {
    grid-template-columns: 1fr;
    gap: .7rem;
  }
  .resource-card {
    grid-template-columns: 1fr;
  }
  .resource-card-cover {
    min-height: 0;
    max-height: 33rem;
  }
  .resources-guidance {
    grid-template-columns: 1fr;
  }
  .resources-guidance>div:last-child {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .resource-detail-cover {
    max-width: 19rem;
    justify-self: start;
  }
  .resource-download-card {
    position: static;
  }
  .resource-related>div {
    grid-template-columns: 1fr;
  }
}
@media (max-width:520px) {
  .resources-library-hero,.resources-directory,.resources-guidance,.resource-detail-hero,.resource-download-section,.resource-related {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .resources-guidance>div:last-child {
    grid-template-columns: 1fr;
  }
  .resource-detail-points {
    display: grid;
  }
  .resource-related>div {
    display: block;
  }
  .resource-related a+a {
    border-top: 1px solid var(--color-rule);
  }
}
.inner-page main>.resources-library,.inner-page main>.resource-detail {
  overflow: visible;
  padding: 0;
}
.inner-page main>.resources-library::before,.inner-page main>.resources-library::after,.inner-page main>.resource-detail::before,.inner-page main>.resource-detail::after {
  display: none;
}
.resources-library-hero {
  min-height: 28rem;
  padding-top: clamp(3rem,5vw,4.75rem);
  padding-bottom: clamp(3rem,5vw,4.75rem);
}
.resource-detail-hero {
  min-height: 34rem;
  grid-template-columns: minmax(0,1fr) minmax(25rem,.72fr);
  padding-top: clamp(2.75rem,4.5vw,4.5rem);
  padding-bottom: clamp(2.75rem,4.5vw,4.5rem);
}
.resource-detail-copy h1 {
  font-size: clamp(2.65rem,4.65vw,4.45rem);
  line-height: .98;
}
.resource-back {
  margin-bottom: 1.5rem;
}
.resource-detail-cover {
  width: 100%;
  max-width: 29rem;
  padding: .6rem;
  box-shadow: 0 28px 65px rgba(0,31,78,.16);
}
.resource-detail-cover figcaption {
  padding: .7rem .3rem .1rem;
}
.resource-download-card {
  padding: 1.8rem;
  border: 1px solid rgba(0,41,107,.16);
  border-top: 3px solid var(--color-gold-bright);
  background: var(--color-navy-deep);
  box-shadow: 0 24px 55px rgba(0,31,78,.15);
}
.inner-page main .resource-download-card form {
  position: relative;
  gap: 1.05rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--color-paper);
  box-shadow: none;
}
.resource-download-card label {
  display: block;
}
.resource-download-card label span {
  margin-bottom: .5rem;
  color: var(--color-navy-deep);
  font-size: .66rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.resource-download-card input {
  min-height: 3.15rem;
  border: 1px solid var(--color-rule);
  background: var(--color-paper-alt);
  padding: .9rem 1rem;
  color: var(--color-navy-deep);
  font-size: .86rem;
  transition: border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}
.resource-download-card input::placeholder {
  color: var(--color-text-muted);
  opacity: .75;
}
.resource-download-card input:focus {
  border-color: var(--color-navy);
  outline: 0;
  background: white;
  box-shadow: 0 0 0 3px rgba(0,41,107,.09);
}
.resource-download-card button {
  min-height: 3.25rem;
  padding: .95rem 1.05rem;
}
.resource-download-card [data-form-message] {
  margin: 0;
  color: var(--color-navy);
  font-size: .74rem;
  font-weight: 600;
}
.resource-download-card small {
  color: var(--color-text-muted);
  font-size: .65rem;
}
.resource-download-card small a {
  color: var(--color-navy);
  font-weight: 650;
}
@media (max-width:850px) {
  .resources-library-hero {
    min-height: 0;
  }
  .resource-detail-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .resource-detail-cover {
    max-width: 26rem;
    justify-self: center;
  }
}
@media (max-width:520px) {
  .resource-detail-cover {
    max-width: 100%;
  }
  .resource-download-card {
    padding: 1.25rem;
  }
  .inner-page main .resource-download-card form {
    padding: 1rem;
  }
}
.resources-library-hero {
  grid-template-columns: minmax(0,1.08fr) minmax(25rem,.92fr);
  align-items: center;
  overflow: hidden;
}
.resources-hero-visual {
  position: relative;
  min-height: 24rem;
  border: 0;
  padding: 0;
}
.resources-library-hero .resources-hero-visual {
  border-left: 0;
  padding: 0;
}
.resources-hero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(0,41,107,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(0,41,107,.025),0 0 0 6rem rgba(253,197,0,.025);
  transform: translate(-50%,-50%);
}
.resources-hero-sheet {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,41,107,.18);
  background: var(--color-paper);
  box-shadow: 0 22px 48px rgba(0,31,78,.12);
}
.resources-hero-sheet-back {
  top: 2.4rem;
  right: 2rem;
  width: 13.5rem;
  height: 17rem;
  padding: 1.2rem;
  transform: rotate(8deg);
}
.resources-hero-sheet-back span {
  color: var(--color-navy);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.resources-hero-sheet-back i {
  display: block;
  height: .35rem;
  margin-top: 1.45rem;
  background: var(--color-rule);
}
.resources-hero-sheet-back i:nth-child(2) {
  width: 78%;
}
.resources-hero-sheet-back i:nth-child(3) {
  width: 58%;
}
.resources-hero-sheet-back i:nth-child(4) {
  width: 68%;
}
.resources-hero-sheet-front {
  top: 3.5rem;
  left: 2.25rem;
  width: 15rem;
  height: 18.5rem;
  border-top: 4px solid var(--color-gold-bright);
  padding: 1.5rem;
  transform: rotate(-5deg);
}
.resources-library-hero .resources-hero-sheet-front>span {
  color: var(--color-gold);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.resources-library-hero .resources-hero-sheet-front>strong {
  margin-top: 1.3rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: 1.7rem;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.resources-hero-sheet-front>div {
  display: grid;
  gap: .75rem;
  margin-top: auto;
}
.resources-hero-sheet-front>div i {
  display: block;
  height: 1.7rem;
  border: 1px solid var(--color-rule);
  background: linear-gradient(90deg,var(--color-gold-bright) 0 4px,transparent 4px);
}
.resources-hero-visual>b {
  position: absolute;
  right: -.5rem;
  bottom: -3rem;
  color: transparent;
  font-family: var(--font-heading);
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0,41,107,.1);
  transform: rotate(-8deg);
}
.resources-hero-visual>p {
  position: absolute;
  right: .25rem;
  bottom: 1rem;
  width: 14rem;
  border-left: 2px solid var(--color-gold-bright);
  background: rgba(248,249,251,.94);
  padding: .8rem 1rem;
}
.resources-library-hero .resources-hero-visual>p span {
  display: block;
  color: var(--color-gold);
  font-size: .53rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.resources-library-hero .resources-hero-visual>p strong {
  display: block;
  margin-top: .35rem;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: .85rem;
  line-height: 1.35;
}
.resource-card-action {
  display: flex;
  width: 100%;
  min-height: 4.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  border: 1px solid var(--color-navy);
  background: var(--color-navy);
  padding: 1rem 1.2rem;
  color: white;
  transition: background-color .25s ease,color .25s ease,transform .25s ease;
}
.resource-card-action>span {
  display: block;
}
.resource-card-action strong {
  display: block;
  font-size: .82rem;
  line-height: 1.3;
}
.resource-card-action small {
  display: block;
  margin-top: .28rem;
  color: var(--color-text-on-navy-muted);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .03em;
}
.resource-card-action i {
  color: var(--color-gold-bright);
  font-size: 1.2rem;
  font-style: normal;
  transition: transform .25s ease;
}
.resource-card-action:hover {
  background: var(--color-gold-bright);
  color: var(--color-navy-deep);
  transform: translateY(-2px);
}
.resource-card-action:hover small {
  color: var(--color-navy);
}
.resource-card-action:hover i {
  color: var(--color-navy-deep);
  transform: translateX(4px);
}
@media (max-width:950px) {
  .resources-library-hero {
    grid-template-columns: 1fr;
  }
  .resources-hero-visual {
    width: min(100%,32rem);
    min-height: 23rem;
  }
  .resources-hero-sheet-front {
    left: 1.5rem;
  }
}
@media (max-width:520px) {
  .resources-hero-visual {
    min-height: 20rem;
    transform: scale(.88);
    transform-origin: left top;
  }
  .resources-hero-sheet-back {
    right: 0;
  }
  .resources-hero-sheet-front {
    left: 0;
  }
  .resources-hero-visual>p {
    right: 0;
  }
  .resource-card-action {
    min-height: 4.25rem;
  }
}
.resources-directory {
  padding-top: clamp(2.25rem,4vw,3.75rem);
  padding-bottom: clamp(3.5rem,6vw,5.5rem);
}
.resources-directory>header {
  grid-template-columns: minmax(0,1.25fr) minmax(18rem,.75fr);
  align-items: end;
  gap: clamp(2rem,6vw,6rem);
}
.resources-directory>header>div>p {
  max-width: 38rem;
  margin-top: .75rem;
  color: var(--color-text-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.resources-directory .resources-directory-note {
  border-left: 2px solid var(--color-gold-bright);
  padding: .35rem 0 .35rem 1.1rem;
  color: var(--color-text-muted);
  font-size: .76rem;
  line-height: 1.65;
}
@media (max-width:720px) {
  .resources-directory>header {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .resources-directory .resources-directory-note {
    max-width: 35rem;
  }
}
.resource-card {
  width: 100%;
  max-width: 72rem;
  grid-template-columns: minmax(25rem,.92fr) minmax(0,1.08fr);
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,31,78,.09);
}
.resource-card-cover {
  isolation: isolate;
  min-height: 35rem;
  padding: 1rem;
  background: var(--color-navy-deep);
}
.resource-card-cover::before {
  position: absolute;
  z-index: 2;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  content: "";
  pointer-events: none;
}
.resource-card-cover::after {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-right: 3px solid var(--color-gold-bright);
  border-bottom: 3px solid var(--color-gold-bright);
  content: "";
  pointer-events: none;
}
.resource-card-cover img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  background: var(--color-navy-deep);
  transform: none;
}
.resource-card:hover .resource-card-cover img {
  transform: scale(1.018);
}
.resource-card-cover>span {
  z-index: 4;
  top: 2rem;
  left: 2rem;
  border-left: 3px solid var(--color-gold-bright);
  box-shadow: 0 8px 22px rgba(0,20,58,.22);
}
.resource-card>div {
  padding: clamp(2.5rem,5vw,4.75rem);
}
@media (max-width:900px) {
  .resource-card {
    grid-template-columns: minmax(20rem,.85fr) minmax(0,1.15fr);
  }
  .resource-card-cover {
    min-height: 31rem;
  }
}
@media (max-width:720px) {
  .resource-card {
    grid-template-columns: 1fr;
  }
  .resource-card-cover {
    min-height: 0;
    aspect-ratio: 1.12/1;
  }
  .resource-card>div {
    padding: 2rem;
  }
  .resource-card-cover img {
    object-position: center;
  }
}
@media (max-width:480px) {
  .resource-card-cover {
    aspect-ratio: 1/1;
  }
  .resource-card-cover::before {
    inset: .65rem;
  }
  .resource-card-cover::after {
    right: .65rem;
    bottom: .65rem;
  }
  .resource-card-cover>span {
    top: 1.4rem;
    left: 1.4rem;
  }
}
.inner-page main>.blog-article-page {
  overflow: visible;
  padding: 0;
  background: var(--color-paper);
}
.inner-page main>.blog-article-page::before,.inner-page main>.blog-article-page::after {
  display: none;
}
.blog-index {
  position: relative;
  isolation: isolate;
  padding: .5rem 0 2rem;
}
.blog-index-heading {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}
.blog-index h1 {
  margin-top: .9rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.35rem,4.5vw,3.8rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
}
.blog-index-intro {
  max-width: 39rem;
  margin-top: 1rem;
  color: var(--color-text-muted);
  font-size: .9rem;
  line-height: 1.7;
}
.blog-index-graphics {
  position: absolute;
  z-index: -1;
  inset: -4rem -10vw auto 45%;
  height: 19rem;
  overflow: hidden;
  pointer-events: none;
}
.blog-index-graphics i,.blog-index-graphics b {
  position: absolute;
  display: block;
}
.blog-index-graphics i:first-child {
  right: 4%;
  top: -5rem;
  width: 17rem;
  height: 17rem;
  border: 1px solid rgba(0,41,107,.11);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(0,41,107,.025);
  animation: blog-orbit 11s ease-in-out infinite;
}
.blog-index-graphics i:nth-child(2) {
  right: 18%;
  top: 1rem;
  width: 4.5rem;
  height: 13rem;
  background: rgba(253,197,0,.12);
  clip-path: polygon(35% 0,66% 0,100% 100%,70% 100%);
  transform: rotate(-28deg);
  animation: blog-angle 8s ease-in-out infinite;
}
.blog-index-graphics b {
  right: 8%;
  top: 4.5rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  animation: blog-dot 3s ease-in-out infinite;
}
.blog-index-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 2.35rem;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.blog-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--color-rule);
  background: var(--color-paper);
  box-shadow: 0 12px 30px rgba(0,31,78,.045);
  transition: border-color .35s ease,box-shadow .35s ease,transform .4s cubic-bezier(.2,.8,.2,1);
}
.blog-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 3.25rem;
  height: 3px;
  background: var(--color-gold-bright);
  content: "";
  transition: width .4s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,41,107,.3);
  box-shadow: 0 20px 42px rgba(0,31,78,.1);
}
.blog-card:hover::before {
  width: 7rem;
}
.blog-card-image {
  position: relative;
  height: 10.5rem;
  min-height: 0;
  overflow: hidden;
  background: var(--color-navy-deep);
}
.blog-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,41,107,.05),rgba(0,26,71,.26));
  content: "";
  transition: opacity .35s ease;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.blog-card:hover .blog-card-image::after {
  opacity: .65;
}
.blog-card:hover img {
  transform: scale(1.06);
}
.blog-card>div {
  display: flex;
  min-height: 15.25rem;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.35rem;
}
.blog-card>div>span {
  color: var(--color-yellow-text);
  font-family: "IBM Plex Mono",monospace;
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-card h2 {
  margin-top: .7rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.08rem,1.6vw,1.35rem);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.22;
}
.blog-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: .7rem;
  color: var(--color-text-muted);
  font-size: .76rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--color-navy);
  font-size: .72rem;
  font-weight: 600;
}
.blog-card-link i {
  color: var(--color-gold-bright);
  font-style: normal;
  transition: transform .25s ease;
}
.blog-card:hover .blog-card-link i {
  transform: translateX(5px);
}
@keyframes blog-orbit {
  50% {
    transform: translate(-10px,8px) rotate(6deg);
  }
}
@keyframes blog-angle {
  50% {
    transform: translateY(10px) rotate(-24deg);
  }
}
@keyframes blog-dot {
  50% {
    opacity: .35;
    transform: translateY(10px);
  }
}
.blog-article-hero {
  border-bottom: 1px solid var(--color-rule);
  background: var(--color-paper-alt);
}
.blog-article-hero-inner {
  display: grid;
  max-width: 80rem;
  margin: auto;
  grid-template-columns: minmax(0,1.15fr) minmax(20rem,.85fr);
}
.blog-article-hero-inner>div {
  padding: clamp(3rem,7vw,6.5rem) clamp(1.5rem,5vw,5rem);
}
.blog-back {
  display: inline-block;
  margin-bottom: 2.5rem;
  color: var(--color-text-muted);
  font-size: .78rem;
  font-weight: 600;
}
.blog-article-hero h1 {
  max-width: 48rem;
  margin-top: 1.2rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem,5vw,4.7rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.02;
}
.blog-article-hero h1+p {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.75;
}
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  margin-top: 2rem;
  color: var(--color-text-muted);
  font-family: "IBM Plex Mono",monospace;
  font-size: .67rem;
  text-transform: uppercase;
}
.blog-article-hero figure {
  min-height: 35rem;
}
.blog-article-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-article-shell {
  display: grid;
  max-width: 76rem;
  margin: auto;
  padding: clamp(3rem,7vw,6rem) 1.5rem;
  grid-template-columns: 14rem minmax(0,46rem);
  gap: clamp(2rem,6vw,6rem);
}
.blog-article-aside {
  position: sticky;
  top: 7rem;
  display: flex;
  height: max-content;
  flex-direction: column;
  border-top: 2px solid var(--color-gold);
  padding-top: 1rem;
  gap: .8rem;
}
.blog-article-aside>span {
  margin-bottom: .35rem;
  color: var(--color-gold);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.blog-article-aside a {
  color: var(--color-text-muted);
  font-size: .76rem;
  line-height: 1.4;
}
.blog-prose {
  min-width: 0;
  color: var(--color-text);
}
.blog-prose h2 {
  margin: 3.5rem 0 1.15rem;
  padding-top: .5rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem,3vw,2.5rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.1;
}
.blog-prose h2:first-child {
  margin-top: 0;
}
.blog-prose h3 {
  margin: 2.2rem 0 .85rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 650;
}
.blog-prose p {
  margin: .95rem 0;
  color: var(--color-text-muted);
  font-size: .97rem;
  line-height: 1.85;
}
.blog-prose a {
  color: var(--color-navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(253,197,0,.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.blog-prose a[target="_blank"]::after {
  margin-left: .2em;
  color: var(--color-gold);
  content: "↗";
  font-size: .75em;
}
.blog-prose ul,.blog-prose ol {
  margin: 1.1rem 0;
  padding-left: 1.4rem;
  color: var(--color-text-muted);
}
.blog-prose li {
  margin: .55rem 0;
  padding-left: .35rem;
  line-height: 1.7;
}
.blog-prose ul {
  list-style: disc;
}
.blog-prose ol {
  list-style: decimal;
}
.blog-prose blockquote {
  margin: 2.5rem 0;
  border-left: 3px solid var(--color-gold);
  padding: 1.25rem 1.5rem;
  background: var(--color-paper-alt);
  color: var(--color-navy-deep);
  font-size: .94rem;
  line-height: 1.75;
}
.blog-check {
  display: inline-block;
  width: 1.25rem;
  color: var(--color-gold);
  font-weight: 700;
}
.blog-prose #official-references+ul {
  font-size: .86rem;
}
.blog-prose #official-references+ul li {
  margin: .8rem 0;
}
@media (max-width:900px) {
  .blog-index-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .blog-index-graphics {
    left: 38%;
  }
}
@media (max-width:620px) {
  .blog-index-grid {
    grid-template-columns: 1fr;
  }
  .blog-card-image {
    height: 11.5rem;
  }
  .blog-card>div {
    min-height: 13.5rem;
  }
  .blog-index-graphics {
    left: 22%;
    opacity: .7;
  }
}
@media (max-width:800px) {
  .blog-article-hero-inner {
    grid-template-columns: 1fr;
  }
  .blog-article-hero figure {
    min-height: 18rem;
    max-height: 25rem;
  }
  .blog-article-shell {
    grid-template-columns: 1fr;
  }
  .blog-article-aside {
    position: static;
    display: none;
  }
  .blog-prose h2 {
    margin-top: 2.8rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .blog-index-graphics i,.blog-index-graphics b {
    animation: none;
  }
  .blog-card,.blog-card-image img {
    transition: none;
  }
}
.blog-article-hero-inner {
  max-width: 76rem;
  grid-template-columns: minmax(0,1.2fr) minmax(18rem,.8fr);
}
.blog-article-hero-inner>div {
  padding: clamp(2rem,4.5vw,3.6rem) clamp(1.5rem,4vw,3.75rem);
}
.blog-back {
  margin-bottom: 1.5rem;
  font-size: .72rem;
}
.blog-article-hero h1 {
  max-width: 45rem;
  margin-top: .9rem;
  font-size: clamp(2rem,3.7vw,3.45rem);
  letter-spacing: -.055em;
  line-height: 1.04;
}
.blog-article-hero h1+p {
  max-width: 40rem;
  margin-top: 1.1rem;
  font-size: .88rem;
  line-height: 1.65;
}
.blog-article-meta {
  margin-top: 1.35rem;
  font-size: .61rem;
}
.blog-article-hero figure {
  min-height: 24rem;
  max-height: 29rem;
  overflow: hidden;
}
.blog-article-hero figure img {
  transition: transform 8s ease;
}
.blog-article-hero:hover figure img {
  transform: scale(1.035);
}
.blog-article-shell {
  max-width: 88rem;
  padding: clamp(3rem,6vw,5.5rem) 1.5rem;
  grid-template-columns: 11.5rem minmax(0,45rem) 13.5rem;
  gap: clamp(1.5rem,3.5vw,3.5rem);
  align-items: start;
}
.blog-article-aside {
  gap: .35rem;
  border-top-color: var(--color-gold-bright);
}
.blog-article-aside>span {
  margin-bottom: .45rem;
  color: var(--color-yellow-text);
  font-size: .62rem;
}
.blog-article-aside a {
  position: relative;
  padding: .55rem .7rem .55rem .85rem;
  font-size: .7rem;
  line-height: 1.35;
  transition: background-color .3s ease,color .3s ease,transform .3s ease;
}
.blog-article-aside a::before {
  position: absolute;
  left: 0;
  top: .45rem;
  bottom: .45rem;
  width: 2px;
  background: var(--color-gold-bright);
  content: "";
  opacity: 0;
  transform: scaleY(.2);
  transition: opacity .3s ease,transform .35s ease;
}
.blog-article-aside a.is-active {
  background: rgba(253,197,0,.12);
  color: var(--color-navy-deep);
  font-weight: 600;
  transform: translateX(4px);
}
.blog-article-aside a.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}
.blog-related {
  position: sticky;
  top: 7rem;
  height: max-content;
  border-top: 2px solid var(--color-navy);
  padding-top: 1rem;
}
.blog-related>span {
  display: block;
  margin-bottom: .9rem;
  color: var(--color-navy);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.blog-related>a {
  position: relative;
  display: block;
  margin-top: .7rem;
  padding: 1rem;
  border: 1px solid var(--color-rule);
  background: var(--color-paper-alt);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.blog-related>a:hover {
  transform: translateY(-4px);
  border-color: rgba(0,41,107,.3);
  box-shadow: 0 12px 28px rgba(0,31,78,.08);
}
.blog-related small {
  display: block;
  color: var(--color-yellow-text);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blog-related strong {
  display: block;
  margin-top: .45rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: .78rem;
  line-height: 1.35;
}
.blog-related i {
  display: block;
  margin-top: .75rem;
  color: var(--color-gold-bright);
  font-style: normal;
  transition: transform .25s ease;
}
.blog-related>a:hover i {
  transform: translateX(5px);
}
@media (max-width:1100px) {
  .blog-article-shell {
    grid-template-columns: 10.5rem minmax(0,1fr);
  }
  .blog-related {
    position: static;
    display: grid;
    grid-column: 2;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .75rem;
  }
  .blog-related>span {
    grid-column: 1/-1;
  }
  .blog-related>a {
    margin-top: 0;
  }
}
@media (max-width:800px) {
  .blog-article-hero figure {
    min-height: 15rem;
    max-height: 20rem;
  }
  .blog-article-shell {
    grid-template-columns: 1fr;
  }
  .blog-related {
    grid-column: 1;
  }
}
@media (max-width:520px) {
  .blog-related {
    grid-template-columns: 1fr;
  }
}
.about-team {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem,7vw,6.5rem) max(1.5rem,calc((100vw - 76rem)/2));
  background: var(--color-navy-deep);
  color: white;
}
.about-team::before {
  position: absolute;
  z-index: -1;
  top: -8rem;
  right: -6rem;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255,255,255,.025);
  content: "";
  animation: teamOrbit 12s ease-in-out infinite alternate;
}
.about-team::after {
  position: absolute;
  z-index: -1;
  bottom: -8rem;
  left: 12%;
  width: 7rem;
  height: 20rem;
  background: rgba(253,197,0,.1);
  clip-path: polygon(37% 0,63% 0,100% 100%,72% 100%);
  content: "";
  transform: rotate(58deg);
}
.about-team-heading {
  display: grid;
  max-width: 70rem;
  grid-template-columns: .42fr 1.58fr;
  gap: 2rem;
  align-items: end;
}
.about-team-heading>span {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--color-gold-bright);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.about-team-heading>span::before {
  width: 2rem;
  height: 2px;
  background: currentColor;
  content: "";
}
.about-team-heading h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem,4vw,3.6rem);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: 1;
}
.about-team-heading p {
  max-width: 36rem;
  margin-top: .8rem;
  color: var(--color-text-on-navy-muted);
  font-size: .84rem;
  line-height: 1.7;
}
.about-team-stage {
  display: grid;
  max-width: 62rem;
  margin: clamp(2.2rem,4vw,3.5rem) auto 0;
  grid-template-columns: minmax(15rem,23rem) minmax(0,1fr);
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.035);
}
.about-team-visual {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  background: #fff;
}
.about-team-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .65s ease,transform 1s cubic-bezier(.2,.8,.2,1);
}
.about-team-photo.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.about-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about-team-frame {
  position: absolute;
  z-index: 2;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.45);
  clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,12% 100%,0 88%);
  pointer-events: none;
}
.about-team-details {
  position: relative;
  display: flex;
  min-height: 29rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem,5vw,4.5rem);
}
.about-team-member {
  position: absolute;
  right: clamp(2rem,5vw,4.5rem);
  bottom: 7rem;
  left: clamp(2rem,5vw,4.5rem);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1);
}
.about-team-member.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.about-team-member>span {
  color: var(--color-gold-bright);
  font-family: "IBM Plex Mono",monospace;
  font-size: .65rem;
  letter-spacing: .12em;
}
.about-team-member h3 {
  max-width: 32rem;
  margin-top: 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem,4vw,3.3rem);
  font-weight: 620;
  letter-spacing: -.05em;
  line-height: 1;
}
.about-team-member p {
  max-width: 31rem;
  margin-top: 1rem;
  color: var(--color-text-on-navy-muted);
  font-size: .88rem;
  line-height: 1.6;
}
.about-team-controls {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 1.1rem;
}
.about-team-controls>div {
  display: flex;
  gap: .55rem;
}
.about-team-controls button {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  color: white;
  transition: border-color .25s ease,background-color .25s ease,color .25s ease;
}
.about-team-controls>div button {
  width: 1.7rem;
  height: .3rem;
  border: 0;
  background: rgba(255,255,255,.22);
  font-size: 0;
}
.about-team-controls button:hover,.about-team-controls button:focus-visible {
  border-color: var(--color-gold-bright);
  color: var(--color-gold-bright);
}
.about-team-controls>div button.is-active {
  background: var(--color-gold-bright);
}
@keyframes teamOrbit {
  to {
    transform: translate(-1.25rem,1.25rem) scale(1.05);
  }
}
@media (max-width:760px) {
  .about-team-heading {
    grid-template-columns: 1fr;
  }
  .about-team-stage {
    grid-template-columns: 1fr;
  }
  .about-team-visual {
    min-height: 25rem;
  }
  .about-team-details {
    min-height: 19rem;
  }
  .about-team-member {
    bottom: 6.5rem;
  }
  .about-team::after {
    opacity: .55;
  }
}
@media (max-width:480px) {
  .about-team-visual {
    min-height: 22rem;
  }
  .about-team-details {
    min-height: 20rem;
    padding: 1.5rem;
  }
  .about-team-member {
    right: 1.5rem;
    bottom: 6rem;
    left: 1.5rem;
  }
  .about-team-member h3 {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  .about-team::before {
    animation: none;
  }
  .about-team-photo,.about-team-member {
    transition: none;
  }
}
.about-team {
  padding-top: clamp(2.75rem,5vw,4.25rem);
  padding-bottom: clamp(2.75rem,5vw,4.25rem);
}
.about-team-heading {
  display: block;
  max-width: 62rem;
  margin-inline: auto;
  text-align: center;
}
.about-team-heading h2 {
  font-size: clamp(1.8rem,3vw,2.7rem);
}
.about-team-heading p {
  max-width: 36rem;
  margin: .55rem auto 0;
  font-size: .78rem;
}
.about-team-stage {
  max-width: 46rem;
  margin-top: 1.75rem;
  grid-template-columns: 15rem minmax(0,1fr);
}
.about-team-visual {
  min-height: 0;
  aspect-ratio: 5/8;
}
.about-team-details {
  min-height: 24rem;
  padding: clamp(1.5rem,3vw,2.5rem);
}
.about-team-member {
  top: 50%;
  right: clamp(1.5rem,3vw,2.5rem);
  bottom: auto;
  left: clamp(1.5rem,3vw,2.5rem);
  text-align: center;
  transform: translateY(calc(-50% + 1rem));
}
.about-team-member.is-active {
  transform: translateY(-50%);
}
.about-team-member h3 {
  margin-top: 0;
  font-size: clamp(1.65rem,3vw,2.35rem);
}
.about-team-member p {
  margin: .7rem auto 0;
  font-size: .78rem;
}
.about-team-controls {
  padding-top: .8rem;
}
.about-team-photo:nth-child(2) img {
  object-fit: cover;
  object-position: center 45%;
}
.about-team-photo:nth-child(3) img {
  object-position: center center;
}
.about-team-photo--mustaqeem img {
  object-fit: cover;
  object-position: center top;
  transform: none;
}
.about-team-photo {
  transform: translateX(5%) scale(1.015);
}
.about-team-photo.is-active {
  transform: translateX(0) scale(1);
}
@media (max-width:760px) {
  .about-team-stage {
    max-width: 15rem;
    grid-template-columns: 1fr;
  }
  .about-team-visual {
    min-height: 0;
    aspect-ratio: 5/8;
  }
  .about-team-details {
    min-height: 13rem;
  }
  .about-team-member {
    top: 45%;
    bottom: auto;
  }
}
@media (max-width:480px) {
  .about-team-visual {
    min-height: 0;
  }
  .about-team-details {
    min-height: 14rem;
  }
  .about-team-member {
    right: 1.25rem;
    bottom: auto;
    left: 1.25rem;
  }
}
.about-team-grid {
  display: grid;
  max-width: 74rem;
  margin: 2rem auto 0;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 1.25rem;
}
.about-team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  transition: transform .3s ease,border-color .3s ease,background-color .3s ease;
}
.about-team-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 3px;
  background: var(--color-gold-bright);
  content: "";
  transition: width .3s ease;
}
.about-team-card:hover::before {
  width: 5.5rem;
}
.about-team-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-gold-bright);
  background: rgba(255,255,255,.1);
}
.about-team-card figure {
  height: 15rem;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}
.about-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .6s ease;
}
.about-team-card:hover img {
  transform: scale(1.04);
}
.about-team-card--ayan-hasan img {
  object-position: center top;
}
.about-team-card--muhammad-mustaqeem img {
  object-position: center 6%;
}
.about-team-card--ahmed-khan img {
  object-position: center 18%;
}
.about-team-card--muhammad-rizwan img {
  object-position: center top;
}
.about-team-card--muhammad-ahsan-anjum img {
  object-position: center top;
  transform: scale(1.18);
}
.about-team-card--muhammad-ahsan-anjum:hover img {
  transform: scale(1.22);
}
.about-team-card>div {
  padding: 1rem .9rem 1.15rem;
}
.about-team-card h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.2;
}
.about-team-card p {
  margin-top: .45rem;
  color: var(--color-text-on-navy-muted);
  font-size: .7rem;
  line-height: 1.45;
}
@media (max-width:1050px) {
  .about-team-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:650px) {
  .about-team-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .7rem;
  }
  .about-team-card figure {
    height: 13rem;
  }
}
@media (max-width:420px) {
  .about-team-grid {
    grid-template-columns: 1fr;
  }
  .about-team-card figure {
    height: 18rem;
  }
}
.inner-page main>.resources-pause-page {
  overflow: hidden;
  padding: 0;
  background: var(--color-paper-alt);
}
.inner-page main>.resources-pause-page::before,.inner-page main>.resources-pause-page::after {
  display: none;
}
.resources-pause-page>section {
  display: grid;
  max-width: 76rem;
  min-height: 38rem;
  margin: auto;
  padding: clamp(3.5rem,7vw,6.5rem) 1.5rem;
  grid-template-columns: minmax(0,1.05fr) minmax(22rem,.95fr);
  align-items: center;
  gap: clamp(3rem,8vw,7rem);
}
.resources-pause-copy {
  position: relative;
  z-index: 2;
  max-width: 41rem;
}
.resources-pause-copy .resource-back {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--color-navy);
  font-size: .72rem;
  font-weight: 650;
}
.resources-pause-status {
  display: flex;
  align-items: center;
  gap: .55rem;
  width: max-content;
  margin-top: 1.5rem;
  color: var(--color-navy);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.resources-pause-status i {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--color-gold-bright);
  box-shadow: 0 0 0 .3rem rgba(253,197,0,.13);
}
.resources-pause-copy h1 {
  max-width: 39rem;
  margin-top: 1rem;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.5rem,5vw,4.7rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.01;
}
.resources-pause-page--tax h1 {
  font-size: clamp(2.35rem,4.5vw,4.2rem);
}
.resources-pause-copy>p {
  max-width: 37rem;
  margin-top: 1.25rem;
  color: var(--color-text-muted);
  font-size: .92rem;
  line-height: 1.75;
}
.inner-page main .resources-pause-form {
  display: grid;
  max-width: 36rem;
  margin-top: 2rem;
  padding: 0;
  grid-template-columns: minmax(0,1fr) auto;
  background: transparent;
  gap: 0;
}
.resources-pause-form label {
  min-width: 0;
}
.resources-pause-form label span {
  display: block;
  margin-bottom: .55rem;
  color: var(--color-navy-deep);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.resources-pause-form input[type=email] {
  width: 100%;
  height: 3.65rem;
  border: 1px solid var(--color-rule);
  border-right: 0;
  background: white;
  padding: 0 1.1rem;
  color: var(--color-navy-deep);
  font-size: .82rem;
}
.resources-pause-form input[type=email]:focus {
  position: relative;
  z-index: 1;
  border-color: var(--color-navy);
  outline: 2px solid rgba(0,41,107,.08);
}
.resources-pause-form button {
  align-self: end;
  height: 3.65rem;
  padding: 0 1.4rem;
  background: var(--color-navy);
  color: white;
  font-size: .75rem;
  font-weight: 700;
}
.resources-pause-form button span {
  margin-left: .75rem;
  color: var(--color-gold-bright);
}
.resources-pause-form [data-form-message],.resources-pause-form small {
  grid-column: 1/-1;
}
.resources-pause-form [data-form-message] {
  margin-top: .8rem;
  color: var(--color-navy);
  font-size: .72rem;
}
.resources-pause-form small {
  margin-top: .75rem;
  color: var(--color-text-muted);
  font-size: .62rem;
  line-height: 1.55;
}
.resources-pause-form small a {
  color: var(--color-navy);
  font-weight: 650;
}
.resources-pause-visual {
  position: relative;
  min-height: 31rem;
}
.resources-pause-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(0,41,107,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(0,41,107,.025),0 0 0 6rem rgba(253,197,0,.025);
  transform: translate(-50%,-50%);
}
.resources-pause-sheet {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 14.5rem;
  height: 19rem;
  border: 1px solid rgba(0,41,107,.16);
  background: white;
  padding: 1.5rem;
  box-shadow: 0 25px 55px rgba(0,31,78,.12);
}
.resources-pause-sheet-back {
  top: 4rem;
  right: 0;
  transform: rotate(10deg);
}
.resources-pause-sheet-mid {
  top: 3rem;
  left: 1rem;
  transform: rotate(-9deg);
}
.resources-pause-sheet-back i,.resources-pause-sheet-mid i {
  color: var(--color-gold);
  font-size: .57rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
}
.resources-pause-sheet-back b,.resources-pause-sheet-mid b {
  margin-top: auto;
  color: var(--color-navy);
  font-size: .7rem;
  letter-spacing: .12em;
}
.resources-pause-sheet-front {
  z-index: 2;
  top: 4.7rem;
  left: 50%;
  border-top: 4px solid var(--color-gold-bright);
  transform: translateX(-50%);
}
.resources-pause-sheet-front small {
  color: var(--color-yellow-text);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .13em;
}
.resources-pause-sheet-front strong {
  margin: 1.25rem 0 auto;
  color: var(--color-navy-deep);
  font-family: var(--font-heading);
  font-size: 1.65rem;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.resources-pause-sheet-front i {
  display: block;
  width: 100%;
  height: .36rem;
  margin-top: .65rem;
  background: var(--color-rule);
}
.resources-pause-sheet-front i:nth-of-type(2) {
  width: 75%;
}
.resources-pause-sheet-front i:nth-of-type(3) {
  width: 52%;
}
.resources-pause-visual>b {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  color: transparent;
  font-family: var(--font-heading);
  font-size: 13rem;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0,41,107,.1);
}
@media (max-width:850px) {
  .resources-pause-page>section {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .resources-pause-visual {
    width: min(100%,34rem);
    min-height: 27rem;
    margin: auto;
  }
  .resources-pause-copy h1 {
    max-width: 43rem;
  }
}
@media (max-width:520px) {
  .resources-pause-page>section {
    padding-top: 3rem;
    gap: 2rem;
  }
  .inner-page main .resources-pause-form {
    grid-template-columns: 1fr;
  }
  .resources-pause-form input[type=email] {
    border-right: 1px solid var(--color-rule);
  }
  .resources-pause-form button {
    margin-top: .65rem;
  }
  .resources-pause-visual {
    min-height: 23rem;
    transform: scale(.82);
    transform-origin: top center;
  }
  .resources-pause-sheet-mid {
    left: 0;
  }
  .resources-pause-sheet-back {
    right: 0;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse: 0;
      --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-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-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
