@charset "UTF-8";
:root {
  /* https://utopia.fyi/type/calculator?c=360,16,1.25,1240,20,1.25,7,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --font-size--2: clamp(0.72rem, 0.6873rem + 0.1455vw, 0.8rem);
  /* Step -2: 11.52px → 12.8px  */
  --font-size--1: clamp(0.9rem, 0.8591rem + 0.1818vw, 1rem);
  /* Step -1: 14.4px  → 16px     */
  --font-size-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  /* Step  0: 18px    → 20px     */
  --font-size-1: clamp(1.4063rem, 1.3423rem + 0.2841vw, 1.5625rem);
  /* Step  1: 22.5px  → 25px     */
  --font-size-2: clamp(1.7578rem, 1.6779rem + 0.3551vw, 1.9531rem);
  /* Step  2: 28.125px→ 31.25px  */
  --font-size-3: clamp(2.1973rem, 2.0974rem + 0.4439vw, 2.4414rem);
  /* Step  3: 35.1563px→ 39.0625px*/
  --font-size-4: clamp(2.7466rem, 2.6217rem + 0.5549vw, 3.0518rem);
  /* Step  4: 43.9453px→ 48.8281px*/
  --font-size-5: clamp(3.4332rem, 3.2772rem + 0.6936vw, 3.8147rem);
  /* Step  5: 54.9316px→ 61.0352px*/
  --font-size-6: clamp(4.2915rem, 4.0965rem + 0.867vw, 4.7684rem);
  /* Step  6: 68.6646px→ 76.2939px*/
  --font-size-7: clamp(5.3644rem, 5.1206rem + 1.0837vw, 5.9605rem);
  /* Step  7: 85.8307px→ 95.3674px*/
  --tracking-tight: -0.01em;
  --tracking-normal: 0em;
  --tracking-wide: 0.05em;
  --font-family: "PT Sans", sans-serif;
  --font-family-display: "PT Sans", sans-serif;
  --font-family-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-slab: "Roboto Slab", serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-size-6: 4.209rem;
  --font-size-xx-large: 3.157rem;
  --font-size-x-large: 2.369rem;
  --font-size-large: 1.777rem;
  --font-size-medium: 1.333rem;
  --font-size-default: 1rem;
  --font-size-small: 0.833rem;
  --font-size-x-small: 0.694rem;
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
  --line-height-text: 1.4;
  --line-height-display: 1.1;
  --line-height-default: 1.2;
  /* Borders */
  --border-width-hairline: 0.5px;
  --border-width-thin: 1px;
  --border-width-thick: 4px;
  --border-radius: 1rem;
  --border-circle: 50%;
  /* Layout */
  --grid-4-6: 2fr 1fr 1fr 2fr 2fr 1fr 1fr 2fr;
  --grid-4-5: 6fr 1fr 4fr 3fr 3fr 4fr 1fr 6fr;
  --grid-3-4: 3fr 1fr 2fr 2fr 1fr 3fr;
  --grid-2-3: 1fr 3fr;
  --grid-1-3: 1fr 1fr 1fr;
  --gap: 1em;
  --grid-column-gap: 2vw;
  --grid-row-gap: 4vh;
  --max-width: 92rem;
  --line-length-default: 45ch;
  --line-length-large: 60ch;
  /* Spacing */
  --spacing-small: 0.5em;
  --spacing-default: 1em;
  --spacing-medium: 1.5em;
  --spacing-large: 3em;
  --space-3xs: clamp(0.25rem, 0.2244rem + 0.1136vw, 0.3125rem); /* 4px → 5px */
  --space-2xs: clamp(0.5rem, 0.4489rem + 0.2273vw, 0.625rem); /* 8px → 10px */
  --space-xs: clamp(0.75rem, 0.6733rem + 0.3409vw, 0.9375rem); /* 12px → 15px */
  --space-s: clamp(1rem, 0.8977rem + 0.4545vw, 1.25rem); /* 16px → 20px */
  --space-m: clamp(1.5rem, 1.3466rem + 0.6818vw, 1.875rem); /* 24px → 30px */
  --space-l: clamp(2rem, 1.7955rem + 0.9091vw, 2.5rem); /* 32px → 40px */
  --space-xl: clamp(3rem, 2.6932rem + 1.3636vw, 3.75rem); /* 48px → 60px */
  --space-2xl: clamp(4rem, 3.5909rem + 1.8182vw, 5rem); /* 64px → 80px */
  --space-3xl: clamp(6rem, 5.3864rem + 2.7273vw, 7.5rem); /* 96px → 120px */
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.0966rem + 0.6818vw, 0.625rem); /* 4px → 10px */
  --space-2xs-xs: clamp(0.5rem, 0.321rem + 0.7955vw, 0.9375rem); /* 8px → 15px */
  --space-xs-s: clamp(0.75rem, 0.5455rem + 0.9091vw, 1.25rem); /* 12px → 20px */
  --space-s-m: clamp(1rem, 0.642rem + 1.5909vw, 1.875rem); /* 16px → 30px */
  --space-m-l: clamp(1.5rem, 1.0909rem + 1.8182vw, 2.5rem); /* 24px → 40px */
  --space-l-xl: clamp(2rem, 1.2841rem + 3.1818vw, 3.75rem); /* 32px → 60px */
  --space-xl-2xl: clamp(3rem, 2.1818rem + 3.6364vw, 5rem); /* 48px → 80px */
  --space-2xl-3xl: clamp(4rem, 2.5682rem + 6.3636vw, 7.5rem); /* 64px → 120px */
  /* Custom pairs */
  --space-s-l: clamp(1rem, 0.3864rem + 2.7273vw, 2.5rem); /* 16px → 40px */
  --duration-immediately: 0.1s;
  --duration-instantly: 0;
  --duration-promptly: 0.5s;
  --duration-quickly: 0.2s;
  --duration-slowly: 1s;
  /* Sand tonal scale (base color at 800) */
  --color-sand-100: hsl(24, 17%, 22%);
  /* #3c322d */
  --color-sand-200: hsl(24, 17%, 30%);
  /* #51443d */
  --color-sand-300: hsl(24, 17%, 38%);
  /* #685850 */
  --color-sand-400: hsl(24, 17%, 48%);
  /* #877469 */
  --color-sand-500: hsl(24, 17%, 58%);
  /* #a39082 */
  --color-sand-600: hsl(24, 17%, 65%);
  /* #b5a79d ≈ --color-sand-dark */
  --color-sand-700: hsl(24, 17%, 75%);
  /* #cfc2ba */
  --color-sand-800: hsl(24, 17%, 83%);
  /* #dad1cb ≈ --color-sand (base) */
  --color-sand-900: hsl(24, 17%, 92%);
  /* #f0ebe8 ≈ --color-sand-light */
  /* Brown (#5C4E48 base at 400) */
  --color-brown-100: hsl(21, 10%, 12%);
  /* #1f1b19 */
  --color-brown-200: hsl(21, 10%, 18%);
  /* #2f2926 */
  --color-brown-300: hsl(21, 10%, 25%);
  /* #423732 */
  --color-brown-400: hsl(21, 10%, 32%);
  /* #5c4e48 (base) */
  --color-brown-500: hsl(21, 10%, 39%);
  /* #6e6159 */
  --color-brown-600: hsl(21, 10%, 46%);
  /* #7a685f */
  --color-brown-700: hsl(21, 10%, 58%);
  /* #9a877c */
  --color-brown-800: hsl(21, 10%, 70%);
  /* #b9a79d */
  --color-brown-900: hsl(21, 10%, 85%);
  /* #ded6d3 */
  /* Blue (#007CB6) */
  --color-blue-100: hsl(197, 100%, 15%);
  /* #00374c */
  --color-blue-200: hsl(197, 100%, 22%);
  /* #005070 */
  --color-blue-300: hsl(197, 100%, 29%);
  /* #006a94 */
  --color-blue-400: hsl(197, 100%, 36%);
  /* #0084b8 (≈ base; your original hex: #007CB6) */
  --color-blue-500: hsl(197, 100%, 44%);
  /* #00a1e0 */
  --color-blue-600: hsl(197, 100%, 54%);
  /* #14bdff */
  --color-blue-700: hsl(197, 100%, 64%);
  /* #47cbff */
  --color-blue-800: hsl(197, 100%, 74%);
  /* #7ad9ff */
  --color-blue-900: hsl(197, 100%, 86%);
  /* #b8ebff */
  /* Green (#41583d) */
  --color-green-100: hsl(143, 21%, 15%);
  /* #1d251b — darkest */
  --color-green-200: hsl(143, 21%, 20%);
  /* #263323 */
  --color-green-300: hsl(143, 21%, 27%);
  /* #344631 */
  --color-green-400: hsl(143, 21%, 34%);
  /* #41583d — base */
  --color-green-500: hsl(143, 21%, 42%);
  /* #527049 */
  --color-green-600: hsl(143, 21%, 52%);
  /* #6a8f5f */
  --color-green-700: hsl(143, 21%, 62%);
  /* #8aac7f */
  --color-green-800: hsl(143, 21%, 72%);
  /* #adc8a3 */
  --color-green-900: hsl(143, 21%, 85%);
  /* #d5e5cf — lightest */
  /* Orchid (#af79b4) */
  --color-orchid-100: hsl(295, 28%, 18%);
  /* #39213b */
  --color-orchid-200: hsl(295, 28%, 28%);
  /* #58335b */
  --color-orchid-300: hsl(295, 28%, 40%);
  /* #7e4983 */
  --color-orchid-400: hsl(295, 28%, 50%);
  /* #9d5ca3 */
  --color-orchid-500: hsl(295, 28%, 59%);
  /* #af79b4 (≈ #B076B7) */
  --color-orchid-600: hsl(295, 28%, 68%);
  /* #c097c4 */
  --color-orchid-700: hsl(295, 28%, 76%);
  /* #d0b1d3 */
  --color-orchid-800: hsl(295, 28%, 84%);
  /* #e0cbe2 */
  --color-orchid-900: hsl(295, 28%, 92%);
  /* #efe5f0 */
  /* Yellow / Sun (#f6d765) */
  --color-yellow-100: hsl(47, 89%, 20%);
  /* #604d06 */
  --color-yellow-200: hsl(47, 89%, 32%);
  /* #9a7b09 */
  --color-yellow-300: hsl(47, 89%, 50%);
  /* #f1c00e */
  --color-yellow-400: hsl(47, 89%, 60%);
  /* #f4cc3e */
  --color-yellow-500: hsl(47, 89%, 68%);
  /* #f6d765 (≈ #F6D763) */
  --color-yellow-600: hsl(47, 89%, 76%);
  /* #f8e18b */
  --color-yellow-700: hsl(47, 89%, 84%);
  /* #fbebb2 */
  --color-yellow-800: hsl(47, 89%, 90%);
  /* #fcf2cf */
  --color-yellow-900: hsl(47, 89%, 95%);
  /* #fef9e7 */
  --color-laccd-logo: #005a97;
  /* Core surfaces & text */
  --sei-surface: var(--color-paper);
  /* page background */
  --sei-surface-alt: var(--color-sand-900);
  /* subtle panels */
  --sei-surface-elev: var(--color-sand-800);
  /* cards */
  --sei-border: var(--color-brown-300);
  --sei-outline: var(--color-blue-500);
  /* focus ring */
  --sei-text: var(--color-brown-100);
  /* default body text */
  --sei-text-strong: var(--color-brown-300);
  --sei-text-muted: var(--color-sand-500);
  /* Brand & accents */
  --sei-brand: var(--color-green-400);
  --sei-brand-strong: var(--color-green-600);
  --sei-accent: var(--color-blue-500);
  --sei-accent-strong: var(--color-blue-600);
  --sei-highlight: var(--color-orchid-500);
  /* Links */
  --sei-link: var(--sei-brand);
  --sei-link-visited: var(--color-orchid-300);
  --sei-link-hover: var(--color-orchid-100);
  --sei-link-active: var(--sei-link);
  --sei-link-underline: var(--sei-link);
  /* Feedback */
  --sei-info: var(--color-blue-500);
  --sei-success: var(--color-green-600);
  --sei-warn: var(--color-yellow-500);
  --sei-danger: var(--color-brown-300);
  /* Components */
  --sei-card-bg: var(--color-orchid-300);
  --sei-card-border: var(--color-orchid-100);
  --sei-card-text: var(--color-sand-900);
  --sei-btn-bg: var(--color-orchid-300);
  --sei-btn-bg-hover: var(--color-orchid-200);
  --sei-btn-text: white;
  --sei-btn-border: var(--color-orchid-100);
  --sei-input-bg: white;
  --sei-input-border: var(--sei-border);
  --sei-input-text: var(--sei-text);
  --sei-input-placeholder: var(--sei-text-muted);
  /* Selection */
  --sei-selection-bg: var(--color-orchid-300);
  --sei-selection-text: white;
  --color-brand: var(--sei-brand);
  --color-text: var(--sei-text);
  --color-background: var(--sei-surface);
  --color-border: var(--sei-border);
  --color-accent: var(--color-orchid-200);
  /* spacing + shape */
  --btn-pad-block: var(--spacing-small, 0.6rem);
  --btn-pad-inline: var(--spacing-default, 1.2rem);
  --btn-radius: var(--border-radius, 0.375rem);
  --btn-gap: 0.5em;
  /* palette (neutral defaults) */
  --btn-bg: var(--sei-btn-bg, Canvas);
  --btn-bg-hover: var(--sei-btn-bg-hover, color-mix(in srgb, var(--btn-bg) 90%, black));
  --btn-border: var(--sei-btn-border, currentColor);
  --btn-text: var(--sei-btn-text, ButtonText);
  /* optional focus */
  --focus-ring: Highlight;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-brand: var(--color-green-600);
    --color-text: var(--color-sand-900);
    --color-background: var(--color-green-200);
    --color-accent: var(--color-yellow-700);
    --color-laccd-logo: var(--color-sand-900);
    --sei-link: var(--color-yellow-900);
    --sei-link-visited: var(--color-yellow-900);
    --sei-link-hover: var(--color-blue-900);
    --sei-link-active: var(--sei-link);
    --sei-link-underline: var(--sei-link);
  }
}
:root[data-theme=dark] {
  --color-brand: var(--color-green-600);
  --color-text: var(--color-sand-900);
  --color-background: var(--color-green-200);
  --color-accent: var(--color-yellow-700);
  --color-laccd-logo: var(--color-sand-900);
  --sei-link: var(--color-yellow-900);
  --sei-link-visited: var(--color-yellow-900);
  --sei-link-hover: var(--color-blue-900);
  --sei-link-active: var(--sei-link);
  --sei-link-underline: var(--sei-link);
}

@viewport {
  width: device-width;
}
::selection {
  background: var(--sei-selection-bg);
  color: var(--sei-selection-text);
  text-shadow: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family);
}

body {
  display: grid;
  grid-template-areas: "header" "nav" "main" "aside" "footer";
  gap: 2rem;
  margin-inline: 0;
}

@media (min-width: 80em) {
  body {
    grid-template-columns: 3fr 1fr;
    gap: 3rem;
    grid-template-areas: "header header" "nav nav" "main aside" "main aside" "footer footer";
    align-items: start;
  }
}
header {
  grid-area: header;
  margin-inline-start: var(--spacing-medium);
}

main {
  grid-area: main;
  margin-inline-start: var(--spacing-medium);
}

nav[role=navigation] {
  grid-area: nav;
}

aside {
  grid-area: aside;
  margin-inline-start: var(--spacing-medium);
}

/* =============== */
/* Accessible Scrollbar */
/* =============== */
/* Firefox */
* {
  scrollbar-width: auto; /* or 'thin', but never 'none' */
  scrollbar-color: var(--color-orchid-200); /* thumb / track */
}

/* WebKit (Chrome, Edge, Safari, Opera) */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--color-orchid-600); /* light contrast track */
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-orchid-400);
  border-radius: 6px;
  border: 3px solid var(--color-orchid-400); /* creates padding gap */
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-orchid-300);
}

/* High-contrast safeguard */
@media (forced-colors: active) {
  * {
    scrollbar-color: ButtonText ButtonFace;
  }
}
@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.u-margin-block {
  margin-block: var(--spacing-large);
}

.u-margin-block-start {
  margin-block-start: var(--spacing-medium);
}

.u-margin-inline {
  margin-inline: var(--spacing-large);
}

.u-block-padding {
  padding-block: var(--spacing-large);
}

.u-inline-padding {
  padding-inline: var(--spacing-large);
}

.u-padding--small {
  padding: var(--spacing-small);
}

.u-block-margin-0 {
  margin-block: 0;
}

.standfirst {
  margin-block-start: 0;
  margin-block-end: var(--spacing-default);
  font-size: var(--font-size-3);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: var(--color-text-strong);
}

.lede {
  margin-top: 0;
  margin-bottom: var(--spacing-default);
  color: var(--color-brand);
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-display);
}

.big {
  font-size: var(--font-size-7);
  text-transform: uppercase;
  margin-block: 0;
  color: var(--color-brand);
}

.display {
  font-family: var(--font-family-display);
  font-size: var(--font-size-6);
}

.thin {
  font-weight: 100;
}

.extra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

/* Links */
a:link {
  color: var(--sei-link);
  text-decoration-color: color-mix(in srgb, var(--sei-link) 60%, transparent);
}

a:visited {
  color: var(--sei-link-visited);
}

a:hover {
  color: var(--sei-link-hover);
  text-decoration-color: currentColor;
}

a:focus,
a:active {
  color: var(--sei-link-active);
  outline: 2px solid var(--sei-link);
  outline-offset: 2px;
}

aside img {
  max-width: 400px;
  margin: 2rem;
  border: 4px solid var(--color-brand);
  border-radius: var(--border-radius);
}

@media (max-width: 60em) {
  img {
    width: 100%;
    object-fit: contain;
  }
}
/* 1) Semantics for localized quotes */
blockquote {
  quotes: "“" "”";
}

/* 2) Base styling */
blockquote {
  position: relative;
  margin-block: var(--spacing-medium);
  margin-inline-start: 0.3em;
  padding-inline-start: 0;
  max-width: var(--line-length-default);
  color: var(--color-accent);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-display);
  /* optional: improve rag right */
  hanging-punctuation: first allow-end;
}

/* 3) Opening quote — hangs in the left gutter */
blockquote::before {
  content: open-quote; /* locale-friendly */
  position: absolute;
  inset-block-start: -0.4em; /* move slightly above first line */
  inset-inline-start: 0; /* flush to left edge */
  transform: translateY(-0.05em); /* tiny optical nudge */
  font-size: var(--font-size-6); /* scales with blockquote font-size */
  line-height: 1;
  color: currentColor;
  pointer-events: none;
}

/* 4) Closing quote — align to last text line without magic numbers */
/* Citation — attribution line within a blockquote */
blockquote cite {
  display: block;
  margin-top: var(--spacing-default);
  font-size: var(--font-size--1);
  font-style: italic;
  color: currentColor; /* inherits theme accent */
  text-align: right; /* visually separates attribution */
}

/* -----------------------------
   Button Group (container-agnostic)
   ----------------------------- */
.c-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-direction: column; /* stack on narrow */
  align-items: start; /* avoid stretch unless wanted */
}

/* If the group is a list, normalize it */
.c-button-group:where(ul, ol) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Optional: uppercase variant instead of forcing it globally */
.c-button-group--caps {
  text-transform: uppercase;
}

/* Keep small inner padding only for non-button stray content (rare) */
.c-button-group > :not(.btn) {
  padding: 0.25em 0;
}

/* Row on wider screens */
@media (min-width: 48em) {
  .c-button-group {
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* Optional utilities */
.c-button-group--stretch > .btn {
  inline-size: 100%;
} /* full-width items when stacked */
/* Core button (use .btn on <button>, <a>, <input>) */
.btn,
:where(button, [type=button], [type=submit], [type=reset]).btn,
:where(a.btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--btn-gap);
  inline-size: auto;
  padding-block: var(--btn-pad-block);
  padding-inline: var(--btn-pad-inline);
  border: 3px solid var(--btn-border);
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-text);
  text-decoration: none;
  font: inherit;
  font-weight: var(--font-weight-bold, 600);
  line-height: 1.1;
  cursor: pointer;
  margin: 0;
}

.btn:hover {
  background: var(--btn-bg-hover);
  text-decoration: none;
}

.btn:active {
  transform: translateY(0.5px);
}

.btn:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.btn:disabled,
.btn[disabled],
.btn[aria-disabled=true],
.btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

a.btn {
  display: inline-flex;
}

.btn:any-link {
  color: var(--btn-text);
  text-decoration: none;
}

.btn > :where(svg, i, .icon) + :where(span, em, strong) {
  margin-inline-start: 0.4em;
}

/* Keep your originals if you want… */
.btn--primary {
  --btn-bg: var(--sei-btn-primary-bg, ButtonFace);
  --btn-bg-hover: var(--sei-btn-primary-bg-hover, color-mix(in srgb, var(--btn-bg) 85%, black));
  --btn-text: var(--sei-btn-primary-text, ButtonText);
  --btn-border: var(--sei-btn-primary-border, transparent);
}

.btn--outline {
  --btn-bg: transparent;
  --btn-bg-hover: color-mix(in srgb, currentColor 10%, transparent);
  --btn-text: currentColor;
  --btn-border: currentColor;
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-bg-hover: color-mix(in srgb, currentColor 8%, transparent);
  --btn-border: transparent;
}

/* …or use accent-based variants */
.btn--sm {
  padding-block: calc(var(--btn-pad-block) * 0.75);
  padding-inline: calc(var(--btn-pad-inline) * 0.8);
  font-size: 0.9em;
}

.btn--lg {
  padding-block: calc(var(--btn-pad-block) * 1.2);
  padding-inline: calc(var(--btn-pad-inline) * 1.2);
  font-size: 1.05em;
}

.btn--block {
  inline-size: 100%;
}

/* -----------------------------
   Button hover animation
   ----------------------------- */
.btn {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.btn:hover {
  background: var(--btn-bg-hover);
  color: var(--btn-text);
  transform: translateY(-1px); /* gentle lift */
  box-shadow: 0 2px 6px color-mix(in srgb, var(--btn-border) 25%, transparent);
}

.btn:active {
  transform: translateY(0); /* reset when pressed */
  box-shadow: 0 1px 3px color-mix(in srgb, var(--btn-border) 30%, transparent);
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn:hover, .btn:active {
    transform: none;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn:active {
    transform: none;
  }
}
/* =============================
   Callout: Statistics (SEI)
   ============================= */
.sei-callout__statistics {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--sei-card-bg);
  color: var(--sei-card-text);
  border: var(--border-width-thin) solid var(--sei-card-border);
  border-radius: var(--border-radius);
  margin-inline: 0.25em;
  padding-block: var(--spacing-medium);
  padding-inline: var(--spacing-large);
  gap: var(--spacing-small);
  margin-block-end: var(--spacing-medium);
}

/* Big number */
.sei-callout__number {
  display: block;
  font-size: var(--font-size-6);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: var(--sei-card-text); /* mapped to your orchid-200 */
}

/* Label */
.sei-callout__body {
  font-size: var(--font-size-0);
  font-weight: var(--font-weight-medium);
  color: var(--sei-card-text);
  text-transform: uppercase;
}

/* ===== Optional modifiers ===== */
/* Accent variant (brand) */
.sei-callout__statistics.is-accent .sei-callout__number {
  color: var(--sei-brand);
}

/* Inverted (for dark sections) */
.sei-callout__statistics.is-inverted {
  background: var(--sei-surface-alt);
  color: var(--sei-text);
  border-color: var(--sei-border);
}

.sei-callout__statistics.is-inverted .sei-callout__body {
  color: var(--sei-text-strong);
}

/* Inline row of stats */
.sei-callout__group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-medium);
  align-items: stretch;
  justify-content: center;
}

/* Figures */
figure {
  margin: 0 0 var(--spacing-large);
}

figure img {
  height: auto;
  margin-bottom: var(--spacing-default);
}

figcaption {
  font-size: var(--font-size--1);
  margin-top: 0.25rem;
  color: inherit;
}

footer {
  grid-area: footer;
  margin: var(--spacing-medium);
  padding-top: var(--spacing-default);
  border-top: var(--border-width-thin) solid var(--color-theme);
}

button, input, label {
  line-height: 1.1;
}

/* Inherit typography */
input,
button,
textarea,
select {
  font: inherit;
  color: var(--color-text);
}

/* Text inputs */
input,
textarea,
select {
  background: var(--sei-input-bg);
  color: var(--sei-input-text);
  border: 1px solid var(--sei-input-border);
  border-radius: var(--border-radius);
  padding: var(--spacing-default);
}

input::placeholder,
textarea::placeholder {
  color: var(--sei-input-placeholder);
}

/* Focus ring (all controls) */
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a.sei-btn:focus-visible,
a.button:focus-visible {
  outline: 3px solid var(--sei-outline);
  outline-offset: 2px;
}

header {
  display: flex;
  align-items: center;
}

header > * {
  margin-inline-end: 1rem;
}

/* Header brand lockup */
header > h1 {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-family: var(--font-family-display);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-bold);
  color: var(--color-brand);
}

header > h1 a,
header > h1 a:visited {
  text-decoration: none;
  color: inherit;
}

header > h1 span {
  display: block;
  font-size: 80%;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-display);
  color: var(--color-brand);
  scroll-margin-top: var(--spacing-large);
}

h1,
.h1 {
  font-size: var(--font-size-6);
  letter-spacing: var(--tracking-tight);
}

h2,
.h2 {
  font-size: var(--font-size-5);
  letter-spacing: var(--tracking-tight);
}

h3,
.h3 {
  font-size: var(--font-size-4);
  letter-spacing: var(--tracking-tight);
}

h4,
.h4 {
  font-size: var(--font-size-3);
  letter-spacing: var(--tracking-normal);
}

h5,
h6,
.h5,
.h6 {
  font-size: var(--font-size-2);
}

hr {
  border: 0;
  border-bottom: var(--border-width-thin) solid var(--sei-border);
  display: block;
  height: 1px;
  margin: var(--spacing-default) 0;
  padding: 0;
  color: transparent;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Images */
img {
  vertical-align: middle;
  object-fit: cover;
}

img[width],
img[height] {
  max-width: none;
}

img.img-circle,
img.avatar {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

iframe {
  height: initial;
  aspect-ratio: 16/9;
}

/* Lists */
ol,
ul {
  margin-top: var(--spacing-medium);
  margin-bottom: var(--spacing-medium);
  margin-left: 0;
  padding-left: 1.25em; /* provide room for markers */
  color: var(--color-text);
  line-height: var(--line-height-text);
  font-size: var(--font-size-0);
}

/* Use native markers by default */
ul[class] {
  list-style: none;
  padding-left: 0; /* optional: removes left indent */
  margin: 0; /* optional: resets default spacing */
}

.laccd-logo {
  color: var(--color-laccd-logo);
  width: 110px;
}

nav[role=navigation] {
  width: 100%;
  background-color: var(--color-orchid-100);
}
nav[role=navigation] ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 60em) {
  nav[role=navigation] ul {
    flex-direction: column;
  }
}
nav[role=navigation] li {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 60em) {
  nav[role=navigation] li {
    width: 100%; /* makes li span full width */
  }
}
nav[role=navigation] a {
  display: block;
  text-align: center;
  padding: var(--spacing-default) var(--spacing-small);
  color: var(--color-sand-900);
  letter-spacing: var(--tracking-wide);
  font-weight: bold;
  background-color: var(--color-orchid-300);
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
nav[role=navigation] a:visited {
  color: var(--color-sand-900);
}
nav[role=navigation] a:hover,
nav[role=navigation] a:focus {
  background-color: var(--color-orchid-400);
}
nav[role=navigation] a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
nav[role=navigation] a.active {
  background-color: var(--color-orchid-600);
  color: #fff;
}

p {
  font-size: var(--font-size-0);
  line-height: var(--line-height-text);
  color: var(--color-text);
}

/* Space between consecutive paragraphs */
p + p {
  margin-bottom: var(--spacing-small);
}

/* Heading after paragraph */
p + h2 {
  margin-top: var(--spacing-medium);
}

/* Single last paragraph: trim bottom margin */
p:last-child:only-child {
  margin-bottom: 0;
}

/* Improve dark mode readability */
@media (prefers-color-scheme: dark) {
  p {
    word-spacing: 0.05em;
  }
}
/* Base table */
table {
  margin: var(--spacing-medium) 0;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  font-family: inherit;
  color: var(--color-text);
}

/* Table cells */
th,
td {
  padding-block: var(--spacing-small);
  padding-inline: var(--spacing-medium);
  font-size: var(--font-clamp-small);
  text-align: left;
  vertical-align: middle;
  border-bottom: var(--border-width-hairline) solid var(--sei-border);
}

/* Headings */
th {
  font-family: var(--font-family-serif);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
  color: var(--color-text-strong);
}

/* First column: tighter inset */
td:first-of-type {
  padding-left: var(--spacing-x-small);
}

/* Remove bottom border on last row */
tbody tr:last-of-type th,
tbody tr:last-of-type td {
  border-bottom-width: 0;
}

/* Condensed variant */
.table--condensed th,
.table--condensed td {
  padding-top: var(--spacing-x-small);
  padding-bottom: var(--spacing-x-small);
}

/* Responsive wrapper */
.table--responsive {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  vertical-align: top;
  border-spacing: 0;
}

/* Caption styling */
caption {
  caption-side: bottom;
  padding: var(--spacing-small);
  font-size: var(--font-size-small);
  color: var(--color-text-muted);
  text-align: left;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.visually-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

/*# sourceMappingURL=style.css.map */
