/*! 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, Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .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: #c8a951;
    --color-primary-500: #c8a951;
    --color-secondary-200: #dddddd;
    --color-secondary-500: #777777;
    --color-secondary-600: #555555;
    --color-secondary-700: #343434;
    --color-neutral: #111111;
  }
}
@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-6xl {
    max-width: var(--container-6xl);
  }
  .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-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 {
  body {
    margin: 0;
    background: #f4f0e6;
    color: #111;
    font-family: "Source Sans 3",sans-serif;
    line-height: 1.6;
  }
  h1,h2,h3,h4 {
    font-family: "Cormorant Garamond",serif;
    line-height: .95;
    margin: 0;
    font-weight: 700;
  }
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    display: block;
  }
}
@layer components {
  .wrap {
    width: min(1180px,calc(100% - 40px));
    margin: auto;
  }
  .site-header .nav-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 28px;
    box-sizing: border-box;
  }
  .topbar {
    background: #0b0b0b;
    color: #bfb7a0;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
  }
  .topbar a {
    color: #d6bd70;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(244,240,230,.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(17,17,17,.12);
  }
  .nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    gap: 22px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111;
    flex: 0 0 auto;
  }
  .brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
  .brand strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 1.7rem;
    line-height: 1;
  }
  .brand small {
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .65rem;
    color: #6d675b;
    margin-top: 4px;
  }
  .primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 1;
    min-width: 0;
  }
  .primary-nav>a,.nav-dropdown>a {
    color: #171717;
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
  }
  .primary-nav>a:hover,.nav-dropdown>a:hover {
    color: #967825;
  }
  .nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
  }
  .nav-submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #111;
    border: 1px solid rgba(200,169,81,.35);
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    padding: 10px;
    z-index: 80;
  }
  .nav-submenu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
  .nav-submenu a {
    display: block;
    color: #fff;
    padding: 11px 12px;
    font-size: .74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
  }
  .nav-submenu a:hover {
    background: #c8a951;
    color: #111;
  }
  .nav-cta {
    border: 1px solid #111;
    padding: 10px 14px;
  }
  .menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #111;
    margin: 5px;
  }
  .hero-shell {
    background: #0d0d0d;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .hero-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%,rgba(200,169,81,.14),transparent 28%),linear-gradient(135deg,transparent 60%,rgba(255,255,255,.025));
    pointer-events: none;
  }
  .hero-grid {
    width: min(1180px,calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    min-height: 670px;
    padding: 70px 0;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .eyebrow,.section-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 800;
    color: #8d8065;
    margin-bottom: 20px;
  }
  .section-kicker.gold,.gold {
    color: #d4b75d;
  }
  .hero-copy h1 {
    font-size: clamp(4rem,8vw,7.6rem);
    letter-spacing: -.045em;
    max-width: 900px;
  }
  .hero-copy h1 span {
    color: #c8a951;
  }
  .hero-copy p {
    max-width: 720px;
    color: #cbc7bd;
    font-size: 1.15rem;
    margin: 30px 0;
  }
  .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .25s;
  }
  .btn-gold {
    background: #c8a951;
    color: #111;
  }
  .btn-gold:hover {
    background: #e0c56f;
  }
  .btn-ghost {
    border-color: #807b70;
    color: #fff;
  }
  .btn-ghost:hover {
    border-color: #c8a951;
    color: #c8a951;
  }
  .btn-dark {
    background: #111;
    color: #fff;
  }
  .hero-mark {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .mark-ring {
    width: min(410px,86%);
    aspect-ratio: 1;
    border: 1px solid rgba(200,169,81,.45);
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
  }
  .mark-ring:before,.mark-ring:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(200,169,81,.18);
    border-radius: 50%;
  }
  .mark-ring:before {
    inset: 18px;
  }
  .mark-ring:after {
    inset: -24px;
  }
  .mark-ring img {
    width: 67%;
  }
  .hero-stats {
    width: min(1180px,calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #2e2e2e;
  }
  .hero-stats div {
    padding: 28px 24px;
    border-right: 1px solid #2e2e2e;
  }
  .hero-stats div:last-child {
    border-right: 0;
  }
  .hero-stats strong {
    font-family: "Cormorant Garamond",serif;
    font-size: 2.4rem;
    color: #d1b35a;
    display: block;
  }
  .hero-stats span {
    font-size: .72rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #9f9b92;
  }
  .section {
    padding: 110px max(20px,calc((100vw - 1180px)/2));
  }
  .section-light {
    background: #f4f0e6;
  }
  .section-dark {
    background: #111;
    color: #fff;
  }
  .section-grid.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
  }
  .section h2 {
    font-size: clamp(3rem,5vw,5rem);
    letter-spacing: -.035em;
  }
  .lead-copy {
    font-size: 1.13rem;
    color: #514c42;
  }
  .lead-copy p:first-child {
    font-size: 1.35rem;
    color: #111;
  }
  .text-link {
    display: inline-block;
    margin-top: 20px;
    color: #7c6221;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .77rem;
  }
  .section-heading.center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px;
  }
  .section-heading.center p {
    color: #aaa;
  }
  .pillar-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #333;
    border-left: 1px solid #333;
  }
  .pillar-card {
    padding: 35px 28px 45px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    min-height: 270px;
  }
  .pillar-card span {
    color: #c8a951;
    font-size: .72rem;
    letter-spacing: .16em;
  }
  .pillar-card h3 {
    font-size: 2rem;
    margin: 55px 0 16px;
  }
  .pillar-card p {
    color: #a9a9a9;
    font-size: .94rem;
  }
  .president-welcome-home {
    background: #111;
    color: #fff;
  }
  .president-welcome-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(340px,.82fr) 1.18fr;
    gap: 72px;
    align-items: center;
  }
  .president-welcome-photo {
    background: #1b1b1b;
    border: 1px solid #353535;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
  }
  .president-welcome-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: contain;
    object-position: center;
    background: #111;
  }
  .president-welcome-copy h2 {
    font-size: clamp(3.2rem,5vw,5.4rem);
    letter-spacing: -.04em;
    margin: 4px 0 24px;
  }
  .president-welcome-copy>p {
    max-width: 700px;
    color: #bdb7ab;
    font-size: 1.02rem;
    line-height: 1.75;
  }
  .president-welcome-copy .president-welcome-lead {
    color: #f4f0e6;
    font-size: 1.18rem;
  }
  .president-welcome-signature {
    display: flex;
    flex-direction: column;
    margin: 26px 0;
  }
  .president-welcome-signature strong {
    font-family: "Cormorant Garamond",serif;
    color: #d4b75d;
    font-size: 1.75rem;
  }
  .president-welcome-signature span {
    color: #aaa59a;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .72rem;
    font-weight: 800;
    margin-top: 3px;
  }
  .split-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 50px;
  }
  .split-heading>p {
    max-width: 480px;
    color: #5e594f;
    font-size: 1.05rem;
  }
  .mission-heading-wrap {
    min-width: 0;
  }
  .mission-heading {
    font-size: clamp(2.65rem,4.8vw,4.7rem) !important;
    line-height: .95;
    letter-spacing: -.045em;
    white-space: nowrap;
    margin: 0;
  }
  .mission-heading-dot {
    color: #c8a951;
  }
  .nine-strip {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #bfb7a3;
    border-left: 1px solid #bfb7a3;
  }
  .nine-strip span {
    padding: 24px;
    border-right: 1px solid #bfb7a3;
    border-bottom: 1px solid #bfb7a3;
    font-family: "Cormorant Garamond",serif;
    font-size: 1.35rem;
    font-weight: 700;
  }
  .center-cta {
    text-align: center;
    margin-top: 35px;
  }
  .leadership-preview {
    background: #ded8ca;
  }
  .portrait-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 26px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .portrait-card {
    margin: 0;
    background: #111;
    color: #fff;
  }
  .portrait-card img {
    width: 100%;
    aspect-ratio: 1/1.12;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s;
  }
  .portrait-card:hover img {
    filter: grayscale(0);
  }
  .portrait-card figcaption {
    padding: 15px 16px;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .72rem;
    color: #c8a951;
  }
  .leadership-home-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .leadership-home-photo {
    background: #1a1a1a;
  }
  .leadership-home-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.08;
    object-fit: contain;
    object-position: center;
    background: #eee8dc;
    padding: 8px;
    filter: none;
  }
  .leadership-home-card:hover .leadership-home-photo img {
    filter: none;
  }
  .leadership-home-copy {
    padding: 20px 20px 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .leadership-home-title {
    margin: 0 0 8px;
    color: #c8a951;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .66rem;
    font-weight: 900;
    line-height: 1.35;
  }
  .leadership-home-card h3 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.08;
    color: #fff;
    overflow-wrap: anywhere;
  }
  .leadership-home-org {
    margin: 12px 0 5px;
    color: #f4f0e6;
    font-weight: 800;
    font-size: .82rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .leadership-home-chapter {
    margin: 0;
    color: #aaa59a;
    font-size: .8rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .impact-band {
    background: #181818;
    color: #fff;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    align-items: end;
    gap: 50px;
  }
  .impact-copy p {
    max-width: 740px;
    color: #aaa;
    font-size: 1.08rem;
  }
  .impact-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
  }
  .event-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .event-card {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 30px;
    min-height: 230px;
  }
  .event-label {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7rem;
    color: #967825;
    font-weight: 800;
  }
  .event-card h3 {
    font-size: 2.2rem;
    margin: 45px 0 12px;
  }
  .event-card p {
    color: #655f55;
  }
  .upcoming-events-home {
    background: linear-gradient(180deg,#f4f0e6,#e9e1d3);
  }
  .upcoming-events-shell {
    background: #fff;
    border-top: 5px solid #111;
    padding: 30px;
    box-shadow: 0 22px 50px rgba(17,17,17,.08);
  }
  .upcoming-events-shell .ajde_evcal_calendar {
    margin: 0;
  }
  .upcoming-events-shell .eventon_events_list .eventon_list_event {
    border-left: 4px solid #c8a951 !important;
    box-shadow: 0 8px 20px rgba(17,17,17,.05);
    margin-bottom: 14px !important;
  }
  .upcoming-events-shell .eventon_events_list .eventon_list_event:last-child {
    margin-bottom: 0 !important;
  }
  .upcoming-events-shell .evo_month_title {
    font-family: "Cormorant Garamond",serif !important;
    color: #111 !important;
  }
  .upcoming-events-empty {
    margin: 0;
    color: #625d53;
  }
  .cta-section {
    text-align: center;
    background: #0d0d0d;
    color: #fff;
  }
  .cta-section p {
    max-width: 700px;
    margin: 25px auto;
    color: #aaa;
  }
  .center-actions {
    justify-content: center;
  }
  .leadership-page--editorial {
    background: #f6f2e9;
    color: #111;
  }
  .leadership-hero--editorial {
    background: #f6f2e9;
    border-bottom: 1px solid #bdb5a4;
  }
  .leadership-hero--editorial .leadership-hero__inner {
    display: grid;
    grid-template-columns: 180px minmax(0,1.4fr) minmax(240px,.6fr);
    gap: 46px;
    align-items: end;
    min-height: 540px;
    padding-top: 86px;
    padding-bottom: 72px;
  }
  .leadership-hero__rail {
    align-self: stretch;
    border-right: 1px solid #bdb5a4;
    padding-right: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .68rem;
    font-weight: 800;
    color: #6b655b;
  }
  .leadership-hero--editorial .eyebrow {
    color: #8a6a18;
  }
  .leadership-hero--editorial h1 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(4.5rem,8vw,8.2rem);
    font-weight: 600;
    line-height: .82;
    letter-spacing: -.045em;
    margin: 12px 0 28px;
    color: #111;
    max-width: 900px;
  }
  .leadership-hero--editorial .lead {
    max-width: 720px;
    color: #5e584f;
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0;
  }
  .leadership-hero__quote {
    background: #111;
    color: #fff;
    padding: 34px 30px;
    border-left: 5px solid #c8a951;
    align-self: center;
  }
  .leadership-hero__quote span {
    display: block;
    color: #c8a951;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .66rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .leadership-hero__quote strong {
    font-family: "Cormorant Garamond",serif;
    font-size: 2.1rem;
    line-height: 1.05;
    font-weight: 600;
  }
  .section-heading {
    max-width: 860px;
    margin-bottom: 44px;
    border-bottom: 1px solid #cfc7b7;
    padding-bottom: 24px;
  }
  .section-heading .eyebrow {
    color: #8a6a18;
  }
  .section-heading h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(3.4rem,6vw,5.6rem);
    font-weight: 600;
    line-height: .92;
    letter-spacing: -.035em;
    margin: 7px 0 14px;
  }
  .section-copy {
    max-width: 720px;
    color: #625d53;
    line-height: 1.8;
  }
  .president-spotlight-section {
    background: #fff;
    color: #111;
    border-bottom: 1px solid #d8d1c2;
  }
  .president-spotlight {
    display: grid;
    grid-template-columns: minmax(360px,.8fr) minmax(0,1.2fr);
    gap: 70px;
    align-items: center;
  }
  .president-spotlight-photo {
    aspect-ratio: 4/5;
    background: #ddd5c5;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
  }
  .president-spotlight-photo:after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.72);
    pointer-events: none;
  }
  .president-spotlight-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: #ddd5c5;
    padding: 0;
  }
  .president-spotlight-copy {
    border-left: 1px solid #cfc7b7;
    padding: 12px 0 12px 42px;
  }
  .president-spotlight-copy .eyebrow {
    color: #8a6a18;
  }
  .president-spotlight-copy h2 {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(3.8rem,6vw,6.2rem);
    font-weight: 600;
    line-height: .88;
    letter-spacing: -.04em;
    margin: 10px 0 20px;
  }
  .president-title {
    color: #8a6a18;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    font-size: .72rem;
  }
  .president-org {
    margin: 12px 0 22px;
    color: #292622;
    font-weight: 800;
    font-size: 1rem;
  }
  .president-placeholder {
    max-width: 680px;
    color: #625d53;
    font-size: 1.08rem;
    line-height: 1.85;
  }
  .leadership-page--editorial>section:nth-of-type(3) {
    background: #f6f2e9;
  }
  .leadership-reps-section {
    background: #111;
    color: #fff;
  }
  .leadership-reps-section .section-heading {
    border-color: #343434;
  }
  .leadership-reps-section .section-heading h2 {
    color: #fff;
  }
  .leadership-reps-section .section-copy {
    color: #aaa59a;
  }
  .leadership-empty-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    border-top: 1px solid #cfc7b7;
    border-left: 1px solid #cfc7b7;
  }
  .leadership-empty-card {
    background: transparent;
    border: 0;
    border-right: 1px solid #cfc7b7;
    border-bottom: 1px solid #cfc7b7;
    box-shadow: none;
    overflow: hidden;
    transition: background .2s ease;
  }
  .leadership-empty-card:hover {
    transform: none;
    box-shadow: none;
    background: #fff;
  }
  .leadership-empty-photo {
    aspect-ratio: 4/5;
    background: #ded8ca;
    border-bottom: 1px solid #cfc7b7;
    overflow: hidden;
    display: grid;
    place-items: center;
  }
  .leadership-officer-photo {
    padding: 0;
    background: #ded8ca;
  }
  .leadership-officer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(.9);
  }
  .leadership-officer-copy {
    padding: 24px 20px 28px;
  }
  .leadership-officer-title {
    display: block;
    margin: 0 0 12px;
    color: #8a6a18;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .64rem;
    font-weight: 900;
  }
  .leadership-officer-card h3,.area-representative-card h3 {
    font-family: "Cormorant Garamond",serif;
    font-size: 1.9rem;
    line-height: 1;
    margin: 0;
    color: #111;
    font-weight: 600;
  }
  .leadership-officer-organization,.area-representative-org {
    margin: 15px 0 5px;
    font-weight: 800;
    color: #3b372f;
    font-size: .85rem;
    line-height: 1.4;
  }
  .leadership-officer-chapter,.area-representative-chapter {
    margin: 0;
    color: #7a7265;
    font-size: .8rem;
    line-height: 1.45;
  }
  .leadership-reps-section .leadership-empty-grid {
    border-color: #343434;
  }
  .leadership-reps-section .leadership-empty-card {
    border-color: #343434;
    background: #111;
  }
  .leadership-reps-section .leadership-empty-card:hover {
    background: #181818;
  }
  .leadership-reps-section .leadership-empty-photo {
    background: #222;
    border-color: #343434;
  }
  .leadership-reps-section .leadership-officer-title {
    color: #c8a951;
  }
  .leadership-reps-section .area-representative-card h3 {
    color: #fff;
  }
  .leadership-reps-section .area-representative-org {
    color: #e5dfd3;
  }
  .leadership-reps-section .area-representative-chapter {
    color: #a9a399;
  }
  .area-representative-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .area-representative-photo {
    aspect-ratio: 4/5;
    background: #222;
  }
  .area-representative-photo:not(.leadership-officer-photo):after {
    content: 'NPHC';
    display: grid;
    place-items: center;
    width: 108px;
    height: 108px;
    border: 1px solid #6f5a25;
    color: #c8a951;
    font-family: "Cormorant Garamond",serif;
    font-size: 1.45rem;
    letter-spacing: .08em;
  }
  .area-representative-copy {
    padding-bottom: 28px;
  }
  @media (max-width:1050px) {
    .leadership-hero--editorial .leadership-hero__inner {
      grid-template-columns: 130px 1fr;
    }
    .leadership-hero__quote {
      grid-column: 2;
    }
    .president-spotlight {
      grid-template-columns: 1fr 1fr;
    }
    .leadership-empty-grid,.area-representative-grid {
      grid-template-columns: repeat(3,1fr);
    }
  }
  @media (max-width:780px) {
    .leadership-hero--editorial .leadership-hero__inner {
      grid-template-columns: 1fr;
      gap: 30px;
      min-height: auto;
      padding-top: 70px;
      padding-bottom: 62px;
    }
    .leadership-hero__rail {
      display: none;
    }
    .leadership-hero__quote {
      grid-column: auto;
      max-width: 420px;
    }
    .president-spotlight {
      grid-template-columns: 1fr;
      gap: 34px;
    }
    .president-spotlight-photo {
      max-width: 500px;
      width: 100%;
      margin: auto;
    }
    .president-spotlight-copy {
      border-left: 0;
      border-top: 1px solid #cfc7b7;
      padding: 28px 0 0;
    }
    .leadership-empty-grid,.area-representative-grid {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width:520px) {
    .leadership-empty-grid,.area-representative-grid {
      grid-template-columns: 1fr;
    }
    .leadership-hero--editorial h1 {
      font-size: 4.4rem;
    }
    .leadership-hero__quote {
      padding: 28px 24px;
    }
  }
  .national-orgs-page {
    background: #f4f0e6;
  }
  .national-orgs-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 84% 16%,rgba(200,169,81,.19),transparent 29%),#0b0b0b;
    color: #fff;
  }
  .national-orgs-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(200,169,81,.16);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(200,169,81,.035),0 0 0 140px rgba(200,169,81,.02);
  }
  .national-orgs-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 70px;
    align-items: center;
    padding: 110px 0 100px;
  }
  .national-orgs-hero-copy h1 {
    font-size: clamp(4.6rem,8vw,8rem);
    line-height: .84;
    letter-spacing: -.055em;
    margin: 16px 0 28px;
  }
  .national-orgs-hero-copy h1 span {
    color: #c8a951;
  }
  .national-orgs-lead {
    max-width: 740px;
    color: #c6c1b7;
    font-size: 1.14rem;
    line-height: 1.75;
  }
  .national-orgs-hero-card {
    background: #f4f0e6;
    color: #111;
    padding: 40px 34px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
  }
  .national-orgs-card-label {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .7rem;
    font-weight: 900;
    color: #967825;
  }
  .national-orgs-hero-card strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.55rem;
    line-height: .95;
    margin: 14px 0 18px;
  }
  .national-orgs-hero-card p {
    color: #625d53;
    line-height: 1.65;
    margin: 0;
  }
  .national-orgs-band {
    background: #c8a951;
    color: #111;
  }
  .national-orgs-band-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .national-orgs-band-grid>div {
    padding: 34px 40px;
    border-right: 1px solid rgba(17,17,17,.2);
  }
  .national-orgs-band-grid>div:last-child {
    border-right: 0;
  }
  .national-orgs-band-grid span {
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .national-orgs-band-grid strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2rem;
    margin: 5px 0;
  }
  .national-orgs-band-grid p {
    margin: 0;
    line-height: 1.5;
    font-size: .9rem;
  }
  .national-orgs-directory {
    background: linear-gradient(180deg,#f4f0e6,#e8e1d3);
  }
  .national-orgs-heading {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 48px;
  }
  .national-orgs-heading h2 {
    font-size: clamp(3.6rem,6vw,6rem);
    line-height: .9;
  }
  .national-orgs-heading>p {
    margin: 0;
    color: #625d53;
    line-height: 1.75;
    max-width: 620px;
  }
  .national-orgs-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .national-org-card {
    background: #fff;
    border: 1px solid #d8d1c2;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(17,17,17,.06);
    transition: transform .25s ease,box-shadow .25s ease;
  }
  .national-org-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(17,17,17,.12);
  }
  .national-org-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #e2dacb;
  }
  .national-org-number {
    font-weight: 900;
    color: #967825;
    letter-spacing: .12em;
  }
  .national-org-year {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .68rem;
    font-weight: 800;
    color: #756d60;
  }
  .national-org-shield {
    display: grid;
    place-items: center;
    min-height: 230px;
    padding: 30px;
    background: #eee8dc;
  }
  .national-org-shield img {
    max-width: 155px;
    max-height: 155px;
    object-fit: contain;
  }
  .national-org-card-copy {
    padding: 26px;
  }
  .national-org-card h3 {
    font-size: 2rem;
    line-height: 1.03;
    margin: 0 0 22px;
  }
  .national-org-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
    border-bottom: 1px solid #c8a951;
    padding-bottom: 5px;
  }
  .national-org-card a:hover {
    color: #967825;
  }
  .national-orgs-closing {
    background: #111;
    color: #fff;
    padding: 95px max(20px,calc((100vw - 1180px)/2));
  }
  .national-orgs-closing-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
  }
  .national-orgs-closing h2 {
    font-size: clamp(3.5rem,6vw,6rem);
    line-height: .9;
  }
  .national-orgs-closing p {
    color: #aaa59a;
    line-height: 1.75;
  }
  .national-orgs-closing .btn {
    margin-top: 20px;
  }
  .divine-nine-page {
    background: #f4f0e6;
  }
  .divine-nine-hero-modern {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 84% 18%,rgba(200,169,81,.2),transparent 28%),#0b0b0b;
    color: #fff;
    border-bottom: 1px solid #2b2b2b;
  }
  .divine-nine-hero-modern:after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -230px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(200,169,81,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 78px rgba(200,169,81,.035),0 0 0 156px rgba(200,169,81,.02);
  }
  .divine-nine-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 80px;
    align-items: center;
    padding: 115px 0 105px;
  }
  .divine-nine-hero-copy h1 {
    font-size: clamp(4.6rem,8vw,8rem);
    line-height: .84;
    letter-spacing: -.055em;
    margin: 14px 0 30px;
  }
  .divine-nine-hero-copy h1 span {
    color: #c8a951;
  }
  .divine-nine-hero-copy .lead {
    max-width: 760px;
    color: #c7c1b6;
    font-size: 1.14rem;
    line-height: 1.75;
    margin: 0;
  }
  .divine-nine-jump {
    display: inline-flex;
    margin-top: 30px;
    padding: 15px 24px;
    background: #c8a951;
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: .75rem;
    transition: .25s ease;
  }
  .divine-nine-jump:hover {
    background: #fff;
    transform: translateY(-3px);
  }
  .divine-nine-hero-panel {
    background: #f4f0e6;
    color: #111;
    padding: 42px 36px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
  }
  .divine-nine-panel-number {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 7rem;
    line-height: .72;
    color: #c8a951;
    font-weight: 700;
  }
  .divine-nine-panel-label {
    margin: 16px 0 20px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .7rem;
    font-weight: 900;
    color: #967825;
  }
  .divine-nine-hero-panel strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.05rem;
    line-height: 1.05;
  }
  .divine-nine-intro {
    padding: 85px 0;
    background: #c8a951;
    color: #111;
  }
  .divine-nine-intro-grid {
    display: grid;
    grid-template-columns: .55fr 1.15fr 1fr;
    gap: 50px;
    align-items: start;
  }
  .divine-nine-intro .section-kicker {
    color: #111;
    margin: 4px 0;
  }
  .divine-nine-intro h2 {
    font-size: clamp(2.8rem,4.8vw,4.8rem);
    line-height: .92;
    letter-spacing: -.04em;
  }
  .divine-nine-intro p:last-child {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.75;
  }
  .divine-nine-history {
    padding: 100px 0;
    background: linear-gradient(180deg,#f4f0e6,#e8e0d2);
  }
  .divine-nine-section-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 48px;
  }
  .divine-nine-section-heading h2 {
    font-size: clamp(3.4rem,6vw,5.8rem);
    line-height: .9;
    letter-spacing: -.045em;
  }
  .divine-nine-section-heading>p {
    margin: 0;
    color: #625d53;
    max-width: 520px;
  }
  .divine-nine-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .divine-nine-card {
    background: #fff;
    border: 1px solid #d8d1c2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(17,17,17,.06);
    transition: transform .25s ease,box-shadow .25s ease;
  }
  .divine-nine-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(17,17,17,.12);
  }
  .divine-nine-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    background: #111;
    color: #fff;
    border-bottom: 1px solid #2b2b2b;
  }
  .divine-nine-card-topline>span {
    font-family: "Cormorant Garamond",serif;
    color: #c8a951;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }
  .divine-nine-date {
    margin: 0;
    color: #d4b75d;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    text-align: right;
  }
  .divine-nine-shield-shell {
    min-height: 235px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg,#eee8dc,#ded5c3);
    padding: 30px;
    border-bottom: 1px solid #d8d1c2;
  }
  .divine-nine-shield-shell img {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
    transition: transform .3s ease;
  }
  .divine-nine-card:hover .divine-nine-shield-shell img {
    transform: scale(1.045);
  }
  .divine-nine-shield-placeholder {
    width: 140px;
    height: 165px;
    display: grid;
    place-items: center;
    border: 2px solid #b99a43;
    border-radius: 22px 22px 38px 38px;
    color: #7d6427;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    font-weight: 800;
    background: #f7f2e7;
  }
  .divine-nine-card-body {
    padding: 28px 28px 32px;
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .divine-nine-card h2 {
    font-size: 2.2rem;
    line-height: 1.02;
    margin: 0 0 13px;
  }
  .divine-nine-place {
    font-weight: 800;
    color: #3a352e;
    margin: 0 0 18px;
    line-height: 1.45;
  }
  .divine-nine-history-copy {
    color: #625d53;
    margin: 0;
    line-height: 1.7;
  }
  .divine-nine-closing-band {
    background: #111;
    color: #fff;
    padding: 82px 0;
  }
  .divine-nine-closing-grid {
    display: grid;
    grid-template-columns: .45fr 1.55fr;
    gap: 60px;
    align-items: end;
  }
  .divine-nine-closing-grid .section-kicker {
    color: #c8a951;
    margin: 0;
  }
  .divine-nine-closing-grid h2 {
    font-size: clamp(3rem,5.5vw,5.5rem);
    line-height: .92;
    letter-spacing: -.04em;
  }
  .programs-events-page {
    background: #f4f0e6;
  }
  .programs-events-hero {
    background: #0d0d0d;
    color: #fff;
    border-bottom: 1px solid #2b2b2b;
  }
  .programs-events-hero-inner {
    padding: 95px 0 80px;
    text-align: center;
  }
  .programs-events-hero h1 {
    font-size: clamp(4rem,7vw,6.8rem);
    letter-spacing: -.04em;
  }
  .programs-events-hero .lead {
    max-width: 760px;
    margin: 24px auto 0;
    color: #bdb7ab;
    font-size: 1.08rem;
  }
  .programs-events-heading p {
    color: #625d53;
  }
  .eventon-calendar-shell {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 24px;
    box-shadow: 0 14px 32px rgba(17,17,17,.05);
    overflow-x: auto;
  }
  .eventon-calendar-shell .ajde_evcal_calendar {
    margin: 0;
  }
  .eventon-missing {
    padding: 30px;
    text-align: center;
    color: #625d53;
  }
  .events-modern-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 18%,rgba(200,169,81,.2),transparent 28%),#0b0b0b;
  }
  .events-modern-hero:after {
    content: "";
    position: absolute;
    inset: auto -140px -220px auto;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(200,169,81,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(200,169,81,.035),0 0 0 140px rgba(200,169,81,.025);
  }
  .events-modern-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 70px;
    align-items: center;
    padding: 110px 0;
  }
  .events-modern-copy h1 {
    font-size: clamp(4.6rem,8vw,8rem);
    line-height: .85;
    letter-spacing: -.055em;
    margin: 16px 0 28px;
  }
  .events-modern-copy h1 span {
    color: #c8a951;
  }
  .events-modern-copy .lead {
    max-width: 720px;
    margin: 0;
    color: #c8c3b8;
    font-size: 1.12rem;
    line-height: 1.75;
  }
  .events-modern-btn {
    display: inline-flex;
    margin-top: 30px;
    padding: 15px 25px;
    background: #c8a951;
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: .76rem;
    transition: .25s ease;
  }
  .events-modern-btn:hover {
    transform: translateY(-3px);
    background: #fff;
  }
  .events-modern-card {
    background: #f4f0e6;
    color: #111;
    padding: 40px 34px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
  }
  .events-modern-card-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .7rem;
    font-weight: 900;
    color: #967825;
  }
  .events-modern-card strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.55rem;
    line-height: .95;
    margin: 14px 0 18px;
  }
  .events-modern-card>p:last-child {
    color: #625d53;
    line-height: 1.65;
  }
  .events-modern-strip {
    background: #c8a951;
    color: #111;
  }
  .events-modern-strip-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .events-modern-strip-grid>div {
    padding: 34px 40px;
    border-right: 1px solid rgba(17,17,17,.2);
  }
  .events-modern-strip-grid>div:last-child {
    border-right: 0;
  }
  .events-modern-strip-grid span {
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .events-modern-strip-grid strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2rem;
    margin: 5px 0;
  }
  .events-modern-strip-grid p {
    margin: 0;
    line-height: 1.5;
    font-size: .9rem;
  }
  .events-modern-section {
    background: linear-gradient(180deg,#f4f0e6,#e7e0d2);
  }
  .events-modern-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 50px;
    align-items: end;
    margin-bottom: 40px;
  }
  .events-modern-heading .section-kicker {
    grid-column: 1/-1;
  }
  .events-modern-heading h2 {
    font-size: clamp(3.5rem,6vw,6rem);
    line-height: .9;
    margin: 0;
  }
  .events-modern-heading>p:last-child {
    margin: 0;
    color: #625d53;
    max-width: 620px;
  }
  .events-modern-calendar {
    width: min(960px,100%);
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #d5c9b2;
    border-top: 5px solid #c8a951;
    box-shadow: 0 28px 70px rgba(17,17,17,.14);
    background: #f7f1e5;
    color: #111;
  }
  .events-modern-calendar .ajde_evcal_calendar {
    border-radius: 0;
    background: #f7f1e5 !important;
    color: #111 !important;
  }
  .events-modern-calendar .evo_cal_above {
    margin-bottom: 14px !important;
    background: #f7f1e5 !important;
  }
  .events-modern-calendar .evo-gototoday-btn {
    background: #111 !important;
    color: #f4f0e6 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .08em;
  }
  .events-modern-calendar .evo_month_title {
    font-family: "Cormorant Garamond",serif !important;
    font-size: 2.3rem !important;
    letter-spacing: -.02em !important;
    color: #111 !important;
  }
  .events-modern-calendar .evcal_arrows {
    border-radius: 0 !important;
    background: #111 !important;
    color: #f4f0e6 !important;
  }
  .events-modern-calendar .evofc_month_grid {
    border: 1px solid #d5c9b2;
    background: #f7f1e5 !important;
  }
  .events-modern-calendar .eventon_fc_daynames {
    background: #111 !important;
  }
  .events-modern-calendar .evofc_day_name {
    color: #f4f0e6 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
  }
  .events-modern-calendar .evo_fc_day {
    transition: background .2s ease,transform .2s ease;
    background: #fbf7ef !important;
    color: #111 !important;
    border-color: #ded4c2 !important;
  }
  .events-modern-calendar .evo_fc_day span,.events-modern-calendar .evo_fc_day p,.events-modern-calendar .evo_fc_day em,.events-modern-calendar .evo_fc_day strong {
    color: #111 !important;
  }
  .events-modern-calendar .evo_fc_day:hover {
    background: #eee3cd !important;
  }
  .events-modern-calendar .evo_fc_day.has_events,.events-modern-calendar .evo_fc_day.on_focus {
    box-shadow: inset 0 0 0 2px #c8a951;
  }
  .events-modern-calendar .evo_events_list_box {
    display: none !important;
  }
  .events-modern-calendar .eventon_events_list {
    display: none !important;
  }
  .events-modern-calendar .evofc_content {
    display: block !important;
    background: #f7f1e5 !important;
    border-top: 1px solid #d5c9b2;
  }
  .events-modern-calendar .evofc_einfobox {
    background: #f7f1e5 !important;
    color: #111 !important;
  }
  .events-modern-calendar .evofc_einfobox_in,.events-modern-calendar .evofc_einfobox_in * {
    color: #111 !important;
  }
  .events-modern-calendar .evofc_month_grid .evo_fc_day.has_events .evo_day_in,.events-modern-calendar .evofc_month_grid .evo_fc_day.on_focus .evo_day_in {
    background: #c8a951 !important;
    color: #111 !important;
  }
  .upcoming-events-shell {
    background: #f7f1e5 !important;
    color: #111;
    border-top-color: #c8a951 !important;
  }
  .upcoming-events-shell .eventon_events_list .eventon_list_event {
    border-left-color: #c8a951 !important;
    background: #111 !important;
  }
  .upcoming-events-shell .eventon_list_event .evcal_list_a {
    background: #111 !important;
  }
  .upcoming-events-shell .eventon_list_event .evcal_event_title,.upcoming-events-shell .eventon_list_event .event_excerpt,.upcoming-events-shell .eventon_list_event .evcal_event_subtitle,.upcoming-events-shell .eventon_list_event .evoet_dayblock,.upcoming-events-shell .eventon_list_event .evoet_cx span,.upcoming-events-shell .eventon_list_event .evcal_cblock {
    color: #f4f0e6 !important;
  }
  .upcoming-events-shell .eventon_list_event .evcal_desc_info,.upcoming-events-shell .eventon_list_event .evcal_desc3 {
    color: #c9c2b6 !important;
  }
  .single-event-page {
    background: #f4f0e6;
  }
  .single-event-shell {
    width: min(960px,calc(100% - 40px));
    margin: 0 auto;
    padding: 80px 0 100px;
  }
  .single-event-card {
    background: #fff;
    border: 1px solid #d8d1c2;
    border-top: 5px solid #c8a951;
    box-shadow: 0 22px 50px rgba(17,17,17,.08);
    overflow: hidden;
  }
  .single-event-header {
    padding: 36px 40px 24px;
    background: #111;
    color: #fff;
  }
  .single-event-header .section-kicker {
    color: #c8a951;
    margin-bottom: 12px;
  }
  .single-event-header h1 {
    font-size: clamp(2.8rem,5vw,4.8rem);
    line-height: .95;
    letter-spacing: -.035em;
  }
  .single-event-image {
    margin: 0;
    background: #eee8dc;
    border-bottom: 1px solid #d8d1c2;
  }
  .single-event-image img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: contain;
    background: #eee8dc;
  }
  .single-event-content {
    padding: 36px 40px 44px;
    color: #514c42;
    line-height: 1.75;
  }
  .single-event-content>*:first-child {
    margin-top: 0;
  }
  .single-event-content>*:last-child {
    margin-bottom: 0;
  }
  @media (max-width:700px) {
    .single-event-shell {
      width: min(100% - 28px,960px);
      padding: 48px 0 70px;
    }
    .single-event-header,.single-event-content {
      padding-left: 24px;
      padding-right: 24px;
    }
  }
  .drive-gallery-page {
    background: #f4f0e6;
  }
  .drive-gallery-hero {
    background: #0d0d0d;
    color: #fff;
    border-bottom: 1px solid #2b2b2b;
  }
  .drive-gallery-hero-inner {
    padding: 95px 0 80px;
    text-align: center;
  }
  .drive-gallery-hero h1 {
    font-size: clamp(4rem,7vw,6.8rem);
    letter-spacing: -.04em;
  }
  .drive-gallery-hero .lead {
    max-width: 780px;
    margin: 24px auto 0;
    color: #bdb7ab;
    font-size: 1.08rem;
  }
  .drive-gallery-heading p {
    color: #625d53;
  }
  .drive-gallery-shell {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 28px;
    box-shadow: 0 14px 32px rgba(17,17,17,.05);
  }
  .drive-gallery-shell .sgdg-gallery-container {
    margin: 0;
  }
  .drive-gallery-missing {
    padding: 30px;
    text-align: center;
    color: #625d53;
  }
  .gallery-alive-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 25%,rgba(200,169,81,.18),transparent 30%),#0b0b0b;
  }
  .gallery-alive-hero:after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -55%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(200,169,81,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(200,169,81,.035),0 0 0 140px rgba(200,169,81,.025);
  }
  .gallery-alive-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    gap: 70px;
    align-items: center;
    padding: 110px 0;
  }
  .gallery-alive-copy {
    max-width: 850px;
  }
  .gallery-alive-copy h1 {
    font-size: clamp(4.5rem,8vw,8rem);
    line-height: .84;
    letter-spacing: -.055em;
    margin: 16px 0 30px;
  }
  .gallery-alive-copy h1 span {
    color: #c8a951;
  }
  .gallery-alive-copy .lead {
    max-width: 700px;
    font-size: 1.12rem;
    line-height: 1.75;
  }
  .gallery-scroll-btn {
    display: inline-flex;
    margin-top: 30px;
    padding: 15px 25px;
    background: #c8a951;
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    font-size: .76rem;
    transition: .25s ease;
  }
  .gallery-scroll-btn:hover {
    transform: translateY(-3px);
    background: #fff;
  }
  .gallery-feature-card {
    position: relative;
    background: #f4f0e6;
    color: #111;
    padding: 42px 36px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    transform: rotate(2deg);
  }
  .gallery-feature-number {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 6rem;
    line-height: .8;
    color: #c8a951;
    font-weight: 700;
  }
  .gallery-feature-label {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .7rem;
    font-weight: 900;
    margin: 12px 0 22px;
  }
  .gallery-feature-card strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.35rem;
    line-height: .95;
    margin-bottom: 20px;
  }
  .gallery-feature-card>p:last-child {
    color: #625d53;
    line-height: 1.6;
  }
  .gallery-story-strip {
    background: #c8a951;
    color: #111;
  }
  .gallery-story-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .gallery-story-grid>div {
    padding: 35px 40px;
    border-right: 1px solid rgba(17,17,17,.2);
  }
  .gallery-story-grid>div:last-child {
    border-right: 0;
  }
  .gallery-story-grid span {
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .gallery-story-grid strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2rem;
    margin: 5px 0;
  }
  .gallery-story-grid p {
    margin: 0;
    line-height: 1.5;
    font-size: .9rem;
  }
  .gallery-collections-section {
    position: relative;
    background: linear-gradient(180deg,#f4f0e6,#e7e0d2);
  }
  .gallery-alive-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    align-items: end;
    margin-bottom: 45px;
  }
  .gallery-alive-heading .section-kicker {
    grid-column: 1/-1;
  }
  .gallery-alive-heading h2 {
    font-size: clamp(3.5rem,6vw,6rem);
    line-height: .9;
    margin: 0;
  }
  .gallery-alive-heading>p:last-child {
    color: #625d53;
    max-width: 620px;
    margin: 0;
  }
  .gallery-alive-shell {
    border: 0;
    border-top: 5px solid #111;
    padding: 38px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(17,17,17,.1);
  }
  .gallery-alive-shell img {
    transition: transform .35s ease,filter .35s ease;
  }
  .gallery-alive-shell img:hover {
    transform: scale(1.025);
    filter: contrast(1.04);
  }
  .site-footer {
    background: #090909;
    color: #aaa;
    padding: 70px 0 25px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 55px;
  }
  .footer-brand {
    display: flex;
    gap: 18px;
  }
  .footer-brand img {
    width: 70px;
    height: 70px;
  }
  .footer-brand strong {
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 1.6rem;
  }
  .footer-brand p {
    color: #c8a951;
  }
  .site-footer h3 {
    color: #fff;
    font-size: 1rem;
    font-family: "Source Sans 3",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px;
  }
  .site-footer a {
    display: block;
    color: #aaa;
    margin: 8px 0;
  }
  .site-footer a:hover {
    color: #c8a951;
  }
  .footer-bottom {
    border-top: 1px solid #242424;
    margin-top: 50px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .skip-link {
    position: absolute;
    left: -9999px;
  }
  .skip-link:focus {
    left: 15px;
    top: 15px;
    z-index: 999;
    background: #fff;
    color: #111;
    padding: 10px;
  }
  .about-modern-page {
    background: #f4f0e6;
  }
  .about-modern-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 18%,rgba(200,169,81,.18),transparent 30%),#0b0b0b;
    color: #fff;
  }
  .about-modern-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(200,169,81,.16);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(200,169,81,.035),0 0 0 140px rgba(200,169,81,.02);
  }
  .about-modern-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 80px;
    align-items: center;
    padding: 110px 0 100px;
  }
  .about-modern-copy h1 {
    font-size: clamp(4.5rem,8vw,8rem);
    line-height: .84;
    letter-spacing: -.055em;
    margin: 16px 0 28px;
  }
  .about-modern-copy h1 span {
    color: #c8a951;
  }
  .about-modern-lead {
    max-width: 760px;
    color: #c5c0b6;
    font-size: 1.14rem;
    line-height: 1.75;
  }
  .about-modern-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .about-modern-mark {
    display: flex;
    justify-content: center;
  }
  .about-modern-ring {
    width: min(360px,90%);
    aspect-ratio: 1;
    border: 1px solid rgba(200,169,81,.4);
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
  }
  .about-modern-ring:before,.about-modern-ring:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(200,169,81,.15);
    border-radius: 50%;
  }
  .about-modern-ring:before {
    inset: 18px;
  }
  .about-modern-ring:after {
    inset: -22px;
  }
  .about-modern-ring img {
    width: 70%;
    height: 70%;
    object-fit: contain;
  }
  .about-modern-intro {
    background: #f4f0e6;
  }
  .about-modern-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
  }
  .about-modern-intro h2,.about-modern-statement h2 {
    font-size: clamp(3.2rem,5.5vw,5.6rem);
    letter-spacing: -.04em;
  }
  .about-modern-prose p {
    font-size: 1.08rem;
    color: #514c42;
    line-height: 1.8;
    margin-top: 0;
  }
  .about-modern-prose p:first-child {
    font-size: 1.25rem;
    color: #1d1b17;
  }
  .about-modern-purpose {
    background: #111;
    color: #fff;
  }
  .about-modern-heading-row {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 55px;
  }
  .about-modern-heading-row h2 {
    font-size: clamp(3.5rem,6vw,6rem);
    letter-spacing: -.045em;
  }
  .about-modern-heading-row>p {
    color: #aaa59a;
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 560px;
  }
  .about-modern-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #333;
    border-left: 1px solid #333;
  }
  .about-modern-pillar-grid article {
    padding: 36px 30px 42px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    min-height: 250px;
  }
  .about-modern-pillar-grid article>span {
    display: inline-block;
    color: #c8a951;
    font-size: .72rem;
    letter-spacing: .16em;
    font-weight: 800;
  }
  .about-modern-pillar-grid h3 {
    font-size: 2.2rem;
    margin: 46px 0 14px;
  }
  .about-modern-pillar-grid p {
    color: #aaa59a;
    line-height: 1.65;
    margin: 0;
  }
  .about-modern-identity {
    background: #ded8ca;
  }
  .about-modern-identity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
  }
  .about-modern-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #b9b09f;
    border-left: 1px solid #b9b09f;
  }
  .about-modern-facts div {
    padding: 30px;
    border-right: 1px solid #b9b09f;
    border-bottom: 1px solid #b9b09f;
    min-height: 130px;
  }
  .about-modern-facts strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.5rem;
    color: #967825;
    line-height: 1;
  }
  .about-modern-facts span {
    display: block;
    margin-top: 10px;
    color: #514c42;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
  }
  .about-modern-band {
    background: #c8a951;
    color: #111;
    padding: 70px max(20px,calc((100vw - 1180px)/2));
  }
  .about-modern-band-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
  }
  .about-modern-band h2 {
    font-size: clamp(3.2rem,5.5vw,5.5rem);
    letter-spacing: -.04em;
  }
  .about-modern-band .section-kicker {
    color: #111;
  }
  .about-modern-band p {
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .about-modern-band .text-link {
    color: #111;
  }
  .about-modern-cta {
    text-align: center;
    background: #f4f0e6;
  }
  .about-modern-cta h2 {
    font-size: clamp(3rem,5vw,5rem);
  }
  .about-modern-cta p {
    max-width: 700px;
    margin: 20px auto 28px;
    color: #625d53;
  }
  .scholars-page {
    background: #f4f0e6;
  }
  .scholars-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 20%,rgba(200,169,81,.18),transparent 30%),#0b0b0b;
  }
  .scholars-hero:after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(200,169,81,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(200,169,81,.035),0 0 0 140px rgba(200,169,81,.025);
  }
  .scholars-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 70px;
    align-items: center;
    padding: 110px 0;
  }
  .scholars-hero-copy h1 {
    font-size: clamp(4.5rem,8vw,7.8rem);
    line-height: .86;
    letter-spacing: -.055em;
    margin: 12px 0 28px;
  }
  .scholars-hero-copy h1 span {
    color: #c8a951;
  }
  .scholars-hero-copy p {
    max-width: 720px;
    color: #c8c3b8;
    font-size: 1.14rem;
    line-height: 1.75;
  }
  .scholars-hero-card {
    background: #f4f0e6;
    color: #111;
    padding: 40px 34px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
  }
  .scholars-hero-card>span,.scholars-donation-label {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .7rem;
    font-weight: 900;
    color: #967825;
  }
  .scholars-hero-card strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.5rem;
    line-height: .95;
    margin: 14px 0 18px;
  }
  .scholars-hero-card p {
    color: #625d53;
    line-height: 1.65;
  }
  .scholars-impact-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }
  .scholars-impact-grid article {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 30px;
    min-height: 260px;
    box-shadow: 0 14px 32px rgba(17,17,17,.05);
  }
  .scholars-impact-grid article>span {
    color: #967825;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .scholars-impact-grid h3 {
    font-size: 2rem;
    line-height: 1.05;
    margin: 36px 0 14px;
  }
  .scholars-impact-grid p {
    color: #625d53;
    line-height: 1.65;
  }
  .scholars-give-section {
    background: #ded8ca;
  }
  .scholars-give-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: start;
  }
  .scholars-give-grid h2 {
    font-size: clamp(3.4rem,6vw,5.8rem);
    line-height: .92;
    margin: 8px 0 22px;
  }
  .scholars-give-grid>div:first-child>p {
    max-width: 680px;
    color: #514c42;
    font-size: 1.06rem;
    line-height: 1.75;
  }
  .scholars-note {
    font-size: .84rem !important;
    color: #756d60 !important;
    border-left: 3px solid #c8a951;
    padding-left: 16px;
    margin-top: 24px;
  }
  .scholars-donation-card {
    background: #111;
    color: #fff;
    padding: 38px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 22px 50px rgba(17,17,17,.14);
  }
  .scholars-donation-card h3 {
    font-size: 2.6rem;
    line-height: 1;
    margin: 14px 0 16px;
  }
  .scholars-donation-card p {
    color: #aaa;
    line-height: 1.65;
    margin-bottom: 26px;
  }
  .scholars-donation-card .wpforms-container,.scholars-donation-card .wpforms-container label,.scholars-donation-card .wpforms-container .wpforms-field-label,.scholars-donation-card .wpforms-container .wpforms-field-sublabel,.scholars-donation-card .wpforms-container .wpforms-field-description,.scholars-donation-card .wpforms-container .wpforms-payment-total {
    color: #fff !important;
  }
  .scholars-donation-card .wpforms-container input[type="radio"]+label,.scholars-donation-card .wpforms-container input[type="checkbox"]+label {
    color: #fff !important;
  }
  .scholars-donation-form-card .wpforms-container {
    margin-top: 24px;
  }
  .scholars-donation-form-card .wpforms-field {
    margin-bottom: 18px;
  }
  .scholars-donation-form-card .wpforms-field-label {
    color: #fff !important;
    font-weight: 800 !important;
  }
  .scholars-donation-form-card .wpforms-field-sublabel {
    color: #b9b3a8 !important;
  }
  .scholars-donation-form-card input,.scholars-donation-form-card select,.scholars-donation-form-card textarea {
    background: #1b1b1b !important;
    color: #fff !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 0 !important;
  }
  .scholars-donation-form-card input:focus,.scholars-donation-form-card select:focus,.scholars-donation-form-card textarea:focus {
    border-color: #c8a951 !important;
    box-shadow: 0 0 0 1px #c8a951 !important;
  }
  .scholars-donation-form-card .wpforms-field-payment-multiple li,.scholars-donation-form-card .wpforms-field-checkbox li {
    color: #f4f0e6;
  }
  .scholars-donation-form-card .wpforms-payment-total {
    color: #d4b75d !important;
    font-weight: 900 !important;
  }
  .scholars-donation-form-card .wpforms-submit {
    background: #c8a951 !important;
    color: #111 !important;
    border: 1px solid #c8a951 !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
  }
  .scholars-donation-form-card .wpforms-submit:hover {
    background: #fff !important;
    border-color: #fff !important;
  }
  .impact-page,.involved-page,.resources-page {
    background: #f4f0e6;
  }
  .impact-hero,.involved-hero,.resources-hero {
    padding: 105px 0 90px;
  }
  .impact-hero-grid,.involved-hero-grid,.resources-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: end;
  }
  .impact-hero h1,.involved-hero h1,.resources-hero h1 {
    font-size: clamp(4rem,7vw,7rem);
    letter-spacing: -.05em;
  }
  .impact-hero p,.involved-hero p,.resources-hero p {
    color: #bdb7ab;
    font-size: 1.12rem;
    line-height: 1.75;
  }
  .impact-feature-grid,.involved-card-grid,.resources-card-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }
  .impact-feature-grid article,.involved-card-grid article,.resources-card-grid article {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 30px;
    min-height: 285px;
    box-shadow: 0 14px 32px rgba(17,17,17,.05);
    display: flex;
    flex-direction: column;
  }
  .impact-feature-grid article>span,.involved-card-grid article>span,.resources-card-grid article>span {
    color: #967825;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .impact-feature-grid h3,.involved-card-grid h3,.resources-card-grid h2 {
    font-size: 2rem;
    line-height: 1.05;
    margin: 36px 0 14px;
  }
  .impact-feature-grid p,.involved-card-grid p,.resources-card-grid p {
    color: #625d53;
    line-height: 1.65;
  }
  .involved-card-grid a,.resources-card-grid a {
    margin-top: auto;
    color: #7c6221;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: .74rem;
    padding-top: 18px;
  }
  .impact-proof,.involved-cta {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 50px;
    align-items: end;
  }
  .impact-proof-copy p,.involved-cta p {
    max-width: 760px;
    color: #aaa;
    line-height: 1.75;
  }
  .impact-proof-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .contact-page-shell {
    background: #f4f0e6;
  }
  .contact-hero-v2 {
    position: relative;
    overflow: hidden;
    background: #0c0c0c;
    color: #fff;
    border-bottom: 1px solid #2a2a2a;
  }
  .contact-hero-v2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,rgba(200,169,81,.08),transparent 42%),radial-gradient(circle at 86% 14%,rgba(200,169,81,.18),transparent 28%);
  }
  .contact-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 70px;
    align-items: end;
    padding: 110px 0 95px;
  }
  .contact-eyebrow,.contact-panel-label,.contact-side-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 800;
    color: #d0b45b;
  }
  .contact-hero-copy h1 {
    font-size: clamp(4.4rem,8vw,7.5rem);
    letter-spacing: -.05em;
    margin: 14px 0 24px;
  }
  .contact-hero-copy p {
    max-width: 760px;
    color: #c8c4bb;
    font-size: 1.18rem;
  }
  .contact-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .contact-hero-panel {
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(200,169,81,.35);
    padding: 30px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
  }
  .contact-hero-panel a {
    display: block;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 16px;
  }
  .contact-hero-panel p {
    color: #aaa;
    margin: 18px 0 0;
  }
  .contact-body-v2 {
    padding: 90px 0 110px;
  }
  .contact-body-grid {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
    gap: 54px;
    align-items: start;
  }
  .contact-content-column {
    min-width: 0;
  }
  .contact-content-column .contact-intro {
    background: #fff;
    padding: 42px;
    border: 1px solid #d8d1c2;
    box-shadow: 0 18px 44px rgba(17,17,17,.06);
    margin-bottom: 28px;
  }
  .contact-content-column .contact-intro h2 {
    font-size: clamp(2.8rem,5vw,4.8rem);
    margin: 8px 0 18px;
  }
  .contact-content-column .contact-intro p:last-child {
    font-size: 1.08rem;
    color: #5d574d;
  }
  .contact-kicker {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 800;
    color: #967825;
  }
  .contact-details-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin: 0 0 28px;
  }
  .contact-card {
    background: #151515;
    color: #fff;
    padding: 30px;
    border: 1px solid #2d2d2d;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease,box-shadow .25s ease;
  }
  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(17,17,17,.18);
  }
  .contact-card:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(200,169,81,.16);
    border-radius: 50%;
    right: -35px;
    bottom: -35px;
  }
  .contact-card h3 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .contact-card a {
    color: #d4b75d;
    font-weight: 800;
    word-break: break-word;
  }
  .contact-card p {
    color: #b5b1a8;
  }
  .contact-meeting,.contact-help,.contact-form-section {
    background: #fff;
    border: 1px solid #d8d1c2;
    padding: 34px;
    margin-top: 24px;
  }
  .contact-meeting {
    border-left: 4px solid #c8a951;
  }
  .contact-help ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    padding-left: 18px;
  }
  .contact-help li {
    color: #4f4a42;
  }
  .contact-form-section {
    padding: 40px;
    box-shadow: 0 18px 44px rgba(17,17,17,.05);
  }
  .contact-form-section h3 {
    font-size: 3rem;
    margin: 8px 0 12px;
  }
  .contact-form-section>p {
    color: #625d53;
  }
  .contact-form-section .wpforms-container {
    margin-top: 22px;
  }
  .contact-form-section .wpforms-field-label {
    font-weight: 800 !important;
    color: #171717 !important;
  }
  .contact-form-section input,.contact-form-section select,.contact-form-section textarea {
    background: #fbf8f0 !important;
    border: 1px solid #cfc6b4 !important;
    border-radius: 0 !important;
    min-height: 50px !important;
  }
  .contact-form-section textarea {
    min-height: 150px !important;
  }
  .contact-form-section .wpforms-submit {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    transition: .2s !important;
  }
  .contact-form-section .wpforms-submit:hover {
    background: #c8a951 !important;
    color: #111 !important;
    border-color: #c8a951 !important;
  }
  .contact-side-card {
    position: sticky;
    top: 125px;
    background: #111;
    color: #fff;
    padding: 36px;
    border: 1px solid #262626;
    box-shadow: 0 24px 55px rgba(17,17,17,.12);
  }
  .contact-side-card h2 {
    font-size: 3rem;
    margin: 12px 0 18px;
  }
  .contact-side-card p {
    color: #aaa;
  }
  .contact-side-card strong {
    display: block;
    color: #d4b75d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .8rem;
  }
  .contact-side-rule {
    height: 1px;
    background: #333;
    margin: 28px 0;
  }
  .contact-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: .35;
  }
  .contact-hero-glow-one {
    width: 220px;
    height: 220px;
    border: 1px solid rgba(200,169,81,.18);
    right: 8%;
    top: 20%;
  }
  .contact-hero-glow-two {
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255,255,255,.06);
    right: -6%;
    bottom: -25%;
  }
  @media (max-width:1000px) {
    .national-orgs-hero-grid,.national-orgs-heading,.national-orgs-closing-grid {
      grid-template-columns: 1fr;
    }
    .national-orgs-hero-card {
      max-width: 540px;
      transform: none;
    }
    .national-orgs-band-grid {
      grid-template-columns: 1fr;
    }
    .national-orgs-band-grid>div {
      border-right: 0;
      border-bottom: 1px solid rgba(17,17,17,.2);
    }
    .national-orgs-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .divine-nine-hero-grid,.divine-nine-intro-grid,.divine-nine-section-heading,.divine-nine-closing-grid {
      grid-template-columns: 1fr;
    }
    .divine-nine-hero-grid {
      gap: 42px;
      padding: 88px 0;
    }
    .divine-nine-hero-panel {
      max-width: 560px;
      transform: none;
    }
    .divine-nine-intro-grid {
      gap: 24px;
    }
    .scholars-hero-grid,.scholars-give-grid {
      grid-template-columns: 1fr;
    }
    .scholars-hero-card {
      max-width: 560px;
      transform: none;
    }
    .scholars-impact-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .about-modern-hero-grid,.about-modern-intro-grid,.about-modern-heading-row,.about-modern-identity-grid,.about-modern-band-grid {
      grid-template-columns: 1fr;
    }
    .about-modern-mark {
      justify-content: flex-start;
    }
    .about-modern-ring {
      max-width: 340px;
    }
    .about-modern-pillar-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .impact-hero-grid,.involved-hero-grid,.resources-hero-grid,.impact-proof,.involved-cta {
      grid-template-columns: 1fr;
    }
    .impact-feature-grid,.involved-card-grid,.resources-card-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .impact-proof-actions {
      justify-content: flex-start;
    }
    .president-welcome-grid {
      grid-template-columns: 1fr;
      gap: 38px;
    }
    .president-welcome-photo {
      max-width: 560px;
    }
    .events-modern-grid {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 85px 24px;
    }
    .events-modern-card {
      max-width: 520px;
      transform: none;
    }
    .events-modern-strip-grid {
      grid-template-columns: 1fr;
    }
    .events-modern-strip-grid>div {
      border-right: 0;
      border-bottom: 1px solid rgba(17,17,17,.2);
    }
    .events-modern-heading {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .events-modern-heading .section-kicker {
      grid-column: auto;
    }
    .events-modern-calendar {
      padding: 20px;
    }
    .gallery-alive-grid {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 85px 24px;
    }
    .gallery-feature-card {
      max-width: 520px;
      transform: none;
    }
    .gallery-story-grid {
      grid-template-columns: 1fr;
    }
    .gallery-story-grid>div {
      border-right: 0;
      border-bottom: 1px solid rgba(17,17,17,.2);
    }
    .gallery-alive-heading {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .gallery-alive-heading .section-kicker {
      grid-column: auto;
    }
    .gallery-alive-shell {
      padding: 22px;
    }
    .primary-nav {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #f4f0e6;
      padding: 24px 20px;
      flex-direction: column;
      align-items: flex-start;
      border-top: 1px solid #ccc;
    }
    .primary-nav.is-open {
      display: flex;
    }
    .nav-dropdown {
      width: 100%;
      display: block;
    }
    .nav-submenu {
      position: static;
      transform: none;
      min-width: 0;
      width: 100%;
      margin-top: 8px;
      padding: 6px;
      background: #111;
      box-shadow: none;
    }
    .nav-submenu:before {
      display: none;
    }
    .nav-submenu a {
      white-space: normal;
    }
    .menu-toggle {
      display: block;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      min-height: auto;
      padding: 90px 0;
    }
    .hero-mark {
      display: none;
    }
    .hero-stats {
      grid-template-columns: repeat(2,1fr);
    }
    .pillar-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .portrait-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .president-spotlight {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .president-spotlight-photo {
      max-width: 520px;
      width: 100%;
    }
    .leadership-empty-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .divine-nine-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .impact-band {
      grid-template-columns: 1fr;
    }
    .impact-actions {
      justify-content: flex-start;
    }
    .contact-hero-grid,.contact-body-grid {
      grid-template-columns: 1fr;
    }
    .contact-hero-panel {
      max-width: 560px;
    }
    .contact-side-card {
      position: static;
    }
    .contact-details-grid {
      grid-template-columns: 1fr 1fr;
    }
    .contact-help ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width:700px) {
    .national-orgs-hero-grid {
      padding: 76px 0 68px;
    }
    .national-orgs-hero-copy h1 {
      font-size: 4rem;
    }
    .national-orgs-hero-card {
      padding: 30px 26px;
    }
    .national-orgs-grid {
      grid-template-columns: 1fr;
    }
    .national-orgs-closing {
      padding: 70px 20px;
    }
    .divine-nine-hero-grid {
      padding: 76px 0 68px;
    }
    .divine-nine-hero-copy h1 {
      font-size: 4rem;
    }
    .divine-nine-hero-panel {
      padding: 30px 26px;
    }
    .divine-nine-panel-number {
      font-size: 5.5rem;
    }
    .divine-nine-intro {
      padding: 62px 0;
    }
    .divine-nine-history {
      padding: 72px 0;
    }
    .divine-nine-grid {
      grid-template-columns: 1fr;
    }
    .divine-nine-closing-band {
      padding: 62px 0;
    }
    .scholars-hero-grid {
      padding: 75px 0 65px;
    }
    .scholars-hero-copy h1 {
      font-size: 4rem;
    }
    .scholars-impact-grid {
      grid-template-columns: 1fr;
    }
    .about-modern-hero-grid {
      padding: 75px 0 65px;
    }
    .about-modern-copy h1 {
      font-size: 4rem;
    }
    .about-modern-mark {
      display: none;
    }
    .about-modern-pillar-grid,.about-modern-facts {
      grid-template-columns: 1fr;
    }
    .about-modern-band {
      padding: 60px 20px;
    }
    .impact-feature-grid,.involved-card-grid,.resources-card-grid {
      grid-template-columns: 1fr;
    }
    .impact-hero,.involved-hero,.resources-hero {
      padding: 75px 0 65px;
    }
    .topbar-inner {
      justify-content: center;
    }
    .topbar-inner a {
      display: none;
    }
    .brand img {
      width: 48px;
      height: 48px;
    }
    .nav-shell {
      min-height: 76px;
    }
    .hero-copy h1 {
      font-size: 3.7rem;
    }
    .hero-stats {
      grid-template-columns: 1fr 1fr;
    }
    .section {
      padding: 75px 20px;
    }
    .section-grid.two-col,.event-grid {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    .split-heading {
      display: block;
    }
    .split-heading>p {
      margin-top: 25px;
    }
    .mission-heading {
      white-space: normal;
      font-size: clamp(2.6rem,12vw,3.8rem) !important;
    }
    .pillar-grid,.nine-strip {
      grid-template-columns: 1fr;
    }
    .portrait-grid {
      grid-template-columns: 1fr 1fr;
    }
    .leadership-empty-grid {
      grid-template-columns: 1fr;
    }
    .divine-nine-grid {
      grid-template-columns: 1fr;
    }
    .divine-nine-hero-inner {
      padding: 75px 20px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
    }
    .footer-bottom {
      display: block;
    }
    .footer-bottom span {
      display: block;
      margin: 8px 0;
    }
    .contact-hero-grid {
      padding: 75px 0 65px;
    }
    .contact-hero-copy h1 {
      font-size: 4rem;
    }
    .contact-details-grid {
      grid-template-columns: 1fr;
    }
    .contact-content-column .contact-intro,.contact-meeting,.contact-help,.contact-form-section,.contact-side-card {
      padding: 26px;
    }
    .contact-form-section h3 {
      font-size: 2.4rem;
    }
    .contact-hero-panel {
      padding: 24px;
    }
  }
  .home-v3 {
    background: #f5f0e6;
    color: #171717;
  }
  .home-v3-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg,#0b0b0b 0%,#141414 62%,#211d14 100%);
    color: #fff;
  }
  .home-v3-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 18%,rgba(200,169,81,.18),transparent 30%);
  }
  .home-v3-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 70px;
    align-items: center;
    min-height: 650px;
    padding-top: 105px;
    padding-bottom: 95px;
  }
  .home-v3-kicker {
    display: inline-block;
    color: #d0b45b;
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: .72rem;
    font-weight: 900;
  }
  .home-v3-hero-copy h1 {
    font-size: clamp(4.8rem,8vw,8.2rem);
    line-height: .84;
    letter-spacing: -.055em;
    margin: 18px 0 28px;
    max-width: 900px;
  }
  .home-v3-hero-copy h1 span {
    color: #c8a951;
  }
  .home-v3-hero-copy>p {
    max-width: 760px;
    color: #c8c3b8;
    font-size: 1.14rem;
    line-height: 1.75;
  }
  .home-v3-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .home-v3-hero-panel {
    justify-self: end;
    width: min(360px,100%);
    background: #f4f0e6;
    color: #111;
    padding: 34px;
    border-top: 5px solid #c8a951;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
  }
  .home-v3-logo-ring {
    aspect-ratio: 1;
    border: 1px solid #c8a951;
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 38px;
    background: #fff;
  }
  .home-v3-logo-ring img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home-v3-panel-copy {
    margin-top: 24px;
  }
  .home-v3-panel-copy span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #8b6c1e;
    font-size: .68rem;
    font-weight: 900;
  }
  .home-v3-panel-copy strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 10px;
  }
  .home-v3-stats {
    background: #c8a951;
    color: #111;
  }
  .home-v3-stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .home-v3-stats-grid>div {
    padding: 30px 28px;
    border-right: 1px solid rgba(17,17,17,.18);
  }
  .home-v3-stats-grid>div:last-child {
    border-right: 0;
  }
  .home-v3-stats strong {
    display: block;
    font-family: "Cormorant Garamond",serif;
    font-size: 2.5rem;
    line-height: 1;
  }
  .home-v3-stats span {
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .7rem;
    font-weight: 800;
  }
  .home-v3-intro {
    padding: 105px 0;
    background: #f5f0e6;
  }
  .home-v3-intro-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 90px;
    align-items: start;
  }
  .home-v3-intro h2 {
    font-size: clamp(3.6rem,6vw,6rem);
    line-height: .9;
    letter-spacing: -.045em;
    margin: 10px 0 0;
  }
  .home-v3-intro-copy p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #514c42;
    margin-top: 0;
  }
  .home-v3-intro-copy p:first-child {
    font-size: 1.22rem;
    color: #211f1a;
  }
  .home-v3-impact {
    padding: 105px 0;
    background: #111;
    color: #fff;
  }
  .home-v3-section-head {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 48px;
  }
  .home-v3-section-head h2 {
    font-size: clamp(3.5rem,6vw,6rem);
    line-height: .9;
    letter-spacing: -.045em;
    margin: 8px 0 0;
  }
  .home-v3-section-head>p {
    margin: 0;
    color: #aaa59a;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 620px;
  }
  .home-v3-impact-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #333;
    border-left: 1px solid #333;
  }
  .home-v3-impact-grid article {
    padding: 32px 28px 38px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    min-height: 285px;
  }
  .home-v3-impact-grid article>span {
    color: #c8a951;
    font-size: .7rem;
    letter-spacing: .15em;
    font-weight: 900;
  }
  .home-v3-impact-grid h3 {
    font-size: 2rem;
    line-height: 1.05;
    margin: 54px 0 14px;
  }
  .home-v3-impact-grid p {
    color: #aaa59a;
    line-height: 1.65;
    margin: 0;
  }
  .home-v3-impact-link {
    margin-top: 28px;
  }
  .text-link-light {
    color: #d4b75d !important;
  }
  .home-v3-president {
    padding: 105px 0;
    background: #ded8ca;
  }
  .home-v3-president-grid {
    display: grid;
    grid-template-columns: minmax(340px,.85fr) 1.15fr;
    gap: 78px;
    align-items: center;
  }
  .home-v3-president-photo {
    margin: 0;
    aspect-ratio: 4/5;
    background: #111;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(17,17,17,.18);
  }
  .home-v3-president-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
  .home-v3-president-copy blockquote {
    font-family: "Cormorant Garamond",serif;
    font-size: clamp(2.8rem,5vw,4.8rem);
    line-height: .98;
    letter-spacing: -.03em;
    margin: 12px 0 26px;
    color: #171717;
  }
  .home-v3-president-copy>p {
    color: #514c42;
    line-height: 1.8;
    font-size: 1.06rem;
    max-width: 720px;
  }
  .home-v3-president-signature {
    display: flex;
    flex-direction: column;
    margin: 28px 0 26px;
    border-left: 3px solid #c8a951;
    padding-left: 18px;
  }
  .home-v3-president-signature strong {
    font-size: 1.25rem;
  }
  .home-v3-president-signature span {
    color: #746c60;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 4px;
  }
  .home-v3-nine {
    padding: 105px 0;
    background: #f5f0e6;
  }
  .home-v3-nine-heading {
    max-width: 860px;
  }
  .home-v3-nine-heading h2 {
    font-size: clamp(3.6rem,6vw,6rem);
    line-height: .9;
    letter-spacing: -.045em;
    margin: 8px 0 22px;
  }
  .home-v3-nine-heading>p {
    color: #625d53;
    max-width: 720px;
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .home-v3-nine-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 45px 0 32px;
    border-top: 1px solid #bfb6a6;
    border-left: 1px solid #bfb6a6;
  }
  .home-v3-nine-list span {
    padding: 23px 24px;
    border-right: 1px solid #bfb6a6;
    border-bottom: 1px solid #bfb6a6;
    font-family: "Cormorant Garamond",serif;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
  }
  .home-v3-leadership {
    padding: 105px 0;
    background: #e7e1d4;
  }
  .home-v3-section-head-light {
    color: #171717;
  }
  .home-v3-section-head-light .section-kicker {
    color: #8c6e22;
  }
  .home-v3-section-head-light>a {
    justify-self: end;
    align-self: end;
  }
  .home-v3-leaders-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
  }
  .home-v3-leader-card {
    background: #fff;
    border: 1px solid #d8d1c2;
    overflow: hidden;
    transition: transform .25s ease,box-shadow .25s ease;
  }
  .home-v3-leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(17,17,17,.1);
  }
  .home-v3-leader-photo {
    aspect-ratio: 1/1.08;
    background: #eee8dc;
    overflow: hidden;
  }
  .home-v3-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .home-v3-leader-copy {
    padding: 22px;
  }
  .home-v3-leader-copy span {
    color: #8b6c1e;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .66rem;
    font-weight: 900;
  }
  .home-v3-leader-copy h3 {
    font-size: 1.7rem;
    line-height: 1.05;
    margin: 10px 0;
  }
  .home-v3-leader-copy p {
    margin: 0;
    color: #625d53;
    font-size: .86rem;
    line-height: 1.45;
  }
  .home-v3-events {
    padding: 105px 0;
    background: #f5f0e6;
  }
  .home-v3-events-shell {
    border-top: 5px solid #c8a951;
    box-shadow: 0 22px 50px rgba(17,17,17,.08);
  }
  .home-v3-cta {
    padding: 90px 0;
    background: #0d0d0d;
    color: #fff;
  }
  .home-v3-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
  }
  .home-v3-cta h2 {
    font-size: clamp(3.4rem,5.5vw,5.5rem);
    line-height: .92;
    margin: 8px 0 0;
  }
  .home-v3-cta p {
    color: #aaa59a;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
  }
  .home-v3-cta .home-v3-actions {
    margin-top: 24px;
  }
  @media (max-width:1000px) {
    .home-v3-hero-grid,.home-v3-intro-grid,.home-v3-section-head,.home-v3-president-grid,.home-v3-cta-grid {
      grid-template-columns: 1fr;
    }
    .home-v3-hero-panel {
      justify-self: start;
      max-width: 480px;
    }
    .home-v3-stats-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .home-v3-impact-grid,.home-v3-leaders-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .home-v3-section-head-light>a {
      justify-self: start;
    }
    .home-v3-president-photo {
      max-width: 520px;
    }
    .home-v3-nine-list {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width:700px) {
    .home-v3-hero-grid {
      min-height: auto;
      padding-top: 78px;
      padding-bottom: 70px;
    }
    .home-v3-hero-copy h1 {
      font-size: 4.25rem;
    }
    .home-v3-hero-panel {
      padding: 26px;
    }
    .home-v3-logo-ring {
      padding: 28px;
    }
    .home-v3-stats-grid {
      grid-template-columns: 1fr 1fr;
    }
    .home-v3-stats-grid>div {
      padding: 22px 18px;
    }
    .home-v3-intro,.home-v3-impact,.home-v3-president,.home-v3-nine,.home-v3-leadership,.home-v3-events {
      padding: 75px 0;
    }
    .home-v3-impact-grid,.home-v3-leaders-grid,.home-v3-nine-list {
      grid-template-columns: 1fr;
    }
    .home-v3-impact-grid article {
      min-height: auto;
    }
    .home-v3-president-grid {
      gap: 38px;
    }
    .home-v3-actions {
      display: grid;
    }
    .home-v3-actions .btn {
      width: 100%;
      text-align: center;
    }
  }
}
.home-slider {
  position: relative;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff;
  min-height: 670px;
}
.home-slider__track {
  position: relative;
  min-height: 670px;
}
.home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .75s ease,visibility .75s ease;
  display: flex;
  align-items: center;
}
.home-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.home-slide>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(7,7,7,.94) 0%,rgba(7,7,7,.78) 46%,rgba(7,7,7,.34) 74%,rgba(7,7,7,.18) 100%);
}
.home-slide__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.home-slide__content h1 {
  font-size: clamp(4.7rem,8vw,8rem);
  line-height: .84;
  letter-spacing: -.055em;
  margin: 18px 0 28px;
  max-width: 900px;
  color: #fff;
}
.home-slide__content h1 span {
  color: #c8a951;
}
.home-slide__content>p {
  max-width: 720px;
  color: #eee8dc;
  font-size: 1.13rem;
  line-height: 1.75;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}
.home-slide__credit {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 4;
  color: rgba(255,255,255,.64);
  font-size: .65rem;
  letter-spacing: .04em;
}
.home-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(8,8,8,.46);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .2s ease;
}
.home-slider__arrow:hover {
  background: #c8a951;
  color: #111;
  border-color: #c8a951;
}
.home-slider__arrow--prev {
  left: 20px;
}
.home-slider__arrow--next {
  right: 20px;
}
.home-slider__dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.home-slider__dots button {
  width: 38px;
  height: 4px;
  border: 0;
  background: rgba(255,255,255,.42);
  cursor: pointer;
  padding: 0;
  transition: .25s ease;
}
.home-slider__dots button.is-active {
  background: #c8a951;
  width: 58px;
}
@media (max-width:900px) {
  .home-slider,.home-slider__track {
    min-height: 620px;
  }
  .home-slide__content {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .home-slider__arrow {
    width: 44px;
    height: 44px;
  }
  .home-slider__arrow--prev {
    left: 10px;
  }
  .home-slider__arrow--next {
    right: 10px;
  }
}
@media (max-width:700px) {
  .home-slider,.home-slider__track {
    min-height: 610px;
  }
  .home-slide__overlay {
    background: linear-gradient(90deg,rgba(7,7,7,.9),rgba(7,7,7,.64));
  }
  .home-slide__content {
    padding: 82px 24px 110px;
  }
  .home-slide__content h1 {
    font-size: clamp(3.5rem,15vw,4.8rem);
  }
  .home-slide__content>p {
    font-size: 1rem;
  }
  .home-slider__arrow {
    top: auto;
    bottom: 54px;
    transform: none;
    width: 42px;
    height: 42px;
  }
  .home-slider__arrow--prev {
    left: 20px;
  }
  .home-slider__arrow--next {
    right: 20px;
  }
  .home-slider__dots {
    bottom: 71px;
  }
  .home-slide__credit {
    display: none;
  }
}
.involved-sponsors-section {
  background: #e8e1d3;
  border-top: 1px solid #d2c7b2;
}
.involved-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.involved-sponsor-slot {
  min-height: 150px;
  background: #fff;
  border: 1px solid #d3cab9;
  display: grid;
  place-items: center;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(17,17,17,.05);
  transition: transform .2s ease,box-shadow .2s ease;
}
.involved-sponsor-slot:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(17,17,17,.09);
}
.involved-sponsor-slot span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  color: #9a8f7d;
}
.involved-sponsor-slot img {
  display: block;
  max-width: 180px;
  max-height: 95px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.involved-sponsor-note {
  margin: 22px 0 0;
  color: #70685c;
  font-size: .9rem;
}
@media (max-width:900px) {
  .involved-sponsor-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:520px) {
  .involved-sponsor-grid {
    grid-template-columns: 1fr;
  }
  .involved-sponsor-slot {
    min-height: 130px;
  }
}
.involved-sponsorship-form-section {
  background: #111;
  color: #fff;
  border-top: 1px solid #2c2c2c;
}
.involved-sponsorship-form-grid {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr);
  gap: 70px;
  align-items: start;
}
.involved-sponsorship-form-copy {
  position: sticky;
  top: 120px;
}
.involved-sponsorship-form-copy .section-kicker {
  color: #c8a951;
}
.involved-sponsorship-form-copy h2 {
  font-size: clamp(3.5rem,6vw,6.2rem);
  line-height: .9;
  letter-spacing: -.045em;
  margin: 12px 0 24px;
  color: #fff;
}
.involved-sponsorship-form-copy h2 span {
  color: #c8a951;
}
.involved-sponsorship-form-copy>p {
  max-width: 620px;
  color: #b8b1a5;
  font-size: 1.06rem;
  line-height: 1.8;
}
.involved-sponsorship-points {
  margin-top: 34px;
  border-top: 1px solid #343434;
}
.involved-sponsorship-points div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #343434;
}
.involved-sponsorship-points strong {
  color: #c8a951;
  font-size: .72rem;
  letter-spacing: .14em;
}
.involved-sponsorship-points span {
  color: #e3ddd1;
  font-weight: 700;
}
.involved-sponsorship-form-card {
  background: #f6f2e9;
  color: #111;
  border-top: 5px solid #c8a951;
  padding: 38px;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.involved-sponsorship-form-card .wpforms-container {
  margin: 0;
}
.involved-sponsorship-form-card .wpforms-field {
  margin-bottom: 20px;
}
.involved-sponsorship-form-card .wpforms-field-label {
  color: #111 !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
}
.involved-sponsorship-form-card .wpforms-field-description,.involved-sponsorship-form-card .wpforms-field-sublabel {
  color: #6c6458 !important;
}
.involved-sponsorship-form-card input:not([type="checkbox"]):not([type="radio"]),.involved-sponsorship-form-card select,.involved-sponsorship-form-card textarea {
  width: 100% !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #cfc5b2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
}
.involved-sponsorship-form-card textarea {
  min-height: 150px !important;
}
.involved-sponsorship-form-card input:focus,.involved-sponsorship-form-card select:focus,.involved-sponsorship-form-card textarea:focus {
  border-color: #9a7921 !important;
  box-shadow: 0 0 0 1px #9a7921 !important;
}
.involved-sponsorship-form-card .wpforms-field-signature canvas {
  background: #fff !important;
  border: 1px solid #cfc5b2 !important;
  border-radius: 0 !important;
  min-height: 180px !important;
}
.involved-sponsorship-form-card .wpforms-submit {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  padding: 15px 26px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  transition: .2s ease !important;
}
.involved-sponsorship-form-card .wpforms-submit:hover {
  background: #c8a951 !important;
  color: #111 !important;
  border-color: #c8a951 !important;
}
.involved-sponsorship-form-card .wpforms-error {
  color: #a02d2d !important;
}
@media (max-width:1000px) {
  .involved-sponsorship-form-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .involved-sponsorship-form-copy {
    position: static;
  }
  .involved-sponsorship-form-card {
    max-width: 760px;
  }
}
@media (max-width:700px) {
  .involved-sponsorship-form-card {
    padding: 26px;
  }
  .involved-sponsorship-form-copy h2 {
    font-size: clamp(3.1rem,14vw,4.4rem);
  }
}
@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;
    }
  }
}
