/* Forest / Agroverde-inspired nature theme */
.cop-theme-nature {
  --forest-deep: #0c1812;
  --forest-mid: #1a3d2e;
  --forest-moss: #2f5c44;
  --cream: #f4efe4;
  --cream-warm: #ebe4d6;
  --terracotta: #9e4f3a;
  --gold: #c4a35a;
  --cop-green: #2f5c44;
  --cop-green-deep: #1a3d2e;
  --cop-green-soft: rgba(47, 92, 68, 0.12);
  --cop-cream: #f4efe4;
  --cop-ink: #14261c;
  --cop-muted: #5a6b60;
  --cop-border: rgba(20, 38, 28, 0.1);
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 20px 50px rgba(12, 24, 18, 0.08);
  --shadow-card: 0 12px 40px rgba(12, 24, 18, 0.1);
}

.cop-theme-nature body,
body.cop-theme-nature {
  background: var(--cream);
  color: var(--cop-ink);
}

/* Pattern utilities */
.cop-theme-nature .tibeb-band {
  height: 36px;
  background: var(--cream-warm) url("../images/tibeb-tile.png") center / 72px repeat;
  border-block: 1px solid var(--cop-border);
}

.cop-pattern-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background: url("../images/tibeb-tile.png") center / 100px repeat;
}

.cop-pattern-corner {
  position: absolute;
  width: 88px;
  height: 88px;
  background: url("../images/tibeb-tile.png") center / contain no-repeat;
  opacity: 0.35;
  pointer-events: none;
}

.cop-pattern-corner--tl { top: 1.5rem; left: 1.5rem; }
.cop-pattern-corner--br { bottom: 1.5rem; right: 1.5rem; transform: rotate(180deg); }

/* Dark glass nav over hero */
.cop-theme-nature .site-header {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 100;
  padding-inline: clamp(1rem, 3vw, 2rem);
  pointer-events: none;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.cop-theme-nature .site-header .nav,
.cop-theme-nature .site-header .nav a,
.cop-theme-nature .site-header .nav button {
  pointer-events: auto;
}

.cop-theme-nature .nav {
  height: 80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 40px rgba(12, 24, 18, 0.12);
  backdrop-filter: blur(20px);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.cop-theme-nature .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.cop-theme-nature .nav-links__footer {
  display: none;
}

.cop-theme-nature .site-header.is-scrolled .nav {
  background: rgba(244, 239, 228, 0.94);
  border-color: var(--cop-border);
  box-shadow: var(--shadow-soft);
}

.cop-theme-nature .nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.cop-theme-nature .nav-logo__img {
  display: block;
  height: 62px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  filter: none;
  transition: height 0.35s ease;
}

.cop-theme-nature .site-header.is-scrolled .nav-logo__img {
  height: 58px;
}

.cop-theme-nature .nav-menu a,
.cop-theme-nature .nav-menu-trigger {
  color: var(--cop-ink);
  font-size: 0.82rem;
  border-radius: 999px;
}

.cop-theme-nature .nav-menu a:hover,
.cop-theme-nature .nav-menu-trigger:hover {
  color: var(--forest-mid);
  background: rgba(47, 92, 68, 0.1);
}

.cop-theme-nature .site-header.is-scrolled .nav-menu a,
.cop-theme-nature .site-header.is-scrolled .nav-menu-trigger {
  color: var(--cop-ink);
}

.cop-theme-nature .site-header.is-scrolled .nav-menu a:hover,
.cop-theme-nature .site-header.is-scrolled .nav-menu-trigger:hover {
  color: var(--forest-moss);
  background: var(--cop-green-soft);
}

.cop-theme-nature .lang-toggle {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(20, 38, 28, 0.12);
  color: var(--forest-mid);
  border-radius: 999px;
}

.cop-theme-nature .site-header.is-scrolled .lang-toggle {
  background: #fff;
  border-color: var(--cop-border);
  color: var(--forest-mid);
}

.cop-theme-nature .nav-cta {
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest-deep);
}

.cop-theme-nature .nav-cta:hover {
  background: #d4b06a;
}

.cop-theme-nature .nav-toggle span { background: var(--cop-ink); }
.cop-theme-nature .site-header.is-scrolled .nav-toggle span { background: var(--cop-ink); }

/* Cinematic hero — forest landing */
.cop-theme-nature .cop-hero--cinematic {
  min-height: 100svh;
  align-items: flex-end;
  background: var(--forest-deep);
}

.cop-theme-nature .cop-hero__media {
  z-index: 0;
}

.cop-theme-nature .cop-hero--cinematic .cop-pattern-field {
  z-index: 1;
  opacity: 0.035;
}

.cop-theme-nature .cop-hero--cinematic .cop-hero__overlay {
  z-index: 2;
  background:
    radial-gradient(ellipse 90% 70% at 75% 35%, rgba(47, 92, 68, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(12, 24, 18, 0.15) 0%, rgba(12, 24, 18, 0.35) 45%, rgba(12, 24, 18, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 24, 18, 0.55) 0%, rgba(12, 24, 18, 0.22) 42%, transparent 100%);
}

.cop-theme-nature .cop-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  align-items: end;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 920px;
  padding: calc(80px + 2.5rem) 0 6.5rem;
}

.cop-theme-nature .cop-hero__main {
  min-width: 0;
}

.cop-theme-nature .cop-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1rem 0.4rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  font-family: "DM Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.cop-theme-nature .cop-hero__eyebrow img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.cop-theme-nature .cop-hero--cinematic h1 {
  margin: 0 0 1.35rem;
  font-family: "Syne", "Fraunces", serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 0.95;
  max-width: 12ch;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
}

.cop-theme-nature .cop-hero__tagline {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 2.25rem;
}

.cop-theme-nature .cop-hero__panel {
  justify-self: end;
  width: min(100%, 360px);
  padding: 1.5rem 1.5rem 1.35rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.cop-theme-nature .cop-hero__panel-label {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.cop-theme-nature .cop-hero__panel-date {
  margin: 0 0 0.35rem;
  font-family: "Syne", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
}

.cop-theme-nature .cop-hero__panel-venue {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.cop-theme-nature .cop-hero__panel-cop {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.cop-theme-nature .btn {
  border-radius: 999px;
  padding-inline: 1.5rem;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.cop-theme-nature .btn-primary {
  background: var(--gold);
  color: var(--forest-deep);
  box-shadow: 0 8px 28px rgba(196, 163, 90, 0.35);
}

.cop-theme-nature .btn-primary:hover {
  background: #d4b06a;
  transform: translateY(-2px);
}

.cop-theme-nature .btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}

.cop-theme-nature .cop-hero__scroll { color: rgba(255, 255, 255, 0.5); }

/* Countdown — featured card overlapping hero */
.cop-theme-nature .cop-countdown-strip {
  position: relative;
  margin-top: -4.5rem;
  z-index: 5;
  background: transparent;
  border: 0;
}

.cop-theme-nature .cop-countdown-strip__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem 3rem;
  padding: 2rem 2.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 38, 28, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 239, 228, 0.96) 100%);
  box-shadow:
    0 24px 60px rgba(12, 24, 18, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  overflow: hidden;
  position: relative;
}

.cop-theme-nature .cop-countdown-strip__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/tibeb-tile.png") center / 96px repeat;
  opacity: 0.04;
  pointer-events: none;
}

.cop-theme-nature .cop-countdown-strip__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--forest-moss), var(--gold), var(--terracotta));
}

.cop-theme-nature .cop-countdown-strip__intro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

.cop-theme-nature .cop-countdown-strip__emblem {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(12, 24, 18, 0.12);
}

.cop-theme-nature .cop-countdown-strip__head {
  min-width: 0;
}

.cop-theme-nature .cop-countdown-strip__label {
  margin: 0 0 0.45rem;
  font-family: "Syne", serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.cop-theme-nature .cop-countdown-strip__when {
  margin: 0;
  display: grid;
  gap: 0.2rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--cop-muted);
}

.cop-theme-nature .cop-countdown-strip__when strong {
  font-family: "Syne", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--forest-mid);
}

.cop-theme-nature .cop-countdown.cop-countdown--featured {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  max-width: none;
  background: none;
  border: 0;
  backdrop-filter: none;
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__grid {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit {
  min-width: 5.75rem;
  padding: 1.1rem 0.85rem 0.95rem;
  text-align: center;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(20, 38, 28, 0.08);
  box-shadow:
    0 10px 28px rgba(12, 24, 18, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  position: relative;
  overflow: hidden;
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--forest-moss), var(--gold));
  opacity: 0.85;
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit strong {
  display: block;
  font-family: "Syne", serif;
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--forest-deep);
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cop-muted);
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit--live strong {
  color: var(--terracotta);
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__unit--live::before {
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__sep {
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 1.35rem;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.45;
  box-shadow: 0 -0.55rem 0 0 var(--gold);
}

.cop-theme-nature .cop-countdown--featured .cop-countdown__sep:nth-of-type(4) {
  opacity: 0.35;
}

/* Nature quote band */
.cop-nature-quote {
  position: relative;
  padding: 4rem 0;
  background: var(--forest-mid);
  color: #fff;
  overflow: hidden;
}

.cop-nature-quote__inner {
  position: relative;
  z-index: 2;
  max-width: 52ch;
  margin-inline: auto;
  text-align: center;
}

.cop-nature-quote blockquote {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.cop-nature-quote cite {
  display: block;
  margin-top: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Stories — Agroverde cards */
.cop-theme-nature .cop-stories {
  padding: 5rem 0 6rem;
  background: var(--cream);
  position: relative;
}

.cop-theme-nature .section-eyebrow {
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cop-theme-nature .section-eyebrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/tibeb-tile.png") center / contain no-repeat;
  opacity: 0.85;
}

.cop-theme-nature .section-head h2 {
  font-family: "Syne", "Fraunces", serif;
  color: var(--forest-deep);
}

.cop-theme-nature .cop-story {
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  margin-bottom: 2rem;
  background: #fff;
}

.cop-theme-nature .cop-story__body {
  background: #fff;
}

.cop-theme-nature .cop-story__region {
  color: var(--terracotta);
}

.cop-theme-nature .cop-story__body h3 {
  font-family: "Syne", serif;
  color: var(--forest-deep);
}

.cop-theme-nature .cop-story--video .cop-story__media::after {
  background: linear-gradient(0deg, rgba(12, 24, 18, 0.5), transparent 50%);
}

/* Stats — soft pills */
.cop-theme-nature .cop-stats {
  background: transparent;
  border: 0;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.cop-theme-nature .cop-stat {
  border-radius: var(--radius-md);
  border: 1px solid var(--cop-border);
  box-shadow: var(--shadow-soft);
  padding: 1.75rem 1.25rem;
  background: #fff;
  transition: transform 0.25s ease;
}

.cop-theme-nature .cop-stat:hover {
  transform: translateY(-4px);
}

.cop-theme-nature .cop-stat strong {
  font-family: "Syne", serif;
  color: var(--forest-moss);
  font-size: 2rem;
}

/* Cards & sections */
.cop-theme-nature .cop-section--alt { background: #fff; }

.cop-theme-nature .cop-card {
  border-radius: var(--radius-lg);
  border: 0;
  box-shadow: var(--shadow-soft);
}

.cop-theme-nature .cop-card__media {
  aspect-ratio: 4/3;
}

.cop-theme-nature .cop-card__body h3 {
  font-family: "Syne", serif;
}

.cop-theme-nature .cop-section--dark {
  background: linear-gradient(145deg, var(--forest-deep), var(--forest-mid));
}

.cop-theme-nature .cop-initiative {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
}

.cop-theme-nature .cop-video-banner {
  min-height: 420px;
  border-radius: 0;
}

.cop-theme-nature .cop-video-banner__overlay {
  background:
    linear-gradient(90deg, rgba(12, 24, 18, 0.92) 0%, rgba(12, 24, 18, 0.5) 60%, rgba(12, 24, 18, 0.3) 100%);
}

.cop-theme-nature .site-footer {
  background: var(--forest-deep);
}

.cop-theme-nature .site-footer .nav-logo__img {
  display: block;
  height: 120px;
  max-width: 280px;
}

.cop-theme-nature .site-footer .nav-logo__emblem,
.cop-theme-nature .site-footer .nav-logo__word {
  display: none;
}

/* 404 starlight camp */
.cop-404 {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(47, 92, 68, 0.4), transparent),
    linear-gradient(180deg, #0a1410 0%, #0c1812 50%, #14261c 100%);
  position: relative;
  overflow: hidden;
}

.cop-404__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 60% 70%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1.5px 1.5px at 80% 20%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,0.35), transparent);
  background-size: 100% 100%;
  opacity: 0.7;
}

.cop-404__inner {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.cop-404__emblem {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(196, 163, 90, 0.25);
}

.cop-404 h1 {
  margin: 0 0 0.5rem;
  font-family: "Syne", serif;
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}

.cop-404 p {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
}

@media (max-width: 960px) {
  .cop-theme-nature .cop-hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 5rem;
  }

  .cop-theme-nature .cop-hero__panel {
    justify-self: stretch;
    width: 100%;
  }

  .cop-theme-nature .cop-countdown-strip__card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem 1.5rem;
  }

  .cop-theme-nature .cop-countdown--featured .cop-countdown__grid {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .cop-theme-nature .cop-countdown--featured .cop-countdown__unit {
    min-width: calc(50% - 1.25rem);
    flex: 1 1 calc(50% - 1.25rem);
    max-width: calc(50% - 0.5rem);
  }

  .cop-theme-nature .cop-countdown--featured .cop-countdown__sep {
    display: none;
  }
}

@media (max-width: 768px) {
  .cop-theme-nature .nav { border-radius: 0; height: 72px; }
  .cop-theme-nature .site-header { top: 0; padding: 0; }
  .cop-theme-nature .nav-links {
    align-items: stretch;
    justify-content: flex-start;
  }
  .cop-theme-nature .nav-links__footer { display: block; }
  .cop-theme-nature .nav-logo__img { height: 52px; }
  .cop-theme-nature .site-header.is-scrolled .nav-logo__img { height: 50px; max-width: 160px; }
  .cop-theme-nature .cop-stats { grid-template-columns: repeat(2, 1fr); }
  .cop-theme-nature .cop-countdown-strip { margin-top: 0; }
  .cop-theme-nature .cop-countdown-strip__card { padding: 1.35rem 1.15rem; border-radius: var(--radius-md); }
  .cop-theme-nature .cop-countdown-strip__intro { align-items: flex-start; }
  .cop-theme-nature .cop-countdown--featured .cop-countdown__unit {
    min-width: calc(50% - 0.5rem);
    padding: 0.95rem 0.65rem 0.85rem;
  }
  .cop-theme-nature .cop-countdown--featured .cop-countdown__unit strong {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }
}
