*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "DM Sans", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	:root {
	--navy:       #0B2545;
	--blue:       #1E5FA8;
	--sky:        #2E7DD1;
	--accent:     #1A8FE3;
	--gold:       #C8922A;
	--gold-light: #E8B84B;
	--light:      #EEF4FB;
	--white:      #FFFFFF;
	--mid:        #6B7B8D;
	--dark:       #0A1E35;
	--border:     rgba(30, 95, 168, 0.18);
	}

	html { font-size: 18px; }

	*  { box-sizing: border-box; margin: 0; }

	p {
	font-size: inherit;
	line-height: 1.7;
	margin-bottom:0.7rem;
	}

	body {
	background: var(--white);
	color: var(--navy);
	font-family: 'DM Sans', sans-serif;
	overflow-x: hidden;
	}

	::-webkit-scrollbar { width: 4px; }
	::-webkit-scrollbar-track { background: var(--light); }
	::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 2px; }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :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;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :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;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :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;
}
.prose :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;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :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;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :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;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :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;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :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;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :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;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :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;
}
.prose :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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :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;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :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;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :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;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --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: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :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;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :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;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
/* ── Typography helpers ── */
.font-display { font-family: 'Bebas Neue', cursive; }
.font-mono    { font-family: 'JetBrains Mono', monospace; }
/* ── Top Bar ── */
.site-topbar {
	background: var(--navy);
	padding: 0.5rem 1rem;
	text-align: center;
	}
.site-topbar span {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.7rem;
	letter-spacing: 0.15em;
	color: rgba(255, 255, 255, 0.6);
	}
/* ── Navigation ── */
.site-nav {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
	}
/* ── Primary nav menu items ── */
.site-nav .menu-item {
	list-style: none;
	position: relative;
	}
/* Top-level links */
.site-nav .menu-item > a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--navy);
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: color 0.2s;
	white-space: nowrap;
	padding: 6px 0;
	position: relative;
	}
/* Gold underline sweep on hover */
.site-nav .menu-item > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
	border-radius: 1px;
	}
.site-nav .menu-item > a:hover,
	.site-nav .menu-item.current-menu-item > a,
	.site-nav .menu-item.current-menu-ancestor > a {
	color: var(--blue);
	}
.site-nav .menu-item > a:hover::after,
	.site-nav .menu-item.current-menu-item > a::after,
	.site-nav .menu-item.current-menu-ancestor > a::after {
	transform: scaleX(1);
	}
/* Dropdown chevron indicator (SVG injected via JS) */
.site-nav .menu-item:hover > a .nav-chevron,
	#primary-menu > .menu-item-has-children.is-open > a .nav-chevron {
	opacity: 1;
	color: var(--blue);
	}
/* ── Desktop dropdown panel ── */
.site-nav .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	min-width: 215px;
	background: white;
	border: 1px solid rgba(30, 95, 168, 0.15);
	border-radius: 12px;
	box-shadow: 0 24px 64px rgba(11, 37, 69, 0.22), 0 4px 20px rgba(11, 37, 69, 0.08);
	padding: 4px;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
	}
/* Caret arrow at top of dropdown */
.site-nav .sub-menu::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: white;
	border-left: 1px solid rgba(30, 95, 168, 0.15);
	border-top: 1px solid rgba(30, 95, 168, 0.15);
	z-index: 1;
	}
/* JS adds .is-open; the 200ms JS close-delay handles the gap */
.site-nav .menu-item-has-children.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
	}
/* Dropdown link items */
.site-nav .sub-menu .menu-item a {
	display: block;
	padding: 8px 10px 8px 11px;
	border-radius: 7px;
	font-size: 0.83rem;
	font-weight: 500;
	color: var(--navy);
	text-decoration: none;
	letter-spacing: 0;
	white-space: nowrap;
	transition: background 0.15s, color 0.15s;
	position: relative;
	overflow: hidden;
	}
/* Left accent bar reveals on hover */
.site-nav .sub-menu .menu-item a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	bottom: 20%;
	width: 3px;
	background: var(--blue);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.15s ease;
	border-radius: 0 2px 2px 0;
	}
.site-nav .sub-menu .menu-item a:hover {
	background: var(--light);
	color: var(--blue);
	}
.site-nav .sub-menu .menu-item a:hover::before {
	transform: scaleX(1);
	}
/* ── Mobile menu ── */
#mobile-menu {
	border-top: 1px solid var(--border);
	}
.hamburger-bar {
	display: block;
	width: 1.5rem;
	height: 2px;
	background: var(--navy);
	border-radius: 1px;
	transition: background 0.2s;
	}
/* ── Mobile menu nav links ── */
/* Mobile sub-menu toggle button */
.menu-item-has-children.open > .sub-menu-toggle {
	transform: rotate(180deg);
	color: var(--blue);
	}
/* Mobile sub-menu */
#mobile-menu-items .sub-menu {
	display: none;
	flex-direction: column;
	gap: 2px;
	margin: 4px 0 8px 0;
	padding: 4px 0 4px 14px;
	list-style: none;
	border-left: 2px solid var(--border);
	}
#mobile-menu-items .menu-item-has-children.open > .sub-menu {
	display: flex;
	}
#mobile-menu-items .sub-menu .menu-item a {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--mid);
	text-decoration: none;
	padding: 6px 4px;
	display: block;
	transition: color 0.2s;
	}
#mobile-menu-items .sub-menu .menu-item a:hover {
	color: var(--blue);
	}
/* WordPress wp_nav_menu output — footer nav */
/* ── Hero ── */
.hero-bg {
	background:
		radial-gradient(ellipse at 70% -10%, rgba(30, 95, 168, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse at 0% 110%, rgba(11, 37, 69, 0.06) 0%, transparent 50%),
		var(--light);
	}
.hero-grid {
	background-image:
		linear-gradient(rgba(30, 95, 168, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(30, 95, 168, 0.07) 1px, transparent 1px);
	background-size: 56px 56px;
	}
/* ── Stat Numbers ── */
.stat-number.gold { color: var(--gold); }
/* ── Cards ── */
.card {
	background: var(--white);
	border: 1px solid var(--border);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	}
.card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--blue), var(--accent));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	}
.card:hover {
	border-color: rgba(30, 95, 168, 0.35);
	box-shadow: 0 12px 40px rgba(11, 37, 69, 0.1);
	transform: translateY(-4px);
	}
.card:hover::before { transform: scaleX(1); }
.card-gold::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
/* ── Portfolio Cards ── */
.portfolio-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 24px rgba(0,0,0,0.3);
	}
.portfolio-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 48px rgba(0,0,0,0.45), 0 0 0 1px rgba(200,146,42,0.35);
	}
.portfolio-card:hover a[style*="color:var(--gold)"] {
	color: var(--gold-light) !important;
	}
/* ── Accent Lines ── */
.accent-line      { width: 40px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--accent)); }
.accent-line-gold { width: 40px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
/* ── Buttons ── */
.btn-primary {
	background: linear-gradient(135deg, var(--blue), var(--sky));
	color: white;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.25s;
	}
.btn-primary:hover {
	box-shadow: 0 8px 30px rgba(30, 95, 168, 0.4);
	transform: translateY(-1px);
	}
.btn-ghost {
	border: 2px solid var(--blue);
	color: var(--blue);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: all 0.25s;
	}
.btn-ghost:hover { background: var(--blue); color: white; }
.btn-gold {
	background: linear-gradient(135deg, var(--gold), var(--gold-light));
	color: white;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.25s;
	}
.btn-gold:hover {
	box-shadow: 0 8px 30px rgba(200, 146, 42, 0.4);
	transform: translateY(-1px);
	}
.btn-ghost-white {
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: white;
	font-weight: 600;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: all 0.25s;
	}
.btn-ghost-white:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	}
/* ── Marquee / Ticker ── */
.marquee-overflow { overflow: hidden; }
.marquee-track {
	display: flex;
	gap: 2.5rem;
	animation: marquee 28s linear infinite;
	white-space: nowrap;
	}
/* ── Process Steps ── */
/* ── Pills ── */
.pill {
	background: var(--light);
	border: 1px solid rgba(30, 95, 168, 0.18);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	color: var(--navy);
	transition: all 0.2s;
	cursor: pointer;
	}
.pill:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: white;
	}
/* ── Badges ── */
.badge {
	background: rgba(30, 95, 168, 0.1);
	border: 1px solid rgba(30, 95, 168, 0.25);
	color: var(--blue);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.7rem;
	}
/* ── Section utilities ── */
.section-dark  { background: var(--navy); color: rgba(255, 255, 255, 0.45); }
.section-light { background: var(--light); }
.section-label  {
	font-family: 'JetBrains Mono', monospace;
	font-size: 1rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--blue);
	}
/* ── Icon Circles ── */
.icon-circle {
	width: 48px; height: 48px;
	border-radius: 50%;
	background: var(--light);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	}
/* ── Dividers ── */
/* ── Block color schemes ──────────────────────────────────────────── */
/* LIGHT scheme — bright white with gold top-accent "pop" */
.section-light {
	background: #fff;
	position: relative;
	}
.section-light::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 40%, transparent 100%);
	opacity: 0.7;
	pointer-events: none;
	z-index: 1;
	}
/* DARK scheme — navy with ambient glow already applied per-block via section-dark */
/* Dark card — used inside both dark sections and as opt-in on light sections */
.card-dark {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(200, 146, 42, 0.18);
	border-radius: 12px;
	transition: background 0.22s, border-color 0.22s;
	}
.card-dark:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(200, 146, 42, 0.38);
	}
/* Light card "pop" — standard .card already exists; extend with shadow */
.card {
	box-shadow: 0 2px 18px rgba(11, 37, 69, 0.07);
	transition: box-shadow 0.22s, transform 0.22s;
	}
.card:hover {
	box-shadow: 0 8px 32px rgba(11, 37, 69, 0.13);
	transform: translateY(-2px);
	}
/* Ghost button — navy outline for use on light backgrounds */
.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	border: 1.5px solid var(--navy);
	color: var(--navy);
	background: transparent;
	}
.btn-ghost:hover {
	background: var(--navy);
	color: #fff;
	}
/* ── Grid overlay utility (dark sections) ── */
.grid-overlay {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 50px 50px;
	}
.grid-overlay-white {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 30px 30px;
	}
/* ── Display headings (Bebas Neue) ── */
.text-gold { color: var(--gold-light); }
.heading-display {
	font-family: 'Bebas Neue', cursive;
	font-size: clamp(3rem, 7vw, 5rem);
	line-height: 0.93;
	color: var(--navy);
	}
.heading-display-dark {
	font-family: 'Bebas Neue', cursive;
	font-size: clamp(3rem, 7vw, 5.5rem);
	line-height: 0.93;
	color: white;
	}
.heading-display-xl {
	font-family: 'Bebas Neue', cursive;
	font-size: clamp(3rem, 10vw, 5rem);
	line-height: 0.9;
	color: white;
	}
.heading-card {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.5rem;
	color: var(--navy);
	}
.heading-card-dark {
	font-family: 'Bebas Neue', cursive;
	font-size: 2rem;
	color: white;
	line-height: 1;
	}
.heading-step {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.4rem;
	color: white;
	}
/* ── Mono labels ── */
.mono-label-gold {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.7rem;
	color: var(--gold);
	}
.mono-label-dim {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.5);
	}
.card-link-mono {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	color: var(--blue);
	text-decoration: none;
	transition: color 0.2s;
	}
.card-link-mono:hover { color: var(--sky); }
/* ── Text color helpers ── */
.text-mid { color: var(--mid); }
/* ── Background patterns ── */
.bg-gradient-dark {
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
	}
.bg-gradient-gold {
	background: linear-gradient(135deg, var(--dark) 0%, #5a3a0a 100%);
	}
.glow-gold {
	background: radial-gradient(circle, rgba(200, 146, 42, 0.12) 0%, transparent 70%);
	filter: blur(60px);
	}
.glow-gold-lg {
	background: radial-gradient(circle, rgba(200, 146, 42, 0.2) 0%, transparent 70%);
	filter: blur(80px);
	}
.callout-overlay {
	background: linear-gradient(135deg, rgba(10, 30, 53, 0.98) 0%, rgba(11, 37, 69, 0.95) 60%, rgba(30, 95, 168, 0.9) 100%);
	}
/* ── Step / process card ── */
.step-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(200, 146, 42, 0.15);
	}
/* ── Countdown inset ── */
.countdown-inset {
	height: 220px;
	background: linear-gradient(135deg, rgba(30, 95, 168, 0.3), rgba(11, 37, 69, 0.8));
	}
.countdown-number {
	font-family: 'Bebas Neue', cursive;
	font-size: 3.5rem;
	color: var(--gold);
	line-height: 1;
	}
/* ═══════════════════════════════════════════════════════════════════
	   NEWS ARCHIVE
	   ═══════════════════════════════════════════════════════════════════ */
/* ── Archive grid ── */
.news-archive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 4rem;
	}
@media (min-width: 640px)  { .news-archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .news-archive-grid { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; } }
/* ── News card thumbnail ── */
.news-card__thumb {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	}
.news-card__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
	}
.news-card:hover .news-card__img { transform: scale(1.04); }
.news-card__thumb-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
	}
/* ── News card meta ── */
.news-card__date {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	color: var(--mid);
	}
.news-card__title a:hover { color: var(--blue) !important; }
/* Ensure card body text inherits correctly */
.news-card .news-card__body { background: transparent; }
/* ── Archive pagination ── */
.news-pagination {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	}
.news-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.375rem;
	list-style: none;
	padding: 0;
	margin: 0;
	}
.news-pagination .page-numbers li { list-style: none; }
.news-pagination .page-numbers a,
	.news-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 0.75rem;
	border-radius: 8px;
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-decoration: none;
	border: 1px solid var(--border);
	color: var(--navy);
	background: white;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	}
.news-pagination .page-numbers a:hover {
	background: var(--light);
	border-color: rgba(30, 95, 168, 0.35);
	color: var(--blue);
	}
.news-pagination .page-numbers .current {
	background: linear-gradient(135deg, var(--blue), var(--sky));
	border-color: transparent;
	color: white;
	}
.news-pagination .page-numbers .dots {
	border-color: transparent;
	background: transparent;
	color: var(--mid);
	}
/* ═══════════════════════════════════════════════════════════════════
	   TEAM SECTION
	   ═══════════════════════════════════════════════════════════════════ */
/* ── Outer section wrapper ── */
.team-section {
	position: relative;
	background: var(--light);
	padding: 7rem 1.5rem;
	overflow: hidden;
	}
@media (min-width: 1024px) {
	.team-section { padding: 7rem 3rem; }
	}
.team-section__inner {
	max-width: 80rem;
	margin: 0 auto;
	}
.team-section__header {
	margin-bottom: 4.5rem;
	}
/* ── Group (Leadership / Advisory) ── */
.team-section__group {
	margin-bottom: 5rem;
	}
.team-section__group-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	}
/* ── Grid: Leadership (larger cards) ── */
.team-grid-leadership {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	}
@media (min-width: 640px)  { .team-grid-leadership { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .team-grid-leadership { grid-template-columns: repeat(6, 1fr); gap: 1.25rem; } }
/* ── Grid: Advisory (smaller cards) ── */
.team-grid-advisory {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	}
@media (min-width: 640px)  { .team-grid-advisory { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .team-grid-advisory { grid-template-columns: repeat(6, 1fr); gap: 1.25rem; } }
/* ── Team Card base ── */
.team-card {
	position: relative;
	cursor: pointer;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(30, 95, 168, 0.2);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
	}
.team-card::before {
	content: '';
	position: absolute;
	inset: 0 0 auto 0;
	height: 2px;
	background: linear-gradient(90deg, var(--gold), var(--gold-light));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: 5;
	}
.team-card:hover {
	transform: translateY(-7px);
	border-color: rgba(200, 146, 42, 0.45);
	box-shadow: 0 20px 50px rgba(11, 37, 69, 0.18), 0 0 0 1px rgba(200, 146, 42, 0.12);
	}
.team-card:hover::before { transform: scaleX(1); }
/* Focus ring (keyboard nav) */
.team-card:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 3px;
	}
/* Small variant for advisory */
.team-card--sm .team-card__photo { aspect-ratio: 3 / 4; }
.team-card--sm .team-card__name  { font-size: 1.1rem; }
/* ── Card photo area ── */
.team-card__photo {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: linear-gradient(160deg, rgba(30, 95, 168, 0.15), rgba(10, 30, 53, 0.5));
	}
.team-card__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	display: block;
	transition: transform 0.55s ease;
	}
.team-card:hover .team-card__img { transform: scale(1.06); }
.team-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, rgba(30, 95, 168, 0.1), rgba(10, 30, 53, 0.3));
	}
/* Gradient overlay bottom-fade */
.team-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
		rgba(5, 15, 30, 0.97) 0%,
		rgba(5, 15, 30, 0.6)  45%,
		transparent 100%);
	}
/* ── Card body (sits over overlay) ── */
.team-card__body {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 1.1rem 1rem 1rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.5rem;
	}
.team-card__info { flex: 1; min-width: 0; }
.team-card__name {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.3rem;
	color: white;
	line-height: 1;
	margin-bottom: 0.3rem;
	}
.team-card__title {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.6rem;
	letter-spacing: 0.06em;
	color: var(--gold-light);
	opacity: 0.9;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.team-card__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.35rem;
	flex-shrink: 0;
	}
.team-card__linkedin-icon {
	color: rgba(255, 255, 255, 0.4);
	display: flex;
	transition: color 0.2s;
	}
.team-card__linkedin-icon:hover { color: var(--gold-light); }
.team-card__bio-cue {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.58rem;
	letter-spacing: 0.06em;
	color: transparent;
	white-space: nowrap;
	transition: color 0.25s;
	}
.team-card:hover .team-card__bio-cue { color: var(--gold-light); }
/* ═══════════════════════════════════════════════════════════════════
	   TEAM MODAL
	   ═══════════════════════════════════════════════════════════════════ */
.team-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
	}
.team-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}
.team-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 12, 25, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
	}
.team-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 860px;
	max-height: 92vh;
	background: var(--dark);
	border: 1px solid rgba(30, 95, 168, 0.22);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow:
		0 50px 120px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(200, 146, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transform: translateY(24px) scale(0.98);
	transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
	}
.team-modal.active .team-modal__panel {
	transform: translateY(0) scale(1);
	}
/* Close button */
.team-modal__close {
	position: absolute;
	top: 1rem; right: 1rem;
	z-index: 20;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	}
.team-modal__close:hover {
	background: rgba(200, 146, 42, 0.18);
	color: var(--gold-light);
	border-color: rgba(200, 146, 42, 0.35);
	}
/* Two-column layout */
.team-modal__layout {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	}
@media (min-width: 600px) {
	.team-modal__layout {
		flex-direction: row;
		overflow: hidden;
	}
	}
/* LinkedIn badge over photo */
/* Bio column */
.team-modal__bio-col {
	padding: 2.5rem 2rem 2rem;
	overflow-y: auto;
	}
@media (min-width: 600px) { .team-modal__bio-col { padding: 2.75rem 2.25rem 2.25rem; } }
.team-modal__eyebrow {
	font-family: 'JetBrains Mono', monospace;
	font-size: 1rem;
	letter-spacing: 0.2em;
	color: var(--gold);
	margin-bottom: 0.5rem;
	}
.team-modal__name {
	font-family: 'Bebas Neue', cursive;
	font-size: clamp(2rem, 4vw, 2.8rem);
	color: white;
	line-height: 0.95;
	margin-bottom: 0.4rem;
	}
.team-modal__role {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	color: var(--gold-light);
	margin-bottom: 1.25rem;
	}
.team-modal__divider {
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, var(--gold), var(--gold-light));
	margin-bottom: 0.5rem;
	flex-shrink: 0;
	}
.team-modal__bio {
	flex: 1;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.8;
	margin-bottom: 1.75rem;
	}
.team-modal__bio p + p { margin-top: 0.75rem; }
.team-modal__bio p:first-child { margin-top: 0; }
.team-modal__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom:0.5rem;
	}
.team-modal__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: rgba(30, 95, 168, 0.1);
	border: 1px solid rgba(30, 95, 168, 0.22);
	color: rgba(255, 255, 255, 0.65);
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.63rem;
	letter-spacing: 0.03em;
	padding: 0.4rem 0.75rem;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	}
.team-modal__chip:hover {
	background: rgba(30, 95, 168, 0.22);
	border-color: rgba(30, 95, 168, 0.45);
	color: white;
	}
/* ── WordPress core overrides ── */
.site { display: flex; flex-direction: column; min-height: 100vh; }
#primary { flex: 1; }
/* Screen reader utility */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
	}
ul {margin-bottom:0.7rem;}
ul li {
		list-style-type: disc;
		margin-left:2rem;
		padding-left:0.5rem;
	}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-24 {
  left: -6rem;
}
.-right-4 {
  right: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/4 {
  bottom: 25%;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-28 {
  top: 7rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.h-1 {
  height: 0.25rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-72 {
  height: 18rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-\[28rem\] {
  height: 28rem;
}
.h-\[36rem\] {
  height: 36rem;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[500px\] {
  height: 500px;
}
.h-full {
  height: 100%;
}
.max-h-16 {
  max-height: 4rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.w-32 {
  width: 8rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-\[28rem\] {
  width: 28rem;
}
.w-\[36rem\] {
  width: 36rem;
}
.w-\[500px\] {
  width: 500px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-px {
  gap: 1px;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue\/30 {
  border-color: rgb(30 95 168 / 0.3);
}
.border-gold\/30 {
  border-color: rgb(200 146 42 / 0.3);
}
.border-white\/\[0\.07\] {
  border-color: rgb(255 255 255 / 0.07);
}
.bg-blue\/20 {
  background-color: rgb(30 95 168 / 0.2);
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(10 30 53 / var(--tw-bg-opacity, 1));
}
.bg-gold\/15 {
  background-color: rgb(200 146 42 / 0.15);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-display {
  font-family: "Bebas Neue", cursive;
}
.font-mono {
  font-family: "JetBrains Mono", monospace;
}
.font-sans {
  font-family: "DM Sans", sans-serif;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(26 143 227 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(200 146 42 / var(--tw-text-opacity, 1));
}
.text-mid {
  --tw-text-opacity: 1;
  color: rgb(107 123 141 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* ── Fade-up animation ── */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
	}
.fade-up { animation: fadeUp 0.7s ease forwards; }
.d1 { animation-delay: 0.1s;  opacity: 0; }
.d2 { animation-delay: 0.25s; opacity: 0; }
.d3 { animation-delay: 0.4s;  opacity: 0; }
.d4 { animation-delay: 0.55s; opacity: 0; }
/* ── Dark-section paragraph normalization ──────────────────────────────
	Placed in @layer utilities so specificity (.section-dark p = 0,1,1)
	beats Tailwind's .text-sm (0,1,0) when both are in the same layer.
	Inline style= overrides still work as normal.
	─────────────────────────────────────────────────────────────────────── */
/* p and li: normalize size — color is inherited from .section-dark */
.section-dark p,
	.section-dark li {
	font-size: 1rem;
	line-height: 1.7;
	}
.section-dark p.section-label {
	color: rgba(200, 146, 42, 0.9);
	}
/* ── Prose Content block (legal / text-heavy pages) ── */
.prose-content {
	max-width: 60ch;
	margin-inline: auto;
	padding: 4rem 1.5rem 5rem;
	color: var(--navy);
	font-size: 1rem;
	line-height: 1.75;
	}
/* Gutenberg wrapper divs — strip all layout interference */
.prose-content .wp-block-columns,
	.prose-content .wp-block-column,
	.prose-content .container { all: unset; display: block; }
/* h2 — page title, Bebas Neue display treatment */
.prose-content h2 {
	font-family: 'Bebas Neue', cursive;
	font-size: clamp(2.2rem, 5vw, 3rem);
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--navy);
	margin-top: 0;
	margin-bottom: 0.5rem;
	}
/* h3 — section headings, DM Sans bold */
.prose-content h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--navy);
	margin-top: 2.5rem;
	margin-bottom: 0.4rem;
	}
/* h4 — sub-section labels, blue accent */
.prose-content h4 {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--blue);
	margin-top: 1.5rem;
	margin-bottom: 0.25rem;
	}
/* h5 / h6 — minor labels, mono style */
.prose-content h5,
	.prose-content h6 {
	font-family: 'JetBrains Mono', monospace;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mid);
	margin-top: 1.25rem;
	margin-bottom: 0.2rem;
	}
/* Paragraphs */
.prose-content p {
	margin-top: 0;
	margin-bottom: 1.1rem;
	color: rgba(11, 37, 69, 0.82);
	line-height: 1.75;
	}
/* Effective date / meta lines */
.prose-content > p:first-of-type {
	font-size: 0.9rem;
	color: var(--mid);
	}
/* Lists */
.prose-content ul,
	.prose-content ol {
	margin-top: 0.25rem;
	margin-bottom: 1.1rem;
	padding-left: 1.4rem;
	}
.prose-content ul { list-style: disc; }
.prose-content ol { list-style: decimal; }
.prose-content li {
	margin-bottom: 0.45rem;
	padding-left: 0.25rem;
	line-height: 1.65;
	color: rgba(11, 37, 69, 0.82);
	}
.prose-content li::marker {
	color: var(--blue);
	}
/* Nested lists */
.prose-content li > ul,
	.prose-content li > ol {
	margin-top: 0.35rem;
	margin-bottom: 0.35rem;
	}
/* Horizontal rules */
.prose-content hr {
	border: none;
	border-top: 1px solid rgba(30, 95, 168, 0.15);
	margin: 2rem 0;
	}
/* Links */
.prose-content a {
	color: var(--blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s;
	}
.prose-content a:hover { color: var(--sky); }
/* Strong / bold */
.prose-content strong { color: var(--navy); font-weight: 600; }
/* ── Marquee keyframes ── */
@keyframes marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
	}

/* =====================================================================
	DelCam Capital — Custom CSS
	Design variables and component classes derived from index.html prototype
	===================================================================== */
.wixui-rich-text__text {
	font-size:0.9rem;
}

/* Footer nav — all bullets and indentation stripped */
#colophon .footer-nav,
#colophon .footer-nav ul,
#colophon .footer-nav li {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

/* Top-level links */
#colophon .footer-nav > li > a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	padding: 0.18rem 0;
	transition: color 0.2s;
	text-decoration: none;
}

#colophon .footer-nav > li > a:hover {
	color: #fff;
}

/* Sub-menu items */
#colophon .footer-nav .sub-menu {
	margin-top: 0.05rem;
	margin-bottom: 0.2rem;
}

#colophon .footer-nav .sub-menu li a {
	display: inline-block;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
	padding: 0.12rem 0;
	transition: color 0.2s;
	text-decoration: none;
}

#colophon .footer-nav .sub-menu li a:hover {
	color: rgba(255, 255, 255, 0.85);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
