/* L & K Organics — Shared Stylesheet */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green-900: #0D2818; --green-800: #1B4332; --green-700: #2D6A4F;
  --green-600: #40916C; --green-400: #74C69D; --green-100: #D8F3DC;
  --green-50: #F0FAF2; --gold-700: #A67C2E; --gold-500: #D4A853;
  --gold-300: #E8C88A; --gold-100: #F7EDD8; --cream: #FAFAF7;
  --white: #FFFFFF; --gray-900: #1A1A1A; --gray-700: #374151;
  --gray-500: #6B7280; --gray-300: #D1D5DB; --gray-200: #E5E7EB; --gray-100: #F3F4F6;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--gray-900); background: var(--cream); line-height: 1.7; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.25; color: var(--green-800); }
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 2rem; height: 72px; display: flex; align-items: center;
  justify-content: space-between; background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px); border-bottom: 1px solid rgba(27,67,50,0.1);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.08); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-mark {
  width: 38px; height: 38px; border-radius: 50%; background: var(--green-800);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700;
  color: var(--gold-300); flex-shrink: 0;
}
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--green-800); line-height: 1.2; }
.nav-logo-sub { font-family: 'Inter', sans-serif; font-size: 10px; color: var(--green-600); letter-spacing: 1.5px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--gray-700); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--green-700); }
.btn-nav { background: var(--green-800) !important; color: var(--white) !important; padding: 8px 20px; border-radius: 4px; font-size: 13px !important; }
.btn-nav:hover { background: var(--green-700) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--green-800); fill: none; stroke-width: 2; stroke-linecap: round; }
footer { background: var(--green-900); padding: 4rem 2rem 2rem; color: rgba(255,255,255,0.75); }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-top: 1rem; max-width: 260px; }
.footer-logo-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--green-700); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--gold-300); margin-bottom: 0.75rem; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--white); }
.footer-col h4 { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-300); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--white); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 1.75rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-certs { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.cert-badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 4px 10px; font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.6); }
.trust-bar { background: var(--green-800); padding: 1.25rem 2rem; }
.trust-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); font-size: 13px; }
.trust-item svg { width: 18px; height: 18px; stroke: var(--gold-300); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.section { padding: 6rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-600); margin-bottom: 0.75rem; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--green-800); margin-bottom: 1rem; }
.section-subtitle { font-size: 1.05rem; color: var(--gray-500); max-width: 620px; line-height: 1.75; }
.section-header { margin-bottom: 3.5rem; }
.divider-gold { width: 48px; height: 3px; background: var(--gold-500); border-radius: 2px; margin: 1rem 0 1.5rem; }
.page-hero { min-height: 420px; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding-top: 72px; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.3); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,40,24,0.9) 0%, rgba(27,67,50,0.3) 100%); }
.page-hero-content { position: relative; max-width: 1100px; width: 100%; margin: 0 auto; padding: 0 2rem 3.5rem; }
.page-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(212,168,83,0.2); border: 1px solid rgba(212,168,83,0.4); color: var(--gold-300); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 1rem; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; color: var(--white); margin-bottom: 0.75rem; line-height: 1.15; max-width: 700px; }
.page-hero h1 em { font-style: italic; color: var(--gold-300); }
.page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.78); max-width: 600px; line-height: 1.75; }
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 0.75rem 2rem; }
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--gray-500); }
.breadcrumb a { color: var(--green-700); text-decoration: none; }
.btn-primary { background: var(--gold-500); color: var(--green-900); padding: 14px 28px; border-radius: 4px; text-decoration: none; font-size: 15px; font-weight: 600; transition: background 0.2s, transform 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-300); transform: translateY(-1px); }
.btn-green { background: var(--green-800); color: var(--white); padding: 14px 30px; border-radius: 4px; text-decoration: none; font-size: 15px; font-weight: 600; transition: background 0.2s, transform 0.2s; display: inline-block; }
.btn-green:hover { background: var(--green-700); transform: translateY(-1px); }
.btn-outline-green { border: 1.5px solid var(--green-700); color: var(--green-700); padding: 13px 28px; border-radius: 4px; text-decoration: none; font-size: 15px; font-weight: 500; transition: background 0.2s; display: inline-block; }
.btn-outline-green:hover { background: var(--green-50); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,0.5); color: var(--white); padding: 14px 28px; border-radius: 4px; text-decoration: none; font-size: 15px; font-weight: 500; transition: border-color 0.2s, background 0.2s; display: inline-block; }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.btn-sm { padding: 9px 18px !important; font-size: 13px !important; }
.cta-section { background: var(--gold-100); }
.cta-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.cta-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--green-800); margin-bottom: 1rem; }
.cta-inner p { font-size: 1.05rem; color: var(--gray-700); max-width: 560px; margin: 0 auto 2rem; line-height: 1.75; }
.sample-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 2rem; margin-bottom: 2.5rem; }
.sample-list li { display: flex; align-items: center; gap: 6px; font-size: 0.9rem; color: var(--green-800); font-weight: 500; list-style: none; }
.sample-list li::before { content: '\2713'; color: var(--green-600); font-weight: 700; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 1.5rem 2rem; border-bottom: 1px solid var(--gray-200); box-shadow: 0 8px 24px rgba(0,0,0,0.08); gap: 1.25rem; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .btn-nav { text-align: center; width: 100%; }
  .section { padding: 4rem 1.5rem; }
}
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
