@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Bebas+Neue&display=swap');

:root {
  --green-deep:   #1a5c2a;
  --green-mid:    #2d8a3e;
  --green-bright: #3db85a;
  --green-light:  #a8e6b8;
  --green-pale:   #e8f7ec;
  --accent-gold:  #d4a017;
  --accent-orange:#e8640a;
  --accent-red:   #c0392b;
  --white:        #ffffff;
  --off-white:    #f9fdf9;
  --text-dark:    #0f2d16;
  --text-mid:     #2c5f3a;
  --text-light:   #6b9e76;
  --shadow:       0 8px 40px rgba(26,92,42,.15);
  --shadow-lg:    0 20px 80px rgba(26,92,42,.22);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); background: var(--off-white); overflow-x: hidden; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--green-pale); }
::-webkit-scrollbar-thumb { background: var(--green-mid); border-radius: 3px; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 72px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--green-bright);
  box-shadow: 0 2px 20px rgba(26,92,42,.08);
  transition: box-shadow .3s;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-deep), var(--green-bright));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue'; color: white; font-size: 18px; letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(45,138,62,.4);
}
.nav-brand strong { display: block; font-family: 'Bebas Neue'; letter-spacing: 2px; font-size: 18px; color: var(--green-deep); }
.nav-brand span { font-size: 10px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1.5px; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  text-decoration: none; font-size: 14px; font-weight: 500;
  color: var(--text-mid); letter-spacing: .4px;
  position: relative; padding-bottom: 4px; transition: color .3s;
}
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--green-bright); transform: scaleX(0); transition: transform .3s; }
.nav-links a:hover, .nav-links a.active { color: var(--green-deep); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta {
  background: var(--green-deep) !important; color: white !important;
  padding: 8px 22px !important; border-radius: 5px;
  font-weight: 600 !important; transition: background .3s !important;
}
.nav-cta:hover { background: var(--green-mid) !important; }
.nav-cta::after { display: none !important; }
.hamburger {
  display: none; background: none; border: 2px solid var(--green-mid);
  border-radius: 6px; padding: 4px 10px; font-size: 18px;
  color: var(--green-deep); cursor: pointer; font-family: inherit;
}
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: white; border-bottom: 2px solid var(--green-bright);
  z-index: 999; flex-direction: column;
  box-shadow: 0 8px 24px rgba(26,92,42,.12);
}
.mobile-menu a { padding: 16px 6vw; font-size: 15px; font-weight: 600; color: var(--text-mid); text-decoration: none; border-bottom: 1px solid var(--green-pale); transition: background .2s; }
.mobile-menu a:hover { background: var(--green-pale); color: var(--green-deep); }
.mobile-menu.open { display: flex; }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  min-height: 340px; padding: 140px 8vw 80px;
  background: linear-gradient(135deg, var(--green-deep) 0%, #0a2810 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(61,184,90,.15) 0%, transparent 50%),
                    radial-gradient(circle at 85% 20%, rgba(212,160,23,.1) 0%, transparent 40%);
}
.ph-inner { position: relative; z-index: 2; }
.ph-breadcrumb { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.ph-breadcrumb a { color: var(--green-light); text-decoration: none; }
.ph-breadcrumb a:hover { text-decoration: underline; }
.ph-title { font-family: 'Playfair Display'; font-size: clamp(36px,5vw,68px); font-weight: 900; color: white; line-height: 1.05; margin-bottom: 16px; }
.ph-title em { font-style: italic; color: var(--green-light); }
.ph-sub { font-size: 17px; color: rgba(255,255,255,.65); max-width: 580px; line-height: 1.7; }
.ph-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,160,23,.18); border: 1px solid rgba(212,160,23,.4); border-radius: 100px; padding: 6px 18px; font-size: 11px; font-weight: 700; color: var(--accent-gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }

/* ─── SHARED UTILITIES ─── */
.section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display'; font-size: clamp(30px,3.8vw,54px); font-weight: 900; line-height: 1.1; color: var(--text-dark); margin-bottom: 18px; }
.section-title span { color: var(--green-mid); font-style: italic; }
.section-lead { font-size: 17px; line-height: 1.75; color: var(--text-light); max-width: 600px; }

.btn-primary {
  display: inline-block; background: var(--accent-gold); color: var(--text-dark);
  padding: 14px 32px; border-radius: 5px; font-weight: 700; font-size: 14px;
  text-decoration: none; letter-spacing: .5px; transition: all .3s;
  box-shadow: 0 4px 18px rgba(212,160,23,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,160,23,.45); }

.btn-outline {
  display: inline-block; border: 2px solid rgba(255,255,255,.4); color: white;
  padding: 14px 32px; border-radius: 5px; font-weight: 600; font-size: 14px;
  text-decoration: none; transition: all .3s;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,.1); }

.btn-green {
  display: inline-block; background: var(--green-deep); color: white;
  padding: 14px 32px; border-radius: 5px; font-weight: 700; font-size: 14px;
  text-decoration: none; letter-spacing: .5px; transition: all .3s;
}
.btn-green:hover { background: var(--green-mid); transform: translateY(-2px); }

/* ─── REVEAL ANIMATION ─── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity .7s ease, transform .7s ease; }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ─── FOOTER ─── */
footer { background: #040d06; padding: 56px 8vw 28px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-icon { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--green-deep), var(--green-bright)); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue'; color: white; font-size: 16px; }
.footer-logo-text strong { display: block; font-family: 'Bebas Neue'; font-size: 18px; color: white; letter-spacing: 2px; }
.footer-logo-text span { font-size: 10px; color: #3a6040; letter-spacing: 1px; text-transform: uppercase; }
.footer-brand p { font-size: 13px; color: #3a6040; line-height: 1.75; margin-bottom: 18px; }
.footer-iso { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #1a4022; border-radius: 8px; padding: 8px 14px; font-size: 11px; font-weight: 700; color: #4a7a53; letter-spacing: 1px; }
.footer-col h5 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: white; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { text-decoration: none; font-size: 13px; color: #3a6040; transition: color .3s; }
.footer-col a:hover { color: var(--green-bright); }
.footer-bottom { border-top: 1px solid #0d1f10; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: #243827; }
.footer-bottom span { color: #3a6040; }

/* ─── KEYFRAMES ─── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes slideIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ─── RESPONSIVE ─── */
@media(max-width:1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px) {
  nav { padding: 0 4vw; }
  .nav-links { display: none; }
  .hamburger { display: block; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
