*, ::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.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.block {
  display: block;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.font-medium {
  font-weight: 500;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

/* ============================================
   CSS CUSTOM PROPERTIES (VARIABLES)
   ============================================ */

:root {
  /* Nigerian National Color Palette */
  --color-forest-green: #1B4332;
  --color-forest-green-light: #2D6A4F;
  --color-terracotta: #C1440E;
  --color-terracotta-light: #D95F1F;
  --color-cream: #FAF9F6;
  --color-warm-white: #FFFEF9;
  --color-charcoal: #1A1A1A;
  --color-charcoal-light: #3A3A3A;
  --color-gray: #6B6B6B;
  --color-gray-light: #A0A0A0;
  /* Spacing Scale */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;
  --spacing-4xl: 8rem;
  /* Typography Scale */
  --font-display: 'Newsreader', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-full: 9999px;
  /* Transitions */
  --transition-fast: 200ms ease-in-out;
  --transition-normal: 400ms ease-in-out;
  --transition-slow: 700ms ease-in-out;
}

/* ============================================
   BASE STYLES
   ============================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-warm-white);
  color: var(--color-charcoal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: var(--color-forest-green);
  color: var(--color-cream);
}

::selection {
  background-color: var(--color-forest-green);
  color: var(--color-cream);
}

/* ============================================
   NAVIGATION
   ============================================ */

.nav-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(250, 249, 246, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
  z-index: 100;
}

.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--spacing-md) var(--spacing-xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo-lockup {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.primary-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-forest-green);
  letter-spacing: -0.02em;
}

.partner-badges {
  display: flex;
  gap: var(--spacing-xs);
}

.badge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(27, 67, 50, 0.2);
  border-radius: var(--radius-sm);
  color: var(--color-gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-links {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-charcoal-light);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.nav-links a:hover {
  color: var(--color-forest-green);
}

.cta-link {
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-forest-green);
  border-radius: var(--radius-full);
  color: var(--color-forest-green) !important;
  transition: all var(--transition-fast);
}

.cta-link:hover {
  background-color: var(--color-forest-green);
  color: var(--color-cream) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-section {
  width: 100%;
  background-color: var(--color-cream);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.hero-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 600px;
}

@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: 3fr 1fr;
    min-height: 700px;
  }
}

.hero-carousel-area {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(27, 67, 50, 0.1);
}

.carousel-container {
  position: absolute;
  inset: 0;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.carousel-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(20%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 67, 50, 0.7), transparent 60%);
  z-index: 2;
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--spacing-2xl);
  z-index: 3;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(250, 249, 246, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(27, 67, 50, 0.2);
  border-radius: var(--radius-full);
  margin-bottom: var(--spacing-lg);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-forest-green);
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.hero-title {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-cream);
  letter-spacing: -0.02em;
  max-width: 800px;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

.title-line {
  display: block;
}

.title-accent {
  color: var(--color-terracotta-light);
}

/* Hero Stats Sidebar */

.hero-stats {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  background-color: var(--color-warm-white);
  padding: var(--spacing-md);
  gap: var(--spacing-md);
}

@media (min-width: 768px) {
  .hero-stats {
    padding: var(--spacing-xl);
  }
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spacing-lg);
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: var(--radius-md);
  background-color: var(--color-cream);
  transition: all var(--transition-normal);
}

.stat-card:hover {
  border-color: rgba(27, 67, 50, 0.3);
  transform: translateY(-2px);
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: var(--spacing-sm);
}

.stat-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-gray);
  margin-bottom: 0.5rem;
}

.stat-value {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-forest-green);
}

/* ============================================
   SECTION COMPONENTS (REUSABLE)
   ============================================ */

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--spacing-4xl) var(--spacing-xl);
}

.section-header {
  margin-bottom: var(--spacing-3xl);
}

.section-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-gray);
  display: block;
  margin-bottom: var(--spacing-sm);
}

.section-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-forest-green);
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3.5rem;
  }
}

.section-title-large {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.15;
  color: var(--color-charcoal);
  letter-spacing: -0.02em;
  max-width: 900px;
}

@media (min-width: 768px) {
  .section-title-large {
    font-size: 4rem;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--color-gray);
  max-width: 700px;
  margin-top: var(--spacing-md);
}

/* ============================================
   LEGITIMACY SECTION
   ============================================ */

.legitimacy-section {
  background-color: var(--color-warm-white);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.legitimacy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

@media (min-width: 768px) {
  .legitimacy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.legitimacy-card {
  padding: var(--spacing-2xl);
  border: 1px solid rgba(27, 67, 50, 0.15);
  border-radius: var(--radius-lg);
  background-color: var(--color-cream);
  transition: all var(--transition-normal);
}

.legitimacy-card:hover {
  border-color: var(--color-forest-green);
  transform: translateY(-4px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--spacing-md);
  color: var(--color-forest-green);
}

.card-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-sm);
}

.card-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-gray);
  margin-bottom: var(--spacing-md);
}

.card-badge {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background-color: rgba(27, 67, 50, 0.1);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-forest-green);
}

.governance-note {
  padding: var(--spacing-lg);
  background-color: var(--color-cream);
  border-left: 3px solid var(--color-terracotta);
  border-radius: var(--radius-sm);
}

.governance-note p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-charcoal-light);
}

/* ============================================
   CONTEXT SECTION
   ============================================ */

.context-section {
  background-color: var(--color-cream);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.context-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

@media (min-width: 768px) {
  .context-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.context-card {
  padding: var(--spacing-xl);
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: var(--radius-md);
  background-color: var(--color-warm-white);
  transition: all var(--transition-normal);
}

.context-card:hover {
  border-color: var(--color-forest-green);
}

.context-stat {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  color: var(--color-terracotta);
  margin-bottom: var(--spacing-sm);
}

.context-heading {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-sm);
}

.context-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-gray);
}

.context-cta {
  text-align: center;
}

.text-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-forest-green);
  text-decoration: none;
  border-bottom: 1px solid var(--color-forest-green);
  transition: all var(--transition-fast);
}

.text-link:hover {
  color: var(--color-terracotta);
  border-bottom-color: var(--color-terracotta);
}

/* ============================================
   ASSET SECTION (MUSEUMS)
   ============================================ */

.asset-section {
  background-color: var(--color-warm-white);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.museum-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

@media (min-width: 768px) {
  .museum-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.museum-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.museum-image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.museum-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: all var(--transition-slow);
}

.museum-card:hover .museum-image {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.museum-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 67, 50, 0.8), transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: var(--spacing-lg);
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.museum-card:hover .museum-overlay {
  opacity: 1;
}

.museum-info {
  color: var(--color-cream);
}

.museum-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.museum-stat {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.asset-fact {
  text-align: center;
  padding: var(--spacing-xl);
  background-color: var(--color-cream);
  border-radius: var(--radius-md);
}

.fact-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-charcoal);
  margin-bottom: var(--spacing-md);
}

/* ============================================
   SOLUTION SECTION
   ============================================ */

.solution-section {
  background-color: var(--color-cream);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}

@media (min-width: 768px) {
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.solution-card {
  padding: var(--spacing-xl);
  border: 1px solid rgba(27, 67, 50, 0.1);
  border-radius: var(--radius-md);
  background-color: var(--color-warm-white);
  transition: all var(--transition-normal);
}

.solution-card:hover {
  border-color: var(--color-forest-green);
  transform: translateY(-2px);
}

.solution-number {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: var(--color-terracotta);
  margin-bottom: var(--spacing-sm);
}

.solution-icon {
  width: 40px;
  height: 40px;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-md);
}

.solution-heading {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-sm);
}

.solution-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-gray);
}

.solution-cta {
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-forest-green);
  color: var(--color-cream);
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.cta-button:hover {
  background-color: var(--color-forest-green-light);
  transform: translateY(-2px);
}

/* ============================================
   ROADMAP SECTION
   ============================================ */

.roadmap-section {
  background-color: var(--color-warm-white);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.timeline {
  position: relative;
  padding-left: var(--spacing-xl);
}

.timeline-phase {
  position: relative;
  padding-bottom: var(--spacing-3xl);
}

.timeline-phase:last-child {
  padding-bottom: 0;
}

.phase-marker {
  position: absolute;
  left: calc(-1 * var(--spacing-xl));
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phase-dot {
  width: 16px;
  height: 16px;
  background-color: var(--color-forest-green);
  border: 3px solid var(--color-cream);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--color-forest-green);
}

.phase-line {
  width: 2px;
  height: 100%;
  background-color: rgba(27, 67, 50, 0.2);
  margin-top: 0.5rem;
}

.timeline-phase:last-child .phase-line {
  display: none;
}

.phase-content {
  padding-left: var(--spacing-lg);
}

.phase-period {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-terracotta);
  margin-bottom: var(--spacing-xs);
}

.phase-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-md);
}

.phase-details {
  list-style: none;
  padding: 0;
}

.phase-details li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-gray);
  padding-left: var(--spacing-md);
  position: relative;
}

.phase-details li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--color-terracotta);
}

.roadmap-cta {
  text-align: center;
  margin-top: var(--spacing-2xl);
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact-section {
  background-color: var(--color-cream);
  border-bottom: 1px solid rgba(27, 67, 50, 0.1);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-3xl);
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 2fr 3fr;
  }
}

.contact-intro {
  padding-right: var(--spacing-xl);
}

.contact-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-gray);
  margin-top: var(--spacing-md);
}

.contact-categories {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}

.contact-category {
  padding: var(--spacing-xl);
  border: 1px solid rgba(27, 67, 50, 0.15);
  border-radius: var(--radius-md);
  background-color: var(--color-warm-white);
  transition: all var(--transition-normal);
}

.contact-category:hover {
  border-color: var(--color-forest-green);
}

.category-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin-bottom: var(--spacing-xs);
}

.category-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-gray);
  margin-bottom: var(--spacing-sm);
}

.contact-link {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: var(--color-terracotta);
  text-decoration: none;
  border-bottom: 1px solid var(--color-terracotta);
  transition: all var(--transition-fast);
}

.contact-link:hover {
  color: var(--color-terracotta-light);
  border-bottom-color: var(--color-terracotta-light);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background-color: var(--color-forest-green);
  color: var(--color-cream);
  padding: var(--spacing-3xl) var(--spacing-xl);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  text-align: center;
}

.footer-brand {
  padding-bottom: var(--spacing-lg);
  border-bottom: 1px solid rgba(250, 249, 246, 0.2);
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: var(--spacing-xs);
}

.footer-tagline {
  font-size: 0.875rem;
  opacity: 0.8;
}

.footer-partners {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding-bottom: var(--spacing-lg);
  border-bottom: 1px solid rgba(250, 249, 246, 0.2);
}

@media (min-width: 768px) {
  .footer-partners {
    flex-direction: row;
    justify-content: center;
    gap: var(--spacing-2xl);
  }
}

.partner-logo {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.partner-name {
  font-size: 0.875rem;
  font-weight: 500;
}

.partner-role {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
  padding-bottom: var(--spacing-lg);
  border-bottom: 1px solid rgba(250, 249, 246, 0.2);
}

.footer-links a {
  font-size: 0.875rem;
  color: var(--color-cream);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity var(--transition-fast);
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copyright {
  font-size: 0.75rem;
  opacity: 0.6;
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-400 {
  transition-delay: 400ms;
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */

@media (max-width: 767px) {
  .nav-container {
    flex-direction: column;
    gap: var(--spacing-md);
  }

  .nav-links {
    width: 100%;
    justify-content: space-around;
  }

  .hero-content {
    padding: var(--spacing-xl);
  }

  .hero-title {
    font-size: 2rem;
  }

  .section-container {
    padding: var(--spacing-2xl) var(--spacing-md);
  }

  .section-title {
    font-size: 2rem;
  }

  .section-title-large {
    font-size: 2.25rem;
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  *,
    *::before,
    *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

:focus-visible {
  outline: 2px solid var(--color-forest-green);
  outline-offset: 2px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  .nav-header,
    .footer {
    display: none;
  }

  body {
    background-color: white;
    color: black;
  }
}