/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-ink: #162427;
    --color-ink-muted: #52747a;
    --color-primary: #277686;
    --color-surface-page: #f9fafb;
    --color-on-page: #162427;
    --color-surface-accent: #ebf3f4;
    --color-on-accent: #162427;
    --color-surface-card: #fdfefe;
    --color-on-card: #162427;
    --color-surface-scrim: #000000;
    --color-on-scrim: #ffffff;
    --text-display: 36px;
    --text-display--line-height: 1.1;
    --text-display--font-weight: 300;
    --text-display-md: 48px;
    --text-display-md--line-height: 1.1;
    --text-display-md--font-weight: 300;
    --text-title: 20px;
    --text-title--line-height: 1.3;
    --text-title--font-weight: 600;
    --text-card-title: 18px;
    --text-card-title--line-height: 1.375;
    --text-card-title--font-weight: 600;
    --text-body: 18px;
    --text-body--line-height: 1.8;
    --text-body--font-weight: 400;
    --text-body-list: 17px;
    --text-body-list--line-height: 1.7;
    --text-body-list--font-weight: 400;
    --text-small: 14px;
    --text-small--line-height: 1.4285714285714286;
    --text-small--font-weight: 400;
    --text-caption: 12px;
    --text-caption--line-height: 1.3333333333333333;
    --text-caption--letter-spacing: 0.025em;
    --text-caption--font-weight: 400;
    --text-action: 14px;
    --text-action--line-height: 1.4285714285714286;
    --text-action--font-weight: 500;
    --text-control: 16px;
    --text-control--line-height: 1.5;
    --text-control--font-weight: 400;
    --container-band: 1280px;
    --container-index: 1024px;
    --container-article: 760px;
    --container-2xl: 42rem;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-8: 2rem;
    --spacing-10: 2.5rem;
    --spacing-12: 3rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-full: 9999px;
    --font-weight-medium: 500;
    --tracking-widest: 0.1em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --font-heading: 'Cormorant Garamond', 'Cormorant Garamond Fallback', serif;
    --font-body: Montserrat, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --default-font-family: var(--font-body);
  }
}
@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: normal;
    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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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 {
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-article {
    max-width: var(--container-article);
  }
  .max-w-band {
    max-width: var(--container-band);
  }
  .max-w-index {
    max-width: var(--container-index);
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: var(--spacing-2);
  }
  .gap-3 {
    gap: var(--spacing-3);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-5 {
    gap: var(--spacing-5);
  }
  .gap-6 {
    gap: var(--spacing-6);
  }
  .gap-12 {
    gap: var(--spacing-12);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-surface-card {
    border-color: var(--color-surface-card);
  }
  .bg-surface-accent {
    background-color: var(--color-surface-accent);
  }
  .bg-surface-card {
    background-color: var(--color-surface-card);
  }
  .bg-surface-page {
    background-color: var(--color-surface-page);
  }
  .bg-surface-scrim {
    background-color: var(--color-surface-scrim);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: var(--spacing-4);
  }
  .p-6 {
    padding: var(--spacing-6);
  }
  .p-10 {
    padding: var(--spacing-10);
  }
  .p-12 {
    padding: var(--spacing-12);
  }
  .p-16 {
    padding: var(--spacing-16);
  }
  .p-20 {
    padding: var(--spacing-20);
  }
  .px-6 {
    padding-inline: var(--spacing-6);
  }
  .py-4 {
    padding-block: var(--spacing-4);
  }
  .text-center {
    text-align: center;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-caption {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, var(--text-caption--line-height));
    letter-spacing: var(--tw-tracking, var(--text-caption--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-caption--font-weight));
  }
  .text-action {
    font-size: var(--text-action);
    line-height: var(--tw-leading, var(--text-action--line-height));
    font-weight: var(--tw-font-weight, var(--text-action--font-weight));
  }
  .text-body {
    font-size: var(--text-body);
    line-height: var(--tw-leading, var(--text-body--line-height));
    font-weight: var(--tw-font-weight, var(--text-body--font-weight));
  }
  .text-body-list {
    font-size: var(--text-body-list);
    line-height: var(--tw-leading, var(--text-body-list--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-list--font-weight));
  }
  .text-card-title {
    font-size: var(--text-card-title);
    line-height: var(--tw-leading, var(--text-card-title--line-height));
    font-weight: var(--tw-font-weight, var(--text-card-title--font-weight));
  }
  .text-control {
    font-size: var(--text-control);
    line-height: var(--tw-leading, var(--text-control--line-height));
    font-weight: var(--tw-font-weight, var(--text-control--font-weight));
  }
  .text-display {
    font-size: var(--text-display);
    line-height: var(--tw-leading, var(--text-display--line-height));
    font-weight: var(--tw-font-weight, var(--text-display--font-weight));
  }
  .text-small {
    font-size: var(--text-small);
    line-height: var(--tw-leading, var(--text-small--line-height));
    font-weight: var(--tw-font-weight, var(--text-small--font-weight));
  }
  .text-title {
    font-size: var(--text-title);
    line-height: var(--tw-leading, var(--text-title--line-height));
    font-weight: var(--tw-font-weight, var(--text-title--font-weight));
  }
  .font-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink-muted {
    color: var(--color-ink-muted);
  }
  .text-on-accent {
    color: var(--color-on-accent);
  }
  .text-on-card {
    color: var(--color-on-card);
  }
  .text-on-page {
    color: var(--color-on-page);
  }
  .text-on-scrim {
    color: var(--color-on-scrim);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-8 {
    @media (width >= 768px) {
      padding: var(--spacing-8);
    }
  }
  .md\:p-12 {
    @media (width >= 768px) {
      padding: var(--spacing-12);
    }
  }
  .md\:p-16 {
    @media (width >= 768px) {
      padding: var(--spacing-16);
    }
  }
  .md\:px-8 {
    @media (width >= 768px) {
      padding-inline: var(--spacing-8);
    }
  }
  .md\:py-5 {
    @media (width >= 768px) {
      padding-block: var(--spacing-5);
    }
  }
  .md\:text-display-md {
    @media (width >= 768px) {
      font-size: var(--text-display-md);
      line-height: var(--tw-leading, var(--text-display-md--line-height));
      font-weight: var(--tw-font-weight, var(--text-display-md--font-weight));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer components {
  .button-card {
    display: block;
    width: 100%;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: var(--spacing-6);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .button-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    padding-inline: var(--spacing-6);
    padding-block: var(--spacing-3);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    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));
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .button-text {
    display: inline-flex;
    align-items: center;
    text-decoration-line: underline;
    text-underline-offset: 3px;
  }
  .role-card-action {
    margin-top: var(--spacing-4);
    display: inline-block;
  }
  .role-card-media {
    margin-bottom: var(--spacing-4);
    width: 100%;
    border-radius: var(--radius-xl);
  }
  .role-card-meta {
    margin-bottom: var(--spacing-2);
    text-transform: uppercase;
  }
  .role-card-title {
    margin-bottom: var(--spacing-2);
  }
  .role-eyebrow {
    margin-bottom: var(--spacing-2);
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
  }
  .role-footer-brand {
    margin-bottom: var(--spacing-4);
  }
  .role-heading {
    margin-bottom: var(--spacing-6);
  }
  .role-hero-subtitle {
    text-align: center;
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
    text-transform: uppercase;
  }
  .role-hero-title {
    text-align: center;
  }
  .role-post-hero-figure {
    margin-bottom: var(--spacing-10);
  }
  .role-prose-heading {
    margin-top: var(--spacing-6);
    margin-bottom: var(--spacing-1);
  }
  .role-prose-image {
    margin-block: var(--spacing-8);
    border-radius: var(--radius-xl);
  }
  .role-prose-list {
    margin-bottom: var(--spacing-6);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
    padding-left: var(--spacing-6);
  }
  .role-prose-paragraph {
    margin-bottom: var(--spacing-6);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-font-weight: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-tracking: initial;
    }
  }
}
