/* ============================================================
   about.css
   Extracted from inline <style> block in about.html (the public "About Us" page).
   Source: was lines 68-394 of the original HTML.
   No tokens, no refactor, no behavioural change. Pure relocation.
   Extracted 2026-06-20.
============================================================ */

   .about-hero {
  background: linear-gradient(135deg, #006600 0%, #00401A 100%);
  color: white;
  padding: 0.8rem 0.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -0.5rem; /* Pull up to overlap/hide the nav visually */
}

/* Extend animation from header into hero section */
.about-hero::before {
  content: '';
  position: absolute;
  top: -80%; /* Start higher to continue unbroken from header */
  left: -50%;
  width: 200%;
  height: 250%; /* Taller to span both sections */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1.5" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="30" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="15" r="1.2" fill="rgba(255,255,255,0.12)"/><circle cx="85" cy="50" r="1.5" fill="rgba(255,255,255,0.14)"/><circle cx="20" cy="70" r="1" fill="rgba(255,255,255,0.11)"/><circle cx="60" cy="85" r="1.3" fill="rgba(255,255,255,0.13)"/><circle cx="90" cy="80" r="1.1" fill="rgba(255,255,255,0.12)"/><circle cx="30" cy="50" r="1.4" fill="rgba(255,255,255,0.13)"/></svg>') repeat;
  animation: float 50s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.about-hero h1 {
  font-size: clamp(3rem, 8vw, 4rem);
  margin-bottom: 0.1rem;
  font-weight: 850;
  position: relative;
  z-index: 2;
}

.about-hero p {
  font-size: 1.55rem;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 1;
  line-height: 1.35;
  font-weight: 600;
  position: relative;
  z-index: 2;
}


    .about-content {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 1.25rem;
    }

    .about-section {
      padding: 2rem 0;
      border-bottom: 1px solid #fff;
    }

    .about-section:last-of-type {
      border-bottom: none;
    }

    .about-section h2 {
      font-size: clamp(1.5rem, 6vw, 3rem);
      color: #00401A;
      margin: 0.10rem;
      font-weight: 750;
    }

    .about-section p {
      color: #000;
      font-size: 1.3rem;
      line-height: 1.35;
      margin-bottom: 1.1rem;
    }

    .about-section p:last-child {
      margin-bottom: 0;
    }

    .highlight {
      background: rgba(45, 80, 22, 0.10);
      border-left: 4px solid #00401A;
      padding: 1.4rem;
      margin: 1.4rem 0;
      border-radius: 2px;
    }

    .highlight p {
      margin: 0;
      color: #00401A;
      font-weight: 650;
    }

    .about-list {
      list-style: none;
      margin: 1.2rem 0;
      padding: 0;
    }

    .about-list li {
      padding: 0.75rem 0;
      color: #000;
      line-height: 1.35;
      font-size: 1.3rem;
    }

    .about-list li strong {
      color: #00401A;
    }

    .cta-section {
      text-align: center;
      padding: 3rem 0;
    }
	
	.cta-section p {
      color: #00401a;
      line-height: 1.35;
      font-size: 1.3rem;
	  font-weight: 500;
	  margin-bottom: 1.5rem;
    }
	
	.cta-section h2 {
      color: #00401a;
      line-height: 1.35;
      font-size: 1.55rem;
    }

    .cta-button {
      display: inline-block;
      background-color: #006600;
      color: white;
      padding: 1rem 5rem;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 650;
	  font-size: 1.35rem;
	  line-height: 1.1;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .cta-button:hover {
      background-color: #c02026;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      
      
	  .about-hero p {
      font-size: 1.25rem;
	  line-height: 1.2;
      }
      
	  .about-section {
       padding: 1.5rem 0;
      }

      .about-section h2 {
       margin-bottom: 0.5rem;
      }
	  
	  .about-section p {
      font-size: 1.1rem;
      }
      
	  .about-content {
      font-size: 1.1rem;
      }
	  
	  .about-list li {
      line-height: 1.15;
	  font-size: 1.1rem;
      }
	  
	  .cta-button {
	  font-size: 1.1rem;
	  line-height: 1;
	  display: full-width;
      }
    }

/* ── kitchen-header — verbatim from index.txt ── */
.kitchen-header { box-shadow: none !important; }
.kitchen-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 28px;
  background: linear-gradient(135deg, #006600 0%, #00401A 100%);
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.kitchen-header .k-logo img { height: 64px; display: block; flex-shrink: 0; }
.kitchen-header nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 4px; flex-wrap: wrap;
}
.kitchen-header nav ul li a {
  display: inline-block;
  padding: 6px 14px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
.kitchen-header nav ul li a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.kitchen-header nav ul li a.active {
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .kitchen-header nav ul { gap: 2px; }
  .kitchen-header nav ul li a { font-size: 12.5px; padding: 5px 10px; }
}
@media (max-width: 1024px) {
  .kitchen-header nav ul li a { font-size: 12px; padding: 5px 8px; }
}
@media (max-width: 900px) {
  .kitchen-header nav ul li a { font-size: 11.5px; padding: 4px 6px; }
}
@media (max-width: 767px) {
  .kitchen-header { padding: 12px 16px; }
  .kitchen-header nav { display: none; }
}
    @media (max-width: 480px) {
      /* Phase 2 (revised 2026-06-23) — logo at 75% width, centered horizontally,
        0px vertical padding. */
      .kitchen-header { padding-top: 0px; padding-bottom: 0px; justify-content: center; }
      .kitchen-header .k-logo { width: 75%; display: flex; justify-content: center; }
      .kitchen-header .k-logo img { width: 100%; height: auto; display: block; }
    }
.mobile-menu-toggle.hidden-until-scroll { box-shadow: none !important; }

/* ── k-hero ── */
#k-hero {
  position: relative;
  height: 82.5vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.k-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/about.jpg') center/cover no-repeat;
}
.k-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(10,20,10,0.55) 60%, rgba(0,0,0,0.80) 100%);
}
.k-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px 80px;
  max-width: 640px;
}
.k-hero-eyebrow { margin: 0 0 2px; }
.k-hero-eyebrow span {
  background-color: #006600;
  color: #ffffff;
  mix-blend-mode: multiply;
  font-size: 12px;
  letter-spacing: 0.20em;
  font-weight: 550;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 4px;
}
.k-hero-headline {
  font-size: clamp(1.8rem, 15vw, 3.4rem);
  font-weight: 650;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.05;
}
.k-hero-sub {
  font-size: 20px;
  color: rgba(255,255,255,1);
  margin: 0 0 30px;
  line-height: 1.35;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .k-hero-headline { font-size: clamp(2rem, 6vw, 3.0rem); }
}
@media only screen and (max-width: 768px) {
  .k-hero-headline { font-size: clamp(1.6rem, 10vw, 3rem); line-height: 1.05; }
  .k-hero-sub { font-size: 16px; margin: 0 0 48px; line-height: 1.25; }
}
@media only screen and (max-width: 360px) {
  .k-hero-headline { font-size: clamp(1.5rem, 9vw, 2.4rem); }
}
.k-hero-btns {
  display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center;
}
.k-btn-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: #00401a; color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px; font-size: 15px;
  font-weight: 500; transition: background 0.2s;
}
.k-btn-primary:hover { color: #00401a; background: #fff; }
.k-btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid rgba(255,255,255,0.4); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px; font-size: 15px;
  font-weight: 500; transition: border-color 0.2s, background 0.2s;
}
.k-btn-ghost:hover { border-color: rgba(255,255,255,0.7); background: #00401a; }
.k-hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 2; animation: k-bounce 1.2s ease-in-out infinite;
}
@keyframes k-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
.k-hero-scroll svg { opacity: 0.5; }
