/* =============================================
   DERAMAKOT FOREST RESERVE — SHARED STYLESHEET
   ============================================= */
:root {
  --forest: #1a2e1c;
  --forest-mid: #2d4a2f;
  --leaf: #4a7c3f;
  --gold: #c8a84b;
  --gold-light: #e8c96b;
  --cream: #f5f0e8;
  --warm-white: #faf8f4;
  --text-dark: #1a1a1a;
  --text-mid: #3d3d3d;
  --text-muted: #6b6b6b;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--warm-white); color: var(--text-dark); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 72px;
  background: rgba(26,46,28,0.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(200,168,75,0.25);
}
.nav-logo { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.03em; text-decoration: none; line-height: 1.2; }
.nav-logo span { color: var(--cream); font-weight: 400; font-style: italic; display: block; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { color: rgba(245,240,232,0.82); text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--forest) !important; padding: 0.5rem 1.2rem; border-radius: 2px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--cream); transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 99; background: rgba(26,46,28,0.98); padding: 1.5rem 2rem; flex-direction: column; gap: 1.2rem; border-bottom: 1px solid rgba(200,168,75,0.2); }
.mobile-menu a { color: rgba(245,240,232,0.85); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu.open { display: flex; }

/* PAGE HERO */
.page-hero { height: 44vh; min-height: 320px; position: relative; display: flex; align-items: flex-end; padding: 0 3rem 3.5rem; margin-top: 72px; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,46,28,0.92) 0%, rgba(26,46,28,0.35) 100%); }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.5rem; }
.breadcrumb a { color: rgba(245,240,232,0.55); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.page-hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.6rem); color: var(--cream); font-weight: 700; line-height: 1.1; }
.page-hero-content p { color: rgba(245,240,232,0.75); font-size: 1rem; font-weight: 300; margin-top: 0.8rem; max-width: 520px; line-height: 1.65; }

/* LAYOUT */
.container { max-width: 1200px; margin: 0 auto; }
section { padding: 6rem 3rem; }
.section-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--leaf); margin-bottom: 0.8rem; display: block; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--forest); font-weight: 700; line-height: 1.15; margin-bottom: 1.2rem; }
.section-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.75; max-width: 600px; font-weight: 300; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--forest); padding: 0.9rem 2.2rem; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all 0.25s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--cream); padding: 0.9rem 2.2rem; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(245,240,232,0.5); border-radius: 2px; transition: all 0.25s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: var(--forest); color: var(--cream); padding: 0.7rem 1.4rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s; display: inline-block; }
.btn-dark:hover { background: var(--leaf); }

/* STATS */
.stats-bar { background: var(--forest); padding: 2rem 3rem; display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); font-weight: 700; line-height: 1; }
.stat-label { color: rgba(245,240,232,0.65); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.3rem; }
.stat-divider { width: 1px; background: rgba(200,168,75,0.25); }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, var(--leaf) 0%, var(--forest-mid) 50%, var(--forest) 100%); padding: 5rem 3rem; text-align: center; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem); color: var(--cream); font-weight: 700; margin-bottom: 1rem; }
.cta-band p { color: rgba(245,240,232,0.75); font-size: 1.05rem; max-width: 520px; margin: 0 auto 2.2rem; font-weight: 300; line-height: 1.7; }

/* FOOTER */
footer { background: #111a12; padding: 4rem 3rem 2rem; color: rgba(245,240,232,0.55); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; padding-bottom: 3rem; border-bottom: 1px solid rgba(200,168,75,0.12); }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; max-width: 300px; margin-top: 1rem; }
.footer-col h5 { color: var(--gold); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col ul a { color: rgba(245,240,232,0.55); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 2rem auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; flex-wrap: wrap; gap: 1rem; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 4rem 1.5rem; }
  .page-hero { padding: 0 1.5rem 2.5rem; }
  .stats-bar { padding: 2rem 1.5rem; gap: 1.5rem; }
  .stat-divider { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 4rem 1.5rem; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}
