/* ==========================================================================
   ORCHID SOCIETY OF ASSAM - ABOUT PAGE STYLESHEET
   Exact replica of the provided reference design.
   Supports Desktop (1200-1320px), Tablet (768-1024px), and Mobile (320-767px).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS & RESET
   -------------------------------------------------------------------------- */
:root {
  --color-primary-dark: #124427;
  --color-primary-deep: #0f2d1e;
  --color-primary-darkest: #002e1f;
  --color-primary-medium: #1b7a43;
  --color-primary-leaf: #1b503c;
  --color-primary-light: #146b3a;
  --color-mint-accent: #22c55e;
  --color-mint-sprout: #9cd2b8;
  
  --color-gold: #cca730;
  --color-gold-light: #ffe088;
  
  --color-bg-page: #f4f8f5;
  --color-bg-cream: #f6f9f7;
  --color-bg-card: #ffffff;
  --color-bg-card-alt: #f8faf8;
  --color-border: #e2ece4;
  --color-border-dark: #1e4b33;
  --color-badge-bg: #eaf4ee;
  
  --color-text-dark: #122218;
  --color-text-muted: #586c60;
  --color-text-light: #e2ece4;
  
  --color-footer-bg: #092c17;
  
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-cursive: 'Caveat', cursive;
  
  --container-max-width: 1240px;
  
  --radius-pill: 100px;
  --radius-xl: 24px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  
  --shadow-subtle: 0 4px 20px rgba(18, 68, 39, 0.04);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-hover: 0 14px 36px rgba(18, 68, 39, 0.1);
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 901px) and (max-width: 1024px) {
  .hero-section .hero-inner {
    grid-template-columns: 1fr 1fr;
    min-height: min(620px, 80svh);
    padding: 6.2rem 0 4.5rem;
  }
}

@media (max-width: 900px) {
  .hero-section {
    background-image: url('/designs/about-hero-bg-tablet.jpg');
    background-position: center right;
    background-size: cover;
    padding: 0;
  }

  .hero-section .hero-inner {
    grid-template-columns: 1fr;
    min-height: min(620px, 80svh);
    padding: 5rem 0 2rem;
  }

  .hero-section .hero-title {
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    line-height: 1.05;
  }

  .hero-section .hero-description {
    font-size: clamp(0.95rem, 1.3vw, 1.15rem);
    line-height: 1.6;
  }

  .hero-section .hero-actions {
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    margin-top: 1.2rem;
  }

  .hero-section .hero-actions .btn-pill-primary,
  .hero-section .hero-actions .btn-pill-secondary {
    flex: 1 1 50%;
    justify-content: center;
    width: 50%;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .hero-section {
    background-image: url('/designs/about-hero-bg-mobile.jpg');
    background-position: center right;
    background-size: cover;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 45, 30, 0.94) 0%, rgba(15, 45, 30, 0.82) 48%, rgba(15, 45, 30, 0.35) 100%);
  }

  .hero-section > .osa-container {
    width: calc(100vw - 32px);
    padding: 0;
  }

  .hero-section .hero-inner {
    width: 100%;
    min-width: 0;
    padding: 4.75rem 0 2rem;
  }

  .hero-section .hero-content {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 1rem;
  }

  .hero-section .hero-eyebrow {
    width: fit-content;
    max-width: 100%;
    padding: 0.32rem 0.7rem;
    font-size: 0.62rem;
    line-height: 1.45;
    white-space: normal;
  }

  .hero-section .hero-title,
  .hero-section .hero-description {
    width: 100%;
    max-width: 100%;
  }

  .hero-section .hero-title {
    font-size: clamp(2rem, 10vw, 2.5rem);
  }

  .hero-section .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.7rem !important;
    width: 100% !important;
  }

  .hero-section .hero-actions .btn-pill-primary,
  .hero-section .hero-actions .btn-pill-secondary {
    flex: none !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  .story-lineart-bg,
  .leadership-bg-decoration {
    display: none;
  }

  .impact-banner {
    width: 100%;
    padding: 22px 16px !important;
    gap: 18px !important;
  }

  .impact-stats-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }

  .impact-stat-item {
    min-width: 0;
    gap: 8px;
  }

  .impact-stat-item .stat-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .impact-stat-item .stat-content {
    min-width: 0;
  }

  .impact-stat-item .stat-number {
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .impact-stat-item .stat-label {
    font-size: 0.64rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .card-arrow-btn,
  .btn-arrow-icon {
    display: none !important;
  }
}

/* Narrow-phone layout: prevent the shared hero rules from widening this page. */
@media (max-width: 600px) {
  .hero-section > .osa-container {
    width: calc(100vw - 32px);
    padding: 0;
  }

  .hero-section .hero-inner {
    width: 100%;
    min-width: 0;
    padding: 4.75rem 0 2rem;
  }

  .hero-section .hero-content {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 1rem;
  }

  .hero-section .hero-eyebrow {
    width: fit-content;
    max-width: 100%;
    padding: 0.32rem 0.7rem;
    font-size: 0.62rem;
    line-height: 1.45;
    white-space: normal;
  }

  .hero-section .hero-title,
  .hero-section .hero-description {
    width: 100%;
    max-width: 100%;
  }

  .hero-section .hero-title {
    font-size: clamp(2rem, 10vw, 2.5rem);
  }

  .hero-section .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    width: 100%;
  }

  .hero-section .hero-actions .btn-pill-primary,
  .hero-section .hero-actions .btn-pill-secondary {
    flex: none;
    width: 100%;
    height: 42px;
    min-height: 42px;
  }

  .story-lineart-bg,
  .leadership-bg-decoration {
    display: none;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg-page);
  color: var(--color-text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all var(--transition-fast);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Base Container */
.osa-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

/* Eyebrow Label */
.eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary-medium);
  margin-bottom: 12px;
}

.eyebrow-label .leaf-icon {
  font-size: 0.9rem;
  color: var(--color-primary-medium);
}

.eyebrow-centered {
  justify-content: center;
  width: 100%;
  text-align: center;
}

.eyebrow-centered::before,
.eyebrow-centered::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: var(--color-primary-medium);
  opacity: 0.6;
}

/* Section Headings */
.section-title {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.section-title-center {
  text-align: center;
}

.highlight-green {
  color: var(--color-primary-medium);
  font-style: normal;
}

.highlight-italic {
  font-style: italic;
}

/* Buttons */
.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-primary-dark);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--color-primary-dark);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(18, 68, 39, 0.15);
}

.btn-pill-primary:hover {
  background-color: #0f3a21;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 68, 39, 0.25);
}

.btn-pill-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--color-text-dark);
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--color-border);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.btn-pill-secondary:hover {
  background-color: #ffffff;
  border-color: var(--color-primary-medium);
  color: var(--color-primary-medium);
  transform: translateY(-2px);
}

.btn-pill-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-gold);
  color: #122218;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(204, 167, 48, 0.3);
}

.btn-pill-gold:hover {
  background-color: #d8b236;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(204, 167, 48, 0.4);
}

.btn-arrow-icon {
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform var(--transition-fast);
}

.btn-pill-primary:hover .btn-arrow-icon,
.btn-pill-secondary:hover .btn-arrow-icon,
.btn-pill-gold:hover .btn-arrow-icon {
  transform: translateX(3px) translateY(-1px);
}


/* --------------------------------------------------------------------------
   2. TOP NAVIGATION HEADER
   -------------------------------------------------------------------------- */
.about-design-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(244, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 236, 228, 0.8);
  padding: 14px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon-svg {
  width: 34px;
  height: 34px;
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--color-primary-dark);
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-primary-medium);
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-dark);
  position: relative;
  padding: 4px 0;
}

.nav-link:hover {
  color: var(--color-primary-medium);
}

.nav-link.active {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary-dark);
  border-radius: 2px;
}

.header-action {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-header-donate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--color-primary-dark);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-header-donate:hover {
  background-color: #0f3d22;
}

.btn-header-donate .heart-icon {
  color: var(--color-gold);
  font-size: 0.85rem;
}


/* --------------------------------------------------------------------------
   3. FIXED LEFT SOCIAL SIDEBAR
   -------------------------------------------------------------------------- */
.social-sidebar {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.social-sidebar::before,
.social-sidebar::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(18, 68, 39, 0.2);
}

.social-link {
  color: var(--color-text-dark);
  opacity: 0.6;
  font-size: 0.85rem;
  transition: all var(--transition-fast);
}

.social-link:hover {
  opacity: 1;
  color: var(--color-primary-medium);
  transform: scale(1.15);
}


/* --------------------------------------------------------------------------
   4. SECTION 1: HERO
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 460px;
  background: url('/designs/about-hero-bg.jpg') no-repeat center right / cover;
  background-color: #0f2d1e;
  color: #ffffff;
  padding: 55px 0 40px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 45, 30, 0.94) 0%, rgba(15, 45, 30, 0.8) 45%, rgba(15, 45, 30, 0.22) 75%, rgba(15, 45, 30, 0.08) 100%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 340px;
}

.hero-content {
  max-width: 580px;
}

.hero-eyebrow {
  color: #9cd2b8;
  margin-bottom: 8px;
}

.hero-eyebrow .leaf-icon {
  color: #22c55e;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.hero-title .highlight-green {
  color: #9cd2b8;
  font-weight: 600;
}

.hero-description {
  font-size: 1.0rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-actions .btn-pill-primary {
  background-color: var(--color-primary-dark);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-actions .btn-pill-secondary {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-actions .btn-pill-secondary:hover {
  background-color: #ffffff;
  color: var(--color-primary-dark);
}

/* Match the homepage hero typography, scale and content alignment. */
.hero-section > .osa-container {
  width: min(1240px, calc(100vw - 48px));
  max-width: none;
  padding: 0 1.4rem;
}

.hero-section {
  min-height: min(620px, 80svh);
  display: flex;
  align-items: center;
  padding: 0;
}

.hero-section .hero-inner {
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  min-height: 0;
  padding: 6.2rem 0 4.5rem;
}

.hero-section .hero-content {
  position: relative;
  width: auto;
  max-width: 820px;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  padding: 0;
}

.hero-section .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0.35rem 0.9rem;
  margin: 0 0 1.2rem;
  border: 1.5px solid #e5a93c;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.2);
  color: #e5a93c;
  font-family: Manrope, system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  width: fit-content;
}

.hero-section .hero-eyebrow .leaf-icon {
  display: none;
}

.hero-section .hero-title {
  max-width: 760px;
  margin: 0 0 1.2rem;
  color: #fff;
  font-family: Spectral, Georgia, serif;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-title .highlight-green {
  color: var(--jade-glow);
  font-weight: 500;
  font-style: italic;
}

.hero-section .hero-description {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-family: Manrope, system-ui, -apple-system, sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 400;
  line-height: 1.6;
}

.hero-section .hero-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
  width: auto;
  margin-top: 1.8rem;
}

.hero-section .hero-actions .btn-pill-primary,
.hero-section .hero-actions .btn-pill-secondary {
  min-height: 0;
  padding: 0.75rem 1.6rem;
  border-radius: 9999px;
  font-family: Manrope, system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-scroll-btn {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  margin: 1.25rem auto 0;
}

.hero-scroll-btn.motion-interactive,
.hero-scroll-btn.motion-interactive:focus-visible {
  transform: none;
}

.hero-scroll-btn.motion-interactive:hover {
  transform: translateY(-3px) scale(1.04);
}

.hero-scroll-btn.motion-interactive:active {
  transform: translateY(0) scale(.96);
}

@media (min-width: 901px) {
  .hero-section .hero-content {
    position: static;
  }

  .hero-section .hero-scroll-btn {
    position: absolute;
    left: calc(50% - 1.3125rem);
    bottom: 24px;
    margin: 0;
    transform: translateX(-50%);
  }

  .hero-section .hero-scroll-btn.motion-interactive:hover {
    transform: translateX(-50%) translateY(-3px) scale(1.04);
  }

  .hero-section .hero-scroll-btn.motion-interactive:active {
    transform: translateX(-50%) scale(.96);
  }
}

.hero-scroll-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary-dark);
}

.hero-page-indicator {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero-indicator-line {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
}


/* --------------------------------------------------------------------------
   5. SECTION 2: OUR STORY
   -------------------------------------------------------------------------- */
.story-section {
  padding: 45px 0;
  position: relative;
  background-color: var(--color-bg-page);
  overflow: hidden;
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.story-content {
  padding-right: 15px;
}

.story-title {
  font-size: 2.3rem;
  margin-bottom: 16px;
}

.story-text {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}

.story-subtitle-green {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0B7B68;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.story-badges-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}

.story-badge-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 10px 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
}

.story-badge-card:hover {
  border-color: var(--color-primary-medium);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(18, 68, 39, 0.08);
}

.badge-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #E6F4EA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary-dark);
}

.badge-icon-box .material-symbols-outlined {
  font-size: 18px;
}

.badge-content {
  display: flex;
  flex-direction: column;
}

.badge-lbl {
  font-size: 0.70rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.badge-val {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.25;
  margin-top: 1px;
}

.story-youth-text {
  margin-top: 14px;
}

.story-top-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  background: rgba(15, 45, 30, 0.9);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(52, 211, 153, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
}

.story-action {
  margin-top: 20px;
}

.story-visual-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.story-watercolor-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120%;
  height: 120%;
  background: url('about-watercolor-wash.png') no-repeat center center / contain;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}

.story-lineart-bg {
  position: absolute;
  right: -50px;
  top: -30px;
  width: 220px;
  height: 280px;
  background: url('about-orchid-corner-lineart.png') no-repeat center center / contain;
  opacity: 0.35;
  pointer-events: none;
  z-index: 2;
}

.story-image-card {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
}

.story-image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.story-location-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  background-color: rgba(15, 45, 30, 0.92);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.location-icon {
  color: #9cd2b8;
  font-size: 1.0rem;
}

.location-text {
  display: flex;
  flex-direction: column;
}

.location-name {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.location-sub {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
}


/* --------------------------------------------------------------------------
   6. SECTION 3: IMPACT STATISTICS PANEL
   -------------------------------------------------------------------------- */
.impact-section {
  padding: 5px 0 10px 0;
}

.impact-banner {
  background: url('about-dark-texture.png') no-repeat center center / cover;
  background-color: var(--color-primary-deep);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 20px 32px;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 28px;
  box-shadow: 0 10px 28px rgba(15, 45, 30, 0.18);
  border: 1px solid var(--color-border-dark);
}

.impact-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.impact-cursive-title {
  font-family: var(--font-cursive);
  font-size: 2.1rem;
  line-height: 1.0;
  color: #ffffff;
}

.impact-sketch-icon {
  width: 40px;
  height: 40px;
  opacity: 0.85;
}

.impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.impact-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.impact-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

.stat-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9cd2b8;
  font-size: 1.0rem;
  flex-shrink: 0;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}


/* --------------------------------------------------------------------------
   7. SECTION 4: ORCHIDARIUM & RESCUE CENTER
   -------------------------------------------------------------------------- */
.orchidarium-section {
  padding: 28px 0 20px 0;
  position: relative;
}

.section-header {
  margin-bottom: 22px;
}

.cards-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background-color: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  box-shadow: var(--shadow-subtle);
  transition: all var(--transition-normal);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(27, 122, 67, 0.3);
}

.card-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.card-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--color-badge-bg);
  color: var(--color-primary-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.card-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 8px;
}

.card-description {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.card-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.card-arrow-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.8rem;
  transition: all var(--transition-fast);
}

.feature-card:hover .card-arrow-btn {
  background-color: var(--color-primary-dark);
  color: #ffffff;
  border-color: var(--color-primary-dark);
  transform: translateX(2px);
}


/* --------------------------------------------------------------------------
   8. SECTION 5: GUIDING PRINCIPLES
   -------------------------------------------------------------------------- */
.principles-section {
  padding: 20px 0 28px 0;
  position: relative;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.principle-card {
  background-color: var(--color-bg-card-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 20px 18px;
  box-shadow: var(--shadow-subtle);
  transition: all var(--transition-normal);
}

.principle-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  background-color: #ffffff;
}

.principle-icon {
  font-size: 1.3rem;
  color: var(--color-primary-medium);
  margin-bottom: 8px;
}

.principle-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 8px;
}

.principle-text {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.principle-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.principle-list-item {
  font-size: 0.875rem;
  color: var(--color-text-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.principle-list-item::before {
  content: "•";
  color: var(--color-primary-medium);
  font-size: 1.2rem;
}


/* --------------------------------------------------------------------------
   9. SECTION 6: ACTIVE RESCUE & FIELD RESEARCH
   -------------------------------------------------------------------------- */
.research-section {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.research-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.8fr 0.9fr;
  gap: 16px;
  align-items: center;
}

.research-text-block {
  padding-right: 10px;
}

.research-title {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.research-description {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

.research-img-forest {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 250px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
}

.research-img-forest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-stat-card {
  background: url('about-dark-texture.png') no-repeat center center / cover;
  background-color: var(--color-primary-deep);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 16px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border: 1px solid var(--color-border-dark);
  box-shadow: 0 10px 28px rgba(15, 45, 30, 0.2);
}

.mini-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-stat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #9cd2b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.mini-stat-val {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.mini-stat-lbl {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
}

.research-img-orchid {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 250px;
  background-color: var(--color-bg-card-alt);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.research-img-orchid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.research-bg-decoration {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 360px;
  background: url('about-orchid-illustration-corner.png') no-repeat center center / contain;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}


/* --------------------------------------------------------------------------
   10. SECTION 7: DONATE US (SUPPORT OUR CAUSE)
   -------------------------------------------------------------------------- */
.donate-section {
  padding: 10px 0 20px 0;
}

.donate-banner {
  background: url('about-dark-texture.png') no-repeat center center / cover;
  background-color: var(--color-primary-deep);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 45, 30, 0.22);
  border: 1px solid var(--color-border-dark);
}

.donate-left-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-img-plant {
  width: 100%;
  max-width: 200px;
  height: 130px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.donate-cursive-overlay {
  position: absolute;
  top: -10px;
  left: 0;
  font-family: var(--font-cursive);
  font-size: 2.0rem;
  color: var(--color-gold);
  line-height: 1.0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.donate-middle-content {
  text-align: left;
}

.donate-eyebrow {
  color: #9cd2b8;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}

.donate-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
}

.donate-description {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  margin-bottom: 14px;
}

.donate-right-quote {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.quote-icon {
  font-size: 1.2rem;
  color: var(--color-gold);
  margin-bottom: 4px;
}

.quote-text {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 6px;
}

.quote-author {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.05em;
}

.donate-quote-lineart {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background: url('about-orchid-corner-lineart.png') no-repeat center center / contain;
  opacity: 0.15;
  pointer-events: none;
}


/* --------------------------------------------------------------------------
   11. SECTION 8: LEADERSHIP & KEY FIGURES
   -------------------------------------------------------------------------- */
.leadership-section {
  padding: 20px 0 28px 0;
  position: relative;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 42px;
}

.leader-card {
  background-color: var(--color-bg-card-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow-subtle);
  transition: all var(--transition-normal);
}

.leader-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  background-color: #ffffff;
}

.leader-avatar-wrapper {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.leader-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-info {
  display: flex;
  flex-direction: column;
}

.leader-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.2;
}

.leader-role-badge {
  display: inline-block;
  align-self: flex-start;
  background-color: var(--color-badge-bg);
  color: var(--color-primary-dark);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  margin: 4px 0 8px 0;
  letter-spacing: 0.04em;
}

.leader-bio {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}

.leadership-bottom-action {
  text-align: center;
}

.leadership-bottom-action .btn-pill-primary {
  background: #0b7b68;
  border-color: #0b7b68;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(11, 123, 104, 0.28);
}

.leadership-bottom-action .btn-pill-primary:hover {
  background: #096354;
  border-color: #096354;
}

.leadership-bg-decoration {
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 240px;
  height: 320px;
  background: url('about-orchid-corner-lineart.png') no-repeat center center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}


/* --------------------------------------------------------------------------
   12. SITE FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: var(--color-footer-bg);
  color: #ffffff;
  padding: 45px 0 24px 0;
  border-top: 1px solid var(--color-border-dark);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 32px;
  margin-bottom: 35px;
}

.footer-col-about .brand-name {
  color: #ffffff;
}

.footer-col-about .brand-sub {
  color: #9cd2b8;
}

.footer-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 16px 0 20px 0;
}

.footer-social-row {
  display: flex;
  gap: 12px;
}

.footer-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all var(--transition-fast);
}

.footer-social-icon:hover {
  background-color: var(--color-primary-medium);
  color: #ffffff;
}

.footer-title {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link-item a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition-fast);
}

.footer-link-item a:hover {
  color: #9cd2b8;
}

.newsletter-box {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  padding: 4px 6px 4px 16px;
}

.newsletter-input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.8rem;
  width: 100%;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.newsletter-submit {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color-primary-medium);
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.newsletter-submit:hover {
  background-color: #22c55e;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom-links {
  display: flex;
  gap: 16px;
}


/* --------------------------------------------------------------------------
   13. RESPONSIVE MEDIA QUERIES
   -------------------------------------------------------------------------- */

/* TABLET LAYOUT (768px - 1024px) */
@media (max-width: 1024px) {
  .social-sidebar {
    display: none;
  }
  
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px 0;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
  
  .story-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .impact-banner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 24px;
  }
  
  .impact-header-block {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 0;
    padding-bottom: 16px;
  }
  
  .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .impact-stat-item:nth-child(2)::after {
    display: none;
  }
  
  .cards-grid-three,
  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .research-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  
  .research-text-block {
    grid-column: 1 / -1;
  }
  
  .donate-banner {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
  }
  
  .donate-right-quote {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
  }
  
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* MOBILE LAYOUT (320px - 767px) */
@media (max-width: 767px) {
  .about-design-header {
    padding: 10px 0;
  }
  
  .nav-menu {
    display: none; /* Can be toggled with mobile menu */
  }
  
  .hero-section {
    padding: 50px 0 40px 0;
    background-position: center top;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-description {
    font-size: 0.95rem;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .story-section,
  .orchidarium-section,
  .principles-section,
  .research-section,
  .leadership-section {
    padding: 45px 0;
  }
  
  .section-title {
    font-size: 1.55rem;
  }
  
  .story-image-card img {
    height: 260px;
  }
  
  .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .impact-stat-item::after {
    display: none;
  }
  
  .cards-grid-three,
  .principles-grid,
  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .leader-card {
    flex-direction: column;
    text-align: center;
  }
  
  .leader-role-badge {
    align-self: center;
  }
  
  .research-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .research-img-forest,
  .research-img-orchid {
    height: 240px;
  }
  
  .donate-banner {
    padding: 28px 20px;
    text-align: center;
  }
  
  .donate-middle-content {
    text-align: center;
  }
  
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  
  .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* Keep the About hero on the homepage's responsive grid and control scale. */
@media (min-width: 901px) and (max-width: 1024px) {
  .hero-section .hero-inner {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 6.2rem 0 4.5rem;
  }
}

@media (max-width: 900px) {
  .hero-section {
    padding: 0;
  }

  .hero-section .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 5rem 0 2rem;
  }

  .hero-section .hero-title {
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    line-height: 1.05;
  }

  .hero-section .hero-description {
    font-size: clamp(0.95rem, 1.3vw, 1.15rem);
    line-height: 1.6;
  }

  .hero-section .hero-actions {
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    margin-top: 1.2rem;
  }

  .hero-section .hero-actions .btn-pill-primary,
  .hero-section .hero-actions .btn-pill-secondary {
    flex: 1 1 50%;
    justify-content: center;
    width: 50%;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }
}
