/* All Authentic Herbs - Corporate Website Stylesheet */
/* Premium botanical corporate aesthetic with deep green, terracotta, gold, and cream tones */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700;800&display=swap');

:root {
  --primary-green: #112419;
  --accent-sage: #4f7056;
  --terracotta: #a66b48;
  --gold: #c8a96a;
  --cream: #f4f1eb;
  --warm-white: #ffffff;
  --text-dark: #18241d;
  --text-muted: #5d655d;
  --border-light: #e4ddcf;
  --shadow-soft: 0 18px 36px rgba(23, 49, 29, 0.10);
  --radius-lg: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  color: var(--text-dark);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f7f6 100%);
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, .logo {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}

body.menu-open {
  overflow: hidden;
}

/* Accessibility - Skip Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--primary-green);
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10000;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
}

/* Focus States for Accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid var(--accent-sage);
  outline-offset: 2px;
}

.cta-button:focus,
.cta-button-secondary:focus {
  outline: 3px solid var(--accent-sage);
  outline-offset: 3px;
}

nav a:focus {
  outline: 2px solid var(--primary-green);
  outline-offset: 4px;
  border-radius: 4px;
}

.ingredient-tag:focus {
  outline: 3px solid var(--primary-green);
  outline-offset: 2px;
  transform: scale(1.05);
}

/* Navigation */
header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 36, 25, 0.10);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 20px rgba(17, 36, 25, 0.06);
}

nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Mobile Navigation Toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 101;
}

.nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--primary-green);
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-green);
  text-decoration: none;
  letter-spacing: -0.5px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}

nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s;
}

nav a:hover {
  color: var(--primary-green);
}

/* Hero Section */
.hero {
  background:
    linear-gradient(135deg, rgba(23, 49, 29, 0.96) 0%, rgba(91, 123, 86, 0.94) 55%, rgba(181, 111, 73, 0.86) 100%);
  color: white;
  padding: 4rem 2rem 5rem;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hero-content-wrapper {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 620px;
}

.hero-lead {
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.cta-button-gold {
  background: transparent;
  color: #fff7e9;
  border: 1px solid rgba(211, 176, 106, 0.85);
  box-shadow: 0 0 0 1px rgba(211, 176, 106, 0.25), 0 12px 24px rgba(0, 0, 0, 0.16);
}

.cta-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin-top: 1.5rem;
}

.hero-highlights li {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.94);
}

.hero-visual {
  position: relative;
  width: 100%;
}

.image-container-full {
  width: 100%;
  height: auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(145deg, #111613 0%, #1f2a22 45%, #0a0d0b 100%);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.hero-image-full {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.82rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.hero-visual-card {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.42)),
    url('https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  filter: saturate(0.95) contrast(1.02) brightness(0.82);
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(211, 176, 106, 0.10), transparent 35%, rgba(255,255,255,0.04) 70%, rgba(0,0,0,0.38));
}

.hero-visual-glow {
  position: absolute;
  inset: auto 8% 6% auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211,176,106,0.35), rgba(211,176,106,0) 65%);
  filter: blur(10px);
}

@media (max-width: 980px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-actions,
  .hero-highlights {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 3rem 1.5rem 4rem;
  }

  .hero-visual {
    margin-top: 2rem;
  }

  .image-container-full {
    border-radius: 18px;
  }
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 4.8rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.02;
}

.hero p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  opacity: 0.95;
  line-height: 1.8;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #fffdfa 0%, #f2eadf 100%);
  color: var(--primary-green);
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(23, 49, 29, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Content Sections */
section {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 2rem;
}

section > h2 {
  font-size: clamp(2rem, 6vw, 2.9rem);
}

.trust-banner {
  margin: 1rem auto 4rem;
  padding: 0 2rem;
}

.trust-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(8, 19, 12, 0.96) 0%, rgba(23, 49, 29, 0.96) 45%, rgba(11, 17, 13, 0.98) 100%);
  border: 1px solid rgba(211, 176, 106, 0.18);
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 30px 60px rgba(5, 12, 8, 0.35);
  position: relative;
  overflow: hidden;
}

.trust-banner-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(211, 176, 106, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(211, 176, 106, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.trust-copy,
.trust-icons,
.trust-cards {
  position: relative;
  z-index: 1;
}

.trust-copy h2 {
  color: #fffaf2;
  margin-bottom: 0.75rem;
}

.trust-copy p {
  color: rgba(255,255,255,0.82);
  max-width: 700px;
}

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.25rem 0 1.5rem;
}

.trust-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.trust-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 1.2rem;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.trust-card h3 {
  color: #fffaf2;
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
}

.trust-card p {
  color: rgba(255,255,255,0.84);
  font-size: 0.98rem;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .trust-cards {
    grid-template-columns: 1fr;
  }
}


h2 {
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 2rem;
  font-weight: 700;
}

p {
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.category-list li {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(45, 80, 22, 0.08);
  color: var(--primary-green);
  padding: 0.45rem 0.75rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  color: var(--accent-gold);
  font-weight: 700;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.product-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.product-card h3 {
  color: var(--primary-green);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Footer */
footer {
  background:
    linear-gradient(135deg, #132b18 0%, #17311d 45%, #1e3c24 100%);
  color: white;
  padding: 3rem 2rem 2rem;
  margin-top: 5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.footer-brand,
.footer-links-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-content p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 0;
  text-align: left;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: flex-start;
  margin: 0;
}

.footer-links a {
  color: white;
  text-decoration: none;
  opacity: 0.92;
  font-weight: 600;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-content p,
  .footer-links {
    text-align: left;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .hero h1 { font-size: 2.5rem; }
  .hero p { font-size: 1.1rem; }
  
  /* Mobile Navigation Styles */
  .nav-toggle {
    display: block;
  }
  
  nav ul {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3rem;
    gap: 2rem;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  nav ul.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  
  nav a {
    font-size: 1.2rem;
  }
  
  section { margin: 3rem auto; }
}


/* ===== CORPORATE HOMEPAGE REDESIGN ===== */

/* Corporate Hero Section */
.corporate-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-green) 0%, #1a3810 100%);
  position: relative;
}

.corporate-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="40" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 0h20v20H0z" fill="%23ffffff" opacity="0.03"/%3E%3C/svg%3E');
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}

.hero-subhead {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  opacity: 0.95;
}

.hero-cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button.secondary {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.cta-button.secondary:hover {
  background: white;
  color: var(--primary-green);
}

/* Section Titles */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 3rem;
  font-weight: 700;
}

/* Portfolio Grid Section */
.portfolio-grid {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  gap: 2rem;
}

.portfolio-tile {
  background: white;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 2.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.portfolio-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--primary-green);
  transition: height 0.3s ease;
}

.portfolio-tile:hover::before {
  height: 100%;
}

.portfolio-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(45, 80, 22, 0.15);
}

.tile-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.portfolio-tile h3 {
  color: var(--primary-green);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.tile-subcats {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  border-left: 2px solid var(--accent-sage);
  padding-left: 1rem;
}

.tile-cta {
  color: var(--primary-green);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s;
}

.tile-cta:hover {
  transform: translateX(5px);
}

/* Ingredient Matrix Section */
.ingredient-matrix {
  background: var(--cream);
  padding: 5rem 2rem;
}

.matrix-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  color: var(--text-muted);
}

.ingredient-web {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.ingredient-node {
  background: white;
  border: 2px solid var(--border-light);
  border-radius: 50px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
}

.ingredient-node:hover {
  border-color: var(--primary-green);
  background: var(--primary-green);
  color: white;
  transform: scale(1.05);
}

.node-icon {
  font-size: 1.5rem;
}

.ingredient-panel {
  max-width: 800px;
  margin: 2rem auto 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 2rem;
  position: relative;
}

.ingredient-panel.hidden {
  display: none;
}

.panel-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-muted);
  line-height: 1;
  padding: 0.5rem;
}

.panel-close:hover {
  color: var(--primary-green);
}

#panel-title {
  color: var(--primary-green);
  margin-bottom: 1.5rem;
}

#panel-products {
  font-size: 1rem;
  line-height: 2;
}

/* Quality Banner */
.quality-banner {
  background: var(--primary-green);
  padding: 2.5rem 2rem;
}

.quality-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.badge {
  text-align: center;
  color: white;
}

.badge-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.95;
}

/* B2B CTA Section */
.b2b-cta {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.cta-card {
  background: white;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.cta-card.highlighted {
  background: linear-gradient(135deg, var(--cream) 0%, white 100%);
  border: 2px solid var(--primary-green);
}

.cta-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.card-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.cta-card h3 {
  color: var(--primary-green);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.cta-card p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.card-button {
  background: var(--primary-green);
  color: white;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.card-button:hover {
  background: #1a3810;
  transform: translateY(-2px);
}

.catalog-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.catalog-form input {
  padding: 0.9rem;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 1rem;
}

.catalog-form input:focus {
  outline: none;
  border-color: var(--primary-green);
}

/* Corporate Footer */
.corporate-footer {
  background: var(--primary-green);
  color: white;
  padding: 4rem 2rem 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.9;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.7rem;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.footer-col ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-certifications {
  text-align: center;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9rem;
  opacity: 0.9;
}

.footer-copyright {
  text-align: center;
  padding-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .corporate-hero {
    min-height: 60vh;
    padding: 3rem 1.5rem;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-subhead {
    font-size: 1.2rem;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .cta-button {
    width: 100%;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .quality-badges {
    gap: 2rem;
  }
  
  .cta-cards {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
}


/* Ingredient Matrix Side Panel */
.ingredient-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
}

.ingredient-panel.active {
  right: 0;
}

.panel-content {
  padding: 2rem;
}

.panel-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.panel-close:hover {
  color: var(--primary-green);
}

.panel-subtitle {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.panel-product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-product-list li {
  padding: 1rem;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 0.5rem;
}

.panel-product-list li:last-child {
  border-bottom: none;
}

.panel-product-list .product-division {
  color: var(--primary-green);
  font-size: 0.85rem;
  display: block;
  margin-top: 0.25rem;
}


/* Mobile Navigation */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
}

.hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--primary-green);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle.active .hamburger:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation Responsive Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  
  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 999;
  }
  
  nav ul.mobile-active {
    left: 0;
  }
  
  nav ul li {
    margin: 1rem 0;
  }
  
  nav ul li a {
    font-size: 1.2rem;
    padding: 1rem;
    display: block;
  }
}

/* Interactive Components Demo Section */
.components-demo {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f8faf8 0%, #edf2ed 100%);
  margin-top: 3rem;
}

.components-demo h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #2d5016;
  margin-bottom: 0.5rem;
}

.components-demo > p {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .components-demo {
    padding: 3rem 1rem;
  }
  
  .components-demo h2 {
    font-size: 2rem;
  }
}

/* Quality Standards List */
.quality-standards-list {
  font-size: 1.1rem;
  line-height: 2;
  color: var(--text-dark);
  margin-left: 2rem;
  list-style: none;
  padding: 0;
}

.quality-standards-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

.quality-standards-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-sage);
  font-weight: 700;
}

