/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #ed1c24;
    --color-primary-500: #ed1c24;
    --color-secondary-200: #dededb;
    --color-secondary-500: #777b7f;
    --color-secondary-600: #5e646a;
    --color-secondary-700: #3e444a;
    --color-neutral: #111417;
  }
}
@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, ui-sans-serif, system-ui, 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 {
    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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .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-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .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-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  :root {
    --red: #ed1c24;
    --red-dark: #c9141b;
    --ink: #111417;
    --charcoal: #171b1f;
    --mid: #5f666d;
    --line: #dededb;
    --soft: #f5f5f3;
    --paper: #ffffff;
    --shell: 1280px;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.iconomy-site {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
  h1, h2, h3, h4 {
    margin: 0;
    font-family: "Archivo", sans-serif;
    line-height: 1.02;
    letter-spacing: -0.035em;
  }
  p {
    margin: 0;
  }
}
@layer components {
  .site-shell {
    width: min(calc(100% - 72px), var(--shell));
    margin-inline: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(17,20,23,.08);
  }
  .header-inner {
    min-height: 88px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
  }
  .brand-lockup {
    display: inline-grid;
    width: max-content;
    line-height: .9;
  }
  .brand-word {
    color: var(--red);
    font: 700 31px/1 "Archivo", sans-serif;
    letter-spacing: -.055em;
  }
  .brand-sub {
    color: var(--ink);
    font: 500 13px/1.15 "Source Sans 3", sans-serif;
    letter-spacing: .01em;
  }
  .primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #383d42;
  }
  .primary-nav a {
    position: relative;
    padding: 34px 0 30px;
  }
  .primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 22px;
    height: 2px;
    background: var(--red);
    transition: right .2s ease;
  }
  .primary-nav a:hover::after {
    right: 0;
  }
  .header-cta,	.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 2px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .header-cta {
    background: var(--red);
    color: #fff;
  }
  .button-primary {
    background: var(--red);
    color: #fff;
    border: 1px solid var(--red);
  }
  .button-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid #bfc2c4;
  }
  .header-cta:hover, .button:hover {
    transform: translateY(-2px);
  }
  .button-primary:hover, .header-cta:hover {
    background: var(--red-dark);
  }
  .button-ghost:hover {
    border-color: var(--ink);
  }
  .nav-toggle {
    display: none;
    border: 0;
    padding: 12px 0 12px 12px;
    background: none;
  }
  .nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
  }
  .eyebrow {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    color: #5f666d;
    font-family: "Archivo", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
  }
  .eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: var(--red);
    transform: translateY(-50%);
  }
  .eyebrow-light {
    color: rgba(255,255,255,.65);
  }
  .hero-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 83% 20%, rgba(237,28,36,.05), transparent 23%),	linear-gradient(180deg, #fff 0%, #fcfcfb 100%);
  }
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0 0 0 48%;
    background-image: linear-gradient(90deg, #fcfcfb 0%, rgba(252,252,251,.82) 16%, rgba(252,252,251,.18) 55%, rgba(252,252,251,.08) 100%),	url("https://corporate.icon.sg/wp-content/uploads/2026/01/freepik__cinematic-interior-of-a-dark-modern-office-room-at__85495.png");
    background-size: cover;
    background-position: center;
    opacity: .32;
    filter: grayscale(1) contrast(.94);
  }
  .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 43%, rgba(255,255,255,.5) 66%, rgba(255,255,255,.18) 100%);
    pointer-events: none;
  }
  .hero-grid {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 52%;
    opacity: .24;
    background-image: linear-gradient(rgba(17,20,23,.06) 1px, transparent 1px),	linear-gradient(90deg, rgba(17,20,23,.06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 80%, transparent);
  }
  .hero-layout {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    align-items: center;
    gap: 88px;
    padding-block: 112px 104px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-copy h1 {
    margin-top: 26px;
    font-size: clamp(68px, 7.4vw, 116px);
    font-weight: 700;
    letter-spacing: -.075em;
  }
  .hero-copy h1 span {
    color: var(--red);
  }
  .hero-kicker {
    margin-top: 30px;
    font: 600 clamp(20px, 2vw, 28px)/1.25 "Archivo", sans-serif;
    letter-spacing: -.025em;
  }
  .hero-intro {
    max-width: 660px;
    margin-top: 20px;
    color: #454b51;
    font-size: 20px;
    line-height: 1.5;
  }
  .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .hero-thinking {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .thinking-orbit {
    position: relative;
    width: 390px;
    aspect-ratio: 1;
    border: 1px solid rgba(17,20,23,.16);
    border-radius: 50%;
  }
  .thinking-orbit::before,	.thinking-orbit::after {
    content: "";
    position: absolute;
    inset: 54px;
    border: 1px solid rgba(17,20,23,.11);
    border-radius: 50%;
  }
  .thinking-orbit::after {
    inset: 124px;
    border-color: rgba(237,28,36,.28);
  }
  .orbit-core {
    position: absolute;
    inset: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%,-50%);
    display: grid;
    place-content: center;
    text-align: center;
    background: var(--ink);
    color: #fff;
    border-radius: 50%;
    font: 500 15px/1.25 "Source Sans 3", sans-serif;
    letter-spacing: .02em;
  }
  .orbit-core strong {
    font: 700 18px/1.15 "Archivo", sans-serif;
  }
  .orbit-track {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: iconomy-orbit 28s linear infinite;
    transform-origin: center;
  }
  .orbit-node {
    position: absolute;
  }
  .orbit-node > span {
    display: block;
    padding: 9px 12px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(17,20,23,.055);
    font: 600 13px/1 "Archivo", sans-serif;
    white-space: nowrap;
    box-shadow: 0 8px 25px rgba(17,20,23,.07);
    animation: iconomy-counter-orbit 28s linear infinite;
    backdrop-filter: blur(8px);
  }
  .orbit-a {
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
  }
  .orbit-b {
    top: 20%;
    right: -12%;
  }
  .orbit-c {
    bottom: 20%;
    right: -12%;
  }
  .orbit-d {
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
  }
  .orbit-e {
    bottom: 20%;
    left: -12%;
  }
  .orbit-f {
    top: 20%;
    left: -12%;
  }
  .thinking-orbit:hover .orbit-track,	.thinking-orbit:hover .orbit-node > span {
    animation-play-state: paused;
  }
  @keyframes iconomy-orbit {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes iconomy-counter-orbit {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }
  .hero-side-note {
    position: absolute;
    right: -20px;
    bottom: 8px;
    color: #747b81;
    font: 600 12px/1.5 "Archivo", sans-serif;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .media-strip {
    border-top: 1px solid #e6e6e4;
    border-bottom: 1px solid #e6e6e4;
    background: #fff;
  }
  .media-row {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    color: #555b60;
    font-size: 14px;
  }
  .media-row::-webkit-scrollbar {
    display: none;
  }
  .media-label {
    flex: 0 0 auto;
    padding-right: 28px;
    border-right: 1px solid #d7d8d6;
    font: 700 10px/1 "Archivo", sans-serif;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .section {
    padding: 126px 0;
  }
  .section-perspective {
    background: #fff;
  }
  .split-editorial {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 130px;
    align-items: end;
  }
  .split-editorial h2 {
    margin-top: 26px;
    font-size: clamp(48px, 5.4vw, 82px);
    letter-spacing: -.06em;
  }
  .split-editorial h2 span {
    color: var(--red);
  }
  .editorial-copy {
    max-width: 560px;
    padding-bottom: 8px;
    color: #454b51;
    font-size: 20px;
  }
  .editorial-copy p + p {
    margin-top: 20px;
  }
  .editorial-copy .statement {
    margin-top: 34px;
    color: var(--ink);
    font: 700 24px/1.15 "Archivo", sans-serif;
    letter-spacing: -.02em;
  }
  .section-steps {
    background: var(--soft);
  }
  .slim-heading {
    max-width: 560px;
  }
  .section-heading h2,	.slim-heading h2 {
    margin-top: 20px;
    font-size: clamp(44px, 4vw, 64px);
    letter-spacing: -.055em;
  }
  .steps-grid {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d8d8d5;
  }
  .steps-grid article {
    min-height: 240px;
    padding: 34px 34px 20px 0;
    border-right: 1px solid #d8d8d5;
  }
  .steps-grid article + article {
    padding-left: 34px;
  }
  .steps-grid article:last-child {
    border-right: 0;
  }
  .steps-grid span {
    color: var(--red);
    font: 500 16px/1 "Archivo", sans-serif;
  }
  .steps-grid h3 {
    margin-top: 34px;
    font-size: 25px;
  }
  .steps-grid p {
    max-width: 250px;
    margin-top: 14px;
    color: #5d6368;
    font-size: 17px;
  }
  .section-services {
    background: #fff;
  }
  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
  }
  .section-heading > p,	.section-heading .bookcase-intro {
    max-width: 420px;
    color: #62696f;
    font-size: 18px;
  }
  .services-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 90px;
    row-gap: 0;
    border-top: 1px solid #d6d7d5;
  }
  .service-item {
    position: relative;
    min-height: 300px;
    padding: 42px 70px 46px 0;
    border-bottom: 1px solid #d6d7d5;
  }
  .service-item:nth-child(even) {
    padding-left: 70px;
    border-left: 1px solid #d6d7d5;
  }
  .service-no {
    color: var(--red);
    font: 600 13px/1 "Archivo", sans-serif;
    letter-spacing: .08em;
  }
  .service-item h3 {
    max-width: 480px;
    margin-top: 36px;
    font-size: 31px;
  }
  .service-item p {
    max-width: 500px;
    margin-top: 18px;
    color: #5a6167;
    font-size: 18px;
  }
  .grade-section {
    background: var(--charcoal);
    color: #fff;
  }
  .grade-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
  }
  .grade-grid article + article {
    padding-left: 120px;
    border-left: 1px solid rgba(255,255,255,.16);
  }
  .grade-grid h2 {
    margin-top: 24px;
    font-size: clamp(44px, 4.4vw, 68px);
    letter-spacing: -.055em;
  }
  .grade-grid p:last-child {
    max-width: 540px;
    margin-top: 28px;
    color: rgba(255,255,255,.68);
    font-size: 19px;
    line-height: 1.6;
  }
  .legal-section {
    background: #fff;
  }
  .legal-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 120px;
    align-items: start;
  }
  .legal-grid h2 {
    margin-top: 26px;
    font-size: clamp(48px, 5vw, 76px);
    letter-spacing: -.06em;
  }
  .legal-grid h2 span {
    color: var(--red);
  }
  .large-copy {
    max-width: 690px;
    margin-top: 34px;
    color: #363c41;
    font-size: 21px;
    line-height: 1.55;
  }
  .large-copy + p {
    max-width: 720px;
    margin-top: 26px;
    color: #6a7075;
    font-size: 16px;
  }
  .provenance-panel {
    background: var(--soft);
    padding: 50px;
    border-top: 3px solid var(--red);
  }
  .provenance-panel ul {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #d9d9d6;
    border-left: 1px solid #d9d9d6;
  }
  .provenance-panel li {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 24px 28px;
    border-right: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
  }
  .provenance-panel li:first-child {
    padding-top: 24px;
  }
  .provenance-panel strong {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.015em;
  }
  .provenance-panel span {
    color: var(--red);
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
  }
  .news-section {
    background: var(--soft);
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  .bookcase-intro .text-link {
    margin-top: 18px;
  }
  .content-grid {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
  .content-card {
    position: relative;
    min-height: 280px;
    padding: 30px 0 0;
    border-top: 1px solid #bfc1c0;
  }
  .news-card {
    padding-top: 0;
  }
  .content-image {
    display: block;
    margin-bottom: 25px;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #e9e9e7;
  }
  .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.75) saturate(.65);
    transition: filter .25s ease, transform .25s ease;
  }
  .content-image:hover img {
    filter: grayscale(.1) saturate(.9);
    transform: scale(1.02);
  }
  .content-date {
    color: #767c80;
    font: 600 11px/1 "Archivo", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .content-card h3 {
    margin-top: 22px;
    font-size: 25px;
    line-height: 1.12;
  }
  .content-card h3 a:hover {
    color: var(--red);
  }
  .content-card > p:not(.content-date) {
    margin-top: 18px;
    color: #62686d;
    font-size: 17px;
    line-height: 1.5;
  }
  .content-card .text-link {
    margin-top: 28px;
  }
  .bookcase-section {
    background: #fff;
  }
  .bookcase-grid {
    align-items: stretch;
  }
  .book-card {
    padding-top: 0;
  }
  .book-image {
    display: block;
    margin-bottom: 25px;
    aspect-ratio: 16/8.5;
    overflow: hidden;
    background: #ececea;
  }
  .book-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter .25s ease, transform .25s ease;
  }
  .book-image:hover img {
    filter: grayscale(.15);
    transform: scale(1.02);
  }
  .site-footer {
    background: #111417;
    color: #fff;
  }
  .footer-cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding-block: 74px;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .footer-cta-row h2 {
    margin-top: 18px;
    font-size: 44px;
  }
  .footer-cta-row p:last-child {
    margin-top: 12px;
    color: rgba(255,255,255,.62);
    font-size: 18px;
  }
  .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    padding-block: 62px;
  }
  .footer-main .brand-sub {
    color: #fff;
  }
  .footer-brand > p {
    margin-top: 18px;
    color: rgba(255,255,255,.52);
    font-size: 15px;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px 30px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
  }
  .footer-nav a:hover {
    color: #fff;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-block: 22px 34px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.38);
    font-size: 13px;
  }
  .footer-mantra {
    letter-spacing: .04em;
  }
  .inner-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background-color: var(--charcoal);
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17,20,23,.95) 0%, rgba(17,20,23,.83) 45%, rgba(17,20,23,.42) 72%, rgba(17,20,23,.22) 100%);
  }
  .inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .35;
  }
  .about-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2022/10/access-chair-communication-1329066-scaled.jpg");
  }
  .practice-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2026/01/freepik__cinematic-interior-of-a-dark-modern-office-room-at__85495.png");
  }
  .model-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2026/01/freepik__cinematic-interior-of-a-dark-modern-office-room-at__85495.png");
  }
  .values-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2024/09/ss-home-1-desktop-bg.jpg");
  }
  .news-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2025/03/Photo-36-scaled.jpg");
  }
  .contact-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2024/12/20220901_154014-scaled.jpg");
  }
  .inner-hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-block: 118px 90px;
  }
  .inner-hero-copy {
    max-width: 830px;
  }
  .inner-hero h1 {
    margin-top: 24px;
    font-size: clamp(58px, 6.6vw, 96px);
    letter-spacing: -.068em;
  }
  .inner-hero-lede {
    max-width: 720px;
    margin-top: 28px;
    color: rgba(255,255,255,.78);
    font-size: 22px;
    line-height: 1.5;
  }
  .page-section {
    padding: 118px 0;
  }
  .page-section-soft {
    background: var(--soft);
  }
  .page-split,	.model-intro-grid,	.values-callout-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 120px;
    align-items: start;
  }
  .page-split h2,	.model-intro-grid h2,	.values-callout h2 {
    margin-top: 24px;
    font-size: clamp(46px, 4.5vw, 70px);
    letter-spacing: -.055em;
  }
  .page-copy {
    max-width: 650px;
    color: #50575d;
    font-size: 20px;
    line-height: 1.6;
  }
  .page-copy p + p {
    margin-top: 22px;
  }
  .page-statement {
    color: var(--ink);
    font: 700 24px/1.35 "Archivo", sans-serif;
    letter-spacing: -.02em;
  }
  .page-copy-light {
    color: rgba(255,255,255,.72);
  }
  .page-copy-light .button {
    margin-top: 28px;
  }
  .image-band {
    height: 430px;
    background-size: cover;
    background-position: center;
    filter: grayscale(.75);
  }
  .image-band-about {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2022/06/20190523-IMG_6460-1.jpg");
  }
  .three-column-list {
    margin-top: 74px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d6d7d5;
  }
  .three-column-list article {
    padding: 36px 38px 16px 0;
    border-right: 1px solid #d6d7d5;
  }
  .three-column-list article + article {
    padding-left: 38px;
  }
  .three-column-list article:last-child {
    border-right: 0;
  }
  .three-column-list span,	.practice-no {
    color: var(--red);
    font: 600 13px/1 "Archivo", sans-serif;
    letter-spacing: .08em;
  }
  .three-column-list h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .three-column-list p {
    margin-top: 15px;
    color: #62696f;
    font-size: 17px;
  }
  .values-callout,	.bookcase-crosslink,	.legal-boundary {
    background: var(--charcoal);
    color: #fff;
  }
  .values-callout-grid > div:last-child p {
    color: rgba(255,255,255,.68);
    font-size: 20px;
    line-height: 1.6;
  }
  .button-light {
    margin-top: 28px;
    background: #fff;
    color: var(--ink);
    border: 1px solid #fff;
  }
  .practice-groups {
    margin-top: 84px;
  }
  .practice-group {
    display: grid;
    grid-template-columns: 70px 1.15fr .85fr;
    gap: 42px;
    padding: 48px 0;
    border-top: 1px solid #d6d7d5;
    align-items: start;
  }
  .practice-group:last-child {
    border-bottom: 1px solid #d6d7d5;
  }
  .practice-group h3 {
    font-size: 31px;
  }
  .practice-group > div p {
    max-width: 650px;
    margin-top: 16px;
    color: #5f666c;
    font-size: 18px;
  }
  .practice-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #4f565c;
  }
  .practice-group li {
    padding: 9px 0;
    border-bottom: 1px solid #e4e4e1;
    font-size: 16px;
  }
  .page-cta-block {
    max-width: 860px;
    text-align: center;
  }
  .page-cta-block h2 {
    margin-top: 20px;
    font-size: clamp(48px, 5vw, 76px);
  }
  .page-cta-block > p:not(.eyebrow) {
    max-width: 670px;
    margin: 24px auto 0;
    color: #62696f;
    font-size: 20px;
  }
  .page-cta-block .button {
    margin-top: 30px;
  }
  .page-cta-dark {
    color: #fff;
  }
  .page-cta-dark > p:not(.eyebrow) {
    color: rgba(255,255,255,.68);
  }
  .model-close {
    background: var(--charcoal);
  }
  .model-orbit-layout {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 110px;
    align-items: center;
  }
  .model-orbit-layout h2 {
    margin-top: 22px;
    font-size: clamp(48px, 4.7vw, 72px);
  }
  .model-orbit-copy {
    max-width: 600px;
    margin-top: 24px;
    color: #5f666c;
    font-size: 20px;
  }
  .model-orbit {
    width: 430px;
  }
  .model-capability-grid {
    margin-top: 76px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d5d6d4;
    border-left: 1px solid #d5d6d4;
  }
  .model-capability-grid > div {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    padding: 30px;
    border-right: 1px solid #d5d6d4;
    border-bottom: 1px solid #d5d6d4;
  }
  .model-capability-grid strong {
    font: 600 17px/1.25 "Archivo", sans-serif;
  }
  .model-capability-grid span {
    color: var(--red);
    font: 700 29px/1.05 "Archivo", sans-serif;
    letter-spacing: -.04em;
  }
  .compare-section {
    background: var(--charcoal);
    color: #fff;
  }
  .comparison-table {
    margin-top: 68px;
    border-top: 1px solid rgba(255,255,255,.15);
  }
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .comparison-row span {
    padding: 24px 28px 24px 0;
    color: rgba(255,255,255,.62);
    font-size: 19px;
  }
  .comparison-row span + span {
    padding-left: 34px;
    border-left: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
  }
  .comparison-head span {
    color: rgba(255,255,255,.4);
    font: 700 11px/1 "Archivo", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .grade-grid-light article {
    color: var(--ink);
  }
  .grade-grid-light article + article {
    border-left-color: #d8d8d5;
  }
  .grade-grid-light p:last-child {
    color: #62696f;
  }
  .values-list {
    max-width: 1050px;
  }
  .value-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 68px;
    padding: 62px 0;
    border-top: 1px solid #d6d7d5;
    align-items: center;
  }
  .value-row:last-child {
    border-bottom: 1px solid #d6d7d5;
  }
  .value-char {
    color: var(--red);
    font: 700 112px/1 "Archivo", sans-serif;
    letter-spacing: -.06em;
  }
  .value-row h2 {
    margin-top: 17px;
    font-size: 46px;
  }
  .value-row p:last-child {
    max-width: 690px;
    margin-top: 16px;
    color: #60676d;
    font-size: 19px;
  }
  .values-teaser {
    background: #fff;
  }
  .values-teaser-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 100px;
    align-items: center;
  }
  .values-teaser h2 {
    margin-top: 22px;
    font-size: clamp(48px, 5vw, 76px);
    color: var(--red);
  }
  .values-lede {
    max-width: 620px;
    margin-top: 24px;
    color: #5f666c;
    font-size: 19px;
  }
  .values-teaser .text-link {
    margin-top: 26px;
  }
  .values-sequence {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7d8d6;
    border-left: 1px solid #d7d8d6;
  }
  .values-sequence span {
    display: grid;
    place-items: center;
    min-height: 150px;
    border-right: 1px solid #d7d8d6;
    border-bottom: 1px solid #d7d8d6;
    font: 700 52px/1 "Archivo", sans-serif;
  }
  .news-archive-grid {
    margin-top: 74px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 34px;
  }
  .news-archive-card h2 {
    margin-top: 19px;
    font-size: 27px;
    line-height: 1.12;
  }
  .news-archive-card > p:not(.content-date) {
    margin-top: 16px;
    color: #62696f;
    font-size: 17px;
  }
  .news-archive-card .text-link {
    margin-top: 24px;
  }
  .pagination-wrap {
    margin-top: 70px;
  }
  .pagination-wrap .page-numbers {
    display: inline-flex;
    margin-right: 8px;
    padding: 10px 14px;
    border: 1px solid #d7d8d6;
    font-size: 14px;
  }
  .pagination-wrap .current {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
  }
  .contact-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 110px;
    align-items: start;
  }
  .contact-intro h2 {
    margin-top: 22px;
    font-size: clamp(46px, 4.4vw, 68px);
  }
  .contact-intro > p:not(.eyebrow) {
    margin-top: 24px;
    color: #60676d;
    font-size: 19px;
  }
  .contact-prompts {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .contact-prompts span {
    padding: 8px 11px;
    background: var(--soft);
    border: 1px solid #e1e1de;
    font-size: 14px;
  }
  .contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }
  .office-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #d7d8d6;
    border-left: 1px solid #d7d8d6;
  }
  .office-list article {
    padding: 34px;
    border-right: 1px solid #d7d8d6;
    border-bottom: 1px solid #d7d8d6;
  }
  .office-list h3 {
    margin-top: 18px;
    font-size: 24px;
  }
  .office-list article > p:not(.eyebrow) {
    margin-top: 14px;
    color: #60676d;
    font-size: 16px;
  }
  .office-list a {
    color: var(--red);
  }
  .contact-existing-content {
    padding: 42px;
    background: var(--soft);
  }
  .contact-existing-content input,	.contact-existing-content textarea,	.contact-existing-content select {
    width: 100%;
    max-width: 100%;
    padding: 13px 14px;
    border: 1px solid #caccc9;
    background: #fff;
    font: inherit;
  }
  .legal-note {
    margin-top: 30px;
    max-width: 860px;
    color: #6c7277;
    font-size: 14px;
    line-height: 1.55;
  }
  .contact-existing-content input[type="submit"],	.contact-existing-content button {
    width: auto;
    padding: 13px 22px;
    background: var(--red);
    color: #fff;
    border: 0;
    font-weight: 700;
  }
  .section-heading > div:last-child > p {
    max-width: 420px;
    color: #62696f;
    font-size: 18px;
  }
  .section-heading > div:last-child .text-link {
    margin-top: 18px;
  }
  .nav-dropdown {
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .nav-dropdown > a {
    display: flex;
    align-items: center;
  }
  .nav-submenu {
    position: absolute;
    top: calc(100% - 14px);
    left: 50%;
    min-width: 210px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e4e4e1;
    box-shadow: 0 18px 45px rgba(17,20,23,.1);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .nav-dropdown:hover .nav-submenu,	.nav-dropdown:focus-within .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .nav-submenu a {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
  }
  .nav-submenu a::after {
    display: none;
  }
  .nav-submenu a:hover {
    background: var(--soft);
    color: var(--red);
  }
  .media-link {
    margin-left: auto;
    color: var(--red);
    font-family: "Archivo", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  .home-perspective {
    padding-bottom: 104px;
  }
  .home-perspective .text-link {
    margin-top: 28px;
  }
  .home-gateways {
    padding-top: 96px;
    background: var(--soft);
  }
  .gateway-grid {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .gateway-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  .gateway-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17,20,23,.08) 0%, rgba(17,20,23,.8) 100%);
    transition: background .25s ease;
  }
  .gateway-card:hover::before {
    background: linear-gradient(180deg, rgba(17,20,23,.16) 0%, rgba(17,20,23,.88) 100%);
  }
  .gateway-about {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2022/10/access-chair-communication-1329066-scaled.jpg");
  }
  .gateway-practice {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2025/03/Photo-36-scaled.jpg");
  }
  .gateway-model {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2026/01/freepik__cinematic-interior-of-a-dark-modern-office-room-at__85495.png");
  }
  .gateway-overlay {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 34px;
    color: #fff;
  }
  .gateway-overlay h3 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.08;
  }
  .gateway-overlay > span {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,.7);
    font-size: 15px;
  }
  .compact-values {
    padding-block: 78px;
    border-top: 1px solid #e1e1de;
    border-bottom: 1px solid #e1e1de;
  }
  .compact-values-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
  }
  .compact-values h2 {
    margin-top: 14px;
    color: var(--red);
    font-size: clamp(42px, 4.4vw, 68px);
  }
  .compact-values-inner > div:last-child p {
    color: #5f666c;
    font-size: 18px;
  }
  .compact-values .text-link {
    margin-top: 16px;
  }
  .home-latest {
    background: #fff;
  }
  .latest-columns {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .latest-column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d7d8d6;
  }
  .latest-column-head h3 {
    font-size: 26px;
  }
  .latest-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid #e1e1de;
    align-items: center;
  }
  .latest-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #ececea;
  }
  .latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.7) saturate(.7);
  }
  .latest-item h4 {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.15;
  }
  .latest-item h4 a:hover {
    color: var(--red);
  }
  .media-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2025/03/Photo-36-scaled.jpg");
    background-position: center 38%;
  }
  .brand-hero {
    background-image: url("https://corporate.icon.sg/wp-content/uploads/2022/06/Book-Hard-Cover-Mockup-PSD-scaled.jpg");
  }
  .video-grid {
    margin-top: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .video-frame {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #111;
  }
  .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-card .content-date {
    margin-top: 24px;
  }
  .video-card h2 {
    margin-top: 16px;
    font-size: 34px;
  }
  .video-card > p:last-child {
    margin-top: 16px;
    color: #60676d;
    font-size: 18px;
  }
  .media-proof {
    background: var(--charcoal);
    color: #fff;
  }
  .brand-image-band {
    height: 460px;
    background: linear-gradient(90deg, rgba(17,20,23,.08), rgba(17,20,23,.08)),	url("https://corporate.icon.sg/wp-content/uploads/2024/09/ss-home-1-desktop-bg.jpg") center / cover;
    filter: grayscale(.65);
  }
  .brand-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d6d7d5;
    border-left: 1px solid #d6d7d5;
  }
  .brand-principles-grid article {
    min-height: 300px;
    padding: 38px;
    border-right: 1px solid #d6d7d5;
    border-bottom: 1px solid #d6d7d5;
  }
  .brand-principles-grid h2 {
    margin-top: 24px;
    font-size: 35px;
  }
  .brand-principles-grid article > p:last-child {
    margin-top: 18px;
    color: #60676d;
    font-size: 18px;
  }
  .brand-chinese {
    background: var(--charcoal);
    color: #fff;
  }
  .home-image-break {
    position: relative;
    min-height: 360px;
    background: linear-gradient(90deg, rgba(17,20,23,.82) 0%, rgba(17,20,23,.18) 68%, rgba(17,20,23,.08) 100%),	url("https://corporate.icon.sg/wp-content/uploads/2022/06/20190523-IMG_6460-1.jpg") center 42% / cover no-repeat;
    filter: grayscale(.45);
  }
  .home-image-break-caption {
    position: absolute;
    left: max(24px, calc((100vw - 1240px) / 2));
    bottom: 38px;
    color: #fff;
    font: 600 clamp(26px, 3vw, 42px)/1.05 "Archivo", sans-serif;
    letter-spacing: -.035em;
  }
  .gateway-card {
    background-color: #25292c;
  }
  .inner-hero {
    background-color: #1b1f22;
  }
  .latest-thumb img,	.media-archive-image img {
    background: #ececea;
  }
  @media (max-width: 820px) {
    .home-image-break {
      min-height: 280px;
    }
    .home-image-break-caption {
      left: 24px;
      right: 24px;
      bottom: 28px;
    }
  }
  .button-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.58);
  }
  .button-outline-light:hover {
    border-color: #fff;
    color: #fff;
  }
  .media-hero-actions {
    margin-top: 34px;
  }
  .featured-press-section {
    background: var(--soft);
  }
  .press-feature-grid {
    margin-top: 72px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 20px;
  }
  .press-feature {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
    background: #fff;
    border: 1px solid #dededb;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .press-feature:hover {
    transform: translateY(-3px);
    border-color: #c7c8c5;
    box-shadow: 0 18px 40px rgba(17,20,23,.06);
  }
  .press-feature-large {
    grid-row: span 2;
    min-height: 660px;
    background: linear-gradient(180deg, rgba(17,20,23,.08), rgba(17,20,23,.82)),	url("https://corporate.icon.sg/wp-content/uploads/2024/09/ss-home-1-desktop-bg.jpg") center / cover;
    color: #fff;
  }
  .press-feature-large p {
    color: rgba(255,255,255,.75) !important;
  }
  .press-brand {
    color: var(--red);
    font: 700 11px/1 "Archivo", sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .press-feature-large .press-brand {
    color: rgba(255,255,255,.68);
  }
  .press-feature h3 {
    margin-top: 20px;
    font-size: 34px;
    line-height: 1.08;
  }
  .press-feature-large h3 {
    max-width: 630px;
    font-size: clamp(44px, 4.6vw, 70px);
  }
  .press-feature p {
    max-width: 620px;
    margin-top: 18px;
    color: #60676d;
    font-size: 17px;
  }
  .press-feature > span {
    margin-top: 28px;
    color: var(--red);
    font: 700 13px/1 "Archivo", sans-serif;
  }
  .press-feature-large > span {
    color: #fff;
  }
  .media-archive-section {
    background: #fff;
  }
  .media-archive-widget {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
  .media-archive-card {
    padding-top: 0;
    border-top: 1px solid #cfd1ce;
  }
  .media-archive-image {
    display: block;
    margin: -1px 0 24px;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #ececea;
  }
  .media-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.6) saturate(.7);
    transition: filter .2s ease, transform .2s ease;
  }
  .media-archive-image:hover img {
    filter: grayscale(.05) saturate(.95);
    transform: scale(1.02);
  }
  .media-archive-card h3 {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.12;
  }
  .media-archive-card > p:not(.content-date) {
    margin-top: 15px;
    color: #61686e;
    font-size: 17px;
  }
  .media-archive-card .text-link {
    margin-top: 24px;
  }
  .commentary-links-section {
    background: var(--soft);
  }
  .publisher-link-list {
    margin-top: 62px;
    border-top: 1px solid #d3d5d2;
  }
  .publisher-link-list > a {
    display: grid;
    grid-template-columns: 180px minmax(0,1.3fr) minmax(0,.9fr) auto;
    gap: 28px;
    align-items: center;
    padding: 27px 0;
    border-bottom: 1px solid #d3d5d2;
  }
  .publisher-name {
    color: var(--red);
    font: 700 11px/1.3 "Archivo", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .publisher-link-list strong {
    font: 700 20px/1.2 "Archivo", sans-serif;
    letter-spacing: -.02em;
  }
  .publisher-link-list em {
    color: #666d72;
    font-style: normal;
    font-size: 15px;
  }
  .publisher-link-list b {
    color: var(--red);
    font: 700 12px/1 "Archivo", sans-serif;
    white-space: nowrap;
  }
  .international-reach {
    background: var(--charcoal);
    color: #fff;
  }
  .reach-list {
    margin-top: 28px;
    display: grid;
    gap: 11px;
  }
  .reach-list span {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
  }
  .media-kit-cta {
    background: #fff;
  }
  .media-kit-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
  }
  .media-kit-grid h2 {
    margin-top: 18px;
    font-size: clamp(46px, 5vw, 72px);
  }
  .media-kit-grid p:not(.eyebrow) {
    max-width: 720px;
    margin-top: 20px;
    color: #60676d;
    font-size: 19px;
  }
  .media-kit-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 230px;
  }
  @media (max-width: 980px) {
    .page-split,	.model-intro-grid,	.values-callout-grid,	.model-orbit-layout,	.values-teaser-grid,	.contact-layout {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .practice-group {
      grid-template-columns: 48px 1fr;
    }
    .practice-group ul {
      grid-column: 2;
    }
    .model-capability-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .three-column-list {
      grid-template-columns: 1fr;
    }
    .three-column-list article,	.three-column-list article + article {
      padding: 30px 0;
      border-right: 0;
      border-bottom: 1px solid #d6d7d5;
    }
    .news-archive-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .model-orbit {
      margin-inline: auto;
    }
    .gateway-grid,	.latest-columns,	.video-grid,	.brand-principles-grid,	.compact-values-inner {
      grid-template-columns: 1fr;
    }
    .gateway-card {
      min-height: 330px;
    }
    .press-feature-grid,	.media-archive-widget,	.media-kit-grid {
      grid-template-columns: 1fr;
    }
    .press-feature-large {
      grid-row: auto;
      min-height: 460px;
    }
    .publisher-link-list > a {
      grid-template-columns: 150px 1fr;
    }
    .publisher-link-list em,	.publisher-link-list b {
      grid-column: 2;
    }
    .media-kit-actions {
      min-width: 0;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 620px) {
    .inner-hero {
      min-height: 500px;
    }
    .inner-hero-grid {
      padding-block: 100px 60px;
    }
    .inner-hero h1 {
      font-size: 48px;
    }
    .inner-hero-lede {
      font-size: 18px;
    }
    .page-section {
      padding: 76px 0;
    }
    .page-split h2,	.model-intro-grid h2,	.values-callout h2,	.contact-intro h2 {
      font-size: 40px;
    }
    .practice-group {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .practice-group ul {
      grid-column: 1;
    }
    .model-capability-grid,	.news-archive-grid {
      grid-template-columns: 1fr;
    }
    .comparison-row {
      grid-template-columns: 1fr;
    }
    .comparison-row span + span {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.08);
      padding-left: 0;
    }
    .value-row {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 42px 0;
    }
    .value-char {
      font-size: 82px;
    }
    .values-sequence {
      grid-template-columns: repeat(5, minmax(0,1fr));
    }
    .values-sequence span {
      min-height: 92px;
      font-size: 34px;
    }
    .model-orbit {
      width: 280px;
    }
    .contact-existing-content {
      padding: 26px 20px;
    }
    .office-list {
      grid-template-columns: 1fr;
    }
    .publisher-link-list > a {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .publisher-link-list em,	.publisher-link-list b {
      grid-column: 1;
    }
    .media-kit-actions {
      flex-direction: column;
    }
    .press-feature-large {
      min-height: 380px;
    }
    .press-feature h3 {
      font-size: 28px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .orbit-track,	.orbit-node > span {
      animation: none !important;
    }
  }
  @media (max-width: 1120px) {
    .primary-nav {
      display: none;
    }
    .nav-toggle {
      display: block;
    }
    .header-inner {
      grid-template-columns: auto 1fr auto auto;
    }
    body.menu-open .primary-nav {
      position: absolute;
      top: 88px;
      left: 0;
      right: 0;
      display: grid;
      justify-content: stretch;
      gap: 0;
      padding: 22px 36px 30px;
      background: #fff;
      border-bottom: 1px solid #dededb;
    }
    body.menu-open .primary-nav a {
      padding: 12px 0;
    }
    body.menu-open .nav-dropdown {
      display: block;
    }
    body.menu-open .nav-submenu {
      position: static;
      min-width: 0;
      padding: 0 0 6px 16px;
      border: 0;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      transform: none;
    }
    body.menu-open .nav-submenu a {
      padding: 8px 0;
      color: #687077;
      font-size: 12px;
    }
    body.menu-open .primary-nav a::after {
      display: none;
    }
    .hero-layout {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .hero-thinking {
      min-height: 420px;
    }
    .split-editorial, .legal-grid {
      gap: 70px;
    }
    .grade-grid {
      gap: 70px;
    }
    .grade-grid article + article {
      padding-left: 70px;
    }
  }
  @media (max-width: 820px) {
    body.admin-bar .site-header {
      top: 46px;
    }
    .site-shell {
      width: min(calc(100% - 40px), var(--shell));
    }
    .header-inner {
      min-height: 76px;
      gap: 18px;
    }
    .header-cta {
      display: none;
    }
    body.menu-open .primary-nav {
      top: 76px;
    }
    .brand-word {
      font-size: 27px;
    }
    .hero-section::before {
      inset: 48% 0 0 0;
      background-position: 64% center;
      opacity: .22;
    }
    .hero-section::after {
      background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 43%, rgba(255,255,255,.65) 64%, rgba(255,255,255,.35) 100%);
    }
    .hero-layout {
      padding-block: 78px 68px;
      gap: 42px;
    }
    .hero-copy h1 {
      font-size: clamp(56px, 16vw, 82px);
    }
    .hero-kicker {
      font-size: 21px;
    }
    .hero-intro {
      font-size: 18px;
    }
    .hero-thinking {
      min-height: 360px;
      overflow: hidden;
    }
    .thinking-orbit {
      width: 320px;
    }
    .hero-side-note {
      display: none;
    }
    .section {
      padding: 88px 0;
    }
    .split-editorial,	.legal-grid,	.grade-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .split-editorial h2,	.legal-grid h2 {
      font-size: 52px;
    }
    .grade-grid article + article {
      padding: 48px 0 0;
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.16);
    }
    .steps-grid {
      grid-template-columns: 1fr 1fr;
    }
    .steps-grid article:nth-child(2) {
      border-right: 0;
    }
    .steps-grid article:nth-child(3),	.steps-grid article:nth-child(4) {
      border-top: 1px solid #d8d8d5;
    }
    .services-grid {
      grid-template-columns: 1fr;
      column-gap: 0;
    }
    .service-item, .service-item:nth-child(even) {
      min-height: auto;
      padding: 34px 0 42px;
      border-left: 0;
    }
    .section-heading {
      align-items: start;
      flex-direction: column;
      gap: 30px;
    }
    .content-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }
    .content-card {
      min-height: auto;
    }
    .provenance-panel {
      padding: 36px 30px;
    }
    .footer-main, .footer-cta-row, .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
    .footer-nav {
      justify-content: flex-start;
    }
  }
  @media (max-width: 540px) {
    .site-shell {
      width: min(calc(100% - 28px), var(--shell));
    }
    .hero-copy h1 {
      font-size: 54px;
    }
    .hero-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .button {
      width: 100%;
    }
    .hero-thinking {
      min-height: 300px;
    }
    .thinking-orbit {
      width: 268px;
    }
    .orbit-node > span {
      font-size: 10px;
      padding: 7px 9px;
    }
    .orbit-core {
      width: 104px;
      height: 104px;
    }
    .media-row {
      min-height: 70px;
    }
    .section {
      padding: 72px 0;
    }
    .split-editorial h2, .legal-grid h2, .section-heading h2, .slim-heading h2 {
      font-size: 42px;
    }
    .steps-grid {
      grid-template-columns: 1fr;
    }
    .steps-grid article, .steps-grid article + article {
      padding: 28px 0 34px;
      border-right: 0;
      border-top: 1px solid #d8d8d5;
    }
    .steps-grid article:first-child {
      border-top: 0;
    }
    .service-item h3 {
      font-size: 27px;
    }
    .provenance-panel li {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .footer-cta-row h2 {
      font-size: 36px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
