@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono:ital,wght@0,400;1,400&family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ========================================
   SheRecycles — White Minimalist Design
   Inspired by Cursor's DESIGN.md
   Green accent palette
   ======================================== */

:root {
  --bg: #ffffff;
  --bg-alt: #f5f5f2;
  --bg-card: #ffffff;
  --dark: #1a1a1a;
  --dark-soft: #333;
  --text-primary: #1a1a1a;
  --text-secondary: #555;
  --text-tertiary: #888;
  --white: #ffffff;
  --off-white: #fafaf8;
  --section-alt: #f5f5f2;
  --green-900: #1a3a1c;
  --green-800: #2D5C30;
  --green-700: #3d7040;
  --green-500: #4A8C50;
  --green-400: #6BBF72;
  --green-100: #D4EDCF;
  --green-50: #eef7ee;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.15);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 14px 40px rgba(0,0,0,0.08), 0 6px 16px rgba(0,0,0,0.04);
  --shadow-xl: 0 28px 70px rgba(0,0,0,0.10), 0 14px 32px rgba(0,0,0,0.06);
  --font-display: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  --font-body: 'Lora', 'Georgia', 'Times New Roman', serif;
  --nav-height: 72px;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 9999px;
}

/* ==========================================
   Dark Mode
   ========================================== */
[data-theme="dark"] {
  --bg: #0f0f0f;
  --bg-alt: #181818;
  --bg-card: #1c1c1c;
  --dark: #e8e8e4;
  --dark-soft: #ccc;
  --text-primary: #e8e8e4;
  --text-secondary: #aaa;
  --text-tertiary: #777;
  --section-alt: #181818;
  --off-white: #1c1c1c;
  --green-50: rgba(107,191,114,0.08);
  --green-100: rgba(107,191,114,0.15);
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.15);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.3);
  --shadow-lg: 0 14px 40px rgba(0,0,0,0.35);
}

[data-theme="dark"] body {
  background-color: var(--bg);
  color: var(--text-primary);
}

[data-theme="dark"] .nav {
  background-color: rgba(15,15,15,0.92);
  border-bottom-color: var(--border);
}

[data-theme="dark"] .nav.scrolled {
  box-shadow: 0 1px 12px rgba(0,0,0,0.4);
}

[data-theme="dark"] .nav-logo-text {
  color: var(--text-primary);
}

[data-theme="dark"] .nav-logo-img {
  filter: brightness(0) invert(1) saturate(0);
  opacity: 0.94;
}

[data-theme="dark"] .nav-link {
  color: var(--text-secondary);
}

[data-theme="dark"] .nav-link:hover,
[data-theme="dark"] .nav-link.active {
  color: var(--green-400);
}

[data-theme="dark"] .mobile-menu {
  background-color: var(--bg);
}

[data-theme="dark"] .mobile-menu-link {
  color: var(--text-primary);
}

[data-theme="dark"] .hamburger-line {
  background-color: var(--text-primary);
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3 {
  color: var(--text-primary);
}

[data-theme="dark"] p {
  color: var(--text-secondary);
}

[data-theme="dark"] .card,
[data-theme="dark"] .platform-card,
[data-theme="dark"] .value-card,
[data-theme="dark"] .problem-card,
[data-theme="dark"] .partner-card,
[data-theme="dark"] .serve-card,
[data-theme="dark"] .bento-item {
  background-color: var(--bg-card);
  border-color: var(--border);
}

[data-theme="dark"] .section-alt {
  background-color: var(--bg-alt);
}

[data-theme="dark"] .mission-section {
  background-color: var(--bg-alt);
}

[data-theme="dark"] .btn-primary {
  background-color: var(--green-500);
  color: #fff;
}

[data-theme="dark"] .btn-ghost {
  border-color: var(--border-strong);
  color: var(--text-primary);
}

[data-theme="dark"] .btn-ghost:hover {
  border-color: var(--green-400);
  color: var(--green-400);
}

[data-theme="dark"] .cta-section {
  background-color: rgba(107,191,114,0.06);
  border-color: rgba(107,191,114,0.12);
}

[data-theme="dark"] .accordion-header {
  color: var(--text-primary);
}

[data-theme="dark"] .accordion-header:hover {
  background-color: var(--bg-alt);
}

[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
  background-color: var(--bg-card);
  border-color: var(--border-strong);
  color: var(--text-primary);
}

[data-theme="dark"] .footer {
  background-color: #0a0a0a;
}

[data-theme="dark"] .stat-number {
  color: var(--green-400);
}

[data-theme="dark"] .map-banner {
  background-color: var(--bg-alt);
  border-bottom-color: var(--border);
}

[data-theme="dark"] .tab-button {
  color: var(--text-secondary);
}

[data-theme="dark"] .tab-button.active {
  color: var(--green-400);
}

[data-theme="dark"] .linkedin-embed-card {
  background-color: var(--bg-card);
}

[data-theme="dark"] .team-card,
[data-theme="dark"] .team-structure span {
  background-color: var(--bg-card);
  border-color: var(--border);
}

[data-theme="dark"] .team-track,
[data-theme="dark"] .team-link {
  color: var(--green-400);
}

/* Theme toggle button */
.theme-toggle {
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-secondary);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  margin-left: 1rem;
  flex-shrink: 0;
}

.theme-toggle:hover {
  border-color: var(--green-400);
  color: var(--green-400);
}

.theme-toggle .icon-sun,
.theme-toggle .icon-moon {
  width: 18px;
  height: 18px;
}

.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

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

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.3s ease, color 0.3s ease;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

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

ul, ol {
  list-style: none;
}

/* Typography */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--text-primary);
}

h1 {
  font-size: 2.35rem;
  letter-spacing: 0;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.65rem;
  }
}

.uppercase-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-500);
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 3rem;
  }
}

/* ==========================================
   Navigation
   ========================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.nav.scrolled {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 768px) {
  .nav-inner {
    padding: 0 2.5rem;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nav-logo-img {
  width: 36px;
  height: auto;
  object-fit: contain;
  transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.nav-logo-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--green-800);
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2.25rem;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.nav-link {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--text-secondary);
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 4px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1.5px;
  background-color: var(--green-500);
  transition: left 0.25s ease, right 0.25s ease;
}

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

.nav-link:hover::after {
  left: 0;
  right: 0;
}

.nav-link.active {
  color: var(--green-800);
  font-weight: 600;
}

.nav-link.active::after {
  left: 0;
  right: 0;
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: var(--text-primary);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-link {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  opacity: 0;
  transform: translateY(20px);
  transition: color 0.2s ease;
}

.mobile-menu-link:hover {
  color: var(--green-500);
}

.mobile-menu.active .mobile-menu-link {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   Footer
   ========================================== */
.footer {
  background-color: var(--green-900);
  color: var(--white);
  padding: 4rem 0 2rem;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

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

.footer-brand .nav-logo-text {
  color: var(--white);
}

.footer-brand p {
  font-size: 0.9375rem;
  opacity: 0.7;
  margin-top: 1rem;
  max-width: 300px;
}

.footer-links-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.footer-links a,
.footer-contact a,
.footer-contact p {
  display: block;
  font-size: 0.9375rem;
  opacity: 0.7;
  margin-bottom: 0.6rem;
  transition: opacity 0.2s ease;
}

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

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--green-400);
  font-weight: 500;
  font-size: 0.9375rem;
  transition: opacity 0.2s ease;
}

.footer-social a:hover {
  opacity: 0.8;
}

.footer-social p {
  font-size: 0.875rem;
  font-style: normal;
  opacity: 0.6;
  margin-top: 1rem;
  color: var(--white);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ==========================================
   Buttons
   ========================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  min-height: 44px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background-color: var(--green-800);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--green-700);
  box-shadow: 0 4px 16px rgba(45, 92, 48, 0.25);
}

.btn-ghost {
  background-color: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text-primary);
}

.btn-ghost:hover {
  border-color: var(--green-500);
  color: var(--green-800);
  box-shadow: var(--shadow-sm);
}

/* ==========================================
   Sections
   ========================================== */
section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  section {
    padding: 6rem 0;
  }
}

.section-alt {
  background-color: var(--section-alt);
}

.section-header {
  max-width: 700px;
  margin-bottom: 3rem;
}

.section-header.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  margin-bottom: 1rem;
}

.section-header p {
  color: var(--text-secondary);
}

/* ==========================================
   Cards
   ========================================== */
.card {
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* Stat Cards */
.stat-card {
  text-align: center;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-400), var(--green-800));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-number {
  font-family: var(--font-body);
  font-size: 3rem;
  font-weight: 800;
  color: var(--green-800);
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 4rem;
  }
}

.stat-label {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  max-width: 280px;
  margin: 0 auto;
}

/* Grid Layouts */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

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

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

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

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

/* ==========================================
   Hero
   ========================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.65rem;
  }

  .about-hero-title {
    max-width: 13ch;
    font-size: 1.85rem;
  }

  .team-header h2 {
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

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

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.hero-content h1 {
  margin-bottom: 1.25rem;
}

.hero-editorial-title {
  max-width: 10ch;
  font-size: 5.7rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content .hero-tagline {
  font-family: var(--font-body);
  font-size: 1.28rem;
  font-weight: 400;
  color: var(--text-secondary);
  max-width: 720px;
  margin-bottom: 2rem;
  line-height: 1.48;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-buttons--equal .btn {
  min-width: 11.75rem;
  justify-content: center;
}

.hero-mapper-form {
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.hero-mapper-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.hero-mapper-grid label {
  display: grid;
  gap: 0.25rem;
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-mapper-grid input {
  width: 100%;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(45, 92, 48, 0.18);
  border-radius: var(--radius);
  background: var(--bg-card);
  color: var(--text-primary);
  font-size: 0.92rem;
}

.hero-mapper-grid input:focus {
  outline: none;
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(74, 140, 80, 0.16);
}

.hero-mapper-submit {
  width: 100%;
}

.mapper-error {
  min-height: 1em;
  margin-top: 0.45rem;
  color: #b03434;
  font-size: 0.82rem;
}

.hero-mapper-submit:disabled,
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.hero-mapper-success {
  min-height: 1em;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: var(--green-800);
}

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

@media (max-width: 980px) {
  .hero-editorial-title {
    font-size: 4.35rem;
  }
}

@media (max-width: 620px) {
  .hero-editorial-title {
    max-width: 9ch;
    font-size: 3.25rem;
  }

  .hero-content .hero-tagline {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-buttons--equal .btn {
    width: 100%;
    min-width: 0;
  }
}

[data-theme="dark"] .hero-mapper-form {
  background: rgba(28, 28, 28, 0.88);
  border-color: var(--border);
}

[data-theme="dark"] .hero-mapper-grid input {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--text-primary);
}

[data-theme="dark"] .hero-mapper-success {
  color: var(--green-400);
}

.hero-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}

.hero-map iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: none;
}

@media (min-width: 768px) {
  .hero-map iframe {
    height: min(62vh, 540px);
    min-height: 420px;
  }
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: minmax(280px, 0.88fr) minmax(340px, 1.2fr);
    gap: 3rem 3.5rem;
    align-items: center;
  }

  .hero-map iframe {
    height: min(70vh, 640px);
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .hero-map iframe {
    height: clamp(260px, 72vw, 380px);
    min-height: 240px;
  }
}

/* ==========================================
   Step Cards
   ========================================== */
.steps-container {
  position: relative;
}

.steps-line {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 2px;
}

@media (min-width: 1024px) {
  .steps-line {
    display: block;
  }
}

.steps-line svg {
  width: 100%;
  height: 2px;
}

.steps-line svg line {
  stroke: var(--green-400);
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.step-card {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-50);
  border: 1.5px solid var(--green-100);
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover .step-icon {
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(107, 191, 114, 0.2);
}

.step-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--green-700);
  fill: none;
  stroke-width: 1.5;
}

.step-number {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green-500);
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.step-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.step-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

/* ==========================================
   Serve Cards
   ========================================== */
.serve-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .serve-cards {
    gap: 1.25rem;
  }
}

.serve-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-left: 3px solid var(--green-400);
  background-color: var(--bg-card);
  border-radius: 0 var(--radius) var(--radius) 0;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.serve-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.serve-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-50);
  border-radius: var(--radius);
}

.serve-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--green-700);
  fill: none;
  stroke-width: 1.5;
}

.serve-card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.35rem;
}

.serve-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

/* ==========================================
   Mission Section
   ========================================== */
.mission-section {
  position: relative;
  background-color: var(--section-alt);
  padding: 6rem 0;
  overflow: hidden;
}

.mission-turbines {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  opacity: 0.06;
  pointer-events: none;
}

.mission-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.mission-content blockquote {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  color: var(--green-800);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .mission-content blockquote {
    font-size: 2rem;
  }
}

.mission-content p {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* ==========================================
   Map Container
   ========================================== */
.map-container {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: none;
}

@media (min-width: 768px) {
  .map-container iframe {
    height: 500px;
  }
}

/* Map Page */
.map-page-guided {
  background:
    radial-gradient(circle at 12% 0%, rgba(107, 191, 114, 0.10), transparent 26rem),
    linear-gradient(180deg, var(--bg) 0%, var(--off-white) 100%);
}

.map-instructions {
  padding: clamp(2rem, 5vw, 4rem) 0 1.5rem;
}

.map-instructions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.map-instructions h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
}

.map-instructions p {
  max-width: 58ch;
}

.map-steps-card {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}

.map-steps-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.map-steps-list li {
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.55;
}

.map-steps-list strong {
  color: var(--green-800);
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.guided-map-section {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.map-frame-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
}

.map-banner {
  height: 48px;
  background-color: var(--section-alt);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  font-size: 0.8125rem;
  border-bottom: 1px solid var(--border);
}

.map-banner span:last-child {
  color: var(--text-tertiary);
}

.map-full {
  height: min(72vh, 680px);
  min-height: 420px;
}

.map-full iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 900px) {
  .map-instructions-grid {
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 620px) {
  .map-banner {
    height: auto;
    min-height: 48px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
  }

  .map-full {
    height: 68vh;
    min-height: 360px;
  }
}

/* ==========================================
   Platform Cards (Digital Platform section)
   ========================================== */
.platform-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.platform-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.platform-card .platform-icon {
  width: 48px;
  height: 48px;
  background: var(--green-50);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.platform-card .platform-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--green-700);
  fill: none;
  stroke-width: 1.5;
}

.platform-card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.6rem;
}

.platform-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.platform-card .badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  background-color: var(--green-50);
  color: var(--green-700);
  margin-bottom: 1rem;
}

/* ==========================================
   Progress / LinkedIn Section
   ========================================== */
.linkedin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .linkedin-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

.linkedin-embed-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  min-height: 400px;
  background-color: var(--bg-card);
  transition: box-shadow 0.25s ease;
}

.linkedin-embed-card:hover {
  box-shadow: var(--shadow-md);
}

.linkedin-embed-card iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.linkedin-placeholder {
  text-align: center;
  padding: 3rem 2rem;
  color: var(--text-tertiary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

.linkedin-placeholder svg {
  margin-bottom: 1rem;
  opacity: 0.3;
}

/* Mixed grid: embed + link previews */
.progress-embed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

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

.link-preview-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.link-preview-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-100);
}

[data-theme="dark"] .link-preview-card:hover {
  border-color: rgba(107, 191, 114, 0.35);
}

.link-preview-thumb {
  height: 120px;
  background: linear-gradient(135deg, var(--green-50), var(--section-alt));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border-bottom: 1px solid var(--border);
}

[data-theme="dark"] .link-preview-thumb {
  background: linear-gradient(135deg, rgba(107, 191, 114, 0.08), var(--bg-alt));
}

.link-preview-thumb img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.link-preview-thumb--photo {
  height: 150px;
  padding: 0;
  background: var(--bg-alt);
}

.link-preview-thumb--photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.link-preview-body {
  padding: 1.25rem 1.35rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.link-preview-domain {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 0.65rem;
}

.link-preview-domain .link-preview-favicon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  object-fit: contain;
  background: var(--bg);
  padding: 2px;
}

.link-preview-title {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.link-preview-desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-secondary);
  flex: 1;
  margin-bottom: 1rem;
}

.link-preview-cta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--green-700);
  margin-top: auto;
}

[data-theme="dark"] .link-preview-cta {
  color: var(--green-400);
}

.link-preview-card:hover .link-preview-cta {
  text-decoration: underline;
}

/* ==========================================
   Fieldwork Media
   ========================================== */
.field-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.field-photo-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.field-photo-card,
.field-video-card,
.field-note-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.field-photo-card {
  margin: 0;
}

.field-photo-card img,
.field-note-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: var(--bg-alt);
}

.field-photo-card > img {
  height: 260px;
  aspect-ratio: auto;
}

.field-photo-card--feature > img {
  height: 420px;
  aspect-ratio: auto;
}

.field-photo-card--portrait > img {
  height: 360px;
  aspect-ratio: auto;
}

.field-photo-caption,
.field-note-card figcaption {
  padding: 0.8rem 1rem;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.field-media-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.field-video-card {
  display: flex;
  flex-direction: column;
}

.field-video-card video {
  display: block;
  width: 100%;
  height: min(70vh, 520px);
  min-height: 320px;
  object-fit: contain;
  background: #101510;
  border-bottom: 1px solid var(--border);
}

.field-video-card--portrait video {
  height: min(74vh, 580px);
}

.field-video-card--wide video {
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: min(72vh, 640px);
  min-height: 0;
}

.what-is-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.field-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.85rem;
}

.field-note-card {
  margin: 0;
}

.field-note-card img {
  height: 180px;
  aspect-ratio: auto;
}

.field-note-card figcaption {
  min-height: 4.5rem;
}

.timeline-photo {
  margin: 1rem 0 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
}

.timeline-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.timeline-photo figcaption {
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.field-evidence-grid,
.collab-photo-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.observed-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.observed-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--bg-alt);
}

.observed-card h3,
.observed-card p,
.observed-card .observed-label {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.observed-card .observed-label {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.1rem;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-pill);
  background: var(--green-50);
  color: var(--green-800);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.observed-card p {
  margin-bottom: 1.25rem;
}

.collab-banner img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.faq-visual {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.faq-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
}

/* ==========================================
   Content Pages
   ========================================== */
.content-page {
  padding-top: var(--nav-height);
}

.hero-mini {
  padding: 4.5rem 0 3rem;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(180deg, var(--off-white) 0%, var(--bg) 100%);
}

.hero-mini .container {
  max-width: 980px;
}

.hero-mini h1 {
  max-width: 820px;
}

.hero-mini p {
  max-width: 740px;
  margin-top: 1rem;
}

.legal-shell,
.faq-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.legal-summary {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  padding: 1.5rem;
}

.legal-summary h2,
.legal-summary h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.legal-summary p,
.legal-summary a,
.legal-summary li {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.legal-summary a:hover {
  color: var(--green-800);
}

.legal-summary ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.legal-summary li {
  border-top: 1px solid var(--border);
  padding-top: 0.65rem;
}

.legal-summary li:first-child {
  border-top: none;
  padding-top: 0;
}

.legal-content {
  display: grid;
  gap: 1rem;
}

.legal-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  padding: 1.5rem;
}

.legal-card h2 {
  font-size: 1.45rem;
  margin-bottom: 0.85rem;
}

.legal-card h3 {
  font-size: 1.05rem;
  margin: 1.35rem 0 0.55rem;
}

.legal-card p {
  margin-bottom: 0.75rem;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.85rem 0 1rem;
}

.legal-card li {
  margin-bottom: 0.45rem;
  color: var(--text-secondary);
}

.legal-card a {
  color: var(--green-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-highlight {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.policy-highlight-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--green-50);
  padding: 1rem;
}

.policy-highlight-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--green-800);
}

.policy-highlight-card span {
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.faq-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.faq-intro-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  padding: 1.35rem;
}

.faq-intro-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.faq-intro-card p {
  margin-bottom: 0.75rem;
}

.faq-intro-card p:last-child {
  margin-bottom: 0;
}

.faq-intro-card a,
.accordion-content-inner a {
  color: var(--green-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-group-label {
  margin: 2rem 0 0.85rem;
}

.faq-group-label h2 {
  font-size: 1.2rem;
}

.faq-group-label p {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.accordion-content-inner ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.accordion-content-inner li {
  margin-bottom: 0.4rem;
  color: var(--text-secondary);
}

[data-theme="dark"] .policy-highlight-card strong,
[data-theme="dark"] .legal-card a,
[data-theme="dark"] .legal-summary a:hover,
[data-theme="dark"] .faq-intro-card a,
[data-theme="dark"] .accordion-content-inner a {
  color: var(--green-400);
}

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

  .faq-intro-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (min-width: 980px) {
  .legal-grid {
    grid-template-columns: minmax(220px, 0.33fr) minmax(0, 0.67fr);
  }

  .legal-summary {
    position: sticky;
    top: calc(var(--nav-height) + 1.5rem);
  }
}

.recycled-field-card {
  width: 100%;
  max-width: 460px;
  margin: 0 0 2.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-card);
  animation: fadeInUp 0.6s ease 0.3s both;
}

.recycled-field-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.recycled-field-card figcaption {
  padding: 0.9rem 1.1rem;
  color: var(--text-secondary);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 720px) {
  .field-evidence-grid,
  .collab-photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .field-media-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }

  .what-is-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
}

@media (min-width: 900px) {
  .field-story-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  }

  .field-photo-stack {
    grid-template-rows: repeat(3, 1fr);
  }

  .field-photo-stack .field-photo-card > img {
    height: 170px;
  }

  .collab-photo-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .collab-photo-strip .field-photo-card > img {
    height: 170px;
  }
}

@media (max-width: 640px) {
  .field-photo-card > img {
    height: 220px;
  }

  .field-photo-card--feature > img {
    height: 260px;
  }

  .field-photo-card--portrait > img {
    height: 300px;
  }

  .field-note-card img {
    height: 160px;
  }

  .field-video-card video {
    height: 360px;
    min-height: 280px;
  }

  .field-video-card--wide video {
    height: auto;
    min-height: 0;
  }
}

/* Inline presentation viewer */
.deck-embed {
  padding: 0;
  overflow: hidden;
}

.deck-embed .deck-embed-frame {
  display: block;
  width: 100%;
  min-height: 360px;
  height: min(72vh, 720px);
  border: none;
  background: var(--bg-alt);
}

.deck-embed object.deck-embed-frame > iframe.deck-embed-frame {
  height: 100%;
}

@media (max-width: 767px) {
  .deck-embed .deck-embed-frame {
    min-height: 320px;
    height: min(68vh, 560px);
  }
}

.embed-fallback-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.embed-fallback {
  margin: 0;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
  color: var(--text-tertiary);
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.embed-fallback a {
  color: var(--green-700);
  font-weight: 600;
  text-decoration: underline;
}

[data-theme="dark"] .embed-fallback a {
  color: var(--green-400);
}

/* ==========================================
   Timeline
   ========================================== */
.timeline {
  position: relative;
  padding-left: 3rem;
}

.timeline-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
}

.timeline-line svg {
  width: 2px;
  height: 100%;
}

.timeline-line svg line {
  stroke: var(--green-400);
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.timeline-item {
  position: relative;
  padding-bottom: 3rem;
}

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

.timeline-dot {
  display: none;
}

.timeline-step-badge {
  position: absolute;
  left: calc(-3rem + 1px);
  top: 0;
  width: 2.375rem;
  height: 2.375rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--green-500), var(--green-800));
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 4px var(--green-50),
    var(--shadow-sm);
  z-index: 2;
}

[data-theme="dark"] .timeline-step-badge {
  box-shadow:
    0 0 0 4px rgba(107, 191, 114, 0.12),
    0 4px 14px rgba(0, 0, 0, 0.35);
}

.timeline-number {
  display: none;
}

.timeline-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.timeline-item p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 0.6rem;
}

/* ==========================================
   Accordion
   ========================================== */
.accordion {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--border);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.accordion-header:hover {
  background-color: var(--off-white);
}

.accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

.accordion-content-inner {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-secondary);
}

/* ==========================================
   Tabs
   ========================================== */
.tabs {
  margin-bottom: 2rem;
}

.tab-list {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-button {
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
  position: relative;
}

.tab-button:hover {
  color: var(--text-primary);
}

.tab-button.active {
  color: var(--green-800);
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--green-500);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* ==========================================
   Partner Cards
   ========================================== */
.partner-card {
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.partner-card.observed-card {
  padding: 0;
  overflow: hidden;
}

.partner-logo {
  width: 100%;
  height: 100px;
  background-color: var(--section-alt);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: var(--text-tertiary);
}

.partner-card h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.4rem;
}

.partner-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.partner-card.observed-card p {
  margin-bottom: 1.25rem;
}

.partner-card a {
  font-size: 0.875rem;
  color: var(--green-700);
  font-weight: 500;
  transition: color 0.2s ease;
}

.partner-card a:hover {
  color: var(--green-500);
}

/* ==========================================
   Contact Form
   ========================================== */
.contact-form {
  max-width: 600px;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  color: var(--text-primary);
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(74, 140, 80, 0.1);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

/* ==========================================
   Team / Founder
   ========================================== */
.founder-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .founder-section {
    grid-template-columns: 300px 1fr;
    gap: 4rem;
  }
}

.founder-photo {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: 0 auto;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--green-50) 0%, var(--green-100) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-700);
  font-size: 0.875rem;
  font-weight: 500;
}

.founder-info h3 {
  font-size: 1.6rem;
  margin-bottom: 0.25rem;
}

.founder-info .founder-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--green-700);
  margin-bottom: 1.25rem;
}

.founder-info p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.team-subsection {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--border);
}

.team-header {
  margin-bottom: 1.5rem;
}

.team-structure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.team-structure span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--green-700);
  font-size: 0.8125rem;
  font-weight: 600;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 560px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(74, 140, 80, 0.32);
  box-shadow: var(--shadow-lg);
}

.team-card:focus-visible {
  outline: 3px solid rgba(74, 140, 80, 0.28);
  outline-offset: 3px;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--green-50);
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.1rem;
}

.team-track {
  color: var(--green-700);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.team-card h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.team-role {
  flex: 1;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.team-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.2rem;
  color: var(--green-800);
  font-size: 0.8125rem;
  font-weight: 700;
}

.team-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* ==========================================
   Value Cards
   ========================================== */
.value-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem;
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: box-shadow 0.25s ease;
}

.value-card:hover {
  box-shadow: var(--shadow-md);
}

.value-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-50);
  border-radius: var(--radius);
}

.value-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--green-700);
  fill: none;
  stroke-width: 1.5;
}

.value-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.value-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

/* ==========================================
   Problem Cards
   ========================================== */
.problem-card {
  position: relative;
  padding: 2rem;
  background-color: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: box-shadow 0.25s ease;
}

.problem-card:hover {
  box-shadow: var(--shadow-md);
}

.problem-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background-color: var(--green-50);
  color: var(--green-800);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
  border: 1px solid var(--green-100);
}

[data-theme="dark"] .problem-badge {
  background-color: rgba(107, 191, 114, 0.12);
  color: var(--green-400);
  border-color: rgba(107, 191, 114, 0.25);
}

.problem-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.problem-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

/* ==========================================
   CTA Section
   ========================================== */
.cta-section {
  background-color: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-section {
    padding: 4rem 3rem;
  }
}

.cta-section h2 {
  margin-bottom: 0.75rem;
}

.cta-section p {
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto 2rem;
}

/* ==========================================
   Page Transitions
   ========================================== */
body {
  opacity: 1;
  transition: opacity 0.3s ease;
}

body.fade-out {
  opacity: 0;
}

/* ==========================================
   Wind Turbine Animation (SVG fallback)
   ========================================== */
.turbine-blades {
  transform-origin: center;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ==========================================
   Animations
   ========================================== */
.fade-up,
.slide-left,
.scroll-fade {
  opacity: 0;
  will-change: opacity, transform;
}

.scroll-fade,
.fade-up.is-visible,
.slide-left.is-visible {
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.fade-up,
.scroll-fade {
  transform: translateY(26px);
}

.slide-left {
  transform: translateX(-26px);
}

.fade-up.is-visible,
.slide-left.is-visible,
.scroll-fade.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
  .slide-left,
  .scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================
   Utilities
   ========================================== */
.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================
   Divider
   ========================================== */
.section-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--green-400), var(--green-800));
  border-radius: 2px;
  margin: 0 auto 2rem;
}

/* ==========================================
   Responsive utilities
   ========================================== */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

/* ==========================================
   Bento Grid (Who We Serve)
   ========================================== */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
  }
  .bento-item:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
  .bento-item:nth-child(2) { grid-column: 2 / 3; }
  .bento-item:nth-child(3) { grid-column: 3 / 4; }
  .bento-item:nth-child(4) { grid-column: 2 / 4; }
}

.bento-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bento-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.bento-item .bento-icon {
  width: 48px;
  height: 48px;
  background: var(--green-50);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.bento-item .bento-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--green-700);
  fill: none;
  stroke-width: 1.5;
}

.bento-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}

.bento-item p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.bento-item.bento-featured {
  background: linear-gradient(135deg, var(--green-50) 0%, var(--bg-card) 100%);
  border-color: var(--green-100);
}

[data-theme="dark"] .bento-item.bento-featured {
  background: linear-gradient(135deg, rgba(107,191,114,0.06) 0%, var(--bg-card) 100%);
}

/* ==========================================
   Thin Footer
   ========================================== */
.footer-thin {
  background-color: var(--green-900);
  color: rgba(255,255,255,0.5);
  padding: 1rem 0;
  font-size: 0.8125rem;
}

[data-theme="dark"] .footer-thin {
  background-color: #0a0a0a;
}

.footer-thin .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.footer-thin a {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.footer-thin a:hover {
  color: var(--green-400);
}

.footer-thin-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

/* ==========================================
   Practera / Collaboration Banner
   ========================================== */
.collab-banner {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
}

.collab-banner img {
  width: 100%;
  height: min(58vh, 520px);
  min-height: 280px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .collab-banner img {
    height: 260px;
    min-height: 0;
  }
}

/* ==========================================
   Embed container (YouTube, Slides)
   ========================================== */
.embed-container {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.embed-container iframe {
  display: block;
  width: 100%;
  border: none;
}

/* ==========================================
   Nav dropdown styles
   ========================================== */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.nav-dropdown-trigger svg {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  min-width: 200px;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index: 100;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown:hover .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  transition: background-color 0.15s, color 0.15s;
}

.nav-dropdown-menu a:hover {
  background-color: var(--green-50);
  color: var(--green-800);
}

[data-theme="dark"] .nav-dropdown-menu {
  background: var(--bg-card);
}

[data-theme="dark"] .nav-dropdown-menu a:hover {
  background-color: rgba(107,191,114,0.08);
  color: var(--green-400);
}

/* ==========================================
   Field Stat Cards (Impact page)
   ========================================== */
.field-stat-card {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.field-stat-category {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--green-500);
}

.field-stat-headline {
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.35;
}

.field-stat-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.field-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

.field-stat-row .field-stat-label {
  font-size: 0.8125rem;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-stat-bar-wrap {
  background: var(--border);
  border-radius: var(--radius-pill);
  height: 6px;
  overflow: hidden;
}

.field-stat-bar {
  height: 100%;
  border-radius: var(--radius-pill);
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.field-stat-bar--high { background: var(--green-500); }
.field-stat-bar--mid  { background: var(--green-300, #8dd494); }
.field-stat-bar--low  { background: var(--text-tertiary); }

.field-stat-pct {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-primary);
  min-width: 2.75rem;
  text-align: right;
}

[data-theme="dark"] .field-stat-bar--mid {
  background: var(--green-400);
  opacity: 0.6;
}

@media (max-width: 640px) {
  .field-stat-row {
    grid-template-columns: 1fr auto;
  }
  .field-stat-bar-wrap {
    display: none;
  }
}

/* ==========================================
   Recovery Intelligence Redesign
   Duna-inspired visual language, SheRecycles-owned implementation
   ========================================== */
:root {
  --bg: #f7f7f2;
  --bg-alt: #ededdf;
  --bg-card: #ffffff;
  --off-white: #f7f7f2;
  --section-alt: #eceade;
  --dark: #171310;
  --dark-soft: #2a2521;
  --text-primary: #171310;
  --text-secondary: #5b5550;
  --text-tertiary: #8a837c;
  --white: #ffffff;
  --green-900: #132f26;
  --green-800: #1f5b4d;
  --green-700: #2f7468;
  --green-500: #45848d;
  --green-400: #66a9a8;
  --green-300: #b8d8b3;
  --green-100: #dbe9d2;
  --green-50: #eef4e8;
  --lime: #aeec1d;
  --sand: #e9e5d5;
  --ink-muted: rgba(23, 19, 16, 0.68);
  --border: rgba(23, 19, 16, 0.10);
  --border-strong: rgba(23, 19, 16, 0.18);
  --shadow-sm: 0 1px 0 rgba(23, 19, 16, 0.06);
  --shadow-md: 0 18px 46px rgba(23, 19, 16, 0.08);
  --shadow-lg: 0 30px 90px rgba(23, 19, 16, 0.12);
  --shadow-xl: 0 44px 120px rgba(23, 19, 16, 0.15);
  --font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Fragment Mono", "SFMono-Regular", Consolas, monospace;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 9999px;
  --nav-height: 76px;
}

[data-theme="dark"] {
  --bg: #100f0d;
  --bg-alt: #171512;
  --bg-card: #1d1a16;
  --off-white: #171512;
  --section-alt: #151310;
  --dark: #f8f6ed;
  --dark-soft: #eee9dc;
  --text-primary: #f8f6ed;
  --text-secondary: #d7d0c2;
  --text-tertiary: #9a9185;
  --green-50: rgba(174, 236, 29, 0.08);
  --green-100: rgba(174, 236, 29, 0.14);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
}

html {
  scroll-padding-top: calc(var(--nav-height) + 24px);
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(247, 247, 242, 0) 22rem),
    var(--bg);
  color: var(--text-primary);
  font-family: var(--font-body);
  letter-spacing: 0;
}

::selection {
  background: var(--lime);
  color: var(--text-primary);
}

h1,
h2,
h3,
h4,
.hero-editorial-title {
  font-family: var(--font-display);
  letter-spacing: -0.04em;
  color: var(--text-primary);
}

h1,
.hero-editorial-title {
  font-size: clamp(3.6rem, 8.5vw, 7.25rem);
  line-height: 1;
  font-weight: 360;
}

h2 {
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 1;
  font-weight: 420;
}

h3 {
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  line-height: 1.02;
  font-weight: 750;
}

p,
li {
  color: var(--text-secondary);
}

.container {
  width: min(1200px, calc(100% - clamp(1.25rem, 6vw, 5rem)));
}

section {
  padding: clamp(4.5rem, 11vw, 9rem) 0;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0)),
    var(--section-alt);
}

.section-header {
  max-width: 900px;
}

.section-header.centered {
  max-width: 900px;
}

.section-header p,
.hero-tagline {
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.uppercase-label,
.hero-kicker,
.field-stat-category,
.badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--green-500);
}

[data-theme="dark"] .uppercase-label,
[data-theme="dark"] .hero-kicker,
[data-theme="dark"] .field-stat-category,
[data-theme="dark"] .badge {
  color: var(--text-primary);
}

.section-divider {
  width: 44px;
  height: 1px;
  background: var(--text-primary);
  opacity: 0.32;
}

.home-map-entry {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.home-action-grid {
  display: grid;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
}

.home-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.home-signal-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.1rem, 2.8vw, 1.55rem);
}

.home-signal-panel h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  margin-bottom: 0.8rem;
}

.home-signal-list {
  display: grid;
  border-top: 1px solid var(--border);
}

.home-signal-list div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.45fr) 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}

.home-signal-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-signal-list strong {
  color: var(--text-primary);
  font-size: 0.9rem;
}

.home-signal-list span {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.5;
}

.card-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--green-500);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

[data-theme="dark"] .card-kicker {
  color: var(--text-primary);
}

.home-fieldwork-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.home-join-form {
  margin: 0 auto;
  max-width: 980px;
}

@media (min-width: 860px) {
  .home-action-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }

  .home-fieldwork-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-action-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .home-signal-list div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

.nav {
  min-height: var(--nav-height);
  background: linear-gradient(180deg, rgba(247, 247, 242, 0.82), rgba(247, 247, 242, 0.18));
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.nav-inner {
  width: min(1200px, calc(100% - clamp(1rem, 5vw, 4rem)));
}

.nav-logo {
  gap: 0.68rem;
}

.nav-logo-text,
.admin-brand span {
  font-family: var(--font-display);
  color: var(--text-primary);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.nav-logo-img {
  width: 46px;
  transform: scale(1.12);
  transform-origin: center;
}

@media (min-width: 768px) {
  .nav-logo {
    gap: 0.78rem;
  }

  .nav-logo-text {
    font-size: 1.34rem;
  }

  .nav-logo-img {
    width: 66px;
    transform: scale(1.35);
  }
}

.nav-links {
  gap: clamp(1rem, 2.4vw, 2rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nav-link {
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 0.83rem;
  font-weight: 450;
}

.nav-link:hover,
.nav-link.active,
.nav-dropdown:hover .nav-dropdown-trigger {
  background: transparent;
  border-bottom-color: currentColor;
  color: var(--text-primary);
}

.theme-toggle,
.hamburger {
  border-radius: 8px;
  border: 0;
  background: transparent;
}

.nav-dropdown-menu {
  top: calc(100% + 0.45rem);
  border-radius: 18px;
  padding: 0.45rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.nav-dropdown-menu a {
  border-radius: 12px;
  font-family: var(--font-body);
  color: var(--text-secondary);
}

.nav-dropdown-menu a:hover {
  background: var(--green-50);
  color: var(--text-primary);
}

.btn,
button,
input,
textarea,
select {
  font-family: var(--font-body);
}

.btn {
  min-height: 46px;
  border-radius: 10px;
  padding: 0.84rem 1.2rem;
  font-size: 0.91rem;
  font-weight: 520;
  letter-spacing: 0;
}

.btn-primary {
  border: 1px solid var(--text-primary);
  background: var(--text-primary);
  color: #fff;
}

.btn-primary:hover {
  border-color: var(--green-500);
  background: var(--green-500);
  transform: translateY(-1px);
}

.btn-ghost {
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.55);
  color: var(--text-primary);
}

.btn-ghost:hover {
  border-color: var(--text-primary);
  background: var(--bg-card);
  color: var(--text-primary);
}

.card,
.platform-card,
.value-card,
.problem-card,
.partner-card,
.serve-card,
.bento-item,
.contact-card,
.field-stat-card,
.map-steps-card,
.map-frame-card,
.feedback-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.card:hover,
.platform-card:hover,
.value-card:hover,
.problem-card:hover,
.partner-card:hover,
.serve-card:hover,
.bento-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.hero {
  min-height: auto;
  padding: calc(var(--nav-height) + clamp(3rem, 9vw, 7rem)) 0 clamp(4rem, 8vw, 6rem);
}

.hero--visual {
  position: relative;
  min-height: auto;
  padding: calc(var(--nav-height) + clamp(3.5rem, 7vw, 6rem)) 0 clamp(4rem, 8vw, 6rem);
  overflow: visible;
  background:
    radial-gradient(circle at 64% 12%, rgba(255, 213, 163, 0.72), transparent 33rem),
    radial-gradient(circle at 14% 22%, rgba(218, 233, 214, 0.82), transparent 32rem),
    linear-gradient(180deg, #f7f7f2 0%, #f7ead0 46%, #f7f7f2 100%);
}

.hero-visual {
  display: none;
}

.hero-visual::after {
  display: none;
}

.hero-svg-object,
.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.78fr) minmax(30rem, 1.12fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}

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

.hero-content--center {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.hero-content--center .hero-editorial-title {
  max-width: 620px;
  margin-inline: 0;
  font-size: clamp(3.35rem, 5.4vw, 5.75rem);
  line-height: 0.98;
  font-weight: 340;
  letter-spacing: -0.052em;
}

.hero-content--center .hero-tagline {
  max-width: 560px;
  margin-inline: 0;
}

.hero-content--center .hero-buttons {
  justify-content: flex-start;
}

.process-hero-content {
  width: 100%;
  max-width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.process-hero-title {
  margin-inline: auto;
  font-size: clamp(3.6rem, 7.1vw, 6.15rem);
  line-height: 0.98;
  white-space: nowrap;
}

.process-hero-tagline {
  max-width: 760px;
  margin: 1.25rem auto 2rem;
}

.hero-mapper-form {
  max-width: 980px;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
  text-align: left;
}

.hero-form-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.78fr);
  gap: 1.25rem;
  align-items: end;
  grid-column: 1 / -1;
  padding-bottom: 0.9rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid rgba(23, 19, 16, 0.1);
}

.hero-form-eyebrow {
  margin: 0 0 0.25rem;
  color: var(--accent-teal);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-form-header h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 380;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.hero-form-header > p {
  max-width: 28rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 360;
  line-height: 1.45;
}

.hero-map-preview {
  display: block;
  margin: 0;
  border: 1px solid rgba(23, 19, 16, 0.14);
  border-radius: 18px;
  background: rgba(247, 247, 242, 0.92);
  box-shadow: 0 28px 70px rgba(23, 19, 16, 0.15);
  overflow: hidden;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.hero-map-preview:hover,
.hero-map-preview:focus-visible {
  border-color: rgba(23, 19, 16, 0.28);
  box-shadow: 0 34px 78px rgba(23, 19, 16, 0.2);
  transform: translateY(-2px);
}

.hero-map-preview:focus-visible {
  outline: 2px solid var(--accent-teal);
  outline-offset: 4px;
}

.hero-map-window {
  aspect-ratio: 1.18;
  min-height: 430px;
  background: #dce7de;
  overflow: hidden;
}

.hero-map-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 53% 48%;
}

.hero-buttons--equal .btn {
  min-width: 170px;
}

.hero-mapper-form,
.mapper-prompt,
.feedback-form,
.admin-login-form {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.hero-mapper-form {
  border-color: rgba(23, 19, 16, 0.13);
  background: rgba(247, 247, 242, 0.74);
  box-shadow: none;
  backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 1rem;
}

.hero-mapper-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 0;
  grid-column: 1;
}

.hero-mapper-grid label {
  gap: 0.35rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 430;
  line-height: 1.2;
}

.hero-mapper-grid input,
.mapper-input,
.feedback-field input,
.feedback-field textarea,
.form-group input,
.form-group textarea,
.map-search-card input,
.map-search-card select {
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-primary);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.hero-mapper-grid input {
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  border-color: rgba(23, 19, 16, 0.14);
  font-size: 0.95rem;
  font-weight: 380;
}

.hero-mapper-grid input::placeholder {
  color: rgba(23, 19, 16, 0.42);
  font-weight: 360;
}

.hero-mapper-grid input:focus,
.mapper-input:focus,
.feedback-field input:focus,
.feedback-field textarea:focus,
.form-group input:focus,
.form-group textarea:focus,
.map-search-card input:focus,
.map-search-card select:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(69, 132, 141, 0.12);
}

.hero-mapper-submit {
  min-height: 46px;
  width: auto;
  min-width: 12rem;
  padding-inline: 1.35rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 520;
  grid-column: 2;
  align-self: end;
}

.hero-mapper-form .mapper-error,
.hero-mapper-form .hero-mapper-success {
  min-height: 0;
  margin: 0;
  grid-column: 1 / -1;
}

.hero-mapper-form .mapper-error:not(:empty),
.hero-mapper-form .hero-mapper-success:not(:empty) {
  margin-top: 0.55rem;
}

.hero-map,
.map-frame-card {
  position: relative;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(174,236,29,0.16), rgba(69,132,141,0.08)),
    rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-map iframe,
.map-full iframe {
  filter: saturate(0.92) contrast(1.02);
}

.map-banner {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.recovery-map-overlay {
  position: absolute;
  left: clamp(0.8rem, 3vw, 1.4rem);
  right: clamp(0.8rem, 3vw, 1.4rem);
  bottom: clamp(0.8rem, 3vw, 1.4rem);
  display: grid;
  gap: 0.7rem;
  pointer-events: none;
}

.recovery-map-panel,
.recovery-map-chip-row {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  background: rgba(23, 19, 16, 0.78);
  color: #fff;
  backdrop-filter: blur(16px);
}

.recovery-map-panel {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}

.recovery-map-panel strong {
  color: #fff;
  font-size: 0.95rem;
}

.recovery-map-panel span {
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
}

.recovery-map-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.55rem;
}

.recovery-map-chip {
  border-radius: 6px;
  background: rgba(255,255,255,0.13);
  color: #fff;
  padding: 0.42rem 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.recovery-map-chip.is-positive {
  background: rgba(174, 236, 29, 0.18);
  color: var(--lime);
}

.map-page-guided {
  background:
    radial-gradient(circle at 20% 0%, rgba(174,236,29,0.20), transparent 28rem),
    var(--bg);
}

.map-instructions {
  padding-top: calc(var(--nav-height) + clamp(2.5rem, 7vw, 5rem));
}

.map-instructions-grid {
  align-items: stretch;
}

@media (min-width: 900px) {
  .map-instructions-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
    gap: clamp(2rem, 3.4vw, 3rem);
    align-items: start;
  }
}

.map-instructions-copy {
  display: grid;
  align-content: center;
}

.map-instructions .map-instructions-title {
  max-width: 680px;
  font-size: clamp(3.25rem, 4.35vw, 4.65rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.map-instructions-copy > p:not(.uppercase-label) {
  max-width: 39rem;
}

.map-search-card {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2.8vw, 1.35rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.76);
}

.map-search-card label {
  display: grid;
  gap: 0.4rem;
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 750;
}

.map-search-card input,
.map-search-card select {
  padding: 0 0.85rem;
}

.map-search-card .btn {
  width: 100%;
  justify-content: center;
}

.map-search-brief {
  min-height: 1.2rem;
  color: var(--text-tertiary);
  font-size: 0.82rem;
  line-height: 1.5;
}

.intelligence-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(1rem, 3vw, 1.5rem);
}

.intelligence-strip-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 0.9rem;
  background: rgba(255,255,255,0.68);
}

.intelligence-strip-item strong {
  display: block;
  color: var(--text-primary);
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.intelligence-strip-item span {
  display: block;
  margin-top: 0.35rem;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.field-stat-card {
  padding: clamp(1.2rem, 3vw, 1.7rem);
}

.field-stat-headline {
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  letter-spacing: -0.03em;
}

.field-stat-bar-wrap {
  height: 8px;
  background: rgba(23,19,16,0.08);
}

.field-stat-bar--high {
  background: var(--green-500);
}

.field-stat-bar--mid {
  background: #a5c58f;
}

.field-stat-bar--low {
  background: #9b8f84;
}

.footer {
  background: #15120f;
  color: #f7f7f2;
}

.footer a,
.footer p {
  color: rgba(247, 247, 242, 0.68);
}

.footer a:hover {
  color: var(--lime);
}

[data-theme="dark"] body {
  background:
    linear-gradient(180deg, rgba(23, 21, 18, 0.82), rgba(16, 15, 13, 0) 22rem),
    var(--bg);
}

[data-theme="dark"] .nav {
  background: linear-gradient(180deg, rgba(16, 15, 13, 0.86), rgba(16, 15, 13, 0.28));
}

[data-theme="dark"] .hero--visual {
  background:
    radial-gradient(circle at 67% 12%, rgba(75, 133, 140, 0.24), transparent 34rem),
    radial-gradient(circle at 14% 24%, rgba(174, 236, 29, 0.11), transparent 30rem),
    linear-gradient(180deg, #100f0d 0%, #151310 48%, #100f0d 100%);
}

[data-theme="dark"] .hero-map-preview {
  border-color: rgba(248, 246, 237, 0.14);
  background: rgba(21, 19, 16, 0.92);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] .hero-map-window {
  background: #dce7de;
}

[data-theme="dark"] .hero-form-header {
  border-bottom-color: rgba(248, 246, 237, 0.12);
}

[data-theme="dark"] .btn-ghost {
  background: rgba(248, 246, 237, 0.04);
  color: var(--text-primary);
}

[data-theme="dark"] .nav,
[data-theme="dark"] .nav-dropdown-menu,
[data-theme="dark"] .card,
[data-theme="dark"] .platform-card,
[data-theme="dark"] .value-card,
[data-theme="dark"] .problem-card,
[data-theme="dark"] .partner-card,
[data-theme="dark"] .serve-card,
[data-theme="dark"] .bento-item,
[data-theme="dark"] .contact-card,
[data-theme="dark"] .field-stat-card,
[data-theme="dark"] .map-steps-card,
[data-theme="dark"] .map-frame-card,
[data-theme="dark"] .feedback-panel,
[data-theme="dark"] .hero-mapper-form,
[data-theme="dark"] .mapper-prompt,
[data-theme="dark"] .feedback-form,
[data-theme="dark"] .map-search-card {
  background: rgba(29, 26, 22, 0.82);
}

[data-theme="dark"] .nav-links,
[data-theme="dark"] .theme-toggle,
[data-theme="dark"] .hamburger,
[data-theme="dark"] .hero-mapper-grid input,
[data-theme="dark"] .mapper-input,
[data-theme="dark"] .feedback-field input,
[data-theme="dark"] .feedback-field textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea,
[data-theme="dark"] .map-search-card input,
[data-theme="dark"] .map-search-card select {
  background: transparent;
}

[data-theme="dark"] .hero-mapper-grid input,
[data-theme="dark"] .mapper-input,
[data-theme="dark"] .feedback-field input,
[data-theme="dark"] .feedback-field textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea,
[data-theme="dark"] .map-search-card input,
[data-theme="dark"] .map-search-card select {
  background: rgba(255,255,255,0.05);
}

@media (max-width: 920px) {
  .hero-grid,
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-map {
    min-height: 520px;
  }

  .hero-layout {
    gap: clamp(1.6rem, 5vw, 2.6rem);
  }

  .hero-map-preview {
    order: -1;
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .hero-content--center {
    max-width: 680px;
    margin-inline: auto;
    padding-top: 0;
    text-align: center;
  }

  .hero-content--center .hero-editorial-title,
  .hero-content--center .hero-tagline {
    margin-inline: auto;
  }

  .hero-content--center .hero-buttons {
    justify-content: center;
  }

  .hero-form-header {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    align-items: start;
  }

  .hero-mapper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1;
  }

  .hero-mapper-submit {
    grid-column: 2;
    justify-self: stretch;
  }

  .intelligence-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map-instructions .map-instructions-title {
    max-width: 100%;
    font-size: clamp(2.95rem, 11vw, 4.8rem);
  }

  .process-hero-content {
    max-width: 760px;
  }

  .process-hero-title {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  h1,
  .hero-editorial-title {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .hero--visual {
    padding-top: calc(var(--nav-height) + 1.8rem);
    padding-bottom: 4rem;
  }

  .hero-visual {
    display: none;
  }

  .hero-content--center {
    padding-top: 0;
  }

  .hero-content--center .hero-editorial-title {
    font-size: clamp(2.6rem, 11vw, 3.55rem);
    font-weight: 330;
    line-height: 1.04;
  }

  .hero-map-preview {
    border-radius: 14px;
  }

  .hero-map-window {
    min-height: 0;
    aspect-ratio: 1.02;
  }

  .hero-map-image {
    object-position: 55% 47%;
  }

  .hero-mapper-form {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .hero-form-header {
    padding-bottom: 0.7rem;
    margin-bottom: 0.75rem;
  }

  .hero-form-header h2 {
    font-size: 1.26rem;
  }

  .hero-form-header > p {
    display: none;
  }

  .hero-mapper-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    grid-column: 1 / -1;
  }

  .hero-mapper-submit {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  section {
    padding: 4rem 0;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu {
    background: rgba(247, 247, 242, 0.96);
    backdrop-filter: blur(18px);
  }

  .recovery-map-overlay {
    position: static;
    margin: 0.75rem;
  }

  .recovery-map-panel,
  .recovery-map-chip-row {
    background: rgba(23, 19, 16, 0.90);
  }

  .intelligence-strip {
    grid-template-columns: 1fr;
  }
}
