/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope",system-ui,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    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: #0d1b2a;
    --color-secondary-500: #b3976d;
    --color-neutral: #232b33;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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;
  }
  .grow {
    flex-grow: 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;
  }
  .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-secondary-500 {
    color: var(--color-secondary-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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\: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 {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fff;
    color: #26313a;
    font-family: "Manrope",system-ui,sans-serif;
    font-size: 16px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
  }
  body.admin-bar .corp-header {
    top: 32px;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  h1,h2,h3,h4,p {
    margin-top: 0;
  }
  h1,h2,h3 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-weight: 600;
    letter-spacing: -.028em;
    color: #0d1b2a;
  }
  button {
    font: inherit;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .corp-shell {
    width: min(calc(100% - 64px),1320px);
    margin-inline: auto;
  }
  .corp-brand strong,.corp-mega strong,.corp-signoff strong,.corp-activity__visual--brand span,.corp-principles__list strong,.corp-footer__brand strong {
    font-family: "Libre Baskerville",Georgia,serif;
  }
  .corp-kicker {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #9a7b4e;
    margin-bottom: 18px;
  }
  .corp-kicker--light {
    color: #d8c7a8;
  }
  .corp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .2s ease;
  }
  .corp-btn--light {
    background: #fff;
    color: #0d1b2a;
    border-color: #fff;
  }
  .corp-btn--light:hover {
    background: #eee8de;
  }
  .corp-btn--dark {
    background: #0d1b2a;
    color: #fff;
    border-color: #0d1b2a;
  }
  .corp-btn--dark:hover {
    background: #17283a;
  }
  .corp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(13,27,42,.26);
    font-size: .76rem;
    font-weight: 700;
    color: #0d1b2a;
  }
  .corp-text-link span {
    color: #9a7b4e;
  }
  .corp-text-link--light {
    color: #fff;
    border-bottom-color: rgba(255,255,255,.35);
  }
  .corp-text-link--light span {
    color: #d8c7a8;
  }
  .corp-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #dedbd4;
  }
  .corp-topbar {
    background: #0d1b2a;
    color: #b9c0c6;
  }
  .corp-topbar__inner {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .56rem;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .corp-topbar__inner>div {
    display: flex;
    gap: 11px;
    align-items: center;
  }
  .corp-topbar a:hover {
    color: #fff;
  }
  .corp-header__main {
    height: 88px;
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .corp-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: auto;
  }
  .corp-brand img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d9d5cd;
  }
  .corp-brand>span {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .corp-brand strong {
    font-family: "Cormorant Garamond";
    font-size: 1.55rem;
    letter-spacing: -.03em;
    color: #0d1b2a;
  }
  .corp-brand small {
    margin-top: 6px;
    font-size: .53rem;
    font-weight: 700;
    letter-spacing: .27em;
    color: #8b8174;
  }
  .corp-nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .corp-nav>a,.corp-nav button {
    background: none;
    border: 0;
    padding: 0;
    font-size: .69rem;
    font-weight: 600;
    color: #4f5961;
    cursor: pointer;
    white-space: nowrap;
  }
  .corp-nav a:hover,.corp-nav button:hover {
    color: #0d1b2a;
  }
  .corp-nav__drop {
    position: relative;
    padding: 34px 0;
  }
  .corp-nav__drop button span {
    margin-left: 4px;
    color: #9a7b4e;
  }
  .corp-mega {
    position: absolute;
    right: -60px;
    top: 78px;
    width: 420px;
    background: #fff;
    border-top: 3px solid #9a7b4e;
    box-shadow: 0 24px 50px rgba(13,27,42,.16);
    padding: 12px;
  }
  .corp-mega--fields {
    width: 480px;
  }
  .corp-mega a {
    display: block;
    padding: 15px 16px;
    border-bottom: 1px solid #ece8e1;
  }
  .corp-mega a:last-child {
    border-bottom: 0;
  }
  .corp-mega strong {
    display: block;
    font-family: "Cormorant Garamond";
    font-size: 1.08rem;
    color: #0d1b2a;
  }
  .corp-mega small {
    display: block;
    margin-top: 3px;
    font-size: .65rem;
    color: #7c8388;
  }
  .corp-menu {
    display: none;
    background: none;
    border: 0;
    padding: 8px;
  }
  .corp-menu span {
    display: block;
    width: 24px;
    height: 1px;
    background: #0d1b2a;
    margin: 5px 0;
  }
  .corp-mobile {
    display: none;
  }
  .corp-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #0d1b2a;
    overflow: hidden;
  }
  .corp-hero__media,.corp-hero__shade {
    position: absolute;
    inset: 0;
  }
  .corp-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) contrast(1.04);
  }
  .corp-hero__shade {
    background: linear-gradient(90deg,rgba(7,17,27,.93) 0%,rgba(7,17,27,.76) 39%,rgba(7,17,27,.18) 77%);
  }
  .corp-hero__content {
    position: relative;
    z-index: 2;
    padding: 110px 0 150px;
  }
  .corp-hero h1 {
    max-width: 850px;
    color: #fff;
    font-size: clamp(4rem,6vw,7rem);
    line-height: .91;
    margin-bottom: 28px;
  }
  .corp-hero p {
    max-width: 660px;
    color: #d6dde2;
    font-size: 1.04rem;
    margin-bottom: 34px;
  }
  .corp-hero__actions {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
  }
  .corp-hero__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.2);
    background: rgba(7,17,27,.56);
    backdrop-filter: blur(10px);
  }
  .corp-hero__footer .corp-shell {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .corp-hero__footer span {
    padding: 20px 22px;
    border-right: 1px solid rgba(255,255,255,.14);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #d4dbe0;
  }
  .corp-hero__footer span:first-child {
    padding-left: 0;
  }
  .corp-hero__footer span:last-child {
    border-right: 0;
  }
  .corp-intro {
    padding: 125px 0;
    background: #fff;
  }
  .corp-intro__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 110px;
    align-items: start;
  }
  .corp-intro h2 {
    font-size: clamp(3.1rem,4.5vw,5.4rem);
    line-height: .98;
    margin: 0;
  }
  .corp-intro__grid>div:last-child {
    border-left: 1px solid #ddd7cd;
    padding-left: 42px;
  }
  .corp-intro p {
    color: #667078;
    margin-bottom: 22px;
  }
  .corp-intro .corp-text-link {
    margin-top: 8px;
  }
  .corp-why {
    padding: 116px 0;
    background: #f5f3ee;
    border-top: 1px solid #e3dfd7;
  }
  .corp-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 52px;
  }
  .corp-section-head h2 {
    font-size: clamp(3rem,4.4vw,5.3rem);
    line-height: .97;
    margin: 0;
  }
  .corp-section-head>p {
    max-width: 520px;
    color: #687179;
    margin: 0;
  }
  .corp-values {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #d7d1c7;
    border-bottom: 1px solid #d7d1c7;
  }
  .corp-values article {
    padding: 34px 28px;
    border-right: 1px solid #d7d1c7;
  }
  .corp-values article:first-child {
    padding-left: 0;
  }
  .corp-values article:last-child {
    border-right: 0;
  }
  .corp-values span {
    font-size: .6rem;
    color: #9a7b4e;
    font-weight: 700;
    letter-spacing: .11em;
  }
  .corp-values h3 {
    font-size: 1.8rem;
    margin: 34px 0 10px;
  }
  .corp-values p {
    font-size: .88rem;
    color: #687179;
    margin: 0;
  }
  .corp-chairman {
    padding: 120px 0;
    background: #fff;
  }
  .corp-chairman__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 100px;
    align-items: center;
  }
  .corp-chairman__media img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.8);
    border: 1px solid #ddd7cd;
  }
  .corp-chairman__copy {
    max-width: 820px;
  }
  .corp-chairman h2 {
    font-size: clamp(3rem,4.3vw,5.2rem);
    line-height: 1;
    margin-bottom: 22px;
  }
  .corp-chairman p {
    color: #626d75;
    margin-bottom: 24px;
  }
  .corp-signoff {
    display: flex;
    flex-direction: column;
    margin: 26px 0;
  }
  .corp-signoff strong {
    font-family: "Cormorant Garamond";
    font-size: 1.65rem;
    color: #0d1b2a;
  }
  .corp-signoff span {
    font-size: .61rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #9a7b4e;
    margin-top: 4px;
  }
  .corp-activities {
    padding: 120px 0;
    background: #0d1b2a;
    color: #fff;
  }
  .corp-section-head--light h2 {
    color: #fff;
  }
  .corp-activity-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.13);
  }
  .corp-activity-grid article {
    background: #101f2f;
    display: grid;
    grid-template-columns: 170px 1fr;
    min-height: 270px;
  }
  .corp-activity__visual {
    background: #f3f1ec;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .corp-activity__visual img {
    width: 100%;
    height: 100%;
    max-height: 130px;
    object-fit: contain;
    filter: saturate(.75);
  }
  .corp-activity__visual--brand {
    background: #09131e;
  }
  .corp-activity__visual--brand span {
    font-family: "Cormorant Garamond";
    font-size: 4rem;
    color: #d8c7a8;
    letter-spacing: -.08em;
  }
  .corp-activity__body {
    padding: 34px;
  }
  .corp-activity__body small {
    font-size: .59rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #cbb892;
    font-weight: 700;
  }
  .corp-activity__body h3 {
    font-size: 2rem;
    color: #fff;
    margin: 9px 0 10px;
  }
  .corp-activity__body p {
    font-size: .88rem;
    color: #adb6bd;
    margin-bottom: 18px;
  }
  .corp-activity__body a {
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
  }
  .corp-activity__body a span {
    color: #cbb892;
    margin-left: 5px;
  }
  .corp-principles {
    padding: 120px 0;
    background: #f5f3ee;
  }
  .corp-principles__grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
  }
  .corp-principles h2 {
    font-size: clamp(3rem,4.4vw,5.2rem);
    line-height: .98;
  }
  .corp-principles__list {
    border-top: 1px solid #d7d1c7;
  }
  .corp-principles__list>div {
    display: grid;
    grid-template-columns: 50px 190px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid #d7d1c7;
    align-items: start;
  }
  .corp-principles__list span {
    font-size: .61rem;
    color: #9a7b4e;
    font-weight: 700;
  }
  .corp-principles__list strong {
    font-family: "Cormorant Garamond";
    font-size: 1.45rem;
    color: #0d1b2a;
  }
  .corp-principles__list p {
    font-size: .88rem;
    color: #687179;
    margin: 0;
  }
  .corp-global {
    min-height: 680px;
    position: relative;
    display: flex;
    align-items: center;
    background: #0d1b2a;
    color: #fff;
  }
  .corp-global__media,.corp-global__shade {
    position: absolute;
    inset: 0;
  }
  .corp-global__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.55) brightness(.72);
  }
  .corp-global__shade {
    background: linear-gradient(90deg,rgba(7,17,27,.93),rgba(7,17,27,.55) 56%,rgba(7,17,27,.18));
  }
  .corp-global__content {
    position: relative;
    z-index: 2;
  }
  .corp-global h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(3.7rem,5vw,6rem);
    line-height: .95;
    margin-bottom: 24px;
  }
  .corp-global p {
    max-width: 620px;
    color: #d4dbe0;
    margin-bottom: 30px;
  }
  .corp-contact {
    padding: 95px 0;
    background: #e9e4da;
  }
  .corp-contact__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
    align-items: end;
  }
  .corp-contact h2 {
    font-size: clamp(2.9rem,4vw,4.8rem);
    line-height: 1;
    margin: 0;
  }
  .corp-contact p {
    color: #626d75;
    max-width: 540px;
    margin-bottom: 24px;
  }
  .corp-footer {
    background: #07111b;
    color: #fff;
    padding-top: 70px;
  }
  .corp-footer__grid {
    display: grid;
    grid-template-columns: 1.55fr .75fr 1fr .75fr;
    gap: 65px;
  }
  .corp-footer__brand {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .corp-footer__brand img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(216,199,168,.36);
  }
  .corp-footer__brand strong {
    font-family: "Cormorant Garamond";
    font-size: 1.7rem;
  }
  .corp-footer__brand p {
    max-width: 390px;
    color: #9ca7af;
    font-size: .84rem;
    margin-top: 10px;
  }
  .corp-footer h4 {
    font-size: .61rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #d8c7a8;
    margin-bottom: 18px;
  }
  .corp-footer__grid>div:not(.corp-footer__brand) {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .corp-footer a {
    font-size: .78rem;
    color: #c0c8ce;
  }
  .corp-footer a:hover {
    color: #fff;
  }
  .corp-footer__bottom {
    margin-top: 54px;
    border-top: 1px solid rgba(255,255,255,.11);
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .65rem;
    color: #77838c;
  }
  .corp-page-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    background: #0d1b2a;
    color: #fff;
    overflow: hidden;
  }
  .corp-page-hero__media,.corp-page-hero__shade {
    position: absolute;
    inset: 0;
  }
  .corp-page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.56) contrast(1.04);
  }
  .corp-page-hero__shade {
    background: linear-gradient(90deg,rgba(7,17,27,.95),rgba(7,17,27,.7) 50%,rgba(7,17,27,.25));
  }
  .corp-page-hero__content {
    position: relative;
    z-index: 2;
    padding: 120px 0 72px;
  }
  .corp-page-hero h1 {
    max-width: 900px;
    color: #fff;
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: clamp(3.1rem,5vw,5.7rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.035em;
    margin-bottom: 22px;
  }
  .corp-page-hero p {
    max-width: 650px;
    color: #d6dde2;
    font-size: 1rem;
    line-height: 1.85;
    margin: 0;
  }
  .corp-page-hero--plain {
    min-height: 360px;
  }
  .corp-page-hero--plain .corp-page-hero__content {
    padding-top: 105px;
  }
  .corp-page-section {
    padding: 112px 0;
  }
  .corp-page-section--white {
    background: #fff;
  }
  .corp-page-section--sand {
    background: #f5f3ee;
    border-top: 1px solid #e3dfd7;
    border-bottom: 1px solid #e3dfd7;
  }
  .corp-page-section--navy {
    background: #0d1b2a;
    color: #fff;
  }
  .corp-page-section--navy h2,.corp-page-section--navy h3 {
    color: #fff;
  }
  .corp-editorial-split {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 120px;
    align-items: start;
  }
  .corp-editorial-split h2 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: clamp(2.8rem,4vw,4.7rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
  }
  .corp-prose {
    max-width: 680px;
    border-left: 1px solid #d9d3ca;
    padding-left: 42px;
  }
  .corp-prose p {
    font-size: 1rem;
    line-height: 1.95;
    color: #5e6870;
    margin-bottom: 22px;
  }
  .corp-governance-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #d6d0c6;
    border-bottom: 1px solid #d6d0c6;
  }
  .corp-governance-grid article {
    padding: 38px 34px;
    border-right: 1px solid #d6d0c6;
    min-height: 230px;
  }
  .corp-governance-grid article:first-child {
    padding-left: 0;
  }
  .corp-governance-grid article:last-child {
    border-right: 0;
  }
  .corp-governance-grid span {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .13em;
    color: #9a7b4e;
  }
  .corp-governance-grid h3 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 34px 0 12px;
  }
  .corp-governance-grid p {
    font-size: .88rem;
    line-height: 1.75;
    color: #687179;
    margin: 0;
  }
  .corp-chairman-page {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 100px;
    align-items: center;
  }
  .corp-chairman-page__media img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(255,255,255,.16);
    filter: saturate(.72);
  }
  .corp-chairman-page h2 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: clamp(2.8rem,4vw,4.8rem);
    font-weight: 400;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 22px;
  }
  .corp-chairman-page p {
    max-width: 720px;
    color: #bec7ce;
    line-height: 1.9;
  }
  .corp-chairman-page__sign {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }
  .corp-chairman-page__sign strong {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.35rem;
    font-weight: 400;
    color: #fff;
  }
  .corp-chairman-page__sign span {
    margin-top: 7px;
    font-size: .6rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #d8c7a8;
  }
  .corp-company-ledger {
    border-top: 1px solid #cfc8bc;
  }
  .corp-company-ledger__head {
    display: grid;
    grid-template-columns: minmax(260px,1.15fr) minmax(300px,1.35fr) 150px;
    gap: 36px;
    padding: 0 0 14px 138px;
    border-bottom: 1px solid #cfc8bc;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a8176;
  }
  .corp-company-row {
    display: grid;
    grid-template-columns: 104px minmax(250px,1.15fr) minmax(300px,1.35fr) 150px;
    gap: 34px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #cfc8bc;
    transition: background .18s ease;
  }
  .corp-company-row:hover {
    background: rgba(255,255,255,.55);
  }
  .corp-company-row__logo {
    width: 88px;
    height: 68px;
    background: #fff;
    border: 1px solid #ddd7cd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .corp-company-row__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1) contrast(.96);
  }
  .corp-company-row__logo--brand {
    background: #0d1b2a;
    color: #d8c7a8;
    border-color: #0d1b2a;
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.55rem;
  }
  .corp-company-row small {
    display: block;
    font-size: .57rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #9a7b4e;
  }
  .corp-company-row h3 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.45rem;
    font-weight: 400;
    margin: 6px 0 0;
  }
  .corp-company-row p {
    font-size: .86rem;
    line-height: 1.7;
    color: #657079;
    margin: 0;
  }
  .corp-company-row>span {
    font-size: .59rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #818991;
  }
  .corp-feature-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 92px;
    align-items: center;
  }
  .corp-feature-split h2 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: clamp(2.8rem,4vw,4.8rem);
    font-weight: 400;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .corp-feature-split p {
    max-width: 610px;
    color: #606b73;
    line-height: 1.9;
  }
  .corp-feature-split img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    filter: saturate(.72);
  }
  .corp-feature-split--dark {
    grid-template-columns: 1.05fr .95fr;
  }
  .corp-feature-split--dark p {
    color: #bdc6cd;
  }
  .corp-focus-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #d6d0c6;
    border-bottom: 1px solid #d6d0c6;
  }
  .corp-focus-grid article {
    padding: 34px 28px;
    border-right: 1px solid #d6d0c6;
    min-height: 220px;
  }
  .corp-focus-grid article:last-child {
    border-right: 0;
  }
  .corp-focus-grid span {
    font-size: .6rem;
    font-weight: 700;
    color: #9a7b4e;
    letter-spacing: .12em;
  }
  .corp-focus-grid h3 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.35rem;
    font-weight: 400;
    margin: 31px 0 10px;
  }
  .corp-focus-grid p {
    font-size: .86rem;
    line-height: 1.7;
    color: #687179;
    margin: 0;
  }
  .corp-contact-page {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 100px;
    align-items: start;
  }
  .corp-contact-page h2 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: clamp(2.8rem,4vw,4.7rem);
    font-weight: 400;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .corp-contact-page>div:first-child p {
    max-width: 610px;
    color: #606b73;
    line-height: 1.9;
  }
  .corp-contact-card {
    border: 1px solid #d8d2c7;
    background: #f7f5f0;
    padding: 42px;
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 10px 22px;
    align-items: center;
  }
  .corp-contact-card img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    grid-row: 1/4;
    border: 1px solid #d8d2c7;
  }
  .corp-contact-card strong {
    font-family: "Libre Baskerville",Georgia,serif;
    font-size: 1.45rem;
    font-weight: 400;
    color: #0d1b2a;
  }
  .corp-contact-card span {
    font-size: .64rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a8176;
  }
  .corp-contact-card a {
    font-size: .86rem;
    font-weight: 700;
    color: #0d1b2a;
    margin-top: 5px;
  }
  .corp-legal-prose {
    max-width: 850px;
  }
  .corp-legal-prose h2,.corp-legal-prose h3 {
    font-family: "Libre Baskerville",Georgia,serif;
    font-weight: 400;
  }
  .corp-legal-prose p,.corp-legal-prose li {
    color: #5f6971;
    line-height: 1.9;
  }
}
@media (max-width:1120px) {
  .corp-nav {
    display: none;
  }
  .corp-menu {
    display: block;
  }
  .corp-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    background: #fff;
    border-bottom: 1px solid #ddd7cd;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 20px 40px rgba(13,27,42,.12);
  }
  .corp-mobile a {
    font-size: .9rem;
    font-weight: 600;
    color: #0d1b2a;
  }
  .corp-activity-grid article {
    grid-template-columns: 140px 1fr;
  }
  .corp-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}
@media (max-width:860px) {
  .corp-page-hero {
    min-height: 390px;
  }
  .corp-page-hero__content {
    padding: 90px 0 58px;
  }
  .corp-page-section {
    padding: 82px 0;
  }
  .corp-editorial-split,.corp-chairman-page,.corp-feature-split,.corp-feature-split--dark,.corp-contact-page {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .corp-prose {
    border-left: 0;
    border-top: 1px solid #d9d3ca;
    padding: 28px 0 0;
  }
  .corp-governance-grid {
    grid-template-columns: 1fr;
  }
  .corp-governance-grid article {
    border-right: 0;
    border-bottom: 1px solid #d6d0c6;
    padding-left: 0;
    min-height: 0;
  }
  .corp-governance-grid article:last-child {
    border-bottom: 0;
  }
  .corp-chairman-page {
    grid-template-columns: 250px 1fr;
  }
  .corp-company-ledger__head {
    display: none;
  }
  .corp-company-row {
    grid-template-columns: 92px 1fr 130px;
    gap: 22px;
  }
  .corp-company-row p {
    grid-column: 2/4;
  }
  .corp-focus-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .corp-focus-grid article:nth-child(2) {
    border-right: 0;
  }
  .corp-focus-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #d6d0c6;
  }
  .corp-contact-card {
    max-width: 620px;
  }
  body.admin-bar .corp-header {
    top: 46px;
  }
  .corp-shell {
    width: min(calc(100% - 34px),1320px);
  }
  .corp-topbar {
    display: none;
  }
  .corp-header__main {
    height: 76px;
  }
  .corp-mobile {
    top: 76px;
  }
  .corp-brand img {
    width: 48px;
    height: 48px;
  }
  .corp-hero {
    min-height: 650px;
  }
  .corp-hero__content {
    padding: 80px 0 135px;
  }
  .corp-hero h1 {
    font-size: clamp(3.5rem,11vw,5.8rem);
  }
  .corp-hero__footer .corp-shell {
    grid-template-columns: repeat(2,1fr);
  }
  .corp-hero__footer span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .corp-intro,.corp-why,.corp-chairman,.corp-activities,.corp-principles {
    padding: 82px 0;
  }
  .corp-intro__grid,.corp-chairman__grid,.corp-principles__grid,.corp-contact__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .corp-intro__grid>div:last-child {
    border-left: 0;
    border-top: 1px solid #ddd7cd;
    padding: 28px 0 0;
  }
  .corp-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .corp-values {
    grid-template-columns: repeat(2,1fr);
  }
  .corp-values article:nth-child(2) {
    border-right: 0;
  }
  .corp-values article:nth-child(-n+2) {
    border-bottom: 1px solid #d7d1c7;
  }
  .corp-chairman__grid {
    grid-template-columns: 260px 1fr;
  }
  .corp-activity-grid {
    grid-template-columns: 1fr;
  }
  .corp-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width:560px) {
  .corp-page-hero {
    min-height: 350px;
  }
  .corp-page-hero__content {
    padding: 76px 0 50px;
  }
  .corp-page-hero h1 {
    font-size: clamp(2.7rem,12vw,4rem);
  }
  .corp-page-section {
    padding: 68px 0;
  }
  .corp-editorial-split h2,.corp-chairman-page h2,.corp-feature-split h2,.corp-contact-page h2 {
    font-size: clamp(2.35rem,10vw,3.5rem);
  }
  .corp-chairman-page {
    grid-template-columns: 1fr;
  }
  .corp-chairman-page__media img {
    width: 220px;
    height: 285px;
  }
  .corp-company-row {
    grid-template-columns: 74px 1fr;
    gap: 16px;
    padding: 22px 0;
  }
  .corp-company-row__logo {
    width: 66px;
    height: 54px;
  }
  .corp-company-row p,.corp-company-row>span {
    grid-column: 2;
  }
  .corp-focus-grid {
    grid-template-columns: 1fr;
  }
  .corp-focus-grid article {
    border-right: 0 !important;
    border-bottom: 1px solid #d6d0c6 !important;
    padding-left: 0;
  }
  .corp-feature-split img {
    height: 300px;
  }
  .corp-contact-card {
    grid-template-columns: 64px 1fr;
    padding: 28px;
  }
  .corp-contact-card img {
    width: 64px;
    height: 64px;
  }
  .corp-brand>span {
    display: none;
  }
  .corp-hero {
    min-height: 620px;
  }
  .corp-hero__content {
    padding: 66px 0 150px;
  }
  .corp-hero h1 {
    font-size: clamp(3.1rem,15vw,4.6rem);
  }
  .corp-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .corp-hero__footer span {
    padding: 15px 10px;
    font-size: .54rem;
  }
  .corp-intro h2,.corp-section-head h2,.corp-chairman h2,.corp-principles h2,.corp-contact h2 {
    font-size: clamp(2.8rem,12vw,4rem);
  }
  .corp-values {
    grid-template-columns: 1fr;
  }
  .corp-values article {
    border-right: 0 !important;
    border-bottom: 1px solid #d7d1c7;
    padding-left: 0;
  }
  .corp-chairman__grid {
    grid-template-columns: 1fr;
  }
  .corp-chairman__media img {
    width: 230px;
    height: 300px;
  }
  .corp-activity-grid article {
    grid-template-columns: 1fr;
  }
  .corp-activity__visual {
    min-height: 145px;
  }
  .corp-principles__list>div {
    grid-template-columns: 36px 1fr;
  }
  .corp-principles__list p {
    grid-column: 2;
  }
  .corp-global {
    min-height: 570px;
  }
  .corp-global h2 {
    font-size: clamp(3rem,13vw,4.4rem);
  }
  .corp-footer__grid {
    grid-template-columns: 1fr;
  }
  .corp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 18px 0;
  }
}
@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;
    }
  }
}

/* Chairman message: image-only presentation */
.corp-chairman-page--image-only{display:block}
.corp-chairman-page--image-only .corp-chairman-page__media{width:100%}
.corp-chairman-page--image-only .corp-chairman-page__media img{display:block;width:100%;height:auto;max-width:none;object-fit:contain;object-position:center;border:0;filter:none}
@media (max-width:767px){.corp-chairman-page--image-only .corp-chairman-page__media img{width:100%;height:auto}}

/* 2026-09 institutional final polish */
.corp-home,.corp-page{overflow:hidden}
.corp-page-hero__content,.corp-hero__content{max-width:1320px}
.corp-page-section h2,.corp-intro h2,.corp-section-head h2,.corp-principles h2,.corp-contact h2{letter-spacing:-.035em}
.corp-prose p:last-child,.corp-feature-split p:last-child,.corp-contact-page p:last-child{margin-bottom:0}
.corp-company-row,.corp-governance-grid article,.corp-focus-grid article{transition:background-color .18s ease,border-color .18s ease}
.corp-company-row:hover,.corp-governance-grid article:hover,.corp-focus-grid article:hover{background:rgba(216,199,168,.09)}
.corp-chairman--image-only{padding:0;background:#0d1b2a}
.corp-chairman--image-only .corp-shell{width:min(100%,1320px)}
.corp-chairman--image-only .corp-chairman__media{width:100%}
.corp-chairman--image-only .corp-chairman__media img{display:block;width:100%;height:auto;max-width:none;object-fit:contain;object-position:center;border:0;filter:none}
.corp-legal-prose{font-size:.98rem}
.corp-legal-prose h2{margin-top:2.2em;margin-bottom:.7em}
.corp-legal-prose h3{margin-top:1.8em;margin-bottom:.55em}
.corp-legal-prose ul{padding-left:1.2rem}
@media(max-width:860px){
 .corp-page-hero__shade{background:linear-gradient(90deg,rgba(7,17,27,.94),rgba(7,17,27,.58))}
 .corp-company-row:hover,.corp-governance-grid article:hover,.corp-focus-grid article:hover{background:transparent}
}
@media(max-width:560px){
 .corp-page-hero p{font-size:.94rem;line-height:1.7}
 .corp-page-section{padding:64px 0}
 .corp-chairman--image-only .corp-shell{width:100%}
}
.corp-prose--dark{border-left-color:rgba(255,255,255,.18)}.corp-prose--dark p{color:#bec7ce}.corp-page-section--navy .corp-text-link{color:#fff}.corp-page-section--navy .corp-text-link:hover{color:#d8c7a8}

/* 2026-09 final responsive and accessibility pass */
html{scroll-behavior:smooth}
[id]{scroll-margin-top:118px}
.corp-header a:focus-visible,.corp-header button:focus-visible,.corp-footer a:focus-visible,.corp-page a:focus-visible,.corp-home a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.corp-menu{touch-action:manipulation}
.corp-mobile{max-height:calc(100vh - 82px);overflow-y:auto;-webkit-overflow-scrolling:touch}
.corp-page-hero__media img,.corp-hero__media img{will-change:auto}
.corp-company-row img,.corp-footer img,.corp-brand img{object-fit:contain}
@media(max-width:1024px){
 .corp-shell{width:min(100% - 40px,1180px)}
 .corp-page-hero__content{padding-top:110px;padding-bottom:72px}
}
@media(max-width:767px){
 html{scroll-behavior:auto}
 [id]{scroll-margin-top:88px}
 .corp-shell{width:min(100% - 28px,1180px)}
 .corp-topbar{display:none}
 .corp-header__main{min-height:74px}
 .corp-brand img{width:48px;height:48px}
 .corp-brand strong{font-size:1rem}
 .corp-brand small{font-size:.62rem}
 .corp-mobile{top:74px}
 .corp-page-hero{min-height:390px}
 .corp-page-hero__content{padding-top:88px;padding-bottom:56px}
 .corp-page-hero h1{font-size:clamp(2rem,10vw,3.25rem);line-height:1.05}
 .corp-page-hero p{max-width:34rem}
 .corp-company-row{gap:18px}
 .corp-company-row__logo{min-width:68px}
 .corp-contact-page{gap:28px}
 .corp-footer__bottom{gap:10px}
}
@media(max-width:420px){
 .corp-shell{width:min(100% - 22px,1180px)}
 .corp-brand span{display:block}
 .corp-page-section{padding:56px 0}
 .corp-page-hero{min-height:360px}
 .corp-page-hero__content{padding-top:82px;padding-bottom:48px}
 .corp-btn{width:100%;justify-content:center;text-align:center}
}
@media(prefers-reduced-motion:reduce){
 *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}